* {
    box-sizing: border-box;
}
html,
body {
	height: 100%;
}
body {
  margin: 0 40px;
  font-family: 'Lato', sans-serif;
  background: url(../images/background-sm-min.jpg) top center fixed; /*top center no-repeat; */
  background-size: cover;
  color: #323232;
}
a {
	color: #295f07;
	text-decoration: none;
}
.clear {
	display: block;
	clear: both;
	float: none !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1, h2, h3 {
	line-height: 1.25em;
}
.red {
	color: red;
}
/* Main navigation */
#header {
	position: relative;
	height: 168px;
	z-index: 1;
	font-size: 1.5em;
	background: url(../images/burlap.jpg) 0 bottom no-repeat;
	border-bottom: 3px solid #000;
}
#logo {

}
#header_phone {
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: bold;
}
#header_phone a {
	color: #323232;
}
.nav {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: .9em;
	position: absolute;
	bottom: 51px;
	right: 20px;
}
.nav li {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	min-height: 34px;
}
.nav li span {
	position: absolute;
	bottom: 2px;
	font-size: .8em;
	color: #fff;
	z-index: 0;
}
.nav a {
	white-space: nowrap;
	padding: 0 10px;
	z-index: 100;
}
.nav a:hover {
	background: #feca03;
	border-radius: 5px;
}
#top-nav li:last-child {
	background: url(../images/basket.png) no-repeat;
	width: 40px;
}
#top-nav li:last-child a {
	text-indent: 100%;
	overflow: hidden;
	display: block;
	padding: 0;
	background: none;
}
#numitems {
	cursor: pointer;
	font-size: .6em;
	z-index: 200;
	display: inline-block;
	width: 40px;
	padding: 0 10px;
	text-align: center;
}
/* Secondary nav */
#usernavtop {
	display: none;
}
#user-nav {
	font-size: 1.25em;
	position: absolute;
	top: 1em;
	bottom: auto;
	right: 0;
	width: 100%;
	background: #275907;
	margin-top: -1em;
	margin-bottom: -1em;
	text-align: center;
}
#user-nav li {
	min-height: 0;
	padding: 10px;
}
#user-nav a {
	color: #fff;
}
#user-nav a:hover {
	background-color: rgba(255, 255, 255, 0.25);
}

/* Container styles */
#maincontainer {
	max-width: calc(1145px - 6px);
	margin: 3em auto 0;
	background-color: rgba(255, 255, 255, 0.85);
	border: 3px solid #fff;
	border-radius: 20px 20px 0 0;
}
.content {
	padding: 20px;
	position: relative;
}
/* Main content */
#maincontent {
	line-height: 1.5em;
	border-bottom: 3px solid #000;
	padding-top: 40px;
	padding-bottom: 1em;
	min-height: 630px;
}
#home #maincontent {
	background: url(../images/corn-field.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
#categories #maincontent {
	padding-top: 20px;
}
#products #maincontent {
	padding: 0;
	display: table;
	width: 100%;
}
#products #maincontent {
	
}
#admin_products #product_list {
	margin: 0 0 2em;
}
#banner .guestlink a {
}
#banner .guestlink a:hover {

}
#banner .guestlink span:first-child {
	bottom: calc(50% - 22px);
}
#banner .guestlink .btn {
	margin-top: 0;
}
.guestlink {
	position: relative;
	margin-bottom: 1em;
}
.guestlink span:first-child {
	position: absolute;
	bottom: 0;
	left: 0;
	background: red;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	height: 44px;
	border-radius: 5px 0 0 5px;
}
.guestlink span:first-child:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: red;
	border-width: 22px;
	margin-top: -22px;
}
.guestlink .btn {
	background: #feca03;
	font-weight: bold;
	width: 100%;
	min-height: 44px;
	margin-top: 40px;
	color: #295f07;
	box-shadow: 0 1px 1px #000;
	padding-left: 90px;
}
.btn.guestlink:hover {
	color: #fff;
}
h1 {
	margin-top: 0;
	font-size: 3em;
	text-align: center;
	background: #fff;
	padding: .75em 50px;
	position: relative;
	top: -1em;
	width: calc(100% + 40px);
	left: -20px;
	margin-bottom: -1em;
}
#home h1 {
	font-size: 1.75em;
	text-align: left;
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
#home h1,
#products h1 {
	position: static;
	width: 100%;
	margin-bottom: 5px;
}
#home .slideshow h2 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 34px;
	font-family: 'Lobster', cursive;
}
#home .slideshow div p {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center;
}
h1 span {
	
}
#maintext {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 20px;
	padding: 30px;
	float: right;
	width: calc(50% - 55px);
	margin: 70px 35px 0 25px;
	height: 210px;
}
#maintext p {
	font-size: 1.1em;
}
.slideshow {
  position: relative;
}

.slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#maincontent_footer {
	height: 70px;
	background: url(../images/burlap2.jpg) no-repeat;
}
#banner {
	width: calc(50% - 55px);
	margin: 0 25px 0 35px;
	text-align: center;
}
#banner h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.75em;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: .5em;
	text-align: center;
	width: auto;
}
#banner h1 span {
	display: block;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	background: #feca03;
	color: #295f07;
	white-space: nowrap;
	position: relative;
	height: 1.5em;
	padding-top: .1em;
}
#banner h1 span:before {
	content: "\A";
	white-space: pre;
}
#banner h1 span:before,
#banner h1 span:after {
	position: absolute;
	top: 0;
	border-style: solid;
	border-color: #feca03 transparent;
	height: 0;
	width: 0;
	display: block;
	content: "";
}
#banner h1 span:before {
	left: -.75em;
	border-width: .75em 0 .75em .75em;
}
#banner h1 span:after {
	right: -.75em;
	border-width: .75em .75em .75em 0;
}
#banner p {
	margin: 0;
	height: 80px;
}
.btn {
	display: inline-block;
	text-align: center;
}
.btn:hover {
	color: #295f07;
}
#categories h1 {
	display: none;
}
#categories #category_list {
	display: grid;
	grid-template-rows: 150px 150px 150px 150px;
	grid-template-columns: calc(25% - 7px) calc(25% - 7px) calc(25% - 7px) calc(25% - 7px);
	grid-gap: 30px 10px;
	margin-top: 30px;
	margin-bottom: 2em;
}
#categories #category_list.pointer div {
	cursor: pointer;
}
.box {
	background: url('../images/food.png') center no-repeat;
	background-color: rgba(167, 197, 96, .35);
	display: flex;
	justify-content: center;
    align-items: flex-end;
	transition: background-color .5s;
	cursor: pointer;
}
.box:hover {
	/*background-color: rgba(41, 95, 7, 1);*/
}
.box h2 {
	transition: visibility 0s, opacity 0.5s linear;
}
.box:hover h2 {

}
.box:last-child {
	grid-column: 1 / 5;
}
.box a {
	display: block;
	color: #323232;
	color: #fff;
	font-weight: normal;
}
#categories h2 {
	font-size: 1.35em;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	width: 100%;
	margin: 0;
	background: rgba(39,89,7,0.75);
	padding: 2px;
}
#categories .box:hover h2 {
	background-color: rgba(39,89,7,1);
}

