.sets {
  --color1: #f60;
  --color2: #71be00;
}

.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: 10px auto;
    width: 100%;
    padding: 0;
    text-align: center;
}

.sets .set-product {
    border: 1px solid #ddd;
}

.sets .set-product .caption {
    padding: 0 10px;
}
.sets .set-product .image {
    margin-top: 10px;
}
.sets .set-product .image img {
    max-height: 150px;
    width: auto;
}

.sets .set-product, .sets .set-total
{
    border-radius: 5px;
    background: white;
    flex: 1 1 0;
    height: 290px;
    max-width: 220px;
    position: relative;
    min-width: 150px;
    margin: 5px;
    vertical-align: middle;
/*    -webkit-box-shadow: 3px 3px 20px 0px rgba(191,191,191,1);
    -moz-box-shadow: 3px 3px 20px 0px rgba(191,191,191,1);
    box-shadow: 3px 3px 20px 0px rgba(191,191,191,1);*/
}
.sets .setv .set-product,
.sets .setv .set-total
{
    max-width: 100%;
    flex: 0 0 100%;
}
.sets .set-total {
    border: 2px solid var(--color1);
    padding: 65px 10px;
}

.sets .set-total .economy {
    font-size: 16px;
    color: var(--color2);
}
.sets .set-total .economy_val {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    color: var(--color2);
}

.sets .set-total .new_summ {
    color: var(--color1);
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
    white-space: nowrap;
}

.sets .set-product .price-new
{
    font-weight: 700;
    font-size: 16px;
    color: #444;
    white-space: nowrap;
}

.sets .set-product .price
{
    font-size: 15px;
}

.sets .set-product .price-old 
{
    text-decoration: line-through;
    color: #b3b3b3;
    font-size: 12px;
}

.sets .set .disc {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 6px 4px 10px;
    background-color: var(--color1);
    border-radius: 5px 0 5px 0;
    color: white;
    z-index: 5;
}
.sets .set .quantity {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 6px;
    background-color: var(--color2);
    border-radius: 0 5px 0 5px;
    color: white;
    z-index: 5;
}
.add-set-btn {
    background: var(--color1);
    border: none;
    margin: 15px auto 10px auto;
}
.img-resp
{
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 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: 60px;
    overflow: hidden;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@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 .price-old {
        font-size: 13px;
    }
    .sets .set-product .price-new {
        font-size: 15px;
    }
    .sets .set-product h4 {
        font-size: 14px;
        line-height: 18px;
        height: 54px;

    }
    .sets .set-product, .sets .set-total {

        height: 220px;
    }

    .sets .set-total {
        padding: 35px 10px;
    }
    .sets .set-product .image img {
        max-height: 70px;
        width: auto;
    }
    .sets .ao {
        display: none;
    }
}
.kjincluded {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    z-index: 9;
}
.sets .set-product .open-options {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    padding: 0!important;
}
.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;
}

.sets .out-stock
{
    filter: grayscale(100%);
}

#prd-sets .swiper-viewport
{
    box-shadow: none;
}

.series-options-modal .price
{
    font-size: 18px;
    line-height: 38px;
    float: left;
    margin: 0;
    font-weight: 500;
}
.series-options-modal .price-old
{
    text-decoration: line-through;
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 300;
}

.series-options-modal .price-new
{
    margin-left: 10px;
    font-size: 19px;
    color: #444;
    white-space: nowrap;
    font-weight: 700;
}
.series-options-modal .discounts, 
.series-options-modal input[name="quantity"]
{
    display: none!important;
}
.series-options-modal input[name="quantity"]
{
    width:70px;
    margin-left: 10px;
    display: inline-block;
}
.series-options-modal .apply-options
{
    float: right;
    font-size: 15px;
}
.series-options-modal .bs5-close
{
    display: none;
}