@charset "UTF-8";
@use 'sass:math';
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%; }

.clear {
  *zoom: 1; }
  .clear:before {
    content: ' ';
    display: table; }
  .clear:after {
    content: ' ';
    display: table;
    clear: both; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }
  a:hover {
    color: #444; }
  a:focus, a:hover, a:active {
    outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

::selection, ::-webkit-selection, ::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-alarm-clock:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-allergies:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

.fa-arrow-alt-down:before {
  content: ""; }

.fa-arrow-alt-from-bottom:before {
  content: ""; }

.fa-arrow-alt-from-left:before {
  content: ""; }

.fa-arrow-alt-from-right:before {
  content: ""; }

.fa-arrow-alt-from-top:before {
  content: ""; }

.fa-arrow-alt-left:before {
  content: ""; }

.fa-arrow-alt-right:before {
  content: ""; }

.fa-arrow-alt-square-down:before {
  content: ""; }

.fa-arrow-alt-square-left:before {
  content: ""; }

.fa-arrow-alt-square-right:before {
  content: ""; }

.fa-arrow-alt-square-up:before {
  content: ""; }

.fa-arrow-alt-to-bottom:before {
  content: ""; }

.fa-arrow-alt-to-left:before {
  content: ""; }

.fa-arrow-alt-to-right:before {
  content: ""; }

.fa-arrow-alt-to-top:before {
  content: ""; }

.fa-arrow-alt-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-arrow-from-bottom:before {
  content: ""; }

.fa-arrow-from-left:before {
  content: ""; }

.fa-arrow-from-right:before {
  content: ""; }

.fa-arrow-from-top:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-square-down:before {
  content: ""; }

.fa-arrow-square-left:before {
  content: ""; }

.fa-arrow-square-right:before {
  content: ""; }

.fa-arrow-square-up:before {
  content: ""; }

.fa-arrow-to-bottom:before {
  content: ""; }

.fa-arrow-to-left:before {
  content: ""; }

.fa-arrow-to-right:before {
  content: ""; }

.fa-arrow-to-top:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-badge:before {
  content: ""; }

.fa-badge-check:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-balance-scale-left:before {
  content: ""; }

.fa-balance-scale-right:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-barcode-alt:before {
  content: ""; }

.fa-barcode-read:before {
  content: ""; }

.fa-barcode-scan:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-basketball-hoop:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-bolt:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-slash:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-blanket:before {
  content: ""; }

.fa-blender:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-book-heart:before {
  content: ""; }

.fa-book-open:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-bowling-pins:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-alt:before {
  content: ""; }

.fa-box-check:before {
  content: ""; }

.fa-box-fragile:before {
  content: ""; }

.fa-box-full:before {
  content: ""; }

.fa-box-heart:before {
  content: ""; }

.fa-box-open:before {
  content: ""; }

.fa-box-up:before {
  content: ""; }

.fa-box-usd:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-boxes-alt:before {
  content: ""; }

.fa-boxing-glove:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-broadcast-tower:before {
  content: ""; }

.fa-broom:before {
  content: ""; }

.fa-browser:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-edit:before {
  content: ""; }

.fa-calendar-exclamation:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-alt:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-capsules:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-caret-circle-down:before {
  content: ""; }

.fa-caret-circle-left:before {
  content: ""; }

.fa-caret-circle-right:before {
  content: ""; }

.fa-caret-circle-up:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chalkboard:before {
  content: ""; }

.fa-chalkboard-teacher:before {
  content: ""; }

.fa-chart-area:before {
  content: ""; }

.fa-chart-bar:before {
  content: ""; }

.fa-chart-line:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-bishop-alt:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-clock:before {
  content: ""; }

.fa-chess-clock-alt:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-king-alt:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-knight-alt:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-pawn-alt:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-queen-alt:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chess-rook-alt:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-double-down:before {
  content: ""; }

.fa-chevron-double-left:before {
  content: ""; }

.fa-chevron-double-right:before {
  content: ""; }

.fa-chevron-double-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-square-down:before {
  content: ""; }

.fa-chevron-square-left:before {
  content: ""; }

.fa-chevron-square-right:before {
  content: ""; }

.fa-chevron-square-up:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-church:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-club:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-code-commit:before {
  content: ""; }

.fa-code-merge:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-coins:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comment-alt-check:before {
  content: ""; }

.fa-comment-alt-dots:before {
  content: ""; }

.fa-comment-alt-edit:before {
  content: ""; }

.fa-comment-alt-exclamation:before {
  content: ""; }

.fa-comment-alt-lines:before {
  content: ""; }

.fa-comment-alt-minus:before {
  content: ""; }

.fa-comment-alt-plus:before {
  content: ""; }

.fa-comment-alt-slash:before {
  content: ""; }

.fa-comment-alt-smile:before {
  content: ""; }

.fa-comment-alt-times:before {
  content: ""; }

.fa-comment-check:before {
  content: ""; }

.fa-comment-dots:before {
  content: ""; }

.fa-comment-edit:before {
  content: ""; }

.fa-comment-exclamation:before {
  content: ""; }

.fa-comment-lines:before {
  content: ""; }

.fa-comment-minus:before {
  content: ""; }

.fa-comment-plus:before {
  content: ""; }

.fa-comment-slash:before {
  content: ""; }

.fa-comment-smile:before {
  content: ""; }

.fa-comment-times:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-comments-alt:before {
  content: ""; }

.fa-compact-disc:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-wide:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-container-storage:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-conveyor-belt:before {
  content: ""; }

.fa-conveyor-belt-alt:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-couch:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-creative-commons-by:before {
  content: ""; }

.fa-creative-commons-nc:before {
  content: ""; }

.fa-creative-commons-nc-eu:before {
  content: ""; }

.fa-creative-commons-nc-jp:before {
  content: ""; }

.fa-creative-commons-nd:before {
  content: ""; }

.fa-creative-commons-pd:before {
  content: ""; }

.fa-creative-commons-pd-alt:before {
  content: ""; }

.fa-creative-commons-remix:before {
  content: ""; }

.fa-creative-commons-sa:before {
  content: ""; }

.fa-creative-commons-sampling:before {
  content: ""; }

.fa-creative-commons-sampling-plus:before {
  content: ""; }

.fa-creative-commons-share:before {
  content: ""; }

.fa-creative-commons-zero:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-credit-card-blank:before {
  content: ""; }

.fa-credit-card-front:before {
  content: ""; }

.fa-cricket:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-crow:before {
  content: ""; }

.fa-crown:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-curling:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-desktop-alt:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-dice:before {
  content: ""; }

.fa-dice-five:before {
  content: ""; }

.fa-dice-four:before {
  content: ""; }

.fa-dice-one:before {
  content: ""; }

.fa-dice-six:before {
  content: ""; }

.fa-dice-three:before {
  content: ""; }

.fa-dice-two:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-divide:before {
  content: ""; }

.fa-dna:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-empty:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-dolly-flatbed-alt:before {
  content: ""; }

.fa-dolly-flatbed-empty:before {
  content: ""; }

.fa-donate:before {
  content: ""; }

.fa-door-closed:before {
  content: ""; }

.fa-door-open:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-dove:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-h-alt:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ellipsis-v-alt:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-equals:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-square:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expand-wide:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-feather:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-field-hockey:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-check:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-edit:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-exclamation:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-medical:before {
  content: ""; }

.fa-file-medical-alt:before {
  content: ""; }

.fa-file-minus:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-plus:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-times:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-film-alt:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-first-aid:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-first-order-alt:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-font-awesome-logo-full:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-football-helmet:before {
  content: ""; }

.fa-forklift:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-fragile:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-frog:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gas-pump:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glasses:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-golf-club:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-greater-than:before {
  content: ""; }

.fa-greater-than-equal:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-h1:before {
  content: ""; }

.fa-h2:before {
  content: ""; }

.fa-h3:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hand-heart:before {
  content: ""; }

.fa-hand-holding:before {
  content: ""; }

.fa-hand-holding-box:before {
  content: ""; }

.fa-hand-holding-heart:before {
  content: ""; }

.fa-hand-holding-seedling:before {
  content: ""; }

.fa-hand-holding-usd:before {
  content: ""; }

.fa-hand-holding-water:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-receiving:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-spock:before {
  content: ""; }

.fa-hands:before {
  content: ""; }

.fa-hands-heart:before {
  content: ""; }

.fa-hands-helping:before {
  content: ""; }

.fa-hands-usd:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-handshake-alt:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heart-circle:before {
  content: ""; }

.fa-heart-square:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-helicopter:before {
  content: ""; }

.fa-hexagon:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-hockey-sticks:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-home-heart:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-id-card:before {
  content: ""; }

.fa-id-card-alt:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-inbox-in:before {
  content: ""; }

.fa-inbox-out:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-industry-alt:before {
  content: ""; }

.fa-infinity:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-info-square:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-inventory:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-jack-o-lantern:before {
  content: ""; }

.fa-java:before {
  content: ""; }

.fa-jedi-order:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-kiwi-bird:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-lamp:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leaf-heart:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-less-than:before {
  content: ""; }

.fa-less-than-equal:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-alt:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-lock-open-alt:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-loveseat:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luchador:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-map-marker-alt:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mastodon:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-memory:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-alt-slash:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-hexagon:before {
  content: ""; }

.fa-minus-octagon:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-mobile-android:before {
  content: ""; }

.fa-mobile-android-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-money-bill-wave:before {
  content: ""; }

.fa-money-bill-wave-alt:before {
  content: ""; }

.fa-money-check:before {
  content: ""; }

.fa-money-check-alt:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nintendo-switch:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-not-equal:before {
  content: ""; }

.fa-notes-medical:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-octagon:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-palette:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-pallet-alt:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-parachute-box:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-parking:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pennant:before {
  content: ""; }

.fa-people-carry:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-percentage:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-person-carry:before {
  content: ""; }

.fa-person-dolly:before {
  content: ""; }

.fa-person-dolly-empty:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phoenix-squadron:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-plus:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-pied-piper-hat:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-piggy-bank:before {
  content: ""; }

.fa-pills:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-alt:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-plus-hexagon:before {
  content: ""; }

.fa-plus-octagon:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-prescription-bottle:before {
  content: ""; }

.fa-prescription-bottle-alt:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-project-diagram:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-question-square:before {
  content: ""; }

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-r-project:before {
  content: ""; }

.fa-racquet:before {
  content: ""; }

.fa-ramp-loading:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-readme:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-receipt:before {
  content: ""; }

.fa-rectangle-landscape:before {
  content: ""; }

.fa-rectangle-portrait:before {
  content: ""; }

.fa-rectangle-wide:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-rendact:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-repeat:before {
  content: ""; }

.fa-repeat-1:before {
  content: ""; }

.fa-repeat-1-alt:before {
  content: ""; }

.fa-repeat-alt:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-researchgate:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-retweet-alt:before {
  content: ""; }

.fa-ribbon:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-robot:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-route:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-ruble-sign:before {
  content: ""; }

.fa-ruler:before {
  content: ""; }

.fa-ruler-combined:before {
  content: ""; }

.fa-ruler-horizontal:before {
  content: ""; }

.fa-ruler-vertical:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-scanner:before {
  content: ""; }

.fa-scanner-keyboard:before {
  content: ""; }

.fa-scanner-touchscreen:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-school:before {
  content: ""; }

.fa-screwdriver:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scrubber:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-seedling:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-all:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-check:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shipping-timed:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shoe-prints:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shuttlecock:before {
  content: ""; }

.fa-sign:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-skull:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-sliders-h-square:before {
  content: ""; }

.fa-sliders-v:before {
  content: ""; }

.fa-sliders-v-square:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smile-plus:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-smoking-ban:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-spade:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-spinner-third:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-exclamation:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stopwatch:before {
  content: ""; }

.fa-store:before {
  content: ""; }

.fa-store-alt:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-stream:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-stroopwafel:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-syringe:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablet-android:before {
  content: ""; }

.fa-tablet-android-alt:before {
  content: ""; }

.fa-tablet-rugged:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tape:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-teamspeak:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tennis-ball:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-times-hexagon:before {
  content: ""; }

.fa-times-octagon:before {
  content: ""; }

.fa-times-square:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-toolbox:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-tree-alt:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-triangle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-trophy-alt:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-truck-container:before {
  content: ""; }

.fa-truck-couch:before {
  content: ""; }

.fa-truck-loading:before {
  content: ""; }

.fa-truck-moving:before {
  content: ""; }

.fa-truck-ramp:before {
  content: ""; }

.fa-tshirt:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-tv-retro:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-usd-circle:before {
  content: ""; }

.fa-usd-square:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-alt-slash:before {
  content: ""; }

.fa-user-astronaut:before {
  content: ""; }

.fa-user-check:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-clock:before {
  content: ""; }

.fa-user-cog:before {
  content: ""; }

.fa-user-edit:before {
  content: ""; }

.fa-user-friends:before {
  content: ""; }

.fa-user-graduate:before {
  content: ""; }

.fa-user-lock:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-minus:before {
  content: ""; }

.fa-user-ninja:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-user-shield:before {
  content: ""; }

.fa-user-slash:before {
  content: ""; }

.fa-user-tag:before {
  content: ""; }

.fa-user-tie:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-users:before {
  content: ""; }

.fa-users-cog:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-fork:before {
  content: ""; }

.fa-utensil-knife:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-utensils-alt:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-vial:before {
  content: ""; }

.fa-vials:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-video-plus:before {
  content: ""; }

.fa-video-slash:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-walking:before {
  content: ""; }

.fa-wallet:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-warehouse-alt:before {
  content: ""; }

.fa-watch:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whistle:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-window:before {
  content: ""; }

.fa-window-alt:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-wine-glass:before {
  content: ""; }

.fa-wolf-pack-battalion:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-x-ray:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../sass/lib/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../sass/lib/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../sass/lib/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../sass/lib/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../sass/lib/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../sass/lib/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../sass/lib/fontawesome/webfonts/fa-regular-400.eot");
  src: url("../sass/lib/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../sass/lib/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../sass/lib/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../sass/lib/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../sass/lib/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../sass/lib/fontawesome/webfonts/fa-light-300.eot");
  src: url("../sass/lib/fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../sass/lib/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("../sass/lib/fontawesome/webfonts/fa-light-300.woff") format("woff"), url("../sass/lib/fontawesome/webfonts/fa-light-300.ttf") format("truetype"), url("../sass/lib/fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg"); }
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../sass/lib/fontawesome/webfonts/fa-brands-400.eot");
  src: url("../sass/lib/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../sass/lib/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../sass/lib/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../sass/lib/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../sass/lib/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

:root {
  --container-edge-margin: calc( ( 100vw - var(--container-max-width ) ) * .5 );
  --primary: #2F8037;
  --primary-rgb: 47, 128, 55; }
  @media (min-width: 0px) {
    :root {
      --container-max-width: 100%; } }
  @media (min-width: 768px) {
    :root {
      --container-max-width: 720px; } }
  @media (min-width: 992px) {
    :root {
      --container-max-width: 960px; } }
  @media (min-width: 1200px) {
    :root {
      --container-max-width: 1140px; } }

html {
  max-width: 100%; }

body {
  font: 100 16px/1.5 "Work Sans", "Arial", sans-serif;
  color: #000;
  overflow-x: clip; }

html, body {
  /* For Safari iOS */
  -webkit-overflow-scrolling: touch; }

.text-primary {
  color: var(--primary) !important; }

h1, h2, h3, h4 {
  font: 900 32px/1.5 "freight-big-pro", "Times", serif;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 32px;
  position: relative; }

h3 {
  font-size: 24px; }

p {
  line-height: 1.75; }

li {
  line-height: 1.75; }

a {
  color: var(--primary); }

.bold {
  font-weight: bold; }

.container {
  margin-top: 70px;
  margin-bottom: 70px; }

section.cmy-0 .container {
  margin-top: 0;
  margin-bottom: 0; }

.btn, .gform_wrapper .gform_footer input[type=submit], #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button {
  cursor: pointer;
  border: 2px solid var(--primary);
  font-size: initial;
  font-weight: 500;
  transition: all 0.5s;
  color: #FFF;
  text-transform: uppercase;
  white-space: initial;
  cursor: pointer;
  padding: 12px 20px;
  background: var(--primary);
  border-radius: 32px; }
  .btn:hover, .gform_wrapper .gform_footer input[type=submit]:hover, #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link:hover, #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button:hover {
    color: #000;
    background: #fff; }
    .btn:hover a, .gform_wrapper .gform_footer input[type=submit]:hover a, #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link:hover a, #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button:hover a {
      color: #FFF !important; }
  .btn.btn-reverse, .gform_wrapper .gform_footer input.btn-reverse[type=submit], #ak-delivery-edit-cancel-holder .btn-reverse#ak-delivery-edit-cancel-link, #payment-info-section .woocommerce form#add_payment_method #payment input.btn-reverse.woocommerce-Button {
    background: var(--primary);
    color: #fff; }
    .btn.btn-reverse:hover, .gform_wrapper .gform_footer input.btn-reverse[type=submit]:hover, #ak-delivery-edit-cancel-holder .btn-reverse#ak-delivery-edit-cancel-link:hover, #payment-info-section .woocommerce form#add_payment_method #payment input.btn-reverse.woocommerce-Button:hover {
      background: #fff;
      color: #000; }
  .btn.btn-cancel, .gform_wrapper .gform_footer input.btn-cancel[type=submit], #ak-delivery-edit-cancel-holder .btn-cancel#ak-delivery-edit-cancel-link, #payment-info-section .woocommerce form#add_payment_method #payment input.btn-cancel.woocommerce-Button {
    border: 2px solid indianred;
    background-color: white;
    color: #5d5d5d; }
    .btn.btn-cancel:hover, .gform_wrapper .gform_footer input.btn-cancel[type=submit]:hover, #ak-delivery-edit-cancel-holder .btn-cancel#ak-delivery-edit-cancel-link:hover, #payment-info-section .woocommerce form#add_payment_method #payment input.btn-cancel.woocommerce-Button:hover {
      background: indianred;
      color: white; }
  .btn.btn-edit, .gform_wrapper .gform_footer input.btn-edit[type=submit], #ak-delivery-edit-cancel-holder .btn-edit#ak-delivery-edit-cancel-link, #payment-info-section .woocommerce form#add_payment_method #payment input.btn-edit.woocommerce-Button {
    background-color: white;
    border-color: #FFBF00;
    color: black; }
    .btn.btn-edit:hover, .gform_wrapper .gform_footer input.btn-edit[type=submit]:hover, #ak-delivery-edit-cancel-holder .btn-edit#ak-delivery-edit-cancel-link:hover, #payment-info-section .woocommerce form#add_payment_method #payment input.btn-edit.woocommerce-Button:hover {
      background-color: #FFBF00;
      color: white; }

