.cart {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

    .cart .bar-top {
    }

        .cart .bar-top .buymore {
            float: left;
            overflow: hidden;
            position: relative;
            line-height: 40px;
            font-size: 14px;
            color: #288ad6;
            padding: 15px 0 0 15px;
        }

            .cart .bar-top .buymore:hover {
                text-decoration: initial;
            }

            .cart .bar-top .buymore::before, .cart .bar-top .buymore::after {
                content: '';
                width: 0;
                height: 0;
                border-right: 7px solid #288ad6;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                position: absolute;
                left: 0;
                top: 27px;
            }

            .cart .bar-top .buymore:after {
                margin-left: 2px;
                border-width: 9px;
                border-right-color: #fff;
                top: 25px;
            }

            .cart .bar-top .buymore .txt {
                margin-left: 0px;
            }

        .cart .bar-top .yourcart {
            display: block;
            overflow: hidden;
            text-align: right;
            color: #333;
            line-height: 40px;
            padding-top: 15px;
            font-size: 14px;
        }

    .cart .wrap-cart {
        display: block;
        margin-bottom: 30px;
        padding: 30px 0px;
        background: #fff;
        border: 1px solid #d8d8d8;
        box-shadow: 0 0 20px rgba(0,0,0,.15);
    }

        .cart .wrap-cart hr {
            margin: 20px 0px;
            border: 0;
            border-top: 1px solid #eee;
        }

    .cart .blk {
        padding: 0px;
        margin: 0px;
    }

        .cart .blk hr {
            margin: 10px 0px;
            border: 0;
            border-top: 1px solid #eee;
        }

        .cart .blk .blk {
            padding: 0px 30px;
        }

        .cart .blk .row {
            font-size: 0px;
            margin: 0px 0px;
        }

            .cart .blk .row .col {
                display: inline-block;
                vertical-align: middle;
            }

                .cart .blk .row .col .lbl {
                    margin-bottom: 5px;
                }

                    .cart .blk .row .col .lbl .txt {
                        font-size: 14px;
                    }

                    .cart .blk .row .col .lbl.full {
                        width: 100%;
                    }

                .cart .blk .row .col .val {
                }

                    .cart .blk .row .col .val .inp, .cart .blk .row .col .inp {
                        display: block;
                        padding: 8px 10px;
                        border: 1px solid #d9d9d9;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        margin: 5px 0px;
                        font-size: 14px;
                        width: 100%;
                    }

                    .cart .blk .row .col .val .ddl {
                        font-size: 14px;
                        padding: 7px;
                        border: 1px solid #d9d9d9;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        width: 100%;
                    }

                        .cart .blk .row .col .val .ddl:focus {
                            outline: none;
                        }

                    .cart .blk .row .col .val.full {
                        width: 100%;
                        margin-bottom: 3px;
                    }

                .cart .blk .row .col.recevie-email .val .chk {
                    margin: 0px 3px 0px 0px;
                    display: inline-block;
                    vertical-align: middle;
                }

                .cart .blk .row .col.recevie-email .val .txt {
                    font-size: 14px;
                    display: inline-block;
                    vertical-align: middle;
                }

            .cart .blk .row .col1 {
                width: 100%;
            }

            .cart .blk .row .col2 {
                width: 50%;
            }

                .cart .blk .row .col2:nth-child(2) {
                    text-align: right;
                }

                    .cart .blk .row .col2:nth-child(2) .val .inp, .cart .blk .row .col2:nth-child(2) .inp {
                        display: inline-block;
                        width: 98%;
                    }

            .cart .blk .row .col.region .val .ddl {
                width: initial;
                max-width: 220px;
            }

            .cart .blk .row .col.voucher .voucher-alert {
            }

                .cart .blk .row .col.voucher .voucher-alert span {
                    display: block;
                    font-size: 11px;
                    padding-bottom: 5px;
                }

                .cart .blk .row .col.voucher .voucher-alert .w {
                    color: #c10017;
                }

            .cart .blk .row .col2.voucher:nth-child(2) {
                vertical-align: top;
            }

            .cart .blk .row .col.voucher .lbl .txt {
                font-weight: bold;
                font-size: 14px;
                line-height: 18px;
            }

            .cart .blk .row .col.voucher .payment {
            }

                .cart .blk .row .col.voucher .payment .old {
                    display: block;
                    font-size: 14px;
                }

                    .cart .blk .row .col.voucher .payment .old span {
                    }

                    .cart .blk .row .col.voucher .payment .old .txt {
                    }

                    .cart .blk .row .col.voucher .payment .old .unit {
                        margin-left: 3px;
                    }

                .cart .blk .row .col.voucher .payment .new {
                    display: block;
                    color: #c10017;
                    font-weight: bold;
                    font-size: 14px;
                }

                    .cart .blk .row .col.voucher .payment .new span {
                    }

                    .cart .blk .row .col.voucher .payment .new .txt {
                        font-size: 16px;
                    }

                    .cart .blk .row .col.voucher .payment .new .unit {
                        font-size: 14px;
                        margin-left: 3px;
                    }

        .cart .blk .prod-info {
            font-size: 0px;
        }

            .cart .blk .prod-info .prod {
                border-bottom: 1px solid #eee;
                padding-bottom: 5px;
                margin-bottom: 10px;
            }

                .cart .blk .prod-info .prod .image {
                    display: inline-block;
                    width: 85px;
                    vertical-align: top;
                }

                    .cart .blk .prod-info .prod .image .img {
                        display: block;
                        width: 100%;
                        height: 80px;
                        position: relative;
                        overflow: hidden;
                    }

                        .cart .blk .prod-info .prod .image .img img {
                            position: absolute;
                            width: 100%;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%,-50%);
                        }

                    .cart .blk .prod-info .prod .image .delete {
                        display: block;
                        text-align: center;
                        font-size: 11px;
                        color: #999;
                        width: 48px;
                        border: 0;
                        background: #fff;
                        margin: 5px auto 0px auto;
                        cursor: pointer;
                    }

                        .cart .blk .prod-info .prod .image .delete span {
                            float: left;
                            width: 12px;
                            height: 12px;
                            background: #ccc;
                            border-radius: 10px;
                            position: relative;
                            margin-top: 1px;
                        }

                            .cart .blk .prod-info .prod .image .delete span::before, .cart .blk .prod-info .prod .image .delete span::after {
                                top: 2px;
                                left: 5px;
                            }

                            .cart .blk .prod-info .prod .image .delete span::before {
                                content: '';
                                width: 2px;
                                height: 8px;
                                background: #fff;
                                position: absolute;
                                -webkit-transform: rotate(45deg);
                                -moz-transform: rotate(45deg);
                                -ms-transform: rotate(45deg);
                                -o-transform: rotate(45deg);
                            }

                            .cart .blk .prod-info .prod .image .delete span::after {
                                content: '';
                                width: 2px;
                                height: 8px;
                                background: #fff;
                                position: absolute;
                                -webkit-transform: rotate(-45deg);
                                -moz-transform: rotate(-45deg);
                                -ms-transform: rotate(-45deg);
                                -o-transform: rotate(-45deg);
                            }

                .cart .blk .prod-info .prod .info {
                    display: inline-block;
                    vertical-align: top;
                    width: calc(100% - 85px);
                    margin: 0px;
                    padding: 0px 0px 0px 20px;
                    background: none;
                }

                    .cart .blk .prod-info .prod .info .meta {
                        display: inline-block;
                        vertical-align: top;
                        width: calc(100% - 150px);
                    }

                        .cart .blk .prod-info .prod .info .meta span {
                            display: block;
                            font-size: 14px;
                        }

                        .cart .blk .prod-info .prod .info .meta .name {
                            font-weight: bold;
                            line-height: 18px;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            text-overflow: ellipsis;
                            overflow: hidden;
                        }

                        .cart .blk .prod-info .prod .info .meta .tax {
                            font-size: 11px;
                        }

                        .cart .blk .prod-info .prod .info .meta .desc {
                            width: 100%;
                            line-height: 18px;
                            font-size: 12px;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            text-overflow: ellipsis;
                            overflow: hidden;
                        }

                    .cart .blk .prod-info .prod .info .price {
                        padding: 0px 0px;
                        font-weight: initial;
                        display: inline-block;
                        vertical-align: top;
                        width: 150px;
                        text-align: right;
                        color: #c10017;
                        font-size: initial !important;
                        line-height: initial;
                        height: initial;
                    }

                        .cart .blk .prod-info .prod .info .price span {
                            font-size: 12px;
                            display: inline-block;
                            vertical-align: middle;
                            color: #c10017;
                        }

                            .cart .blk .prod-info .prod .info .price span.p {
                                display: block;
                                margin-bottom: 10px;
                            }

                    .cart .blk .prod-info .prod .info .quantity {
                        display: inline-block;
                        width: 100%;
                        font-size: 0px;
                    }

                        .cart .blk .prod-info .prod .info .quantity .inp {
                            display: inline-block;
                            vertical-align: middle;
                            font-size: 12px;
                            text-align: center;
                            width: 30px;
                            height: 30px;
                            padding: 0;
                            margin: 0;
                            border: 1px solid #eee;
                            border-left: 0px;
                            border-right: 0px;
                            line-height: 30px;
                            color: #333;
                        }

                        .cart .blk .prod-info .prod .info .quantity .quantity-nav {
                            display: inline-block;
                            vertical-align: middle;
                            width: 30px;
                            height: 30px;
                            border: 1px solid #eee;
                        }

                        .cart .blk .prod-info .prod .info .quantity .quantity-button {
                            cursor: pointer;
                            text-align: center;
                            padding: 3px 9px;
                            color: #333;
                            font-size: 14px;
                            line-height: 23px;
                            font-family: "Trebuchet MS", Helvetica, sans-serif !important;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            -o-user-select: none;
                            user-select: none;
                        }

                            .cart .blk .prod-info .prod .info .quantity .quantity-button.quantity-up {
                            }

                            .cart .blk .prod-info .prod .info .quantity .quantity-button.quantity-down {
                            }

        .cart .blk .pay-info {
            margin: 0px 0px 0px 0px;
            font-size: 0px;
        }

            .cart .blk .pay-info .lbl {
                font-size: 16px;
                display: inline-block;
                vertical-align: middle;
                width: calc(100% - 180px);
            }

                .cart .blk .pay-info .lbl .txt {
                    font-weight: bold;
                }

            .cart .blk .pay-info .val {
                font-size: 16px;
                font-weight: bold;
                display: inline-block;
                vertical-align: middle;
                width: 180px;
                text-align: right;
            }

                .cart .blk .pay-info .val .txt {
                    width: 120px;
                    /* color: #c10017; */
                }

                .cart .blk .pay-info .val .unit {
                    display: inline-block;
                    vertical-align: bottom;
                    margin-left: 3px;
                    font-size: 14px;
                    /* color: #c10017; */
                }

        .cart .blk.func {
        }

            .cart .blk.func .btn {
                display: block;
                width: 100%;
                padding: 9px 0;
                border-radius: 4px;
                font-size: 14px;
                font-weight: 600;
                line-height: normal;
                text-align: center;
            }

                .cart .blk.func .btn:active {
                    box-shadow: initial;
                }

                .cart .blk.func .btn.continue {
                }

                    .cart .blk.func .btn.continue .txt {
                        text-decoration: underline;
                        color: #337ab7;
                    }

                .cart .blk.func .btn.payment {
                    text-align: center;
                }

                    .cart .blk.func .btn.payment .txt {
                        text-transform: uppercase;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        padding: 10px 40px;
                        color: #fff;
                        background: #fd6e1d;
                        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
                        background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
                        background: -moz-linear-gradient(top,#f59000,#fd6e1d);
                        background: -ms-linear-gradient(top,#f59000,#fd6e1d);
                        background: -o-linear-gradient(top,#f59000,#fd6e1d);
                    }

        .cart .blk.alert {
        }

            .cart .blk.alert span {
                display: block;
                font-size: 14px;
                padding: 18px 30px 0px 30px;
            }

                .cart .blk.alert span.w {
                    color: #c10017;
                }

                .cart .blk.alert span.s {
                    padding-top: 0px;
                    color: #0072C6;
                    text-align: center;
                    font-size: 18px;
                }

                .cart .blk.alert span.saving {
                    padding-top: 20px;
                    font-size: 14px;
                }

    .cart.empty {
        display: block;
        width: 550px;
        margin: 50px auto;
        text-align: center;
        font-size: 16px;
        color: #666;
    }

        .cart.empty .iconnoti {
            background: url(img/clear-cart.png) no-repeat center center;
            background-size: 80px 85px;
            width: 20px;
            height: 20px;
            vertical-align: middle;
            display: inline-block;
        }

        .cart.empty .iconnull {
            width: 50px;
            height: 50px;
            display: block;
            margin: 10px auto;
            background-size: contain;
        }

        .cart.empty .buyother {
            display: block;
            overflow: hidden;
            background: #fff;
            line-height: 40px;
            text-align: center;
            margin: 15px auto;
            width: 300px;
            font-size: 14px;
            color: #288ad6;
            font-weight: 600;
            text-transform: uppercase;
            border: 1px solid #288ad6;
            border-radius: 4px;
        }

        .cart.empty .callship {
            display: block;
            overflow: hidden;
            padding: 10px;
            font-size: 14px;
            color: #333;
            line-height: 22px;
            margin: auto;
            text-align: center;
            width: 100%;
            background: none;
        }

            .cart.empty .callship a {
                color: #288ad6;
                font-weight: 600;
            }

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .cart {
    }

        .cart .bar-top {
            padding: 5px;
        }

            .cart .bar-top .buymore {
                float: none;
                display: block;
                padding: 0px 0px 0px 15px;
            }

                .cart .bar-top .buymore:hover {
                }

                .cart .bar-top .buymore::before, .cart .bar-top .buymore::after {
                    top: 14px;
                }

                .cart .bar-top .buymore:after {
                    top: 12px;
                }

                .cart .bar-top .buymore .txt {
                    text-decoration: underline;
                }

            .cart .bar-top .yourcart {
                text-align: center;
                padding: 0px;
                line-height: 30px;
            }

        .cart .wrap-cart {
            border-left: 0px;
            border-right: 0px;
            padding: 20px 0px;
        }

            .cart .wrap-cart hr {
            }

        .cart .blk {
        }

            .cart .blk hr {
            }

            .cart .blk .blk {
                padding: 0px 5px;
            }

            .cart .blk .row {
            }

                .cart .blk .row .col {
                }

                    .cart .blk .row .col .lbl {
                    }

                        .cart .blk .row .col .lbl .txt {
                        }

                        .cart .blk .row .col .lbl.full {
                        }

                    .cart .blk .row .col .val {
                    }

                        .cart .blk .row .col .val .inp, .cart .blk .row .col .inp {
                            width: 100% !important;
                        }

                        .cart .blk .row .col .val .ddl {
                        }

                            .cart .blk .row .col .val .ddl:focus {
                            }

                        .cart .blk .row .col .val.full {
                        }

                    .cart .blk .row .col.recevie-email .val .chk {
                    }

                    .cart .blk .row .col.recevie-email .val .txt {
                    }

                .cart .blk .row .col1 {
                }

                .cart .blk .row .col2 {
                    width: 100%;
                }

                    .cart .blk .row .col2:nth-child(2) {
                    }

                        .cart .blk .row .col2:nth-child(2) .val .inp, .cart .blk .row .col2:nth-child(2) .inp {
                        }

                .cart .blk .row .col.region .val .ddl {
                }

                .cart .blk .row .col.voucher .voucher-alert {
                }

                    .cart .blk .row .col.voucher .voucher-alert span {
                    }

                    .cart .blk .row .col.voucher .voucher-alert .w {
                    }

                .cart .blk .row .col2.voucher:nth-child(2) {
                }

                .cart .blk .row .col.voucher .lbl .txt {
                }

                .cart .blk .row .col.voucher .payment {
                }

                    .cart .blk .row .col.voucher .payment .old {
                    }

                        .cart .blk .row .col.voucher .payment .old span {
                        }

                        .cart .blk .row .col.voucher .payment .old .txt {
                        }

                        .cart .blk .row .col.voucher .payment .old .unit {
                        }

                    .cart .blk .row .col.voucher .payment .new {
                    }

                        .cart .blk .row .col.voucher .payment .new span {
                        }

                        .cart .blk .row .col.voucher .payment .new .txt {
                        }

                        .cart .blk .row .col.voucher .payment .new .unit {
                        }

            .cart .blk .prod-info {
            }

                .cart .blk .prod-info .prod {
                }

                    .cart .blk .prod-info .prod .image {
                    }

                        .cart .blk .prod-info .prod .image .img {
                        }

                            .cart .blk .prod-info .prod .image .img img {
                            }

                        .cart .blk .prod-info .prod .image .delete {
                        }

                            .cart .blk .prod-info .prod .image .delete span {
                            }

                                .cart .blk .prod-info .prod .image .delete span::before, .cart .blk .prod-info .prod .image .delete span::after {
                                }

                                .cart .blk .prod-info .prod .image .delete span::before {
                                }

                                .cart .blk .prod-info .prod .image .delete span::after {
                                }

                    .cart .blk .prod-info .prod .info {
                    }

                        .cart .blk .prod-info .prod .info .meta {
                            width: 100%;
                        }

                            .cart .blk .prod-info .prod .info .meta span {
                            }

                            .cart .blk .prod-info .prod .info .meta .name {
                            }

                            .cart .blk .prod-info .prod .info .meta .tax {
                            }

                            .cart .blk .prod-info .prod .info .meta .desc {
                            }

                        .cart .blk .prod-info .prod .info .price {
                            width: 100%;
                            margin-top: 5px;
                        }

                            .cart .blk .prod-info .prod .info .price span {
                            }

                                .cart .blk .prod-info .prod .info .price span.p {
                                    display: inline-block;
                                    vertical-align: middle;
                                    margin: 0px 5px 0px 0px;
                                }

                        .cart .blk .prod-info .prod .info .quantity {
                            width: initial;
                            vertical-align: middle;
                        }

                            .cart .blk .prod-info .prod .info .quantity .inp {
                            }

                            .cart .blk .prod-info .prod .info .quantity .quantity-nav {
                            }

                            .cart .blk .prod-info .prod .info .quantity .quantity-button {
                            }

                                .cart .blk .prod-info .prod .info .quantity .quantity-button.quantity-up {
                                }

                                .cart .blk .prod-info .prod .info .quantity .quantity-button.quantity-down {
                                }

            .cart .blk .pay-info {
            }

                .cart .blk .pay-info .lbl {
                }

                    .cart .blk .pay-info .lbl .txt {
                    }

                .cart .blk .pay-info .val {
                }

                    .cart .blk .pay-info .val .txt {
                    }

                    .cart .blk .pay-info .val .unit {
                    }

            .cart .blk.func {
            }

                .cart .blk.func .btn {
                }

                    .cart .blk.func .btn:active {
                    }

                    .cart .blk.func .btn.continue {
                    }

                        .cart .blk.func .btn.continue .txt {
                        }

                    .cart .blk.func .btn.payment {
                    }

                        .cart .blk.func .btn.payment .txt {
                        }

            .cart .blk.alert {
            }

                .cart .blk.alert span {
                }

                    .cart .blk.alert span.w {
                    }

                    .cart .blk.alert span.s {
                    }

                    .cart .blk.alert span.saving {
                    }

        .cart.empty {
            width: 100%;
        }

            .cart.empty .iconnoti {
            }

            .cart.empty .iconnull {
            }

            .cart.empty .buyother {
                width: 95%;
            }

            .cart.empty .callship {
            }

                .cart.empty .callship a {
                }
}

@media only screen and (max-width: 680px) and (min-width: 480px) {
}
