@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title {
  margin-bottom: 20px;
}

.title h2 {
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}

.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  height: 2px;
  width: 80%;
  bottom: 4px;
}

/* home */
.home1 {
  padding: 0px 24px 0px 24px;
  margin-bottom: 96px;
}

.home1 .banner {
  border-radius: 40px;
  overflow: hidden;
}

.home1 .banner h1 {
  font-size: 40px;
  margin: 0px 120px 16px 0px;
  text-transform: capitalize;
  line-height: 1.3em;
}

.home1 .banner h5 {
  margin: 0px 0px 15px 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  color: #ffffff;
}

.home2 {
  margin-bottom: 66px;
}

.home2 .icon-box-img {
  margin-bottom: 40px;
}

.home3 {
  margin-bottom: 96px;
}

.home3 .box {
  border-radius: 16px;
  overflow: hidden;
}

.home3 .box-image::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    180deg,
    #00000008 0%,
    #000000 100%
  ) !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}

.home3 .box-text {
  position: absolute;
  bottom: 24px;
  padding: 0 20px;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}

.home3 .box-text h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
}

.home3 .box-text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.home3 .box-text .button {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border: 1px solid;
  padding: 10px 20px;
  line-height: 1;
  margin: 0;
}

.home3 .box-text .b-hidden {
  transition: all 1.5s;
  visibility: hidden;
  max-height: 0;
}

.home3 .box:hover .box-image::before {
  opacity: 1;
}

.home3 .box:hover .box-text .b-hidden {
  visibility: visible;
  max-height: 600px;
}

.slider1 .flickity-prev-next-button {
  width: 48px;
  height: 48px;
  background-color: #f2f4f4;
  opacity: 1;
  border-radius: 99px;
}

.slider1 .flickity-prev-next-button svg {
  width: 36px;
  color: #4f5e71 !important;
}

.slider1 .flickity-prev-next-button.next {
  top: -80px;
  right: 15px;
  transform: unset;
}

.slider1 .flickity-prev-next-button.previous {
  top: -80px;
  transform: unset;
  left: unset;
  right: 70px;
}

.slider1 .flickity-prev-next-button:hover {
  background-color: var(--fs-color-primary);
}

.slider1 .flickity-prev-next-button:hover svg,
.slider1 .flickity-prev-next-button:hover svg .arrow {
  color: #fff !important;
  fill: #fff !important;
}

.home3 .see-all.primary {
  border-radius: 99px;
  border: 1px solid;
  font-weight: 600;
  text-transform: unset !important;
  padding: 15px 30px;
  line-height: 1;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
}

.home4 {
  margin-bottom: 66px;
}

.home4 .box {
  border-radius: 25px;
  overflow: hidden;
}

.home4 .box-text {
  width: 100%;
  height: 100%;
  padding: 34px 157px 34px 37px;
  text-shadow: unset !important;
}

.home4 .box-text h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}

.home4 .box-text p {
  font-size: 16px;
  font-weight: 500;
}

.home4 .box-text .button {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  color: var(--fs-color-primary);
  padding: 10px 20px;
  line-height: 1;
  position: absolute;
  bottom: 34px;
  left: 37px;
}

