.product-item-info-container {
    display: flex;
    justify-content: center;
}

.product-item-container:hover .product-item-button-container {
    visibility: visible;
}

.product-item-title {
    overflow: unset;
    margin: 8px 0 12px;
    white-space: normal;
    font-weight: normal;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-item {
    padding: 0;
}

.product-item img {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
}

.product-item-title a {
    color: #333333;
    text-decoration: none;
    width: 80%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item-price-container {
    font-weight: 600;
    margin-bottom: 12px;
}

.product-item-button-container {
    margin-bottom: 28px;
}

.popup-window-buttons {
    display: flex;
    justify-content: center;
}

.product-item-price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 500;
    font-size: 14px;
}

.product-item-price-current {
    font-size: 16px;
}

.setClass>.can-hide
{
    display:none !important;
}


.setClass>.can-show
{
    display:block !important;
}

.product-item-container {
    position: relative;
    display: inline-block;
}
.product-item-image-wrapper .labels {
    position: absolute;
    left: 0;
    top: 0;
}
.product-item-container .label {
    /*position: absolute;*/
    /*top: 25px;*/
    max-width: 15vw;
    width: 251px;
    text-transform: uppercase;
    color: white;
    max-height: 14vh;
    font-size: 1.5vw;
    font-weight: 900;
    padding-top: 5px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
    /*background-image: linear-gradient(to right, #A3CFAB, #9DDAC8);*/
}

/*.product-item-container .label::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right:-26px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 23px 1px 23px 23px;*/
/*    border-color: transparent transparent transparent #9EDBC9;*/
/*}*/

@media (max-width: 1366px) {
    .product-item-container .label {
        max-width: 205px;
        height: 9vh;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .product-item-container .label {
        max-width: 120px;
        height: 7vh;
        font-size: 2vh;
    }
}
