/*free shipping*/


/*table*/

div#hikashop_checkout_cart_3_1 {
    text-align: right;
}

td#hikashop_checkout_cart_total2_title {
    text-align: left;
}

td#hikashop_checkout_cart_final_total_title {
    text-align: left;
}

td#hikashop_checkout_cart_shipping_title {
    text-align: left;
}

td#hikashop_checkout_cart_tax_title {
    text-align: left;
}

td#hikashop_checkout_cart_coupon_title {
    text-align: left;
}

td#hikashop_checkout_cart_additional_userpoints_title {
    text-align: left;
}

td#hikashop_checkout_cart_additional_userpoints_points_title {
    text-align: left;
}

.hikashop_cart_product_price_value {display: inline-flex;align-items: center;margin:0px;}

.hikashop_cart_product_price_value span.visible-phone {
    position: relative;
    margin-left: 5px;
}

@media screen and (max-width:992px){
span.hikashop_product_price.hikashop_product_price_0.hikashop_product_price_with_discount {
    text-align: left;
}}

/*userpoint*/
tr#hikashop_checkout_cart_additional_userpoints_line span {
    color: red;
}
span.hikashop_userpoints_status_value {
    font-weight: 900;
    margin-bottom: px;
    display: inline-block;
    color: #f79300;
    font-size:18px
}
span.hikashop_userpoints_status_user{
    margin-bottom:15px;
    display:inline-block;
    font-size:14px;
    color:#868686;
}
tr#hikashop_checkout_cart_additional_userpoints_line, tr#hikashop_checkout_cart_additional_userpoints_points_line {
    text-align: right;
}

.hikashop_checkout_userpoints{
    margin-bottom:30px;
}
@media (min-width:1201px){
    .hikashop_payment_methods_table {
        max-width: 50%;
    }
    .hikashop_checkout_fields textarea{
        max-width:50%;
    }
    .hikashop_checkout_userpoints{
        margin-bottom:50px;
    }
}


.term-title {
    padding: 30px 0 10px 0;
}
.term-title a{
    color:#f79300;
    font-weight:700;
}


/*EO CHECKOUT REVIEW*/


