.product-item {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 30px;
}

.product-item-image-wrappe-outter {
    padding: 30px;
}


.product-item-image-wrapper {
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 330px;
    width: 100%;
}

/*
.product-item-image-wrapper img {
    display: block;
    width: 100%;
    max-height: 330px;
}
*/

.product-item-title {
    font-size: 24px;
    line-height: 26px;
    font-family: 'Arial Narrow';
	font-weight: bold;
	font-style: normal;
    color: #fff;
    padding: 15px 30px 5px 30px;
}

.product-item-price-container {
    padding: 15px 30px 5px 30px;
    font-size: 20px;
    color: #D3362D;
    font-weight: bold;
}

.product-item-title a {
    color: #000;
    text-decoration: none;
}

.product-item-title a:hover, .product-item-title a:active, .product-item-title a:focus {
    text-decoration: none;
    color: #000;
}

.product-item-description {
    padding: 0 30px 0 30px;
    font-size: 15px;
    line-height: 18px;
    min-height: 70px;
}

.product-item-btn-block {
    padding: 15px 30px 15px 30px;
}

.product-item-btn-block a {
    background-color: #06966E;
    border-color: #06966E;
    color: #FFF;
    line-height: 1em;
    font-size: 18px;
    padding: 15px 25px 18px 25px;
    font-family: 'Arial Narrow';
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
    transition: all .5s;
}

.product-item-btn-block a:hover, .product-item-btn-block a:active, .product-item-btn-block a:focus  {
    background-color: #058260;
    text-decoration: none;
    color: #fff;
}

.bx-blue .flugger_lazy_btn {
    background-color: #152C5D;
    outline: 0;
    color: #FFF;
    border-radius: 0!important;
}

.bx-blue .flugger_lazy_btn:hover, .bx-blue .flugger_lazy_btn:active, .bx-blue .flugger_lazy_btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #11234A;
}