.taiwan_success_page .title, .taiwan_myorderpage_items .title{
    color: #6fa5d5 !important;
    font-weight: normal !important;
}
.taiwan_success_page .desc{
    font-size: 12pt;
}
.taiwan_success_page .order-review-block{
    border-width: 0;
}
.taiwan_success_page .order-review-block .tbl{
}
.taiwan_success_page .tbl th, .taiwan_myorderpage_items th{
    background-color: #f3f3f3 !important;
    border-width: 0 !important;
    text-align: left !important;
}
.taiwan_success_page .tbl td, .taiwan_myorderpage_items .data-table td{
    border-width: 0 !important;
    background-color: white;
}
.taiwan_success_page .mobile-view{

    background-color: white;
    border: 1px solid #cccccc;
}
.taiwan_success_page .withoutATM .order-info{
    background-color: inherit;
    border-width: 0px;
    width:50%;
    min-width:300px;
    float:left;
}

.taiwan_success_page .withATM .order-info{
    background-color: inherit;
    border-width: 0px;
    width:33%;
    min-width:300px;
    float:left;
}
.taiwan_success_page li{
    font-weight: bold;
    line-height: 20pt;
}
.taiwan_success_page .wording{
    font-weight: normal;
    font-size: 11pt;
    color: #585858;
    min-width: 70px;
}

.taiwan_cart_page .cart-product-name{
    width:30%;
    min-width:185px;
    padding-top:15px;
}

.taiwan_cart_page .cart-product-name:before{
    content: "\00a0";
    display:block;
    height:50%;
}

.taiwan_cart_page #shopping-cart-table.cartTable th{
    background-color: #f3f3f3;
    padding: 1% 1% 0.5% 1%;
    word-wrap: break-word;
    text-align: center;
    vertical-align:middle;
}

.taiwan_cart_page #shopping-cart-table.cartTable th.dr_price{
    width:15%;
    min-width:100px;
}

.taiwan_cart_page #shopping-cart-table.cartTable th.dr_qty{
    width:15%;
    min-width:100px;
}

.taiwan_cart_page #shopping-cart-table.cartTable td[data-rwd-label] {
    word-wrap: break-word;
    vertical-align:middle;
}

.taiwan_cart_page .coupon_block .coupon_form{
    display: none;
}

.payment_ezpay .custom-payment-op select{
    height: 30px;
    border-color: #cccccc;
    background-color: white;
}

.taiwan_onepage #checkout-step-shipping_method .sp-methods dt{
    font-size: 24px;
}

.taiwan_onepage #checkout-step-shipping_method .content .wrapper .right .block{
    font-size: 24px !important;
}

.taiwan_myorderpage_items #my-orders-table{
    border: 1px solid #f3f3f3;
}

.taiwan_myorderpage_items .total{
    margin:5px 0 0 auto;
    min-width: 100px;
    width:20%;
}
.taiwan_myorderpage_items .total td:nth-child(2){
    text-align: right;
}


.coupon_block{
    width: 580px;
}

.coupon_block .coupon_input{
    max-width: 200px;
    width: 60%;
    height:34px;
    padding-left:15px;
    border:1px solid #cccccc;
    border-radius:17px;
    margin-right: 10px;
}

.coupon_block .error_message{
    width: 220px;
    color: red;
    text-align:left;
    padding:8px 0 0 10px;
}
@media (min-width: 1024px) {
    .taiwan_cart_page .cart-product-short-desc {
        margin-top: 35px;
        float:left;
        width:50%;
    }
}
@media (max-width: 1023px) {
    .taiwan_cart_page .cart-product-short-desc{
        float: left;
        width: 100%;
        padding-left: 5px;
    }
    .taiwan_cart_page .cart-product-name{
        width:100%;
        min-width:185px;
        padding: 0;
        margin-left:5px;
    }
    .taiwan_cart_page .cart-product-name:before{
        content: "";
    }
}

@media (min-width: 641px) {
    .taiwan_success_page .mobile-view{
        display: none;
    }
}

@media (max-width: 640px){
    .taiwan_success_page .img{
        display: block;
        float: left;
    }
    .taiwan_success_page .withoutATM .order-info, .taiwan_success_page .withATM .order-info{
        width:100%;
    }
    .taiwan_success_page .title-desc
    {
        margin-left: 5% !important;
        float: left;
        width: 65%;
    }
    .taiwan_success_page .vive-button{
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: 15pt;
        padding-top: 12px;
        border-radius: 25px;
    }
}

@media (max-width: 599px) {
    .taiwan_myorderpage_items th{
        display: none !important;
    }
    .taiwan_myorderpage_items td.thumb{
        float:left;
    }
    .taiwan_myorderpage_items .total{
        width:100%;
        max-width: 100%;
    }
    .taiwan_myorderpage_items .total td:first-child{
        width:50%;
    }
    .taiwan_myorderpage_items td[data-rwd-label]{
        margin-left:30%;
    }
}

@media (max-width: 479px) {
    .taiwan_cart_page #shopping-cart-table.cartTable td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        display: inline-block;
        width: 20%;
        font-size: 12px;
        float: left;
        min-width: 40px;
    }
    .taiwan_cart_page #shopping-cart-table.cartTable td{
        width: 60%;
    }
    .taiwan_cart_page #shopping-cart-table.cartTable td.cart-qty-col, .taiwan_cart_page #shopping-cart-table.cartTable td.thumbs {
        width: 40%;
    }
    .taiwan_cart_page #shopping-cart-table.cartTable td.thumbs img{
        width: 100%;
    }

    .taiwan_cart_page .cart-product-name{
        width: 100%;
        padding: 10px 0;
    }

    .taiwan_cart_page img.cart-product-thumb {
        display: none;
    }

    .taiwan_cart_page .cart-product-short-desc{
        min-height: 60px;
    }

    .taiwan_cart_page .cart-qty-col input{
        vertical-align: middle;
    }
    .taiwan_cart_page .cart-qty-col input{
        width: 60%;
    }
    .taiwan_cart_page .conpon_link{
        display: none;
    }
    .taiwan_cart_page .coupon_form{
        display: block !important;
    }
    .taiwan_cart_page .btn-lg{
        width: 100%;
    }

    .payment_ezpay .custom-payment-op select{
        width: 100%;
        margin-bottom: 5px;
    }
    .payment_ezpay .vive-button-payment{
        width: 100%;
        height: 40px;
    }
    .taiwan_myorderpage_items{
        border-top: 1px solid #f3f3f3;
        min-width: 270px;
    }
    .taiwan_myorderpage_items #my-orders-table{
        border: 1px solid #f3f3f3;
    }
    .coupon_block{
        width: 100%;
    }
    .coupon_block .error_message{
        width: 100%;
        color: red;
        float: none;
        padding-top:8px;
    }
}