
/*common Callender Style*/
.single-product div.product form.cart {
    margin-bottom: 0px; 
    padding: 0px; 
}
.single-product div.product p.price{
	margin-bottom: 0px;
}

p#booking_info_text{
	margin: 0px 0px 0px 0px !important;
}
p#booking_price_text{
	margin: 0px 0px 0px 0px !important;
}
.booking-info-wraper {
	color: #23120B;
    padding: 10px 10px;
    margin: 10px 0px;
    padding-top: 8px;
    min-height: 62px;
}
img.loading-ico {
	text-align: center;
	position: relative;
	/*left: 46%;*/
	height: 50px;
	width: 50px;
	padding: 2px;

    margin-left: auto;
    margin-right: auto;
	display: grid;
}

.ph-calendar-month {
	padding: 5px 0px;
	width: auto;
	background: #dd3333;
	text-align: center;
	color: #2A363B;
}
.ph-calendar-month ul {
	margin: 0;
	padding: 0;
}
.ph-calendar-month ul li {
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
    max-height: 35px;
    list-style-type: none;
}
.ph-calendar-days {
	padding: 0px 0;
	background: #fff !important;
	margin: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ph-calendar-days li {
	color: #777; 
}

.ph-calendar-weekdays {
	margin: 0;
	padding: 0px 0;
	/*background-color: #ddd; new*/

	display: flex;
	justify-content: space-around;
	margin-top: 1em !important;
}
.ph-calendar-weekdays ul li {
	list-style-type:none;
}
.ph-calendar-weekdays li {
	display: inline-block;
	width: 13%;
	color: #666;
	text-align: center;
}
.callender-fixed-date{
	cursor: pointer;
	text-align: center;
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ph-calendar-date.today {
	color: #dd3333 !important;
	font-weight: bold;
}

.ph-calendar-date.today:hover {
	color: #fff !important;
	font-weight: normal;
}

.ph-calendar-date.active {
	padding: 5px;
	background: rgba(83, 155, 190, 0.52)!important;
	color: white !important
}
.ph-calendar-date.booking-full {
	/*padding: 5px; new*/
	background: #dadada;
	color: #ffffff !important;
	text-decoration: line-through;
}
.selected-date{
	/*border: 1px solid #2b8eff;*/
	background: #dd3333;
	color: #f3f3f3!important;
}
.timepicker-selected-date{
	/*border: 1px solid #2b8eff;*/
	background: #dd3333;
	color: #f3f3f3!important;
    border-radius: 1em;
}
.callender-error-msg{
	min-height: 25px;
	overflow: hidden;
}
li.ph-calendar-date, .ph-calendar-weekdays li{
	margin-left: 0px !important;
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
	.ph-calendar-weekdays li, .ph-calendar-days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
	.ph-calendar-weekdays li, .ph-calendar-days li {width: 12.5%;}
	.ph-calendar-days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
	.ph-calendar-weekdays li, .ph-calendar-days li {width: 12.2%;}
}
.past-time,.ph-calendar-date.not-available{
	/* color: #d0d0d0!important; */
	text-decoration: line-through;
}
.month-year-wraper,.fixed-date-wraper,.ph-calendar-date{
	position: relative;
	overflow: hidden;
}

.non-bookable-slot{
	cursor: not-allowed;
}

.not-available-msg{
	color: #ff7878;
}
@media (max-width: 500px) {
	ul.days li {margin-right: 3px;}
}

/*Some Themes set margin left for li*/
li.callender-date, .weekdays li{
	margin-left: 0px !important;
}
.weekdays li {
	margin: auto !important;
}

.booking-disabled,.not-available{
	color: #d0d0d0!important;
}

/***Date picker***/
.ph-calendar-month .ph-prev {
	float: left;
	/*padding-top: 10px;*/
	list-style-type: none;


    width: 35px;
    height: 30px;
    /*new*/
}
.ph-next:hover, .ph-prev:hover{
	color: #4d8e7a;
	cursor: pointer;
}

.ph-calendar-month .ph-next {
	float: right;
	/*padding-top: 10px;*/
	list-style-type: none;


    width: 35px;
    height: 30px;
    /*new*/
}
.ph-calendar-month-year-wraper{
	position: relative;
	overflow: hidden;
}
.callender-month,.callender-year{
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

/***Time picker***/
.callender-ico{
	width: 30px;
	display: inline;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	opacity: 0.7;
	filter: alpha(opacity=0.7);
}
div#ui-datepicker-div {
    z-index: 10000!important;
}
.time-picker li.ph-calendar-date {
    width: 18.8%;
}
#ph-calendar-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	/*top: -10px; to compensate Padding of parent div*/
	background: black url('images/loading.gif') center center no-repeat;
	background-size: 50px;
	z-index: 1;
	opacity: .4;
}


ul .ph-prev{
	    /*padding: 0px 20px 0px 20px !important; new*/
	    margin-left: 0em;
	        margin-left: 0!important;
    text-align: center;
}
ul .ph-next{
	    /*padding: 0px 20px 0px 20px !important; new */ 
}
ul .ph-month
{
	margin:0px 40px 0px 40px !important;
}
.booking-wraper {
    color: white;
}
/*
.ph-calendar-weekdays {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  .ph-calendar-weekdays li {
    display: inline-block;
    width: 50%;
  }

@media screen and (min-width: 20em) {

  .ph-calendar-weekdays li {
    width: 33.33333%;
  }

}
*/
.ph-calendar-weekdays {
  display: flex;
  justify-content: space-around;
}
ul.ph-calendar-weekdays {
    width: 100%;
}
.ph-calendar-month ul li:nth-child(3) {
    margin: 0px 3em;
}
.date-picker-wraper {
    color: #ffffff;
}


ul#ph-calendar-days {
    /*padding: 0px 0 !important;
    margin: 0 !important;
    width: 100%;
    overflow: auto;
    position: relative;*/
		margin-left: 4px !important; 
		margin-top: 1em !important;
    }


