.Design_Summary {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 10px;
    height: 100%;
}

.Design_Summary .title_div {
    padding: 1px 6px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

.Design_Summary .title_div::after {
    position: absolute;
    content: "";
    background: #bd7d41;
    width: 27px;
    height: 2px;
    bottom: -7px;
}

.Design_Summary .specification_div {
    /* height: 130px; */
    overflow: auto;
    scrollbar-width: none;
    margin: 31px 0px 20px;
}

.Design_Summary .bottom_btn_div {
    display: flex;
    justify-content: space-between;
}

.Design_Summary .bottom_btn_div .White_Btn {
    width: 35%;
    padding: 7px 3px !important;
}

.Design_Summary .bottom_btn_div .Dark_Blue_Btn {
    width: 60%;
}

.Design_Summary .title_div .inner_text {
    color: #343434;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
}

.Design_Summary .bill_container {
    width: 100%;
    font-size: 14px;
}


.Design_Summary .bill_container .bill_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.Design_Summary .bill_container .bill_row.total_row {
    padding-top: 10px;
    border-top: 2px solid #ededed;
    margin-top: 10px;
}

.Design_Summary .bill_container .bill_row .label {
    font-weight: 500;
    color: #343434;
    font-size: 13px;
    margin-bottom: 0px;
    width: 33%;
    font-family: 'Raleway';
    font-weight: 600;
}

.Design_Summary .bill_container .bill_row .value {
    color: #343434;
    font-size: 13px;
    font-weight: 500;
    width: 33%;
    font-family: 'Roboto Slab';
    text-align: right;
}

.Design_Summary .bill_container .bill_row .price {
    text-align: right;
}

.Design_Summary .bottom_btn_div .AddToCartBtn-section {
    width: 60%;
}

.Design_Summary .bottom_btn_div .AddToCartBtn-section .add-cart-btn {
    background: #1F2A44;
    width: 100%;
    font-size: 14px;
    padding: 7px 10px;
}

.Design_Summary .empty_specification {
    text-align: center;
    padding: 40px 20px;
    border: 2px dashed #b59061;
    border-radius: 12px;
    background: #fffaf6;
}

.Design_Summary .empty_specification .empty_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #e8f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.Design_Summary .empty_specification h5 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.Design_Summary .empty_specification p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

@media (min-width:0px) and (max-width:991px) {
    .Design_Summary .specification_div {
        height: unset;
        margin-bottom: 13px;
    }
}



@media (min-width:1200px) and (max-width:1399px) {
    .Design_Summary .empty_specification h5 {
        font-size: 16px;
    }

    .Design_Summary {
        padding: 0px;
    }


    .Design_Summary .bottom_btn_div .White_Btn {
        width: 35%;
        padding: 7px !important;
    }


    .Design_Summary .bill_container .bill_row .label,
    .Design_Summary .bill_container .bill_row .value {
        font-size: 12px;
    }

    .Design_Summary .bottom_btn_div .Dark_Blue_Btn {
        width: 60%;
        padding: 7px !important;
    }

    .Design_Summary .empty_specification {
        padding: 20px 20px;
    }
}