/*
Theme Name: Station Doner
Theme URI: http://stationdoner.com
Author: Designbooth Ltd.
Author URI: http://designbooth.com
Description: 
Version: 1.0
*/

/* GENERAL */
body {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	font-family: 'new-atten-round', -apple-system, BlinkMacSystemFont,
		'avenir next', avenir, 'segoe ui', 'helvetica neue', Adwaita Sans, Cantarell,
		Ubuntu, roboto, noto, helvetica, arial, sans-serif;
	margin-top: 60px;
}

body.home {
	margin-top: 0px;
}

body.post-type-archive-product,
body.tax-product_cat {
	margin-top: 52px;
}

#wrapper {
	margin-bottom: 68px;
}

body.post-type-archive.woocommerce #wrapper {
	margin-bottom: 48px;
}

/* TYPOGRAPHY */
p {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1.3em;
	-moz-font-feature-settings: 'liga=1';
	-ms-font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-o-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
p.intro,
strong,
b {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
}

h1 {
	font-size: 2em;
	margin-bottom: 0.65em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 0.8666666667em;
}
h3 {
	font-size: 1.25em;
	margin-bottom: 1.04em;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 1.1818181818em;
}
h5,
h6 {
	font-size: 1em;
	margin-bottom: 1.3em;
}

#page-title h1 {
	margin-bottom: 20px;
}

.sub-header {
	text-align: center;
}

em,
i {
	font-style: italic;
}

ul,
ol {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	font-weight: 400;
}

#breadcrumbs {
	list-style: none;
	padding: 0;
}

.woocommerce-breadcrumb,
h1.page-title {
	display: none;
}

.woocommerce-breadcrumb {
	font-size: 0.8em;
	margin-bottom: 5px;
}

#breadcrumbs li {
	display: inline;
}

blockquote {
	border-left: 4px solid #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	font-style: italic;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #000000;
	text-decoration: underline;
	opacity: 0.7;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

/* Buttons/Forms etc. */
a.button,
input[type='submit'],
button {
	border: 0;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	margin-top: 0.65em;
	display: inline-block;
	font-weight: 700;
	text-align: center;
}

a.button:visited,
input[type='submit']:visited,
button:visited {
	background-color: #000000;
}
a.button:hover,
input[type='submit']:hover,
button:hover {
	background-color: #000000;
	opacity: 0.7;
}
a.button:active,
input[type='submit']:active,
button:active {
	background-color: #000000;
}

.btn-default {
	background-color: #000000;
}

input {
	border-radius: 0;
}

input[type='checkbox'],
input[type='radio'] {
	width: auto;
	display: inline-block;
	margin-right: 3px;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
	display: inline-block;
}

input[type='text'],
textarea,
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='url'],
input[type='password'] {
	border: 0;
	padding: 0 10px;
	font-size: 1em;
	font-family: inherit;
	color: #000000;
	border: solid 1px #cccccc;
	height: 41px;
	line-height: 41px;
	width: 100%;
	margin: 0.35em 0;
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #cccccc;
}

input[type='text']:focus,
textarea:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='date']:focus {
	border-color: #000000;
	outline: 0;
}

input[type='number'] {
	text-align: center;
}

textarea {
	height: 5.6em;
	max-width: 100%;
	line-height: 1.4em;
	padding-top: 5px;
}

table th {
	padding: 8px;
	border: 1px solid #d0d2e2;
}

table td {
	padding: 8px;
	border: 1px solid #d0d2e2;
}

table.variations {
	width: 100%;
	margin-bottom: 0;
	text-align: left;
}

table.variations label {
	font-weight: 700;
	color: #000000;
}

table.variations th,
table.variations td {
	padding: 0;
	border: none;
	display: block;
	margin: 0;
}

table.variations td label {
	display: none;
}

table.variations select {
	margin: 10px 0;
}

table.variations select#pa_size:before {
	content: 'Size';
	font-weight: 700;
	display: block;
	font-size: 1.2em;
}

a.reset_variations {
	font-size: 0px;
}

.single_variation_wrap {
	overflow: hidden;
	clear: both;
	width: 100%;
}

