.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 {
				// display: table-row;
				// flex-direction: initial;
			}

			td.value {
				select {
					// appearance: auto;
				}
			}

			label {
				// display: inline-flex;
				// align-items: center;
				// margin-bottom: 0;
				// padding-right: 1em;
				// min-height: var(--formInputHeight);
			}
		}
	}
}

.elementor-widget-container {
	.flex-viewport {
		margin-bottom: 20px;
	}

	.flex-control-thumbs {
		margin: 0 -10px;
		
		li {
			padding: 0 10px 10px 10px;
		}
	}
}