.product img{
    width: 150px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.cart_pro_title{font-size: 13px !important;line-height: 10px;}
.thead-dark th{background-color: #be645e !important;border-color: transparent !important;}
.details{
    align-self: flex-start;
}
.details a:first-child{
    color: var(--site_col_1);
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
}
.details p{
    margin: 10px 0;
}
.remove{
    color: #ff0000c4;
}
.subtotal-table{
    width: 35vw;
    max-width: 375px;
    min-width: 205px;
    border-top: 1px solid #926a32;
}
.checkout{
    margin-top: 1rem;
}
.checkout a{
    color: white;
    background-color: #be645e;
    border-radius: 2rem;
    padding: 8px 20px;
}
.modal{
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 25%;
    z-index: 1050;
    display: block;
    overflow: hidden;
    outline: 0;
    height: 30%;
    width: 50%;
}
@media (max-width: 500px){
    .product{
        flex-direction: column;
        align-items: flex-start;
    }
    .details p{
        margin: 2px 0;
    }
    .subtotal-table{
        max-width: 1000px;
        width: 100%;
    }
}
