/*
Theme Name: Nova Tour
Theme URI: https://generatepress.com
Template: generatepress
Author:
Phone Number:
Author URI:
Description:
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.3.48.1499935361
Updated: 2024-21-09 08:42:41

*/
/* latin-ext */


.form_tour .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_d1fdc87.elementor-col-100 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #303790;
}

.uc_title a {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}

/* Select combo tour - at single product popup */
.combo-list {
	display: none;
	border:1px solid #E9E9E9;
    border-radius: 10px 10px 10px 10px;
	max-height: 200px;
	overflow-y: auto;
	position: absolute;
	background: #fff;
	z-index: 1000;
	width: 100%;
}
.combo-list p {
	padding: 8px;
	padding-left: 15px;
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 0px !important;
}
.combo-list p:not(:last-child) {
	border-bottom: 1px solid #e1e1e1;
}
.combo-list p:hover {
	background-color: #f0f0f0;
}
.combo-wrapper {
	position: relative;
	width: calc(100% - 2px);
	
}
.combo-wrapper input{
	cursor: pointer;
	width: 100%;
	background-color: #ffffff;
    border-color: #E9E9E9;
    border-radius: 10px 10px 10px 10px;
	font-size: 15px;
}
.combo-wrapper label{
	color: #4e4e4e;
}
#form-field-field_02c3bd7{
	cursor: pointer;
}

/* hide field single product page (popup) */
#form-field-field_43e16d0{
/* 	display: none !important; */
}