.show-quantity-before-cart .product-card__footer {
    gap: 10px;
}

@media (min-width: 576px) {
    .show-quantity-before-cart .product-snapshot-vertical .product-card__footer {
        flex-direction: column;
    }

    .show-quantity-before-cart .product-snapshot-horizontal .product-card__footer .product-card__item {
        width: auto;
    }
}

.show-quantity-before-cart .product-card__footer .product-card__item {
    gap: 5px;
    margin: 0;
    width: 100%;
}

.show-quantity-before-cart .product-card__footer .product-card__item.product-card-details {
    width: 100%;
}

.show-quantity-before-cart .product-card__details-button {
    width: 100%;
}

.show-quantity-before-cart .product-card__addtocart {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
}

.show-quantity-before-cart .quantity-input {
    width: 40px;
}

.show-quantity-before-cart .quantity-name-text {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .show-quantity-before-cart .quantity-name-text {
        margin-left: 0;
        margin-right: 5px;
    }
}

.show-quantity-before-cart .button-add-to-cart {
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
    flex: 1;
}