/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Custom vars
   ========================================================================== */
   
:root {
  --form-control-color: #A0A0A0;
}

/* ==========================================================================
   Base styles
   ========================================================================== */

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

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

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.d-flex {
    display: flex;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
.row {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
}
@media screen and (min-width: 768px) {
    .col22 {
        flex: 0 0 22%;
        max-width: 22%;
    }
    .col50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col78 {
        flex: 0 0 78%;
        max-width: 78%;
    }
}

/* ==========================================================================
   Fonts
   ========================================================================== */
    
@font-face {
  font-family: 'GalanoGrotesque-Italic';
  src: url('../fonts/GalanoGrotesque-Italic.ttf');
}
@font-face {
  font-family: 'GalanoGrotesque-Light';
  src: url('../fonts/GalanoGrotesque-Light.ttf');
}
@font-face {
  font-family: 'GalanoGrotesque-Medium';
  src: url('../fonts/GalanoGrotesque-Medium.ttf');
}
@font-face {
  font-family: 'GalanoGrotesque-SemiBold';
  src: url('../fonts/GalanoGrotesque-SemiBold.ttf');
}
/* @font-face {
    font-family: 'ArialBold';
    src: local(Arial);
    font-weight: bold;
} */

/* ==========================================================================
   General
   ========================================================================== */

body {
    background: #e5e5e5 url(../images/bg-min.png) no-repeat center top;
    background-size: 100% auto;
    color: #000;
    font-family: 'GalanoGrotesque-Medium', ArialBold, Helvetica, sans-serif;
}
strong {
    font-family: 'GalanoGrotesque-SemiBold', ArialBold, Helvetica, sans-serif;
    font-weight: normal;
}
a, a:hover, a:focus {
    color: #000;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    margin-left: 0;
    padding-left: 0;
}
ol li,
ul li {
    margin-bottom: 0.5rem;
}
.text-center {
    text-align: center;
}
.btn,
input[type=button],
input[type=submit] {
    display: inline-block;
    border: 1px solid #2C2C2C;
    border-radius: 20px;
    padding: 8px 30px;
    text-decoration: none;
    background-color: white;
}
.btn:hover,
.btn:focus,
.btn.active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button].active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].active {
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: 'GalanoGrotesque-SemiBold', ArialBold, Helvetica, sans-serif;
}

h1, h2 {
    font-size: 24px;
}
h3 {
    margin-bottom: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

/* ==========================================================================
   Form
   ========================================================================== */

.form-login {
    max-width: 215px;
}
.form-row {
    margin-bottom: 18px;
}

label {
    display: block;
    margin-bottom: 10px;
}

.input-text,
.form-checkout>.row input,
.one-page-checkout input {
    display: block;
    width: 100%;
    background: #EFEFEF;
    border: 0 none;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 14px;
    height: 38px;
}

.form-submit {
    text-align: center;
    margin-top: 2rem;
}
.input-submit {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #2C2C2C;
    border-radius: 20px;
    padding: 8px 30px;
}
.input-submit:hover {
    background: #e5e5e5;
    border-color: #e5e5e5;
}

form.search .form-row {
    display: flex;
}
form.search .form-row .input-search-terms {
    margin-right: 40px;
    min-width: 280px;
}
form.search .form-row .input-submit {
    margin-right: 40px;
}
@media only screen and (max-width: 768px) {
    form.search .form-row {
        flex-wrap: wrap;
    }
    form.search .form-row .input-search-terms {
        margin-bottom: 1rem;
        margin-right: 0;
    }
}
/* ==========================================================================
   Logo/Header
   ========================================================================== */
   
#logo {
    margin: 96px 0 40px;
}
#logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Content Area
   ========================================================================== */

#content-area {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 100px;
}

#content-top,
#content-bottom {
    position: relative;
    height: 70px;
}
.content-bg {
    position: absolute;
    top: 0;
}
#content-bg-top-left {
    left: 0;
}
#content-bg-top-right {
    right: 0;
}
#content-bg-bottom-left {
    left: 0;
}
#content-bg-bottom-right {
    right: 0;
}

