.woocommerce div.product.elementor {

	// cart actions
	.ct-cart-actions {
		grid-column-gap: 0;

		.added_to_cart {
			margin-left: 10px;
		}
	}


	// tabs
	.woocommerce-tabs .panel {
		border-top: none !important;
	}


	// product types
	form.cart {
		table.variations {
			tr {
				flex-direction: initial;
			}

			td.value {
				.selectr-container {
					position: absolute;
					top: 0;
					left: 0;
					width: var(--variation-select-width) !important;
				}

				&:before,
				select {
					opacity: 0;
					height: var(--formInputHeight) !important;
				}
			}

			label {
				margin-bottom: 0;
			}
		}
	}
}
