/*
Theme Name: Dragonfly-by-lis
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1726494218
Updated: 2024-09-16 13:43:38

*/

a:focus{
	outline: none !important;
}

/* Mailchimp =============================================================================== */
.mc-form input[type="email"]{
	border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
	height: 80px;
	box-shadow: 4px 4px 5px 1px #000000;
}

.mc-form input[type="submit"]{
	width: 100%;
    color: #000;
    border: solid;
    border-color: #EC98A9;
	border-radius: 20px;
	height: 80px;
	margin-top: 20px;
	box-shadow: 4px 4px 5px 1px #000000;
	font-size: 24px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

.mc-form input[type="email"]:focus,.mc-form input[type="submit"]:focus{
    outline: none;
	border-color: #fff;
}

@media(max-width: 768px){
	.mc-form input[type="submit"],.mc-form input[type="email"]{
		height: 56px
	}
}
/* End Mailchimp =========================================================================== */


/* Social Medi ============================================================================= */
.social-media a{
	max-width: 25px !important;
}
.social-media .elementor-social-icons-wrapper.elementor-grid{
	padding: 0 20px;
  gap: 20px;
  display: flex;}
/* End Social Media ======================================================================== */


/* Contact Us Form  ======================================================================== */
.form-inputs .e-form__buttons{
	width: fit-content !important;
	margin: auto;
}
.form-inputs .e-form__buttons button{
	padding: 20px 60px;
	margin-top: 30px !important;
}
.form-inputs .e-form__buttons button:hover{
	color: black !important;
}
.form-inputs input{
	height: 40px !important;
}
@media(max-width: 768px){
	.contact-form .e-form__buttons button{
		padding: 15px 60px;
		margin-top: 10px !important;
	}

}

/* End Contact Us Form  ======================================================================= */

/* Gallery ==================================================================================== */
.elementor-slideshow__header {
	display: none !important;
}
/* End Gallery ================================================================================ */

/* Menu Tabs ================================================================================== */
.menu-tabs .e-n-tabs-heading{
	background-color: #4fbfa5 !important;
	
}
.menu-tabs .e-n-tabs-heading button{
	box-shadow: none !important;
	background-color: transparent !important;
	text-transform: uppercase;
	font-family: "Bazinga";
}
@media(max-width: 768px){
	.menu-tabs .e-n-tabs-heading{
		 background-color: #4fbfa5 !important;
		 display: flex !important;
		 overflow: auto !important;
		 height: fit-content;
		 flex-wrap: nowrap !important;
		 align-items: center;
		justify-content: flex-start !important;
	}
	.menu-tabs .e-n-tabs-heading button{
		margin: 0 !important; 
	}
	.menu-tabs .elementor-price-list-item img{
		width: 80px !important;
	}
}
/* End Menu Tabs ============================================================================== */
/* Floating Basket ============================================================================ */

.elementor-button-wrapper .added_to_cart.wc-forward{
	display: none !important;
}
.ajax_add_to_cart{
	position: relative;
}
.ajax_add_to_cart.loading:after  {
	content:'';
	display: block;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #4FBFA5; 
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    position: absolute;
    right: 4px; /* Adjust for positioning inside the button */
    top: 33%;
    transform: translateY(-50%);
}
/* Keyframe for the rotation animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* End Floating Basket ======================================================================== */
/* Basket ============================================================================== */
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,.shop_table.shop_table_responsive{
	border: 2px solid #4FBFA5 !important;
}
.qib-button-wrapper{
	display: flex;
	align-items: flex-start;
	gap: 10px !important;
}
td.actions button,.checkout-button.button.alt.wc-forward,.qib-button{
	background-color: rgb(245, 177, 201) !important;
	box-shadow: 4px 4px 10px 0px #000 !important;
	color: #000 !important;
}

td.actions button:disabled,.checkout-button.button.alt.wc-forward:disabled{
	opacity: 50% !important;
	box-shadow: none !important;
}

.shop_table thead th{
	border: 0 ;
	border-bottom: 2px solid #4FBFA5;
}
td.actions #coupon_code{
	width: 280px !important;
}

@media(max-width: 768px){
	td.actions #coupon_code{
		width: 170px !important;
	}	
	td.product-quantity{
		height: 75px !important;
	}
	td.product-quantity .qib-button-wrapper{
		margin-left: auto;
		float: right !important;
	}
}
/* End Basket ============================================================================== */


/* Checkout ============================================================================== */
.checkout.woocommerce-checkout input:not(.woocommerce-form__input-checkbox),.checkout.woocommerce-checkout .select2-selection,.checkout.woocommerce-checkout textarea{
	border: 1px solid #000;
	box-shadow: 4px 4px 10px 0px #000;
	border-radius: 8px;
	height: 40px;
}
#customer_details .col-1,#customer_details .col-2{
	border: 2px solid #4FBFA5;
	border-radius: 12px;
	padding: 20px;
}
.shop_table.woocommerce-checkout-review-order-table{
	border: 2px solid #4FBFA5 !important;
	border-radius: 12px !important;
}

button#place_order,.checkout_coupon.woocommerce-form-coupon button{
	background-color: rgb(245, 177, 201) !important;
	box-shadow: 4px 4px 10px 0px #000 !important;
	color: #000 !important;
	padding: 16px 40px 
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	margin-top: 20px
}
.woocommerce-checkout-payment,.woocommerce-info{
	background-color: #fff !important;
}

/* End Checkout ============================================================================== */


/* Hide recaptcha_v3 */
.elementor-field-type-recaptcha_v3{
	display: none;
}

/* Hide recaptcha_v3 */
.elementor-field-type-recaptcha_v3{
  display: none !important;
}