.content-bg-middle {
    width: calc(100% - 138px);
    height: 70px;
    margin: 0 auto;
    background: #fff none repeat-x center top
}
#content-bg-top-middle {
    background-image: url(../images/content_bg_top.png);
}
#content-bg-bottom-middle {
    background-image: url(../images/content_bg_bottom.png);
    background-position: center bottom;
}
   
#content-main {
    background-color: #fff;
    background-image: url(../images/content_bg_left.png), url(../images/content_bg_right.png);
    background-repeat: repeat-y;
    background-position: left top, right top;
    padding: 0 100px;
    /* overflow: auto; */
}
@media only screen and (max-width: 991px) {
    #content-main {
        padding: 0 55px;
    }
}
/* ==========================================================================
   Content header
   ========================================================================== */
   
#content-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1rem;
    padding: 0;
    border-bottom: 1px dashed #000;
}
#content-header h1,
#content-header h2 {
    margin: 0.5rem;
    flex-shrink: 0;
}
#content-header .header-menu {
    margin-left: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: right;
}
#content-header .header-menu > .menu-item a {
    text-decoration: none;
    text-align: left;
}
#content-header .header-menu > .menu-item {
    display: inline-block;
    margin-left: 60px;
}
#content-header .header-menu > .menu-item:first-child {
    margin-left: 0;
}
#content-header .header-menu > .menu-item a:hover,
#content-header .header-menu > .menu-item a:focus {
    text-decoration: underline;
}

#menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
#menu .menu-el {
    margin-left: 87px;
}
#menu .menu-el:first-child {
    margin-left: auto;
}

#menu .menu-el.order-info {
    margin-left: 0;
}
@media only screen and (max-width: 768px) {
    #menu {
        flex-wrap: wrap;
    }
    #menu .menu-el,
    #menu .menu-el:first-child {
        margin-left: 0;
    }
    #menu .menu-el#dropdown-dept {
        margin-left: 26px;
    }
    #menu .menu-el#cart-status {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 500px) {
    #menu .menu-el {
        flex-basis: 100%;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}
.order-info .label {
    display: inline-block;
    vertical-align: top;
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
    margin-right: 10px;
    color: #575757;
}
.order-info .value {
    display: inline-block
}

.dropdown {
    position: relative;
}
#dropdown-dept:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -26px;
    width: 14px;
    height: 15px;
    background: transparent url(../images/icon_person.png) no-repeat center center;
}
.dropdown .menu-btn {
    text-decoration: none;
    position: relative;
    padding: 10px 12px 10px 0;
}
.dropdown .menu-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 9px;
    height: 5px;
    background: transparent url(../images/caret.png) no-repeat center center;
}
.dropdown .menu-items {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    border: 1px solid #2C2C2C;
    -webkit-box-shadow: -4px 4px 7px 0px rgba(0,0,0,0.25); 
    box-shadow: -4px 4px 7px 0px rgba(0,0,0,0.25);
    background-color: #fff;
    z-index: 10;
}
.dropdown .menu-items .menu-item a {
    border-bottom: 1px solid #2c2c2c;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}
.dropdown .menu-items .menu-item.has-children > a {
    position: relative;
    padding-right: 24px;
}
.dropdown .menu-items .menu-item.has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 9px;
    height: 5px;
    background: transparent url(../images/caret.png) no-repeat center center;
    transform: rotate(270deg);
}
.dropdown .menu-items .menu-item.sub-menu-open > a:after {
    transform: none;
}
.dropdown .menu-items .menu-item .sub-menu {
    display: none;
}
.dropdown .menu-items .menu-item:last-child a {
    border-bottom: 0 none;
}
.dropdown .menu-items .sub-menu .menu-item a {
    background-color: #F1F2F2;
}
.dropdown .menu-items .sub-menu .menu-item:last-child a {
    border-bottom: 1px solid #2c2c2c;
}

