:root {
	--theme-color: #000000 !important;
	--theme-color3: #d11e46 !important;
	--theme-color2: #f89425 !important;
	--text-color: #2f2b43 !important;
	--black: #2e2e2e;
	--grey: #e8e8e8;
	--fw-600: 600;

	--size-14: 0.875rem;
	--size-20: 1.25rem;
	--size-24: 1.5rem;
	--size-28: 1.75rem;
	--size-30: 1.875rem;
	--size-36: 2.25rem;
	--size-40: 2.5rem;
}

.txt-white,
.txt-white * {
	color: white !important;
}

.p-mb-10 p {
	margin-bottom: 10px !important;
}

.p-mb-0 p {
	margin-bottom: 0px;
}
.col.pb-10 {
	padding-bottom: 10px;
}
.fw-500 {
	font-weight: 500 !important;
}

.br-16 img {
	border-radius: 16px;
}

.btn-1 span {
	color: #000 !important;
	font-size: 16px;
	font-weight: 500 !important;
}

.button.btn-1.white {
	background-color: #fff !important;
}

.button.btn-1 {
	line-height: 1 !important;

	background-color: #f4f4f5 !important;
}

.btn-1:hover {
	background-color: #fff !important;
	box-shadow: 0 1px 3px -2px rgb(29 35 39 / 25%),
		0 1px 2px rgb(47 43 67 / 25%) !important;
}

a.button,
a.button.white {
	font-size: 16px;
	color: #000 !important;
	width: max-content;
}
a.button.white:hover {
	border: 1px solid #fff;
}

.btn-sapanomad.icon-pos-right {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
}
.btn-sapanomad.icon-pos-right img {
	transition: 0.3s;
}
.btn-sapanomad.icon-pos-right:hover {
	box-shadow: none;
}
.btn-sapanomad.icon-pos-right.is-custom-icon:hover img {
	transform: translateX(3px);
}
.btn-sapanomad.icon-pos-left.is-custom-icon:hover img {
	transform: translateX(-3px);
}

.button.btn-sapanomad-product {
	border-radius: 12px;
	padding: 12px 16px 12px 16px;
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1;
	border: 1px solid #dddde1;
}
.button.btn-sapanomad-product:hover {
	box-shadow: none;
	border: 1px solid var(--text-color);
}

.nav-custom.slider .flickity-button,
.slider-fix-nav.slider .flickity-button {
	width: 48px;
	opacity: 1;
	transform: unset !important;
}
.slider-fix-nav.slider .flickity-button {
	margin-top: 0%;
}
.nav-custom.slider .flickity-button {
	margin-top: 20px;
}

.nav-custom.slider .flickity-button.previous {
	left: -15px;
}
.nav-custom.slider .flickity-button.next {
	right: -15px;
}
.nav-custom.slider .flickity-button svg,
.slider-fix-nav.slider .flickity-button svg {
	width: 48px;
	height: 48px;
	border: 1px solid #2f2b4310;
	border-radius: 99%;
	box-shadow: 0px 1px 3px #00000008;
	background: #fff;
	padding: 16px;
	transition: 0.3s;
}
.nav-custom.slider .flickity-button svg:hover,
.slider-fix-nav.slider .flickity-button svg:hover {
	background-color: #2f2b43;
}
.nav-custom.slider .flickity-button svg:hover path,
.slider-fix-nav.slider .flickity-button svg:hover path {
	fill: #fff;
	border-color: #fff;
}
.slider-fix-nav.slider .flickity-button.previous {
	left: -12px;
	right: unset;
}
.slider-fix-nav.slider .flickity-button.next {
	right: -12px;
	left: unset;
}

.alt-font {
	letter-spacing: 0px;
}

/* -------- header --------- */

