.cart-area{
    position: absolute;
    width: 400px;
    min-height: 300px;
    background-color: white;
    box-shadow: #bdbdbd 1px 1px 1px;
}
.cart-area:hover{
    color: black !important;
}
.tb-cart-item{
    font-weight: normal !important;
    text-transform: none !important;
}