﻿#DNTPriceList .f14 {
    font-size: 14px !important;
}

#DNTPriceList .f16 {
    font-size: 16px !important;
}

#DNTPriceList .f18 {
    font-size: 18px !important;
}

#DNTPriceList #main {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

#DNTPriceList #subNav {
    position: relative !important;
}

    #DNTPriceList #subNav.subNav-fixed {
        z-index: 9015;
        box-shadow: none;
    }

#DNTPriceList #header.fixed {
    padding-bottom: 0;
}

#DNTPriceList #main-title .desc a {
    display: inline-block;
    margin-top: 13px;
}

#DNTPriceList .money-back a {
    display: inline-block;
}

#DNTPriceList .money-back img {
    display: inline-block;
}

#DNTPriceList .bottom-detail .orange-li li {
    margin-bottom: 6px;
}

#DNTPriceList .bottom-detail h3 {
    font-size: 24px;
    line-height: 36px;
    font-family: OpenSans-Light;
}

#DNTPriceList .reset {
    position: fixed;
    z-index: 9999;
    bottom: 75px;
    right: 25px;
    font-size: 14px;
    font-weight: bold;
}

#DNTPriceList span[data-toggle='tooltip'] {
    display: inline-block;
}
/*========================== viewCart ==========================*/
#DNTPriceList #viewCart {
    display: inline-block;
    margin: 0;
    width: 150px;
    height: 38px;
    text-align: center;
    border-radius: 3px;
    background: #fe8e14;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-family: OpenSans-Semibold;
}

    #DNTPriceList #viewCart:hover {
        background: #ff9f1f;
    }

    #DNTPriceList #viewCart i {
        margin: 0 5px 0 0;
        font-size: 18px;
        vertical-align: text-bottom;
    }

#DNTPriceList .flyer {
    z-index: 1000;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px !important;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    background: #ccc;
    color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: .6;
    filter: alpha(opacity=60);
}

#DNTPriceList #totalAmount {
    display: none;
    position: absolute;
    z-index: 9000;
    right: 15px;
    bottom: -54px;
    padding: 5px 15px;
    width: auto;
    height: auto;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
}

    #DNTPriceList #totalAmount:before {
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        right: 70px;
        margin: 0 0 0 -7px;
        width: 14px;
        height: 14px;
        border-top: solid 1px #eee;
        border-left: solid 1px #eee;
        background: #f5f5f5;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #DNTPriceList #totalAmount li {
        text-align: right;
        line-height: 30px;
        font-size: 14px;
    }

        #DNTPriceList #totalAmount li span {
            display: inline-block;
            min-width: 50px;
        }

            #DNTPriceList #totalAmount li span.lt {
                float: left;
                margin: 0 20px 0 0;
                width: 118px;
            }

        #DNTPriceList #totalAmount li:last-child {
            color: #fe8e14;
        }
/*========================== tableContent ==========================*/
#DNTPriceList #tableContent td.linearBarcode .tooltip-inner {
    width: 200px;
}

#DNTPriceList #tableContent {
    margin-top: 37px;
}

    #DNTPriceList #tableContent table {
        border-collapse: separate;
    }

    #DNTPriceList #tableContent td {
        border: none;
        font-size: 14px;
        line-height: 20px;
        vertical-align: middle;
    }

#DNTPriceList #tabDBR {
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #ddd;
}

    #DNTPriceList #tabDBR .lt {
        border-bottom: 1px solid #ddd;
        padding: 15px 20px;
    }

    #DNTPriceList #tabDBR .rt {
        padding: 15px 20px;
    }
/*-------- mobile-content --------*/
#DNTPriceList #tableContent .m-content table {
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#DNTPriceList #tableContent .m-content tr td {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
}

    #DNTPriceList #tableContent .m-content tr td:first-child {
        border-right: 1px solid #ddd;
    }

    #DNTPriceList #tableContent .m-content tr td:last-child {
        text-align: center;
    }

    #DNTPriceList #tableContent .m-content tr td.tl {
        text-align: left;
    }

#DNTPriceList #tableContent .m-content tr:first-child td {
    padding-top: 17px;
    padding-bottom: 17px;
    color: #444;
}

    #DNTPriceList #tableContent .m-content tr:first-child td:last-child {
        font-family: OpenSans-Semibold;
    }

#DNTPriceList #tableContent .m-content tr:last-child td {
    border-bottom: none;
}

#DNTPriceList .xsTab table {
    display: none;
}

    #DNTPriceList .xsTab table.on {
        display: table;
    }

