/* RestroPress styles */

/* Text styles */
.rpress_fooditems_list h5.rpress-cat {
	text-transform: lowercase;
	font-size: 1.375rem;
	text-align: center;
	border-bottom: 1px solid #ebedf3;
	padding-bottom: 5px;
	padding-top: 20px;
}

.food-title, .rpress-price-holder span.price {
	font-size: 1.375rem;
	font-weight: bold;
}

.rpress_fooditem_inner .rpress_fooditem_excerpt p {
	font-size: 1.125rem;
}

ul.rpress-category-lists .rpress-category-item {
	text-transform: lowercase;
	font-size: 1.25rem;
}

ul.rpress-category-lists .rpress-category-item a {
	text-decoration: none;
}

ul.rpress-category-lists .rpress-category-item a.active {
	text-decoration: underline;
}

ul.rpress-category-lists .rpress-category-item a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

ul.rpress-category-lists .rpress-category-item a.active:hover {
	text-decoration-style: dashed;
}

.rpress_purchase_submit_wrapper .rpress-add-to-cart-label {
	text-transform: lowercase;
	font-size: 1.25rem;
	font-weight: bold;
}

.rpress-section .rpress-sidebar-cart-wrap .item-order>span {
	font-size: 1.375rem;
	font-weight: bold;
}

ul.rpress-cart li.rpress-cart-item span, ul.rpress-cart .cart-item-quantity-wrap .qty-class {
	font-size: 1.25rem;
}

ul.addon-item-wrap li.rpress-cart-item span {
	font-size: 1.125rem;
}

ul.addon-item-wrap li.rpress-cart-item .rpress-cart-item-title:before {
	content: "+ "
}

ul.rpress-cart li.rpress-cart-item .rpress-edit-from-cart span, .rpress-cart .cart-action-wrap a.rpress-remove-from-cart {
	text-decoration: underline;
}

ul.rpress-cart li.rpress-cart-item .rpress-edit-from-cart span:hover, .rpress-cart .cart-action-wrap a.rpress-remove-from-cart:hover {
	text-decoration-style: dashed;
}

.rpress-cart .rpress_subtotal, .rpress-cart .rpress_cart_tax, .rpress-cart .rpress-delivery-fee, .rpress-cart .rpress_user_discount, .rpress-cart .rpress_total  {
	font-size: 1.25rem;
}

.rpress.item-order a.rpress-clear-cart {
	font-size: 0.8rem;
}

ul.rpress-cart .cart-action-wrap a, ul.rpress-cart .cart-action-wrap a span, html body .delivery-wrap .delivery-change {
	font-size: 0.8rem;
	color: #8E8E8E;
}

ul.addon-item-wrap span.rpress-cart-item-title {
	color: #8E8E8E;
}

.rpress-cart span.rpress-cart-item-title {
	color: black;
}

.delivery-opts {
	font-size: 1.25rem;
}

.rpress-element-title span {
	font-size: 1.125rem;
	margin-top: 5px;
}

.rpress-cart .rpress_empty_cart {
	font-size: 1.125rem;
}

.rpress-cart .addon-item-wrap li.rpress-cart-item {
	margin-top: 5px;
}

.delivery-opts span.delMethod {
	text-transform: lowercase;
}

/* Add item form */

html body #rpressModal .modal-body {
	max-height: 550px;
}

.modal__title {
	font-size: 1.375rem;
}

.rpress-addon-category {
	font-size: 1.25rem;
}

div.food-item-list span.cat_price {
	font-size: 1.125rem;
}

.special-instructions {
	font-size: 1.125rem;
	height: 4rem;
	width: 100%
}

.view-food-item-wrap div {
	margin-bottom: 1rem;
}

.addons-wrapper.addons-wrapper-23 {
	margin-bottom: 2rem;
}

#fooditem-details h6.rpress-addon-category, #fooditem-update-details h6.rpress-addon-category {
	margin-bottom: 15px;
}

span.cart-item-price {
	align-self: center;
}

div.food-item-list span {
	font-size: 1.125rem;
}

/* Order container */
.rpress-section .rpress-sidebar-cart-wrap {
	min-width: 300px;
}

/* Button styles */
/* Add to cart buttons */
a.button.rpress-submit {
	text-decoration: none;
	font-weight: bold;
	font-size: 2.5rem;
	line-height:2.5rem;
	padding: 0 0.6rem;
	border-radius: 10px;
}

a.button.rpress-submit:hover {
	opacity: 0.80;
}

span.rpress-add-to-cart-label.rp-ajax-toggle-text {
	display: none;
}

.rpress_fooditem.rpress-list .add-icon {
	display: none;
}

.rpress_fooditem.rpress-list .rpress_purchase_submit_wrapper a.rpress-add-to-cart.button {
	height: auto;
	width: auto;
}

a.rpress-add-to-cart.button.rpress-submit:after {
	content: "+";
}

