.set .timer {
    font-size: 20px;
    background-color: #cc0000;
    padding: 10px 20px;
    color: white;
    margin: 15px;
    display: none;
}

.sets h3 {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #373941;
    margin-bottom: 30px;
    font-weight: 400;
}

#prd-sets {
    background: transparent;
    display: none;
    margin: 10px auto;
    width: 100%;
    padding: 0;
    text-align: center;
}

.old_price {
    text-decoration: line-through;
    color: #b3b3b3;
}
.sets .set-product {
    border: 1px solid #ddd;
    padding: 15px 10px 10px 10px;
}
 .sets .set-product img {
    max-width: 150px;
    max-height: 150px;
 }

.sets .set-product, .sets .set-total {
    border-radius: 5px;
    background: white;
    flex: 1 1 0;
    max-width: 200px;
    position: relative;
    min-width: 150px;
    margin: 5px;
    vertical-align: middle;
}
.sets .setv .set-product,
.sets .setv .set-total
{
    max-width: 100%;
    flex: 0 0 100%;
}
.sets .set-total {
    border: 2px solid #f60;
    padding: 45px 10px;
}

.sets .set-total .economy {
    font-size: 16px;
    color: #71be00;
}
.sets .set-total .economy_val {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    color: #71be00;
    clear: both;
    float: none;
    display: block;
}
.sets .set-product .new_price, .sets .new_summ {
    white-space: nowrap;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #373941;
}
.sets .new_summ {
    font-size: 20px;
    margin-top: 15px;
    white-space: nowrap;
}
.sets .set .disc {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 6px 4px 10px;
    background-color: #f60;
    border-radius: 5px 0 5px 0;
    color: white;
}
.sets .set .quantity {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 6px;
    background-color: #71be00;
    border-radius: 0 5px 0 5px;
    color: white;
}
.add-set-btn {
    background: #f60;
    border: none;
    margin: 15px auto 10px auto;
}
.img-responsive {
    max-width: 100%;
    margin: 0 auto;
}

.sets .set_table {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

@media screen and (max-width: 767px) {
    .sets .set-total .economy {
        font-size: 14px;
    }
    .sets .set-total .economy_val {
        font-size: 16px;
    }
    .sets .new_summ {
        font-size: 17px;
    }
    .sets .set-product .old_price {
        font-size: 13px;
    }
    .sets .set-product .new_price {
        font-size: 15px;
    }
    .sets .set-product h4 {
        font-size: 14px;
        line-height: 18px;
        height: 54px;

    }
    .sets .set-product, .sets .set-total {
    }

    .sets .set-total {
        padding: 20px 10px;
    }
    .sets .set-product img {
    }
    .sets .ao {
        display: none;
    }
}
.kjincluded {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    z-index: 9;
}
.open-options {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 4px 0;
    background: #eef2f1;
    border: 0;
    color: #3f4e5d;
}
.sets .ao
{
    padding: 0 10px;
}
.sets .ao span {
    background: #bbb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: table;
    font-size: 25px;
    font-weight: 700;
    margin: 10px auto;
    color: white;
}
.mymargin {
    margin-top: 30px;
}
.hidden {
    display: none;
}
#prd-sets {
    box-shadow: none;
    border: none;
}
#prd-sets table td {
    vertical-align: middle;
}
#prd-sets .owl-wrapper-outer
{
    border: none;
    box-shadow: none;
}
.series-options-modal .discounts, 
.series-options-modal input[name="kjquantity"]
{
    display: none!important;
}