.remove-scrollbar, .stylevook-tabauto, .input-comment .comment {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.remove-scrollbar::-webkit-scrollbar, .stylevook-tabauto::-webkit-scrollbar, .input-comment .comment::-webkit-scrollbar {
  display: none;
}

.t-bold {
  font-weight: 700;
}

.text-count-photo {
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
}

.inner {
  padding: 0 16px;
}

.google-map-embed {
  margin-top: 5px;
}

.icon-loved.active {
  border-color: #F15E75 !important;
  color: #F15E75;
}
.icon-loved.active svg path {
  fill: #F15E75;
  stroke: #F15E75;
}

.text-3-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-photo-review-detail {
  background-color: #292929 !important;
  height: 50px;
}
.header-photo-review-detail a {
  padding: 0 !important;
}

.dropdown.style01 {
  width: 120px;
}
.dropdown.style01 button {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 5px;
  padding: 6px 10px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 8;
}
.dropdown.style01 button .btn-link-text {
  font-size: 14px;
  white-space: nowrap;
  color: #3B4249;
  font-weight: 500;
}
.dropdown.style01 .dropdown-menu {
  z-index: 2;
  padding: 0;
  margin: 0;
  top: -5px !important;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  min-width: auto;
  overflow: hidden;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown.style01 .dropdown-menu button {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding: 7px 10px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 13px;
  font-weight: 500;
}
.dropdown.style01 .dropdown-menu li:last-child button {
  border-bottom: 0;
}

.fixed-bottom-button {
  margin: 0 auto;
  border: none;
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 82px;
  z-index: 999;
  padding: 16px;
  max-width: 650px;
  display: flex;
  align-items: center;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15);
}

.row-highlight {
  margin-top: 5px;
}
.row-highlight td {
  padding: 4px 0;
  font-size: 14px;
  padding-right: 10px;
}

.btn-primary-stylevook {
  height: 50px;
  text-align: center;
  width: 100%;
  background: #FFE351;
  border-radius: 10px;
  border: none;
  padding: 10px;
  color: #3B4249;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary-stylevook:active, .btn-primary-stylevook:visited, .btn-primary-stylevook:focus, .btn-primary-stylevook:focus-visible, .btn-primary-stylevook:hover {
  color: inherit;
}
.btn-primary-stylevook svg {
  width: 12px;
  height: 13.33px;
  margin-right: 7px;
}

.badge-outline {
  font-size: 13px;
  font-weight: 500;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 5px;
  color: #3B4249;
  padding: 6px 12px;
}

.icon-star-fill,
.icon-star-outline,
.icon-star-outfill {
  width: 14px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.icon-star-outline {
  background-image: url("../images/icon-star-outline.png?ver=1.1");
}

.icon-star-outfill {
  background-image: url("../images/icon-star-outfill.svg?ver=1.1");
}

.icon-star-fill {
  background-image: url("../images/icon-star.svg?ver=1.1");
}

.break-line {
  width: 100%;
  height: 6px;
  background: #F8F8F8;
}
.break-line.style01 {
  background: #E4E4E4;
  height: 1px;
}

.gr-heading {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 20px;
  padding: 0 16px;
}
.gr-heading.style01.arrow-right:after {
  right: 20px;
}
.gr-heading p {
  font-size: 17px;
  color: #3B4249;
  font-weight: 700;
  margin-bottom: 0;
}
.gr-heading a {
  font-size: 13px;
  color: #3B4249;
  font-weight: 500;
}
.gr-heading.arrow-right:after {
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
}

.home-tab-popular-shop-wrapper {
  display: flex;
  gap: 9px;
  margin-bottom: 20px;
  padding: 0 16px;
}
.home-tab-popular-shop-wrapper .tab-popular-item {
  background: #F8F8F8;
  color: #000;
  padding: 10px 13px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}
.home-tab-popular-shop-wrapper .tab-popular-item.active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  color: #fff;
}

.home-tab-popular-shop-content {
  padding: 0 16px;
}
.home-tab-popular-shop-content a.item {
  display: block;
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.home-tab-popular-shop-content a.item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.home-tab-popular-shop-content a.item p.text-1-line {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.home-tab-popular-shop-content a.item p.text-2-line {
  color: #AAAAAA;
  font-size: 13px;
  margin-bottom: 0;
}
.home-tab-popular-shop-content a.item .count-booked {
  font-weight: 700;
  min-width: max-content;
  height: 23px;
  border: 1px solid #FCDCE1;
  font-size: 11px;
  color: #F15E75;
  padding: 2px 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-tab-popular-shop-content a.item .meta-shop {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.home-tab-popular-shop-content a.item .meta-shop span.count {
  font-size: 11px;
  color: #3B4249;
  margin-left: 4px;
  vertical-align: middle;
}
.home-tab-popular-shop-content a.item .images {
  display: flex;
  gap: 8px;
}
.home-tab-popular-shop-content a.item .images .thumb {
  width: 33.3333333333%;
}
.home-tab-popular-shop-content a.item .images .thumb img {
  height: 126px;
}
.home-tab-popular-shop-content a.item .images img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.popular-stylelist {
  padding: 0 0 0 16px;
  margin-bottom: 30px;
}
.popular-stylelist .item {
  width: 140px;
}
.popular-stylelist .item img {
  border-radius: 200px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
  height: 140px;
}
.popular-stylelist .item .stylist-info {
  margin-top: 20px;
}
.popular-stylelist .item p.name {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}
.popular-stylelist .item p.store-name {
  font-size: 12px;
  color: #AAAAAA;
  margin-bottom: 0;
}
.popular-stylelist .item p.count-booked {
  margin: 20px 0 0;
  font-size: 13px;
  color: #636363;
}

.slide-stylevook {
  padding: 0 16px;
  margin-bottom: 15px;
}
.slide-stylevook .owl-item {
  border-radius: 8px;
  overflow: hidden;
}
.slide-stylevook .item {
  border-radius: 8px;
  background: #D9D9D9;
  overflow: hidden;
  height: 100%;
}
.slide-stylevook .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-stylevook .owl-dots {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
.slide-stylevook .owl-dots button {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 100%;
}
.slide-stylevook .owl-dots button.active {
  background: #ABABAB;
}

.home-blog {
  padding: 0 0 0 16px;
  padding-bottom: 30px;
}

.card-shop {
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
  background: #FFFFFF;
  display: grid;
  grid-auto-flow: column;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 15px;
}
.card-shop.new-shop {
  padding-right: 0;
}
.card-shop.new-shop p.text-1-line {
  font-weight: 700 !important;
}
.card-shop .items {
  width: 63vw;
  display: block;
}
.card-shop .items img {
  height: 160px;
}
.card-shop .items .badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #F15E75;
  border-radius: 8px 0px 0px 0px;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.card-shop .items .entry-contents {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 20px;
}
.card-shop .items .entry-contents p {
  font-size: 15px;
  color: #3B4249;
  font-weight: 400;
  margin-bottom: 10px;
  word-break: break-word;
}
.card-shop .items .entry-contents .meta-shop {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  color: #3B4249;
  font-size: 13px;
}
.card-shop .items .entry-contents .meta-shop p {
  color: #AAAAAA;
  margin: 0;
}
.card-shop .items .entry-contents .icon-star {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon-star.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-category-banner {
  padding-top: 0 !important;
}

.single-page {
  padding-bottom: 60px;
}
.single-page .btn-navigator {
  position: absolute;
  top: 15px;
  left: 15px;
}
.single-page .single-entry-meta {
  padding: 30px 16px 20px;
}
.single-page .single-entry-meta p {
  margin: 0;
}
.single-page .single-entry-meta .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-page .single-entry-meta .time {
  font-size: 13px;
  color: #AAAAAA;
}
.single-page .single-entry-meta .entry-view {
  display: block;
  margin-top: 8px;
}
.single-page .entry-single-content {
  font-size: 15px;
  padding: 0 16px;
}
.single-page .entry-single-content figure {
  margin: 0 0 20px;
}
.single-page .entry-single-content figure:last-child {
  margin-bottom: 0;
}
.single-page .entry-single-content figure.wp-caption {
  max-width: 100%;
}
.single-page .entry-single-content p {
  margin-bottom: 20px;
}
.single-page .entry-single-content p:last-child {
  margin-bottom: 0;
}

.entry-view {
  background-image: url("../images/icon-view.png");
  background-position: left;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.head-comment {
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  max-width: 650px;
}
.head-comment.logout a {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.head-comment p {
  font-size: 16px;
  font-weight: 700;
}

.input-comment {
  background: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-comment .reply-user {
  font-size: 13px;
  color: #F15E75;
  padding-right: 5px;
}
.input-comment .comment {
  flex: 1 0 auto;
  font-size: 15px;
  padding: 0;
  padding-right: 10px;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 23px;
}
.input-comment .comment::placeholder {
  color: #BCBCBC;
  font-size: 16px;
  font-weight: 400;
}
.input-comment .input-send {
  content: "";
  height: 39px;
  padding: 10px;
  background-color: #F8F8F8;
  border-radius: 10px;
  color: #BCBCBC;
  font-size: 13px;
  font-weight: 700;
}
.input-comment .input-send:hover, .input-comment .input-send.active {
  color: #3B4249;
  background-color: #FFE041;
}
.input-comment .input-send:focus {
  outline: none;
}

.entry-single-like {
  margin: 20px 16px 30px;
}
.entry-single-like .icon-circle {
  border: 1px solid #F1F1F1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  padding: 10px 20px;
}
.entry-single-like .icon-circle span {
  font-size: 13px;
}
.entry-single-like .icon-circle span.like-count {
  font-weight: 700;
}
.entry-single-like .like_count {
  margin-top: 5px;
  color: #3B4249;
  font-size: 16px;
  font-weight: 700;
}

.list-comments {
  margin: 0;
  padding: 0;
}
.list-comments.sub li {
  position: relative;
  background-color: #F8F8F8;
}
.list-comments.sub .comment-container {
  padding-left: 32px;
}
.list-comments .comment-input-reply {
  position: relative;
  padding: 15px;
  padding-bottom: 10px;
  background: #F5F5F5;
}
.list-comments .comment-input-reply:after {
  top: 20px;
  left: 15px;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-left: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}
.list-comments .comment-input-reply .input-comment {
  padding-left: 25px;
  background: none;
}
.list-comments li {
  list-style: none;
}
.list-comments .comment-container {
  padding: 20px 16px;
  display: flex;
  flex-flow: row nowrap;
}
.list-comments .comment-container .left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.list-comments .comment-container .left .comment-avatar {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
}
.list-comments .comment-container .left .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.list-comments .comment-container .like_count {
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
}
.list-comments .comment-user {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px 40px;
}
.list-comments .comment-user span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #BCBCBC;
}
.list-comments .comment-text {
  font-size: 13px;
  width: 100%;
}
.list-comments .icon-heart {
  margin-bottom: 5px;
}
.list-comments .right {
  width: 30px;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.list-comments .btn-reply {
  color: #3B4249;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  font-weight: 600;
  font-size: 12px;
}

.arrow-right {
  position: relative;
}
.arrow-right:after {
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 15px;
  border-width: 0 1px 1px 0;
}

.page-account .tile-listing img {
  object-fit: contain;
}
.page-account .tile-listing span {
  margin-left: 10px;
}
.page-account .tile-listing .gr-fifty {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.page-account .tile-listing .gr-fifty a {
  width: 50%;
}
.page-account .tile-listing .gr-fifty a:first-child {
  border-right: 1px solid #DADADA;
}
.page-account .tile-listing .acc-profile {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.page-account .tile-listing .acc-profile img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  background: #D9D9D9;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}
.page-account .tile-listing .acc-profile .gr-profile .name {
  font-size: 20px;
  font-weight: 700;
  color: #3B4249;
}
.page-account .tile-listing .acc-profile .gr-profile .view-profile.arrow-right:after {
  right: -10px;
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
}

.box-review {
  margin: 15px;
  background: white;
  border-radius: 8px;
  padding: 10px;
}
.box-review .gr-heading {
  padding: 0;
  margin: 0;
}
.box-review .store-name {
  font-size: 16px;
  font-weight: 700;
}
.box-review .action .btn-link {
  padding: 0;
}
.box-review .action .dropdown-menu {
  min-width: auto;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  border: none;
}
.box-review .action .dropdown-menu li {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
}
.box-review .action .dropdown-menu li:last-child {
  border-bottom: none;
}
.box-review .action .dropdown-menu button,
.box-review .action .dropdown-menu a {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 25px;
}
.box-review .action .dropdown-menu button.text-del,
.box-review .action .dropdown-menu a.text-del {
  color: #F15E75;
}
.box-review .review-service .service-name {
  font-size: 14px;
  font-weight: 700;
  margin-right: 6px;
}
.box-review .review-service .designer-name {
  font-size: 12px;
  font-weight: 600;
}
.box-review .review-rating {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 5px;
}
.box-review .review-rating span {
  margin-right: 2px;
}
.box-review .review-rating .icon-star-fill,
.box-review .review-rating .icon-star-outline {
  width: 14px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.box-review .review-rating .icon-star-fill {
  background-image: url("../images/icon-star.png");
}
.box-review .review-rating .icon-star-outline {
  background-image: url("../images/icon-star-outline.png");
}
.box-review .review-text {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
.box-review .review-photo {
  display: flex;
  flex-flow: row wrap;
  margin-top: 8px;
}
.box-review .review-photo img {
  border-radius: 5px;
  width: 14.2857142857%;
  margin-right: 8px;
  margin-bottom: 8px;
  object-fit: cover;
}

.stylevook-modal .modal-content {
  min-height: 150px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border-radius: 20px;
}
.stylevook-modal .modal-body,
.stylevook-modal .modal-footer {
  padding: 0;
}
.stylevook-modal .modal-body {
  flex: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-basis: 0;
  flex-grow: 0;
}
.stylevook-modal .modal-footer {
  width: 100%;
  padding: 0;
  border: none;
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.stylevook-modal .modal-footer .btn {
  padding: 0;
  border: none;
  border-radius: 5px;
  padding: 8px 0;
}
.stylevook-modal .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #3B4249;
  padding: 0 15px;
}
.stylevook-modal .btn-primary {
  width: 48%;
  color: white;
  background: #F15E75;
  border: 1px solid #F15E75 !important;
}
.stylevook-modal .btn-secondary {
  width: 48%;
  color: #3B4249;
  font-weight: 600;
  background: none;
  border: 1px solid #DADADA !important;
}
.stylevook-modal .modal-close {
  background: none;
  outline: none;
  border: none !important;
  width: 35px;
  height: 35px;
  top: 0px;
  right: 5px;
  position: absolute;
}
.stylevook-modal.style01 .modal-content {
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-radius: 20px;
}
.stylevook-modal.style01 .modal-body .icon-check {
  margin-bottom: 10px;
}
.stylevook-modal.style01 .modal-body .tt01 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #3B4249;
  padding: 0 15px;
  margin-bottom: 5px;
}
.stylevook-modal.style01 .modal-body .tt02 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.stylevook-modal.style01 .modal-body .detail-order {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.stylevook-modal.style01 .modal-body .detail-order li {
  list-style: none;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
}
.stylevook-modal.style01 .modal-body .detail-order .t-bold {
  margin-right: 5px;
  font-weight: 700;
}

.header-filter {
  display: flex;
  column-gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-flow: row nowrap;
  margin: 8px 10px;
  padding: 2px;
}
.header-filter button {
  border: none;
  height: 40px;
  padding: 10px 13px;
  background: #FFFFFF;
  background-color: #F8F8F8;
  border-radius: 100px;
  font-size: 13px;
  color: #3B4249;
  display: flex;
  align-items: center;
}
.header-filter button.active {
  border: 1px solid #3B4249;
  background: #3B4249;
  color: white;
}

.list-tile-3col {
  margin: 0;
  padding: 0;
  margin: 0 10px;
  margin-top: 20px;
}
.list-tile-3col li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.list-tile-3col .left {
  color: #3B4249;
  position: relative;
  padding: 15px;
  border: 1px solid #D7D7D7;
  border-right: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 78px);
  height: 99px;
}
.list-tile-3col .left .content {
  width: calc(100% - 76px);
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.list-tile-3col .left .content > *:not(svg) {
  width: 100%;
}
.list-tile-3col .right {
  width: 78px;
  height: 99px;
  background-color: rgba(255, 224, 65, 0.1294117647);
  border: 1px solid #D7D7D7;
  border-left: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-tile-3col .right.logged a.received {
  font-size: 13px;
  color: #3B4249;
  text-align: center;
  padding: 29.5px 12px;
}
.list-tile-3col .content svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.list-tile-3col .content .title {
  color: #BCBCBC;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.list-tile-3col .content .title2 {
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0;
}
.list-tile-3col .content .title3 {
  color: #BCBCBC;
  font-size: 11px;
}

.stylevook-booking {
  margin-top: 20px;
}
.stylevook-booking .booking-box {
  margin-bottom: 15px;
}
.stylevook-booking .nav-tabs {
  width: 100%;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.stylevook-booking .nav-tabs button {
  font-size: 14px;
  background: none;
  outline: none;
  border: none;
  padding: 14px 5px;
  margin: 0 15px;
  font-weight: 700;
  position: relative;
  color: #3B4249;
}
.stylevook-booking .nav-tabs button:after {
  display: none;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: #F15E75;
}
.stylevook-booking .nav-tabs button.active {
  color: #F15E75;
}
.stylevook-booking .nav-tabs button.active:after {
  display: block;
}

.page-loved-store {
  padding-top: 5px;
}
.page-loved-store .tile-listing-col3-extend {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E8E8E8;
  padding: 30px 0;
  align-items: center;
  position: relative;
}
.page-loved-store .tile-listing-col3-extend:last-child {
  border-bottom: none;
}
.page-loved-store .tile-listing-col3-extend .images {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.page-loved-store .tile-listing-col3-extend .images .discount-box {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #F15E75;
  font-size: 8px;
  text-align: center;
  border-radius: 5px 0 0 0;
  padding: 2px 8px;
}
.page-loved-store .tile-listing-col3-extend .images a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  width: 87vw;
}
.page-loved-store .tile-listing-col3-extend .images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-loved-store .tile-listing-col3-extend .contents {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  font-size: 13px;
  padding-right: 16px;
}
.page-loved-store .tile-listing-col3-extend .store-name {
  font-weight: 700;
  font-size: 17px;
  color: #3B4249;
}
.page-loved-store .tile-listing-col3-extend .store-location {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px 0;
}
.page-loved-store .tile-listing-col3-extend .store-location svg {
  vertical-align: baseline;
}
.page-loved-store .tile-listing-col3-extend .book {
  color: #F15E75;
  margin-right: 20px;
}
.page-loved-store .tile-listing-col3-extend .book.closed {
  color: #BCBCBC;
}
.page-loved-store .tile-listing-col3-extend .distance {
  color: #3B4249;
  font-weight: 500;
  margin-right: 10px;
}
.page-loved-store .tile-listing-col3-extend .rating {
  color: #3B4249;
}
.page-loved-store .tile-listing-col3-extend .service-status {
  color: #8C8C8C;
  font-size: 12px;
}
.page-loved-store .tile-listing-col3-extend .store-address {
  color: #3B4249;
}
.page-loved-store .tile-listing-col3-extend .action {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 8px;
}
.page-loved-store .tile-listing-col3-extend .action .btn-loved {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}
.page-loved-store .tile-listing-col3-extend .action .btn-loved.added svg path {
  stroke: #F15E75;
  fill: #F15E75;
}

.list-photo {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4px;
}
.list-photo li {
  list-style: none;
}
.list-photo img {
  width: 100%;
  object-fit: cover;
}

.loved-post {
  margin-top: 20px;
}
.loved-post .loved-post-heading {
  width: 90%;
  background: white;
  position: relative;
  margin-top: -35px;
  padding: 10px 0;
}
.loved-post .loved-post-heading .title {
  font-size: 16px;
  font-weight: 700;
}
.loved-post .loved-post-heading .excerpt {
  font-size: 14px;
  font-weight: 500;
}

.stylevook-notification {
  display: flex;
  flex-flow: column nowrap;
}
.stylevook-notification a {
  padding: 10px 15px 15px;
  padding-right: 15px;
  border-bottom: 1px solid #E5E5E5;
  color: #3B4249;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.stylevook-notification a .nofi-icon {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 8px;
}
.stylevook-notification a .nofi-icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.stylevook-notification a .nofi-icon.nofi-nail:after {
  background-image: url("../images/icon-notification-nail.png");
}
.stylevook-notification a .nofi-icon.nofi-women-hair:after {
  background-image: url("../images/icon-notification-women-hair.png");
}
.stylevook-notification a .nofi-icon.nofi-men-hair:after {
  background-image: url("../images/icon-notification-men-hair.png");
}
.stylevook-notification a .nofi-icon.nofi-makeup:after {
  background-image: url("../images/icon-notification-makeup.png");
}
.stylevook-notification a .nofi-icon.nofi-promotion:after {
  background-image: url("../images/icon-notification-promotion.png");
}
.stylevook-notification a .nofi-icon.nofi-confirm:after {
  background-image: url("../images/icon-notification-book-confirm.png");
}
.stylevook-notification a .nofi-icon.nofi-cancel:after {
  background-image: url("../images/icon-notification-book-cancel.png");
}
.stylevook-notification a .contents {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.stylevook-notification a .t-bold {
  font-weight: 600;
}
.stylevook-notification a time {
  font-weight: 400;
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #949599;
  font-size: 10px;
}

.page-term-condition {
  padding: 15px;
}
.page-term-condition p {
  font-size: 14px;
  font-weight: 400;
}
.page-term-condition .spacer {
  display: block;
  height: 30px;
}

.input-search {
  position: relative;
}
.input-search input {
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 13.5px 20px;
  padding-left: 40px;
  border: none;
  outline: none;
  font-size: 13px;
  height: 45px;
}
.input-search input::placeholder {
  color: #BCBCBC;
  font-weight: 500;
}
.input-search:before {
  transform: translateY(-50%);
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  background-image: url("../images/icon-search-v2.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-not-found {
  text-align: center;
  max-width: 250px;
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.banner-not-found p {
  margin: 0;
  color: rgb(170, 170, 170);
  font-size: 15px;
  font-weight: 400;
}
.banner-not-found .tt01 {
  color: rgb(59, 66, 73);
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 20px;
}

.select-radio {
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap;
}
.select-radio .form-check-label {
  color: #3B4249;
  font-weight: 500;
  font-size: 16px;
  padding-top: 0;
}
.select-radio .form-check-input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 100%;
}
.select-radio .form-check-input:checked {
  border-color: #F15E75;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba(241, 94, 117, 1)'/%3e%3c/svg%3e");
  background-size: 14px;
}

.select-checkbox .form-check-label {
  padding-top: 0;
}
.select-checkbox .form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-color: #A2A2A2;
}
.select-checkbox .form-check-input:checked {
  border-color: #F15E75;
  background-color: #F15E75;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.select-checkbox .form-check-input:focus {
  outline: none;
  border-color: #F15E75;
}

.heading {
  font-size: 16px;
  font-weight: 700;
  color: #3B4249;
}
.heading.space {
  padding: 15px;
}

.list-tile-simple {
  margin-top: 2px;
  font-size: 12px;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 15px 20px;
}
.list-tile-simple .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.list-tile-simple .t-bold {
  font-weight: 700;
}

.page-review-edit .review-wrapper,
.page-review-edit .rating-wrapper {
  padding: 25px 20px;
}
.page-review-edit .rating-star {
  margin-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.page-review-edit .rating-star .icon-star-fill,
.page-review-edit .rating-star .icon-star-outfill {
  width: 38px;
  height: 37px;
  margin: 0 10px;
}
.page-review-edit .input-review {
  margin-top: 5px;
  width: 100%;
  height: 110px;
  border: 1px solid #DADADA;
  padding: 10px;
  border-radius: 5px;
}
.page-review-edit .input-review:placeholder {
  color: #8C8C8C;
}
.page-review-edit .review-upload-photo {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
}
.page-review-edit .review-upload-photo .photo-review {
  background-size: cover;
  padding-top: 100%;
  position: relative;
}
.page-review-edit .review-upload-photo .photo-review .remove-img {
  position: absolute;
  top: 0;
  right: 0;
}
.page-review-edit .review-upload-photo .upload-photo {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding-top: 100%;
  position: relative;
}
.page-review-edit .review-upload-photo .upload-photo .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.page-review-edit .review-upload-photo .upload-photo span {
  font-weight: 400;
  font-size: 11px;
  margin-top: 5px;
}
.page-review-edit .review-upload-photo .upload-photo input {
  display: none;
}
.page-review-edit .review-upload-photo .upload-photo .icon-photo {
  display: block;
  width: 24px;
  height: 20px;
  background-image: url("../images/icon-photo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.form-design {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
}
.form-design .form-footer {
  margin-top: 50px;
  padding: 0 15px;
}
.form-design .form-footer button,
.form-design .form-footer a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  color: white;
  display: block;
  background: #F15E75;
  text-align: center;
}

.chat-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.chat-box .chat-body {
  padding: 15px;
  display: flex;
  flex-flow: column nowrap;
}
.chat-box .chat-body .user-name {
  color: #8A8A8F;
  font-size: 10px;
  font-weight: 500;
}
.chat-box .chat-body .user-avatar {
  width: 23px;
  height: 23px;
}
.chat-box .chat-body .user-avatar image {
  width: 100%;
  object-fit: cover;
}
.chat-box .chat-body .time_send {
  color: #8B8B8B;
  font-size: 11px;
  text-align: right;
  font-weight: 500;
}
.chat-box .chat-body .from-user {
  margin-right: auto;
  align-items: flex-end;
}
.chat-box .chat-body .from-user .text {
  background: #F7F7F7;
  color: #252831;
  margin-top: 3px;
}
.chat-box .chat-body .from-user .tile-item {
  margin-left: 10px;
}
.chat-box .chat-body .from-me {
  margin-left: auto;
}
.chat-box .chat-body .from-me .text {
  background: #FD7D9C;
  color: white;
  margin-bottom: 3px;
}
.chat-box .chat-body .from-me .user-avatar {
  order: 1;
}
.chat-box .chat-body .from-me .tile-item {
  order: 0;
  margin-right: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.chat-box .chat-body .text {
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}
.chat-box .chat-body .chat-tile {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 18px;
}
.chat-box .chat-body .tile-item {
  width: 100%;
}
.chat-box .chat-footer {
  box-shadow: 0px -1px 0px #EFEFF4;
  width: 100%;
  background: white;
}
.chat-box .chat-footer .input-chat {
  display: flex;
  flex-flow: row nowrap;
  padding: 20px;
  padding-left: 0;
  align-items: center;
}
.chat-box .chat-footer .input-chat .user-avatar {
  width: 80px;
  text-align: center;
}
.chat-box .chat-footer .input-chat label {
  width: 100%;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.chat-box .chat-footer .input-chat #ask-chat {
  width: 100%;
  background: #FFFFFF;
  border: none;
  outline: none;
  padding: 12px 10px;
  padding-right: 40px;
}
.chat-box .chat-footer .input-chat #ask-chat::placeholder {
  color: #181E32;
  font-size: 14px;
  font-weight: 500;
}
.chat-box .chat-footer .input-chat .icon-send {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
}
.chat-box .chat-footer .input-chat .icon-send:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../images/icon-send.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.stylevook-header {
  display: flex;
}
.stylevook-header.col2 {
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.stylevook-header.style-border {
  border-bottom: 1px solid #E4E4E4;
}
.stylevook-header .action-notifi-link {
  position: relative;
  top: -3px;
}
.stylevook-header .text-logo {
  color: #3B4249;
  font-size: 24px;
  font-weight: 700;
}
.stylevook-header .action a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.page-promotion .header-filter {
  margin: 20px 0 30px;
}
.page-promotion .list-tile-3col {
  margin: 30px 0 0;
}
.page-promotion .arrow-right:after {
  display: none;
}

.page-promotion-detail .promotion-shop {
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 500;
}
.page-promotion-detail .promotion-shop .store-name {
  display: block;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #3B4249;
}
.page-promotion-detail .promotion-shop .location-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-promotion-detail .promotion-shop .location-item .title {
  font-size: 15px;
}
.page-promotion-detail .promotion-shop .location-item .title span {
  padding-left: 10px;
}
.page-promotion-detail .promotion-shop .location-item .address {
  margin-top: 11px;
  width: 100%;
}
.page-promotion-detail .condition-time {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.page-promotion-detail .condition-time li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.page-promotion-detail .condition-time li:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #3B4249;
  border-radius: 100%;
}
.page-promotion-detail .promotion-detail {
  padding: 20px 16px;
  border-top: 6px solid #F8F8F8;
  border-bottom: 6px solid #F8F8F8;
  font-size: 15px;
}
.page-promotion-detail .promotion-condition {
  font-size: 15px;
  padding: 20px 16px;
}
.page-promotion-detail .promotion-condition .text span:first-child {
  font-weight: inherit;
}
.page-promotion-detail .promotion-download {
  padding: 16px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.page-promotion-detail .promotion-download .btn-receive-style {
  width: 100%;
  background: #FFE351;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 13.5px;
  color: #3B4249;
  font-weight: 600;
  font-size: 15px;
}
.page-promotion-detail .promotion-download .btn-receive-style.received {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.page-promotion-detail .promotion-download .btn-receive-style.received::before {
  content: "";
  background: url(../images/ic-calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  height: 13px;
  display: block;
}
.page-promotion-detail .promotion-other {
  padding: 15px;
}
.page-promotion-detail .promotion-other .list-tile-3col {
  margin: 0;
  margin-top: 15px;
}
.page-promotion-detail .heading {
  font-size: 15px;
  margin-bottom: 20px;
}
.page-promotion-detail .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-promotion-detail .text:not(:last-child) {
  margin-bottom: 20px;
}
.page-promotion-detail .text span:first-child {
  font-weight: 700;
}

.page-search .heading {
  font-size: 16px;
  font-weight: 700;
}
.page-search .list-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  padding-bottom: 50px;
}
.page-search .list-link .item {
  border: 1px solid #DADADA;
  border-radius: 5px;
}
.page-search .list-link .item a {
  color: #212529;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.page-search .list-link .item button {
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}

.store-category {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid #F8F8F8;
  height: 59px;
  padding: 0 16px;
}
.store-category .item {
  border: none;
  border-bottom: 4px solid transparent;
  outline: none;
  text-transform: uppercase;
  background: transparent;
  height: 100%;
  display: block;
  padding: 20px 0;
  flex: 1 0 auto;
  font-size: 13px;
  color: #BCBCBC;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.store-category .item:last-child:after {
  display: none;
}
.store-category .item:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #F15E75;
  display: none;
}
.store-category .item.active {
  border-color: #FFE041;
  color: #3B4249;
}

.tempus-dominus-widget {
  border-radius: 10px !important;
}
.tempus-dominus-widget .time-container {
  margin: 0 !important;
}
.tempus-dominus-widget .time-container:focus {
  box-shadow: none;
}
.tempus-dominus-widget .time-container > div:focus {
  outline: none;
  box-shadow: none;
}
.tempus-dominus-widget .time-container-clock > div:focus {
  outline: none;
  box-shadow: none;
}
.tempus-dominus-widget .time-container-clock div:not(.no-highlight):hover {
  background: #FFE041 !important;
}
.tempus-dominus-widget .tempus-dominus-widget i {
  font-size: 12px;
}
.tempus-dominus-widget .no-highlight {
  width: 100%;
}
.tempus-dominus-widget .no-highlight button {
  font-size: 14px !important;
  border: none;
  width: 100%;
  background-color: #f15e75 !important;
  border-color: #f15e75 !important;
  border-radius: 10px;
}
.tempus-dominus-widget .no-highlight button:focus {
  outline: none;
  box-shadow: none;
}
.tempus-dominus-widget .no-highlight button::after {
  display: none;
}

.page-store .store-wrapper {
  padding: 0 0 0 16px;
}
.page-store .store-filter-group {
  gap: 10px;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 16px;
}
.page-store .store-filter-group .w-50 {
  width: calc(50% - 5px) !important;
}
.page-store .store-filter-group .address-string {
  width: 100%;
  height: 40px;
  color: #212529;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px 13px;
  column-gap: 8px;
  background: #F8F8F8;
}
.page-store .store-filter-group .address-string:hover {
  color: inherit;
}
.page-store .store-filter-group .address-string .text-1-line {
  flex: 1;
}
.page-store .store-filter-group .address-string svg {
  width: 11px;
}
.page-store .store-filter-group .filter-time-box {
  background: #F8F8F8;
  height: 40px;
  color: #AAAAAA;
  font-size: 13px;
  border-radius: 10px;
  padding: 10px 13px;
}
.page-store .store-filter-group .filter-time-box > svg {
  width: 12px;
}
.page-store .store-filter-group .filter-time-box #timePickerWrapper {
  padding-left: 12px;
  width: calc(100% - 12px);
}
.page-store .store-filter-group .filter-time-box #timePickerWrapper input#timePicker {
  width: calc(100% - 51px);
  padding: 0 0 0 5px;
  border: none;
  border-radius: 0;
  color: #3B4249;
  background-color: transparent;
}
.page-store .store-filter-group .filter-time-box #timePickerWrapper input#timePicker:focus {
  outline: none;
}
.page-store .store-filter-group .filter-time-box #timePickerWrapper svg {
  width: 11px;
}
.page-store .store-filter-group .filter-time-box #timePickerWrapper span.label-current-date {
  color: #3B4249;
}
.page-store .store-filter-group .filter-store button.btn {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 39px;
  font-size: 13px;
  padding: 9px 13px;
  border: 1px solid #F2F2F2;
  border-radius: 100px;
}
.page-store .store-filter-group .filter-store ul.dropdown-menu {
  border-radius: 15px;
  border: 1px solid #F2F2F2;
  filter: none;
  min-width: 69px;
}
.page-store .store-filter-group .filter-store ul.dropdown-menu .dropdown-item {
  padding: 5px 13px;
  font-size: 13px;
}
.page-store .store-filter-group .filter-store ul.dropdown-menu .dropdown-item:hover, .page-store .store-filter-group .filter-store ul.dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
.page-store .store-filter-group .filter-store ul.dropdown-menu .dropdown-item:active, .page-store .store-filter-group .filter-store ul.dropdown-menu .dropdown-item.selected {
  background-color: transparent;
  color: #F15E75;
}
.page-store .store-filter-group .filter-coupon-box button.active {
  border-color: #FFE041;
  background: #FFE041;
  color: #3B4249;
}
.page-store .tile-listing-col3-extend {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E8E8E8;
  padding: 30px 0;
  align-items: center;
  position: relative;
}
.page-store .tile-listing-col3-extend:last-child {
  border-bottom: none;
}
.page-store .tile-listing-col3-extend .images {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.page-store .tile-listing-col3-extend .images .discount-box {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #F15E75;
  font-size: 8px;
  text-align: center;
  border-radius: 5px 0 0 0;
  padding: 2px 8px;
}
.page-store .tile-listing-col3-extend .images a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  width: 87vw;
}
.page-store .tile-listing-col3-extend .images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-store .tile-listing-col3-extend .contents {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  font-size: 13px;
  padding-right: 16px;
}
.page-store .tile-listing-col3-extend .store-name {
  font-weight: 700;
  font-size: 17px;
  color: #3B4249;
}
.page-store .tile-listing-col3-extend .store-location {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px 0;
}
.page-store .tile-listing-col3-extend .store-location svg {
  vertical-align: baseline;
}
.page-store .tile-listing-col3-extend .book {
  color: #F15E75;
  margin-right: 20px;
}
.page-store .tile-listing-col3-extend .book.closed {
  color: #BCBCBC;
}
.page-store .tile-listing-col3-extend .distance {
  color: #3B4249;
  font-weight: 500;
  margin-right: 10px;
}
.page-store .tile-listing-col3-extend .rating {
  color: #3B4249;
}
.page-store .tile-listing-col3-extend .service-status {
  color: #8C8C8C;
  font-size: 12px;
}
.page-store .tile-listing-col3-extend .store-address {
  color: #3B4249;
}

.box-text {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  padding-bottom: 15px;
}
.box-text .title {
  font-size: 17px;
  font-weight: 500;
  color: #3B4249;
}
.box-text .title.small {
  font-size: 16px;
}
.box-text .des {
  margin-top: 5px;
  font-size: 14px;
}

.stylevook-tabauto {
  position: relative;
  z-index: 1;
  height: 59px;
  gap: 20px;
  padding: 0 16px;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  background: white;
}
.stylevook-tabauto.style01 {
  border-top: 0;
  justify-content: start;
  position: relative;
  z-index: 1;
  height: 72px;
  padding: 16px;
  align-items: center;
  gap: 10px;
}
.stylevook-tabauto.style01 button {
  font-size: 13px;
  padding: 10px 13px;
  background-color: #F8F8F8;
  border-radius: 100px;
  height: 40px;
  font-weight: 400;
}
.stylevook-tabauto.style01 button.active {
  background-color: #3B4249;
  color: #fff;
}
.stylevook-tabauto.style01 button.active:after {
  display: none;
}
.stylevook-tabauto.style01 li {
  margin-left: 0;
}
.stylevook-tabauto.style02 {
  background: none;
  column-gap: 20px;
}
.stylevook-tabauto.style02 li {
  margin-left: 0;
}
.stylevook-tabauto.style02 li button {
  padding-left: 0;
  padding-right: 0;
}
.stylevook-tabauto.style02 button {
  padding: 8px 15px;
}
.stylevook-tabauto button {
  text-align: center;
  white-space: nowrap;
  border: none;
  outline: none;
  background: none;
  padding: 20px 0;
  font-size: 13px;
  font-weight: 700;
  color: #BCBCBC;
}
.stylevook-tabauto li button.active {
  position: relative;
  color: #3B4249;
}
.stylevook-tabauto li button.active:after {
  z-index: 8;
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFE041;
  bottom: 2px;
  left: 0;
}

.box-designer {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
}
.box-designer .avatar img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
}
.box-designer .info {
  width: calc(100% - 85px);
  margin-left: 10px;
}
.box-designer .gr-text {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.box-designer .designer-name {
  font-size: 16px;
  font-weight: 500;
  color: #3B4249;
  margin-right: 8px;
}
.box-designer .designer-price-service {
  font-size: 14px;
  font-weight: 400;
  color: #515365;
}
.box-designer .text {
  font-weight: 500;
  font-size: 14px;
  height: auto;
}
.box-designer .info-meta {
  margin-top: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.box-designer .info-meta .rating svg {
  margin-top: -3px;
}
.box-designer .info-meta .rating,
.box-designer .info-meta .review {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 24px;
}
.box-designer .info-meta span {
  margin-left: 5px;
  font-size: 14px;
}

.gr-filter-review {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 15px 0;
}
.gr-filter-review .heading {
  font-size: 14px;
  font-weight: 500;
}
.gr-filter-review .filter {
  display: flex;
  flex-flow: row nowrap;
}
.gr-filter-review .filter .dropdown.style02 button {
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #3B4249;
  background: none;
}
.gr-filter-review .filter .dropdown.style02 .dropdown-menu {
  min-width: auto;
  min-width: 115px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 0;
}
.gr-filter-review .filter .dropdown.style02 .dropdown-menu li {
  border-bottom: 1px solid #DADADA;
}
.gr-filter-review .filter .dropdown.style02 .dropdown-menu li:last-child {
  border-bottom: 0;
}

.box-review-authony {
  padding: 20px 0;
}
.box-review-authony:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.box-review-authony .service-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}
.box-review-authony .designer-rating {
  margin: 15px 0;
}
.box-review-authony .designer-rating .designer-name {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #BCBCBC;
  -webkit-text-stroke: 0.2px #3B4249;
}
.box-review-authony .designer-rating .rating svg {
  width: 14px;
  height: 14px;
}
.box-review-authony .review {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}
.box-review-authony .review span {
  text-decoration: underline;
  cursor: pointer;
}
.box-review-authony .authony {
  margin-top: 20px;
}
.box-review-authony .authony .avatar {
  width: 24px;
  height: 24px;
}
.box-review-authony .authony .avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.box-review-authony .authony .name {
  font-weight: 700;
  font-size: 12px;
}
.box-review-authony .photo-review {
  margin-top: 15px;
  display: flex;
  flex-flow: row wrap;
}
.box-review-authony .photo-review .owl-item:last-child {
  margin-right: 0 !important;
}
.box-review-authony .photo-review .item img {
  border-radius: 5px;
  overflow: hidden;
}
.box-review-authony .designer-reply {
  border-radius: 0 15px 15px 15px;
  padding: 15px;
  margin-top: 20px;
  background: rgb(248, 248, 248);
}
.box-review-authony .designer-reply .avatar {
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
}
.box-review-authony .designer-reply .avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.box-review-authony .designer-reply .name {
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
}
.box-review-authony .designer-reply .text {
  font-size: 13px;
  line-height: 19px;
}

.subtab-Service-wrapper {
  margin-top: 16px;
}
.subtab-Service-wrapper .dropdown {
  margin-bottom: 20px;
}
.subtab-Service-wrapper .term-group {
  padding: 20px 0;
}
.subtab-Service-wrapper .term-group:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.subtab-Service-wrapper .term-group h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
}
.subtab-Service-wrapper .term-group .box-text {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.subtab-Service-wrapper .term-group .box-text:not(:last-child) {
  margin-bottom: 15px;
}
.subtab-Service-wrapper .term-group .box-text .title.small {
  font-size: 15px;
}
.subtab-Service-wrapper .term-group .box-text .des {
  color: #676767;
  margin: 0;
  font-size: 15px;
}

.page-photo-review-detail {
  background: #292929;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.page-photo-review-detail.expand-content {
  position: relative;
}
.page-photo-review-detail.expand-content .image {
  position: relative;
}
.page-photo-review-detail.expand-content .photo-review-content {
  position: absolute;
  z-index: 2;
  bottom: 0px;
}
.page-photo-review-detail.expand-content .photo-review-content .text {
  height: auto;
}
.page-photo-review-detail .image .item {
  aspect-ratio: 9/16;
}
.page-photo-review-detail .image img {
  height: 100%;
  object-fit: cover;
}
.page-photo-review-detail .photo-review-content {
  background: #292929;
  padding: 30px 16px 10px 16px;
  width: 100%;
  max-width: 650px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.page-photo-review-detail .photo-review-content.overlay {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 51.83%);
  padding-bottom: 30px;
}
.page-photo-review-detail .photo-review-content .authony .avatar img {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.page-photo-review-detail .photo-review-content .authony .name {
  margin-left: 10px;
  font-size: 20px;
  top: 3px;
  position: relative;
  font-weight: 600;
  color: white;
}
.page-photo-review-detail .photo-review-content .rating {
  margin: 15px 0;
}
.page-photo-review-detail .photo-review-content .more-text-wrapper > * {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
.page-photo-review-detail .photo-review-content .more-text-wrapper .more-button {
  text-decoration: underline;
}

.list-tile-promotion {
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.list-tile-promotion li:not(:last-child) {
  margin-bottom: 10px;
}
.list-tile-promotion .left {
  color: #3B4249;
  position: relative;
  padding: 15px;
  border: 1px solid #D7D7D7;
  border-right: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 78px);
  height: 99px;
}
.list-tile-promotion .left .content {
  width: calc(100% - 76px);
  margin-left: 20px;
}
.list-tile-promotion .left .content .tt01 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 7px;
}
.list-tile-promotion .left .content .tt02 {
  font-size: 11px;
  line-height: 16px;
  color: #BCBCBC;
}
.list-tile-promotion .left .content svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.list-tile-promotion .right {
  width: 78px;
  height: 99px;
  background-color: rgba(255, 224, 65, 0.1294117647);
  border: 1px solid #D7D7D7;
  border-left: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-tile-promotion .right.logged a.received {
  font-size: 13px;
  color: #3B4249;
  text-align: center;
  padding: 29px 12px;
}

.list-tile-checkbox {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 15px;
}
.list-tile-checkbox .select-checkbox {
  box-sizing: border-box;
  background: white;
  padding: 8px 15px;
  padding-left: 35px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.list-tile-checkbox .select-checkbox .form-check-label {
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0px;
}
.list-tile-checkbox .select-checkbox .tt01 {
  color: #3B4249;
  font-size: 16px;
  font-weight: 700;
}
.list-tile-checkbox .select-checkbox .tt02 {
  color: #3B4249;
  font-size: 14px;
  font-weight: 500;
}

#booking-form .heading {
  font-weight: 600;
}
#booking-form .select-radio .form-check-label {
  font-weight: 400;
}

.has-promotion {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 8px;
  padding: 8px 4px;
  color: white;
  background: rgba(241, 94, 117, 0.7);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

::-webkit-scrollbar {
  display: none;
}

/**
* @access RESPONSIVE
*/
@media screen and (max-width: 360px) {
  .tile-listing-col3-extend .store-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 345px) {
  .home-category .text {
    font-size: 4vw;
  }
}

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