

#cart-section h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 300;
    font-family: sans-serif;
    letter-spacing: 2px !important;
}

h5 {
    font-family: sans-serif;
    letter-spacing: 2px !important;
}

.total-thead {
    text-align: right;
    padding: 30px 0px 30px 30px;
    
}

.remove {
    text-decoration: underline;
}

img {
    width: 120px;
}

@media screen and (max-width: 768px) {
    img {
        width: 100px;
    }
}

.cart-txt1 {
    display: flex;
    align-items: center;
}

.cart-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-wotb {
    text-align: right;
    font-weight: 600;
    font-size: larger;
    font: italic;
}

.checkout-btn {
    display: flex;
    justify-items: right;
    text-align: right;
    margin-top: 50px;
    margin-bottom: 50px;
}

thead {
    font-family: sans-serif;
    letter-spacing: 2px !important;
}

.checkout-btn a {
    text-align: center;
    background-color: black;
    color: white;
    border-radius: 1px;
    padding: 12px 20px;
}

.checkout-btn a:hover {
    background-color: rgb(255, 255, 255);
    color: black;
    border: 1px solid black;
}

#emptycart-section {
    height: 60vh;
    display: flex;
    text-align: center;
    justify-items: center;
    align-items: center;
}

.main-content {
    width: 330px;
}

#emptycart-section h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 2px !important;
}

.main-content a {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 12px 14px;
    width: 100%;
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 1px;
}

.main-content a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid black;
    border-radius: 1px;
}

.list-group {
    border: none;
    border-radius: 0px;
}

.list-group-item {
    border-radius: 1px;
    border-top: 1px solid rgb(64, 64, 64) !important;
    border: 1px solid rgb(64, 64, 64);
    margin-top: 15px;
}

.table-thead td{
    border-bottom: solid 1px #EDEDED;

}

.messages {
    text-align: right;
}

#phone-view {
    display: none;
}

#phone-view h5 {
    display: -webkit-box;       /* For multi-line truncation */
    overflow: hidden;          /* Hide overflow text */
    text-overflow: ellipsis;   /* Add ellipsis (...) for overflow text */
    white-space: normal;  
}

.quantity-btn a {
    text-decoration: none;
    color: black;
}

.quantity-btn a:hover {
    text-decoration: none;
    color: black;
}

@media (max-width: 991px) {
    .cart-img img {
        width: 75px;
    }
    .responsive-table {
        display: none;
    }
    #phone-view {
        display: block;
    }
    .main-content {
        width: 250px;
    }
    .remove {
        text-decoration: underline;
        margin-left: auto;
    }
}
