/* 
	Style
*/
html {
	margin: 0;
	min-height: 100%;
	background: #f8f9fb;
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #666974;
	height: 100%;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}
::-moz-selection{background:#01bb12; color: #FFFFFF;}
::selection{background:#01bb12; color: #FFFFFF;}

/* General */
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	color: #666974;
}
h1 {
	font-size: 52px;
	line-height: 1em;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Quicksand', sans-serif;
}
h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Quicksand', sans-serif;
}
h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Quicksand', sans-serif;
}
h4 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Quicksand', sans-serif;
}

.transition200 {
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.transition250 {
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.transition300 {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul, ol {
	margin: 0 0 15px 0;
}
ul.standard li, ol.standard li {
	font-size: 14px;
	line-height: 22px;
	list-style: circle;
	margin: 0 0 5px 20px;
}
ul.ticks li, ol.ticks li {
	list-style: none;
	background: url('../../img/icons/led/accept.png') 0px 3px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px
}

a {
	text-decoration: none;
	color: #007DC1;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

div.info_page_20 {
	padding: 20px 0 20px 0;
}
div.info_page_30 {
	padding: 30px 0 30px 0;
}
div.info_page h1 {
	font-size: 3em;
}
div.info_page h2 {
	font-size: 2em;
}

.small {
	font-size: 0.6em;
}
.big {
	font-size: 1.6em;
}

/* Text tag blips */
span.tag_badge {
	display: inline-block;
	padding: 6px 10px 6px 10px;
	background: #f0f3fb;
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin: 2px 2px 2px 0;
	font-size: 14px;
	line-height: 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
span.tag_badge.green {
	background: #009032;
	color: #FFFFFF;
}
span.tag_badge.grey2 {
	background: #e5e9f2;
}
span.tag_badge.red {
	background: #df0024;
	color: #FFFFFF;
}

/* Misc */
div#navigation_aids {
	position: absolute;
	height: 200px;
	width: 100%;
	top: -200px;
	left: 0;
	overflow: hidden;
}
div.sep_dash {
	clear: both;
	margin: 40px 0 40px 0;
	border-top: 1px dashed #DDDDDD;
	height: 1px;
}

/* Icons */
.icon_green {
	color: #009032;
}
.icon_red {
	color: #df0024;
}
.icon_grey {
	color: #CCCCCC;
}
.icon_yellow {
	color: #FFD702;
}

a.continue_reading {
	font-size: 14px;
	color: #858893;
}

.color_grad {
	background: #01bb12; /* Old browsers */
	background: -moz-linear-gradient(left,  #01bb12 0%, #ffffff 30%, #ffffff 70%, #fe330e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #01bb12 0%,#ffffff 30%,#ffffff 70%,#fe330e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #01bb12 0%,#ffffff 30%,#ffffff 70%,#fe330e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01bb12', endColorstr='#fe330e',GradientType=1 ); /* IE6-9 */
	background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0,0,0,0);
    transition: color .7s ease-in-out;
}
.color_grad:hover {
	animation: rainbow 7s ease-in-out infinite;
	transition: color .7s ease-in-out;
}
@keyframes rainbow { 
	0%{background-position:left}
	50%{background-position:right}
	100%{background-position:left}
}

/* Wrapper */
div.wrapper {
	width: 1200px;
	margin: 0 auto 0 auto;
}
div.wrapper_full {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 0 auto;
}

/* General */
div.page_pad {
	padding: 80px 10px 80px 10px;
}
div.page_pad_smaller {
	padding: 40px 10px 40px 10px;
}
div.page_pad_big {
	padding: 60px;
}
div.page_pad_display {
	padding: 80px 10px 80px 10px;
}
div.page_pad_thin {
	padding-left: 0px;
	padding-right: 0px;
}

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

hr {
	height: 0;
	width: 100%;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 2px solid #CCC;
	border-right: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
hr.red {
	border-top: 2px solid #df0024;
}
hr.thin_grey {
	border-top: 1px solid #EEEEEE;
}

.shadow_element {
    -moz-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    -webkit-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
    box-shadow: 0 2px 0 rgba(29,29,33,0.07);
}
.shadow_element_full {
    -moz-box-shadow: 0 0px 15px rgba(29,29,33,0.1);
    -webkit-box-shadow: 0 0px 15px rgba(29,29,33,0.1);
    box-shadow: 0 0px 15px rgba(29,29,33,0.1);
}
.shadow_element_styled {
    -moz-box-shadow: 0px 0px 19px 0px #c7cde0;
    -webkit-box-shadow: 0px 0px 19px 0px #c7cde0;
    box-shadow: 0px 0px 19px 0px #c7cde0;
}
.shadow_element_styled_light {
    -moz-box-shadow: 0px 8px 12px 0px #d8dce7;
    -webkit-box-shadow: 0px 8px 12px 0px #d8dce7;
    box-shadow: 0px 8px 12px 0px #d8dce7;
}
.shadow_element_light {
    -moz-box-shadow: 0px 0px 10px rgba(29,29,33,0.06);
    -webkit-box-shadow: 0px 0px 10px rgba(29,29,33,0.06);
    box-shadow: 0px 0px 10px rgba(29,29,33,0.06);
}
.shadow_element_light2 {
    -moz-box-shadow: 0px 4px 8px rgba(29,29,33,0.06);
    -webkit-box-shadow: 0px 4px 8px rgba(29,29,33,0.06);
    box-shadow: 0px 4px 8px rgba(29,29,33,0.06);
}

.page_spacer {
	height: 70px;
}
.page_title_spacer {
	height: 20px;
}

.white_page {
	/*background: #F8F9FB;*/
	background: #F5F5F5;
}
.fff_page {
	background: #FFFFFF;
}
.dark_page {
	background: #222222;
}
.icons_page {
	background: url('../img/layout/icons_bg.png') #F8F8F8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.grey_page {
	background: #F3F3F3;
}

.spaced_small_page {
	width: 660px;
	margin: 40px auto 40px auto;
}
.spaced_small_page_pad {
	padding: 60px;
}
.spaced_small_page_pad_smaller {
	padding: 20px;
}

.small_separator {
    width: 120px;
    height: 4px;
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 0 0 15px 0;
}
.small_separator.green,
.small_separator.brand_colour {
	background: #009032;
}
.small_separator.red {
	background: #df0024;
}
.small_separator.yellow {
	background: #FFD702;
}
.small_separator.grey {
	background: #CCCCCC;
}

div#page_content_block {
	margin: 0;
}
div#page_content_block h1 {
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 15px 0;
}
div#page_content_block h2 {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 15px 0;
}
div#page_content_block h3 {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 15px 0;
}
div#page_content_block p {
	font-size: 18px;
	line-height: 1.6em;
	margin: 0 0 25px 0;
}
div#page_content_block ul {
	margin: 0 0 25px 0;
}
div#page_content_block ul li {
	font-size: 18px;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	list-style: circle;
}

/* Navigation */
div#hold_navigation {
	height: 147px;
	width: 100%;
}
div#navigation {
	height: 147px;
	width: 100%;
	position: fixed;
	z-index: 5000;
	-moz-box-shadow: 0 2px 3px rgba(29,29,33,0.2);
	-webkit-box-shadow: 0 2px 3px rgba(29,29,33,0.2);
	box-shadow: 0 2px 3px rgba(77,77,80,0.15);
	background: none;
	-webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
div#navigation_topbar {
	height: 6px;
}
div#navigation_top {
	width: 100%;
	height: 80px;
	/* TODO
	background: #F9F9F9;
	*/
	background: #F9F9F9;
	background: rgba(249,249,249,0.85);
}
div#navigation_top:after {
	content: "";
	display: table;
	clear: both;
}
div#navigation_btm_todo_old {
	width: 100%;
	height: 60px;
	border-top: 1px solid #E8E8E8;
	background: #FFFFFF;
	background: -moz-linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
}
div#navigation_btm {
	width: 100%;
	height: 60px;
	background: #F9F9F9;
	background: rgba(249,249,249,0.85);
}

div#navigation_top_left,
div#navigation_top_search,
div#navigation_top_cart,
div#navigation_top_account,
div#navigation_top_left_mobile {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div#navigation_top_left,
div#navigation_top_search,
div#navigation_top_account {
	padding: 10px 0 0 0;
}

div#navigation_top_left {
	width: 400px;
	height: 60px;
	background: none;
	padding: 10px 0 0 0;
}
div#navigation_top_left_mobile {
	display: none;
}
div#navigation_top_search {
	width: 600px;
	position: relative;
}
div#navigation_top_account {
	width: 200px;
	float: right;
}
div#navigation_top_cart {
	width: 60px;
	float: right;
}
div.navigation_top_inner {
	position: relative;
}
div#nav_account {
	border: 1px solid #DA040C;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: none;
	padding: 2px;
	width: 180px;
	float: right;
	margin: 20px 0 0 10px;
	right: 0;
	position: absolute;
	z-index: 1000;
	overflow: hidden;
}
div#nav_account.active {
	background: #FFFFFF;
}
div#nav_account,
div#nav_account span.left,
div#nav_account span.right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#nav_account:after {
	content: "";
	display: table;
	clear: both;
}
div#nav_account a#nav_account_button span.left {
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #E0121A;
	text-align: center;
	padding: 4px 0 0 0;
	font-size: 22px;
	color: #FFFFFF;
}
div#nav_account a#nav_account_button span.right {
	width: calc(100% - 40px);
	float: left;
	display: block;
	padding: 4px 6px 0 0px;
	text-align: right;
	color: #333333;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
div#nav_account a#nav_account_button:after {
	content: "";
	display: table;
	clear: both;
}
div#nav_account:hover {
	border-color: #DA040C;
}
div#nav_account a#nav_account_button:hover span.left {
	background: #f91e27;
}

div#nav_account div#nav_account_menu {
	background: rgba(255,255,255,0.5);
	height: 0px;
	overflow: hidden;
	display: none;
}
div#nav_account.active div#nav_account_menu {
	display: block;
	height: auto;
}
div#nav_account_menu div.nav_account_menu_inner {
	padding: 10px 0px 10px 0px;
}
div#nav_account_menu a {
	display: block;
	width: 100%;
	color: #555555;
	font-size: 16px;
	text-align: right;
}
div#nav_account_menu a span {
	display: block;
	padding: 12px 10px 12px 10px;
}
div#nav_account_menu a:hover {
	color: #DA040C;
}
div#nav_account_menu div.nav_account_menu_spacer {
	border-top: 1px solid #EEEEEE;
	margin: 10px 0 10px 0;
	height: 1px;
	overflow: hidden;
}

/* Product search_dropdown GOGOGO */
div#product_search_dropdown {
	position: absolute;
	height: 400px;
	left: 0;
	right: 0;
	background: #f8f9fb;
	z-index: 1000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #c2cebf;
	border-right: 1px solid #c2cebf;
	border-bottom: 1px solid #c2cebf;
	
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
	display: none;
	overflow: hidden;
}
div#navigation_top_search.active div#product_search_dropdown {
	display: block;
}
div#product_search_dropdown_results {
	height: 350px;
	overflow: auto;
}
div#product_search_dropdown_footer {
	height: 50px;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #c2cebf;
	background: #F7F7F7;
	width: 100%;
}
div#product_search_dropdown_footer a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
div#product_search_dropdown_footer a span {
	display: block;
	padding: 10px 0 0 0;
}
div.product_search_blankstate {
	padding-top: 40px;
}
div.product_search_blankstate p.one {
	font-size: 42px;
	margin: 0px;
}
div.product_search_blankstate p.two {
	font-size: 16px;
	margin: 0 0 25px 0;
	font-weight: bold;
}
div.product_search_blankstate p.three {
	font-size: 16px;
	margin: 0 0 10px 0;
}