#content-header .header-menu .menu-item .label,
#content-header .header-menu .menu-item .dropdown {
    display: inline-block;
}
#content-header .header-menu .menu-item .label {
    color: #575757;
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
}

#cart-status {
    position: relative;
}
#cart-status:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: -41px;
    width: 20px;
    height: 20px;
    background: transparent url(../images/icon_cart.png) no-repeat center center;
}
#cart-status .total {
    text-decoration: none;
}
#cart-status .total:hover,
#cart-status .total:focus {
    text-decoration: underline;
}

/* ==========================================================================
   Content styles
   ========================================================================== */
   
.contact-info {
    display: flex;
    margin: 0 0 1rem;
}
.contact-info .location {
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #ddd;
}
.contact-info .location:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 none;
}
.contact-info .location .title {
    color: #FD3B3B;
    font-weight: bold;
}

.logincustmess {
    position: relative;
    margin: 2rem 0;
}
.logincustmess:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    width: 14px;
    height: 14px;
    background: transparent url(../images/icon_info.png) no-repeat center center;
}
.logincustmess .title {
    margin: 0 0 .5rem;
}

#bottom-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}
#bottom-menu.text-center {
    justify-content: center;
}
#bottom-menu .btn-wrap {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#bottom-menu.text-center .btn-wrap {
    margin-left: 20px;
    margin: 20px;
}
.download-app {
    margin-top: 5rem;
}

/* ==========================================================================
   Basic table styles
   ========================================================================== */

/* table {
    width: 100%; 
    border-collapse: collapse;
}
table thead {
    background-color: #EFEFEF;
    text-align: left;
}
table thead th {
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 10px;
}
table thead th.item-quantity-header {
    text-align: center;
}
table thead th.item-order-header,
table thead th.item-remove-header {
    text-align: center;
}
table tbody td {
    padding: 14px 10px;
    border-bottom: 1px dashed #000;
    vertical-align: top;
}
table tbody tr td p:last-child {
    margin-bottom: 0;
}
table tbody tr td.item-order {
    text-align: center;
    vertical-align: middle;
} */
.item-desc .popup {
    display: none;
}
.item-desc a {
    text-decoration: none;
}
.item-desc a:hover {
    text-decoration: underline;
}
.item-desc .note {
    color: #FD3B3B;
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
    font-size: 0.75em;
}
table tbody tr td.item-sale {
    vertical-align: middle;
    color: #FF6C1A;
    font-size: 0.75em;
    line-height: 1.9;
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
    text-align: center;
}
table tbody tr td.item-price,
table tbody tr td.item-amount {
    vertical-align: middle;
}
.hardies-alert {
    color: #575757;
    font-size: 0.75em;
    line-height: 2.2;
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
}
table tbody tr td.item-remove {
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    table.responsive-table .item-remove-header {
        width: 40px;
    }
	table.responsive-table .item-remove-header span {
        display: none;
    }
}
@media only screen and (max-width: 650px)  {

	table.responsive-table,
    table.responsive-table thead,
    table.responsive-table tbody,
    table.responsive-table th,
    table.responsive-table td,
    table.responsive-table tr { 
		display: block; 
	}

	table.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
    table.responsive-table tbody tr:nth-child(odd) {
        background-color: #efefef;
    }
	table.responsive-table tbody tr td { 
		border: none;
		position: relative;
		padding-left: 50%;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
	}
    table.responsive-table tbody tr td:last-child {
        border-bottom: 1px dashed #000;
    }
	
	table.responsive-table tbody tr td:before {
		position: absolute;
		top: 7px;
		left: 7px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
    .item-img {
        display: none;
    }
    table.responsive-table tbody tr td.item-sale {
        text-align: left;
    }
    table.responsive-table tbody tr td.item-sale br {
        display: none;
    }
    table.responsive-table tbody tr td.item-sale img {
        margin-left: 8px;
    }
    table.responsive-table tbody tr td.item-order {
        text-align: left;
    }
    .hardies-alert img {
        margin-right: 8px;
    }
    .hardies-alert br {
        display: none;
    }
    table.responsive-table tbody tr td.item-remove {
        text-align: right;
        padding-top: 0;
    }
}

/* ==========================================================================
   Shopping list
   ========================================================================== */

#shopping-list {
    margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
    #shopping-list .col22 {
        flex-basis: 100%;
        max-width: 100%;
    }
    #shopping-list .col78 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .styled-list form.list .form-row {
        float: left;
        margin-right: 20px;
    }
}
#shopping-list .filters {
    text-align: right;
    margin-bottom: 1rem;
}
#shopping-list .filters a {
    text-decoration: none;
}
a.clear-filters::before {
    content: "\2715";
    font-size: 0.6rem;
    font-weight: light;
    margin-right: 4px;
}
#shopping-list .filters a:hover {
    text-decoration: underline;
}