.header-main {
	border-bottom: 1px solid #2f2b4310;
	margin-bottom: 12px;
}
.header-bottom-nav > li {
	font-size: 14px;
}
.header-bottom-nav > li > a {
	padding: 4px 12px !important;
	font-size: 14px;
}
.header-bottom-nav > li.current-menu-item > a,
.header-bottom-nav > li:hover > a {
	background-color: #f6f6f8;
	border-radius: 8px;
}
.header-bottom-nav > li > a i {
	margin-left: 10px !important;
	opacity: 1 !important;
}
.header-bottom-nav > li.last-item a {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.header-bottom-nav > li.last-item a img {
	margin-right: 0;
	margin-left: 5px;
}

.header-nav-main .searchform .search-field {
	height: 48px;
	padding-left: 48px;
	border-radius: 12px;
	border: 1px solid #2f2b4310;
	box-shadow: none;
	background-color: #f6f6f8;
	background-image: url("../images/icon-search.svg");
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 17px;
	font-size: 16px;
}

header .header-nav-main .searchform .ux-search-submit {
	margin-left: 8px !important;
	border-radius: 12px !important;
	width: 52px;
	height: 44px;
	transition: 0.3s;
	background-image: url("../images/search-icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
header .header-nav-main .searchform .ux-search-submit i {
	opacity: 0;
	visibility: hidden;
}
.header-nav-main .searchform .ux-search-submit i {
	transition: 0.3s;
}
.header-nav-main .searchform .ux-search-submit:hover i {
	transform: rotate(90deg);
}

.header-nav-main.nav.nav-left {
	justify-content: center;
	padding-right: 30px;
}

.header-button-1 .button.primary {
	border-radius: 6px !important;
	background: transparent;
	color: #000;
	font-weight: 500;
	background-color: #f6f6f8;
	border: none;
	/* background-image: url("../images/money-dollar.svg"); */
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 10px;
	/* padding-left: 42px; */
}
.header-button-1 .button.primary:hover {
	background-color: #f6f6f8 !important;
	box-shadow: none;
}
.header-bottom {
	margin-bottom: 12px;
}
/* -------- end header --------- */

/* home */

.form-subscribe-index {
	display: flex;
	align-items: center;
	gap: 10px;
}

.form-subscribe-index input {
	margin-bottom: 0px;
	border-radius: 12px !important;
	height: 48px !important;
	box-shadow: none !important;
}
.form-subscribe-index span.wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7-form {
	margin-bottom: 0;
}

.form-subscribe-index .wpcf7-submit {
	margin-right: 0;
	text-transform: inherit;
	font-weight: 500;
}

.form-subscribe-index span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -30px;
}

.wpcf7-response-output {
	margin: 0 !important;
	position: absolute;
	bottom: -70px;
}
.form-subscribe-index .wpcf7-spinner {
	display: none;
}

.faq-index .accordion-title {
	font-size: 18px;
	font-weight: 600 !important;
	padding-left: 0;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-color: #ededf1;
}

.faq-index .accordion-item:nth-child(1) .accordion-title {
	border-top: none;
}

.faq-index .accordion-inner {
	padding: 0;
}

.faq-index .accordion-title.active {
	font-weight: 600 !important;
	background-color: transparent;
}

.accordion .toggle {
	left: unset !important;
	right: 0;
	margin-right: 0 !important;
	top: 0.5em !important;
	color: #000;
	opacity: 1;
}

.col-section .col-inner {
	overflow: hidden;
}

.slider-feed-back .col {
	animation: fillHeight 0s 0.2s linear forwards;
}
.slider-feed-back .col .col-inner {
	height: 100%;
}
.slider-feed-back .flickity-page-dots {
	bottom: -20px;
}
.slider-feed-back .flickity-page-dots .dot {
	border: none;
	background-color: gray;
}

.slider-feed-back .flickity-page-dots .dot.is-selected {
	background-color: #000;
}
.slider-feed-back .flickity-button {
	opacity: 1;
	width: 48px;
	top: 30%;
}
.slider-feed-back .flickity-button svg {
	width: 48px;
	height: 48px;
	border: 1px solid #2f2b4310;
	border-radius: 99%;
	box-shadow: 0px 1px 3px #00000008;
	background: #fff;
	padding: 16px;
	transition: 0.3s;
}
.slider-feed-back .flickity-button svg:hover {
	background-color: #2f2b43;
}
.slider-feed-back .flickity-button svg:hover path {
	fill: #fff;
	border-color: #fff;
}
.slider-feed-back .flickity-button.previous {
	left: -20px;
}
.slider-feed-back .flickity-button.next {
	right: -20px;
}

.box-img-no-overlay {
	border-radius: 16px;
	overflow: hidden;
}
.box-img-no-overlay .overlay {
	background-color: transparent;
}
.box-img-no-overlay .text {
	text-shadow: none;
}
.text-opacity > * {
	opacity: 0.56;
}
.text-opacity h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
}

.box-img-no-overlay > .box-text {
	height: 100%;
}
.box-img-no-overlay > .box-text > .box-text-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.fw-400 > * {
	font-weight: 400;
}
a.button.white.is-mirror {
	color: #fff !important;
}
.btn-sapanomad.is-mirror {
	border-radius: 12px;
	background-color: #ffffff50 !important;
	box-shadow: none;
	border: 1px solid #ffffff7d;
	padding: 16px;
	font-weight: 500;
	backdrop-filter: blur(3px);
	transition: 0.3s;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.btn-sapanomad.is-mirror:hover {
	backdrop-filter: blur(10px);
	background-color: #ffffff8f !important;
}
.btn-sapanomad.is-mirror img {
	width: 28px;
	height: 28px;
}

.box-image-blog-index .box-text h4 {
	font-size: 20px;
}

.box-image-blog-index .box-image .overlay {
	background-image: linear-gradient(#00000000 65%, #00000082 100%);
}

ul.check-v {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.check-v li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
}

ul.check-v li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/checkv.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.content-tab-adventure {
	position: absolute;
	max-width: 345px;
}
.content-tab-adventure h3 {
	font-size: 20px;
}
.content-tab-adventure p {
	color: #4f4770;
}

.tab-adventure-index .nav-simple li a span {
	font-size: 32px;
	font-family: "Bebas Neue", sans-serif;
	background-image: url("../images/arrow-right-2-2.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 95%;
	display: block;
	width: 100%;
	font-weight: unset;
	color: #b2aebf;
	line-height: 1;
}
.tab-adventure-index .nav-simple li.active a span {
	background-image: url("../images/arrow-right-2.svg");
	color: #000;
}
.tab-adventure-index .nav-simple li {
	border: none;
}
.tab-adventure-index .tab-panels {
	border: none;
}
.section.plr-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.row-blog-box .flickity-button {
	opacity: 1;
	width: 48px;
	top: 40%;
}
.row-blog-box .flickity-button svg {
	width: 48px;
	height: 48px;
	border: 1px solid #2f2b4310;
	border-radius: 99%;
	box-shadow: 0px 1px 3px #00000008;
	background: #fff;
	padding: 16px;
	transition: 0.3s;
}
.row-blog-box .flickity-button svg:hover {
	background-color: #2f2b43;
}
.row-blog-box .flickity-button svg:hover path {
	fill: #fff;
	border-color: #fff;
}
.row-blog-box .flickity-button.previous {
	left: -23px;
}
.row-blog-box .flickity-button.next {
	right: -23px;
}

.row-blog-box .flickity-page-dots {
	display: none;
}

.wcu-row .flickity-page-dots,
.must-do-home .flickity-page-dots {
	opacity: 0;
	visibility: hidden;
}
.slider-fix-nav .flickity-page-dots .dot {
	border: none;
	background-color: #fff;
	opacity: 1;
}

.slider-fix-nav .flickity-page-dots .dot.is-selected {
	background-color: #03c4a1;
}

.blog-index .post-item .col-inner {
	border: none;
}
.blog-index .post-item .overlay {
	background-image: linear-gradient(#00000000 65%, #00000082 100%);
}
.blog-index .post-item .box-text {
	text-shadow: none;
}

.blog-index .flickity-button {
	opacity: 1;
	width: 48px;
	top: 40%;
	transform: translate(0) !important;
}
.blog-index .flickity-button svg {
	width: 48px;
	height: 48px;
	border: 1px solid #2f2b4310;
	border-radius: 99%;
	box-shadow: 0px 1px 3px #00000008;
	background: #fff;
	padding: 16px;
	transition: 0.3s;
}
.blog-index .flickity-button svg:hover {
	background-color: #2f2b43;
}
.blog-index .flickity-button svg:hover path {
	fill: #fff;
	border-color: #fff;
}
.blog-index .flickity-button.previous {
	left: -15px;
}
.blog-index .flickity-button.next {
	right: -15px;
	left: unset;
}

.blog-index .flickity-page-dots {
	display: none;
}

/* end home */

/* product-box */
.product-small.box {
	border: 1px solid #ededf1;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	transition: 0.3s;
	background-color: #fff;
}
.product-small.box .box-text {
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product-small.box .rate-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
}
.product-small.box .rate-wrap span {
	font-size: 14px;
	font-weight: 600;
}
.product-small.box .rate-wrap span.number {
	color: #2f2b438c;
}
.product-small.box .title-wrapper .product-title a {
	display: block;
	color: #2f2b43;
	font-size: 16px;
	font-weight: 600;
}
.product-small.box .title-wrapper .product-title {
	margin-bottom: 10px;
}
.row .col-inner .badge-container {
	display: none;
}

.product-small .type-tour:empty {
	display: none;
}

.product-small .type-tour {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.product-small .type-tour span {
	font-size: 12px;
	line-height: 24px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
	color: #000;
}
.product-small .type-tour span.featured {
	background-image: url("../images/lead-icon.svg");
}
.product-small .type-tour span.time {
	background-image: url("../images/time-icon.svg");
}
.product-small .price-wrapper {
	margin-bottom: 8px;
}
.product-small .price-wrapper .price .woocommerce-Price-amount {
	font-size: 20px;
	color: #2f2b43;
}
.product-small .image-tools {
	z-index: 99;
	bottom: 12px;
	top: unset;
	padding: 0;
	right: 12px;
}

.product-small .image-tools .wishlist-button {
	margin-bottom: 0;
	width: 36px;
	height: 36px;
	min-width: unset;
	min-height: unset;
	background-color: #fff;
	transition: 0.3s;
	border: 1px solid;
}
.product-small .image-tools .wishlist-button:hover {
	background-color: #fde9e9;
	border-color: #fde9e9;
}
.product-small .image-tools .wishlist-button:hover i {
	color: #f34141;
}
.product-small .image-tools .wishlist-button i {
	color: #2f2b43;
}

.product-small .image-tools .wishlist-popup {
	top: -110%;
}
.product-small .button i {
	top: 0;
}

/* end product box */

/* footer */
.menu-footer a span {
	font-size: 14px;
	color: var(--text-color);
}

.menu-footer-bottom {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.absolute-footer {
	display: none;
}

/* end footer */

/* single product car */
.list-amenities {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.list-amenities .item {
	width: calc(50% - 4px);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.list-amenities .item img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-bottom: 0 !important;
}
.list-amenities .item span {
	font-weight: 600;
	font-size: 14px;
}

.content-product-custom {
	margin-top: 20px;
}

.content-product-custom h2 {
	font-size: 24px;
	color: #2f2b43;
}
.amenities-on-board-wrap {
	margin-bottom: 32px;
}
.cabin-model {
	display: flex;
	align-items: stretch;
	gap: 8px;
	margin-bottom: 10px;
}
.cabin-model .column-item {
	width: calc(50% - 4px);
}

.cabin-model .column-left h3 {
	font-size: 18px;
	margin-bottom: 12px;
}
.cabin-model .column-left img {
	display: block;
	width: 100%;
}

.cabin-model .column-right .item {
	padding: 12px;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.cabin-model .column-right .item p {
	margin-bottom: 0;
}
.cabin-model .column-right .item img {
	width: 64px;
	height: 64px;
	object-fit: cover;
}
.cabin-model .column-right .item .content {
	width: calc(100% - 64px);
	padding-left: 16px;
	align-items: center;
}
.cabin-model .column-right .item .content br {
	display: none;
}
.cabin-model .column-right .item .content .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: var(--text-color);
}
.cabin-model .column-right .item .content .des {
	font-size: 14px;
	color: var(--text-color);
}
.cabin-model .column-right .item:nth-child(3) .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.cabin-model .column-right .item:nth-child(3) .des {
	font-size: 18px;
	font-weight: 600;
}
.cabin-model .column-right .item.item-last h3 {
	font-size: 18px;
}
.cabin-model .column-right .item.item-last ul {
	margin-bottom: 0;
}
.cabin-location {
	margin-bottom: 32px;
}

.cabin-location-style-2 .cabin-model {
	flex-wrap: wrap;
}
.cabin-location-style-2 .column-bottom-one {
	width: 100%;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.cabin-location-style-2 .column-bottom-one .item {
	width: calc(33.333333% - 6px);
	margin-bottom: 0;
}
.cabin-location-style-2 .column-other-info {
	width: 100%;
}

.itinerary-way-item {
	margin-bottom: 16px;
}
.itinerary-way-item > h3 {
	font-size: 18px;
	margin-bottom: 16px;
}
.itinerary-way-item .note-way {
	color: #f34141;
	margin-top: 20px;
}
.items-way-go-and-back {
	position: relative;
}
.items-way-go-and-back:before {
	content: "";
	position: absolute;
	left: 24px;
	width: 2px;
	height: 90%;
	border-left: 1px dashed #cac8d4;
	transform: translateY(-50%);
	top: 50%;
	z-index: 0;
}

.items-way-go-and-back .box-item-way {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	z-index: 2;
	position: relative;
	cursor: pointer;
}
.items-way-go-and-back .box-item-way:last-child {
	margin-bottom: 0;
}

.items-way-go-and-back .box-item-way p {
	margin-bottom: 0;
}
.items-way-go-and-back .box-item-way p img {
	width: 48px;
	height: 48px;
	border-radius: 99%;
}
.items-way-go-and-back .box-item-way .content {
	width: calc(100% - 48px);
	padding-left: 12px;
}
.items-way-go-and-back .box-item-way .content p {
	margin-bottom: 0;
}
.items-way-go-and-back .box-item-way .content p:nth-child(1) {
	font-weight: 600;
}
.items-way-go-and-back .box-item-way .content p:nth-child(2) {
	font-size: 14px;
	color: #4f4770;
}

.box-style-one {
	border-radius: 12px;
	padding: 16px;
	background-color: #f6f6f8;
	border: 1px solid #ededf1;
}
.box-style-one p {
	margin-bottom: 0;
}
.pick-up-and-drop {
	display: flex;
	align-items: stretch;
	gap: 16px;
	flex-wrap: wrap;
}
.pick-up-and-drop > div {
	width: calc(50% - 8px);
}

.item-puad {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}
.item-puad:last-child {
	margin-bottom: 0;
}
.item-puad > img {
	width: 48px;
	height: 48px;
	border-radius: 99%;
	object-fit: cover;
}
.item-puad .content {
	width: calc(100% - 48px);
	padding-left: 12px;
}
.item-puad .content .title {
	display: block;
	color: #4f4770;
	font-size: 14px;
}
.item-puad .content p {
	margin-bottom: 0;
}
.item-puad .content .des strong {
	font-weight: 500;
}
.item-puad .content .des a {
	text-decoration: underline;
}
.pickup-point > h3,
.drop-off > h3 {
	margin-bottom: 16px;
}
.itinerary-wrap {
	margin-bottom: 32px;
}

.confirm-wrap {
	margin-bottom: 32px;
}
.confirm-wrap ul,
.content-luuy ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.confirm-wrap li,
.content-luuy li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
}
.content-luuy ul li:last-child {
	margin-bottom: 0;
}

.confirm-wrap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.content-luuy li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/hint.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.additional-wrap {
	margin-bottom: 32px;
}
.additional-wrap h2 {
	margin-bottom: 12px;
}
.additional-wrap .addtional-item {
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
}
.additional-wrap .addtional-item > img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.additional-wrap .addtional-item .content {
	width: calc(100% - 80px);
	padding-left: 16px;
}
.additional-wrap .addtional-item .content h3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.additional-wrap .addtional-item .content ul,
.additional-wrap .addtional-item .content ul li {
	margin-bottom: 0px;
}

.faqs-box .accordion-item {
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #ededf1;
	margin-bottom: 8px;
	overflow: hidden;
}
.faqs-box .accordion-item .accordion-title {
	border: none;
	padding-left: 10px;
	font-weight: 600;
}
.faqs-box .accordion-item .accordion-title .toggle {
	left: unset;
	right: 4px;
	margin: 0;
}
.faqs-box .accordion-item .accordion-title.active {
	background-color: #fff;
}
.faqs-box .accordion-item .accordion-inner {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.faqs-box .accordion-item .accordion-inner p {
	margin-bottom: 0px;
}
.faqs-wrap {
	margin-bottom: 32px;
}
.wrap-comment {
	margin-top: 32px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
	margin-bottom: 0;
}

.woocommerce-Reviews .comment-respond .comment-reply-title + span {
	margin-bottom: 20px;
	display: block;
}

.btn-show-form-review {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: #2f2b43;
	border-radius: 12px;
	padding: 5px 16px;
	position: absolute;
	top: 18px;
	right: 16px;
	margin: 0;
	text-transform: inherit;
}

.review-form-inner.has-border.active .btn-show-form-review {
	color: #2f2b43;
	background-color: #eee;
	border: 1px solid #2f2b43;
}

.review-form-inner.has-border {
	background: #f6f6f8;
	border-radius: 12px;
	border: 1px solid #ededf1;
	padding: 16px;
	position: relative;
	overflow: hidden;
	max-height: 87px;
}

.review-form-inner.has-border.active {
	max-height: 100%;
}

.comment-form,
.comment-form .form-submit,
.comment-form .form-submit input[type="submit"] {
	margin-bottom: 0;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
	height: 48px;
}

.comment-form textarea,
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
	border-radius: 12px;
	border: 1px solid #2f2b4310;
	box-shadow: 0px 1px 3px 0px #2f2b431a;
}

.comment-form .wcpr-input-file-wrap input::file-selector-button {
	height: 48px;
	border-radius: 12px;
	box-shadow: 0px 1px 3px 0px #2f2b431a;
	padding: 0px 16px;
	margin-right: 16px;
	font-weight: 600;
	border: 1px solid #ccc;
}

.comment-form .form-submit input[type="submit"] {
	text-transform: inherit;
	border-radius: 12px;
	height: 48px;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	transform: scale(1.5);
	margin-bottom: 0;
	margin-top: 0;
}

.comment-form .comment-form-cookies-consent {
	margin-bottom: 20px;
}

.comment-form .comment-form-cookies-consent label {
	margin-bottom: 0;
}

.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

#comments,
#comments .wcpr-overall-rating-and-rating-count {
	padding-bottom: 0;
}
.comment-reply-title {
	padding-right: 174px;
}
.product-gallery .product-thumbnails a {
	border: none;
	border-radius: 15px;
}
.product-gallery .product-images .flickity-viewport {
	border-radius: 25px;
}

.product-summary button.single_add_to_cart_button {
	display: inline-block;
	width: calc(100% - 102px);
	/* text-transform: inherit; */
	border-radius: 12px;
	/* background-color: #2563eb !important; */
	height: 48px;
	font-weight: 500;
	font-size: 16px !important;
}
.product-summary form .buttons_added {
	flex: 0 0 auto;
}
.product-summary form.cart .buttons_added .button {
	border-radius: 12px;
}
.product-summary form.cart .buttons_added input {
	height: 48px;
}
.related-products-wrapper {
	border-top: none !important;
}
.related-products-wrapper .product-section-title {
	text-transform: inherit;
	font-size: 24px;
	margin-bottom: 24px;
}

/* end single product car */

/* single product tour */
.quick-infor-table {
	padding: 16px;
	background: #f6f6f8;
	border-radius: 12px;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}
.quick-infor-table .item {
	width: calc(33% - 8px);
}
.quick-infor-table .item span.title {
	display: block;
	color: #4f4770;
	font-size: 14px;
}
.quick-infor-table .item span.sub {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.highlight-tour-wrap li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	list-style: none;
}

.highlight-tour-wrap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 24px;
	height: 24px;
	background-image: url("../images/check-fill-1.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.row-not-include .col-inner {
	height: 100%;
}
.col-inner.included {
	background-color: #effdf6;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #d9f9e6;
}
.col-inner.included h3 {
	color: #2f9461;
	font-size: 18px;
	font-weight: bold;
}
.col-inner.included ul li,
.col-inner.not-included ul li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
}
.col-inner.included ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.col-inner.included ul li:last-child,
.col-inner.included ul,
.col-inner.not-included ul,
.col-inner.not-included ul li:last-child {
	margin-bottom: 0px;
}
.col-inner.not-included h3 {
	color: #cd3636;
	font-size: 18px;
	font-weight: bold;
}
.col-inner.not-included {
	background-color: #fef2f2;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #fde9e9;
}
.col-inner.not-included ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/cancel-circle-1.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.wrap-itinerary {
	margin-bottom: 20px;
}
.wrap-itinerary .day-content {
	background-color: #f6f6f8;
	padding: 12px;
	border-radius: 12px;
	margin-bottom: 12px;
}
.wrap-itinerary .day-content .head {
	margin-bottom: 8px;
}
.wrap-itinerary .day-content .head span {
	font-size: 14px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #eee;
	padding: 3px 6px 2px 22px;
	background-image: url("../images/time-itinerary-icon.svg");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-right: 5px;
}
.wrap-itinerary .day-content p:last-child {
	margin-bottom: 0;
}

.wrap-itinerary .accordion-title {
	position: relative;
	border: none;
	font-weight: bold !important;
	font-size: 18px;
}
.wrap-itinerary .accordion-title.active {
	background-color: transparent;
}
.wrap-itinerary .accordion-title button {
	left: unset;
	right: 0;
	width: max-content;
}
.wrap-itinerary.itinerary-list .accordion-inner {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-top: 0px;
}
.wrap-itinerary .accordion-inner {
	padding: 0;
}
.wrap-itinerary.itinerary-list {
	position: relative;
}
.wrap-itinerary.itinerary-list:before {
	content: "";
	position: absolute;
	left: 24px;
	width: 2px;
	height: 90%;
	top: 50%;
	transform: translateY(-50%);
	border-left: 2px dashed #e1e1e1;
}
.wrap-itinerary .accordion-title {
	padding-left: 0;
}
.wrap-itinerary.itinerary-list .accordion-title {
	padding-left: 60px;
}
.wrap-itinerary.itinerary-list .accordion-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/day-mark.svg");
}
.wrap-itinerary.itinerary-list .accordion .accordion-item {
	margin-bottom: 14px;
}

.slider-content-custom-arrow .flickity-prev-next-button {
	opacity: 1;
	display: block;
	top: 40%;
	transform: translateY(-50%) !important;
	bottom: unset;
}
.slider-content-custom-arrow .flickity-prev-next-button svg {
	background-color: #fff;
	border-color: #fff !important;
}
.slider-content-custom-arrow.slider:hover .flickity-prev-next-button {
	top: 40%;
	transform: translateY(-50%) !important;
	bottom: unset;
}
.slider-content-custom-arrow .flickity-prev-next-button.next {
	right: -8px;
}
.slider-content-custom-arrow .flickity-prev-next-button.previous {
	left: -8px;
}
.slider-content-custom-arrow .flickity-prev-next-button svg {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slider-place-you-see .item-place .box-image img {
	border-radius: 12px;
	object-fit: cover;
	width: 100%;
	height: 180px;
}
.slider-place-you-see .item-place .box-text span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.what-to-bring-wrap,
.other-usefull-info-wrap {
	background: #f6f6f8;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #ededf1;
	margin-bottom: 20px;
}
.what-to-bring-wrap h3,
.other-usefull-info-wrap h3 {
	font-size: 18px;
}
.what-to-bring-wrap ul {
	margin-bottom: 0;
}
.what-to-bring-wrap ul li {
	list-style: none;
	margin-left: 0;
	padding: 8px 12px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #ededf1;
	margin: 0 !important;
}
.what-to-bring-wrap ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: wrap;
}

.item-where-you-stay .box-image img {
	width: 100%;
	border-radius: 12px;
	height: 180px;
}
.item-where-you-stay .box-text span.title {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 16px;
}
.item-where-you-stay .box-text .type {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	font-size: 14px;
}

/* end single product tour */

/* card-checkout */

.shop_table_responsive .product-name > a.wcpa_edit_product {
	margin-left: 0px;
	margin-top: 5px;
	text-decoration: underline !important;
}

.shop_table_responsive .product-name .variation {
	flex-direction: column;
}

.shop_table_responsive .product-name .data-custom-tour {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
}

.shop_table_responsive .product-name .data-custom-tour dt {
	width: max-content;
	flex-basis: unset !important;
	font-weight: 400;
	color: gray;
}

.shop_table_responsive .product-name .data-custom-tour dd {
	color: #000;
	font-weight: 500;
}

.woocommerce-mini-cart__buttons {
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce-mini-cart__buttons a {
	border-radius: 12px;
	border: 1px solid #000;
	background-color: #fff !important;
	color: #000 !important;
}
.woocommerce-mini-cart__buttons a.checkout {
	background-color: #000 !important;
	color: #fff !important;
}
.woocommerce-mini-cart__buttons a.checkout:hover {
	box-shadow: none;
	background-color: #2f2b43 !important;
}

.wc-proceed-to-checkout .checkout-button {
	height: 48px;
	border-radius: 8px;
	background-color: #2f2b43 !important;
	color: #fff !important;
	text-transform: inherit;
	line-height: 47px;
	margin-bottom: 0px;
}

.remove-wrap .remove {
	border: none;
	font-weight: 400;
	text-decoration: underline;
	width: unset;
	height: unset;
	font-size: 14px !important;
	text-align: right;
}

.shop_table_responsive .product-quantity {
	min-width: 200px;
}

.shop_table_responsive.cart tbody tr td {
	border-bottom: 0;
}

.shop_table_responsive .product-quantity .ux-quantity,
.shop_table_responsive .product-quantity .quantity {
	margin-bottom: 10px;
}

.shop_table_responsive .woocommerce-cart-form__cart-item {
	vertical-align: top;
}

.shop_table_responsive td.product-thumbnail {
	max-width: 128px;
	min-width: 128px;
	width: 128px;
}

.shop_table_responsive td.product-thumbnail img {
	border-radius: 12px;
	height: 128px;
	object-fit: cover;
	border: 1px solid #ccc;
}

.shop_table_responsive .product-name > a {
	display: block;
	color: #000;
	font-weight: 600;
}

.shop_table_responsive .product-name > a.wcpa_edit_product {
	margin-left: 0px;
	margin-top: 5px;
	text-decoration: underline !important;
}

.shop_table_responsive .product-name .variation {
	flex-direction: column;
}

.shop_table_responsive .product-name .data-custom-tour {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
}

.shop_table_responsive .product-name .data-custom-tour dt {
	width: max-content;
	flex-basis: unset !important;
	font-weight: 400;
	color: gray;
}

.shop_table_responsive .product-name .data-custom-tour dd {
	color: #000;
	font-weight: 500;
}

.shop_table_responsive .product-quantity .ux-quantity__button,
.shop_table_responsive .product-quantity .button {
	border-radius: 12px;
	width: 50px;
	height: 40px;
	font-size: 16px;
	background-color: transparent;
}

.shop_table_responsive .product-quantity .qty {
	width: 48px;
	max-width: 48px;
	height: 40px;
	border-left: 0px;
	border-right: 0px;
	box-shadow: none;
}

.cart-collaterals .cart_totals > table:first-child {
	display: none;
}

.cart-collaterals .shop_table_responsive .cart-subtotal th {
	font-size: 16px;
	font-weight: 500;
}
.cart-collaterals .shop_table_responsive .cart-subtotal td {
	font-size: 16px;
	font-weight: 600;
}
.cart_totals tbody th {
	font-weight: 600;
}
.cart-collaterals .shop_table_responsive .order-total th {
	font-size: 16px;
	font-weight: 600;
	border-width: 1px;
}

.cart-collaterals .shop_table_responsive .order-total td {
	font-size: 20px;
	border-width: 1px;
}

body.woocommerce-cart
	.cart-collaterals
	.shop_table_responsive
	.woocommerce-shipping-totals {
	display: none;
}

.cart-collaterals .cart_totals,
.checkout_coupon {
	background: #f6f6f8;
	padding: 12px;
	border-radius: 12px;
	border: 1px solid #ededf1;
	margin-bottom: 16px;
}
.cart-collaterals .wc-proceed-to-checkout {
	margin-bottom: 0px;
}

.checkout_coupon .widget-title {
	font-size: 14px;
	font-weight: 500;
	border: none;
}
.wrap-group-coupon-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.wrap-group-coupon-cart input {
	width: calc(65% - 5px);
	margin: 0px !important;
	border: 1px solid #ededf1;
	border-radius: 12px;
	height: 48px;
	line-height: 48px;
	box-shadow: none;
}
.wrap-group-coupon-cart button {
	width: calc(35% - 5px) !important;
	margin: 0px !important;
	border-radius: 12px;
	height: 48px;
	line-height: 48px;
	transition: 0.3s;
	text-shadow: none;
}
.wrap-group-coupon-cart button:hover {
	box-shadow: none !important;
	background-color: #2f2b43 !important;
	color: #fff !important;
}

/* ----- check out ------*/

form.checkout_coupon.woocommerce-form-coupon {
	border: 1px solid #ededf1;
	background: #f6f6f8;
	border-radius: 12px;
	padding: 16px;
}

form.checkout_coupon.woocommerce-form-coupon input {
	height: 48px;
	border: 1px solid #2f2b431a;
	border-radius: 12px;
	box-shadow: none;
}

form.checkout_coupon.woocommerce-form-coupon
	.coupon
	.flex-row
	.flex-col.flex-grow {
	margin-right: 16px;
}

form.checkout_coupon.woocommerce-form-coupon .coupon button {
	height: 48px;
	text-transform: inherit;
	border-radius: 12px;
	font-weight: 500;
}

.woocommerce-form-coupon-toggle .showcoupon {
	text-decoration: underline;
}
.woocommerce-billing-fields {
	border-top: none !important;
}

.wcpa_form_outer .wcpa_form_item select {
	border-radius: 6px;
}
.wcpa_form_outer .wcpa_form_item input[type="text"],
.wcpa_form_outer .wcpa_form_item input[type="date"],
.wcpa_form_outer .wcpa_form_item input[type="number"],
.wcpa_form_outer .wcpa_form_item input[type="email"],
.wcpa_form_outer .wcpa_form_item input[type="tel"],
.wcpa_form_outer .wcpa_form_item input[type="password"],
.wcpa_form_outer .wcpa_form_item input[type="datetime-local"],
.wcpa_form_outer .wcpa_form_item input[type="file"],
.wcpa_form_outer .wcpa_form_item input[type="url"],
.wcpa_form_outer .wcpa_form_item textarea {
	border-radius: 6px;
}

.wcpa_price_summary li.wcpa_total {
	margin-left: 0;
	font-weight: 600;
}
.woocommerce-billing-fields .des-short {
	font-size: 14px;
	margin-bottom: 16px;
	display: block;
}

.woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce-billing-fields select,
.woocommerce-checkout
	.woocommerce-billing-fields
	.select2-selection.select2-selection--single {
	height: 48px !important;
	border-radius: 12px !important;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important; */
	box-shadow: 0px -1px 0px 0px #2f2b431a inset !important;
}
.woocommerce-checkout
	.woocommerce-billing-fields
	.select2-selection.select2-selection--single
	.select2-selection__rendered {
	height: 48px;
	line-height: 48px;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
	border-radius: 12px !important;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important; */
	box-shadow: 0px -1px 0px 0px #2f2b431a inset !important;
}

.checkout-sidebar.sm-touch-scroll {
	background: #f6f6f8;
	padding: 16px;
	border-radius: 12px;
	margin-bottom: 20px;
	border: 1px solid #ededf1;
}

.title-payment h3 {
	font-size: 20px !important;
	font-weight: 600 !important;
	text-transform: inherit !important;
}

ul.wc_payment_methods.payment_methods.methods {
	background: #f6f6f8;
	padding: 10px;
	border-radius: 12px;
	border: 1px solid #08170a33;
}

ul.wc_payment_methods.payment_methods.methods input,
.woocommerce-terms-and-conditions-wrapper input {
	scale: 1.3;
}

.product-item-checkout .col-content .box-img {
	width: 128px;
	height: 128px;
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.product-item-checkout .col-content .box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-item-checkout .col-content {
	display: flex;
	align-items: flex-start;
}

.product-item-checkout .col-content .des-product {
	width: calc(100% - 128px);
	padding-left: 10px;
}

.product-item-checkout .col-content .des-product .title {
	font-size: 16px;
	color: #000;
}

.product-item-checkout .col-content .meta-data {
	font-size: 14px;
}

.product-item-checkout .col-content .des-product span.popup-btn-trigger {
	color: #2563eb;
	font-size: 14px;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
	cursor: pointer;
}

.product-item-checkout .product-total {
	min-width: 100px;
	max-width: 150px;
	vertical-align: top;
}

.product-item-checkout .wrap-product-info .col-content {
	width: calc(100% - 100px);
}

.product-item-checkout .wrap-product-info {
	display: flex;
	text-align: left;
	justify-content: space-between;
	width: 100%;
}

.product-item-checkout .product-name .total-product {
	width: 100px;
	text-align: right;
}

.popup-detail-product .box-gallery {
	margin-bottom: 16px;
	height: 240px;
	border-radius: 12px;
	overflow: hidden;
}

.popup-detail-product .box-gallery img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.popup-detail-product .title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.popup-detail-product .flickity-page-dots {
	bottom: 10px !important;
}

.popup-detail-product .flickity-page-dots .dot.is-selected {
	background: white !important;
}

.popup-detail-product .flickity-page-dots .dot {
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	background: transparent !important;
	border: 2px solid white !important;
}

.btn-close-popup.mfp-close {
	position: relative !important;
	text-transform: inherit;
	display: block;
	width: 100%;
	top: unset !important;
	bottom: unset;
	background-color: #fff !important;
	color: #000 !important;
	font-size: 16px;
	font-weight: 600;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	mix-blend-mode: unset;
	margin-top: 10px !important;
	opacity: 1 !important;
	height: 48px;
	line-height: 48px;
	border-radius: 12px;
}

.checkout-item-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#order_review_heading {
	text-transform: inherit;
	margin-top: 0;
	padding-top: 0;
}

.shop_table tfoot th {
	font-weight: 400 !important;
	font-size: 16px !important;
}

.shop_table tfoot tr.order-total th {
	font-weight: 600 !important;
}

.woocommerce-billing-fields h3 {
	text-transform: inherit !important;
}

.woocommerce-billing-fields .des-short {
	font-size: 14px;
	margin-bottom: 16px;
	display: block;
}

button#place_order {
	background-color: #2f2b43;
	border-radius: 12px;
	text-transform: inherit;
	font-weight: 500;
	font-size: 16px;
	height: 48px;
}
.woocommerce-checkout .col-right-checkout {
	border: none;
	padding: 0;
}
.box-icon-checkout {
	border-radius: 12px;
	border: 1px solid #ccc;
	padding: 16px;
	align-items: center;
}

.box-icon-checkout .text p:last-child {
	margin-bottom: 0;
}
.icon-box-left .icon-box-img + .icon-box-text {
	padding-left: 8px !important;
}
.featured-box .icon-box-img .icon-inner img {
	padding-top: 0 !important;
}
/* end-card-checkout */

/* blog */
.blog-wrapper.page-wrapper {
	padding-top: 0px;
}

.list-cat-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	gap: 8px;
	margin-top: 30px;
}

.list-cat-wrap a {
	border-radius: 12px;
	padding: 8px 16px;
	background-color: #f4f4f5;
	color: #000;
	transition: 0.3s;
}

.list-cat-wrap a.active,
.list-cat-wrap a:hover {
	background-color: #2f2b43;
	color: #fff;
}

.post-item .col-inner {
	border: 1px solid #ededf1;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	transition: 0.3s;
}

.post-item .col-inner:hover {
	border-color: #2f2b43;
}

.post-item .box-text {
	padding: 12px;
}

.post-item .post-title {
	font-size: 16px;
}

.post-item .from_the_blog_excerpt {
	font-size: 14px;
}
.box-blog-post .is-divider {
	display: none !important;
}

.entry-header .entry-header-text {
	text-align: center;
}

.wrap-the-breadcrumbs {
	background: #f6f6f8;
}

.rank-math-breadcrumb p {
	margin-bottom: 0;
	padding: 12px 0px;
}

header.entry-header {
	margin-top: 32px;
}

.title-relate {
	font-size: 24px;
	font-weight: 600;
	display: block;
}

.sidebar-blog-toc #ftwp-contents {
	top: 110px !important;
	height: auto !important;
}

.sidebar-blog-toc #ftwp-list {
	height: max-content !important;
	padding-bottom: 15px !important;
}

.entry-content.single-page h2 {
	font-size: 24px;
	font-weight: 600;
}

.entry-content.single-page h3 {
	font-size: 20px;
	font-weight: 600;
}

.entry-author.author-box {
	border: 1px solid #eee;
	padding: 30px 30px 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.navigation-post .next-prev-nav a {
	display: flex;
	align-items: center;
}

.blog-share-single {
	display: flex;
	align-items: center;
	padding: 10px 0px;
}

.blog-share-single > span {
	color: #7a7493;
	font-weight: 600;
	font-size: 16px;
	margin-right: 10px;
}

.blog-share-single .social-icons a {
	margin-bottom: 0;
}

.post-pre,
.post-next {
	display: flex;
	align-items: center;
}

.post-pre .thumb {
	width: 56px;
	height: 56px;
	margin-right: 8px;
	border-radius: 6px;
	overflow: hidden;
}

.post-next .thumb {
	width: 56px;
	height: 56px;
	margin-left: 8px;
	border-radius: 6px;
	overflow: hidden;
}

.post-pre .thumb img,
.post-next .thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
}

.post-pre .title,
.post-next .title {
	width: calc(100% - 64px);
}

.post-pre .title a,
.post-next .title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
	font-weight: 600;
	color: #2f2b43;
}

.post-pre .title span,
.post-next .title span {
	color: #7a7493;
	font-size: 12px;
}
/* end blog */

@keyframes fillHeight {
	0% {
		height: auto;
	}
	100% {
		height: 100%;
	}
}

@media only screen and (max-width: 48em) {
	.nav-vertical li.header-block:last-child {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
		font-size: 14px;
		font-weight: 500;
		color: #000;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
		padding-left: 12px;
	}
	.nav-vertical li.header-block .header-block-block-2 .icon-box {
		padding-left: 8px;
		font-size: 14px;
	}

	.off-canvas-right .mfp-content,
	.off-canvas-left .mfp-content {
		--drawer-width: 330px !important;
	}
	.header-block-block-2 {
		width: 100%;
		padding: 20px 0px;
		position: relative;
	}
	.mobile-sidebar-levels-1
		.nav-slide
		> li
		> .sub-menu.is-current-slide
		button.toggle {
		text-transform: inherit;
		font-size: 12px;
		color: #2f2b43;
		opacity: 1;
	}

	.menu-footer-bottom {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
	}
	.btn-sapanomad.icon-pos-right {
		justify-content: center;
	}

	.col-section .col-inner {
		padding: 0px 10px;
	}
	.col-section .col-inner section {
		border-radius: 16px;
		overflow: hidden;
	}
	.col-section .col-inner section.banner-bottom {
		padding-left: 0px;
		padding-right: 0px;
	}

	.stack-btn-banner .button.btn-sapanomad {
		width: 100%;
		justify-content: center;
	}

	.wcu-row .flickity-page-dots {
		opacity: 1;
		visibility: visible;
		bottom: -20px;
	}
	.wcu-row .flickity-page-dots .dot {
		border: none;
		background-color: gray;
	}

	.wcu-row .flickity-page-dots .dot.is-selected {
		background-color: #03c4a1;
	}
	.slider-fix-nav {
		margin-bottom: 10px !important;
	}
	.slider-fix-nav.slider .flickity-button {
		display: none;
	}
	.slider-fix-nav .flickity-page-dots {
		bottom: 4px;
	}

	.must-do-home .flickity-button {
		display: none;
	}

	.must-do-home .flickity-page-dots {
		opacity: 1;
		visibility: visible;
		bottom: -20px;
	}
	.must-do-home .flickity-page-dots .dot.is-selected,
	.row-blog-box .flickity-page-dots .dot.is-selected {
		background-color: #03c4a1;
	}

	.must-do-home .col {
		animation: fillHeight 0s 0.2s linear forwards;
	}
	.must-do-home .col .col-inner {
		height: 100%;
	}

	.content-tab-adventure {
		position: relative;
	}

	.tab-adventure-index .nav-vertical {
		flex-direction: row;
		justify-content: space-between;
	}
	.tab-adventure-index .nav-vertical li {
		width: max-content;
	}
	.tab-adventure-index .nav-simple li a span {
		background-image: unset;
		font-size: 30px;
	}
	.tab-adventure-index .nav-simple li.active a span {
		background-image: unset;
	}

	.row-blog-box .flickity-button {
		display: none;
	}

	.row-blog-box .flickity-page-dots {
		display: block;
		bottom: -20px;
	}
	.row-blog-box .flickity-page-dots .dot {
		border: none;
		background-color: gray;
	}
	.slider-feed-back .flickity-button {
		opacity: 0;
		visibility: hidden;
	}

	.stack-btn-banner-bottom .button.btn-sapanomad {
		width: 100%;
		justify-content: center;
	}
	.form-subscribe-index {
		flex-direction: column;
	}
	.form-subscribe-index .wpcf7-submit {
		width: 100%;
	}
	.blog-index .flickity-page-dots {
		display: block;
		bottom: -20px;
	}
	.blog-index .flickity-button {
		display: none;
	}
	.blog-index .flickity-page-dots .dot.is-selected {
		background-color: #03c4a1;
	}

	.must-do-home .flickity-slider > .col {
		width: calc(80% - 20px); /* 1.5 slide effect */
	}

	/* single product tour */
	.quick-infor-table .item {
		width: calc(50% - 8px);
	}
	.wrap-itinerary.itinerary-list:before {
		height: 85%;
	}

	.slider-content-custom-arrow.slider .flickity-prev-next-button {
		width: 40px !important;
	}
	.slider-content-custom-arrow.slider .flickity-prev-next-button svg {
		padding: 10px !important;
	}
	.slider-place-you-see.slider-content-custom-arrow
		.flickity-prev-next-button,
	.slider-place-you-see.slider-content-custom-arrow.slider:hover
		.flickity-prev-next-button {
		top: 29% !important;
	}
	.slider-where-you-stay.slider-content-custom-arrow
		.flickity-prev-next-button,
	.slider-where-you-stay.slider-content-custom-arrow.slider:hover
		.flickity-prev-next-button {
		top: 27% !important;
	}

	.group-btn-mobile-single-product {
		display: flex;
		align-items: center;
		background: #fff;
		padding: 6px 16px;
		border-top: 1px solid #eee;
		display: none;
		visibility: hidden;
		width: 100%;
		z-index: 999;
	}

	.group-btn-mobile-single-product .save button img {
		margin-right: 0;
	}

	.group-btn-mobile-single-product button {
		margin-bottom: 0;
	}
	.group-btn-mobile-single-product button.wishlist-button {
		background-color: #f6f6f8;
		color: #2f2b43;
		border-color: #f6f6f8;
	}
	.group-btn-mobile-single-product button.wishlist-button i {
		top: 0;
	}

	.group-btn-mobile-single-product .wishlist-added {
		background-color: #fde9e9;
		border-color: #fde9e9 !important;
	}

	.group-btn-mobile-single-product .wishlist-button.wishlist-added i {
		color: #f34141;
	}
	.group-btn-mobile-single-product .wishlist-button.wishlist-added i:before {
		content: "\e000" !important;
	}

	.group-btn-mobile-single-product .wishlist-popup {
		top: -100%;
		right: unset;
		left: -7px;
	}

	.button.btn-trigger-add-to-cart {
		background-color: #000000;
		color: #fff;
		border-radius: 12px;
		height: 48px;
		font-weight: 500;
		text-transform: uppercase;
		margin-right: 0;
		flex-grow: 1;
		margin-left: 15px;
	}

	.group-btn-mobile-single-product.active {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		visibility: visible;
	}

	.product-gallery-for-mobile .carousel-main-product {
		margin-bottom: 12px;
	}
	.product-gallery-for-mobile .carousel-main-product .flickity-viewport {
		border-radius: 8px;
	}

	.product-gallery-for-mobile .carousel-nav .carousel-cell {
		width: 25% !important;
		height: 80px;
		padding: 5px;
	}
	.product-gallery-for-mobile .carousel-nav .carousel-cell img {
		display: block;
		width: 100%;
		height: 70px;
		object-fit: cover;
		border-radius: 6px;
		filter: brightness(0.6);
	}
	.product-gallery-for-mobile .carousel-nav .carousel-cell.is-selected img {
		filter: brightness(1);
	}
	.product-gallery-for-mobile .carousel-nav .flickity-viewport {
		border-radius: 0px !important;
	}

	.product-gallery-for-mobile
		.carousel-main-product
		.flickity-prev-next-button {
		opacity: 1;
	}
	.product-gallery-for-mobile
		.carousel-main-product
		.flickity-prev-next-button
		svg {
		background-color: #ffffffa6;
		border-radius: 99%;
		padding: 10px;
	}
	.product-gallery-for-mobile
		.carousel-main-product
		.flickity-prev-next-button:hover
		svg {
		background-color: #ffffff;
	}

	.product-gallery-for-mobile .product-thumbnails .flickity-button {
		top: 16%;
	}
	.product-gallery-for-mobile .product-thumbnails .flickity-button svg {
		background: gray;
		border-radius: 99%;
		color: #fff;
		padding: 5px !important;
	}
	.cabin-model {
		flex-direction: column;
	}
	.cabin-model .column-item {
		width: 100%;
	}
	.items-way-go-and-back:before {
		height: 70%;
	}
	.pick-up-and-drop {
		flex-direction: column;
	}
	.pick-up-and-drop > div {
		width: 100%;
	}
	.list-amenities .item {
		width: 100%;
	}
	.product-gallery-for-mobile .carousel-main-product .flickity-viewport {
		border-radius: 8px;
	}
	.product-gallery-for-mobile .product-thumbnails a {
		border: none;
		border-radius: 8px;
	}

	/* end single product tour */

	/* cart-checkout */
	.shop_table_responsive .woocommerce-cart-form__cart-item {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.shop_table_responsive .product-quantity .ux-quantity,
	.shop_table_responsive .product-quantity .buttons_added {
		margin-bottom: 0;
	}
	.shop_table_responsive .product-quantity {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.checkout-item-mobile .number-item {
		display: flex;
		align-items: center;
	}
	.number-item i {
		transition: 0.3s;
		margin-left: 5px !important;
	}

	.woocommerce-checkout-review-order,
	.woocommerce-privacy-policy-text,
	.checkout-sidebar.active-list .number {
		display: none;
	}

	.checkout-sidebar.active-list .woocommerce-checkout-review-order,
	.checkout-sidebar.active-list .woocommerce-privacy-policy-text {
		display: block;
	}

	.checkout-sidebar.active-list .number-item .hidden {
		display: block !important;
		visibility: visible !important;
	}

	.checkout-sidebar.active-list .number-item i {
		transform: rotate(360deg);
	}
	.product-item-checkout .wrap-product-info .col-content {
		width: 100%;
	}
	.wrap-mobile-view-detail {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top: 10px;
	}
	.wrap-mobile-view-detail .woocommerce-Price-amount,
	.product-item-checkout .col-content .des-product span {
		margin-top: 0 !important;
	}
	.product-item-checkout .product-name .total-product {
		text-align: left;
	}

	/* blog */
	.navigation-post .next-prev-nav {
		flex-direction: column;
	}
	.next-prev-nav .flex-col + .flex-col {
		border-left: 0;
	}
}