ul.menu {
  margin: 0;
  padding: 0; }
  ul.menu li {
    display: inline-block; }
    ul.menu li.current-menu-item a {
      color: var(--primary); }

sup.trade {
  font-size: 100%;
  top: 0;
  left: -0.1em; }

.tooltip {
  font-size: 13px; }

.overflow-auto {
  overflow: auto; }

.woocommerce-column[class^=col-1], .woocommerce-column[class*=col-1], .woocommerce-column[class^=col-2], .woocommerce-column[class*=col-2] {
  display: block;
  max-width: initial;
  padding-left: 0;
  padding-right: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.bg-gray {
  background-color: #F7F7F8;
  padding: 70px 0; }

.cover-img {
  position: relative; }
  .cover-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0; }

.wysiwyg-content > :first-child {
  margin-top: 0; }
.wysiwyg-content > :last-child {
  margin-bottom: 0; }

.gform_wrapper {
  font-size: 14px; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding-right: 0 !important; }
  .gform_wrapper .gform_body .top_label .gfield_label {
    display: none; }
  .gform_wrapper .gform_body select,
  .gform_wrapper .gform_body textarea,
  .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    color: #5d5d5d; }
    .gform_wrapper .gform_body select:not(textarea),
    .gform_wrapper .gform_body textarea:not(textarea),
    .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(textarea) {
      line-height: 1; }
  .gform_wrapper .gform_body .ginput_container_time > *:not(input):not(select) {
    display: none !important; }
  .gform_wrapper .gform_body .ginput_container_time, .gform_wrapper .gform_body .ginput_container_time.gfield_time_ampm select {
    max-width: 100% !important;
    line-height: 1; }
  .gform_wrapper .gform_footer {
    margin-top: 0 !important; }
    @media (max-width: 767px) {
      .gform_wrapper .gform_footer input[type=submit] {
        width: 100% !important;
        margin: 0 0 15px !important; } }

.ui-datepicker-calendar td .ui-state-active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: white;
  box-sizing: content-box; }

header {
  padding: 5px 0;
  font-weight: 400; }
  header .container-fluid {
    width: 95%; }
  header img.logo {
    width: 250px; }
  header ul#menu-header-menu {
    margin-left: auto; }
    header ul#menu-header-menu li {
      padding: 0 10px; }
      header ul#menu-header-menu li a {
        text-transform: uppercase;
        color: #000; }
        header ul#menu-header-menu li a:hover {
          color: var(--primary);
          text-decoration: none; }
      @media only screen and (min-width: 992px) {
        header ul#menu-header-menu li.account {
          border-left: 1px solid #000; } }
      @media only screen and (min-width: 992px) {
        header ul#menu-header-menu li.account a {
          font-size: 14px;
          text-transform: none;
          color: #5d5d5d; } }
      header ul#menu-header-menu li.account a .fas {
        display: inline-block;
        vertical-align: middle;
        font-size: 35px; }
      header ul#menu-header-menu li.account a:hover {
        color: var(--primary); }
      @media only screen and (max-width: 1080px) {
        header ul#menu-header-menu li.account a span.welcome-msg {
          display: none; } }
      @media only screen and (max-width: 991px) {
        header ul#menu-header-menu li.account a .fas {
          display: none; } }
      header ul#menu-header-menu li.start-plan {
        transition: all 0.5s; }
        header ul#menu-header-menu li.start-plan a {
          background-color: var(--primary);
          text-decoration: none; }
          @media (min-width: 992px) {
            header ul#menu-header-menu li.start-plan a {
              border: 2px solid var(--primary);
              font-size: initial;
              font-weight: 500;
              transition: all 0.5s;
              color: white;
              text-transform: uppercase;
              white-space: initial;
              cursor: pointer;
              padding: 12px 20px;
              border-radius: 32px; } }
          header ul#menu-header-menu li.start-plan a:hover {
            text-decoration: none;
            background-color: initial;
            color: #000; }
  @media (max-width: 991px) {
    header button.navbar-toggler i.fa.fa-bars {
      color: #FFF;
      background: var(--primary);
      padding: 15px; }
    header nav.navbar .navbar-collapse {
      background: #FFF;
      position: fixed;
      right: -300px;
      top: 0;
      height: 100%;
      width: 300px;
      color: #FFF;
      transition: right 0.5s;
      z-index: 99; }
      header nav.navbar .navbar-collapse.show {
        right: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
      header nav.navbar .navbar-collapse .mobile-close {
        position: absolute;
        left: -44px;
        background: var(--primary);
        width: 44px;
        height: 45px;
        text-align: center;
        font-size: 22px;
        cursor: pointer; }
        header nav.navbar .navbar-collapse .mobile-close i.fa {
          padding-top: 10px; }
      header nav.navbar .navbar-collapse ul#menu-header-menu li {
        display: block;
        padding: 0; }
        header nav.navbar .navbar-collapse ul#menu-header-menu li a {
          background: #FFF;
          display: block;
          width: 100%;
          padding: 10px 20px;
          border-bottom: 1px solid var(--primary); }
        header nav.navbar .navbar-collapse ul#menu-header-menu li#menu-item-75 {
          border: 0;
          padding: 0; }
          header nav.navbar .navbar-collapse ul#menu-header-menu li#menu-item-75 a:hover {
            color: var(--primary);
            text-decoration: underline; } }

footer {
  text-align: center; }
  footer p {
    padding: 9px 0 0 0;
    color: #8E9090; }
  footer ul.menu {
    border-top: 1px solid #8E9090;
    border-bottom: 1px solid #8E9090;
    padding: 12px 0; }
    footer ul.menu li a {
      text-transform: uppercase;
      padding: 0 15px;
      color: #000; }
      footer ul.menu li a:hover {
        color: var(--primary);
        text-decoration: none; }
    footer ul.menu li.btn, footer ul.menu #ak-delivery-edit-cancel-holder li#ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder footer ul.menu li#ak-delivery-edit-cancel-link {
      padding: 12px 20px;
      border-radius: 32px; }
      footer ul.menu li.btn a, footer ul.menu #ak-delivery-edit-cancel-holder li#ak-delivery-edit-cancel-link a, #ak-delivery-edit-cancel-holder footer ul.menu li#ak-delivery-edit-cancel-link a {
        font-size: 15px; }
        footer ul.menu li.btn a:hover, footer ul.menu #ak-delivery-edit-cancel-holder li#ak-delivery-edit-cancel-link a:hover, #ak-delivery-edit-cancel-holder footer ul.menu li#ak-delivery-edit-cancel-link a:hover {
          color: #fff;
          text-decoration: none; }

section#splash {
  min-height: 450px;
  color: #FFF;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column nowrap;
  padding: 4.75% 2.5%;
  text-align: center;
  justify-content: center; }
  section#splash > img, section#splash:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  section#splash > img {
    object-fit: cover;
    z-index: 0; }
  section#splash.has-overlay:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  section#splash .container-fluid {
    position: relative;
    z-index: 2; }
  section#splash h1 {
    line-height: 60px; }
  section#splash p {
    padding-top: 15px;
    font-weight: 500;
    font-size: 20px;
    max-width: 800px;
    display: inline-block;
    margin-bottom: 0; }
  section#splash .align-items-center p {
    max-width: initial; }

.page-template-about section#splash,
.page-template-ak-life section#splash,
.page-template-ak-points section#splash,
.page-template-delivery-zones section#splash,
.page-template-faq section#splash,
.page-template-gift section#splash,
.page-template-how-it-works section#splash,
.page-template-in-store section#splash,
.page-template-our-plans section#splash,
.page-template-packaging section#splash {
  text-align: left;
  justify-content: flex-start; }

section#main-section {
  position: relative; }
  @media (min-width: 992px) {
    section#main-section {
      padding-right: 25%; }
      #splash + section#main-section #sticky {
        top: -350px;
        margin-top: 40px; } }
  @media (min-width: 1400px) {
    section#main-section {
      padding-right: 350px; } }

aside#sticky {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 25%;
  height: 100%;
  z-index: 10; }
  aside#sticky .sticky-content {
    position: sticky;
    position: -webkit-sticky;
    top: 25px;
    background: #FFF;
    padding: 10px 16px;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.2);
    font-size: 14px; }
    aside#sticky .sticky-content h3 {
      color: var(--primary);
      margin: 0; }
    aside#sticky .sticky-content p {
      line-height: 24px;
      font-size: 13px;
      margin-bottom: 1rem; }
    aside#sticky .sticky-content ul {
      border-bottom: 1px solid #c9c9c9;
      padding: 10px 0 20px 0;
      margin: 10px 0 20px 0;
      overflow: auto; }
      aside#sticky .sticky-content ul li {
        font-weight: 500;
        position: relative;
        margin: 5px 0; }
        @media (min-width: 1200px) {
          aside#sticky .sticky-content ul li {
            display: inline-block;
            float: left;
            width: 50%; } }
        aside#sticky .sticky-content ul li i {
          color: var(--primary); }
    aside#sticky .sticky-content .button-row {
      width: 100%;
      text-align: center; }

@media (max-width: 991.98px) {
  aside#sticky {
    position: fixed;
    z-index: 10;
    top: initial !important;
    bottom: 0;
    right: 0;
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block; }
    aside#sticky .sticky-content {
      position: relative;
      top: initial;
      background: none;
      box-shadow: none;
      padding: 0; }
      aside#sticky .sticky-content .button-row {
        padding: 0 !important;
        margin: 0 25px 15px 0; }
        aside#sticky .sticky-content .button-row .btn, aside#sticky .sticky-content .button-row .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer aside#sticky .sticky-content .button-row input[type=submit], aside#sticky .sticky-content .button-row #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder aside#sticky .sticky-content .button-row #ak-delivery-edit-cancel-link, aside#sticky .sticky-content .button-row #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment aside#sticky .sticky-content .button-row input.woocommerce-Button {
          background: var(--primary);
          color: white;
          box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.2); }
          aside#sticky .sticky-content .button-row .btn:hover, aside#sticky .sticky-content .button-row .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer aside#sticky .sticky-content .button-row input[type=submit]:hover, aside#sticky .sticky-content .button-row #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link:hover, #ak-delivery-edit-cancel-holder aside#sticky .sticky-content .button-row #ak-delivery-edit-cancel-link:hover, aside#sticky .sticky-content .button-row #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button:hover, #payment-info-section .woocommerce form#add_payment_method #payment aside#sticky .sticky-content .button-row input.woocommerce-Button:hover {
            color: #000;
            background: white; }
      aside#sticky .sticky-content .desktop-only {
        display: none; } }
.page-title-banner {
  padding-top: 25px; }
  .page-title-banner > .container {
    margin-top: 0;
    margin-bottom: 0; }
  .page-title-banner h1 {
    text-align: center; }
    @media (max-width: 575px) {
      .page-title-banner h1 {
        font-size: 45px;
        margin-bottom: 5px; } }
  .page-title-banner .banner-icon-wrap {
    margin: 0 auto;
    width: 150px;
    max-width: 100%;
    position: relative;
    text-align: center; }
    .page-title-banner .banner-icon-wrap > div {
      background-color: white;
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      .page-title-banner .banner-icon-wrap > div img {
        max-height: 40px;
        max-width: 40px; }
    .page-title-banner .banner-icon-wrap:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: var(--primary);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
  .page-title-banner.left-title h1 {
    text-align: left; }
  .page-title-banner.left-title .banner-icon-wrap {
    text-align: left;
    margin: 0; }

.modal {
  -webkit-overflow-scrolling: touch; }
  .modal .modal-dialog {
    max-width: 80%; }
    @media only screen and (max-width: 768px) {
      .modal .modal-dialog {
        max-width: 100%; } }
    .modal .modal-dialog .modal-header {
      border-bottom: none; }
      .modal .modal-dialog .modal-header h5 {
        font: 900 32px/1.5 "freight-big-pro", "Times", serif;
        margin: 0;
        padding: 0;
        font-size: 32px;
        color: #000;
        margin: 0 auto; }
    .modal .modal-dialog button.close {
      cursor: pointer;
      position: absolute;
      right: 8px;
      top: 0;
      z-index: 10; }
      .modal .modal-dialog button.close span {
        font-size: 42px;
        font-weight: lighter;
        color: black !important; }
    .modal .modal-dialog .modal-body {
      padding: 40px; }
    .modal .modal-dialog .modal-footer {
      background-color: #333333; }

#cc-modal .modal-dialog {
  width: 70%;
  text-align: center;
  vertical-align: middle; }
  @media (max-width: 1200px) {
    #cc-modal .modal-dialog {
      width: 90%; } }
#cc-modal .frequency-group #cc-delivery-frequency + .select2-container {
  width: 400px !important;
  text-align: left; }
  #cc-modal .frequency-group #cc-delivery-frequency + .select2-container .select2-selection__rendered {
    color: black !important; }
#cc-modal .frequency-group .invalid-feedback {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none; }
#cc-modal .frequency-group.has-error #cc-delivery-frequency + .select2-container .select2-selection {
  border-color: red !important; }
#cc-modal .frequency-group.has-error .invalid-feedback {
  display: block; }
#cc-modal .modal-footer {
  background-color: white;
  border-top: none;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #cc-modal .modal-footer {
      flex-direction: column; } }
  #cc-modal .modal-footer button {
    margin-right: 20px;
    padding: 10px 40px; }
  @media only screen and (max-width: 576px) {
    #cc-modal .modal-footer button:not(:last-child) {
      margin-bottom: 0.5rem; } }
#cc-modal .modal-body,
#cc-modal .modal-footer {
  padding-top: 0; }
#cc-modal .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  max-width: 1170px;
  --cc-modal-padding-x: 0;
  padding: 0 0; }
  @media only screen and (min-width: 576px) {
    #cc-modal .modal-content {
      padding: 0 5%; } }
  #cc-modal .modal-content .modal-body > :last-child {
    margin-bottom: 0; }
  #cc-modal .modal-content h2 {
    color: #2F8037;
    font-family: "Work Sans", "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 30px; }
  #cc-modal .modal-content #cc-preview {
    margin-top: 40px; }
    #cc-modal .modal-content #cc-preview .row {
      text-align: left;
      margin-top: -30px; }
      #cc-modal .modal-content #cc-preview .row > * {
        margin-top: 30px; }
      #cc-modal .modal-content #cc-preview .row h3 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        border-bottom: 2px solid black;
        padding-bottom: 5px;
        margin-bottom: 15px;
        font-family: "Work Sans", "Arial", sans-serif; }
      #cc-modal .modal-content #cc-preview .row p {
        font-weight: 400;
        margin-bottom: 0px; }
    #cc-modal .modal-content #cc-preview:not(:last-child) {
      margin-bottom: 60px; }

.green-check {
  color: var(--primary);
  display: block !important;
  padding-top: 30px;
  padding-bottom: 20px; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle; }

.simple_calendar .sc_header {
  background-color: var(--primary);
  color: #fff; }
  .simple_calendar .sc_header .sc_current_month {
    font-weight: bold; }
.simple_calendar .sc_table .sc_available {
  background-color: #444444;
  color: #fff; }
.simple_calendar .sc_table .sc_selected {
  background-color: var(--primary); }
.simple_calendar .sc_table .sc_unavailable {
  background: indianred;
  color: #fff; }
  .simple_calendar .sc_table .sc_unavailable div {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .simple_calendar .sc_table .sc_unavailable div {
        margin-top: 100%; } }
    @supports (-ms-ime-align: auto) {
      .simple_calendar .sc_table .sc_unavailable div {
        margin-top: 100%; } }
    .simple_calendar .sc_table .sc_unavailable div:after {
      content: '\f12a';
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      display: block;
      font-size: 28px;
      color: #fff;
      z-index: 10;
      margin: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0px; }
@media only screen and (max-width: 600px) {
  .simple_calendar .sc_table .sc_unavailable:after {
    font-size: 16px; } }
.simple_calendar .sc_table .sc_hasDelivery div:before {
  content: "\f00c";
  color: var(--primary);
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 16px;
  font-weight: 900;
  z-index: 10;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25%; }
.simple_calendar .sc_table .sc_hasDelivery.sc_available div:before {
  color: white; }

.ak-load-screen {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6); }
  .ak-load-screen .fa {
    position: fixed;
    left: -moz-calc(50% - 50px );
    left: -webkit-calc(50% - 50px );
    left: calc(50% - 50px );
    top: -moz-calc(50% - 50px );
    top: -webkit-calc(50% - 50px );
    top: calc(50% - 50px );
    font-size: 100px;
    color: white; }

.slow-spin {
  width: 200px;
  -webkit-animation: fa-spin 3s infinite linear;
  animation: fa-spin 3s infinite linear; }

.woocommerce a.button, .woocommerce input.button, .woocommerce button.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.25;
  transition: all .15s ease-in-out;
  cursor: pointer;
  border: 2px solid var(--primary);
  font-size: initial;
  font-weight: 500;
  transition: all 0.5s;
  color: #000;
  text-transform: uppercase;
  white-space: initial;
  padding: 12px 20px;
  border-radius: 32px;
  background: #fff;
  margin: 3px 0; }
  .woocommerce a.button:hover, .woocommerce input.button:hover, .woocommerce button.button:hover {
    background: var(--primary);
    color: #FFF; }

.woocommerce input#place_order, .woocommerce .print-invoice-button a.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.25;
  transition: all .15s ease-in-out;
  cursor: pointer;
  border: 2px solid var(--primary);
  font-size: initial;
  font-weight: 500;
  transition: all 0.5s;
  color: white;
  text-transform: uppercase;
  white-space: initial;
  padding: 12px 20px;
  background: var(--primary);
  border-radius: 32px;
  margin: 3px 0; }
  .woocommerce input#place_order:hover, .woocommerce .print-invoice-button a.button:hover {
    background: white;
    color: black; }

table.wc-moneris-my-payment-methods .button {
  font-size: 12px;
  padding: 8px 12px; }
  table.wc-moneris-my-payment-methods .button.delete-payment-method {
    border: 2px solid indianred;
    background-color: white;
    color: #5d5d5d; }
    table.wc-moneris-my-payment-methods .button.delete-payment-method:hover {
      color: white;
      background: indianred; }

.print-invoice-button {
  position: absolute;
  right: 0; }

#export-invoice-download {
  display: none; }

.print-invoice-logo {
  width: 250px;
  float: right; }

