.sets {
    margin-top: 120px !important;
}

.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: 0 auto;
    width: 100%;
    padding: 0;
    text-align: center;
}

.sets-slider > button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: calc(100% + 20px);
    border-radius: 2px;
    border: none;
    color: var(--text-dark);
    background-color: rgba(255, 255, 255, 0.20);
    transition: background-color .3s, color .3s, opacity .3s;
}
.sets-slider > button:hover {
    background-color: #0D0000;
    color: #fff;
}
.sets-slider > button svg{
    width: 12px;
}
.sets-slider > button.slick-prev{
    right: 60px;
}
.sets-slider > button.slick-next{
    right: 15px;
}

.sets-slider > button.slick-disabled{
    opacity: .5;
    pointer-events: none;
}
.sets .set-product .image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 250 / 200;
    object-fit: cover;
}

.sets .set-product, .sets .set-total
{
    border-radius: 2px;
    background: #FFFFFF;
    height: auto;
    max-width: 302px;
    position: relative;
    min-width: 150px;
    vertical-align: middle;
}
.sets .set-product{
    padding: 20px;
    text-align: left;
}
.sets .us-module-reviews span {
    font-family: var(--font-family-text), sans-serif;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: underline;
    text-align: center;
    position: static;
    text-underline-offset: 3px;
}
.sets .us-module-rating-star-is {
    background-image: url(../../theme/oct_ultrastore/img/star-accent.svg);
}
.sets .setv .set-product,
.sets .setv .set-total
{
    max-width: 100%;
    flex: 0 0 100%;
}
.sets .set-total {
    border: 2px solid var(--accent-c);
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sets .set-total .economy {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.sets .set-total .economy_val {
    white-space: nowrap;
    color: var(--accent-c);
}

.sets .set-total .new_summ {
    color: var(--accent-c);
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
    white-space: nowrap;
}

.sets .set-product .price
{
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    margin-top: auto;
}
.sets .set-product .price-old
{
    color: #9E9B98;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 400;
}

.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 {
    margin: 30px 0 0;
    font-weight: 400;
}
.img-resp
{
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
}
.sets .set_table {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-flow: wrap;
}
.sets .set-product h4 {
    color: var(--text-dark);
    font-family: var(--font-family-title), sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 3lh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-transform: uppercase;
}
.sets .set-product h4 a{
    transition: color .3s;
}
.sets .set-product h4 a:hover,
.sets .set-product h4 a:focus{
    color: var(--accent-c);
}
.sets__banner{
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow .3s;
}
.sets__banner:hover{
    box-shadow: 0 2px 8px 0 rgba(189, 32, 37, 0.83);
}
.sets__banner-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.sets__banner-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
    color: #FFF;
    text-align: center;
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    white-space: nowrap;
}
@media screen and (max-width: 1619px) {
    .sets .set-product{
        max-width: 202px;
    }
}
@media screen and (max-width: 1199px) {
    .sets .ao {
        margin: 0 -35px;
        position: relative;
        z-index: 3;
    }
}
@media screen and (max-width: 991px) {
    .sets {
        margin-top: 50px !important;
        padding: 0 15px !important;
    }
    .sets .us-module-reviews span {
        font-size: 11px;
    }
    .sets .ao{
        display: none;
    }
    .sets .set_table{
        display: grid;
        grid-template-columns: repeat(2, minmax(1px, 1fr));
        grid-auto-rows: 1fr;
        gap: 10px;
        margin: 0;
    }
    .sets-slider > .slick-list {
        margin: -15px;
        padding: 15px;
    }
    .sets-slider .swiper-slide{
        transition: opacity .3s;
        opacity: 0;
    }
    .sets-slider .swiper-slide.slick-current{
        opacity: 1;
    }
    .sets .set-product, .sets .set-total{
        max-width: initial;
    }
    .sets-slider > button{
        width: 34px;
        height: 34px;
        transform: none;
        top: initial;
        bottom: calc(100% + 5px);
    }
    .sets-slider > button.slick-next {
        right: 0;
    }
    .sets .us-main-shop-title {
        text-align: left;
    }
    .sets .set-product h4{
        font-size: 12px;
        font-weight: 500;
        margin: 10px 0 15px;
        height: 40px;
    }
    .sets .us-module-rating-star {
        width: 12px;
        height: 12px;
    }
    .sets .set-total .economy{
        font-size: 14px;
    }
    .sets .set-total .new_summ{
        font-size: 18px;
    }
    .sets .set-total .new_summ {
        margin-top: 15px;
    }
    .sets .set-product{
        padding: 10px;
    }
    .sets .set-total{
        padding: 60px 10px;
    }
    .sets .set-product .price {
        font-size: 14px;
    }
    .sets .set-product .price-old {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .sets__banner-title{
        font-size: 12px;
    }
    .add-set-btn {
        font-size: 11px;
        padding: 10px;
        margin-top: 15px;
    }
}
.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
{
    align-self: center;
    /*padding: 0 10px;*/
}
.sets .ao span {
    background: #FFF;
    border-radius: 50%;
    border: 1px solid var(--accent-c);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sets .ao span svg {
    width: 9px;
}
.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;
    padding: 14px 20px;
}
.series-options-modal .bs5-close
{
    display: none;
}
.setv .set-product, .setv .set-total
{
    height: auto;
}