#form-keyword-filter {
    margin-bottom: 2rem;
}

.styled-list .title {
    position: relative;
    margin-bottom: 1rem;
}
.styled-list .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 9px;
    height: 5px;
    background: transparent url(../images/caret.png) no-repeat center center;
}
.styled-list form.list .form-row {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.55em;
}
.styled-list form.list .form-row:focus-within {
  color: var(--form-control-color);
}

.styled-list form.list .form-row .input-radio {
  -webkit-appearance: none;
  appearance: none;
  background-color: #D9D9D9;
  margin: 0;
  font: inherit;
  color: #D9D9D9;
  width: 1.3em;
  height: 1.3em;
  border: .1em solid #d9d9d9;
  border-radius: 50%;
  transform: translateY(0.075em);
  display: grid;
  place-content: center;
}

.styled-list form.list .form-row .input-radio::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText;
}

.styled-list form.list .form-row .input-radio:checked::before {
  transform: scale(1);
}

.styled-list form.list .form-row .input-radio:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.styled-list form.list .form-row label {
    display: inline;
    margin-bottom: 0;
}

@media only screen and (max-width: 650px)  {
    table#shopping-list-table td:nth-of-type(1):before { content: "Item #"; }
    table#shopping-list-table td:nth-of-type(3):before { content: "Description"; }
    table#shopping-list-table td:nth-of-type(5):before { content: "Price"; }
    table#shopping-list-table td:nth-of-type(6):before { content: "Order"; }
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity .quantity-adjust {
    text-decoration: none;
    margin: 0 10px;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
    width: auto;
    max-width: 80px;
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 650px)  {
    .quantity {
        justify-content: flex-start;
    }
}

#shopping-list #bottom-menu {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* ==========================================================================
   Live cart
   ========================================================================== */

#live-cart {
    display: none;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 19px;
    width: 590px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    box-shadow: 0 0 25px rgba(0,0,0,0.20);
}
#live-cart[data-show] {
    display: block;
}
#live-cart .bg-triangle,
#live-cart .bg-triangle::before {
  position: absolute;
  width: 31px;
  height: 31px;
  background: inherit;
}

#live-cart .bg-triangle {
  visibility: hidden;
}

#live-cart .bg-triangle::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}
#live-cart[data-popper-placement^='top'] > .bg-triangle {
    bottom: -16px;
}  
#live-cart[data-popper-placement^='bottom'] > .bg-triangle {
    top: -16px;
}
#live-cart[data-popper-placement^='left'] > .bg-triangle {
    right: -16px;
}
#live-cart[data-popper-placement^='right'] > .bg-triangle {
    left: -16px;
}
#live-cart .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
#live-cart .head .empty {
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
    color: #575757;
}
.order-details {
    padding: 8px 6px;
    background-color: #d2ecac;
    display: flex;
    flex-wrap: wrap;
}
.order-details .order-detail {
    margin: 4px 10px;
}
.order-details .order-detail:first-child {
    flex-basis: 100%;
}
.order-details .order-detail span {
    color: #575757;
    font-family: 'GalanoGrotesque-Light', ArialBold, Helvetica, sans-serif;
}
.order-details .order-detail span strong {
    color: #000;
    font-family: 'GalanoGrotesque-Medium', ArialBold, Helvetica, sans-serif;
}

