.Step_5 .Custom_Product_Overview {
    margin-bottom: 20px;
}

.Step_5 .Custom_Product_Overview.price_overview_div {
    margin-top: 20px;
}

.Step_5 .Custom_Product_Overview.price_overview_div .specification_div {
    height: unset;
    overflow: auto;
}

.Step_5 .total_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Step_5 .total_div .left_text {
    color: #343434;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    width: 40%;
}

.Step_5 .total_div .right_text {
    color: #343434;
    font-size: 19px;
    margin-bottom: 0px;
    font-weight: 600;
    width: 60%;
    font-family: Roboto Slab;
}

.Step_5 .Custom_Product_Overview .bottom_btn_div {
    display: none;
}

.Step_5 .bottom_btn_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 150px;
}

.Step_5 .bottom_btn_div .White_Btn {
    width: 35%;
}

.Step_5 .bottom_btn_div .AddToCartBtn-section {
    width: 60%;
}

.Step_5 .bottom_btn_div .AddToCartBtn-section .add-cart-btn {
    background: #1F2A44;
    width: 100%;
    font-size: 14px;
    padding: 7px 10px;
}


@media (min-width:0px) and (max-width:991px) {
    .Step_5 .bottom_btn_div {
        margin-top: 30px;
    }
}