.sv-wc-payment-gateway-payment-method-actions a.make-payment-method-default {
  color: #FFF;
  background: var(--primary); }
  .sv-wc-payment-gateway-payment-method-actions a.make-payment-method-default:hover {
    color: #000;
    background: #fff; }

.print-invoice h2 {
  font: 900 32px/1.5 "freight-big-pro", "Times", serif;
  margin: 0;
  padding: 0;
  font-size: 32px;
  position: relative; }
.print-invoice .woocommerce-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }
  .print-invoice .woocommerce-table thead tr {
    margin-top: 10px;
    margin-bottom: 10px; }
    .print-invoice .woocommerce-table thead tr th.product-name, .print-invoice .woocommerce-table thead tr th.product-total {
      font-weight: bold;
      padding: 9px 12px;
      text-align: left; }
  .print-invoice .woocommerce-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    list-style-type: none; }
    .print-invoice .woocommerce-table tbody tr {
      display: table-row;
      vertical-align: inherit;
      border-color: inherit;
      list-style-type: none; }
      .print-invoice .woocommerce-table tbody tr td {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 6px 12px;
        vertical-align: middle;
        list-style: none outside;
        display: table-cell; }
        .print-invoice .woocommerce-table tbody tr td p {
          padding-left: 100px;
          margin-left: 100px;
          position: relative;
          left: 100px; }
        .print-invoice .woocommerce-table tbody tr td strong {
          padding-left: 100px;
          margin-left: 100px;
          position: relative;
          left: 100px; }
  .print-invoice .woocommerce-table tfoot {
    margin-bottom: 0; }
    .print-invoice .woocommerce-table tfoot tr th {
      font-weight: 400;
      text-align: left;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 9px 12px; }
    .print-invoice .woocommerce-table tfoot tr td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 6px 12px;
      vertical-align: middle;
      margin-bottom: 0; }
      .print-invoice .woocommerce-table tfoot tr td small {
        font-weight: 400;
        font-size: 80%;
        margin-bottom: 0; }

#payment .form-row {
  display: block; }

.modal .modal-dialog .modal-content #redeem-title {
  display: inline;
  text-align: center; }

.modal .modal-dialog .modal-content #redeem-title h3 {
  color: black;
  display: inline;
  margin: 0 auto; }

.modal .modal-dialog .modal-content #redeem-title h3 a {
  color: black; }

.modal .modal-dialog .modal-content #redeem-body {
  margin: auto; }

.modal .modal-dialog .modal-content .modal-body #redeem-row {
  margin: auto; }

.modal .modal-dialog .modal-content .modal-body #redeem-row-section {
  color: black;
  margin: 0 auto;
  margin-right: 0;
  max-width: 100%;
  font-size: 14px; }
  .modal .modal-dialog .modal-content .modal-body #redeem-row-section span {
    width: max-content;
    display: inline-flex; }
  .modal .modal-dialog .modal-content .modal-body #redeem-row-section .required {
    color: red;
    font-weight: 700;
    border: 0; }

.modal .modal-dialog .modal-content .modal-body #redeem-row-section #points {
  display: block;
  line-height: 1;
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  color: #5d5d5d; }

.modal .modal-dialog .modal-content .modal-body #redeem-row-section #deduction,
.modal .modal-dialog .modal-content .modal-body #redeem-row-section #newTotal {
  display: block;
  background-color: #CCC;
  line-height: 1;
  border: 1px solid #dbdbdb;
  padding: 10px 15px; }

.modal .modal-dialog .modal-content .modal-footer #button-redeem-points.btn, .modal .modal-dialog .modal-content .modal-footer .gform_wrapper .gform_footer input#button-redeem-points[type=submit], .gform_wrapper .gform_footer .modal .modal-dialog .modal-content .modal-footer input#button-redeem-points[type=submit], .modal .modal-dialog .modal-content .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input#button-redeem-points.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment .modal .modal-dialog .modal-content .modal-footer input#button-redeem-points.woocommerce-Button {
  position: relative;
  margin: 0;
  top: 20px; }
  .modal .modal-dialog .modal-content .modal-footer #button-redeem-points.btn:hover, .modal .modal-dialog .modal-content .modal-footer .gform_wrapper .gform_footer input#button-redeem-points[type=submit]:hover, .gform_wrapper .gform_footer .modal .modal-dialog .modal-content .modal-footer input#button-redeem-points[type=submit]:hover, .modal .modal-dialog .modal-content .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input#button-redeem-points.woocommerce-Button:hover, #payment-info-section .woocommerce form#add_payment_method #payment .modal .modal-dialog .modal-content .modal-footer input#button-redeem-points.woocommerce-Button:hover {
    cursor: pointer;
    border-color: var(--primary); }

#ak-delivery-edit-cancel-holder {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999; }
  #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link {
    display: inline-block;
    color: #fff;
    background-color: indianred;
    border: 1px solid indianred; }
    #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link:hover {
      background: #fff;
      color: indianred;
      text-decoration: none; }

#multiple-deliveries-warning-modal {
  width: '50vw';
  margin: 0 auto; }

.modal .modal-dialog .modal-content #multiple-deliveries-header.modal-content {
  display: inline;
  text-align: center; }

.modal .modal-dialog .modal-content #multiple-deliveries-header.modal-content #multiple-deliveries-body.modal-body {
  text-align: center; }

.modal .modal-dialog .modal-content .modal-footer #button-continue-on-checkout.btn, .modal .modal-dialog .modal-content .modal-footer .gform_wrapper .gform_footer input#button-continue-on-checkout[type=submit], .gform_wrapper .gform_footer .modal .modal-dialog .modal-content .modal-footer input#button-continue-on-checkout[type=submit], .modal .modal-dialog .modal-content .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input#button-continue-on-checkout.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment .modal .modal-dialog .modal-content .modal-footer input#button-continue-on-checkout.woocommerce-Button {
  margin: 0; }
  .modal .modal-dialog .modal-content .modal-footer #button-continue-on-checkout.btn:hover, .modal .modal-dialog .modal-content .modal-footer .gform_wrapper .gform_footer input#button-continue-on-checkout[type=submit]:hover, .gform_wrapper .gform_footer .modal .modal-dialog .modal-content .modal-footer input#button-continue-on-checkout[type=submit]:hover, .modal .modal-dialog .modal-content .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input#button-continue-on-checkout.woocommerce-Button:hover, #payment-info-section .woocommerce form#add_payment_method #payment .modal .modal-dialog .modal-content .modal-footer input#button-continue-on-checkout.woocommerce-Button:hover {
    cursor: pointer;
    border-color: var(--primary); }

.woocommerce nav.woocommerce-pagination {
  font-size: 16px;
  text-align: left; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    margin: -3px;
    border: 0; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers:before, .woocommerce nav.woocommerce-pagination ul.page-numbers:after {
      display: none; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers li {
      padding: 0 3px;
      border: 0; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.dots),
      .woocommerce nav.woocommerce-pagination ul.page-numbers li span:not(.dots) {
        min-width: 2em;
        min-height: 2em;
        padding: 0 0.5em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-width: 1px;
        border-style: solid;
        transition: all 0.3s ease; }
        .woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.dots).next, .woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.dots).prev,
        .woocommerce nav.woocommerce-pagination ul.page-numbers li span:not(.dots).next,
        .woocommerce nav.woocommerce-pagination ul.page-numbers li span:not(.dots).prev {
          padding: 0 0.75em; }
        .woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.dots).current,
        .woocommerce nav.woocommerce-pagination ul.page-numbers li span:not(.dots).current {
          border-color: #5d5d5d;
          color: #5d5d5d;
          background-color: transparent; }
        .woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.dots):not(.current),
        .woocommerce nav.woocommerce-pagination ul.page-numbers li span:not(.dots):not(.current) {
          border-color: var(--primary);
          background-color: var(--primary);
          color: white; }
          .woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.dots):not(.current):hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a:not(.dots):not(.current):focus,
          .woocommerce nav.woocommerce-pagination ul.page-numbers li span:not(.dots):not(.current):hover,
          .woocommerce nav.woocommerce-pagination ul.page-numbers li span:not(.dots):not(.current):focus {
            background-color: transparent;
            color: var(--primary); }

.pagination {
  --gutter-x: 20px;
  --gutter-y: 15px;
  margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #5d5d5d;
  font-weight: 300; }
  .pagination > * {
    margin: var(--gutter-y) calc( var( --gutter-x ) * .5 ); }
  .pagination a:not(:hover):not(:focus),
  .pagination .dots {
    color: inherit; }
  .pagination .current {
    color: var(--primary);
    font-weight: 500; }
  .pagination .next,
  .pagination .prev {
    font-size: 75%; }

dl.hours {
  font-size: 14px; }
  dl.hours img {
    height: 1.2em;
    position: absolute;
    top: 50%;
    left: -25px;
    max-width: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  dl.hours dt {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px; }
    dl.hours dt:not(:first-child) {
      margin-top: 1em; }
  dl.hours dd {
    color: #5d5d5d;
    font-size: 14px; }

.holiday-hours p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #5d5d5d; }
.holiday-hours .title, .holiday-hours strong {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 24px;
  color: #000; }
.holiday-hours .title:after {
  content: '';
  margin-top: 12px;
  height: 1px;
  display: block;
  width: 100%;
  background-color: #dbdbdb; }

#wc-notice-section .woocommerce-message {
  margin-bottom: 0; }

.btn-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: var(--jc, start);
  gap: var(--gap, 0.5rem);
  margin-top: var(--mt, 0); }

.underlined-hgroup h2 {
  padding-bottom: 15px; }
  .underlined-hgroup h2:after {
    content: "";
    width: 70px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px; }
  .underlined-hgroup h2:not(:last-child) {
    margin-bottom: 1.25rem; }

section.bullet-columns {
  --gutter-x: 30px;
  --gutter-y: 50px;
  --xs-cols: var( --cols-xs, 1 );
  --sm-cols: var( --cols-sm, var( --xs-cols ) );
  --md-cols: var( --cols-md, var( --sm-cols ) );
  --lg-cols: var( --cols-lg, var( --md-cols ) );
  --xl-cols: var( --cols-xl, var( --lg-cols ) );
  --current-cols: var( --xs-cols );
  text-align: center; }
  @media (min-width: 992px) {
    section.bullet-columns {
      --gutter-y: 30px; } }
  @media (min-width: 576px) {
    section.bullet-columns {
      --current-cols: var( --sm-cols ); } }
  @media (min-width: 768px) {
    section.bullet-columns {
      --current-cols: var( --md-cols ); } }
  @media (min-width: 992px) {
    section.bullet-columns {
      --current-cols: var( --lg-cols ); } }
  @media (min-width: 1200px) {
    section.bullet-columns {
      --current-cols: var( --xl-cols ); } }
  section.bullet-columns .bullets:not(:first-child) {
    margin-top: 40px; }
  section.bullet-columns .bullets > .row {
    justify-content: center;
    margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
  section.bullet-columns .bullet-col {
    margin: var(--gutter-y) 0 0;
    padding: 0 calc( var( --gutter-x ) * .5 );
    flex: 0 0 auto;
    width: calc( 100% / var( --current-cols ) ); }
  section.bullet-columns h3 {
    padding: 10px; }
  section.bullet-columns img {
    max-height: 70px;
    width: auto;
    margin: 0 auto; }
  section.bullet-columns .wysiwyg-content {
    padding: 0 20px; }
  section.bullet-columns .btn, section.bullet-columns .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer section.bullet-columns input[type=submit], section.bullet-columns #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder section.bullet-columns #ak-delivery-edit-cancel-link, section.bullet-columns #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment section.bullet-columns input.woocommerce-Button {
    margin-top: calc( var( --gutter-y ) + 20px ); }

section.image_and_content .row {
  --gutter-x: 30px;
  --gutter-y: 20px;
  margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
  section.image_and_content .row > * {
    margin: var(--gutter-y) 0 0;
    padding: 0 calc( var( --gutter-x ) * .5 ); }
section.image_and_content .logo {
  margin-bottom: 1rem; }
section.image_and_content .wysiwyg-content {
  margin-top: 4px; }
section.image_and_content .btn, section.image_and_content .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer section.image_and_content input[type=submit], section.image_and_content #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder section.image_and_content #ak-delivery-edit-cancel-link, section.image_and_content #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment section.image_and_content input.woocommerce-Button {
  margin-top: 26px; }
section.image_and_content img {
  height: auto; }

section.image-and-form .img-col img {
  width: 100%;
  height: auto; }
section.image-and-form .main-row {
  --gutter-x: 40px;
  --gutter-y: 20px;
  margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
  section.image-and-form .main-row > * {
    margin: var(--gutter-y) 0 0;
    padding: 0 calc( var( --gutter-x ) * .5 ); }

section.cta-banner {
  --bgc: var( --bg-color, var( --primary ) );
  --fgc: var( --fg-color, white );
  background-color: var(--bgc);
  color: var(--fgc);
  padding: 30px 0 40px;
  font-weight: bold;
  position: relative;
  z-index: 0; }
  section.cta-banner .container {
    margin: 0 auto; }
  section.cta-banner h2 {
    color: inherit;
    font-size: 40px;
    line-height: 1.3; }
    @media (min-width: 992px) {
      section.cta-banner h2 {
        font-size: 60px; } }
  section.cta-banner .btn, section.cta-banner .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer section.cta-banner input[type=submit], section.cta-banner #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder section.cta-banner #ak-delivery-edit-cancel-link, section.cta-banner #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment section.cta-banner input.woocommerce-Button {
    margin-top: 12px;
    background-color: var(--fgc);
    border-color: var(--fgc);
    color: var(--bgc); }
    section.cta-banner .btn:hover, section.cta-banner .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer section.cta-banner input[type=submit]:hover, section.cta-banner #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link:hover, #ak-delivery-edit-cancel-holder section.cta-banner #ak-delivery-edit-cancel-link:hover, section.cta-banner #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button:hover, #payment-info-section .woocommerce form#add_payment_method #payment section.cta-banner input.woocommerce-Button:hover, section.cta-banner .btn:focus, section.cta-banner .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_footer section.cta-banner input[type=submit]:focus, section.cta-banner #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link:focus, #ak-delivery-edit-cancel-holder section.cta-banner #ak-delivery-edit-cancel-link:focus, section.cta-banner #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button:focus, #payment-info-section .woocommerce form#add_payment_method #payment section.cta-banner input.woocommerce-Button:focus {
      color: var(--fgc);
      background-color: var(--bgc); }
  section.cta-banner:before {
    content: '';
    background-color: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100vw;
    left: calc( ( var( --container-edge-margin ) + 15px ) * -1 ); }

section.merchants-archive .main-row,
section.merchants-archive .merchant-inner,
section.merchants-archive .merchant-inner .row {
  margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
  section.merchants-archive .main-row > *,
  section.merchants-archive .merchant-inner > *,
  section.merchants-archive .merchant-inner .row > * {
    margin: var(--gutter-y) 0 0;
    padding: 0 calc( var( --gutter-x ) * .5 ); }
section.merchants-archive .main-row {
  --gutter-x: 40px;
  --gutter-y: 40px; }
section.merchants-archive article {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 30px;
  background-color: whitesmoke; }
  section.merchants-archive article .merchant-inner {
    --gutter-x: 30px;
    --gutter-y: 30px;
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1; }
  section.merchants-archive article .heading .row {
    --gutter-x: 30px;
    --gutter-y: 10px; }
section.merchants-archive .addr-logo,
section.merchants-archive .img-sliders {
  margin-top: var(--gutter-y); }
section.merchants-archive .merchant-bottom {
  margin-top: auto; }
section.merchants-archive .addr-logo img {
  width: 100%;
  height: auto; }
section.merchants-archive .address {
  align-self: center; }
  section.merchants-archive .address h3 {
    font-size: inherit;
    font-family: inherit;
    font-weight: 600; }
  section.merchants-archive .address a {
    text-decoration: underline;
    color: inherit; }
    section.merchants-archive .address a:hover, section.merchants-archive .address a:focus {
      color: var(--primary); }
section.merchants-archive .img-sliders .large {
  margin: 0; }
  section.merchants-archive .img-sliders .large img {
    width: 100%;
    height: auto;
    aspect-ratio: 490 / 368;
    object-fit: contain;
    object-position: center; }
section.merchants-archive .img-sliders .small {
  margin: 11px 0 0;
  aspect-ratio: 490 / 95;
  overflow-x: clip; }
  section.merchants-archive .img-sliders .small,
  section.merchants-archive .img-sliders .small .slick-list,
  section.merchants-archive .img-sliders .small .slick-track {
    display: flex; }
  section.merchants-archive .img-sliders .small .slick-list {
    margin: 0 -5.5px; }
  section.merchants-archive .img-sliders .small .slick-slide {
    padding: 0 5.5px; }
  section.merchants-archive .img-sliders .small img {
    cursor: pointer;
    max-width: initial; }
section.merchants-archive .img-sliders img {
  display: block;
  height: 100%;
  width: auto; }
section.merchants-archive .img-sliders .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0; }
section.merchants-archive .img-sliders .slick-dots {
  position: relative;
  bottom: initial;
  display: flex; }
  section.merchants-archive .img-sliders .slick-dots li {
    margin: 0; }
section.merchants-archive .img-sliders .prev-btn,
section.merchants-archive .img-sliders .next-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: inherit;
  font-size: inherit;
  padding: 0; }
  section.merchants-archive .img-sliders .prev-btn:not(:hover):not(:focus) .icon,
  section.merchants-archive .img-sliders .next-btn:not(:hover):not(:focus) .icon {
    opacity: .25; }
  section.merchants-archive .img-sliders .prev-btn.slick-disabled .icon,
  section.merchants-archive .img-sliders .next-btn.slick-disabled .icon {
    opacity: .12 !important; }
section.merchants-archive .img-sliders .prev-btn .icon,
section.merchants-archive .img-sliders .next-btn .icon,
section.merchants-archive .img-sliders .slick-dots button:before {
  transition: opacity .3s ease; }
section.merchants-archive .load-more {
  display: block;
  margin: 50px auto 0; }

section.cta-card {
  --cpy: 50px;
  --cpx: 60px;
  --cbr: 71px;
  text-align: center; }
  section.cta-card .container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 40px; }
  section.cta-card .hgroup,
  section.cta-card .card {
    max-width: 879px; }
  section.cta-card .card {
    padding: var(--cpy) var(--cpx);
    border-radius: var(--cbr);
    border: 0;
    box-shadow: 0 3px 6px var(--primary); }
  section.cta-card .btn-links {
    --jc: center;
    --mt: 27px; }
  @media (min-width: 1200px) {
    section.cta-card {
      --cpy: 50px;
      --cpx: 60px;
      --cbr: 71px; } }