.home4 .overlay {
  background-color: transparent;
  background-image: linear-gradient(134deg, #11a191 18%, #01aa9000 100%);
}

.home4 .col2 .overlay {
  background-color: transparent;
  background-image: linear-gradient(134deg, #322153 18%, #01aa9000 100%);
}

.home5 {
  margin-bottom: 66px;
}

.home6 {
  margin-bottom: 96px;
}

.home6 .banner {
  border-radius: 30px;
  overflow: hidden;
}

.home6 .banner .text-box {
  background-color: #000000;
  padding: 40px;
  border-radius: 16px;
}

.home6 .banner .text-box h2 {
  margin: 0;
  font-size: 32px;
  margin-bottom: 12px;
}

.subscribe-get-code {
  display: flex;
  align-items: center;
  gap: 16px;
}

.subscribe-get-code input[type="email"] {
  margin: 0;
  height: 52px;
  box-shadow: none !important;
  border-radius: 99px;
}

.subscribe-get-code .wpcf7-spinner {
  display: none !important;
}

.subscribe-get-code input[type="submit"] {
  margin: 0;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 99px;
  width: 120px;
}

.home7 {
  margin-bottom: 96px;
}

.home8 {
  margin-bottom: 96px;
}

.home8 .see-all.primary {
  border-radius: 99px;
  border: 1px solid;
  font-weight: 600;
  text-transform: unset !important;
  padding: 15px 30px;
  line-height: 1;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
}

.sec_faqs .accordion {
  border-radius: 20px;
  border: 1px solid #e8edf1;
  padding: 24px;
}

.sec_faqs .accordion-item:first-child .accordion-title {
  border-top: 0;
  padding-top: 0;
}

.sec_faqs .accordion-item:last-child .accordion-title {
  padding-bottom: 0;
}

.sec_faqs .accordion-title {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  border-color: #e8edf1;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #222222;
}

.sec_faqs .accordion-title.active {
  color: #222222;
  border-color: #e8edf1;
  background-color: transparent;
}

.sec_faqs .accordion .toggle {
  width: unset;
  height: unset;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: unset;
  right: 0;
  left: unset;
  color: #222;
  opacity: 1;
  font-size: 14px;
}

.sec_faqs .accordion-inner {
  padding: 16px 0;
  font-size: 14px;
}

.box-ct {
  background-color: #f2f4f4;
  padding: 24px;
  border-radius: 20px;
}

.box-ct .col {
  padding-bottom: 0;
}

.box-ct p {
  margin-bottom: 0;
}

.box-ct .button {
  font-weight: 600;
  text-transform: unset !important;
  padding: 15px 30px;
  line-height: 1;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
}

.about1 {
  margin-bottom: 96px;
}

.about1 .banner {
  border-radius: 20px;
  overflow: hidden;
}

.about1 .banner .button {
  border-width: 3px;
  background: rgb(255, 255, 255, 0.3);
}

.about2 {
  margin-bottom: 48px;
}

.about2 .title {
  max-width: 750px;
  margin: 0 auto;
}

.about2 .title h2 {
  margin-bottom: 24px;
}

.about2 .title {
  margin-bottom: 80px;
  padding-bottom: 20px;
}

.about2 .icon-box {
  background-color: #e6f7f4;
  border-radius: 16px;
  padding: 32px;
}

.about3 .section-content {
  padding-top: 80px;
}

.about3 .col-inner {
  height: 100%;
}

.about3 .icon-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 16px;
  height: 100%;
}

.about3 .icon-box h3 {
  color: #121212;
}

.about3 .icon-box p {
  color: #4f5e71;
  font-weight: 600;
}

.about3 h2 {
  font-size: 56px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 61.6px;
  color: #ffffff;
  margin-bottom: 20px;
}

.about4 {
  padding-top: 96px;
  padding-bottom: 66px;
}

.about4 h2 {
  font-size: 56px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 61.6px;
  margin-bottom: 20px;
}

.about4 p {
  font-weight: 600;
}

.about5 {
  background-color: #e6f7f4;
  padding-top: 96px;
  padding-bottom: 66px;
}

.about5 .title {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.about5 .title h2 {
  font-size: 56px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 61.6px;
  margin-bottom: 20px;
}

.about5 .title p {
  font-weight: 600;
}

.about5 .box {
  border-radius: 16px;
  overflow: hidden;
}

.about5 .box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  color: #ffffff;
}

.about5 .box p {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.about6 {
  padding-top: 96px;
  padding-bottom: 60px;
}

h1.ux-title {
  font-size: 40px;
  margin-bottom: 12px;
}

.ux-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  color: #4f5e71;
  max-width: 380px;
  margin-bottom: 24px;
}

.box-form {
  background-image: url(/wp-content/uploads/Frame-2071858876.png);
  padding: 120px;
  padding-bottom: 60px;
  border-radius: 25px;
}

.box-form .wpcf7 label {
  font-size: 14px;
  font-weight: 500;
  color: #4f5e71;
  line-height: 1.3;
}

.box-form input[type="text"],
.box-form input[type="email"],
.box-form textarea {
  padding: 12px 16px 12px 16px;
  border-style: none;
  border-radius: 8px 8px 8px 8px;
  background: #ffffff;
  box-shadow: none !important;
  border-color: transparent;
  height: 45px;
}

.box-form input[type="submit"] {
  margin: 0;
  height: 45px;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
  border-radius: 99px;
  margin-top: 24px;
}

.contact-block iframe {
  border-radius: 16px;
  overflow: hidden;
}

.contact-block ul {
  list-style: none;
}

.contact-block ul li {
  margin: 0;
  margin-bottom: 8px;
}

.ux-contact-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.ux-contact-social a {
  background-color: #ebfef5;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ux-contact-social svg {
  width: 24px;
  height: 24px;
  fill: var(--fs-color-primary);
}

.ux-contact-social path {
  fill: var(--fs-color-primary);
}

/* post-item */
.post-item .box {
  background-color: #fff;
  border: 2px solid #e8edf1;
  border-radius: 16px;
  overflow: hidden;
}

.post-item .box-text {
  padding: 16px;
  text-align: left;
}

.post-item .cat-label {
  opacity: 1;
  padding: 4px 8px;
  background: #e8edf1 !important;
  color: var(--fs-color-base) !important;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.post-item .post-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--fs-color-primary);
}

