/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */



.booknetic_inner_addon i.booknetic_days_txt {
	color: black !important;
}

.booknetic_recurring_div .form-row:last-child .form-group.col-md-4:nth-child(2) {
	display: none !important;
}

.booknetic_recurring_div .form-row:last-child .form-group.col-md-4:nth-child(3) {
	display: none !important;
}

/* 
div.bkntc_service_extras_list {
padding-top: 100px !important;
}
*/

.booknetic_appointment_container_header {
	height: auto !important;
	padding-right: 80px !important;
}

.booknetic_service_title_span {
	font-size: 18px !important;
}

.booknetic_service_duration_wrapper {
	display: none !important;
}

.booknetic_btn_secondary.booknetic_prev_step {
	background-color: #d86942 !important;
	color: white !important;
	border: 0px solid transparent !important;}

.booknetic_btn_secondary.booknetic_prev_step:hover {
	background-color: #faa61a !important;
}

.booknetic_copy_time_to_all, .booknetic_copy_time_to_all>img {
	visibility: hidden !important;
	display: none !important;
}


.booknetic-cart-holder, .booknetic-cart-holder .booknetic-cart, .booknetic-cart-holder .booknetic-cart .booknetic-cart-col, .booknetic-cart-holder .booknetic-cart .booknetic-cart-col .booknetic-cart-item.active {
	display: block !important;
	width: 100% !important;
}



#myForm {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
}

#myFormContent {
	background-color: #fefefe;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	position: relative;
	box-shadow: 0 0 20px 7px rgba(0, 0, 0, .4)
}

#myFormContent input[type=text],
#myFormContent input[type=tel],
#myFormContent input[type=email] {
	font-size: 16px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
#myFormContent input[type=submit] {
	background-color: var(--e-global-color-secondary);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--e-global-color-ef7a26d);
	border-radius: 20px 20px 20px 20px;
	padding: 10px 35px 10px 35px;
	box-shadow: -15px 20px 40px 0px rgba(233.57998962402343, 211.94624370411975, 112.21995153675908, 0.5);
	transition: all ease-out 0.3s;
}
#myCloseButton {
	font-size: 33px;
	position: absolute;
	right: 30px;
	top: 20px;
	line-height: 1;
	cursor: pointer;
}

.phone-form-button {
	width: fit-content;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 22px;
	gap: 12px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.phone-form-button .header {
}
.phone-form-button .separator {
	font-style: italic;
}
.phone-form-button a {
	color: #081420;
	font-weight: bold;
	font-size: 24px;
}
.phone-form-button button {
	display: inline-block;
	line-height: 1;
	background-color: #69727d;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	font-size: 16px;
	font-weight: 500;
	fill: var(--e-global-color-ef7a26d);
	color: var(--e-global-color-ef7a26d);
	background-color: #01344D;
	border-radius: 30px 30px 30px 30px;
	box-shadow: -15px 20px 40px 0px rgba(14.000000000000014, 70.99999999999993, 192, 0.30196078431372547);
	padding: 17px 45px 17px 45px;
}
.phone-form-button button:hover	 {
	box-shadow: -15px 20px 40px #FFDA2B4D;
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-secondary);
}

/* .booknetic_payment_methods .booknetic_payment_method:first-child {
	display: none !important;
} */

.elementor-location-header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: height 0.3s, box-shadow 0.3s;
	z-index: 100;
}
.elementor-location-header.fixed > section {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.elementor-location-header.fixed .aux-has-logo img {
	width: 100px !important;
}

.lp-form form .fields {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lp-form form .fields > div {
	width: 100%;
}
.lp-form form .fields p {
	margin: 0;
}
.lp-form form .fields > div.hf {
	width: 48%;
}
.lp-form form .big {
	font-size: 24px;
}
.lp-form form .small {
	font-size: 14px;
}
@media (max-width: 768px) {
	.lp-form form .fields > div.hf {
		width: 100%;
	}
}
.lp-form form .fields input {
	border-top: none;
	border-left: none;
	border-right: none;
}