body {
    font-family: Inter;
}

.product-container {
    background: #FAFAF5;
}

.product-name {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.product-price {
    color: #426B1F;
    font-size: 20px;
    font-weight: 500;
}

.em-text {
    font-size: 20px;
    font-weight: 500;
}

.order-summary-box {
    height: 100%;
    background: #FAFAF5;
    padding: 24px;
    position: relative;
}

.order-summary-box td {
    background: transparent;
}

@media (max-width: 518px){
    .card-body {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}