#live-cart table {
    margin-bottom: 10px;
}
#live-cart table thead th {
    font-size: 12px;
}
#live-cart .quantity input[type=number] {
    max-width: 70px;
}

/* ==========================================================================
   Checkout page
   ========================================================================== */

@media only screen and (max-width: 650px)  {
    table#table-checkout td:nth-of-type(1):before { content: "Item #"; }
    table#table-checkout td:nth-of-type(3):before { content: "Description"; }
    table#table-checkout td:nth-of-type(4):before { content: "Quantity"; }
    table#table-checkout td:nth-of-type(5):before { content: "Price"; }
    table#table-checkout td:nth-of-type(6):before { content: "Amount"; }
}

#checkout .order-details {
    background-color: #D7E9A1;
}

/* ==========================================================================
   Recommended products
   ========================================================================== */

.recommended {
    position: relative;
    margin: 3rem 0 4rem;
}
.recommended .product-list {
    padding: 0 80px;
    text-align: center;
}
.recommended .product-list .owl-nav button {
    position: absolute;
    top: 25%;
    left: 0;
    width: 51px;
    height: 16px;
    background: transparent none no-repeat center center;
}
.recommended .product-list .owl-nav button span {
    display: none;
}
.recommended .product-list .owl-nav button.owl-prev {
    background-image: url(../images/carousel_prev.png);
}
.recommended .product-list .owl-nav button.owl-next {
    background-image: url(../images/carousel_next.png);
    right: 0;
    left: auto;
}
@media only screen and (max-width: 600px) {
    .recommended .product-list {
        padding-left: 0;
        padding-right: 0;
    }
    .recommended .product-list .owl-nav {
        margin: 2rem 0 0 0;
    }
    .recommended .product-list .owl-nav button {
        position: static;
        margin: 0 1rem;
    }
}
.recommended .product-list .product .image {
    margin-bottom: 15px;
}
.recommended .product-list .product .title {
    margin-bottom: 10px;
}
.recommended .product-list .product .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
.recommended .product-list .product .details .item-no,
.recommended .product-list .product .details .item-price {
    margin: 0 8px;
}
.recommended .product-list .product .details .item-price img {
    display: inline;
    width: auto;
    margin-right: 3px;
}

/* ==========================================================================
   Checkout form
   ========================================================================== */
.form-checkout {
    margin: 2rem 0;
}
.form-checkout .row {
    margin-bottom: 2rem;
}
.form-checkout .input-po-number {
    max-width: 195px;
    display: inline;
    margin-right: 14px;
}
.form-add a {
    color: #A0A0A0;
    text-decoration: none;
    font-size: 14px;
}
.form-row-po-number .form-add a {
    font-size: 12px;
}
.form-add a:hover,
.form-add a:focus {
    text-decoration: underline;
}
.form-add a::before {
    content: "+";
    margin-right: 5px;
}

.form-checkout .order-nav {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.form-checkout .order-nav .form-submit {
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-checkout .order-nav .pager {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.form-checkout .order-nav .pager a {
    text-decoration: none;
}
.form-checkout .order-nav .pager a:hover,
.form-checkout .order-nav .pager a:focus {
    text-decoration: underline;
}
.form-checkout .order-nav .pager a.disabled {
    color: #A0A0A0;
    cursor: default;
}
.form-checkout .order-nav .pager a.disabled:hover,
.form-checkout .order-nav .pager a.disabled:focus {
    text-decoration: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px dashed #000;
    color: #A0A0A0;
    font-size: 14px;
    text-align: center;
}

/* ==========================================================================
   jQuery modal
   ========================================================================== */

.jquery-modal.blocker {
    background-color: rgba(0,0,0,0.25);
}
.modal {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.40);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.40);
    -o-box-shadow: 0 0 25px rgba(0,0,0,0.40);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,0.40);
    box-shadow: 0 0 25px rgba(0,0,0,0.40);
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
