.category-product-wrapper .article .product-block {
    font-family: Cruinn, serif;
}

.category-product-wrapper .article .product-block {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.category-product-wrapper .article .product-block.images {
    text-align: center
}

.category-product-wrapper .article .product-block.images img {
    max-width: 100%
}

.category-product-wrapper .article .product-block.info .base-info {
    margin-bottom: 40px;
    /*font-family: "Lifehack Sans", sans-serif;*/
    /*font-size: 25px;*/
    text-transform: uppercase;
    color: #909090
}

.category-product-wrapper .article .product-block.info .base-info .title {
    color: #f02b63;
    font-family: Cruinn-Black, serif;
}

.category-product-wrapper .article .product-block.info .prices-wrapper .prices {
    display: inline-block;
    width: 50%;
    font-family: "Lifehack Sans", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #f02b63
}

.category-product-wrapper .article .product-block.info .prices-wrapper .prices .value {
    float: right
}

.category-product-wrapper .article .product-block.info .prices-wrapper .buy {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 40px);
    margin: 0 20px;
    border-radius: 10px;
    padding: 11px;
    background: #f02b63;
    text-align: center;
    cursor: pointer
}

.category-product-wrapper .article .product-block.info .prices-wrapper .buy span {
    font-family: "Lifehack Sans", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff
}

.category-product-wrapper .article .product-block.info .change-count {
    width: 50%;
    margin: 23px 0
}

.category-product-wrapper .article .product-block.info .change-count .title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-family: "Lifehack Sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #909090
}

.category-product-wrapper .article .product-block.info .change-count .counter {
    display: inline-block;
    vertical-align: middle;
    float: right
}

.category-product-wrapper .article .product-block.info .change-count .counter .change {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #f02b63
}

.category-product-wrapper .article .product-block.info .change-count .counter .change.disabled {
    color: #909090;
    cursor: not-allowed
}

.category-product-wrapper .article .product-block.info .change-count .counter .count {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-family: "Lifehack Sans", sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #909090
}

.category-product-wrapper .article .product-block.info .count-info .avail .icon {
    display: inline-block;
    vertical-align: middle;
    background: url('../images/icons/common-icons-s3742019b2d.png')
}

.category-product-wrapper .article .product-block.info .count-info .avail .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    /*font-family: "Lifehack Sans", sans-serif;*/
    /*font-size: 20px;*/
    text-transform: uppercase;
    color: #909090;
    font-family: Cruinn-Black, serif;
}

.category-product-wrapper .article .product-block.info .count-info .avail.true .icon {
    background-position: 0 -139px;
    height: 28px;
    width: 28px
}

.category-product-wrapper .article .product-block.info .count-info .avail.true .text:after {
    content: 'В наличии'
}

.category-product-wrapper .article .product-block.info .count-info .avail.false .icon {
    background-position: 0 -221px;
    height: 28px;
    width: 28px
}

.category-product-wrapper .article .product-block.info .count-info .avail.false .text:after {
    content: "Нет в наличии"
}

.category-product-wrapper .article .product-block.info .count-info .minimum {
    /*font-family: "Lifehack Sans", sans-serif;*/
    /*font-size: 20px;*/
    font-family: Cruinn-Black, serif;
    text-transform: uppercase;
    color: rgba(144, 144, 144, 0.6)
}

.category-product-wrapper .article .product-block.info .text-desc {
    margin-top: 31px;
    /*font-family: "Lifehack Sans", sans-serif;*/
    /*font-size: 25px;*/
    text-transform: uppercase;
    color: #909090
}

.category-product-wrapper .article .product-block.info .text-desc .title {
    color: #f02b63;
    font-family: Cruinn-Black, serif;
}

.category-product-wrapper .article .product-block.info .text-desc .title.block {
    display: block
}

.category-product-wrapper .article .article-title {
    margin-left: 12px
}

.category-product-wrapper .article .showcase {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.category-product-wrapper .article .showcase:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 32%;
    margin-bottom: 20px
}

.category-product-wrapper .article .showcase .product {
    position: relative;
    display: inline-block;
    width: 32%;
    margin-bottom: 20px;
    text-align: center
}

.category-product-wrapper .article .showcase .product:nth-child(3n) {
    margin-left: 0
}

.category-product-wrapper .article .showcase .product > a {
    position: relative;
    display: inline-block;
    width: 265px;
    height: 265px;
    border: 1px solid #7c7c7c
}

.category-product-wrapper .article .showcase .product > a img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    display: inline-block;
    max-width: calc(100% - 2px);
    max-height: calc(100% - 2px)
}

.category-product-wrapper .article .showcase .product > a .label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url('../images/icons/common-icons-s3742019b2d.png')
}

.category-product-wrapper .article .showcase .product > a .label.action {
    background-position: 0 -758px;
    height: 58px;
    width: 90px
}

.category-product-wrapper .article .showcase .product > a .label.hit {
    background-position: -98px -549px;
    height: 93px;
    width: 93px
}

.category-product-wrapper .article .showcase .product > a .label.new {
    background-position: -28px -139px;
    height: 59px;
    width: 96px
}

.category-product-wrapper .article .showcase .product .info {
    margin-top: 20px;
    padding: 0 10px;
    font-family: "Lifehack Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.category-product-wrapper .article .showcase .product .info > div {
    color: #909090
}

.category-product-wrapper .article .showcase .product .info > div.price {
    color: #f02b63
}

@media (max-width: 575.98px) {


    .category-product-wrapper .article .showcase {
        flex-direction: row
    }

    .category-product-wrapper .article .showcase .product {
        width: 50%
    }

    .category-product-wrapper .article .product-block {
        width: 100%
    }
}

.category-product-wrapper .article .text-desc p {
    margin-bottom: 0;
}