.product-item{
    position: relative;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: 100%;
    align-content: flex-start;
    flex-direction: column;
}
.product-item .action-buttons{
    position: absolute;
    top: 5px;
    z-index: 3;
    right: 12px;
}
.product-item .action-buttons button{
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 14px;
    background: #fff;
    display: block;
    padding: 0;
    border: 0;
    outline: 0;
    transition: all .2s;
    cursor: pointer
}
.product-item .action-buttons button svg{
    fill: none;
}
.product-item .action-buttons button.active svg{
    stroke: #4C1052;
    fill: #4C1052;
}
.product-item .product-avialible{
    font-size: 14px;
    padding: 0 14px 0 14px;
    color: #66C736;
    margin-top: 5px;
}
.product-item .action-buttons svg{
    width: 14px;
    height: 12px;
    stroke: #9fa2ce;
    margin-top: 5px;
}
.product-item .product-label{
    position: absolute;
    top: 8px;
    /*background: #66C736;*/
    border: 1px solid #575757;
    background: #fff;
    color:#575757;
    padding: 3px 5px 3px 6px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    z-index: 2;
}
.product-item .label-icon svg{
    width: 16px;
    height: 16px;
    fill:#575757;
    margin-right: 2px;
}
.product-item .label-text{
    font-size: 9px;
    color:#575757;
    line-height: 17px;
}

.product-item .image img{
    display: table;
    margin: 0 auto;
    max-width: 100%;
}

.image_wrapper_block {
    width: 100%;
    height: 230px;
    min-width: 60px;
    text-align: center;
    zoom: 1;
    display: block;
    left: 0;
    position: relative;
}
@media(max-width:520px){
    .image_wrapper_block{
        height: 230px;
    }
}
.image_wrapper_block img {
    position: absolute;
    margin: auto;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-gallery-wrapper__item._active img {
    opacity: 1;
}
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-gallery-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    z-index: 2;
}
.section-gallery-wrapper__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    background: 0 0;
    margin-bottom: -4px;
}
.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0 2px 0 0;
    height: 100%;
}
._active .section-gallery-wrapper__item-nav:before {
    background-color: #706C80;
}
.section-gallery-wrapper__item-nav:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #cdcdcd;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.section-gallery-wrapper__item._active img {
    opacity: 1;
}
.section-gallery-wrapper__item img {
    opacity: 0;
    transition: opacity .2s ease-in-out;
    left: 1px;
    right: 1px;
}
.product-item .image-box{
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.product-item .sale{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    bottom:0px;
    z-index: 2;
    position: absolute;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
}

.product-item .shildik:not(.bfs){
    background: #ff721d;
    height: 25px;
    color:#fff;
    font-size: 10px;
    padding: 0 7px 0 14px;
    line-height: 25px;
    position: relative;
}
.product-item .shildik:not(.bfs)::before{
    content: '';
    position: absolute;
    z-index: 0;
    left: -15px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.product-item .shildik:not(.bfs) span{
    position: relative;
    z-index: 1;
    white-space: nowrap
}
.product-item .shildik.bfs img{
    max-width: 86px;
    width: 100%;
}
.product-item .shildik.bfs svg{
    max-width: 86px;
    width: 100%;
    max-height: 42px;
}
@media(max-width:420px){
    .product-item .shildik:not(.bfs) span{
        font-size: 9px;
    }
    .product-item .percent::after{
        top:2px;
    }
}
.product-item .shildik:not(.bfs)::after{
    content: '';
    position: absolute;
    z-index: 0;
    right: -7px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #ff721d;
}
.product-item .percent{
    margin-left: 10px;
    position: relative;
    height: 23px;
    border: 1px solid #3C8AFF;
    color:#3C8AFF;
    background: #3C8AFF26;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.product-item .percent span{
    position: relative;
    z-index: 1;
    padding: 6px 4px 0;
    font-size: 12px;
    display: inline-table;
    font-weight: 800;
}
.product-item .name{
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}
.product-item .name a{
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.product-item .price{
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}
.product-item .price .old{
    font-size: 12px;
    color:#ABADC9;
    text-decoration: line-through
}
.product-item:not(.product-banner) .image:not(.wrapper_sliders) {
    height: 230px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
@media(max-width:520px){
    .product-item:not(.product-banner) .image:not(.wrapper_sliders) {
        height: 230px;
    }
}
.buy-butn{
    border: 2px solid #4C1052;
    height: 34px;
    padding: 8px 12px;
    background: #4C1052;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    color: #fff;
    font-size: 15px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: fit-content;
    margin-top: auto;
}
.product-item .reviews{
    padding: 0 14px 5px 14px;
}
.product-item .buy-butn:hover{
    border: 2px solid #4C1052;
    color:#4C1052;
    background: #fff;
}
.product-item .buy-butn:active{
    border: 2px solid #E1354C;
    color:#fff;
    background: #E1354C;
}
