.card
{
    margin-top: 2vh !important;
}
._grid
{
    
}
._list
{
    width: 100%;
    height: fit-content;
    display: none;
}
.l_pro
{
    width: 100%;
    border: solid 2px #E5E5E5;
    display: flex;
    border-radius: 5px;
    margin-top: 2vh;
}
.l_img
{
    height: 15rem;
    width: 27%;
    background-image: url('../images/image\ 33.png');
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center; */
}
.l_d
{
    padding-top: 3vh;
}
.t1
{
    color: var(--dark, #1C1C1C);
    /* Text-title */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.t2
{
    color: var(--base-color-dark, #1C1C1C);
    /* Title-H4 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.t2 del
{
    color: var(--gray-500, #8B96A5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: line-through;
}
.l_dot
{
    width: 6px !important;
    height: 6px !important;
    flex-shrink: 0 !important;
    color: #DEE2E7 !important;
}
.l_order
{
    color: var(--gray-500, #8B96A5);
    /* Text-base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.l_ship
{
    color: #00B517;

    /* Text-base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.t3
{
    color: var(--gray-600, #505050);
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
}
.t4
{
    color: #15A2DA;
    /* text-btn/btn-normal */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.hrt
{
    width: 2.5em;
    height: 2.5rem;
    border: solid 2px #DEE2E7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FC7F7F;
    font-weight: bold;
    border-radius: 6px;
    margin-top: 2rem;
}
