@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
/*** RPRESS Admin CSS** @package RPRESS* @subpackage Admin CSS* @copyright Copyright (c) 2018, Magnigenie* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License*/
/*Bootstrap Grid System Css Start***********************************************/
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width: 768px) {
	.container {
		width: 750px
}
}
@media (min-width: 992px) {
	.container {
		width: 970px
}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px
}
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
	margin-right: -15px;
	margin-left: -15px
}
.rp-col-xs-1, .rp-col-sm-1, .rp-col-md-1, .rp-col-lg-1, .rp-col-xs-2, .rp-col-sm-2, .rp-col-md-2, .rp-col-lg-2, .rp-col-xs-3, .rp-col-sm-3, .rp-col-md-3, .rp-col-lg-3, .rp-col-xs-4, .rp-col-sm-4, .rp-col-md-4, .rp-col-lg-4, .rp-col-xs-5, .rp-col-sm-5, .rp-col-md-5, .rp-col-lg-5, .rp-col-xs-6, .rp-col-sm-6, .rp-col-md-6, .rp-col-lg-6, .rp-col-xs-7, .rp-col-sm-7, .rp-col-md-7, .rp-col-lg-7, .rp-col-xs-8, .rp-col-sm-8, .rp-col-md-8, .rp-col-lg-8, .rp-col-xs-9, .rp-col-sm-9, .rp-col-md-9, .rp-col-lg-9, .rp-col-xs-10, .rp-col-sm-10, .rp-col-md-10, .rp-col-lg-10, .rp-col-xs-11, .rp-col-sm-11, .rp-col-md-11, .rp-col-lg-11, .rp-col-xs-12, .rp-col-sm-12, .rp-col-md-12, .rp-col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.rp-col-xs-1, .rp-col-xs-2, .rp-col-xs-3, .rp-col-xs-4, .rp-col-xs-5, .rp-col-xs-6, .rp-col-xs-7, .rp-col-xs-8, .rp-col-xs-9, .rp-col-xs-10, .rp-col-xs-11, .rp-col-xs-12 {
	float: left
}
.rp-col-xs-12 {
	width: 100%
}
.rp-col-xs-11 {
	width: 91.66666667%
}
.rp-col-xs-10 {
	width: 83.33333333%
}
.rp-col-xs-9 {
	width: 75%
}
.rp-col-xs-8 {
	width: 66.66666667%
}
.rp-col-xs-7 {
	width: 58.33333333%
}
.rp-col-xs-6 {
	width: 50%
}
.rp-col-xs-5 {
	width: 41.66666667%
}
.rp-col-xs-4 {
	width: 33.33333333%
}
.rp-col-xs-3 {
	width: 25%
}
.rp-col-xs-2 {
	width: 16.66666667%
}
.rp-col-xs-1 {
	width: 8.33333333%
}
.rp-col-xs-pull-12 {
	right: 100%
}
.rp-col-xs-pull-11 {
	right: 91.66666667%
}
.rp-col-xs-pull-10 {
	right: 83.33333333%
}
.rp-col-xs-pull-9 {
	right: 75%
}
.rp-col-xs-pull-8 {
	right: 66.66666667%
}
.rp-col-xs-pull-7 {
	right: 58.33333333%
}
.rp-col-xs-pull-6 {
	right: 50%
}
.rp-col-xs-pull-5 {
	right: 41.66666667%
}
.rp-col-xs-pull-4 {
	right: 33.33333333%
}
.rp-col-xs-pull-3 {
	right: 25%
}
.rp-col-xs-pull-2 {
	right: 16.66666667%
}
.rp-col-xs-pull-1 {
	right: 8.33333333%
}
.rp-col-xs-pull-0 {
	right: auto
}
.rp-col-xs-push-12 {
	left: 100%
}
.rp-col-xs-push-11 {
	left: 91.66666667%
}
.rp-col-xs-push-10 {
	left: 83.33333333%
}
.rp-col-xs-push-9 {
	left: 75%
}
.rp-col-xs-push-8 {
	left: 66.66666667%
}
.rp-col-xs-push-7 {
	left: 58.33333333%
}
.rp-col-xs-push-6 {
	left: 50%
}
.rp-col-xs-push-5 {
	left: 41.66666667%
}
.rp-col-xs-push-4 {
	left: 33.33333333%
}
.rp-col-xs-push-3 {
	left: 25%
}
.rp-col-xs-push-2 {
	left: 16.66666667%
}
.rp-col-xs-push-1 {
	left: 8.33333333%
}
.rp-col-xs-push-0 {
	left: auto
}
.rp-col-xs-offset-12 {
	margin-left: 100%
}
.rp-col-xs-offset-11 {
	margin-left: 91.66666667%
}
.rp-col-xs-offset-10 {
	margin-left: 83.33333333%
}
.rp-col-xs-offset-9 {
	margin-left: 75%
}
.rp-col-xs-offset-8 {
	margin-left: 66.66666667%
}
.rp-col-xs-offset-7 {
	margin-left: 58.33333333%
}
.rp-col-xs-offset-6 {
	margin-left: 50%
}
.rp-col-xs-offset-5 {
	margin-left: 41.66666667%
}
.rp-col-xs-offset-4 {
	margin-left: 33.33333333%
}
.rp-col-xs-offset-3 {
	margin-left: 25%
}
.rp-col-xs-offset-2 {
	margin-left: 16.66666667%
}
.rp-col-xs-offset-1 {
	margin-left: 8.33333333%
}
.rp-col-xs-offset-0 {
	margin-left: 0
}
@media (min-width: 768px) {
	.rp-col-sm-1, .rp-col-sm-2, .rp-col-sm-3, .rp-col-sm-4, .rp-col-sm-5, .rp-col-sm-6, .rp-col-sm-7, .rp-col-sm-8, .rp-col-sm-9, .rp-col-sm-10, .rp-col-sm-11, .rp-col-sm-12 {
		float: left
}
	.rp-col-sm-12 {
		width: 100%
}
	.rp-col-sm-11 {
		width: 91.66666667%
}
	.rp-col-sm-10 {
		width: 83.33333333%
}
	.rp-col-sm-9 {
		width: 75%
}
	.rp-col-sm-8 {
		width: 66.66666667%
}
	.rp-col-sm-7 {
		width: 58.33333333%
}
	.rp-col-sm-6 {
		width: 50%
}
	.rp-col-sm-5 {
		width: 41.66666667%
}
	.rp-col-sm-4 {
		width: 33.33333333%
}
	.rp-col-sm-3 {
		width: 25%
}
	.rp-col-sm-2 {
		width: 16.66666667%
}
	.rp-col-sm-1 {
		width: 8.33333333%
}
	.rp-col-sm-pull-12 {
		right: 100%
}
	.rp-col-sm-pull-11 {
		right: 91.66666667%
}
	.rp-col-sm-pull-10 {
		right: 83.33333333%
}
	.rp-col-sm-pull-9 {
		right: 75%
}
	.rp-col-sm-pull-8 {
		right: 66.66666667%
}
	.rp-col-sm-pull-7 {
		right: 58.33333333%
}
	.rp-col-sm-pull-6 {
		right: 50%
}
	.rp-col-sm-pull-5 {
		right: 41.66666667%
}
	.rp-col-sm-pull-4 {
		right: 33.33333333%
}
	.rp-col-sm-pull-3 {
		right: 25%
}
	.rp-col-sm-pull-2 {
		right: 16.66666667%
}
	.rp-col-sm-pull-1 {
		right: 8.33333333%
}
	.rp-col-sm-pull-0 {
		right: auto
}
	.rp-col-sm-push-12 {
		left: 100%
}
	.rp-col-sm-push-11 {
		left: 91.66666667%
}
	.rp-col-sm-push-10 {
		left: 83.33333333%
}
	.rp-col-sm-push-9 {
		left: 75%
}
	.rp-col-sm-push-8 {
		left: 66.66666667%
}
	.rp-col-sm-push-7 {
		left: 58.33333333%
}
	.rp-col-sm-push-6 {
		left: 50%
}
	.rp-col-sm-push-5 {
		left: 41.66666667%
}
	.rp-col-sm-push-4 {
		left: 33.33333333%
}
	.rp-col-sm-push-3 {
		left: 25%
}
	.rp-col-sm-push-2 {
		left: 16.66666667%
}
	.rp-col-sm-push-1 {
		left: 8.33333333%
}
	.rp-col-sm-push-0 {
		left: auto
}
	.rp-col-sm-offset-12 {
		margin-left: 100%
}
	.rp-col-sm-offset-11 {
		margin-left: 91.66666667%
}
	.rp-col-sm-offset-10 {
		margin-left: 83.33333333%
}
	.rp-col-sm-offset-9 {
		margin-left: 75%
}
	.rp-col-sm-offset-8 {
		margin-left: 66.66666667%
}
	.rp-col-sm-offset-7 {
		margin-left: 58.33333333%
}
	.rp-col-sm-offset-6 {
		margin-left: 50%
}
	.rp-col-sm-offset-5 {
		margin-left: 41.66666667%
}
	.rp-col-sm-offset-4 {
		margin-left: 33.33333333%
}
	.rp-col-sm-offset-3 {
		margin-left: 25%
}
	.rp-col-sm-offset-2 {
		margin-left: 16.66666667%
}
	.rp-col-sm-offset-1 {
		margin-left: 8.33333333%
}
	.rp-col-sm-offset-0 {
		margin-left: 0
}
}
@media (min-width: 992px) {
	.rp-col-md-1, .rp-col-md-2, .rp-col-md-3, .rp-col-md-4, .rp-col-md-5, .rp-col-md-6, .rp-col-md-7, .rp-col-md-8, .rp-col-md-9, .rp-col-md-10, .rp-col-md-11, .rp-col-md-12 {
		float: left
}
	.rp-col-md-12 {
		width: 100%
}
	.rp-col-md-11 {
		width: 91.66666667%
}
	.rp-col-md-10 {
		width: 83.33333333%
}
	.rp-col-md-9 {
		width: 75%
}
	.rp-col-md-8 {
		width: 66.66666667%
}
	.rp-col-md-7 {
		width: 58.33333333%
}
	.rp-col-md-6 {
		width: 50%
}
	.rp-col-md-5 {
		width: 41.66666667%
}
	.rp-col-md-4 {
		width: 33.33333333%
}
	.rp-col-md-3 {
		width: 25%
}
	.rp-col-md-2 {
		width: 16.66666667%
}
	.rp-col-md-1 {
		width: 8.33333333%
}
	.rp-col-md-pull-12 {
		right: 100%
}
	.rp-col-md-pull-11 {
		right: 91.66666667%
}
	.rp-col-md-pull-10 {
		right: 83.33333333%
}
	.rp-col-md-pull-9 {
		right: 75%
}
	.rp-col-md-pull-8 {
		right: 66.66666667%
}
	.rp-col-md-pull-7 {
		right: 58.33333333%
}
	.rp-col-md-pull-6 {
		right: 50%
}
	.rp-col-md-pull-5 {
		right: 41.66666667%
}
	.rp-col-md-pull-4 {
		right: 33.33333333%
}
	.rp-col-md-pull-3 {
		right: 25%
}
	.rp-col-md-pull-2 {
		right: 16.66666667%
}
	.rp-col-md-pull-1 {
		right: 8.33333333%
}
	.rp-col-md-pull-0 {
		right: auto
}
	.rp-col-md-push-12 {
		left: 100%
}
	.rp-col-md-push-11 {
		left: 91.66666667%
}
	.rp-col-md-push-10 {
		left: 83.33333333%
}
	.rp-col-md-push-9 {
		left: 75%
}
	.rp-col-md-push-8 {
		left: 66.66666667%
}
	.rp-col-md-push-7 {
		left: 58.33333333%
}
	.rp-col-md-push-6 {
		left: 50%
}
	.rp-col-md-push-5 {
		left: 41.66666667%
}
	.rp-col-md-push-4 {
		left: 33.33333333%
}
	.rp-col-md-push-3 {
		left: 25%
}
	.rp-col-md-push-2 {
		left: 16.66666667%
}
	.rp-col-md-push-1 {
		left: 8.33333333%
}
	.rp-col-md-push-0 {
		left: auto
}
	.rp-col-md-offset-12 {
		margin-left: 100%
}
	.rp-col-md-offset-11 {
		margin-left: 91.66666667%
}
	.rp-col-md-offset-10 {
		margin-left: 83.33333333%
}
	.rp-col-md-offset-9 {
		margin-left: 75%
}
	.rp-col-md-offset-8 {
		margin-left: 66.66666667%
}
	.rp-col-md-offset-7 {
		margin-left: 58.33333333%
}
	.rp-col-md-offset-6 {
		margin-left: 50%
}
	.rp-col-md-offset-5 {
		margin-left: 41.66666667%
}
	.rp-col-md-offset-4 {
		margin-left: 33.33333333%
}
	.rp-col-md-offset-3 {
		margin-left: 25%
}
	.rp-col-md-offset-2 {
		margin-left: 16.66666667%
}
	.rp-col-md-offset-1 {
		margin-left: 8.33333333%
}
	.rp-col-md-offset-0 {
		margin-left: 0
}
}
@media (min-width: 1200px) {
	.rp-col-lg-1, .rp-col-lg-2, .rp-col-lg-3, .rp-col-lg-4, .rp-col-lg-5, .rp-col-lg-6, .rp-col-lg-7, .rp-col-lg-8, .rp-col-lg-9, .rp-col-lg-10, .rp-col-lg-11, .rp-col-lg-12 {
		float: left
}
	.rp-col-lg-12 {
		width: 100%
}
	.rp-col-lg-11 {
		width: 91.66666667%
}
	.rp-col-lg-10 {
		width: 83.33333333%
}
	.rp-col-lg-9 {
		width: 75%
}
	.rp-col-lg-8 {
		width: 66.66666667%
}
	.rp-col-lg-7 {
		width: 58.33333333%
}
	.rp-col-lg-6 {
		width: 50%
}
	.rp-col-lg-5 {
		width: 41.66666667%
}
	.rp-col-lg-4 {
		width: 33.33333333%
}
	.rp-col-lg-3 {
		width: 25%
}
	.rp-col-lg-2 {
		width: 16.66666667%
}
	.rp-col-lg-1 {
		width: 8.33333333%
}
	.rp-col-lg-pull-12 {
		right: 100%
}
	.rp-col-lg-pull-11 {
		right: 91.66666667%
}
	.rp-col-lg-pull-10 {
		right: 83.33333333%
}
	.rp-col-lg-pull-9 {
		right: 75%
}
	.rp-col-lg-pull-8 {
		right: 66.66666667%
}
	.rp-col-lg-pull-7 {
		right: 58.33333333%
}
	.rp-col-lg-pull-6 {
		right: 50%
}
	.rp-col-lg-pull-5 {
		right: 41.66666667%
}
	.rp-col-lg-pull-4 {
		right: 33.33333333%
}
	.rp-col-lg-pull-3 {
		right: 25%
}
	.rp-col-lg-pull-2 {
		right: 16.66666667%
}
	.rp-col-lg-pull-1 {
		right: 8.33333333%
}
	.rp-col-lg-pull-0 {
		right: auto
}
	.rp-col-lg-push-12 {
		left: 100%
}
	.rp-col-lg-push-11 {
		left: 91.66666667%
}
	.rp-col-lg-push-10 {
		left: 83.33333333%
}
	.rp-col-lg-push-9 {
		left: 75%
}
	.rp-col-lg-push-8 {
		left: 66.66666667%
}
	.rp-col-lg-push-7 {
		left: 58.33333333%
}
	.rp-col-lg-push-6 {
		left: 50%
}
	.rp-col-lg-push-5 {
		left: 41.66666667%
}
	.rp-col-lg-push-4 {
		left: 33.33333333%
}
	.rp-col-lg-push-3 {
		left: 25%
}
	.rp-col-lg-push-2 {
		left: 16.66666667%
}
	.rp-col-lg-push-1 {
		left: 8.33333333%
}
	.rp-col-lg-push-0 {
		left: auto
}
	.rp-col-lg-offset-12 {
		margin-left: 100%
}
	.rp-col-lg-offset-11 {
		margin-left: 91.66666667%
}
	.rp-col-lg-offset-10 {
		margin-left: 83.33333333%
}
	.rp-col-lg-offset-9 {
		margin-left: 75%
}
	.rp-col-lg-offset-8 {
		margin-left: 66.66666667%
}
	.rp-col-lg-offset-7 {
		margin-left: 58.33333333%
}
	.rp-col-lg-offset-6 {
		margin-left: 50%
}
	.rp-col-lg-offset-5 {
		margin-left: 41.66666667%
}
	.rp-col-lg-offset-4 {
		margin-left: 33.33333333%
}
	.rp-col-lg-offset-3 {
		margin-left: 25%
}
	.rp-col-lg-offset-2 {
		margin-left: 16.66666667%
}
	.rp-col-lg-offset-1 {
		margin-left: 8.33333333%
}
	.rp-col-lg-offset-0 {
		margin-left: 0
}
}
.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
	display: table;
	content: " "
}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after {
	clear: both
}
/*.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary{
	border-radius: 0px 4px 4px 0px
}
*/
/*Bootstrap Grid System Css End***********************************************/
.rpress-hidden {
	display: none
}
.rpress-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	text-indent: -9999px;
	visibility: hidden
}
.rpress-wrap a {
	text-decoration: none
}
a.rpress-delete {
	color: #a00
}
a.rpress-delete:hover {
	color: #f00
}
/* Restropress icon style */
ul#adminmenu li#menu-posts-fooditem img {
	width: 22px;
	height: auto;
	position: relative;
	top: -2px;
	left: 0px;
	filter: #808080 scale(1)
}
/* General Settings Styles-------------------------------------------------------------- */
.fooditem_page_rpress-settings .form-table label {
	color: #666;
	font-size: 14px;
	font-style: italic;
	margin: 4px 0 0
}
.fooditem_page_rpress-settings .form-table input.small-text ~ label,.fooditem_page_rpress-settings .form-table input[type="checkbox"] + label {
	display: inline 
}
.fooditem_page_rpress-settings .form-table tr > th > strong,.fooditem_page_rpress-settings .form-table tr > th > h3 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 auto
}
.rpress-add-ons-view-wrapper .rp-col-sm-4{
	width: 33.33333%;
	padding-left: 0;
	padding-right: 30px;
}
/*.rpress-add-ons-view-wrapper .rp-col-sm-4{
	width: 30.333333%
}*/
/* Tooltips */
.rpress-help-tip {
	cursor: help
}
.rpress-ui-tooltip {
	background: #333 !important;
	border-width: 1px !important;
	border-radius: 3px !important;
	box-shadow: 1px 1px 2px 1px rgba(214,214,214,0.5) !important;
	color: #dedede !important;
	max-width: 300px !important;
	padding: 7px !important;
	text-rendering: optimizeLegibility;
	text-shadow: none !important;
	z-index: 9999 !important
}
.fooditem_page_rpress-settings .rpress-settings-payment-icon-wrapper {
	margin-right:10px;
	line-height:16px;
	height:16px;
	display: table
}
/* Email Settings Styles */
table.form-table .order_notification_settings > th, table.form-table .order_email_settings > th {
	display: none
}
table.rpress_emails {
	background: #FFF;
	margin-top: 20px
}
table.rpress_emails td, table.rpress_emails th {
	display: table-cell !important;
	padding: 1em !important;
	vertical-align: top;
	line-height: 1.75em
}
table.rpress_emails tr:nth-child(odd) td {
	background: #f9f9f9
}
.rpress_email_field_settings_wrapper input[type=text] {
	width: 400px;
	margin: 0;
	padding: 6px;
	box-sizing: border-box;
	vertical-align: top
}
.rpress_email_field_settings_wrapper td.email_content {
	vertical-align: top
}
.email_message_contents label {
	margin-top: 14px;
	display: block
}
.rpress_email_field_settings_wrapper span.help-text {
	display: block;
	margin-top: 10px
}
/* =Add Ons Styles-------------------------------------------------------------- */
#rpress-add-ons h2.nav-tab-wrapper {
	position: relative
}
.rpress-tab-span {
	top: -6px;
	right: 0;
	position: absolute
}
.rpress-add-ons-footer {
	padding-top: 10px
}
#rpress-add-ons h2 {
	margin: 0 0 15px
}
.rpress-add-ons-view-wrapper {
	height: 50px
}
.no-addons-wrapper {
    padding: 50px 0;
    text-align: center;
}
.rpress-add-ons-view-wrapper .no-addons-wrapper p.no-addons-message {
    font-size: 16px;
    font-weight: 500;
	padding: 0;
	margin: 0;
    text-decoration: none;
    color: #595f6aa3;
	text-align: center;
}
.no-addons-wrapper img{
    max-width: 250px !important;
    margin: 0 !important;
}
#rpress-add-ons h2 .button-primary {
	position: absolute
}
#rpress-add-ons .rpress-extension {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	padding: 14px;
	position: relative;
	margin: 0 15px 15px 0;
	width: 320px;
	height: 315px
}
#rpress-add-ons .rpress-extension h3 {
	font-size: 13px;
	margin: 0 0 8px
}
#rpress-add-ons .rpress-extension .button-secondary {
	position: absolute;
	bottom: 14px;
	left: 14px
}
#rpress-add-ons .rpress-browse-all {
	clear:both;
	width:100%
}
#rpress-add-ons .rpress-extension .third-party {
	display: none
}
#rpress-add-ons .rpress-starter-package {
	background-color: #85c0e5;
	border-color: #62a9d7;
	color: #fff
}
#rpress-add-ons .rpress-starter-package h3 {
	color: #fff
}
#rpress-add-ons .rpress-extension .wp-post-image {
	width: 100%;
	height: auto
}
/* Discount Code Styles-------------------------------------------------------------- */
#rpress-products {
	height: 100px;
	min-width: 200px
}
#rpress-add-discount input[type="text"],#rpress-edit-discount input[type="text"] {
	width: 300px
}
#rpress-add-discount input.rpress-price-field,#rpress-edit-discount input.rpress-price-field {
	padding: 3px 5px;
	width: 75px
}
/* Order History Styles-------------------------------------------------------------- */
.fooditem_page_rpress-addons .wrap .wp-heading-inline {
	display: none
}
.fooditem_page_rpress-addons .wrap > .page-title-action {
	display: none
}
.fooditem_page_rpress-addons .wrap .nav-tab-wrapper .page-title-action {
	top: 7px;
	margin-left: 5px
}
#rpress-payment-filters {
	background: #f5f5f5;
	clear: both;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#fafafa));
	background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fafafa);
	background-image: -moz-linear-gradient(bottom, #f5f5f5, #fafafa);
	background-image: -o-linear-gradient(bottom, #f5f5f5, #fafafa);
	background-image: linear-gradient(to top, #f5f5f5, #fafafa);
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	font-size: 13px;
	line-height: 2.1em;
	overflow: auto;
	padding: 12px;
	margin: 8px 0
}
#rpress-payments-filter ul.subsubsub {
	margin-bottom: 8px
}
#rpress-payment-filters p {
	color: #777
}
#rpress-payment-date-filters input {
	vertical-align: middle
}
tr.status-refunded td {
	background: #cecece;
	border-top-color: #ccc
}
.wp-list-table.fooditems th#ID {
	width: 80px
}
.wp-list-table.fooditems th#details {
	width: 130px
}
.wp-list-table.fooditems th#date {
	width: 140px
}
.wp-list-table.fooditems th#user {
	width: 130px
}
.rpress-mobile-link {
	line-height: 32px;
	vertical-align: middle
}
.rpress-mobile-link img {
	max-width: 80%;
	height: auto;
	float: left
}
@media handheld, only screen and (max-width: 640px) {
	.wp-list-table.fooditems th {
		width: auto !important
}
}
.fooditem_page_rpress-payment-history .ui-dialog .ui-dialog-titlebar-close span {
	margin-left: -8px;
	margin-top: -8px
}
#rpress-fooditem-link-textarea {
	width: 100%
}
/* Metabox Styles-------------------------------------------------------------- */
.rpress-add-repeatable-row {
	margin: 10px 0
}
.rpress-add-repeatable-row .submit {
	padding: 0 !important
}
.rpress_variable_prices_wrapper:not(:first-child),.rpress_repeatable_upload_wrapper:not(:first-child) {
	margin-top: 12px
}
.rpress-repeatable-row-actions {
	color: #777;
	font-size: 12px
}
.rpress-repeatable-row-actions a {
	text-decoration: none;
	width: auto;
	cursor: pointer;
	vertical-align: middle
}
.rpress-repeatable-row-actions .toggle-custom-price-option-section {
	color: #777
}
.rpress-repeatable-row-actions .toggle-custom-price-option-section:hover {
	color: #444
}
.rpress-repeatable-row-header,.rpress-bundle-products-header {
	clear: both;
	background: #f1f1f1;
	border: 1px solid #e5e5e5
}
.rpress-repeatable-row-header {
	cursor: move
}
.rpress-repeatable-row-header:before,.rpress-repeatable-row-header:after,.rpress-bundled-product-row:before,.rpress-bundled-product-row:after {
	content: '';
	display: table
}
.rpress-repeatable-row-header:after,.rpress-bundled-product-row:after {
	clear: both
}
.rpress-repeatable-row-title {
	float: left;
	font-weight: 600
}
.rpress-bundled-product-item-reorder .rpress-product-file-reorder {
	color: #e5e5e5;
	font-family: "dashicons";
	content: "\f545";
	font-size: 18px;
	font-weight: 300;
	margin-left: 4px;
	vertical-align: top;
	transition: .2s color
}
.rpress-bundled-product-item-reorder .rpress-product-file-reorder:hover {
	color: #bbb
}
.rpress-repeatable-row-title,.rpress-repeatable-row-actions {
	padding: 8px;
	box-sizing: border-box
}
.rpress-repeatable-row-actions {
	float: right;
	text-align: right;
	padding: 8px
}
.rpress-repeatable-row-actions .rpress-remove-row,.rpress-bundled-product-row .rpress-remove-row {
	font-size: 12px;
	width: auto;
	cursor: pointer
}
.rpress-repeatable-row-standard-fields,.rpress-bundled-product-row {
	background: #f9f9f9;
	padding: 8px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e5e5e5
}
.rpress-repeatable-row-setting-label {
	display: block;
	margin-bottom: 4px
}
.rpress-repeatable-row-setting-label .rpress-help-tip {
	display: inline-block;
	margin-left: 4px
}
.rpress-option-name,.rpress-option-price,.rpress_repeatable_default,.rpress-file-name,.rpress-file-url,.rpress-file-assignment,.rpress-bundled-product-row .rpress-bundled-product-item-reorder,.rpress-bundled-product-row .rpress-bundled-product-item,.rpress-bundled-product-row .rpress-bundled-product-price-assignment,.rpress-bundled-product-row .rpress-bundled-product-actions {
	display: inline-block;
	vertical-align: top
}
.rpress-option-name {
	width: 38%;
	margin-right: 5%
}
.rpress-option-price {
	min-width: 100px
}
.rpress_repeatable_default {
	text-align: center;
	min-width: 80px
}
.rpress-file-name {
	width: 18%;
	margin-right: 3%
}
.rpress-file-url {
	width: 65%
}
.rpress-repeatable-row-standard-fields.has-variable-pricing .rpress-file-url {
	width: 38%;
	margin-right: 5%
}
.rpress-file-assignment {
	width: 27%
}
.rpress-file-assignment .rpress-repeatable-row-setting-label {
	margin-bottom: 0
}
.rpress-custom-price-option-sections-wrap {
	display: none;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e5e5e5;
	box-sizing: border-box;
	width: 100%
}
.rpress-custom-price-option-section {
	display: block;
	padding: 10px 8px;
	border-bottom: 1px solid rgba( 222, 222, 222, 0.3 )
}
.rpress-custom-price-option-section:last-child {
	border-bottom: none
}
label.rpress_prices_shipping {
	/* remove once Simple Shipping markup is improved */
	display: none !important
}
.rpress-custom-price-option-section-title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 10px
}
.rpress-custom-price-option-section > *:not(.rpress-custom-price-option-section-title) {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	margin-bottom: 4px
}
.rpress-custom-price-option-section > *:not(.rpress-custom-price-option-section-title) label {
	display: block;
	margin-bottom: 2px
}
.rpress-bundle-products-header {
	font-weight: 600;
	padding: 8px
}
.rpress-bundled-product-row .rpress-bundled-product-item-reorder {
	min-width: 30px;
	margin-right: 8px
}
.rpress-bundled-product-row .rpress-bundled-product-item-reorder .rpress-product-file-reorder {
	font-size: 20px;
	font-weight: 300;
	padding: 16px 4px 0;
	cursor: move
}
.rpress-bundled-product-row .rpress-bundled-product-item {
	width: 60%;
	margin-right: 3%
}
.rpress-bundled-product-row.has-variable-pricing .rpress-bundled-product-item {
	width: 47%
}
.rpress-bundled-product-row .rpress-bundled-product-price-assignment {
	width: 23%;
	margin-right: 3%
}
.rpress-bundled-product-row .rpress-bundled-product-actions {
	float: right
}
.rpress_repeatable_upload_wrapper .rpress_repeatable_upload_field_container {
	position: relative
}
.rpress_upload_file {
	background: #fff;
	display: block;
	padding: 2px 8px 2px;
	position: absolute;
	top: 3px;
	right: 7px
}
.rpress_upload_field {
	padding-right: 8em
}
textarea#rpress-payment-note {
	width: 100%;
	height: 4em;
	margin: 0
}
#rpress-purchased-items .row .rpress-purchased-items-list-wrapper .fooditem {
	line-height: 1.4
}
#rpress-purchased-items .rpress-purchased-items-list-wrapper .rpress-purchased-option {
	color: #666
}
input[class*="rpress-price-field"] {
	padding: 3px 5px;
	width: 75px
}
[class*="item_"] [class*="rpress-payment-details-fooditem-"][type="number"].small-text,#rpress-order-fooditem-quantity[type="number"].small-text,#rpress-order-fooditem-tax[type="text"].small-text {
	height: 25px
}
.item_price .rpress-payment-details-fooditem-quantity[type="number"].small-text,#rpress-order-fooditem-quantity[type="number"].small-text {
	width: 55px
}
.item_tax .rpress-payment-details-fooditem-item-tax[type="number"].small-text,#rpress-order-fooditem-tax[type="text"].small-text {
	width: 75px
}
.rpress_repeatable_upload_wrapper .pricing select,.rpress_repeatable_product_wrapper .rpress-select {
	min-width: 100%
}
#rpress_product_notes_field {
	display: block;
	margin: 12px 0 0;
	height: 4em;
	width: 100%
}
/* still used by extensions - Software Licensing upgrade paths, Custom Prices */
.rpress_remove_repeatable {
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	overflow: hidden;
	margin: 8px 0 0 0;
	text-indent: -9999px;
	width: 10px;
	height: 10px
}
.rpress_remove_repeatable:active,.rpress_remove_repeatable:hover,.rpress_remove_repeatable:focus {
	background-position: -10px 0 !important
}
/* Payment Details-------------------------------------------------------------- */
#rpress-edit-order-form .column {
	width: 32%
}
.rpress-edit-purchase-element[class*="columns-"] ul li {
	padding-right: 1%
}
#rpress-edit-order-form .columns-4 .column:nth-child(2n+1),#rpress-edit-order-form .columns-5 .column:nth-child(3n+1),#rpress-edit-order-form .column:nth-child(2n+1) {
	margin-right: 0
}
#rpress-edit-order-form input.large-text {
	width: 90%
}
.rpress-edit-purchase-element ul li.fooditem {
	width: 35%
}
.rpress-edit-purchase-element ul li.item_price {
	width: 25%
}
.postbox.rpress-edit-purchase-element.rp-add-update-elements ul li.fooditem {
    width: 35% !important;
}
.postbox.rpress-edit-purchase-element.rp-add-update-elements ul li.item_price {
    width: 25% !important;
}
.rpress-edit-purchase-element ul li.item_price.item_quantity {
	width: 25%
}
.rpress-edit-purchase-element ul li.item_tax {
	width: 15%
}
.rpress-edit-purchase-element ul li.price {
	width: 20%
}
.rpress-admin-box .label {
	font-weight: 600
}
.rpress-admin-box-inside {
	border-bottom: 1px solid #eee;
	clear: both;
	padding: 3px 12px;
	margin: 0;
	word-break: break-word
}
.rtl .rpress-admin-box-inside {
	padding: 5px 10px 5px 0
}
.rpress-admin-box-inside .strong {
	font-weight: 600
}
.rpress-payment-fees .fee-label {
	color: #666;
	font-weight: 400
}
.rpress-admin-box .right {
	float: right
}
.rtl .rpress-admin-box .right {
	float: left;
	margin-left: 10px
}
#rpress-order-update .inside,#rpress-order-details .inside {
	margin: 0;
	padding: 0
}
#rpress-order-update input.rpress_datepicker {
	width: 180px
}
#rpress-order-update input[type="number"].rpress-payment-time-hour,#rpress-order-update input[type="number"].rpress-payment-time-min {
	width: 50px
}
#rpress-order-update .rpress-tax-rate {
	color: #9c9c9c;
	font-style: italic
}
#rpress-order-resend-receipt .inside {
	margin-top: 11px
}
#rpress-order-resend-receipt .rpress-order-resend-receipt-addresses {
	margin-top: 10px
}
.rpress-admin-box-inside:last-child {
	border-bottom: 0
}
#rpress-edit-order-form .data-payment-key {
	word-break: break-all
}
.rpress-order-update-box #major-publishing-actions .button-secondary {
	margin-right: 10px
}
.rpress-edit-purchase-element .rpress-select-chosen {
	width: 196px
}
#rpress-customer-details h3{
	margin: 5px 0px
}
.rpress-edit-purchase-element ul,#rpress-order-address-country-wrap select,#rpress-customer-details .order-data-address input,#rpress-edit-order-form .column input,#rpress-customer-details .order-data-column p.data input {
	clear: both;
	display: block
}
#rpress-customer-details .customer-info .column,#rpress-customer-details .order-info .column {
	width: 49%
}
#rpress-customer-details .actions {
	float: right
}
.rpress-order-data input.small-text {
	margin: 0
}
.rpress-order-data input.med-text {
	margin: 0;
	width: 100px
}
#rpress-order-update span.label {
	display: inline;
	width: 50px
}
.rpress-order-update-box .button-primary {
	margin-right: 0
}
#rpress-edit-order-form .column .description {
	padding-right: 10px
}
#rpress-edit-order-form .column,.rpress-edit-purchase-element ul li {
	display: inline-block;
	line-height: 1.4;
	position: relative;
	margin: 0;
	vertical-align: middle
}
.rpress-edit-purchase-element .row {
	padding: 12px;
	margin: 0
}
.rpress-edit-purchase-element .row:not(:last-child) {
	border-bottom: 1px solid #eee
}
.rpress-edit-purchase-element .row:nth-child(odd):not(.header) {
	background-color: #f9f9f9
}
.rpress-edit-purchase-element .row.header {
	padding: 6px 12px;
	font-weight: 600;
	vertical-align: top
}
.rpress-edit-purchase-element ul {
	font-size: 0
}
.rpress-edit-purchase-element ul li {
	font-size: 13px
}
#rpress-order-data .data span {
	color: #666;
	font-weight: 600
}
.rpress-edit-purchase-element .inside {
	padding: 12px
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-title {
	font-size: 14px;
	font-weight: 500
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-title .deleted {
	color: #777
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-actions {
	color: #777;
	line-height: 1.4
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-actions .rpress-purchased-fooditem-actions-label {
	font-weight: 500
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-actions a {
	color: #777;
	font-size: 20px;
	margin-right: 8px
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-actions a:hover {
	color: #444
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-actions .rpress-order-remove-fooditem {
	color: #a00
}
.rpress-edit-purchase-element .rpress-purchased-fooditem-actions .rpress-order-remove-fooditem:hover {
	color: #f00
}
#rpress-order-recalc-total {
	float: right
}
.rpress_repeatable_upload_wrapper .pricing select,.rpress_repeatable_product_wrapper .rpress-select,#rpress_products .rpress-select {
	min-width: 100%;
	max-width: 200px
}
.rpress_repeatable_product_wrapper td {
	overflow: visible
}
.rpress-payment-details-label-mobile {
	display: none
}
@media screen and ( max-width: 1284px ) {
	.rpress-edit-purchase-element ul li.fooditem {
		padding-bottom: 15px;
		width: 100%
}
	.rpress-edit-purchase-element .rpress-purchased-fooditem-title {
		font-size: 16px
}
	.rpress-edit-purchase-element ul li.item_price {
		width: 22%
}
	.rpress-edit-purchase-element ul li.item_price.item_quantity {
		width: 35%
}
	.rpress-edit-purchase-element ul li.item_tax {
		width: 25%
}
	.rpress-edit-purchase-element ul li.price {
		width: 20%
}
	.rpress-edit-purchase-element .rpress-purchased-fooditem-actions {
		padding-top: 10px
}
	.rpress-purchased-items-header,.rpress-add-fooditem-to-purchase-header {
		display: none
}
	.rpress-payment-details-label-mobile, span.order-addon-items {
		display: block;
		font-weight: 500;
		padding-bottom: 6px
}
	span.order-addon-items {
		margin-top: 10px
}
}
@media screen and ( max-width: 1024px ) {
	.rpress-edit-purchase-element ul li.item_price.item_quantity {
		width: 40%
}
	.rpress-edit-purchase-element ul li.price {
		width: 24%
}
	.rpress-edit-purchase-element .rpress-purchased-fooditem-actions {
		padding-top: 15px
}
	.rpress-edit-purchase-element .rpress-purchased-fooditem-actions,.rpress-edit-purchase-element .rpress-purchased-fooditem-actions a {
		font-size: 14px
}
}
@media screen and ( max-width: 782px ) {
	#rpress-edit-order-form .column {
		width: 49%
}
	.rpress-edit-purchase-element ul li.item_price,.rpress-edit-purchase-element ul li.item_price.item_quantity {
		padding-bottom: 10px
}
	.rpress-edit-purchase-element ul li.item_price.item_quantity {
		width: 35%
}
	.rpress-edit-purchase-element ul li.item_tax,.rpress-edit-purchase-element ul li.price {
		width: 20%;
		padding-bottom: 10px
}
	.rpress-payment-details-label-mobile {
		font-size: 14px;
		font-weight: 500
}
	.rpress-price-currency,.rpress-payment-details-fooditem-amount {
		font-size: 16px
}
	.order-data-column input[type="email"] {
		padding: 6px 10px
}
}
@media screen and ( max-width: 600px ) {
	.rpress-edit-purchase-element ul li.item_price,.rpress-edit-purchase-element ul li.item_price.item_quantity,.rpress-edit-purchase-element ul li.item_tax {
		width: 100%;
		padding-bottom: 20px
}
	.rpress-edit-purchase-element ul li.price,.rpress-edit-purchase-element .rpress-add-fooditem-to-purchase ul li.item_tax {
		width: 100%;
		padding-bottom: 0
}
	.rpress-edit-purchase-element .rpress-add-fooditem-to-purchase-actions {
		padding-top: 15px
}
	#rpress-edit-order-form .column {
		width: 100%
}
	.rpress-add-ons-view-wrapper .rp-col-sm-4 {
		width: auto
}
	.rp-addin-item-inner-wrap{
		height: auto;
		max-height: initial
}
	.rp-addon-info span{
		height: auto
}
	.rp-addin-item-inner-wrap{
		padding: 15px
}
}
/** Stats */
#rpress_product_stats .label {
	display: inline-block
}
#rpress_product_stats hr {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #fff #fff #ccc
}
#rpress_product_stats .product-sales-stats:before,#rpress_product_stats .product-earnings-stats:before {
	color: #82878c;
	font: normal 20px/1 'dashicons';
	display: inline-block;
	padding: 0 2px 0 0;
	position: relative;
	top: 0;
	left: -1px;
	speak: none;
	text-decoration: none !important;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: #808080 scale
}
#rpress_product_stats .product-sales-stats:before {
	content: '\f174'
}
#rpress_product_stats .product-earnings-stats:before {
	content: '\f239'
}
/* Dashboard Widget Styles-------------------------------------------------------------- */
#wpbody-content .rp-col-sm-12 {
    overflow-x: hidden;
}
.rpress_dashboard_widget table thead td{
	border-bottom: 1px solid #ececec;
	color: #777
}
.rpress_dashboard_widget .table_left {
	float: left;
	width: 45%
}
.rpress_dashboard_widget .table_right {
	float: right;
	width: 45%
}
.rpress_dashboard_widget .inside {
	font-size: 12px
}
.rpress_dashboard_widget td {
	padding: 3px 0
}
.rpress_dashboard_widget .b,.rpress_dashboard_widget .t {
	line-height: 1.5;
	vertical-align: middle
}
.rpress_dashboard_widget .b {
	font-size: 14px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	padding-right: 6px;
	width: auto
}
.rpress_dashboard_widget .t {
	font-size: 12px;
	padding-right: 12px;
	color: #777;
	width: 100%
}
.rpress_dashboard_widget .label_heading {
	border-top: 1px solid #ececec;
	color: #8f8f8f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: block;
	padding-top: 10px;
	margin: 0 0 8px 12px
}
.rpress_dashboard_widget .rpress_dashboard_widget_subheading {
	border-top: 1px solid #ececec;
	color: #8f8f8f;
	font-size: 14px;
	padding-top: 10px;
	margin: 1em 0 0 0
}
.rpress_dashboard_widget .rpress_dashboard_widget_subheading + .table {
	margin: 8px 0 0 0
}
.rpress_dashboard_widget .rpress_price_label {
	background: rgb(0, 118, 156);
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px 4px;
	margin-right: 2px
}
.rpress_dashboard_widget table {
	width: 100%;
	margin-left: 0;
	margin-bottom: 1em
}
td.rpress_order_label {
	width: 80%
}
td.rpress_order_price {
	text-align: right
}
@media handheld, only screen and (max-width: 1000px) {
	.rpress_dashboard_widget .rpress-recent-email {
		display: none
}
}
/* Reports Styles-------------------------------------------------------------- */
#rpress-dashboard-widgets-wrap .postbox h3 {
	cursor: default
}
#rpress-graphs-date-options,#rpress-date-range-options {
	float: left
}
#rpress-date-range-options span {
	float: left;
	line-height: 24px;
	height: 24px;
	margin-right: 6px
}
.rpress-import-export-form {
	position: relative
}
.rpress-import-export-form .rpress-progress {
	background: #ddd;
	position: absolute;
	bottom: 15px;
	width: 95%;
	height: 15px
}
.rpress-import-export-form .rpress-progress div {
	background: #ccc;
	height: 100%;
	width: 0
}
.rpress-import-export-form .notice-wrap {
	background-color: #f4f4f4;
	border-style: solid;
	border-width: 1px 0;
	border-color: #eae9e9;
	padding: 12px 12px 4px;
	overflow: auto;
	margin: 20px -12px -23px;
	position: relative;
	width: 100%
}
.rpress-import-export-form .notice-wrap .spinner {
	margin: 4px 10px 8px;
	float: right
}
.admin-color-fresh .rpress-import-export-form .rpress-progress div {
	background: #0073aa
}
.admin-color-light .rpress-import-export-form .rpress-progress div {
	background: #888
}
.admin-color-blue .rpress-import-export-form .rpress-progress div {
	background: #096484
}
.admin-color-coffee .rpress-import-export-form .rpress-progress div {
	background: #c7a589
}
.admin-color-ectoplasm .rpress-import-export-form .rpress-progress div {
	background: #a3b745
}
.admin-color-midnight .rpress-import-export-form .rpress-progress div {
	background: #e14d43
}
.admin-color-sunrise .rpress-import-export-form .rpress-progress div {
	background: #dd823b
}
#rpress-graphs-filter label {
	vertical-align: inherit
}
#rpress-graphs-filter .graph-option-section {
	float: left;
	line-height: 2.5em;
	padding-right: 5px
}
.rpress-mix-totals {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	padding: 10px
}
.rpress-mix-chart {
	display: inline-block;
	width: 49%;
	vertical-align: top
}
.rpress-graph-notes {
	color: #9c9c9c
}
.rpress-graph-notes span {
	display: block
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .postbox.rpress-report-postbox {
	border: 1px solid #d9e0e8;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
	overflow: hidden
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap {
	clear: both;
	width: 100%;
	margin-top: 14px
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .metabox-holder {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	max-width: 100%
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .postbox.rpress-report-postbox {
	float: none;
	margin: 0 0 14px
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .postbox.rpress-report-postbox > h3 {
	margin: 0;
	padding: 16px 20px;
	border-bottom: 1px solid #e4e8ee;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%)
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .postbox.rpress-report-postbox .inside.rpress-report-inside {
	padding: 16px 20px 20px
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .postbox.rpress-report-postbox .inside.rpress-report-inside:after {
	content: "";
	display: block;
	clear: both
}
body.restropress_page_rpress-reports #rpress-graphs-filter.rpress-graphs-filter-form {
	margin: 0 0 16px
}
body.restropress_page_rpress-reports #rpress-graphs-filter .tablenav.top {
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 0;
	overflow: visible
}
body.restropress_page_rpress-reports #rpress-graphs-filter .alignleft.actions.rpress-graphs-filter-row {
	float: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding: 12px;
	border: 1px solid #dde3ea;
	border-radius: 10px;
	background: #f8fafd
}
body.restropress_page_rpress-reports #rpress-graphs-date-options,
body.restropress_page_rpress-reports #rpress-date-range-options.rpress-date-range-options,
body.restropress_page_rpress-reports #rpress-graphs-filter .graph-option-section {
	float: none
}
body.restropress_page_rpress-reports #rpress-date-range-options.rpress-date-range-options {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px
}
body.restropress_page_rpress-reports #rpress-date-range-options.rpress-date-range-options span {
	margin: 0;
	color: #4f5b68;
	font-weight: 500
}
body.restropress_page_rpress-reports #rpress-graphs-filter select {
	min-height: 36px;
	border-color: #c8d0d9;
	background-color: #fff
}
body.restropress_page_rpress-reports #rpress-graphs-filter .rpress-graph-filter-submit.graph-option-section {
	padding-right: 0
}
body.restropress_page_rpress-reports #rpress-graphs-filter .rpress-graph-filter-submit .button-secondary {
	min-height: 36px;
	padding: 4px 16px;
	font-weight: 600
}
body.restropress_page_rpress-reports #rpress-graphs-filter .rpress-graphs-filter-row > * {
	margin: 0 !important
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress-graph {
	width: 100% !important;
	min-height: 300px
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress-report-empty-state {
	margin-bottom: 14px;
	padding: 12px 14px;
	border: 1px dashed #c6d4e4;
	border-radius: 10px;
	background: #f8fbff;
	color: #34495e
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress-report-empty-state p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress-report-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 10px;
	margin: 14px 0 6px
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress-report-stat-card {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #dfe5ec;
	border-radius: 10px;
	background-color: #fff
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress-report-stat-label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #5c6b7a;
	font-weight: 600
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress-report-stat-value {
	display: inline-block;
	font-size: 22px;
	line-height: 1.2;
	color: #1d2327
}
body.restropress_page_rpress-reports #rpress-dashboard-widgets-wrap.rpress-report-dashboard-wrap .rpress_graph_notes {
	margin-top: 8px;
	color: #6b7b8c
}
@media screen and (max-width: 782px) {
	body.restropress_page_rpress-reports #rpress-graphs-filter .alignleft.actions.rpress-graphs-filter-row {
		padding: 10px
	}
	body.restropress_page_rpress-reports #rpress-date-range-options.rpress-date-range-options {
		width: 100%
	}
	body.restropress_page_rpress-reports #rpress-graphs-filter .rpress-graph-filter-submit.graph-option-section {
		margin-left: auto
	}
}
.rpress-pie-graph .legend {
	display: none
}
.rpress-pie-legend {
	overflow: auto;
	margin-top: 10px
}
.rpress-legend-item-wrapper {
	color: #333;
	display: inline-block;
	font-size: 8pt;
	padding: 2px 5px 0px 5px;
	width: 48%;
	height: 20px
}
.rpress-legend-color {
	border: 1px solid #cfcfcf;
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 15px
}
.rpress-pie-legend-item {
	display: inline-block;
	vertical-align: top;
	width: 80%
}
/* Upgrades page styles-------------------------------------------------------------- */
/* Settings page styles-------------------------------------------------------------- */
.wrap-licenses .form-table,.wrap-licenses thead,.wrap-licenses tbody,.wrap-licenses tfoot,.wrap-licenses tr,.wrap-licenses td,.wrap-licenses th,.wrap-licenses caption {
	display: block
}
.wrap-licenses .form-table tr {
	float: left;
	margin: 0 15px 15px 0;
	background: #fff;
	border: 1px solid #ccc;
	width: 30.5%;
	max-width: 350px;
	padding: 14px;
	min-height: 220px;
	position: relative;
	box-sizing: border-box
}
.wrap-licenses .form-table th {
	background: #f9f9f9;
	padding: 14px;
	border-bottom: 1px solid #ccc;
	margin: -14px -14px 20px;
	width: 100%
}
.wrap-licenses .form-table td {
	padding: 0
}
.wrap-licenses td input.regular-text {
	margin: 0 0 8px;
	width: 100%
}
.wrap-licenses .rpress-license-data[class*="rpress-license-"] {
	position: absolute;
	background: #fafafa;
	padding: 14px;
	border-top: 1px solid #eee;
	margin: 20px -14px -14px;
	min-height: 67px;
	width: 100%;
	bottom: 14px;
	box-sizing: border-box
}
.wrap-licenses .rpress-license-data[class*="rpress-license-"] a {
	color: #444
}
.wrap-licenses .rpress-license-data[class*="rpress-license-"] a:hover {
	text-decoration: none
}
.wrap-licenses .rpress-license-data.license-expires-soon-notice {
	background-color: #00a0d2;
	color: #fff;
	border-color: #00a0d2
}
.wrap-licenses .rpress-license-data.rpress-license-expired {
	background-color: #e24e4e;
	color: #fff;
	border-color: #e24e4e
}
.wrap-licenses .rpress-license-data.rpress-license-error,.wrap-licenses .rpress-license-data.rpress-license-missing,.wrap-licenses .rpress-license-data.rpress-license-invalid,.wrap-licenses .rpress-license-data.rpress-license-site_inactive,.wrap-licenses .rpress-license-data.rpress-license-item_name_mismatch {
	background-color: #ffebcd;
	border-color: #ffebcd
}
.wrap-licenses .rpress-license-data p {
	font-size: 13px;
	margin-top: 0
}
.wrap-licenses .rpress-license-data.license-expires-soon-notice a,.wrap-licenses .rpress-license-data.rpress-license-expired a {
	color: #fff
}
.wrap-licenses .rpress-license-data.license-expires-soon-notice a:hover,.wrap-licenses .rpress-license-data.rpress-license-expired a:hover {
	text-decoration: none
}
.wrap-licenses p.submit {
	clear: both
}
/* System Info page styles-------------------------------------------------------------- */
#system-info-textarea {
	background: none;
	font-family: Menlo, Monaco, monospace;
	display: block;
	overflow: auto;
	white-space: pre;
	width: 800px;
	height: 400px
}
/* Button styles-------------------------------------------------------------- */
#TB_window #rpress-add-fooditem:hover,#TB_window #rpress-add-fooditem:active,#TB_window #rpress-add-fooditem:focus {
	color: #fff
}
/* Global Graph Styles-------------------------------------------------------------- */
.rpress-graph .y1Axis {
	color: rgb( 237, 194, 64 ) !important
}
.rpress-graph .y2Axis {
	color: rgb( 175, 216, 248 ) !important
}
/* API Table Styles-------------------------------------------------------------- */
.fooditem_page_rpress-tools .apikeys .column-user {
	width: 192px
}
/* General styles-------------------------------------------------------------- */
.rpress-select-chosen {
	width: 100%;
	max-width: 300px
}
.chosen-container-multi .chosen-choices {
	background-image: none;
	border-color: #dfdfdf;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.chosen-container-multi .chosen-choices input {
	border-color: #dfdfdf;
	height:27px !important;
	margin:2px
}
.chosen-container .chosen-drop {
	border-color: #aaa;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}
.chosen-container .search-field input {
	width: 90% !important
}
.chosen-container-active .chosen-choices {
	border-color: #aaa;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}
.fooditem_page_rpress-tools .tablenav .actions {
	overflow: visible
}
.rpress_user_search_wrap {
	position: relative;
	overflow: visible
}
.rpress_user_search_results {
	position: absolute;
	left: 0;
	top: 27px
}
.rpress_user_search_results a.rpress-ajax-user-cancel {
	position: absolute;
	right: 6px;
	top: 2px
}
.rpress_user_search_results ul {
	background: #f0f0f0;
	border: 1px solid #dfdfdf;
	overflow-y: scroll;
	padding: 10px 10px 4px;
	margin: 0;
	max-height: 200px;
	width: 300px
}
.wp-list-table .type-fooditem .row-actions {
	color: #999
}
@media screen and ( max-width: 1100px ) {
	.rpress-mix-chart {
		display: block;
		width: 100%
}
	.wrap-licenses .form-table tr {
		width: 46%;
		max-width: none;
		min-height: 230px
}
}
@media screen and ( max-width: 782px ) {
	.post-type-fooditem .nav-tab-wrapper a {
		font-size: 70%;
		padding: 2px 4px
}
	.fooditem_page_rpress-tools .apikeys .column-user {
		width: 80px
}
	.license-lifetime-notice,.license-expiration-date-notice,.license-null {
		padding-left: 0
}
	[class^="license-"] input[type="text"] {
		margin-bottom: 3px
}
}
@media screen and ( max-width: 600px ) {
	.wrap-licenses .form-table tr {
		width: 100%;
		min-height: 230px
}
	#rpress-edit-order-form input.large-text {
		width: 100%
}
}
/* Customer Styles-------------------------------------------------------------- */
#rpress-item-wrapper {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	max-width: 830px
}
#rpress-item-wrapper:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0
}
#rpress-item-tab-wrapper {
	float:left;
	width: 18%;
	z-index: 1
}
#rpress-item-tab-wrapper-list {
	background: #fff;
	margin: 0
}
ul.rpress-purchased-items-list-wrapper .rpress-payment-details-fooditem-item-price, input.rpress-order-fooditem-price {
	width: 55px
}
#rpress-item-tab-wrapper-list li {
	display: block;
	background-color: #eaeaea;
	color: #444;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word
}
#rpress-item-tab-wrapper-list li a {
	display: block;
	padding: 8px 10px 8px 6px
}
#rpress-item-tab-wrapper-list li.active {
	display: block;
	background-color: #fff;
	padding: 8px 10px 8px 6px
}
#rpress-item-tab-wrapper-list .inactive a,#rpress-item-tab-wrapper-list .inactive a:visited {
	background-color: #f5f5f5;
	color: #444;
	text-decoration: none
}
#rpress-item-tab-wrapper-list .inactive a:hover {
	background-color: #fff
}
#rpress-item-tab-wrapper-list .dashicons {
	color: #444;
	font-size: 16px;
	min-width: 24px;
	height: auto
}
#rpress-item-card-wrapper .left {
	float: left
}
#rpress-item-card-wrapper .right {
	float: right
}
#rpress-item-card-wrapper input {
	font-weight: 400
}
#rpress-item-card-wrapper {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	margin-left: -1px;
	min-height: 200px;
	width: 700px;
	z-index: 2
}
.rpress-item-has-tabs #rpress-item-card-wrapper {
	border-width: 0 0 0 1px;
	width: 82%
}
#rpress-item-card-wrapper .customer-section {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	overflow: auto
}
#rpress-item-card-wrapper .customer-section table {
	margin-bottom: 20px
}
#rpress-item-card-wrapper > div {
	padding: 0px 20px
}
#rpress-item-card-wrapper > div:first-child {
	padding-top: 20px
}
#rpress-item-card-wrapper > div:last-child {
	border: none;
	padding-bottom: 20px
}
#rpress-item-card-wrapper .avatar-wrap {
	padding-right: 10px;
	text-align: center
}
#rpress-item-card-wrapper .customer-id {
	font-size: 24px;
	font-weight: 600
}
#rpress-item-card-wrapper .customer-main-wrapper input {
	width: 200px
}
#rpress-item-card-wrapper .customer-address-wrapper {
	margin-right: 25px;
	max-width: 33%;
	width: 202px
}
#rpress-item-card-wrapper .customer-address-wrapper select {
	width: 200px
}
#rpress-item-card-wrapper .customer-info {
	margin-top: 5px;
	margin-bottom: 10px;
	min-height: 185px
}
#rpress-item-card-wrapper .info-wrapper {
	min-height: 125px;
	overflow: visible
}
#rpress-item-card-wrapper a.delete {
	color: #ff0000;
	margin-right: 5px;
	text-decoration: none
}
.customer-info .customer-name {
	font-size: 24px;
	font-weight: 600
}
.customer-edit-link a,.disconnect-user a {
	font-size: 12px;
	font-weight: 400;
	text-decoration: none
}
#customer-edit-actions {
	line-height: 28px;
	margin-bottom: 20px;
	text-align: center
}
#customer-edit-actions .button-secondary {
	margin-right: 10px
}
#rpress-item-card-wrapper .row-title {
	width: 30%
}
#rpress-item-card-wrapper .info-item {
	display: block;
	line-height: 16px;
	padding-bottom: 5px
}
#rpress-item-card-wrapper .edit-item {
	display: none
}
#rpress-item-card-wrapper .rpress_user_search_results {
	left: 1px;
	top: 16px
}
#rpress-item-card-wrapper .rpress_user_search_results ul {
	width: 200px
}
#rpress-item-stats-wrapper {
	margin: 0 auto;
	min-height: 30px;
	text-align: center
}
#rpress-item-stats-wrapper li {
	font-size: 14px;
	float: left;
	line-height: 22px;
	width: 50%
}
#rpress-item-stats-wrapper a {
	text-decoration: none
}
#rpress-item-stats-wrapper .dashicons {
	color: #888
}
#rpress-item-tables-wrapper table {
	text-align: center;
	width: 100%
}
#rpress-item-tables-wrapper th {
	text-align: center
}
#rpress-item-tables-wrapper .fooditems tr > th:first-child,#rpress-item-tables-wrapper .fooditems tr > td:first-child,#rpress-item-tables-wrapper .emails tr > th:first-child,#rpress-item-tables-wrapper .emails tr > td:first-child {
	text-align: left
}
#rpress-item-tables-wrapper .fooditems tr > td:only-child {
	text-align: center
}
#rpress-item-tables-wrapper .emails .add-customer-email-row td {
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5
}
#rpress-item-tables-wrapper .emails .primary-email-icon {
	font-size: 13px;
	vertical-align: middle;
	line-height: 1.5em
}
#rpress-item-tables-wrapper .emails input {
	vertical-align: middle;
	margin: 6px 0
}
#rpress-item-tables-wrapper .emails .spinner {
	float: none
}
#rpress-item-notes-wrapper {
	min-height: 50px
}
.rpress-item-notes-header span,.rpress-item-notes-header img {
	font-weight: 600;
	line-height: 30px;
	vertical-align: middle
}
.customer-note-input {
	margin-bottom: 5px;
	width: 100%
}
#rpress-customer-notes div:nth-of-type(even) {
	background-color: #fcfcfc
}
.customer-note-wrapper {
	border-bottom: 1px solid #f9f9f9;
	min-height: 38px;
	padding: 7px 0 7px 7px
}
.customer-note-wrapper span {
	display: block
}
.note-content-wrap {
	padding-top: 7px
}
.delete-customer {
	text-align: center
}
#rpress-item-card-wrapper .notice-container {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px
}
#rpress-item-card-wrapper .add-customer-email-wrapper > #add-customer-email {
	vertical-align: middle
}
@media screen and ( max-width: 810px ) and ( min-width: 656px ) {
	.customer-info .customer-name {
		font-size: 16px
}
	#rpress-item-card-wrapper .widefat td, .widefat th {
		padding: 4px 6px;
		max-width: 100px !important;
		display: table-cell
}
}
@media screen and ( max-width: 781px ) {
	#rpress-item-tab-wrapper,#rpress-item-card-wrapper {
		margin: 0;
		width: 100%
}
	#rpress-item-tab-wrapper-list {
		background: #fff;
		margin: 0
}
	#rpress-item-tab-wrapper-list li {
		float: left;
		display: inline;
		font-size: 14px;
		box-sizing: border-box;
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: #e5e5e5;
		width: 33.33333%
}
	#rpress-item-tab-wrapper-list li:nth-child(3n+3) {
		border-width: 0 0 1px 0
}
	#rpress-item-tab-wrapper-list .dashicons {
		font-size: 18px
}
	.rpress-item-has-tabs #rpress-item-card-wrapper {
		border-top: 1px solid #e5e5e5;
		border-left: 0;
		margin-top: -1px;
		width: 100%
}
}
@media screen and ( max-width: 656px ) {
	#rpress-item-card-wrapper .customer-info {
		min-height: 220px
}
	.rpress-item-info.customer-info {
		position: relative
}
	#rpress-item-card-wrapper .customer-address-wrapper {
		float: none;
		position: absolute;
		top: 84px;
		left: 110px;
		max-width: 200px
}
	#rpress-item-card-wrapper .customer-main-wrapper {
		float: none;
		position: absolute;
		left: 110px
}
	.customer-info .customer-name {
		font-size: 16px
}
	#rpress-item-card-wrapper #rpress-item-stats-wrapper {
		padding-left: 0;
		padding-right: 0
}
	#rpress-item-card-wrapper .customer-section {
		margin-bottom: 0
}
	#rpress-item-card-wrapper .widefat td,#rpress-item-card-wrapper .widefat th {
		padding: 4px 6px;
		max-width: 100px !important;
		display: table-cell;
		overflow: hidden
}
	#rpress-item-card-wrapper .customer-id {
		font-size: 16px
}
}
@media screen and ( max-width: 480px ) {
	#rpress-item-tab-wrapper-list li {
		width: 50%
}
	#rpress-item-tab-wrapper-list li:nth-child(3n+3) {
		border-width: 0 1px 1px 0
}
	#rpress-item-tab-wrapper-list li:nth-child(even) {
		border-width: 0 0 1px 0
}
	.rpress-repeatable-row-title,.rpress-repeatable-row-actions {
		text-align: left;
		width: 100%
}
	.rpress-repeatable-row-title {
		padding-bottom: 0
}
	.rpress-option-name,.rpress-option-price,.rpress_repeatable_default,.rpress-bundled-product-item-reorder,.rpress-bundled-product-row .rpress-bundled-product-item,.rpress-bundled-product-row .rpress-bundled-product-price-assignment,.rpress-file-name,.rpress-file-url,.rpress-file-assignment {
		float: none;
		text-align: left;
		width: 100% !important;
		margin: 10px 0
}
	.rpress-bundled-product-row .rpress-bundled-product-actions {
		float: none
}
	.rpress-bundled-product-row .rpress-bundled-product-item-reorder .rpress-product-file-reorder {
		padding: 0
}
	#rpress-payment-filters span {
		display: block;
		margin: 2px 0
}
	#rpress-payment-filters a,.fooditem_page_rpress-reports .button {
		text-align: center
}
	#rpress-payment-date-filters span {
		display: block
}
	#rpress-payment-date-filters span > input {
		float: right
}
	#rpress-add-discount select[multiple] option,#rpress-edit-discount select[multiple] option {
		height: 20px
}
	.fooditem_page_rpress-tools .inside input[type="text"],.fooditem_page_rpress-tools .inside select,.fooditem_page_rpress-tools .inside input[type="submit"],.fooditem_page_rpress-settings .inside input[type="button"],.fooditem_page_rpress-reports .inside input[type="text"],.fooditem_page_rpress-reports .inside select,.fooditem_page_rpress-reports .inside input[type="submit"],.fooditem_page_rpress-reports .inside .button,#system-info-textarea,#rpress-add-discount input[type="text"],#rpress-edit-discount input[type="text"],#rpress-payment-filters input:not([type='radio']),#rpress-payment-filters select,#rpress-payment-filters a {
		width: 100%
}
	#rpress-add-discount select[multiple],#rpress-edit-discount select[multiple],.fooditem_page_rpress-tools select[multiple] {
		height: 200px !important
}
	.fooditem_page_rpress-settings input[type="checkbox"] {
		margin: 2px 0
}
	.post-type-fooditem input[type="checkbox"] {
		margin-left: 2px
}
}
/* Tools Styles-------------------------------------------------------------- */
.recount-stats-controls form {
	display: inline
}
.rpress-recount-stats-descriptions span {
	display: none;
	line-height: 24px
}
#rpress-debug-log p.submit {
	margin: 20px 0 0;
	padding: 0
}
#rpress-debug-log .rpress-inline-button {
	margin-left: 5px
}
.food-item-list .chosen-container {
	width: 100% !important 
}
/* Admin delivery Options--------------------------------------------------------------- */
form#delivery-options label {
	display: inline-block;
	margin-bottom: 10px
}
.order-special-instruction {
	display: block;
	margin-top: 10px;
	font-weight: 700
}
.dashicons-fooditem:before{
	width: 32px;
	content: " ";
	position: absolute;
	left: 2px;
	top: 0px;
	filter: #808080 scale(100%);
	/* Current draft standard */
	-webkit-filter: #808080 scale(100%);
	/* New WebKit */
	-moz-filter: #808080 scale(100%);
	-ms-filter: #808080 scale(100%);
	-o-filter: #808080 scale(100%);
	/* Not yet supported in Gecko, Opera or IE */
	filter: #808080;
	/* IE */
	-webkit-filter: #808080 scale(1);
	/* Old WebKit */
	background-image: url('../svg/restropress-icon.svg');
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat
}
.menu-icon-fooditem div.wp-menu-image img {
	width: 20px;
	height: 30px;
	filter: #808080 scale(100%);
	position: relative;
	top: -6px
}
/* Admin Styles----------------------------------- */
.rpress-about-body .about-text {
	margin: 1em 200px 1em 0;
	min-height: 60px;
	color: #555d66
}
.rpress-about-body .about-description, .rpress-about-body .about-text {
	font-weight: 400;
	line-height: 1.6em;
	font-size: 19px
}
/*-----Add On Items-filter_part/title-part-----*/
.rpress-about-body{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin:2rem 0rem 3rem;
	justify-content: flex-start;
	padding: 0;
	position: relative;
	min-height: 50px;
	width: 100%;
}
.rpress-about-body .page-header-icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start;
    background: #FFFFFF;
    box-shadow: 0px 3px 24px rgb(0 0 0 / 6%);
    border-radius: 100px;
}
#rpress-add-ons h2 {
    color: #3A3535;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
