.hex-store {
    display: flex;
    flex-wrap: wrap;
}

svg.hex-item-image {
    //margin-left: 2rem;
    //margin-right: 2rem;
    width: 12rem;
    height: 8rem;
    background-color: #e8e8e8;
    border-radius: 6px;
}

.hex-item {
    border-radius: 0.3rem;
    padding: 1rem;
    margin: 1rem;
}

.hex-item-name {
    text-align: center;
    //background: #e8e8e8;
    //border-radius: 0.3rem;
    //height: 1.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.hex-item-description {
    //background: #e8e8e8;
    //border-radius: 0.3rem;
    //height: 1.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    height: 4em;
    overflow: hidden;
}

.hex-item-mass {
    height: 50px;
}

.hex-item-payment {
    //position: relative;
    //bottom: 0px;
}

.hex-item-price {
    float: right;
    font-size: 1.4rem;
    color: #f39c12;
}
