:root {
	--text-color: #2f2b43;
}

.p-mb-0 p {
	margin-bottom: 0;
}
.br-16 {
	border-radius: 16px !important;
	overflow: hidden;
}

.ux-logo.logo-trip-banner .ux-logo-link img {
	margin-left: auto;
}
.ux-logo.logo-trip-banner .ux-logo-link {
	padding: 0 !important;
}
.box-img-no-overlay {
	border-radius: 12px;
	overflow: hidden;
}
.box-img-no-overlay .overlay {
	background-color: transparent;
}
.box-img-no-overlay .text {
	text-shadow: none;
}
.text-opacity > * {
	opacity: 0.56;
}

.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: space-between;
}

.fw-400 > * {
	font-weight: 400;
}

.btn-sapanomad.is-mirror {
	border-radius: 12px;
	background-color: #ffffff50 !important;
	box-shadow: none;
	border: 1px solid #ffffff7d;
	padding: 16px;
	color: #fff !important;
	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-wcu .icon-box-text h3 {
	font-size: 16px;
	font-weight: bold;
}
.box-wcu .icon-box-text p {
	font-size: 14px;
}

.row-partner .col .col-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.row-partner .col {
	animation: fillHeight 0s 0.2s linear forwards;
}

.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;
}
.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-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;
}
.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;
	background: transparent;
	color: #000;
	font-weight: 500;
	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;
}

.wrap-coupon-custom {
	display: flex;
	align-items: center;
	justify-content: start;
	border: 1px solid #ededf1;
	border-radius: 12px;
	padding: 8px;
	margin-bottom: 20px;
	transition: 0.3s;
}
.wrap-coupon-custom:hover {
	border-color: #fac7c7;
	box-shadow: 1px 3px 3px #fac7c77a;
}
.wrap-coupon-custom .box-img {
	width: 80px;
	padding-left: 4px;
	padding-right: 12px;
}
.wrap-coupon-custom .box-img img {
	width: 100%;
	height: 64px;
	width: 64px;
	object-fit: contain;
	display: block;
}
.wrap-coupon-custom .box-text-coupon {
	width: calc(100% - 80px);
	padding-left: 12px;
	border-left: 1px dashed #eee;
	position: relative;
}
.wrap-coupon-custom .box-text-coupon .title {
	font-size: 14px;
	font-weight: 400;
}
.wrap-coupon-custom .box-coupon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.wrap-coupon-custom .coupon-code {
	width: calc(100% - 78px);
	background-color: #fef2f2;
	border: 1px dashed #fac7c7;
	margin-right: 8px;
	height: 32px;
	line-height: 32px;
	color: #f34141;
	padding: 0px 8px;
	border-radius: 8px;
	transition: 1s;
	text-transform: uppercase;
}
.wrap-coupon-custom .btn-copy-coupon {
	margin: 0;
	font-weight: 500;
	text-transform: inherit;
	box-shadow: 0px 1px 3px #2f2b4310;
	border-radius: 8px;
	border: 1px solid #2f2b4310;
	width: 70px;
	font-size: 14px;
	text-align: center;
	transition: 0.3s;
}
.wrap-coupon-custom .btn-copy-coupon:hover {
	background-color: #f34141;
	color: #fff;
}
.wrap-coupon-custom .copied {
	position: absolute;
	bottom: 4px;
	left: 20px;
	background: #fef2f2;
	padding: 1px 0px 0px 0px;
	width: max-content;
}

.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;
}

form.cart .quantity input {
	height: 48px;
}

form.cart .quantity input.ux-quantity__button {
	border-radius: 12px;
}

button.single_add_to_cart_button {
	display: inline-block;
	width: calc(100% - 115px);
	/* text-transform: inherit; */
	border-radius: 12px;
	/* background-color: #2563eb !important; */
	height: 48px;
	font-weight: 500;
}

.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: flex-start;
	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;
}

.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;
}

.wcpr-stars-count {
	border: 1px solid #ededf1;
	border-radius: 12px;
	padding: 16px;
}

.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;
}
.product-review-summary {
	border: 1px solid #eee;
	padding: 16px;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 16px;
}

.product-review-summary h4 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #2d2d2d;
}

.review-bar {
	display: flex;
	align-items: center;
}

.review-bar .stars {
	width: 90px;
	font-size: 16px;
}

.review-bar .bar {
	flex: 1;
	background-color: #f5f5f5;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 10px;
}

.review-bar .bar > div {
	height: 100%;
	background-color: #fbbc55;
	border-radius: 4px;
	transition: width 0.3s ease-in-out;
}

.woocommerce-Reviews .commentlist li {
	margin-left: 0;
	border-radius: 12px;
	border: 1px solid #ededf1 !important;
	padding: 16px;
}

