.UIShoppingCart {
    width: 1170px;
    margin: 20px auto;
}
.UIShoppingCart .product-info {
        width: 350px;
        float: right;
        margin-bottom: 20px;
}
.UIShoppingCart .customer-info {
        margin-right: 380px;
}
.UIShoppingCart .box {
        border: solid 1px #ddd;
        border-radius: 4px;
        overflow: hidden;
    }

        .UIShoppingCart .box .title-box {
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
        }

    .form-control-style {
        height: 35px;
        padding: 0 5px;
        width: 100%;
        max-width: 400px;
        border: solid 1px #ccc;
    }

    .UIShoppingCart .box .content {
        padding: 20px;
    }

    .UIShoppingCart .box .title-box h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        font-weight: normal;
        color: #fff;
    }

    .form-group {
        margin-bottom: 8px;
    }

    .UIShoppingCart .box .item .img img {
        width: 100%;
        margin-bottom: 15px;
    }

    .UIShoppingCart hr {
        border: none;
        border-top: solid 1px #ddd;
        margin: 15px 0;
    }

    .UIShoppingCart .customer-info .title-box {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        color: #fff;
    }

    .UIShoppingCart .box h3 {
        font-size: 16px;
        margin: 0 0 15px 0;
        font-weight: bold;
        color: #1f7ed0;
    }

    .color-primary {
        color: #197fd7;
    }

    .UIShoppingCart .captcha {
        margin-bottom: 10px;
    }

        .UIShoppingCart .captcha .form-control-style {
            width: 112px;
        }
.UIShoppingCart .divInfo {
    padding: 8px 0;
    color: Red;
    font-size: 15px;
    font-style: italic;
    background:none;
    border:none
}
        .UIShoppingCart .captcha img {
            height: 35px;
            position: absolute;
            margin-left: 10px;
        }
    .UIShoppingCart .btn-next:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);

    }
    .UIShoppingCart .btn-next {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    color: #fff;
    height: 35px;
    border: none;
    padding: 0 30px;
    border-radius: 3px;
    display: block;
    margin: auto;
    cursor: pointer;
    font-size: 18px;
    }

    .UIShoppingCart .product-info .title-box {
        border-bottom: solid 1px #ddd;
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    }

    .UIShoppingCart .product-info .item .info {
        font-size: 14px;
    }

        .UIShoppingCart .product-info .item .info table {
            width: 100%;
            border-collapse: collapse;
        }

            .UIShoppingCart .product-info .item .info table td {
                padding: 10px 0;
                border-bottom: solid 1px #ddd;
            }
            .UIShoppingCart .product-info .item .info table td span{
                color:#dc0b0b;
                font-size:16px;
            }
            .UIShoppingCart .product-info .item .info table tr:last-child td {
                border: none;
            }

    .form-control-style[disabled="disabled"] {
        background: #ddd;
    }

    @media(max-width:767px) {
        .UIShoppingCart .customer-info, .UIShoppingCart .product-info {
            width: 100%;
            margin: 0;
        }
    }