/* Update button */
a.btn.btn-primary.btn-block.rpress-delivery-opt-update:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* Checkout button */
.rpress-cart .cart_item.rpress_checkout a {
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #B46E4C;
	border-color: #B46E4C;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Source Sans Pro", sans-serif;
	min-height: 45px;
}

@media only screen and (max-width: 768px) {
	.rpress-cart .cart_item.rpress_checkout a {
		position: relative;
		top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.close-cart-ic {
		padding: 7px 8px;
	}
}

.rpress-cart .cart_item.rpress_checkout a:hover {
	opacity: 0.90;
	border-color: #B46E4C;
}

html body .rpress-section ul li.delivery-items-options {
	margin-bottom: 50px;
}

/* Pickup time button */
a.btn.btn-block.btn-primary {
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
	width: 200px;
	background-color: #B46E4C;
	border-color: #B46E4C;
	margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
	font-size: 1.375rem;
	font-weight: bold;
}

a.btn.btn-block.btn-primary:hover {
	text-decoration: underline;
	border-color: #B46E4C;
}

/* Add to cart button */
.rpress-popup-actions a.submit-fooditem-button {
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #B46E4C;
	border-color: #B46E4C;
	margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
	font-size: 1.375rem;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
}

.rpress-popup-actions a.submit-fooditem-button:hover {
	border-color: #B46E4C;
	opacity: 0.9;
}

span.cart-item-price {
	position: static;
	right: 0;
}

@media only screen and (max-width: 599px) {
	.rpress-popup-actions.edit-rpress-popup-actions.rp-col-md-12 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.rpress-popup-actions.edit-rpress-popup-actions.rp-col-md-12 .rp-col-md-8.rp-col-xs-8 {
		width: 100%;
	}
	.rp-col-md-4.rp-col-xs-4.btn-count {
		width: 130px;
		margin-bottom: 10px;
		
	}
}


/* Mobile checkout button */
.rpress-mobile-cart-icons div.rp-cart-right-wrap {
	border-radius: 50px;
	text-decoration: none;
	background-color: #B46E4C;
	border-color: #B46E4C;
	font-size: 1.375rem;
	font-weight: bold;
}

.rpress-mobile-cart-icons .rp-cart-right-wrap:hover {
	opacity: 0.90;
	border-color: #B46E4C;
}

/* Checkout page button */
#rpress_purchase_form_wrap #rpress_purchase_submit input {
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #B46E4C;
	border-color: #B46E4C;
	font-size: 1.375rem;
	font-weight: bold;
}

#rpress_purchase_form_wrap #rpress_purchase_submit input:hover {
	opacity: 0.90;
	border-color: #B46E4C;
}

/* Add to cart form */
div.rpress-popup-actions input[type="button"]:hover {
	opacity: 0.8;
	color: black;
	border-width: 3px;
	font-weight: bold;
	cursor: pointer;
}

/* Close button */
button.modal__close {
	background-color: white;
	padding-right: 2px;
}

button.modal__close:hover {
	cursor: pointer;
	border: solid 1px rgba(0, 0, 0, .3);
}
button.modal__close:active {
	background-color: rgba(50, 50, 50, .3)
}

/* Center on checkout */
.rpress_get_subtotal {
	text-align: left;
}

.rpress_cart_total {
	text-align: left;
}

/* Checkout checkbox */
fieldset#rpress_checkout_order_details {
	display: grid;
	grid-template-columns: 4% 96%;
	column-gap: 15px;
}

@media only screen and (max-width: 768px) {
	fieldset#rpress_checkout_order_details {
		column-gap: 25px;
	}
}

@media only screen and (min-width: 1500px) {
	fieldset#rpress_checkout_order_details {
		column-gap: 0px;
	}
}

p#rpress-order-note {
	grid-column: 1/3;
	grid-row-start: 1;
}

p.cfm-el.rp-col-md-12.rp-col-sm-12.checkbox.checkbox {
	grid-row-start: 2;
	grid-column: 2/3;
}

ul.cfm-checkbox-checklist {
	grid-row-start: 2;
	grid-column: 1/2;
}

li.cfm_checkbox_cont {
	top: 25px;
}

/* Checkout page font and layout */
#rpress_checkout_form_wrap legend, .rpress.item-order h6 {
	font-size: 2rem;
}

#rpress_checkout_form_wrap label {
	font-size: 1.375rem;
}

#rpress_checkout_form_wrap input.rpress-input, #rpress_checkout_form_wrap textarea {
	font-size: 1.25rem;
	padding-left: 10px;
}

#rpress_checkout_form_wrap input.rpress-input {
	height: 2.5rem;
}

#rpress_checkout_form_wrap span.rpress-description {
	font-size: 1rem;
}

span.rpress_checkout_cart_item_qty, .rpress-cart span.rpress-cart-item-title, #rpress_checkout_cart_wrap th, #rpress_checkout_form_wrap #rpress_final_total_wrap, #rpress_checkout_cart_wrap th.rpress_get_subtotal {
	font-size: 1.25rem;
}

