/*Карточка товара*/

.product-item-image-wrapper {
    display: none;
}

.buttonClick {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 15px;
}

.wrapCompare {
    position: relative;
}

.item input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    padding: 2px;
    margin: 0 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #434244;
    width: 35px;
}

.wrapCompare input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.item .txtBlock .name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #ff7c1c;
    height: 40px;
    font-family: 'ProximaNovaRegular';
}

.priceBlock {
    margin-bottom: 12px;
}

.product-item-price-old {
    font-size: 18px;
    font-weight: 600;
    color: #6b6b6b;
    line-height: 1.3;
    text-decoration: line-through;
}

.price {
    font-size: 25px;
    line-height: 1.3;
    font-weight: bold;
    color: #323030;
}

.item .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.item .imgW img {
    max-height: 180px;
    max-width: 100%;
}

.item .price {
    color: #ff761a;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 21px;
    font-family: 'ProximaNovaSemibold';
}

.item .line {
    height: auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    margin: 0;
    font-family: 'ProximaNovaRegular';
}

.item .lines {
    padding: 0 0 20px 0;
}

.item .parameter {
    color: #898989;
}

.item .btn.btn-default {
    outline: none;
    background-color: #FF7C1C;
    border-color: #FF7C1C;
    color: #FFF;
    padding: 9px 65px;
    font-size: 17px;
}

.item .btn.btn-default:hover,
.item .btn.btn-default:focus {
    outline: none;
    background-color: #ff7b1cc4;
    border-color: #ff7b1cc4;
    color: #FFF;
}

.item .stars {
    height: auto;
    line-height: 0;
    text-decoration: none;
    color: #5D5D64;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.item span.st {
    display: flex;
    align-items: center;
}

.item span.percent {
    line-height: 0;
    padding-left: 5px;
    font-family: 'Roboto', sans-serif;
}

.item .topit {
    width: 100%;
}

.item .add-to-favorites {
    position: relative;
    cursor: pointer;
}

.btn-link.add_in_basket {
    outline: none;
    background-color: #212529;
    border-color: #212529;
    color: #FFF;
    padding: 9px 55px;
    font-size: 17px;
    font-family: 'ProximaNovaRegular';
    text-decoration: none;
    border-radius: 5px;
}

.btn-link.add_in_basket:hover,
.btn-link.add_in_basket:focus {
    outline: none;
    background-color: #212529c0;
    border-color: #212529c0;
    color: #FFF;
}

.item .glaz {
    cursor: pointer;
}


/* // Карточка товара*/