section.menu-section {
  --cg: 26px;
  --rg: 17px;
  --cols: 1;
  --br: 15px; }
  section.menu-section .underlined-hgroup {
    text-align: center;
    margin-bottom: 40px; }
  section.menu-section .menu-items {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    column-gap: var(--cg);
    row-gap: var(--rg);
    column-count: var(--cols); }
    section.menu-section .menu-items > li {
      width: calc( ( 100% - var( --cg ) * ( var( --cols ) - 1 )  ) / var( --cols ) ); }
    section.menu-section .menu-items article {
      height: 100%; }
  section.menu-section .menu-item {
    display: flex;
    flex-flow: column nowrap;
    background-color: #1f1f1f;
    color: white;
    border-radius: var(--br) var(--br) 0 0;
    overflow: clip;
    font-size: 16px;
    line-height: 1.375; }
    section.menu-section .menu-item > img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 1 / .95;
      object-position: center;
      object-fit: cover; }
    section.menu-section .menu-item .content-wrapper {
      display: flex;
      flex-flow: column nowrap;
      flex: 1 0 auto;
      padding: 15px 25px;
      gap: 12px; }
    section.menu-section .menu-item h3,
    section.menu-section .menu-item .ing-tog,
    section.menu-section .menu-item .amount,
    section.menu-section .menu-item p {
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit; }
    section.menu-section .menu-item h3,
    section.menu-section .menu-item .ing-tog,
    section.menu-section .menu-item .amount {
      font-weight: 700; }
    section.menu-section .menu-item .ing-tog {
      appearance: none;
      background: transparent;
      padding: 0;
      border: 0;
      cursor: pointer;
      outline: none;
      position: relative; }
      section.menu-section .menu-item .ing-tog:after {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        display: inline-block;
        margin-left: .25em;
        content: '\f078';
        transition: rotate 0.3s ease-in-out; }
      section.menu-section .menu-item .ing-tog[aria-expanded='true']:after {
        rotate: -180deg; }
      section.menu-section .menu-item .ing-tog:before {
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        top: -.25em;
        bottom: -.25em;
        left: -.25em;
        right: -.25em;
        background-color: transparent;
        border-radius: .25em;
        box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.5);
        opacity: 0;
        transition: opacity 0.15s ease-in-out; }
      section.menu-section .menu-item .ing-tog:focus-visible:before {
        opacity: 1; }
    section.menu-section .menu-item .ing-con {
      display: none; }
    section.menu-section .menu-item .amount {
      margin-top: auto; }
  @media (min-width: 768px) {
    section.menu-section {
      --cols: 2; } }
  @media (min-width: 992px) {
    section.menu-section {
      --cols: 3; } }

#post-404 {
  padding: 100px 0;
  text-align: center; }

body.page-template-home aside#sticky {
  display: none; }
  @media only screen and (max-width: 991.98px) {
    body.page-template-home aside#sticky {
      display: inline-block; } }
body.page-template-home section#how-it-works {
  text-align: center; }
  body.page-template-home section#how-it-works .home-how-it-works-block {
    margin: 10px 0 30px; }
    @media (max-width: 991px) {
      body.page-template-home section#how-it-works .home-how-it-works-block {
        margin-bottom: 50px; } }
  body.page-template-home section#how-it-works h2 {
    padding-bottom: 45px; }
    body.page-template-home section#how-it-works h2:after {
      content: "";
      width: 70px;
      height: 2px;
      background: var(--primary);
      position: absolute;
      bottom: 30px;
      left: 50%;
      margin-left: -35px; }
  body.page-template-home section#how-it-works h3 {
    padding: 10px; }
  body.page-template-home section#how-it-works img {
    max-height: 70px;
    width: auto;
    margin: 0 auto; }
  body.page-template-home section#how-it-works .home-how-it-works-description {
    padding: 0 20px; }
    body.page-template-home section#how-it-works .home-how-it-works-description > *:first-child {
      margin-top: 0; }
    body.page-template-home section#how-it-works .home-how-it-works-description > *:last-child {
      margin-bottom: 0; }
  body.page-template-home section#how-it-works .btn, body.page-template-home section#how-it-works .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer body.page-template-home section#how-it-works input[type=submit], body.page-template-home section#how-it-works #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder body.page-template-home section#how-it-works #ak-delivery-edit-cancel-link, body.page-template-home section#how-it-works #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment body.page-template-home section#how-it-works input.woocommerce-Button {
    margin-top: 20px; }
body.page-template-home section#social-feeds {
  text-align: center;
  overflow: auto; }
  body.page-template-home section#social-feeds #sbi_load {
    display: none; }
  body.page-template-home section#social-feeds .sb_instagram_header {
    display: none; }

body.page-template-our-plans .prod-cat-heading {
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.2;
  margin-bottom: 25px; }
body.page-template-our-plans .meal-single:not(:first-child) {
  margin-top: 2rem; }
body.page-template-our-plans .meal-single h3 {
  line-height: 1;
  margin-bottom: 15px; }
body.page-template-our-plans .meal_thumb {
  background: #E6E7E8;
  text-align: center; }
  body.page-template-our-plans .meal_thumb img {
    width: 100%;
    height: auto; }
  body.page-template-our-plans .meal_thumb .nutritional-info {
    padding: 5px 5px 10px 5px;
    font-size: 12px; }
    body.page-template-our-plans .meal_thumb .nutritional-info h3 {
      margin-bottom: 5px; }
    @media (max-width: 767px) {
      body.page-template-our-plans .meal_thumb .nutritional-info h3 {
        font-size: 18px; } }
body.page-template-our-plans .meal-notes {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px; }
body.page-template-our-plans .cta-banner {
  margin: 60px 0; }
@media (max-width: 575px) {
  body.page-template-our-plans .meal-single:not(:first-child) {
    margin-top: 5rem; }
  body.page-template-our-plans .macros-col {
    padding-left: 0;
    padding-right: 30px; }
    body.page-template-our-plans .macros-col .nutritional-info {
      position: absolute;
      width: 100%;
      top: 50%;
      left: -15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0; } }
body.page-template-our-plans .modal-body {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden; }
body.page-template-our-plans .slider-cycles {
  opacity: 0;
  transition: 0.3s ease; }
body.page-template-our-plans .slider-cycles:not(.slick-initialized) {
  display: none; }
body.page-template-our-plans .full-menu-header {
  border-bottom: 1px solid black; }
body.page-template-our-plans .heading-predate {
  color: #000000;
  font-family: "Playfair Display";
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center; }
body.page-template-our-plans .heading-date {
  color: #000000;
  font-family: "Playfair Display";
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  font-weight: bold; }
body.page-template-our-plans .cycle-prod-container {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border: 3px solid transparent; }
  body.page-template-our-plans .cycle-prod-container .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: white;
    overflow: hidden;
    width: 100%;
    transition: 1.0s ease;
    text-align: center;
    padding: 20px;
    height: auto; }
  body.page-template-our-plans .cycle-prod-container .overlay h3 {
    color: #000000;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
    padding: 0; }
  body.page-template-our-plans .cycle-prod-container .overlay h4 {
    color: #000000;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center; }
  body.page-template-our-plans .cycle-prod-container .overlay {
    background-color: transparent;
    margin-bottom: -100%; }
  body.page-template-our-plans .cycle-prod-container:hover .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0 !important; }
  body.page-template-our-plans .cycle-prod-container:hover {
    border: 3px solid var(--primary); }
  @media (max-width: 1201px) {
    body.page-template-our-plans .cycle-prod-container .overlay h3 {
      font-size: 23px;
      line-height: 23px; }
    body.page-template-our-plans .cycle-prod-container .overlay h4 {
      font-size: 16px;
      line-height: 16px; } }
  @media (max-width: 1000px) {
    body.page-template-our-plans .cycle-prod-container .overlay h3 {
      font-size: 21px;
      line-height: 21px; }
    body.page-template-our-plans .cycle-prod-container .overlay h4 {
      font-size: 16px;
      line-height: 16px; } }
  @media (max-width: 767.98px) {
    body.page-template-our-plans .cycle-prod-container .overlay h3 {
      font-size: 30px;
      line-height: 30px; }
    body.page-template-our-plans .cycle-prod-container .overlay h4 {
      font-size: 23px;
      line-height: 23px; } }
  @media (max-width: 575.98px) {
    body.page-template-our-plans .cycle-prod-container .overlay h3 {
      font-size: 25px;
      line-height: 25px; }
    body.page-template-our-plans .cycle-prod-container .overlay h4 {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 410px) {
    body.page-template-our-plans .cycle-prod-container .overlay h3 {
      font-size: 16px;
      line-height: 16px; }
    body.page-template-our-plans .cycle-prod-container .overlay h4 {
      font-size: 13px;
      line-height: 13px; } }
body.page-template-our-plans .my-next-btn,
body.page-template-our-plans .my-prev-btn {
  opacity: 1;
  transition: 0.3s ease; }
body.page-template-our-plans .slick-disabled,
body.page-template-our-plans .slick-disabled {
  opacity: 0.5; }

/* STYLING FOR MEAL PLAN DELIVERY SECTIONS */
.mp-section {
  padding: 60px 0px;
  background-color: #f1f1f1;
  text-align: center; }
  .mp-section h2 {
    margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .mp-section {
      padding: 20px 10px; } }

#wc-notice-section {
  padding-bottom: 0; }
  #wc-notice-section > .container {
    margin: 0 auto; }
    #wc-notice-section > .container > ul {
      margin: 0; }
  #wc-notice-section ~ section > .container {
    margin-top: 0; }

/* DELIVERY DATE PICKER VIEW */
#mp-delivery-dates .btn, #mp-delivery-dates .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer #mp-delivery-dates input[type=submit], #mp-delivery-dates #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder #mp-delivery-dates #ak-delivery-edit-cancel-link, #mp-delivery-dates #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment #mp-delivery-dates input.woocommerce-Button {
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer; }
#mp-delivery-dates .delivery-date-calendar {
  width: 450px;
  margin: 30px auto 0px; }
  @media only screen and (max-width: 600px) {
    #mp-delivery-dates .delivery-date-calendar {
      width: 300px; }
      #mp-delivery-dates .delivery-date-calendar .sc_table .sc_unavailable:after {
        font-size: 16px; } }

/* MENU VIEW */
#mp-menu {
  display: none; }
  #mp-menu #mp-menu-module {
    margin-top: 50px; }
    #mp-menu #mp-menu-module #mp-delivery-sidebar {
      width: 220px;
      background-color: #fff;
      min-height: 440px;
      padding: 12px;
      text-align: left;
      float: left;
      position: relative; }
      #mp-menu #mp-menu-module #mp-delivery-sidebar span.blurb-title {
        font-weight: bold; }
      #mp-menu #mp-menu-module #mp-delivery-sidebar p.title {
        font-weight: bolder;
        font-size: 14px; }
        #mp-menu #mp-menu-module #mp-delivery-sidebar p.title .fa-calendar {
          display: none;
          color: var(--primary);
          cursor: pointer;
          float: right;
          transition: 300ms all ease;
          font-size: 18px; }
          #mp-menu #mp-menu-module #mp-delivery-sidebar p.title .fa-calendar:hover {
            color: #676767; }
      #mp-menu #mp-menu-module #mp-delivery-sidebar .list-date {
        cursor: pointer;
        color: #676767; }
        #mp-menu #mp-menu-module #mp-delivery-sidebar .list-date.selected {
          color: var(--primary);
          font-weight: bolder; }
        #mp-menu #mp-menu-module #mp-delivery-sidebar .list-date .fa-times-circle {
          cursor: pointer;
          color: #676767;
          margin-left: 8px;
          font-size: 17px;
          position: relative;
          top: 1px; }
          #mp-menu #mp-menu-module #mp-delivery-sidebar .list-date .fa-times-circle:hover {
            color: indianred; }
      #mp-menu #mp-menu-module #mp-delivery-sidebar .min-blurb {
        display: block;
        margin-top: 12px;
        font-size: 12px;
        line-height: 20px;
        color: #676767; }
      #mp-menu #mp-menu-module #mp-delivery-sidebar #mp-delivery-total-box {
        position: absolute;
        bottom: 0px;
        font-size: 16px;
        width: 100%;
        padding: 12px;
        margin: 0 -12px;
        border-top: 1px solid #f1f1f1; }
        #mp-menu #mp-menu-module #mp-delivery-sidebar #mp-delivery-total-box #mp-delivery-price {
          float: right; }
    #mp-menu #mp-menu-module #mp-delivery-view {
      float: left;
      width: -moz-calc(100% - 225px);
      width: -webkit-calc(100% - 225px);
      width: calc(100% - 225px);
      padding: 0px 15px; }
      #mp-menu #mp-menu-module #mp-delivery-view h3.green {
        color: var(--primary);
        text-align: left;
        font-weight: normal;
        font-size: 22px;
        line-height: 22px;
        margin-top: -3px;
        margin-bottom: 15px; }
      #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals {
        margin: -3px;
        text-align: left;
        margin-bottom: 8px; }
        #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item {
          width: 133px;
          margin: 3px;
          margin-bottom: 10px;
          display: inline-block;
          text-align: center;
          -webkit-transition: 300ms all ease;
          -moz-transition: 300ms all ease;
          transition: 300ms all ease;
          position: relative;
          vertical-align: top;
          overflow: hidden; }
          #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box span, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item span {
            display: block; }
            #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box span.meal-plan-plus, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item span.meal-plan-plus {
              font-size: 28px;
              font-weight: lighter;
              margin-top: 35px;
              line-height: 22px; }
            #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box span.add, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item span.add {
              font-weight: bolder;
              font-size: 14px;
              text-transform: uppercase;
              margin-top: 5px; }
          #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box .meal-type-banner, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item .meal-type-banner {
            position: absolute;
            width: 100%;
            color: #fff;
            text-align: left;
            background-color: rgba(var(--primary-rgb), 0.8);
            padding: 5px;
            font-size: 14px;
            text-transform: uppercase; }
            #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box .meal-type-banner .remove-item, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item .meal-type-banner .remove-item {
              float: right;
              font-size: 24px;
              line-height: 14px;
              position: relative;
              top: 3px;
              cursor: pointer;
              transition: 300ms all ease; }
              #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box .meal-type-banner .remove-item:hover, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item .meal-type-banner .remove-item:hover {
                color: indianred; }
          #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box .img-container, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item .img-container {
            height: 105px;
            overflow: hidden;
            width: 100%; }
          #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box .item-title, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item .item-title {
            background: none;
            pointer-events: none;
            text-align: left;
            font-weight: 500;
            font-size: 15px;
            line-height: 18px; }
          #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box.delivery-selection-box, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item.delivery-selection-box {
            cursor: pointer;
            height: 105px;
            background-color: #fff; }
            #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box.delivery-selection-box:hover, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item.delivery-selection-box:hover {
              background-color: var(--primary); }
              #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selection-box.delivery-selection-box:hover span, #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals .delivery-selected-item.delivery-selection-box:hover span {
                color: #fff; }
      #mp-menu #mp-menu-module #mp-delivery-view .delivery-minimum {
        text-align: left;
        font-size: 12px;
        color: #676767;
        margin-bottom: 20px;
        font-weight: bolder; }
      #mp-menu #mp-menu-module #mp-delivery-view hr {
        margin-bottom: 1.5rem; }
      #mp-menu #mp-menu-module #mp-delivery-view #add-more-deliveries {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-right: 10px; }
      #mp-menu #mp-menu-module #mp-delivery-view #menu-proceed-button {
        border-radius: 22px;
        float: left;
        margin-top: 30px; }
      @media only screen and (max-width: 480px) {
        #mp-menu #mp-menu-module #mp-delivery-view #add-more-deliveries, #mp-menu #mp-menu-module #mp-delivery-view #menu-proceed-button {
          float: none;
          margin-right: 0;
          margin-top: 10px; } }
    #mp-menu #mp-menu-module #mp-deliveries-loading {
      height: 90%;
      display: none;
      position: absolute;
      left: 250px;
      width: calc(100% - 250px);
      text-align: center;
      padding-top: 100px;
      background: rgba(0, 0, 0, 0.2); }
      #mp-menu #mp-menu-module #mp-deliveries-loading .fa-spin {
        font-size: 120px;
        color: var(--primary); }
  @media only screen and (max-width: 768px) {
    #mp-menu #mp-menu-module #mp-delivery-sidebar, #mp-menu #mp-menu-module #mp-delivery-view {
      width: 100%; }
    #mp-menu #mp-menu-module #mp-delivery-sidebar {
      float: none;
      min-height: initial; }
      #mp-menu #mp-menu-module #mp-delivery-sidebar #mp-delivery-total-box {
        position: static;
        margin: 20px 0px 0px; }
    #mp-menu #mp-menu-module #mp-delivery-view {
      margin-top: 30px; }
      #mp-menu #mp-menu-module #mp-delivery-view .delivery-meals {
        text-align: center; }
    #mp-menu #mp-menu-module #mp-deliveries-loading {
      position: relative;
      left: 0px;
      width: initial;
      padding: 35px 0px; } }

#remove-delivery-date-modal .modal-body {
  text-align: center;
  font-size: 20px;
  width: 80%;
  margin: 0 auto; }