.woocommerce-Reviews .commentlist li .comment-text {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.woocommerce-Reviews .commentlist li .comment-text .meta {
	order: 0;
}
.woocommerce-Reviews .commentlist li .comment-text .star-rating {
	order: 1;
	color: #fbbc55;
}
.woocommerce-Reviews .commentlist li .comment-text .description {
	order: 2;
}
.woocommerce-Reviews .commentlist li .comment-text .description p {
	margin-bottom: 0;
}
.woocommerce-Reviews .commentlist li .comment-text .star-rating span:before {
	color: #fbbc55;
}
.comment-reply-title {
	padding-right: 174px;
}
.woocommerce-Reviews .woocommerce-pagination {
	margin-bottom: 20px;
}
.woocommerce-Reviews .woocommerce-pagination .nav-pagination {
	text-align: right;
	width: max-content;
	margin-left: auto;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.woocommerce-Reviews .woocommerce-pagination .nav-pagination li {
	margin: 0 !important;
}
.woocommerce-Reviews .woocommerce-pagination .nav-pagination li .page-number {
	border-radius: 0px !important;
	border: none;
	border-right: 1px solid #b2aebf;
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b2aebf;
}
.woocommerce-Reviews
	.woocommerce-pagination
	.nav-pagination
	li:last-child
	.page-number {
	border: none;
}
.woocommerce-Reviews
	.woocommerce-pagination
	.nav-pagination
	li
	.page-number.current {
	background-color: transparent;
	color: #2f2b43;
}
.woocommerce-Reviews
	.woocommerce-pagination
	.nav-pagination
	li
	.page-number:hover {
	background-color: transparent;
	color: #2f2b43;
}

.product-small > .col-inner {
	height: 100%;
}

.product-small.box {
	border: 1px solid #ededf1;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	transition: 0.3s;
	background-color: #fff;
}

.product-small.box:hover {
	border-color: #2f2b43;
}
.product-small.box .box-image {
	border-radius: 0;
}
.product-small .box-text {
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: calc(100% - 180.2px);
}

.product-index .product-small .box-text {
	height: calc(100% - 246.3px);
}

.product-small .box-text .product-title {
	padding: 0px 12px 0px 12px;
	margin-top: 0;
}
.single-post .product-small .box-text {
	height: calc(100% - 202.23px);
}

.product-small .type-tour:empty {
	display: none;
}

.product-small .type-tour {
	padding: 0px 12px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-wrap: wrap;
}

.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 .wishlist-button i {
	top: 0;
}

.product-small .wishlist-button.wishlist-added {
	background-color: #fde9e9 !important;
	border-color: #fde9e9 !important;
}

.product-small .wishlist-button.wishlist-added i {
	color: #f34141 !important;
}
.product-small .wishlist-button.wishlist-added i:before {
	content: "\e000" !important;
}

.product-small .product-title a {
	font-size: 15px;
	color: #000;
	line-height: 20px !important;
	margin-bottom: 6px !important;
}

.product-small .rate-wrap {
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0px 12px;
}

.product-small .rate-wrap span {
	font-size: 13px;
	font-weight: 600;
}

.product-small .rate-wrap .number {
	opacity: 0.4;
	padding-left: 4px;
}

.product-small .price-wrapper {
	width: 100%;
}

.product-small .price-wrapper .price {
	display: block;
	padding: 8px 12px;
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 14px;
}
.product-small .price-wrapper .price .woocommerce-Price-amount {
	font-size: 20px;
	color: #2f2b43;
}

.product-small .image-tools {
	padding-bottom: 5px;
	padding-right: 5px;
	z-index: 99;
	bottom: 2px;
}

.product-small .image-tools .wishlist-button {
	margin-bottom: 0;
	width: 36px;
	height: 36px;
	min-width: unset;
	min-height: unset;
	background-color: #f6f6f8;
	transition: 0.3s;
}
.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-index > .col > .col-inner {
	height: 100%;
}

.product-small .image-tools .wishlist-popup {
	top: -110%;
}

.related-products-wrapper {
	border-top: none !important;
}
.related-products-wrapper .product-section-title {
	text-transform: inherit;
	font-size: 24px;
	margin-bottom: 24px;
}

div#tocDiv {
	margin-bottom: 20px;
	margin-top: 20px;
}

#tocListCustom {
	display: flex;
	align-items: center;
	list-style: none;
	flex-wrap: nowrap;
	gap: 12px;
	overflow: auto;
	margin-bottom: 0;
	padding-bottom: 15px;
	cursor: grabbing;
	cursor: -webkit-grabbing;

	flex-wrap: unset;
	display: -webkit-box;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}

#tocListCustom a {
	border-radius: 30px;
	background-color: #e6e6e6;
	font-weight: 500;
	padding: 10px 16px;
	line-height: 1;
	width: max-content;
	display: block;
	color: #000;
	transition: 0.3s;
	min-width: max-content;
}

