.trec-autopack-title { 
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.trec-autopack-title { 
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.trec-autopack-content {
    display: block;
    width: max-content;
    background-color: #eaf2ff;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
}

.trec-autopack-items {
    display: flex;
    position: relative;
    align-items: center;
}

.trec-autopack-items .plus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background-color: #232323;
    border-radius: 15px;
    z-index: 2;
    line-height: 2;
}

.trec-autopack-items .trec-autopack-item {
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
}

.trec-autopack-items .trec-autopack-item .thumb {
    display: block;
    min-width:100px;
    max-width:100px;
}

.trec-autopack-items .trec-autopack-item .thumb img {
    display: block;
    max-width: 90px;
    width: 100%;
    height: auto;
    margin: auto;
}

.trec-autopack-items .trec-autopack-item .th1 {
    flex:1;
    margin-left: 10px;
}

.trec-autopack-items .trec-autopack-item .name {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.trec-autopack-items .trec-autopack-item .combinations .com_label{
    color:#6B7280;
    font-size:11px;
    margin: 5px 0 0;
}

.trec-autopack-items .trec-autopack-item .combinations select.combination {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    color:#6B7280;
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
}

.trec-autopack-items .trec-autopack-item .price {
    font-size: 18px;
    margin-top: 5px;
    position: initial;
}

.trec-autopack-bottom {
    display: flex;
    margin-top: 10px;
}

.trec-autopack-bottom .price {
    flex: 1;
    margin: 0;
    top:0;
}

.trec-autopack-bottom .price .t1 {
    font-size: 14px;
    font-weight: 600;
}

.trec-autopack-bottom .price .t2 {
    font-size: 24px;
    font-weight: 700;
}

.trec-autopack-bottom .price .t3 {
    font-size: 12px;
    font-weight: 400;
}

.trec-autopack-bottom .cta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.trec-autopack-bottom .cta .btn {
    background-color: #2757e7;
    border-color: #2757e7;
}
.trec-autopack-bottom .cta .small {
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
}
.trec-autopack-bottom .price .price_diff{
    display: flex;
    align-items: center;
    color: #2757e7;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
}
.trec-autopack-bottom .price .price_diff .pd1{
    margin-left: 5px;
}
@media (min-width: 992px) {
    .trec-autopack-content {
        padding: 30px 20px 10px;
        margin: 10px 0 30px;
    }

    .trec-autopack-items .plus {
        margin: 0 -5px;
    }
    .trec-autopack-items .trec-autopack-item {
        padding: 10px 15px 10px;
        max-width: 335px;
        min-width: 335px;
        min-height: 138px;
    }
    .trec-autopack-items .trec-autopack-item .combinations select.combination {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .trec-autopack-content {
        padding: 10px 0 0;
        margin: 10px 0 30px;
        width: 100%;
    }
    .trec-autopack-items{
        flex-direction: column;
    }
    .trec-autopack-items .plus {
        margin: -7px 0;
    }
    .trec-autopack-items .trec-autopack-item{
        width: calc(100% - 20px);
    }
    .trec-autopack-items .trec-autopack-item .thumb img{
        margin: auto;
    }
    .trec-autopack-items .trec-autopack-item .th1 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    /* .trec-autopack-items .trec-autopack-item .combinations{
    } */
    .trec-autopack-items .trec-autopack-item .combinations select.combination{
        display: block;
        width: calc(100% - 10px);
    }
    .trec-autopack-items .trec-autopack-item .name {
        max-width: 85%;
    }
    .trec-autopack-bottom {
        flex-direction: column;
        padding: 10px;
    }
    .trec-autopack-bottom .cta .btn {
        width: 100%;
        max-width: 335px;
        margin: auto;
        display: block;
    }

    .trec-autopack-content .t3 {
        margin-top: 10px;
        font-size: 12px;
    }
}