
.open-bonus{
    padding: 15px 0;
    background-color: rgba(148, 54, 141, 0.1);
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.open-bonus:hover{
    transition: all ease-out 0.5s;
    opacity: 0.8;
}

.row-item, .row-offer {
    position: relative;
    display: flex;
    padding: 0;
    border-bottom: 1px solid #ececec;
    min-height: 50px;
    font-size: 14px;
    align-items: center;
}

.spoiler.offers {
    display: none;
}

.quant_none {
    display: none !important;
}

.spoiler.offers {
    background-color: #f5f5f5;
}

.row-item .name, .row-offer .name {
    font-size: 12px;
}

.price-block-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.price-block-main > div {
    width: 50%;
}

.row-item i, .row-offer i {
    color: rgb(47, 44, 45);
    font-size: inherit;
    padding: 0;
}

.quantityLimit {
    float: left;
    padding: 0px 20px 0 10px;
    width: 150px;
    white-space: nowrap;
    color: #94368D;
}


.product-item-amount {
    display: flex;
}

.product-item-amount input {
    outline-style: none;
    display: inline-block;
    margin: auto 0;
    max-width: 65px;
    height: 40px;
    text-align: center !important;
    box-sizing: border-box;
    float: left;
    border: 1px solid #f5f5f5;
    border-right: none;
    border-left: none;
    font-size: 20px;
    font-weight: 700;
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #FFF !important;
    color: #2F2C2D !important;
}

.count_minus, .count_plus {
    border: 1px solid #f5f5f5;
    display: inline-block;
    border-right: none;
    max-width: 30px;
    width: 100%;
    line-height: 40px;
    float: left;
    border-bottom-color: transparent;
    background-color: #f5f5f5;
    font-size: 20px;
    color: #706f6f;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}


.sum-block {
    float: right;
    margin: 0;
    max-width: 80px;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    background-color: #FFF;
    border: 1px solid rgb(236, 236, 236);
    height: 40px;
    padding: 12px 0;
}

.all_bonus_available {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 3px solid #ba4e97;
    padding-bottom: 30px;
}

.all_bonus_available h3,
.all_bonus_available h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background-color: rgba(148, 54, 141, 0.1);
    padding: 15px 0;
}

.all_bonus_available h3{
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_bonus_available h3 .icon-warning-insurance{
    float: right;
    position: static;
}
.all_bonus_available > div {
    width: 50%;
    text-align: center;
}

.all_bonus_available span {
    background-color: rgba(148, 54, 141, 0.1);
    padding: 10px;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .row-item, .row-offer {
        display: block;
        padding: 5px 0;
    }

    .row-item .name, .row-offer .name {
        padding: 15px;
    }

    .product-item-amount input {
        max-width: 30px;
    }

    .sum-block {
        max-width: 60px;
    }
}