.loading {
  background: url("../images/loading.gif") no-repeat top 15px center;
  background-size: 30px;
}

.text-blue {
  color: #6A82FF !important;
}
.text-blue:before {
  background-color: #6A82FF !important;
}

.text-green {
  color: #38DA83 !important;
}
.text-green:before {
  background-color: #38DA83 !important;
}

.span-level {
  position: relative;
  font-weight: 600;
  font-size: 13px;
  color: #FF0B7A;
  padding-left: 13px;
}
.span-level:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #FF0B7A;
  position: absolute;
  top: 6px;
  left: 0;
}

.post.spa.type-1 {
  justify-content: flex-start;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.post.spa.type-1 .cover {
  height: 100px;
  width: 100px;
}
.post.spa.type-1 .box-title {
  font-size: 16px;
  color: #271515;
}
.post.spa.type-1 .des {
  flex: 1;
  padding-top: 10px;
}
.post.spa.type-1 .img {
  margin-bottom: 5px;
  display: block;
  position: relative;
}
.post.spa.type-1 .review-meta {
  background-color: white;
  border-radius: 30px;
  padding: 3px 10px;
  white-space: nowrap;
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #271515;
}
.post.spa.type-1 .review-meta span:last-child {
  color: #9F9F9F;
}
.post.spa.type-1 .excerpt {
  margin-top: 0;
  font-size: 12px;
  color: #5F5F5F;
  margin-bottom: 10px;
  margin-right: 0;
}
.post.spa.type-1 .des-r1 {
  display: flex;
  justify-content: space-between;
}
.post.spa.type-1 .more {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.post.spa.type-1 .save-btn {
  position: relative;
  top: -5px;
}

.post.spa.type-2 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 15px;
}
.post.spa.type-2 .cover {
  width: 80px;
  height: 80px;
}
.post.spa.type-2 .left {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.post.spa.type-2 .action {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.post.spa.type-2 .review-meta {
  font-size: 13px;
  font-weight: 700;
  color: #271515;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 5px;
}

.post.spa .box-title {
  font-size: 15px;
  font-weight: 600;
}
.post.spa .excerpt {
  font-size: 13px;
}
.post.spa .save-btn {
  border: none;
  padding: 0;
  background-color: transparent;
}
.post.spa .save-btn.active svg path {
  fill: #FF0B7A;
}
.post.spa .cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.save-btn {
  background-color: transparent;
  border: none;
  padding-right: 0;
}
.save-btn.active svg path {
  fill: #FF0B7A;
}

.doctor-item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}
.doctor-item .left {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex: 0 0 auto;
}
.doctor-item .left .avt {
  flex: 0 0 auto;
}
.doctor-item .left .name {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.doctor-item .left .name h3 {
  font-size: 15px;
  font-weight: 600;
}
.doctor-item .left .work-at {
  font-size: 13px;
  margin-bottom: 5px;
}
.doctor-item .left .sub {
  font-size: 11px;
  color: #979797;
}
.doctor-item .left img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span.doctor-label {
  font-size: 11px;
  background-color: #F2FFFF;
  color: #62C8CE;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  font-weight: 400;
  flex: 0 0 auto;
  max-height: 24px;
  line-height: 1;
}
span.doctor-label svg {
  margin-top: 1px;
}

.single-container section.info-section {
  margin-top: -30px;
  background-color: white;
  border-radius: 30px 30px 0 0;
  z-index: 2;
  position: relative;
}
.single-container section.info-section h3 {
  font-size: 20px;
  font-weight: 600;
}

.single-beauty .post-top {
  position: relative;
}
.single-beauty .post-top a.back-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}
.single-beauty .post-top .review-meta {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  left: 15px;
  bottom: 10px;
  border-radius: 30px;
  padding: 4px 15px;
}
.single-beauty .post-top .review-meta a {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  align-items: center;
}

.services-section .content {
  border: 1px solid #D9D9D9;
  border-radius: 16px;
}
.services-section ul li {
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 15px;
  display: flex !important;
  justify-content: space-between;
}
.services-section ul li:last-child {
  border-bottom: none;
}

.review-section .see-all, .services-section .see-all {
  font-size: 14px;
  color: white;
  background-color: #FF0B7A;
  padding: 5px 35px;
  border-radius: 5px;
}

.average-star {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.average-star .p-star {
  position: relative;
  line-height: 0;
}
.average-star .p-star img {
  vertical-align: middle;
}
.average-star .p-star .p-g-star {
  position: absolute;
  height: 100%;
  background: url(../images/icon-star-yellow.svg) no-repeat center left;
  z-index: 5;
  top: 0;
  left: 0;
}

.header-home .img img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-home .header-wp {
  display: flex;
  align-items: center;
}
.header-home .header-wp .left img, .header-home .header-wp .left svg, .header-home .header-wp .right img, .header-home .header-wp .right svg {
  margin-top: 5px;
}
.header-home .header-wp .left {
  width: 30px;
  position: relative;
}
.header-home .header-wp .right {
  text-align: right;
  width: 40px;
}
.header-home .header-wp .right img.default {
  -o-object-fit: contain;
     object-fit: contain;
}
.header-home .header-wp .center {
  flex: 1 0 auto;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
}
.header-home .header-wp .center input {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 40px;
  padding-left: 7px;
  font-size: 16px;
}

.header-title {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 10px;
  align-items: center;
}
.header-title a {
  line-height: 0;
}
.header-title strong {
  font-size: 20px;
  font-weight: 600;
}

.pv-nav-tabs {
  display: flex;
  border-bottom: 2px solid #F1F1F1;
  margin-bottom: 20px;
}
.pv-nav-tabs .nav-btn {
  flex: 1;
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  color: #271515;
}
.pv-nav-tabs .nav-btn.active {
  border-bottom: 2px solid #FF0B7A;
  color: #FF0B7A;
}

.pv-tab-content .tab-pane {
  display: none;
}
.pv-tab-content .tab-pane.active {
  display: block;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 15px;
  text-align: center;
  background-color: white;
  z-index: 1000;
  box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

.fixed-bottom .btn {
  height: 50px;
  background-color: #FF0B7A;
  color: white;
  font-weight: 700;
  font-size: 18px;
  border: none;
  width: 100%;
  border-radius: 8px;
}

.has-fixed-bottom {
  padding-bottom: 75px;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #FF0B7A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input:checked {
  background: url("../images/radio-checked.svg") no-repeat center;
}

.text-1-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
}

.group-button {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.group-button .btn {
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  width: 100%;
  padding: 10px 5px;
  color: white;
  background-color: #AFAFA5;
}
.group-button .btn.outline {
  background-color: white;
  color: #271515;
  border: 1px solid #CACACA;
}

.mt-0 {
  margin-top: 0 !important;
}

button:disabled {
  background-color: #E0E0E0 !important;
  color: #271515 !important;
  border-color: #E0E0E0;
}

.like-comment-like.active svg path {
  fill: #FF5353;
  stroke: #FF5353;
}

body .loader_load_more {
  border-color: #FF0B7A;
  border-top-color: transparent;
}

.review-item {
  color: black;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.review-item .img {
  position: relative;
}
.review-item .img > img {
  width: 100%;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.review-item .img .review-meta {
  position: absolute;
  background-color: white;
  top: 5px;
  right: 5px;
  border-radius: 30px;
  padding: 3px 10px;
  white-space: nowrap;
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #271515;
}
.review-item .bottom {
  padding: 7px 10px 10px;
}
.review-item .des-r1 {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.review-item .des-r1 img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-item .des-r1 h4 {
  font-size: 16px;
}
.review-item .excerpt {
  font-size: 13px;
  margin: 5px 0;
}
.review-item ._more {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.review-item ._more span {
  font-size: 14px;
  position: relative;
  top: -3px;
}

.event-cover {
  height: 150px;
  background-position: center;
  background-size: cover;
}

.coupon-item {
  border-radius: 10px;
  height: 90px;
  display: flex;
  margin-bottom: 15px;
  color: #271515;
}
.coupon-item .left {
  aspect-ratio: 1/1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #D8D8D8;
  position: relative;
  box-shadow: 0px 0px 1px 1px rgb(255, 179, 214);
  border-radius: 10px 0 0 10px;
  -webkit-clip-path: inset(-100vw 0 -100vw -100vw);
          clip-path: inset(-100vw 0 -100vw -100vw);
}
.coupon-item .left strong {
  color: #FF0B7A;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.coupon-item .left .before {
  left: -9px; /*top: -9px; */
}
.coupon-item .left .before:before {
  top: -9px;
}
.coupon-item .left .after {
  bottom: -9px;
  right: -9px;
}
.coupon-item .left .after:before {
  top: 9px;
}
.coupon-item .right {
  position: relative;
  padding: 5px 15px;
  flex: 1;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0 10px 10px 0;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
}
.coupon-item .right h3 {
  font-size: 15px;
  font-weight: 600;
}
.coupon-item .right p {
  font-size: 13px;
}
.coupon-item .right .before {
  top: -9px;
  left: -9px;
}
.coupon-item .right .before:before {
  top: -9px;
}
.coupon-item .right .after {
  bottom: -9px;
  left: -9px;
}
.coupon-item .right .after:before {
  top: 9px;
}
.coupon-item .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.coupon-item .meta span {
  font-size: 10px;
}
.coupon-item .meta span.date {
  background-color: #F1F1F1;
  padding: 4px 10px;
  border-radius: 6px;
}
.coupon-item .save-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  top: 5px;
  right: 5px;
  position: absolute;
}
.coupon-item .before, .coupon-item .after {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  box-shadow: inset 0px -3px 4px -2px rgb(255, 179, 214);
  display: block;
  z-index: 2;
  background-color: white;
}
.coupon-item .before:before, .coupon-item .after:before {
  height: 18px;
  width: 18px;
  content: "";
  display: block;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
}
.coupon-item .after {
  box-shadow: inset 0px 2px 4px -1px rgba(0, 0, 0, 0.14);
}

.pv-nav {
  display: flex;
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
}
.pv-nav .btn {
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 5px 5px;
  margin-bottom: -2px;
  color: #C4C4CB;
}
.pv-nav .btn.active {
  color: #000001;
}

.review-item-v3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 5px solid #F1F1F1;
}
.review-item-v3:last-child {
  border-bottom: none;
}
.review-item-v3 .box-title {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.review-item-v3 .left {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.review-item-v3 .left img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-item-v3 .left h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.review-item-v3 .left h5 a {
  color: #271515;
}
.review-item-v3 .left h5 span {
  font-weight: 400;
}
.review-item-v3 .left .date-span {
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
.review-item-v3 .content {
  padding: 0 15px;
  margin-bottom: 10px;
}
.review-item-v3 .content .more-btn {
  color: #AFAFA5;
  font-size: 14px;
  padding-left: 5px;
}
.review-item-v3 .image-box {
  position: relative;
  display: block;
}
.review-item-v3 .image-box .item img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-item-v3 .image-box .rate {
  position: absolute;
  background-color: white;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  padding: 3px 10px;
  white-space: nowrap;
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  font-weight: 700;
  color: #271515;
  z-index: 2;
  align-items: center;
}
.review-item-v3 .image-box .rate svg {
  margin-top: -2px;
}
.review-item-v3 .image-box .count {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  border-radius: 20px;
  padding: 4px 15px;
  z-index: 2;
}
.review-item-v3 ._more {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px 15px 0;
}
.review-item-v3 ._more span {
  font-size: 14px;
  position: relative;
  top: -3px;
}
.review-item-v3 ._more a {
  color: #271515;
}
.review-item-v3 .morecontent {
  display: none;
}

body.modal-show:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: var(--body-modal-show-height, 100%);
  z-index: 2000;
}

.popup-bottom {
  background: white;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  transition: all 0.2s;
  position: fixed;
  z-index: 10000;
  transform: translateY(100%);
}
.popup-bottom.show {
  transform: translateY(0);
}
.popup-bottom .header {
  position: relative;
  border-bottom: 1px solid #EBEBE6;
  padding: 15px 0 10px;
}
.popup-bottom .header .title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.popup-bottom .header .close-modal-bottom {
  background-color: transparent;
  border-color: transparent;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 10px;
}
.popup-bottom .list {
  margin-bottom: 0px;
  max-height: 342px;
  overflow-y: auto;
}
.popup-bottom .list li {
  padding: 15px;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px solid #EBEBE6;
  font-size: 16px;
}
.popup-bottom .list li.active {
  color: #FF0B7A;
}

header.header-main {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
header.header-main .right a {
  line-height: 1;
  margin-left: 20px;
  position: relative;
}
header.header-main h2 {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 375px) {
  .post.post-event .event-cover {
    width: 80px !important;
  }
}/*# sourceMappingURL=pv-css.css.map */