.subody {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #F9F9F9;
    min-height: 600px;
}

    .subody .row-with-border {
        background: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

.content-title {
    padding: 15px 15px 15px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #5ac2e1;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.input-text {
    width: 100%;
    height: 35px;
    border-color: #dbd8d8;
    border-width: 1px;
    border-style: solid;
    padding: 0 10px;
    border-radius: 0;
    border-style: solid;
    -webkit-appearance: none;
    box-shadow: none;
}


.form-row-wide {
    margin-bottom: 15px;
}

p.form-row label, #ship-to-different-address label {
    font-weight: 400;
    width: 100px;
}

#my-account-content {
    margin-bottom: 50px;
}
/***************************************
*Crumb
****************************************/
.subody .bread-title {
    border-bottom: 1px dashed #858585;
    display: block;
    padding: 10px 0px 10px 20px;
    margin-bottom: 20px;
}

    .subody .bread-title a {
        color: #6d6c6c;
        padding: 5px;
    }
/***************************************
    *SideMenu
    ****************************************/
.subody .sidemenu-group {
    padding-left: 0px;
    padding-right: 0px;
}

.subody .sidemenu-title {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, 微软雅黑, メイリオ, "맑은 고딕", "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 800;
    text-align: left;
    padding: 15px 0px 15px 30px;
    background: rgb(241, 52, 99);
}

.subody .sidemenu-item {
    padding: 10px 10px 10px 15px;
    border-bottom: solid 1px #e1e1e1;
}

.subody .sidemenu-item-title a:link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.subody .submenu-group a:link {
    font-size: 14px;
    font-weight: normal;
}

.subody .sidemenu-item-title a:hover {
    color: #5ac2e1;
}

.subody .sidemenu-item-num {
    color: #5ac2e1;
}

.subody .submenu-group {
    margin-left: 15px;
    display: none;
}

    .subody .submenu-group.open {
        display: block;
    }

