﻿
.confirmOrder {
    display: block;
    overflow: hidden;
    width: 1180px;
    margin: 0 auto;
}

    .confirmOrder .orderContent {
        display: block;
        overflow: hidden;
    }

        .confirmOrder .orderContent h3 {
            color: #fff;
            background: #30a6cd;
            display: block;
            overflow: hidden;
            margin: 0px;
            line-height: 31px;
            border-radius: 5px 5px 0 0;
            padding: 0 0 0 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

        .confirmOrder .orderContent table.row {
            width: 100%;
            border-color: #ccc;
            border-left: 1px solid #30a6cd;
            border-right: 1px solid #30a6cd;
            border-top: 1px solid #30a6cd;
            border-bottom: 1px solid #30a6cd;
            margin: 0 0 15px 0;
        }

            .confirmOrder .orderContent table.row th,
            .confirmOrder .orderContent table.row td {
                padding: 5px;
                color: #494949;
                border-color: #ccc;
            }

            .confirmOrder .orderContent table.row thead tr {
                background: #f6f6f6;
            }

            .confirmOrder .orderContent table.row tbody {
            }

                .confirmOrder .orderContent table.row tbody img {
                    display: block;
                    margin: 0 auto;
                }

                .confirmOrder .orderContent table.row tbody ul {
                    margin: 0px;
                    list-style: none;
                    padding: 0px;
                }

                    .confirmOrder .orderContent table.row tbody ul li {
                        color: #7f7f7f;
                        position: relative;
                        padding: 10px 0 0 10px;
                        overflow: hidden;
                    }

                        .confirmOrder .orderContent table.row tbody ul li:before {
                            position: absolute;
                            top: 10px;
                            left: 0px;
                            content: "-";
                        }

                        .confirmOrder .orderContent table.row tbody ul li label {
                            float: left;
                            font-weight: normal;
                        }

                        .confirmOrder .orderContent table.row tbody ul li span,
                        .confirmOrder .orderContent table.row tbody ul li img {
                            display: block;
                            overflow: hidden;
                            height: 20px;
                            min-width: 20px;
                            margin: -2px 4px 0 4px;
                            padding: 0 8px;
                            border: solid 1px #cccccc;
                            float: left;
                        }

                        .confirmOrder .orderContent table.row tbody ul li img {
                            padding: initial;
                        }

                .confirmOrder .orderContent table.row tbody .itemname {
                    color: #494949;
                }

                .confirmOrder .orderContent table.row tbody .amount {
                    position: relative;
                    width: 68px;
                    height: 26px;
                }

                  

                .confirmOrder .orderContent table.row tbody .remove {
                    display: block;
                    overflow: hidden;
                    width: 14px;
                    height: 17px;
                    margin: 0 auto;
                    background: url(../images/icon/icon-bin-green1.png) no-repeat;
                }

            .confirmOrder .orderContent table.row .total p {
                display: block;
                overflow: hidden;
                background: url(../images/icon/bg-dot-green.png) repeat-x 0 13px;
            }

            .confirmOrder .orderContent table.row .total .name,
            .confirmOrder .orderContent table.row .total .price {
                color: #2cada8;
                float: left;
                background: #fff;
                padding: 0 5px;
            }

            .confirmOrder .orderContent table.row .total .price {
                float: right;
            }

            .confirmOrder .orderContent table.row tfoot {
                clear: both;
            }

                .confirmOrder .orderContent table.row tfoot tr {
                    background: #30a6cd;
                }

                    .confirmOrder .orderContent table.row tfoot tr td {
                        text-align: right;
                        color: #fff;
                    }

                        .confirmOrder .orderContent table.row tfoot tr td p {
                            display: block;
                            overflow: hidden;
                            width: 495px;
                            float: right;
                            background: url(../images/icon/bg-dot-white.png) repeat-x 0 13px;
                        }

                        .confirmOrder .orderContent table.row tfoot tr td .price,
                        .confirmOrder .orderContent table.row tfoot tr td .name {
                            font-weight: bold;
                            text-transform: uppercase;
                            float: right;
                            background: #30a6cd;
                            padding: 0 5px;
                        }

                        .confirmOrder .orderContent table.row tfoot tr td .name {
                            float: left;
                        }

        .confirmOrder .orderContent .confirm {
            display: block;
            overflow: hidden;
            float: right;
        }

            .confirmOrder .orderContent .confirm .buymore {
                float: right;
                background: url(../images/icon/icon-add-green.png) no-repeat left center;
                color: #25a7a2;
                text-transform: uppercase;
                font-weight: bold;
                padding: 0 0 0 23px;
                line-height: 30px;
            }

                .confirmOrder .orderContent .confirm .buymore:hover {
                    text-decoration: none;
                    opacity: .7;
                }

            .confirmOrder .orderContent .confirm span {
                float: right;
                background: #30a6cd;
                display: block;
                overflow: hidden;
                border-radius: 5px;
                padding: 5px;
                margin-left: 10px;
            }

                .confirmOrder .orderContent .confirm span input[type="submit"],
                .confirmOrder .orderContent .confirm span input[type="button"] {
                    background: none;
                    color: #fff;
                    border: 1px dashed #fff;
                    border-radius: 5px;
                    line-height: 18px;
                    text-transform: uppercase;
                    text-align: center;
                    padding: 0 10px;
                }

                    .confirmOrder .orderContent .confirm span input[type="button"]:hover,
                    .confirmOrder .orderContent .confirm span input[type="submit"]:hover {
                        opacity: .7;
                    }

        .confirmOrder .orderContent table.row tbody tr {
            background-color: white;
        }

.alert-non-product {
    text-align: center;
}
.alert-non-product a {
    color: #3DA0E2;
    font-weight: bold;
}
.page-cart {
        min-height: 300px;
        margin-bottom: 30px
    }
@media (min-width: 768px) {
    .page-cart {
        min-height: 500px;
    }
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}