li.ph-calendar-date.past-time:hover {
    background-color: #dd3333;
    cursor: text;
}



.single-product div.product form.cart {
	border-radius: 5px ;
	margin-bottom: 1.618em;
	padding: 3% !important;
    border: 1px solid #dd3333;
    background-color: #fff;
}

/*Claue theme */
.single-product div.product .atc-popup form.cart {
	padding-bottom: 16% !important;
}
.single-product div.product .atc-slide form.cart {
	padding-bottom: 16% !important;
}
.ph-calendar-days li, .ph-calendar-weekdays li {

	list-style-type: none!important;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
	/* color: #fff; */
	width: 14%;
	font-size: 18px;
}
.booking-info-wraper {

	/* background: #dd3333 !important;
	margin: 0em .4em;
    margin-top: 1em;
    border-radius: 5px; */
}


.ph-calendar-days li, .ph-calendar-weekdays li {

	list-style-type: none!important;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    /* color: #fff; */
    width: 14%;
    font-size: 16px;
}
.time-picker .ph-calendar-days .ph-calendar-date
{
	font-size: 13px !important;
}
.ph-calendar-month ul li {

	color: white;
	font-size: 14px;
	text-transform: uppercase;
    letter-spacing: 3px;
    max-height: 35px;
    list-style-type: none!important;
    position: unset !important;
}
	body, .secondary-navigation a {

		/*color: #fff;*/
	}
	.ph-calendar-date.today {
		border: 1px #dd3333;
	    border-style: solid;
    	border-radius: 1em;
	}
	.timepicker-selected-date, .selected-date {
		border: 1px #dd3333;
	    background: #dd3333 !important;
        border-style: solid;

	}
.timepicker-selected-date {

	color: #FBF9FA !important;
	}
	li.ph-calendar-date.today:hover {
		background: #dd3333;
		border: 1px #dd3333;
		border-style: solid;
        color: #fff;
	}
	.time-picker-wraper #ph-calendar-time li.ph-calendar-date {

		border: 1px solid #dd3333;
		    /* color: black; */    /* background-color: #1eb8e6f5; */    border-radius: 5px;
		    margin-left: 6px !important;
		    margin-right: 0px !important;
	}
	li.ph-calendar-date:hover {
		background-color: #dd3333;
        color: #fff;
	}
	.selected-date {

		color: #FBF9FA !important;
}
.callender-msg{
	color: #fff !important;
}



.time-picker { 
	/*max-height: 212px!Important;*/
    overflow: auto;
    position: relative;
    /*margin-top: 1em !important;*/
    }
.time-picker-wraper #ph-calendar-time li.ph-calendar-date {
    color: #dd3333;
    border-radius: 5px;
    margin-left: 6px !important;
    margin-right: 0px !important;
    line-height: 2;
    }
li.ph-calendar-date:hover {
    background-color: #dd3333;
    transition:.001s ease-in-out;
    }

li.ph-calendar-date.de-active.booking-full:hover {
    	background-color: #dadada;
    	cursor: text;
    }