#DNTPriceList .xsTabNav li {
    display: inline-block;
    height: 35px;
    width: 120px;
    line-height: 35px;
    vertical-align: middle;
    background: #eee;
    border-radius: 3px;
    color: #777;
    padding: 0px 20px;
    font-size: 14px;
}

    #DNTPriceList .xsTabNav li:nth-child(2) {
        margin-left: 10px;
    }

    #DNTPriceList .xsTabNav li.on {
        background: #FDF6E8;
        color: #444;
    }

#DNTPriceList .item-line {
    padding: 0 20px;
    width: 150px;
}

    #DNTPriceList .item-line .unitPrice {
        display: inline-block;
        width: 50px;
        text-align: right;
    }

    #DNTPriceList .addCart {
        position: relative;
        margin: 0 0 0 10px;
        display: inline-block;
        padding: 0px;
        width: 26px;
        height: 26px;
        font-size: 16px;
        background: #f5f5f5;
        color: #777;
        border: 1px solid #ddd;
        border-radius: 3px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

        #DNTPriceList .addCart:hover {
            color: #fff;
            background: #ffae38;
            border-color: #fe8e14;
        }

        #DNTPriceList .addCart i {
            vertical-align: top;
        }

#DNTPriceList .linkGroup {
    padding: 0;
    list-style: none;
}

.viewShoppingCart { display: none; }

@media screen and (max-width: 767px) {
    #DNTPriceList #tableContent {
        margin-top: 10px;
    }

    #DNTPriceList .linkGroup {
        width: 260px;
        margin-left: 50%;
        left: -130px;
    }

    #DNTPriceList #tableContent .disableTip {
        display: none !important;
    }
    .viewShoppingCart { width: 100%; height: 48px; line-height: 48px; text-align: center; background: #fe8e14; font-size: 18px; color: #ffffff; cursor: pointer; position: sticky; bottom: 0; }
}

@media (min-width: 768px) {
    #DNTPriceList hr.cutLine {
        border-top: 1px solid #eee;
    }

    #DNTPriceList .bottom-detail .orange-li li {
        margin-bottom: 6px;
    }

    #DNTPriceList #main-title .desc a {
        margin-top: 0;
        float: right;
    }

    #DNTPriceList .bottom-detail .ct-lt {
        padding-right: 60px;
    }
    /*========================== tableContent ==========================*/
    #DNTPriceList .inUSD {
        color: #909090;
        display: block;
    }

    #DNTPriceList #tableContent {
        margin-top: 27px;
    }

        #DNTPriceList #tableContent .pc-content td.tc {
            text-align: center;
        }

        #DNTPriceList #tableContent .pc-content td {
            padding: 23px 20px;
            line-height: 22px;
            border-left: 1px solid #eee;
            border-top: 1px solid #eee;
        }

        #DNTPriceList #tableContent .pc-content tr td:first-child {
            width: 37%;
        }

        #DNTPriceList #tableContent .pc-content tr td:nth-child(2) {
            width: 30%;
        }

        #DNTPriceList #tableContent .pc-content tr td:nth-child(3) {
            width: 33%;
            border-right: 1px solid #eee;
        }

        #DNTPriceList #tableContent .pc-content tr.bdtopdashed td {
            padding-top: 18px;
            border-top: 1px dashed #eee;
        }

        #DNTPriceList #tableContent .pc-content tr.pdmd td {
            padding-bottom: 18px;
        }

        #DNTPriceList #tableContent .pc-content tr:last-child td {
            border-bottom: 1px solid #eee;
        }

        #DNTPriceList #tableContent .pc-content tr:first-child td {
            padding: 23px 0;
            border-top: 1px solid #eee;
        }

            #DNTPriceList #tableContent .pc-content tr:first-child td:first-child {
                background: #fff;
                padding: 20px 25px;
            }

            #DNTPriceList #tableContent .pc-content tr:first-child td:last-child {
                border-top-right-radius: 3px;
            }

        #DNTPriceList #tableContent .pc-content tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        #DNTPriceList #tableContent .pc-content tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

        #DNTPriceList #tableContent .pc-content tr.trDBR td {
            padding: 0;
            border: none;
        }

    #DNTPriceList #tabDBR {
        border-color: #eee;
    }

        #DNTPriceList #tabDBR .lt {
            float: left;
            width: 37%;
            padding: 15px 20px;
            border-bottom: none;
            border-right: 1px solid #eee;
        }

        #DNTPriceList #tabDBR .rt {
            float: left;
            width: 63%;
            padding: 15px 20px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*#DNTPriceList .pc-content .addCart {
        display: none;
    }*/

    #DNTPriceList .disableTip {
        margin-top: 10px;
    }

    #DNTPriceList .linkGroup a:before {
        content: '';
        display: inline-block;
        padding-left: 8px;
        margin-left: 5px;
        border-left: 1px solid #ddd;
        height: 14px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 991px) {
    /*#DNTPriceList #viewCart {
        display: none;
    }*/

    #DNTPriceList .order-total {
        display: none;
    }

    #DNTPriceList .reset {
        display: none !important;
    }

    #DNTPriceList .pc-content .item-line {
        width: 100px;
    }
}

