.product-item-container {
    position: relative;
}

.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%;
}

.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-name {
    padding: 0 10px 12px;
    font-size: 14px;
}

.product-item-name-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
    z-index: 1;
    min-height: 78px;
    padding: 15px 11px 12px;
}

.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: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-price-list-container a {
    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-price-list-container a.active {
    text-decoration: none;
    border-color: #333333;
    color: #333333;
}

.product-item-price-list-container a.disabled {
    border-color: #F4F4F4;
    color: #8b8b8b;
    background-color: #F4F4F4;
}

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

.product-item-button-favorite:hover {
    scale: 1.2;
}

.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: 1;
    background: #e53935;
    line-height: 1;
    color: white;
    font-size: 24px;
    padding: 7px 11px;
    font-weight: 100;
    border: 1px solid #ffffff;
}

/**/

.product-offer_list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #f9f9f9;
    border: 0;
    padding: 16px;
    display: none;
}

label.product-offer-item {
    background: white;
    padding: 6px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 14px;
}

input.product-offer-item-check:checked+label {
    background: #2aab7a;
    cursor: default;
    color: #ECEFF1;
}

input.product-offer-item-check {
    display: none;
}

.product-offer-item-size {
    width: 46%;
    text-align: left;
    display: block;
}

.product-offer-item-price {
    width: 50%;
    text-align: right;
    display: block;
}

.product-offer-item-price-old {
    text-decoration: line-through;
    color: #e73b4c;
    background: white;
    padding: 0 2px;
    font-size: 15px;
}

.product-offer_list-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-offer_list-buttons>div {
    width: 50%;
}

.product-offer_list-buttons-right {
    text-align: right;
}

.product-offer_list-button {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 20px 8px 20px;
    background-color: #2eab7d;
    color: white;
    border: 1px solid #2eab7d;
    border-radius: 4px;
    cursor: pointer;
}

.product-offer_list-button-close {
    background: white;
    color: #039be5;
    border: 1px solid #039be5;
}

.product-iteminbasket {
    padding: 14px 15px 14px 13px;
    font-size: 22px;
    cursor: pointer;
}

.product-iteminbasket:hover {
    scale: 1.2;
}

.product-iteminbasket>i {
    width: 22px;
    height: 22px;
}

div.product-offer_list.product-offer_list-show {
    transition: 0.5s ease-in-out;
}

/**/

input.product-offer-item-check:checked+label .product-item-count{
    visibility: visible;
}

.product-item-count {
    font-size: 12px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    align-content: center;
    visibility: hidden;
    padding: 4px 4px;
}

.product-item-plus-minus-input {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.product-item-block-amount {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.product-item-measure {
    white-space: nowrap;
}

.product-item-count-button {
    outline: none;
    height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 50%;
    border: none;
    padding: 2px;
    position: relative;
    cursor: pointer;
}

.product-item-count-amount-minus:before {
    content: '';
    display: block;
    width: 42%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-item-count-amount-plus:before {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-item-count-amount-plus:after {
    content: '';
    display: block;
    width: 2px;
    height: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-item-count-amount input {
    font: 14px/22px 'Roboto', Arial, sans-serif;
    color: #333333;
    line-height: 1;
    text-align: center;
    width: 30px;
    height: 24px;
    border: 0;
    margin: 0 0px;
    border-radius: 2px;
}

/* Для Chrome, Safari, Edge, Opera */

.product-item-count input::-webkit-outer-spin-button,
.product-item-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */

.product-item-count input[type=number] {
    -moz-appearance: textfield;
}