.subody li {
    list-style-image: none;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.sidemenu-item span.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 6px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0.8,1) translateZ(0px);
    -webkit-transform: scale(0.8,1) translateZ(0px);
    -moz-transform: scale(0.8,1) translateZ(0px);
    -ms-transform: scale(0.8,1) translateZ(0px);
    -o-transform: scale(0.8,1) translateZ(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.subody .col-1 {
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.subody .col-2 {
    margin-top: 10px;
    padding-top: 10px;
}
/*****************
* 列表
*****************/
.subody li {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    /*width: 200px;*/
}

.list-item-cloum .item_title h3 {
    font-size: 18px;
    font-family: "微軟正黑體", "微软雅黑",Arial;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.list-item-cloum .item_content {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .list-item-cloum .item_content p {
        line-height: 1.6em;
        font-size: 13px;
        font-family: "微軟正黑體", "微软雅黑",Arial;
        color: #6d6c6c;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        text-transform: none;
    }

/******************************
* Shopping Cart
*******************************/

.cart-process_title {
    margin: 10px 0px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
    .cart-process_title span {
        color: #806037;
    }
    .cart-list .shop_table.cart {
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 10px;
}

.content table {
    /*width: 100%;*/
}

table.shop_table.cart thead {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #dbd8d8;
}

table.shop_table thead {
    background: #eee;
}

table.shop_table.cart th {
    padding: 5px;
    padding-left: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}

    table.shop_table.cart th.product-name {
        padding-left: 105px;
    }

.cart-list .shop_table.cart th.product-price {
    width: 100px;
    padding-left: 20px;
}

table.shop_table.cart th.product-subtotal, table.shop_table.cart td.product-subtotal {
    text-align: right;
    /*padding-right: 0;*/
    font-weight: 700;
    /*! width: 50px; */
}

table.shop_table.cart tbody .cart_item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #dbd8d8;
}

.cart-list .shop_table.cart td.product-remove {
    text-align: center;
    width: 45px;
}

.cart-list .shop_table.cart td {
    padding: 5px 5px;
    vertical-align: middle;
}

table.shop_table.cart td {
    padding: 18px 5px;
    vertical-align: middle;
}

    table.shop_table.cart td.product-remove a {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 18px;
        text-align: center;
        border: 1px solid;
        opacity: 0.5;
        margin-left: 8px;
    }

table.shop_table.cart div.product-thumbnail {
    padding-right: 30px;
}

table.cart .product-thumbnail {
    vertical-align: middle;
    display: table-cell;
    max-width: 250px;
}

table.cart td.product-name div.product-name-price, table.cart .product-thumbnail {
    vertical-align: middle;
    display: table-cell;
    max-width: 250px;
}

table.cart td.product-name div.product-name a {
    font-size: 13px;
    font-family: "微軟正黑體", "微软雅黑",Arial;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.cart-list .shop_table.cart td.product-price, .cart-list .shop_table.cart th.product-price {
    width: 100px;
    padding-left: 20px;
}

.price_unit {
    font-size: 10px;
    padding-right: 3px;
}

.price-ghost {
    color:#ccc;
}

.cart-list .shop_table.cart td.product-quantity {
    width: 100px;
}

.quantity {
    width: 100%;
    height: 35px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    color: #5ac2e1;
    font-weight: bold;
    border-color: #dbd8d8;
}

    .quantity input.qty,
    .quantity .minus, .quantity .plus {
        background-color: #fff;
        border: 1px solid;
        left: 24px;
        height: 100%;
        position: absolute;
        width: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0;
        text-align: center !important;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        border-radius: 0;
        border-color: inherit;
    }

        .quantity .minus:hover, .quantity .plus:hover {
            background: #dfdada;
        }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .minus, .quantity .plus {
    display: block;
    margin: 0;
    vertical-align: text-top;
    font-size: 16px !important;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    line-height: 13px;
}

.quantity .plus {
    left: 58px;
}

table.shop_table.cart td.product-subtotal {
    text-align: right;
    font-weight: 700;
}

.cart-collaterals, #review-order-wrapper {
    border-width: 2px;
    border-style: solid;
    border-color: #dbd8d8;
    padding: 10px 15px;
    margin-bottom: 15px;
}

    .cart-collaterals .cart_totals h2 {
        margin: 10px 0 20px;
        text-align: center;
    }

    .cart-collaterals .cart_totals table {
        margin-bottom: 10px;
    }

    .cart-collaterals .cart_totals tbody tr td {
        text-align: right;
    }

    .cart-collaterals table td {
        padding: 7px 0;
    }

    .cart-collaterals .cart_totals tbody tr.order-total {
        border-top-color: #dbd8d8;
        border-top-width: 2px;
        border-top-style: solid;
    }

    .cart-collaterals .cart_totals .cart_update_checkout input {
            width: 40%;
            margin: 5px;
    }

   .cart-collaterals .cart_update_checkout{
       border-top: 0px solid #ccc;
       padding-top: 10px;
    }

   .cart_btnItems{
       width: 240px;
       display: inline-block;
   }

   .cart-user-info{
       padding-top:40px;
   }

    .cart_totals  .total_amount{
        font-size:18px;
        font-weight:bold;
        color: #bd1e1e;
    }

   .orderInfoTitle{
        font-size: 18px;
        font-family: "微軟正黑體", "微软雅黑",Arial;
        color: #6d6c6c;
        font-style: normal;
        font-weight: 700;
    }

    .info-col-1,.info-col-2 {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
     .info-col-3 {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
form .form-row-wide{
    margin-bottom: 15px;
}
.cart-list .item_title {
    font-weight: bold;
    text-align: left;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #82813d;
}
 .cart-list .info-col-1 p label,.cart-list .info-col-2 p label {
    width: 18%;
   text-align:right;
   padding-right:5px;
}
 .cart-list .info-col-2 .input-text {
    width: 75%;
}
 .cart-collaterals th{
     color: #6d6c6c;
font-style: normal;
font-weight: 400;
 }
p.form-row label{
    font-weight: 400;
    font-size: 13px;
    font-family: "微軟正黑體", "微软雅黑",Arial;
    color: #6d6c6c;
    font-style: normal;
    text-align: left;
    text-transform: none;
}
    .labelpay {
        float: left;
        width: 160px;
        height: 80px;
        padding: 15px 10px;
        border: 1px solid #ccc;
        overflow: hidden;
        margin-right: 20px;
        cursor: pointer;
    }
     .labelpay .pay {

    max-width: 100%;
    height: 55px;
    width: auto;

}

.cart-page textarea {
    width: 100%;
}
    .order_logistic_type, .order_invoice_type {
        margin-top:6px!important;
        margin-left:0px!important;
        left: 4px!important;
        opacity:0.01!important;
    }


.cart-page .btn_7-11{
    display: inline-block;
    background: url(../images/supermarket.jpg) -0.8em -0.1em;
    height: 70px;
    background-size: 700%;
    width: 70px;
    border: 0px;
    line-height: 20;
    cursor: pointer;
    margin-right: 20px;
}

.cart-page .btn_family{
    display: inline-block;
    background: url(../images/supermarket.jpg) 29em -0.1em;
    height: 70px;
    background-size: 620%;
    width: 80px;
    border: 0px;
    line-height: 20;
    cursor: pointer;
    margin-right: 20px;
}

.cart-page .btn_hilife{
    display: inline-block;
    background: url(../images/supermarket.jpg) 17em -0.1em;
    height: 70px;
    background-size: 690%;
    width: 70px;
    border: 0px;
    line-height: 20;
    cursor: pointer;
    margin-right: 20px;
}

.cart-page .btn_ok{
    display: inline-block;
    background: url(../images/supermarket.jpg) 0.3em -0.4em;
    height: 70px;
    background-size: 700%;
    width: 70px;
    border: 0px;
    line-height: 20;
    cursor:pointer;
    margin-right: 20px;
}

.cart-page .btn_tcat{
    display: inline-block;
    background: url(../images/supermarket.jpg) 6em -0.1em;
    height: 70px;
    background-size: 690%;
    width: 70px;
    border: 0px;
    line-height: 20;
    cursor:pointer;
    margin-right: 20px;
}

.cart-page .btn_ecan{
    display: inline-block;
    background: url(../images/supermarket.jpg)  12em -0.2em;
    height: 70px;
    background-size: 690%;
    width: 70px;
    border: 0px;
    line-height: 20;
    cursor:pointer;
    margin-right: 20px;
}
        .sub_total, .price_unit, .sub_price, .cartage{
            font-weight: 800;
        }

        .cart_totals {
            text-align:right;
        }
        .cart_tabletotal-info{
            /*width: 220px!important;*/
            display: inline-block;
        }

        .shop_table.cart{
            width:100%;
        }

        .company_invoice,.donat_lovecode{
            padding-left:15%;
        }

        .company_invoice label{
            font-weight: 400;
            font-size: 13px;
            font-family: "微軟正黑體", "微软雅黑",Arial;
            color: #6d6c6c;
            font-style: normal;
            text-align: left;
            text-transform: none;
            padding-right: 5px;
        }

        ._logistic{
            padding-left:18%;
        }

@media only screen and (max-width:768px){
    /*Responsive  shop_table*/
    .cart_totals {
        text-align: center;
    }

      .shop_table thead{
        display: none;
      }
      .shop_table tr {
        border: 1px solid #ccc;
    }

      .shop_table tr {
        display: block;
        width: 100%;
    }

      .shop_table td {
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 25%;
    }

       .shop_table td {
        display: block;
        width: 100%;
    }
        .shop_table .product-price{
            display:none;
        }

        .cart-list .shop_table.cart td.product-quantity, .shop_table .product-subtotal{
            display: inline-block;
            /*width: 50%;*/
            height: 46px;
            border-bottom: 0px;
            border-top: 1px solid #eee;
        }
        .shop_table .product-subtotal div{
            /*! margin-top: 10px; */
        }
        .cart-list .shop_table.cart td.product-remove{
            border-bottom: 0px;
            width:100%;
            text-align: right;
        }

    .cart-collaterals .cart_totals table {
        width: 100%;
    }

    .cart-list .info-col-1 p label, .cart-list .info-col-2 p label{
        width:100%;
        text-align: left;
    }
    .cart-list .info-col-2 .input-text {
        width: 100%;
    }
    th{
        height:0px;
    }

    .col-sm-12{
        padding:0px;
    }
}