@media (max-width: 767px) {
	.woocommerce-checkout-review-order-table {
		table-layout: auto;
	}
	
	/* .woocommerce-checkout-review-order-table .product-name {
		white-space: nowrap;
	} */
	
	.woocommerce-checkout-review-order-table .product-name,
	.woocommerce-checkout-review-order-table th {
		padding-right: 0px !important;
	}
	
	.woocommerce-checkout-review-order-table .omniva-terminals-list input {
		margin-right: 0px !important;
	}
}

@media (min-width: 768px) {
	.woocommerce-checkout-review-order-table {
		table-layout: auto;
	}
	
	.woocommerce-checkout-review-order-table .product-name {
		white-space: nowrap;
	}

	.woocommerce-checkout-review-order-table .omniva-terminals-list input {
		margin-right: 0px !important;
	}
}

.woo-payment-container {
	padding-bottom: 16px;
}

.woo-payment-container::first-line {
  font-weight: 500;
}

.omniva-terminals-list .dropdown {
    padding: 2px 20px 2px 30px !important;
}

.omniva-terminals-list input{
    margin-right: 0px !important;
    margin-left: 22px !important;
}

.woo-payment-container #parcelmachine_omniva_field {
	display: none !important;
}

.woocommerce div.ast-sticky-add-to-cart-action-wrap .button.single_add_to_cart_button {
	color: white;
    border-color: white;
}