.product-main-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.product-thumb-block {
    display: flex;
    flex-direction: column;
    margin: 3em;
    max-width: 250px;
    height: 380px;
    border-radius: 10px;

    background-color: #303030;
    color: white;

    overflow: hidden;
}

.product-thumb-block.ptb_old {
    width: 250px;
    height: 370px;
}

.product-thumb-sm-img {
    width: 95%;
    height: auto;
    margin: 10px auto;
    background-color: #303030;
    border-radius: 3px;
    z-index: 3;
}
.product-thumb-sm-img>img {
    display: block;
    width: 100%;
    height: auto;
}
.product-thumb-sm-desc {
    margin: 0;
    background-color: #303030;
    border-top-style: none;
}


.product-thumb-sm-pname {
    height: 15%;
}
.product-thumb-sm-pname>h3 {
    color: #ffa500;
    font-size: 1em;
    text-align: center;
    text-indent: 0;
    margin: 0.1em;
}

.product-thumb-sm-pmodel>p {
    text-align: center;
    text-indent: 0;
    margin: 0.5em 0.1em;
}

.product-thumb-sm-pprice {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 0 0.5em;
    background-color: #585858;

}
.product-thumb-sm-pprice>p {
    display: block;
    width: 50%;
    text-indent: 0;
    text-align: center;
    font-size: 0.75em;
}



/*for old products*/
.product-thumn-sm-desc-name{
    color: white;
    font-size: 1em;
    text-align: center;
    word-wrap: break-word;
    text-indent: 0;
}

