.content__row
{
    padding-bottom: 10px;
}

.content__row--top-md {
    padding-top: 10px;
}
.product-cut__actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    gap: 10px 0px;
}

.product-cut__action-item:not(:first-child) {
    padding-left: 5px;
}
.product-cut__action-item:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}

.product-cut__action-item:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.product-cut__action-item:nth-child(3){
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
.product-buy form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-buy__quantity {
    float: left;
    margin-right: 3px;
    margin-top: 10px;
    width: 78px;
}

.mobile-product_shipping{
    display: block!important;
}