/* 防止acf_slides超出容器变形 */
.dce-acf-repeater-item{
	width:100%;
}
/* destinations_tabs点击切换 */
.destinations_tabs_title .dce-acf-repeater-item{
	cursor:pointer;
}
.destinations_tabs_content .dce-acf-repeater-item{
	transition:all 0.3s linear;
	display:none;
	opacity:0
}

.destinations_tabs_content .dce-acf-repeater-item.active{
	opacity:1;
	display:block;
	
}
/* .days_description .dce-acf-repeater-item{
	padding:0 !important
} */
/* 预定表单样式处理 */
.yith-wcbk-booking-form{
	max-width:100%;
}
.yith-wcdp-single-add-to-cart-fields{
	max-width:100% !important;
}
.yith-wcbk-form-section-persons-wrapper{
	display:flex;
	justify-content:space-between;
}
/* 产品页主图轮播处理 */
.woocommerce-product-gallery__wrapper .wp-post-image{
	object-fit:cover;
	height:100% !important;
	object-position:center !important;
}
.woocommerce-product-gallery .wd-carousel-wrap{
	height:700px !important
}
.woocommerce-product-gallery__image{
	height:100% !important
}

/* 显示产品slider的导航 */
.jet-woo-product-gallery-slider .jet-swiper-nav, .jet-woo-swiper-gallery-thumbs .jet-swiper-nav{
	display:block !important;
}
@media (max-width:1024px){
	.destinations_tabs_title .dce-acf-repeater-grid{
		overflow:scroll;
		flex-wrap:nowrap !important;
		justify-content:start !important;
	}
	.destinations_tabs_title .dce-acf-repeater-item{
		flex:0 0 auto !important;
		width:max-content !important;
}
}