#categories h2:hover {
	/*background-color: rgba(255, 255, 255, 0.5);*/
}
#products #category_list {
	background: #295f07;
	display: table-cell;
	padding: 1em 0 2em;
	width: 25%;
}
#products #category_list h2 {
	text-transform: uppercase;
	background: #feca03;
	padding: .25em 20px;
	position: relative;
}
#products #category_list h2 span {
	display: none;
}
#products #category_list h2:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #feca03;
	border-width: 20px;
	margin-top: -20px;
}
#products #category_list ul a {
	color: #fff;
}
#products #category_list ul a:hover {
	color: #feca03;
}
#category_list ul {
	padding: 0 20px;
	font-size: 1.2em;
}
#category_list li {
	margin: .25em 0;
	padding-left: 25px;
	background: url(../images/bullet_pepper.png) 3px 3px no-repeat;
}
#product_info {
	margin-bottom: 2em;
	padding: 1em 50px;
	font-size: 1em;
}
.product_cat {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 20px;
}
#products .product_cat h2 {
	margin: .5em 0 0;
}
#products .product_cat h2:hover {
	cursor: pointer;
	color: #295f07;
}
.product_cat a {
	text-decoration: underline;
}
.product_cat a:hover {
	color: #feca03;
}
.product_box {
	border-bottom: 1px solid rgb(41, 95, 7, .25);
	padding: 0 5px 10px;
	width: calc(100% - 20px);
	display: none;
}
.dblbox {
	text-align: center;
}
.product_box img {
	float: left;
	margin-right: 10px;
}
.product_box img + div {
	padding-left: 90px;
}
.showall .product_box {
	display: block;
}
.product_price {
	color: #295f07;
	float: left;
}
.product_sku {
	float: right;
	font-weight: bold;
	font-size: .75em;
}
#customer_types {
	text-align: center;
}
#mainform, .resetForm {
	background: #fff;
	width: 50%;
	margin: 2em auto;
	padding: 0 0 1em;
}
#login #mainform {
	margin: 0 auto;
}
#mainform div {
	margin-left: 50px;
	margin-right: 50px;
}
#mainform input[type="text"],
#mainform input[type="password"],
#mainform textarea,
#mainform select,
#mainform option {
	background: rgba(213,185,153,0.15);
}
input,
select,
textarea {
	padding: 7px 10px;
	border: 1px solid #323232;
	border-radius: 5px;
	background: #fff;
	font-size: 1.25em;
	margin: 0 0 .5em;
}
select {
	-webkit-appearance: none;
}
#customer_list {
	
}
#admin_products #product_list input[type="text"],
#favorites_list input[type="text"],
#admin_products #product_list select,
#favorites_list select {
	font-size: 1em;
	padding: 3px 10px;
}
#admin_products #product_list input[type="text"],
#admin_products #favorites_list input[type="text"],
#admin_products #product_list select,
#admin_products #favorites_list select {
	margin: 2px 5px;
	font-size: 1em;
	padding: 3px 10px;
}
#admin_products #product_list input[type="text"],
#favorites_list input[type="text"] {
	width: 100%;
	max-width: 400px;
}
#admin_products #product_list input[type="text"].input_sm,
#favorites_list input[type="text"].input_sm {
	width: 50px;
}
#admin_products #product_list input[type="text"].input_med,
#favorites_list input[type="text"].input_med,
#user_cart input[type="text"].input_med,
#user_orderguide input[type="text"].input_med,
#guest_cart input[type="text"].input_med {
	width: 100px;
}
#user_cart [id^="favorite_"],
#guest_cart [id^="favorite_"] {
	float: left;
	margin-right: 10px;
}
.icons {
	width: 130px;
}
.icons img {
	margin-left: 20px;
}
input[readonly],
.disabled {
	background: #e1e1e1;
}
input[readonly].plaintext {
	background: none;
	border: none;
}
#mainform .tableheading {
	font-size: 1.25em;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.centered {
	text-align: center;
	margin-bottom: 1em;
}
#login .centered {
	margin: 0;
}
td.centered p {
	display: inline-block;
	margin-right: 50px;
}
.underline:hover {
	text-decoration: underline;
}
.pointer:hover {
	cursor: pointer;
}
.btn, input[type="submit"], .send-to-qbs, .exported_order p,
#importCSV input[type="button"] {
	background: #323232;
	color: #fff;
	margin-top: .5em;
	border: none;
	border-radius: 5px;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 10px 15px;
}
#requestDecline {
	background: #323232;
	color: #fff;
	margin-top: .5em;
	border: none;
	border-radius: 5px;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 10px 15px;
	width: 100%;
}
#requestDecline:hover {
	background: #c44444;
	color: #fff;
}
.btn:hover, input[type="submit"]:hover,.send-to-qbs:hover {
	background: #295f07;
	color: #fff;
}
fieldset {
	margin: 0 0 1em 0;
	padding-left: 0;
	padding-right: 0;
	border: none;
}
fieldset.nolegend {
	padding-top: 2em;
}
#login fieldset {
	margin: 0;
}
legend {
	background: #feca03;
	padding: .5em 20px;
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.75em;
	text-align: center;
}
#error_msg {
	color: #d83734;
	text-align: center;
}
#mainform .recaptcha {
	margin-top: 1em;
}
#mainform .recaptcha div {
	margin: 0 auto;
}
#mainform input[type="submit"] {
	width: 100%;
	margin: 0 0 1em;
}
#mainform .checkboxes {
	margin: 0 0 1em;
	font-size: 1.25em;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
	grid-gap: 10px;
}
.deliveryAprovel, .deliveryAprovelMsg {
	margin: 0;
}
.deliveryAprovelMsg {
	color: red;
}
#mainform .checkboxes div {
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
	white-space: nowrap;
	opacity: .5;
}
#mainform .checkboxes div.checked {
	opacity: 1;
}
#mainform .checkboxes div.waiting {
	opacity: 1;
	color: red;
}
.twocol div {
	display: inline-block;
	padding: 0 20px;
}
#mainform .twocol div {
	padding: 0;
}
#mainform .twocol div.form-group {
	width: calc(50% - 4px);
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
}
#mainform .twocol div.form-group:first-child,
#mainform .twocol .tableheading + div.form-group
 {
	margin-right: 4px;
}
#mainform .twocol .tableheading {
	width: 100%;
	display: block;
}
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	margin-top: 1em;
	height: 150px;
}
#mainform div.csz {
	float: left;
	width: calc(34% - 55px); 
	margin-right: 5px;
}
#mainform div.csz + .csz {
	width: 36%;
	margin-left: 0;
	margin-right: 0;
}
#mainform div.csz + .csz + .csz {
	width: calc(30% - 55px);
	margin-left: 5px;
}	
.form-group {
	position: relative;
}
.form-label {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999;
  background-color: #f9f5f0;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  font-size: 1.25em;
}
textarea + .form-label {
	top: 32px;
}
.focused .form-label {
  transform: translateY(-50%);
  font-size: .75em;
}

