/* Start custom CSS */.woocommerce div.product form.cart .variations th {
width: 140px;
    padding-right: 20px !important;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations th label {
    line-height: 1 !important;
}
}

@media screen and (max-width: 500px)  {
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations th label {
    line-height: 1 !important;
}

.woocommerce div.product #pt_section1 form.cart .variations {
    margin-bottom: 0;
}
}/* End custom CSS */