.wrapper {
    
    /* width: 340px; */
    /* min-height: 10px; */
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    margin: 60px 0;
}
td{
    font-size: 18px;
}

button {
    width: 100% !important;
    height: 45px !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 700;
    outline: none;
    font-size: 20px;
    background-color: rgb(25, 25, 25);
    border: none;
}
button:hover {
    width: 100% !important;
    height: 45px !important;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    outline: none;
    font-size: 20px;
    background-color: #141414;
    border: none;
}

.group {
    margin: 50px 0;
}
.group a{
    color: #fff !important;
}
table {
    width: 100%;
}

.item-img img {
    width: 100%;
    /* width: 5rem; */
    /* height: 5rem; */
    border-radius: 10px;
}

.item-details {
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.item-details .item-title {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;

}

.item-details .item-size,
.item-qty {
    color: #AAA8BB;
    font-weight: 500;
    font-size: 14px;
}

.item-price {
    font-weight: 600;
    text-align: right;
}

.divider {
    width: 100%;
    height: .5px;
    background-color: lightgray;
    margin: 10px 0;
}
.pt-70{
    padding-top: 0px !important;
    padding-bottom: 70px;
}
.group h4{
    font-weight: 600;
    font-size: 20px;
    color: #000;
}