.form-input {
  padding: 25px 10px 7px;
  position: relative;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  
  &:focus {
    box-shadow: 0 2px 0 0 blue;
  }
}
select.form-input {
	padding: 24px 10px 6px;
}

.form-input.filled {
  box-shadow: 0 2px 0 0 #275907;
}

.form-input.invalid {
  box-shadow: 0 2px 0 0 #d83734;
}
.recaptcha.invalid iframe {
	border: 2px solid #d83734;
}
.msg {
	text-align: center;
	font-size: 1.5em;
}
/* Admin / Customers */
.userpage h1 {
	top: .2em;
	padding-bottom: 1em;
	font-size: 2em;
	margin-bottom: 1em;
}
#guest_cart h1 {
	font-size: 2em;
	margin-bottom: 0;
}
.expandinfo h2 {
	margin: 0;
    font-size: 1.25em;
}
.ordertable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}
.ordertable td,
.ordertable th {
	border-bottom: 1px solid rgb(41, 95, 7, .25);
	padding: 10px 5px;
}
.ordertable th {
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(254,202,3,0.55);
}
.ordertable:not(.guest) tr:nth-child(odd) td,
.bg_highlight:not(:last-child) {
	background-color: rgba(254,202,3,0.25);
}
.expandinfo .ordertable tr:nth-child(odd) td {
	background: none;
}
#user_orders .ordertable {
	margin: 0 0 1em;
}
#user_orders .preview td + td span.hiddenlabel {
	display: none;
}
#user_cart tr:last-child td,
#guest_cart tr:last-child td {
	background: none;
	border-bottom: none;
}

#formfields {
	float: left;
	margin-right: 40px;
}
#formbottom label {
	font-weight: bold;
	display: block;
}
#pickup_details {
	float: right;
	margin-top: 1.5em;
}
#pickup_details * {
	margin-bottom: 0;
	margin: 0;
	text-align: center;
}
#pickup_details h2,
#pickup_details span {
	background-color: rgba(254,202,3,0.55);
	padding: 0 5px;
}
#cartlinks {
	margin-left: 50px;
}
#cartlinks label {
	display: inline;
}
label[for="order_notes"] {
	display: block;
}
#customer_notes {
	float: left;
}
#order_notes {
	width: 400px;
	margin: 0;
}
#deliverydate {
	float: left;
	margin-right: 40px;
}
#cartlinks {
	float: right;
	text-align: right;
}