.single_variation {
	margin-top: 10px;
}

li.product .single_variation span.price {
	font-size: 1.3em;
	display: block;
	font-weight: 700;
	margin: 8px 0;
}

ul.products li.product a.reset_variations {
	display: none;
	color: #777777;
	font-weight: 400;
	padding: 0px;
	background-color: transparent;
}

table {
	margin-bottom: 2.8em;
	margin-bottom: 2.8rem;
}

select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px 5px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

img.img-full {
	width: 100%;
	height: auto;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.greyscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

hr {
	clear: both;
	background-color: #000000;
	height: 1px;
	width: 100%;
	border: 0;
}

label {
	margin: 0;
	font-weight: 700;
}

::selection {
	background: #ffcc00;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #ffcc00;
	color: #ffffff;
	text-shadow: none;
}

.container img {
	max-width: 100%;
	height: auto;
}

.container {
	padding-right: 12px;
	padding-left: 12px;
}

.row {
	margin-right: -12px;
	margin-left: -12px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-left: 12px;
	padding-right: 12px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img-spacing {
	margin: 5%;
}

.clear {
	clear: both;
}

/* Header */
#main-menu {
	width: 100%;
	height: 104px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.95);
	padding: 0;
	margin-bottom: 20px;
	display: none;
}

body.home #main-menu {
	display: block;
}

.home-header {
	width: 100%;
	background-color: #000000;
	padding: 25px 0;
	margin-bottom: 15px;
}

.home-header h2.sub-header {
	margin: 15px 0 0 0;
	font-size: 1.1em;
	font-weight: 400;
}

a.masthead-logo {
	color: #eeeeee;
}

#main-menu .logo {
	width: 225px;
	margin-top: 20px;
}

.home-header .logo {
	width: 260px;
}

.logo-home {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu-main-menu {
	float: right;
	margin-top: 32px;
}

/* #menu-main-menu li{
	float: left;
}
*/
#menu-main-menu li a {
	text-decoration: none;
	font-weight: 700;
	color: #ffffff;
	/* margin-top: 24px; */
}

#menu-main-menu li a:hover,
#menu-main-menu li a:active,
#menu-main-menu li a:focus,
#menu-main-menu li a.active,
#menu-main-menu li.current-menu-item a {
	text-decoration: none;
	/* background-color: #8c6c01;
	color: #ffffff; */
	opacity: 1;
	background: transparent;
	color: #ffffff;
}

.nav > li > a {
	padding: 10px;
}

.dropdown-menu {
	/* background-color: #8c6c01; */
	border: 0;
	border-radius: 0;
}

#menu-main-menu .dropdown-menu li a {
	margin: 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	/* background-color: #8c6c01; */
	background: white;
	color: #000000;
}

.dropdown-menu > li > a {
	padding: 6px 15px;
	color: #000000;
}

#menu-main-menu .dropdown-menu li a:hover {
	/* background-color: #ffffff; */
	color: #8c6c01;
}

header.mobile-nav {
	height: 52px;
	line-height: 52px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.95);
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	color: #ffffff;
	text-align: center;
	z-index: 9999;
	overflow: hidden;
}

body.admin-bar header.mobile-nav {
	top: 46px;
}

@media (min-width: 782px) {
	body.admin-bar header.mobile-nav {
		top: 32px;
	}
}

header.mobile-nav a.back {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	height: 52px;
	display: block;
	width: 38px;
}

h2.main-title {
	font-size: 1.1em;
	margin: 0 auto;
	width: 75%;
	line-height: 52px;
	text-transform: uppercase;
}

/* Home */
body.home .container {
	text-align: center;
}

a.order-now {
	font-size: 1.4em;
}

.banner {
	width: 100%;
	height: auto;
	display: none;
	margin-bottom: 1.4em;
}

#homepage-info {
	padding-top: 30px;
}

