/*
Theme Name:     Traveler Child Theme for vitatravel.az
Description:    Traveler Child Theme for vitatravel.az
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.form-more-extra-package_new,
#st-content-wrapper .form-book-wrapper .field-guest .form-extra-field {
	border: 1px solid #DEDEDE;
}

.st_wrap_list_package {
    border-color: #e1e1e1;
}
.st_content_list_package * {
    border-color: #e1e1e1;
}

.st_content_list_package table {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 20px;
}
.st_content_list_package table tr th {
    padding: 13px 20px;
    font-size: 16px;
    font-weight: normal;
    background: #16283a;
    color: #ffffff;
    font-size: 14px;
}

.st_content_list_package table tr:nth-child(odd) {
    color: #444444;
}
.st_content_list_package table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.st_content_list_package table td {
    padding: 10px 20px;
}

.st_content_list_package table tr:nth-child(even) {
    color: #444444;
}
.st_content_list_package table tr:nth-child(even) {
    background-color: #f3f3f3;
}
.st-form-package_new select {
    border-color: #ccc;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: initial;
    padding: 0 15px;
    padding-left: 4px;
    background-color: #fff;
}

.wrap_select_adu_child {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    padding-top: 15px;
    display: none;
}
.wrap_select_adu_child.active {
    display: grid;
}

.st_combobox-list-display {
    border: 1px solid #ccc;
    font-weight: 500;
    padding: 7px 17px;
    position: relative;
    cursor: pointer;
}
.st_combobox-list-display:after {
    content: "\e965";
    font-family: 'traveler-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -9px;
    pointer-events: none;
}
.box_select {
    position: relative;
}
.bg_select {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.box_select ul {
    list-style: none;
    margin-left: 0px;
    border-width: 0px 2px 1px 2px;
    border-style: solid;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 99;
    border-width: 0px 1px 1px 1px;
    background-color: #ffffff;
    border-color: #ccc;
    padding: 0;
    display: none;
}
.box_select.active ul {
    display: block;
}
.box_select.active .bg_select {
    display: block;
}
.box_select ul li {
    width: 100%;
    display: inline-block;
    padding: 7px 15px;
    cursor: pointer;
}
.box_select ul li + li {
    border-top: 1px solid #e5e5e5;
}

.box_package_price {
    display: none;
}

.box_package_price.active {
    display: block;
}

.box_package_price .st_combobox-list-display:after {
    content: "\f107";
    font-family: 'FontAwesome' !important;
}


.single-hotel_room #st-content-wrapper.st-style-elementor .st-form-book-wrapper .form-book-wrapper .field-guest .dropdown {
	border: none;
}

.sticky-top #st-attributes {
	display: none;
}