.ph_bookings_book_now_button{
    /* color: #23120B !important; */
    /*border: 1px #29aced !important;*/
    border-style: solid !important;
	width:100%;
	padding: 6px 20px;
    }
.ph_bookings_book_now_button:hover {
    background-color: #dd3333 !important;
    /*border-color: #29aced !important;*/
    color: #ffffff !important;
    }
.time-picker li.ph-calendar-date {
	width: 47% !important;
    }
.time-picker .ph-calendar-days .ph-calendar-date {
    min-width: 70px;
    min-height: 25px;
    margin: 0px !important;
    padding: 0px !important;
    }

    /*select.input-assets.phive_book_assets.alt.input_selection_tab {*/
    .extra-resources select	{
        border-color: #dd3333;
        background-color: #1373a3;
        padding: 2px;
        width: 33%;
        color: white;
        /*margin-left: 5em;*/
    }
    .extra-resources {
    	margin: 10px 0px;width: 100%;overflow: hidden;color: white;
     }
     .secondary-navigation a {
     	color: #fff;
     }
     .input-person{
     	width: 35%;margin: 5px;border: 1px solid #dd3333;height: 25px;padding-left: 10px;
     }
     .persons-title {
     	width: 33%;float: left;margin: 0px 0px;
     }
     input:focus{
     	outline:2px solid #1373a3
     }
     label.label-person.additional-notes-tiltle{
     	color: white;
     }

.ph-calendar-weekdays li:first-child { 
  margin-left: 5px !important;
}
.ph-calendar-weekdays li:last-child { 
  margin-right: 2px !important;
}

/* The container */
.booking-wraper .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.booking-wraper .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Scrollbar styles */
/*::-webkit-scrollbar {
	width: 12px;height: 12px;
}
::-webkit-scrollbar-track {
	background: #f1eeee;
}
::-webkit-scrollbar-thumb {
	background: #c3c3c3;
}
::-webkit-scrollbar-thumb:hover {
	background: #adabab;  
}
*/

/* book button styles */
.ph_bookings_book_now_button:hover:before, .ph_bookings_book_now_button:before, .ph_bookings_book_now_button:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	border-radius: 3px !important;
}
.ph_bookings_book_now_button:hover, .ph_bookings_book_now_button:focus, .ph_bookings_book_now_button:active {
	color: white;
	border-radius: 3px !important;
	width: 100%;
}
.ph_bookings_book_now_button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #dd3333 !important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 3px !important;
}

.button.single_add_to_cart_button:before {
	content: ""
}

.ph_bookings_book_now_button {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 3px !important;
	padding: 6px !important;
}

.booking-wraper input, textarea.phive_book_additional_notes_text {
   outline: #fff;
}


li.ph-calendar-date.today.selected-date ,li.ph-calendar-date.today.timepicker-selected-date{
   color:white !important;
   font-weight: normal;
   background-color: #dd3333 !important;
}
li.ph-calendar-date.today.selected-date {
    border-radius: 0em;
}
li.ph-calendar-date.mouse_hover{
	background: #dd3333;
   border: 1px #dd3333;
   border-style: solid; 
   transition-duration: 0.3s;
}
li.ph-calendar-date.mouse_hover_past{
	background: transparent !important;
   border: none;
   /*border-style: solid;*/
   /*transition-duration: 0.3s;*/
}

li.ph-calendar-date.de-active.not-available {
    background-color: transparent;
    cursor: text;
    text-decoration: line-through;
}



/*
 *  STYLE 1
 */

.time-picker::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.time-picker::-webkit-scrollbar
{
	width: 12px;
	/*background-color: #F5F5F5;*/
}

.time-picker::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #9a9090;  /* scroll bar color */
}

/*
 *  STYLE 2
 */

.time-picker2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.time-picker2::-webkit-scrollbar
{
	width: 10px;
	/*background-color: #F5F5F5;*/
}

.time-picker2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, 
					color-stop(0.44, rgb(181, 185, 187)), 
					color-stop(0.72, rgb(131, 135, 138)), 
					color-stop(0.86, rgb(133, 115, 114)));
}

.booking-info-wraper {
    font-size: 14px;
}
.woocommerce-Price-amount.amount {
    font-size: 15px !important;
}

@media (max-width: 500px) {
	.time-picker-wraper #ph-calendar-time li.ph-calendar-date {
    font-size: 10px !important;
}
}

ul#ph-calendar-time{
	margin: 0px;
}

.tunein {
	padding: 0 9px 0 6px;
}

