/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2025 | 09:56:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.k-search__group--search #text_search {
	padding: 8px;
}

.k-form__group--buttons .k-btn {
	padding: 10px !important;
    margin-bottom: 2px !important;
}

.k-card--restaurant__terms {

    position: initial;

    padding: 9px;
	width: 100%;
    text-align: center;
    margin-top: 3px;
}

.k-card--restaurant__terms span {
    background-color: #df5635;
    border: 1px solid #df5635;
    border-radius: 6px;
    color: #fff;
    font-size: .7777777778rem;
    font-weight: 500;
    padding: 2px 10px;
    text-transform: uppercase;
    width: 100%;
}

.offer-redeem-form {
	margin-top: 20px;
}

.offer-redeem-form.is-hidden {
  display: none;
  opacity: 0;
}

.gform_confirmation_message p {
	color: #333333;
	font-size: 16px;
}

#floating-redeem-form {
	background-color: #fff;
    overflow: hidden;
	padding: 15px;
}