h1 {
    font-family: "aleo-regular", arial;
    font-size: 15px
}

.panel {
    width: 800px;
    height: 320px;
    top: 330px;
    border: 2px solid #af1730;
    border-radius: 5px;
    font-family: "aleo-regular", arial;
    font-size: 15px;
    background: url("../img/cartBack.jpg");
    /*background-color: #fff;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    z-index: 20;
    background-size: cover;
}

.handle {
    top: 330px;
    background-size: contain;
    width: 50px;
    height: 103px;
    font-family: "aleo-regular", arial;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 5px 0 0 5px;
    z-index: 19;
    display: block;
    z-index: 19
}

.price {
    margin: 10px;
    font-family: "aleo-regular", arial;
    font-size: 15px;
    border-radius: 5px;
    background: #F0F0F0;
    text-align: center;
    padding: 10px;
    z-index: 10
}

#cart {
    color: white;
    line-height:20px;
    background: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 5px;
}

#cart td {
    padding: 3px 1px;
    border-bottom: 1px solid black;
}

.userInfoTd {
    color: white;
    line-height:20px;
    background: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 5px;
    height: 280px;
    position: relative;
}

.inputItemDelivery {
    font-family: 'Kurale', serif;
    height: 30px;
    padding: 3px;
    text-align: center;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*box-shadow: 0 2px 4px 0 #f4f4f4, 0 2px 5px whitesmoke;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.inputItemDelivery:hover {
    box-shadow: 0 0 5px 1px rgba(234, 234, 234, 1);
}