/* ===================================
	Tour
====================================== */
/* Default */
.elementor-widget.elementor-widget-crafto-tours:has(.grid-loading),
.elementor-widget.elementor-widget-crafto-archive-tours:has(.grid-loading) {
	opacity: 1;
}
.crafto-tours-main-section.default-top-space-main-section {
	padding: 110px 0;
}
.tours-packages-wrapper .grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tours-packages-wrapper .tours-box-content-wrap {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 0 25px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
	background-color: #fff;
	height: 100%;
}
.tours-packages-wrapper .tours-content-wrapper {
	position: relative;
	padding: 40px;
}
.tours-packages-wrapper .tours-content-wrapper .tours-day {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #C19052;
}
.tours-packages-wrapper .tours-content-wrapper .price-wrap {
	font-size: 24px;
	line-height: 32px;
	color: var( --e-global-color-secondary, #232323 );
}
.tours-packages-wrapper .tours-content-wrapper .price-wrap .tours-price {
	font-weight: 700;
}
.tours-packages-wrapper .tours-content-wrapper .text-label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #717580;
	display: block;
	width: 100%;
}
.tours-packages-wrapper .tours-content-wrapper .tours-discount-price {
	font-size: 22px;
	font-weight: 500;
	color: #d03c3c;
	position: relative;
	margin-left: 2px;
}
.tours-packages-wrapper .tours-content-wrapper .tours-discount-price .discount-price-separator {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #d03c3c;
}
.tours-packages-wrapper .tours-content-wrapper .tours-title {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	color: var( --e-global-color-secondary, #232323 );
	display: block;
	margin-top: 10px;
}
.tours-packages-wrapper .tours-content-wrapper .tours-title:hover {
	color: #C19052;
}
.tours-packages-wrapper .tours-content-wrapper .entry-content {
	line-height: 30px;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #e4e4e4;
}
.tours-packages-wrapper.swiper .tours-content-wrapper .destination-review-wrap {
	padding-top: 15px;
	margin-top: 20px;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .destinations {
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 600;
	margin-right: auto;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .review-wrap {
	display: flex;
	align-items: center;
	width: 100%;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .destinations + .review-wrap {
	width: auto;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .destinations a {
	color: var( --e-global-color-secondary, #232323 );
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .destinations a:hover {
	color: #C19052;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .destinations a i {
	font-size: 17px;
	margin-right: 5px;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .tours-reviews {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}
.tours-packages-wrapper.swiper .tours-content-wrapper .destination-review-wrap .tours-reviews {
	margin-right: auto;
	margin-left: 0;
	order: -1;
}
.tours-packages-wrapper .tours-content-wrapper .destination-review-wrap .review-star-icon {
	margin-right: 5px;
}
.tours-packages-wrapper.swiper .tours-content-wrapper .destination-review-wrap .review-star-icon {
	margin-right: 0;
}
.tours-packages-wrapper .tours-slider {
	margin-bottom: 5%;
}
.tours-packages-wrapper .tours-content-wrapper .elementor-star-rating i {
	margin-right: 0;
	color: #fd961e;
	letter-spacing: 1.5px;
}

/* Responsive CSS Here */
@media (max-width: 1199px) {
	.crafto-tours-main-section.default-top-space-main-section {
		padding: 90px 0;
	}
}

@media (max-width: 991px) {
	.crafto-tours-main-section.default-top-space-main-section {
		padding: 75px 0;
	}
}

@media (max-width: 767px) {
	.crafto-tours-main-section.default-top-space-main-section {
		padding: 50px 0;
	}
	.tours-packages-wrapper .tours-content-wrapper {
		padding: 30px;
	}
}