/**
Theme Name: Astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.payment_buttons {
    display: block !important;
}

.payment_buttons {
    z-index: 9999;
    position: absolute;
    top: 200px;
    left: 50%;
    padding: 50px;
    transform: translate(-50%, 0px);
	background: rgba(0, 0, 0, 0.6);
}
.payment_buttons .button {
	margin:10px !important;
} 


.iti-mobile .iti--container {
    z-index: 9999 !important;
}

@media (min-width: 1024px) {
  .desktop-invisible {
    display: none  !important;
  }
}


/* checkout page options*/
section.woocommerce-order-details {
    display: none !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title{
	    background: #888 !important;
}

.checkout-short label {
	color: #EEEEEE !important;
	font-size: 16px;
}
.xlwcty_content.xlwcty_clearfix {
    color: #191919;
}
.xlwcty_Box.xlwcty_textBox.xlwcty-wc-thankyou {
    color: #191919;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0.3em 0 0 !important;
}

.woocommerce-checkout label, 
.woocommerce-checkout legend {
	color: #ffffff;
}

/* Always show payment method descriptions */
.payment_box {
    display: block !important;
}
.entry-content li > p {
    margin-top: -31px !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {

    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before, .woocommerce.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #191919 !important;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce.woocommerce-checkout #payment div.payment_box {
    background-color: #FFFFFF14 !important;
	border: 1px solid #FFFFFF21;
    border-radius: 12px;
}

.woocommerce button.button{
	border-width: 1px;
	font-family: "Libre Caslon Text", Sans-serif !important;
	font-size:15px !important;
}

.woocommerce button.button:hover {
	color: #C8A165 !important;
    background-color: transparent !important;
    border-color: #C8A165 !important;
}

.entry-content p {
    margin-bottom: 0 !important;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 1.5em;
}
.woocommerce-checkout #payment div.payment_box {
    color: #e1e7dfe0 !important;
}

h1.entry-title {
    color: white;
}
.ast-container {
    color: white;
}

table.shop_table {
    display: none;
}
/*end of astra checkout page options*/



li.book-now-mobile a{
	font-family: "Libre Caslon Text", Sans-serif !important;
    font-size: 15px !important;
	background-color: var(--e-global-color-accent) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
	border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #C8A16500 !important;
    border-radius: 6px 6px 6px 6px !important;
    padding: 17px 40px 17px 40px !important;
	width: fit-content;
    margin: 10px 0 24px 16px;
	color: #191919 !important;
	
}




/* Tripadvisor styles*/

.ti-widget.ti-trip .ti-small-logo img {
    filter: drop-shadow(2px 0px 5px rgba(255, 255, 255, 0.7));
}

.ti-widget.ti-disable-animation .ti-widget-container {
    margin-top: 0px !important;
}

.ti-fade-container {
    display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center ;
}

.ti-widget .ti-header {
    padding: 10px !important;
}



/* Booking form styles*/


.chbs-main.chbs-widget.chbs-widget-style-1 .chbs-button-widget-submit {
    width: auto;
    float: right;
    display: block;
    border-radius: 6px;
    text-decoration: none;
	font-family: "Libre Caslon Text", Sans-serif !important;
    font-size: 14px !important;
	background-color: var(--e-global-color-accent) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
	border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 6px 6px 6px 6px !important;
    padding: 15px 38px 15px 38px !important;
	width: fit-content;
	color: #191919 !important;
}
.chbs-main.chbs-widget.chbs-widget-style-1 .chbs-button-widget-submit:hover {
	background-color: transparent !important;
	color: var(--e-global-color-accent) !important;
}

a.chbs-button.chbs-button-style-1{
	border-radius: 6px;
    text-decoration: none;
	font-family: "Libre Caslon Text", Sans-serif !important;
    font-size: 14px !important;
	background-color: var(--e-global-color-accent) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
	border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 6px 6px 6px 6px !important;
    padding: 15px 30px 15px 30px !important;
	width: fit-content;
	color: #191919 !important;
}

a.chbs-button.chbs-button-style-1:hover{
	background-color: transparent !important;
	color: var(--e-global-color-accent) !important;
}

a.chbs-button.chbs-button-style-2.chbs-button-step-prev{
	border-radius: 6px;
    text-decoration: none;
	font-family: "Libre Caslon Text", Sans-serif !important;
    font-size: 14px !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
	border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 6px 6px 6px 6px !important;
    padding: 15px 30px 15px 30px !important;
	width: fit-content;
}

a.chbs-button.chbs-button-style-2{
	border-radius: 6px;
    text-decoration: none;
	font-family: "Libre Caslon Text", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
	border: 2px solid #C8A065 !important;
    border-radius: 6px 6px 6px 6px !important;
    padding: 15px 30px 15px 30px !important;
	width: fit-content;
	color: #C8A065 !important;
	background-color: transparent !important;
}

a.chbs-button.chbs-button-style-2:hover {
    color: #191919 !important;
    background-color: #C8A065 !important;
}
a.chbs-button.chbs-button-style-2.chbs-state-selected{
	color: #191919 !important;
    background-color: #C8A065 !important;
}

.chbs-main .chbs-button.chbs-button-step-next>span, .chbs-main .chbs-button.chbs-button-step-prev>span {
    font-size: 16px !important;
    padding-left: 10px !important;
}


.chbs-main, .chbs-main input, .chbs-main select, .chbs-main textarea, .ui-menu .ui-menu-item, .ui-timepicker-wrapper, .chbs-datepicker.ui-datepicker th, .chbs-datepicker.ui-datepicker td, .chbs-datepicker.ui-datepicker td a, .chbs-datepicker.ui-datepicker td span, .chbs-datepicker.ui-datepicker .ui-datepicker-title {
    font-family: "Poppins", Sans-serif !important;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	color: #ffffff45 !important;
}

.chbs-form-field textarea{
	color: #fff ;
}

.homepage-form a#ui-id-8 {
    border-radius: 12px 0 0 0;

}
.homepage-form a#ui-id-10 {
    border-radius: 0 12px 0 0;
}


