/* Farm Tickets — frontend product page styles */
.ft-cart-form .ft-options {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
}
.ft-cart-form .ft-options th,
.ft-cart-form .ft-options td {
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
}
.ft-cart-form .ft-options thead th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
    border-bottom: 2px solid #ddd;
}
.ft-cart-form .ft-option-qty input {
    width: 80px;
    padding: 6px 8px;
    text-align: center;
}
.ft-cart-form .ft-options tfoot td {
    font-weight: bold;
    font-size: 16px;
    border-top: 2px solid #ddd;
    border-bottom: none;
    padding-top: 14px;
}
.ft-cart-form .ft-total-value { text-align: right; }
.ft-cart-form .ft-date-row { margin: 12px 0; }
.ft-cart-form .ft-date-row label { display: block; margin-bottom: 4px; font-weight: 600; }
.ft-cart-form .ft-date-row input { padding: 6px 10px; }
.ft-cart-form .ft-add-to-cart-btn { margin-top: 10px; }
