@media (min-width: 1920px) {
  .col-xl-1,
  .col-xxl-1,
  .col-xl-2,
  .col-xxl-2,
  .col-xl-3,
  .col-xxl-3,
  .col-xl-4,
  .col-xxl-4,
  .col-xl-5,
  .col-xxl-5,
  .col-xl-6,
  .col-xxl-6,
  .col-xl-7,
  .col-xxl-7,
  .col-xl-8,
  .col-xxl-8,
  .col-xl-9,
  .col-xxl-9,
  .col-xl-10,
  .col-xxl-10,
  .col-xl-11,
  .col-xxl-11,
  .col-xl-12,
  .col-xxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-1.col-center,
  .col-xl-2.col-center,
  .col-xl-3.col-center,
  .col-xl-4.col-center,
  .col-xl-5.col-center,
  .col-xl-6.col-center,
  .col-xl-7.col-center,
  .col-xl-8.col-center,
  .col-xl-9.col-center,
  .col-xl-10.col-center,
  .col-xl-11.col-center,
  .col-xl-12.col-center {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 2560px) {
  .col-center {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl,
.visible-xxl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {
  display: none !important;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl {
    display: block !important;
  }
  table.visible-xxl {
    display: table;
  }
  tr.visible-xxl {
    display: table-row !important;
  }
  th.visible-xxl,
  td.visible-xxl {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl-block {
    display: block !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl-inline {
    display: inline !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-xxl {
    display: none !important;
  }
}
@font-face {
  font-family: Grot10Regular;
  font-style: normal;
  src: url("../fonts/grot10/Grot10_RegularWEB.eot"); /* IE9 Compat Modes */
  src: url("../fonts/grot10/Grot10_RegularWEB.woff2") format('woff2'), url("../fonts/grot10/Grot10_RegularWEB.woff") format('woff'), url("../fonts/grot10/Grot10-Regular.ttf") format('truetype'), url("../fonts/grot10/Grot10_RegularWEB.svg") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Grot10Light;
  font-style: normal;
  src: url("../fonts/grot10/Grot10_LightWEB.eot"); /* IE9 Compat Modes */
  src: url("../fonts/grot10/Grot10_LightWEB.woff2") format('woff2'), url("../fonts/grot10/Grot10_LightWEB.woff") format('woff'), url("../fonts/grot10/Grot-Light.ttf") format('truetype'), url("../fonts/grot10/Grot10_LightWEB.svg") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Grot10Bold;
  font-style: normal;
  src: url("../fonts/grot10/Grot10_BoldWEB.eot"); /* IE9 Compat Modes */
  src: url("../fonts/grot10/Grot10_BoldWEB.woff2") format('woff2'), url("../fonts/grot10/Grot10_BoldWEB.woff") format('woff'), url("../fonts/grot10/Grot10-Bold.ttf") format('truetype'), url("../fonts/grot10/Grot10_BoldWEB.svg") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Grot10Italic;
  font-style: normal;
  src: url("../fonts/grot10/Grot10_Regular_ItalicWEB.eot"); /* IE9 Compat Modes */
  src: url("../fonts/grot10/Grot10_Regular_ItalicWEB.woff2") format('woff2'), url("../fonts/grot10/Grot10_Regular_ItalicWEB.woff") format('woff'), url("../fonts/grot10/Grot10-Italic.ttf") format('truetype'), url("../fonts/grot10/Grot10_Regular_ItalicWEB.svg") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Grot10Black;
  font-style: normal;
  src: url("../fonts/grot10/Grot-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/grot10/Grot-Black.woff2") format('woff2'), url("../fonts/grot10/Grot-Black.woff") format('woff'), url("../fonts/grot10/Grot-Black.ttf") format('truetype'), url("../fonts/grot10/Grot-Black.svg") format('svg'); /* Legacy iOS */
}
@media (min-width: 768px) {
  .pull-right-md {
    float: right;
  }
}
.col-center {
  float: none;
  margin-right: auto !important;
  margin-left: auto !important;
}
.inline-block {
  display: inline-block;
}
@media (max-width: 768px) {
  .left-mobile {
    float: left;
  }
}
.small-arrow {
  font-size: 13px;
}
.old-style-numeric {
  font-variant-numeric: oldstyle-nums;
  -ms-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  font-feature-settings: "onum";
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.no-padding {
  padding: 0px !important;
}
.no-top-margin {
  margin-top: 0px !important;
}
abbr {
  text-decoration: none;
}
.avoid-clicks {
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
}
.avoid-clicks:after {
  opacity: 0.8;
}
.avoid-clicks .nice-select:after {
  content: "";
}
.normal {
  font-weight: normal !important;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
  font-weight: normal;
}
.woocommerce-Price-amount {
  color: #000;
  margin-top: 20%;
}
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  padding-left: 5px;
}
.tax_label {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
@media (max-width: 1023px) {
  .empty-row {
    display: none !important;
  }
}
.border-top-dotted {
  background-image: linear-gradient(to right, #333 10%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  padding-bottom: 0px;
  padding-top: 20px;
}
.border-bottom-dotted {
  background-image: linear-gradient(to right, #333 10%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  padding-bottom: 0px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .border-bottom-dotted.no-border-mobile {
    background-image: none;
  }
}
.border-top-line {
  border-top: 1px solid #000 !important;
}
.newsletter_div {
  border-bottom: 1px solid;
  background-color: transparent;
  border-bottom-color: #fff;
  padding-bottom: 5px;
}
html {
  color: #000;
  background: #fff;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
a img {
  border: none;
}
blockquote,
q {
  quotes: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
.clear {
  margin: 0 0 -1px 0;
  line-height: 1px;
  display: block;
  font-size: 1px;
  clear: both;
  height: 1px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child+html .clearfix {
  zoom: 1;
}
html,
body {
  font-family: Grot10Regular, arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
}
body {
  position: relative;
  z-index: 0;
  font-variant-numeric: proportional-nums;
}
h1,
.jumbotron h1 {
  font-family: Grot10Black, arial, sans-serif;
  font-size: 3em;
  margin-bottom: 20px;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
  font-family: Grot10Black, arial, sans-serif;
}
p {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.7em;
}
b,
strong {
  font-weight: normal;
  font-family: Grot10Black, arial, sans-serif;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.8 !important;
}
ul,
ol {
  margin: 0 0 1em;
  padding: 0 0 0 25px;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ol li {
  list-style: decimal;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1.25em;
  }
  h1,
  .jumbotron h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1920px) {
  p {
    font-size: 1.325em;
  }
  h1,
  .jumbotron h1 {
    font-size: 46pt;
  }
}
@media only screen and (min-width: 2560px) {
  p {
    font-size: 1.4em;
  }
  h1,
  .jumbotron h1 {
    font-size: 62pt;
  }
}
.w404container {
  height: 100vh;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
}
.w404cell {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.w404 {
  background-color: #fff;
}
.w404img {
  text-align: right;
  font-size: 0.5rem;
  margin: 0 auto;
  max-width: 400px;
}
.w404img img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.w404text {
  text-align: center;
}
.row-holder h1,
.row-holder h2,
.row-holder h3,
.row-holder h4,
.row-holder h5,
.row-holder h6 {
  margin: 50px 0;
}
.add-space {
  margin-top: 30px;
  margin-bottom: 30px;
}
.add-space h1,
.add-space h2,
.add-space h3,
.add-space h4,
.add-space h5,
.add-space h6 {
  margin: 50px 0;
}
.page-template-page-article-2-rows .container-exhibition .moving-top-content section:first-child>div:not(:first-child) {
  margin-top: 0;
}
.carousel-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.carousel {
  -ms-flex-order: 1;
  order: 1;
}
.carousel img {
  background: #000;
}
.carousel .carousel-inner .text-capitalize a {
  color: #000;
}
.carouselImg .fill {
  width: auto;
}
.carousel-caption {
  z-index: 10;
  font-size: 90%;
}
#carousel .item {
  width: 100%;
  background-color: #777;
}
.carousel-inner > .item > .fill,
.carousel-inner > .item > a > .fill {
  margin: auto;
  width: 100%;
  padding-top: 56.25%;
}
.carousel-control {
  position: absolute;
  padding-top: 15px;
  top: 104%;
  opacity: 1;
  color: #000;
  font-size: 2em;
  text-shadow: none;
}
@media (min-width: 768px) {
  .carousel-control {
    position: inherit;
  }
}
.carousel-control.right {
  right: 0;
  background: none;
}
.carousel-control.left {
  display: block;
  left: 0;
  background: none;
}
@media (min-width: 768px) {
  .carousel-control.left {
    right: 0;
  }
}
.carousel-control:focus,
.carousel-control:hover {
  color: #000;
  opacity: 1;
}
.carousel-indicators {
  bottom: 10px;
  position: absolute;
}
.carousel-indicators .target-indicator.active {
  opacity: 1;
}
.carousel-indicators .target-indicator {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  margin: 0 5px;
  border-radius: 999px;
  opacity: 0.5;
  border: none;
  transition: background 0.1s ease-out;
}
.target-indicators.background--light .target-indicator {
  background: #000;
}
.new-caption-area {
  font-style: italic;
  text-align: center;
  padding: 0;
  font-size: 88%;
  -ms-flex-order: 0;
  order: 0;
}
@media only screen and (min-width: 768px) {
  .carousel-control {
    padding: 0;
    position: absolute;
    top: 105%;
  }
  .carousel-inner {
    width: 66.66%;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-container {
    margin-top: 70px;
  }
  .carousel-control {
    top: 45.5%;
    opacity: 1;
    width: 15%;
  }
  .carousel-control.right {
    padding-left: 0;
    left: 85%;
    background: none;
  }
  .carousel-control.left {
    padding-right: 0;
    background: none;
  }
  .new-caption-area {
    position: static;
    z-index: 1;
    text-align: center;
    margin-top: 24px;
    -ms-flex-order: 2;
    order: 2;
  }
  .carousel-caption {
    color: #000;
  }
}
input[type=radio].css-checkbox,
input[type=checkbox].css-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=radio].css-checkbox ~ label:before,
input[type=checkbox].css-checkbox ~ label:before {
  font-family: FontAwesome;
  content: "\f10c";
  letter-spacing: 10px;
  font-size: 1.2em;
  width: 1.4em;
  font-weight: 400;
}
input[type=radio].css-checkbox:checked ~ label:before,
input[type=checkbox].css-checkbox:checked ~ label:before {
  content: "\f192";
  font-size: 14px;
  letter-spacing: 5px;
}
input[type=checkbox].css-checkbox ~ label:before {
  content: "\f1db";
}
input[type=checkbox].css-checkbox:checked ~ label:before {
  content: "\f192";
}
input[type=radio].css-checkbox:focus ~ label:before,
input[type=checkbox].css-checkbox:focus ~ label:before,
input[type=radio].css-checkbox:focus ~ label,
input[type=checkbox].css-checkbox:focus ~ label {
  color: #000;
}
.woocommerce-order-received .woocommerce {
  background-color: #fff;
}
.woocommerce .jumbotron.thankyou {
  height: 20vh;
  background-color: #fff;
}
.woocommerce .ordercontainer .logo-glyptoteket {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce .ordercontainer {
    max-width: 600px;
  }
}
.woocommerce .ordercontainer p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.woocommerce .ordercontainer ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
}
.woocommerce .ordercontainer ul li {
  width: 100%;
  border: none;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.7em;
  text-transform: initial;
  padding-right: 0;
}
.woocommerce .ordercontainer ul li .span-right {
  float: right;
}
.woocommerce .ordercontainer .shop_table.order_details {
  margin: 0 0 1.5em;
  font-size: 12px;
  padding-bottom: 50px;
}
.woocommerce .ordercontainer .shop_table.order_details .product-quantity {
  font-size: 16px;
}
.woocommerce .ordercontainer .shop_table.order_details span {
  border: none;
  font-size: 16px;
}
.woocommerce .ordercontainer .shop_table.order_details tr td:nth-child(2) {
  text-align: right;
}
.woocommerce .ordercontainer .shop_table.order_details tbody tr .product-total {
  padding-right: 0px;
}
.woocommerce .ordercontainer .shop_table.order_details tbody tr:first-child td {
  border-top: 1px solid #000;
}
.woocommerce .ordercontainer .shop_table.order_details tbody tr:last-child td {
  border-bottom: 1px solid #000;
}
.woocommerce .ordercontainer .shop_table.order_details tbody .variation {
  padding-top: 10px;
}
.woocommerce .ordercontainer .shop_table.order_details tbody .variation p {
  padding-bottom: 4px;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
}
.woocommerce .ordercontainer .shop_table.order_details tbody .variation p a {
  font-size: 14px !important;
}
.woocommerce .ordercontainer .shop_table.order_details tfoot tr:nth-child(1) th,
.woocommerce .ordercontainer .shop_table.order_details tfoot tr:nth-child(1) td {
  font-weight: normal;
  padding-top: 15px;
}
.woocommerce .ordercontainer .shop_table.order_details tfoot tr:nth-child(2) th,
.woocommerce .ordercontainer .shop_table.order_details tfoot tr:nth-child(2) td {
  font-weight: normal;
  padding-top: 5px;
}
.woocommerce .ordercontainer tfoot tr th {
  padding-top: 5px;
  border: none;
  padding-bottom: 0;
  font-size: 16px;
}
.woocommerce .ordercontainer tfoot tr td {
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .woocommerce .ordercontainer p {
    width: 68%;
  }
}
@media (min-width: 1200px) {
  .woocommerce .ordercontainer p {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .woocommerce .ordercontainer p {
    width: 55%;
  }
}
.woocommerce .ordercontainer .print-order {
  font-size: 25px;
  text-align: center;
  padding-bottom: 40px;
}
.woocommerce .filter-container {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table.order_details a {
  font-size: 16px !important;
  font-weight: normal !important;
}
.woocommerce table.shop_table td {
  border-top: none;
}
.woocommerce table.shop_table td.total {
  padding-top: 40px;
  padding-bottom: 25px;
  padding-right: 0;
  float: right;
}
.woocommerce table.shop_table td.product-name a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.woocommerce table.shop_table td.product-name a.remove {
  font-weight: normal;
}
.woocommerce table.shop_table td .shipping-calculator-button {
  color: #000;
  font-weight: normal;
}
.woocommerce table.shop_table td .shipping-calculator-form .country_to_state ul {
  max-height: 350px;
  overflow-y: scroll;
  left: 15px;
}
.woocommerce table.shop_table td .shipping-calculator-form #calc_shipping {
  font-weight: 400;
}
.woocommerce table.shop_table th {
  font-family: Grot10Regular, arial, sans-serif;
  font-size: 1.2em;
  padding: 0 12px 50px 0;
}
.woocommerce table.shop_table th.total {
  padding-top: 40px;
  padding-bottom: 25px;
}
.woocommerce table.shop_table th.product-name {
  border-bottom: solid 1px #000;
}
.woocommerce table.shop_table th.product-name,
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-subtotal {
  border-bottom: solid 1px #000;
}
.woocommerce table.shop_table .product-subtotal {
  text-align: right;
}
.woocommerce table.shop_table .product-quantity {
  text-align: center;
}
.woocommerce table.shop_table .product-name,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-subtotal {
  padding: 30px 0 30px 0;
  font-size: 14px;
}
.woocommerce table.shop_table .product-price {
  padding: 15px 0 15px 0;
}
.woocommerce table.shop_table.cart img {
  width: 100px;
}
@media (min-width: 769px) {
  .woocommerce table.shop_table.cart img {
    display: block;
    width: 100%;
  }
}
.woocommerce table.shop_table.cart .product-thumbnail {
  padding-right: 50px;
}
.woocommerce table.shop_table .subtotal-amount,
.woocommerce table.shop_table .total-amount,
.woocommerce table.shop_table .tax-amount {
  font-size: 1.2em;
  font-weight: normal;
  padding: 30px 0 30px 0;
}
@media (min-width: 1024px) {
  .woocommerce table.shop_table .subtotal-amount,
  .woocommerce table.shop_table .total-amount,
  .woocommerce table.shop_table .tax-amount {
    padding: 20px 0 20px 0;
  }
  .woocommerce table.shop_table .subtotal-amount.voucher,
  .woocommerce table.shop_table .total-amount.voucher,
  .woocommerce table.shop_table .tax-amount.voucher {
    padding: 15px 0 50px 0;
  }
}
.woocommerce table.shop_table .subtotal-amount div,
.woocommerce table.shop_table .total-amount div,
.woocommerce table.shop_table .tax-amount div {
  padding: 0;
  font-size: 14px;
}
.woocommerce table.shop_table .subtotal-amount div:last-child,
.woocommerce table.shop_table .total-amount div:last-child,
.woocommerce table.shop_table .tax-amount div:last-child {
  text-align: right;
}
.woocommerce table.shop_table .subtotal-amount .includes_tax,
.woocommerce table.shop_table .total-amount .includes_tax,
.woocommerce table.shop_table .tax-amount .includes_tax {
  display: none;
}
.woocommerce table.shop_table .tax-amount {
  padding-top: 0;
}
.woocommerce table.shop_table tfoot td {
  font-family: Grot10Regular, arial, sans-serif;
  border-top: transparent;
}
.woocommerce table.shop_table tfoot .cart-subtotal {
  font-weight: normal;
  font-size: 16px;
}
.woocommerce table.shop_table tfoot .shipping td {
  padding: 0;
}
.woocommerce table.shop_table tfoot .shipping .wrapper-shipping {
  width: 90%;
  float: right;
}
.woocommerce table.shop_table tfoot .shipping #shipping_method {
  padding: 50px 0;
}
.woocommerce table.shop_table tfoot .shipping #shipping_method p {
  text-indent: 5px;
  width: 99%;
  font-weight: normal;
  font-size: 14px;
}
.woocommerce table.shop_table tfoot .shipping #shipping_method li {
  text-indent: -11px;
  position: relative;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.woocommerce table.shop_table tfoot .shipping #shipping_method li .wrapper-shipping {
  width: 90%;
  float: right;
}
.woocommerce table.shop_table tfoot .shipping #shipping_method li input {
  position: absolute;
  margin: 3px -2.5ex;
}
.woocommerce table.shop_table #shipping_method p {
  display: inline-block;
}
.woocommerce table.shop_table #shipping_method {
  padding: 14px 0 14px 0;
}
.woocommerce table.shop_table #shipping_method p {
  text-indent: 5px;
  width: 99%;
  font-weight: normal;
  font-size: 14px;
}
.woocommerce table.shop_table #shipping_method li {
  text-indent: -11px;
  position: relative;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.woocommerce table.shop_table #shipping_method li .wrapper-shipping {
  width: 90%;
  float: right;
}
.woocommerce table.shop_table #shipping_method li input {
  margin: 0 1em 0 0;
}
.woocommerce table.shop_table #shipping_method .hidden {
  display: initial !important;
}
.woocommerce table.shop_table #shipping_method .amount {
  float: right;
  font-weight: normal;
  margin-top: 0px;
}
form.checkout.woocommerce-checkout {
  background-color: #fff;
}
form.checkout.woocommerce-checkout .form-row.create-account label {
  font-weight: normal;
}
form.checkout.woocommerce-checkout .form-row.create-account label input {
  position: relative;
}
.woocommerce a.remove {
  font-size: 16px;
  color: #000 !important;
  font-family: Grot10Regular, arial, sans-serif;
  font-weight: normal;
}
.woocommerce a.remove:hover {
  color: #000 !important;
  background: none;
}
.validate-postcode label,
#billing_city_field label,
#shipping_city_field label {
  font-size: 0px;
}
.validate-postcode label abbr,
#billing_city_field label abbr,
#shipping_city_field label abbr {
  font-size: 15px;
}
.woocommerce-error {
  text-align: center;
}
.woocommerce-error:before,
.woocommerce-info:before {
  left: 20px;
}
.woocommerce-message {
  left: 20px;
}
.woocommerce-info {
  text-align: center;
  border-top: none;
  background-color: #fff;
  font-size: 25px;
  margin-top: 50px !important;
}
.woocommerce-info:before {
  content: "";
}
.self-taking .msg {
  padding-bottom: 50px;
}
.woocommerce form .form-row input.input-text,
form .form-row select,
.country_to_state {
  border-left: transparent;
  border-top: transparent;
  border-right: transparent;
  border-bottom: 1px solid rgba(179,179,179,0.73);
  margin-bottom: 30px;
  font-weight: normal;
  border-bottom: 1px solid rgba(179,179,179,0.73);
  background-color: #fff;
  border-color: rgba(179,179,179,0.73) !important;
  outline: none;
}
.country_select_parent {
  position: relative;
}
.country_select_parent:after {
  display: block;
  content: '>' !important;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: -4%;
  transform-origin: 66% 66%;
  transform: rotate(90deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
  padding-bottom: 20px;
  -webkit-transform-origin: 66% 66%;
  -webkit-transform: rotate(90deg);
  background-color: #fff;
}
label[for=billing_country] abbr,
label[for=shipping_country] abbr {
  display: none;
}
.woocommerce form .form-row.woocommerce-validated select {
  margin-bottom: 30px;
}
.woocommerce form .form-row .required {
  position: absolute;
  right: 5%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.select2-container .select2-choice {
  padding: 0;
  border-left: transparent;
  border-top: transparent;
  border-right: transparent;
  border-bottom: 1px solid rgba(179,179,179,0.73);
  color: #000;
  border-radius: 0;
  margin-bottom: 30px;
}
h3#ship-to-different-address {
  font-size: 1.2em;
  padding-bottom: 50px;
}
h3#ship-to-different-address label {
  font-family: Grot10Regular, arial, sans-serif;
  display: inline-block;
}
#order_review {
  background-color: #fff;
}
#order_review #step3 ~ .form-row {
  display: none;
}
#order_review #step3 .terms.wc-terms-and-conditions {
  padding-left: 0px;
  padding-right: 0;
  padding-top: 15px;
  font-size: 14px;
}
#order_review #step3 .terms.wc-terms-and-conditions u {
  font-size: 14px;
}
#order_review #step3 .terms.wc-terms-and-conditions span.required {
  right: 0;
}
.table_shop_container {
  max-width: 590px;
}
.table_shop_container .woocommerce-additional-fields {
  padding-right: 11px;
}
.table_shop_container .woocommerce-additional-fields p {
  padding: 0;
}
.table_shop_container .woocommerce-additional-fields textarea {
  padding: 10px;
  font-size: 15px;
  max-width: 411px;
  float: right;
  border: 1px solid #808080;
}
table.shop_table.shop_table_responsive.cart {
  padding-right: 11px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  table.shop_table.shop_table_responsive.cart tbody tr:not(:last-child) {
    padding-top: 20px;
  }
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td {
  padding: 0px;
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .coupon {
  padding-bottom: 20px;
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .coupon,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .yearcard {
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  padding-top: 20px;
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .coupon label,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .yearcard label {
  display: inline-block;
  font-size: 14px;
  float: left;
  margin-top: 8px;
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .coupon .input-text,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .yearcard .input-text {
  margin-right: 0px;
  width: 100px;
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .coupon .coupon-wrapper,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .yearcard .coupon-wrapper,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .coupon .yearcard-wrapper,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .yearcard .yearcard-wrapper {
  display: inline-block;
  min-width: 260px;
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .coupon .yearcard-wrapper input[type = "text"],
table.shop_table.shop_table_responsive.cart tbody tr.actions-row td .yearcard .yearcard-wrapper input[type = "text"] {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 9px 0 0;
  outline: 0;
  line-height: 1;
}
table.shop_table.shop_table_responsive.cart tbody tr.actions-row .coupon .buttonSubmitCoupon,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row .yearcard .buttonSubmitCoupon,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row .coupon .buttonSubmitYearcard,
table.shop_table.shop_table_responsive.cart tbody tr.actions-row .yearcard .buttonSubmitYearcard {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 7px;
  width: 58%;
  display: inline-block;
  float: right;
}
table.shop_table.shop_table_responsive.cart tr.fee .fee-subtotal {
  border-bottom: 1px solid;
  font-weight: normal;
}
table.shop_table.shop_table_responsive.cart tr.fee .fee-subtotal .col-xs-6:first-child {
  text-align: left;
}
tr.shipping .wrapper-shipping {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  width: 90%;
}
@media (min-width: 768px) {
  tr.shipping .wrapper-shipping {
    width: 93%;
  }
}
@media (min-width: 992px) {
  tr.shipping .wrapper-shipping {
    width: 95%;
  }
}
tr.shipping .wrapper-shipping span {
  float: right;
  margin-top: 0;
}
tr.shipping ul {
  padding: 0;
}
tr.shipping ul li {
  padding-bottom: 10px;
}
tr.shipping ul li .wrapper-shipping label {
  min-width: 90%;
}
tr.shipping ul li input {
  margin-right: 5px;
  float: left;
  margin-top: 0;
}
.steps-checkout .step {
  display: inline-block;
}
.steps-checkout .step:not(:last-child) {
  padding-right: 4%;
}
.steps-checkout .step a {
  font-size: 1.2em;
  font-family: Grot10Bold, arial, sans-serif;
}
.steps-checkout .step a:hover {
  opacity: initial !important;
}
.steps-checkout .step .btn.active,
.steps-checkout .step .btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  opacity: initial;
}
.steps-checkout .step .btn {
  padding: 0;
}
.links-cart-bottom {
  font-size: 1.5em;
  padding: 50px 0 100px 0;
  color: #000;
  margin-top: 70px;
}
.links-cart-bottom .terms.wc-terms-and-conditions {
  font-size: 1em;
}
.links-cart-bottom.step3-links .inline-block.right {
  border: 1px solid;
  padding-right: 20px;
}
.links-cart-bottom.step3-links .prevBtn {
  padding-top: 12px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .links-cart-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.links-cart-bottom .prevBtn svg {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.links-cart-bottom a {
  font-size: 1em;
  color: #000;
}
.links-cart-bottom a:hover {
  cursor: pointer;
}
.links-cart-bottom .print {
  padding: 50px 0 100px 0;
}
.links-cart-bottom .button.alt {
  background: transparent !important;
  color: #000 !important;
  font-weight: normal;
  font-size: 17px;
  padding-top: 13px;
  padding-right: 5px;
  padding-left: 20px;
  padding-bottom: 7px;
  float: none !important;
}
@media (min-width: 479px) {
  .links-cart-bottom .button.alt {
    font-size: 21px;
  }
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 15px 0 15px 0;
}
.step-content #payment {
  background-color: transparent;
  background-image: linear-gradient(to right, #333 10%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.step-content #payment .blockUI.blockOverlay {
  display: none !important;
}
.step-content #payment ul.payment_methods {
  border-bottom: none;
  background-image: linear-gradient(to right, #333 10%, rgba(255,255,255,0) 0%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  padding: 20px 0 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.step-content #payment ul.payment_methods ul {
  padding-bottom: 10px;
}
.step-content #payment ul.payment_methods p {
  display: inline-block;
}
.step-content #payment label {
  font-family: Grot10Regular, arial, sans-serif;
}
.step-content .wc-terms-and-conditions * {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.step-content .place-order {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#step4 .product-total {
  text-align: right;
  border-bottom: 1px #000 dotted;
}
.woocommerce .quantity .product_quantity_minus,
.woocommerce .quantity .product_quantity_plus {
  font-size: 1.27em;
  cursor: pointer;
}
.woocommerce .quantity .qty {
  display: inline-block;
  height: 17px;
  vertical-align: baseline;
  width: 1.631em;
  border: none;
  outline-color: transparent;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#repeat_billing_email_field {
  float: left;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .woocommerce .jumbotron.header-holder {
    height: 410px;
    max-height: 720px;
    text-align: center;
  }
  .woocommerce .shop_table.cart {
    background-color: transparent;
  }
  .woocommerce .shop_table.cart tr td {
    background-color: transparent !important;
  }
  .woocommerce .shop_table.cart tr td:before {
    content: attr(data-title) " ";
  }
  .woocommerce .shop_table.cart tr.shipping td {
    content: attr(data-title) " ";
  }
  .woocommerce .shop_table.cart tr.shipping ul {
    text-align: left;
  }
  .woocommerce .shop_table.cart .product-thumbnail {
    display: block;
    padding-bottom: 10%;
    padding-right: 0px !important;
    padding-top: 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .woocommerce .shop_table.cart .woocommerce-Price-amount {
    margin-left: 46%;
    margin-right: 0px;
  }
  .woocommerce .shop_table.cart .product-name {
    padding: 0px;
  }
  .woocommerce .shop_table.cart .product-name table {
    width: 100%;
  }
  .woocommerce .shop_table.cart .product-quantity {
    padding-top: 20px;
  }
  .woocommerce .shop_table.cart .product-quantity .quantity {
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .woocommerce .shop_table.cart .product-quantity .quantity input {
    padding-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .woocommerce .shop_table.cart .product-subtotal {
    padding-top: 0;
  }
  .woocommerce .shop_table.cart .cart-subtotal {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .woocommerce .shop_table.cart .cart-subtotal div:first-child {
    text-align: left;
  }
  .woocommerce .shop_table.cart .order-total .total-amount {
    padding-bottom: 30px;
  }
  .woocommerce .shop_table.cart .order-total .total-amount div:first-child {
    text-align: left;
  }
  .woocommerce .shop_table.cart .tax-amount div:first-child {
    text-align: left;
  }
  .woocommerce .shop_table.cart .cart-subtotal .col-xs-6 .woocommerce-Price-amount,
  .woocommerce .shop_table.cart .order-total .woocommerce-Price-amount,
  .woocommerce .shop_table.cart .shipping .woocommerce-Price-amount {
    margin-left: 0 !important;
  }
  .woocommerce .shop_table.cart .quantity .product_quantity_minus,
  .woocommerce .shop_table.cart .quantity .product_quantity_plus {
    width: 15px;
    height: 18px;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .woocommerce .jumbotron.header-holder {
    height: 400px;
  }
  .woocommerce .shop_table.cart {
    background-color: transparent;
  }
  .woocommerce .shop_table.cart tr td {
    background-color: transparent !important;
  }
  .woocommerce .shop_table.cart tr td:before {
    content: attr(data-title) " ";
  }
  .woocommerce .shop_table.cart tr.shipping td {
    content: attr(data-title) " ";
  }
  .woocommerce .shop_table.cart tr.shipping ul {
    text-align: left;
  }
  .woocommerce .shop_table.cart .product-thumbnail {
    display: block;
    padding-bottom: 10%;
    padding-right: 0px !important;
    padding-top: 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .woocommerce .shop_table.cart .woocommerce-Price-amount {
    margin-left: 46%;
    margin-right: 0px;
  }
  .woocommerce .shop_table.cart .product-name {
    padding: 0px;
  }
  .woocommerce .shop_table.cart .product-name table {
    width: 100%;
  }
  .woocommerce .shop_table.cart .product-quantity {
    padding-top: 20px;
    padding-top: 20px;
  }
  .woocommerce .shop_table.cart .product-quantity .quantity {
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .woocommerce .shop_table.cart .product-quantity .quantity input {
    padding-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .woocommerce .shop_table.cart .product-subtotal {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .woocommerce .shop_table.cart .cart-subtotal {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .woocommerce .shop_table.cart .cart-subtotal div:first-child {
    text-align: left;
  }
  .woocommerce .shop_table.cart .order-total .total-amount {
    padding-bottom: 30px;
  }
  .woocommerce .shop_table.cart .order-total .total-amount div:first-child {
    text-align: left;
  }
  .woocommerce .shop_table.cart .tax-amount div:first-child {
    text-align: left;
  }
  .woocommerce .shop_table.cart .cart-subtotal .col-xs-6 .woocommerce-Price-amount,
  .woocommerce .shop_table.cart .order-total .woocommerce-Price-amount,
  .woocommerce .shop_table.cart .shipping .woocommerce-Price-amount {
    margin-left: 0 !important;
  }
  .woocommerce .shop_table.cart .quantity .product_quantity_minus,
  .woocommerce .shop_table.cart .quantity .product_quantity_plus {
    width: 15px;
    height: 18px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 30px;
  }
}
@media screen and (min-width: 992px) {
  #step4 table.shop_table {
    width: 41.666666%;
  }
}
.cookie-box {
  width: 100%;
  position: fixed;
  background-color: #fff;
  color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: x-small;
}
.cookie-box-inner {
  text-align: center;
  margin: 0 auto;
  padding: 25px 20px 15px;
  max-width: 1200px;
  box-sizing: border-box;
}
.cookie-box-inner p {
  margin: 0px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px;
}
.cookie-box-inner a {
  color: #000;
  text-decoration: underline;
}
.cookie-box button {
  background-color: #f2f2f2;
  color: #141414;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 3px;
  padding: 9px 34px 8px;
  font-size: 12px;
  margin: 0;
}
.cta {
  margin-top: 70px;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  background: url("../img/ctaBG.png") no-repeat center bottom;
  background-size: cover;
}
.cta .image-1 {
  background: url("../img/cta-image1.jpg") no-repeat center center;
}
@media screen and (min-width: 480px) {
  .cta .col-md-4 {
    margin-bottom: 70px;
    padding: 0;
  }
}
.cta .sub-title {
  font-size: 16px;
  margin-top: 1em;
}
.cta p {
  margin-top: 15px;
}
.cta .text {
  margin-bottom: 50px;
}
.cta .text h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .cta {
    text-align: left;
    padding: 70px 0 70px 0;
  }
  .cta .col-md-4 {
    height: 300px;
    position: relative;
  }
  .cta .text {
    margin-top: 40px;
  }
}
.cta-item {
  margin-bottom: 40px;
}
.cta-item h4 {
  margin-bottom: 60px;
}
.cta-item .row {
  height: 100%;
}
.cta-item .image,
.cta-item p {
  margin-bottom: 40px;
}
.cta-item .link {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cta-item .gpcenter {
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-responsive {
  margin: auto;
}
#datepicker {
  width: 0;
  border: none;
  display: inline-block;
  margin: 0 0 0 15px;
  cursor: pointer;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#datepicker::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #000;
}
#datepicker:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
#datepicker::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
#datepicker:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  color: #000;
}
#datepicker:focus {
  outline: none;
  marker: none;
}
.clear-date-picker {
  cursor: pointer;
  transform: rotate(-90deg);
  top: -1px;
  right: 14px;
  position: absolute;
}
.clear-date-picker-norotate {
  transform: rotate(0deg);
}
.datepicker-sizing-element {
  position: absolute !important;
  visibility: hidden !important;
  height: 0 !important;
}
.ui-datepicker {
  width: 240px;
  height: auto;
  margin: 20px auto 0;
  background-color: #fff;
}
.ui-datepicker span[title="Tirsdag"] {
  color: #a2a2a2;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  line-height: 30px;
  width: 100%;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 5%;
}
.ui-datepicker-next {
  float: right;
  margin-right: 5px;
}
.ui-datepicker-prev::before {
  content: '<';
  font-size: 18px;
}
.ui-datepicker-next::before {
  content: '>';
  font-size: 18px;
}
.en .ui-datepicker-month {
  text-transform: capitalize;
}
@media only screen and (max-width: 769px) {
  .safari-fontsize {
    font-size: 16px;
  }
  .ui-datepicker {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 0;
  padding: 3%;
  text-align: right;
}
.ui-datepicker th:first-letter {
  font-size: 14px;
}
​ tr td,
.ui-datepicker-calendar tr td {
  padding: 3%;
  text-align: right;
}
​ tr td:first-child a,
.ui-datepicker-calendar tr td:first-child a {
  color: #a2a2a2;
  pointer-events: none;
}
.ui-datepicker-year,
.ui-icon {
  display: none;
}
.ui-datepicker-current-day a {
  text-decoration: underline;
}
.ui-datepicker-today a {
  text-decoration: underline;
}
footer#footer::-webkit-scrollbar {
  display: none;
}
footer#footer {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
footer {
  height: 520px;
  position: relative;
  z-index: -2;
  text-align: center;
  color: #fff;
  background-color: #303134;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .container-footer {
  width: 100%;
}
footer .opening-hours-headline {
  font-family: Grot10Bold, arial, sans-serif;
  margin-bottom: 15px;
}
footer h4 {
  font-family: Grot10Bold, arial, sans-serif;
  margin-bottom: 15px;
}
footer p {
  margin-bottom: 0;
}
footer ul {
  font-size: 1em;
}
footer section .row {
  padding: 30px 15px;
}
footer .logo {
  padding-top: 0px;
  font-size: 23.64px;
  position: inherit;
  bottom: 5px;
}
footer .ligther {
  bottom: 0;
  z-index: 1;
  background-color: #3b3c3e;
  box-shadow: 0px 10px 10px -9px #141414;
}
footer .darker {
  bottom: 0;
  z-index: -1;
  background-color: #303134;
}
footer .darker h5 {
  margin-bottom: 15px;
}
footer .darker ul {
  padding-left: 0;
}
footer .darker ul li {
  padding: 4px;
  display: inline-block;
}
footer .input-append {
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 1em;
}
footer .input-append input {
  text-align: center;
  padding-bottom: 4px;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid;
  border-bottom-color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
}
footer .input-append input::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #fff;
}
footer .input-append input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
footer .input-append input::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
footer .input-append input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  color: #fff;
}
footer .input-append .searchicon {
  position: absolute;
  padding: 0;
  left: calc(50% + 23px);
  top: calc(50% - 20px);
  margin-bottom: 0;
  fill: currentColor;
}
footer .input-append i {
  color: #fff;
}
footer .input-append button {
  position: relative;
  bottom: 33px;
  left: 30px;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
}
footer .input-email {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
  margin-top: 15px;
  font-size: 1em;
}
footer #newsletter_container {
  background: transparent;
  clear: none;
  font: 1em Grot10Regular, arial, sans-serif;
}
footer #newsletter_container form {
  padding: 0;
}
footer #newsletter_container .button {
  color: #fff;
  padding: 5px 0 0 0;
  background-color: transparent;
  margin: 0 -7px 4px 0;
  font-size: 14px;
}
footer #newsletter_container .button:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}
footer #newsletter_container .mc-field-group {
  width: 100%;
  padding-bottom: 0;
  min-height: 33px;
}
footer #newsletter_container .mc-field-group input {
  text-align: center;
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  background-color: transparent;
  border-bottom-color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
  border-radius: 0;
}
footer #newsletter_container .mc-field-group input::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #fff;
}
footer #newsletter_container .mc-field-group input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
footer #newsletter_container .mc-field-group input::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
footer #newsletter_container .mc-field-group input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  color: #fff;
}
footer #newsletter_container .mc-field-group input:focus {
  outline: none;
  border-bottom-color: #fff;
}
footer #mc-embedded-subscribe {
  margin: 0 0 1em 3%;
  border: none;
}
footer #mc-embedded-subscribe:focus {
  outline: none;
}
footer #newsletter_container #newsletter-form-subscribe-form div.mce_inline_error,
footer #mc_embed_signup div.mce_inline_error {
  background-color: transparent;
}
footer #mc_embed_signup #newsletter-form-subscribe-form input.mce_inline_error {
  border-bottom: 1px solid #e85c41;
  border-top: none;
  border-right: none;
  border-left: none;
}
footer #newsletter_container div.response {
  margin: 1em 0;
  padding: 0;
  font-weight: normal;
  float: none;
  width: 100%;
  display: inline-block;
  line-height: 1.4em;
}
footer #newsletter_container div.response a {
  display: block;
}
footer .social-media {
  font-size: 1.2em;
  text-align: center;
  position: relative;
  bottom: 5px;
  margin-left: 0;
}
footer .social-media a {
  padding: 0 12px;
}
footer .opening-hours p:last-child {
  margin-top: 20px;
}
footer .opening-hours .one {
  padding-left: 30px;
}
footer .opening-hours .two {
  padding-left: 90px;
}
footer i {
  padding-left: 5px;
}
footer .visible-only-mobile ul {
  margin-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  footer h4 {
    font-size: 1.25em;
  }
  footer input,
  footer .btn,
  footer ul,
  footer #newsletter_container .button {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 992px) {
  footer {
    height: 1020px;
    text-align: left;
  }
  footer section .row {
    padding: 70px 132px;
  }
  footer .input-email {
    font-size: 1.125em;
    margin-top: 15px;
  }
  footer .input-email .button {
    padding: 17px 0 0 0;
  }
  footer .ligther {
    text-align: center;
  }
  footer .darker {
    text-align: center;
    background-color: #303134;
  }
  footer .darker ul {
    padding-left: 0;
  }
  footer .darker ul:first-child {
    margin-bottom: 50px;
  }
  footer .darker ul:first-child li {
    padding: 0 1.3em;
  }
  footer .darker ul li {
    padding: 8px 0.5em;
  }
  footer .darker .text-area {
    margin-bottom: 50px;
  }
  footer .darker .text-area ul {
    margin-bottom: 0;
  }
  footer .darker .text-area ul li {
    white-space: pre;
  }
  footer .darker .text-area ul li:after {
    position: absolute;
    content: "  \00b7  ";
  }
  footer .darker .text-area ul li:last-child:after {
    content: "";
  }
  footer .social-media {
    font-size: 1.8em;
    margin-top: 50px;
  }
  footer .social-media a {
    padding: 5px;
  }
  footer .email {
    margin-top: 20px;
  }
  footer .button,
  footer button {
    font-size: initial;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .section footer section .row {
    padding: 20px 132px;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    height: 938px;
  }
  .section footer section .row {
    padding: 30px 132px;
  }
}
@media only screen and (min-width: 1920px) {
  footer {
    height: 1011px;
  }
  footer h4 {
    font-size: 1.325em;
  }
}
@media only screen and (min-width: 2560px) {
  footer {
    height: 963px;
  }
  footer h4 {
    font-size: 1.4em;
  }
}
.fullHeight {
  height: 100%;
}
#pagepiling header {
  text-align: center;
  text-shadow: 0 1px 5px rgba(0,0,0,0.1);
  cursor: pointer;
}
#pagepiling .arrow-down {
  position: absolute;
  bottom: 15px;
  left: 49%;
  text-align: center;
  font-size: 42px;
  transform: rotate(-90deg);
  z-index: -1;
}
#pagepiling .køb {
  display: none !important;
  right: 75%;
  top: 94%;
  position: absolute;
  font-size: 16px;
}
#pagepiling .first-title {
  color: #7aacde;
  display: inline-block;
  padding: 10px 25px;
}
#pagepiling .center-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#pagepiling .second-title {
  color: #fff;
}
#pagepiling .first-title:hover {
  opacity: 0.9;
}
#pagepiling .section {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-size: cover;
  display: table;
}
#pagepiling .section .køb a {
  color: #7aacde;
}
#pagepiling .last_section_frontpage.bottom { /* Safari 3.1 to 6.0 */
  transition: top 800ms linear 0ms;
}
#pagepiling .last_section_frontpage.bottom.up {
  top: 0 !important; /* Safari 3.1 to 6.0 */
  transition: top 800ms linear 0ms;
}
#pp-nav.custom li .active span {
  background: transparent;
}
#pp-nav.custom span {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}
.dark-curtain {
  background-color: transparent;
  transition: background-color 0.5s;
}
.dark-curtain.dark-overlay {
  width: 300%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 111;
  left: 0;
  top: 0;
  opacity: 0.3;
  transition: background-color 0.5s;
}
.dark-curtain.dark-overlay-scrollify {
  display: none;
  height: 80vh;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  z-index: 0;
}
@media all and (min-width: 0px) and (max-width: 480px) {
  #pp-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #pagepiling .first-title {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  #pagepiling .first-title {
    max-width: 54%;
  }
  .dark-curtain.dark-overlay-scrollify {
    height: 80vh;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    display: initial;
    z-index: 0;
  }
}
@media only screen and (min-width: 1920px) {
  #pagepiling .arrow-down {
    font-size: 51px;
  }
  #pagepiling .first-title {
    max-width: 50%;
  }
}
.codrops-top {
  position: fixed;
  top: 0;
  z-index: 101;
  margin-top: 0;
  padding: 17px 0 0 0;
  height: 81px;
  background-color: rgba(255,255,255,0);
  transition: background-color 0.1s linear, top 0.6s linear;
}
.codrops-top .navbar-brand {
  padding: 9px 25px;
  z-index: 103;
  text-decoration: none;
  width: 134pt;
}
.codrops-top .navbar-right {
  z-index: 103;
}
.codrops-top .navbar-right button {
  padding: 13px 0;
  border: none;
  background-color: transparent;
  font-size: 21px;
  text-decoration: none;
  outline: none;
}
.codrops-top .navbar-right button:hover,
.codrops-top .navbar-right button:focus {
  text-decoration: none;
  background-color: transparent;
}
.codrops-top .navbar-right button i {
  padding-right: 25px;
  font-size: 20px;
}
.codrops-top.grey-background {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #fff;
}
.codrops-top.nav-up {
  position: fixed;
  top: -160px;
}
.codrops-top a:hover {
  opacity: 1;
}
input {
  border-radius: 0;
}
.st-content {
  background-size: cover;
}
.st-content,
.st-content-inner {
  position: relative;
}
.st-container {
  height: 100%;
  background-color: #3b3c3e;
  overflow: hidden;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.4);
  content: '';
  opacity: 0;
  z-index: 9999;
  transition: opacity 1s, width 0.2s 1.2s, height 0.2s 1.2s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  opacity: 1;
  transition: opacity 1s;
}
.st-menu {
  overflow: auto;
  padding-top: 27px;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.st-menu span {
  padding: 0 26px;
  text-align: right;
  font-size: 21px;
}
.st-menu span:hover {
  cursor: pointer;
}
.st-menu .close-menu {
  z-index: 1;
  position: absolute;
  right: 0;
  font-family: Grot10Bold, arial, sans-serif;
}
.st-menu .opening-hours {
  padding: 40px 0;
}
.st-menu .opening-hours span {
  font-size: 14px;
  padding: 0 4px;
}
.st-menu .opening-hours .opening-hours-headline {
  display: none;
}
.st-menu .opening-hours p {
  padding-bottom: 0;
}
.st-menu .opening-hours p a {
  display: none;
}
.st-menu p {
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
}
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-menu .last-menu-link {
  margin-top: 20px;
}
.st-menu .last-menu-link:not(.social-media) a:not(.lang-switcher-btn) {
  display: none;
}
.st-menu .input-append {
  padding: 40px 0;
  font-size: 18px;
}
.st-menu .input-append input {
  text-indent: -25px;
  text-align: center;
  width: 55%;
  border-bottom: 1px solid;
}
.st-menu .input-append input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  opacity: 1;
  color: inherit;
}
.st-menu .input-append input::-moz-placeholder {
/* Mozilla Firefox 19+ */
  opacity: 1;
  color: inherit;
}
.st-menu .input-append input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  opacity: 1;
  color: inherit;
}
.st-menu .input-append input::-webkit-input-placeholder {
/*WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge*/
  opacity: 1;
  color: inherit;
}
.st-menu .input-append .input-front:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  opacity: 1;
}
.st-menu .input-append .input-front::-moz-placeholder {
/* Mozilla Firefox 19+ */
  opacity: 1;
}
.st-menu .input-append i,
.st-menu .input-append svg {
  position: absolute;
  padding: 0;
  font-size: 19px;
  left: calc(48% + 22px);
  top: calc(50% - 13px);
  margin-bottom: 0;
}
.st-menu .social-media {
  margin: 20px 0;
  font-size: 20px;
}
.st-menu .social-media a {
  margin: 15px;
}
.st-menu .menu-links li a {
  font-family: Grot10Bold, arial, sans-serif;
}
.st-menu .menu-links li:first-child {
  padding-top: 0;
}
.st-menu .bottom-links {
  display: none;
}
.st-menu .bottom-links li:first-child {
  font-family: Grot10Bold, arial, sans-serif;
}
.st-menu .position-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.st-menu .table-center {
  display: table-cell;
  vertical-align: middle;
}
.input-append input {
  padding-bottom: 4px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
}
.input-append input:focus {
  outline: none;
}
.input-append button {
  position: relative;
  padding: 0;
  font-size: 23px;
  margin-bottom: 5px;
}
.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 1;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.st-menu ul li {
  padding-top: 15px;
}
.st-menu ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
}
.st-effect-1.st-menu {
  visibility: visible;
  transform: translate3d(150%, 0, 0);
  -webkit-transform: translate3d(150%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .st-menu {
    padding: 29px 0;
    overflow: hidden;
    width: 33.33%;
  }
  .st-menu span {
    padding: 0 20px;
    font-size: 24px;
    text-align: center;
  }
  .st-menu .opening-hours {
    padding-top: 0;
  }
  .st-menu .close-menu {
    left: 0;
    font-size: 26px;
  }
  .st-menu .st-menu ul li {
    padding-top: 20px;
  }
  .st-menu .last-menu-link {
    position: absolute;
    bottom: 0;
    margin-bottom: 29px;
    left: 0;
    right: 0;
  }
  .st-menu .last-menu-link a {
    font-size: 14px;
  }
  .codrops-top {
    margin-top: 0;
    padding: 17px 16%;
  }
  .codrops-top .navbar-brand {
    width: 102pt;
    padding: 10px 0;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .codrops-top {
    margin-top: 0;
    padding: 17px 16%;
  }
}
@media only screen and (min-width: 1920px) {
  .codrops-top {
    height: 92px;
  }
  .codrops-top .navbar-right {
    margin-right: -20px;
  }
  .codrops-top .navbar-right button {
    padding: 15px 0;
    font-size: 24pt;
  }
  .codrops-top .navbar-brand {
    width: 142pt;
    margin-left: -20px;
  }
  .st-menu .input-append {
    padding: 60px 0;
    font-size: 18pt;
  }
  .st-menu .input-append input {
    width: 50%;
  }
  .st-menu .input-append i,
  .st-menu .input-append svg {
    width: 24px;
    height: 24px;
    left: calc(48% + 29px);
    top: calc(50% - 16px);
  }
  .st-menu .close-menu {
    font-size: 32pt;
  }
  .st-menu ul li a {
    font-size: 18pt;
  }
  .st-menu ul li {
    padding-top: 25px;
  }
  .st-menu .opening-hours {
    padding: 0 0 60px 0;
  }
  .st-menu .last-menu-link a,
  .st-menu p {
    font-size: 12pt;
  }
}
@media only screen and (min-width: 2560px) {
  .st-menu .input-append {
    padding: 80px 0;
    font-size: 24pt;
  }
  .st-menu .input-append i {
    font-size: 24pt;
    top: 39%;
  }
  .st-menu .input-append svg {
    left: calc(48% + 39px);
    width: 30px;
    height: 30px;
    top: calc(50% - 19px);
  }
  .st-menu .opening-hours {
    padding: 0 0 80px 0;
  }
  .st-menu ul li a {
    font-size: 24pt;
  }
  .st-menu ul li {
    padding-top: 30px;
  }
  .st-menu .last-menu-link a,
  .st-menu p {
    font-size: 18pt;
  }
}
#isotope,
section.post {
  width: 100%;
}
.container-aside:hover {
  opacity: 0.5 !important;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 360px) {
  .nice-select {
    font-size: 15px;
  }
}
@media (min-width: 360px) {
  .nice-select {
    font-size: 16.8px;
  }
}
.nice-select.nice-select-shop {
  font-size: inherit;
  padding-left: 0px;
  font-weight: normal;
  height: 25px;
}
.nice-select.nice-select-shop:after {
  display: block;
  content: '>';
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: -4%;
  transform-origin: 66% 66%;
  transform: rotate(90deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
  padding-bottom: 20px;
  -webkit-transform-origin: 66% 66%;
  -webkit-transform: rotate(90deg);
}
.nice-select.nice-select-shop .list {
  left: 0 !important;
  width: 100%;
}
.nice-select p {
  font-weight: 400;
  font-size: 1em;
  font-family: Grot10Regular, arial, sans-serif;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  content: '>';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: -4%;
  transform-origin: 66% 66%;
  transform: rotate(90deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
  padding-bottom: 20px;
  -webkit-transform-origin: 66% 66%;
  -webkit-transform: rotate(90deg);
}
@media (min-width: 360px) {
  .nice-select:after {
    top: -6%;
  }
}
@media (min-width: 400px) {
  .nice-select:after {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .nice-select:after {
    width: 5px;
  }
}
.nice-select.open:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(360deg);
  top: 25%;
  transform: rotate(-90deg);
}
.nice-select.open .list {
  background-color: #fff;
  color: #000;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: -30px;
  max-height: 250px;
  overflow-y: scroll;
}
.nice-select.dropdown_product_cat .list {
  left: -54px;
}
.nice-select.wppp-select .list {
  left: -20px;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  max-height: 40px;
}
.nice-select .list {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 120%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  padding-bottom: 15px;
}
.nice-select .list li {
  float: none;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .nice-select .list li {
    padding-top: 10px;
  }
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  max-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  transition: all 0.2s;
  text-align: center;
  font-size: 1em;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.dropdown {
  display: inline;
}
.course-nav {
  margin-top: 15px;
}
.course-nav .btn,
.course-nav .sort {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 1em;
  padding: 0px;
  min-width: 164px;
}
.course-nav .btn span,
.course-nav .sort span {
  position: absolute;
  transform: rotate(90deg);
}
.course-nav ul.dropdown-menu li.filter {
  padding: 5px 0px;
}
.course-nav#sortButtons li {
  margin: 0px;
}
.course-nav#sortButtons li> a.sort {
  margin: 0px;
  display: inline-block;
}
.course-nav .btn.active.focus,
.course-nav .btn.active:focus,
.course-nav .btn.focus,
.course-nav .btn:active.focus,
.course-nav .btn:active:focus,
.course-nav .btn:focus {
  outline: none;
}
.course-nav .btn.active,
.course-nav .btn:active {
  box-shadow: none;
}
.course-nav .open>.dropdown-menu {
  display: block;
}
.course-nav .dropdown-menu {
  text-align: center;
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0 10px;
  margin: 25px 0 0;
  font-size: 1em;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.course-nav .dropdown-menu>.active>a,
.course-nav .dropdown-menu>.active>a:focus,
.course-nav .dropdown-menu>.active>a:hover {
  color: 0;
  background-color: transparent;
}
#sortButtons .dropdown-menu li.active {
  display: none;
}
#sortButtons .dropdown-menu li > a {
  margin: 0;
  font-size: 1em;
}
@media only screen and (max-height: 768px) {
  .course-nav .dropdown-menu {
    overflow-y: scroll;
    max-height: 200px;
  }
  .course-nav .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .course-nav .dropdown-menu::-webkit-scrollbar:vertical {
    width: 10px;
  }
  .course-nav .dropdown-menu::-webkit-scrollbar:horizontal {
    height: 10px;
  }
  .course-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
    border-radius: 6px;
    border: 2px solid #fff;
  }
  .course-nav .dropdown-menu::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .course-nav .btn,
  .course-nav a.sort {
    vertical-align: initial;
    padding: 10px 0px 0px 0px !important;
    min-width: 100px;
  }
  .course-nav .dropdown-menu {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    left: 20px;
    right: 0;
    margin: 0 auto;
    position: fixed;
  }
}
#main-holder {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
#sortButtons li {
  float: none;
  margin: 10px 0px;
}
#sortButtons li:focus {
  outline: none;
}
#sortButtons li > a {
  border-radius: 0;
  padding: 0;
  margin: 0 10px;
}
#sortButtons li > a:hover {
  background-color: transparent;
  border-bottom-color: #3b3c3e;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  outline: none;
}
#sortButtons li .disabled {
  color: #a2a2a2;
}
#sortButtons>li.active>a,
#sortButtons>li.active>a:focus,
#sortButtons>li.active>input {
  color: #000;
  background-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  text-decoration: underline;
  outline: none;
  cursor: default;
}
#sortButtons>li.active>.disabled,
#sortButtons>li.active>.disabled:focus {
  color: #a2a2a2;
  border-bottom-color: #a2a2a2;
}
.jumbotron {
  padding: 0;
  padding-top: 60px;
  margin-bottom: 0;
}
.jumbotron h1 {
  margin-bottom: 0;
}
.jumbotron p {
  font-size: 18px;
  margin-bottom: 25px;
}
.jumbotron a {
  color: #000;
  text-decoration: none;
}
.jumbotron .nav {
  margin-top: 20px;
}
.jumbotron.header-holder {
  background-color: #fff;
  height: 410px;
  max-height: 720px;
  text-align: center;
}
.jumbotron.header-holder .nav li {
  display: inline-block;
}
.jumbotron.header-holder .nav-tabs {
  border-bottom: none;
}
.jumbotron.header-holder .nav-tabs li {
  float: none;
}
.jumbotron.header-holder .nav-tabs li:focus {
  outline: none;
}
.jumbotron.header-holder .nav>li>a:focus,
.jumbotron.header-holder .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
.content-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 101;
}
.arrow-dropdown {
  vertical-align: sub;
}
.sortable {
  padding: 0;
  top: 0;
  opacity: 1;
  transition: top 0.6s linear;
  z-index: 102;
  margin: 0 auto;
  float: none;
}
.sortable.nav-down {
  top: 55px;
  left: 0;
  right: 0;
  opacity: 1;
  position: fixed;
}
.sortable.nav-up {
  top: -160px;
  left: 0;
  right: 0;
  opacity: 0;
  position: fixed;
}
.img-holder {
  background-color: #000;
  background-size: cover;
  height: 528px;
  padding: 20px 0 20px 0;
}
.two-links {
  padding: 25px 0;
}
.two-links .disabled {
  color: #a2a2a2;
}
.container-aside {
  width: 50%;
}
.container-aside,
.container-aside-mobile {
  cursor: pointer;
  float: right;
  color: #000;
  text-align: center;
  z-index: 100;
  height: 100%;
  padding: 25px 15px;
  background: #fff;
}
.container-aside h2,
.container-aside-mobile h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-family: Grot10Bold, arial, sans-serif;
}
.container-aside h6,
.container-aside-mobile h6 {
  font-family: Grot10Regular, arial, sans-serif;
}
.container-aside .excerpt,
.container-aside-mobile .excerpt {
  margin-top: 20px;
}
.container-aside .link,
.container-aside-mobile .link {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  text-align: center;
  left: 0;
  right: 0;
}
.container-aside .position-middle,
.container-aside-mobile .position-middle {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.container-aside .date,
.container-aside-mobile .date {
  font-size: 24px;
  font-variant-numeric: oldstyle-nums;
  -ms-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  font-feature-settings: "onum";
  line-height: 1.4em;
  margin-top: 5px;
}
.container-aside-mobile {
  width: 70%;
  position: relative;
}
.container-aside-mobile h6 {
  text-transform: capitalize;
}
.container-aside-mobile h2,
.container-aside-mobile .date {
  font-size: 20px;
}
@media only screen and (min-width: 1025px) {
  .jumbotron.header-holder {
    height: 67vh;
  }
}
@media only screen and (min-width: 768px) {
  .jumbotron.header-holder {
    padding-top: 0;
  }
  .container-aside-mobile {
    padding: 25px 30px;
    width: 33.33%;
  }
  .container-aside {
    padding: 38px 99px;
    width: 33.33%;
  }
  .container-aside .excerpt {
    margin-top: 30px;
  }
  .container-aside .link {
    position: absolute;
    margin-top: 0;
    margin-bottom: 38px;
    bottom: 0;
  }
  .tabbable.filter-fixed {
    top: 45px;
  }
  .sortable {
    font-size: 1.2em;
  }
  .sortable.nav-down,
  .sortable.nav-up {
    font-size: medium;
  }
  .img-holder {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) {
  .container-aside-mobile {
    padding: 25px 45px;
  }
  .container-aside .excerpt {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1200px) {
  .container-aside {
    padding: 38px 9%;
  }
  .container-aside h2 {
    margin-bottom: 0;
    font-size: 1.9em;
  }
  .container-aside .date {
    font-size: 1.9em;
  }
  .container-aside-mobile {
    padding: 25px 80px;
  }
  .sortable.nav-down {
    top: 7.1px;
  }
  .img-holder {
    height: 80vh;
  }
}
@media (min-width: 1920px) {
  .container-aside {
    padding: 39px 10%;
  }
  .container-aside h2,
  .container-aside .date {
    font-size: 2em;
  }
  .container-aside a {
    font-size: 1.2em;
  }
  .container-aside .excerpt {
    font-size: 0.9em;
  }
  .sortable.nav-down {
    top: 14px;
    font-size: medium;
  }
  .img-holder {
    height: 80vh;
    background-position: center;
  }
}
@media (min-width: 2560px) {
  .jumbotron.header-holder {
    font-size: 1.5em;
  }
  .jumbotron.header-holder p {
    font-size: 1em;
  }
  .container-aside h2,
  .container-aside .date {
    font-size: 2.5em;
  }
}
.container-aside.affix {
  position: fixed !important;
  right: 0 !important;
  top: 10vh !important;
}
.container-aside.affix-bottom {
  right: 0 !important;
  bottom: 0 !important;
}
.container-aside {
  background: rgba(255,255,255,0);
  position: absolute;
  right: 0;
  transition: background-color 1s ease-in;
}
.container-aside.active {
  z-index: 10;
}
.arrow-scrollify-up a {
  color: #fff;
  position: fixed;
  right: 50%;
  text-align: center;
  font-size: 42px;
  transform: rotate(90deg);
  z-index: 12;
}
.arrow-scrollify-down a {
  color: #fff;
  position: fixed;
  left: 50%;
  text-align: center;
  font-size: 42px;
  transform: rotate(-90deg);
}
#main {
  background: #fff;
  z-index: -1;
}
#main .content {
  padding-top: 25px;
}
#main .content ul:not(.sub-links) li {
  list-style: initial;
  padding: 7px 0px 7px 10px;
}
.main-desc ul br {
  display: none;
}
.midnightHeader.black {
  background: none;
  color: #000;
}
.container-exhibition .header-holder {
  text-align: center;
  background-size: cover;
  background-position: center;
  height: 410px;
  max-height: 720px;
}
.container-exhibition .content {
  padding: 4%;
}
.container-exhibition .content:last-child {
  padding: 0;
}
.container-exhibition .header-content {
  top: 150px;
}
.container-exhibition .header-content h1 {
  margin-bottom: 10px;
}
.container-exhibition .header-content p {
  color: inherit;
  font-size: 15px;
  margin-bottom: 0;
}
.container-exhibition .header-content a {
  color: inherit;
}
.container-exhibition .about-content a,
.container-exhibition .main-desc a,
.container-exhibition #secondary-desc a,
.container-exhibition .about-us .information a,
.container-exhibition .article-2-rows a {
  text-decoration: underline;
}
.container-exhibition .moving-top-content section:first-child {
  padding-top: 60px;
}
.container-exhibition .moving-top-content section:first-child>div:not(:first-child) {
  margin-top: 30px;
}
.container-exhibition .moving-top-content section:last-child {
  padding-bottom: 50px;
}
.container-exhibition .moving-top-content .information > div:first-child {
  padding-bottom: 30px;
}
.container-exhibition .blue {
  color: #7aacde;
}
.container-exhibition .white {
  color: #fff;
}
.container-exhibition .ratings {
  text-align: center;
  padding: 0 35px;
}
.container-exhibition .ratings .col-md-3 {
  margin-bottom: 20px;
}
.container-exhibition .ratings .name {
  font-size: 13px;
}
.container-exhibition .ratings div[class*="image"] {
  height: 30px;
}
.container-exhibition .ratings .image-1 {
  background: url("../img/stars.png") no-repeat center center;
}
.container-exhibition .ratings .image-2 {
  background: url("../img/hearts.png") no-repeat center center;
}
.container-exhibition .toggle-padding {
  top: 595px;
}
.container-exhibition #secondary-desc {
  padding: 0;
  position: relative;
  float: none;
  margin: 0px;
}
.container-exhibition #secondary-desc .secondary-desc {
  margin-bottom: 5px;
  padding: 0 1px;
  position: relative;
  display: block;
}
.container-exhibition #secondary-desc .show-more {
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}
.container-exhibition #secondary-desc .list {
  max-height: 64px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  position: relative;
}
.container-exhibition #secondary-desc .list.show-more-height {
  max-height: 3000px;
  transition: max-height 1s ease-in;
}
.container-exhibition #secondary-desc .list p {
  position: initial;
}
.container-exhibition #secondary-desc .list:after {
  background-image: linear-gradient(to top, rgba(255,255,255,0.9), rgba(255,255,255,0.4));
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3.65em;
  content: '';
}
.container-exhibition #secondary-desc .list.show-more-height:after {
  background-image: none;
  height: 0px;
}
.container-exhibition .link-back {
  padding-top: 50px;
}
#secondary-desc {
  line-height: 1.7em;
}
.main-desc {
  font-size: 1em;
  line-height: 1.7em;
}
.main-desc a {
  font-size: 18px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .container-exhibition .header-content p {
    font-size: 18px;
  }
  .container-exhibition .content {
    padding: 0;
  }
  .container-exhibition .show-more {
    font-size: 1.25em;
  }
  .container-exhibition .content ul:not(.sub-links) li {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 992px) {
  .container-exhibition .ratings > div {
    float: none;
    display: inline-block;
  }
  .container-exhibition #secondary-desc .show-more {
    margin-top: 70px;
  }
  .container-exhibition .ratings {
    margin: 50px 0px 40px 0px !important;
  }
  .container-exhibition .moving-top-content section:first-child {
    padding-top: 100px;
  }
  .container-exhibition .moving-top-content section:first-child>div:not(:first-child) {
    margin-top: 70px;
  }
  .container-exhibition .header-holder {
    text-align: center;
    background-size: cover;
    background-position: center;
    height: 600px;
    max-height: 720px;
  }
  .no-padding {
    padding: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .container-exhibition .header-content p {
    font-size: 18pt;
  }
  .container-exhibition .header-holder {
    height: 67vh;
  }
  .content ul:not(.sub-links) li {
    font-size: 1.325em;
  }
}
@media only screen and (min-width: 2560px) {
  .container-exhibition .header-content p {
    font-size: 24pt;
  }
  .content ul:not(.sub-links) li {
    font-size: 1.4em;
  }
}
.landing-links {
  padding: 0;
  margin: 0;
  text-align: center;
}
.landing-links li {
  display: inline-block;
  font-size: 18px;
  padding: 2%;
}
.top-img {
  color: #fff;
  background-size: cover;
}
.content-holder {
  padding: 0;
  background-color: #fff;
}
.content-holder a {
  margin-top: 10px;
  display: block;
}
.content-holder li {
  display: inline-block;
}
.content-holder section {
  padding-top: 50px;
}
.content-holder h3 {
  margin-bottom: 40px;
}
.content-holder .cta-bg {
  text-align: center;
  font-size: 14px;
  padding: 40px 0;
  margin-bottom: 70px;
  background: url("../img/ctaBG.png") no-repeat center bottom;
  background-size: cover;
}
.sub-links {
  font-size: 1.24em;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.sub-links li {
  font-size: 18px;
  padding: 4px;
}
.container-exhibition .cta.cta-null-top {
  margin-top: 0;
}
.about-us {
  border-bottom: 1px solid rgba(169,169,169,0.37);
  padding: 70px 0 50px 0;
}
.about-us .about-content {
  margin: 20px 0 20px 0;
}
.movingHeader.fixed {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.logo {
  display: block;
  margin: 0 auto;
  float: none;
  text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.midnightHeader.black .logo,
.midnightHeader.black .about-us-links {
  color: #000;
  text-shadow: none;
}
.midnightInner {
  overflow: hidden !important;
}
.about-us-links {
  padding: 0;
  margin: 0;
  text-align: center;
}
.about-us-links li {
  display: inline-block;
  font-size: 18px;
  padding: 2% 2% 0 2%;
}
.moving-top-content .information h3 {
  margin-bottom: 20px;
}
.moving-top-content .information p {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .content-holder section:first-child {
    padding-top: 100px;
  }
  .content-holder section:last-child {
    padding-bottom: 100px;
  }
  .content-holder li {
    margin: 0 2%;
  }
  .sub-links {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about-us {
    padding: 100px 0 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  .content-landing .img {
    height: 600px;
  }
  .cta-bg .text:first-child {
    margin-bottom: 0;
    padding-right: 15%;
  }
  .cta-bg .text:last-child {
    padding-left: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .about-us-links li {
    font-size: 18pt;
  }
}
@media print {
  body {
    background: #f00 !important;
  }
  footer,
  .header-holder,
  .st-content-inner {
    display: none;
  }
  .inside-container {
    display: none;
  }
  a:after {
    display: none;
  }
  .print-order {
    display: none;
  }
  .logo-glyptoteket {
    display: block !important;
  }
  .logo-glyptoteket .address {
    font-size: 12px;
    padding-top: 20px;
  }
}
.search-holder .input-append {
  position: relative;
  font-size: 30px;
}
.search-holder .input-append input {
  margin-bottom: 12px;
  padding: 6px 0;
  text-align: center;
  text-transform: capitalize;
  text-indent: -14px;
  color: #a2a2a2;
  border-bottom-color: #000;
}
.search-holder .input-append input::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #a2a2a2;
}
.search-holder .input-append input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #a2a2a2;
  opacity: 1;
}
.search-holder .input-append input::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #a2a2a2;
  opacity: 1;
}
.search-holder .input-append input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  color: #a2a2a2;
}
.search-holder .input-append svg {
  fill: #a2a2a2;
  position: absolute;
  left: calc(52% + 22px);
  top: calc(38% - 13px);
  margin-bottom: 0;
}
.jumbotron.search-holder {
  height: 410px;
  max-height: 720px;
  text-align: center;
  background-color: #fff;
}
.results {
  padding: 0 0 30px 0;
  background-color: #fff;
}
.results h4 {
  margin-bottom: 15px;
  font-family: Grot10Bold, arial, sans-serif;
}
.results .text-muted {
  color: #a2a2a2;
}
.results .img1 {
  height: 155px;
  background-color: #808080;
  background-size: cover;
  background: url("../img/stattue-shop(156x156).jpg") no-repeat center center;
}
.results .img2 {
  height: 155px;
  background-color: #808080;
  background-size: cover;
  background: url("../img/sculpture-shop(156x202).jpg") no-repeat center center;
}
.results .text-area {
  padding-left: 70px;
}
.results .more-results {
  padding-top: 30px;
}
.results .more-results strong {
  cursor: pointer;
}
.results .pagination>li>a,
.results .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.results .pager li>a:focus,
.results .pager li>a:hover,
.results .pager li>a:active {
  color: #000;
  text-decoration: none;
  font-family: Grot10Bold, arial, sans-serif;
  opacity: 1;
}
.results .pagination>.active>a,
.results .pagination>.active>a:focus,
.results .pagination>.active>a:hover,
.results .pagination>.active>span,
.results .pagination>.active>span:focus,
.results .pagination>.active>span:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  font-family: Grot10Bold, arial, sans-serif;
}
.results .woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
.results-content {
  padding-bottom: 30px;
}
.results-content div {
  margin-bottom: 70px;
}
@media screen and (max-height: 500px) {
  .jumbotron.search-holder {
    height: 250px !important;
  }
  .jumbotron.header-holder {
    height: 300px !important;
  }
}
@media screen and (min-width: 1124px) {
  .jumbotron.search-holder {
    height: 67vh;
    max-height: 720px;
    text-align: center;
    background-color: #fff;
  }
}
.shop-cat-override {
  padding-top: 30px;
  background-color: #fff;
}
.shop-cat-override .woocommerce-Price-currencySymbol {
  padding-left: 5px;
}
.shop-cat-override .product-image-holder {
  background-color: #cee7d7;
  padding: 14% 11%;
  margin-bottom: 25px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .shop-cat-override .product-image-holder {
    padding: 24% 11%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .shop-cat-override .product-image-holder {
    height: 290px;
  }
}
.shop-cat-override .product-image-holder a h2 {
  color: #000;
}
.shop-cat-override .product-text-holder {
  text-align: center;
}
.shop-cat-override .product-text-holder h3 {
  font-family: Grot10Bold, arial, sans-serif;
  color: #000;
}
.shop-cat-override .product-text-holder a.added_to_cart.wc-forward {
  padding-left: 17px;
}
.shop-cat-override .product-text-holder a.added_to_cart.wc-forward h2 {
  color: #000;
}
.shop-cat-override ul.products .custom-product-container .product-text-holder a h2 {
  font-size: 25px;
  font-weight: 900;
  color: #000;
}
@media (min-width: 768px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder a h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder a h2 {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder a h2 {
    font-size: 20px;
  }
}
.shop-cat-override ul.products .custom-product-container .product-text-holder .text-capitalize {
  font-size: 19px;
}
@media (min-width: 1024px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .text-capitalize {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .text-capitalize {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .text-capitalize {
    font-size: 15px;
  }
}
.shop-cat-override ul.products .custom-product-container .product-text-holder .text-capitalize a {
  color: #000;
}
.shop-cat-override ul.products .custom-product-container .product-text-holder .price span {
  font-size: 19px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .price span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .price span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .price span {
    font-size: 13px;
  }
}
.shop-cat-override ul.products .custom-product-container .product-text-holder .add_to_cart_button {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .add_to_cart_button {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .shop-cat-override ul.products .custom-product-container .product-text-holder .add_to_cart_button {
    font-size: 15px;
    margin-top: 10px;
  }
}
.shop-cat-override ul.products li.product {
  width: 70%;
  margin-bottom: 6em;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.shop-cat-override ul.products li.product .price {
  color: #000;
  font-family: Grot10Bold, arial, sans-serif;
  display: block;
  margin-bottom: 0.5em;
  font-size: 19px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .shop-cat-override ul.products li.product .price {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .shop-cat-override ul.products li.product .price {
    margin-top: 15px;
    font-size: 15px;
  }
}
.shop-cat-override ul.products li.product h3 {
  padding: 0;
  font-size: 19px;
}
@media (min-width: 1024px) {
  .shop-cat-override ul.products li.product h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .shop-cat-override ul.products li.product h3 {
    font-size: 15px;
  }
}
.shop-cat-override .form-wppp-select {
  display: none;
}
@media all and (min-width: 768px) {
  .shop-cat-override {
    background-color: #fff;
  }
  .shop-cat-override .product-image-holder {
    background-color: #cee7d7;
    padding: 13% 6%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
    height: 160px;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .shop-cat-override ul.products li.product {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    margin-bottom: 0px;
  }
  .shop-cat-override .product-text-holder {
    text-align: left;
  }
}
@media all and (min-width: 928px) {
  .shop-cat-override {
    background-color: #fff;
  }
  .shop-cat-override .product-image-holder {
    float: left;
    width: 35%;
    margin-right: 45px;
    height: 180px;
  }
}
@media all and (min-width: 1024px) {
  .shop-cat-override .product-image-holder {
    margin-right: 75px;
    height: 200px;
  }
  .shop-cat-override ul.products li.product {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .shop-cat-override .product-image-holder {
    margin-left: 0px;
    margin-right: 20px;
    height: 125px;
  }
  .shop-cat-override ul.products li.product {
    width: 20%;
  }
  .shop-cat-override ul.products li.product h3 {
    font-size: 15px;
  }
}
@media all and (min-width: 1920px) {
  .shop-cat-override ul.products li.product {
    width: 18%;
  }
  .shop-cat-override .product-image-holder {
    width: 35%;
    margin-left: 0px;
    margin-right: 25px;
    height: 150px;
  }
}
@media all and (min-width: 2560px) {
  .shop-cat-override ul.products li.product {
    width: 12%;
  }
}
.shop a {
  color: #000;
}
.shop .woocommerce-Price-currencySymbol {
  padding-left: 5px;
}
.shop .content-vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.shop .filter-container {
  z-index: 999;
  padding-top: 30px;
  color: #000;
}
.shop .filter-container .woocommerce-result-count {
  display: none;
}
.shop .filter-container .woocommerce-ordering {
  float: none !important;
}
.shop .filter-container ul.header-list {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.shop .filter-container ul.header-list li {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .shop .filter-container ul.header-list li {
    float: none;
    padding-top: 20px;
  }
}
.shop .filter-container ul.header-list li .woocommerce-ordering {
  margin: 0;
}
.shop .filter-container .nice-select p {
  font-size: 1em;
  font-family: Grot10Regular, arial, sans-serif;
  font-weight: 400;
  line-height: 2;
}
.shop .filter-container .select-container-header {
  width: 100%;
}
.shop .filter-container .cart-link {
  padding-top: 5px;
}
@media (max-width: 1024px) {
  .shop .filter-container .cart-link {
    min-width: 135px;
  }
}
.shop .filter-container .clear-date-picker {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 20px;
  z-index: 1;
}
.shop .filter-container select {
  background-color: transparent;
  border: none;
  outline-color: transparent;
  text-transform: capitalize;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 10px;
/* border: 1px solid #eee; */
  background: none;
  height: 30px;
  position: relative;
  z-index: 2;
}
.shop .filter-container select.orderby {
  max-width: 175px;
  display: none;
}
.shop .filter-container select option {
  color: #000;
}
.shop .filter-container .link-container a {
  font-size: 1em;
  font-family: Grot10Regular, arial, sans-serif;
  font-weight: 400;
}
.shop .filter-container .steps-checkout {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .shop .filter-container .steps-checkout {
    min-width: 525px;
  }
}
.shop .filter-container .steps-checkout .step {
  padding-top: 10px;
}
.shop .filter-container.main-shop {
  color: #fff;
}
.shop .filter-container.main-shop a {
  font-size: 1em;
  font-family: Grot10Regular, arial, sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}
.shop .filter-container.main-shop .products-per-page {
  display: none;
}
@media (max-width: 767px) {
  .shop .filter-container .woocommerce-ordering {
    float: left;
  }
}
.shop .filter-container .inline {
  display: inline-block;
  min-width: 135px;
}
@media (min-width: 1200px) {
  .shop .filter-container .inline.right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .shop .filter-container .inline.left {
    float: left;
  }
}
.shop .filter-container.categories .select:after {
  color: #000;
}
.shop .input-append {
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 16px;
  margin-top: 20px;
}
.shop .input-append ::-webkit-input-placeholder {
  text-align: center !important;
}
.shop .input-append :-moz-placeholder {
/* Firefox 18- */
  text-align: center;
}
.shop .input-append ::-moz-placeholder {
/* Firefox 19+ */
  text-align: center;
}
.shop .input-append :-ms-input-placeholder {
  text-align: center;
}
.shop .input-append input {
  text-align: center;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid;
  border-bottom-color: #000;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #000;
}
.shop .input-append::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #000;
}
.shop .input-append:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.shop .input-append::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.shop .input-append:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  color: #000;
}
.shop .input-append .fa-search {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 55%;
}
.shop .input-append i {
  color: #000;
}
.shop .input-append button {
  position: relative;
  bottom: 33px;
  left: 30px;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
}
.shop .input-append .searchicon {
  position: absolute;
  left: calc(50% + 20px);
  top: calc(50% - 15px);
  margin-bottom: 0;
  fill: currentColor;
}
@media (min-width: 1920px) {
  .shop .content-vertical-center {
    max-width: 50%;
    margin: auto;
  }
}
.jumbotron.small-header {
  height: 400px;
}
.jumbotron.small-header .steps-checkout {
  padding-top: 30px;
}
.shop-override {
  padding-top: 100px;
  background-color: #fff;
}
.shop-override ul.products .product-category.product {
  display: none;
}
.shop-override .input-append {
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 16px;
  margin-top: 20px;
}
.shop-override .input-append input {
  text-align: center;
  padding-bottom: 7px;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid;
  border-bottom-color: #000;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #000;
}
.shop-override .input-append::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #000;
}
.shop-override .input-append:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.shop-override .input-append::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.shop-override .input-append:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  color: #000;
}
.shop-override .input-append .fa-search {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 57%;
}
.shop-override .input-append i {
  color: #000;
}
.shop-override .input-append button {
  position: relative;
  bottom: 33px;
  left: 30px;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
}
.shop-override .input-append .searchicon {
  position: absolute;
  left: calc(50% + 20px);
  top: calc(50% - 15px);
  margin-bottom: 0;
  fill: currentColor;
}
.shop-override .category-header {
  padding: 2em 0;
  font-weight: bold;
  font-size: 30px;
}
.shop-override .category-header a {
  color: #000;
}
.shop-override .last .product-container {
  background-image: none !important;
}
.shop-override div[id^="itemslider"] h5:last-child {
  padding-top: 15px;
}
.shop-override .green-bg {
  margin-bottom: 20px;
  background-color: #cee7d7;
  padding: 25% 10%;
}
.shop-override .image-wrapper-carousel {
  height: 400px;
  background-color: #cee7d7;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 25% 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .shop-override .image-wrapper-carousel {
    height: 650px;
  }
}
@media (min-width: 768px) {
  .shop-override .image-wrapper-carousel {
    height: 270px;
  }
}
@media (min-width: 1024px) {
  .shop-override .image-wrapper-carousel {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .shop-override .image-wrapper-carousel {
    height: 300px;
  }
}
.shop-override .carousel-control {
  top: 87%;
}
.shop-override .carousel-showmanymoveone .cloneditem-1,
.shop-override .carousel-showmanymoveone .cloneditem-2,
.shop-override .carousel-showmanymoveone .cloneditem-3,
.shop-override .carousel-showmanymoveone .cloneditem-4,
.shop-override .carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .shop-override .carousel-showmanymoveone .carousel-inner > .active.left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .active.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .prev.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
  .shop-override .carousel-control {
    top: 32%;
    opacity: 1;
    width: 15%;
  }
  .shop-override .carousel-control.right {
    padding-left: 0;
    left: 88%;
    background: none;
  }
  .shop-override .carousel-control.left {
    padding-right: 0;
    left: -3%;
    background: none;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .shop-override .carousel-control.right {
    left: 91%;
  }
  .shop-override .carousel-control.left {
    left: -6%;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .active.left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.33333333%;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .active.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.33333333%;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .prev.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .shop-override .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .shop-override .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .shop-override .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .shop-override .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(33.33333333%, 0, 0);
    left: 0;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-33.33333333%, 0, 0);
    left: 0;
  }
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.left,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .shop-override .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 1920px) {
  .shop-override .carousel-control.right {
    left: 88%;
  }
  .shop-override .carousel-control.left {
    left: -3%;
  }
}
ul.products li.product .button {
  padding: 0;
  font-weight: lighter;
  border: none;
  background-color: transparent;
  color: #000;
}
@media (min-width: 360px) {
  ul.products li.product .button {
    font-size: 15px;
  }
}
@media (min-width: 360px) {
  ul.products li.product .button {
    font-size: 18px;
  }
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
  content: "\f055";
  font-style: normal;
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  color: #000;
}
.woocommerce div.product form.cart .button {
  padding: 0;
  background-color: transparent;
  color: #000;
  font-weight: lighter;
  border: none;
  padding-left: 22px;
  text-align: left;
}
@media (max-width: 1199px) {
  .woocommerce div.product form.cart .button {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product form.cart .button {
    margin-left: 20%;
    margin-right: 10%;
  }
}
@media (min-width: 1920px) {
  .woocommerce div.product form.cart .button {
    margin-left: 25%;
    margin-right: 10%;
  }
}
.woocommerce div.product form.cart .button:before {
  content: "\f055";
  font-style: normal;
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  color: #000;
  position: absolute;
  top: -5px;
  font-size: 20px;
  left: 0px;
}
@media (min-width: 768px) {
  .price-about-woocommerce {
    display: block;
  }
}
.woocommerce-cart-form__cart-item {
  position: relative;
}
.subtotal-amount .price-about-woocommerce {
  display: none;
}
.price-about-woocommerce {
  font-family: Grot10Regular, arial, sans-serif !important;
  color: #808080 !important;
  font-style: italic;
  font-weight: 500 !important;
  font-size: 13px !important;
}
.woocommerce nav.woocommerce-pagination {
  padding-bottom: 100px;
}
.woocommerce nav.woocommerce-pagination ul {
  font-size: 1.3em;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #000;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 1em;
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
  display: none;
}
.single-product .ui-datepicker {
  font-family: Grot10Regular, arial, sans-serif;
  width: 265px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
@media (min-width: 375px) {
  .single-product .ui-datepicker {
    width: 300px;
  }
}
.single-product .ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: none;
}
.single-product .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: -2px;
}
.single-product .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: -5px;
}
.single-product .ui-datepicker .ui-datepicker-header span {
  background-image: none;
}
.single-product .ui-datepicker .ui-datepicker-title {
  background: transparent;
}
.single-product .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: initial;
}
.single-product .ui-datepicker .ui-datepicker-title select {
  border: none;
}
@media (max-width: 374px) {
  .single-product .ui-datepicker .ui-datepicker-calendar tbody tr td {
    padding: 0;
  }
}
.single-product .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  background: #fff;
  border: none;
}
.single-product .st-content {
  background-color: #fff;
}
.jumbotron .menu-container {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .display-products {
    padding-top: 100px;
  }
}
.display-products ul.products li.product .product-text-holder h2 {
  color: #000;
}
.display-products h1 {
  font-size: 2em;
}
.display-products .carousel-container {
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.display-products .carousel-control {
  top: 105%;
}
.display-products .related {
  margin-bottom: 100px;
}
.display-products .related h2.title-section {
  font-weight: bold;
}
.display-products .related ul.products li h3 {
  font-size: 15px;
  padding-bottom: 2px;
  color: #000;
}
.display-products .related ul.products li h2.text-capitalize {
  font-size: 15px;
  padding-bottom: 7px;
}
.display-products .related ul.products li h2.text-capitalize a {
  color: #000;
}
.display-products .related ul.products li .price {
  font-size: 15px;
}
.display-products .summary_hook {
  margin-top: 50px;
}
.display-products .summary_hook .product_title {
  margin-bottom: 0;
  text-align: center;
}
.display-products .summary_hook .images {
  width: 100px;
  height: 100px;
}
.display-products .summary_hook .price {
  margin-top: 50px;
  text-align: center;
}
.display-products .summary_hook .price span {
  color: #000;
  font-family: Grot10Bold, arial, sans-serif;
}
.display-products .summary_hook .price .woocommerce-Price-currencySymbol {
  padding-left: 5px;
}
.display-products .summary_hook .extra-fields-description {
  font-style: italic;
  font-size: 15px;
}
.display-products .summary_hook .wccpf-fields-group-1 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.display-products .summary_hook .wccpf-fields-group-1 table .wccpf_label {
  color: #f00;
  width: 10px;
  width: unset;
}
.display-products .summary_hook .wccpf-fields-group-1 table .wccpf_label label {
  width: 10px;
  width: unset;
}
.display-products .summary_hook .wccpf-fields-group-1 .yearcard-field {
  border-left: transparent;
  border-top: transparent;
  border-right: transparent;
  border-bottom: 1px solid rgba(179,179,179,0.73);
  margin-bottom: 5px;
  font-weight: normal;
}
.display-products .summary_hook .wccpf-fields-group-1 .yearcard-field:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.display-products div.product div.images,
.display-products div.product div.summary {
  float: left;
}
.display-products div.product div.images .single-product-buttons-wrapper,
.display-products div.product div.summary .single-product-buttons-wrapper {
  padding-left: 10%;
}
@media (min-width: 375px) {
  .display-products div.product div.images .single-product-buttons-wrapper,
  .display-products div.product div.summary .single-product-buttons-wrapper {
    padding-left: 13%;
  }
}
@media (min-width: 480px) {
  .display-products div.product div.images .single-product-buttons-wrapper,
  .display-products div.product div.summary .single-product-buttons-wrapper {
    padding-left: 20%;
  }
}
@media (min-width: 992px) {
  .display-products div.product div.images .single-product-buttons-wrapper,
  .display-products div.product div.summary .single-product-buttons-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .display-products div.product div.images .single-product-buttons-wrapper .single_add_to_cart_button,
  .display-products div.product div.summary .single-product-buttons-wrapper .single_add_to_cart_button {
    width: 50%;
  }
}
.display-products .cart a {
  text-align: center;
}
.display-products .cart .checkout:after {
  content: '>';
  margin-left: 5px;
  color: #000;
  font-size: 30px;
  bottom: -10px;
  position: absolute;
}
.display-products .product_meta {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}
.display-products .product_meta .posted_in a {
  color: #000;
}
.display-products form.cart a {
  color: #000;
}
.display-products .products .product a img {
  padding: 43px 16px;
  background-color: #cee7d7;
}
.display-products .products h2 {
  text-align: center;
  margin-bottom: 1%;
  font-size: 20px;
}
.display-products .products h3 {
  font-weight: bold;
}
.display-products .products .woocommerce-Price-amount {
  color: #000;
  margin-top: 20%;
  font-weight: bold;
}
.display-products .products form.cart a {
  color: #000;
}
.display-products .products ul {
  width: 100%;
}
.display-products .wc-tabs-wrapper {
  display: none;
}
.display-products .tagged_as {
  display: none;
}
.display-products .quantity {
  display: none;
}
.display-products ul.products li.product .button {
  display: none;
}
.display-products ul.products li.product {
  text-align: center;
  float: none;
  margin: 12% 0;
  width: 100%;
}
.display-products .prod-desc {
  padding-bottom: 50px;
}
.display-products .prod-desc .carousel-indicators {
  bottom: -50px;
}
.display-products .prod-desc .carousel-indicators li {
  border: 1px solid #000;
}
.display-products .prod-desc .carousel-indicators li.active {
  background-color: #000;
  margin: 1px;
  width: 9px;
  height: 9px;
}
@media only screen and (min-width: 768px) {
  .display-products h1 {
    font-size: 2em;
  }
  .display-products ul.products li.product a img {
    width: 300px;
    display: inline-block;
  }
  .display-products ul.products li.product {
    margin: 6% 0;
  }
}
@media only screen and (min-width: 992px) {
  .display-products div.product div.images,
  .display-products div.product div.summary {
    float: left !important;
  }
  .display-products .carousel-control {
    top: 50%;
  }
  .display-products .carousel-control.left {
    padding-right: 0;
    left: -15%;
    background: none;
  }
  .display-products .carousel-control.right {
    padding-left: 0;
    left: 100%;
    background: none;
  }
  .display-products ul.products li.product {
    float: left;
    margin: 2%;
    width: 19%;
  }
  .display-products .products ul {
    margin-left: 18%;
  }
  .display-products .carousel-container {
    width: 450px;
  }
  .display-products .summary_hook {
    padding-right: 50px;
    margin-top: 0;
  }
  #content div.product div.summary,
  div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: right;
    width: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  #content div.product div.summary,
  div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 40%;
  }
  .display-products .products ul {
    width: 75%;
    margin-left: 24%;
  }
}
@media only screen and (min-width: 1920px) {
  .display-products .products ul {
    width: 65%;
    margin-left: 28%;
  }
}
@media only screen and (min-width: 2560px) {
  .display-products .products ul {
    width: 50%;
    margin-left: 33%;
  }
}
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.spinner {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.teaching h5,
.teaching h6 {
  margin-bottom: 2em;
}
.teaching ul li {
  padding-bottom: 15px;
  list-style: inherit;
}
.teaching #secondary-desc .show-more-height p:after {
  background-image: linear-gradient(to top, rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2.65em;
  content: '';
}
.cta-bg {
  padding: 0;
}
.pdfs {
  margin: 40px 0 0 0;
}
.pdfs i {
  margin-right: 10px;
}
.pdfs h5 {
  padding-bottom: 30px;
}
.cta-teaching p {
  line-height: 22px;
}
.toggle-padding {
  margin-bottom: 70px;
  top: 595px;
}
.image-left {
  background: no-repeat center bottom;
  width: 20%;
}
.heading h4 {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pdfs {
    margin: 70px 0;
  }
}

/*# sourceMappingURL=frontend.css.map */