#welcome {
	margin: 0 auto;
	max-width: 800px;
	background-color: rgba(254,202,3,0.25);
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}
#welcome img {
	vertical-align: top;
}
.removex {
	font-size: 1.5em;
	font-family: 'Nunito', sans-serif;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
.ordertable td {
	vertical-align: middle;
}
.align_right,
.details .ordertable td:last-child.align_right {
	text-align: right;
}
.details .ordertable tr td:first-child {
	padding-left: 50px;
}
#admin_orders .details .ordertable td:first-child,
#user_orders .details .ordertable td:first-child {
	padding-bottom: 10px;
}
#admin_notes {
	background: #c0dab2;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.25em;
}
.expand {
	width: 40px;
}
.plus_minus {
	background: #323232;
	color: #fff;
	border-radius: 16px;
	padding: 0 6px;
	width: 25px;
	display: block;
	float: left;
	margin: 0 10px .25em 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	text-align: center;
}
.plus_minus.inactive {
	background: #d83734;
}
table .plus_minus {
	margin: 5px 10px .25em 0;
}
.plus_minus a {
	color: #fff;
}
.stuck {
	font-weight: bold;
	color: #323232;
}
.stuck a {
	color: #000;
}
.expandinfo td,
.expandinfo th,
.guestinfo td,
.guestinfo th {
	line-height: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding: 10px;
}
.expandinfo #selected_order > td {
	border-bottom: none;
}
.expandinfo .details td:first-child {
	padding: 0;
}
.viewOrders {
	text-align: center;
}
.viewOrders a {
	color: #323232;
	transition: .3s all ease-in-out;
}
.viewOrders a:hover {
	color: #295f07;
	text-decoration: underline;
}
.header th {
	background: #fff;
}
th h2 {
	text-align: center;
}
tr + tr th h2 {
	font-size: 1.5em;
	padding-top: 1.5em;
}
tr.preview.closed {
    display: none;
}
.expandinfo td.expand {
	line-height: inherit;
	padding: inherit;
}
.expandinfo table,
#favorites_list table,
.guestinfo table {
	margin-bottom: .5em;
	border-collapse: collapse;
	width: 100%;
}
.expandinfo h2 + div table {
	margin-left: 35px;
	width: calc(100% - 35px);
	border-top: 1px solid rgba(0,0,0,0.25);
}
.expandinfo tr:hover {
	background-color: rgba(254,202,3,0.5);
}
.expandinfo tr.nohover:hover {
	background: none;
}
.expandinfo .preview.nohover td {
	border-bottom: none;
}
.expandinfo td:last-child {
	text-align: right;
}
.expandinfo td:last-child.centered {
	text-align: center;
}
.nodata,
td.noborder {
	border-bottom: none !important;
}
.nodata,
td.nobackground {
	background: none !important;
}
#grandtotal {
	text-align: right;
}
#user_orders #grandtotal,
#admin_orders #grandtotal {
	padding: 10px;
	border: none;
}
#admin_specials form {
	margin-bottom: 1em;
}
#admin_specials .details td {
	padding-top: 5px;
}
.details td:last-child {
	text-align: left;
}
.actions {
	float: right;
}
.actions input[type="submit"] {
	margin-right: 0;
}
.edit textarea {
	vertical-align: top;
	margin: 0;
	width: 100%;
}
.edit select,
.edit input,
.edit textarea {
	font-size: 1em;
}
.edit label {
	display: block;
	margin-bottom: 5px;
}
.edit {
	float: left;
	margin-right: 20px;
	width: calc(30% - 40px);
}
.edit + .edit {
	width: calc(50% - 40px);
}
.hidden {
	display: none;
}
#admin_products #product_list {
	margin: 1em 0 2em;
}
#search_filters {
	background: #ddd5cc;
	padding: .5em 20px 0;
	text-align: center;
}
#products #search_filters {
	margin-bottom: 2em;
}
#products #search_products {
	display: none;
}
#search_filters div {
	display: inline-block;
	margin: 0 10px;
}
.visibility_status {
	vertical-align: bottom;
	margin-left: 10px;
}
.productid {
	float: left;
	width: 50px;
	text-align: right;
	margin-top: 8px;
	margin-right: 10px;
	font-weight: bold;
}
input[name^="price"],
input[name^="markup"] {
	text-align: right;
}
#admin_products input[type="submit"] {
	display: block;
	margin: 10px 0 10px 50px;
}
#admin_products #importCSV input[type="submit"] {
	margin-right: 10px;
	display: inline-block;
}
#importCSV div {
	display: inline-block;
	background: #fff;
}
#importCSV input[type="file"] {
	background: none;
	border: none;
}
.unpopular {
	display: none;
}
 .markuplock {
	 color: #275907;
 }