.restaurant-status {
	border-radius: 8px;
	padding: 20px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.restaurant-status--open {
	background-color: #d5ebb5;
}

.restaurant-status--closed {
	background-color: #f0c6c6;
}

/* News */
.news-post img {
	max-width: 100%;
	height: auto;
}

.news-post {
	padding-top: 10px;
	margin-bottom: 50px;
}

body.blog .news-post {
	border-top: 1px solid #aaa;
}

#sidebar {
	display: none;
}

.sidebar-inner {
	background-color: #eeeeee;
	padding: 15px;
}

/* Footer */
#footer-menu {
	border-top: 1px solid rgba(0, 0, 0, 0.95);
	z-index: 9999;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.95);
	padding: 0;
	margin: 0;
}

#footer-menu ul {
	width: 100%;
}

#footer-menu ul,
#footer-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

@media (max-width: 767px) {
	#footer-menu .container {
		width: 100%;
	}
}

#footer-menu li a {
	color: rgb(235, 235, 235);
	color: rgba(255, 255, 255, 0.95);
	text-decoration: none;
	display: block;
	height: 47px;
	padding-top: 4px;
}

#footer-menu li a:visited {
	color: rgb(235, 235, 235);
	color: rgba(255, 255, 255, 0.95);
}

body.post-type-archive-product #footer-menu li#order a,
body.tax-product_cat #footer-menu li#order a,
body.woocommerce-account #footer-menu li#account a,
body.woocommerce-cart #footer-menu li#cart a,
body.woocommerce-checkout #footer-menu li#cart a,
body.page-id-279 #footer-menu li#more a,
#footer-menu li a:active,
#footer-menu li a:hover,
#footer-menu li.current-menu-item a {
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(40, 40, 40);
	background-color: rgba(40, 40, 40, 0.95);
}

#footer-menu li a:active {
	color: #8c6c01;
	text-decoration: none;
	background-color: #000000;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}

#footer-menu li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.85em;
	border-right: 1px solid rgb(30, 30, 30);
	border-left: 1px solid rgb(30, 30, 30);
	border-right: 1px solid rgba(30, 30, 30, 0.95);
	border-left: 1px solid rgba(30, 30, 30, 0.95);
	height: 47px;
	font-weight: 700;
	position: relative;
}
/* 
#footer-menu li:hover, #footer-menu li:active{
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.95);
	text-decoration: none;
}*/

#footer-menu li:first-child {
	border-left: none;
}

#footer-menu li:last-child {
	border-right: none;
}

#footer-menu li span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#footer-menu li span.cart-qty {
	position: absolute;
	z-index: 5;
	top: 2px;
	left: 12px;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	left: 53%;
	border-radius: 20px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffcc00;
}

/* WOOCOMMERCE */

/* Grid */
ul.products /* Simulating bootstrap row */ {
	margin-right: -12px;
	margin-left: -12px;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

li.product /* Simulating bootstrap col */ {
	position: relative;
	min-height: 1px;
	float: left;
	width: 100%;
}

li.product.first {
	clear: left;
}

div.product /* Simulating bootstrap row */ {
	margin-right: -12px;
	margin-left: -12px;
	list-style: none;
	padding: 0;
}

.summary, .images /* Simulating bootstrap col */ {
	position: relative;
	min-height: 1px;
	float: left;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}

/* Woocommerce Content */

/* Menu list styles */
ul.products,
#more-menu {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

ul.products li a,
#more-menu li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 15px 12px;
	display: block;
	background: transparent;
}

ul.products li.product,
#more-menu li {
	/* border-bottom: 1px solid #8C3434; */
	border-bottom: 1px solid #dcdfef;
}

.product-addon {
	width: 50%;
	float: left;
}

.product-addon:nth-of-type(1n) {
	padding-right: 15px !important;
}

.product-addon:nth-of-type(2n) {
	padding-right: 15px !important;
}

.product-addon-base {
	width: 100%;
	padding: 0;
	clear: both;
}

