.UIShoppingCartURL {
    font-size: 15px;
    position: fixed;
    right: 10%;
    top: 48px;
    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: 1px solid #eee;
        position: absolute;
        right: 0;
        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;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4bdbec+0,0076b4+100 */
background: #4bdbec; /* Old browsers */
background: -moz-linear-gradient(left,  #4bdbec 0%, #0076b4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4bdbec 0%,#0076b4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4bdbec 0%,#0076b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bdbec', endColorstr='#0076b4',GradientType=1 ); /* IE6-9 */
            color: #fff;
            font-weight: bold;
            line-height: 34px;
            padding: 0 10px;
            border-radius: 3px;
            margin-top: 6px;
        }

.UIShoppingCartURL .icon-cart {
    font: normal normal normal 38px/50px FontAwesome;
    color: #6d9f0b;
}
.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;
}