/* SELECT A MEAL PLAN OPTION */
#mp-select-option {
  display: none; }
  #mp-select-option h2 {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -20px; }
  #mp-select-option .mp-select-box {
    --box-padding-y: 50px;
    padding: var(--box-padding-y) 35px 0px;
    text-align: left;
    margin: 20px 10px 0;
    display: flex;
    flex-flow: column nowrap; }
    #mp-select-option .mp-select-box h3 {
      color: #fff;
      font-size: 50px;
      margin-bottom: 28px;
      display: flex;
      align-items: flex-end;
      line-height: 1.1; }
    #mp-select-option .mp-select-box .wysiwyg-content {
      font-size: 17px;
      line-height: 35px;
      color: #fff;
      margin-bottom: var(--box-padding-y);
      flex-grow: 1; }
      #mp-select-option .mp-select-box .wysiwyg-content strong {
        font-weight: bold; }
    #mp-select-option .mp-select-box .mp-select-choice {
      text-align: center;
      padding: 35px 0px;
      margin-left: -35px;
      margin-right: -35px; }
      #mp-select-option .mp-select-box .mp-select-choice .btn, #mp-select-option .mp-select-box .mp-select-choice .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer #mp-select-option .mp-select-box .mp-select-choice input[type=submit], #mp-select-option .mp-select-box .mp-select-choice #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder #mp-select-option .mp-select-box .mp-select-choice #ak-delivery-edit-cancel-link, #mp-select-option .mp-select-box .mp-select-choice #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment #mp-select-option .mp-select-box .mp-select-choice input.woocommerce-Button {
        font-size: 14px;
        padding: 15px 25px;
        border-radius: 25px; }
    @media only screen and (max-width: 768px) {
      #mp-select-option .mp-select-box {
        --box-padding-y: 35px; } }
  #mp-select-option #mp-select-chefs-choice-box {
    background-color: #4e4e4e; }
    @media only screen and (max-width: 470px) {
      #mp-select-option #mp-select-chefs-choice-box {
        margin-bottom: 20px;
        padding-bottom: 120px; } }
    #mp-select-option #mp-select-chefs-choice-box .mp-select-choice {
      border-top: 1px solid gray; }
  #mp-select-option #mp-select-manual-box {
    background-color: var(--primary); }
    #mp-select-option #mp-select-manual-box .mp-select-choice {
      border-top: 1px solid #b7e8a7; }
      #mp-select-option #mp-select-manual-box .mp-select-choice .btn, #mp-select-option #mp-select-manual-box .mp-select-choice .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer #mp-select-option #mp-select-manual-box .mp-select-choice input[type=submit], #mp-select-option #mp-select-manual-box .mp-select-choice #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder #mp-select-option #mp-select-manual-box .mp-select-choice #ak-delivery-edit-cancel-link, #mp-select-option #mp-select-manual-box .mp-select-choice #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment #mp-select-option #mp-select-manual-box .mp-select-choice input.woocommerce-Button {
        border: 2px solid #fff; }

.chef-cancel {
  background-color: white;
  color: #000;
  margin-right: 10px; }

.countdown-wrap {
  margin: 30px 0 0; }
  .countdown-wrap span {
    color: var(--primary);
    font-weight: bold; }
  .countdown-wrap p {
    margin: 0; }

/* Menu Selection Modal Styling */
.modal#add-ons-modal .modal-header, .modal#menu-modal .modal-header {
  flex-wrap: wrap; }
  .modal#add-ons-modal .modal-header #addons-promo-text, .modal#menu-modal .modal-header #addons-promo-text {
    width: 100%;
    text-align: center; }
    .modal#add-ons-modal .modal-header #addons-promo-text > :last-child, .modal#menu-modal .modal-header #addons-promo-text > :last-child {
      margin-bottom: 0; }
.modal#add-ons-modal .menu-tabs, .modal#menu-modal .menu-tabs {
  display: table;
  width: 100%;
  margin-top: -15px; }
  .modal#add-ons-modal .menu-tabs .menu-tab, .modal#menu-modal .menu-tabs .menu-tab {
    display: table-cell;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--primary);
    padding: 6px;
    border: 1px solid var(--primary);
    transition: 300ms all ease; }
    .modal#add-ons-modal .menu-tabs .menu-tab:hover, .modal#add-ons-modal .menu-tabs .menu-tab.active, .modal#menu-modal .menu-tabs .menu-tab:hover, .modal#menu-modal .menu-tabs .menu-tab.active {
      background-color: #fff;
      color: var(--primary); }
    @media only screen and (max-width: 1200px) {
      .modal#add-ons-modal .menu-tabs .menu-tab, .modal#menu-modal .menu-tabs .menu-tab {
        display: block; } }
.modal#add-ons-modal .menu-holder, .modal#menu-modal .menu-holder {
  margin-top: 30px; }
  .modal#add-ons-modal .menu-holder .menu-tab-content, .modal#menu-modal .menu-holder .menu-tab-content {
    display: none; }
    .modal#add-ons-modal .menu-holder .menu-tab-content.active, .modal#menu-modal .menu-holder .menu-tab-content.active {
      display: block; }
    .modal#add-ons-modal .menu-holder .menu-tab-content .modal-tab-description, .modal#menu-modal .menu-holder .menu-tab-content .modal-tab-description {
      max-width: 750px;
      margin: 0 auto 4rem;
      text-align: center; }
      .modal#add-ons-modal .menu-holder .menu-tab-content .modal-tab-description > :last-child, .modal#menu-modal .menu-holder .menu-tab-content .modal-tab-description > :last-child {
        margin-bottom: 0 !important; }
    .modal#add-ons-modal .menu-holder .menu-tab-content .product, .modal#menu-modal .menu-holder .menu-tab-content .product {
      width: 50%;
      float: left;
      margin-bottom: 25px; }
      .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-left, .modal#menu-modal .menu-holder .menu-tab-content .product .product-left {
        height: 200px;
        width: 200px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        position: relative; }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-left img, .modal#menu-modal .menu-holder .menu-tab-content .product .product-left img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-position: top center;
          object-fit: contain; }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-left .prod-tt, .modal#menu-modal .menu-holder .menu-tab-content .product .product-left .prod-tt {
          position: absolute;
          z-index: 1;
          top: 5px;
          right: 5px;
          color: var(--primary);
          font-size: 25px; }
      .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right {
        width: -moz-calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-right: 20px;
        float: right; }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right h3, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right h3 {
          font-size: 24px;
          line-height: 1; }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right p, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right p {
          line-height: 1.2;
          font-size: 14px;
          color: #5d5d5d;
          margin-top: 8px; }
          .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right p .green, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right p .green {
            color: var(--primary);
            font-weight: bold; }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .more-info-toggler, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .more-info-toggler {
          display: none;
          cursor: pointer;
          font-size: 14px;
          color: var(--primary);
          margin-top: 3px; }
          @media only screen and (max-width: 768px) {
            .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .more-info-toggler, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .more-info-toggler {
              display: block; } }
        @media only screen and (max-width: 768px) {
          .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .more-info, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .more-info {
            display: none; } }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div {
          width: 50%;
          float: left; }
          .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div.price-formatted, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div.price-formatted {
            background-color: var(--primary);
            color: #fff;
            padding: 5px;
            text-align: center;
            border: 1px solid var(--primary);
            font-weight: bold;
            font-size: 12px;
            line-height: 24px; }
          .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box {
            border: 1px solid var(--primary);
            text-align: center;
            height: 36px;
            padding-top: 5px; }
            .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box .minus, .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box .plus, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box .minus, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box .plus {
              cursor: pointer;
              height: 22px;
              width: 22px;
              display: inline-block;
              background-color: var(--primary);
              color: #fff;
              font-weight: bold;
              font-size: 18px;
              line-height: 22px;
              margin: 0; }
            .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box .quantity, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box .quantity {
              background: transparent !important;
              border: none !important;
              color: #000;
              font-weight: bold;
              font-size: 16px;
              text-align: center;
              margin: 0 10px 2px;
              display: inline-block;
              width: 35px; }
            .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box input.quantity::-webkit-outer-spin-button,
            .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box input.quantity::-webkit-inner-spin-button, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box input.quantity::-webkit-outer-spin-button,
            .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container div.quantity-box input.quantity::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0; }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right .price-container:last-child, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right .price-container:last-child {
          position: relative;
          top: 5px; }
      @media only screen and (max-width: 1280px) {
        .modal#add-ons-modal .menu-holder .menu-tab-content .product, .modal#menu-modal .menu-holder .menu-tab-content .product {
          width: 100%; } }
      @media only screen and (max-width: 600px) {
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-left, .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-right, .modal#menu-modal .menu-holder .menu-tab-content .product .product-left, .modal#menu-modal .menu-holder .menu-tab-content .product .product-right {
          width: 100%;
          padding: 0px; }
        .modal#add-ons-modal .menu-holder .menu-tab-content .product .product-left, .modal#menu-modal .menu-holder .menu-tab-content .product .product-left {
          text-align: center; } }
.modal#add-ons-modal .modal-footer, .modal#menu-modal .modal-footer {
  padding: 25px 15px; }
  .modal#add-ons-modal .modal-footer .modal-price-output, .modal#menu-modal .modal-footer .modal-price-output {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    float: right;
    margin-right: 10px; }
  .modal#add-ons-modal .modal-footer .btn, .modal#add-ons-modal .modal-footer .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .modal#add-ons-modal .modal-footer input[type=submit], .modal#add-ons-modal .modal-footer #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder .modal#add-ons-modal .modal-footer #ak-delivery-edit-cancel-link, .modal#add-ons-modal .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment .modal#add-ons-modal .modal-footer input.woocommerce-Button, .modal#menu-modal .modal-footer .btn, .modal#menu-modal .modal-footer .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .modal#menu-modal .modal-footer input[type=submit], .modal#menu-modal .modal-footer #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder .modal#menu-modal .modal-footer #ak-delivery-edit-cancel-link, .modal#menu-modal .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment .modal#menu-modal .modal-footer input.woocommerce-Button {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 25px; }

.ak-account-nav {
  background-color: var(--primary); }
  .ak-account-nav > .container {
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .ak-account-nav > .container {
        padding: 0; } }
  .ak-account-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .ak-account-nav ul li {
      position: relative;
      text-transform: uppercase; }
      .ak-account-nav ul li a {
        display: block;
        padding: 15px 15px;
        color: white;
        min-width: 130px;
        text-align: center;
        font-size: 14px;
        font-weight: 400; }
        .ak-account-nav ul li a:hover {
          text-decoration: none; }
      .ak-account-nav ul li:hover, .ak-account-nav ul li.active {
        background-color: #2f2f2f; }
      .ak-account-nav ul li.logout {
        float: right; }
        @media (max-width: 991px) {
          .ak-account-nav ul li.logout {
            display: none; } }
      @media (min-width: 576px) {
        .ak-account-nav ul li {
          display: inline-block; }
          .ak-account-nav ul li.active:after {
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%);
            content: '';
            display: block;
            border-width: 10px 20px 0 20px;
            border-color: #2f2f2f transparent transparent transparent;
            border-style: solid; } }

.points-summary {
  background-color: whitesmoke;
  padding: 40px 0 25px; }
  .points-summary .container {
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .points-summary .container {
        padding-right: 30%; } }
    @media (min-width: 1400px) {
      .points-summary .container {
        padding-right: 420px; } }
    @media (max-width: 767px) {
      .points-summary .container .row {
        margin: -5px; }
        .points-summary .container .row .col-12 {
          padding: 0 5px; } }
  .points-summary .points-summary-box {
    color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    height: 150px;
    margin-bottom: 15px; }
    .points-summary .points-summary-box.credit {
      background-color: var(--primary); }
    .points-summary .points-summary-box.earned {
      background-color: #5d5d5d; }
    .points-summary .points-summary-box.redeemed {
      background-color: #2f2f2f; }
    .points-summary .points-summary-box h3 {
      font: inherit;
      margin: 0;
      padding: 15px;
      line-height: 1;
      font-size: 14px; }
    .points-summary .points-summary-box .points-summary-content {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      padding: 20px 15px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      word-wrap: break-word;
      flex: 1; }
      .points-summary .points-summary-box .points-summary-content .value {
        font-size: 2em; }
    .points-summary .points-summary-box.gift-card-single {
      background-color: #5d5d5d;
      display: inline-block;
      margin-top: 15px; }
  .points-summary #unclaimed-display h4 {
    display: inline-block; }
  .points-summary #unclaimed-display #claim-cards {
    float: right;
    position: relative;
    top: 3px; }
  .points-summary #unclaimed-display .gift-card {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    border: 1px dashed var(--primary); }
    .points-summary #unclaimed-display .gift-card .gift-card-amount {
      font-weight: bold; }

.woocommerce-MyAccount-content form,
form.login,
form.register,
form.lost_rest_password {
  font-size: 14px; }
  .woocommerce-MyAccount-content form .row.account-form-row,
  form.login .row.account-form-row,
  form.register .row.account-form-row,
  form.lost_rest_password .row.account-form-row {
    margin: 0 -3px; }
  .woocommerce-MyAccount-content form h3,
  form.login h3,
  form.register h3,
  form.lost_rest_password h3 {
    margin-bottom: 15px; }
  .woocommerce-MyAccount-content form .form-row,
  form.login .form-row,
  form.register .form-row,
  form.lost_rest_password .form-row {
    margin-bottom: 10px;
    display: block; }
  .woocommerce-MyAccount-content form label,
  form.login label,
  form.register label,
  form.lost_rest_password label {
    margin-bottom: 0; }
  .woocommerce-MyAccount-content form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .woocommerce-MyAccount-content form textarea,
  form.login input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  form.login textarea,
  form.register input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  form.register textarea,
  form.lost_rest_password input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  form.lost_rest_password textarea {
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    color: #5d5d5d; }
    .woocommerce-MyAccount-content form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[readonly],
    .woocommerce-MyAccount-content form textarea[readonly],
    form.login input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[readonly],
    form.login textarea[readonly],
    form.register input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[readonly],
    form.register textarea[readonly],
    form.lost_rest_password input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[readonly],
    form.lost_rest_password textarea[readonly] {
      background-color: whitesmoke; }
  .woocommerce-MyAccount-content form .select2,
  form.login .select2,
  form.register .select2,
  form.lost_rest_password .select2 {
    font-size: inherit;
    color: #5d5d5d;
    font-weight: 400; }
    .woocommerce-MyAccount-content form .select2.select2-container,
    form.login .select2.select2-container,
    form.register .select2.select2-container,
    form.lost_rest_password .select2.select2-container {
      width: 100% !important; }
    .woocommerce-MyAccount-content form .select2 .select2-selection--single,
    form.login .select2 .select2-selection--single,
    form.register .select2 .select2-selection--single,
    form.lost_rest_password .select2 .select2-selection--single {
      height: auto;
      border-radius: 0;
      border: 1px solid #dbdbdb; }
      .woocommerce-MyAccount-content form .select2 .select2-selection--single .select2-selection__rendered,
      form.login .select2 .select2-selection--single .select2-selection__rendered,
      form.register .select2 .select2-selection--single .select2-selection__rendered,
      form.lost_rest_password .select2 .select2-selection--single .select2-selection__rendered {
        padding: 10px 15px;
        line-height: 16px;
        color: inherit; }
      .woocommerce-MyAccount-content form .select2 .select2-selection--single .select2-selection__arrow,
      form.login .select2 .select2-selection--single .select2-selection__arrow,
      form.register .select2 .select2-selection--single .select2-selection__arrow,
      form.lost_rest_password .select2 .select2-selection--single .select2-selection__arrow {
        height: 0;
        width: 0;
        top: 50%;
        right: 15px; }
        .woocommerce-MyAccount-content form .select2 .select2-selection--single .select2-selection__arrow b,
        form.login .select2 .select2-selection--single .select2-selection__arrow b,
        form.register .select2 .select2-selection--single .select2-selection__arrow b,
        form.lost_rest_password .select2 .select2-selection--single .select2-selection__arrow b {
          border-color: var(--primary) transparent transparent transparent; }
    .woocommerce-MyAccount-content form .select2.select2-container--open .select2-selection__arrow b,
    form.login .select2.select2-container--open .select2-selection__arrow b,
    form.register .select2.select2-container--open .select2-selection__arrow b,
    form.lost_rest_password .select2.select2-container--open .select2-selection__arrow b {
      border-color: transparent transparent var(--primary) transparent; }
  .woocommerce-MyAccount-content form .form-actions,
  form.login .form-actions,
  form.register .form-actions,
  form.lost_rest_password .form-actions {
    margin-top: 25px; }
  .woocommerce-MyAccount-content form fieldset,
  form.login fieldset,
  form.register fieldset,
  form.lost_rest_password fieldset {
    margin-top: 30px; }
    .woocommerce-MyAccount-content form fieldset legend,
    form.login fieldset legend,
    form.register fieldset legend,
    form.lost_rest_password fieldset legend {
      font-size: 16px;
      font-weight: 400;
      padding: 0 3px; }
  .woocommerce-MyAccount-content form ul.follow-up-lists,
  form.login ul.follow-up-lists,
  form.register ul.follow-up-lists,
  form.lost_rest_password ul.follow-up-lists {
    margin: 10px 0; }
  .woocommerce-MyAccount-content form label.screen-reader-text,
  form.login label.screen-reader-text,
  form.register label.screen-reader-text,
  form.lost_rest_password label.screen-reader-text {
    height: auto;
    width: 100%;
    position: static !important; }

.border-red {
  border-color: red !important; }

fieldset.phone-number-set .account-form-row {
  align-items: flex-end; }
fieldset.phone-number-set button {
  width: 100%; }
@media (min-width: 576px) {
  fieldset.phone-number-set button {
    padding-top: 7px;
    padding-bottom: 7px; } }

.woocommerce-MyAccount-content.user-logs h3,
.account-orders h3 {
  margin-bottom: 15px; }

.modal#shipping-change .modal-body {
  padding-bottom: 40px; }
  .modal#shipping-change .modal-body span {
    margin: 0;
    cursor: initial; }
.modal#shipping-change .new_address_field,
.modal#shipping-change .old_address_field {
  display: inline-block; }
.modal#shipping-change .affected-deliveries p,
.modal#shipping-change .unaffected-deliveries p {
  margin-bottom: 0; }
.modal#shipping-change .unaffected-deliveries p {
  color: red; }

