.sets {
  --color1: #fff;
  --color2: #000;
}

.set_top {
    position: relative;
    width: 100%;
    display: flex;
}

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

.sets .set-title {
    margin-top: 0;
    margin-bottom: 31px;
    color: #141414;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.52px;
    text-align: center;
}

.sets .set-title span {
    font-weight: 700;
}

#prd-sets {
    display: none;
    margin: 31px auto;
    padding: 31px 0;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 85px 24px 0px rgba(0, 0, 0, 0.00), 0px 54px 22px 0px rgba(0, 0, 0, 0.01), 0px 31px 18px 0px rgba(0, 0, 0, 0.05), 0px 14px 14px 0px rgba(0, 0, 0, 0.09), 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
}

#prd-sets .btn:hover svg {
    transform: translate(0, 0) rotate(0);
  }
/*
.sets .set-product {
    border: 1px solid #ddd;
}
*/
.sets .set-product .caption {
    padding: 0 10px;
}
.sets .set-product .image {
    border-radius: 20px;
    overflow: hidden;
}
.sets .set-product .image img {
    /* max-height: 150px; */
    /* width: auto; */
}

.sets .set-product
{
    background: white;
    /* flex: 1 1 0; */
    /* height: 290px; */
    width: 240px;
    position: relative;
    width: 50%;
    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 {
    display: flex;
    align-items: center;
}

.sets .economy-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 60px;
    overflow: hidden;
}

.sets .economy-summ,
.sets .economy-val {
    height: 53px;
}

.sets .economy-summ {
    padding: 10px 16px 10px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px 0px 0px 35px;
    background: linear-gradient(117deg, #0BA360 1.29%, #46D495 115.48%);
}

.sets .economy-val {
    padding: 15px 25px 15px 15px;
    border: 1px solid #d4d4d4;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-left: 0;
    overflow: hidden;
}

.sets .set-total .economy {
    font-size: 16px;
    color: var(--color2);
}
.sets .set-total .economy_text {
    margin-right: 3px;
    color: #adadad;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.36px;
}
.sets .set-total .economy_val {
    color: var(--color2);
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.36px;
    white-space: nowrap;
}

.sets .set-total .new_summ {
    color: var(--color1);
    font-weight: 700;
    font-size: 24px;
    white-space: nowrap;
}

.sets .set-product .price-new
{
    color: #0ba360;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.36px;
    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;
}
.set_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.add-set-btn.btn {
    margin: 0;
    min-width: 181px;
    height: 53px;
    background: var(--color2);
}
.img-resp
{
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
}
.sets .set_table {
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.sets .set-product h4 {
    color: #141414;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.36px;
    /* height: 60px; */
    overflow: hidden;
    margin: 27px 0 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 767.98px) {
    .sets .set-total .economy {
        font-size: 14px;
    }
    .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; */
    }
}
.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
{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.sets .ao span {
    width: 70px;
    height: 70px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    background-color: #0ba360;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}
.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;
}

@media screen and (max-width: 1329.98px) {
    #prd-sets {
        padding-top: 24px;
        padding-bottom: 35px;
    }
/*
    .sets .ao {
        top: 30%;
    }
*/
    .sets .set-title {
        font-size: 24px;
    }

    .add-set-btn.btn {
        height: 53px;
        font-size: 18px;
    }

    .set_bottom {
        padding-left: 5px;
        padding-right: 5px;
        gap: 13px;
    }

    .sets .set-total .new_summ {
        font-size: 20px;
    }

    .sets .set-total .economy_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 579.98px) {
    .set_bottom {
        width: 100%;
        flex-direction: column;
    }

    .sets .set-total,
    .sets .economy-val,
    .add-set-btn.btn {
        width: 100%;
    }
}

@media screen and (max-width: 449.98px) {
    .sets .ao {
        top: 30%;
    }
}