.product-addon-extra-toppings {
	position: relative;
	margin-top: 45px !important;
	margin-bottom: 10px !important;
	clear: both;
	width: 100%;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.product-addon-extra-toppings p {
	font-size: 0.8em;
}

.product-addon-extra-toppings h3.addon-name {
	position: absolute;
	width: 100%;
	top: -35px;
	left: 0px;
}

.wc-pao-addons-container {
	margin-bottom: 18px;
}

.wc-pao-addons-container .validation_message {
	margin: 0;
}

.product-addon-totals ul {
	padding: 0;
	margin-top: 18px;
}

.product-addon-totals li {
	display: none;
}

.product-addon-totals li.wc-pao-subtotal-line {
	display: block;
}

dl.product-addon-totals {
	margin: 15px 0;
}

.single_add_to_cart_button,
a.button.wc-forward {
	background-color: #ffcc00;
	color: #000000;
}

.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
	background-color: #e0b60a;
	opacity: 1;
}

li.product .product-addon h3 {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}

#more-menu {
	margin-left: -12px;
	margin-right: -12px;
}

ul.products h3 {
	padding: 0;
	margin: 0;
}

ul.products mark {
	display: none;
}

li.product-category:after {
	content: '\e080';
	position: absolute;
	right: 12px;
	top: 16px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	right: 12px;
	color: #000000;
	pointer-events: none;
}

li.product,
#more-menu li {
	padding-left: 0px;
	padding-right: 0px;
}

li.product h3,
#more-menu a {
	font-size: 1.1em;
}

a.add_to_cart_button.button {
	margin: 0;
	padding: 0;
	margin-top: 0;
}