table.account-table {
  font-size: 14px; }
  table.account-table thead {
    background-color: #5d5d5d;
    color: white;
    text-transform: uppercase; }
    table.account-table thead th {
      padding: 20px 30px; }
  table.account-table tbody {
    border-left: 1px solid #5d5d5d;
    border-right: 1px solid #5d5d5d; }
    table.account-table tbody tr:nth-child(odd) {
      background-color: white; }
    table.account-table tbody tr:nth-child(even) {
      background-color: whitesmoke; }
    table.account-table tbody td {
      padding: 5px 30px; }
  table.account-table tfoot {
    background-color: var(--primary);
    color: white;
    text-transform: uppercase; }
    table.account-table tfoot td {
      padding: 20px 30px; }
    table.account-table tfoot button {
      text-transform: uppercase;
      padding: 5px 20px; }
    table.account-table tfoot input[type=radio] {
      margin: 0 5px 0 10px; }
    table.account-table tfoot label {
      margin: 0; }
    table.account-table tfoot button,
    table.account-table tfoot input[type=radio],
    table.account-table tfoot label {
      cursor: pointer; }

.login-main {
  background: #EEE; }
  .login-main #main-section {
    margin: 0 auto;
    padding: 150px 0px;
    width: 33%; }
  .login-main .account-wrapper {
    background: white;
    box-shadow: 0 0 25px 10px #CCC; }
  .login-main .woocommerce-error {
    margin: 0; }
  .login-main h2 {
    padding-top: 50px;
    text-align: center; }
  .login-main form {
    border: 0px solid transparent !important;
    margin-top: 0px !important; }
    .login-main form div.form-div-row {
      width: 100% !important;
      margin: 25px auto;
      padding: 3px; }
    .login-main form select {
      height: 35px; }
    .login-main form hr {
      margin: 30px -20px 10px; }
    .login-main form .has-margin-top {
      margin-top: 25px !important; }
      .login-main form .has-margin-top input[type="submit"] {
        float: right !important; }
    .login-main form .mybutton {
      background: var(--primary);
      color: white;
      transition: all 0.5s;
      border: 1px solid var(--primary);
      border-radius: 25px;
      padding: 10px 30px;
      cursor: pointer; }
      .login-main form .mybutton:hover {
        color: black;
        background: white; }
    .login-main form .nextbutton {
      background: var(--primary);
      color: white;
      transition: all 0.5s;
      border: 1px solid var(--primary);
      border-radius: 25px;
      padding: 10px 30px;
      cursor: pointer;
      width: auto !important; }
      .login-main form .nextbutton:hover {
        color: black;
        background: white; }
    .login-main form > p {
      width: 85% !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .login-main form .login-submit-row {
      width: 85%;
      margin: 0 auto; }
    .login-main form .delivery-qualification {
      font-size: 12px; }
    .login-main form .qualified_icon,
    .login-main form .unqualified_icon {
      display: none;
      padding-left: 24px;
      position: relative; }
      .login-main form .qualified_icon img,
      .login-main form .unqualified_icon img {
        width: 15px;
        height: 15px;
        position: absolute;
        top: calc( 0.5em * 1.75 );
        left: 0;
        transform: translateY(-50%); }
      .login-main form .qualified_icon .content > :first-child,
      .login-main form .unqualified_icon .content > :first-child {
        margin-top: 0; }
      .login-main form .qualified_icon .content > :last-child,
      .login-main form .unqualified_icon .content > :last-child {
        margin-bottom: 0; }
    .login-main form .disabled {
      cursor: not-allowed; }
    .login-main form #shipping_map, .login-main form #billing_map {
      min-height: 300px; }
    .login-main form .phone_validation span, .login-main form .phone_confirmation span {
      margin-left: -5px;
      cursor: pointer; }
    .login-main form .phone_validation img, .login-main form .phone_confirmation img {
      width: 42px; }
    .login-main form .phone_validation input, .login-main form .phone_confirmation input {
      width: 100%;
      background: #EEE; }
    .login-main form .login-submit-row label {
      line-height: 46px; }
    .login-main form .lost_password {
      text-align: center;
      margin-bottom: 10px !important; }
      .login-main form .lost_password a {
        padding: 0px 15px;
        display: block; }
  .login-main .padding-left {
    padding-left: 0px; }

@media (max-width: 1200px) {
  .login-main #main-section {
    width: 50%; } }
@media (max-width: 768px) {
  .login-main #main-section {
    width: 100%;
    padding: 10px 0px; }

  .padding-left {
    padding-left: 15px !important; } }
@media (max-width: 575px) {
  .login-main form .reg-button-wrap .nextbutton {
    display: block;
    width: 100% !important;
    text-align: center;
    margin-top: 15px; } }
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:not(:last-child) {
  margin-right: 5px; }

.account-main {
  background: white; }
  .account-main #main-section {
    margin-top: 40px; }
    .account-main #main-section #sticky {
      top: -175px; }
  .account-main .woocommerce-MyAccount-content {
    width: auto;
    float: none;
    position: relative;
    font-size: 14px;
    font-family: inherit; }
    .account-main .woocommerce-MyAccount-content h3 {
      font-family: inherit;
      font-size: 16px;
      font-weight: 400; }
    .account-main .woocommerce-MyAccount-content .account-section {
      position: relative;
      padding: 15px 0;
      line-height: 1.4; }
      .account-main .woocommerce-MyAccount-content .account-section:not(:last-child) {
        border-bottom: 1px solid #dbdbdb; }
      .account-main .woocommerce-MyAccount-content .account-section .account-section-description {
        color: #5d5d5d;
        display: block; }
      .account-main .woocommerce-MyAccount-content .account-section .account-section-link {
        text-transform: uppercase;
        font-weight: 400;
        width: auto; }
        @media (min-width: 768px) {
          .account-main .woocommerce-MyAccount-content .account-section .account-section-link {
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .account-main .woocommerce-MyAccount-content .modal {
      max-width: 800px;
      margin: 0 auto; }
      .account-main .woocommerce-MyAccount-content .modal .modal-header, .account-main .woocommerce-MyAccount-content .modal .modal-body {
        padding: 15px 40px; }
      .account-main .woocommerce-MyAccount-content .modal .change-phone-number-title, .account-main .woocommerce-MyAccount-content .modal .confirm-phone-number-title {
        margin: 25px auto;
        font-size: 18px;
        font-weight: 500;
        text-align: center; }
      .account-main .woocommerce-MyAccount-content .modal .container {
        margin-top: 0px;
        margin-bottom: 25px; }
      .account-main .woocommerce-MyAccount-content .modal .error-phone-number, .account-main .woocommerce-MyAccount-content .modal .error-validation {
        font-size: 12px;
        color: red;
        padding-left: 4px; }
      .account-main .woocommerce-MyAccount-content .modal input {
        width: -moz-calc(100% - 39px);
        width: -webkit-calc(100% - 39px);
        width: calc(100% - 39px);
        height: 35px; }
      .account-main .woocommerce-MyAccount-content .modal span {
        margin: -4px;
        cursor: pointer; }
      .account-main .woocommerce-MyAccount-content .modal img {
        width: 34px;
        height: auto; }
    .account-main .woocommerce-MyAccount-content .back-to-dashboard {
      margin-top: 20px; }
      .account-main .woocommerce-MyAccount-content .back-to-dashboard a {
        font-weight: 400; }

.paging {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 0; }
  .paging ul {
    float: left;
    width: 100%;
    padding: 0; }
    .paging ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: solid 1px whitesmoke;
      background: whitesmoke; }
    .paging ul li.active {
      background: var(--primary);
      border-color: var(--primary); }

@media (min-width: 992px) {
  body.page-template-ak-life #splash + section#main-section #sticky {
    top: -180px; } }

.lifestyle-guide p {
  padding-top: 1em; }

.lifestyle-pillars > .row {
  --gutter-x: 30px;
  --gutter-y: var( --gutter-x );
  margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
  .lifestyle-pillars > .row > * {
    margin: var(--gutter-y) 0 0;
    padding: 0 calc( var( --gutter-x ) * .5 ); }

.lifestyle-col {
  flex: 0 0 auto;
  width: 100%; }
  @media (min-width: 768px) {
    .lifestyle-col {
      width: calc( 100% / 3 ); } }

.lifestyle-pillar {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  color: black;
  background-color: whitesmoke;
  padding: 20px;
  text-align: center;
  transition: .3s ease; }
  .lifestyle-pillar .icon-container,
  .lifestyle-pillar h2 {
    margin: 0 auto; }
  .lifestyle-pillar img {
    object-fit: contain;
    object-position: center; }
  .lifestyle-pillar .green-icon {
    position: absolute;
    z-index: 0;
    transition: opacity 0.3s ease;
    opacity: 1; }
  .lifestyle-pillar .simple-icon {
    transition: opacity 0.3s ease;
    opacity: 0; }
  .lifestyle-pillar:hover, .lifestyle-pillar:focus {
    text-decoration: none;
    background-color: white;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12); }
    .lifestyle-pillar:hover .simple-icon, .lifestyle-pillar:focus .simple-icon {
      transition: opacity 0.4s;
      opacity: 1; }
    .lifestyle-pillar:hover .green-icon, .lifestyle-pillar:focus .green-icon {
      transition: opacity 0.4s;
      opacity: 0; }

.lifestyle-pillar-single #sticky {
  top: 170px; }
.lifestyle-pillar-single .back-link .fal,
.lifestyle-pillar-single .prev-link .fal {
  margin-right: .25em; }
.lifestyle-pillar-single .next-link .fal {
  margin-left: .25em; }
.lifestyle-pillar-single #blog-single-title {
  margin-bottom: 6rem;
  line-height: 1.2; }
  .lifestyle-pillar-single #blog-single-title:not(:first-child) {
    margin-top: 24px; }
.lifestyle-pillar-single .post-details {
  margin-top: 2em;
  margin-bottom: 4em;
  color: #5d5d5d; }
.lifestyle-pillar-single .author a {
  color: #5d5d5d; }
  .lifestyle-pillar-single .author a:hover {
    text-decoration: none; }
.lifestyle-pillar-single .lifestyle-pillar-content {
  padding-left: 1em;
  margin-top: 4em; }
  .lifestyle-pillar-single .lifestyle-pillar-content::first-letter {
    font-size: 6em;
    font-weight: 500;
    float: left;
    padding-right: 12px;
    line-height: 1; }
  .lifestyle-pillar-single .lifestyle-pillar-content p:not(:last-of-type), .lifestyle-pillar-single .lifestyle-pillar-content ul, .lifestyle-pillar-single .lifestyle-pillar-content ol {
    margin-bottom: 3em !important; }
.lifestyle-pillar-single .lifestyle-tags {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
  padding-top: 5em; }
  .lifestyle-pillar-single .lifestyle-tags .heading {
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 1px; }
  .lifestyle-pillar-single .lifestyle-tags .tags span {
    color: #5d5d5d;
    text-decoration: underline;
    text-decoration-color: #5d5d5d;
    font-weight: 400; }
  .lifestyle-pillar-single .lifestyle-tags a {
    color: black;
    text-decoration: underline; }
.lifestyle-pillar-single .different-posts {
  padding-top: 4em; }
  .lifestyle-pillar-single .different-posts .older-post,
  .lifestyle-pillar-single .different-posts .newer-post {
    font-weight: 500;
    letter-spacing: 1px; }
  .lifestyle-pillar-single .different-posts .older-post {
    float: left;
    padding-left: 1em; }
  .lifestyle-pillar-single .different-posts .newer-post {
    float: right; }
.lifestyle-pillar-single .social-media-icons {
  display: flex;
  flex-direction: column;
  margin-top: 4em;
  align-items: center;
  padding-top: 4px;
  cursor: pointer; }
  .lifestyle-pillar-single .social-media-icons div a {
    margin-top: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5d5d5d;
    padding-top: 32px; }
    .lifestyle-pillar-single .social-media-icons div a:hover {
      color: var(--primary); }
    .lifestyle-pillar-single .social-media-icons div a i {
      min-width: 32px !important; }

@media only screen and (max-width: 768px) {
  .downloadable-wrapper {
    margin-top: 3em; } }

.full-hr {
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 6em; }

.downloadable-wrapper .download-box {
  display: flex;
  position: relative;
  background-color: black;
  height: 320px;
  opacity: 1; }
  .downloadable-wrapper .download-box .title {
    font: 900 36px/1.5 "freight-big-pro", "Times", serif;
    color: white; }
  .downloadable-wrapper .download-box .download-file-life {
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    transition: 300ms all ease; }
    .downloadable-wrapper .download-box .download-file-life:hover {
      background: rgba(0, 0, 0, 0.3); }
      .downloadable-wrapper .download-box .download-file-life:hover .download-link {
        transform: scale(1.1); }
  .downloadable-wrapper .download-box .download-link {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    transition: 300ms all ease; }

.slick-arrow {
  font-size: 1.5em;
  cursor: pointer; }

.slick-dots button:before {
  font-size: 28px !important; }

.sidebar-template-main > *:not(:first-child) {
  margin-top: 60px; }

.how-it-works {
  counter-reset: main-step-counter; }
  .how-it-works .main-step {
    counter-increment: main-step-counter;
    margin: 70px 0; }
    .how-it-works .main-step img {
      max-height: 70px;
      width: auto; }
    .how-it-works .main-step h3 {
      margin: 10px 0;
      position: relative; }
      .how-it-works .main-step h3:before {
        content: counter(main-step-counter) ".";
        position: absolute;
        top: 0;
        right: calc( 100% + 10px ); }
    @media (max-width: 575px) {
      .how-it-works .main-step img {
        display: block;
        margin: 0 auto; }
      .how-it-works .main-step h3 {
        text-align: center;
        margin: 5px 0 10px; }
        .how-it-works .main-step h3:before {
          position: static;
          margin-right: 0.25em; } }
    .how-it-works .main-step ul.fa-ul {
      margin-left: 1.5em; }
      .how-it-works .main-step ul.fa-ul li {
        margin-bottom: 10px; }
        .how-it-works .main-step ul.fa-ul li .fa-check-circle {
          color: var(--primary); }
        .how-it-works .main-step ul.fa-ul li p {
          margin: 0; }
        .how-it-works .main-step ul.fa-ul li .grey {
          color: #5d5d5d; }

body.page-template-about section#main-section h3 {
  line-height: 1;
  margin-bottom: 5px; }
body.page-template-about section#main-section p {
  margin-bottom: 30px; }
body.page-template-about section#main-section .about-images > div {
  padding-bottom: 100%;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 575px) {
    body.page-template-about section#main-section .about-images > div:not(:first-child) {
      display: none; } }

body.page-template-packaging section#main-section .packaging-section {
  margin-bottom: 30px; }
  body.page-template-packaging section#main-section .packaging-section img {
    width: 80px;
    height: auto; }
@media (max-width: 575px) {
  body.page-template-packaging section#main-section .packaging-section {
    margin-bottom: 50px; }
    body.page-template-packaging section#main-section .packaging-section img {
      max-height: 70px;
      display: block;
      margin: 0 auto; }
    body.page-template-packaging section#main-section .packaging-section h3 {
      text-align: center;
      margin: 5px 0 10px; } }

body.page-template-ak-points section#main-section img {
  max-height: 70px; }
body.page-template-ak-points section#main-section h3 {
  margin: 10px 0 20px; }
body.page-template-ak-points section#main-section ul.fa-ul {
  margin-left: 1.5em; }
  body.page-template-ak-points section#main-section ul.fa-ul li {
    margin-bottom: 10px; }
    body.page-template-ak-points section#main-section ul.fa-ul li .fa-check-circle {
      color: var(--primary); }
body.page-template-ak-points section#main-section .points-section {
  margin-bottom: 50px; }
  body.page-template-ak-points section#main-section .points-section img {
    width: auto; }
@media (max-width: 767.98px) {
  body.page-template-ak-points section#main-section img {
    display: block;
    margin: 0 auto; }
  body.page-template-ak-points section#main-section h3 {
    text-align: center;
    margin: 5px 0 10px; } }

body.page-template-in-store .instore-content > *:first-child {
  margin-top: 0; }
body.page-template-in-store .instore-content > *:last-child {
  margin-bottom: 0; }
body.page-template-in-store .instore-content .contact-method {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px; }
  body.page-template-in-store .instore-content .contact-method img {
    width: 16px;
    position: relative;
    transform: translateY(2px); }
  body.page-template-in-store .instore-content .contact-method div {
    font-size: 16px;
    margin-left: 30px; }
  body.page-template-in-store .instore-content .contact-method a {
    color: #5d5d5d;
    transition: 200ms all ease; }
    body.page-template-in-store .instore-content .contact-method a:hover {
      color: var(--primary);
      text-decoration: none; }
body.page-template-in-store .green-divider {
  height: 1px;
  width: 25px;
  background-color: var(--primary);
  margin-top: 40px;
  margin-bottom: 40px; }
body.page-template-in-store dl.hours {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-left: 25px; }
body.page-template-in-store .holiday-hours {
  margin-left: 15px; }
@media only screen and (min-width: 768px) {
  body.page-template-in-store .instore-content {
    padding-right: 25px; }
  body.page-template-in-store dl.hours {
    margin-top: 0;
    margin-left: 25px; }
  body.page-template-in-store .br-grey {
    border-right: 1px solid #dbdbdb; } }
@media only screen and (max-width: 768px) {
  body.page-template-in-store .holiday-hours {
    margin-top: 25px;
    margin-left: 25px; }
    body.page-template-in-store .holiday-hours .title {
      display: inline-block;
      width: auto; }
      body.page-template-in-store .holiday-hours .title:after {
        width: auto; } }

body.page-template-faq .faq-wrapper .faq-category h3.faq-category-title {
  position: relative;
  border-bottom: 1px solid #5d5d5d;
  padding: 7px 20px;
  margin-bottom: 35px;
  line-height: 1;
  cursor: pointer; }
  body.page-template-faq .faq-wrapper .faq-category h3.faq-category-title:after {
    position: absolute;
    right: 15px;
    top: -moz-calc(50% - 2px);
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: var(--primary) transparent transparent transparent; }
body.page-template-faq .faq-wrapper .faq-category.active h3.faq-category-title:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent var(--primary) transparent; }
body.page-template-faq .faq-wrapper .faq-category .faq-category-content {
  display: none; }
  body.page-template-faq .faq-wrapper .faq-category .faq-category-content .faq-single {
    padding-bottom: 20px; }
    body.page-template-faq .faq-wrapper .faq-category .faq-category-content .faq-single h4.faq-question {
      font: inherit;
      font-weight: 400; }
    body.page-template-faq .faq-wrapper .faq-category .faq-category-content .faq-single .faq-answer > *:last-child {
      margin-bottom: 0; }
body.page-template-faq .ytvid-wrapper {
  height: 300px; }
  @media (min-width: 768px) {
    body.page-template-faq .ytvid-wrapper {
      height: 400px; } }
  @media (min-width: 992px) {
    body.page-template-faq .ytvid-wrapper {
      height: 500px; } }

body.page-template-contact #main-section {
  padding-right: 15px; }
body.page-template-contact #contact-map {
  width: 100%;
  margin-bottom: 15px; }
body.page-template-contact .contact-data,
body.page-template-contact .holiday-hours {
  margin: 15px 0; }
  body.page-template-contact .contact-data:first-child,
  body.page-template-contact .holiday-hours:first-child {
    margin-top: 16px; }
  @media (max-width: 767px) {
    body.page-template-contact .contact-data,
    body.page-template-contact .holiday-hours {
      padding-left: 30px; } }
  body.page-template-contact .contact-data > p,
  body.page-template-contact .holiday-hours > p {
    margin-bottom: 15px;
    position: relative; }
    body.page-template-contact .contact-data > p img,
    body.page-template-contact .holiday-hours > p img {
      height: 1.2em;
      position: absolute;
      right: -moz-calc(100% + 15px);
      right: -webkit-calc(100% + 15px);
      right: calc(100% + 15px);
      max-width: 15px;
      top: calc( var( --title-line-height, 1.75 ) * 1em * .5 );
      transform: translateY(-50%); }
    body.page-template-contact .contact-data > p a:hover,
    body.page-template-contact .holiday-hours > p a:hover {
      text-decoration: none; }