#yith-wapo-container {
	padding:8px;
	font-size: 0.9rem;
}

#yith-wapo-container h3 { font-size: 1rem; font-weight:bold}

#wapo-total-price-table table th,
#wapo-total-price-table table td {
	padding:6px;
	border-bottom: 1px solid #dd3333;
}
#wapo-total-price-table table td {
	text-align: right;
	border-left: 1px solid #dd3333
}

#wapo-total-price-table table {
    margin-bottom: 10px;
    border: 1px solid #dd3333 !important;
}

#wapo-total-price-table tr:last-child th,
#wapo-total-price-table tr:last-child td {
	border-bottom:none;
}

*:focus {
	outline: none !important;
}

/* .woocommerce-info {
	background-color: #dd3333 !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #dd3333 !important;
} */

.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
	float: none !important;
	width: 100% !important;
}

.deposits-frontend-wrapper { display:none !important}

p.price { display: none}

.single-product .single_add_to_cart_button {max-width:100%}

form.cart,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-message,
.woocommerce-error,
.agb-table,
.wp-block-cover__background.has-background-dim-20.has-background-dim,
#post-11 {
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}

.wp-block-cover__background.has-background-dim-20.has-background-dim,
.main-image-mod img {
	border-radius: 30px
}

#post-11 .entry-content{
	padding: 60px;
}

#post-11{

}

.product_title.entry-title,
.woocommerce-product-gallery__trigger
 { display: none !important}

.woocommerce-product-gallery__wrapper{ padding-top: 20px;}
.woocommerce .cart .product-thumbnail,
.woocommerce .cart .product-subtotal,
.woocommerce .cart .product-quantity {
    display: none;
}

td.product-name p {
	margin-left:12px;
}

dt + dd {
    margin-top: 4px !important;
}

.variation-Media>div {
	margin-left:12px;
}

[class^='variation-'] { font-size: 1em}

/* .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, */
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-customer-details {
	text-align: left;
}
woocommerce-table woocommerce-table--order-details shop_table order_details

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table.woocommerce_deposits_parent_order_summary {
/* 	border: 1px solid #ccc; */
	font-size: 14px !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
.woocommerce-table.woocommerce_deposits_parent_order_summary th,
.woocommerce-table.woocommerce_deposits_parent_order_summary td
 {
	padding:10px !important;
}

.woocommerce-table__product-name.product-name p {
	font-weight: normal !important
}

.woocommerce-order-details {
	margin-bottom: 40px;
}

/* .entry-header>.h2-style.entry-title{
	background-color: #dd3333;
	color: #FBF9FA !important;
	padding: 15px 0 25px;
} */

a:link { text-decoration: none !important; }
a:visited { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
a:active { text-decoration: none !important; }

.woocommerce .button, .elementor-widget-wp-widget-woocommerce_widget_cart .button {
	background-color: #dd3333 !important;
}

.woocommerce-checkout .woocommerce {
	max-width:800px;
}

.woocommerce-order{
	text-align:center
}

ul.wc-item-meta {
	list-style:none;
	margin-left:0;
}

.woocommerce-message:before {
	background-color: #dd3333 !important;
}

.woocommerce-notices-wrapper:last-child {
    margin-bottom: 60px;
}

.product_meta {
	display:none;
}


button.button.wp-element-button {
	color: #fff !important;
    font-weight: bold !important;
    font-size: 1em !important;
}

.booking-full {
	display:none !important;
}

.time-picker {
	display: flex;align-content: center;
}


table.price-table {
	border-collapse: collapse;
	border: 1px solid #dedede;
	font-size:0.9em
}

table.price-table th, td {
	padding:8px 20px;

}

table.price-table .price-550 {
	background-color: #B8E8FC
}

.entry-content a:not(.zeguten-button) {
	text-decoration: none !important;
}

table.price-table .price-600 {
	background-color: #C8FFD4
}

table.price-table .price-650 {
	background-color: #B1AFFF;
}

table.price-table .price-800 {
	background-color: #FDFDBD;
}

table.price-table .price-900 {
	background-color: #FFB4B4;
}

table th:first-child, table td:first-child {
    padding-left: 10px;
}

.agb-header-1 {
    margin-bottom: -18px;
}

.agb-header-2 {
    margin-bottom: 0px;
}


p.has-text-align-center { margin-bottom:0 }
#ph-calendar-time li.ph-calendar-date.past-time { display:none}

#ph-calendar-time li.ph-calendar-date:hover {
    background-color: #dd3333;
    color: #fff;
    cursor: pointer;
}