.product-item {
    position: relative;
}

.product-item-id {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    z-index: 1;
    background: #f9f9f9;
    font-size: 12px;
    padding: 4px 5px 3px;
}

.product-item-img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 133%;
    /* background-image: url(img/ptrn.png); */
    background-size: 49%;
    background-color: #ffffff;
}

.product-item-img-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.product-item-img-container a:active{
    position: absolute;
    top: 0;
}

.product-item-img-container a:hover{
    text-decoration: none;
}

.product-item-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-item-container:hover {
    position: relative;
    z-index: 2;
}

/**/

.product-item-price-container {
    position: relative;
    border-bottom: 1px solid #A9A9A9;
    background: white;
    line-height: 1;
    padding: 15px 0;
    z-index: 1;
    min-height: 78px;
}

.product-item-price-list {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 0 10px 12px;
    box-shadow: 0px 1px 1px #F4F4F4;
}

.product-item-container:hover .product-item-price-list{
    display: block;
}

.product-item-first-size {
    padding-top: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #757575;
}

/**/

.product-item-price-list-this-price {
    position: relative;
    background: white;
    line-height: 1;
    padding-top: 15px;
}

.product-item-price-list-container {
    padding-top: 15px;
}

.product-item-uslugi .button {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #F4F4F4;
    line-height: 1;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    letter-spacing: 1px;
    color: initial;
    text-decoration: none;
    margin: 4px;
}

.product-item-uslugi .button.active {
    text-decoration: none;
    border-color: #333333;
    color: #333333;
}

.product-item-button-favorite {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    padding: 14px;
    font-size: 17px;
    cursor: pointer;
}

.product-item-button-favorite.active {
    color: #e73b4c;
}

/**/

.product-item-price-min-old,
.product-item-price-list-this-price-old{
    color: #e73b4c;
    font-weight: 100;
    text-decoration: line-through;
    font-size: 18px;
    padding-top: 4px;
}

/**/

.product-item-discount-stiker-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background: #e53935;
    line-height: 1;
    color: white;
    font-size: 24px;
    padding: 7px 11px;
    font-weight: 100;
    border: 1px solid #ffffff;
}

/**/

.product-item-img-container a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.product-item-uslugi .product-item-name {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background: #f9f9f9;
    color: initial;
    /* margin: 0 4%; */
    font-weight: 400;
    letter-spacing: 0.4px;
    vertical-align: middle;
}