#admin_products #product_list td .markuplock img,
#admin_products #favorites_list td .markuplock img {
	vertical-align: baseline;
}
#admin_products #product_list td img,
#admin_products #favorites_list td img {
	vertical-align: bottom;
}
.catheader {
	font-size: 1.75em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #d83734;
	color: #fff;
}
#products .catheader {
	width: 200%;
}
td.selected {
	font-weight: bold;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
.modal::before {
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.modal_content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
}
button {
	margin-left: 10px;
	margin-right: 10px;
}
#backtotop {
	background: url(../images/backtotop.png) 0 no-repeat;
	opacity: .75;
	position: fixed;
	background-size: 64px;
	bottom: 10px;
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
	z-index: 100;
	display: none;
}
#backtotop a {
	color: transparent;
	display: block;
}
#guest_info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* Footer */
#footer {
	max-width: 1145px;
	margin: 0 auto .5em;
	text-align: center;
	font-size: 1.75em;
	font-weight: bold;
	/*background-color: #5c3d2c;*/
	color: transparent;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.25);
	-webkit-background-clip: text;
	   -moz-background-clip: text;
            background-clip: text;
}
#maincontent_footer {
	padding: 3px 20px;
}
.marginRight {
	margin-right: 140px;
}
.map {
	margin-top: 20px;
}
.map p {
	text-align: center;
}
.map iframe {
	display: block;
	margin: 10px auto;
}
.credit_link {
	text-align: center;
	font-size: 24px;
}
.miniContainer div {
	/*border-bottom: 1px solid #feca03;*/
	padding-bottom: 10px;
}
.miniContainer div:last-child { 
	border-bottom: none;
}
.aboutSelect {
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.aboutBox h2 {
	text-align: center;
	font-size: 35px;
	background-color: rgba(254,202,3,0.25);
	padding: 10px;
}
#view_closed_orders,#view_exported_orders {
	text-align: center;
	cursor: pointer;
}
button.send-to-qbs {
    float: right;
    margin-bottom: 10px;
    margin-top: 0px;
    min-width: 250px;
    position: relative;
}

.exported_order p {
    display: inline-block;
    margin-bottom: 0px;
    cursor: not-allowed;
    background: #6a6a6a;
}
div#export_progress {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(0,0,0,.3);
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: 3px solid #f5372a;
}

.progress_percent {
    text-align: center;
    padding: 3px 2px;
    background: black;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    position: relative;
    border: 1px solid white;
    margin-top: 2px;
    z-index: 3;
}

.progress_bar {
    width: 0%;
    position: absolute;
    z-index: 2;
    height: 100%;
    background: #ffe401;
    border-radius: 1px;
    top: 0px;
    left: 0px;
}
.send-to-qbs p {
    padding: 0;
    margin: 0px;
}
.loader {
  border: 10px solid #ddd5cc;
  border-top: 10px solid #74bb47;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  margin: 2em auto;
}
#admin_products .loader {
	display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media print {

	body {
		margin: 0;
		padding: 0;
		line-height: 1.4em;
		word-spacing: 1px;
		letter-spacing: 0.2px;
		font: 13px Arial, Helvetica,"Lucida Grande", serif;
		color: #000;
		background: none;
	}
	#usernavtop,
	#top-nav,
	h1 span:last-child,
	tr:first-child th:first-child,
	.expand,
	.viewOrders,
	#maincontent_footer	{
		display: none !important;
	}
	#header {
		height: auto !important;
		background: none;
		border-bottom: 2px solid #666 !important;
		padding: 0 0 .5em;
	}
	#logo {
		margin-top: 0 !important;
		float: left;
	}
	#logo img {
		width: 300px;
		height: auto;
	}
	#header_phone {
		position: static;
		float: right;
		margin-top: 1.5em;
		font-size: 14pt;
	}
	#maincontainer {
		max-width: 100%;
		margin: 0;
	}
	#maincontent {
		border-bottom: none;
		padding: 0;
		min-height: auto;
	}
	h1 {
		width: 100%;
		position: static;
		padding: 10pt 0 0;
		margin-bottom: 0 !important;
	}
	.details .ordertable tr td:first-child {
		padding: 0 10px;
	}
	/*.expandinfo thead th:nth-child(2),
	.expandinfo td.order_id {
		padding-left: 0;
	}
	.expandinfo thead th:nth-child(7),
	.expandinfo td.order_price {
		padding-right: 0;
	}*/
	#admin_notes {
		background: none;
		border-bottom: 2px solid #666;
		margin-bottom: .5em;
	}
	.ordertable tr:nth-child(3) td:first-child {
		padding-top: .5em;
	}
	#user_orders .preview {
		display: none;
	}
	#user_orders #selected_row.preview {
		display: table-row;
		border-bottom: 1px solid #666;
	}
	#user_orders thead th {
		padding-bottom: 0;
	}
	#selected_row td {
		border-bottom: 2px solid #666 !important;
	}
	#user_orders .ordertable tr:nth-child(2) td {
		padding-top: 1em;
	}
	#printorder {
		display: none;
	}

}