/* Cart button */
div#navigation_top_cart a.cart {
	font-size: 32px;
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	color: #333333;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
div#navigation_top_cart a.cart:hover {
	background: #df0024;
	color: #FFFFFF;
}
div#navigation_top_cart a.cart span.span_button {
	display: block;
	padding: 16px 0 0 0;
	position: relative;
}
div#navigation_top_cart a.cart span.item_count {
	display: block;
	position: absolute;
	top: 12px;
	right: 4px;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #df0024;
	color: #FFFFFF;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding: 5px 0 0 0;
}

/* Account login, register, account */
div#navigation_top_account a {
	width: 100px;
	height: 60px;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}
div#navigation_top_account a span {
	display: block;
	padding: 13px 0 0 0;
	margin: 10px 3px 0 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#navigation_top_account a span.signin {
	border: 1px solid #E1E1E1;
	color: #4C4C4C;
	background: none;
}
div#navigation_top_account a span.signup {
	border: 1px solid #df0024;
	background: #df0024;
	color: #FFFFFF;
}
div#navigation_top_account a:hover span.signin {
	border: 1px solid #df0024;
	color: #df0024;
}
div#navigation_top_account a:hover span.signup {
	background: #FFFFFF;
	color: #df0024;
}

div#navigation div.side_nav_header {
	display: none;
}

/* Top Search */
div#navigation_top_search * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#navigation_top_search div.navigation_top_search_pad {
	padding: 0px;
}

div#navigation_top_search div.quick_search_area {
	border: 1px solid #E1E1E1;
	background: #FFFFFF;
	margin: 10px 0px 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
div#navigation_top_search.active div.quick_search_area {
	border: 1px solid #c2cebf;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

div#navigation_top_search div.quick_search_left {
	display: block;
	width: 80%;
	height: 40px;
	width: calc(100% - 60px);
	float: left;
}
div#navigation_top_search div.quick_search_right {
	display: block;
	width: 20%;
	height: 40px;
	width: calc(60px);
	float: left;
	border-left: 1px solid #E1E1E1;
}
div#navigation_top_search.active div.quick_search_right {
	border-left: 1px solid #c2cebf;
}


div#navigation_top_search input.search_field {
	width: 100%;
	font-size: 14px;
	background: none;
	padding: 12px 16px 12px 16px;
	border: none;
	max-height: 40px;
	color: #4C4C4C;
}
div#navigation_top_search input.search_field::placeholder {
	color: #AAA;
}
div#navigation_top_search button.search_button {
	width: 100%;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
}
div#navigation_top_search button.search_button:hover {
	background: #E9E9E9;
}
div#navigation_top_search input.search_field:focus,
div#navigation_top_search input.search_field.active {
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	border-color: #CC0000;
}

/* Header - Nav */
div#mobile_navigation {
	display: none;
}
div#navigation a.logo {
	width: 350px;
	height: 60px;
	float: left;
	margin: 0px;
	
	background-size: 100% 100%;
	background-repeat: none;
	overflow: hidden;
	text-indent: -9999px;
}
body#toppings div#navigation a.logo {
	background-image: url('../img/logos/999_logo.png');
}
body#gogotoppings div#navigation a.logo {
	background-image: url('../img/logos/gogo_logo.png');
}

div#navigation div.nav_links,
div#navigation div.nav_store {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#navigation div.nav_links {
	width: 80%;
	width: calc(100% - 60px);
	float: left;
}
div#navigation div.nav_store {
	width: 20%;
	width: calc(200px);
	float: right;
}
div#navigation div.nav_store_inner {
	padding: 14px 0 0 0;
	text-align: right;
}
div#navigation div.nav_store_inner p {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

/* Header - Sub nav */
ul.sub_nav {
	
}
div#navigation div.nav_links ul#main_nav li.nav_item_sub div.sub_nav_parent {
	display: none;
	animation: none;
	position: absolute;
	left: 0px;
	right: 0px;
}
div#navigation div.nav_links ul#main_nav li.nav_item_sub div.sub_nav_inner {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	
	padding: 15px;
	border: 1px solid #F1F1F1;
	
	background: #FFFFFF;
	margin: 0px 0 0 0;
	
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}
div#navigation div.nav_links ul#main_nav li.nav_item_sub div.sub_nav_inner:after {
	content: "";
	display: table;
	clear: both;
}
div#navigation div.nav_links ul#main_nav li.nav_item_sub:hover div.sub_nav_parent {
	padding-top: 6px;
	background: none;
	display: block;
	animation-name: plopup2;
	animation-duration: 0.25s;
	animation-timing-function: ease-out;
}
@keyframes plopup {
  from {padding-top: 14px; opacity: 0.5;}
  to {padding-top: 6px; opacity: 1;}
}
@keyframes plopup2 {
	0% {
		display: none;
		opacity: 0;
		padding-top: 14px;
	}

	1% {
		display: block;
		opacity: 0;
		padding-top: 14px;
	}

	100% {
		display: block;
		opacity: 1;
		padding-top: 6px;
	}
}

div#navigation div.nav_links ul#main_nav,
div#navigation div.nav_links ul#main_nav ul.sub_nav {
	margin: 0;
	padding: 0;
	border: 0;
}
div#navigation div.nav_links ul#main_nav {
	position: relative;
}
div#navigation div.nav_links ul#main_nav li.nav_item {
	list-style: none;
	display: inline-block;
	display: block;
	float: left;
}
div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item,
div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item a {
	display: block;
	width: 100%;
	text-align: left;
	color: #666666;
}
div#navigation div.nav_links ul#main_nav li.nav_item_sub ul.sub_nav {
	display: block;
	width: 33.3%;
	float: left;
}
ul.sub_nav_third {
	float: left;
	width: 33.3%;
}

/* Header - Nav links - main */
div#navigation div.nav_links a.nav_link_main {
	display: inline-block;
	height: 48px;
	background: none;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	letter-spacing: 1.6px;
	margin: 5px 0 0 0;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
div#navigation div.nav_links a.nav_link_main:hover {
	color: #111111;
	background: #FFFFFF;
}

/* Main link */
div#navigation li.nav_item:hover a.nav_link_main {
	background: #FFFFFF;
	-moz-box-shadow:    0px 0px 10px rgba(0,167,157,0.15);
	-webkit-box-shadow: 0px 0px 10px rgba(0,167,157,0.15);
	box-shadow:         0px 2px 10px rgba(11,11,11,0.1);
}
div#navigation div.nav_links a.nav_link_main span {
	display: block;
	padding: 16px 30px 0 30px;
}

/* Sub links */
div#navigation div.nav_links ul.sub_nav a span {
	display: block;
	padding: 10px 20px 10px 20px;
}
div#navigation div.nav_links ul.sub_nav a {
	height: auto;
	display: block;
	margin: 0px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
div#navigation div.nav_links ul.sub_nav a:hover {
	background: #F9F9F9;
	color: #111111;
}

/* Icons in links */
div#navigation div.nav_links a span i {
	margin: 0 0 0 5px;
	color: #787878;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div#navigation div.nav_links li:hover a span i {
	color: #df0024;
}
div#navigation div.nav_links a.home span i {
	color: #4C4C4C;
}

/* Quick order button */
div#navigation div.quick_order_button {
	padding: 0px;
}
div#navigation div.nav_links a.quick_order {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 0;
	border: 1px solid #009032;
	height: auto;
	
	margin: 5px 0 0 20px;
	display: inline-block;
	height: 48px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 16px;
}
div#navigation div.nav_links a.quick_order span {
	display: block;
	padding: 15px 30px 0px 30px;
}
div#navigation div.nav_links a.quick_order:hover, 
div#navigation div.nav_links a.quick_order.active {
	cursor: pointer;
	color: #FFFFFF;
}
div#navigation div.nav_links a.quick_order span i {
	color: #FFFFFF;
}
div#navigation div.nav_links a.quick_order:hover span i,
div#navigation div.nav_links a.quick_order.active span i {
	color: #FFFFFF;
}

/* Socials */

div#navigation a.header_social {
	display: block;
	width: 26px;
	height: 26px;
	float: right;
	margin: 2px 5px 0 5px;
	background: #CCC;
	text-align: center;
	font-size: 22px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	color: #FFFFFF;
}
div#navigation a.header_social span {
	display: block;
	padding: 2px 0 0 0;
}
div#navigation a.header_social_facebook {
	background: #3b5998;
}
div#navigation a.header_social_twitter {
	background: #1da1f2;
}
div#navigation a.header_social_instagram {
	background: #c32aa3;
}

/* Header banners */
div.header_hero {
	width: 100%;
	height: 600px;
	height: 60vh;
	background: #CCCCCC;
	overflow: hidden;
}

div.header_inner {
	width: 100%;
	height: 600px;
	height: 60vh;
	
	/*
	-moz-box-shadow:    inset 0px 0px 300px 60px rgba(0,167,157,0.15);
	-webkit-box-shadow: inset 0px 0px 300px 60px rgba(0,167,157,0.15);
	box-shadow:         inset 0px 0px 300px 60px rgba(0,167,157,0.15);
	
	
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 90%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 90%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 90%);
	*/
}
div.header_hero.header_hero_page {
	height: 300px;
}
div.header_hero.header_hero_page div.header_inner {
	height: 300px;
}

div.header_hero.header_hero_info {
	height: 420px;
}
div.header_hero.header_hero_info div.header_inner {
	height: 420px;
}

div.slide_banners_holder {
	width: 100%;
	overflow: hidden;
	position: relative;
}
div.slide_banners_bottom {
	/*
	height: 250px;
	height: 10vh;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(241,245,245,0) 0%, rgba(241,245,245,1) 100%);
	background: -webkit-linear-gradient(top, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f5f5', endColorstr='#f1f5f5',GradientType=0 );
	z-index: 300;
	*/
	display: none;
}
div.header_hero {
	background-position: top center;
	
	background-repeat: none;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
div.header_hero_1 {
	background-image: url('../img/headers/999_header_1.jpg');
}
div.header_hero_2 {
	background-image: url('../img/headers/999_header_2.jpg');
}
div.header_hero_3 {
	background-image: url('../img/headers/999_header_3.jpg');
}
div.header_hero_4 {
	background-image: url('../img/headers/999_header_4.jpg');
}
div.header_hero_5 {
	background-image: url('../img/headers/999_header_5.jpg');
}

div.header_hero_pad {
	padding: 150px 0 0 0;
}
div.header_hero_page div.header_hero_pad {
	padding: 130px 0 0 0;
}
div.header_hero_page div.header_hero_pad.smaller {
	padding: 100px 0 0 0;
}
div.header_hero p.big {
	font-size: 40px;
	line-height: 50px;
	margin: 25px 0 0 0;
	color: #221E1F;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.header_hero h1 {
	font-size: 62px;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
	
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.header_hero h2,
div.header_hero h3 {
	text-transform: none;
	font-size: 32px;
	line-height: 42px;
	font-weight: 400;
	text-align: center;
	
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

div.header_hero div.logo_symbol_home {
	width: 120px;
	height: 60px;
	margin: 0 auto 20px auto;
	background: url('../img/logos/999_logo_symbol.png') center center no-repeat;
	background-size: 100% auto;
}

body#toppings div.header_hero div.logo_symbol_home {
	background-image: url('../img/logos/999_logo_symbol.png');
}
body#gogotoppings div.header_hero div.logo_symbol_home {
	background-image: url('../img/logos/gogo_logo_symbol.png');
}

div.logo_symbol {
	width: 120px;
	height: 60px;
	display: block;
	display: inline-block;
	background: url('../img/logos/999_logo_symbol.png') center center no-repeat;
	background-size: 100% auto;
}
body#toppings div.header_hero div.logo_symbol {
	background-image: url('../img/logos/999_logo_symbol.png');
}
body#gogotoppings div.header_hero div.logo_symbol {
	background-image: url('../img/logos/gogo_logo_symbol.png');
}