.post-item .post-title {
  height: 43px;
  margin-bottom: 8px;
}

.post-item .post-meta {
  font-size: 14px;
  margin-bottom: 8px;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-blog-post .is-divider {
  display: none;
}

.archive-page-header {
  display: none;
}

.blog-container {
  margin-bottom: 24px;
}

.post-sidebar span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.post-sidebar .post_comments,
.post-sidebar .widget .is-divider {
  display: none;
}

.post-sidebar .recent-blog-posts-li .badge,
.post-sidebar .recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
}

.post-sidebar .recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.post-sidebar .widget ul {
  padding: 0px 8px;
  border: 1px solid var(--fs-color-primary);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.post-sidebar .widget ul .mr-half {
  margin-right: 10px;
}

.post-sidebar .recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

/* product-small */
.product-small.box {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #e8e8e8;
}

.product-small .box-text {
  padding: 16px;
  padding-bottom: 0;
}

.product-small .product-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.product-small .product-title a {
  color: #121212;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-small .badge-container {
  margin: 0;
  top: 16px;
  right: 16px;
  left: unset;
}

.product-small .badge {
  height: unset;
  width: unset;
}

.product-small .badge-inner {
  background-color: #f51d35;
  font-weight: 600;
  padding: 8px;
  font-size: 14px;
  border-radius: 4px;
}

.product-small .product-rating {
  margin-bottom: 16px;
}

.product-small .product-rating .stars {
  font-size: 14px;
  color: #fc961b;
}

.product-small .rating-number {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.product-small .review-count {
  font-size: 16px;
}

.product-small .price-wrapper {
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.product-small .product-category {
  font-size: 14px;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.product-small span.amount {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
}

.product-small del {
  text-decoration: unset;
}

.product-small del span.amount {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ff0000;
  opacity: 1;
  text-decoration: line-through;
  display: block;
  margin: 0;
  margin-bottom: 8px;
}

/* reset hết */
.product-small .amount::before {
  content: "";
}

.product-small ins .amount::before,
.product-small .price > .amount::before {
  content: "From ";
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #4f5e71;
}

.product-small .product-brand svg {
  width: 16px;
  height: 16px;
}

.product-small .brand-item {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 4px;
}

.prd-detail1 {
  padding-top: 48px;
}

.breadcrumbs {
  margin-bottom: 8px;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 16px;
  text-transform: none;
}

h1.product-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}

.product-gallery-custom {
  position: relative;
}

.product-gallery-custom .box-image {
  border-radius: 15px;
  overflow: hidden;
}

.product-gallery-custom .large-4 > a:first-child {
  margin-bottom: 20px;
  display: block;
}

.product-gallery-custom .button {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 44px;
  right: 24px;
  color: #000;
  text-transform: none;
  border-radius: 99px;
  font-size: 16px;
  gap: 8px;
  font-weight: 400;
}

.box-content {
  padding: 24px;
  border: 1px solid #e8edf1;
  border-radius: 16px;
  line-height: 1.4;
}

.box-content hr {
  margin: 24px 0;
  border-color: #e8edf1;
  opacity: 1;
}

.box-title h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

li,
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 16px;
}

.box-content2 ul {
  column-count: 1;
}

.expect-item {
  display: flex;
  padding-bottom: 8px;
  gap: 24px;
  position: relative;
}

.expect-item::before {
  content: "";
  background-color: var(--fs-color-primary);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 20px;
}

.expect-item:last-child::before {
  display: none;
}

.expect-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 2px solid var(--fs-color-primary);
  font-size: 16px;
  font-weight: 700;
  color: var(--fs-color-primary);
  min-width: 40px;
  background-color: #fff;
}

.expect-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 6px;
  margin-bottom: 12px;
  color: #121212;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}

.expect-label i {
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.expect-item.active i,
.faq-item.active i {
  transform: rotate(180deg);
}

.expect-content li {
  margin-bottom: 8px;
}

.acf-map-embed {
  border-radius: 16px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.faq-item:last-child {
  border: 0;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  color: #121212;
  display: flex;
  justify-content: space-between;
}

.faq-number {
  margin-right: 5px;
  color: #999;
}

.faq-answer {
  display: none;
  color: #666;
  padding: 15px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-question:hover,
.faq-item.active .faq-question {
  color: var(--fs-color-primary);
}

.box-review {
  margin-top: 24px;
}

.box-review > hr {
  margin-bottom: 24px;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.box-review #comments {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e8edf1;
}

.woocommerce-noreviews {
  margin-bottom: 0;
}

#review_form .comment-form-rating {
  display: block;
  margin-bottom: 24px;
}

#review_form .comment-form-rating label {
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
}

#review_form .comment-form-rating p.stars a {
  width: auto;
}

.woocommerce #review_form #respond p.form-submit input#submit,
.woocommerce
  #reviews
  #comments
  ol.commentlist
  #respond
  p.form-submit
  input#submit {
  background-color: transparent;
  color: var(--fs-color-secondary);
  font-size: 16px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
  text-transform: none;
  font-weight: 600;
}

