/*header css*/
.site_header{

}
#top-menu-nav ul li{
	position: relative;
}
#top-menu-nav ul li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -4px;
    color: #ffffff;
    top: 7px;
}
#top-menu-nav ul li a{
	padding: 7px 15px;
}
.et-cart-info{
	display: none;
}
@media only screen and (max-width: 980px) {
    #main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
         background-color: #021526 !important;
    }
    nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu{
    	display: none;
    }
    .mobile_menu_bar:before{
    	color: white !important;
    }
     .et_mobile_menu li a{
     	color: white !important;
     }
}
/*header css*/
/*breadcrumbs*/
.et_pb_fullwidth_code.et_pb_module{
	width: 80%;
	margin: 0px auto;
	padding: 0px 15px;
}
#main-header .container{
	padding: 0px 15px;
}
.et_pb_code_inner{
	display: flex;
	justify-content: space-between;
	/*justify-content: right;*/
	align-items: center;
}
#breadcrumbs{
	font-family: 'Poppins' ,sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	display: flex;
	gap: 7px;
	align-items: center;
	color: #787878;
}
.et_pb_section.et_pb_section_0.et_pb_fullwidth_section.et_section_regular{
	border-bottom: 1px solid #bbbbbb;
	padding: 14px 0px;
}
.header-search{
	width: 100%;
	max-width: 294px;
}
.header-search form{
	width: 100%;
	display: flex;
}
.header-search form input{
    border: none;
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    border-radius: 0px;
}
.header-search form button{
	padding: 3px 16px;
	font-size: 20px;
	border-radius: 27px;
	border: 1px solid #bbbbbb;
	background-color: white;
	margin-left: 8px;
	color: #021526;
	cursor: pointer;
	transition: all .22s ease-out;
}
.header-search form button:hover{
	color: #fff;
	border-color: #021526;
	background-color: #021526;
}
@media (max-width: 576px){
	.et_pb_code_inner{
		display: block;
		text-align: center;
	}
	.header-search{
		max-width: 100%;
		margin: 0px auto;
	}	
	#breadcrumbs{
		padding-bottom: 11px;
	}

}
/*breadcrumbs-end*/

