.cart_row_cont.cart_item {    
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 25px;
    padding-bottom: 25px;
    /* border-bottom: 1px solid black; */
    -webkit-box-shadow: 0px 2px 2px 0px #0000001f;
            box-shadow: 0px 2px 2px 0px #0000001f;
    position: relative;
}

.cart_product_thumbnail {
    max-width: 150px;
    min-width: 60px;
}

.cart_product_name > a{
    font-size: 20px;
    font-weight: bold;
    color: black;
}


.cart_product_name {
    width: 60%;
}
.cart_product_price{
    margin-right: 35px;
}

.cart_product_name, .cart_product_price, .cart_product_quantity, .cart_product_remove{
    padding-top: 20px;
}


.cart_product_subtotal{
    padding-top: 70px;
}

dt {
    margin: 0!important;
    padding: 0!important;
    width: 50%;
}

dt {
    color: #3c3c3c;
}

dd {
    color: black;
    font-weight: bold;
}

dd.variation-Enteryourgiftmessagehere {
    width: 100%;
}

.giftView {
    color: #af923f;
    cursor: pointer;
    font-weight: bold;
}

.quantity > .button {
    color: white!important;
    font-size: 18px;
    background: #3e3e3e!important;
    text-shadow: none!important;
    border-radius: 5px;
    min-width: 45.2px!important;
}

.quantity input[type="number"]{
    font-size: 19px;
    border: none!important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.cart_product_remove {    
    padding: 0px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

a.remove, a.icon-remove{
    border: none;
    font-size: 32px!important;
    color: black;
}
woocommerce-cart-notice-free-delivery
#woocommerce-cart-notice-save-delivery, #woocommerce-cart-notice-free-delivery, .cart_my_reminder_delivery{
    text-align: left;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bold;
}


a.checkout-button.button.alt.wc-forward{
    padding: 15px 0;
    border-radius: 5px;
}

.wc-proceed-to-checkout{
    width: 300px;
    text-align: right;
    float: right;
    margin: 0;
}

.cart_bottom_cont{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

tr.order-total {
    display: none;
}

.coupon > label {
    display: none;
}

.coupon > .button{
    border-radius: 5px;
    margin: 15px 1em;
}
.coupon > input#coupon_code {
    max-width: 200px;
    border-radius: 5px;
    margin-right: 25px;
}

.cart-sub-title{
    width: 150px;
    display: inline-block;
    text-align: right;
}

.cart-sub-text{
    color: #3e3e3e;
    font-weight: bold;
    font-size: 17px;
}

.cart-sub-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.cart-discount{
    background: none;
}

.wc_coupon_message_body{
    text-align: center;
}

.cart_pos_abs{
    position: absolute;
    margin-top: 65px;
    width: 55%;
}

.cart_continue_shop{
    font-size: 17px;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cart_continue_shop:hover{
    color: black;
}

.cart_continue_shop:hover > .back-arrow-shop{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.back-arrow-shop{
    max-width: 25px;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart_btn_cont{
    text-align: right;
}

.cart_update_btn{
    border-radius: 5px;
}

.woocommerce-info .wc_points_rewards_earn_points{
    text-align: center;
    margin-bottom: 25px;
}

ul.message-wrapper li{
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.woocommerce-notices-wrapper{
    text-align: center;
    font-weight: bold;
}

.space-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.show_800{
    display: none;
}


.showMobile{
    display: none;
}

.variation-Enteryourgiftmessagehere{
    width: 100%;
}

.product-thumbnail{
    width: 140px;
}

.product-name > a{
    
    font-size: 110%;
    font-weight: bold;
}

@media only screen and (max-width:800px) {
    .show_800{
        display: block;
    }
    .hide800{
        display: none;
    }

    .cart_pos_abs {
        position: inherit;
        margin-top: 35px;
        margin-bottom: 35px;
        width: 100%;
        text-align: center;
    }

    .cart_continue_shop {
        font-size: 17px;
        padding: 15px 20px;
        background: none;
        font-weight: bold;
        text-decoration: underline;
    }

    .wc-proceed-to-checkout{
        width: 100%;
    }

    .shop_table .product-name {
        min-width: 121px;
    }
}


@media only screen and (max-width:549px) {
    .showMobile{
        display: block;
    }
}
@media only screen and (max-width:500px) {
    .cart_product_remove{
        top: 10px;
        left: 10px;
        right: initial;
        bottom: initial;
    }

    .quantity > .button {
        font-size: 14px;
        min-width: 27.2px!important;
    }
    .quantity input[type="number"] {
        font-size: 15px;
    }    
}


@media only screen and (max-width:420px) {
    .coupon > input#coupon_code{
        max-width: 100%;
        margin-right: 0;
        min-height: 40px;
    }
}