.comment_container {
  padding: 24px;
  border-radius: 8px;
  background: #f2f4f4;
  margin-bottom: 16px;
}

.comment_container img {
  border-radius: 8px;
}

.comment-list > li:not(:first-child),
.commentlist > li:not(:first-child) {
  border: 0;
}

.comment-form-phone {
  padding: 0 !important;
}

.custom-product-header .star-rating {
  margin: 0;
  font-size: 1.3em;
  width: 136px;
  height: 27px;
}

.custom-product-header .star-rating::before {
  display: none;
}

.custom-product-header .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.custom-product-header .woocommerce-review-link {
  font-size: 16px;
}

.custom-product-header .header-info {
  text-align: left;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 0;
  padding-left: 30px;
}

.custom-product-header .header-info li {
  margin: 0;
}

.custom-product-header .header-left {
  display: flex;
  align-items: center;
}

.custom-product-header {
  margin-bottom: 36px;
}

.box-booking {
  background-color: #f2f4f4;
  padding: 24px;
  border-radius: 16px;
  border: 2px solid var(--fs-color-primary);
}

.product-price-container .price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  margin-bottom: 16px;
}

.product-price-container .price-wrapper::before {
  content: "From ";
  margin-right: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #4f5e71;
}

.product-price-container span.amount {
  color: #121212;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}

.product-price-container del {
  text-decoration: unset;
}

.product-price-container del span.amount {
  color: #ff0000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: line-through;
  opacity: 1;
}

.product-price-container .price {
  margin-bottom: 0;
}

.box-booking input[type="text"],
.box-booking input[type="email"],
.box-booking textarea {
  padding: 11px 12px 11px 12px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 8px 8px 8px 8px;
  background: #fff;
  height: 45px;
  box-shadow: none !important;
}

.box-booking input[type="submit"] {
  margin: 0;
  height: 45px;
  width: 100%;
  border-radius: 99px;
  font-size: 16px;
}

.box-booking form {
  margin-bottom: 0;
}

.box-booking .wpcf7-spinner {
  display: none;
}

.custom-product-info {
  background-color: #f2f4f4;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  display: none;
}

.custom-product-info ul {
  list-style: none;
  color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}

.custom-product-info ul li {
  margin: 0;
}

.custom-product-info ul li span {
  color: var(--fs-color-base);
  margin-left: 4px;
}

.product-section {
  border-top: 0;
  margin-top: 96px;
}

.product-section .product-section-title {
  padding-left: 15px;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4em;
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 0;
}

.shop-page-title,
.shop-page-title .flex-col.flex-grow {
  display: none !important;
}

.category-page-row .shop-page-title {
  display: block !important;
}

.category-page-row .shop-page-title .flex-col {
  background: #f2f4f4;
  padding: 16px 29px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-page-row .shop-page-title .flex-col p {
  margin: 0;
}

.category-page-row .page-title-inner {
  padding-top: 0;
  margin-bottom: 24px;
}

.woocommerce-ordering,
.woocommerce-ordering select {
  margin: 0;
  border-radius: 8px;
  box-shadow: none !important;
}

h6.entry-category {
  display: none;
}

h1.entry-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.entry-divider {
  display: none;
}

.entry-image {
  max-width: 650px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.searchform .search-field {
  box-shadow: none !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.searchform .button {
  box-shadow: none !important;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.about4 .img {
  border-radius: 16px;
  overflow: hidden;
}

.shop-container {
  padding-top: 48px;
}

.expect-text {
  display: none;
}

.destination-header {
  position: relative;
  margin-bottom: 24px;
}

.destination-header .box-image {
  border-radius: 16px;
  overflow: hidden;
}

.destination-header .tern-content {
  background-color: #f2f4f4;
  padding: 16px;
  max-width: calc(100% - 32px);
  border-radius: 16px;
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: calc(100% - 64px);
  left: 32px;
  bottom: 16px;
}

.destination-header .tern-content p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.destination-header .tern-content svg {
  width: 20px;
  height: 20px;
}

.subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  color: var(--fs-color-primary);
}

.tern-content-top {
  margin-top: 64px;
}

.tern-content-bot {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media screen and (min-width: 850px) {
  .ternList .large-columns-3 > .col {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .home1 {
    padding: 15px;
    margin-bottom: 48px;
  }

  .home1 .banner {
    height: 500px;
  }

  .home1 .banner h1 {
    margin: 0;
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
  }

  .home1 .banner h5 {
    font-size: 16px;
    margin: 0;
    text-align: center;
  }

  .slider1 .flickity-prev-next-button {
    display: none;
  }

  .home2 {
    margin-bottom: 18px;
  }

  .title h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .slider1 .col {
    max-width: calc(100% / 1.45);
  }

  .home3 .box-text h3 {
    font-size: 24px;
  }

  .home3 {
    margin-bottom: 48px;
  }

  .home4 {
    margin-bottom: 18px;
  }

  .home4 .image-cover {
    padding-top: 66% !important;
  }

  .home4 .box-text {
    padding: 20px;
  }

  .home6 {
    margin-bottom: 48px;
  }

  .home5 {
    margin-bottom: 18px;
  }

  .home6 .banner {
    height: 380px;
  }

  .home6 .banner .text-box {
    width: 100% !important;
    left: 0;
    padding: 24px;
  }

  .home6 .banner p {
    font-size: 16px;
  }

  .subscribe-get-code {
    display: block;
  }

  .subscribe-get-code input[type="submit"] {
    width: 100%;
    margin-top: 16px;
  }

  .home7 {
    margin-bottom: 48px;
  }

  .home8,
  .about1 {
    margin-bottom: 48px;
  }

  .about2 .title h2 {
    padding-bottom: 0;
  }

  .about2 .title {
    margin-bottom: 0;
  }

  .about2 {
    margin-bottom: 0;
  }

  .about3 .section-content {
    padding-top: 48px;
  }

  .about3 h2,
  .about5 .title h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
  }

  .about4 {
    padding-top: 48px;
    padding-bottom: 18px;
  }

  .about4 h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .about5,
  .about6 {
    padding-top: 48px;
    padding-bottom: 18px;
  }

  .box-form {
    padding: 48px 15px;
    padding-bottom: 0;
  }

  .category-page-row {
    padding-top: 0;
  }

  .shop-container {
    padding-top: 24px;
  }

  .prd-detail1 {
    padding-top: 28px;
  }

  h1.entry-title {
    font-size: 30px;
  }

  .product-gallery-custom .large-4 {
    padding: 0;
  }

  .product-gallery-custom .large-4 .image-cover {
    padding-top: 0 !important;
  }

  .product-gallery-custom .button {
    bottom: 60px;
  }

  .custom-product-info ul {
    display: block;
  }

  .custom-product-info ul li {
    margin-bottom: 12px;
  }

  .custom-product-info ul li:last-child {
    margin-bottom: 0;
  }

  .box-content {
    padding: 0;
    border: 0;
  }

  .expect-number {
    display: none;
  }

  .expect-item::before {
    display: none;
  }

  .related .col {
    max-width: calc(100% / 1.45) !important;
  }

  .product-section {
    margin-top: 28px;
  }

  .blog-container {
    margin-bottom: 0;
  }
}