body.page-template-contact .holiday-hours {
  margin-bottom: 40px;
  --title-line-height: 1; }
  body.page-template-contact .holiday-hours .title:after {
    background-color: var(--primary);
    width: 45px; }
@media (min-width: 576px) {
  body.page-template-contact .contact-insta {
    max-width: 300px; } }
body.page-template-contact .contact-insta h3 {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1; }
body.page-template-contact .contact-insta .contact-images {
  margin: 5px -5px 0; }
  body.page-template-contact .contact-insta .contact-images > .col {
    padding: 0 5px; }
    body.page-template-contact .contact-insta .contact-images > .col > div {
      padding-bottom: 100%;
      margin-bottom: 15px;
      background-size: cover;
      background-position: center center; }
body.page-template-contact .contact-form-wrapper .form-heading {
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }
body.page-template-contact .contact-form-wrapper input.gform_button {
  background-color: none; }

body.page-template-delivery-zones section#main-section .delivery-zone-section {
  margin: 30px 0 0;
  max-width: 450px;
  /*
  .delivery-zone-map {
      margin-bottom: 20px;
      width: 100%;
      &#desktop-delivery-zone-map {
          display: none;
      }
      @media ( min-width : 768px ) {
          &#mobile-delivery-zone-map {
              //display: none;
          }
          // &#desktop-delivery-zone-map {
          //     display: block;
          // }
      }
  }
  */ }
  body.page-template-delivery-zones section#main-section .delivery-zone-section #delivery-zones-map {
    padding-bottom: 60%;
    margin-top: 20px; }
  body.page-template-delivery-zones section#main-section .delivery-zone-section input {
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    color: #5d5d5d;
    line-height: 1;
    font-size: 12px; }
    @media (max-width: 575px) {
      body.page-template-delivery-zones section#main-section .delivery-zone-section input {
        padding: 10px 10px; }
        body.page-template-delivery-zones section#main-section .delivery-zone-section input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 10px; }
        body.page-template-delivery-zones section#main-section .delivery-zone-section input::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 10px; }
        body.page-template-delivery-zones section#main-section .delivery-zone-section input:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 10px; }
        body.page-template-delivery-zones section#main-section .delivery-zone-section input:-moz-placeholder {
          /* Firefox 18- */
          font-size: 10px; } }
  body.page-template-delivery-zones section#main-section .delivery-zone-section #delivery-zone-display {
    display: none;
    border: 1px solid var(--primary);
    background-color: whitesmoke; }
    body.page-template-delivery-zones section#main-section .delivery-zone-section #delivery-zone-display > div {
      font-size: 20px;
      padding: 10px;
      text-align: center; }
      body.page-template-delivery-zones section#main-section .delivery-zone-section #delivery-zone-display > div > :first-child {
        margin-top: 0; }
      body.page-template-delivery-zones section#main-section .delivery-zone-section #delivery-zone-display > div > :last-child {
        margin-bottom: 0; }
      body.page-template-delivery-zones section#main-section .delivery-zone-section #delivery-zone-display > div span.price-value {
        color: var(--primary); }
      body.page-template-delivery-zones section#main-section .delivery-zone-section #delivery-zone-display > div.error {
        font-size: 20px;
        color: indianred;
        width: 100%;
        text-align: left; }
body.page-template-delivery-zones section#main-section .info-section {
  margin-top: 50px; }
  body.page-template-delivery-zones section#main-section .info-section img {
    max-height: 70px;
    width: auto; }
  body.page-template-delivery-zones section#main-section .info-section h3 {
    margin: 10px 0 5px; }
  @media (max-width: 767px) {
    body.page-template-delivery-zones section#main-section .info-section img {
      max-height: 70px;
      display: block;
      margin: 0 auto; }
    body.page-template-delivery-zones section#main-section .info-section h3 {
      text-align: center;
      margin: 5px 0 10px; } }

.delivery-main #deliveries_table_wrapper {
  padding: 0px; }
  .delivery-main #deliveries_table_wrapper table {
    margin: 0 !important;
    border: 1px solid #5d5d5d; }
    .delivery-main #deliveries_table_wrapper table th {
      background: #5d5d5d;
      color: white;
      border: none;
      font-size: 14px;
      padding: 20px 30px; }
      .delivery-main #deliveries_table_wrapper table th:before {
        display: none; }
      .delivery-main #deliveries_table_wrapper table th.sorting:after, .delivery-main #deliveries_table_wrapper table th.sorting_asc:after, .delivery-main #deliveries_table_wrapper table th.sorting_desc:after {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        position: static;
        display: inline;
        margin-left: 15px; }
      .delivery-main #deliveries_table_wrapper table th.sorting:after {
        content: '\f0da'; }
      .delivery-main #deliveries_table_wrapper table th.sorting_asc:after {
        content: '\f0d8';
        opacity: 1; }
      .delivery-main #deliveries_table_wrapper table th.sorting_desc:after {
        content: '\f0d7'; }
    .delivery-main #deliveries_table_wrapper table tr.even {
      background: #EEE; }
    .delivery-main #deliveries_table_wrapper table td {
      padding: 20px 30px;
      font-size: 14px; }
    .delivery-main #deliveries_table_wrapper table i.fa-pencil-alt,
    .delivery-main #deliveries_table_wrapper table i.fa-eye,
    .delivery-main #deliveries_table_wrapper table i.fa-times-circle,
    .delivery-main #deliveries_table_wrapper table i.fa-calendar-alt {
      color: grey;
      transition: color 0.2s ease;
      font-size: 16px; }
    .delivery-main #deliveries_table_wrapper table i.fa-pencil-alt:hover,
    .delivery-main #deliveries_table_wrapper table i.fa-eye:hover,
    .delivery-main #deliveries_table_wrapper table i.fa-calendar-alt:hover {
      color: var(--primary); }
    .delivery-main #deliveries_table_wrapper table i.fa-times-circle:hover {
      color: #f55b43; }
    .delivery-main #deliveries_table_wrapper table div.cancelBtn,
    .delivery-main #deliveries_table_wrapper table div.rescheduleBtn {
      margin-left: 25px; }
    .delivery-main #deliveries_table_wrapper table div.previewBtn, .delivery-main #deliveries_table_wrapper table div.cancelBtn, .delivery-main #deliveries_table_wrapper table div.editBtn, .delivery-main #deliveries_table_wrapper table div.rescheduleBtn {
      cursor: pointer;
      display: inline; }
    .delivery-main #deliveries_table_wrapper table tr:not(.status-pending) div.cancelBtn,
    .delivery-main #deliveries_table_wrapper table tr:not(.status-pending) div.rescheduleBtn {
      display: none; }
  .delivery-main #deliveries_table_wrapper div.dataTables_paginate {
    margin-top: 25px; }
    .delivery-main #deliveries_table_wrapper div.dataTables_paginate:not(.show-pagination) {
      display: none; }
    .delivery-main #deliveries_table_wrapper div.dataTables_paginate .page-item.active .page-link {
      color: white;
      background-color: #5d5d5d;
      border-color: #5d5d5d; }
    .delivery-main #deliveries_table_wrapper div.dataTables_paginate .page-link {
      color: #5d5d5d; }

#delivery-preview-modal .btn-red {
  border: 2px solid indianred;
  background-color: white;
  color: #5d5d5d; }
  #delivery-preview-modal .btn-red:hover {
    background: indianred;
    color: white; }
#delivery-preview-modal:not([data-status=Pending]) .btn-cancel {
  display: none; }
#delivery-preview-modal .modal-body {
  padding-top: 20px; }
#delivery-preview-modal .delivery-info {
  margin-bottom: 10px; }
  #delivery-preview-modal .delivery-info .label {
    font-weight: bold; }
#delivery-preview-modal #mp-delivery-view {
  margin-top: 15px; }
  #delivery-preview-modal #mp-delivery-view h3 {
    font-family: "Work Sans", Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 18px; }
#delivery-preview-modal .item-type-wrap.no-items {
  display: none; }
#delivery-preview-modal .item-type-wrap:not(.no-border) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
#delivery-preview-modal .delivery-meals {
  margin: -3px;
  text-align: left;
  margin-bottom: 8px; }
  #delivery-preview-modal .delivery-meals .delivery-selection-box, #delivery-preview-modal .delivery-meals .delivery-selected-item {
    width: 133px;
    margin: 3px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    transition: 300ms all ease;
    position: relative;
    vertical-align: top;
    overflow: hidden; }
    #delivery-preview-modal .delivery-meals .delivery-selection-box span, #delivery-preview-modal .delivery-meals .delivery-selected-item span {
      display: block; }
      #delivery-preview-modal .delivery-meals .delivery-selection-box span.meal-plan-plus, #delivery-preview-modal .delivery-meals .delivery-selected-item span.meal-plan-plus {
        font-size: 28px;
        font-weight: lighter;
        margin-top: 35px;
        line-height: 22px; }
      #delivery-preview-modal .delivery-meals .delivery-selection-box span.add, #delivery-preview-modal .delivery-meals .delivery-selected-item span.add {
        font-weight: bolder;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 5px; }
    #delivery-preview-modal .delivery-meals .delivery-selection-box .meal-type-banner, #delivery-preview-modal .delivery-meals .delivery-selected-item .meal-type-banner {
      position: absolute;
      width: 100%;
      color: #fff;
      text-align: left;
      background-color: rgba(var(--primary-rgb), 0.8);
      padding: 5px;
      font-size: 14px;
      text-transform: uppercase; }
      #delivery-preview-modal .delivery-meals .delivery-selection-box .meal-type-banner .remove-item, #delivery-preview-modal .delivery-meals .delivery-selected-item .meal-type-banner .remove-item {
        float: right;
        font-size: 24px;
        line-height: 14px;
        position: relative;
        top: 3px;
        cursor: pointer;
        transition: 300ms all ease; }
        #delivery-preview-modal .delivery-meals .delivery-selection-box .meal-type-banner .remove-item:hover, #delivery-preview-modal .delivery-meals .delivery-selected-item .meal-type-banner .remove-item:hover {
          color: indianred; }
    #delivery-preview-modal .delivery-meals .delivery-selection-box .img-container, #delivery-preview-modal .delivery-meals .delivery-selected-item .img-container {
      height: 105px;
      overflow: hidden;
      width: 100%; }
    #delivery-preview-modal .delivery-meals .delivery-selection-box .item-title, #delivery-preview-modal .delivery-meals .delivery-selected-item .item-title {
      background: none;
      pointer-events: none;
      text-align: left;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px; }
    #delivery-preview-modal .delivery-meals .delivery-selection-box.delivery-selection-box, #delivery-preview-modal .delivery-meals .delivery-selected-item.delivery-selection-box {
      cursor: pointer;
      height: 105px;
      background-color: #fff; }
      #delivery-preview-modal .delivery-meals .delivery-selection-box.delivery-selection-box:hover, #delivery-preview-modal .delivery-meals .delivery-selected-item.delivery-selection-box:hover {
        background-color: var(--primary); }
        #delivery-preview-modal .delivery-meals .delivery-selection-box.delivery-selection-box:hover span, #delivery-preview-modal .delivery-meals .delivery-selected-item.delivery-selection-box:hover span {
          color: #fff; }

.reschedule-delivery-calendar {
  width: 300px;
  margin: 30px auto 0px; }

.reschedule-message {
  text-align: center; }
  .reschedule-message .warning-msg {
    color: red;
    font-weight: bold; }

#reschedule-msg-box {
  display: none;
  font-size: 500;
  font-weight: bold;
  color: #FFBF00; }

#delivery-reschedule-modal .modal-body {
  padding-top: 10px; }

@media screen and (max-width: 768px) {
  .action-icons {
    display: flex;
    flex-direction: column; }
    .action-icons div.rescheduleBtn,
    .action-icons div.cancelBtn {
      margin-left: 0px !important;
      padding-top: 10px !important; } }

.reschedule-confirm {
  background: white;
  color: #5d5d5d; }
  .reschedule-confirm:hover {
    background: var(--primary);
    color: white; }

@media screen and (max-width: 576px) {
  .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .modal-footer .btn, .modal-footer .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .modal-footer input[type=submit], .modal-footer #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder .modal-footer #ak-delivery-edit-cancel-link, .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment .modal-footer input.woocommerce-Button {
      margin-top: 10px; }
      .modal-footer .btn:last-of-type, .modal-footer .gform_wrapper .gform_footer input[type=submit]:last-of-type, .gform_wrapper .gform_footer .modal-footer input[type=submit]:last-of-type, .modal-footer #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link:last-of-type, #ak-delivery-edit-cancel-holder .modal-footer #ak-delivery-edit-cancel-link:last-of-type, .modal-footer #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button:last-of-type, #payment-info-section .woocommerce form#add_payment_method #payment .modal-footer input.woocommerce-Button:last-of-type {
        margin-bottom: 10px; } }

.reschedule-same-day-error {
  display: none;
  font-size: 500;
  font-weight: bold;
  color: #FFBF00;
  text-align: center; }

.ordersummary-main {
  background: whitesmoke;
  padding-bottom: 70px; }
  .ordersummary-main .container {
    margin-top: 0px; }
    .ordersummary-main .container h1 {
      font-size: 36px;
      text-align: center;
      padding-top: 75px;
      font-weight: bold; }
    .ordersummary-main .container h2 {
      font-size: 18px;
      text-align: center;
      margin-bottom: 40px;
      font-weight: normal; }
    .ordersummary-main .container .account-dashboard {
      background: white; }
    .ordersummary-main .container .account-section {
      padding: 10px 30px;
      border: 1px solid whitesmoke;
      position: relative; }
      .ordersummary-main .container .account-section p {
        font-size: 14px;
        max-width: 80%; }
        .ordersummary-main .container .account-section p.mb-0 {
          font-size: 15px;
          font-weight: 500; }
      .ordersummary-main .container .account-section a {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: 300ms all ease; }
        .ordersummary-main .container .account-section a:hover {
          text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .ordersummary-main .container .account-section a {
            position: static; } }
      .ordersummary-main .container .account-section img.payment-method-image {
        margin-right: 10px; }
    .ordersummary-main .container .deliveries .delivery {
      background: white; }
      .ordersummary-main .container .deliveries .delivery > div {
        border: 1px solid whitesmoke;
        padding: 30px; }
      .ordersummary-main .container .deliveries .delivery span {
        font-weight: 500; }
      .ordersummary-main .container .deliveries .delivery .meal {
        padding-top: 10px;
        padding-bottom: 10px; }
        .ordersummary-main .container .deliveries .delivery .meal .text {
          padding-left: 10px; }
        .ordersummary-main .container .deliveries .delivery .meal p {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.1; }
      .ordersummary-main .container .deliveries .delivery img {
        width: 100%;
        height: auto; }
      .ordersummary-main .container .deliveries .delivery .subtotal-title {
        font-weight: 500;
        padding: 10px 15px; }
      .ordersummary-main .container .deliveries .delivery .subtotal {
        padding: 10px 15px;
        color: gray; }
        .ordersummary-main .container .deliveries .delivery .subtotal p {
          margin-bottom: 0; }
    .ordersummary-main .container #store-credit {
      border-top: 4px solid var(--primary);
      padding: 15px 30px;
      background-color: #fff; }
      .ordersummary-main .container #store-credit h4 {
        font-family: "Work Sans", Arial, sans-serif;
        font-weight: normal;
        font-size: 22px;
        margin-bottom: 20px; }
      .ordersummary-main .container #store-credit span {
        font-weight: normal;
        font-size: 18px; }
    .ordersummary-main .container .checkout {
      align-items: center;
      background: var(--primary);
      color: white;
      min-height: 120px;
      margin-top: -10px;
      margin-left: 0px;
      margin-right: 0px; }
      .ordersummary-main .container .checkout > div {
        padding: 16px 30px;
        margin-top: 5px; }
      .ordersummary-main .container .checkout .points {
        border-right: 2px solid white;
        display: table; }
        .ordersummary-main .container .checkout .points .line1 {
          line-height: 1;
          font-size: 48px;
          font-weight: 600;
          margin-bottom: 0px;
          margin-top: -5px;
          text-align: center; }
        .ordersummary-main .container .checkout .points .line2 {
          line-height: 1;
          font-weight: 500;
          font-size: 32px;
          margin-bottom: 0px;
          text-align: center; }
      .ordersummary-main .container .checkout .redeem {
        margin-top: 0;
        flex: 1; }
        .ordersummary-main .container .checkout .redeem p {
          font-weight: 600;
          font-size: 15px;
          line-height: 1.2; }
          .ordersummary-main .container .checkout .redeem p a {
            color: white;
            text-decoration: underline; }
        .ordersummary-main .container .checkout .redeem #text-redeem-points {
          color: white;
          text-decoration: underline; }
          .ordersummary-main .container .checkout .redeem #text-redeem-points:hover {
            cursor: pointer; }
        @media only screen and (max-width: 991px) {
          .ordersummary-main .container .checkout .redeem {
            margin-top: 0px; } }
      .ordersummary-main .container .checkout .confirm-order .grand-total {
        font-weight: 400;
        font-size: 15px; }
      .ordersummary-main .container .checkout .confirm-order div:nth-child(3) {
        padding: 0px; }
      .ordersummary-main .container .checkout .confirm-order .cart-totals {
        text-align: right; }
        .ordersummary-main .container .checkout .confirm-order .cart-totals p {
          margin: 0 8px 0 0;
          line-height: 1.2; }
          @media only screen and (max-width: 1199px) {
            .ordersummary-main .container .checkout .confirm-order .cart-totals p {
              margin-right: 0px; } }
        .ordersummary-main .container .checkout .confirm-order .cart-totals span.total-box {
          width: 80px;
          display: inline-block;
          font-weight: bold; }
        .ordersummary-main .container .checkout .confirm-order .cart-totals #discount-text {
          display: none; }
        .ordersummary-main .container .checkout .confirm-order .cart-totals.is-editing {
          padding-top: 38px; }
      .ordersummary-main .container .checkout button.btn, .ordersummary-main .container .checkout #ak-delivery-edit-cancel-holder button#ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder .ordersummary-main .container .checkout button#ak-delivery-edit-cancel-link {
        padding: 10px 25px;
        border-radius: 23px;
        border: 1px solid #fff; }
      @media only screen and (max-width: 991px) {
        .ordersummary-main .container .checkout {
          height: auto; } }
    .ordersummary-main .container #error-row {
      display: none;
      padding: 10px;
      background-color: #5d5d5d;
      color: #fff;
      border-top: 4px solid indianred; }
      .ordersummary-main .container #error-row i.fa {
        color: indianred;
        margin-right: 8px; }