#tocListCustom a:hover,
#tocListCustom a.active {
	background-color: #2f2b43;
	color: #fff;
}

.stick-toc-custom {
	position: sticky;
	top: 165px;
	background: #fff;
	/* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
	padding: 10px;
	/* border-radius: 6px; */
	z-index: 999;
	/* width: 756px; */
	/* border-bottom: 1px solid #eee; */
}

#tocListCustom::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: transparent;
}

#tocListCustom::-webkit-scrollbar {
	height: 2px;
	background-color: transparent;
}

#tocListCustom::-webkit-scrollbar-thumb {
	background-color: transparent;
}

/* custom tab and acc single product */
.single-product .tabbed-content .nav-pills {
	gap: 10px;
}
.single-product .tabbed-content .nav-pills li a {
	border: 1px solid #ccc;
	border-radius: 30px;
}
.single-product
	.tabbed-content
	.accordion
	.accordion-item:first-child
	a.accordion-title {
	border-top: none;
}
.single-product .tabbed-content .accordion .accordion-item button {
	left: unset;
	right: 0px;
	margin: 0;
}
.single-product .tabbed-content .accordion .accordion-item a.accordion-title {
	padding-left: 10px;
}

/* page voucher */
.mg-0 {
	margin: 0 !important;
}
.fw-400 {
	font-weight: 400;
}
.coupon-page-item {
	background-color: #fff;
	border: none;
	padding: 12px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	align-items: flex-start;
}
.coupon-page-item:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -8px;
	left: 63px;
	background-color: #f6f6f8;
	border-radius: 99px;
}
.coupon-page-item:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 63px;
	background-color: #f6f6f8;
	border-radius: 99px;
}
.coupon-page-item .box-img {
	width: 60px;
	padding-left: 0;
	padding-right: 0;
}
.coupon-page-item .box-img img {
	width: 48px;
	height: 48px;
}
.coupon-page-item .box-text-coupon .title {
	font-size: 16px;
	font-weight: bold;
}
.coupon-page-item .box-text-coupon .des {
	font-size: 14px;
	margin-bottom: 10px;
	color: #7a7493;
}
.coupon-page-item.wrap-coupon-custom .coupon-code {
	width: fit-content;
}

.coupon-page-item .box-text-coupon {
	width: calc(100% - 60px);
	height: 100%;
}
.coupon-page-item .box-text-coupon .copied-effect {
	color: #fef2f2;
	transition: color 1s ease;
}

.box-step-voucher .icon-box-img img {
	padding-top: 0;
}
.box-step-voucher .icon-box-text h6 {
	background-color: #ededf1;
	border: 1px solid #dcdae2;
	border-radius: 30px;
	text-transform: inherit;
	display: inline-block;
	width: max-content;
	padding: 6px 12px;
	font-size: 12px;
	margin-bottom: 5px;
}
.box-step-voucher .icon-box-text h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.box-step-voucher .icon-box-text p {
	font-size: 14px;
}

/* end page voucher */
.wrap-comment {
	margin-top: 32px;
}

.aio-contact-parent {
	z-index: 99;
	position: relative;
}

.comment_container .woocommerce-review__dash,
.comment_container .woocommerce-review__published-date {
	display: none;
}

.box-blog-post .box-image {
	border-radius: 8px 8px 0px 0px;
}

.post-item .col-inner {
	border: 1px solid #ededf1;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.3s;
	background-color: #fff;
}
.post-item .col-inner .box-text {
	padding-left: 10px;
	padding-right: 10px;
}
.post-item .col-inner .is-divider {
	display: none;
}
.post-item .col-inner:hover {
	border-color: #2f2b43;
}

header
	.dgwt-wcas-sf-wrapp
	input[type="search"].dgwt-wcas-search-input::placeholder {
	font-style: normal;
}

.woocommerce-mini-cart__buttons a {
	border-radius: 12px;
}
.mini_cart_item .variation .variation-wcpa_empty_label {
	font-weight: bold;
}
.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
	background-color: #fff;
	color: #000000;
	border: 1px solid #000;
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
	color: #fff;
}

