.UIShoppingCartURL {
    font-size: 14px;
    position: fixed;
    right: 40px;
    top: 71px;
    z-index: 9999;
}

    .UIShoppingCartURL .item-incart .col1 {
        float: left;
        width: 100px;
    }

    .UIShoppingCartURL .item-incart .col3 {
        float: right;
        width: 100px;
        text-align: right;
    }

    .UIShoppingCartURL .item-incart .col2 {
        margin: 0 110px;
    }

    .UIShoppingCartURL .item-incart .product-name {
        display: block;
        color: #097bb1;
        margin-bottom: 10px;
    }

    .UIShoppingCartURL .item-incart .col1 img {
        max-width: 100%;
    }

    .UIShoppingCartURL .item-incart {
        overflow: hidden;
        padding: 5px 10px;
        border-bottom: solid 1px #ddd;
    }

    .UIShoppingCartURL .small-cart {
        border: solid 1px #ccc;
        position: absolute;
        right: 3px;
        background: #fff;
        width: 500px;
        display:none;
    }

    .UIShoppingCartURL .buy-quantity {
        display: inline-block;
        border: none;
        width: 16px;
        text-align: center;
    }

    .UIShoppingCartURL .total-cart-info span {
        float: left;
    }

    .UIShoppingCartURL .total-cart-info .price {
        float: right;
        font-size: 16px;
    }

    .UIShoppingCartURL .total-cart-info {
        padding: 10px;
        overflow: hidden;
    }

    .UIShoppingCartURL .price {
        color: #e00;
        font-weight: bold;
    }

    .UIShoppingCartURL .view-cart-info {
        background: #eee;
        padding: 5px 10px;
        overflow: hidden;
    }

        .UIShoppingCartURL .view-cart-info p {
            float: left;
        }

        .UIShoppingCartURL .view-cart-info a {
            float: right;
            background: #0b6fd6;
            color: #fff;
            font-weight: bold;
            line-height: 34px;
            padding: 0 10px;
            border-radius: 3px;
            margin-top: 6px;
        }

.UIShoppingCartURL .icon-cart {
    font: normal normal normal 34px/50px FontAwesome;
    color: #ff7b00;
}
.UIShoppingCartURL .icon-cart:before {
    content: "\f07a";
}

.UIShoppingCartURL .cart-url b {
    position: absolute;
    background: #e71f1f;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    top: 4px;
    right: -10px;
}

.UIShoppingCartURL .cart-url {
    display: inline-block;
    position: relative;
    right: 20px;
}

.UIShoppingCartURL:hover .small-cart {
    display: block;
}