﻿.rzc-basket {
    position: relative;
    overflow: auto;
    padding: 15px 5px 0px;
    /*margin: 0px 0px 15px;*/
    /*background-color: #FFF;*/
    /*box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/
    /*border: 1px solid #CCC;*/
    /*border-radius: 4px 4px 0 0;*/
}

    .rzc-basket .cart-image {
        width: auto;
        height: auto;
        max-width: 60px;
        max-height: 60px;
    }

    .rzc-basket .table-hover > tbody:hover {
        background-color: #f5f5f5;
    }

.icon-view-box {
    right: 12px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 8px;
    visibility: hidden;
    min-width: 300px;
    top: 40px;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    border: 1px groove;
    border-top: 4px solid #8e8d8d;
    z-index: 99999;
    border-radius: 6px 0 6px 6px;
    transition: ease-in-out 0.6s;
}

.icon-view-caret {
    position: absolute;
    top: 0;
    right: -1px;
    margin-top: -14px;
    border-left: 14px solid transparent;
    border-bottom: 10px solid #8e8d8d;
    border-right: 1px groove;
}

.icon-view-notification {
    color: #fff;
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #ff0505;
    border-radius: 50%;
    font-size: 8px;
    padding: 3px 2px;
    min-width: 15px;
    z-index: 99999;
}