.woocommerce table.cart .variation,
.woocommerce-checkout-review-order-table .variation {
	flex-direction: column;
}
.woocommerce table.cart .data-custom-tour,
.woocommerce-checkout-review-order-table .data-custom-tour {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.woocommerce table.cart .variation dd,
.woocommerce-checkout-review-order-table .variation dd {
	width: max-content;
	flex: unset;
	font-weight: 400;
}
.woocommerce table.cart .variation dt,
.woocommerce-checkout-review-order-table .variation dt,
.woocommerce .variation .variation-wcpa_empty_label {
	font-weight: 600 !important;
	color: #000;
	flex: unset;
	width: max-content;
}
table.cart td.product-name > a,
.woocommerce-checkout-review-order-table td.product-name {
	font-weight: 500;
	font-size: 15px;
	color: #000;
}

.cart_totals .wc-proceed-to-checkout .checkout-button,
.coupon button.button {
	border-radius: 6px;
	padding: 3px 0px;
}
.button-continue-shopping {
	border-radius: 6px !important;
}
/* .woocommerce-checkout label {
	font-weight: unset;
	font-family: var(--bold);
} */

.woocommerce-additional-fields__field-wrapper textarea {
	border-radius: 6px;
	box-shadow: none;
}

.woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce-billing-fields select,
.woocommerce-checkout
	.woocommerce-billing-fields
	.select2-selection.select2-selection--single {
	height: 45px !important;
	border-radius: 6px !important;
	box-shadow: 0px -1px 0px 0px #2f2b431a inset !important;
}
.woocommerce-checkout
	.woocommerce-billing-fields
	.select2-selection.select2-selection--single
	.select2-selection__rendered {
	height: 45px;
	line-height: 45px;
}
.column-item.column-right.one-box .item-last {
	height: 100%;
	display: block;
}

.content-product-custom .payment-policies-wrap a {
	text-decoration: underline;
}

@keyframes fillHeight {
	0% {
		height: auto;
	}
	100% {
		height: 100%;
	}
}

@media (min-width: 1368px) {
	/* CSS */
	.wcu-row .flickity-page-dots {
		display: none;
	}
	.row-partner .flickity-page-dots {
		display: none;
	}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	/* CSS */
	.btn-sapanomad.is-mirror {
		font-size: 12px;
	}

	.row-partner .flickity-page-dots {
		display: block;
		bottom: -10px;
	}
	.row-partner .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.row-partner .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.wcu-row .flickity-page-dots {
		display: block;
		bottom: -10px;
	}
	.wcu-row .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.wcu-row .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.cabin-location-style-2 .column-bottom-one .item {
		width: 100%;
	}
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	/* CSS */
	.cabin-location-style-2 .column-bottom-one .item {
		width: 100%;
	}
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.header-main {
		margin-bottom: 0;
	}

	.row-partner .flickity-page-dots {
		display: block;
		bottom: -20px;
	}
	.row-partner .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.row-partner .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.wcu-row .flickity-page-dots {
		display: block;
		bottom: -10px;
	}
	.wcu-row .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.wcu-row .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.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%;
	}
	.woocommerce-Reviews .comment-respond .comment-reply-title + span {
		width: 160px;
	}
	.review-form-inner.has-border {
		max-height: 107px;
	}
	.product-info {
		margin-top: 20px;
	}
	.product-info nav.woocommerce-breadcrumb {
		display: none;
	}

	.breadcrumb-mobile {
		margin-bottom: 16px;
	}

	.single-product .product-main {
		padding-top: 0;
	}

	.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;
	}

	.wrap-coupon-custom .copied {
		width: 160px;
	}

	.related-products-wrapper .row-slider .flickity-prev-next-button {
		width: 40px !important;
		height: 40px;
	}
	.related-products-wrapper .row-slider .flickity-prev-next-button svg {
		background-color: #ffffffa6;
		border-radius: 99%;
		padding: 10px !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: #000;
		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;
	}

	.stick-toc-custom {
		top: 70px;
	}
	/* .aio-contact-parent .aio-contact-floating {
		bottom: 160px;
	} */

	/* page voucer */

	.wrap-coupon-custom .copied {
		width: max-content;
	}

	/* end page voucher */

	.small-columns-1 .product-small .box-text {
		height: calc(100% - 300px);
	}
	.small-columns-1 .product-small.box .box-image {
		height: 300px;
	}
	.small-columns-1 .product-small.box .box-image img {
		height: 300px;
		object-fit: cover;
	}

	.small-columns-2 .product-small .box-text {
		height: calc(100% - 140px);
	}
	.small-columns-2 .product-small.box .box-image {
		height: 140px;
	}
	.small-columns-2 .product-small.box .box-image img {
		height: 140px;
		object-fit: cover;
	}
	.small-columns-2 .product-small .image-tools {
		bottom: 2px;
	}
	/* .product-index .product-small .box-text {
		height: calc(100% - 126.3px);
	} */

	.woocommerce-checkout-review-order-table .product-name {
		max-width: 200px;
	}
	.woocommerce-checkout-review-order-table .data-custom-tour {
		display: block;
	}
	.woocommerce-page table.shop_table tbody .product-name .variation dt {
		float: left;
		width: auto;
	}
	.woocommerce-checkout-review-order-table .variation dd {
		width: auto;
	}

	.cabin-location-style-2 .column-bottom-one .item {
		width: 100%;
	}
}