.chbs-form-field.chbs-form-field-transfer-type {
    border-radius: 0 0px 12px 12px;
}


/* .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
} */

.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price>span>span:first-child {
    font-size: 34px !important;
}

.chbs-main .chbs-layout-50x50 {
    font-family: "Poppins", Sans-serif;
}

.chbs-main .chbs-vehicle-filter {
    font-family: "Poppins", Sans-serif;
}

.chbs-main .chbs-vehicle-list {
    font-family: "Poppins", Sans-serif;
}

.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-show-more-button {
    width: 80%;
}


.chbs-main .chbs-vehicle .chbs-vehicle-image>img {
    border-radius: 12px;
}

.chbs-vehicle-content-description.chbs-state-open {
    color: #eeeeee;
}

.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-circle {
    color: #fff;
	border-color: #eeeeee;
}

.chbs-main .chbs-booking-extra {
    font-family: "Poppins", Sans-serif;
}

.chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span {
    font-weight: 500 !important;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description, .chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description a, .chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description a:hover {
    font-weight: 200 !important;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-name, .chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1 {
    font-weight: 600 !important;
}

span.chbs-booking-form-extra-price {
    font-weight: 500 !important;
}

/* .chbs-main .chbs-tab.ui-tabs .ui-tabs-nav>li+li>a {
    background-color: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #C8A065;
	font-weight: 600;
} */

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header a {
    border: none;
    background-color: #c8a06566;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #C8A065;
    font-weight: 600;
}

.homepage-form .chbs-main .chbs-tab.ui-tabs .ui-tabs-panel {
    border-width: 3px 0px 0px 0px !important;
}

.chbs-main #chbs_google_map {
    border-radius: 12px 12px 0 0;
}

.chbs-ride-info.chbs-box-shadow {
    border-radius: 0 0 12px 12px;
}

.chbs-main-content-step-4 .chbs-layout-column-right img {
    border-radius: 12px 12px 0 0;
}

.book-now-page a#ui-id-1 {
    	border-radius: 12px 0 0 0;
	}
	
	.book-now-page a#ui-id-3 {
		border-radius: 0 12px 0 0;
	}




/*horizontzal desktop booking form styles*/
/* 
.chbs-main .chbs-main-content{
    margin-top: 8px !important;
} */

.horiz .chbs-main .chbs-tab.ui-tabs .ui-tabs-nav {
    border-bottom: 3px solid #C8A065;
    width: fit-content;
}

.chbs-meta-icon-2-date-1:before , .chbs-meta-icon-2-time-1:before, .chbs-meta-icon-2-location-1:before{
    color: #eeeeee;
}


/*location inputs*/
.pac-target-input {
     margin-top: 4px;
}

@media (max-width: 768px) {

	.chbs-client-form-sign-up {
		position: relative;
		z-index: 1000;
	}
}

.iti__country-list {
    background-color: lightgray !important;
    overflow-y: scroll !important;
	position: relative;
	z-index: 3000 !important ;
}


.horiz .chbs-main .chbs-tab.ui-tabs .ui-tabs-panel {
    border-width: 1px 1px 1px 1px !important;
	border-color: #494949 ;
	border-radius: 0px 12px 12px 12px;
	overflow:hidden;
}



.horiz .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child{
	border-radius: 0 12px 12px 0 ;
}
/* panel styling*/

.horiz .chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li {
	margin-right:0;
	margin-bottom:0;
}
.horiz a#ui-id-1 {
    border-radius: 12px 0 0 0;

}
.horiz a#ui-id-3 {
    border-radius: 0 12px 0 0;
}

/*end of panel styling*/




/*booking form media queries */

@media (max-width: 768px) {
  
	.chbs-main .chbs-main-content {
		margin-top: 0px !important;
	}
	
	.book-now-page a#ui-id-1 {
    	border-radius: 0;
	}
	
	.book-now-page a#ui-id-3 {
		border-radius: 0;
	}
	
}
