.woocommerce-cart-form__contents .cart_item .product-name>a {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
}

.woocommerce-cart-form__contents dl.variation dt {
    font-weight: bold;
}

.woocommerce-cart-form__contents dl.variation dd {
    margin-bottom: 8px;
}

.shop_table thead th {
    font-size: 14px;
    letter-spacing: 0;
}

.wcbvp-quantity-field input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.wc-bulk-variations-table .wcbvp-row input.wcbvp-quantity {
		padding: 10px;
}

@media only screen and (min-width: 768px) {
	#text-2099676522 {
  	padding-left: 30px;
	}
}

.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-row-header {
		text-align: center;
}

.wpo-text-labels label.wpo-text-label .wpo-text-label-inner {
    border: 2px solid #0fbab3;
    padding: 8px 20px;
}

.wpo-text-labels label.wpo-text-label input:checked+span.wpo-text-label-inner {
    background-color: #0fbab3;
}

.wpo-text-labels label.wpo-text-label .wpo-text-label-inner:hover {
    background-color: #0fbab3;
    border-color: #0fbab3;
    opacity: .5;
}

h2.wpo-group-title {
		font-size: 18px;
}

.wpo-option-name {
		font-size: 14px;
}

#sort_customizable_table thead {
    background: #0fbab3;
    border-color: #0fbab3;
    color: #fff;
}

#sort_customizable_table thead th {
    border: 0;
    padding: 8px;
}

#sort_customizable_table tbody tr td {
    border: 0;
    padding: 8px;
}

#sort_customizable_table tbody tr:nth-child(odd) {
    background: #eee;
}

.cart_totals thead {
    background: #0fbab3;
    color: #fff;
}

.cart_totals {
    margin-top: 20px;
}

.cart_totals thead tr th {
    padding: 10px;
    border: 0;
    line-height: 1;
}

.cart_totals table {
    margin-bottom: 0;
}

.cart-subtotal > td {
    border-top: 0;
}

.cart-subtotal > td, .cart-subtotal > th {
    padding: 10px;
}

.cart_totals tbody th {
    padding: 10px;
}

.cart_totals tbody tr td {
    border-top: 0;
}

.variation-UPLOADYOURARTWORK a:after {
    content: "(click to view)";
    padding-left: 10px;
    text-decoration: underline;
    color: #0fbab3;
    font-weight: 600;
}

.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-row-header .wcbvp-header-block>span {
		display: none;
}