/****
*
* wpform插件，新增自定义字段样式
**/

.adweb-custom-fields-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.adweb-custom-fields-wrapper .wpforms-field {
	flex: 1;
}

.adweb-custom-fields-wrapper .wpforms-field-select {
	flex: 2;
}

.adweb-custom-fields-wrapper .webform_single_add_to_cart_button {
	width: 100% !important;
	height: 45px;
	background-color: #3498DB;
}

/*****

 cart style
*/

.adweb_cart {
	flex-direction: row-reverse;
	margin-top: 15px;
	justify-content: left;
}

.adweb_cart button.button.single_add_to_cart_button  {
	background-color: var(--e-global-color-accent);
	margin-right: 15px;
}

.adweb_cart button.button.single_add_to_cart_button:hover  {
	background-color: var(--e-global-color-accent);
}

.adweb_cart .quantity .qty {
	height: 100%;
}

.elementor-element.adweb-cart-icon {
	cursor: pointer;
}
