.bookings-date-picker-date-fields input[type="text"]{
padding: 14px 10px !important;
}
.j2store-addtocart-form{
	margin-bottom: 15%;
}
.cart-estimator-discount-block #j2store-cart-modules{
	display: none;
}
.hide {
	display: none;
}
.bookings-date-picker .alert-info{
display: none !important;
}
.filter_start_date{
	width: 25%; 
	float: left;
}
.booking_filter_btn{
	margin-top: 2.5%;
	margin-left: 1%;
	margin-bottom: 2.5%;
}
.bookings-date-picker-booking{
	display: none;
}
.cart-checkout-button .btn{
		font-size: 1.5rem;
		font-weight: 600;
}
.locker-cart{
	float:right;
	margin:2%;
}
.fa-shopping-cart{
	font-size:20px !important
}
.cart-item-count{
	font-size:15px !important
}
#mobile_checkout_info{
	font-style: italic;
	color: green;
}
.cart-action-complete .text-success a.j2store-checkout-link{
	font-size: 18px;
    font-weight: 600;
}
.j2store-product-list .j2store-single-product .j2store-product-images,
.j2store-product-list .j2store-single-product .product-title,
.j2store-product-list .j2store-single-product .product-sku, .j2store-product-list .j2store-single-product .product-price-container{
	display: none;
}
.j2store-product-list .j2store-single-product .product-price-container{
padding-left: 3%;
}
.j2store-cart-button{
height: 130px;
}
.custom-price{
	    position: absolute;
    /* z-index: 9999; */
    left: 12%;
    /* top: 0px; */
    color: #fff;
    font-size: 17px;
    margin-top: 7%;
}
.ul.block-picker-month, ul.block-picker-time{
margin: 0 0 10px -13% !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.filter_start_date{
		width: 35%; 
		float: left;
	}
   		.booking_filter_btn{
		margin-top: 4%;
		margin-left: 1%;
		margin-bottom: 4%;
	}
	/*#offcanvas-toggler{
		margin-top: -45% !important;
		line-height: 0px !important;
	}
	.locker-cart{
		float: none !important;
	}*/
   }
@media only screen and (max-width: 600px) {
  .filter_start_date{
		width: 40%; 
		float: left;
	}
	.booking_filter_btn{
		margin-top: 7%;
		margin-left: 1%;
		margin-bottom: 7%;
	}
	#offcanvas-toggler{
		margin-top: -45% !important;
		line-height: 0px !important;
	}
	.locker-cart{
		float: none !important;
	}
}