/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/
.wpcf7-form .hidden-fields-container {
	display:none;
}

.single-product .variations tr{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.single-product ul li, .product-list-item .product-list-content ul li{
	margin-bottom:0;
}
.single-product .single-product-cf-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pswp__bg
{
	background: #0000008f;
}
.searchform .searchsubmit {
	border-radius: 16px;
}
.login-form-side .create-account-question {
	display: none;
}
.single-product .woocommerce-product-gallery img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
@media (max-width: 1024px) {
	.wd-reset-side-md .wd-reset-var {
		margin-top: 10px;
	}
}
@media (min-width: 769px) {
	.wd-product.product-list-item .product-wrapper {
		gap: 25px !important;
	}
}
@media (max-width: 768px) {
	.woocommerce-ordering.wd-ordering-mb-icon select option{
		color: #242424 !important;
	}
}