div.logo_full_inline {
	width: 350px;
	height: 60px;
	display: block;
	display: inline-block;
	background-image: url('../img/logos/999_logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
body#toppings div.header_hero div.logo_full_inline {
	background-image: url('../img/logos/999_logo.png');
}
body#gogotoppings div.header_hero div.logo_full_inline {
	background-image: url('../img/logos/gogo_logo.png');
}




div.header_hero a.header_button {
	
}

/* Page content */
div.page_third,
div.page_twothirds,
div.page_half,
div.page_quarter,
div.page_half_large_screen {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.page_third {
	width: 33.3%;
}
div.page_twothirds {
	width: 66.6%;
}
div.page_half {
	width: 50%;
}
div.page_half_large_screen {
	width: 50%;
}
div.page_quarter {
	width: 25%;
}
div.page_part_pad {
	padding: 0 20px 0 0;
}

div.page_half_left,
div.page_half_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
div.page_half_left {
	float: left;
}
div.page_half_right {
	float: right;
}


div.grey_block {
	background: #F7F7F7;
}
div.block_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
div.block_img img {
	display: block;
	width: 100%;
	height: auto;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 1s;
}
div.grey_block:hover div.block_img img {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.08, 1.08);
}
div.block_txt {
	padding: 20px;
	min-height: 220px;
}
div.block_button {
	background: #F0F0F0;
	overflow: hidden;
}

/* Info page */


/* Stat / info blocks */
div.stat_block {
	padding: 22px;
	border-right: 1px solid #EEEEEE;
}
div.stat_block.last {
	border-right: none;
}
div.stat_block_left {
	text-align: center;
	font-size: 32px;
	color: #009032;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	width: 30%;
	width: calc( 80px );
	float: left;
}
div.stat_block_right {
	text-align: left;
	width: 70%;
	width: calc( 100% - 80px );
	float: left;
}


/* Footer */
div#warehouse {
	background: #009032;
}
div#warehouse a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
footer {
	background: #d7dae0;
	background: #f9f9f9;
	background: #4a5849;
}
div.footer_pad {
	padding: 40px;
}
div.footer_third {
	width: 33.3%;
	float: left;
}
div.footer_half {
	width: 50%;
	float: left;
}
div.footer_quarter {
	width: 25%;
	float: left;
}
footer#footer,
footer#footer p {
	color: #CCCCCC;
	font-size: 14px;
	text-shadow: 1px 1px 1px #111;
}
footer#footer h5 {
	font-size: 26px;
	line-height: 1em;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
	font-style: italic;
}
footer#footer h5 i {
	color: #df0024;
}
#footer a {
	color: #888888;
	color: #CCCCCC;
}
#footer a:hover,
#footer a:active {
	color: #FFFFFF;
}
#footer div.footer_bottom {
	border-top: 1px solid #DDDDDD;
	border-top: 1px solid #444444;
	background: #F5F5F5;
	background: #1f2720;
	padding: 15px;
}
#footer div.footer_bottom p {
	color: #808080;
	font-size: 12px;
	text-shadow: 1px 1px 1px #111;
	margin: 0;
}
#footer div.footer_bottom p a {
	color: #808080;
	text-shadow: 1px 1px 1px #111;
}

.page_row {
	position: relative;
	z-index: 1;
}
.page_row_extra_space {
	height: 70px;
}
/* Horizontal.. things */
.row_top_left_diagonal:before, 
.row_bot_left_diagonal:after {
    content: '';
    background-color: inherit;
    width: 150%;
    height: 150px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: -1;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.row_bot_left_diagonal:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.row_top_right_diagonal:before,
.row_bot_right_diagonal:after {
  content: '';
  background-color: inherit;
  width: 150%;
  height: 150px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.row_bot_right_diagonal:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.row_slant,
.row_slant_top {
	position: relative;
	z-index: 1;
}
.row_slant:after {
	background: inherit;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	height: 50%;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
	z-index: -1;
}
.row_slant_top:before {
	background: inherit;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 50%;
	transform: skewY(1.5deg);
	transform-origin: 100%;
	z-index: -1;
}


/* Products */
div.product_row {
	margin: 0;
}

div.product_container {
	display: block;
	float: left;
}

div.product_row_1 div.product_container {
	width: 100%;
}
div.product_row_2 div.product_container {
	width: 50%;
}
div.product_row_3 div.product_container {
	width: 33.3%;
}
div.product_row_4 div.product_container {
	width: 25%;
}
div.product_row_5 div.product_container {
	width: 20%;
}
div.product_row_6 div.product_container {
	width: 16.6%;
}
div.product_row_search div.product_container {
	width: 20%;
}

div.product_row_list {
	margin: 0;
}
div.product_row_list div.product_container_list {
	display: block;
}

div.product {
	margin: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,0);

	position: relative;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
div.product div.product_image {
	margin: 5px 0 5px 0;
	height: 160px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}
div.product_row_list div.product div.product_image {
	width: 20%;
	float: left;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.product div.product_image img {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto 0 auto;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
div.product_row_list div.product div.product_image img {
	width: 100%;
	height: auto;
}
div.product:hover div.product_image img {
	transform: scale(1.03);
}
div.product_row_list div.product div.product_add_cart_controls {
	width: 80%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.product div.product_text {
	padding: 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.product div.product_text p.title {
	height: 40px;
	overflow: hidden;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	color: #393939;
	font-weight: 700;
}
div.product div.product_text p.manufacturer {
	height: 20px;
	overflow: hidden;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #8e92a5;
	font-weight: 400;
}
div.product div.product_text p.manufacturer a {
	color: #009032;
}
div.product div.product_text p.manufacturer a:hover {
	text-decoration: underline;
}
div.product_row_list div.product div.product_text p.title {
	height: auto;
	overflow: hidden;
	margin: 0 0 5px 0;
}
div.product div.product_text p.title span.manufacturer {
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 7px 0 0 0;
}
div.product div.product_packaging {
	margin: 0 0 10px 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
div.product div.product_packaging span {
	display: block;
	color: #8e92a5;
	font-size: 14px;
	line-height: 16px;
}

div.product div.product_packaging span.packaging_type {
	float: right;
	text-align: right;
}

div.product_row_list div.product div.product_packaging {
	margin: 0 0 10px 0;
}

div.product_quick_links_parent {
	position: relative;
	width: 100%;
	height: 25px;
}
div.product_row_list div.product_quick_links_parent {
	display: none;
}
div.product_quick_links_container {
	width: 100%;
	position: absolute;
	top: -25px;
}
div.product_quick_links {
	text-align: center;
	width: 100px;
	height: 50px;
	margin: 0 auto 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
}

div.product_quick_links a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	display: block;
	width: 50px;
	height: 50px;
	font-size: 28px;
	line-height: 28px;
	float: left;
	text-align: center;
	
	background: #FFFFFF;
	color: #02ba12;
}
div.product_quick_links a span {
	display: block;
	padding: 8px 0 0 0;
}

div.product_quick_links a.product_quick_links_left {
	border: 1px solid #02ba12;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
div.product_quick_links a.product_quick_links_right {
	border: 1px solid #02ba12;
	border-left: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

div.product_quick_links a:hover {
	background: #02ba12;
	color: #FFFFFF;
}

a.favourite_product i.heart_empty {
	display: inline-block;
}
a.favourite_product i.heart_full {
	display: none;
}

div.product_quick_links a.product_quick_links_left.active {
	background: #02ba12;
	color: #CC0000;
}
a.favourite_product.active i.heart_empty {
	display: none;
}
a.favourite_product.active i.heart_full {
	display: inline-block;
}

a.favourite_product_standalone {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	color: #CC0000;
	height: 38px;
	overflow: hidden;
	border: 1px solid #CC0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.favourite_product_standalone span.p {
	display: block;
	padding: 4px 12px 4px 12px;
}
a.favourite_product_standalone.active,
a.favourite_product_standalone:hover {
	background: #CC0000;
	color: #FFFFFF;
}


div.product_price *,
div.product_add_subtract * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

div.product_price,
div.product_add_subtract {
	border: 1px solid #F1F1F1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
div.product_price_right {
	border-left: 1px solid #F1F1F1;
	width: 60%;
	width: calc(100% - 80px);
	float: left;
}
div.product_price_left {
	width: 40%;
	width: calc(80px);
	float: left;
	height: 38px;
}
div.product_price_left_pad {
	padding: 12px 0 0 15px;
}
div.product_price_full {
	width: 100%;
	height: 38px;
}
div.product_price_full_pad {
	padding: 12px 0 0 15px;
}
div.product_price p {
	font-size: 14px;
	color: #4C4C4C;
	margin: 0;
	line-height: 1em;
}	
div.product_price a {
	background: #FFFFFF;
	color: #009032;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
div.product_price a span {
	display: block;
	padding: 5px 10px 5px 10px;
}
div.product_price a:hover {
	background: #009032;
	color: #FFFFFF;
}
div.product_add_subtract_left,
div.product_add_subtract_right {
	width: 20%;
	width: 80px;
	float: left;
}
div.product_add_subtract_center {
	width: 60%;
	width: calc( 100% - 160px );
	float: left;
	text-align: center;
}
div.product_add_subtract_left,
div.product_add_subtract_center {
	border-right: 1px solid #F1F1F1;
}
div.product_add_subtract_left a,
div.product_add_subtract_right a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	padding: 15px 0 15px 0;
}
div.product_add_subtract_left a {
	background: #df0024;
}
div.product_add_subtract_right a {
	background: #009032;
}
div.product_add_subtract_center span.count {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	display: block;
	padding: 6px 0 0 0;
}
div.product_add_subtract_center span.price {
	display: block;
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 14px;
	color: #777777;
	padding: 0 0 6px 0;
}

div.product_offer {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 80px;
	background: #df0024;
	color: #FFFFFF;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	line-height: 1.4em;
	
	-moz-box-shadow: 1px 2px 4px rgba(29,29,33,0.4);
    -webkit-box-shadow: 1px 2px 4px rgba(29,29,33,0.4);
    box-shadow: 1px 2px 4px rgba(29,29,33,0.4);
}
div.product_offer_inline {
	display: inline-block;
	background: #df0024;
	color: #FFFFFF;
}
div.product_offer div.product_offer_inner,
div.product_offer_inline div.product_offer_inner {
	padding: 7px;
}
div.product_offer span.offer,
div.product_offer_inline span.offer {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 0 3px 0;
}

span.product_offer_inline {
	display: block;
	display: inline-block;
	background: #df0024;
	color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2em;
	-moz-box-shadow: 1px 2px 4px rgba(29,29,33,0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(29,29,33,0.2);
    box-shadow: 1px 2px 4px rgba(29,29,33,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.product div.product_flags {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 48px;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	line-height: 1.4em;
}
div.single_product div.product_flags {
	position: relative;
}

.flag_halal {
	width: 48px;
	height: 48px;
	background: url('../img/product_flags/halal.png') no-repeat;
	background-size: 100% auto;
	margin: 0 0 5px 0;
}
.flag_frozen {
	width: 48px;
	height: 48px;
	background: url('../img/product_flags/frozen.png') no-repeat;
	background-size: 100% auto;
	margin: 0 0 5px 0;
}

div.single_product div.product_flags .flag_halal,
div.single_product div.product_flags .flag_frozen {
	display: inline-block;
	margin: 0 10px 0 0;
}

.product_flag_standalone {
	display: inline-block;
	margin: 0px;
}

div.product_row_list div.product div.product_flags {
	top: 5px;
	right: 5px;
	width: 32px;
}
div.product_row_list div.product div.product_flags .flag_halal,
div.product_row_list div.product div.product_flags .flag_frozen {
	width: 32px;
	height: 32px;
}
.flag_small {
	width: 32px;
	height: 32px;
}

/* Packaging Flags */
div.product_packaging_flag {
	width: 48px;
	height: 48px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
}
div.product_packaging_flag.box {
	background-image: url('../img/packaging/box.png');
}
div.product_packaging_flag.bag,
div.product_packaging_flag.sack {
	background-image: url('../img/packaging/bag.png');
}
div.product_packaging_flag.bottle {
	background-image: url('../img/packaging/bottle.png');
}
div.product_packaging_flag.can {
	background-image: url('../img/packaging/can.png');
}
div.product_packaging_flag.carton {
	background-image: url('../img/packaging/carton.png');
}
div.product_packaging_flag.packet,
div.product_packaging_flag.sachet,
div.product_packaging_flag.pouch,
div.product_packaging_flag.wrapped {
	background-image: url('../img/packaging/packet.png');
}
div.product_packaging_flag.tin,
div.product_packaging_flag.barrel,
div.product_packaging_flag.drum {
	background-image: url('../img/packaging/tin.png');
}
div.product_packaging_flag.tub,
div.product_packaging_flag.pot,
div.product_packaging_flag.jar {
	background-image: url('../img/packaging/tub.png');
}
div.product_packaging_flag.cup {
	background-image: url('../img/packaging/cup.png');
}
div.product_packaging_flag.crate,
div.product_packaging_flag.basket,
div.product_packaging_flag.tray,
div.product_packaging_flag.dish {
	background-image: url('../img/packaging/crate.png');
}
div.product_packaging_flag.pallet {
	background-image: url('../img/packaging/pallet.png');
}




div.product:hover {
	/*c7cde0*/
	border: 1px solid rgba(0,0,0,0.025);
	border: 1px solid #c0e1cc;
	-moz-box-shadow: 0px 8px 12px 0px #d8dce7;
    -webkit-box-shadow: 0px 8px 12px 0px #d8dce7;
    box-shadow: 0px 8px 12px 0px #d8dce7;
	transform: translateY(-3px);
}
div.product:hover div.product_quick_links {
	display: block;
}
div.product_row_list div.product:hover div.product_quick_links {
	display: none;
}
/* Product add, quantity trigger */
div.product_quantity_val,
div.product_quantity_center {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.product_quantity_val {
	width: 30%;
}
div.product_quantity_center {
	width: 40%;
}
div.product_price a.addtocart_down,
div.product_price a.addtocart_down_standalone {
	background: #df0024;
	color: #FFFFFF;
}
div.product_price a.addtocart_up,
div.product_price a.addtocart_up_standalone {
	background: #009032;
	color: #FFFFFF;
}
div.product_price div.product_quantity_pad {
	padding: 12px 0 0 0;
	text-align: center;
	font-weight: bold;
}
div.product_quantity {
	display: none;
}
div.product_quantity_center input {
	text-align: center;
	border: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	height: 35px;
	font-size: 16px;
	width: 100%;
}



/* Product - quick order */
div.product_container_quick {
	float: none;
	width: 100%;
}
div.product_container_quick div.product_image {
	float: left;
	width: 20%;
	width: calc( 100px );
	margin: 25px 0 0 0;
}
div.product_container_quick div.product_text {
	float: left;
	width: 80%;
	width: calc( 100% - 100px );
}
div.product_container_quick a.product_close {
	position: absolute;
	top: -6px;
	right: -6px;
}
div.product_container_quick a.add_product {
	display: block;
	padding: 20px;
	text-align: center;
}
div.product_container_quick a.product_add_subtract {
	display: block;
	padding: 20px;
	text-align: center;
}
div.product_container_quick div.product div.product_text p.title {
    font-size: 18px;
}

/* Products */
div#products_left,
div#products_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
}
div#products_left {
	width: 30%;
	width: calc( 400px );
	/*
	background: #FFFFFF;
	border-right: 1px solid #EEEEEE;
	*/
}
div#products_left div.products_page_pad {
	padding: 20px;
}
div#products_right {
	width: 70%;
	width: calc( 100% - 400px );
}
div#products_right div.products_page_pad {
	padding: 20px;
}

div#products_left div#products_categories a.product_filter {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #EEEEEE;
	border: none;
	color: #333333;
	border-radius: 24px;
}
div#products_left div#products_categories a.product_filter:hover {
	background: #FFFFFF;
	color: #009032;
}
div#products_left div#products_categories a.product_filter:last-child {
	border-bottom: none;
}
div#products_left div#products_categories a.product_filter span.pad {
	display: block;
	padding: 8px 12px 8px 12px;
}
div#products_left div#products_categories a.product_filter span.icon_active {
	display: none;
}
div#products_left div#products_categories a.product_filter span.icon_inactive {
	display: inline-block;
	color: #F5F5F5;
	color: #CCCCCC;
	margin: 0 6px 0 0;
}
div#products_left div#products_categories a.product_filter:hover span.icon_active {
	display: inline-block;
	margin: 0 6px 0 0;
	color: #009032;
}
div#products_left div#products_categories a.product_filter:hover  span.icon_inactive {
	display: none;
}
div#products_left div#products_categories a.product_filter.active {
	background: #009032;
	color: #FFFFFF;
}
div#products_left div#products_categories a.product_filter.active span.icon_active {
	display: inline-block;
	margin: 0 6px 0 0;
	color: #FFFFFF;
}
div#products_left div#products_categories a.product_filter.active span.icon_inactive {
	display: none;
}
div#products_left div#products_categories input {
	display: none;
}
div#products_left div#products_categories div.product_search_title {
	padding: 12px 0px 12px 32px;
	padding: 0px;
}
div#products_left div#products_categories div.product_search_title a {
	display: block;
	width: 100%;
}
div#products_left div#products_categories div.product_search_title a span.product_search_title_left,
div#products_left div#products_categories div.product_search_title a span.product_search_title_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
div#products_left div#products_categories div.product_search_title a span.product_search_title_left {
	width: 80%;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
