.posrel {
    position: relative;
}
.product-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.boxabsprodbox {
    width: 100%;
    background: #fff;
    text-align: center;
    color: #fff;
    padding: 10px 60px 20px;
    z-index: 9;
}
.rowoptionvalnume {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.nameprodbox {
    font-size: 14px;
    /* font-weight: 400; */
    line-height: 24px;
    display: block;
    overflow: hidden;
    /* font-family: "Aboreto", system-ui; */
    font-family: "Montserrat", serif;
    margin: 10px 15px 0px 15px;
}
.boxabsprodbox .price {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.row-options {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 7px;
    font-family: "Montserrat", serif;
}
.vezidetaliiprodbox {
    display: inline-block;
    line-height: 30px;
    height: 32px;
    border: solid 1px #000;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 300;
    font-family: "Montserrat", serif;
    color: #000;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}
.vezidetaliiprodbox:hover {
    background: #000;
    color: #fff;
}
.addwishftd {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    padding: 0;
}
.linkfeatured {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 48px;
    height: 50px;
    border: solid 1px #000;
    padding: 0 30px;
    font-family: "Montserrat", serif;
    display: inline-block;
    margin: 70px 0 100px;
    transition: all 0.3s ease-in-out;
}
.linkfeatured:hover {
    background: #000;
    color: #fff;
}
.product-box {
    overflow: hidden;
}
.optionvalnume:last-child .virgula {
    display: none;
}
.mtopauto {
    margin-top: auto;
}