/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 05:55:37 */
/* common */
footer .qodef-menu-item-circle,
.qodef-header-sticky{
	display: none !important
}
#qodef-back-to-top{
	bottom: 90px !important;
}

/* header */
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation{
	margin: 0 !important;
}
.qodef-header-navigation>ul>li>a .qodef-menu-item-arrow{
	display: inline-block !important;
	right: -10px;
}
body.home #qodef-page-header .widget a.qodef-button {
	color: black !important;
    padding: 10px 18px;
}
#qodef-page-header .widget a.qodef-button {
	color: white !important;
}
.btn-light a{
	color: black !important;
}
/* page title */
.qodef-page-title {
	display: flex;
    min-height: 150px;
	padding-top: 20px;
    align-items: center;
    height: auto !important;
}
/* home-banner */
.home-banner .banner-categories-list .qodef-m-image{
	height: 250px;
	width: 250px;
}
.home-banner .banner-categories-list .qodef-m-image a,
.home-banner .banner-categories-list img{
	height: 100%;
}

.home-banner .banner-categories-list img{
	height: 100%;
	border-radius: 50% !important;
	object-fit: cover;
}

.home-banner .elementor-icon-box-title{
	margin-top: 0;
}

/* home-categories */
.home-categories{
	flex-wrap: wrap;
}
.home-categories .elementor-widget-oysha_core_image_with_text{
	flex: 1 1 300px;
}
.home-categories .qodef-image-with-text .qodef-m-image a{
	display: flex;
	justify-content: center;
}
.home-categories .qodef-m-image img{
	width: 300px;
	height: 300px;
	object-fit: cover;
}
/* product-list-container */
.product-list-container > .e-child:nth-child(odd){
	background-color: #3b2f40;
}
.product-list-container > .e-child:nth-child(even),
.product-list-container > .e-child:nth-child(3n){
	background-color: #291d2d;
}
.product-list-container > .e-child:nth-child(4n){
	background-color: #3b2f40;
}

/* checkout page */
.checkout-page form label ~ span{
	display: inline-block;
	margin-bottom: 40px;
}
/* order success */
.order-success-details > div:not(:last-child){
	border-bottom: 1px solid #e1e1e1;
}

/* footer */
#qodef-page-footer-bottom-area .qodef-grid-item{
    gap: 20px;
	display: flex;
    justify-content: space-between;
}
/* footer form{
	display: flex;
	gap: 2px;
} */
footer img{
	max-width: 200px;
}
footer .wpcf7-form-control-wrap{
	padding: 0 !important;
}
footer .wpcf7-email{
	border-color: #c8c8c8 !important;
}
footer .qi-block-contact-form-7 button[type=submit], 
footer .qi-block-contact-form-7 input[type=submit]{
	padding: 10px 19px;
	line-height: 1.5;
	font-size: 14px;
}


/* media query */
@media (min-width: 1199px){
	.home-categories .elementor-widget-oysha_core_image_with_text{
		flex: 1;
	}
}

@media (max-width: 767px){
	#qodef-page-footer-bottom-area .qodef-grid-item{
		gap: 0;
		flex-direction: column;
	}
	.wpcf7-form .wpcf7-radio.radioButton{
		max-width: 100%;
	}
	.wpcf7-form .wpcf7-radio.radioButton span.wpcf7-list-item label span.wpcf7-list-item-label{
		width: 130px;
	}
	.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner{
		display: none !important;
	}
	.qodef-qi-process > div{
		gap: 60px !important;
	}
	
}
