.set_items {
    width: 100%;
    padding-right: 12px;
    max-height: 564px;
}
.set_items.customScroll {
    padding-bottom: 100px !important;
}
.set_detail_images {
    width: 530px;
    height: 760px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    flex-shrink: 0;
}
.set_detail_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.set_detail_images .swiper-button-next {
    right: 10px;
}
.set_detail_images .swiper-button-prev {
    left: 10px;
}
.set_detail_content {
    display: flex;
}
.set_items .set-item-image-wrapper {
    display: block;
    width: 60px;
    height: 80px;
}
.opened-set .set_items .set-item-image-wrapper {
    width: 80px;
    height: 120px;
}
.set_items .set-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.set_item_img {
    position: relative;
    margin: 0 20px;
}
.set_item_img .add-wishlist {
    position: absolute;
    top: 6px;
    right: 4px;
    z-index: 10;
}
.set_item {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid var(--border);
}
.set_item .product_item_title {
    margin: 0;
    position: relative;
}
.set_item .product_item_not-av {
    position: absolute;
    top: 120%;
    left: 0;
    pointer-events: none;
    opacity: 0;
    color: var(--secondary-txt);
    font-weight: 400;
    font-size: 12px;
    transition: .3s ease;
}
.set-item-container.disabled .product_item_not-av {
    opacity: 1;
}
.set_item .product-item-scu-block .select-val {
    width: 190px;
    height: 38px;
    background: var(--secondary_color);
    border: none !important;
}
.set_item .product-item-scu-item-color-block {
    border: 1px solid var(--secondary_color);
}
.set_item .product-item-scu-block .select-val .scu-select-arrow {
    padding: 0 0 0 16px;
    border-left: 1px solid #dbdbdb;
}
.set_item .product-item-scu-item-list {
    border: none;
    width: auto;
    min-width: 100%;
    max-width: 300px;
}
.set_item .product-item-info-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.set_item .wrapper-select-block {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 10px;
}
.set_item_name_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.set_item .price-block-col {
    margin-left: auto;
    align-self: center;
    flex-shrink: 0;
}
.set_item .product_item__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.set_item .product-item-price-current span {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.set_item .product-item-price-old span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 6px;
}
.set_item .product-item-scu-item-color-block {
    padding: 2px;
}
.set_item .product-item-scu-item-color-block img {
    width: 40px;
    height: 24px;
}
.set_item .product-item-scu-block .sku-line-block-title-select img {
    width: 24px;
    height: 18px;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
}
.set_item .sku-line-block-title-select {
    display: flex;
    align-items: center;
    margin-left: 0;
}
.set_item .product_item_title a {
   max-width: 250px;
}
.set_item_check {
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 1px solid var(--main-txt);
    cursor: pointer;
    flex-shrink: 0;
    transition: .3s ease;
}
.set_item_check svg {
    display: block;
    position: relative;
    top: -1px;
}
.set_item_check path {
    stroke-dasharray: 20px;
    stroke-dashoffset: 25px;
    opacity: 0;
    transition: .3s ease;
}
.set_item_check.active path {
    opacity: 1;
    stroke-dashoffset: 42px
}
.set-item-container.disabled .set_item_check {
    opacity: .3;
    pointer-events: none;
}
.set-item-container.disabled .set_item_check path {
    opacity: 0;
    stroke-dashoffset: 25px;
}
.set-item-container.disabled .set-item-image-wrapper img {
    opacity: .6 !important;
}
.set_items_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.set_buy_box {
    width: 100%;
    margin-top: auto;
    padding: 26px;
    background: var(--secondary_color);
}
.set_total {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.set_buy_box .set_buy-btn {
    width: 100%;
    margin-top: 26px;
}
.set_buy_box .set_buy-btn.no-products {
    opacity: .6;
    pointer-events: none;
}
.set_total_count, .set_total_count span {
    font-size: 16px;
    font-weight: 600;
}
.set_total_discount-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.set_discount, .set_discount span {
    color: var(--stocks);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    transition: .3s ease;
}
.set_total_price {
    font-weight: 700;
    font-size: 24px;
}


.opened-set .set_detail_images {
    width: 400px;
    height: 600px;
}
.opened-set .set_detail_images.slider {
    padding-bottom: 35px;
}
.opened-set .set_detail_title {
    padding: 50px 0 30px;
    font-weight: 600;
    font-size: 24px;
    text-transform: none;
    margin: 0;
}
.opened-set .set_items {
    padding: 0 !important;
    max-height: none;
}
.opened-set .set-item-container {
    padding-right: 20px;
}
.opened-set .set_item .product-item-info-container {
    flex-direction: column;
    align-items: flex-start;
}
.opened-set .set_item .wrapper-select-block {
    margin-right: 0;
    margin-top: 6px;
}
.opened-set .set_item .product_item_title a {
    max-width: 180px;
}
.opened-set .set_item {
    padding: 20px 0;
}
.opened-set .set_detail_images .swiper-button-next {
    right: 50%;
    transform: translateX(75px);
    padding-right: 10px;
}
.opened-set .set_detail_images .swiper-button-prev {
    left: 50%;
    transform: translateX(-75px);
    padding-left: 10px;
}
.opened-set .swiper-btn {
    top: unset;
    bottom: 0;
    transform: none;
    border: none;
    width: auto;
    height: 16px;
}
.opened-set .swiper-button-disabled {
    opacity: 0.15;
}
.opened-set .swiper-btn svg {
    transform: none;
}
.opened-set .swiper-button-next:hover svg {
    transform: translateX(20%);
}
.opened-set .swiper-button-next:hover:active svg {
    transform: translateX(40%);
}
.opened-set .swiper-button-prev:hover svg {
    transform: translateX(-20%);
}
.opened-set .swiper-button-prev:hover:active svg {
    transform: translateX(-40%);
}
.set_slider_nav {
    display: none;
}
.opened-set .set_slider_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 42px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 21px);
}
.opened-set .set_slider_nav span {
    width: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.opened-set .set_detail_images {
    position: sticky;
    top: 20px;
}
.opened-set .set_items.customScroll {
    padding-bottom: 0 !important;
    overflow: visible !important;
}
@media (max-width: 1350px) {
    .set_detail_images {
        width: 250px;
        height: 400px;
        margin-right: 30px;
    }
    .set_detail_images .swiper-button-prev {
        left: 5px;
    }
    .set_detail_images .swiper-button-next {
        right: 5px;
    }
    .set_item .product_item_title a {
        max-width: 200px;
    }
    .opened-set_content {
        padding-left: 20px;
    }
    .opened-set .set_detail_images {
        width: 340px;
        height: 480px;
    }
}
@media (max-width: 992px) {
    .set_detail_content {
        display: block;
    }
    .set_detail_images {
        width: 350px;
        height: 500px;
        margin: 0 auto 30px;
    }
    .opened-set .set_detail_images.slider {
        margin: 0 auto 60px;
    }
    .opened-set .set_detail_images {
        position: relative;
    }
    .opened-set_content {
        padding-right: 20px;
    }
    .opened-set .set-item-container {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .set_items {
        max-height: unset;
        padding-right: 0;
    }
    .set_item .product_item_title a {
        max-width: 160px;
    }
    .set_item_img {
        margin: 0 15px;
    }
}
@media (max-width: 576px) {
    .set_detail_images {
        width: 250px;
        height: 400px;
    }
    .set_item {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .set_item_name_box {
        order: 5;
        width: 100%;
        margin-top: 20px;
        padding-left: 32px;
    }
    .set_item .product_item_title a {
        max-width: 45%;
    }
    .set_total_count {
        width: 100%;
        margin-bottom: 15px;
    }
    .set_total_discount-price {
        flex-direction: row;
        align-items: flex-end;
    }
    .set_discount {
        margin-bottom: 3px;
        margin-left: 10px;
        order: 3
    }
    .set_detail_images {
        width: 250px;
        height: 400px;
    }
    .opened-set_content {
        padding-right: 10px;
        padding-left: 10px;
    }
    .opened-set .set_item .product_item_title a {
        max-width: 45%;
    }
    .set_item .product_item_not-av {
        top: 110%;
    }
    .set_item .product-item-info-container {
        margin-top: 18px;
    }
}