div#products_left div#products_categories div.product_search_title a span.product_search_title_right {
	width: 20%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
div#products_left div#products_categories div.product_search_title a span.pstpad {
	display: block;
	padding: 10px 20px 8px 20px;
}
div#products_left div#products_categories div.product_search_block {
	display: none;
}
div#products_left div.product_search_filter {
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0 8px 0;
}
div.product_filter_title h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	color: #5A5A5A;
}
div.product_filter_title_sidebar {
	padding: 20px 0 0 20px;
}
div.product_filter_title_results {
	padding: 0 0 0 12px;
}
p.product_filter_active_filters {
	color: #9fa1a7;
	font-size: 14px;
}


/* Single product */
div#product_left,
div#product_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
}
div#product_left {
	width: 40%;
	width: calc( 250px );
}
div#product_right {
	width: 60%;
	width: calc( 100% - 250px );
}
div#product_right div.product_page_pad {
	padding: 0px 0px 0px 40px;
}
div#single_product {
	padding: 0px;
}
div#single_product h1 {
	font-size: 28px;
	line-height: 1.3em;
	margin: 0px 0px 2px 0px;
}
div#single_product p.sku {
	font-size: 14px;
	margin: 0px;
}
div#single_product div.product_image {
	padding: 0px;
}
div#single_product div.product_image img {
	width: 100%;
	height: auto;
}
div#single_product div.productpage_offer {
	margin: 10px 0 0 0;
}
div#single_product div.productpage_title {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EEEEEE;
}
div#single_product div.productpage_add {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
div#single_product div.productpage_description {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
div#single_product h3 {
	font-size: 24px;
}
div#single_product div.single_product_pad {
	padding: 40px;
}
div#single_product div.product_actions_pad_left {
	padding: 0 10px 0 0;
}
div#single_product div.product_actions_pad_right {
	padding: 0 0 0 10px;
}


div#single_product div.productpage_info {
	margin: 10px 0 10px 0;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 2px rgba(29,29,33,0.25);
    -webkit-box-shadow: 0 2px 2px rgba(29,29,33,0.25);
	box-shadow: 0 2px 4px rgba(29,29,33,0.05);
}
div#single_product.single_product_popover div.productpage_info {
	background: #F7F7F7;
}
div#single_product div.productpage_info p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
}

div#single_product div.productpage_info_table {
	margin: 0 0 20px 0;
}
div#single_product div.productpage_info_table table {
	width: 100%;
	border: 0px;
}
div#single_product div.productpage_info_table table tr td {
	padding: 5px 0 5px 0;
}
div#single_product div.productpage_info_table table tr td.left {
	width: 30%;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
div#single_product div.productpage_info_table table tr td.right {
	width: 70%;
	font-size: 14px;
	line-height: 16px;
}

/* Add to cart interactive UI */
div#addtocart {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 120px;
	border-top: 1px solid #00af3d;
	background: #009032;
	color: #333333;
	z-index: 10000;
	-moz-box-shadow: 0 -2px 2px rgba(29,29,33,0.25);
    -webkit-box-shadow: 0 -2px 2px rgba(29,29,33,0.25);
	box-shadow: 0 -2px 2px rgba(29,29,33,0.25);
	display: none;
}
div#addtocart div#addtocart_barhold {
	height: 5px;
	position: relative;
}
div#addtocart div#addtocart_bar {
	height: 5px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: #FFFFFF;
}
div#addtocart div.wrapper {
	height: 115px;
}
div#addtocart div.addtocart_area {
	display: block;
	padding: 20px;
	text-align: center;
}
div#addtocart div.addtocart_one,
div#addtocart div.addtocart_two, 
div#addtocart div.addtocart_three {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	display: block;
}
div#addtocart div.addtocart_one {
	width: 60%;
	text-align: left;
	padding: 12px 0 0 0;
}
div#addtocart div.addtocart_two {
	width: 40%;
	text-align: left;
	padding: 12px 0 0 0;
}
div#addtocart div.addtocart_three {
	width: 40%;
	text-align: right;
	padding: 12px 0 0 0;
}
div#addtocart div.addtocart_area p.addtocart_line1,
div#addtocart div.addtocart_area p.addtocart_line2 {
	margin: 0;
	line-height: 1.2em;
}
div#addtocart div.addtocart_area p.addtocart_line1 {
	font-size: 28px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	color: #FFFFFF;
}
div#addtocart div.addtocart_area p.addtocart_line2 {
	color: #EEEEEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	font-size: 16px;
}

/* Cart / Checkout */
div#cart_area h3 {
	margin: 0 0 5px 0;
}
div#cart_area div.cart_left {
	width: 70%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#cart_area div.cart_right {
	width: 30%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#cart_area div.cart_right div.cart_right_inner {
	padding: 0 0 0 20px;
}
div#cart div.cart_row_item {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #FFFFFF;
}
div#cart div.cart_row_item:hover {
	/*
	background: #F9F9F9;
	background: #f0f3fb;
	*/
	background: #ebfaff;
}
div#cart div.cart_category {
	margin: 0 0 20px 0;
}
div#cart div.cart_category div.cart_row_item {
	/*border-bottom: 1px solid #f0f3fb;*/
	border-bottom: 1px solid #e1e6eb;
}
div#cart div.cart_category div.cart_row_item:last-child {
	border-bottom: none;
}
div#cart div.cart_row_header,
div#cart div.cart_row_footer {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	
}
div#cart div.cart_row div.cart_col_1,
div#cart div.cart_row div.cart_col_2,
div#cart div.cart_row div.cart_col_3,
div#cart div.cart_row div.cart_col_4,
div#cart div.cart_row div.cart_col_5,
div#cart div.cart_row div.cart_col_6,
div#cart div.cart_row div.cart_col_7 {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px 30px 20px;
	line-height: 1.4em;
}
div#cart div.cart_row div.cart_col_full,
div#cart div.cart_row div.cart_col_buttons {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 10px 24px 20px;
	width: 100%;
}
div#cart div.cart_row div.cart_col_full {
	border-bottom: 1px solid #e1e6eb;
}
div#cart div.cart_row div.cart_col_buttons {
	padding: 30px 10px 30px 10px;
}
div#cart div.cart_row div.cart_col_full p.category  {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	color: #000000;
	color: #797f85;
}
div#cart div.cart_row div.cart_col_full p.net {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}
div#cart div.cart_row div.cart_col_full p.vat {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}
div#cart div.cart_row div.cart_col_full p.total {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 2px;
}

