@media (min-width: 1024px) {
    .cart .item-info {
        display: table-row;
    }
}
#discount-coupon-form {
    .coupon  {
        .control {
            max-width: calc(100% - 140px);
            input {
                width: 100%;
            }
        }
    }
}
dd {
    margin-left: .5rem;
}

.ml-\[130px\]{
    margin-left: 130px;
}
.size-\[110px\] {
    width: 110px;
}
@media (min-width: 1024px) {
    .lg\:ml-0 {
        margin-left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .cart .item-info .product-item-photo img {
        position: absolute;
        width: auto;
    }
    .cart .item-info .product-item-photo .product-image-wrapper{
        padding-bottom: 0 !important;
    }
}