.wish-img {
    max-width: 74px;
    border: 1px solid #dedede;
    box-shadow: 0px 1px 6px 1px #dedede;
    background: #fff;
    margin-bottom: 10px;
    padding: 3%;
}

.trtd-13 td {
    font-size: 13px;
    border: none;
}

.bor-trlast {
    border-bottom: 1px solid #d4d4d4;
}
.heading {
    font-size: 14px;
}
.wishlist_plist {
    display: table-row;
    line-height: 1.6;
}

.wishlist_prd_left, .wishlist_prd_right {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 100%;
    display: table-cell;
    font-weight: 500;
}
.cart-table td{
    vertical-align: middle;
}


.quantity {
    display: inline-block;
}
.quantity .input-text.qty {
    width: 50px;
    height: 34px;
    padding: 2px 5px 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
    font-weight: 500;
    font-size: 13px;
    color: #23282D;
    border-radius: 0px;
}
.quantity .input-text.qty:focus-visible {
    outline: none;
}
.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-radius: 0px;
    box-shadow: 0px 1px 3px 0px #a09b9b99;
    display: flex;
    justify-content: center;
    max-width: 100px;
    margin: auto;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    box-shadow: none;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 34px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}
.quantity.buttons_added .minus {
    border-right: 0;
    border-radius: 0px;
    font-size: 25px;
    color: #34515e;
    padding: 2px 4px 4px 8px;
    line-height: 2px;
    font-weight: 500;
}
.quantity.buttons_added .plus {
    border-left: 0;
    border-radius: 0px;
    font-size: 25px;
    color: #34515e;
    padding: 9px 8px 9px 4px;
    line-height: 2px;
    font-weight: 500;
}
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    /*background: #34515e;*/
    color: #0163d2;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}