.rpress-about-body .about-text {
	font-size: 16px;
	font-weight: 400;
	margin:6px 0 0;
	min-height: auto;
	line-height: normal;
}
body.restropress_page_rpress-extensions{
	background: transparent;
}
#rpress-add-ons .rpress-plugin-filter {
	width: 80%;
	position: relative;
	border-radius: 9px;
	background-color: #F9FAFC;
	border: 1px solid #EFF0F2;
	padding:4px 20px 4px 4px;
}
#rpress-add-ons .rpress-plugin-filter>div{
	display: flex;
    gap: 10px;
}
#rpress-add-ons .rpress-plugin-filter a{
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 20px;
	text-decoration: none;
	color: #595F6A;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
}
#rpress-add-ons .rpress-plugin-filter a.current,
#rpress-add-ons .rpress-plugin-filter a:hover{
	background-color: #FFFFFF;
	box-shadow: 0px 3px 20px rgb(0 0 0 / 6%);
	border-radius: 8px;
	transition: width 0.2s linear 0s, transform 0.2s ease-out 0s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0.05s;
}
.rpress-search-wrap.rpress-live-search {
    position: relative;
}
.rpress-search-wrap.rpress-live-search svg{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	display: block;
	text-align: center;
	pointer-events: none;
	color: #6D6F7B;
}
input#rpress-plugin-search {
    background: #fff;
    border: 0.0625rem solid #f0f1f5;
    padding:10px 20px 10px 45px;
    color: #3A3535;
    min-height: auto;
    height: auto;
    display: block;
    width: 100%;
    max-width: 500px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-radius:9px;
}
input#rpress-plugin-search:focus {
	border-color: #c4c4c7;
	box-shadow: none;
}
.rpress-plugin-filter-wrapper.d-flex{
	display: flex;
	gap: 20px;
	align-items: center;
}
/* ------Add On Items-toggle-design------ */
.rp-license-deactivate-inner .switch {
    position: absolute;
    display: block;
    width: 60px;
    height: 32px;
}
.rp-license-deactivate-inner .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.rp-license-deactivate-inner .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.rp-license-deactivate-inner .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 6px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.rp-license-deactivate-inner input:checked + .slider {
    background-color: #11CC79;
}
.rp-license-deactivate-inner input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.rp-license-deactivate-inner input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.rp-license-deactivate-inner .slider.round {
    border-radius: 34px;
}
.rp-license-deactivate-inner .slider.round:before {
    border-radius: 50%;
}
.rp-license-deactivate-inner .switch {
    position: relative;
}
.rp-license-deactivate-inner .switch input:checked + .slider {
    background-color: #1A5CF0;
}
/* Add On Items-------------------------------------------------------------- */
div.restropress-addons-all {
	margin-bottom: 40px;
	padding-top: 40px
}
div.restropress-addon-item .rp-addon-main-wrap{
	padding: 1rem 0rem 0rem 0rem;
	border: 0px solid whitesmoke;
	border-radius: 0;
}
div.restropress-addon-item .rp-addon-main-wrap .rp-addon-info {
    padding: 0rem 2rem 1rem 1.6rem;
}
div.restropress-addons-all .restropress-addon-item {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -.5rem;
	margin-left: -.5rem
}
.restropress-addon-img-wrap img {
	width: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	object-fit: cover;
	height: 70px;
	border-radius:8px;
}
.rpress-purchased-wrap {
	display: block;
	clear: both;
	margin-top: 15px;

	border-top: 1.8px solid #E5E6E8;
	position: relative;
	padding: 1.8rem 1.5rem;
}
.rpress-license-wrapper {
	display: flex;
	margin-top: 0px;
	clear: both;
	overflow: visible;
}
.rpress-license-wrapper.rpress-updated {
	display: none
}
.rpress-license-deactivate-wrapper {
	clear: both;
	overflow: inherit;
	margin-top: 0px;
	height: 35px
}
.rpress-license-deactivate-wrapper.hide {
	display: none
}
.rpress-license-deactivate-wrapper.show {
	display: block
}
div.restropress-installed-wrap {
	display: block;
	clear: both;
	overflow: hidden;
	width: 45%
}
.restropress-addon-item .inside h3 {
	margin: 3px 0 1.33em 0;
	font-size: 1.2em;
	line-height: inherit;
	color: #23282d;
	display: inline-block
}
.restropress-addon-item .inside .rpress-addon-item-pricing {
	background: #FFFFFF;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-left: 5px;
	font-weight: 700
}
div.restropress-btn-group.rpress-purchase-section span {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	margin-right: -4px
}
.restropress-addons-all .restropress-btn-group span.button-secondary {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px
}
.restropress-addons-all .restropress-btn-group a.button-primary {
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px
}
.restropress-addon-item.inactive .restropress-btn-group.rpress-installed-section,div.restropress-addon-item.installed div.restropress-btn-group.rpress-purchase-section {
	display: none
}
.rpress-license-wrapper .rpress-license-field {
	width: 62%;
	height: 37px;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	margin: 0;
	border: 1px solid #d8d8d8
}
.rpress-license-wrapper button.button {
	color: #ff6464;
	background: #fff;
	border-color: transparent;
	width: 38%;
	height: 37px;
	font-size: 13px;
    line-height: 2.8;
    font-weight: 700;
	margin: 0;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rpress-license-wrapper button.button:hover,
.rpress-license-wrapper button.button:focus,
.rpress-license-wrapper button.button:visited
{
	color: #fff;
	background: #ff6464;
	border-color: #ff6464;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.restropress-addon-item.inactive .rpress-license-wrapper{
	display: none 
}
.rpress-license-response {
	margin-top: 10px;
	text-align: center 
}
li.menu-icon-fooditem .wp-menu-image {
	position: relative
}
li.menu-icon-fooditem .wp-menu-image:before {
	position: absolute
}
#rpress-order-update select.rpress-payment-status {
	width: 110px
}
form#rpress-payments-filter table th.column-ID {
	width: 20ch !important
}
form#rpress-payments-filter table th {
	width: 10ch !important
}
form#rpress-payments-filter table th, form#rpress-payments-filter table td {
	line-height: 36px
}
#rpress-payments-filter a.order-preview {
	float: right;
	font-size: 11px
}
#rpress-payments-filter span.rp-service-type.badge-delivery, .rp-backbone-modal-header .service-type.badge-delivery{
	background: #007bff
}
#rpress-payments-filter span.rp-service-type.badge-pickup, .rp-backbone-modal-header .service-type.badge-pickup{
	background: #6c757d
}
#rpress-payments-filter span.rp-service-type, .rp-backbone-modal-header .service-type {
	color: #FFF;
	font-size: 80%;
	font-weight: 700;
	white-space: nowrap;
	padding: .25em .4em
}
#rpress-payments-filter span.rp-service-type {
	margin-left: 10px
}
.rp-backbone-modal * {
	box-sizing: border-box
}
table.rp-order-preview-table {
	width: 100%;
	margin: 0
}
tr.rp-order-preview-table{
	font-weight: 700
}
table.rp-order-preview-table th,table.rp-order-preview-table td {
	padding-left: 10px !important
}
table.rp-order-preview-table thead th {
	padding: 1em 1.5em 1em 0;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 0;
	background: 0 0;
	box-shadow: none;
	text-align: right;
	vertical-align: top;
	background: #e4e4e4
}
table.rp-order-preview-table thead th:first-child {
	width: 210px;
	text-align: left
}
table.rp-order-preview-table tbody td:first-child {
	text-align: left
}
table.rp-order-preview-table tbody td {
	padding: 1em 1.5em 1em 0;
	text-align: right;
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 0;
	background: 0 0;
	box-shadow: none;
	text-align: right;
	vertical-align: top
}
.rp-order-preview-table-wrapper {
	margin-top: 20px
}
select.rp_payment_current_status.pending, #rpress-payments-filter span.pending {
	background-color: #fcbdbd;
	color: #54471a
}
select.rp_payment_current_status.paid, #rpress-payments-filter span.paid {
	background-color: #d8edf8;
	color: #43809d
}
select.rp_payment_current_status.delivered, #rpress-payments-filter span.delivered {
	background-color: #e0f0d7;
	color: #3a773a
}
select.rp_payment_current_status.refunded, #rpress-payments-filter span.refunded {
	background-color: #a5a193;
	color: #FFF
}
select.rp_payment_current_status.failed, #rpress-payments-filter span.failed {
	background-color: #f8d7da;
	color: #79252d
}
select.rp_payment_current_status.processing, #rpress-payments-filter span.processing {
	background-color: #f7ae18;
	color: #fff
}
.restropress-addon-img-wrap {
	/*height: 165px;
	overflow: hidden;*/
	position: absolute;
    right: 8px;
    top: 8px;
    height: 70px;
    width: 70px;
}
.restropress-addon-item {
	margin-bottom: 30px
}
.rp-addin-item-inner-wrap {
	/*padding: 10px;
	background: #fff;
	box-shadow: 1px 2px 10px #dddddd6b;
	border-radius: 12px;
	height: 365px;
	max-height: 365px
	padding: 0.5rem 1.5rem;*/
	position: relative;
	border: 1.8px solid #E5E6E8;
	border-radius: 14px;
	box-shadow: 0px 3px 20px rgb(0 0 0 / 6%);
	background: rgb(247,247,247);
	background: linear-gradient(250deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	transition: all .5s ease-in-out;
	    height: 280px;
}
.rp-addon-info span {
	/*text-decoration: none !important;
	line-height: 1.4;
	max-height: 80px;
	width: 100%;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	font-size: 14px;
	-webkit-box-orient: vertical;
	font-weight: 400;
	color: #1d1d1d;*/
	color: #717A90;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;	
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 50px;
	overflow: hidden;
}
button.button.pull-left.rpress-deactivate-license {
	color: #35c476;
	border-color: transparent;
	background: #e9f8f0;
	text-transform: uppercase;
	font-weight: 700;
	vertical-align: top
}
small.rpress-addon-item-pricing{
    color: #0F172A;
    font-size: 16px;
	line-height: 2.15384615;
    font-weight: 500;
    text-align: left;
}
.rp-license-deactivate-inner .card-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rp-license-deactivate-inner .card-footer span.status-text.text-green{
    color: #35C476;
    background-color: #E9F8F0;
    padding: 0.7rem 1rem;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 500;
}
div.rpress-add-ons-view-wrapper div.installed .rpress-license-default-wrapper.hide {
	display: none
}
div.rpress-add-ons-view-wrapper div.inactive .rpress-license-default-wrapper.hide {
	display: block
}
div.rpress-add-ons-view-wrapper div.installed .rpress-license-default-wrapper.show, div.rpress-add-ons-view-wrapper div.inactive .rpress-license-deactivate-wrapper.show {
	display: none
}
.rp-addin-item-inner-wrap h3{
	padding: 1rem 2rem 0rem 1.6rem;
	margin: 15px 50px 5px 0;
	font-size: 20px;
	/* height: 80px; */
	line-height: 26px;
	font-weight: 700;
	letter-spacing: -0.2px;
	text-align: left;
	color:#0F172A;
}
.restropress-btn-group.rpress-addon-details-section.pull-left{
	display: flex;
	justify-content: space-between;
	vertical-align: middle
}
.restropress-btn-group.rpress-addon-details-section.pull-left a{
	/*background: #f6f1e6;
	border-color: transparent;
	color: #e0b962;*/
	color: #39424B;
	background-color: transparent;
	border: 1px solid #D3D4D6;
	margin: 0;
	padding: 2px 15px;
	font-size: 13px;
	line-height: 2.8;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
	text-decoration: none;
	min-height: 30px;
	cursor: pointer;
	border-radius: 11px;
	white-space: nowrap;
	-webkit-appearance: none;
	box-sizing: border-box;	
}
.restropress-btn-group.rpress-addon-details-section.pull-left a:hover{
	background: #39424B;
	border-color: #39424B;
	color: #fff;
}
.addon-link-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	gap:10px;
	padding: 0rem 2rem 1rem 1.6rem;
}
.addon-link-wrap span{
    color: #0F172A;
    font-size: 15px;
    font-weight: 500;
}
/* Payment Status Color Schemes */
#rpress-payments-filter mark.status-pending,#rpress-payments-filter .rp_order_status.rp_current_status_pending,.rp-backbone-modal.rp-order-preview .status-pending span {
	background-color: #fcbdbd !important;
	color: #333 !important
}
#rpress-payments-filter mark.status-publish, .rp-backbone-modal.rp-order-preview .status-publish span {
	background-color: #77a75d;
	color: #ffffff
}
#rpress-payments-filter mark.status-refunded, .rp-backbone-modal.rp-order-preview .status-refunded span {
	background-color: #efd32b;
	color: #525252
}
#rpress-payments-filter mark.status-failed, .rp-backbone-modal.rp-order-preview .status-failed span {
	background-color: #ff6767;
	color: #ffffff
}
#rpress-payments-filter mark.status-processing,#rpress-payments-filter .rp_order_status.rp_current_status_processing,.rp-backbone-modal.rp-order-preview .status-processing span {
	background-color: #f7ae18;
	color: #ffffff
}
#rpress-payments-filter mark.status-accepted,#rpress-payments-filter .rp_order_status.rp_current_status_accepted,.rp-backbone-modal.rp-order-preview .status-accepted span {
	background-color: #ffcd85;
	color: #92531b
}
#rpress-payments-filter mark.status-completed,#rpress-payments-filter .rp_order_status.rp_current_status_completed,.rp-backbone-modal.rp-order-preview .status-completed span {
	background-color: #e0f0d7 !important;
	color: #3a773a !important
}
#rpress-payments-filter mark.status-ready,#rpress-payments-filter .rp_order_status.rp_current_status_ready,.rp-backbone-modal.rp-order-preview .status-ready span {
	background-color: #75A84C;
	color: #fff
}
#rpress-payments-filter mark.status-transit,#rpress-payments-filter .rp_order_status.rp_current_status_transit,.rp-backbone-modal.rp-order-preview .status-transit span {
	background-color: #cac300;
	color: #464343
}
#rpress-payments-filter .rp_order_status.rp_current_status_cancelled,.rp-backbone-modal.rp-order-preview .status-cancelled span {
	background-color: #eba3a3;
	color: #761919
}
/* Payment Status Color Schemes End */
#rpress-payments-filter mark.payment-status,#rpress-payments-filter mark.order-status {
	display: inline-flex;
	line-height: 1.2em;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin: -.25em 0;
	cursor: inherit !important;
	white-space: nowrap;
	max-width: 100%
}
#rpress-payments-filter span.rp-service-type,.rp-backbone-modal-header .service-type {
	color: #FFF;
	font-size: 80%;
	font-weight: 700;
	white-space: nowrap;
	padding: .25em .4em
}
.rp-addon-main-wrap{
	padding: 10px;
	border: 1px solid whitesmoke;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top: 0
}
@media screen and (max-width: 1024px) {
	.rpress-add-ons-view-wrapper .rp-col-sm-4 {
		width: 45.333333%
}
}
@media screen and ( max-width: 600px ) {
	.rpress-add-ons-view-wrapper .rp-col-sm-4 {
		width: inherit
}
}
/*-----sales_page-----*/
body.wp-admin.wp-core-ui.js.ast-highlight-wpblock-onhover.ast-default-content-style-boxed.ast-default-sidebar-unboxed.ast-default-layout-boxed-container.ast-separate-container.ast-two-container.ast-block-custom.ast-no-sidebar.ast-sidebar-default-.restropress_page_rpress-dashboard.auto-fold.admin-bar.branch-6-4.version-6-4-3.admin-color-fresh.locale-en-us.customize-support.svg{
    background-color: #F8F9FB;
}
body.wp-admin.wp-core-ui.js.restropress_page_rpress-dashboard.auto-fold.admin-bar.branch-6-4.version-6-4-2.admin-color-fresh.locale-en-us.customize-support.svg #wpfooter {
    position: inherit;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.items-flex-start{
    align-items: flex-start;
}
.justify-content-end{
	justify-content: end;
}
.justify-content-space-between{
	justify-content: space-between;
}
.text-align-right{
	text-align: right;
}
.text-align-left{
	text-align: left;
}
.text-align-center{
	text-align: center;
}
.text-align-top{
	text-align: top;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.mt-1{
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.85rem;
}
.mt-25 {
    margin-top: 3.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.pl8{
    padding-left: 8px;
}
.pr8{
	padding-right: 8px;
}
.page-header {
    margin:0 0 20px 0;
}
.sales-page-wrap select:focus {
    border-color: #E8E9EB;
    color: #2c3338;
    box-shadow: none;
}
h2.page-title{
    margin: 0;    
    font-size: 22px;
    font-weight: 500;
	color: #0B0545;
}
a.see-all-order{
    font-size: 16px;
    font-weight: 500;
    color: #0B0545;
    text-decoration: none;
}
.card-title {
    font-size: 16px;
    font-weight: 500;
	line-height: 19.36px;
    color: #0B0545;
    margin: 0;
}
.rp-red{    
    background-color: #FFD9DE;
    color: #FF2F41;
}
.rp-green{    
    background-color:#C8FFD4;
    color:#028614;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.sale-status{
	font-size:8px;
	border-radius: 100%;
	margin-right: 10px;
}
.sale-status-completed{
	color:#2EBF72;
	box-shadow: 0 0 0 2px #B5DCC8;
}
.sale-status-processing{
	color: #fff;
	box-shadow: 0 0 0 2px #f7ae18;
}
.sale-status-cancelled{
	color: darkred;
	box-shadow: 0 0 0 2px #FF8787;
}
.sale-status-Pending{
	color: orange;
	box-shadow: 0 0 0 2px #ffd96652;
}
.sale-status-Accepted{
	color: #92531b;
	box-shadow: 0 0 0 2px #ffcd85;
}
.sale-status-ready{
	color: #fff;
	box-shadow: 0 0 0 2px #75A84C;
}
.sale-status-transit{
	color: #464343;
	box-shadow: 0 0 0 2px #cac300;
}
.rp-product-quantity-no{
	background-color: #E2E2E2;
    border-radius: 10px;
    display:inline-block;
    width: 65px;
    height: 20px;
    padding: 0px 7px;
    font-size: 13px;
    font-weight: 500;
	margin-top:3px;
}
/*---left_side---*/
.leftbg{
    padding:50px 40px 50px 0px;
}
.box{
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 40px 0px #0000000A;
    border-radius:32px;
    padding: 20px 20px;
}
.rp-sales-overview-box{
    height: 200px;
    padding: 40px 20px;
}
.rp-sale-no{
    font-size: 28px;
    font-weight: 500;
    line-height: 33.89px;
	word-wrap: break-word;
}
.rp-sales-growth p{
    font-size: 14px;
    font-weight: 500;
}
.rp-sales-growth-rate{
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
}
/*---today-sale---*/
.today-sale-wrap{
	padding: 30px 30px 33px;
}
.today-sale-wrap p{
	font-size: 21px;
    font-weight: 600;
    margin: 0;
	color: #141414;
}
.today-sale-wrap .rp-sale-no {
    font-size: 40px;
	color: #141414;
}
.today-sale-wrap .rp-sales-growth-rate {
    padding: 4px 15px;
	font-size: 16px;
	border-radius: 6px;
}
/*---revenue-sale---*/
.revenue-wrap select{
	border: 1px solid #E8E9EB;
    border-radius: 15.5px;
    margin-left: 10px;
	padding: 0 28px 0 12px;
}
.revenue-wrap .card-title {
    font-size: 21px;
    font-weight: 600;
}
.revenue-graph-wrap img{
	height: 222px;
    width: 100%;
}
/*----table----*/
.sales-page-wrap table{
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.sales-page-wrap .table tbody tr:nth-child(even){
	background-color: #ffffff;
}
.sales-page-wrap .table tr td:first-child{
    border-top-left-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
}
.sales-page-wrap .table tr td:last-child {
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
}
.sales-page-wrap .table tr td {
	font-weight: 500;
    font-size: 15px;
	padding:0.85rem 0.85rem;
	border:0;
}
.sales-page-wrap .table-striped tbody tr:nth-of-type(even) {
    background-color: #eff1f5;
}
.sales-page-wrap .table > thead > tr > th {
    border-bottom:2px solid #EFF0F2;
    font-size: 15px;
    font-weight: 500;
	padding:0.75rem 0.85rem;
	box-shadow: none;
	color: #9E9FA3;
}
.sales-page-wrap .table > thead > tr > th:last-child{
	width: 4.5rem;
}
.sales-page-wrap h6.rp-order-id{
    display: block;
    color:#4C3F4C;
    margin: 0;
    font-size: 15px;
}
.sales-page-wrap small.rp-order-time {
    color: #9E9FA3;
    font-size: 14px;
    font-weight: 400;
}
.sales-page-wrap .viewbg{
	background-color: #EEEEEE;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    line-height: 24px;
    display: inline-block;
    width: 38px;
}
.sales-page-wrap .rp-product-amount span{
    border-radius: 3px;
    padding: 1px 8px;
    display: inline-block;
    font-size: 13px;	
	margin-top:3px;
}
.sales-page-wrap .paid {
    background-color: #FFD966;
	color: #4C3F4C;
}
.sales-page-wrap .unpaid{
    background-color:#2986CC;
	color: #FFFFFF;
}
/*---btn---*/
.btn{
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.84615385;
    border-radius: 6px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor: pointer;
}
.btn svg{
    margin-right: 2px;
}
.btn-blue{
    color: #fff;
    background-color:#4E4BF5;
    border-color:#4E4BF5;
}
button.add-product-btn{
	width: 200px;
	max-width: 100%;
	border-radius: 11px;
	padding: 0.6rem 0.75rem;
}
/*----select----*/
.year_select_wrap .arrow-icon_select {
	position: absolute;
	top: 15px;
	right: 2%;
	font-size: 16px;
	height: 22px;
	transition: all 275ms;
	
  }
  .year_select_wrap .multi-column-select {
	position: relative;
	float: left;
	min-width: 300px;
	width: 300px;
	min-height: 40px;
	background-color: #fff;
	border:1.5px solid #E8E9EB;
	border-radius:6px;
	transition: all 375ms ease-in-out;
  }
  .year_select_wrap .multi-column-select select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
  }  
  .year_select_wrap .list_multi-column-select {
	position: relative;
	float: left;
	width: 100%;
  }  
  .year_select_wrap .list-multi-select-option {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 3px 10px #00000017;
	transition: all 375ms ease-in-out;
	display: flex;
    flex-wrap: wrap;
  }
  .year_select_wrap .list-multi-select-option li {
	position: relative;
	float: left;
	width:50%;
	outline: 1px solid #E0E0E0;
	background-color: #f0f0f0;
	list-style-type: none;
	padding:15px 10px;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	font-size: 14px;
    font-weight: 500;
    color: #2c3338;
  }
  .year_select_wrap .list-multi-select-option li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
  }
  .year_select_wrap .list-multi-select-option li:hover {
	background-color: #ffffff;
  }
  .year_select_wrap .list-multi-select-option .active {
	background-color: #ffffff;
  }
  .year_select_wrap .list-multi-select-option .active:before {
	content: "\f0c8"; 
	font-family: FontAwesome;
	display: inline-block;
	font-size: 7px;
    margin-right: 10px;
	color: #4E4BF5;
  }
  .year_select_wrap .selecionado_opcion {
	padding: 15px 2% 15px 15%;
    width: 100%;
    display: block;
    margin: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #2c3338;
    background-image: url(http://restropress-admin-sales.local/wp-content/uploads/2024/01/calender-ico.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 6% 51%;
  }
  .year_select_wrap ul.list-multi-select-option li:last-child{
	width: 100%;
    text-align: center;
  }
.year_select_wrap input.custom{
	min-width: 300px;
	width: 300px;
	min-height: 40px;
	padding: 15px 2% 15px 4%;
	position: absolute;
}
/*---right_side---*/
.rightbg{
    background-color:#F2F2FC;
    padding:50px 20px;
}
.toplevel_page_rpress-dashboard .sales-page-wrap,
.restropress_page_rpress-dashboard .sales-page-wrap {
    max-width: 100%;
}
.toplevel_page_rpress-dashboard .sales-page-wrap > .row,
.restropress_page_rpress-dashboard .sales-page-wrap > .row {
    align-items: flex-start;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .leftbg,
.restropress_page_rpress-dashboard .sales-page-wrap .leftbg {
    padding: 32px 24px 32px 0;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .rightbg,
.restropress_page_rpress-dashboard .sales-page-wrap .rightbg {
    padding: 32px 20px;
    border-left: 1px solid #e6eaf2;
    background: linear-gradient(180deg, #f5f6ff 0%, #f7f8ff 100%);
}
.toplevel_page_rpress-dashboard .sales-page-wrap .page-header,
.restropress_page_rpress-dashboard .sales-page-wrap .page-header {
    margin-bottom: 16px;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .rp-sales-overview-box,
.restropress_page_rpress-dashboard .sales-page-wrap .rp-sales-overview-box {
    min-height: 190px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .today-sale-wrap,
.restropress_page_rpress-dashboard .sales-page-wrap .today-sale-wrap {
    min-height: 138px;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .table-responsive,
.restropress_page_rpress-dashboard .sales-page-wrap .table-responsive {
    border: 1px solid #edf0f6;
    border-radius: 18px;
    background: #fff;
    padding: 8px;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .table tbody tr,
.restropress_page_rpress-dashboard .sales-page-wrap .table tbody tr {
    transition: background-color .2s ease;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .table tbody tr:hover,
.restropress_page_rpress-dashboard .sales-page-wrap .table tbody tr:hover {
    background-color: #f7f9ff;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .rp-bestselling-product-wrap,
.restropress_page_rpress-dashboard .sales-page-wrap .rp-bestselling-product-wrap {
    padding: 8px 0;
    border-bottom: 1px solid #eef2f8;
}
.toplevel_page_rpress-dashboard .sales-page-wrap .rp-bestselling-product-wrap:last-child,
.restropress_page_rpress-dashboard .sales-page-wrap .rp-bestselling-product-wrap:last-child {
    border-bottom: 0;
}
@media (max-width: 1279px) {
    .toplevel_page_rpress-dashboard .sales-page-wrap .leftbg,
    .restropress_page_rpress-dashboard .sales-page-wrap .leftbg {
        padding-right: 16px;
    }
    .toplevel_page_rpress-dashboard .sales-page-wrap .rightbg,
    .restropress_page_rpress-dashboard .sales-page-wrap .rightbg {
        padding: 24px 16px;
    }
}
@media (max-width: 991px) {
    .toplevel_page_rpress-dashboard .sales-page-wrap .leftbg,
    .restropress_page_rpress-dashboard .sales-page-wrap .leftbg {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .toplevel_page_rpress-dashboard .sales-page-wrap .rightbg,
    .restropress_page_rpress-dashboard .sales-page-wrap .rightbg {
        border-left: 0;
        border-top: 1px solid #e6eaf2;
    }
}
.sales-page-wrap .current-year-btn{
    background-color: #fff;
    border: 1px solid #E8E9EB;
    border-radius: 6px;
    position: relative;
	display: inline-flex;
}
.sales-page-wrap .current-year-btn select{
	border: 0;
    outline: 0;
	box-shadow: none;
}
.sales-page-wrap .current-year-btn span.input-group-text,
.sales-page-wrap .rightbg button.btn.btn-blue.ml-3 {
    align-items: center;
    display: flex;
}
.sales-page-wrap .rightbg .rpress-import-export-form .button-secondary{
    color: #ffffff;
    border-color: transparent;
    background: transparent;
	font-size: 14px;    
	padding: 0px 2px;
	box-shadow: none;
}
form#rpress-export-payments input.button-secondary.button-disabled {
    background: transparent !important;
    border: 0;
    color: #fff !important;
}
/*---add-product-section---*/
.rp-add-product-wrap .image-fit{
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 8px;
    width: 47px;
    height: 49px;
    text-align: center;
}
.rp-product-hd{
    font-weight: 400;
}
.rp-product-no{
	font-size: 16px;
    font-weight: 500;
    color: #0B0545;
    line-height: 19.36px;
    margin: 0;
}
.spinner{
   color:#fff;
}
/*---bestselling-product---*/
.rp-bestselling-product-image img{
	width: 49px;
    height: 49px;
    border-radius: 18px;
}
.rp-bestselling-product-name{
    font-size: 16px;
    font-weight: 500;
    color: #0B0545;
    line-height: 19.36px;
	width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rp-bestselling-product-description{
    font-size: 14px;
    font-weight: 500;
    color: #9E9FA3;
    line-height: 19.36px;
	width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rp-sale-stock-no{
    font-size: 14px;
    font-weight: 500;
}
.rp-sale-stock{
    color: #028614;
    font-size: 14px;
    font-weight: 500;
	margin-left: 1.75rem;
}
.rp-sale-stock i{
    color: #028614;
    font-size:6px;
	margin-right: 6px;
	margin-top: 4px;
}
.rp-sale-out-of-stock{
    color:#b4afaf;
    font-size: 14px;
    font-weight: 500;
	margin-left: 1.75rem;
}
.rp-sale-out-of-stock i{
    color:#b4afaf;
    font-size:6px;
	margin-right: 6px;
	margin-top: 4px;
}
/*----customer-information----*/
.rp-customer-information-list .rp-customer-information-graph img{
	width: 119px;
    height: 119px;
}
.rp-customer-information-list .rp-customer-information-desc{
	color: #9E9FA3;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
}
.rp-customer-information-list .rp-customer-type{
	color: #12253F;
	font-size: 13px;
	font-weight: 500;
	line-height: 15.73px;
	margin: 0 0 5px;
}
.rp-customer-information-list span.rp-customer-rate{
    color: #4E4BF5;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
}
.rp-customer-information-wrap select{
	border: 1px solid #E8E9EB;
    border-radius: 6px;
}
/*---dropdown-menu---*/
.rp-order-dropdown{
	position: relative;
	filter: url(#goo);
  }
.rp-order-dropdown .dropdown__items{
	background-color: #fff;
	padding: 10px 15px;
	border-radius: .375rem;
  }
.rp-order-dropdown .dropdown__items{
	margin: 0;
	position: absolute;
	right: 0;
	top:-10px;
	width:100px;
	list-style: none;
	/*visibility: hidden;
	z-index: -1;
	opacity: 0;*/
	transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
	box-shadow: 0px 3px 10px #00000017
  }
.rp-order-dropdown input {
	display: none;
  }
.rp-order-dropdown input:checked ~ .dropdown__items {
	top: calc(100% + 0px);
	visibility: visible;
	opacity: 1;
}
.rp-order-dropdown i.fa-solid.fa-ellipsis {
    color: #C3C3C3;
    font-size: 18px;
}
#chartContainer{
	height: 140px;
	margin-top: 20px;
}
#footer-thankyou{
	display: none;
}
#rp-customer-information-graph{
	height:150px; 
	width:60%;
}
.custom-dropdown select {
    position: absolute;
    top:0px;
	right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.restropress_page_rpress-dashboard #wpfooter{
	display: none;
 }
  /*----item-not-found----*/
.item-not-found-wrap{   
	padding: 20px 0 40px;
	text-align: center;
}
.item-not-found-wrap img {
	max-width: 100%;
    width: 120px;
    height: 120px;
}
.item-not-found-wrap p{
    font-size: 17px;
    font-weight: 600;
    color: #86868c;
    letter-spacing: -0.5px;
    margin: 15px 0 0;
}
/*-----loader----*/
.spinner{
	border: 1px solid currentcolor;
	border-radius: 50%;
	-webkit-animation: 1s loader-04 linear infinite;
			animation: 1s loader-04 linear infinite;
	position: relative;
	background-image: none;
  }
  .spinner:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -0.2em;
	left: 50%;
	border: 0.2em solid currentcolor;
	border-radius: 50%;
  }  
  @-webkit-keyframes loader-04 {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  /*----admin-food-item-purchase-section----*/
ul.rpress-purchased-items-list-wrapper li,
ul.rpress-purchased-items-list-header li{
	width: 160px !important;
}
.rpress-order-items-wrapper{
    width: 100% !important;
}
div#rpress-purchased-items .rpress-purchased-items-header.row.header ul.rpress-purchased-items-list-header{
	display: flex;
    width: 100% !important;
    align-items: center;
}
.rpress-order-items-wrapper ul.rpress-purchased-items-list-wrapper.\30 {
    display: flex;
    align-items: center;
}
.rpress-purchased-items-header ul.rpress-purchased-items-list-wrapper li,
.rpress-purchased-items-header ul.rpress-purchased-items-list-header li,
#rpress-purchased-items .rpress-order-items-wrapper .rpress-purchased-items-list-wrapper .fooditem{
	width:160px !important;
}
#rpress-purchased-items .rpress-purchased-items-list-wrapper .item_price,
#rpress-purchased-items .rpress-purchased-items-list-wrapper .item_tax,
#rpress-purchased-items .rpress-purchased-items-list-wrapper .price {
	top: 0px;
}
