/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2026 | 11:20:50 */
/* Checkout Page */
.woocommerce {
	background-color: white;
}

.woocommerce *{
	font-family: "Readex Pro", sans-serif;
}

.woocommerce-billing-fields,.woocommerce-shipping-fields, .woocommerce-additional-fields, div#order_review {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none !important;
    padding: 30px;
    margin-bottom: 35px;
}

.woocommerce h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    position: relative;
    height: 42px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
    top: 4px !important;
}

.woocommerce form .form-row .select2-container {
    font-size: 14px;
}

.woocommerce table.shop_table {
    border: 0;
}
/* Home Page */
.bdt-pagepiling-slider{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.desktop-nav .navbar .others-options {
	display: none;
}

.page-id-73 .desktop-nav .navbar .others-options, .single-at_biz_dir .desktop-nav .navbar .others-options {
	display: block;
}

.wc-bookings-booking-form .form-field input[type=number] {
	background: #ffffff !important;
	border: 1px solid #ebebeb !important;
	height: 60px;
	color: #0c0b0b;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
	transition: all ease 0.5s;
	border-radius: 5px;
}

div#wc-bookings-booking-form {
	background-color: #f5f5f5;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}

button.wc-bookings-booking-form-button.single_add_to_cart_button.button.alt {
	padding: 18px 40px !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
}
.product-content h1 {
	font-size: 20px;
	line-height: 61px;
}
.product-content h2 {
	font-size: 16px;
}
.type-product form.cart {
	display: flex;
	flex-direction: column;
}

.product-content{
	font-size: 16px !important;
	color: #848484;
	clear: both;
	overflow: hidden;
	padding: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
	margin-top: 30px;
}

.product-content strong{
	color: #0C0B0B;
}

.menu-right .elementor-widget-wrap{
	display: flex;
    flex-wrap: nowrap;
}

.elementor-element.elementor-element-d7ef348 {
    margin-bottom: 0 !important;
}