.rpress-cart .cart-item-quantity-wrap, #rpress_checkout_cart_wrap .rpress-checkout-addon-row .rpress-cart-item-title, .rpress-cart .cart-item-quantity-wrap span, .rpress_cart_tax_row {
	font-size: 1.125rem;
}

#rpress_checkout_cart_wrap {
	position: sticky;
	top: 0;
}

#rpress_checkout_cart_form .rpress_cart_remove_item_btn {
	font-size: 0.8rem;
}

#rpress_checkout_cart_form {
	order: 2;
}

#rpress-card-country-wrap, #rpress-card-state-wrap {
	display: none;
}

.rpress-checkout-addon-row {
	color: #8E8E8E;
}

.rpress-checkout-addon-row:before {
	content: "+";
}

#rpress_purchase_form legend, #rpress_checkout_form_wrap fieldset#rpress_register_account_fields legend {
	padding-top: 21px;
}

#rpress_checkout_order_details legend {
	padding-top: 42px;
}

#rpress_cc_address, #rpress-card-address-wrap, #rpress-card-city-wrap {
	display: flex;
	flex-wrap: wrap;
}

#card_address, #card_city {
	align-self: flex-end;
}

.rpress-label {
	flex-basis: 100%;
}

/* Order confirmation */
.rp-header *, #rp-order-details * {
	font-family: "Source Sans Pro", sans-serif;
}

.rp-order-summary-main h3 {
	display: none;
}

.rp-customer-receipt h3.rp-order-head-text {
	font-size: 1.75rem;
}

#rp-order-details h3 {
	font-size: 2rem;
	font-weight: bold;
}

.rp-customer-receipt p {
	line-height: 1.5rem;
}

.rp-customer-receipt h4.rp-order-no-text, #rp-order-summary th {
	font-size: 1.375rem;
}

.rp-customer-receipt p.rp-order-message-text, #rp-order-summary .rpress-main-item-name, #rp-order-summary .rp-center, #rp-order-summary .rp-tb-right {
	font-size: 1.25rem;
}

#rp-order-details p, #rp-order-details .rp-order-section, #rp-order-summary .rpress-receipt-addon-item {
	font-size: 1.125rem;
}

#rp-order-summary .rpress-main-item-name, #rp-order-summary .rpress-receipt-addon-item {
	line-height: 2rem;
}

.rpress_purchase_receipt_product_name {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 769px) {
	.rp-order-section {
		margin-left: auto;
		margin-right: auto;
		width: 40%;
	}
}
	
#rp-order-details .rpress-cfm-receipt-fields {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	margin-bottom: 25px;
}

h3.rp-center.rp-order-head-text, h4.rp-center.rp-order-no-text {
	margin-top: 10px;
	margin-bottom: 10px;
}

p.rp-center.rp-order-message-text {
	margin-top: 10px;
	margin-bottom: 40px;
}

#rp-order-details {
	margin-top: 0;
}
.rp-row {
	line-height: 1rem;
}

#rp-order-details h3 {
	margin-top: 0;
}

#rp-order-details .rp-col-lg-6.rp-col-md-6.rp-col-sm-12 .rp-order-section:nth-of-type(3) {
	line-height: 2rem;
	margin-bottom: 10px;
}

small.rpress-receipt-addon-item {
	color:#8E8E8E;
}

small.rpress-receipt-addon-item:before {
	content: "+ ";
}

.rp-order-summary-main tfoot {
	line-height: 2rem;
}

#rp-order-summary {
	border-collapse: collapse;
}

tr.rpress_cart_footer_row.rpress_cart_total_row {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	line-height: 2rem;
}

@media screen and (max-width: 786px) {
	.rpress_purchase_receipt_product_name {
		width: unset;
	}
}

/* Pickup page responsive fix */
@media only screen and (max-width: 1024px) and (min-width: 992px) {
	.rp-col-md-3 {
		width: 25%
	}
}

/* Order confirmation footer fix */

.order_confirmation .rp-row .rp-col-sm-12 {
	float: none;
}

@media only screen and (min-width: 769px) {
	#rp-order-details .rp-row .rp-col-lg-6 {
		float: left;
	}
}

footer {
	clear: both;
}

/* Food search */
div.rpress-search-wrap input#rpress-food-search {
	font-size: 1.125rem;
	box-shadow: none;
}

/* Login button */
.rpress-checkout-button-actions a.rpress-submit.button {
	background-color: #B46E4C;
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.25rem;
	font-weight: bold;
	white-space: normal;
}

a.rpress_checkout_register_login.rpress-submit.button.rp-col-sm-12, .rpress-checkout-button-actions a.rpress-submit.button {
	font-size: 1.25rem;
}

/* Footer fix checkout */
@media only screen and (min-width: 769px) {
	#rpress_checkout_wrap {
		display: flex;
	}
}

/* Popup fix */
.ws-popover.validity-alert .ws-po-box {
	width: 200px;
}

.ws-popover {
	width: 100%;
	height: 100%;
}

/* hiding the invoice details */
#rpress_cc_address {
	display: none;
}