/* תיקון RTL לאזור הווריאציות */
.product-foot-rescue form.variations_form {
    direction: rtl;
}

/* גורם לכותרת ולבחירה להיות אחד מתחת לשני */
.product-foot-rescue .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* הכותרת (בחר ניחוח) */
.product-foot-rescue .variations th {
    text-align: right;
    width: 100%;
    margin-bottom: 4px;
}

/* הדרופדאון */
.product-foot-rescue .variations td {
    width: 100%;
}

/* הדרופדאון עצמו */
.product-foot-rescue select {
    width: 100%;
}