//css for MorePackages
@import "cbkfe-assets/dist/css/control.less";
.cbk-morepackages-background {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    padding: 0.75rem 0;
}

.cbk-morepackages-container-content {
    padding: 0 0.75rem;
    &--noMoreBtn {
        .package-detail-item {
            &:last-child::after {
                border: none;
            }
        }
    }
}

.cbk-morepackages-first-content-noguide {
    margin: auto;
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.2rem 0.6rem 0rem rgba(68, 68, 68, 0.1);
    border-radius: 0.3rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
    z-index: 2;
    .cbk-package-dec-container {
        margin: 0 auto;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.3rem;
        display: flex;
        flex-direction: row;
        .img-dec {
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 0.3rem 0rem 0rem 0.3rem;
        }
        .content-dec {
            font-size: 0.7rem;
            font-weight: 500;
            color: rgba(0, 0, 0, 1);
            line-height: 1.1rem;
            margin: 0.3rem 0.5rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            align-items: center;
        }
    }
}

.cbk-morepackages-first-content {
    // width: 17.25rem;
    margin: auto;
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.2rem 0.6rem 0rem rgba(68, 68, 68, 0.1);
    border-radius: 0.3rem;
    padding: 0.75rem 0.5rem;
    z-index: 2;
    .cbk-morepackages-direction-between {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        .cbk-morepackages-direction-row {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        .icon-title {
            width: 0.6rem;
            height: 0.6rem;
        }
        .package-title {
            align-items: center;
            font-size: 0.65rem;
            font-weight: 400;
            margin-left: 0.2rem;
            color: rgba(255, 153, 51, 1);
            line-height: 0.85rem;
            width: 11rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .loading-more {
            font-size: 0.6rem;
            font-weight: 400;
            color: rgba(157, 157, 157, 1);
            line-height: 0.7rem;
        }
        .iconfont {
            margin-left: 0.3rem;
            font-size: 0.6rem;
            transform: rotate(270deg);
            color: rgba(157, 157, 157, 1);
            line-height: 0.3rem;
        }
    }
    .cbk-package-dec-container {
        width: 16.25rem;
        margin: 0 auto;
        background: rgba(249, 249, 249, 1);
        border-radius: 0.3rem;
        margin-top: 0.75rem;
        display: flex;
        flex-direction: row;
        .img-dec {
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 0.3rem 0rem 0rem 0.3rem;
        }
        .content-dec {
            font-size: 0.7rem;
            font-weight: 500;
            color: rgba(0, 0, 0, 1);
            line-height: 1.1rem;
            margin: 0.3rem 0.5rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            align-items: center;
        }
    }
}

.cbk-morepackages-detail-content-noguide {
    padding: 0.5rem 0.5rem 0;
}

.cbk-morepackages-detail-content-guide {
    padding: 0.75rem;
    padding-bottom: 0;
}

.cbk-morepackages-detail-content {
    position: relative;
    margin-top: -0.5rem;
    background: rgba(249, 249, 249, 1);
    border-radius: 0.3rem;
    z-index: 1;
    .tag-guide {
        border-radius: 0.4rem;
        display: inline;
        .guide-left {
            padding: 0.2rem 0.4rem 0.15rem 0.5rem;
            background: linear-gradient( 135deg, rgba(255, 109, 93, 1) 0%, rgba(255, 34, 68, 1) 100%);
            border-radius: 2.5rem 0rem 0rem 2.5rem;
            font-size: 0.5rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 1);
            line-height: 0.7rem;
        }
        .guide-rigth {
            background: rgba(255, 34, 68, 0.1);
            padding: 0.2rem 0.4rem 0.15rem 0.2rem;
            border-radius: 0rem 2.5rem 2.5rem 0rem;
            font-size: 0.5rem;
            font-weight: 400;
            color: rgba(255, 34, 68, 1);
            line-height: 0.7rem;
        }
    }
    .marginTopTitle {
        // margin-top: 0.7rem;
    }
    .package-detail-item {
        position: relative;
        padding: 0.75rem 0;
        .border-bottom-1px(#EDEDED);
    }
    .package-detail-row-between {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0.3rem;
        .title-row {
            display: flex;
            flex-direction: row;
            .sold-over {
                flex-shrink: 0;
                background: rgba(233, 233, 233, 1);
                border-radius: 0.1rem;
                margin-right: 0.3rem;
                padding: 0 0.2rem;
                display: flex;
                align-items: center;
                font-size: 0.5rem;
                font-weight: 400;
                color: rgba(117, 117, 117, 1);
                height: 0.8rem;
                transform: translateY(1px);
            }
            .font-title {
                font-size: 0.7rem;
                font-weight: 500;
                color: rgba(0, 0, 0, 1);
                line-height: 0.9rem;
                overflow: hidden;
                max-width: 11.8rem;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .font-arrow {
                width: 0.6rem;
                height: 0.6rem;
                margin: 0.15rem 0 0 0.3rem;
                line-height: 0.9rem;
            }
        }
        .font-price {
            font-size: 0.8rem;
            font-weight: 600;
            color: rgba(255, 34, 68, 1);
            line-height: 0.9rem;
            .font-usd {
                font-size: 0.6rem;
                line-height: 1rem;
            }
        }
        .detail-dec {
            font-weight: 400;
            font-size: 0.6rem;
            color: rgba(68, 68, 68, 1);
            line-height: 1.2rem;
            overflow: hidden;
            width: 13rem;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .detail-price-del {
            font-weight: 400;
            font-size: 0.6rem;
            color: rgba(157, 157, 157, 1);
            line-height: 0.6rem;
        }
        .detail-tag {
            display: flex;
            flex-wrap: wrap;
            overflow: hidden;
            flex-direction: row;
            align-items: flex-end;
            font-size: 0;
            .marginLeftTag {
                margin-left: 0.3rem;
            }
            .detail-tag-label {
                color: #757575;
                margin-right: 0.3rem;
                .cbkfe-label::before {
                    content: '';
                    border-color: #C9C9C9;
                }
            }
        }
    }
    .detail-line {
        margin: 0.55rem 0 0.75rem;
        height: 0.05rem;
        background: rgba(237, 237, 237, 1);
    }
    .detail-loading-more {
        display: flex;
        justify-content: center;
        padding: 0.75rem 0;
        .font-loading {
            font-size: 0.6rem;
            font-weight: 400;
            color: rgba(157, 157, 157, 1);
            line-height: 0.6rem;
        }
        .iconfont {
            margin-left: 0.3rem;
            font-size: 0.6rem;
            color: rgba(157, 157, 157, 1);
            line-height: 0.3rem;
        }
        .transform-arrow-down {
            margin-top: 0.2rem;
        }
        .transform-arrow-up {
            margin-bottom: 0.15rem;
            transform: rotate(180deg);
        }
    }
}