/*yachts product*/
.yachts_product .product  a .price{
	display: none!important;
}
.yachts_product ul.products{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.yachts_product ul.products:after, .yachts_product ul.products:before{
	display: none;
}
.yachts_product ul.products li.product{
	margin: 0px!important;
	width: 100%!important;
	list-style: none;
	/*border: 1px solid #d9dde9;*/
}
.yachts_product ul.products li.product .product_shop_image{
	overflow: hidden;
}
.yachts_product ul.products li.product .et_shop_image img{
	margin-bottom: 0px!important;
	aspect-ratio: 16 / 9;
	transition: all .22s ease-out;
}
.yachts_product ul.products li.product h2.woocommerce-loop-product__title{
	padding: 5px 0px 0px;
	order: 2;
	font-size: 22px;
	line-height: 28px;
}
.yachts_product ul.products li a{
	display: flex!important;
	flex-direction: column;
	gap: 3px;
}
.yachts_product ul.products li.product p.product-attributes{
	order: 3!important;
}
.yachts_product ul.products li.product p.regular-price, .yachts_product ul.products li.product p.product-attributes{
	font-size: 16px;
	font-weight: 400!important;
	font-family: 'Poppins' ,sans-serif;
	line-height: 22px;
	color: #021526;
	order: 4;
	padding: 0px;
}
/*.yachts_product ul.products li.product:hover img{
	transform: scale(1.02);
}*/
.yachts_product .page-numbers{
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-left: 0px;
}
.yachts_product .page-numbers li{
	list-style: none;
}
.yachts_product .page-numbers a.page-numbers, .yachts_product .page-numbers span{
    border-radius: 5px;
	border: 1px solid #ddd;
	height: 35px;
    width: 35px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #021526;
    font-weight: 400;
    font-size: 16px;
    transition: color 300ms ease 0ms;
}
.yachts_product .page-numbers a.prev.page-numbers,
.yachts_product .page-numbers a.next.page-numbers {
    width: auto;
    padding: 0px 12px;
}
.yachts_product .page-numbers a:hover{
	color: #fff!important;
	border-color: #151b3b;
	background-color: #151b3b;
}
.yachts_product .page-numbers .current{
	border-color: #021526;
	background-color: #0215260a;
}
/*yachts product*/
/*yacht search form*/
.reset_search_btn{
	background-color: transparent;
	border: 0px;
	outline: none;
	padding: 0px 8px;
	color: #00A2E8;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Poppins' ,sans-serif;
}
span.select2-dropdown.ydiq-multiselect-dropdown.select2-dropdown--below, .select2-dropdown--below {
    background-color: white;
    color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    top: 40px;
    width: 270px !important;
    max-width: 270px;
    border-radius: 10px !important;
    overflow: hidden;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered{
	/*overflow-y: auto;*/
	overflow: auto;
	overflow-X: auto;
	height: 40px;
	height: inherit;
	padding: 0px 10px;	
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered::-webkit-scrollbar {
	width: 5px;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered::-webkit-scrollbar-thumb {
	background: #021526;
}
.builder_field .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search{
	min-width: 130px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search, .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search input{
	width: 100%!important;
}
.woocommerce-shop .select2-container--open .ydiq-multiselect-dropdown {
    overflow: hidden;
}
.select2-container--open .select2-dropdown--above{
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce-shop .select2-container--default .select2-results > .select2-results__options {
    padding: 0px;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 450px;
}
.woocommerce-shop .select2-results__option {
    font-size: 12px;
}
.select2-container .select2-search--inline input.select2-search__field{
	margin-top: 0px!important;
}
.woocommerce-shop .select2-results__option {
    padding: 6px 10px;
}

.woocommerce-shop .select2-results__option {
    font-size: 13px;

}
.select2-results__options li{
    position: relative;
    border-bottom: 1px solid #d3d5d3;
    padding:13px 10px 13px 29px !important;
    font-weight: 400;
    font-size: 16px !important;
}
.ydiq-multiselect-dropdown .select2-results__option[aria-selected=true]:before {
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: transparent!important;
    border: 0!important;
    color: black;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: transparent;
    color: white;
    color: black;
}
.woocommerce-shop .ydiq-multiselect-dropdown .select2-results__option:before {
    margin-right: 10px;
}
.woocommerce-shop .ydiq-multiselect-dropdown .select2-results__option:before {
    border-radius: 0;
}
.woocommerce-shop .ydiq-multiselect-dropdown .select2-results__option:before {
    border-radius: 0;
    border: 1px solid #030929;
}
.ydiq-multiselect-dropdown .select2-results__option:before {
    height: 15px;
    width: 15px;
}
.ydiq-multiselect-dropdown .select2-results__option:before {
    display: none;
}
.ydiq-multiselect-dropdown .select2-results__option:before {
    position: absolute;
    left: 5px;
}
.select2-container--default .select2-results__option[aria-selected=true],
    .woocommerce-shop .select2-container--default .select2-results__option[aria-selected=true]{
        background-color: transparent;
        color: black;
}
.lime-shop-filter-bar .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
}
.yacht_search_form_flex, .main_yacht_search_form_flex, .inner_yacht_search_form_flex{
	display: flex;
	align-items: end;
	gap: 12px;
}
.yacht_form_field{
	min-width: 105px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.yacht_form_field .select2-container--default .select2-selection--multiple.ydiq-multiselect-container, .yacht_form_field.builder_field{
	min-width: 270px;
}
.yacht_form_field select[name="length_unit"]{
	text-transform: capitalize;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins' ,sans-serif;
}
.yacht_form_field input, .yacht_form_field select{
	padding: 8px 10px;
	width: 100%;
	min-width: auto!important;
	outline: none;
	height: 42px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins' ,sans-serif;
	border-radius: 4px;
} 
.yacht_form_field .select2-container--default .select2-selection--multiple.ydiq-multiselect-container{
	height: 42px;
	margin-bottom: 0px;
}
.yacht_form_field label{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #021526;
	font-family: 'Poppins' ,sans-serif;
}
.yacht_search_form_submit_button:hover{
	background-color: #151b3b;
	color: #fff;
}
.yacht_search_form_submit_button{
    padding: 8px 25px;
    border-radius: 37px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #151b3b;
    color: #151b3b;
	font-family: 'Poppins' ,sans-serif;
    font-size: 16px;
    cursor: pointer;
        transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms;
    font-weight: 500;
}
.main_yacht_search_form_flex, #yachts_all_product{
	overflow: hidden;
}
.left_arrow_btn{
	display: none;
}
.yacht_form_field:has([name="asking_price_min"]), .yacht_form_field:has([name="asking_price_max"]){
	min-width: 150px;
}
.dropdown_angle_icon{
	display: none;
}
.form_scroll_arrow{
	display: flex;
	align-items: center;
	gap: 10px;
}
.form_scroll_arrow button{
	background-color: transparent;
	border: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 1px solid #151B3B;
	border-radius: 50px;
	cursor: pointer;
	transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms;
}
.bottom_yacht_form_btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.form_scroll_arrow img{
	width: 28px;
	height: 28px;
	object-fit: cover;
}

/*yacht search form*/
@media (max-width: 992px){
	.yachts_product ul.products{
		grid-template-columns: repeat(2, 1fr);
		/*gap: 20px;*/
	}
}
@media (max-width: 767px){
	.yachts_product ul.products{
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.select2-container--default .select2-selection--multiple ul.select2-selection__rendered{
		overflow-X: auto;
		height: 40px;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search input{
		height: 40px;
	}
	#yachts_all_product .et_pb_row {
		width: 100%!important;
	}
	.yacht_form_field, .yacht_search_form select, .yacht_form_field.builder_field, .yacht_form_field:has([name="asking_price_min"]), .yacht_form_field:has([name="asking_price_max"]){
		min-width: 100%;
	}
    .main_yacht_search_form_flex{
        flex-direction: column;
        align-items: center;
    }
    .main_yacht_search_form_flex .yacht_search_form_flex, .main_yacht_search_form_flex .inner_yacht_search_form_flex{
        flex-direction: column;
    }
    .main_yacht_search_form_flex .inner_yacht_search_form_flex:not(.active){
        display: none;
    }
    .form_scroll_arrow{
    	display: none!important;
    }
    .dropdown_angle_icon{
        width: 30px;
        height: 30px;
        background-color: white;
        border-radius: 100%;
        border: 1px solid black;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        margin-left: auto;
    }
    .yacht_form_submit{
    	width: 100%;
	    align-items: baseline;
	    display: flex;
    }
    .yacht_search_form .main_yacht_search_form_flex > .yacht_form_field{
        flex-direction: row;
        align-items: center;
    }
    .yacht_search_form_flex, .main_yacht_search_form_flex, .inner_yacht_search_form_flex{
    	width: 100%;
    }
    .et_pb_fullwidth_code.et_pb_module, #main-header .container{
    	width: 100%;
    }
    header#main-header .logo_container{
    	width: calc(100% - 15px);
    }
}
@media (max-width: 576px){
	.yachts_product .page-numbers a.page-numbers, .yachts_product .page-numbers span{
		width: 33px;
		height: 33px;
	}
	.yachts_product .page-numbers{
		flex-wrap: wrap;
	}
	.yachts_product .page-numbers a.prev.page-numbers, .yachts_product .page-numbers a.next.page-numbers{
		padding: 0px 8px;
	}
	#yachts_all_product .et_pb_column_0 .et_pb_module_heading{
		font-size: 30px;
	}
	.yachts_product ul.products li.product h2.woocommerce-loop-product__title{
		font-size: 18px;
	}
}


.yacht_form_field:has(> input[type="hidden"]:only-child) {
    display: none;
}

@media (min-width: 767px){
	.select2-container--default .select2-selection--multiple ul.select2-selection__rendered{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select2-selection--multiple .select2-selection__clear{
		margin-top: 0px;
	}
	.builder_field .select2-container--below{
		width: 100%!important;
	}
	.builder_field .select2.select2-container.select2-container--default{
		width: 100%!important;
	}
}
