

.vpro-complect .complect {
    padding: 1.26rem;
}

.rounded3, .rounded3.darken-bg-animate:after, .rounded3.darken-bg-animate:before {
    border-radius: 3px;
}

.vpro-complect .complect .flexbox--row {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}

.vpro-complect .complect.set_block .flexbox {
    align-items: stretch;
}

.vpro-complect .complect .row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.vpro-complect .complect .flexbox {*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-box-direction: normal;*/
/*-ms-flex-direction: column;*/
/*flex-direction: column;*/
/*}*/

.vpro-complect .complect .box-shadow, .vpro-complect .complect .box-shadow-sm {
    transition: transform ease .2s, box-shadow ease .2s;
}

.vpro-complect .complect .box-shadow:hover, .vpro-complect .complect .box-shadow-sm:hover {
    border-color: var(--stroke_black_hover);
    background-color: var(--card_bg_hover_black)
}

@media (min-width: 992px) {
    .vpro-complect .box-shadow:hover {
        border-color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        background-color: #fff;
        z-index: 1
    }

    .vpro-complect .box-shadow-sm:hover {
        border-color: #fff;
        border-color: var(--stroke_black);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
        z-index: 1
    }
}


.vpro-complect .wraps .item {
    position: relative;
}

.vpro-complect .row.flexbox .item {
    height: 100%;
    min-height: 100%;
}

.vpro-complect .set_block .item .item_inner {
    padding: 20px 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vpro-complect .set_wrapp .item .image {
    display: block;
    height: 140px;
    line-height: 140px;
    width: 140px;
    text-align: center;
    position: relative;
    zoom: 1;
    margin: 0 auto .6rem;
}

@media (max-width: 500px) {
    .vpro-complect .set_wrapp .item .image {
        display: block;
        height: 100px;
        line-height: 100px;
        width: 100px;
        text-align: center;
        position: relative;
        zoom: 1;
        margin: 0 auto .6rem;
    }
    
}

@media (max-width: 350px) {
    .vpro-complect .set_wrapp .item .image {
        display: block;
        height: 80px;
        line-height: 80px;
        width: 80px;
        text-align: center;
        position: relative;
        zoom: 1;
        margin: 0 auto .6rem;
    }

}

.vpro-complect .shine {
    position: relative;
    overflow: hidden;
}

.vpro-complect .set_block .item .item_inner .thumb {
    position: static;
}

.vpro-complect .shine:before {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}

.vpro-complect .shine:hover:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    opacity: 1;
    visibility: visible;
    z-index: 3
}

.vpro-complect .image img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
}

.vpro-complect .set_wrapp .item .image img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.vpro-complect .set_wrapp .item .image img {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.vpro-complect .set_block .item .item_info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.vpro-complect div.item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.vpro-complect .set_block .item .item-title {
    margin: 0 0 2px;
}

.vpro-complect a.dark_link {
    color: #333 !important;
    color: var(--white_text_black) !important;
    text-decoration: none;
}

.vpro-complect .item .item-title a, .vpro-complect .item .item-title a span {
    -webkit-transition: color ease-out 20ms;
    -moz-transition: color ease-out 20ms;
    -o-transition: color ease-out 20ms;
    transition: color ease-out 20ms;
    text-decoration: none;
}

.vpro-complect .set_block .item .item-title a {
    line-height: 1.538em;
}

.vpro-complect .set_block .item .item-title a span {
    display: block;
}

.vpro-complect .clearfix {
    clear: both;
}

.vpro-complect .cost.prices {
    position: relative;
}

.vpro-complect .cost.prices:not(.detail) .price_matrix_wrapper {
    order: -1;
}

.vpro-complect .price_matrix_wrapper .prices-wrapper {
    margin: 0 -3px 0;
}

.vpro-complect .cost.prices .price {
    margin: 0 3px 0;
    display: inline-block;
}

.vpro-complect .set_block .item .cost.prices .price.font_mxs {
    font-size: .933em;
}

.vpro-complect .cost.prices .price .values_wrapper {
    display: inline-block;
}

.vpro-complect .set_block .item .item_inner .image .quantity {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 29px;
    line-height: 29px;
    background: #ddd;
    color: #fff;
    border-radius: 100%;
}

.vpro-complect .set_block .item .item_inner .image .quantity {
    background-color: #589051;
}

.vpro-complect .set_block .separator:after,
.vpro-complect .set_block .separator:before {
    content: "";
    display: block;
    position: absolute;
    top: 91px;
    background: #999;
    right: 3px;
    z-index: 2;
}

.vpro-complect .set_block .separator:before {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-right: -4px;
}

.vpro-complect .set_block .separator:after {
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-right: -8px;
}