/* ====== CUSTOM FORM IN PRODUCT PAGE ====== */
.s-product-options-option-content .delivery-date-buttons button {
    padding: 4px !important;
    border: 1px solid #eee;
    background: white;
    border-radius: 4px;
    min-width: 6rem;
    box-shadow:none !important;
}

.s-product-options-textarea .mt-1 {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #ddd;
}

.s-product-options-textarea textarea,
.s-product-options-textarea input {
    border:none !important;
    text-align:center;
}

.s-product-options-textarea textarea {
    border-top:1px solid #eee !important;
    border-bottom:1px solid #eee !important;
}

.s-product-options-option-label small {
    display:none;
}

.s-product-options-grid-mode-span {
    border-color: #ddd;
    font-weight: 400;
    font-size: 14px;
}

.product-single__inner salla-product-options .s-form-control {
    border-color:#ddd;
    border-radius:4px !important;
}

@media (max-width:768px){
.s-product-options-option-content,
.delivery-date-buttons {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
}
.s-product-options-grid-mode-span {
    border-radius:4px !important;
}
}