.woocommerce div.product form.cart { margin-top: 50px; table { margin-bottom: 1em; border-bottom: none; tr td { padding-top: 0; padding-bottom: 1em !important; vertical-align: middle !important; &.woocommerce-grouped-product-list-item__label { padding-left: 0; } } } // grouped form &.grouped_form { .group_table { font-size: 15px; td { &:first-child { width: 1%; padding-right: 0; } } .woocommerce-grouped-product-list-item__price { font-weight: 500; } } .single_add_to_cart_button { min-width: 130px; } } // variations form &.variations_form { // --selectHeight: 40px; table.variations { td { line-height: initial; vertical-align: middle; &:last-child { padding-right: 0; } label { font-size: 15px; font-weight: 500; } &.label { width: 160px; } &.value { display: flex; align-items: center; } } } .woocommerce-variation-add-to-cart { margin-top: 1em; &:after { content: ''; display: block; height: 0; clear: both; } } .selectize-control { @include media-breakpoint-down (sm) { width: 90%; } @include media-breakpoint-up (md) { width: 50%; } } .reset_variations { margin-left: 10px; font-size: 0; &:before { content: '×'; width: 16px; height: 16px; font-size: 17px; line-height: 16px; } } } }