div#cart div.cart_row div.cart_col_1 {
	width: 10%;
}
div#cart div.cart_row div.cart_col_2 {
	width: 50%;
}
div#cart div.cart_row div.cart_col_3 {
	width: 20%;
	text-align: right;
	color: #9598a0;
}
div#cart div.cart_row div.cart_col_4 {
	width: 20%;
	text-align: right;
	color: #000000;
}

div#cart div.cart_row_header div.cart_col_1,
div#cart div.cart_row_header div.cart_col_2,
div#cart div.cart_row_header div.cart_col_3,
div#cart div.cart_row_header div.cart_col_4,
div#cart div.cart_row_header div.cart_col_5,
div#cart div.cart_row_header div.cart_col_full {
	color: #666974;
	padding: 20px;
}

div#cart span.item_title {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin: 0 0 5px 0;
	color: #000;
}
div#cart span.item_sku {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	display: block;
	margin: 0 0 10px 0;
	color: #898989;
}
div#cart span.item_info {
	font-weight: normal;
	font-size: 12px;
	display: block;
	color: #888888;
}

div#cart_side div.cart_side_inner {
	padding: 25px;
}
div#cart_side div.cart_voucher {
	margin: 0 0 20px 0;
}
div#cart_side div.cart_table {
	margin: 0 0 20px 0;
} 
div#cart_side div.cart_table div.cart_table_row {
	border-bottom: 1px solid #F3F3F3;
}
div#cart_side div.cart_table div.cart_table_row:last-child {
	border-bottom: none
}
div#cart_side div.cart_table div.cart_table_row_small {
	font-size: 14px;
	line-height: 14px;
	color: #878a96;
}
div#cart_side div.cart_table div.cart_table_row_big {
	font-size: 16px;
	line-height: 16px;
	color: #666974;
	color: #000000;
}
div#cart_side div.cart_table div.cart_table_left {
	width: 50%;
	float: left;
	text-align: left;
}
div#cart_side div.cart_table div.cart_table_right {
	width: 50%;
	float: left;
	text-align: right;
}
div#cart_side div.cart_table div.cart_table_pad {
	padding: 12px 0px 12px 0px;
}

div#cart_side div.cart_small_info {
	margin: 10px 0 20px 0;
	text-align: center;
}
div#cart_side div.cart_small_info p {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
	color: #b3b6c1;
}
div.cart_spacer {
	height: 26px;
}
div.cart_pad {
	padding: 30px;
}

/* Cart side fixed */
div.cart_fixed {
	position: fixed;
	top: 300px;
	width: 300px;
}

/* Checkout */
div#checkout a.selection_button {
	display: block;
	width: 100%;
	border: 1px solid #EEEEEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #F7F7F7;
	margin: 0 0 15px 0;
	color: #333333;
	
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15), inset 0px 4px 12px 0px rgba(255,255,255,0.25);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15), inset 0px 4px 12px 0px rgba(255,255,255,0.25);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10), inset 0px 4px 12px 0px rgba(255,255,255,0.25);
	
	border: 2px solid #EBEBEB;
}
div#checkout a.selection_button:hover {
	background: #FFFFFF;
	transform: scale(1.01);
}
div#checkout a.selection_button span.bpad {
	display: block;
	padding: 18px;
}
div#checkout a.selection_button span.bpad:after {
	content: "";
	display: table;
	clear: both;
}
div#checkout a.selection_button span.smalltext {
	font-size: 12px;
	display: block;
	line-height: 1.2em;
}
div#checkout a.selection_button span.selection_button_right {
	float: right;
	font-size: 18px;
	font-weight: bold;
}
div#checkout a.selection_button span.selection_button_discount {
	color: #CC0000;
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin: 0 0 2px 0;
}
div#checkout a.selection_button.active {
	border-color: #7fd134;
}

/* Payment */
div.checkout_pay {
	display: block;
	width: 660px;
	margin: 0 auto 0 auto;
}
div.checkout_pay_pad {
	padding: 30px;
}
div.checkout_pay h1 {
	font-size: 28px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	color: #111111;
}
div.checkout_pay p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
div.checkout_pay_spacer {
	height: 30px;
	overflow: hidden;
}
div.checkout_pay_bottom {
	padding: 20px 0 20px 0;
}
div.checkout_pay_left {
	width: 50%;
	float: left;
	text-align: left;
}
div.checkout_pay_right {
	width: 50%;
	float: right;
	text-align: right;
	padding: 8px 0 0 0;
}
div.checkout_pay_right p {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

/* Checkout finished */
div.cart_finished {
	padding: 20px 0 20px 0;
}
div.cart_finished h1 {
	font-size: 64px;
	margin: 0 0 5px 0;
}
div.cart_finished h2 {
	font-size: 34px;
	color: #000000;
	line-height: 1.4em;
}
div.cart_finished p.order_num {
	font-size: 22px;
	color: #000000;
	margin: 0px;
	letter-spacing: 1px;
}
div.cart_finished p.order_delivery_date {
	font-size: 16px;
	color: #000000;
	margin: 0 0 25px 0;
}
div.cart_finished p.order_delivery_date span {
	color: #000000;
	font-weight: bold;
}

/* Quick order page */
div#quick_order div.quick_order_header {
	padding: 20px 20px 0px 20px;
	margin: 0px;
}
div#quick_order div.quick_order_header h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 5px 0;
}
div#quick_order div.quick_order_header p {
	font-size: 14px;
	margin: 0 0 10px 0;
}
div.quick_order_title {
	background: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
	color: #FFFFFF;
	padding: 0px;
	position: relative;
}
div.quick_order_title a {
	display: block;
	width: 100%;
	margin: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	text-shadow: 1px 1px 1px #FFFFFF;
}
div.quick_order_title a span.pad {
	display: block;
	padding: 20px;
}
div.quick_order_title:hover {
	background: #FFFFFF;
}
div.quick_order_title.active {
	background: #ed1b23;
}
div.quick_order_title.active a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111111;
}
div.quick_order_title a span.open,
div.quick_order_title a span.close {
	display: block;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
	display: none;
}
div.quick_order_title a span.open {
	display: block;
}
div.quick_order_title.active a span.open {
	display: none;
}
div.quick_order_title.active a span.close {
	display: block;
}

div.quick_order_products {
	padding: 0px;
}
div.quick_order_product div.left,
div.quick_order_product div.right,
div.quick_order_product div.info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
div.quick_order_product {
	padding: 0px;
	border-bottom: 1px solid #EEEEEE;
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: flex;
}
div.quick_order_product:hover,
div.quick_order_product.active {
	background: #e0f2e6;
	background: #ebfaff;
}
div.quick_order_product.active {
	background: #dcf7ff;
}
div.quick_order_product div.left {
	width: 60%;
	width: calc(100% - 100px - 100px);
	flex: 0 1 auto;
	padding: 14px 20px 14px 20px;
	border-left: 1px solid #EEEEEE;
}
div.quick_order_product div.info {
	width: 20%;
	width: calc(100px);
	text-align: center;
	flex: 0 1 auto;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
div.quick_order_product div.info img {
	width: 100%;
	height: auto;
}
div.quick_order_product div.right {
	width: 20%;
	width: calc(200px);
	flex: 0 1 auto;
	padding: 0 20px 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.quick_order_product:after {
	content: "";
	display: table;
	clear: both;
}
div.quick_order_product p.line1 { 
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #000000;
}
div.quick_order_product p.line2 { 
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #333333;
}
div.quick_order_product p.line3 { 
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px;
	color: #999999;
}

div#quick_order_main,
div#quick_order_side {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
div.quick_order_main_inner {
	padding: 20px 0 20px 0;
}
div.quick_order_side_pad {
	padding: 10px 20px 20px 20px;
}
div#quick_order_main {
	width: 70%;
	width: calc(100% - 320px);
}
div#quick_order_side {
	width: 30%;
	width: calc(300px);
	float: right;
}
div.quick_order_side_1 {
	margin: 0 0 15px 0;
}
quick_order_side_2 {
	margin: 0;
}
div.quick_order_side_1 p {
	font-size: 16px;
	margin: 0px;
	line-height: 1.2em;
}
div.quick_order_navigation {
	padding: 10px;
	border-bottom: 1px solid #EEEEEE;
	display: none;
}
div.quick_order_navigation div.left {
	width: 60px;
	float: left;
	text-align: left;
}
div.quick_order_navigation div.center {
	width: calc(100% - 120px);
	float: left;
	text-align: center;
}
div.quick_order_navigation div.right {
	width: 60px;
	float: right;
	text-align: right;
}
div.quick_order_navigation div.center p {
	margin: 0;
	font-size: 12px;
	padding: 15px 0 0 0;
}

/* Quick order quantity input */
div.quick_order_quantity_select {
	width: 200px;
}
div.quick_order_quantity {
	display: inline-block;
	width: 60px;
	height: auto;
	min-height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 12px 2px 12px 2px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	margin: 0;
	float: right;
	font-weight: bold;
}
div.quick_order_quantity_up a,
div.quick_order_quantity_down a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	width: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	min-height: 40px;
}
div.quick_order_quantity_up a span,
div.quick_order_quantity_down a span {
	display: block;
	padding: 6px 5px 6px 5px;
}
div.quick_order_quantity_up a {
	background: #009032;
	float: right;
	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
div.quick_order_quantity_down a {
	background: #df0024;
	float: left;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

/* Account area */
div.link_block_row {
	position: relative;
	display: flex;
}
div.link_block_item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex: 1 0 auto;
	display: flex;
}
div.link_block_row_3 div.link_block_item {
	width: 33.3%;
}
div.row_link_blocks div.link_block_holder div.link_block {
	flex: 1 0 auto;
	position: relative;
}
div.link_block_row_margin_10 {
	margin: 0 0 10px 0;
}
div.link_block {
	margin: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,0);

	position: relative;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 10px;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
div.link_block:hover {
	/*c7cde0*/
	border: 1px solid rgba(0,0,0,0.025);
	-moz-box-shadow: 0px 8px 12px 0px #d8dce7;
    -webkit-box-shadow: 0px 8px 12px 0px #d8dce7;
    box-shadow: 0px 8px 12px 0px #d8dce7;
	transform: translateY(-1px);
}
div.link_block a {
	display: block;
	width: 100%;
}
div.link_block a span.link_block_pad {
	display: block;
	padding: 20px;
}
div.link_block a span.link_block_title {
	display: block;
	font-size: 20px;
	margin: 0 0 4px 0;
	color: #333333;
}
div.link_block a span.link_block_text {
	display: block;
	font-size: 14px;
	margin: 0px;
	color: #777777;
}

/* Account - orders */
div.order_list {
	margin: 0px;
}
div.order_list_heading {
	padding: 20px;
}
div.order_list_heading h3 {
	font-size: 28px;
	margin: 0px;
}
div.order_list_row {
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	text-align: left;
}
div.order_list_row::after {
	display: table;
	content: "";
	clear: both;
}
div.order_list_row:hover {
    background: #f0fff5;
}
div.order_list_row_1,
div.order_list_row_2,
div.order_list_row_3 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}
div.order_list_row_1 {
	width: 20%;
	width: calc(150px);
}
div.order_list_row_2 {
    width: 60%;
    width: calc(100% - 150px);
}
div.order_list_row_2 a {
	display: block;
	color: #333333;
}
div.order_list_row_1 a span.pad {
    display: block;
    padding: 44px 10px 0 10px;
    text-align: center;
}
div.order_list_row_2 a span.pad {
	display: block;
	padding: 20px;
}
div.order_list_row a span.line1 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
	margin: 0 0 5px 0;
	color: #333333;
}
div.order_list_row a span.line2 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
	margin: 0 0 5px 0;
	color: #555555;
}
div.order_list_row a span.line3 {
	display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1em;
	margin: 0;
	color: #888888;
}

