/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 14:45:22 */
/* mega menu  */
.cat-menu ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 20px 70px!important;
}

/* faq  */
.faq-page summary.e-n-accordion-item-title {
    display: flex!important;
    justify-content: space-between!important;
}

.faq-page span.e-n-accordion-item-title-icon {
    border: 1px solid #6e6e6e;
    padding: 8px;
    border-radius: 50%;
}

.faq-page details.e-n-accordion-item {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.08),
        0 6px 18px rgba(0, 0, 0, 0.06);
}

.faq-page details.e-n-accordion-item:hover {
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.12),
        0 10px 30px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}
.woocommerce div.product .summary .rnb-pricing-plan-button, .woocommerce div.product .summary .price-showing {
    display: none !important;
}
.xdsoft_datetimepicker, .xdsoft_datetimepicker .xdsoft_month, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_year, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    font-family: 'Poppins', sans-serif !important;
}
.redq-quantity.rnb-select-wrapper.rnb-component-wrapper {
    margin-bottom: 0 !important;
}
.rnb-loader {
    width: 100% !important;
}
.single-product form.cart input {
    margin-bottom: 0 !important;
}
.booking-pricing-info ul li {
    list-style: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.booking-pricing-info {
    padding-bottom: 2px !important;
}
.booking-pricing-info ul li span.price {
    font-size: 14px !important;
    font-weight: bold !important;
    display: block !important;
}
.fixed_sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 50px 0 0 50px;
}
.fixed_sidebar ul li {
    background-color: #ed1c25;
    color: #fff;
    list-style: none;
    cursor: pointer;
	margin: 0;
	padding: 0;
	position: relative;
    transition: all 0.4s ease;
	left: 0;
}
/* Move left 70px */
.fixed_sidebar ul li.move-left {
    left: 70px;
}

/* Hide after animation */
.fixed_sidebar ul li.hide-item {
    display: none;
}
.fixed_sidebar ul li>* {
    padding: 10px;
    text-align: center;
    color: #fff;
    width: 52px;
    overflow: hidden;
    min-height: 52px;
    display: flex;
    justify-content: center;
	align-items: center;
	font-size: 16px;
}
.fixed_sidebar ul li#whatsappbtn {
    background-color: #24d366;
}
.fixed_sidebar ul li#hidemenu {
    background-color: #333;
	border-radius: 10px 0 0 0;
}
.fixed_sidebar ul li#callpbtn {
    border-radius: 0 0 0 10px;
}
.fixed_sidebar ul {
    padding: 0;
    margin: 0;
}
.fixed_sidebar ul li a{
	text-decoration: none !important;
}
.fixed_sidebar ul li#hidemenu.active {
    border-radius: 10px 0 0 10px;
}
.fixed_sidebar ul li#form_menu>span {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotateZ(180deg);
    font-size: 16px;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 22px 10px 20px;
}
.fixed_sidebar ul li#hidemenu.active i:before {
    content: "\f060";
}
.fixed_sidebar ul li#whatsappbtn a {
    font-size: 20px;
}
.fixed_sidebar .contact_fixed_form {
    width: 440px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    border-radius: 10px;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 1;
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    left: auto;
    right: 100%;
	padding: 25px;
}
.fixed_sidebar .contact_fixed_form.active {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
}
.fixed_sidebar .contact_fixed_form p .wpcf7-spinner {
    position: absolute;
    left: 160px;
    bottom: 40px;
}
.contact_fixed_form .form_header {
    display: flex;
    justify-content: space-between;
}
.contact_fixed_form .form_header span {
    font-size: 16px;
    opacity: .4;
    cursor: pointer;
    transition: all .3s ease;
}
.contact_fixed_form .form_header span:hover {
    opacity: 1;
}

@media screen and (max-width: 767px){
	body .fixed_sidebar ul li>* {
		font-size: 14px !important;
		width: 42px;
		min-height: 42px;
	}
	.fixed_sidebar .contact_fixed_form {
		max-width: 100%;
		width: 100%;
		min-width: 300px;
		padding: 15px;
	}
	.fixed_sidebar .contact_fixed_form textarea {
		height: 90px;
	}
}