.pod-block {
    width: 200px;
    border: 1px solid #F6E583;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-family: "Segoe UI", sans-serif;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
    z-index: 10;
}

.pod-block .info {

}

.pod-block .name {
    background-color: #F6E583;
    color: #000000;
    font-weight: bold;
    padding: 3px;
}

.pod-block .img {
    /*width: 200px;*/
    /*max-width: 100px;*/
    height: 150px;
}

.pod-block .cart-add {
    background-color: rgb(0, 130, 51);
    cursor: pointer;
    z-index: 11;
}

.cart-add * {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    font-family: Mangal, helvetica, verdana, sans-serif;
}

.cart-add button {
    background: none;
    border: none;
}