#st-content-wrapper .layout7 .destination-item .image img {
	border-radius: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body {
	position: relative;
}

header#main-header, .btn-primary, .post .post-header, .top-user-area .top-user-area-list > li.top-user-area-avatar > a:hover > img, .booking-item:hover, .booking-item.active, .booking-item-dates-change:hover, .btn-group-select-num > .btn.active, .btn-group-select-num > .btn.active:hover, .btn-primary:hover, .booking-item-features > li:hover > i, .form-control:active, .form-control:focus, .fotorama__thumb-border, .sticky-wrapper.is-sticky .main_menu_wrap, .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select, .btn-primary:focus {
	border-color: var(--main-color, #5191fa) !important;
}

#bookingdc #dropdown-destination input {
	border: none;
	width: 100%;
	color: var(--link-color, #5191fa);
	font-size: 14px;
}

#bookingdc #dropdown-destination input::placeholder {
	color: var(--link-color, #5191fa);
}

#tp_hotel #dropdown-destination input {
	border: none;
	width: 100%;
	padding: 0;
	font-size: 14px;
	font-size: 14px;
	border-radius: 0px;
	color: var(--link-color, #5191fa);
}

#tp_hotel #dropdown-destination input::placeholder {
	color: var(--link-color, #5191fa);
}

input:-internal-autofill-selected {
	background-color: #fff !important;
}

.search-result-page.st-tours .style-list .item-service .item-content .service-author a img {
	height: 35px;
	width: 35px;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
}