/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 19:57:54 */
:root{
	--theme: #ddd;
}
body .page-header__content {
    align-items: flex-start !important;
    text-align: left !important;
}
.cusform form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cusform form.wpcf7-form>* {
    width: 100%;
}
.cusform form.wpcf7-form .col4 {
    flex: 0 0 32%;
}
.cusform form.wpcf7-form .col6 {
    flex: 0 0 49%;
}
.policy_text li p{
	margin: 0;
}
.policy_text p{
	margin-top: 0;
}
.policy_text ul, .policy_text ol{
	margin-bottom: 0;
}
.trend_product .product-swiper--elementor {
    overflow: unset;
}

@media screen and (max-width: 767px){
	.cusform form.wpcf7-form .col4 {
		flex: 0 0 100%;
	}
	.cusform form.wpcf7-form .col6 {
		flex: 0 0 100%;
	}
}