.summary {
    position: sticky;
    top: 160px;
}
.advanced-profile-bundle .main-product-side {
    display: flex;
    justify-content: space-between;
}
.mps {
    border: 1px solid #e2e2e2;
    padding: 20px;
    background: #f4f4f4;
    margin: 0 0 30px;
}
.advanced-profile-bundle .main-product-side .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.advanced-profile-bundle .main-product-side img.img-auto.lazy-load.lazy-complete {
    max-width: 296px;
}
.mps a.active {
    color: #181818!important;
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    font-weight: 300!important;
}
.mps li.variant {
    margin: 6px 0 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.mps li.variant .name {
    margin: 0;
    font-size: 14px;
}
.advanced-profile-bundle .main-product-side button.btn.btn-cart.btn-color-1 {
    height: 52px;
    padding: 8px 20px;
    border: 1px solid #ff9d00;
    background: #ff9d00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
}
.advanced-profile-bundle .main-product-side .right .butons-side button#tk-detail {
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-left: 10px;
    height: 52px;
    border-radius: 0;
    outline: 0;
    padding: 8px 20px;
}
.advanced-profile-bundle .main-product-side .title-fp {
    font-size: 16px;
    font-weight: 500;
}
.advanced-profile-bundle .main-product-side .price .old {
    color: #a1a1a1;
    text-decoration: line-through;
    font-size: 14px;
}
.advanced-profile-bundle .main-product-side .price .new {
    font-size: 16px;
    color: #181818;
    font-weight: 500;
}
.product-groups-wrapper {
    padding: 0 50px 0 0;
}
.fnt-t {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0 20px;
}
.product-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e2e2e2;
}
.product-item .images {
    flex: 0 0 20%;
}
.product-item .info {
    flex: 0 0 78%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-item .info .info-head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-item .info .info-head a.title {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.infos-right {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
.infos-right .sale-price {
    flex: 0 0 58%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.infos-right .sale-price .list-price {
    text-decoration: line-through;
    color: #9CA3AF;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
}
.infos-right .sale-price span.value.sale-variant-price {
    color: #171414;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    font-size: 15px;
    padding: 0 0 6px;
    border-bottom: 1px solid #e2e2e2;
}
.summary .cover {
    margin: 0 0 20px;
}
.summary .items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 10px;
}
.summary .items .item {
    padding: 0 0 10px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
}
.summary .items .item .name {
    flex: 0 0 60%;
    font-size: 14px;
    color: #181818;
}
.summary .items .item .quantity {
    flex: 0 0 20%;
    font-weight: 300;
}
.summary .items .item .price.just-tr {
    flex: 0 0 20%;
    text-align: right;
}
.summary .total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
.summary .total-price .name {
    font-size: 14px;
    font-weight: 500;
}
.summary .total-price .value {
    font-size: 15px;
    font-weight: 500;
}
.summary .button-group button {
    outline: 0;
    border: 0;
    color: #fff;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181818;
    font-size: 15px;
    text-transform: uppercase;
}
.summary .total-price .d-flex.flex-column .old-value {
    color: #a1a1a1;
    text-decoration: line-through;
}
@media (max-width:900px) {
    .product-groups-wrapper {
        padding: 0;
        margin: 16px 0 0;
    }
    .product-item {
        gap: 12px;
        margin: 0 0 16px;
        padding: 0 0 16px;
    }
    .infos-right {
        gap: 4px;
        justify-content: flex-end;
        flex-direction: column;
    }
    .actions input.form-control {
        height: 34px;
    }
    .actions a.btn {
        height: 34px;
    }
    .mps {
        padding: 10px;
    }
    .advanced-profile-bundle .main-product-side {
        flex-direction: column;
        align-items: flex-start;
    }
    .advanced-profile-bundle .main-product-side .right {
        gap: 12px;
        margin: 10px 0 0;
    }
    .advanced-profile-bundle .main-product-side .right .butons-side {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .advanced-profile-bundle .main-product-side button.btn.btn-cart.btn-color-1 {
        width: 100%;
        height: 48px;
    }
    .advanced-profile-bundle .main-product-side .right .butons-side button#tk-detail {
        width: 100%;
        height: 48px;
        padding: 8px 10px;
    }
    .mps li.variant {
        align-items: flex-start;
        gap: 2px;
        flex-direction: column;
    }
    .summary.d-block.d-md-none {
        position: fixed;
        bottom: 0;
        top: unset;
        z-index: 10;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #e2e2e2;
    }
    .fp-area .summary-head {
        padding: 6px;
        margin: 0;
        font-size: 14px;
    }
    .summary.d-block.d-md-none .btns-area {
        padding: 6px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .summary.d-block.d-md-none .btns-area .price-side .old-value {
        color: #a1a1a1;
        text-decoration: line-through;
    }
    .summary.d-block.d-md-none .btns-area .price-side .value {
        font-size: 15px;
        font-weight: 500;
    }
    .summary.d-block.d-md-none .btns-area button {
        padding: 4px 26px;
    }
    .product-content-side {
        border-bottom: 1px solid #e2e2e2;
        padding: 10px;
    }
    .product-content-side .cover {
        display: flex;
    }
    .product-content-side .cover .image {
        max-width: 100px;
    }
    .fp-area .summary-head .description {
        display: flex;
        gap: 6px;
        align-items: center;
    }
    .product-content-side .info {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    
    
    
}