.Step_4 {}

.Step_4 .all_glass_types {
    height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.Step_4 .all_glass_types .glass_card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.Step_4 .all_glass_types .glass_card:hover {
    background: #E6EEFF 0% 0% no-repeat padding-box;
    border: 1px solid #C0D3FE;
}

.Step_4 .all_glass_types .glass_card.active {
    background: #FCE0C4 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #884200;
    border: 1px solid #B87332;
}

.Step_4 .all_glass_types .glass_card .top_div {
    width: 75%;
}

.Step_4 .all_glass_types .glass_card .top_div .name_text {
    color: #343434;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 600;
}

.Step_4 .all_glass_types .glass_card .price {
    color: #343434;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
     width: 25%;
     text-align: right;
}

.Step_4 .all_glass_types .glass_card .sub_text {
    color: #807F7F;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 500;
}

.Step_4 .all_glass_types .glass_card .tag_div {
    background: #FEE9CE 0% 0% no-repeat padding-box;
    border-radius: 17px;
    position: absolute;
    top: -11px;
    right: 5px;
    padding: 1px 11px;
}

.Step_4 .all_glass_types .glass_card .tag_div .tag_text {
    color: #343434;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
}