@charset "UTF-8";
/*
Theme Name: Private Water Git
Theme URI: http://husumwater.dk/wp-content/themes/husum/
Description: Husum Water theme.
Tags: green, two-columns, right-sidebar
Author: Lars Pham
Author URI: http://camp-fire.dk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version:2.6
Text Domain: husum
*/
/* Import bootstrap */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Core variables and mixins*/
/* Reset and dependencies */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Core CSS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Utility classes*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Import variables */
/* Variable fonts */
/* Margin sizes on elements */
/* Variable colors */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.overlay.gradient {
  background: #a89f86;
  background: -moz-linear-gradient(top, #a89f86 0%, #690d26 100%);
  background: -webkit-linear-gradient(top, #a89f86 0%, #690d26 100%);
  background: linear-gradient(to bottom, #a89f86 0%, #690d26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a89f86', endColorstr='#690d26',GradientType=0 );
  opacity: 0.85;
}
.overlay.red {
  background: #690d26;
  opacity: 0.85;
}
.overlay.blue {
  background: #00385d;
  opacity: 0.85;
}
.overlay.brown {
  background: #cec3aa;
  opacity: 0.85;
}
.overlay.fill {
  opacity: 1;
}

/* Import fontawesome */
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* // Variables
// -------------------------- */
/* //$fa-font-path:        "../fonts" !default; */
/* // for referencing Bootstrap CDN font files directly */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

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

.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-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

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

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

.fa-plus-circle:before {
  content: "\f055";
}

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

.fa-times-circle:before {
  content: "\f057";
}

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

.fa-question-circle:before {
  content: "\f059";
}

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

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

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

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

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

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

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

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

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

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

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

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

.fa-minus-square-o:before {
  content: "\f147";
}

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

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

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

.fa-pencil-square:before {
  content: "\f14b";
}

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

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

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

.fa-venus-mars:before {
  content: "\f228";
}

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

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

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

.fa-clone:before {
  content: "\f24d";
}

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

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

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

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

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

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

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

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

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Import base */
/* Import fonts */
/* Font-sizes */
h1, h2, h3, h4 {
  margin-top: 0;
  line-height: 1;
  letter-spacing: 0.0325em;
}

h1, .h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: block;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
  }
}

h2 {
  font-family: "Quicksand";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

p {
  line-height: 1.6;
  margin-bottom: 15px;
}

body {
  background-color: #f8f8f8;
  font-family: "Quicksand", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}
body input[type] {
  border-radius: 0 !important;
  -webkit-appearance: none;
}
body input[type=search] {
  box-sizing: border-box;
}

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

input:-webkit-autofill, textarea:-webkit-autofill {
  background: #ffffff;
}

.fixed .big-container {
  padding-top: 106px;
}

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

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-60percent,
.col-sm-60percent,
.col-md-60percent,
.col-lg-60percent,
.col-xs-40percent,
.col-sm-40percent,
.col-md-40percent,
.col-lg-40percent {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.col-xs-60percent {
  width: 60%;
  float: left;
}

.col-xs-40percent {
  width: 40%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-60percent {
    width: 60%;
    float: left;
  }
  .col-sm-40percent {
    width: 40%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-md-60percent {
    width: 60%;
    float: left;
  }
  .col-md-40percent {
    width: 40%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .col-lg-60percent {
    width: 60%;
    float: left;
  }
  .col-lg-40percent {
    width: 40%;
    float: left;
  }
}
@media (min-width: 768px) {
  .vertical-align {
    display: flex;
    align-items: center;
  }
  .vertical-align.xs {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .vertical-align.xs {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .vertical-align.sm {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .vertical-align.sm {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex .flex-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex > div {
    display: flex;
    flex-flow: column;
  }
}
@media (min-width: 992px) {
  .flex-md {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md .flex-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex.container:before,
.flex.container:after,
.flex.row:before,
.flex.row:after {
  content: normal;
}

.outer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
  z-index: 9;
}
.outer-wrapper .inner-wrapper {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

/* Import layout */
header {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
header.active {
  top: 0;
}
header .logo-wrap {
  text-align: center;
}
header .logo-wrap #logo img {
  height: 50px;
}
header .menu-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}

.bottles {
  overflow: hidden;
}

footer {
  background: #282f33;
  color: #ffffff;
  font-weight: 400;
}
@media (min-width: 992px) {
  footer {
    font-size: 14px;
  }
}
footer .smiley {
  margin-top: 15px;
  display: inline-block;
}
footer .contact-wrap {
  padding: 60px 0;
}
@media (min-width: 768px) {
  footer .contact-wrap {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  footer .contact-wrap {
    padding: 0;
  }
}
footer .map {
  text-align: right;
}
footer .phone {
  font-size: 18px;
}
@media (min-width: 768px) {
  footer .phone {
    font-size: 22px;
  }
}
footer .mail {
  font-size: 18px;
}
@media (min-width: 768px) {
  footer .mail {
    font-size: 22px;
  }
}
footer .country-wrap {
  margin: 15px 0;
  font-size: 14px;
}
footer .country-wrap a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
footer .country-wrap a:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
footer .country-wrap a:hover {
  cursor: pointer;
}
footer .country-wrap a:hover:after {
  bottom: -5px;
}
footer .kontrol-wrap {
  margin: 15px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .kontrol-wrap {
    font-size: 16px;
  }
}
footer .social-links {
  margin-top: 15px;
}
footer .social-links .insta-link {
  display: inline-block;
  color: #ffffff;
  margin: 2px 0;
  text-decoration: none;
}

.subpage {
  margin-bottom: 40px;
  font-size: 16px;
}

.navigation-wrap {
  background: #00385d;
  position: fixed;
  top: 0;
  right: -120%;
  width: 80%;
  height: 100%;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media (min-width: 768px) {
  .navigation-wrap {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .navigation-wrap {
    width: 40%;
  }
}
.navigation-wrap.active {
  right: 0;
  z-index: 999;
}
.navigation-wrap .close-button {
  text-align: right;
  float: right;
  margin-bottom: 45px;
  cursor: pointer;
}
.navigation-wrap .close-button img {
  width: 24px;
}
.navigation-wrap .close-button:after {
  content: "";
  display: block;
  clear: both;
}
.navigation-wrap nav {
  padding: 30px;
}
@media (min-width: 768px) {
  .navigation-wrap nav {
    padding: 30px 60px;
  }
}
.navigation-wrap nav ul {
  clear: both;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  text-align: right;
}
.navigation-wrap nav ul li {
  margin-bottom: 8px;
}
.navigation-wrap nav ul li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navigation-wrap nav ul li a {
    font-size: 22px;
  }
}
.navigation-wrap nav .widget_polylang {
  margin-bottom: 20px;
}
.navigation-wrap nav .widget_polylang ul li {
  display: inline-block;
  margin-left: 15px;
}
.navigation-wrap nav .widget_polylang ul li a {
  font-size: 14px;
}
.navigation-wrap nav .widget_polylang ul li.current-lang a {
  font-weight: 600;
}
.navigation-wrap nav .logout {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: right;
}
@media (min-width: 768px) {
  .navigation-wrap nav .logout {
    font-size: 22px;
  }
}
.navigation-wrap h2 {
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  padding: 0 30px;
}
.navigation-wrap h2 a {
  color: #ffffff;
  text-decoration: none;
}
.navigation-wrap h2 a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .navigation-wrap h2 {
    padding: 0 60px;
  }
}

.overlay-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(30, 30, 30, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
}
.overlay-nav.active {
  opacity: 1;
  z-index: 998;
}

.admin_shop_link {
  display: inline-block;
  margin-bottom: 5px;
}

.signin-page {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/uploads/2018/10/forest_bg.jpg");
  background-size: cover;
}
.signin-page:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1f3462;
  opacity: 0.85;
}
.signin-page .login-wrapper .cleanlogin-container {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.signin-page .login-wrapper .cleanlogin-container .cleanlogin-field {
  background: #ffffff;
}
.signin-page .login-wrapper .cleanlogin-container .cleanlogin-field input {
  border: none;
}
.signin-page .login-wrapper .cleanlogin-container .cleanlogin-field[type=submit] {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.signin-page .login-wrapper .cleanlogin-container .cleanlogin-field[type=submit]:hover {
  background: #ffffff;
  color: #1f3462;
}
.signin-page .login-wrapper .cleanlogin-container .cleanlogin-form-bottom a {
  color: #ffffff;
  font-size: 12px;
}
.signin-page .login-wrapper .cleanlogin-container .cleanlogin-field-remember {
  display: none;
}
.signin-page .login-wrapper .cleanlogin-container .avatar {
  display: none;
}
.signin-page .login-wrapper .cleanlogin-container .cleanlogin-preview h4 {
  color: #ffffff;
}

.order-actions .button, .profile-actions .button {
  display: inline-block;
  padding: 8px 15px;
  background: #00385d;
  color: #ffffff;
  margin-bottom: 15px;
  text-decoration: none;
}
.order-actions .button.logout, .profile-actions .button.logout {
  background: black;
}
.order-actions .button-wrap, .profile-actions .button-wrap {
  width: 300px;
  display: inline-block;
  text-align: center;
  background: #00385d;
  color: #ffffff;
  padding-bottom: 15px;
  margin-right: 15px;
  text-decoration: none;
}
.order-actions .button-wrap img, .profile-actions .button-wrap img {
  margin-bottom: 15px;
}

.past-orders {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .past-orders {
    margin: 45px 0;
  }
}
.past-orders .orders-header {
  align-items: center;
  margin-bottom: 15px;
}
.past-orders .orders-header h2 {
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.past-orders .search-orders {
  background: #ffffff;
  padding: 8px 10px;
  border: 1px solid #e8e8e8;
}
.past-orders .pagination {
  margin-top: 15px;
}
.past-orders .pagination .next {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 8px 16px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.past-orders .pagination .next:hover {
  opacity: 1;
}
.past-orders h2 {
  margin-top: 30px;
  font-size: 20px;
}
.past-orders .order {
  background: #ffffff;
}
.past-orders .order form {
  margin-bottom: 0;
}
.past-orders .order h5 {
  margin: 0;
  padding: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .past-orders .order h5 {
    float: left;
    max-width: 80%;
  }
}
.past-orders .order input[type=submit] {
  background: #00385d;
  color: #ffffff;
  border: none;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .past-orders .order input[type=submit] {
    float: right;
    margin-top: 14px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.past-orders .order:nth-child(odd) {
  background: #f2f2f2;
}
.past-orders .order:after {
  content: "";
  display: block;
  clear: both;
}
.past-orders .order:hover {
  background: #e8e8e8;
}

.shop-header {
  background: #00385d;
  color: #ffffff;
}
.shop-header .logo {
  width: 130px;
  display: block;
  margin: 0 auto;
  padding: 30px 0 90px;
}
.shop-header .border-top {
  width: 100%;
  background: #ffffff;
  border-radius: 40px 40px 0 0;
  height: 40px;
}
.shop-header h1 {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -45px;
}
.shop-header h4.breadcrumbs {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.shop-header h4.breadcrumbs span {
  opacity: 0.4;
}
.shop-header h4.breadcrumbs a {
  color: #ffffff;
  opacity: 0.4;
  font-weight: 400;
  text-decoration: none;
}
.shop-header h4.breadcrumbs a:hover {
  opacity: 1;
}
.shop-header h4.breadcrumbs .active {
  font-weight: 500;
  opacity: 1;
}
.shop-header .shop-nav {
  display: flex;
  justify-content: space-between;
}
.shop-header .menu-icon {
  position: static;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.shop-header .cart {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shop-header .cart .count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  top: 5px;
  right: 5px;
  height: 15px;
  width: 15px;
  background: red;
  color: #ffffff;
  border-radius: 100%;
}

.shop {
  background: #ffffff;
}
.shop .main-wrapper {
  padding: 30px;
}
.shop .add-new-client .alert-box {
  padding: 15px;
  background: #00385d;
  color: #ffffff;
  margin-bottom: 30px;
}
.shop .add-new-client form {
  display: flex;
  flex-wrap: wrap;
}
.shop .add-new-client form .column {
  width: 50%;
}
.shop .add-new-client .newclient-form {
  display: block;
}
.shop .add-new-client .newclient-form .divider {
  margin: 20px 0px;
  width: 100%;
}
.shop .add-new-client .newclient-form .input {
  margin: 10px 0px 15px 0px;
}
.shop .add-new-client .email-column {
  width: 100%;
}
.shop .add-new-client .divider {
  height: 1px;
  background: #cccccc;
  margin: 15px auto 20px;
  width: calc(100% - 20px);
}
.shop .add-new-client .input {
  margin: 10px 10px 15px 10px;
}
.shop .add-new-client .newclient-sectionheader {
  font-size: 18px;
  font-weight: 700;
  color: #00385d;
  margin-top: 7px;
}
.shop .add-new-client label {
  margin-bottom: 2px;
  color: #00385d;
  display: flex;
  gap: 10px;
  align-items: center;
}
.shop .add-new-client label .tooltip-wrap {
  position: relative;
}
.shop .add-new-client label .tooltip-wrap svg {
  width: 14px;
}
.shop .add-new-client label .tooltip-wrap:hover .tooltip.selected {
  display: block;
}
.shop .add-new-client label .tooltip-wrap .tooltip {
  background: #00385d;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  display: none;
  position: absolute;
  width: 200px;
  bottom: 100%;
}
.shop .add-new-client input[type=text], .shop .add-new-client input[type=tel], .shop .add-new-client input[type=email], .shop .add-new-client textarea {
  border: 1px solid #CDD4D9;
  padding: 10px;
  border-radius: 3px !important;
  display: block;
  width: 100%;
  font-size: 16px;
}
.shop .add-new-client input[type=text].invalid, .shop .add-new-client input[type=tel].invalid, .shop .add-new-client input[type=email].invalid, .shop .add-new-client textarea.invalid {
  border-color: red;
}
.shop .add-new-client .alert {
  font-size: 10px;
  color: red;
  position: absolute;
}
.shop .add-new-client textarea {
  height: 129px;
}
.shop .add-new-client input[type=submit] {
  background: #00385d;
  color: #ffffff;
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: block;
  margin: 30px auto 0;
}
.shop .add-new-client input[type=submit]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.shop .add-new-client .phone-input {
  display: flex;
  border: 1px solid #CDD4D9;
  border-radius: 3px;
}
.shop .add-new-client .phone-input input {
  border: none;
  font-size: 16px;
  flex: 1;
  padding: 0 10px;
}
.shop .add-new-client .phone-input select {
  border: none;
  border-right: 1px solid #CDD4D9;
  padding: 10px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
}
.shop .next-step {
  background: #00385d;
  color: #ffffff;
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: block;
  min-width: 275px;
  text-transform: uppercase;
  margin: 30px auto 0;
}
.shop .ghost-button {
  border: 1px solid #00385d;
  color: #00385d;
  min-width: 275px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: inline-block;
  text-transform: uppercase;
  margin: 30px auto 0;
}

.shop .login-form {
  max-width: 300px;
  margin: 15px auto;
}
.shop .login-form .input {
  margin-bottom: 15px;
}
.shop .login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.shop .login-form input[type=text], .shop .login-form input[type=password] {
  border: 1px solid #CDD4D9;
  padding: 10px;
  border-radius: 3px !important;
  display: block;
  width: 100%;
  font-size: 16px;
}
.shop .login-form input[type=submit] {
  width: 100%;
  background: #00385d;
  color: #ffffff;
  border-radius: 3px !important;
  border: none;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 18px;
}
.shop .login-form .forgotten-pw {
  text-align: right;
  display: block;
  margin-top: -10px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.shop .login-form .newuser {
  width: 100%;
  border: 1px solid #ccc;
  color: #aaa;
  text-decoration: none;
  border-radius: 3px;
  padding: 15px 0;
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
}

.shop-header {
  background: #00385d;
  color: #ffffff;
}
.shop-header .logo {
  width: 130px;
  display: block;
  margin: 0 auto;
  padding: 30px 0 90px;
}
.shop-header .border-top {
  width: 100%;
  background: #ffffff;
  border-radius: 40px 40px 0 0;
  height: 40px;
}
.shop-header h1 {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -45px;
}
.shop-header h4.breadcrumbs {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.shop-header h4.breadcrumbs span {
  opacity: 0.4;
}
.shop-header h4.breadcrumbs a {
  color: #ffffff;
  opacity: 0.4;
  font-weight: 400;
  text-decoration: none;
}
.shop-header h4.breadcrumbs a:hover {
  opacity: 1;
}
.shop-header h4.breadcrumbs .active {
  font-weight: 500;
  opacity: 1;
}
.shop-header .shop-nav {
  display: flex;
  justify-content: space-between;
}
.shop-header .menu-icon {
  position: static;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.shop-header .cart {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shop-header .cart .count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  top: 5px;
  right: 5px;
  height: 15px;
  width: 15px;
  background: red;
  color: #ffffff;
  border-radius: 100%;
}

.shop {
  background: #ffffff;
}
.shop .main-wrapper {
  padding: 30px;
}
.shop .add-new-client .alert-box {
  padding: 15px;
  background: #00385d;
  color: #ffffff;
  margin-bottom: 30px;
}
.shop .add-new-client form {
  display: flex;
  flex-wrap: wrap;
}
.shop .add-new-client form .column {
  width: 50%;
}
.shop .add-new-client .newclient-form {
  display: block;
}
.shop .add-new-client .newclient-form .divider {
  margin: 20px 0px;
  width: 100%;
}
.shop .add-new-client .newclient-form .input {
  margin: 10px 0px 15px 0px;
}
.shop .add-new-client .email-column {
  width: 100%;
}
.shop .add-new-client .divider {
  height: 1px;
  background: #cccccc;
  margin: 15px auto 20px;
  width: calc(100% - 20px);
}
.shop .add-new-client .input {
  margin: 10px 10px 15px 10px;
}
.shop .add-new-client .newclient-sectionheader {
  font-size: 18px;
  font-weight: 700;
  color: #00385d;
  margin-top: 7px;
}
.shop .add-new-client label {
  margin-bottom: 2px;
  color: #00385d;
  display: flex;
  gap: 10px;
  align-items: center;
}
.shop .add-new-client label .tooltip-wrap {
  position: relative;
}
.shop .add-new-client label .tooltip-wrap svg {
  width: 14px;
}
.shop .add-new-client label .tooltip-wrap:hover .tooltip.selected {
  display: block;
}
.shop .add-new-client label .tooltip-wrap .tooltip {
  background: #00385d;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  display: none;
  position: absolute;
  width: 200px;
  bottom: 100%;
}
.shop .add-new-client input[type=text], .shop .add-new-client input[type=tel], .shop .add-new-client input[type=email], .shop .add-new-client textarea {
  border: 1px solid #CDD4D9;
  padding: 10px;
  border-radius: 3px !important;
  display: block;
  width: 100%;
  font-size: 16px;
}
.shop .add-new-client input[type=text].invalid, .shop .add-new-client input[type=tel].invalid, .shop .add-new-client input[type=email].invalid, .shop .add-new-client textarea.invalid {
  border-color: red;
}
.shop .add-new-client .alert {
  font-size: 10px;
  color: red;
  position: absolute;
}
.shop .add-new-client textarea {
  height: 129px;
}
.shop .add-new-client input[type=submit] {
  background: #00385d;
  color: #ffffff;
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: block;
  margin: 30px auto 0;
}
.shop .add-new-client input[type=submit]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.shop .add-new-client .phone-input {
  display: flex;
  border: 1px solid #CDD4D9;
  border-radius: 3px;
}
.shop .add-new-client .phone-input input {
  border: none;
  font-size: 16px;
  flex: 1;
  padding: 0 10px;
}
.shop .add-new-client .phone-input select {
  border: none;
  border-right: 1px solid #CDD4D9;
  padding: 10px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
}
.shop .next-step {
  background: #00385d;
  color: #ffffff;
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: block;
  min-width: 275px;
  text-transform: uppercase;
  margin: 30px auto 0;
}
.shop .ghost-button {
  border: 1px solid #00385d;
  color: #00385d;
  min-width: 275px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: inline-block;
  text-transform: uppercase;
  margin: 30px auto 0;
}

.clients-list {
  padding: 30px 60px 60px;
}
.clients-list .new-customer {
  border: 1px solid #00385d;
  color: #00385d;
  text-align: center;
  padding: 10px 30px;
}
.clients-list .new-customer:hover {
  text-decoration: none;
}
.clients-list .no-deliveries {
  margin-top: 15px;
  font-size: 16px;
}
.clients-list .no-deliveries a {
  display: inline-block;
  background: #00385d;
  color: #ffffff;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
}
.clients-list .tab {
  border: none;
  padding: 5px 10px;
  margin: 10px 0 30px;
  margin-right: 15px;
  background: #e8e8e8;
  color: #333333;
}
.clients-list .tab.active {
  background: #00385d;
  color: #ffffff;
}
.clients-list h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}
.clients-list h3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.clients-list input.search {
  border: 1px solid #CDD4D9;
  padding: 10px;
  border-radius: 3px !important;
  display: block;
  width: 100%;
  font-size: 16px;
}
.clients-list .next-step:disabled {
  background: #cccccc;
}
.clients-list .next-step.chosen {
  position: static;
  margin-top: 0;
  width: 100%;
  font-size: 14px;
  left: 25%;
  box-shadow: 0px 0px 43px 16px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 43px 16px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 43px 16px rgba(0, 0, 0, 0.13);
}
.clients-list .addnew {
  color: #00385d;
  text-decoration: underline;
}
.clients-list .add-new {
  margin-top: -40px;
}
.clients-list .client-list {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-bottom: 60px;
}
.clients-list .client-list .list-wrap {
  margin: 30px 0;
}
.clients-list .client-list .client {
  margin-bottom: 30px;
}
.clients-list .client-list .client .client-wrap {
  display: flex;
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 4px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  flex-wrap: wrap;
}
.clients-list .client-list .client .client-wrap .note {
  width: 100%;
  display: none;
  color: #ffffff;
}
.clients-list .client-list .client .client-wrap form.delete {
  position: absolute;
  top: 0;
  right: 30px;
}
.clients-list .client-list .client .client-wrap form.delete button {
  height: 30px;
  width: 30px;
  background: none;
  border: none;
}
.clients-list .client-list .client .client-wrap form.delete button:hover {
  background: #00385d;
}
.clients-list .client-list .client .client-wrap form.delete button:hover svg path {
  stroke: #ffffff;
}
.clients-list .client-list .client .client-wrap .edit-client {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.clients-list .client-list .client .client-wrap .edit-client:hover {
  background: #00385d;
}
.clients-list .client-list .client .client-wrap .edit-client:hover svg path {
  fill: #ffffff;
}
.clients-list .client-list .client .client-wrap .address-wrap {
  width: 50%;
}
.clients-list .client-list .client .client-wrap .contact-info {
  flex: 1;
}
.clients-list .client-list .client .client-wrap h3 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #CDD4D9;
  padding: 0px 0 15px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.clients-list .client-list .client .client-wrap .info-wrap {
  line-height: 1.6;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.clients-list .client-list .client .client-wrap .info-wrap .alert {
  color: red;
}
.clients-list .client-list .client:hover .client-wrap {
  background: #f8f8f8;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.clients-list .client-list .client.active .client-wrap {
  background: #00385d;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.15);
}
.clients-list .client-list .client.active .client-wrap h3 {
  color: #ffffff;
}
.clients-list .client-list .client.active .client-wrap .info-wrap {
  color: #ffffff;
}
.clients-list .client-list .client.active .client-wrap svg path {
  fill: #ffffff;
}
.clients-list .client-list .client.active .client-wrap .note {
  display: block;
}
.clients-list .bg {
  background: rgba(0, 0, 0, 0.13);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.clients-list .popup-fields {
  position: fixed;
  z-index: 1000;
  top: 30px;
  width: 600px;
  left: calc(50% - 300px);
  background: #ffffff;
  box-shadow: 0px 0px 44px 15px rgba(0, 0, 0, 0.13);
  padding: 30px;
}
.clients-list .popup-fields h3 {
  font-weight: 600;
  font-size: 22px;
  color: #00385d;
  line-height: 1.2;
  margin-bottom: 15px;
}
.clients-list .popup-fields .flex {
  display: flex;
  justify-content: space-between;
}
.clients-list .popup-fields .flex > div {
  width: calc(50% - 15px);
}
.clients-list .popup-fields label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 12px;
}
.clients-list .popup-fields input[type=text], .clients-list .popup-fields input[type=tel], .clients-list .popup-fields input[type=email], .clients-list .popup-fields input[type=number] {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ececec;
  padding: 8px;
  border-radius: 3px;
}
.clients-list .popup-fields input[type=text].missing, .clients-list .popup-fields input[type=tel].missing, .clients-list .popup-fields input[type=email].missing, .clients-list .popup-fields input[type=number].missing {
  border-color: red;
}
.clients-list .popup-fields .save {
  width: 80%;
  background: #00385d;
  color: #ffffff;
  border: none;
  line-height: 42px;
  border-radius: 5px;
}
.clients-list .popup-fields .close {
  background: #000000;
  color: #ffffff;
  width: 18%;
  border: none;
  line-height: 42px;
  border-radius: 5px;
}

.shop .product-categories {
  display: flex;
  flex-wrap: wrap;
}
.shop .product-categories .product-cat {
  width: 33.33%;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  color: #00385d;
  text-decoration: none;
}
.shop .product-categories .product-cat .cat-name {
  font-size: 16px;
  text-transform: uppercase;
}
.shop .product-categories .product-cat:hover {
  border: 1px solid #CDD4D9;
  border-radius: 4px;
}

.order-page .back-button {
  margin-bottom: 15px;
  display: inline-block;
  background: #00385d;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
}
.order-page .loader {
  text-align: center;
}
.order-page .product-list {
  display: flex;
  margin-top: 30px;
}
.order-page .product-list .product {
  width: 15.666%;
  margin: 1%;
  padding: 15px 0;
  border: 2px solid #f8f8f8;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .order-page .product-list .product {
    padding: 15px;
  }
}
.order-page .product-list .product:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.order-page .product-list .product.active {
  background: #e8e8e8;
  border: 2px solid #00385d;
  cursor: pointer;
}
.order-page .product-list .product.deactivated {
  pointer-events: none;
  opacity: 0.2;
  cursor: not-allowed;
}
.order-page .product-list .product .product-name {
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 15px;
  color: #00385d;
}
.order-page .product-list .product img {
  position: relative;
}
.order-page h3 {
  font-weight: 400;
}
.order-page h4 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 30px;
}
.order-page .nomixsizes {
  margin: 0 0 10px;
  color: #00385d;
  font-size: 12px;
}
.order-page .choice {
  margin-top: 30px;
  margin-bottom: 60px;
}
.order-page .choice.comment textarea {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.order-page .choice.comment .text_left {
  float: right;
  font-size: 12px;
}
.order-page .notice-wrap {
  margin-bottom: 30px;
  background: #00385d;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  border-radius: 10px;
}
.order-page .notice-wrap select {
  color: #000000;
}
.order-page .upload-container.disabled {
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.order-page .upload-container.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 56, 93, 0.85);
  width: 100%;
  height: 100%;
  z-index: 98;
  pointer-events: none;
}
.order-page .upload-container.disabled:after {
  content: "Vælg venligst et overlay";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  z-index: 99;
}
.order-page .caps .cap-list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.order-page .caps .cap-list.small {
  justify-content: left;
}
.order-page .caps .cap-list.small .capcolor {
  margin-right: 15px;
}
.order-page .caps .capcolor {
  background: #cccccc;
  width: 8%;
  display: flex;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 10px;
  height: 55px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.order-page .caps .capcolor span.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgba(33, 33, 33, 0.16);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-page .caps .capcolor span.circle svg {
  width: 16px;
}
.order-page .caps .capcolor .tooltip {
  font-size: 10px;
  position: absolute;
  text-align: center;
  top: calc(100% + 1px);
  background: #ffffff;
  padding: 5px;
}
.order-page .caps .capcolor .fill-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-page .caps .capcolor.clicked .fill-color {
  opacity: 1;
}
.order-page .caps .capcolor.clicked .circle {
  background-color: #ffffff !important;
  position: relative;
  z-index: 9;
}
.order-page .caps .capcolor.disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: not-allowed;
  background: white;
}
.order-page .upload .label-list {
  border: 1px solid #cccccc;
  padding: 15px 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.order-page .upload .label-list.deleting {
  opacity: 0.5;
}
.order-page .upload .label-list .label {
  padding: 15px;
  width: 33.333%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}
.order-page .upload .label-list .label .delete-label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 26px;
  padding: 3px;
  background: black;
  opacity: 0.3;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-page .upload .label-list .label .delete-label svg path {
  fill: #ffffff;
}
.order-page .upload .label-list .label .delete-label:hover {
  background: #E30613;
}
.order-page .upload .label-list .label .open_tab {
  position: absolute;
  top: 0px;
  left: 26px;
  width: 26px;
  height: 26px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00385d;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-page .upload .label-list .label .open_tab svg {
  width: 12px;
}
.order-page .upload .label-list .label .open_tab:hover {
  background: #00385d;
}
.order-page .upload .label-list .label:hover {
  background: #e8e8e8;
}
.order-page .upload .label-list .label:hover .delete-label {
  opacity: 1;
}
.order-page .upload .label-list .label.clicked {
  background: #00385d;
  color: #ffffff;
}
.order-page .upload .label-list .label.clicked .delete-label {
  display: none;
}
.order-page .upload .label-list .label.clicked .open_tab {
  left: 0;
}
.order-page .upload .label-list .label .thumbnail {
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 10px;
  background: #ffffff;
}
.order-page .upload .label-list .label .filename {
  margin-top: 10px;
  font-size: 12px;
}
.order-page .upload-wrap {
  background: #CDD4D9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-page .upload-wrap.uploaded {
  background: #6EAA66;
  color: #ffffff;
}
.order-page .upload-wrap .filename {
  color: #ffffff;
  font-size: 18px;
  margin-left: 10px;
}
.order-page .upload-wrap input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.order-page .upload-wrap button {
  border: none;
  background: none;
}
.order-page .upload-wrap button svg {
  transform: rotate(-90deg);
}
.order-page .upload-wrap:hover {
  background: #bbc3c9;
}
.order-page .uploaded_label {
  clear: both;
}
.order-page .uploaded_label embed {
  max-width: 100%;
}
.order-page .templates .templates-bg {
  cursor: pointer;
}
.order-page .templates .templates-bg.active {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.order-page .templates button {
  border: none;
  appearance: none;
  background: none;
  padding: 0;
  font-size: 12px;
  color: #cccccc;
}
.order-page .templates .templates-wrap {
  display: none;
  position: fixed;
  z-index: 10;
  background: #ffffff;
  padding: 30px;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -250px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.15);
}
.order-page .templates .templates-wrap.active {
  display: block;
}
.order-page .templates .templates-wrap .template-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.order-page .templates .templates-wrap .file {
  background: #f0f0f0;
}
.order-page .templates .templates-wrap .file:nth-child(even) {
  background: #f8f8f8;
}
.order-page .templates .templates-wrap .file a {
  padding: 10px;
  font-size: 14px;
  color: #333333;
  display: block;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-page .templates .templates-wrap .file a:hover {
  background: #00385d;
  color: #ffffff;
}
.order-page .select-input {
  width: 100%;
  border: 1px solid #CDD4D9;
  padding: 8px;
  border-radius: 4px;
  margin-top: 10px;
}
.order-page .stock-order-deliverydate input {
  width: 100%;
  border: 1px solid #CDD4D9;
  padding: 8px;
  border-radius: 4px;
  margin-top: 10px;
}
.order-page .addtocart {
  background: #00385d;
  color: #ffffff;
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: block;
  min-width: 275px;
  text-transform: uppercase;
  margin: 30px auto 0;
}
.order-page .addtocart:disabled {
  background: #c8c8c8;
  cursor: not-allowed;
}
.order-page .ghost-button {
  margin-top: 0px;
}
.order-page .types {
  display: flex;
  align-items: stretch;
}
.order-page .types .product-type {
  flex: 1;
  padding: 8px;
}
@media (min-width: 992px) {
  .order-page .types .product-type {
    padding: 12px;
    max-width: 15%;
  }
}
.order-page .types .product-type {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-page .types .product-type:hover .wrap {
  background: #e8e8e8;
  cursor: pointer;
}
.order-page .types .product-type.active .wrap {
  cursor: pointer;
  background: #e8e8e8;
}
.order-page .types .product-type.deactivated {
  pointer-events: none;
  opacity: 0.2;
  cursor: not-allowed;
}
.order-page .types .product-type .product-name {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  color: #00385d;
}
.order-page .types .product-type .wrap {
  padding: 8px;
  border: 2px solid #f8f8f8;
}
@media (min-width: 992px) {
  .order-page .types .product-type .wrap {
    padding: 15px;
  }
}
.order-page .stockproduct-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -1%;
}
.order-page .stockproduct-list .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 9;
}
.order-page .stockproduct-list .product {
  width: 31%;
  margin: 1%;
  padding: 15px;
  background: #e8e8e8;
  position: relative;
}
.order-page .stockproduct-list .product .bottle-img {
  width: 30px;
}
.order-page .stockproduct-list .product.deactivated {
  pointer-events: none;
  opacity: 0.2;
  cursor: not-allowed;
}
.order-page .stockproduct-list .product .product-name {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #00385d;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
}
.order-page .stockproduct-list .product .product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-page .stockproduct-list .product .product-row .action {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.order-page .stockproduct-list .product .product-row .action input {
  width: 36px;
  height: 36px;
  text-align: center;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.order-page .stockproduct-list .product .product-row .action input::-webkit-inner-spin-button, .order-page .stockproduct-list .product .product-row .action input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-page .stockproduct-list .product .product-row .action button {
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: none;
  background: #00385d;
  color: #ffffff;
}
.order-page .stockproduct-list .product .product-row .action button:disabled {
  background: #cccccc;
}
.order-page .stockproduct-list .product .product-row .action button.choose-product {
  width: 100%;
  font-size: 12px;
  padding: 0 15px;
  text-align: center;
}
.order-page .stock-order {
  margin-top: 30px;
}
.order-page .product-list-view {
  width: 100%;
  font-size: 14px;
  margin: 30px 0;
}
.order-page .product-list-view th {
  text-align: left;
  padding: 8px 5px;
  background: #eee;
  color: #666;
}
.order-page .product-list-view td {
  padding: 8px 5px;
  line-height: 1.3;
  font-size: 13px;
}
.order-page .product-list-view td strong {
  font-size: 12px;
  display: block;
}
.order-page .product-list-view tr:nth-child(even) td {
  background: #f8f8f8;
}
.order-page .product-list-view .quantity {
  display: flex;
  width: 100px;
}
.order-page .product-list-view .quantity input {
  line-height: 27px;
}
.order-page .product-list-view .quantity input.notvalid {
  border-color: red;
}
.order-page .product-list-view .quantity input::-webkit-outer-spin-button,
.order-page .product-list-view .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-page .product-list-view .quantity input[type=number] {
  -moz-appearance: textfield;
}
.order-page .product-list-view .quantity button {
  width: 24px;
  border: none;
  background: #00385d;
  color: #ffffff;
}
.order-page .product-list-view td.upload .upload-container {
  display: flex;
  justify-content: center;
  position: relative;
}
.order-page .product-list-view .show-preview {
  background: #00385d;
  color: #ffffff;
  border: none;
  padding: 0px 8px;
  display: none;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 12px;
}
.order-page .product-list-view .tooltip span {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -5px;
}
.order-page .product-list-view .tooltip span svg {
  width: 12px;
  height: 12px;
}
.order-page .product-list-view .tooltip .overlay-content {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  font-size: 12px;
  color: #333333;
  max-width: 600px;
  max-height: fit-content;
  display: none;
  z-index: 2;
  font-size: 14px;
  position: relative;
}
.order-page .product-list-view .tooltip .overlay-content .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 3px;
  cursor: pointer;
}
.order-page .product-list-view .tooltip .overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.order-page .product-list-view .tooltip .overlay.active {
  display: flex;
}
.order-page .product-list-view .tooltip .overlay.active:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.order-page .product-list-view .tooltip .overlay.active .overlay-content {
  display: block;
}
.order-page .product-list-view .quantity-input {
  border: 1px solid #c8c8c8;
  width: 100%;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.order-page .product-list-view .add-to-cart {
  width: 100%;
  background: #00385d;
  color: #ffffff;
  border: none;
  padding: 10px 8px;
}
.order-page .product-list-view .upload span {
  font-size: 12px;
}
.order-page .product-list-view .upload-wrapper {
  width: 120px;
  background: #00385d;
  text-align: center;
  justify-content: center;
  line-height: 27px;
  font-size: 12px;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
}
.order-page .product-list-view .upload-wrapper.uploaded {
  background: #6EAA66;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-page .product-list-view .upload-wrapper input[type=file] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.order-page .product-list-view .upload-wrapper input[type=file]:hover {
  cursor: pointer;
}
.order-page .product-list-view .disabled input {
  pointer-events: none;
}
.order-page .clientproducts h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.order-page .clientproducts #order_prodweek {
  display: block;
  width: 100%;
  padding: 8px;
}
.order-page .preview-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  justify-content: center;
  align-items: center;
}
.order-page .preview-overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.order-page .preview-overlay.active {
  display: flex;
}
.order-page .preview-overlay .content {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  font-size: 12px;
  color: #333333;
  position: relative;
  z-index: 2;
}
.order-page .preview-overlay .content .close-preview {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 3px;
  cursor: pointer;
  z-index: 9;
}
.order-page .preview-overlay .content embed {
  max-width: 100%;
  position: relative;
  z-index: 9;
}

.continue-shopping {
  margin: 30px 60px -30px;
  display: inline-block;
  line-height: 36px;
  padding: 0 15px;
  background: #e7e7e7;
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.continue-shopping:hover {
  text-decoration: none;
  background: #00385d;
  color: #ffffff;
}

.woocommerce-NoticeGroup-checkout, .woocommerce-notices-wrapper {
  background: #00385d;
  color: #ffffff;
  margin-bottom: 15px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-info {
  padding: 15px;
}
.woocommerce-NoticeGroup-checkout ul, .woocommerce-notices-wrapper ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.woocommerce-NoticeGroup-checkout ul li, .woocommerce-notices-wrapper ul li {
  margin-bottom: 15px;
}
.woocommerce-NoticeGroup-checkout ul li:last-child, .woocommerce-notices-wrapper ul li:last-child {
  margin-bottom: 0;
}

.woocommerce {
  padding: 60px;
}
.woocommerce .woocommerce-billing-fields input[type=text], .woocommerce .woocommerce-billing-fields input[type=tel], .woocommerce .woocommerce-billing-fields select {
  width: 100%;
  padding: 8px;
  border: 1px solid #00385d;
  border: 0px;
  outline: none;
}
.woocommerce .woocommerce-billing-fields input[type=text]:active, .woocommerce .woocommerce-billing-fields input[type=text]:focus-visible, .woocommerce .woocommerce-billing-fields input[type=tel]:active, .woocommerce .woocommerce-billing-fields input[type=tel]:focus-visible, .woocommerce .woocommerce-billing-fields select:active, .woocommerce .woocommerce-billing-fields select:focus-visible {
  outline: none;
}
.woocommerce .woocommerce-billing-fields input[type=text].editable, .woocommerce .woocommerce-billing-fields input[type=tel].editable, .woocommerce .woocommerce-billing-fields select.editable {
  border: 1px dashed #f2f2f2;
}
.woocommerce .woocommerce-billing-fields input[type=text].editable:active, .woocommerce .woocommerce-billing-fields input[type=tel].editable:active, .woocommerce .woocommerce-billing-fields select.editable:active {
  outline: auto;
}
.woocommerce .woocommerce-billing-fields select {
  margin-top: 5px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
}
.woocommerce .woocommerce-billing-fields__field-wrapper strong {
  margin-bottom: 10px;
  display: block;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .client_info {
  width: 45%;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .contact_info {
  width: 45%;
}
.woocommerce #order_comments_field {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
.woocommerce #order_comments_field label {
  display: block;
  font-weight: bold;
}
.woocommerce #order_comments_field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 10px;
  min-height: 60px;
  outline: none;
}
.woocommerce #order_comments_field textarea.toolong {
  border-color: red;
}
.woocommerce #order_comments_field .text-length {
  text-align: right;
  display: block;
}
.woocommerce #order_review_heading {
  margin-top: 45px;
}
.woocommerce .woocommerce-checkout-review-order-table .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  padding-top: 30px;
}
.woocommerce .woocommerce-checkout-review-order-table .title-wrap:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #00385d;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .title-wrap .actions {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-checkout-review-order-table .title-wrap .remove {
  margin-right: 5px;
  text-decoration: none;
}
.woocommerce .woocommerce-checkout-review-order-table .title-wrap .remove svg {
  width: 30px;
  height: 20px;
}
.woocommerce .woocommerce-checkout-review-order-table .title-wrap .remove:last-child {
  margin-right: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .category-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-top: 5px;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item .sku {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.grouped_product {
  border-top: 1px dashed #999999;
  margin-top: 0px;
  padding-top: 5px;
  align-items: flex-start;
  padding-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.grouped_product .product-info {
  width: 20%;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.my-products {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e8e8e8;
  align-items: flex-start;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.my-products h3.productName {
  font-size: 14px;
  font-weight: 400;
  width: 75%;
  padding-right: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.my-products .info-line {
  margin-top: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.standard-orderline {
  padding-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.addon-orderline {
  align-items: flex-start;
  border-top: 1px solid #e8e8e8;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.addon-orderline .remove {
  margin-right: 10px;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.addon-orderline .addon-product {
  display: flex;
  align-items: center;
  width: 55%;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.addon-orderline .addon-product h5 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item.addon-orderline .info-line {
  margin-top: 0;
  margin: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .title-wrap + .grouped_product {
  border-top: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .product-thumbnail {
  width: 55%;
}
.woocommerce .woocommerce-checkout-review-order-table .product-info {
  flex: 1;
}
.woocommerce .woocommerce-checkout-review-order-table .product-info .actions {
  display: flex;
  justify-content: flex-end;
}
.woocommerce .woocommerce-checkout-review-order-table .product-info .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.woocommerce .woocommerce-checkout-review-order-table .product-info .actions .action:hover {
  background: #00385d;
}
.woocommerce .woocommerce-checkout-review-order-table .product-info .actions .action:hover svg path {
  fill: #ffffff;
}
.woocommerce .woocommerce-checkout-review-order-table .comment {
  width: 100%;
}
.woocommerce .woocommerce-checkout-review-order-table .comment textarea {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  min-height: 80px;
}
.woocommerce .woocommerce-checkout-review-order-table .comment-edit {
  cursor: pointer;
}
.woocommerce .woocommerce-checkout-review-order-table .info-line {
  display: flex;
  width: 100%;
  margin: 8px 0;
  font-size: 13px;
  justify-content: space-between;
}
.woocommerce .woocommerce-checkout-review-order-table .info-line .title {
  color: #cccccc;
  display: flex;
  gap: 5px;
}
.woocommerce .woocommerce-checkout-review-order-table .info-line.comment {
  display: block;
}
.woocommerce .woocommerce-checkout-review-order-table .info-line.comment > span {
  display: block;
  margin-bottom: 4px;
}
.woocommerce .woocommerce-checkout-review-order-table .product-alert {
  width: 100%;
  background: #e74c3c;
  color: #ffffff;
  padding: 10px;
  margin-top: 15px;
}
.woocommerce .woocommerce-checkout-review-order-table .product-alert .alert-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-checkout-review-order-table .product-alert .startvueapp {
  background: none;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
.woocommerce .woocommerce-checkout-review-order-table .product-alert .cart-datepicker input {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  padding: 8px 10px;
  margin: 10px 0;
}
.woocommerce .woocommerce-checkout-review-order-table .product-alert .cart-datepicker input::placeholder {
  color: #ffffff;
}
.woocommerce .woocommerce-checkout-review-order-table .reorder_weeks {
  display: block;
  width: 100%;
  padding: 15px;
  background: #e7e7e7;
}
.woocommerce .woocommerce-checkout-review-order-table .reorder_weeks select {
  margin-bottom: 15px;
  background: white;
  border: none;
  display: block;
  width: 100%;
  padding: 8px;
}
.woocommerce .woocommerce-checkout-review-order-table .reorder_weeks select option {
  line-height: 42px;
}
.woocommerce .woocommerce-checkout-review-order-table .reorder_weeks a {
  background: #00385d;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 42px;
  text-decoration: none;
}
.woocommerce .woocommerce-checkout-review-order-table .reorder_weeks a.disabled {
  background: #666;
  cursor: not-allowed;
  pointer-events: none;
}
.woocommerce .woocommerce-checkout-review-order-table .missing .actions .action.edit {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #00385d;
}
.woocommerce .woocommerce-checkout-review-order-table .missing .actions .action.edit svg path {
  fill: #ffffff;
}
.woocommerce .woocommerce-checkout-review-order-table .legacy-label-alert {
  background: #fff4e5;
  border: 1px solid #f0b35b;
  color: #4f2f00;
  padding: 10px;
}
.woocommerce .woocommerce-checkout-review-order-table .legacy-label-alert .alert-text {
  color: #4f2f00;
}
.woocommerce .woocommerce-checkout-review-order-table .legacy-label-alert input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-top: 3px;
  min-width: 16px;
  min-height: 16px;
}
.woocommerce .woocommerce-checkout-review-order-table .legacy-label-alert label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.45;
  margin: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .legacy-label-alert strong {
  display: inline-block;
  margin-bottom: 4px;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item .legacy-label-alert p {
  margin-bottom: 0;
}
.woocommerce .woocommerce-message[role=alert] {
  background: #00385d;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-message[role=alert] a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce #payment .wc_payment_methods, .woocommerce #payment .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.woocommerce #place_order {
  background: #00385d;
  color: #ffffff;
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 15px 60px;
  border-radius: 4px !important;
  display: block;
  min-width: 275px;
  text-transform: uppercase;
  margin: 30px auto 0;
}
.woocommerce #place_order[disabled] {
  color: #fff;
  cursor: not-allowed;
  background-color: #999;
}
.woocommerce .moresale_title {
  margin-bottom: 15px;
}
.woocommerce .moresale_title span {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.woocommerce .select_moresale {
  font-size: 14px;
  padding: 10px 10px;
}
.woocommerce .moresale_wrap .moresale_form {
  display: none;
}
.woocommerce .moresale_wrap .moresale_form:first-child {
  display: block;
}
.woocommerce .moresale .nothanks {
  float: right;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
}
.woocommerce .moresale .product {
  width: 100%;
  padding: 15px;
  background: #e8e8e8;
  position: relative;
}
.woocommerce .moresale .product .bottle-img {
  width: 60%;
}
.woocommerce .moresale .product .product-name {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #00385d;
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
}
.woocommerce .moresale .product .product-row {
  display: flex;
  align-items: center;
}
.woocommerce .moresale .product .product-row .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.woocommerce .moresale .product .product-row .actions input {
  flex: 1;
  height: 40px;
  text-align: center;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.woocommerce .moresale .product .product-row .actions input::-webkit-inner-spin-button, .woocommerce .moresale .product .product-row .actions input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .moresale .product .product-row .actions .addtocart {
  width: 100%;
  text-align: center;
  background: #00385d;
  color: #ffffff;
  line-height: 42px;
  text-decoration: none;
  margin-top: 15px;
}
.woocommerce .moresale .product .product-row .actions button {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: none;
  background: #999999;
  color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.woocommerce .moresale .product .product-row .actions button:hover {
  background: #00385d;
}
.woocommerce .moresale .product .product-row .actions button.choose-product {
  width: 100%;
  font-size: 12px;
  padding: 0 15px;
  text-align: center;
}

.checkout-checkbox {
  margin-top: 30px;
  position: relative;
}
.checkout-checkbox input {
  vertical-align: middle;
  -webkit-appearance: checkbox;
}
.checkout-checkbox span {
  vertical-align: middle;
}

.client_info .client_info_headline, .contact_info .client_info_headline {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.client_info .checkout-field, .contact_info .checkout-field {
  margin-bottom: 2px;
}

.checkout-edit-billing-button#editbilling {
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}

.checkout-edit-delivery-button {
  padding-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.checkout-edit-delivery-button:hover {
  text-decoration: none;
}

.checkout-checkbox {
  margin-top: 30px;
  position: relative;
}
.checkout-checkbox input {
  vertical-align: middle;
  -webkit-appearance: checkbox;
}
.checkout-checkbox span {
  vertical-align: middle;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-wrapper.open {
  display: flex;
}
.modal-wrapper .modal-background {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal-wrapper .modal-box {
  position: relative;
  z-index: 12;
  background: #fff;
  width: 400px;
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-box .inputs-wrapper {
  background: #eee;
  padding: 15px;
}
.modal-box .input-wrap {
  margin-bottom: 10px;
}
.modal-box .input-wrap label {
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
}
.modal-box .input-wrap label .tooltip-wrap {
  position: relative;
}
.modal-box .input-wrap label .tooltip-wrap svg {
  width: 14px;
}
.modal-box .input-wrap label .tooltip-wrap:hover .tooltip.selected {
  display: block;
}
.modal-box .input-wrap label .tooltip-wrap .tooltip {
  background: #00385d;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  display: none;
  position: absolute;
  width: 200px;
  bottom: 100%;
}
.modal-box .input-wrap input[type=text], .modal-box .input-wrap input[type=tel] {
  background: #ffffff;
  font-weight: 400;
  margin-top: 5px;
}
.modal-box .input-wrap .phone-input {
  display: flex;
  align-items: center;
}
.modal-box .input-wrap .phone-input .select-wrap {
  border-right: 1px solid #e8e8e8;
}
.modal-box .input-wrap .phone-input .select-wrap select {
  padding-right: 10px;
}
.modal-box .input-wrap .phone-input input[type=tel] {
  flex: 1;
}
.modal-box .input-wrap .phone-input.notvalid input {
  border: 1px solid #e74c3c;
}

.alert-box {
  font-size: 12px;
  margin-top: 5px;
  color: #ffffff;
  background: #e74c3c;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.selectshipping-wrapper {
  padding: 30px 30px 20px 30px;
}

.selectshipping-headline {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.selectshipping-option {
  background: #eee;
  margin-bottom: 10px;
  padding: 10px 20px 10px 40px;
  position: relative;
  display: block;
  cursor: pointer;
}
.selectshipping-option:hover {
  background: #ddd;
}

.selectshipping-label {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 8px;
}

.selectshipping-radio {
  -webkit-appearance: radio !important;
  position: absolute;
  top: 12px;
  left: 10px;
}

.selectshipping-buttons {
  text-align: right;
}

.selectshipping-save, #savecontactchanges {
  background: #00385d;
  color: #ffffff;
  border: none;
  display: inline-block;
  text-align: center;
  padding: 11px 35px;
  border-radius: 4px !important;
  cursor: pointer;
}

.selectshipping-newaddress {
  display: none;
}
.selectshipping-newaddress input {
  width: 100%;
  padding: 8px 10px !important;
  margin-top: 6px;
}
.selectshipping-newaddress .selectshipping-error {
  color: red;
  font-weight: bold;
  padding-top: 3px;
  font-size: 12px;
  display: none;
}

.comment-inputwrapper {
  overflow: hidden;
}
.comment-inputwrapper .comment-input {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 10px;
  outline: none;
  margin-bottom: 3px;
}
.comment-inputwrapper .comment-inputsave {
  float: right;
  background: #666;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
}
.comment-inputwrapper .comment-inputsave:hover {
  background: #444;
}
.comment-inputwrapper .comment-inputcancel {
  float: right;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
}
.comment-inputwrapper .comment-inputcancel:hover {
  text-decoration: underline;
}

.receipt-page h2 {
  font-size: 20px;
  font-weight: 500;
}
.receipt-page .woocommerce-customer-details {
  margin-top: 30px;
}
.receipt-page .woocommerce-order-details {
  margin-top: 30px;
}
.receipt-page .contact-info {
  display: flex;
  width: 100%;
}
.receipt-page .contact-info address {
  width: 50%;
}
.receipt-page .order-items .order_item .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  padding-top: 30px;
  width: 100%;
}
.receipt-page .order-items .order_item .title-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
}
.receipt-page .order-items .order_item .title-wrap .remove svg {
  width: 30px;
  height: 20px;
}
.receipt-page .order-items .order_item .category-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.receipt-page .order-items .order_item .cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-top: 30px;
}
.receipt-page .order-items .order_item .cart-item .sku {
  display: block;
  width: 100%;
}
.receipt-page .order-items .order_item .cart-item.grouped_product {
  border-bottom: 1px dashed #999999;
}
.receipt-page .order-items .order_item .cart-item.my-products {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e8e8e8;
  align-items: flex-start;
}
.receipt-page .order-items .order_item .cart-item.my-products h3.productName {
  font-size: 14px;
  font-weight: 400;
  width: 60%;
  padding-right: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.receipt-page .order-items .order_item .cart-item.my-products .info-line {
  margin-top: 0;
  font-size: 14px;
}
.receipt-page .order-items .order_item .cart-item.standard-orderline {
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 0;
}
.receipt-page .order-items .order_item .cart-item.standard-orderline .info-line {
  margin-top: 0;
  font-size: 12px;
}
.receipt-page .order-items .order_item .cart-item.addon-orderline {
  align-items: flex-start;
  border-top: 1px solid #e8e8e8;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.receipt-page .order-items .order_item .cart-item.addon-orderline .remove {
  margin-right: 10px;
}
.receipt-page .order-items .order_item .cart-item.addon-orderline .addon-product {
  display: flex;
  align-items: center;
  width: 55%;
}
.receipt-page .order-items .order_item .cart-item.addon-orderline .addon-product h5 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.receipt-page .order-items .order_item .cart-item.addon-orderline .info-line {
  margin-top: 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.receipt-page .order-items .order_item .product-thumbnail {
  width: 50%;
}
.receipt-page .order-items .order_item .product-thumbnail img {
  max-width: 100px;
}
.receipt-page .order-items .order_item .product-info {
  width: 40%;
}
.receipt-page .order-items .order_item .product-info .actions {
  display: flex;
  justify-content: flex-end;
}
.receipt-page .order-items .order_item .product-info .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.receipt-page .order-items .order_item .product-info .actions .action:hover {
  background: #00385d;
}
.receipt-page .order-items .order_item .product-info .actions .action:hover svg path {
  fill: #ffffff;
}
.receipt-page .order-items .order_item .order_note {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #00385d;
}
.receipt-page .order-items .order_item .comment {
  width: 100%;
}
.receipt-page .order-items .order_item .comment h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.receipt-page .order-items .order_item .info-line {
  display: flex;
  width: 100%;
  margin: 8px 0;
  font-size: 15px;
  justify-content: space-between;
  font-size: 12px;
}
.receipt-page .order-items .order_item .info-line.comment {
  display: block;
}
.receipt-page .order-items .order_item .info-line .title {
  color: #cccccc;
}

.output-table {
  font-size: 10px;
  width: 100%;
}
.output-table th, .output-table td {
  padding: 5px;
}
.output-table th {
  background: #00385d;
  color: #ffffff;
}
.output-table tr:nth-child(odd) td {
  background: #f8f8f8;
}
.output-table tr:hover td {
  background: #e8e8e8;
}
.output-table .bottle-row {
  background: #cccccc;
}
.output-table .bottle-row td {
  background: #cccccc !important;
}

.export-form .submit-btn {
  background: #333333;
  color: #ffffff;
  border: none;
  padding: 0 10px;
  line-height: 32px;
}
.export-form h3 {
  margin-bottom: 30px;
}
.export-form form {
  text-align: center;
}
.export-form select {
  border: 1px solid #c8c8c8;
  font-size: 12px;
  line-height: 42px;
  height: 32px;
  padding: 0px 10px;
}
.export-form .exportExcel {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  width: 200px;
  text-align: center;
  margin: 30px auto 30px;
  background: linear-gradient(145deg, #003c64, #003254);
}

.not-available {
  position: relative;
  cursor: not-allowed;
}
.not-available input, .not-available select, .not-available label, .not-available button {
  pointer-events: none;
}

.error-notavailable {
  background: #00385d;
  color: #ffffff;
  padding: 30px;
  margin: 15px 0;
  font-size: 16px;
}
.error-notavailable a {
  color: #ffffff;
  text-decoration: underline;
}

.order-product.standard-product input[type=radio] {
  -webkit-appearance: radio;
}
.order-product.standard-product input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.order-product.standard-product ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.order-product.standard-product h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
.order-product.standard-product .error {
  color: red;
}
.order-product.standard-product .error span {
  text-transform: lowercase;
}
.order-product.standard-product .product-info {
  display: flex;
  justify-content: space-between;
}
.order-product.standard-product .product-info .order-fields {
  width: 60%;
  background: #f8f8f8;
  padding: 30px;
}
.order-product.standard-product .product-info .product-image {
  width: 40%;
}
.order-product.standard-product .product-info .product-image .img-wrap {
  text-align: center;
}
.order-product.standard-product h2.subtitle {
  font-size: 16px;
  font-weight: 600;
}
.order-product.standard-product .quantity {
  width: 100%;
}
.order-product.standard-product .quantity .field {
  display: flex;
  width: 100%;
}
.order-product.standard-product .quantity .field input[type=number] {
  border: none;
  padding: 0 15px;
  text-align: center;
  flex: 1;
}
.order-product.standard-product .quantity .field button {
  border: none;
  background: #00385d;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  width: 32px;
  font-weight: bold;
}
.order-product.standard-product .variations .attribute {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.order-product.standard-product .variations .attribute li {
  margin-bottom: 3px;
}
.order-product.standard-product .variations .attribute label {
  display: flex;
  align-items: center;
}
.order-product.standard-product .variations .attribute label input {
  margin-right: 5px;
}
.order-product.standard-product .addons {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.order-product.standard-product .addons label {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.order-product.standard-product .addons label input {
  margin-right: 4px;
}
.order-product.standard-product .upload-wrap {
  text-align: center;
  position: relative;
  width: 100%;
}
.order-product.standard-product .upload-wrap svg {
  position: absolute;
  right: 15px;
  height: 16px;
  width: 16px;
}
.order-product.standard-product .upload-wrap.uploaded {
  background: #6EAA66;
}
.order-product.standard-product .guidelines {
  font-size: 12px;
  position: relative;
  top: -10px;
}
.order-product.standard-product .quantity input {
  appearance: none;
  -moz-appearance: textfield;
}
.order-product.standard-product .quantity input::-webkit-outer-spin-button, .order-product.standard-product .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-product.standard-product .quantity, .order-product.standard-product .delivery-weeks, .order-product.standard-product .delivery-text {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.order-product.standard-product .submit-btn {
  background: #00385d;
  color: #ffffff;
  text-align: center;
  width: 100%;
  line-height: 32px;
  border: none;
  font-weight: 600;
  margin-top: 30px;
}
.order-product.standard-product .submit-btn:disabled {
  background: #e8e8e8;
}

.my-account .woocommerce {
  padding: 0;
}
.my-account nav {
  margin-bottom: 45px;
}
.my-account nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}
.my-account nav li {
  display: inline-block;
  margin-right: 15px;
}
.my-account nav li a {
  display: inline-block;
  background: #e8e8e8;
  color: #000000;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 12px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.my-account nav li a:hover {
  background: #00385d;
  color: #ffffff;
}
.my-account nav li.is-active a {
  background: #00385d;
  color: #ffffff;
}
.my-account .woocommerce-MyAccount-content p a {
  color: #00385d;
}

.my-orders .woocommerce-orders-table__header .sortable {
  display: flex;
  align-items: center;
}
.my-orders .searchbar {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 20px;
}
.my-orders .searchbar label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.my-orders .searchbar select {
  border: 1px solid #ddd;
  padding: 5px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.my-orders .multiselect__option--selected {
  pointer-events: none;
}
.my-orders .search-select-wrap {
  position: relative;
}
.my-orders .search-select-wrap .search-select {
  position: relative;
}
.my-orders .search-select-wrap .search-select .placeholder {
  position: absolute;
  z-index: 9;
  padding: 5px 10px;
  display: block;
  pointer-events: none;
}
.my-orders .search-select-wrap .search-select input {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: transparent;
}
.my-orders .search-select-wrap .search-select.clicked .placeholder {
  display: none;
}
.my-orders .search-select-wrap .search-select.clicked input {
  color: #333333;
}
.my-orders .search-select-wrap .select-list {
  position: absolute;
  z-index: 99;
  width: 100%;
  display: none;
}
.my-orders .search-select-wrap .select-list.visible {
  display: block;
}
.my-orders .search-select-wrap .select-list .select-item {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-bottom: 0;
}
.my-orders .search-select-wrap .select-list .select-item:last-child {
  border-bottom: 1px solid #ddd;
}
.my-orders .search-select-wrap .select-list .select-item:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.my-orders .search-input {
  border: 1px solid #ddd;
  padding: 5px 10px;
  height: 32px;
}
.my-orders .sortable {
  cursor: pointer;
}
.my-orders .sortarw svg {
  transform: scale(0.5);
}
.my-orders .woocommerce-orders-table__row.order .the-name {
  width: 100%;
  display: block;
  overflow: hidden;
  text-wrap: nowrap;
}
.my-orders .woocommerce-message a {
  display: none;
}
.my-orders .woocommerce-orders-table__cell-order-actions {
  display: flex;
}
.my-orders .searchform label {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
}
.my-orders .searchform input {
  border: 1px solid #ececec;
  padding: 8px 15px;
}
.my-orders .my_account_orders {
  width: 100%;
}
.my-orders .my_account_orders th {
  text-align: left;
  padding: 5px;
  font-size: 12px;
}
.my-orders .my_account_orders th.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.my-orders .my_account_orders td {
  vertical-align: top;
  padding: 5px;
  font-size: 12px;
}
.my-orders .my_account_orders tr {
  border: 1px solid #e8e8e8;
}
.my-orders .woocommerce-pagination:after {
  content: "";
  display: block;
  clear: both;
}
.my-orders .woocommerce-pagination .woocommerce-button {
  display: inline-block;
  padding: 8px 15px;
  background: #00385d;
  color: #ffffff;
  text-decoration: none;
  margin-top: 15px;
  font-size: 12px;
}
.my-orders .woocommerce-pagination .woocommerce-button--next {
  float: right;
}
.my-orders .actions {
  display: flex;
  justify-content: flex-end;
}
.my-orders .actions button {
  border: none;
  appearance: none;
}
.my-orders .action {
  display: inline-block;
  padding: 5px 10px;
  background: #95a5a6;
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px;
}
.my-orders .action.reorder {
  background: #00385d;
}
.my-orders .action:first-child {
  margin-right: 10px;
}
.my-orders .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

.orders-vue .view-order .back-btn {
  background: #000000;
  color: #ffffff;
  margin-bottom: 15px;
  border: none;
  appearance: none;
  padding: 5px 10px;
}
.orders-vue .view-order .contact-info {
  display: flex;
  width: 100%;
}
.orders-vue .view-order .contact-info address {
  width: 50%;
}
.orders-vue .view-order .woocommerce-order-details__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
}
.orders-vue .view-order .productName {
  width: 70%;
}
.orders-vue .view-order .productName h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.orders-vue .view-order .product-info {
  width: 30%;
  padding: 0 20px;
}
.orders-vue .view-order .product-info .info-line {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.orders-vue .view-order .product-info .info-line .comment {
  display: block;
}
.orders-vue .view-order .cart-item {
  border-bottom: 1px solid rgba(236, 236, 236, 0.9254901961);
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.orders-vue .view-order .order_note {
  margin-bottom: 30px;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-size: 14px;
}

.multiselect {
  min-height: 0;
}
.multiselect .multiselect__tags {
  min-height: 0;
  height: 32px;
  padding: 0 40px 0 8px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.multiselect .multiselect__input, .multiselect .multiselect__single {
  min-height: 0;
  line-height: 30px;
}
.multiselect .multiselect__input {
  margin-bottom: 0;
  padding: 0;
  max-height: 30px;
}
.multiselect .multiselect__placeholder {
  margin-bottom: 0;
  padding-top: 0;
  line-height: 32px;
}
.multiselect .multiselect__select {
  width: 32px;
  height: 32px;
}
.multiselect .firstlevel {
  padding-left: 5px;
}
.multiselect .secondlevel {
  padding-left: 10px;
}
.multiselect .multiselect__option--selected.multiselect__option--highlight, .multiselect .multiselect__option--highlight {
  background: #00385d;
}
.multiselect .multiselect__option--selected.multiselect__option--highlight:after, .multiselect .multiselect__option--highlight:after {
  display: none;
}

.woocommerce .client-list .list-wrap {
  margin: 30px 0;
}
.woocommerce .client-list .client {
  display: flex;
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 0px;
  background: #f0f0f0;
  box-shadow: 20px 20px 60px #cccccc, -20px -20px 60px #ffffff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.woocommerce .client-list .client .edit-client {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #00385d;
}
.woocommerce .client-list .client .edit-client svg path {
  fill: #ffffff;
}
.woocommerce .client-list .client .address-wrap {
  width: 30%;
}
.woocommerce .client-list .client .contact-info {
  flex: 1;
}
.woocommerce .client-list .client h3 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #CDD4D9;
  padding: 0px 0 15px;
}
.woocommerce .client-list .client .info-wrap {
  line-height: 1.6;
}

.woocommerce .view-order .contact-info {
  display: flex;
  width: 100%;
}
.woocommerce .view-order .contact-info address {
  width: 50%;
}
.woocommerce .view-order .comment {
  width: 100%;
}
.woocommerce .view-order .comment h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.woocommerce .view-order .order-items .order_item .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  padding-top: 30px;
  width: 100%;
}
.woocommerce .view-order .order-items .order_item .title-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .view-order .order-items .order_item .title-wrap .remove svg {
  width: 30px;
  height: 20px;
}
.woocommerce .view-order .order-items .order_item .category-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce .view-order .order-items .order_item .cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.woocommerce .view-order .order-items .order_item .cart-item .sku {
  display: block;
  width: 100%;
}
.woocommerce .view-order .order-items .order_item .cart-item .product-thumbnail {
  width: 40%;
}
.woocommerce .view-order .order-items .order_item .cart-item.grouped_product {
  border-bottom: 1px dashed #999999;
}
.woocommerce .view-order .order-items .order_item .cart-item.standard-orderline {
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce .view-order .order-items .order_item .cart-item.standard-orderline .info-line {
  margin-top: 0;
  font-size: 12px;
}
.woocommerce .view-order .order-items .order_item .cart-item.addon-orderline {
  align-items: flex-start;
  border-top: 1px solid #e8e8e8;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.woocommerce .view-order .order-items .order_item .cart-item.addon-orderline .remove {
  margin-right: 10px;
}
.woocommerce .view-order .order-items .order_item .cart-item.addon-orderline .addon-product {
  display: flex;
  align-items: center;
  width: 55%;
}
.woocommerce .view-order .order-items .order_item .cart-item.addon-orderline .addon-product h5 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.woocommerce .view-order .order-items .order_item .cart-item.addon-orderline .info-line {
  margin-top: 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.woocommerce .view-order .order-items .order_item .product-info {
  width: 40%;
}
.woocommerce .view-order .order-items .order_item .product-info .actions {
  display: flex;
  justify-content: flex-end;
}
.woocommerce .view-order .order-items .order_item .product-info .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.woocommerce .view-order .order-items .order_item .product-info .actions .action:hover {
  background: #00385d;
}
.woocommerce .view-order .order-items .order_item .product-info .actions .action:hover svg path {
  fill: #ffffff;
}
.woocommerce .view-order .order-items .order_item .info-line {
  display: flex;
  width: 100%;
  margin: 8px 0;
  font-size: 15px;
  justify-content: space-between;
}
.woocommerce .view-order .order-items .order_item .info-line .title {
  color: #cccccc;
}
.woocommerce .view-order .order-items .order_item .info-line.comment {
  display: block;
}
.woocommerce .view-order .back-btn {
  background: black;
  color: #ffffff;
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 15px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.woocommerce .edit-account label {
  display: block;
  font-size: 12px;
}
.woocommerce .edit-account input {
  border: 1px solid #e8e8e8;
  padding: 5px 10px;
}
.woocommerce .edit-account legend {
  padding: 0 15px;
}
.woocommerce .edit-account fieldset {
  margin: 0;
}
.woocommerce .edit-account .woocommerce-Button {
  display: block;
  background: #00385d;
  color: #ffffff;
  width: 100%;
  line-height: 42px;
  border-radius: 4px;
  border: none;
  margin-top: 15px;
}

.edit-order-items {
  display: flex;
  flex-direction: column;
}
.edit-order-items .not-editable {
  display: block;
  position: relative;
}
.edit-order-items .not-editable:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.edit-order-items .not-editable .disclaimer {
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 9;
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
}
.edit-order-items .order_item {
  flex-wrap: wrap;
}
.edit-order-items .order_item .delete-orderline {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.edit-order-items .order_item .delete-orderline button {
  background: #690d26;
  color: #ffffff;
  border: none;
  padding: 4px 4px 4px 10px;
  display: flex;
  align-items: center;
}
.edit-order-items .order_item .delete-orderline button svg {
  width: 20px;
  margin-left: 10px;
}
.edit-order-items .order_item .delete-orderline button svg path {
  fill: #ffffff;
}
.edit-order-items .order_item select {
  font-size: 12px;
  padding: 4px;
}
.edit-order-items .update-orderline-btn {
  background: #00385d;
  color: #ffffff;
  border: none;
  line-height: 28px;
  float: right;
  font-size: 14px;
}

.products-list {
  display: flex;
  gap: 30px;
}
.products-list .product {
  width: calc(33.333% - 30px);
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.products-list .product:hover {
  border: 1px solid #cccccc;
}
.products-list .product .img-wrap {
  margin-bottom: 10px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-list .product h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.products-list .product a {
  text-decoration: none;
  color: #00385d;
}

.clientlist-enter-active,
.clientlist-leave-active {
  transition: all 0.5s ease;
}

.clientlist-enter-from,
.clientlist-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* Import plugins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Import modules */
.video-section {
  position: relative;
}
.video-section .video-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.video-section .video-wrap video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section .video-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  background: #1f3462;
  opacity: 0.85;
}
.video-section .logo-wrap {
  height: 100vh;
  position: relative;
}
.video-section .logo-wrap #ani-logo {
  width: 160px;
}
@media (min-width: 768px) {
  .video-section .logo-wrap #ani-logo {
    width: 315px;
  }
}
.video-section .logo-wrap #ani-logo {
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.video-section .logo-wrap #ani-logo.small {
  width: 0px;
}
.video-section .logo-wrap .scroll-down {
  position: relative;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-animation: scrolldown 0.8s infinite; /* Safari 4+ */
  -moz-animation: scrolldown 0.8s infinite; /* Fx 5+ */
  -o-animation: scrolldown 0.8s infinite; /* Opera 12+ */
  animation: scrolldown 0.8s infinite;
}
.video-section .logo-wrap .scroll-down .fas {
  color: #ffffff;
  font-size: 22px;
}
.video-section .logo-wrap .scroll-down.active {
  opacity: 0;
  bottom: 100px;
}
.video-section .text-content {
  color: #ffffff;
  padding: 30px;
  position: relative;
  top: 60px;
  margin-bottom: 250px;
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}
.video-section .text-content.active {
  top: 0px;
  opacity: 1;
}
.video-section .text-content h1 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

@-webkit-keyframes scrolldown {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 60px;
  }
}
@-moz-keyframes scrolldown {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 60px;
  }
}
@-o-keyframes scrolldown {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 60px;
  }
}
@keyframes scrolldown {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 60px;
  }
}
.masonry-wrap {
  background: #ffffff;
}
.masonry-wrap .para-wrap {
  position: relative;
  background-color: #f4eff3;
  height: 800px;
  overflow: hidden;
}
.masonry-wrap .para-wrap .para-vertical {
  height: 140%;
}
.masonry-wrap .para-wrap-2 {
  background-color: #f8f8f8 !important;
}
.masonry-wrap .text-block {
  height: 400px;
  position: relative;
  text-align: left;
}
.masonry-wrap .text-block .inner-wrapper {
  text-align: left;
  padding: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .masonry-wrap .text-block .inner-wrapper {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .masonry-wrap .text-block .inner-wrapper {
    padding: 60px;
    font-size: 14px;
  }
}
.masonry-wrap .text-block .inner-wrapper h2 {
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 768px) {
  .masonry-wrap .text-block .inner-wrapper h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .masonry-wrap .text-block .inner-wrapper h2 {
    font-size: 32px;
  }
}
.masonry-wrap .text-block .inner-wrapper .download {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  position: relative;
}
.masonry-wrap .text-block .inner-wrapper .download:after {
  content: "";
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.masonry-wrap .text-block .inner-wrapper .download:hover {
  cursor: pointer;
}
.masonry-wrap .text-block .inner-wrapper .download:hover:after {
  bottom: -5px;
}
.masonry-wrap .image-block {
  height: 400px;
  overflow: hidden;
}
.masonry-wrap .image-block .para-horizontal {
  width: 200%;
  height: 100%;
}
@media (min-width: 768px) {
  .masonry-wrap .image-block .para-horizontal {
    width: 125%;
  }
}

.two-blocks {
  background: #f2f2f2;
  position: relative;
}
@media (min-width: 992px) {
  .two-blocks {
    height: 400px;
  }
}
.two-blocks .text-wrap {
  height: 400px;
  position: relative;
}
.two-blocks .text-wrap .inner-wrapper {
  padding: 15px;
  text-align: left;
  font-size: 12px;
}
@media (min-width: 768px) {
  .two-blocks .text-wrap .inner-wrapper {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .two-blocks .text-wrap .inner-wrapper {
    padding: 60px;
    font-size: 14px;
  }
}
.two-blocks .text-wrap .inner-wrapper a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  position: relative;
}
.two-blocks .text-wrap .inner-wrapper a:after {
  content: "";
  border-bottom: 1px solid #333333;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.two-blocks .text-wrap .inner-wrapper a:hover {
  cursor: pointer;
}
.two-blocks .text-wrap .inner-wrapper a:hover:after {
  bottom: -5px;
}
.two-blocks .text-wrap .inner-wrapper h2 {
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 768px) {
  .two-blocks .text-wrap .inner-wrapper h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .two-blocks .text-wrap .inner-wrapper h2 {
    font-size: 32px;
  }
}
.two-blocks .text-wrap .inner-wrapper ul {
  padding-left: 20px;
  list-style-type: disc;
}
.two-blocks .text-wrap .inner-wrapper ul li {
  margin-bottom: 5px;
}
.two-blocks .video-wrap {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 400px;
}
.two-blocks .video-wrap video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.two-blocks .image-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .two-blocks .image-wrap {
    height: 400px;
  }
}
.two-blocks .image-wrap.image {
  overflow: visible;
  text-align: center;
  height: auto;
}
.two-blocks.image-block {
  height: auto;
}
.two-blocks.image-block .text-wrap {
  height: auto;
}
.two-blocks .white-bg {
  background: #ffffff;
}
.two-blocks.autoheight {
  height: auto;
}
.two-blocks.autoheight .image-block {
  height: auto;
}
.two-blocks.autoheight .image-block .text-wrap {
  height: auto;
}
.two-blocks.autoheight .image-wrap {
  height: auto;
}
.two-blocks.autoheight .image-wrap img {
  width: 100%;
}
.two-blocks.autoheight .text-wrap {
  height: auto;
}
@media (min-width: 992px) {
  .two-blocks.autoheight .inner-wrapper {
    padding: 30px 60px;
  }
}
.two-blocks#section-2 h2 {
  color: #87bf56;
}

.bottles {
  background: #ffffff;
  padding-top: 60px;
}
.bottles .title {
  text-align: center;
  text-transform: uppercase;
  color: #00385d;
  font-weight: 400;
  font-size: 42px;
  margin: 30px 0 60px;
  letter-spacing: 0;
}
.bottles .slick-list,
.bottles .slick-track {
  height: 100%;
}
.bottles .slider-nav-thumbnails,
.bottles .bottle-type-thumbnails {
  height: 148px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .bottles .slider-nav-thumbnails,
  .bottles .bottle-type-thumbnails {
    /*height: 175px;*/
    height: 230px;
  }
}
@media (min-width: 992px) {
  .bottles .slider-nav-thumbnails,
  .bottles .bottle-type-thumbnails {
    /*height: 270px;*/
    height: 290px;
  }
}
.bottles .slider-nav-thumbnails .slick-arrow,
.bottles .bottle-type-thumbnails .slick-arrow {
  position: absolute;
  top: 115px;
}
.bottles .slider-nav-thumbnails .slick-arrow.prev-arrow,
.bottles .bottle-type-thumbnails .slick-arrow.prev-arrow {
  left: -30px;
}
.bottles .slider-nav-thumbnails .slick-arrow.next-arrow,
.bottles .bottle-type-thumbnails .slick-arrow.next-arrow {
  right: -30px;
}
.bottles .slider-nav-thumbnails .thumb-item,
.bottles .bottle-type-thumbnails .thumb-item {
  text-align: center;
  outline: none;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .bottles .slider-nav-thumbnails .thumb-item,
  .bottles .bottle-type-thumbnails .thumb-item {
    padding: 15px;
  }
}
.bottles .slider-nav-thumbnails .thumb-item img,
.bottles .bottle-type-thumbnails .thumb-item img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bottles .slider-nav-thumbnails .thumb-item h4,
.bottles .bottle-type-thumbnails .thumb-item h4 {
  display: none;
}
@media (min-width: 768px) {
  .bottles .slider-nav-thumbnails .thumb-item h4,
  .bottles .bottle-type-thumbnails .thumb-item h4 {
    display: block;
    font-size: 14px;
    text-transform: none;
  }
}
.bottles .slider-nav-thumbnails .thumb-item .active-frame,
.bottles .bottle-type-thumbnails .thumb-item .active-frame {
  display: none;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(45deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .bottles .slider-nav-thumbnails .thumb-item .active-frame,
  .bottles .bottle-type-thumbnails .thumb-item .active-frame {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
}
@media (min-width: 992px) {
  .bottles .slider-nav-thumbnails .thumb-item .active-frame,
  .bottles .bottle-type-thumbnails .thumb-item .active-frame {
    height: 100px;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
}
.bottles .slider-nav-thumbnails .thumb-item:hover .active-frame,
.bottles .bottle-type-thumbnails .thumb-item:hover .active-frame {
  display: block;
}
.bottles .slider-nav-thumbnails .thumb-item.aktiv .slick-arrow,
.bottles .bottle-type-thumbnails .thumb-item.aktiv .slick-arrow {
  cursor: pointer;
}
.bottles .slider-nav-thumbnails .thumb-item.aktiv,
.bottles .bottle-type-thumbnails .thumb-item.aktiv {
  outline: none;
}
.bottles .slider-nav-thumbnails .thumb-item.aktiv .active-frame,
.bottles .bottle-type-thumbnails .thumb-item.aktiv .active-frame {
  display: block;
}
.bottles .slider {
  height: 880px;
}
@media (min-width: 768px) {
  .bottles .slider {
    max-height: 480px;
  }
}
@media (min-width: 992px) {
  .bottles .slider {
    max-height: 600px;
  }
}
.bottles .slider {
  display: none;
}
.bottles .slider.aktiv {
  display: block;
  background: #f2f2f2;
}
.bottles .slider .slick-list {
  height: 880px;
}
@media (min-width: 768px) {
  .bottles .slider .slick-list {
    max-height: 480px;
  }
}
@media (min-width: 992px) {
  .bottles .slider .slick-list {
    max-height: 600px;
  }
}
.bottles .slider .image-wrap {
  position: relative;
}
.bottles .slider .image-wrap img {
  position: relative;
  z-index: 2;
}
.bottles .slider .image-wrap .active-frame {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(45deg);
  z-index: 1;
  background: #ffffff !important;
  opacity: 0;
}
@media (min-width: 768px) {
  .bottles .slider .image-wrap .active-frame {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
}
@media (min-width: 992px) {
  .bottles .slider .image-wrap .active-frame {
    height: 200px;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
  }
}
.bottles .slider h2 {
  font-size: 26px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .bottles .slider h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .bottles .slider h2 {
    font-size: 42px;
  }
}
.bottles .slider .slick-arrow {
  position: absolute;
  top: 24%;
  z-index: 999;
}
@media (min-width: 768px) {
  .bottles .slider .slick-arrow {
    top: 50%;
  }
}
.bottles .slider .slick-arrow.prev-arrow {
  left: 5%;
}
@media (min-width: 768px) {
  .bottles .slider .slick-arrow.prev-arrow {
    left: 1%;
  }
}
@media (min-width: 992px) {
  .bottles .slider .slick-arrow.prev-arrow {
    left: 5%;
  }
}
.bottles .slider .slick-arrow.next-arrow {
  right: 5%;
}
@media (min-width: 768px) {
  .bottles .slider .slick-arrow.next-arrow {
    right: 1%;
  }
}
@media (min-width: 992px) {
  .bottles .slider .slick-arrow.next-arrow {
    right: 5%;
  }
}
.bottles .slider .description-wrap {
  margin-bottom: 30px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .bottles .slider .description-wrap {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .bottles .slider .description-wrap {
    font-size: 14px;
  }
}
.bottles .slider .list {
  margin-bottom: 15px;
}
.bottles .slider .list-item {
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .bottles .slider .list-item {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .bottles .slider .list-item {
    font-size: 14px;
  }
}
.bottles .slider .list-item .fas {
  margin-right: 5px;
}
.bottles .slider .list-item span {
  margin-right: 5px;
  font-weight: 700;
}
.bottles .slider .link {
  display: inline-block;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .bottles .slider .link {
    margin-top: 30px;
  }
}
.bottles .slider .link:after {
  content: "";
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.bottles .slider .link:hover {
  cursor: pointer;
}
.bottles .slider .link:hover:after {
  bottom: -3px;
}
@media (min-width: 768px) {
  .bottles .slider .link {
    margin-bottom: 0px;
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form__wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.back {
  display: inline-block;
  padding: 8px 15px;
  background: #00385d;
  color: #ffffff;
  margin-bottom: 15px;
  text-decoration: none;
  margin-left: 20px;
}
.back:hover {
  text-decoration: none;
  color: #ffffff;
}

.express-private-label-label-still li label a, .express-private-label-label-carbonated li label a {
  color: #333;
  text-decoration: underline;
}

.ninja-forms-field[type=button][value=Send],
.ninja-forms .form__submit[type=button][value=Send],
.ninja-forms .form__submit-btn[type=button][value=Send],
.ninja-forms #nf-field-14_2[type=button][value=Send] {
  width: 100%;
  background-color: #00385d !important;
  color: #ffffff !important;
  font-weight: bold !important;
}
.ninja-forms-field[type=button][value=Send]:hover,
.ninja-forms .form__submit[type=button][value=Send]:hover,
.ninja-forms .form__submit-btn[type=button][value=Send]:hover,
.ninja-forms #nf-field-14_2[type=button][value=Send]:hover {
  background-color: #00385d;
  color: #ffffff;
  transition: all 0.5s;
}
.ninja-forms-field[type=button],
.ninja-forms-field .form__submit-btn,
.ninja-forms .form__submit[type=button],
.ninja-forms .form__submit .form__submit-btn,
.ninja-forms .form__submit-btn[type=button],
.ninja-forms .form__submit-btn .form__submit-btn,
.ninja-forms #nf-field-14_2[type=button],
.ninja-forms #nf-field-14_2 .form__submit-btn {
  background-color: #00385d;
  color: #ffffff;
}
.ninja-forms-field[type=button]:hover,
.ninja-forms-field .form__submit-btn:hover,
.ninja-forms .form__submit[type=button]:hover,
.ninja-forms .form__submit .form__submit-btn:hover,
.ninja-forms .form__submit-btn[type=button]:hover,
.ninja-forms .form__submit-btn .form__submit-btn:hover,
.ninja-forms #nf-field-14_2[type=button]:hover,
.ninja-forms #nf-field-14_2 .form__submit-btn:hover {
  background-color: #00385d;
  color: #ffffff;
  transition: all 0.5s;
}

.nf-form-content textarea.nf-element {
  background: #ffffff;
  border: none;
  max-width: 100%;
  width: 100%;
  height: 80px !important;
}

.nf-fu-progress-bar {
  background-color: #00385d;
}

.nf-fu-progress,
.nf-form-content .list-select-wrap .nf-field-element > div,
input.ninja-forms-field.nf-element {
  color: #333333 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 0;
}
.nf-fu-progress:active, .nf-fu-progress:focus,
.nf-form-content .list-select-wrap .nf-field-element > div:active,
.nf-form-content .list-select-wrap .nf-field-element > div:focus,
input.ninja-forms-field.nf-element:active,
input.ninja-forms-field.nf-element:focus {
  border-color: #00385d !important;
}

.nf-form-content .list-select-wrap > div div:after {
  background-color: #00385d;
  color: #ffffff;
  padding: 0 15px;
  right: 0;
  cursor: pointer;
}

.nf-form-content .nf-field-label label {
  font-weight: normal;
  font-size: 14px;
  font-weight: 500;
}

.nf-field-container.hr-container {
  margin-bottom: 20px !important;
}

.nf-fu-progress {
  box-shadow: none !important;
  margin-bottom: 5px;
  background: #f8f8f8 !important;
  height: 10px;
}

.files_uploaded .delete {
  text-decoration: underline;
  color: #333;
}

.nf-form-fields-required {
  display: none;
}

.nf-error.field-wrap .nf-field-element:after {
  background: #c12020;
}

.nf-error .nf-error-msg, .nf-error-msg, .ninja-forms-req-symbol {
  color: #c12020;
  font-size: 12px;
  position: absolute;
}

.nf-after-form-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nf-field-24_2-wrap ul li, #nf-field-74-wrap ul li, #nf-field-105-wrap ul li, #nf-field-24_1-wrap ul li, #nf-field-168-wrap ul li {
  display: inline-block;
  position: relative;
  padding-bottom: 45px;
  margin-right: 20px !important;
}
#nf-field-24_2-wrap ul li:last-child, #nf-field-74-wrap ul li:last-child, #nf-field-105-wrap ul li:last-child, #nf-field-24_1-wrap ul li:last-child, #nf-field-168-wrap ul li:last-child {
  margin-right: 0 !important;
}
#nf-field-24_2-wrap ul li .ninja-forms-field, #nf-field-74-wrap ul li .ninja-forms-field, #nf-field-105-wrap ul li .ninja-forms-field, #nf-field-24_1-wrap ul li .ninja-forms-field, #nf-field-168-wrap ul li .ninja-forms-field {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: block;
  background: none !important;
  border: none !important;
}
#nf-field-24_2-wrap ul li .ninja-forms-field[type=radio], #nf-field-74-wrap ul li .ninja-forms-field[type=radio], #nf-field-105-wrap ul li .ninja-forms-field[type=radio], #nf-field-24_1-wrap ul li .ninja-forms-field[type=radio], #nf-field-168-wrap ul li .ninja-forms-field[type=radio] {
  display: none;
}
#nf-field-24_2-wrap ul li label, #nf-field-74-wrap ul li label, #nf-field-105-wrap ul li label, #nf-field-24_1-wrap ul li label, #nf-field-168-wrap ul li label {
  display: block;
  margin-left: 0 !important;
  height: 180px;
  width: 80px;
  text-align: center;
  font-size: 14px;
  padding-top: 115px;
}
#nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-4, #nf-field-24_2-wrap ul li label#nf-label-class-field-105-4, #nf-field-24_2-wrap ul li label#nf-label-class-field-168-2, #nf-field-24_2-wrap ul li label#nf-label-class-field-24_1-3, #nf-field-74-wrap ul li label#nf-label-class-field-24_2-4, #nf-field-74-wrap ul li label#nf-label-class-field-105-4, #nf-field-74-wrap ul li label#nf-label-class-field-168-2, #nf-field-74-wrap ul li label#nf-label-class-field-24_1-3, #nf-field-105-wrap ul li label#nf-label-class-field-24_2-4, #nf-field-105-wrap ul li label#nf-label-class-field-105-4, #nf-field-105-wrap ul li label#nf-label-class-field-168-2, #nf-field-105-wrap ul li label#nf-label-class-field-24_1-3, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_2-4, #nf-field-24_1-wrap ul li label#nf-label-class-field-105-4, #nf-field-24_1-wrap ul li label#nf-label-class-field-168-2, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_1-3, #nf-field-168-wrap ul li label#nf-label-class-field-24_2-4, #nf-field-168-wrap ul li label#nf-label-class-field-105-4, #nf-field-168-wrap ul li label#nf-label-class-field-168-2, #nf-field-168-wrap ul li label#nf-label-class-field-24_1-3 {
  background: url("/wp-content/uploads/2019/03/PWL_Tube-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-1, #nf-field-24_2-wrap ul li label#nf-label-class-field-105-1, #nf-field-24_2-wrap ul li label#nf-label-class-field-24_1-1, #nf-field-74-wrap ul li label#nf-label-class-field-24_2-1, #nf-field-74-wrap ul li label#nf-label-class-field-105-1, #nf-field-74-wrap ul li label#nf-label-class-field-24_1-1, #nf-field-105-wrap ul li label#nf-label-class-field-24_2-1, #nf-field-105-wrap ul li label#nf-label-class-field-105-1, #nf-field-105-wrap ul li label#nf-label-class-field-24_1-1, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_2-1, #nf-field-24_1-wrap ul li label#nf-label-class-field-105-1, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_1-1, #nf-field-168-wrap ul li label#nf-label-class-field-24_2-1, #nf-field-168-wrap ul li label#nf-label-class-field-105-1, #nf-field-168-wrap ul li label#nf-label-class-field-24_1-1 {
  background: url("/wp-content/uploads/2019/03/Bone-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-2, #nf-field-24_2-wrap ul li label#nf-label-class-field-105-2, #nf-field-24_2-wrap ul li label#nf-label-class-field-24_1-2, #nf-field-24_2-wrap ul li label#nf-label-class-field-168-1, #nf-field-74-wrap ul li label#nf-label-class-field-24_2-2, #nf-field-74-wrap ul li label#nf-label-class-field-105-2, #nf-field-74-wrap ul li label#nf-label-class-field-24_1-2, #nf-field-74-wrap ul li label#nf-label-class-field-168-1, #nf-field-105-wrap ul li label#nf-label-class-field-24_2-2, #nf-field-105-wrap ul li label#nf-label-class-field-105-2, #nf-field-105-wrap ul li label#nf-label-class-field-24_1-2, #nf-field-105-wrap ul li label#nf-label-class-field-168-1, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_2-2, #nf-field-24_1-wrap ul li label#nf-label-class-field-105-2, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_1-2, #nf-field-24_1-wrap ul li label#nf-label-class-field-168-1, #nf-field-168-wrap ul li label#nf-label-class-field-24_2-2, #nf-field-168-wrap ul li label#nf-label-class-field-105-2, #nf-field-168-wrap ul li label#nf-label-class-field-24_1-2, #nf-field-168-wrap ul li label#nf-label-class-field-168-1 {
  background: url("/wp-content/uploads/2019/03/Mini_flaske-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-3, #nf-field-24_2-wrap ul li label#nf-label-class-field-105-3, #nf-field-74-wrap ul li label#nf-label-class-field-24_2-3, #nf-field-74-wrap ul li label#nf-label-class-field-105-3, #nf-field-105-wrap ul li label#nf-label-class-field-24_2-3, #nf-field-105-wrap ul li label#nf-label-class-field-105-3, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_2-3, #nf-field-24_1-wrap ul li label#nf-label-class-field-105-3, #nf-field-168-wrap ul li label#nf-label-class-field-24_2-3, #nf-field-168-wrap ul li label#nf-label-class-field-105-3 {
  background: url("/wp-content/uploads/2019/11/gourmet-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-5, #nf-field-24_2-wrap ul li label#nf-label-class-field-105-5, #nf-field-24_2-wrap ul li label#nf-label-class-field-24_1-4, #nf-field-74-wrap ul li label#nf-label-class-field-24_2-5, #nf-field-74-wrap ul li label#nf-label-class-field-105-5, #nf-field-74-wrap ul li label#nf-label-class-field-24_1-4, #nf-field-105-wrap ul li label#nf-label-class-field-24_2-5, #nf-field-105-wrap ul li label#nf-label-class-field-105-5, #nf-field-105-wrap ul li label#nf-label-class-field-24_1-4, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_2-5, #nf-field-24_1-wrap ul li label#nf-label-class-field-105-5, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_1-4, #nf-field-168-wrap ul li label#nf-label-class-field-24_2-5, #nf-field-168-wrap ul li label#nf-label-class-field-105-5, #nf-field-168-wrap ul li label#nf-label-class-field-24_1-4 {
  background: url("/wp-content/uploads/2019/02/PWL_Longneck-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-6, #nf-field-24_2-wrap ul li label#nf-label-class-field-105-6, #nf-field-24_2-wrap ul li label#nf-label-class-field-168-3, #nf-field-24_2-wrap ul li label#nf-label-class-field-24_1-5, #nf-field-74-wrap ul li label#nf-label-class-field-24_2-6, #nf-field-74-wrap ul li label#nf-label-class-field-105-6, #nf-field-74-wrap ul li label#nf-label-class-field-168-3, #nf-field-74-wrap ul li label#nf-label-class-field-24_1-5, #nf-field-105-wrap ul li label#nf-label-class-field-24_2-6, #nf-field-105-wrap ul li label#nf-label-class-field-105-6, #nf-field-105-wrap ul li label#nf-label-class-field-168-3, #nf-field-105-wrap ul li label#nf-label-class-field-24_1-5, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_2-6, #nf-field-24_1-wrap ul li label#nf-label-class-field-105-6, #nf-field-24_1-wrap ul li label#nf-label-class-field-168-3, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_1-5, #nf-field-168-wrap ul li label#nf-label-class-field-24_2-6, #nf-field-168-wrap ul li label#nf-label-class-field-105-6, #nf-field-168-wrap ul li label#nf-label-class-field-168-3, #nf-field-168-wrap ul li label#nf-label-class-field-24_1-5 {
  background: url("/wp-content/uploads/2019/03/glas_33-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-7, #nf-field-24_2-wrap ul li label#nf-label-class-field-105-7, #nf-field-24_2-wrap ul li label#nf-label-class-field-24_1-7, #nf-field-24_2-wrap ul li label#nf-label-class-field-168-4, #nf-field-24_2-wrap ul li label#nf-label-class-field-24_1-6, #nf-field-74-wrap ul li label#nf-label-class-field-24_2-7, #nf-field-74-wrap ul li label#nf-label-class-field-105-7, #nf-field-74-wrap ul li label#nf-label-class-field-24_1-7, #nf-field-74-wrap ul li label#nf-label-class-field-168-4, #nf-field-74-wrap ul li label#nf-label-class-field-24_1-6, #nf-field-105-wrap ul li label#nf-label-class-field-24_2-7, #nf-field-105-wrap ul li label#nf-label-class-field-105-7, #nf-field-105-wrap ul li label#nf-label-class-field-24_1-7, #nf-field-105-wrap ul li label#nf-label-class-field-168-4, #nf-field-105-wrap ul li label#nf-label-class-field-24_1-6, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_2-7, #nf-field-24_1-wrap ul li label#nf-label-class-field-105-7, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_1-7, #nf-field-24_1-wrap ul li label#nf-label-class-field-168-4, #nf-field-24_1-wrap ul li label#nf-label-class-field-24_1-6, #nf-field-168-wrap ul li label#nf-label-class-field-24_2-7, #nf-field-168-wrap ul li label#nf-label-class-field-105-7, #nf-field-168-wrap ul li label#nf-label-class-field-24_1-7, #nf-field-168-wrap ul li label#nf-label-class-field-168-4, #nf-field-168-wrap ul li label#nf-label-class-field-24_1-6 {
  background: url("/wp-content/uploads/2018/09/glas_50-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-field-24_2-wrap ul li label:after, #nf-field-74-wrap ul li label:after, #nf-field-105-wrap ul li label:after, #nf-field-24_1-wrap ul li label:after, #nf-field-168-wrap ul li label:after {
  left: 50%;
  margin-left: -9px;
  top: 145px;
}
#nf-field-24_2-wrap ul li label:before, #nf-field-74-wrap ul li label:before, #nf-field-105-wrap ul li label:before, #nf-field-24_1-wrap ul li label:before, #nf-field-168-wrap ul li label:before {
  left: 50%;
  margin-left: -5px;
  top: 149px;
}

#nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-4, #nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-105-4, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-24_2-4, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-105-4, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-24_2-4, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-105-4 {
  background: url("/wp-content/uploads/2019/02/PWL_Longneck-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-1, #nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-105-1, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-24_2-1, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-105-1, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-24_2-1, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-105-1 {
  background: url("/wp-content/uploads/2019/03/Bone-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-2, #nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-105-2, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-24_2-2, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-105-2, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-24_2-2, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-105-2 {
  background: url("/wp-content/uploads/2019/03/Mini_flaske-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-3, #nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-105-3, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-24_2-3, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-105-3, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-24_2-3, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-105-3 {
  background: url("/wp-content/uploads/2019/03/PWL_Tube-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-5, #nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-105-5, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-24_2-5, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-105-5, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-24_2-5, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-105-5 {
  background: url("/wp-content/uploads/2019/03/glas_33-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}
#nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-24_2-6, #nf-form-4-cont #nf-field-24_2-wrap ul li label#nf-label-class-field-105-6, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-24_2-6, #nf-form-4-cont #nf-field-74-wrap ul li label#nf-label-class-field-105-6, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-24_2-6, #nf-form-4-cont #nf-field-105-wrap ul li label#nf-label-class-field-105-6 {
  background: url("/wp-content/uploads/2018/09/glas_50-300x300.png") no-repeat center top;
  background-size: 100px 100px;
}

.oldlabel {
  font-size: 14px;
  font-weight: 500;
}

.nf-form-cont nf-fields-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.nf-form-cont nf-field {
  width: 100%;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

#nf-form-2_2-cont nf-field:nth-child(28),
#nf-form-2_2-cont nf-field:nth-child(29),
#nf-form-2_2-cont nf-field:nth-child(30),
#nf-form-2_2-cont nf-field:nth-child(31),
#nf-form-2_2-cont nf-field:nth-child(32),
#nf-form-2_2-cont nf-field:nth-child(33),
#nf-form-2_2-cont nf-field:nth-child(34),
#nf-form-2_2-cont nf-field:nth-child(35), #nf-form-2_1-cont nf-field:nth-child(28),
#nf-form-2_1-cont nf-field:nth-child(29),
#nf-form-2_1-cont nf-field:nth-child(30),
#nf-form-2_1-cont nf-field:nth-child(31),
#nf-form-2_1-cont nf-field:nth-child(32),
#nf-form-2_1-cont nf-field:nth-child(33),
#nf-form-2_1-cont nf-field:nth-child(34),
#nf-form-2_1-cont nf-field:nth-child(35), #nf-form-6-cont nf-field:nth-child(28),
#nf-form-6-cont nf-field:nth-child(29),
#nf-form-6-cont nf-field:nth-child(30),
#nf-form-6-cont nf-field:nth-child(31),
#nf-form-6-cont nf-field:nth-child(32),
#nf-form-6-cont nf-field:nth-child(33),
#nf-form-6-cont nf-field:nth-child(34),
#nf-form-6-cont nf-field:nth-child(35) {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#nf-form-2_2-cont #nf-label-class-field-46_2-0, #nf-form-2_2-cont #nf-label-class-field-46_2-1, #nf-form-2_2-cont #nf-label-class-field-86-0, #nf-form-2_2-cont #nf-label-class-field-86-1, #nf-form-2_1-cont #nf-label-class-field-46_2-0, #nf-form-2_1-cont #nf-label-class-field-46_2-1, #nf-form-2_1-cont #nf-label-class-field-86-0, #nf-form-2_1-cont #nf-label-class-field-86-1, #nf-form-6-cont #nf-label-class-field-46_2-0, #nf-form-6-cont #nf-label-class-field-46_2-1, #nf-form-6-cont #nf-label-class-field-86-0, #nf-form-6-cont #nf-label-class-field-86-1 {
  font-size: 14px;
}
#nf-form-2_2-cont #nf-field-24_2-wrap ul li:first-child, #nf-form-2_2-cont #nf-field-24_1-wrap ul li:first-child, #nf-form-2_2-cont #nf-field-168-wrap ul li:first-child, #nf-form-2_1-cont #nf-field-24_2-wrap ul li:first-child, #nf-form-2_1-cont #nf-field-24_1-wrap ul li:first-child, #nf-form-2_1-cont #nf-field-168-wrap ul li:first-child, #nf-form-6-cont #nf-field-24_2-wrap ul li:first-child, #nf-form-6-cont #nf-field-24_1-wrap ul li:first-child, #nf-form-6-cont #nf-field-168-wrap ul li:first-child {
  display: none;
}

#nf-form-6-cont nf-field:nth-child(18),
#nf-form-6-cont nf-field:nth-child(19),
#nf-form-6-cont nf-field:nth-child(20),
#nf-form-6-cont nf-field:nth-child(21),
#nf-form-6-cont nf-field:nth-child(22),
#nf-form-6-cont nf-field:nth-child(23),
#nf-form-6-cont nf-field:nth-child(24),
#nf-form-6-cont nf-field:nth-child(25) {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#nf-form-6-cont #nf-label-class-field-46_2-0, #nf-form-6-cont #nf-label-class-field-46_2-1, #nf-form-6-cont #nf-label-class-field-86-0, #nf-form-6-cont #nf-label-class-field-86-1 {
  font-size: 14px;
}
#nf-form-6-cont #nf-field-24_2-wrap ul li:first-child, #nf-form-6-cont #nf-field-24_1-wrap ul li:first-child, #nf-form-6-cont #nf-field-179-wrap ul li:first-child {
  display: none;
}

#nf-field-105-wrap ul li:first-child {
  display: none;
}

#nf-form-4-cont nf-field:nth-child(26),
#nf-form-4-cont nf-field:nth-child(27),
#nf-form-4-cont nf-field:nth-child(28),
#nf-form-4-cont nf-field:nth-child(29),
#nf-form-4-cont nf-field:nth-child(30),
#nf-form-4-cont nf-field:nth-child(31),
#nf-form-4-cont nf-field:nth-child(32),
#nf-form-4-cont nf-field:nth-child(33) {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.33em;
}

#nf-field-63-wrap.listradio-wrap .nf-field-element label.nf-checked-label:before,
#nf-field-62-wrap.listradio-wrap .nf-field-element label.nf-checked-label:before,
#nf-field-61-wrap.listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.33em;
}

#nf-form-3-cont div[for=nf-field-60]:after, #nf-form-3-cont div[for=nf-field-61]:after {
  display: none;
}

.listradio-wrap .nf-field-element label {
  font-size: 14px;
}

#nf-field-60-wrap ul li {
  display: inline-block;
  position: relative;
  padding-bottom: 45px;
  margin-right: 20px !important;
}
#nf-field-60-wrap ul li:last-child {
  margin-right: 0 !important;
}
#nf-field-60-wrap ul li .ninja-forms-field {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: block;
  background: none !important;
  border: none !important;
}
#nf-field-60-wrap ul li label {
  display: block;
  margin-left: 0 !important;
  height: 180px;
  width: 220px;
  text-align: center;
  font-size: 14px;
  padding-top: 115px;
}
#nf-field-60-wrap ul li label#nf-label-class-field-60-0 {
  background: url("/wp-content/themes/husum_2020/assets/img/aquanordic_bottles2.png") no-repeat center top;
  background-size: 135px;
}
#nf-field-60-wrap ul li label#nf-label-class-field-60-1 {
  background: url("/wp-content/themes/husum_2020/assets/img/istidskilden.png") no-repeat center top;
  background-size: 135px;
}
#nf-field-60-wrap ul li label#nf-label-class-field-60-2 {
  background: url("/wp-content/themes/husum_2020/assets/img/wunderkind.png") no-repeat center top;
  background-size: 135px;
}
#nf-field-60-wrap ul li label:after {
  left: 50%;
  margin-left: -9px;
  top: 145px;
}
#nf-field-60-wrap ul li label:before {
  left: 50%;
  margin-left: -5px;
  top: 149px;
}

select::-ms-expand {
  display: none;
}

.hero__wrapper {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 40px 0;
  color: white;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f3462;
  opacity: 0.85;
}
.hero__text {
  z-index: 1;
}
.hero__text--header {
  font-size: 44px;
}
.hero__text--subheader {
  font-size: 22px;
}