/* Single order */
div.single_order_top {
	padding: 20px 20px 0px 20px;
}
div.single_order_inner {
	padding: 20px;
}


.order_tag {
	display: inline-block;
	padding: 3px 6px 3px 6px;
	font-size: 14px;
	background: #333333;
	color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: normal;
}
.order_tag.green {
	background: #3CB600;
}
.order_tag.red {
	background: #CC0000;
}
.order_tag.blue {
	background: #006ECC;
}
.order_tag.orange {
	background: #cc8d00;
}
.order_tag.pink {
	background: #cc00bc;
}
.order_tag.black {
	background: #000000;
}



div.breadcrumbs {
	background: none;
	margin: 0 0 15px 0;
}
div.breadcrumbs::after {
	display: table;
	content: "";
	clear: both;
}
div.breadcrumbs a {
	display: block;
	color: #a9a9a9;
	text-decoration: none;
	font-size: 14px;
	float: left;
}
div.breadcrumbs a:last-child {
	color: #a9a9a9;
}
div.breadcrumbs a span {
	display: block;
	padding: 6px 12px 6px 12px;
}
div.breadcrumbs a:hover {
	background: #F7F7F7;
	color: #333333;
}
div.breadcrumbs span.divider {
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	color: #a9a9a9;
}


/* Sticky pagination */
div#sticky_pagination.floating {
	position: fixed;
	bottom: 0;
}
div.hold_sticky_pagination {
	height: 80px;
}
div.table_scroller_pagination {
	height: 80px;
	background: #fbfbfb;
	border-top: 1px solid #e9ebec;
	color: #64748b;
	font-size: 14px;
	line-height: 1.4em;
}
div.table_scroller_pagination_pad {
	padding: 15px 20px 15px 20px;
}
div.scroller_pagination_right {
	width: 30%;
	float: right;
	text-align: right;
}
div.scroller_pagination_left {
	width: 30%;
	float: left;
	text-align: left;
}
div.scroller_pagination_center {
	width: 40%;
	float: left;
	text-align: center;
}
div.sticky_table_loading {
	background: rgba(255,255,255,0.8);
	position: absolute;
	z-index: 5000;
}

/* Tables */
table.standard_table {
	margin: 0;
	padding: 0;
	border: 0;
}
table.standard_table tr td {
	padding: 10px 20px 10px 20px;
}
table.standard_table thead tr td,
table.standard_table tr.header td {
	border-top: 1px solid #e2e8f0;
	border-top: 1px solid #e9ebec;
	border-bottom: 1px solid #e2e8f0;
	border-bottom: 1px solid #e9ebec;
	background: #fbfdfe;
	background: #fbfbfb;
	color: #64748b;
	font-weight: 700;
	font-size: 14px;
}
table.standard_table tbody tr td {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	font-size: 14px;
}
table.standard_table tbody tr:last-child td {
	border-bottom: none;
}
table.standard_table tbody tr:hover,
table.standard_table tbody tr:hover td {
	background: #f0fff5;
}

table.standard_table tbody tr.active,
table.standard_table tbody tr.active td {
	background: #f0fff5;
}

table.standard_table tbody tr.row_disabled, 
table.standard_table tbody tr.row_disabled td {
	background: #F2F2F2;
}
table.standard_table tbody tr.row_disabled:hover,
table.standard_table tbody tr.row_disabled:hover td {
	background: #F9F9F9;
}
table.standard_table tbody tr.row_new, 
table.standard_table tbody tr.row_new td {
	background: #d1f6d1;
}

