/* .empty-image {
    margin-left: 296px;
    margin-top: 48px; 
} */
.empty-cart-message {
    margin-top: 38px;
    font-size: 30px;
    font-weight: bold;
}
.cart-empty{
       display: none;
}
.customhi .detailbutton {
    background-color: #ffde17;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 92px;
    border-radius: 20px;
    color: #141313;
    cursor: pointer;
    padding-bottom: 3px;
    padding-right: 87px;
    height: 39px;
}
.customhi{
    display: flex;
    justify-content: center;}
.customhi .detailbutton:hover {
    background-color: purple; /* Darker yellow on hover */
}


  .empty-cart-message h1 {
    font-weight: bold;
    font-size: 30px;
}
.em-button h4{
    font-size: 14px;
    margin-left: 14px 
}
.empty-cart-container {
    display: flex; /* Use flexbox to make children elements display in the same row */
    justify-content: center; /* Align items vertically in the center */
}

/* responsive */
@media only screen and (max-width: 768px) {
    .empty-cart-message h1 {
       
        font-size: 20px;
    }
}

