body
{
    background-color: #F7FAFC;
}
.main
{
    width: 80%;
    margin: 10vh auto;
    
}
.c_h
{
    color: var(--dark, #1C1C1C);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.2px;
}
.sec1
{
    width: 100%;
    padding-left: 1vw;
    display: flex;
}
.product
{
    width: 65%;
    height: fit-content;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid var(--gray-300, #DEE2E7);
    background: var(--base-color-white, #FFF);
    /* display: flex; */
    padding: 2rem 1.5rem;
}
.item
{
    display: flex;
    width: 100%;
}
.item_m
{
    height: 80px;
    width: 80px;
    background-image: url('../images/jar.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.item_d
{
    padding-left: 1rem;
}
.belly
{
    color: var(--dark, #1C1C1C);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 0px;
    margin-top: .7rem;
}
.size
{
    color: var(--gray-500, #8B96A5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}
.seller
{
    color: var(--gray-500, #8B96A5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 5px;
    letter-spacing: -0.2px;
}
.remove
{
    color: #FA3434;
    background-color: transparent;
    border: solid 2px #DEE2E7;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 600;
}
.item_p
{
    width: fit-content;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}
.price
{
    color: var(--base-color-dark, #1C1C1C);
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.quantity
{
    border: solid 2px #E0E0E0;
    border-radius: 5px;
    padding: 3px 5px;
    color: var(--dark, #1C1C1C);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hvr
{
    width: 100%;
    margin: 1rem auto;
}
.btn_holder
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.back
{
    border-radius: 6px;
    background: #15A2DA;
    padding: .5rem 1.5rem;
    border: none;
    color: #FFF;
    outline: none !important;
}
.rem
{
    border-radius: 6px;
    border: 1px solid var(--gray-300, #DEE2E7);
    background: var(--white, #FFF);
    color: #15A2DA;
    padding: .5rem 1rem;
    outline: none !important;
}
.right
{
    height: fit-content;
    width: fit-content;
    margin-left: 2rem;
}
.up
{
    height: fit-content;
    width: 100%;
    padding: 1.3rem 1rem;
    background-color: #FFF;
    border: solid 1px #DEE2E7;
    border-radius: 5px;
    padding-right: 2rem;
}
.coupon
{
    color: var(--gray-600, #505050);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.add
{
    display: flex;
}
.a_t
{
    height: 2.5rem;
    border: solid #E0E0E0 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.a_b
{
    height: 2.5rem;
    border: solid #E0E0E0 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: transparent;
    width: 85px;
    height: 40px;
   color: #15A2DA;

}
.down
{
    height: fit-content;
    width: 100%;
    padding: 1.3rem 1rem;
    background-color: #FFF;
    border: solid 1px #DEE2E7;
    border-radius: 5px;
    padding-right: 2rem;
    margin-top: 2rem;
}
.hh
{
    display: flex;
    justify-content: space-between;
}
#discount_price
{
    color: #FA3434;
}
#tax_price
{
    color: #00B517;
}
#total
{
    color: var(--dark, #1C1C1C);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#total_price
{
    color: var(--dark, #1C1C1C);
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.btn_chk
{
    height: 3rem;
    border-radius: 8px;
    background: #58C087;
    border: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #FFFFFF;
}
.payment
{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
.payment svg, .payment img
{
    cursor: pointer;
}
.parts
{
    width: fit-content;
    height: fit-content;
    padding-left: 1rem;
    display: flex;
    margin-top: 1rem;
}
.p_m
{
    height: 4rem;
    width: 12rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.p_m:nth-child(1)
{
    background-image: url('../images/secure.png');
}
.p_m:nth-child(2)
{
    background-image: url('../images/deliver.png');
    margin-left: 3vw;
}
.recomend
{
    height: fit-content;
    padding: 2rem 2rem;
    padding-bottom: 3rem;
    width: 95%;
    border-radius: 6px;
    border: 1px solid var(--gray-300, #DEE2E7);
    background: #FFF;
    margin-top: 2rem;
}
.rc
{
    color: var(--dark, #1C1C1C);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: -0.2px;
}
.r_img
{
    width: 100%;
    height: 15rem;
    background-image: url('../images/jar.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.p_r
{
    color: var(--dark, #1C1C1C);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 1rem;
}
.p_2
{
    color: var(--base-color-gray-800, #606060);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.2px;
    margin-bottom: 3rem;
}
.p_link
{
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid var(--gray-300, #DEE2E7);
    background: var(--white, #FFF);
    color: #15A2DA;
    padding: .4rem 1rem;
    
}
.p_link:hover
{
    color: #15A2DA;
}
.bx
{
    width: 95%;
    height: fit-content;
    padding: 2rem 2rem;
    padding-bottom: 1rem;
    background-image: url('../images/Banner.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    margin-top: 2rem;
    display: flex;
}
.bigger
{
    color: #FFF;
    font-family: Proxima Nova;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.2px;
}
.join
{
    color: var(--base-color-white, #FFF);
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.699999988079071;
}
.mem
{
    width: fit-content;
    height: fit-content;
    border-radius: 6px;
    background: #58C087;
    display: block;
    margin-left: auto;
    border: none;
    color: #FFF;
    padding: .7rem 1rem;
}