.product-details {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product-details .price,
.product-details .product-expand {
	text-align: right;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
	width: 70%;
	padding-right: 12px;
	margin: 0 auto 0 0;
	text-align: left;
	font-size: 1.15em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.label {
	display: block;
	padding: 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	color: #000000;
	text-align: left;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
	background-color: none;
	border: 0;
}

.price {
	font-variant-numeric: tabular-nums;
}

.product-details .price,
.product-details .product-expand {
	font-weight: 400;
	font-size: 1em;
}

.product-details .price {
	width: 22%;
	text-align: right;
}

.product-details .product-expand {
	width: 8%;
}

span.product-expand-icon {
	position: relative;
	top: 2px;
	left: 0px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	color: #000000;
}

.product-desc p:last-child {
	margin-bottom: 3px;
	color: #000000;
}

.product-desc {
	margin-bottom: 0.7em;
}

.product-controls-inner button {
	float: right;
	margin-top: 6px;
	width: 70%;
}

.product-controls-inner .quantity {
	float: left;
	width: 30%;
	padding-right: 4%;
}

.product-controls-inner .quantity input {
	width: 100%;
}

span.product-expand-icon:after {
	content: '\e082';
}

a.collapsed span.product-expand-icon:after {
	content: '\e081';
}

.product-controls.collapse .product-controls-inner,
.product-controls.collapsing .product-controls-inner {
	background-color: #f3f3f3;
	color: #000000;
	-moz-box-shadow: inset 0 8px 8px -8px #ccc, inset 0 -8px 8px -8px #ccc;
	-webkit-box-shadow: inset 0 8px 8px -8px #ccc, inset 0 -8px 8px -8px #ccc;
	box-shadow: inset 0 8px 8px -8px #ccc, inset 0 -8px 8px -8px #ccc;
}

.product-controls-inner {
	padding: 8px 12px;
}

ul.page-numbers {
	list-style: none;
	width: 100%;
	overflow: hidden;
	font-size: 40px;
}

ul.page-numbers li {
	font-weight: bold;
	display: inline;
}

ul.page-numbers li a,
ul.page-numbers li span {
	display: inline-block;
}

.tip-logo {
	display: block;
	margin: 25px auto;
	width: 150px;
	height: auto;
}

.btn-default {
	border: solid #000000 3px;
}

.tip-tel {
	font-size: 20px;
}

.flex-img {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

#gform_fields_1,
#gform_fields_2 {
	padding-left: 0px;
}

.gform_validation_container {
	display: none;
}

/* Composited Products */
/* Using !important until better method found to override CSS */
.composited_product_images {
	display: none;
}

.component .component_selections > * {
	padding-left: 0 !important;
}

p.component_section_title,
h4.composited_product_title {
	display: none;
}

h2.component_title.product_title {
	font-size: 1.1em;
	margin-bottom: 0;
	margin-top: 20px;
}

.composite_form {
	margin-bottom: 0px !important;
}

.component .component_inner,
.component.progressive.last {
	padding-bottom: 0 !important;
}

.component.options-style-dropdowns .component_options_inner {
	padding: 0 !important;
}

.component_summary div.product {
	margin: 0;
}

.composite_message {
	display: none !important;
}

.composite_price p {
	margin-bottom: 0.7em;
	font-weight: 700;
	font-size: 1.1em;
}

.component .composited_product_details_wrapper {
	padding-left: 0px !important;
}

.component .details {
	float: none !important;
	width: 100%;
	padding: 0 !important;
}

.composite_message li.validation_msg:first-child {
	display: none;
}

.composite_message ul.woocommerce-error {
	margin: 7px 0;
	padding: 8px 10px;
}

.msg li.validation_msg {
	margin: 0 !important;
}

.component.static {
	display: none;
}

/* Cart */
.cart {
	width: 100%;
	overflow: hidden;
}

table.cart th {
	background-color: transparent;
	padding: 4px 8px;
	border: 0;
	border-bottom: 1px solid #000000;
}

table.cart td {
	padding: 20px 8px;
	border: 0;
}

.actions {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.product-remove,
.product-price,
.product-quantity,
.product-subtotal {
	vertical-align: middle;
}

.product-remove {
	width: 8%;
	padding-left: 0;
	text-align: center;
}
.product-thumbnail {
	display: none;
}
.product-name {
	width: 42%;
}
.product-price {
	width: 20%;
	display: none;
}
.product-quantity {
	width: 10%;
	text-align: center;
}
.product-subtotal {
	width: 20%;
	padding-right: 0;
	text-align: right;
}

table.cart td.product-remove {
	padding-left: 0;
}

table.cart td.product-subtotal {
	padding-right: 0;
}

table.cart .actions {
	padding-right: 0px;
	padding-left: 0px;
}

.product-name a {
	text-decoration: none;
}

.product-remove a {
	font-size: 21px;
	font-weight: 700;
	color: #ffffff;
	background-color: #8c2203;
	height: 23px;
	display: block;
	width: 23px;
	line-height: 22px;
	padding: 0;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}

.woocommerce-info {
	display: block;
	margin-bottom: 1.4em;
}

ul.woocommerce-error {
	list-style: none;
	padding: 15px;
	background-color: #000000;
	color: #ffffff;
}

ul.woocommerce-error a {
	color: #ffffff;
}

.woocommerce-info#openinghours-notpossible {
	background-color: #ffcc00;
	color: #000000;
	padding: 0.7em;
	margin: 0px 0 10px 0;
	font-weight: bold;
	font-size: 0.9em;
}

.woocommerce-info#openinghours-notpossible a {
	color: #ffffff;
}

.coupon input[type='text'] {
	margin-bottom: 0;
}

.coupon input[type='submit'],
input[name='update_cart'] {
	background-color: #aaaaaa;
}

.coupon input[type='submit']:hover,
input[name='update_cart']:hover {
	background-color: #888888;
}

.coupon input[type='submit'],
input[name='update_cart'],
a.checkout-button {
	width: 100%;
	text-align: center;
}

.cart-totals {
	font-size: 1.2em;
	font-weight: 700;
}

.total-cart-price {
	float: right;
}

.cart-totals .includes_tax {
	display: none;
}

.cart-totals p {
	margin-bottom: 0;
}

label[for='coupon_code'] {
	margin-bottom: 0;
}

a.checkout-button,
input#place_order {
	font-size: 1.1em;
	height: 52px;
	line-height: 52px;
	width: 100%;
}

table .cart_item {
	font-size: 0.9em;
	border-bottom: 1px solid #dddddd;
}

table .cart_item.component_table_item {
	border-bottom: none;
	padding: 8px;
}

table dl.variation {
	margin: 0;
}

table dl.variation dt {
	margin-top: 5px;
}

table dl.variation dt,
table dl.variation dd {
	line-height: 1.2em;
}