.log_table_row1 {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
.log_table_row2 {
	font-size: 16px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
.log_table_row3 {
	font-size: 14px;
	color: #767676;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
.log_table_row4 {
	display: block;
	font-size: 22px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0px;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
}
.log_table_row5 {
	display: block;
	font-size: 14px;
	color: #848484;
	margin: 0px;
}
.log_table_row6 {
	display: block;
	font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0px;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
}
.log_table_row7 {
	display: block;
	font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0px;
    color: #A1A1A1;
    font-family: 'Open Sans', sans-serif;
}
.log_table_margin5 {
	margin: 0 0 5px 0;
}
.log_table_margin10 {
	margin: 0 0 10px 0;
}
.log_table_margin15 {
	margin: 0 0 15px 0;
}

a.log_table_hidden_button {
	display: block;
	width: 100%;
	text-decoration: none;
}

.log_table_block {
	display: inline-block;
	padding: 3px 6px 3px 6px;
	color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0 0 0;
	background: #333333;
}
.log_table_block.green {
	background: #3CB600;
}
.log_table_block.red {
	background: #CC0000;
}
.log_table_block.blue {
	background: #006ECC;
}
.log_table_block.orange {
	background: #cc8d00;
}
.log_table_block.pink {
	background: #cc00bc;
}
.log_table_block.black {
	background: #000000;
}

/* Shared titles */
div.page_compact_title {
	margin: 0px 0px 20px 0px;
}
div.page_compact_title:after {
	content: "";
	display: table;
	clear: both;
}
div.page_compact_title_left {
	float: left;
	width: calc(60px);
}
div.page_compact_title_right {
	float: left;
	text-align: left;
	width: calc(100% - 60px);
}
div.page_compact_title h3 {
	font-size: 22px;
	line-height: 20px;
	margin: 0 0 5px 0;
}
div.page_compact_title p {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}
div.page_compact_title a.button_left {
	float: left;
	margin: 0 20px 0 0;
}

.mobile_hide {
	
}
.mobile_show {
	display: none !important;
}

/* Responsive */
/* LARGE Desktops */
@media only screen and (min-width: 1600px) {
	div.wrapper {
		width: 1200px;
		margin: 0 auto 0 auto;
	}
}
/* Big Desktops */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	div.wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
	}
	/* Studio */
	div.studio_page_text {
		padding: 20px 40px 0px 40px;
	}
	div.studio_page_text h1 {
		font-size: 30px;
		margin: 0 0 5px 0;
	}
	div.studio_page_text h2 {
		font-size: 26px;
		margin: 0 0 5px 0;
	}
	
	div#navigation_top_search {
		width: 400px;
		position: relative;
	}
	div#navigation_top_account {
		width: 200px;
		float: right;
	}
	
	/* Timetable */
	div#timetable_days div.timetable_day div.day_inner {
		height: 350px;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	
	/* Header */
	div.header_hero_pad {
		padding: 100px 0 0 0;
	}
	
	/* Products / product search */
	div.product_row_search div.product_container {
		width: 25%;
	}

}
/* Small Desktops */
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	div.wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
	}
	div#navigation a.logo {
		width: 280px;
		height: 56px;
		float: left;
		margin: 12px 0 0 0;
	}
	div#navigation div.nav_links {
		width: calc(100% - 60px);
	}
	div#navigation div.nav_links a {
		font-size: 14px;
	}
	div.page_row_extra_space {
		height: 20px;
	}
	div.page_half_large_screen {
		width: 100%;
		float: none;
	}

	div#navigation_top_search {
		width: 400px;
		position: relative;
	}
	div#navigation_top_account {
		width: 200px;
		float: right;
	}
	div#navigation_top_cart {
		width: 60px;
		float: right;
	}
	
	/* Single class */
	div.class_page_left,
	div.class_page_right	{
		width: 100%;
		float: none;
	}
	div.class_page_pad {
		padding: 10px;
	}
	
	/* Timetable */
	div#timetable_days div.timetable_day div.day_inner {
		height: 350px;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	
	/* Header */
	div.header_hero_pad {
		padding: 100px 0 0 0;
	}
	
	/* Products / product search */
	div.product_row_search div.product_container {
		width: 33.3%;
	}
}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	div.wrapper {
		width: 750px;
		margin: 0 auto 0 auto;
	}
	
	div#navigation div.nav_links {
		
	}
	div#navigation div.nav_links a.nav_link_main span {
		padding: 16px 20px 0 20px;
	}
	div#navigation div.nav_links a {
		font-size: 14px;
	}

	div#navigation div.nav_links a span {
		padding: 22px 15px 0 15px;
	}
	
	div#navigation a.logo {
		width: 200px;
		height: 38px;
		float: left;
		margin: 13px 0 0 0;
		
		background-size: 100% 100%;
		background-repeat: none;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	div.page_row_extra_space {
		height: 20px;
	}
	div.page_half_large_screen {
		width: 100%;
		float: none;
	}

	div#navigation_top_left {
		width: 240px;
	}
	div#navigation_top_search {
		width: 300px;
		position: relative;
	}
	div#navigation_top_account {
		width: 200px;
		float: right;
	}
	
	/* Single class */
	div.class_page_left,
	div.class_page_right	{
		width: 100%;
		float: none;
	}
	div.class_page_pad {
		padding: 10px;
	}
	
	/* Timetable */
	div#timetable {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	div#timetable_inner {
		width: 100%;
	}
	div#timetable_days div.timetable_day {
		width: 100%;
		float: left;
	}
	div#timetable_days div.timetable_day div.day_name {
		text-align: center;
	}
	div#timetable_days div.timetable_day div.day_inner {
		height: auto;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	div#timetable div.timetable_controls_left {
		display: block;
		width: 30%;
		float: left;
	}
	div#timetable div.timetable_controls_right {
		display: block;
		width: 30%;
		float: right;
	}
	
	
	/* Home scroller */
	div#reasons_scroller {
		padding: 140px 0 0 0;
	}
	div#reasons_scroller h3 {
		font-size: 32px;
		line-height: 1.6em;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		margin: 0 0 80px 0;
	}
	div#reasons_scroller h4 {
		color: #FFF;
		font-size: 32px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
	
	/* Header */
	div.header_hero_pad {
		padding: 70px 0 0 0;
	}
	div.header_hero_page div.header_hero_pad {
		padding: 110px 0 0 0;
	}
	div.header_hero_page div.header_hero_pad.smaller {
		padding: 90px 0 0 0;
	}
	
	/* Products / product search */
	div.product_row_search div.product_container {
		width: 50%;
	}
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	/* Wrapper */
	div.wrapper {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	
	/* General */
	div.page_pad {
		padding: 80px 10px 80px 10px;
	}
	div.page_pad_smaller {
		padding: 0px;
	}
	div.page_pad_big {
		padding: 20px;
	}
	
	.page_spacer {
		height: 30px;
	}
	.page_title_spacer {
		height: 5px;
	}
	
	/* Timetable */
	div#timetable {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	div#timetable_inner {
		width: 100%;
	}
	div#timetable_days div.timetable_day {
		width: 100%;
		float: left;
	}
	div#timetable_days div.timetable_day div.day_name {
		text-align: center;
	}
	div#timetable_days div.timetable_day div.day_inner {
		height: auto;
	}
	div#timetable_days div.timetable_day div.day_slot {
		padding: 5px;
	}
	div#timetable_days div.timetable_day .title {
		font-size: 14px;
	}
	div#timetable_days div.timetable_day .trainer {
		font-size: 12px;
	}
	div#timetable_days div.timetable_day .time {
		font-size: 16px;
	}
	div#timetable div.timetable_controls_left {
		display: block;
		width: 30%;
		float: left;
	}
	div#timetable div.timetable_controls_right {
		display: block;
		width: 30%;
		float: right;
	}
	
	
	/* Navigation */
	
	/* Header navigation */
	div#hold_navigation {
		height: 126px;
		width: 100%;
	}
	div#hold_navigation.hold_navigation_smaller {
		height: auto;
		min-height: 66px;
	}
	div#navigation {
		height: 126px;
		height: auto;
		width: 100%;
		position: fixed;
		z-index: 5000;
		
		
		
		background: none;
		
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	div#navigation a.logo {
		width: 100px;
		height: 50px;
		display: block;
		margin: 5px auto 0 auto;
		float: none;
	}
	body#toppings div#navigation a.logo {
		background-image: url('../img/logos/999_logo_symbol.png');
	}
	body#gogotoppings div#navigation a.logo {
		background-image: url('../img/logos/gogo_logo_symbol.png');
	}
	div#navigation_header {
		position: relative;
	}
	div#navigation_top {
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		background: rgba(249,249,249,0.85);
		
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
	}
	div#navigation_top div.header_pad {
		padding: 5px 0 0 5px;
	}
	div#navigation_btm {
		border: none;
		height: 60px;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		background: rgba(249,249,249,0.85);
		background: none;
	}
	div#navigation div.nav_links div#main_nav_links {
		display: block;
		position: fixed;
		
		top: 0;
		bottom: 0;
		background: #FFFFFF;
		overflow: auto;
		
		width: 300px;
		left: -300px;
		
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		
		z-index: 1500;
	}
	div#navigation div.nav_links div#main_nav_links.show {
		left: 0px;
	}
	div#navigation_top_left {
		width: calc(100% - 120px);
		height: 60px;
		background: none;
		padding: 0px;
	}
	div#navigation_top_left_mobile {
		display: block;
		width: 60px;
		height: 60px;
		float: left;
		padding: 0px;
	}
	div#navigation_top_left_mobile a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 60px;
		height: 60px;
		font-size: 32px;
		color: #333333;
		text-align: center;
		text-decoration: none;
	}
	div#navigation_top_cart {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	div#navigation_top_left,
	div#navigation_top_search,
	div#navigation_top_account {
		padding: 0px;
	}
	div#navigation_top_account {
		display: none;
	}
	div#nav_account {
		display: none;
	}
	div#navigation_top_left_mobile a span {
		display: block;
		padding: 14px 0 0 0;
	}
	div#navigation_top_search {
		width: 100%;
		position: relative;
		background: none;
	}
	div#navigation_top_search div.quick_search_area {
		border: 1px solid #E1E1E1;
		background: #FFFFFF;
		margin: 10px 10px 10px 10px;
		overflow: hidden;
	}
	div#product_search_dropdown {
		margin: -10px 10px 0px 10px;
	}
	
	/* Mobile main nav */
	div#navigation div.nav_links {
		width: 100%;
		float: none;
	}
	div#navigation div.nav_links ul#main_nav li.nav_item {
		display: block;
		float: none;
	}
	
	div#navigation div.nav_links a {
		display: inline-block;
		height: 60px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 14px;
		color: #4C4C4C;
		letter-spacing: 1.6px;
		
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	div#navigation div.nav_links a {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		border: none;
	}
	div#navigation div.nav_links a span {
		display: block;
		padding: 20px 25px 20px 25px;
	}
	div#navigation a.header_social {
		margin: 2px 10px 0 10px;
	}
	
	div#navigation div.side_nav_header {
		display: block;
		margin: 0px;
	}
	div#navigation li.nav_item_line {
		display: block;
		border-bottom: 1px solid #EEEEEE;
	}
	div#navigation div.side_nav_header_inner {
		padding: 20px;
	}
	div#navigation div.side_nav_header h3 {
		font-size: 22px;
		margin: 0 0 10px 0;
	}
	div#navigation a#mobile_navigation_button_2 {
		display: inline-block;
		width: 32px;
		height: 32px;
		float: right;
		font-size: 32px;
		margin: 10px 10px 0px 0px;
	}
	div#navigation a#mobile_navigation_button_2 span {
		display: block;
		padding: 0;
	}
	div#side_nav_background {
		background: #333333;
		background: rgba(0,0,0,0.7);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		z-index: 1000;
		display: none;
	}
	
	/* Quick order button */
	div#navigation div.quick_order_button {
		padding: 0px;
	}
	div#navigation div.nav_links a.quick_order {
		margin: 0px;
		text-align: center;
		color: #FFFFFF;
	}
	
	/* Header - Nav links - main */
	div#navigation div.nav_links a.nav_link_main {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	/* Main link */
	div#navigation li.nav_item:hover a.nav_link_main {
		background: #FFFFFF;
		-moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
	}
	
	/* Header - Sub nav */
	div#navigation div.nav_links ul#main_nav li.nav_item_sub div.sub_nav_inner {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		
		padding: 0px;
		border: 1px solid #F1F1F1;
		
		background: #F2F3F4;
		margin: 0px;
		
		-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.25);
		-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.25);
		box-shadow: inset 0 10px 15px -3px rgba(0,0,0,0.05);
	}
	
	div#navigation div.nav_links ul#main_nav ul.sub_nav {
		position: relative;
		display: block;
		width: 100%;
		float: none;
	}
	
	div#navigation div.nav_links ul#main_nav li.nav_item_sub ul.sub_nav {
		display: block;
		width: 100%;
		float: none;
	}
	
	div#navigation div.nav_links ul#main_nav li.nav_item_sub div.sub_nav_parent {
		display: none;
		animation: none;
		position: relative;
	}
	div#navigation div.nav_links ul#main_nav li.nav_item_sub:hover div.sub_nav_parent {
		padding-top: 0px;
		background: none;
		display: none;
		animation-name: none;
	}
	
	/* Sub links */
	div#navigation div.nav_links ul.sub_nav a span {
		display: block;
		padding: 20px 30px 20px 30px;
	}
	div#navigation div.nav_links ul.sub_nav a {
		height: auto;
		display: block;
		margin: 0px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		text-shadow: 1px 1px 1px #FFFFFF;
	}
	
	/*
	div#navigation div.nav_links a {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		border-bottom: 1px solid #333;
	}
	div#navigation div.nav_links a span {
		display: block;
		padding: 15px;
	}
	div#navigation a.header_social {
		margin: 2px 10px 0 10px;
	}
	
	div#navigation div.nav_links ul#main_nav ul.sub_nav {
		display: none;
	}
	div#navigation div.nav_links ul#main_nav li.nav_item {
		list-style: none;
		display: block;
		position: relative;
		width: 100%;
	}
	div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item,
	div#navigation div.nav_links ul#main_nav ul.sub_nav li.nav_item a {
		display: none;
	}
	ul.sub_nav {
		display: none;
	}
	div#navigation div.nav_links ul#main_nav li.nav_item_sub:hover ul.sub_nav {
		display: none;
	}
	*/
	
	/*****/
	/*****/
	
	div.logo_full_inline {
		width: 100%;
		max-width: 350px;
		display: block;
		margin: 15px auto 15px auto;
	}
	
	div.spaced_small_page {
		width: 100%;
		margin: 10px auto 10px auto;
	}
	.spaced_small_page_pad {
		padding: 30px;
	}
	
	/* Page parts */
	div.page_third,
	div.page_twothirds,
	div.page_half,
	div.page_half_large_screen,
	div.page_quarter {
		float: none;
		width: 100%;
	}
	div.page_half_left,
	div.page_half_right {
		float: none;
		width: 100%;
	}
	div.page_part_pad {
		padding: 0px;
	}
	
	div.page_pad {
		padding: 10px;
	}
	
	/* Single class */
	div.class_page_left,
	div.class_page_right	{
		width: 100%;
		float: none;
	}
	div.class_page_pad {
		padding: 10px;
	}
	/* Classes */
	div.class_page_top_pad {
		padding: 40px 0 20px 0;
	}
	
	/* Footer */
	div.footer_pad {
		padding: 10px;
	}
	div.footer_third {
		width: 100%;
		float: none;
	}
	div.footer_quarter {
		width: 100%;
		float: none;
	}
	footer#footer,
	footer#footer p {
		font-size: 14px;
	}
	footer#footer h5 {
		font-size: 26px;
		line-height: 1em;
		font-weight: 400;
		margin: 0 0 15px 0;
		font-family: 'Cantarell', 'Helvetica', 'Arial', sans-serif;
		font-style: italic;
	}
	footer#footer h5 i {
		
	}
	#footer a {
		display: block;
		margin: 20px 0 20px 0;
		font-size: 16px;
	}
	#footer div.footer_bottom p {
		font-size: 14px;
		text-align: left;
	}
	#footer div.footer_bottom p a {
		display: inline-block;
		font-size: 14px;
		margin: 0px;
	}
	
	
	div.footer_third,
	div.footer_half,
	div.footer_quarter {
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}
	
	
	
	/* Text */
	p {
		font-size: 16px;
	}
	h1 {
		font-size: 32px;
		line-height: 1em;
	}
	h2 {
		font-size: 28px;
		line-height: 40px;
	}
	h3 {
		font-size: 28px;
		line-height: 40px;
	}
	h4 {
		font-size: 22px;
		line-height: 1.5em;
	}
	
	/* Studio */
	div.studio_page_text {
		padding: 10px;
	}
	
	/* List */
	ul.benefits_list {
		margin: 30px 0 0 0;
	}
	ul.benefits_list li {
		font-size: 16px;
		margin: 15px 0 15px 0;
	}
	
	/* Headers */
	div.header_hero {
		height: 400px;
	}
	div.header_hero_pad {
		padding: 20px 0 0 0;
	}
	div.header_hero_page div.header_hero_pad {
		padding: 130px 0 0 0;
	}
	div.header_hero_page div.header_hero_pad.smaller {
		padding: 90px 0 0 0;
	}
	div.header_hero p.big {
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 12px;
		line-height: 20px;
	}
	div.header_hero h1 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: 1px;
	}
	div.header_hero h2,
	div.header_hero h3 {
		font-size: 26px;
		line-height: 32px;
		font-weight: 400;
		padding: 10px 20px 10px 20px;
		text-align: center;
	}

	div.header_hero h1.smaller {
		font-size: 32px;
		line-height: 40px;
	}

	div.header_hero div.logo_symbol_home {
		width: 180px;
		height: 90px;
		margin: 0 auto 20px auto;
	}
	
	
	div.header_inner {
		width: 100%;
		height: 400px;
	}
	div.header_hero.header_hero_page {
		height: 300px;
	}
	div.header_hero.header_hero_page div.header_inner {
		height: 300px;
	}
	
	div.header_hero.header_hero_info {
		height: 300px;
	}
	div.header_hero.header_hero_info div.header_inner {
		height: 300px;
	}

	div.slide_banners_holder {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	div.slide_banners_bottom {
		height: 50px;
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f5f5+0,f1f5f5+100&0+0,1+100 */
		background: -moz-linear-gradient(top, rgba(241,245,245,0) 0%, rgba(241,245,245,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(241,245,245,0) 0%,rgba(241,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f5f5', endColorstr='#f1f5f5',GradientType=0 ); /* IE6-9 */
		z-index: 300;
	}
	div.header_hero {
		background-position: top center;
		
		background-repeat: none;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	div.header_hero_1 {
		background-image: url('../img/headers_small/999_header_1.jpg');
	}
	div.header_hero_2 {
		background-image: url('../img/headers_small/999_header_2.jpg');
	}
	div.header_hero_3 {
		background-image: url('../img/headers_small/999_header_3.jpg');
	}
	div.header_hero_4 {
		background-image: url('../img/headers_small/999_header_4.jpg');
	}
	div.header_hero_5 {
		background-image: url('../img/headers_small/999_header_5.jpg');
	}
	
	/* Home scroller */
	/* Scroller */
	div.home_scroller {
		position: relative;
		overflow: hidden;
		min-height: 300px;
		height: 300px;
		box-sizing: border-box;
	}
	div.home_scrolly_content {
		position: absolute;
		width: 100%;
		min-height: 300px;
		height: 300px;
		background: rgba(0,0,0,0.4);
		z-index: 500;
	}
	div.home_scrolly_wolley {
		transform: translate3d(0px, 0px, 0px);
		position: absolute;
		width: 100%;
		left: 0;
		transform-style: preserve-3d;
		backface-visibility: hidden;
		z-index: 400;
	}
	div.home_image_scroll {
		background: #CCCCCC;
		background-image: url('../img/layout/wattbike-small.jpg');
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 300px;
		width: 100%;
	}
	div#reasons_scroller {
		padding: 90px 0 0 0;
	}
	div#reasons_scroller h3 {
		font-size: 30px;
		line-height: 1.6em;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		margin: 0 0 80px 0;
	}
	div#reasons_scroller h4 {
		color: #FFF;
		font-size: 32px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
	
	/* About */
	div.trainer_block {
		padding: 10px;
	}
	div.about_studio_section_background {
		background-image: url('../img/layout/studio_bikes-small.jpg');
		background-size: auto auto;
		background-repeat: no-repeat;
	}
	div.about_studio_section {
		padding: 30px 10px 30px 10px;
	}
	
	/* Contact */
	div.contact_left,
	div.contact_right {
		text-align: left;
	}
	div.contact_right {
		margin: 40px 0 40px 0;
	}
	
	/* Products / product search */
	div.product_row_search div.product_container {
		width: 100%;
		float: none;
	}
	
	/* Cart / Checkout */
	div#cart_area div.cart_left,
	div#cart_area div.cart_right {
		width: 100%;
		float: none;
	}
	div#cart_area div.cart_right div.cart_right_inner {
		padding: 20px 0px 0px 0px;
	}
	div#cart div.cart_row div.cart_col_1,
	div#cart div.cart_row div.cart_col_2,
	div#cart div.cart_row div.cart_col_3,
	div#cart div.cart_row div.cart_col_4,
	div#cart div.cart_row div.cart_col_5,
	div#cart div.cart_row div.cart_col_6,
	div#cart div.cart_row div.cart_col_7 {
		padding: 10px;
	}

	div#cart div.cart_row div.cart_col_1 {
		width: 20%;
		font-size: 14px;
	}
	div#cart div.cart_row div.cart_col_2 {
		width: 60%;
		font-size: 14px;
	}
	div#cart div.cart_row div.cart_col_3 {
		display: none;
	}
	div#cart div.cart_row div.cart_col_4 {
		width: 20%;
		text-align: right;
		font-size: 14px;
	}
	div#cart div.cart_row div.cart_col_5 {
		display: none;
	}
	div#cart div.cart_row div.cart_col_6 {
		display: none;
	}
	div#cart div.cart_row div.cart_col_7 {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
	}
	
	div#cart div.cart_row_header div.cart_col_1,
	div#cart div.cart_row_footer div.cart_col_2 {
		
	}
	
	div#cart div.cart_row div.cart_col_full,
	div#cart div.cart_row div.cart_col_buttons {
		padding: 10px;
	}
	
	/* Products */
	div.product_row_1 div.product_container,
	div.product_row_2 div.product_container,
	div.product_row_3 div.product_container,
	div.product_row_4 div.product_container,
	div.product_row_5 div.product_container,
	div.product_row_6 div.product_container,
	div.product_row_search div.product_container {
		float: none;
		width: 100%;
	}
	
	div.product div.product_image {
		margin: 5px 0 5px 0;
		height: 100px;
		overflow: hidden;
	}
	div.product div.product_text {
		padding: 10px;
	}
	div.product div.product_text p.title {
		height: auto;
		padding-right: 32px;
		min-height: 60px;
	}
	
	div.product_row_list div.product div.product_image,
	div.product div.product_image {
		width: 30%;
		float: left;
	}
	div.product div.product_image img {
		width: auto;
		height: 100%;
	}
	div.product_row_list div.product div.product_image img,
	div.product div.product_image img {
		width: 100%;
		height: auto;
	}
	div.product_row_list div.product div.product_add_cart_controls,
	div.product div.product_add_cart_controls {
		width: 70%;
		float: right;
	}
	div.product div.product_quick_links_parent {
		display: none;
	}
	
	div.product div.product_flags {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 32px;
	}

	div.product div.product_flags div.flag_halal {
		width: 32px;
		height: 32px;
		margin: 0 0 5px 0;
	}
	div.product div.product_flags div.flag_frozen {
		width: 32px;
		height: 32px;
		margin: 0 0 5px 0;
	}
	
	
	/* Products */
	div#products_left {
		width: 100%;
		float: none;
		display: none;
		background: #F5F5F5;
		display: block;
	}
	div#products_left div.products_page_pad {
		padding: 0px;
	}
	div#products_right {
		width: 100%;
		float: none;
	}
	div#products_right div.products_page_pad {
		padding: 20px 0px 0px 0px;
	}
	
	/* Add to cart interactive UI */
	div#addtocart {
		height: 100px;
	}
	div#addtocart div.wrapper {
		height: 95px;
	}
	div#addtocart div.addtocart_area {
		padding: 12px;
	}
	div#addtocart div.addtocart_one {
		width: 65%;
		padding: 5px 0 0 0;
	}
	div#addtocart div.addtocart_two {
		width: 35%;
		padding: 12px 0 0 0;
	}
	div#addtocart div.addtocart_three {
		width: 35%;
		padding: 12px 0 0 0;
	}
	div#addtocart div.addtocart_area p.addtocart_line1,
	div#addtocart div.addtocart_area p.addtocart_line2 {
		margin: 0;
		line-height: 1.2em;
	}
	div#addtocart div.addtocart_area p.addtocart_line1 {
		font-size: 26px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
		color: #FFFFFF;
	}
	div#addtocart div.addtocart_area p.addtocart_line2 {
		color: #EEEEEE;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
		font-size: 14px;
	}
	
	div.pagination_footer {
		position: fixed;
		width: 100%;
		bottom: 0px;
		background: #F9F9F9;
		border-top: 1px solid #E5E5E5;
		padding: 10px 0px 10px 0px;
		z-index: 1000;
	}
	
	/* Single product */
	div#product_left,
	div#product_right {
		float: none;
		width: 100%;
	}
	div#product_right div.product_page_pad {
		padding: 10px;
	}
	div#single_product {
		padding: 0px;
	}
	div#single_product h1 {
		font-size: 18px;
		line-height: 1.3em;
		margin: 0px 0px 2px 0px;
	}
	div#single_product p.sku {
		font-size: 14px;
		margin: 0px;
	}
	div#single_product div.product_image {
		padding: 0px;
		width: 120px;
		margin: 0 auto 0 auto;
	}
	div#single_product div.product_image img {
		width: 100%;
		height: auto;
	}
	
	div#single_product div.productpage_offer {
		margin: 10px 0 0 0;
	}
	div#single_product div.productpage_title {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: none;
	}
	div#single_product div.productpage_add {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	div#single_product div.productpage_description {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	
	div#single_product div.single_product_pad {
		padding: 0px;
	}
	div#single_product div.product_actions_pad_left {
		padding: 0 0 20px 0;
	}
	div#single_product div.product_actions_pad_right {
		padding: 0px;
	}
	
	
	
	div#single_product div.productpage_info {
		padding: 10px;
	}
	
	/* Payment */
	div.checkout_pay {
		width: 100%;
	}
	div.checkout_pay_pad {
		padding: 0px;
	}
	
	div.checkout_pay h1 {
		font-size: 28px;
		line-height: 1.4em;
		margin: 0 0 10px 0;
		color: #111111;
	}
	div.checkout_pay p {
		font-size: 16px;
		line-height: 1.4em;
		margin: 0 0 10px 0;
	}
	div.checkout_pay_spacer {
		display: none;
	}
	div.checkout_pay_bottom {
		padding: 20px 0 20px 0;
	}
	div.checkout_pay_top {
		padding: 30px;
	}
	div.checkout_pay_left,
	div.checkout_pay_right {
		width: 100%;
		float: none;
		text-align: left;
		padding: 0px;
	}
	
	
	/* Quick order page */
	div.quick_order_header {
		display: none;
	}
	div#quick_order_main,
	div#quick_order_side {
		float: none;
	}
	div#quick_order_main {
		width: 100%;
	}
	div#quick_order_side {
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 2px solid #EEE;
	}
	div#quick_order_side_block {
		height: auto;
	}
	div.quick_order_side_1 {
		margin: 0px;
		float: left;
		width: 50%;
	}
	div.quick_order_side_2 {
		margin: 0;
		float: left;
		width: 50%;
	}
	div.quick_order_side_1 p {
		font-size: 14px;
		margin: 0px;
		line-height: 1.2em;
	}
	div.quick_order_side_1 p span {
		display: block;
		font-size: 28px;
		padding: 10px 0 0 0;
	}
	div.quick_order_product {
		
	}
	div.quick_order_product div.info {
		padding: 10px;
	}
	div.quick_order_product div.left {
		width: calc(100% - 100px - 60px);
		padding: 10px;
	}
	div.quick_order_product div.right {
		width: calc(60px);
		padding: 10px 10px 10px 0px;
	}
	div.quick_order_side_1 {
		width: 100%;
		float: none;
	}
	div.quick_order_side_2 {
		width: 100%;
		float: none;
	}
	div#quick_order_side div#cart_side div.cart_table {
		margin: 0px;
	}
	div.quick_order_product div.left {
		padding: 10px;
	}
	div.quick_order_main_inner {
		padding: 0px;
	}
	div.quick_order_navigation {
		display: block;
	}
	
	/* Quick order quantity input */
	div.quick_order_quantity_select {
		width: 100%;
	}
	div.quick_order_quantity {
		width: 100%;
		float: none;
	}
	div.quick_order_quantity_up a,
	div.quick_order_quantity_down a {
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	div.quick_order_quantity_up a {
		float: none;
		
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	div.quick_order_quantity_down a {
		float: none;
		
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	
	/* Make all text left on mobile */
	.align_left_mobile {
		text-align: left;
	}
	
	/* Account area */
	div.link_block_row {
		display: block;
	}
	div.link_block_item {
		flex: none;
		display: block;
	}
	div.link_block_row_3 div.link_block_item {
		width: 100%;
	}
	div.row_link_blocks div.link_block_holder div.link_block {
		flex: none;
	}
	div.link_block_row_margin_10 {
		margin: 0px;
	}
	div.link_block {
		margin: 0 0 10px 0;
	}

	/* Account - orders */
	div.order_list {
		margin: 0px;
	}
	div.order_list_heading {
		padding: 10px 0 0 20px;
	}
	div.order_list_heading h3 {
		font-size: 26px;
		margin: 0px;
	}

	/* Sticky pagination */
	div.hold_sticky_pagination {
		min-height: 80px;
		height: auto;
	}
	div.table_scroller_pagination {
		height: auto;
	}
	div.table_scroller_pagination_pad {
		padding: 5px 10px 5px 10px;
	}
	div.scroller_pagination_right,
	div.scroller_pagination_left,
	div.scroller_pagination_center {
		width: 100%;
		float: none;
		text-align: center;
		padding: 5px 0 5px 0;
	}

	/* Last rules */
	.mobile_hide {
		display: none !important;
	}
	.mobile_show {
		display: block !important;
	}

}