@media (min-width: 992px) {
    #DNTPriceList #main-title h1 {
        font-size: 36px;
        line-height: 50px;
    }

    #DNTPriceList .bottom-detail .ct-lt {
        padding-right: 15px;
    }
    /*=================================== tableContent =====================================*/
    #DNTPriceList #tableContent {
        margin-top: 30px;
    }

        #DNTPriceList #tableContent .disableTip {
            margin: 15px 0;
            color: #444;
        }

            #DNTPriceList #tableContent .disableTip i {
                color: #fe8e14;
                margin-right: 4px;
            }

    #DNTPriceList .item-line input[type='checkbox'] {
        float: right;
        margin-top: 4px;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    #DNTPriceList .item-line input[disabled] {
        cursor: not-allowed;
    }

    #DNTPriceList #tableContent .pc-content td {
        padding: 18px 25px;
    }

    #DNTPriceList #tableContent .pc-content tr:first-child td {
        line-height: 26px;
    }

    #DNTPriceList #tableContent .pc-content tr td:first-child {
        width: 35%;
    }

    #DNTPriceList #tableContent .pc-content tr td:nth-child(2) {
        width: 31%;
    }

    #DNTPriceList #tableContent .pc-content tr td:nth-child(3) {
        width: 34%;
    }

    #DNTPriceList .linkGroup {
        margin-top: 7px;
        padding-right: 0;
        width: 53%;
    }

        #DNTPriceList .linkGroup a:before {
            content: '';
            display: inline-block;
            padding-left: 8px;
            margin-left: 5px;
            border-left: 1px solid #ddd;
            height: 14px;
            vertical-align: middle;
        }

    #DNTPriceList .cartWrap {
        padding-left: 0;
        width: 31%;
    }
    /*DBR*/
    #DNTPriceList #tabDBR .lt {
        width: 35%;
        padding: 15px 25px;
    }

    #DNTPriceList #tabDBR .rt {
        width: 65%;
        padding: 15px 45px;
    }
}
/*common-purchase.css*/
@media screen and (max-width: 991px) {
    #DNTPriceList .item-line {
        padding: 0;
        width: auto;
        text-align: center;
    }

        #DNTPriceList .item-line .ui-spinner {
            display: none;
        }

        #DNTPriceList .item-line .unitPrice {
            float: none;
        }

        #DNTPriceList .item-line input[type='checkbox'] {
            display: none;
        }
}

@media (min-width: 992px) {
    #DNTPriceList .item-line {
        padding: 0 25px;
        font-size: 14px;
    }

        #DNTPriceList .item-line .unitPrice {
            width: 50px;
            text-align: right;
        }

        #DNTPriceList .addCart {
            position: relative;
            margin: 0 0 0 10px;
            display: inline-block;
            padding: 0px;
            width: 26px;
            height: 26px;
            font-size: 16px;
            background: #f5f5f5;
            color: #777;
            border: 1px solid #ddd;
            border-radius: 3px;
            vertical-align: middle;
            text-align: center;
            cursor: pointer;
        }

            #DNTPriceList .addCart:hover {
                color: #fff;#DNTPriceList .item-line .addCart
                background: #ffae38;
                border-color: #fe8e14;
            }
}

@media (min-width: 1200px) {
    #DNTPriceList .reset {
        right: 39px;
    }

    #DNTPriceList #main .container {
        width: 980px;
    }
    /*==================================== order-total =====================================*/
    #DNTPriceList #CouponControl1_c_coupon {
        width: 940px;
    }

    #DNTPriceList .order-amount {
        margin-left: 510px;
    }

    #DNTPriceList .item-line {
        padding: 0 20px;
        width: 150px;
    }
}

#DNTPriceList .shoppingCartBtn {
    margin: 15px 0px;
}

#DNTPriceList .ShoppingCartModal {
    width: 80% !important;
    min-width: 600px;
}

    #DNTPriceList .ShoppingCartModal .ant-modal-content .ant-modal-body {
        overflow: auto;
        height: 60vh;
    }

/*header*/
@media (min-width: 992px) {
    #NetTwainMenu .container {
        max-width: calc(100% - 40px);
    }
}

@media (min-width: 1200px) {
    #NetTwainMenu .container {
        max-width: calc(100% - 100px);
    }
}

@media(min-width:1680px) {
    #NetTwainMenu .container {
        max-width: 1640px
    }
}