table dl.variation dt.variation-Sauce,
table dl.variation dt.variation-Salad,
/* Stupid classes from product add-ons — hopefully this will get fixed soon */
table dl.variation dt.variation-ExtraToppingsspanclassamountpound090span,
table dl.variation dt.variation-ExtraToppingsspanclassamountpound080span,
table dl.variation dt.variation-ExtraToppingsspanclassamountpound060span,
table dl.variation dt.variation-ExtraToppingspound090,
table dl.variation dt.variation-ExtraToppingspound080,
table dl.variation dt.variation-ExtraToppingspound060,
table dl.variation dt.variation-ExtraToppings {
	display: block;
}

table dl.variation dt.variation-Sauce ~ dt.variation-Sauce,
table dl.variation dt.variation-Salad ~ dt.variation-Salad,
table
	dl.variation
	dt.variation-ExtraToppingsspanclassamountpound090span
	~ dt.variation-ExtraToppingsspanclassamountpound090span,
table
	dl.variation
	dt.variation-ExtraToppingsspanclassamountpound080span
	~ dt.variation-ExtraToppingsspanclassamountpound080span,
table
	dl.variation
	dt.variation-ExtraToppingsspanclassamountpound060span
	~ dt.variation-ExtraToppingsspanclassamountpound060span,
table
	dl.variation
	dt.variation-ExtraToppingspound090
	~ dt.variation-ExtraToppingspound090,
table
	dl.variation
	dt.variation-ExtraToppingspound080
	~ dt.variation-ExtraToppingspound080,
table
	dl.variation
	dt.variation-ExtraToppingspound060
	~ dt.variation-ExtraToppingspound060,
table dl.variation dt.variation-ExtraToppings ~ dt.variation-ExtraToppings {
	display: none;
}

table dl.variation dd p {
	margin: 0;
	display: inline;
}

table dl.variation dd p:after {
	content: ', ';
	display: inline;
}

table dl.variation dd {
	display: inline;
}

table .product-name a {
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 0.35em;
}

/* Checkout */
.checkout_coupon p.form-row-first {
	margin-bottom: 0;
}

.checkout_coupon p.form-row-last {
	margin-bottom: 1.4em;
}

#customer_details .create-account label {
	display: inline;
}

#customer_details input {
	width: 100%;
}

#customer_details input[type='checkbox'],
#customer_details input[type='radio'] {
	width: auto;
}

.extra-delivery-details {
	margin-top: 1.4em;
}

.extra-delivery-details span {
	font-weight: 700;
}

abbr[data-original-title],
abbr[title] {
	border: 0;
	cursor: default;
}

p.form-row {
	margin-bottom: 0.5em;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields textarea {
	margin-top: 3px;
}

#billing_country_field {
	display: none;
}

form.checkout label {
	display: none;
}

form.checkout label.checkbox {
	display: inline;
}

form.checkout h3 {
	margin-top: 1.4em;
}

form.checkout .woocommerce-checkout-payment label {
	display: inline;
}

ul.payment_methods {
	list-style: none;
	padding: 0;
}

ul.payment_methods label {
	font-size: 1.1em;
	margin-bottom: 5px;
}

ul.payment_methods li p {
	margin: 0;
}

ul.payment_methods li {
	margin-bottom: 1.4em;
}

table.woocommerce-checkout-review-order-table {
	width: 100%;
}

table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table td {
	width: 50%;
}

h3#order_review_heading {
	clear: left;
}

#shipping_method {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

#shipping_method li {
	padding: 0.7em;
}

#shipping_method li label,
#shipping_method li input {
	display: inline;
}

@media (min-width: 400px) {
	#shipping_method li label {
		font-size: 1.1em;
	}
}

table.woocommerce-checkout-review-order-table tfoot tr.shipping td select {
	width: 100%;
	column-span: all;
	-webkit-column-span: all;
}

table.woocommerce-checkout-review-order-table tfoot tr.shipping td p {
	margin: 0;
	color: #8c2203;
	font-weight: 700;
}