@media (min-width: 768px) {
  .ordersummary-main .checkout {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999; } }

@media (min-width: 768px) {
  body .checkout footer {
    padding-bottom: 120px; } }

@media (max-width: 767px) {
  .account-section {
    height: auto !important;
    overflow: auto; }
    .account-section a {
      width: 100%;
      float: left !important;
      line-height: 35px !important;
      margin-top: 0px !important; }

  .checkout {
    height: auto !important;
    margin-top: 0px !important; }

  .confirm-btn {
    padding: 0px 10px !important;
    font-size: 14px;
    transform: translate(-10px, 0px); } }
#button-redeem-points {
  padding: 10px 25px;
  border-radius: 23px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 445px) {
  .checkout > div {
    padding: 16px 15px !important; }

  .confirm-order p {
    line-height: 36px !important;
    display: block !important; } }
@media only screen and (max-width: 575px) {
  .ordersummary-main .container .checkout .confirm-order {
    border-top: 1px solid #fff; }
  .ordersummary-main .container .checkout .fixed-height {
    height: auto !important; }
    .ordersummary-main .container .checkout .fixed-height .points {
      border: none !important; }
    .ordersummary-main .container .checkout .fixed-height .redeem p {
      margin-bottom: 0px;
      margin-top: 1.2rem; }
    .ordersummary-main .container .checkout .fixed-height .cart-totals {
      text-align: left; }
      .ordersummary-main .container .checkout .fixed-height .cart-totals p {
        position: relative;
        top: 10px; }
        .ordersummary-main .container .checkout .fixed-height .cart-totals p span.total-box {
          width: auto;
          position: absolute;
          left: 120px; }
      .ordersummary-main .container .checkout .fixed-height .cart-totals.is-editing p span.total-box {
        left: 175px; }
    .ordersummary-main .container .checkout .fixed-height .confirm-order-holder {
      text-align: center; }
  .ordersummary-main .container .checkout button.btn, .ordersummary-main .container .checkout #ak-delivery-edit-cancel-holder button#ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder .ordersummary-main .container .checkout button#ak-delivery-edit-cancel-link {
    position: relative !important; } }
#button-process-order {
  background-color: white !important;
  color: black;
  font-weight: bold; }
  @media (max-width: 768px) {
    #button-process-order {
      border: 2px solid var(--primary);
      position: fixed !important;
      right: 0;
      bottom: 0;
      top: initial;
      height: 50px;
      margin: 15px; } }

#button-process-order:hover {
  background-color: white !important;
  color: var(--primary);
  border: 2px solid black; }

.terms-and-conditions-link {
  font-weight: 500; }

.terms-and-conditions-span {
  font-size: 16px !important;
  font-weight: 100 !important; }
  @media (max-width: 400px) {
    .terms-and-conditions-span {
      font-size: 14px !important; } }

.checkbox-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both; }

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid var(--primary); }

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: white;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid var(--primary); }

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0; }

#payment-info-section {
  padding: 60px 0px;
  background-color: #f1f1f1;
  text-align: center; }
  #payment-info-section h1 {
    font-size: 32px;
    margin-bottom: 20px; }
  #payment-info-section #back-link {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    transition: 300ms all ease;
    margin-bottom: 10px; }
    #payment-info-section #back-link i {
      position: relative;
      right: 0px; }
    #payment-info-section #back-link:hover {
      text-decoration: none !important; }
      #payment-info-section #back-link:hover i {
        right: 8px; }
  #payment-info-section .woocommerce {
    max-width: 800px;
    margin: 0 auto; }
    #payment-info-section .woocommerce .shop_table {
      background-color: #fff;
      border-radius: 0px;
      border: none; }
    #payment-info-section .woocommerce form#add_payment_method #payment, #payment-info-section .woocommerce form#add_payment_method .payment_method_moneris, #payment-info-section .woocommerce form#add_payment_method .payment_method_moneris:before {
      background-color: #fff;
      border: none; }
    #payment-info-section .woocommerce form#add_payment_method #payment_method_moneris, #payment-info-section .woocommerce form#add_payment_method label[for="payment_method_moneris"] {
      display: none; }
    #payment-info-section .woocommerce form#add_payment_method #payment {
      border-radius: 0px; }
      #payment-info-section .woocommerce form#add_payment_method #payment div.form-row {
        position: relative;
        padding: 50px; }
      #payment-info-section .woocommerce form#add_payment_method #payment input {
        border: none;
        background-color: whitesmoke; }
        #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button {
          position: absolute;
          top: 23px;
          right: 1em;
          padding: 16px 25px;
          border-radius: 25px; }
          @media only screen and (max-width: 768px) {
            #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button {
              position: static;
              margin-bottom: 0; } }
    #payment-info-section .woocommerce .woocommerce-error {
      text-align: left; }

main.thankyou-main {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: whitesmoke; }
  main.thankyou-main .thankyou-box {
    background: #fff;
    padding: 100px 50px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto; }
    main.thankyou-main .thankyou-box h1 {
      font-size: 32px;
      font-weight: bold; }
    main.thankyou-main .thankyou-box .content {
      padding: 10px 0;
      max-width: 600px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 30px;
      color: #5d5d5d; }
      main.thankyou-main .thankyou-box .content > *:last-child {
        margin-bottom: 0; }
    main.thankyou-main .thankyou-box .bullets-wrap {
      margin-top: 35px;
      margin-bottom: 45px; }
    main.thankyou-main .thankyou-box ul {
      list-style: none;
      padding: 0;
      margin: -15px 0 0; }
      main.thankyou-main .thankyou-box ul li {
        margin-top: 15px;
        text-align: left;
        vertical-align: top;
        font-size: 14px;
        font-weight: 400;
        position: relative; }
        main.thankyou-main .thankyou-box ul li .text {
          flex-grow: 0;
          flex-basis: auto;
          width: 100%;
          text-align: center; }
        main.thankyou-main .thankyou-box ul li i {
          color: var(--primary);
          position: absolute;
          left: -8px;
          top: 5px; }
        main.thankyou-main .thankyou-box ul li img {
          width: 25px;
          height: auto; }
        @media (min-width: 576px) {
          main.thankyou-main .thankyou-box ul li .row {
            flex-wrap: nowrap; }
          main.thankyou-main .thankyou-box ul li .text {
            width: fit-content;
            text-align: left;
            padding-left: 0.5em; } }
    @media only screen and (max-width: 980px) {
      main.thankyou-main .thankyou-box p {
        padding: 10px 30px; } }
    @media only screen and (max-width: 600px) {
      main.thankyou-main .thankyou-box {
        padding: 50px 20px; } }

/* 
    Gift Card SASS styling  
*/
#gift_page {
  /* 
      SASS for when validation fails 
  */ }
  #gift_page .points-summary {
    background: white; }
    #gift_page .points-summary .container {
      padding-right: 0%; }
  #gift_page .points-summary-box {
    text-align: center;
    transition: all .15s ease-in-out;
    background: gray; }
    #gift_page .points-summary-box.active, #gift_page .points-summary-box:hover {
      text-align: center;
      transition: all .15s ease-in-out;
      cursor: pointer;
      background: var(--primary) !important; }
  #gift_page input[type=text], #gift_page select, #gift_page textarea {
    width: 100%; }
  #gift_page .points-summary-content input {
    font-size: 85%;
    padding: 12px;
    border: 1px solid #ccc; }
  #gift_page textarea {
    resize: vertical; }
  #gift_page select {
    padding: 9px 12px; }
  #gift_page .col-sm-4 {
    max-width: 22.333333%;
    min-width: 125px; }
  #gift_page #error-msg {
    padding-right: 75px;
    font-weight: bold;
    color: #ff0000;
    text-align: center; }
  #gift_page .gform_wrapper div.validation_error {
    color: #ff0000;
    background: #f2f2f2;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 25px;
    border-top: none;
    border-bottom: none;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center; }
  #gift_page .gfield_error {
    background: none; }
    #gift_page .gfield_error .validation_message {
      color: #ff0000;
      font-weight: 600; }
  #gift_page .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #ff0000; }
  #gift_page .gform_wrapper li.gfield.gfield_error {
    margin-bottom: 6px;
    border-top: none;
    border-bottom: none;
    padding-top: 8px;
    box-sizing: border-box; }
  #gift_page .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px; }

/* 
    Gift Card Checkout SASS styling  
*/
body.woocommerce-checkout .gifts-checkout-page #billing_email_field {
  visibility: hidden; }
body.woocommerce-checkout .gifts-checkout-page form.woocommerce-checkout input[type="text"] {
  border-radius: 3px;
  background-color: white;
  color: #444; }
body.woocommerce-checkout .gifts-checkout-page input:not([type=radio]):not([type=checkbox]), body.woocommerce-checkout .gifts-checkout-page select, body.woocommerce-checkout .gifts-checkout-page textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical; }
body.woocommerce-checkout .gifts-checkout-page h1, body.woocommerce-checkout .gifts-checkout-page #order_review_heading {
  padding-left: 12px; }
body.woocommerce-checkout .gifts-checkout-page .form-row {
  display: block; }
body.woocommerce-checkout .gifts-checkout-page #customer_details {
  margin-top: 30px;
  font-size: 14px; }
  body.woocommerce-checkout .gifts-checkout-page #customer_details > .col-12 {
    padding: 0; }
  body.woocommerce-checkout .gifts-checkout-page #customer_details #billing_email_field {
    display: none; }
  body.woocommerce-checkout .gifts-checkout-page #customer_details .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -3px; }
    body.woocommerce-checkout .gifts-checkout-page #customer_details .woocommerce-billing-fields__field-wrapper .form-row {
      margin: 0 0 10px;
      padding: 3px; }
  body.woocommerce-checkout .gifts-checkout-page #customer_details h3 {
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400; }
  body.woocommerce-checkout .gifts-checkout-page #customer_details label {
    margin-bottom: 0; }
  body.woocommerce-checkout .gifts-checkout-page #customer_details input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  body.woocommerce-checkout .gifts-checkout-page #customer_details textarea {
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    color: #5d5d5d;
    border-radius: 0; }
    body.woocommerce-checkout .gifts-checkout-page #customer_details input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[readonly],
    body.woocommerce-checkout .gifts-checkout-page #customer_details textarea[readonly] {
      background-color: whitesmoke; }
  body.woocommerce-checkout .gifts-checkout-page #customer_details .select2 {
    font-size: inherit;
    color: #5d5d5d;
    font-weight: 400; }
    body.woocommerce-checkout .gifts-checkout-page #customer_details .select2.select2-container {
      width: 100% !important; }
    body.woocommerce-checkout .gifts-checkout-page #customer_details .select2 .select2-selection--single {
      height: auto;
      border-radius: 0;
      border: 1px solid #dbdbdb; }
      body.woocommerce-checkout .gifts-checkout-page #customer_details .select2 .select2-selection--single .select2-selection__rendered {
        padding: 10px 15px;
        line-height: 16px;
        color: inherit; }
      body.woocommerce-checkout .gifts-checkout-page #customer_details .select2 .select2-selection--single .select2-selection__arrow {
        height: 0;
        width: 0;
        top: 50%;
        right: 15px; }
        body.woocommerce-checkout .gifts-checkout-page #customer_details .select2 .select2-selection--single .select2-selection__arrow b {
          border-color: var(--primary) transparent transparent transparent; }
    body.woocommerce-checkout .gifts-checkout-page #customer_details .select2.select2-container--open .select2-selection__arrow b {
      border-color: transparent transparent var(--primary) transparent; }
body.woocommerce-checkout .gifts-checkout-page #order_review_heading {
  margin: 30px 0 8px; }
body.woocommerce-checkout .gifts-checkout-page .woocommerce-checkout-review-order-table {
  margin-bottom: 30px; }
body.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid .select2-container, body.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid input.input-text, body.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #ff0000; }
body.woocommerce-checkout .form-row .button {
  color: white !important;
  background-color: var(--primary) !important;
  width: 300px; }
  body.woocommerce-checkout .form-row .button:hover {
    color: var(--primary) !important;
    background-color: white !important; }
body.woocommerce-checkout .form-row p .form-row-wide {
  display: none !important; }

body.woocommerce-checkout main section h1 {
  display: none; }
body.woocommerce-checkout main section article h1 {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 60px;
  padding-top: -100px; }

.user-logs-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }
  .user-logs-table .user-log-header {
    padding: 6px 12px;
    font-weight: 700;
    text-align: left;
    font-size: .85em; }
  .user-logs-table .user-log-cell {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    text-align: left;
    font: 100 13px/1.5 "Work Sans", "Arial", sans-serif;
    color: #000; }

#posts-archive .main-blog {
  margin: 40px 0 60px; }
#posts-archive .container {
  margin: 0 auto; }
#posts-archive .pagination-wrap {
  margin: 60px 0 0; }
#posts-archive .filters {
  --input-border: 1px solid #C9C9C9;
  --input-border-radius: 0;
  --input-padding-y: 12px;
  --input-padding-x: 15px;
  margin-bottom: 40px; }
  #posts-archive .filters > .row {
    --gutter-x: 40px;
    --gutter-y: 20px;
    margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
    #posts-archive .filters > .row > * {
      margin: var(--gutter-y) 0 0;
      padding: 0 calc( var( --gutter-x ) * .5 );
      flex: 0 0 auto; }
  #posts-archive .filters .cats-col,
  #posts-archive .filters .search-col {
    width: 100%; }
  @media (min-width: 768px) {
    #posts-archive .filters .cats-col {
      max-width: 50%;
      width: max-content; }
    #posts-archive .filters .search-col {
      margin-left: auto;
      width: 50%; } }
  #posts-archive .filters .category-nav li {
    padding: .5em 1em;
    margin: 0; }
  #posts-archive .filters .category-nav a {
    color: #5d5d5d;
    position: relative; }
  #posts-archive .filters .category-nav li.current-cat a,
  #posts-archive .filters .category-nav a:hover,
  #posts-archive .filters .category-nav a:focus {
    color: var(--primary);
    -webkit-text-stroke: .5px;
    text-decoration: underline; }
  #posts-archive .filters #category-nav-wrap {
    position: relative; }
  #posts-archive .filters #toggle-category-nav {
    width: 100%;
    appearance: none;
    color: #5d5d5d;
    border: var(--input-border);
    border-radius: var(--input-border-radius);
    background-color: transparent;
    padding: var(--input-padding-y) calc( var( --input-padding-x ) + 2.5em ) var(--input-padding-y) var(--input-padding-x);
    text-align: left;
    cursor: pointer;
    transition: .3s ease; }
    #posts-archive .filters #toggle-category-nav:hover, #posts-archive .filters #toggle-category-nav:focus {
      border-color: var(--primary);
      color: var(--primary); }
    #posts-archive .filters #toggle-category-nav span:first-child:not(:last-child) {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    #posts-archive .filters #toggle-category-nav:after {
      position: absolute;
      top: 50%;
      right: var(--input-padding-x);
      transform: translateY(-50%);
      content: '\f078';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      margin-left: 1em; }
  #posts-archive .filters #category-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    top: calc( 100% + 10px );
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
    transition: .3s ease; }
    #posts-archive .filters #category-nav[aria-hidden=true] {
      opacity: 0;
      visibility: hidden; }
  #posts-archive .filters form.search {
    position: relative; }
    #posts-archive .filters form.search input {
      width: 100%;
      border: var(--input-border);
      border-radius: var(--input-border-radius);
      background-color: transparent;
      padding: var(--input-padding-y) calc( var( --input-padding-x ) + 2.5em ) var(--input-padding-y) var(--input-padding-x); }
    #posts-archive .filters form.search button {
      appearance: none;
      position: absolute;
      right: var(--input-padding-x);
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      border: 0;
      background-color: transparent;
      cursor: pointer;
      transition: color .3s ease; }
      #posts-archive .filters form.search button:not(:hover):not(:focus) {
        color: var(--primary); }
#posts-archive .results {
  overflow-x: hidden; }
  #posts-archive .results > .row {
    --gutter-x: 40px;
    --gutter-y: 60px;
    margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
#posts-archive article {
  margin: var(--gutter-y) 0 0;
  padding: 0 calc( var( --gutter-x ) * .5 );
  width: 100%;
  flex-basis: auto; }
  @media (min-width: 768px) {
    #posts-archive article {
      width: 50%; } }
  #posts-archive article img {
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 550 / 460;
    width: 100%;
    margin-bottom: 12px; }
  #posts-archive article .meta {
    font-size: 13px; }
    #posts-archive article .meta .row {
      --gutter-x: 10px;
      --gutter-y: 15px;
      margin: calc( var( --gutter-y ) * -1 ) calc( var( --gutter-x ) * -.5 ) 0; }
      #posts-archive article .meta .row > * {
        margin: var(--gutter-y) 0 0;
        padding: 0 calc( var( --gutter-x ) * .5 ); }
    #posts-archive article .meta > .row {
      align-items: baseline; }
    #posts-archive article .meta .row.terms {
      align-items: center; }
  #posts-archive article .date {
    color: var(--primary); }
  #posts-archive article .term {
    padding: 4px 7px;
    background-color: whitesmoke;
    color: #5d5d5d;
    border-radius: 999px;
    text-decoration: none;
    transition: .3s ease; }
    #posts-archive article .term:hover, #posts-archive article .term:focus {
      color: whitesmoke;
      background-color: #5d5d5d; }
  #posts-archive article h2 {
    line-height: 1.28125; }
    #posts-archive article h2 a {
      color: black;
      transition: .3s ease;
      text-decoration: none !important; }
      #posts-archive article h2 a:hover, #posts-archive article h2 a:focus {
        color: var(--primary); }
  #posts-archive article .wysiwyg-content {
    margin-top: 14px;
    line-height: 1.5; }
    #posts-archive article .wysiwyg-content p {
      line-height: inherit; }
  #posts-archive article .btn, #posts-archive article .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer #posts-archive article input[type=submit], #posts-archive article #ak-delivery-edit-cancel-holder #ak-delivery-edit-cancel-link, #ak-delivery-edit-cancel-holder #posts-archive article #ak-delivery-edit-cancel-link, #posts-archive article #payment-info-section .woocommerce form#add_payment_method #payment input.woocommerce-Button, #payment-info-section .woocommerce form#add_payment_method #payment #posts-archive article input.woocommerce-Button {
    margin-top: 24px; }
#posts-archive div#no-result {
  text-align: center;
  margin: 40px 0;
  font-size: 1.25em; }

body.page-template-nutricater main {
  --primary: #ff6c00;
  --primary-rgb: 255, 108, 0; }

/*# sourceMappingURL=main.css.map */
