.cart_totals table.shop_table.shop_table_responsive {
    display: none;
}
.cart_totals >h2 {
    display: none;
}
th.product-price {
    display: none;
}
td.product-price {
    display: none;
}
td.actions {
    display: none;
}
td.product-subtotal,th.product-subtotal {
    display: none;
}
.product-total{display:none;}
table.shop_table.woocommerce-checkout-review-order-table tfoot {
    display: none;
}
p#billing_country_field {
    display: none;
}
ul.woocommerce-thankyou-order-details.order_details > .total {
    display: none;
}
table.shop_table.order_details tfoot {
    display: none;
}
.aspen-widget-field-wrap {
    margin-top: 10px;
}
img.aspen-widget-loader {
    margin-left: 10px;
    display:none;
}
.aspen-error{
    color:red;
    text-align:right;
    font-style:italic;
}
.aspen-each-rep {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
}
.aspen-results {
    padding: 10px 0;
}
.aspen-each-rep:last-child {
    border-bottom: none;
}
p#physician_check_field {
    display: none;
}
li.aspen-cart-menu-item img {
    width: 25px;
    margin-right: 5px;
    margin-top: -5px;
}
span.aspen-cart-items-count {
    color: #fff;
}
li.aspen-cart-menu-item {
    position: relative;
    top: 10px;
    font-size: 16px;
}
td.product-price,th.product-price {
    display: none !important;
}
.aspen-overlay {
    position: fixed;
    background: #222;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
}
.aspen-order-content-wrap {
    position: fixed;
    top: 20%;
    left: 16%;
    background: #fff;
    width: 70%;
    height: 400px;
    overflow-y: scroll;
    padding-left:10px;
    
}
.aspen-order-content-wrap h3 {
    border-bottom: 2px solid #3f7dcd !important;
    padding-bottom: 10px !important;
}
span.aspen-lightbox-close {
    float: right;
    margin-right: 20px;
    font-size: 16px;
    margin-top: -5px;
    border: 1px solid;
    padding: 2px;
    cursor: pointer;
}
.aspen-lightbox-billing-wrap {
    float: left;
    width: 40%;
    border-right: 1px solid #aaa;
    margin-right: 10px;
}
.aspen-lightbox-product-list-wrap {
    float: left;
    width: 40%;
}
.aspen-clear{clear:both;}