.set .timer {
    font-size: 20px;
    background-color: #cc0000;
    padding: 10px 20px;
    color: white;
    margin: 15px;
    display: none;
}

.sets h3 {
    text-align: center;
}

#prd-sets {
    background: transparent;
    display: none;
    margin: 30px auto 15px auto;
    width: 100%;
    padding: 0;
    text-align: center;
    height: max-content;
}

.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;
    height: auto;
 }

.sets .set-product, .sets .set-total
{
    border-radius: 5px;
    background: white;
    flex: 1 1 0;
    height: 325px;
    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 rgb(0, 160, 70);
    padding: 70px 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 {
    font-weight: 700;
    font-size: 16px;
    color: rgb(0, 160, 70);
    white-space: nowrap;
}
.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: rgb(0, 160, 70);
    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: rgb(0, 160, 70);
    border: none;
    margin: 15px auto 10px auto;
    font-size: 18px;
}
.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;
}
.sets .set-product h4 {
    font-size: 16px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    margin-top: 10px;

}


@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: 72px;

    }
    .sets .set-product, .sets .set-total {

        height: 210px;
    }

    .sets .set-total {
        padding: 20px 10px;
    }
    .sets .set-product img {
        max-width: 70px;
    }
    .sets .ao {
        display: none;
    }
}
.kjincluded {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    z-index: 9;
}
.open-options {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px 5px;
}
.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;
}
.sets .out-stock
{
/*    filter: grayscale(100%);*/
}
#prd-sets .swiper-viewport:hover
{
    box-shadow: none!important;
}

.kjs-row.set-product
{
    border: none;
    max-width: 500px;
    width: auto;
    padding: 0;
    margin: 5px 0;
}

  .kjs-table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .kjs-row {
    display: flex;
    align-items: center;

  }

  .kjs-cell {
    flex: 1;
    padding: 2px 5px;

    text-align: center;
  }
.kjs-wide
{
    flex: 4;
}
.kjs-stock
{
    color: green;
}
.kjs-stock.kjs-prd-qty
{
    color: red;
}

.sets .set-product a
{
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 16px;
}