.sets {
  --color1: #f60;
  --color2: #71be00;
}

.set .timer {
    font-size: 20px;
    background-color: #cc0000;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    margin: 15px;
    display: none;
}

.sets h3 {
    text-align: center;
}

#prd-sets {
    background: transparent;
    display: none;
    margin: 10px auto;
    width: 100%;
    padding: 0 15px;
    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: 250px;
    position: relative;
    min-width: 150px;
    margin: 5px;
    vertical-align: middle;
   -webkit-box-shadow: 0px 0px 20px 3px rgba(191,191,191,0.5);
    -moz-box-shadow: 0px 0px 20px 3px rgba(191,191,191,0.5);
    box-shadow: 0px 0px 20px 3px rgba(191,191,191,0.5);
}
.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: white;
    border-radius: 5px;
    background: var(--color1);
    padding: 3px 7px;
    position: relative;
    top: -3px;
}

.sets .set-total .old_total
{
    text-decoration: line-through;
    color: #a3a3a3;
    font-size: 20px;
    font-weight: 700;
}

.sets .set-total .new_summ {
    color: var(--color1);
    font-weight: 700;
    font-size: 22px;
    margin-top: 15px;
    white-space: nowrap;
}

.sets .set-product .price-new
{
    font-weight: 700;
    font-size: 16px;
    color: red;
    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-product .image
    {
        width: 30%;
        float: left;
        margin-top: 30px;
    }
    .sets .set-product .caption
    {
        width: 70%;
        float: left;
        padding: 15px 50px 15px 0px;
    }

    .sets .set-total .economy {
        font-size: 14px;
    }

    .sets .set-total .new_summ {
        margin-top: 5px;
        
    }

    .sets .set-product h4 {
    }
    .sets .set-product, .sets .set-total {
        height: auto;
        min-width: 100%;
    }

    .sets .set-total {
        padding: 35px 10px;
    }
    .sets .set-product .image img {
        max-height: 70px;
        width: auto;
    }
    .sets .ao {
      
    }
    .sets .set-total .kjleft
    {
        text-align: right;

    }
    .sets .set-total .kjleft, .sets .set-total .kjright
    {
        width: 50%;
        float: left;
        padding: 0 10px;
    }
        .add-set-btn {
        margin: 0;
    }
}
.sets .set-total .old_total,
.sets .set-total .economy
{
    display: inline-block;
}
.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;
}
.setv .set-product, .setv .set-total
{
    height: auto;
}