/**
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
*/
.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button,
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale {
	border-color: var( --e-global-color-ce33865 );
  background-color: var( --e-global-color-ce33865 );
}
a {
  color: var( --e-global-color-ce33865 );
}
.woocommerce-message, .woocommerce-info {
  border-top-color: var( --e-global-color-ce33865 );
}
.woocommerce-message::before, .woocommerce-info::before {
  color: var( --e-global-color-ce33865 );
}
.woocommerce a.button:hover, .woocommerce button.button:hover {
	box-shadow:none;
	border: none;
}

.locations h5,
.rental_dates h5{
	font-size: 18px;
  font-weight: bold;
  color: var( --e-global-color-ce33865 );
	margin-bottom: 10px;
}
.rental_fields {
  display: flex;
  gap: 30px;
	flex-wrap: wrap;
}
.locations{
	margin-bottom: 5px;
}
.rental_dates {
  margin-bottom: 20px;
	display: flex;
  gap: 30px;
	flex-wrap: wrap;
}
.pic_date_div {
  margin-bottom: 10px;
}
.rental_fields select, .rental_fields input {
    height: 40px;
    border: 2px solid var( --e-global-color-ce33865 );
    padding: 5px;
    background: #fff;
    margin-left: 10px;
		min-width: 120px;
}
.rental-details h5 {
    margin-bottom: 15px;
}

.woocommerce ul.products li.product a img.discounted-package-badge {
    position: absolute;
    width: 90px;
    height: 90px;
}

button.minus:hover, button.plus:hover,button.minus:focus, button.plus:focus{
		box-shadow: none;
		border: 1px solid #dddddd;
}
button.minus, button.plus {
    background: #fff;
    border: 1px solid #dddddd;
    box-shadow: none;
    padding: 0 13px;
		color: #666;
}
.quantity {
    display: flex;
}
.cart .quantity input::-webkit-outer-spin-button,
.cart .quantity input::-webkit-inner-spin-button,
.product-quantity .quantity input::-webkit-outer-spin-button,
.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart .quantity input[type=number],
.product-quantity  .quantity input[type=number] {
  -moz-appearance: textfield;
}

.woosb-quantity .minus,
.woosb-quantity .plus {
	display: none;
}

.ui-datepicker {
    width: 20em;
    padding: 10px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    z-index: 999 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-decoration: none;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev>span, .ui-datepicker .ui-datepicker-next>span {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.ui-datepicker .ui-datepicker-next>span {
    border-width: 7.5px 0 7.5px 7.5px;
    border-left-color: #999;
}
.ui-datepicker .ui-datepicker-prev>span {
    border-width: 7.5px 7.5px 7.5px 0;
    border-right-color: #999;
}
.ui-datepicker table {
    table-layout: fixed;
}

.custom-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 2px dotted var( --e-global-color-ce33865 );
}

.custom-text {
    padding-top: 35px;
}


@media (max-width:768px) {
	.rental_fields, .rental_dates {
	  gap: 10px;
		flex-direction: column;
	}
	#filters-title h3 span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-size: 20px;
    color: #587576;
	}
	#filters-title.active h3 span:after {
    content: "\f107";
	}
	#filters {
    height: 0;
    overflow: hidden;
	}
	#filters.active {
    height: 100%;
	}
}
