/** Cart Page **/
.woocommerce-message {
    border: none;
    background: none;
    padding-right: 0px;
}

.woocommerce-message::before {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
}

.cart-items {
    flex: 1;
}

.cart-collaterals
{
    border: 2px solid black;
    padding: 20px !important;
}

.order-totals {
    text-align: center;
    font-size: 18px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table tr {
    width: 100%;
    padding: 10px 0 10px 0;
    font-weight: 100 !important;
}

.woocommerce table.shop_table tr.cart-subtotal {
    display: none;
}

.woocommerce table.shop_table tr.cart-discount .woocommerce-Price-amount.amount {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

tr.order-total th {
    border-bottom: 0 !important;
    text-align: center;
}


div.woocommerce-cart-form__cart-item
{
    width: 100%;
    border-bottom: 1px solid black;
    position: relative;
    display: flex;
    padding: 15px 0;
}

.woocommerce a.remove {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.quantityHidden {
    display: inline-block;
    width: 35px;
    text-align: center;
    border: 0;
    direction: ltr;
}

.woocommerce a.remove:hover {
    background: none !important;
}

div.product-thumbnail
{
    width: 200px;
}

.cart-container {
    margin-bottom: 80px;
    display: flex;
}

.woocommerce-cart .cart-container .blockUI {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

span.woocommerce-Price-currencySymbol {
    font-family: 'Heebo', sans-serif;
    position: relative;
}

.cart span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}

div.product-subtotal
{
    position: absolute;
    left: 40px;
    bottom: 6px;
}

.cart-item-info {
    padding-right: 40px;
}

.q_wrapper {
    border: 1px solid #acacac;
    padding: 5px;
    font-weight: 800;
    display: inline-block;
}

.q_arrow_up, .q_arrow_down {
    position: relative;
    margin: 0;
    cursor: pointer !important;
    display: inline-block;
}

.q_arrow_up:hover, .q_arrow_down:hover {
    color: #ccc;
}

.q_wrapper span {
    padding: 5px 15px;
}

.product-price span.woocommerce-Price-amount {
    font-size: 16px;
    padding: 10px 0;
    display: block;
}

.woocommerce a.remove img {
    width: 14px;
}

div.shop_table.cart {
    margin-bottom: 40px;
}



.wc-proceed-to-checkout a
{
    padding: 13px !important;
    font-size: 18px !important;
}

.cart-banner img {
    width: 100%;
    margin-top: 40px;
}

img.attribute-img {
    margin: 0 20px;
}

span.attribute-name, a.attribute-edit-link {
    font-weight: 100;
}

a.attribute-edit-link {
    text-decoration: underline;
    margin-right: 10px;
}



.slim-scroll::-webkit-scrollbar {
    width: 2px;
}

.slim-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.slim-scroll::-webkit-scrollbar-thumb {
    background-color: black;
    outline: 3px solid black;
}

.flex {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.sumo_reward_points_current_points_message {
    display: none;
}

form.checkout_redeeming, div.fp_apply_reward {
    display: none !important;
}

#value_variable_product {
    display: none !important;
}


.sumo_reward_points_complete_message {
    display: none;
}

.clear-selection, .update-variation {
    cursor: pointer;
    text-decoration: underline;
}

.update-variation {
    display: none;
}

.mini-cart-added {
    display: none;
}


.samples span.sample-arrow {
    background-image: url('../images/drop.png');
    width: 24px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.samples.active span.sample-arrow {
    background-image: url('../images/drop_up.png');
}

.samples-wrapper {
    display: none;
}

.product-samples {
    display: flex;
}

body.woocommerce-cart .cart_totals .shipping-method, body.woocommerce-cart .cart_totals .wcppec-checkout-buttons, body.woocommerce-cart .cart_totals .shipping-method td {
    display: block !important;
}
body.woocommerce-cart .cart_totals .shipping-method div, body.woocommerce-cart .cart_totals .shipping-method h5 {
    text-align: center;
}
body.woocommerce-cart .cart_totals .shipping-method .method:last-of-type {
    margin-bottom: 18px;
}
body.woocommerce-cart .cart_totals .shipping-method .woocommerce-Price-amount.amount, body.woocommerce-cart .cart_totals .shipping-method div
{
    font-size: 14px;
    color: black;
}
@media screen and (min-width: 678px) {
    .product-remove {
        position: absolute;
        left: 0;
        text-align: left;
        display: inline-block;
        width: auto !important;
    }

    body.woocommerce-cart form.woocommerce-cart-form .cart-item-info .product-name {
        width: 80% !important;
    }

    div.woocommerce-cart-form__cart-item {
        padding-bottom: 0 !important;
    }


    .update-variation {
        position: absolute;
        bottom: 6px;
    }

    body.woocommerce-cart form.woocommerce-cart-form .product-wishlist {
        width: auto !important;
    }
}