table.woocommerce-checkout-review-order-table tfoot tr.shipping td {
	padding-top: 12px;
	padding-bottom: 12px;
}

.no-shipping-methods {
	color: #8c2203;
}

.woocommerce-message {
	padding: 12px;
	color: #000000;
	background-color: #edeff7;
	font-size: 0.9em;
	margin-left: -12px;
	margin-right: -12px;
	font-weight: 700;
}

.woocommerce-message a.button {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0.65em;
}

/* My Account */
table.my_account_orders {
	font-size: 0.9em;
	width: 100%;
}

.mark,
mark {
	background-color: transparent;
	padding: 0;
	font-weight: 700;
}

.wc-social-login-profile table {
	width: 100%;
}

table.my_account_orders .order-status {
	display: none;
}

ul.gform_fields {
	list-style: none;
}

.gfield {
	margin-top: 1.3em;
}

.validation_error {
	font-weight: 700;
}

.validation_error,
.validation_message {
	color: #8c2203;
}

.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year {
	display: inline-block;
	margin-right: 10px;
}

.gfield_time_hour,
.gfield_time_minute {
	width: 80px;
	display: inline-block;
	text-align: center;
}

.gfield_time_hour input,
.gfield_time_minute input {
	text-align: center;
}

.gfield_time_hour i {
	display: none;
}

.gfield_time_ampm {
	width: 30%;
	display: inline-block;
}

.gfield_date_dropdown_year {
	margin-right: 0;
}

/* Social media login */
.wc-social-login p {
	margin-bottom: 0;
}

.button-social-login,
a.button-social-login,
input.button-social-login,
button.button-social-login,
.widget-area a.button-social-login {
	height: 40px;
	line-height: 40px !important;
	border-radius: 0px !important;
	font-weight: 700 !important;
}

/* Extra WooCommerce CSS */
.clear,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
	clear: both;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce form .form-row label.hidden {
	visibility: hidden;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.woocommerce .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	height: 1em;
	width: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	display: block;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(./img/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

/* MEDIA QUERIES */
@media only screen and (min-device-width: 501px) and (max-width: 768px) {
	.woocommerce {
		margin: 0px;
	}

	table.shop_table.shop_table_responsive.my_account_orders {
		width: 100%;
	}
}

@media (min-width: 768px) {
	body {
		margin-top: 0px;
		font-size: 17px;
	}

	header.mobile-nav,
	#footer-menu {
		display: none;
	}

	body.post-type-archive-product,
	body.tax-product_cat {
		margin-top: 0px;
	}

	#main-menu {
		display: block;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.95);
	}

	#main-menu .logo {
		float: left;
	}

	#container {
		width: 66%;
		float: left;
	}

	.logo-home {
		display: none;
	}

	.woocommerce-breadcrumb,
	h1.page-title {
		display: block;
	}

	body.woocommerce #sidebar {
		float: right;
		margin-top: 15px;
	}

	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin-left: -15px;
		margin-right: -15px;
	}

	.col2-set {
		margin-left: -15px;
		margin-right: -15px;
	}

	.col2-set .col-1,
	.col2-set .col-2 {
		width: 50%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#sidebar {
		display: block;
	}

	.tip-logo {
		display: none;
	}

	.banner {
		display: block;
	}

	h1.page-title {
		display: block;
	}

	ul.products li.product a.collapsed:hover,
	ul.products li.product.product-category a:hover {
		background-color: transparent;
		text-decoration: underline;
	}

	.woocommerce-message {
		margin-left: 0;
		margin-right: 0;
	}

	.product-addon-extra-toppings p {
		font-size: 1em;
	}

	table.woocommerce-checkout-review-order-table tfoot tr.shipping td select {
		width: 50%;
		margin-left: 50%;
		column-span: all;
		-webkit-column-span: all;
	}
}

@media (min-width: 992px) {
	.content-area {
		width: 75%;
		padding-left: 12px;
		padding-right: 12px;
		float: left;
	}
}

@media (min-width: 1200px) {
	/* GRID */
	/* Keep Containers at 970px — not enough content to fill 1200px */
	.container {
		width: 970px;
	}
}
