select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.quantity.hidden {
    display: none;
}

.single_add_to_cart_button {
    margin-top: 0;
}

.wc-pao-addon-heading {
    font-size: 1.3rem;
}

.woocommerce .variations td.label label {
    color: rgb(138, 138, 138);
}

#product-addons-total {
    display: none;
}

.woocommerce div.product form.cart .variations,
.woocommerce .variations,
.nectar-quick-view-box .variations,
.woocommerce .nectar-quick-view-box div.product form.cart .variations {
    width: 100%;
}

.woocommerce-checkout-review-order-table .product-info .product-quantity{
display: none;
}

.woocommerce-checkout-review-order-table dd{
    padding-left: 0;
}

.checkout #order_review .cart-subtotal{
    display: none;
}

.woocommerce-checkout-review-order-table .product-info .woocommerce-Price-amount{
    display: none;
}

.woocommerce-checkout #payment div.payment_box{
    background: rgba(0,0,0,0.02);
    font-size: 1rem;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child{
    padding-bottom: 0!important;
}


.woocommerce td.product-name .wc-item-meta{
    margin: 10px;
}