@charset "UTF-8";
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

.mm-menu.mm-vertical .mm-list > li.mm-opened.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    box-sizing: border-box;
    position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

.mm-menu.mm-hasfooter > .mm-panel {
  padding-bottom: 80px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next {
    padding-top: 30px; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0; }
  .mm-header .mm-next {
    padding-left: 10px;
    padding-right: 20px;
    right: 0; }
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px; }
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
    margin-left: 5px;
    margin-right: -2px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next {
    padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }

.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }

.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }

.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-search {
  background: inherit;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }

.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 1; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

label.mm-toggle,
label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle:before {
    background: #333; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%); }

html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  transform: translateX(30%); }

html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%); }

html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  transform: translateY(30%); }

html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  transform-origin: center top; }

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }

.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }

.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: #fff;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #fff; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #fff; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: #fff; }

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: #000;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #000; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #000; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: #000; }

.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #6EB9EB;
  background: #ffffff 50% 50% repeat-x;
  color: #277FB1; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #5ABCDB;
  background: #43B5F7 50% 50% repeat-x;
  color: #FFFFFF;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #4B9DCA;
  background: #FFFFFF 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #1997BE;
  background: #57CAF8 50% 50% repeat-x;
  font-weight: normal;
  color: #FFFFFF; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #0F811D;
  background: #25AD1F 50% 50% repeat-x;
  font-weight: normal;
  color: #FFFFFF; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #2C96E9;
  background: #54C5FA 50% 50% repeat-x;
  color: #FFFFFF; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/*!
 * jQuery UI Datepicker 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  color: #5E5353;
  border: 1px solid #ddd; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 44%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease,-webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.xdsoft_flipcountdown {
  display: inline-block; }

.xdsoft_flipcountdown .xdsoft_digit {
  float: left;
  background-repeat: no-repeat; }

.xdsoft_flipcountdown .xdsoft_clearex {
  clear: both;
  float: none; }

.xdsoft_flipcountdown > .xdsoft_digit {
  background-position: 0px 0px; }

.xdsoft_flipcountdown > .xdsoft_digit.xdsoft_separator, .xdsoft_flipcountdown > .xdsoft_digit.xdsoft_dot {
  opacity: 0.9; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit {
  width: 53px;
  height: 76px;
  background-image: url(./img/digit-lg.png); }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_dot {
  width: 14px;
  background-position: -19px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_dot {
  background-position: -41px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_space {
  background-position: -100px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit {
  width: 36px;
  height: 51px;
  background-image: url(./img/digit-md.png); }

.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_dot {
  width: 10px;
  background-position: -13px -3432px; }

.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit {
  width: 24px;
  height: 34px;
  background-image: url(./img/digit-sm.png); }

.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_dot {
  width: 10px;
  background-position: -6px -2310px; }

.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit {
  width: 16px;
  height: 23px;
  background-image: url(./img/digit-xs.png); }

.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_dot {
  width: 5px;
  background-position: -5px -1584px; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--outfocus {
  color: #ddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ffffff;
  color: #4D4D4D; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.3.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after, .toolbar:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .small-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .small-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .small-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .small-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .small-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .small-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .small-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .small-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .small-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .small-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .small-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 4.1666666667%; }
  .small-2 {
    width: 8.3333333333%; }
  .small-3 {
    width: 12.5%; }
  .small-4 {
    width: 16.6666666667%; }
  .small-5 {
    width: 20.8333333333%; }
  .small-6 {
    width: 25%; }
  .small-7 {
    width: 29.1666666667%; }
  .small-8 {
    width: 33.3333333333%; }
  .small-9 {
    width: 37.5%; }
  .small-10 {
    width: 41.6666666667%; }
  .small-11 {
    width: 45.8333333333%; }
  .small-12 {
    width: 50%; }
  .small-13 {
    width: 54.1666666667%; }
  .small-14 {
    width: 58.3333333333%; }
  .small-15 {
    width: 62.5%; }
  .small-16 {
    width: 66.6666666667%; }
  .small-17 {
    width: 70.8333333333%; }
  .small-18 {
    width: 75%; }
  .small-19 {
    width: 79.1666666667%; }
  .small-20 {
    width: 83.3333333333%; }
  .small-21 {
    width: 87.5%; }
  .small-22 {
    width: 91.6666666667%; }
  .small-23 {
    width: 95.8333333333%; }
  .small-24 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 4.1666666667% !important; }
  .small-offset-2 {
    margin-left: 8.3333333333% !important; }
  .small-offset-3 {
    margin-left: 12.5% !important; }
  .small-offset-4 {
    margin-left: 16.6666666667% !important; }
  .small-offset-5 {
    margin-left: 20.8333333333% !important; }
  .small-offset-6 {
    margin-left: 25% !important; }
  .small-offset-7 {
    margin-left: 29.1666666667% !important; }
  .small-offset-8 {
    margin-left: 33.3333333333% !important; }
  .small-offset-9 {
    margin-left: 37.5% !important; }
  .small-offset-10 {
    margin-left: 41.6666666667% !important; }
  .small-offset-11 {
    margin-left: 45.8333333333% !important; }
  .small-offset-12 {
    margin-left: 50% !important; }
  .small-offset-13 {
    margin-left: 54.1666666667% !important; }
  .small-offset-14 {
    margin-left: 58.3333333333% !important; }
  .small-offset-15 {
    margin-left: 62.5% !important; }
  .small-offset-16 {
    margin-left: 66.6666666667% !important; }
  .small-offset-17 {
    margin-left: 70.8333333333% !important; }
  .small-offset-18 {
    margin-left: 75% !important; }
  .small-offset-19 {
    margin-left: 79.1666666667% !important; }
  .small-offset-20 {
    margin-left: 83.3333333333% !important; }
  .small-offset-21 {
    margin-left: 87.5% !important; }
  .small-offset-22 {
    margin-left: 91.6666666667% !important; }
  .small-offset-23 {
    margin-left: 95.8333333333% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .medium-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .medium-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .medium-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .medium-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .medium-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .medium-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .medium-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .medium-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .medium-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 4.1666666667%; }
  .medium-2 {
    width: 8.3333333333%; }
  .medium-3 {
    width: 12.5%; }
  .medium-4 {
    width: 16.6666666667%; }
  .medium-5 {
    width: 20.8333333333%; }
  .medium-6 {
    width: 25%; }
  .medium-7 {
    width: 29.1666666667%; }
  .medium-8 {
    width: 33.3333333333%; }
  .medium-9 {
    width: 37.5%; }
  .medium-10 {
    width: 41.6666666667%; }
  .medium-11 {
    width: 45.8333333333%; }
  .medium-12 {
    width: 50%; }
  .medium-13 {
    width: 54.1666666667%; }
  .medium-14 {
    width: 58.3333333333%; }
  .medium-15 {
    width: 62.5%; }
  .medium-16 {
    width: 66.6666666667%; }
  .medium-17 {
    width: 70.8333333333%; }
  .medium-18 {
    width: 75%; }
  .medium-19 {
    width: 79.1666666667%; }
  .medium-20 {
    width: 83.3333333333%; }
  .medium-21 {
    width: 87.5%; }
  .medium-22 {
    width: 91.6666666667%; }
  .medium-23 {
    width: 95.8333333333%; }
  .medium-24 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 4.1666666667% !important; }
  .medium-offset-2 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-3 {
    margin-left: 12.5% !important; }
  .medium-offset-4 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-5 {
    margin-left: 20.8333333333% !important; }
  .medium-offset-6 {
    margin-left: 25% !important; }
  .medium-offset-7 {
    margin-left: 29.1666666667% !important; }
  .medium-offset-8 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-9 {
    margin-left: 37.5% !important; }
  .medium-offset-10 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-11 {
    margin-left: 45.8333333333% !important; }
  .medium-offset-12 {
    margin-left: 50% !important; }
  .medium-offset-13 {
    margin-left: 54.1666666667% !important; }
  .medium-offset-14 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-15 {
    margin-left: 62.5% !important; }
  .medium-offset-16 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-17 {
    margin-left: 70.8333333333% !important; }
  .medium-offset-18 {
    margin-left: 75% !important; }
  .medium-offset-19 {
    margin-left: 79.1666666667% !important; }
  .medium-offset-20 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-21 {
    margin-left: 87.5% !important; }
  .medium-offset-22 {
    margin-left: 91.6666666667% !important; }
  .medium-offset-23 {
    margin-left: 95.8333333333% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .large-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .large-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .large-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .large-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .large-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .large-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .large-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .large-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .large-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .large-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .large-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 4.1666666667%; }
  .large-2 {
    width: 8.3333333333%; }
  .large-3 {
    width: 12.5%; }
  .large-4 {
    width: 16.6666666667%; }
  .large-5 {
    width: 20.8333333333%; }
  .large-6 {
    width: 25%; }
  .large-7 {
    width: 29.1666666667%; }
  .large-8 {
    width: 33.3333333333%; }
  .large-9 {
    width: 37.5%; }
  .large-10 {
    width: 41.6666666667%; }
  .large-11 {
    width: 45.8333333333%; }
  .large-12 {
    width: 50%; }
  .large-13 {
    width: 54.1666666667%; }
  .large-14 {
    width: 58.3333333333%; }
  .large-15 {
    width: 62.5%; }
  .large-16 {
    width: 66.6666666667%; }
  .large-17 {
    width: 70.8333333333%; }
  .large-18 {
    width: 75%; }
  .large-19 {
    width: 79.1666666667%; }
  .large-20 {
    width: 83.3333333333%; }
  .large-21 {
    width: 87.5%; }
  .large-22 {
    width: 91.6666666667%; }
  .large-23 {
    width: 95.8333333333%; }
  .large-24 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 4.1666666667% !important; }
  .large-offset-2 {
    margin-left: 8.3333333333% !important; }
  .large-offset-3 {
    margin-left: 12.5% !important; }
  .large-offset-4 {
    margin-left: 16.6666666667% !important; }
  .large-offset-5 {
    margin-left: 20.8333333333% !important; }
  .large-offset-6 {
    margin-left: 25% !important; }
  .large-offset-7 {
    margin-left: 29.1666666667% !important; }
  .large-offset-8 {
    margin-left: 33.3333333333% !important; }
  .large-offset-9 {
    margin-left: 37.5% !important; }
  .large-offset-10 {
    margin-left: 41.6666666667% !important; }
  .large-offset-11 {
    margin-left: 45.8333333333% !important; }
  .large-offset-12 {
    margin-left: 50% !important; }
  .large-offset-13 {
    margin-left: 54.1666666667% !important; }
  .large-offset-14 {
    margin-left: 58.3333333333% !important; }
  .large-offset-15 {
    margin-left: 62.5% !important; }
  .large-offset-16 {
    margin-left: 66.6666666667% !important; }
  .large-offset-17 {
    margin-left: 70.8333333333% !important; }
  .large-offset-18 {
    margin-left: 75% !important; }
  .large-offset-19 {
    margin-left: 79.1666666667% !important; }
  .large-offset-20 {
    margin-left: 83.3333333333% !important; }
  .large-offset-21 {
    margin-left: 87.5% !important; }
  .large-offset-22 {
    margin-left: 91.6666666667% !important; }
  .large-offset-23 {
    margin-left: 95.8333333333% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; } }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

@media only screen and (min-width: 40.063em) {
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/webfonts/fontawesome-webfont.eot?v=5.8.2");
  src: url("../fonts/webfonts/fontawesome-webfont.eot?#iefix&v=5.8.2") format("embedded-opentype"), url("../fonts/webfonts/fontawesome-webfont.woff?v=5.8.2") format("woff"), url("../fonts/webfonts/fontawesome-webfont.ttf?v=5.8.2") format("truetype"), url("../fonts/webfonts/fontawesome-webfont.svg?v=5.8.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .breadcrumbs li:after, #gan-block-content-left dt span:after, #gan-block-content-left .currently .btn-remove:before, .gomage_product_navigation a:before, .gomage_product_navigation a:after, .pages a[class*="i-"]:before, .sidebar-filter .block-content dd > a:after, .sidebar-filter .block-content .currently a.btn-remove:after, .sidebar-filter .block-content .actions a:after, .order-catalog-flag a:before, .success-msg:before, .error-msg:before, .form-search button[type="submit"] > span:after, .product-image-popup .nav a:after, .block-cart .accordion a.details:after, .cms-home .col-main .delivery .explanation .meat:after, .cms-home .col-main .delivery .explanation .package:after, .box-account .box-title a:before, .my-wishlist .link-edit:before, .my-wishlist .btn-remove:before, .order-status a:before, #my-orders-legend span:before, #my-orders-table td:last-child a:before, .box-recent .box-head a:before, #checkoutSteps .step-title a:before, #checkoutSteps .step-title a:after, #checkoutSteps .step .buttons-set .back-link a:before, #checkoutSteps button.button > span:after, #checkout-step-login .col-1 li:before, #billing-new-address-form .validation-advice:before,
#shipping-new-address-form .validation-advice:before, .checkout-onepage-index .checkout-benefits li:before, .block-progress dt.complete a:before, .depotpartner-map .filter button:after, .depotpartner-view .return-to-overview a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .breadcrumbs li.pull-left:after, #gan-block-content-left dt span.pull-left:after, #gan-block-content-left .currently .pull-left.btn-remove:before, .gomage_product_navigation a.pull-left:before, .gomage_product_navigation a.pull-left:after, .pages a.pull-left[class*="i-"]:before, .sidebar-filter .block-content dd > a.pull-left:after, .sidebar-filter .block-content .currently a.pull-left.btn-remove:after, .sidebar-filter .block-content .actions a.pull-left:after, .order-catalog-flag a.pull-left:before, .pull-left.success-msg:before, .pull-left.error-msg:before, .form-search button[type="submit"] > span.pull-left:after, .product-image-popup .nav a.pull-left:after, .block-cart .accordion a.pull-left.details:after, .cms-home .col-main .delivery .explanation .pull-left.meat:after, .cms-home .col-main .delivery .explanation .pull-left.package:after, .box-account .box-title a.pull-left:before, .my-wishlist .pull-left.link-edit:before, .my-wishlist .pull-left.btn-remove:before, .order-status a.pull-left:before, #my-orders-legend span.pull-left:before, #my-orders-table td:last-child a.pull-left:before, .box-recent .box-head a.pull-left:before, #checkoutSteps .step-title a.pull-left:before, #checkoutSteps .step-title a.pull-left:after, #checkoutSteps .step .buttons-set .back-link a.pull-left:before, #checkoutSteps button.button > span.pull-left:after, #checkout-step-login .col-1 li.pull-left:before, #billing-new-address-form .pull-left.validation-advice:before,
#shipping-new-address-form .pull-left.validation-advice:before, .checkout-onepage-index .checkout-benefits li.pull-left:before, .block-progress dt.complete a.pull-left:before, .depotpartner-map .filter button.pull-left:after, .depotpartner-view .return-to-overview a.pull-left:before {
  margin-right: .3em; }

.fa.pull-right, .breadcrumbs li.pull-right:after, #gan-block-content-left dt span.pull-right:after, #gan-block-content-left .currently .pull-right.btn-remove:before, .gomage_product_navigation a.pull-right:before, .gomage_product_navigation a.pull-right:after, .pages a.pull-right[class*="i-"]:before, .sidebar-filter .block-content dd > a.pull-right:after, .sidebar-filter .block-content .currently a.pull-right.btn-remove:after, .sidebar-filter .block-content .actions a.pull-right:after, .order-catalog-flag a.pull-right:before, .pull-right.success-msg:before, .pull-right.error-msg:before, .form-search button[type="submit"] > span.pull-right:after, .product-image-popup .nav a.pull-right:after, .block-cart .accordion a.pull-right.details:after, .cms-home .col-main .delivery .explanation .pull-right.meat:after, .cms-home .col-main .delivery .explanation .pull-right.package:after, .box-account .box-title a.pull-right:before, .my-wishlist .pull-right.link-edit:before, .my-wishlist .pull-right.btn-remove:before, .order-status a.pull-right:before, #my-orders-legend span.pull-right:before, #my-orders-table td:last-child a.pull-right:before, .box-recent .box-head a.pull-right:before, #checkoutSteps .step-title a.pull-right:before, #checkoutSteps .step-title a.pull-right:after, #checkoutSteps .step .buttons-set .back-link a.pull-right:before, #checkoutSteps button.button > span.pull-right:after, #checkout-step-login .col-1 li.pull-right:before, #billing-new-address-form .pull-right.validation-advice:before,
#shipping-new-address-form .pull-right.validation-advice:before, .checkout-onepage-index .checkout-benefits li.pull-right:before, .block-progress dt.complete a.pull-right:before, .depotpartner-map .filter button.pull-right:after, .depotpartner-view .return-to-overview a.pull-right:before {
  margin-left: .3em; }

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

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

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

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

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

.fa-th:before {
  content: ""; }

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

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

.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

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

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

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

.fa-road:before {
  content: ""; }

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

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

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

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

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

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

.fa-refresh:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-qrcode:before {
  content: ""; }

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

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

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

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

.fa-print:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pencil:before {
  content: ""; }

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

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

.fa-tint:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-plus:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-plane:before {
  content: ""; }

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

.fa-random:before {
  content: ""; }

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

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

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

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

.fa-retweet:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

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

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

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

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

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

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

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

.fa-cutlery:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-terminal:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-question:before {
  content: ""; }

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

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

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

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

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

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

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

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

.fa-windows:before {
  content: ""; }

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

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

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

.fa-skype:before {
  content: ""; }

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

.fa-trello:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

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

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

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

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

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

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

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

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

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

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

.fa-soundcloud:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-qq:before {
  content: ""; }

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

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

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

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

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

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

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

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

@font-face {
  font-family: 'ottogourmet';
  src: url("../fonts/ottogourmet/ottogourmet.eot?-xpo62w");
  src: url("../fonts/ottogourmet/ottogourmet.eot?#iefix-xpo62w") format("embedded-opentype"), url("../fonts/ottogourmet/ottogourmet.woff?-xpo62w") format("woff"), url("../fonts/ottogourmet/ottogourmet.ttf?-xpo62w") format("truetype"), url("../fonts/ottogourmet/ottogourmet.svg?-xpo62w#ottogourmet") format("svg");
  font-weight: normal;
  font-style: normal; }

.ot {
  font-family: 'ottogourmet';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ot-bison:before {
  content: ""; }

.ot-dry-aged:before {
  content: ""; }

.ot-gefluegel:before {
  content: ""; }

.ot-lamm:before {
  content: ""; }

.ot-rind:before {
  content: ""; }

.ot-schwein:before {
  content: ""; }

.ot-seafood:before {
  content: ""; }

.ot-wild:before {
  content: ""; }

.ot-wurst:before {
  content: ""; }

.ot-kalb:before {
  content: ""; }

.ot-wagyu:before {
  content: ""; }

.ot-waage:before {
  content: ""; }

.ot-frische:before {
  content: ""; }

.ot-american-express:before {
  content: ""; }

.ot-mastercard:before {
  content: ""; }

.ot-visa:before {
  content: ""; }

.ot-ups:before {
  content: ""; }

.ot-neu:before {
  content: ""; }

@font-face {
  font-family: 'TexGyreAdventor';
  src: url("../fonts/texgyreadventor/texgyreadventor-regular.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-regular.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-regular.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-regular.svg#texgyreadventor") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TexGyreAdventor';
  src: url("../fonts/texgyreadventor/texgyreadventor-bold.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bold.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bold.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bold.svg#texgyreadventor") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'TexGyreAdventor';
  src: url("../fonts/texgyreadventor/texgyreadventor-italic.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-italic.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-italic.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-italic.svg#texgyreadventor") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Lobster';
  src: url("../fonts/lobster/lobster-webfont.eot");
  src: url("../fonts/lobster/lobster-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lobster/lobster-webfont.woff") format("woff"), url("../fonts/lobster/lobster-webfont.ttf") format("truetype"), url("../fonts/lobster/lobster-webfont.svg#lobster_1.4regular") format("svg");
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

h1 {
  font-size: 2.1875rem;
  line-height: 1.2; }
  @media only screen and (max-width: 42.813em) {
    h1 {
      font-size: 1.6203703704rem; } }
  @media only screen and (max-width: 35.625em) {
    h1 {
      font-size: 1.2867647059rem; } }

h2 {
  font-size: 1.5625rem; }
  @media only screen and (max-width: 42.813em) {
    h2 {
      font-size: 1.1574074074rem;
      line-height: 1.2; } }
  @media only screen and (max-width: 35.625em) {
    h2 {
      font-size: 0.9191176471rem; } }

h3 {
  font-size: 1.25rem; }
  h3.static-block {
    margin-bottom: 15px; }

h4 {
  font-size: 1rem; }
  h4.subheadline {
    color: #D51317; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.875rem; }

blockquote {
  margin-left: 0; }

html {
  overflow-y: scroll;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  font-family: "TexGyreAdventor", Arial, sans-serif;
  background-color: #ffffff;
  color: #4D4D4D;
  height: 100%;
  -webkit-text-size-adjust: none; }

.wrapper-grey {
  background-color: #F2F2F2;
  overflow: hidden; }

.wrapper-red {
  overflow: hidden;
  background-color: #D51317; }

p,
ul,
ol,
dl {
  font-size: inherit; }

.no-display {
  display: none; }

.nobr, #checkout-step-review .baseprice {
  white-space: nowrap; }

.page > iframe {
  display: none; }

.gm-style img, .gm-style embed, .gm-style object {
  max-width: none !important; }

.youtube-w100 {
  margin: 0 auto;
  max-width: 78.125rem;
  width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a {
  text-decoration: none;
  color: #4D4D4D;
  display: inline-block; }
  a[href^=tel] {
    color: inherit;
    text-decoration: none; }
  a:visited, a:hover, a:active, a:focus {
    color: inherit; }
  .col-main a {
    text-decoration: underline; }
    .col-main a:hover {
      color: #D51317; }
    .col-main a[href^=tel] {
      text-decoration: none; }

form br {
  display: none; }

label {
  vertical-align: middle;
  display: inline-block; }

input,
textarea,
select {
  padding: 7px 15px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 0; }

select {
  padding-left: 11px;
  padding-right: 11px; }

@media only screen and (max-width: 31em) {
  input,
  textarea,
  select {
    padding: 5px 8px; }
  select {
    padding-left: 5px;
    padding-right: 5px; } }

input:focus,
textarea:focus {
  outline: 0 none; }

input[type="file"] {
  cursor: pointer;
  display: block; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

textarea,
select[multiple],
select[size] {
  height: auto; }

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

legend {
  width: 100%;
  display: block;
  border: 0;
  font-size: 1.25rem;
  font-weight: bold; }

form [class*="-container"] {
  margin-top: 10px; }
  form [class*="-container"] input {
    width: auto;
    vertical-align: middle; }
  form [class*="-container"] label {
    float: none;
    display: inline; }
  form [class*="-container"] span {
    display: block; }
  form [class*="-container"] legend > span {
    display: inline; }

input {
  position: relative; }
  input[type="checkbox"], input.checkbox {
    top: -1px;
    margin-right: 10px; }
  input[type="radio"], input.radio {
    margin-right: 10px;
    top: 2px; }

x:-moz-any-link {
  position: relative; }

.validation-advice {
  color: #D51317; }

ul, ol {
  padding-left: 25px; }

ul {
  list-style: disc; }

li {
  padding: 3px 5px; }
  li ul {
    margin: 5px 0;
    list-style: circle; }

dd, dt {
  display: inline-block; }

table {
  width: 100%; }

th {
  text-align: left; }

td,
th {
  padding: 7px;
  vertical-align: top; }
  td ul, td li, td p, th ul, th li, th p {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; }

tr:nth-child(odd) {
  background-color: #F2F2F2; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .breadcrumbs li:after, #gan-block-content-left dt span:after, #gan-block-content-left .currently .btn-remove:before, .gomage_product_navigation a:before, .gomage_product_navigation a:after, .pages a[class*="i-"]:before, .sidebar-filter .block-content dd > a:after, .sidebar-filter .block-content .currently a.btn-remove:after, .sidebar-filter .block-content .actions a:after, .order-catalog-flag a:before, .success-msg:before, .error-msg:before, .form-search button[type="submit"] > span:after, .product-image-popup .nav a:after, .block-cart .accordion a.details:after, .cms-home .col-main .delivery .explanation .meat:after, .cms-home .col-main .delivery .explanation .package:after, .box-account .box-title a:before, .my-wishlist .link-edit:before, .my-wishlist .btn-remove:before, .order-status a:before, #my-orders-legend span:before, #my-orders-table td:last-child a:before, .box-recent .box-head a:before, #checkoutSteps .step-title a:before, #checkoutSteps .step-title a:after, #checkoutSteps .step .buttons-set .back-link a:before, #checkoutSteps button.button > span:after, #checkout-step-login .col-1 li:before, #billing-new-address-form .validation-advice:before,
#shipping-new-address-form .validation-advice:before, .checkout-onepage-index .checkout-benefits li:before, .block-progress dt.complete a:before, .depotpartner-map .filter button:after, .depotpartner-view .return-to-overview a:before,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left, .breadcrumbs li.fa-pull-left:after, #gan-block-content-left dt span.fa-pull-left:after, #gan-block-content-left .currently .fa-pull-left.btn-remove:before, .gomage_product_navigation a.fa-pull-left:before, .gomage_product_navigation a.fa-pull-left:after, .pages a.fa-pull-left[class*="i-"]:before, .sidebar-filter .block-content dd > a.fa-pull-left:after, .sidebar-filter .block-content .currently a.fa-pull-left.btn-remove:after, .sidebar-filter .block-content .actions a.fa-pull-left:after, .order-catalog-flag a.fa-pull-left:before, .fa-pull-left.success-msg:before, .fa-pull-left.error-msg:before, .form-search button[type="submit"] > span.fa-pull-left:after, .product-image-popup .nav a.fa-pull-left:after, .block-cart .accordion a.fa-pull-left.details:after, .cms-home .col-main .delivery .explanation .fa-pull-left.meat:after, .cms-home .col-main .delivery .explanation .fa-pull-left.package:after, .box-account .box-title a.fa-pull-left:before, .my-wishlist .fa-pull-left.link-edit:before, .my-wishlist .fa-pull-left.btn-remove:before, .order-status a.fa-pull-left:before, #my-orders-legend span.fa-pull-left:before, #my-orders-table td:last-child a.fa-pull-left:before, .box-recent .box-head a.fa-pull-left:before, #checkoutSteps .step-title a.fa-pull-left:before, #checkoutSteps .step-title a.fa-pull-left:after, #checkoutSteps .step .buttons-set .back-link a.fa-pull-left:before, #checkoutSteps button.button > span.fa-pull-left:after, #checkout-step-login .col-1 li.fa-pull-left:before, #billing-new-address-form .fa-pull-left.validation-advice:before,
#shipping-new-address-form .fa-pull-left.validation-advice:before, .checkout-onepage-index .checkout-benefits li.fa-pull-left:before, .block-progress dt.complete a.fa-pull-left:before, .depotpartner-map .filter button.fa-pull-left:after, .depotpartner-view .return-to-overview a.fa-pull-left:before,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .breadcrumbs li.fa-pull-right:after, #gan-block-content-left dt span.fa-pull-right:after, #gan-block-content-left .currently .fa-pull-right.btn-remove:before, .gomage_product_navigation a.fa-pull-right:before, .gomage_product_navigation a.fa-pull-right:after, .pages a.fa-pull-right[class*="i-"]:before, .sidebar-filter .block-content dd > a.fa-pull-right:after, .sidebar-filter .block-content .currently a.fa-pull-right.btn-remove:after, .sidebar-filter .block-content .actions a.fa-pull-right:after, .order-catalog-flag a.fa-pull-right:before, .fa-pull-right.success-msg:before, .fa-pull-right.error-msg:before, .form-search button[type="submit"] > span.fa-pull-right:after, .product-image-popup .nav a.fa-pull-right:after, .block-cart .accordion a.fa-pull-right.details:after, .cms-home .col-main .delivery .explanation .fa-pull-right.meat:after, .cms-home .col-main .delivery .explanation .fa-pull-right.package:after, .box-account .box-title a.fa-pull-right:before, .my-wishlist .fa-pull-right.link-edit:before, .my-wishlist .fa-pull-right.btn-remove:before, .order-status a.fa-pull-right:before, #my-orders-legend span.fa-pull-right:before, #my-orders-table td:last-child a.fa-pull-right:before, .box-recent .box-head a.fa-pull-right:before, #checkoutSteps .step-title a.fa-pull-right:before, #checkoutSteps .step-title a.fa-pull-right:after, #checkoutSteps .step .buttons-set .back-link a.fa-pull-right:before, #checkoutSteps button.button > span.fa-pull-right:after, #checkout-step-login .col-1 li.fa-pull-right:before, #billing-new-address-form .fa-pull-right.validation-advice:before,
#shipping-new-address-form .fa-pull-right.validation-advice:before, .checkout-onepage-index .checkout-benefits li.fa-pull-right:before, .block-progress dt.complete a.fa-pull-right:before, .depotpartner-map .filter button.fa-pull-right:after, .depotpartner-view .return-to-overview a.fa-pull-right:before,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

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

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

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

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

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

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

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

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

.fa-amilia:before {
  content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

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

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

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

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

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

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

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

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

.fa-bandcamp:before {
  content: "\f2d5"; }

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

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

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

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

.fa-bath:before {
  content: "\f2cd"; }

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835"; }

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

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

.fa-bluetooth:before {
  content: "\f293"; }

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

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836"; }

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

.fa-box:before {
  content: "\f466"; }

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

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

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

.fa-broom:before {
  content: "\f51a"; }

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

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

.fa-buffer:before {
  content: "\f837"; }

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

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

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

.fa-business-time:before {
  content: "\f64a"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

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

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

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

.fa-charging-station:before {
  content: "\f5e7"; }

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

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

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

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

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

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

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

.fa-deaf:before {
  content: "\f2a4"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

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

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

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

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

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

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

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

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

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

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

.fa-donate:before {
  content: "\f4b9"; }

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

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

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

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

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

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

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

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

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

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

.fa-evernote:before {
  content: "\f839"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

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

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571"; }

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

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

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

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

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

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

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

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

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

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

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

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

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

.fa-gem:before {
  content: "\f3a5"; }

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

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

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

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

.fa-ghost:before {
  content: "\f6e2"; }

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

.fa-gifts:before {
  content: "\f79c"; }

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

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

.fa-goodreads:before {
  content: "\f3a8"; }

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

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

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

.fa-grav:before {
  content: "\f2d6"; }

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

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .breadcrumbs li:after, #gan-block-content-left dt span:after, #gan-block-content-left .currently .btn-remove:before, .gomage_product_navigation a:before, .gomage_product_navigation a:after, .pages a[class*="i-"]:before, .sidebar-filter .block-content dd > a:after, .sidebar-filter .block-content .currently a.btn-remove:after, .sidebar-filter .block-content .actions a:after, .order-catalog-flag a:before, .success-msg:before, .error-msg:before, .form-search button[type="submit"] > span:after, .product-image-popup .nav a:after, .block-cart .accordion a.details:after, .cms-home .col-main .delivery .explanation .meat:after, .cms-home .col-main .delivery .explanation .package:after, .box-account .box-title a:before, .my-wishlist .link-edit:before, .my-wishlist .btn-remove:before, .order-status a:before, #my-orders-legend span:before, #my-orders-table td:last-child a:before, .box-recent .box-head a:before, #checkoutSteps .step-title a:before, #checkoutSteps .step-title a:after, #checkoutSteps .step .buttons-set .back-link a:before, #checkoutSteps button.button > span:after, #checkout-step-login .col-1 li:before, #billing-new-address-form .validation-advice:before,
#shipping-new-address-form .validation-advice:before, .checkout-onepage-index .checkout-benefits li:before, .block-progress dt.complete a:before, .depotpartner-map .filter button:after, .depotpartner-view .return-to-overview a:before,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/webfonts/fa-regular-400.eot");
  src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/* ######### STYLING MOBILE NAVIGATION ######### */
.nav-active {
  overflow-x: hidden; }
  .nav-active #content {
    right: -85%;
    transition: all 0.3s ease; }
  .nav-active #mobile-navigation {
    left: 0%;
    transition: all 0.3s ease; }

.nav-inactive #content {
  right: 0%;
  transition: all 0.3s ease; }

.nav-inactive #mobile-navigation {
  left: -85%;
  transition: all 0.3s ease; }

#content {
  width: 100%;
  position: absolute; }

#mobile-navigation {
  width: 85%;
  height: 100VH;
  margin-top: -48px;
  position: fixed;
  background: #4D4D4D;
  overflow-y: scroll; }
  #mobile-navigation .anrufen {
    background: #262626; }
    #mobile-navigation .anrufen a {
      color: white;
      font-size: 16px;
      padding: 10px 0;
      width: 100%;
      height: 48px;
      text-align: center; }
      #mobile-navigation .anrufen a:before {
        display: inline-block;
        font-family: FontAwesome;
        color: white;
        width: 30px;
        line-height: 20px;
        font-size: 20px;
        padding: 5px;
        border-radius: 30px;
        content: "\f095";
        margin-right: 10px;
        background: #bfd255;
        /* Old browsers */
        background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
        /* IE6-9 */
        text-align: center; }
  #mobile-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #mobile-navigation li {
    margin: 0;
    padding: 0; }
    #mobile-navigation li a {
      color: white;
      font-size: 16px;
      padding: 10px 25px;
      width: 100%; }
    #mobile-navigation li.level0:nth-child(even) {
      background: rgba(0, 0, 0, 0.2); }
  #mobile-navigation .dropdown {
    display: none; }
    #mobile-navigation .dropdown ul {
      padding-left: 20px; }
      #mobile-navigation .dropdown ul li {
        border-bottom: 1px solid #333333; }
        #mobile-navigation .dropdown ul li:last-child {
          border-bottom: none; }
    #mobile-navigation .dropdown.active {
      display: block; }
  #mobile-navigation a.has-children:before {
    display: inline-block;
    content: "\f105";
    color: #D51317;
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: -10px; }
  #mobile-navigation a.has-children.active:before {
    content: "\f107";
    margin-left: -14px; }

/* ######### STYLING DESKTOP NAVIGATION ######### */
@media only screen and (min-width: 992px) {
  .navigation-container {
    width: 100%;
    background: #262626;
    overflow: inherit; }
    .navigation-container .navigation-inner-wrapper {
      max-width: 1260px;
      margin: 0 auto;
      display: flex; }
    .navigation-container ul, .navigation-container li {
      padding: 0;
      margin: 0;
      list-style: none; }
      .navigation-container ul a, .navigation-container li a {
        color: white;
        font-size: 16px;
        padding: 10px 0; }
    .navigation-container nav ul#nav {
      display: flex; }
      .navigation-container nav ul#nav .dropdown {
        display: none;
        position: absolute;
        background: #333333;
        z-index: 1000;
        width: 300px; }
        .navigation-container nav ul#nav .dropdown > ul {
          padding: 0; }
      .navigation-container nav ul#nav li.level0:nth-child(even) {
        background: transparent; }
      .navigation-container nav ul#nav li.level0 a {
        padding: 8px 15px; }
      .navigation-container nav ul#nav li.level0.parent:hover {
        background: #D51317; }
        .navigation-container nav ul#nav li.level0.parent:hover > .shown-sub {
          display: block; }
      .navigation-container nav ul#nav li.level0 li.level1 {
        position: relative;
        min-width: 100%; }
        .navigation-container nav ul#nav li.level0 li.level1 a {
          padding: 5px 25px;
          width: 100%; }
          .navigation-container nav ul#nav li.level0 li.level1 a.has-children:before {
            display: inline-block;
            font-family: FontAwesome;
            content: "\f105";
            color: #D51317;
            margin-right: 5px;
            margin-left: -11px; }
        .navigation-container nav ul#nav li.level0 li.level1.parent > .dropdown.active, .navigation-container nav ul#nav li.level0 li.level1.parent > .dropdown {
          position: absolute;
          left: 300px;
          top: 0;
          background: #262626; }
        .navigation-container nav ul#nav li.level0 li.level1.parent > .shown-sub {
          display: block; }
      .navigation-container nav ul#nav li.level0 li.level1:hover {
        background: #D51317; }
        .navigation-container nav ul#nav li.level0 li.level1:hover a.has-children:before {
          color: white; }
        .navigation-container nav ul#nav li.level0 li.level1:hover.parent > .dropdown {
          position: absolute;
          left: 300px;
          top: 0;
          background: #262626; }
        .navigation-container nav ul#nav li.level0 li.level1:hover.parent > .shown-sub {
          display: block; }
      .navigation-container nav ul#nav li.level0 li.level2:hover {
        background: #D51317; }
    .navigation-container a.has-children:before, .navigation-container .view-all {
      display: none; } }

@media only screen and (min-width: 1200px) {
  .navigation-container nav ul#nav li.level0 a {
    padding: 8px 15px; } }

.slider-nav {
  font-size: 2.8125rem;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  display: none; }
  .slider-nav.next {
    left: -30px; }
  .slider-nav.prev {
    right: -30px; }
  @media only screen and (max-width: 24.375em) {
    .slider-nav.next, .slider-nav.prev {
      display: none; }
    .slider-nav.next {
      left: -5px; }
    .slider-nav.prev {
      right: -5px; } }

.slider-pager {
  text-align: center; }
  .slider-pager a {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
    background-color: rgba(178, 178, 178, 0.5);
    border-radius: 50%; }
    @media only screen and (max-width: 65.625em) {
      .slider-pager a {
        width: 20px;
        height: 20px; } }
    .slider-pager a:hover {
      background-color: rgba(178, 178, 178, 0.7); }
    .slider-pager a.selected {
      background-color: transparent;
      border: 3px solid #B2B2B2;
      width: 18px;
      height: 18px; }
      @media only screen and (max-width: 65.625em) {
        .slider-pager a.selected {
          width: 24px;
          height: 24px; } }
  .slider-pager span {
    display: none; }

.breadcrumbs {
  background-color: #F2F2F2; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem;
    padding: 12px 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999999; }
    .breadcrumbs ul:before, .breadcrumbs ul:after {
      content: " ";
      display: table; }
    .breadcrumbs ul:after {
      clear: both; }
    @media only screen and (max-width: 81.5em) {
      .breadcrumbs ul {
        width: auto;
        margin-right: 1.875rem;
        margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .breadcrumbs ul {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .breadcrumbs li {
    padding: 3px 0;
    display: inline-block; }
    .breadcrumbs li:after {
      content: \f105;
      margin-left: 5px;
      margin-right: 5px; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li span {
      display: none; }
    .breadcrumbs li strong {
      font-weight: normal;
      color: #D51317; }
    .breadcrumbs li a {
      border-bottom: 1px solid #999999;
      color: inherit; }

#narrow-by-list2 {
  background-color: #ffffff; }
  #narrow-by-list2 dd > ol > li {
    border-bottom: 1px solid #D9D9D9; }
    #narrow-by-list2 dd > ol > li.current {
      background-color: #F2F2F2; }
      #narrow-by-list2 dd > ol > li.current > ol {
        border-top-color: #D9D9D9; }
    #narrow-by-list2 dd > ol > li a {
      display: block;
      padding: 5px 0; }
      #narrow-by-list2 dd > ol > li a.current {
        font-weight: bold; }
      #narrow-by-list2 dd > ol > li a:hover {
        color: #D51317; }
    #narrow-by-list2 dd > ol > li > a {
      font-weight: bold;
      text-transform: uppercase;
      padding: 10px 12px; }
      #narrow-by-list2 dd > ol > li > a.current, #narrow-by-list2 dd > ol > li > a:hover {
        color: #D51317; }
      #narrow-by-list2 dd > ol > li > a .count {
        display: none; }
    #narrow-by-list2 dd > ol > li > ol {
      padding: 5px 10px 10px 35px;
      border-top: 1px solid #D9D9D9; }

.block-layered-nav {
  margin-bottom: 1.875rem; }
  @media only screen and (max-width: 1023px) {
    .block-layered-nav {
      margin-bottom: 0.9375rem; }
      .block-layered-nav .block-title {
        cursor: pointer;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 15px; }
        .block-layered-nav .block-title:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          content: \f107;
          font-size: 25px;
          margin-right: 10px; }
      .block-layered-nav .block-content {
        margin-bottom: 30px; } }

#gan-block-content-left {
  padding: 0.625rem;
  background-color: #F2F2F2; }
  #gan-block-content-left a:hover {
    text-decoration: none;
    color: #D51317; }
  #gan-block-content-left dl {
    margin-top: 7px; }
    #gan-block-content-left dl:first-child {
      margin-top: 0; }
  #gan-block-content-left dt, #gan-block-content-left dd {
    width: 100%;
    background-color: #ffffff; }
  #gan-block-content-left dt {
    padding: 10px;
    cursor: pointer;
    font-weight: bold; }
    #gan-block-content-left dt span {
      display: block; }
      #gan-block-content-left dt span:after {
        float: right;
        content: \f107;
        font-size: 1.25rem;
        margin-top: 1px; }
    #gan-block-content-left dt.filter-content-show span:after {
      content: \f106; }
  #gan-block-content-left dd {
    padding: 5px 10px 10px;
    margin-top: 1px; }
    #gan-block-content-left dd > a {
      display: none; }
    #gan-block-content-left dd li {
      padding: 3px 0;
      width: 100%; }
    #gan-block-content-left dd a.active {
      text-decoration: underline; }
  #gan-block-content-left .currently {
    margin-bottom: 0.9375rem; }
    #gan-block-content-left .currently .block-subtitle {
      display: block;
      margin: 0 0 1px;
      font-weight: bold;
      background-color: #ffffff;
      padding: 10px; }
    #gan-block-content-left .currently ol {
      background-color: #ffffff;
      padding: 10px; }
    #gan-block-content-left .currently li {
      padding: 3px 0;
      position: relative; }
    #gan-block-content-left .currently .label {
      display: block;
      font-weight: bold; }
    #gan-block-content-left .currently .btn-remove {
      font-size: 0;
      position: absolute;
      top: 2px;
      right: 0; }
      #gan-block-content-left .currently .btn-remove:before {
        font-size: 1.25rem;
        content: "\d7"; }
  #gan-block-content-left .gan-slider-span {
    background-color: #D51317; }
  #gan-block-content-left .filter-type-input {
    display: none; }
  #gan-block-content-left .gan-list-checkbox a {
    background-position: 0 4px;
    padding-left: 1.25rem;
    line-height: inherit; }
    #gan-block-content-left .gan-list-checkbox a.active {
      text-decoration: none; }
  #gan-block-content-left #advancednavigation-filter-content-price-left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.625rem; }

.product-navigation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  position: relative; }
  .product-navigation:before, .product-navigation:after {
    content: " ";
    display: table; }
  .product-navigation:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .product-navigation {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .product-navigation {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.gomage_product_navigation {
  overflow: hidden;
  width: 100%;
  margin-top: 2.8125rem; }
  @media only screen and (min-width: 75.063em) {
    .gomage_product_navigation {
      padding-left: 0;
      padding-right: 0;
      width: 54.1666666667%;
      float: left;
      padding-right: 1.875rem;
      bottom: -85px;
      position: absolute;
      margin-top: 0; } }
  .product-type-rezept .gomage_product_navigation {
    padding-left: 0;
    padding-right: 0;
    width: 54.1666666667%;
    float: left;
    padding-right: 30px; }
    @media only screen and (max-width: 35.625em) {
      .product-type-rezept .gomage_product_navigation {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left; } }
  .gomage_product_navigation a {
    text-decoration: none; }
    .gomage_product_navigation a:before, .gomage_product_navigation a:after {
      background-color: #F2F2F2;
      border: 0;
      border-bottom: 2px solid #d9d8d8;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      color: #4D4D4D;
      display: inline-block;
      padding: 6px 30px;
      width: auto;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.7s ease-in-out;
      height: 40px;
      line-height: 40px;
      width: 40px;
      vertical-align: baseline;
      padding: 0;
      text-align: center;
      bottom: 1px;
      position: relative;
      font-size: 1.25rem;
      vertical-align: baseline; }
      .gomage_product_navigation a:before:hover, .gomage_product_navigation a:after:hover {
        background-color: #d9d8d8; }
    .gomage_product_navigation a:after {
      margin-left: 0.625rem; }
    .gomage_product_navigation a:before {
      margin-right: 0.625rem; }
  .gomage_product_navigation .category {
    float: left; }
    .gomage_product_navigation .category a:before {
      content: \f00a; }
  .gomage_product_navigation .pager {
    float: right;
    overflow: hidden; }
    .gomage_product_navigation .pager div {
      float: left; }
      .gomage_product_navigation .pager div a {
        font-size: 0; }
    .gomage_product_navigation .pager .prev a:after,
    .gomage_product_navigation .pager .next a:before {
      margin-left: 10px;
      margin-right: 0; }
    .gomage_product_navigation .pager .prev a:after {
      content: \f104; }
    .gomage_product_navigation .pager .next a:before {
      content: \f105; }

.box-tips .item, .products-slider .item, .products-list .item, .products-grid .item {
  border: 1px solid #F2F2F2;
  position: relative;
  padding: 0; }
  .box-tips .item .product-name, .products-slider .item .product-name, .products-list .item .product-name, .products-grid .item .product-name,
  .box-tips .item .price-box,
  .products-slider .item .price-box,
  .products-list .item .price-box,
  .products-grid .item .price-box {
    font-size: 1rem;
    font-weight: bold;
    text-transform: none; }
    .box-tips .item .product-name a, .products-slider .item .product-name a, .products-list .item .product-name a, .products-grid .item .product-name a,
    .box-tips .item .price-box a,
    .products-slider .item .price-box a,
    .products-list .item .price-box a,
    .products-grid .item .price-box a {
      text-decoration: none; }
  .box-tips .item .product-name, .products-slider .item .product-name, .products-list .item .product-name, .products-grid .item .product-name {
    margin: 10px 0 15px; }
  
  .box-tips .item .price-box,
  .products-slider .item .price-box,
  .products-list .item .price-box,
  .products-grid .item .price-box {
    color: #D51317;
    display: block;
    margin-top: 5px; }
    .box-tips .item .price-box .old-price, .products-slider .item .price-box .old-price, .products-list .item .price-box .old-price, .products-grid .item .price-box .old-price, .box-tips .item .price-box .special-price, .products-slider .item .price-box .special-price, .products-list .item .price-box .special-price, .products-grid .item .price-box .special-price,
    .box-tips .item .price-box .price-from,
    .products-slider .item .price-box .price-from,
    .products-list .item .price-box .price-from,
    .products-grid .item .price-box .price-from {
      display: inline-block;
      margin: 0 5px; }
    .box-tips .item .price-box .price-from .price-label, .products-slider .item .price-box .price-from .price-label, .products-list .item .price-box .price-from .price-label, .products-grid .item .price-box .price-from .price-label {
      display: inline-block; }
    .box-tips .item .price-box .old-price span, .products-slider .item .price-box .old-price span, .products-list .item .price-box .old-price span, .products-grid .item .price-box .old-price span {
      color: #999999;
      text-decoration: line-through; }
    .box-tips .item .price-box p, .products-slider .item .price-box p, .products-list .item .price-box p, .products-grid .item .price-box p {
      margin: 0; }
  .box-tips .item .add-to-links, .products-slider .item .add-to-links, .products-list .item .add-to-links, .products-grid .item .add-to-links,
  .box-tips .item .tax-details,
  .products-slider .item .tax-details,
  .products-list .item .tax-details,
  .products-grid .item .tax-details,
  .box-tips .item .price-label,
  .products-slider .item .price-label,
  .products-list .item .price-label,
  .products-grid .item .price-label,
  .box-tips .item .price-to,
  .products-slider .item .price-to,
  .products-list .item .price-to,
  .products-grid .item .price-to {
    display: none; }
  .box-tips .item button, .products-slider .item button, .products-list .item button, .products-grid .item button {
    margin-top: 10px; }

.products-grid .item {
  overflow: hidden; }
  .products-grid .item .item-inner {
    text-align: center;
    padding: 0.9375rem; }
  .products-grid .item button {
    padding: 10px 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.875rem;
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    background-color: transparent;
    color: #D51317;
    border: 1px solid #D51317; }
    .products-grid .item button:hover {
      border: 1px solid #a60f12;
      background-color: rgba(213, 19, 23, 0.2); }
  .category-products .products-grid .item .item-inner, .products-grid .category-products .item .item-inner {
    padding-bottom: 115px; }
  .category-products .products-grid .item .actions, .products-grid .category-products .item .actions {
    position: absolute;
    bottom: 0.9375rem;
    left: 15px;
    right: 15px; }
  .category-products .products-grid .item .price-box, .products-grid .category-products .item .price-box {
    margin: 0;
    position: absolute;
    bottom: 88px;
    left: 0;
    right: 0; }
  .category-products .products-grid .item .baseprice, .products-grid .category-products .item .baseprice {
    margin: 0;
    position: absolute;
    bottom: 67px;
    left: 0;
    right: 0;
    color: #999999;
    font-size: 0.75rem; }

.products-list .item {
  margin-bottom: 15px; }
  .products-list .last.item {
    margin-bottom: 30px; }
  .products-list .item .item-inner {
    overflow: hidden; }
  .products-list .item .product-image {
    float: left; }
  .products-list .item .product-shop {
    margin-left: 230px;
    padding: 0.9375rem; }
  .products-list .item .product-name {
    margin: 0 0 5px; }
  .products-list .item .button {
    border: 0;
    margin-top: 15px;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    font-size: 1rem;
    color: #D51317; }
    .products-list .item .button:hover {
      color: #be1114; }

.box-tips .item .item-inner {
  padding: 1.875rem 0.9375rem; }

.box-tips .item .product-name {
  font-weight: normal;
  margin-bottom: 0; }

.my-wishlist .product-image, #my-orders-table .product-image, #checkout-step-review .product-image {
  display: block;
  margin-right: 10px; }
  .my-wishlist .product-image img, #my-orders-table .product-image img, #checkout-step-review .product-image img {
    max-width: none; }

.my-wishlist .product-name, #my-orders-table .product-name, #checkout-step-review .product-name {
  font-size: 1rem;
  float: left;
  text-transform: none;
  margin-bottom: 5px; }
  .my-wishlist .product-name a, #my-orders-table .product-name a, #checkout-step-review .product-name a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    float: none; }

.my-wishlist .item-prop.sku, #my-orders-table .item-prop.sku, #checkout-step-review .item-prop.sku {
  float: right; }
  @media only screen and (max-width: 1023px) {
    .my-wishlist .item-prop.sku, #my-orders-table .item-prop.sku, #checkout-step-review .item-prop.sku {
      clear: both;
      display: block;
      float: none; } }
  .my-wishlist .item-prop.sku + .item-prop, #my-orders-table .item-prop.sku + .item-prop, #checkout-step-review .item-prop.sku + .item-prop {
    clear: both; }

.my-wishlist .item-prop .price, #my-orders-table .item-prop .price, #checkout-step-review .item-prop .price {
  font-weight: normal; }

.my-wishlist .item-options, #my-orders-table .item-options, #checkout-step-review .item-options {
  clear: both;
  color: #B2B2B2;
  margin: 0;
  font-size: 0.75rem; }
  .my-wishlist .item-options .price, #my-orders-table .item-options .price, #checkout-step-review .item-options .price {
    display: none; }

.my-wishlist .price, #my-orders-table .price, #checkout-step-review .price {
  font-weight: bold;
  text-align: right; }

.my-wishlist .tax-details, #my-orders-table .tax-details, #checkout-step-review .tax-details {
  color: #999999;
  font-size: 0.75rem; }
  .my-wishlist .tax-details a, #my-orders-table .tax-details a, #checkout-step-review .tax-details a {
    color: inherit; }

.my-wishlist input.text, #my-orders-table input.text, #checkout-step-review input.text,
.my-wishlist input.qty,
#my-orders-table input.qty,
#checkout-step-review input.qty {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  width: 55px;
  max-width: 55px; }

.my-wishlist dd, #my-orders-table dd, #checkout-step-review dd {
  margin-left: 0;
  display: block; }

.my-wishlist dt, #my-orders-table dt, #checkout-step-review dt {
  display: none; }

.my-wishlist tr, #my-orders-table tr, #checkout-step-review tr {
  background-color: transparent;
  border-top: 1px solid #E5E5E5; }

.my-wishlist th, #my-orders-table th, #checkout-step-review th {
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-top: 0;
  font-size: 1rem; }
  .my-wishlist th:first-child, #my-orders-table th:first-child, #checkout-step-review th:first-child {
    padding-left: 0; }
  .my-wishlist th:last-child, #my-orders-table th:last-child, #checkout-step-review th:last-child {
    padding-right: 0; }

.my-wishlist td, #my-orders-table td, #checkout-step-review td {
  padding: 15px 10px 20px;
  vertical-align: top; }
  .my-wishlist td:first-child, #my-orders-table td:first-child, #checkout-step-review td:first-child {
    padding-left: 0; }
  .my-wishlist td:nth-last-child(4) span.price, #my-orders-table td:nth-last-child(4) span.price, #checkout-step-review td:nth-last-child(4) span.price {
    font-weight: normal; }
  .my-wishlist td:last-child, #my-orders-table td:last-child, #checkout-step-review td:last-child {
    padding-right: 0;
    padding-left: 15px; }

.my-wishlist thead tr, #my-orders-table thead tr, #checkout-step-review thead tr {
  border-top: 0; }

.my-wishlist tfoot td.last, #my-orders-table tfoot td.last, #checkout-step-review tfoot td.last {
  padding-left: 0;
  padding-right: 0; }

.toolbar {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem; }
  .toolbar a {
    text-decoration: none; }
  .toolbar-bottom .toolbar {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1.875rem;
    border-top: 1px solid #F2F2F2; }
  .toolbar .view-mode {
    display: none; }
  .toolbar .pager {
    display: none;
    overflow: hidden; }
    .toolbar-bottom .toolbar .pager {
      display: block; }
      .toolbar-bottom .toolbar .pager p {
        display: none; }
  .toolbar .limiter {
    margin-top: 5px; }

.pager:before, .pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.limiter {
  vertical-align: middle;
  float: left; }
  @media only screen and (max-width: 35.625em) {
    .limiter {
      float: none;
      clear: both; } }
  .limiter label,
  .limiter .page-limiter {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 7px; }
  .limiter .page-limiter {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; }
  .limiter li {
    display: inline-block;
    font-weight: bold; }
    .limiter li .current {
      color: #D51317; }

.pages {
  float: right; }
  @media only screen and (max-width: 35.625em) {
    .pages {
      float: none;
      clear: both;
      margin-top: 0.9375rem; } }
  .pages strong {
    display: none; }
  .pages ol {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; }
  .pages li {
    display: inline-block;
    font-weight: bold;
    padding: 0;
    margin-left: 5px; }
    .pages li:first-child {
      margin-left: 0; }
    .pages li.current {
      background-color: #D51317;
      border: 0;
      border-bottom: 2px solid #a60f12;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      color: #ffffff;
      display: inline-block;
      padding: 6px 30px;
      width: auto;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.7s ease-in-out;
      padding-left: 12px;
      padding-right: 12px;
      text-align: center;
      min-width: 40px; }
      .pages li.current:hover {
        background-color: #a60f12; }
    .pages li a {
      background-color: #F2F2F2;
      border: 0;
      border-bottom: 2px solid #d9d8d8;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      color: #4D4D4D;
      display: inline-block;
      padding: 6px 30px;
      width: auto;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.7s ease-in-out;
      padding-left: 12px;
      padding-right: 12px;
      text-align: center;
      min-width: 40px; }
      .pages li a:hover {
        background-color: #d9d8d8; }
  .pages a[class*="i-"]:before {
    font-size: 1.25rem; }
  .pages a[class*="i-"].next:before {
    content: \f105; }
  .pages a[class*="i-"].previous:before {
    content: \f104; }
  .pages a[class*="i-"] img {
    display: none; }

.sort-by {
  float: right; }
  .toolbar-bottom .sort-by {
    display: none; }
  .sort-by label, .sort-by select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 10px; }
  .sort-by select {
    border-color: #F2F2F2;
    background-color: #F2F2F2;
    min-width: 200px; }
  .sort-by select + a {
    display: none; }
  @media only screen and (max-width: 35.625em) {
    .sort-by {
      float: none; }
      .sort-by label, .sort-by select {
        margin-left: 0;
        display: block;
        margin-bottom: 5px; } }

.sidebar-filter {
  margin-bottom: 1.875rem; }
  @media only screen and (max-width: 1023px) {
    .sidebar-filter {
      margin-bottom: 0.9375rem; } }
  .sidebar-filter .block-content {
    background-color: #F2F2F2;
    padding: 10px; }
    .sidebar-filter .block-content dd {
      background-color: #ffffff;
      margin-top: 7px; }
      .sidebar-filter .block-content dd a {
        display: block; }
      .sidebar-filter .block-content dd > a {
        padding: 10px 12px;
        position: relative; }
        .sidebar-filter .block-content dd > a:after {
          content: \f105;
          right: 10px;
          top: 10px;
          font-size: 1.25rem;
          position: absolute; }
      .sidebar-filter .block-content dd:first-child {
        margin-top: 0; }
      .sidebar-filter .block-content dd:hover > a,
      .sidebar-filter .block-content dd.active > a {
        background-color: #E5E5E5; }
      .sidebar-filter .block-content dd.active > a:after {
        content: \f107; }
      .sidebar-filter .block-content dd div {
        display: none; }
      .sidebar-filter .block-content dd.active div {
        display: block; }
    .sidebar-filter .block-content ol {
      list-style: none;
      margin: 0;
      padding: 0 12px 5px; }
      .sidebar-filter .block-content ol > li > a {
        padding: 10px; }
    .sidebar-filter .block-content li {
      border-top: 1px solid #F2F2F2; }
      .sidebar-filter .block-content li:first-child {
        border: 0; }
    .sidebar-filter .block-content .currently ol {
      padding: 0; }
    .sidebar-filter .block-content .currently li {
      padding: 10px 40px 10px 12px;
      position: relative;
      background-color: #E5E5E5;
      margin-bottom: 7px; }
    .sidebar-filter .block-content .currently a.btn-remove {
      padding: 0;
      position: absolute;
      right: 12px;
      top: 10px;
      font-size: 0; }
      .sidebar-filter .block-content .currently a.btn-remove:after {
        content: \f00d;
        font-size: 1.25rem; }
    .sidebar-filter .block-content .actions a {
      padding: 10px 12px;
      position: relative;
      background-color: #E5E5E5;
      display: block; }
      .sidebar-filter .block-content .actions a:after {
        content: \f00d;
        font-size: 1.25rem;
        position: absolute;
        right: 12px;
        top: 10px; }
    .sidebar-filter .block-content .actions + #narrow-by-list {
      margin-top: 14px; }
  .sidebar-filter .block-subtitle {
    display: none; }

.sidebar-filter {
  display: none; }

.box-tips {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  padding: 60px 0 15px;
  text-align: center; }
  .box-tips:before, .box-tips:after {
    content: " ";
    display: table; }
  .box-tips:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .box-tips {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .box-tips {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .box-tips .item {
    display: inline-block;
    position: relative;
    margin-right: -4px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    width: 23%;
    margin-left: 2.666667%;
    margin-bottom: 2.6%; }
    .box-tips .item:nth-child(4n+1) {
      margin-left: 0; }
    .box-tips .item:nth-child(4n+4) {
      margin-right: 0; }
    @media only screen and (max-width: 81.5em) {
      .box-tips .item {
        width: 34%; }
        .box-tips .item:nth-child(n) {
          margin-left: 3%;
          margin-bottom: 3%; }
        .box-tips .item:nth-child(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 66em) {
      .box-tips .item {
        width: 43%; } }
    @media only screen and (max-width: 49em) {
      .box-tips .item {
        padding: 0;
        width: 23%;
        margin-left: 2.666667%;
        margin-bottom: 2.6%;
        width: 48.625%;
        margin-left: 2.75%;
        margin-bottom: 2.75%; }
        .box-tips .item:nth-child(4n+1) {
          margin-left: 0; }
        .box-tips .item:nth-child(4n+4) {
          margin-right: 0; }
        .box-tips .item:nth-child(n) {
          margin-left: 2.75%;
          margin-right: -4px; }
        .box-tips .item:nth-child(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 35.625em) {
      .box-tips .item {
        padding: 0;
        width: 23%;
        margin-left: 2.666667%;
        margin-bottom: 2.6%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.75%; }
        .box-tips .item:nth-child(4n+1) {
          margin-left: 0; }
        .box-tips .item:nth-child(4n+4) {
          margin-right: 0; }
        .box-tips .item:nth-child(n) {
          margin-left: 0;
          margin-right: -4px; } }
    .box-tips .item .item-inner {
      padding-top: 75px; }
    .box-tips .item .tip-label {
      font-weight: bold;
      padding: 15px;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #4D4D4D;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }

.products-slider {
  padding: 30px 0;
  text-align: center; }
  .products-slider + .products-slider {
    padding-top: 0; }
  .products-slider > h2 {
    text-align: center;
    margin-bottom: 30px; }
  .products-slider > h3 {
    margin-bottom: 30px;
    font-size: 1.25rem;
    position: relative;
    text-transform: uppercase; }
    .products-slider > h3 span {
      background-color: #ffffff;
      display: inline-block;
      padding: 0 15px; }
    .products-slider > h3:before {
      height: 1px;
      content: "";
      background-color: #E5E5E5;
      position: absolute;
      top: 53%;
      z-index: -2;
      left: 0;
      right: 0; }
  .products-slider .item {
    display: inline-block;
    position: relative;
    margin-right: -4px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    width: 23%;
    margin-left: 2.666667%;
    margin-bottom: 2.6%; }
    .products-slider .item:nth-child(4n+1) {
      margin-left: 0; }
    .products-slider .item:nth-child(4n+4) {
      margin-right: 0; }
    .products-slider .item .product-name {
      margin-top: 30px; }
    @media only screen and (max-width: 81.5em) {
      .products-slider .item {
        padding: 0;
        width: 23%;
        margin-left: 2.666667%;
        margin-bottom: 2.6%;
        width: 31.5%;
        margin-left: 2.75%;
        margin-bottom: 2.75%; }
        .products-slider .item:nth-child(4n+1) {
          margin-left: 0; }
        .products-slider .item:nth-child(4n+4) {
          margin-right: 0; }
        .products-slider .item:nth-child(n) {
          margin-left: 2.75%;
          margin-right: -4px; }
        .products-slider .item:nth-child(3n+1) {
          margin-left: 0; } }
  .products-slider .box-collateral {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem; }
    .products-slider .box-collateral:before, .products-slider .box-collateral:after {
      content: " ";
      display: table; }
    .products-slider .box-collateral:after {
      clear: both; }
    @media only screen and (max-width: 81.5em) {
      .products-slider .box-collateral {
        width: auto;
        margin-right: 1.875rem;
        margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .products-slider .box-collateral {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.product-info-tabs {
  padding-top: 10px; }
  .product-info-tabs .r-tabs-accordion-title {
    background: #4D4D4D;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #D9D9D9; }
    .product-info-tabs .r-tabs-accordion-title a {
      color: white;
      font-weight: bold;
      text-decoration: none;
      display: block;
      width: 100%; }
  .product-info-tabs ul {
    display: flex;
    background-color: #F2F2F2; }
    .product-info-tabs ul li {
      font-size: 16px;
      padding: 5px 15px; }
      .product-info-tabs ul li a {
        text-decoration: none;
        color: #4D4D4D; }
      .product-info-tabs ul li.r-tabs-state-active {
        background: white; }
  @media only screen and (min-width: 768px) {
    .product-info-tabs .r-tabs-panel {
      border: none; } }

i.review-star {
  color: #f4d641; }

.review-stars {
  margin: 5px 0; }

#box-product_review .review-item {
  padding: 15px;
  margin-bottom: 15px; }
  #box-product_review .review-item:nth-child(even) {
    background-color: #F2F2F2; }

#box-product_review .review-title {
  margin-bottom: 15px; }

#box-product_review .review-by {
  display: block; }

#box-product_review .reloadReviews {
  cursor: pointer; }
  #box-product_review .reloadReviews:hover {
    color: #D51317; }

.form-add .btn-review {
  display: inline-block;
  margin: 10px 0 25px 0;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  background: #D51317; }

#reviewForm {
  margin: 0 auto; }
  #reviewForm form {
    display: block; }
  #reviewForm h3 {
    font-size: 20px; }
  #reviewForm h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 5px 0; }
  #reviewForm .reviewform-intro {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9; }
    #reviewForm .reviewform-intro p {
      margin: 0; }
  #reviewForm .rating-stars {
    margin: 0; }
  #reviewForm .rating-input {
    white-space: nowrap;
    padding: 0;
    margin: 0; }
  #reviewForm .rating-input > label {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    width: 1.1em;
    color: #f8d800;
    font-size: 20px; }
    #reviewForm .rating-input > label:before {
      content: "\f006";
      cursor: pointer;
      line-height: 28px;
      width: 1.2em; }
  #reviewForm .rating-input:hover > label:before {
    content: "\f005";
    left: 0;
    color: #f8d800; }
  #reviewForm .rating-input:hover > label:hover ~ label:before {
    content: "\f006"; }
  #reviewForm .rating-input .full-star:before {
    content: "\f005"; }
  #reviewForm ul.form-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    #reviewForm ul.form-list li {
      margin: 0;
      padding: 0; }
      #reviewForm ul.form-list li label {
        font-weight: normal;
        font-size: 16px; }
      #reviewForm ul.form-list li .input-box #summary_field {
        width: 50%; }
      #reviewForm ul.form-list li .input-box textarea {
        width: 100%;
        min-height: 150px; }
  #reviewForm button {
    margin: 15px 0; }

.recipes-list .item .recipe-attributes {
  margin: 30px 0 0;
  font-size: 0.75rem; }
  .recipes-list .item .recipe-attributes span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 13px;
    border-right: 1px solid #999999;
    color: #999999;
    line-height: 1.2; }
    .recipes-list .item .recipe-attributes span.icon {
      position: relative;
      padding-left: 20px; }
    .recipes-list .item .recipe-attributes span.category {
      padding-left: 30px; }
      .recipes-list .item .recipe-attributes span.category i:before {
        font-size: 22px;
        top: auto;
        bottom: -3px; }
      .recipes-list .item .recipe-attributes span.category i.cat-741:before {
        content: ""; }
    .recipes-list .item .recipe-attributes span i:before {
      font-size: 14px;
      position: absolute;
      left: 0;
      top: 1px; }
    .recipes-list .item .recipe-attributes span:last-child {
      margin: 0;
      border: 0; }

.farmer-list .item img, .portalpartner-list .item img {
  border-radius: 50%;
  margin: 15px 0 15px 15px; }

.farmer-list .item .product-shop, .portalpartner-list .item .product-shop {
  margin-left: 195px;
  padding: 1.875rem; }

#slider-header {
  overflow: hidden; }
  #slider-header > div {
    float: left;
    width: 100%; }
  @media only screen and (max-width: 38.5em) {
    #slider-header {
      height: auto; }
      #slider-header > div {
        height: auto; } }

#slider-header-pager {
  margin-top: -60px;
  height: 60px;
  padding: 10px 0 30px;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 38.5em) {
    #slider-header-pager {
      margin-top: 0;
      padding: 20px 0;
      height: auto;
      border-bottom: 1px solid #D9D9D9;
      background-color: #F2F2F2; } }
  @media only screen and (min-width: 38.5em) {
    #slider-header-pager a {
      background-color: rgba(255, 255, 255, 0.5); }
      #slider-header-pager a:hover {
        background-color: rgba(255, 255, 255, 0.7); }
      #slider-header-pager a.selected {
        border: 3px solid #ffffff; } }

.js .products-slider:not(#slider-more) .box-collateral {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  max-width: 75rem;
  margin-bottom: 30px;
  position: relative; }
  .js .products-slider:not(#slider-more) .box-collateral:before, .js .products-slider:not(#slider-more) .box-collateral:after {
    content: " ";
    display: table; }
  .js .products-slider:not(#slider-more) .box-collateral:after {
    clear: both; }
  .js .products-slider:not(#slider-more) .box-collateral .slider-products {
    overflow: hidden; }
    .js .products-slider:not(#slider-more) .box-collateral .slider-products:before, .js .products-slider:not(#slider-more) .box-collateral .slider-products:after {
      content: " ";
      display: table; }
    .js .products-slider:not(#slider-more) .box-collateral .slider-products:after {
      clear: both; }
    .js .products-slider:not(#slider-more) .box-collateral .slider-products .item {
      float: left;
      margin: 0 18px 0;
      width: 263px !important;
      min-width: 263px !important;
      height: 100%; }
  @media only screen and (max-width: 81.5em) {
    .js .products-slider:not(#slider-more) .box-collateral {
      max-width: 897px; } }
  @media only screen and (max-width: 62.438em) {
    .js .products-slider:not(#slider-more) .box-collateral {
      max-width: 598px; } }
  @media only screen and (max-width: 43.125em) {
    .js .products-slider:not(#slider-more) .box-collateral {
      max-width: 297px; } }

.js #slider-more {
  text-align: left;
  padding: 0; }
  .js #slider-more h3 {
    margin-bottom: 1.875rem; }
    .js #slider-more h3:before {
      display: none; }
  .js #slider-more .prev.slider-nav,
  .js #slider-more .next.slider-nav {
    top: 30px; }
  .js #slider-more .prev.slider-nav {
    right: 0; }
  .js #slider-more .next.slider-nav {
    left: 0; }
  .js #slider-more .box-collateral {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem;
    max-width: 75rem;
    margin: 0 0 30px;
    position: relative;
    padding: 0 1.875rem; }
    .js #slider-more .box-collateral:before, .js #slider-more .box-collateral:after {
      content: " ";
      display: table; }
    .js #slider-more .box-collateral:after {
      clear: both; }
  .js #slider-more .slider-products:before, .js #slider-more .slider-products:after {
    content: " ";
    display: table; }
  .js #slider-more .slider-products:after {
    clear: both; }
  .js #slider-more .item {
    float: left;
    margin: 0 18px 0;
    width: 551px; }
  .js #slider-more .item-inner {
    text-align: left; }
    .js #slider-more .item-inner > a {
      float: left;
      padding: 20px 40px 40px 20px; }

#slider-more .item {
  margin-top: 1.875rem;
  width: 551px; }
  #slider-more .item .product-description {
    float: none;
    padding-top: 0;
    width: 100%; }
    #slider-more .item .product-description li {
      padding: 8px 0; }

.slider-hangtags {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*padding-bottom: 100px;*/
  height: 400px;
  overflow: hidden; }
  @media only screen and (max-width: 38.5em) {
    .slider-hangtags {
      padding-bottom: 0;
      text-align: center;
      display: none; } }
  @media only screen and (max-width: 81.5em) {
    .slider-hangtags .inside {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .slider-hangtags .inside {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .slider-hangtags .products {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 54.1666666667%;
    left: 45.8333333333%;
    right: auto;
    float: left;
    min-height: 400px;
    position: relative; }
    @media screen and (min-width: 62.5em) and (max-width: 72.5em) {
      .slider-hangtags .products {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 66.6666666667%;
        left: 33.3333333333%;
        right: auto;
        float: left; } }
    @media only screen and (max-width: 55em) {
      .slider-hangtags .products {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 41.6666666667%;
        left: 58.3333333333%;
        right: auto;
        float: left; } }
    @media only screen and (max-width: 38.5em) {
      .slider-hangtags .products {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        left: 0%;
        right: auto;
        float: left;
        min-height: 390px; } }
    .slider-hangtags .products li {
      width: 200px;
      padding: 150px 0 0;
      text-align: center;
      -webkit-background-size: 200px 550px;
      -moz-background-size: 200px 550px;
      background-size: 200px 550px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: bottom center;
      position: absolute;
      bottom: 0;
      left: 0;
      display: none;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      -webkit-transform-style: preserve-3d; }
      @media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (max--moz-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 1.3 / 1), only screen and (max-resolution: 125dpi), only screen and (max-resolution: 1.3dppx) {
        .slider-hangtags .products li {
          background-image: url("../images/hangtag-fleischerhaken.png"); } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .slider-hangtags .products li {
          background-image: url("../images/hangtag-fleischerhaken@2x.png"); } }
      .slider-hangtags .products li:first-child {
        bottom: 10px;
        left: 50%;
        margin-left: -117px;
        z-index: 1;
        display: block;
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        transform: rotate(1deg); }
      .slider-hangtags .products li:nth-child(2) {
        display: block;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        transform: rotate(9deg);
        left: 10px;
        bottom: 20px; }
      .slider-hangtags .products li:nth-child(3) {
        display: block;
        -webkit-transform: rotate(-9deg);
        -moz-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
        -o-transform: rotate(-9deg);
        transform: rotate(-9deg);
        bottom: 20px;
        left: auto;
        right: 10px; }
      @media only screen and (max-width: 62.5em) {
        .slider-hangtags .products li:first-child {
          left: 0;
          margin: 0;
          bottom: 40px;
          -webkit-transform: rotate(1deg);
          -moz-transform: rotate(1deg);
          -ms-transform: rotate(1deg);
          -o-transform: rotate(1deg);
          transform: rotate(1deg); }
        .slider-hangtags .products li:nth-child(2) {
          left: auto;
          right: 0;
          -webkit-transform: rotate(-1deg);
          -moz-transform: rotate(-1deg);
          -ms-transform: rotate(-1deg);
          -o-transform: rotate(-1deg);
          transform: rotate(-1deg); }
        .slider-hangtags .products li:nth-child(3) {
          display: none; } }
      @media only screen and (max-width: 55em) {
        .slider-hangtags .products li:first-child {
          left: auto;
          right: 10px;
          -webkit-transform: rotate(3deg);
          -moz-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
          -o-transform: rotate(3deg);
          transform: rotate(3deg); }
        .slider-hangtags .products li:nth-child(2) {
          display: none; } }
      @media only screen and (max-width: 38.5em) {
        .slider-hangtags .products li:first-child {
          left: 50%;
          padding-top: 150px;
          margin-left: -117px;
          right: auto;
          bottom: 0; } }
    .slider-hangtags .products .item-2 li:first-child {
      display: block;
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
      left: 100px;
      margin: 0;
      bottom: 40px; }
    .slider-hangtags .products .item-2 li:last-child {
      display: block;
      -webkit-transform: rotate(-9deg);
      -moz-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
      -o-transform: rotate(-9deg);
      transform: rotate(-9deg);
      bottom: 80px;
      left: auto;
      right: 40px; }
    @media only screen and (max-width: 62.5em) {
      .slider-hangtags .products .item-2 li:first-child {
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        transform: rotate(1deg);
        left: 0; }
      .slider-hangtags .products .item-2 li:last-child {
        right: 0;
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        transform: rotate(-1deg); } }
    @media only screen and (max-width: 55em) {
      .slider-hangtags .products .item-2 li:first-child {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        left: 50%;
        margin-left: -117px;
        right: auto;
        bottom: 0; }
      .slider-hangtags .products .item-2 li:nth-child(2) {
        display: none; } }
    .slider-hangtags .products .product-image {
      display: block;
      margin: 0 auto;
      text-align: center;
      padding: 25px 20px 20px; }
    .slider-hangtags .products .product-name {
      height: 85px;
      vertical-align: middle;
      display: table;
      width: 100%; }
      .slider-hangtags .products .product-name h3 {
        vertical-align: middle;
        display: table-cell;
        padding: 0 10px;
        line-height: 1.3;
        font-size: 1rem; }
    .slider-hangtags .products a {
      display: block;
      float: none;
      color: #ffffff;
      text-decoration: none;
      font-size: inherit; }
  .slider-hangtags .text {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 45.8333333333%;
    right: 54.1666666667%;
    left: auto;
    float: left; }
    @media screen and (min-width: 62.5em) and (max-width: 72.5em) {
      .slider-hangtags .text {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.3333333333%;
        right: 66.6666666667%;
        left: auto;
        float: left; } }
    @media only screen and (max-width: 55em) {
      .slider-hangtags .text {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 58.3333333333%;
        right: 41.6666666667%;
        left: auto;
        float: left;
        padding-right: 30px; } }
    @media only screen and (max-width: 38.5em) {
      .slider-hangtags .text {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        right: 0%;
        left: auto;
        float: left;
        padding: 0; } }
    .slider-hangtags .text .slider-slogan, .slider-hangtags .text h1 {
      margin-top: 25px;
      margin-bottom: 0;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2; }
    .slider-hangtags .text .slider-subtitle, .slider-hangtags .text h2 {
      margin-top: 10px;
      margin-bottom: 0;
      font-weight: bold;
      text-transform: uppercase; }
    .slider-hangtags .text .more {
      padding: 10px 13px;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      font-size: 0.875rem;
      display: inline-block;
      width: auto;
      cursor: pointer;
      transition: all 0.7s ease-in-out;
      padding-left: 60px;
      padding-right: 60px;
      background-color: #4D4D4D;
      color: #ffffff;
      border: 1px solid #4D4D4D;
      margin: 15px 0; }
      .slider-hangtags .text .more:hover {
        border: 1px solid rgba(77, 77, 77, 0.8);
        background-color: rgba(77, 77, 77, 0.8); }
    @media only screen and (min-width: 38.5em) {
      .slider-hangtags .text .slider-slogan, .slider-hangtags .text h1 {
        margin-top: 50px; }
      .slider-hangtags .text .slider-subtitle, .slider-hangtags .text h2 {
        margin-top: 20px;
        line-height: 1.3; }
      .slider-hangtags .text .more {
        margin: 30px 0; } }
    @media only screen and (min-width: 72.5em) {
      .slider-hangtags .text .slider-slogan, .slider-hangtags .text h1 {
        margin-top: 10px;
        font-size: 3rem; }
      .slider-hangtags .text .slider-subtitle, .slider-hangtags .text h2 {
        font-size: 2rem; } }

.slider-hangtags-mobile {
  display: none; }

.slider-hangtags-mobile-mobile .text {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 45.8333333333%;
  right: 54.1666666667%;
  left: auto;
  float: left; }

@media screen and (min-width: 62.5em) and (max-width: 72.5em) {
  .slider-hangtags-mobile-mobile .text {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.3333333333%;
    right: 66.6666666667%;
    left: auto;
    float: left; } }

@media only screen and (max-width: 55em) {
  .slider-hangtags-mobile-mobile .text {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 58.3333333333%;
    right: 41.6666666667%;
    left: auto;
    float: left;
    padding-right: 30px; } }

@media only screen and (max-width: 38.5em) {
  .slider-hangtags-mobile .text {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    right: 0%;
    left: auto;
    float: left;
    padding: 0; } }

.slider-hangtags-mobile .text .slider-slogan, .slider-hangtags-mobile .text h1 {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 10px;
  margin-right: 10px;
  float: right; }

.slider-hangtags-mobile .text .slider-subtitle, .slider-hangtags-mobile .text h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase; }

.slider-hangtags-mobile .text .more {
  padding: 10px 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #4D4D4D;
  color: #ffffff;
  border: 1px solid #4D4D4D;
  margin: 15px 0; }

.slider-hangtags-mobile .text .more:hover {
  border: 1px solid rgba(77, 77, 77, 0.8);
  background-color: rgba(77, 77, 77, 0.8); }

@media only screen and (min-width: 38.5em) {
  .slider-hangtags-mobile .text .slider-slogan, .slider-hangtags-mobile .text h1 {
    margin-top: 50px; }
  .slider-hangtags-mobile .text .slider-subtitle, .slider-hangtags-mobile .text h2 {
    margin-top: 20px;
    line-height: 1.3; }
  .slider-hangtags-mobile .text .more {
    margin: 30px 0; } }

@media only screen and (min-width: 72.5em) {
  .slider-hangtags-mobile .text .slider-slogan, .slider-hangtags-mobile .text h1 {
    margin-top: 10px;
    font-size: 3rem; }
  .slider-hangtags-mobile .text .slider-subtitle, .slider-hangtags-mobile .text h2 {
    font-size: 2rem; } }

@media only screen and (max-width: 38.5em) {
  .slider-hangtags-mobile {
    padding-bottom: 0;
    text-align: center;
    display: block; }
  .slider-hangtags-mobile .mobile_image {
    height: 150px;
    width: 100%;
    background-size: 100% 100%; } }

.slider-headline {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-top: 15px; }

.pdp-product-slider {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px;
  border-bottom: 1px solid #D9D9D9; }
  .pdp-product-slider .price-shipping {
    display: none; }
  .pdp-product-slider .slick-track {
    display: flex;
    align-items: stretch; }
    .pdp-product-slider .slick-track .slick-slide {
      height: auto;
      padding: 15px; }
      .pdp-product-slider .slick-track .slick-slide:hover {
        color: #D51317;
        background: #D9D9D9; }
        .pdp-product-slider .slick-track .slick-slide:hover .pdp-slide-item a {
          color: #D51317; }
  .pdp-product-slider .pdp-slide-item {
    text-align: center; }
    .pdp-product-slider .pdp-slide-item a {
      text-decoration: none;
      width: 100%;
      height: 100%; }
    .pdp-product-slider .pdp-slide-item img {
      margin: 0 auto;
      margin-bottom: 10px; }
    .pdp-product-slider .pdp-slide-item .product-name {
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      min-height: 48px; }
    .pdp-product-slider .pdp-slide-item .price-box {
      font-weight: bold;
      font-size: 16px;
      color: #4D4D4D; }
      .pdp-product-slider .pdp-slide-item .price-box .price-label {
        display: none; }
      .pdp-product-slider .pdp-slide-item .price-box .old-price {
        text-decoration: line-through;
        margin: 0;
        font-size: 14px;
        color: #999999 !important;
        font-weight: normal; }
      .pdp-product-slider .pdp-slide-item .price-box .special-price {
        color: #D51317; }
    .pdp-product-slider .pdp-slide-item .price-from {
      margin: 0; }
    .pdp-product-slider .pdp-slide-item .tax-details, .pdp-product-slider .pdp-slide-item .price-to {
      display: none; }

#highlight-product-slider {
  max-width: 78.125rem;
  margin: 25px auto; }
  #highlight-product-slider .product-wrapper {
    background: #D9D9D9;
    padding: 0 25px;
    display: flex;
    flex-direction: row-reverse; }
    #highlight-product-slider .product-wrapper .left, #highlight-product-slider .product-wrapper .right {
      width: 100%;
      padding: 20px;
      float: left;
      position: relative; }
      #highlight-product-slider .product-wrapper .left .img-wrapper a, #highlight-product-slider .product-wrapper .right .img-wrapper a {
        display: block; }
      #highlight-product-slider .product-wrapper .left img, #highlight-product-slider .product-wrapper .right img {
        max-height: 200px;
        margin: 0 auto; }
    #highlight-product-slider .product-wrapper .product-tag {
      font-size: 32px;
      line-height: 1em;
      font-family: "Anton", sans-serif;
      font-weight: lighter;
      color: #D51317;
      margin: 0 0 5px 0;
      padding: 0;
      text-align: center; }
    #highlight-product-slider .product-wrapper .product-info {
      text-align: center; }
      #highlight-product-slider .product-wrapper .product-info h4 {
        font-size: 24px;
        line-height: 1em;
        border-bottom: 1px solid #999999;
        margin: 5px 0 10px 0;
        padding: 0 0 10px 0; }
      #highlight-product-slider .product-wrapper .product-info .shortDesc {
        display: none; }
    #highlight-product-slider .product-wrapper .product-additional {
      display: block;
      width: 100%;
      text-align: center; }
      #highlight-product-slider .product-wrapper .product-additional .product-price .baseprice {
        color: #999999;
        display: block;
        margin-right: 10px; }
      #highlight-product-slider .product-wrapper .product-additional .price-box {
        color: #262626;
        display: inline-block;
        margin: 0 auto;
        font-weight: bold;
        font-size: 24px;
        text-align: center; }
        #highlight-product-slider .product-wrapper .product-additional .price-box p.old-price, #highlight-product-slider .product-wrapper .product-additional .price-box p.special-price {
          margin: 0;
          display: inline-block; }
        #highlight-product-slider .product-wrapper .product-additional .price-box .old-price {
          color: #808080;
          font-size: 16px;
          font-weight: lighter; }
          #highlight-product-slider .product-wrapper .product-additional .price-box .old-price .price-label {
            display: none; }
          #highlight-product-slider .product-wrapper .product-additional .price-box .old-price .price {
            text-decoration: line-through; }
        #highlight-product-slider .product-wrapper .product-additional .price-box .special-price .price-label {
          display: none; }
        #highlight-product-slider .product-wrapper .product-additional .price-box .special-price .price {
          color: #D51317;
          font-weight: bold;
          font-size: 24px; }
      #highlight-product-slider .product-wrapper .product-additional .slider-c2a-button {
        color: white;
        background: #D51317;
        font-size: 16px;
        line-height: 1em;
        text-decoration: none;
        font-weight: lighter;
        font-family: "Anton", sans-serif;
        padding: 10px 35px 8px 35px;
        display: inline-block;
        margin: 0 auto; }
        #highlight-product-slider .product-wrapper .product-additional .slider-c2a-button:before {
          display: block; }
  @media only screen and (min-width: 480px) {
    #highlight-product-slider .product-wrapper .product-info .shortDesc {
      display: block; }
    #highlight-product-slider .product-wrapper .product-additional {
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) {
    #highlight-product-slider .product-wrapper .left {
      width: 70%; }
    #highlight-product-slider .product-wrapper .right {
      width: 30%; }
      #highlight-product-slider .product-wrapper .right img {
        max-height: none; }
    #highlight-product-slider .product-wrapper .product-tag, #highlight-product-slider .product-wrapper .product-info {
      text-align: left; }
    #highlight-product-slider .product-wrapper .product-additional .slider-c2a-button {
      float: right; }
    #highlight-product-slider .product-wrapper .product-additional .product-price {
      float: right;
      text-align: right; }
    #highlight-product-slider .product-wrapper .product-additional .baseprice {
      text-align: right; }
    #highlight-product-slider .product-wrapper .product-additional .price-box {
      margin-right: 10px;
      text-align: right; } }

#startpage-intro {
  width: 100%;
  margin-bottom: 25px; }
  #startpage-intro a {
    text-decoration: none; }
  #startpage-intro .slide-button {
    font-size: 14px;
    font-family: "Anton", sans-serif;
    font-weight: lighter;
    line-height: 1em;
    color: white;
    border: 5px solid white;
    padding: 8px 25px;
    margin: 0;
    background: rgba(0, 0, 0, 0.47); }
  #startpage-intro #inner-wrapper {
    max-width: 78.125rem;
    margin: 0 auto; }
    #startpage-intro #inner-wrapper #startpage-slider {
      width: 100%;
      margin: 0;
      margin-bottom: 30px; }
      #startpage-intro #inner-wrapper #startpage-slider .slide-item {
        position: relative; }
        #startpage-intro #inner-wrapper #startpage-slider .slide-item .text-container {
          position: absolute;
          left: 0;
          top: 25px;
          color: white; }
          #startpage-intro #inner-wrapper #startpage-slider .slide-item .text-container h3 {
            font-size: 20px;
            line-height: 1em;
            font-weight: bold;
            font-family: "Anton", sans-serif;
            font-weight: lighter;
            background: rgba(0, 0, 0, 0.47);
            padding: 8px 25px 8px 25px;
            display: table; }
        #startpage-intro #inner-wrapper #startpage-slider .slide-item .text-container span, #startpage-intro #inner-wrapper #startpage-slider .slide-item .slide-button {
          display: none; }
      #startpage-intro #inner-wrapper #startpage-slider .slick-dots {
        bottom: 10px; }
        #startpage-intro #inner-wrapper #startpage-slider .slick-dots button:before {
          color: white; }
    #startpage-intro #inner-wrapper #startpage-info {
      width: 100%;
      margin: 15px 0;
      display: -webkit-flex;
      display: flex; }
      #startpage-intro #inner-wrapper #startpage-info .banner-wrapper {
        width: 49%;
        margin-right: 2%;
        position: relative; }
        #startpage-intro #inner-wrapper #startpage-info .banner-wrapper .slide-button {
          background: #4D4D4D;
          display: block;
          text-align: center;
          border: none; }
        #startpage-intro #inner-wrapper #startpage-info .banner-wrapper:last-child {
          margin-right: 0; }
  @media only screen and (min-width: 320px) {
    #startpage-intro #inner-wrapper #startpage-slider .slide-item .text-container h3 {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) {
    #startpage-intro {
      background: #4D4D4D;
      padding: 25px; }
      #startpage-intro #inner-wrapper {
        display: -webkit-flex;
        display: flex; }
        #startpage-intro #inner-wrapper #startpage-slider {
          width: 66%;
          margin-bottom: 0; }
          #startpage-intro #inner-wrapper #startpage-slider .slide-item .text-container h3 {
            font-size: 32px; }
          #startpage-intro #inner-wrapper #startpage-slider .slide-item .text-container span {
            font-size: 20px;
            line-height: 1em;
            background: rgba(0, 0, 0, 0.47);
            padding: 8px 25px 8px 25px;
            display: table; }
          #startpage-intro #inner-wrapper #startpage-slider .slide-item .slide-button {
            display: inline-block;
            position: absolute;
            right: 40px;
            bottom: 40px; }
        #startpage-intro #inner-wrapper #startpage-info {
          width: 34%;
          display: block;
          min-height: 100%;
          margin: 0;
          margin-left: 10px; }
          #startpage-intro #inner-wrapper #startpage-info .banner-wrapper {
            min-height: 50%;
            max-height: 50%;
            height: 50%;
            width: 100%;
            position: relative;
            overflow: hidden;
            display: block; }
            #startpage-intro #inner-wrapper #startpage-info .banner-wrapper:first-child {
              padding-bottom: 5px; }
            #startpage-intro #inner-wrapper #startpage-info .banner-wrapper:last-child {
              padding-top: 5px; }
            #startpage-intro #inner-wrapper #startpage-info .banner-wrapper .slide-button {
              display: inline-block;
              position: absolute;
              bottom: 20px;
              left: 50%;
              transform: translate(-50%, 0);
              white-space: nowrap;
              background: rgba(0, 0, 0, 0.47);
              border: 5px solid white; }
            #startpage-intro #inner-wrapper #startpage-info .banner-wrapper a {
              background-size: cover;
              filter: grayscale(100%);
              display: block;
              height: 100%; }
              #startpage-intro #inner-wrapper #startpage-info .banner-wrapper a:hover {
                filter: grayscale(0%); }
            #startpage-intro #inner-wrapper #startpage-info .banner-wrapper img {
              display: none; } }

@media only screen and (max-width: 1200px) {
  .order-catalog-flag {
    display: none !important; } }

.slick-arrow {
  z-index: 20; }
  .slick-arrow:before {
    color: #4D4D4D; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      content: "\f054";
      font-family: FontAwesome; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:before {
      content: "\f053";
      font-family: FontAwesome; }

.slick-dots li button:before {
  content: "\f111" !important;
  font-family: FontAwesome !important; }

#startpage-intro .slick-slide div {
  line-height: 0;
  font-size: 0; }

#startpage-intro .slick-arrow {
  width: 40px;
  height: 100%; }
  #startpage-intro .slick-arrow:before {
    color: white;
    text-shadow: 2px 2px #000;
    font-size: 40px; }

#highlight-product-slider .slick-arrow:before {
  color: #4D4D4D; }

.checkout-onepage-index #clock {
  display: none; }

#clock {
  background: #69090b;
  background: linear-gradient(90deg, #69090b 0%, #d51317 50%, #69090b 100%); }
  #clock a {
    width: 100%;
    display: block; }
  #clock .clock-wrapper {
    max-width: 78.125rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    text-shadow: 1px 1px 2px #333333; }
    #clock .clock-wrapper .clock-text {
      font-size: 16px;
      color: white;
      font-weight: bold;
      margin-right: 25px; }
      #clock .clock-wrapper .clock-text:last-child {
        margin-right: 0;
        margin-left: 25px; }
      #clock .clock-wrapper .clock-text span {
        display: block;
        line-height: 1em; }
        #clock .clock-wrapper .clock-text span:first-child {
          font-size: 20px; }
        #clock .clock-wrapper .clock-text span:last-child {
          font-size: 15px;
          line-height: 1.3em; }
        @media only screen and (max-width: 768px) {
          #clock .clock-wrapper .clock-text span:first-child {
            font-size: 14px; }
          #clock .clock-wrapper .clock-text span:last-child {
            font-size: 12px; } }
      #clock .clock-wrapper .clock-text.mobile {
        display: none; }
      #clock .clock-wrapper .clock-text.desktop {
        display: block; }
      @media only screen and (max-width: 768px) {
        #clock .clock-wrapper .clock-text.mobile {
          display: block; }
        #clock .clock-wrapper .clock-text.desktop {
          display: none; } }
    #clock .clock-wrapper .clock-title {
      font-size: 6px;
      color: white;
      display: flex; }
      #clock .clock-wrapper .clock-title span {
        width: 25%;
        margin-right: 11px;
        margin-bottom: 2px; }
        #clock .clock-wrapper .clock-title span:last-child {
          margin-right: 0; }
      @media only screen and (min-width: 768px) {
        #clock .clock-wrapper .clock-title {
          font-size: 8px; } }
    #clock .clock-wrapper .clock-holder {
      display: flex;
      align-items: center; }
    #clock .clock-wrapper .clock-date {
      color: white;
      font-size: 24px;
      font-weight: bold; }
    #clock .clock-wrapper .xdsoft_digit.xdsoft_space {
      filter: brightness(100); }

.xdsoft_flipcountdown {
  display: inline-block; }

.xdsoft_flipcountdown .xdsoft_digit {
  float: left;
  background-repeat: no-repeat; }

.xdsoft_flipcountdown .xdsoft_clearex {
  clear: both;
  float: none; }

.xdsoft_flipcountdown > .xdsoft_digit {
  background-position: 0px 0px; }

.xdsoft_flipcountdown > .xdsoft_digit.xdsoft_separator, .xdsoft_flipcountdown > .xdsoft_digit.xdsoft_dot {
  opacity: 0.9; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit {
  width: 53px;
  height: 76px;
  background-image: url(../app/bower_components/flipcountdown/img/digit-lg.png); }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_dot {
  width: 14px;
  background-position: -19px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_dot {
  background-position: -41px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_lg > .xdsoft_digit.xdsoft_space {
  background-position: -100px -5082px; }

.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit {
  width: 36px;
  height: 51px;
  background-image: url(../app/bower_components/flipcountdown/img/digit-md.png); }

.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_md > .xdsoft_digit.xdsoft_dot {
  width: 10px;
  background-position: -13px -3432px; }

.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit {
  width: 24px;
  height: 34px;
  background-image: url(../app/bower_components/flipcountdown/img/digit-sm.png); }

.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_sm > .xdsoft_digit.xdsoft_dot {
  width: 10px;
  background-position: -6px -2310px; }

.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit {
  width: 16px;
  height: 23px;
  background-image: url(../app/bower_components/flipcountdown/img/digit-xs.png); }

.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_space,
.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_xs > .xdsoft_digit.xdsoft_dot {
  width: 5px;
  background-position: -5px -1584px; }

body {
  padding-top: 97px; }
  body .header-container {
    width: 100%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    height: 40px; }

@media only screen and (min-width: 992px) {
  body {
    padding-top: 0; }
    body .header-container {
      position: relative;
      height: auto; }
  body.sticky-head {
    padding-top: 40px; }
    body.sticky-head .header-container .navigation-container {
      position: fixed;
      top: 0;
      width: 100%; } }

.account-login .col2-set,
#checkout-step-login .col2-set,
.addresses-list.col2-set,
.box-account .col2-set {
  overflow: hidden; }
  .account-login .col2-set div.col-1,
  .account-login .col2-set div.col-2,
  #checkout-step-login .col2-set div.col-1,
  #checkout-step-login .col2-set div.col-2,
  .addresses-list.col2-set div.col-1,
  .addresses-list.col2-set div.col-2,
  .box-account .col2-set div.col-1,
  .box-account .col2-set div.col-2 {
    width: 48%;
    float: left; }
    .account-login .col2-set div.col-1:first-child,
    .account-login .col2-set div.col-2:first-child,
    #checkout-step-login .col2-set div.col-1:first-child,
    #checkout-step-login .col2-set div.col-2:first-child,
    .addresses-list.col2-set div.col-1:first-child,
    .addresses-list.col2-set div.col-2:first-child,
    .box-account .col2-set div.col-1:first-child,
    .box-account .col2-set div.col-2:first-child {
      margin-right: 4%; }
    @media only screen and (max-width: 56.5em) {
      .account-login .col2-set div.col-1,
      .account-login .col2-set div.col-2,
      #checkout-step-login .col2-set div.col-1,
      #checkout-step-login .col2-set div.col-2,
      .addresses-list.col2-set div.col-1,
      .addresses-list.col2-set div.col-2,
      .box-account .col2-set div.col-1,
      .box-account .col2-set div.col-2 {
        width: 100%;
        float: none;
        height: auto !important; }
        .account-login .col2-set div.col-1:nth-child(n),
        .account-login .col2-set div.col-2:nth-child(n),
        #checkout-step-login .col2-set div.col-1:nth-child(n),
        #checkout-step-login .col2-set div.col-2:nth-child(n),
        .addresses-list.col2-set div.col-1:nth-child(n),
        .addresses-list.col2-set div.col-2:nth-child(n),
        .box-account .col2-set div.col-1:nth-child(n),
        .box-account .col2-set div.col-2:nth-child(n) {
          margin-right: 0; }
        .account-login .col2-set div.col-1:first-child,
        .account-login .col2-set div.col-2:first-child,
        #checkout-step-login .col2-set div.col-1:first-child,
        #checkout-step-login .col2-set div.col-2:first-child,
        .addresses-list.col2-set div.col-1:first-child,
        .addresses-list.col2-set div.col-2:first-child,
        .box-account .col2-set div.col-1:first-child,
        .box-account .col2-set div.col-2:first-child {
          margin-bottom: 1.875rem; } }

#checkout-step-login .col2-set div.col-1,
#checkout-step-login .col2-set div.col-2 {
  background-color: #F2F2F2;
  padding: 1.875rem; }
  @media only screen and (max-width: 42.813em) {
    #checkout-step-login .col2-set div.col-1,
    #checkout-step-login .col2-set div.col-2 {
      padding: 0.9375rem; } }

.sales-order-print h2, .my-account .box-head,
.my-account h2.legend,
.my-account .addresses-list h2,
.my-account h2.table-caption,
.my-account .box-account > .col2-set > .box .box-title {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.sales-order-print h2, .my-account .box-head h2,
.my-account h2.legend,
.my-account .addresses-list h2,
.my-account h2.table-caption,
.my-account .box-account > .col2-set > .box h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: baseline; }

.account-login .form-list,
#checkoutSteps .form-list,
.my-account form,
.customer-account-forgotpassword #form-validate .form-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  .account-login .form-list ul, .account-login .form-list ol, .account-login .form-list li,
  #checkoutSteps .form-list ul,
  #checkoutSteps .form-list ol,
  #checkoutSteps .form-list li,
  .my-account form ul,
  .my-account form ol,
  .my-account form li,
  .customer-account-forgotpassword #form-validate .form-list ul,
  .customer-account-forgotpassword #form-validate .form-list ol,
  .customer-account-forgotpassword #form-validate .form-list li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; }
  .account-login .form-list label,
  #checkoutSteps .form-list label,
  .my-account form label,
  .customer-account-forgotpassword #form-validate .form-list label {
    margin-bottom: 5px; }
    .account-login .form-list label em,
    #checkoutSteps .form-list label em,
    .my-account form label em,
    .customer-account-forgotpassword #form-validate .form-list label em {
      color: #D51317; }
    .account-login .form-list label.required:after,
    #checkoutSteps .form-list label.required:after,
    .my-account form label.required:after,
    .customer-account-forgotpassword #form-validate .form-list label.required:after {
      content: "*";
      display: inline-block;
      color: #D51317;
      margin-left: 5px; }
    .account-login .form-list label.required em,
    #checkoutSteps .form-list label.required em,
    .my-account form label.required em,
    .customer-account-forgotpassword #form-validate .form-list label.required em {
      display: none; }
  .account-login .form-list input,
  .account-login .form-list select,
  .account-login .form-list textarea,
  #checkoutSteps .form-list input,
  #checkoutSteps .form-list select,
  #checkoutSteps .form-list textarea,
  .my-account form input,
  .my-account form select,
  .my-account form textarea,
  .customer-account-forgotpassword #form-validate .form-list input,
  .customer-account-forgotpassword #form-validate .form-list select,
  .customer-account-forgotpassword #form-validate .form-list textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #D9D9D9; }
  .account-login .form-list input.checkbox,
  .account-login .form-list input.radio,
  #checkoutSteps .form-list input.checkbox,
  #checkoutSteps .form-list input.radio,
  .my-account form input.checkbox,
  .my-account form input.radio,
  .customer-account-forgotpassword #form-validate .form-list input.checkbox,
  .customer-account-forgotpassword #form-validate .form-list input.radio {
    width: auto;
    border: 0; }
  .account-login .form-list .input-box,
  #checkoutSteps .form-list .input-box,
  .my-account form .input-box,
  .customer-account-forgotpassword #form-validate .form-list .input-box {
    margin-bottom: 15px; }
  .account-login .form-list p.required,
  #checkoutSteps .form-list p.required,
  .my-account form p.required,
  .customer-account-forgotpassword #form-validate .form-list p.required {
    margin-top: 0; }

.account-login .form-list,
.customer-account-forgotpassword #form-validate .form-list {
  overflow: hidden; }
  .account-login .form-list li,
  .customer-account-forgotpassword #form-validate .form-list li {
    width: 48%;
    float: left; }
    .account-login .form-list li:first-child,
    .customer-account-forgotpassword #form-validate .form-list li:first-child {
      margin-right: 4%; }
    @media only screen and (max-width: 60em) {
      .account-login .form-list li,
      .customer-account-forgotpassword #form-validate .form-list li {
        width: 100%;
        float: none; }
        .account-login .form-list li:nth-child(n),
        .customer-account-forgotpassword #form-validate .form-list li:nth-child(n) {
          margin-right: 0; } }

.account-create .form-list,
.my-account .form-list,
#billing-new-address-form,
#shipping-new-address-form {
  overflow: hidden; }
  .account-create .form-list div.field label,
  .account-create .form-list div.fields label,
  .account-create .form-list li.wide label,
  .my-account .form-list div.field label,
  .my-account .form-list div.fields label,
  .my-account .form-list li.wide label,
  #billing-new-address-form div.field label,
  #billing-new-address-form div.fields label,
  #billing-new-address-form li.wide label,
  #shipping-new-address-form div.field label,
  #shipping-new-address-form div.fields label,
  #shipping-new-address-form li.wide label {
    width: 30%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-top: 9px; }
    .account-create .form-list div.field label + .input-box,
    .account-create .form-list div.fields label + .input-box,
    .account-create .form-list li.wide label + .input-box,
    .my-account .form-list div.field label + .input-box,
    .my-account .form-list div.fields label + .input-box,
    .my-account .form-list li.wide label + .input-box,
    #billing-new-address-form div.field label + .input-box,
    #billing-new-address-form div.fields label + .input-box,
    #billing-new-address-form li.wide label + .input-box,
    #shipping-new-address-form div.field label + .input-box,
    #shipping-new-address-form div.fields label + .input-box,
    #shipping-new-address-form li.wide label + .input-box {
      width: 70%;
      display: inline-block;
      margin-bottom: 5px; }
      .account-create .form-list div.field label + .input-box input,
      .account-create .form-list div.fields label + .input-box input,
      .account-create .form-list li.wide label + .input-box input,
      .my-account .form-list div.field label + .input-box input,
      .my-account .form-list div.fields label + .input-box input,
      .my-account .form-list li.wide label + .input-box input,
      #billing-new-address-form div.field label + .input-box input,
      #billing-new-address-form div.fields label + .input-box input,
      #billing-new-address-form li.wide label + .input-box input,
      #shipping-new-address-form div.field label + .input-box input,
      #shipping-new-address-form div.fields label + .input-box input,
      #shipping-new-address-form li.wide label + .input-box input {
        width: 100%; }
    @media only screen and (max-width: 42.813em) {
      .account-create .form-list div.field label,
      .account-create .form-list div.fields label,
      .account-create .form-list li.wide label,
      .my-account .form-list div.field label,
      .my-account .form-list div.fields label,
      .my-account .form-list li.wide label,
      #billing-new-address-form div.field label,
      #billing-new-address-form div.fields label,
      #billing-new-address-form li.wide label,
      #shipping-new-address-form div.field label,
      #shipping-new-address-form div.fields label,
      #shipping-new-address-form li.wide label {
        width: 100%;
        margin-bottom: 5px; }
        .account-create .form-list div.field label + .input-box,
        .account-create .form-list div.fields label + .input-box,
        .account-create .form-list li.wide label + .input-box,
        .my-account .form-list div.field label + .input-box,
        .my-account .form-list div.fields label + .input-box,
        .my-account .form-list li.wide label + .input-box,
        #billing-new-address-form div.field label + .input-box,
        #billing-new-address-form div.fields label + .input-box,
        #billing-new-address-form li.wide label + .input-box,
        #shipping-new-address-form div.field label + .input-box,
        #shipping-new-address-form div.fields label + .input-box,
        #shipping-new-address-form li.wide label + .input-box {
          width: 100%; } }
  .account-create .form-list div.field .validation-advice,
  .account-create .form-list div.fields .validation-advice,
  .account-create .form-list li.wide .validation-advice,
  .my-account .form-list div.field .validation-advice,
  .my-account .form-list div.fields .validation-advice,
  .my-account .form-list li.wide .validation-advice,
  #billing-new-address-form div.field .validation-advice,
  #billing-new-address-form div.fields .validation-advice,
  #billing-new-address-form li.wide .validation-advice,
  #shipping-new-address-form div.field .validation-advice,
  #shipping-new-address-form div.fields .validation-advice,
  #shipping-new-address-form li.wide .validation-advice {
    color: #D51317;
    margin: 5px 0;
    display: inline-block; }
  .account-create .form-list .customer-dob,
  .my-account .form-list .customer-dob,
  #billing-new-address-form .customer-dob,
  #shipping-new-address-form .customer-dob {
    overflow: hidden; }
    .account-create .form-list .customer-dob > div,
    .my-account .form-list .customer-dob > div,
    #billing-new-address-form .customer-dob > div,
    #shipping-new-address-form .customer-dob > div {
      width: 32.5%;
      float: left;
      margin-left: 1.25%;
      position: relative; }
      .account-create .form-list .customer-dob > div:first-child,
      .my-account .form-list .customer-dob > div:first-child,
      #billing-new-address-form .customer-dob > div:first-child,
      #shipping-new-address-form .customer-dob > div:first-child {
        margin-left: 0; }
    .account-create .form-list .customer-dob label,
    .my-account .form-list .customer-dob label,
    #billing-new-address-form .customer-dob label,
    #shipping-new-address-form .customer-dob label {
      margin: 0;
      width: auto;
      display: block;
      border-left: 1px solid #E5E5E5;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 8px 12px; }
    .account-create .form-list .customer-dob input,
    .my-account .form-list .customer-dob input,
    #billing-new-address-form .customer-dob input,
    #shipping-new-address-form .customer-dob input {
      padding-right: 55px; }
    .account-create .form-list .customer-dob .validation-advice,
    .my-account .form-list .customer-dob .validation-advice,
    #billing-new-address-form .customer-dob .validation-advice,
    #shipping-new-address-form .customer-dob .validation-advice {
      clear: both; }

.customer-account-create form {
  position: relative;
  display: inline-block; }
  .customer-account-create form br {
    display: block; }
  .customer-account-create form input[type="checkbox"] {
    display: inline-block;
    top: 4px;
    margin-right: 10px; }
  .customer-account-create form label {
    display: inline-block;
    margin: 0;
    width: 90%; }
  .customer-account-create form h3 {
    margin: 5px 0 20px 0; }
  .customer-account-create form .additional-info {
    margin-top: 25px;
    font-size: 12px; }
  .customer-account-create form button {
    float: right; }

.image-wrapper {
  background: transparent url(../images/bgr-slider-home.jpg) no-repeat left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  .image-wrapper h1 {
    text-transform: uppercase;
    font-size: 5rem; }
  .image-wrapper .more {
    padding: 10px 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.875rem;
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    background-color: transparent;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    margin-top: 1.875rem; }
    .image-wrapper .more:hover {
      border: 1px solid #343333;
      background-color: rgba(77, 77, 77, 0.2); }

.category-header {
  background-image: url(../images/category-banner.jpg);
  padding: 2.8125rem 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4D4D4D;
  height: 400px; }
  @media only screen and (max-width: 72.5em) {
    .category-header {
      padding-top: 30px;
      padding-bottom: 30px;
      height: 300px; } }
  @media only screen and (max-width: 42.813em) {
    .category-header {
      height: 200px; } }
  .category-header .inside {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem; }
    .category-header .inside:before, .category-header .inside:after {
      content: " ";
      display: table; }
    .category-header .inside:after {
      clear: both; }
    @media only screen and (max-width: 81.5em) {
      .category-header .inside {
        width: auto;
        margin-right: 1.875rem;
        margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .category-header .inside {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .category-header h2 {
    margin-top: 0.625rem;
    line-height: 1.3; }
  .category-header h1, .category-header h2 {
    color: #ffffff;
    text-shadow: 1px 1px 0 #000000; }
  @media only screen and (min-width: 72.5em) {
    .category-header h1 {
      font-size: 5rem; } }

.page-title {
  padding-bottom: 1.875rem;
  margin-bottom: 3.75rem;
  border-bottom: 1px solid #F2F2F2; }
  .page-title:before, .page-title:after {
    content: " ";
    display: table; }
  .page-title:after {
    clear: both; }
  .category-header .page-title {
    padding: 0;
    margin: 0;
    border: 0; }
  .my-account .page-title,
  .account-login .page-title {
    margin-bottom: 2.8125rem; }
  .page-title h1 {
    float: left; }
  .page-title .checkout-types {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; }
    .page-title .checkout-types li {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none; }
  .page-title button {
    float: right;
    background-color: #D51317;
    border: 0;
    border-bottom: 2px solid #a60f12;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px;
    width: auto;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.7s ease-in-out;
    margin-top: 0.625rem; }
    .page-title button:hover {
      background-color: #a60f12; }

p.category-image {
  display: none; }

.category-maintext {
  color: #4D4D4D;
  padding: 30px 0; }
  .category-maintext .maintext {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem; }
    .category-maintext .maintext:before, .category-maintext .maintext:after {
      content: " ";
      display: table; }
    .category-maintext .maintext:after {
      clear: both; }
    @media only screen and (max-width: 81.5em) {
      .category-maintext .maintext {
        width: auto;
        margin-right: 1.875rem;
        margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .category-maintext .maintext {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
    .category-maintext .maintext p + h3 {
      padding-top: 15px;
      clear: both; }
    .category-maintext .maintext a {
      text-decoration: underline; }
      .category-maintext .maintext a:hover {
        color: #D51317; }
  .category-maintext h4 {
    text-transform: uppercase; }
  .category-maintext p {
    text-align: justify; }

.category-intro.no-maintext {
  padding-bottom: 15px; }

.category-intro p:first-child {
  margin-top: 0; }

.category-intro a {
  text-decoration: none;
  font-weight: bold;
  color: #D51317; }

#contactForm ul, #contactForm li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

#contactForm p.required {
  font-size: 0.75rem; }

#contactForm label {
  display: block;
  padding-bottom: 5px; }

#contactForm textarea {
  height: 200px; }

#contactForm .input-text {
  width: 100%; }

#contactForm .form-list {
  margin-top: 20px; }
  #contactForm .form-list li {
    margin-bottom: 10px; }
  #contactForm .form-list .field {
    margin-top: 10px; }

.catalog-category-view .col-left.sidebar {
  display: none; }

@media only screen and (min-width: 992px) {
  .catalog-category-view .col-left.sidebar {
    display: block; } }

.buttons-set {
  overflow: hidden; }

input[type="submit"],
input[type="reset"] {
  background-color: #F2F2F2;
  border: 0;
  border-bottom: 2px solid #d9d8d8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #4D4D4D;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out;
  display: inline-block; }
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background-color: #d9d8d8; }

button[type="submit"] {
  background-color: #D51317;
  border: 0;
  border-bottom: 2px solid #a60f12;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out; }
  button[type="submit"]:hover {
    background-color: #a60f12; }

.block-reorder .actions a, .customer-account-forgotpassword .back-link a, .account-create .buttons-set .back-link, .f-left, .my-account .back-link a,
.my-account .box-content a,
.my-account .addresses-list a, .customer-account-giftcard .left,
.customer-account-giftcard .back-link a, #addredeem-giftvoucher-code .buttons-set .back-link a, .depotpartner-listing .item-inner .depotpartner-link {
  font-weight: bold;
  display: block;
  color: #D51317;
  margin-top: 15px;
  font-style: normal;
  text-decoration: none !important; }
  .block-reorder .actions a small, .customer-account-forgotpassword .back-link a small, .account-create .buttons-set .back-link small, .f-left small, .my-account .back-link a small, .my-account .box-content a small, .my-account .addresses-list a small, .customer-account-giftcard .left small, .customer-account-giftcard .back-link a small, #addredeem-giftvoucher-code .buttons-set .back-link a small, .depotpartner-listing .item-inner .depotpartner-link small {
    display: none; }
  .block-reorder .actions a:hover, .customer-account-forgotpassword .back-link a:hover, .account-create .buttons-set .back-link:hover, .f-left:hover, .my-account .back-link a:hover,
  .my-account .box-content a:hover,
  .my-account .addresses-list a:hover, .customer-account-giftcard .left:hover,
  .customer-account-giftcard .back-link a:hover, #addredeem-giftvoucher-code .buttons-set .back-link a:hover, .depotpartner-listing .item-inner .depotpartner-link:hover {
    color: #be1114; }

.awards {
  padding: 30px 0;
  text-align: center; }
  .header-container .awards {
    position: absolute;
    top: 65px;
    right: 0;
    padding: 0; }
    .header-container .awards img, .header-container .awards .award {
      width: 60px;
      margin: 0 10px 5px 0; }
    @media only screen and (max-width: 35.625em) {
      .header-container .awards {
        position: static;
        float: none;
        text-align: center;
        margin-top: 0; } }
  .awards .title {
    font-weight: bold;
    text-transform: uppercase; }
    .header-container .awards .title {
      display: inline-block;
      color: #ffffff;
      vertical-align: bottom;
      margin: 0 20px 0 0; }
      @media only screen and (max-width: 63em) {
        .header-container .awards .title {
          display: none; } }
  .awards img, .awards .award {
    display: inline-block;
    margin: 20px 15px;
    width: 120px; }
  .awards .award img {
    margin: 0; }
  .awards .show-all-awards {
    display: block; }

.badges .badge {
  font-size: 0.6875rem;
  position: absolute;
  right: -45px;
  top: -15px;
  padding: 35px 10px 10px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
  background-color: #D51317;
  height: 70px;
  width: 130px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #ffffff;
  text-transform: uppercase; }

.badges p {
  margin: 0;
  padding: 0;
  border: 0; }

.badges span {
  display: block; }

.order-catalog-flag {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  top: 500px;
  left: -181px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .order-catalog-flag p {
    margin: 0;
    display: inline-block; }
  .order-catalog-flag a {
    background-color: #D51317;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 25px 17px 75px;
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out ease-out; }
    .order-catalog-flag a:hover {
      background-color: #be1114;
      color: #ffffff; }
    .order-catalog-flag a:before {
      content: \f078;
      background-color: #be1114;
      position: absolute;
      left: 0;
      width: 50px;
      text-align: center;
      line-height: 50px;
      height: 50px;
      top: 0; }
  @media only screen and (max-width: 38.5em) {
    .order-catalog-flag {
      visibility: hidden; } }

.success-msg:before, .error-msg:before {
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  bottom: -1px; }

.messages {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  padding: 0;
  margin-bottom: 20px; }
  .messages:before, .messages:after {
    content: " ";
    display: table; }
  .messages:after {
    clear: both; }
  .messages > li {
    margin: 0; }
  .messages ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; }

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  background-color: #F2F2F2;
  border-left: 3px solid #B2B2B2; }
  blockquote > ul {
    display: inline-block;
    vertical-align: middle; }

.success-msg {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  color: #ffffff;
  background-color: #50811B;
  border-left: 3px solid #29420e;
  font-weight: bold; }
  .success-msg > ul {
    display: inline-block;
    vertical-align: middle; }
  .success-msg:before {
    content: \f00c; }

.error-msg {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  color: #ffffff;
  background-color: #D51317;
  border-left: 3px solid #be1114;
  font-weight: bold; }
  .error-msg > ul {
    display: inline-block;
    vertical-align: middle; }
  .error-msg:before {
    content: ""; }

.payment-methods {
  padding: 0;
  position: relative; }
  .payment-methods li {
    vertical-align: middle;
    padding: 0;
    margin-right: 1.875rem;
    display: inline-block; }
    .payment-methods li:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 42.813em) {
      .payment-methods li {
        margin-right: 0.9375rem; } }
    .payment-methods li a {
      font-size: 0;
      padding: 0;
      display: block;
      line-height: 1;
      text-decoration: none;
      color: #808080; }
      .payment-methods li a:hover {
        color: #4D4D4D; }
      .payment-methods li a:before {
        font-size: 70px; }
      .payment-methods li a.ot-ups:before {
        font-size: 35px; }

.date-picker {
  position: absolute;
  z-index: 9999;
  text-align: center;
  font-size: 12px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 1;
  transition: opacity 0.75s ease-in-out ease-out; }

.date-picker div {
  border: 1px solid #ffffff;
  border-radius: 0.8em; }

/*
    The following rule is used whenever CSS Animations are supported by the
    browser
*/
.date-picker.fd-dp-fade {
  opacity: 0; }

.date-picker th span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1em;
  border: 0 none;
  background: transparent;
  font-weight: bold;
  cursor: pointer; }

/*
    The "month, year" display
*/
.date-picker .month-display,
.date-picker .year-display {
  display: inline;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.2em; }

/*
    Generic button class for Next & Previous (both month & year) buttons
*/
.date-picker .prev-but,
.date-picker .next-but {
  font-weight: normal;
  font-size: 2.4em;
  font-family: georgia, times new roman, palatino, times, bookman, serif;
  cursor: pointer; }

.date-picker .prev-but,
.date-picker .next-but,
.date-picker .today-but {
  transition: all 0.2s ease-in-out ease-out; }

/*
    Hover effect for Next & Previous (month, year) buttons
*/
.date-picker .prev-but:hover,
.date-picker .next-but:hover,
.date-picker .today-but:hover {
  color: #D51317; }

/*
    Today button
*/
.date-picker .today-but {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  font-size: 1em;
  width: 100%;
  text-decoration: none;
  padding-top: 0.3em;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer; }

/*
    Disabled buttons
*/
.date-picker-disabled .prev-but,
.date-picker-disabled .next-but,
.date-picker-disabled .today-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .today-but:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1; }

.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover {
  text-shadow: 0 -1px 1px #ffffff; }

/*
    The gradient background image
*/
.date-picker table,
.date-picker td,
.date-picker tbody th,
.date-picker tbody tr:nth-child(n),
.date-picker .day-disabled,
.date-picker .date-picker-hover.day-disabled,
.date-picker .date-picker-unused,
.date-picker .month-out {
  background-color: #ffffff; }

.date-picker table {
  table-layout: auto;
  empty-cells: show;
  border-spacing: 2px;
  border-collapse: separate;
  position: relative;
  margin: 0;
  border: 1px solid #ccc;
  background-position: 0 -20px;
  text-align: center;
  padding: 0.3em;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 5px #aaa; }

.date-picker:before,
.date-picker:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 17px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.date-picker:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

.date-picker td,
.date-picker tbody th {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-position: 0 -35px;
  width: 3em;
  height: 3em;
  overflow: hidden;
  outline: transparent none 0px;
  border: 1px solid #cfcfcf;
  text-transform: none;
  font-weight: normal;
  text-shadow: 0 1px #ffffff; }

.date-picker th {
  border: 0 none;
  padding: 0;
  font-weight: bold;
  color: #4D4D4D;
  text-align: center;
  vertical-align: middle;
  text-transform: none; }

.date-picker .date-picker-week-header,
.date-picker .date-picker-week-header.out-of-range {
  border: 1px solid #dcdcdc;
  background-color: #F2F2F2;
  cursor: default; }

.date-picker .date-picker-thead .date-picker-week-header {
  border: 0 none;
  cursor: help; }

/*
    The "mon tue wed etc" day header styles
*/
.date-picker .date-picker-day-header {
  border: 0 none;
  padding: 5px 0;
  height: auto; }

/*
    tfoot status bar
*/
.date-picker .date-picker-statusbar {
  cursor: default;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0 none;
  background: #ffffff;
  height: 2.8em; }

/*
    TD cell that is _not_ used to display a day of the month
*/
.date-picker .date-picker-unused {
  border-color: #dcdcdc;
  cursor: default !important;
  background-position: 0 -25px; }

/*
    The TH cell used to display the "month, year" title
*/
.date-picker .date-picker-title {
  width: auto;
  height: auto;
  padding: 0.4em 0; }

/*
    The "todays date" cell style
*/
.date-picker .date-picker-today {
  background: rgba(80, 129, 27, 0.2); }

.date-picker .month-out.date-picker-highlight {
  color: #D51317; }

/*
    The "highlight days" style
*/
.date-picker .date-picker-highlight {
  color: #D51317; }

.date-picker-focus .date-picker-hover {
  /* -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); */
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover {
  cursor: pointer;
  background-color: #50811B;
  color: #ffffff;
  text-shadow: none; }

/*
    The "disabled days" style
*/
.date-picker .day-disabled {
  color: #888;
  cursor: default;
  text-decoration: line-through;
  background-position: 0 -15px; }

.date-picker .month-out {
  border-color: #ddd;
  color: #aaa;
  background-position: 0 -25px; }

/*
    The "selected date" style - color changed below also
*/
.date-picker .date-picker-selected-date {
  border: 0 !important;
  background-color: #808080; }

/*
    The date "out of range" style
*/
.date-picker .out-of-range,
.date-picker .not-selectable {
  color: #ccc;
  cursor: default; }

/*
    Week number "out of range" && "month-out" styles
*/
.date-picker th.month-out,
.date-picker th.out-of-range {
  color: #aaa;
  background: #fcfcfc; }

/*
    Week numbers "out of range"
*/
.date-picker .out-of-range {
  opacity: 0.6; }

/*
    Used when the entire grid is full but the next/prev months dates cannot be
    selected
*/
.date-picker .not-selectable {
  opacity: 0.8; }

.date-picker tr {
  display: table-row; }

.date-picker sup {
  font-size: 0.86em;
  letter-spacing: normal;
  text-transform: none;
  height: 0;
  line-height: 1;
  position: relative;
  top: -0.2em;
  vertical-align: baseline !important;
  vertical-align: top; }

.date-picker .date-picker-day-header,
.date-picker .month-display,
.date-picker .year-display {
  text-shadow: 0px 1px 1px #ffffff; }

.date-picker .month-display,
.date-picker .year-display {
  cursor: default; }

.date-picker td:focus,
.date-picker .date-picker-hover {
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none;
  -o-highlight: 0 none; }

/*
    The "pulse" animation on focused button and datepicker cursor
*/
.date-picker-focus .date-picker-hover,
.date-picker-control:focus span {
  -webkit-animation: fd-dp-pulse 1.5s infinite alternate;
  -moz-animation: fd-dp-pulse 1.5s infinite alternate;
  -ms-animation: fd-dp-pulse 1.5s infinite alternate;
  -o-animation: fd-dp-pulse 1.5s infinite alternate; }

/*
    The "selected date" style
*/
.date-picker .date-picker-selected-date {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  width: 2.4em;
  height: 2.4em;
  text-shadow: none; }

/*
    Remove the box-shadow & lifted corner effect for the inline datepickers
*/
.static-datepicker table {
  box-shadow: 0 0 0 transparent; }

.static-datepicker:before,
.static-datepicker:after {
  display: none; }

/*
    Add a box-shadow and enhance border for datepickers that have keyboard focus
*/
.date-picker-focus table {
  border-color: #999;
  box-shadow: 0px 0px 5px #aaa; }

/*
    Draggable datepickers
*/
.date-picker .drag-enabled,
.date-picker .drag-enabled span {
  cursor: move; }

/*
    Disabled datePicker
*/
.date-picker-disabled table {
  opacity: .8 !important; }

.date-picker-disabled table:before,
.date-picker-disabled table:after {
  display: none; }

.oldie .date-picker-disabled table {
  filter: alpha(opacity=80); }

.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span {
  cursor: default !important; }

.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover {
  text-shadow: none; }

body.fd-drag-active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.form-search {
  color: #4D4D4D;
  display: inline-block;
  position: relative;
  margin-top: 18px;
  width: 100%; }
  @media only screen and (max-width: 35.625em) {
    .form-search {
      margin-top: 0; } }
  .form-search label {
    display: none; }
  .form-search input {
    width: 15rem;
    padding-right: 30px;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0; }
    @media screen and (min-width: 735px) and (max-width: 57em) {
      .form-search input {
        width: 28.125rem; } }
    @media only screen and (max-width: 35.625em) {
      .form-search input {
        width: 100%; } }
  .form-search button[type="submit"] {
    position: absolute;
    padding: 0;
    top: 6px;
    right: 10px;
    border: 0;
    background-color: transparent;
    color: inherit;
    font-size: inherit; }
    .form-search button[type="submit"]:hover {
      border: 0;
      background-color: transparent;
      color: #000000; }
    .form-search button[type="submit"] > span {
      display: block; }
      .form-search button[type="submit"] > span:after {
        content: \f002; }
      .form-search button[type="submit"] > span span {
        display: none; }

#search_autocomplete {
  background-color: #ffffff;
  z-index: 100001;
  margin-top: 5px;
  position: absolute; }
  #search_autocomplete ul {
    max-height: 200px;
    padding: 0.75rem 0;
    overflow: scroll;
    border: 1px solid #4D4D4D; }
    #search_autocomplete ul li {
      display: block;
      font-weight: bold;
      padding: 3px 0.9375rem; }
  #search_autocomplete .amount {
    color: #D51317;
    margin-left: 10px;
    float: right; }

.product-image-popup {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  position: relative; }
  .product-image-popup .image-label {
    display: none; }
  .product-image-popup .button {
    background-color: #F2F2F2;
    border: 0;
    border-bottom: 2px solid #d9d8d8;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #4D4D4D;
    display: inline-block;
    padding: 6px 30px;
    width: auto;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.7s ease-in-out;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    min-width: 40px; }
    .product-image-popup .button:hover {
      background-color: #d9d8d8; }
  .product-image-popup .nav a {
    position: absolute;
    top: 30px; }
    .product-image-popup .nav a:after {
      background-color: #F2F2F2;
      border: 0;
      border-bottom: 2px solid #d9d8d8;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      color: #4D4D4D;
      display: inline-block;
      padding: 6px 30px;
      width: auto;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.7s ease-in-out;
      height: 40px;
      line-height: 40px;
      width: 40px;
      vertical-align: baseline;
      padding: 0;
      text-align: center;
      bottom: 1px;
      position: relative;
      font-size: 1.25rem; }
      .product-image-popup .nav a:after:hover {
        background-color: #d9d8d8; }
    .product-image-popup .nav a.prev {
      left: 0;
      font-size: 0; }
      .product-image-popup .nav a.prev:after {
        content: \f104; }
    .product-image-popup .nav a.next {
      right: 0;
      font-size: 0; }
      .product-image-popup .nav a.next:after {
        content: \f105; }
  .product-image-popup .nav:last-child a {
    top: auto;
    bottom: 30px; }

#product-gallery-image {
  margin: 30px 0; }

#modal iframe {
  width: 100%;
  border: 0;
  min-height: 330px; }

.gan-totop-button {
  position: fixed;
  right: 25px;
  bottom: 25px; }
  .gan-totop-button button {
    background-color: #F2F2F2;
    border: 0;
    border-bottom: 2px solid #d9d8d8;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #4D4D4D;
    display: inline-block;
    padding: 6px 30px;
    width: auto;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.7s ease-in-out; }
    .gan-totop-button button:hover {
      background-color: #d9d8d8; }

.nlstyle {
  font-family: Verdana;
  padding: 10px 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  opacity: 1;
  color: black;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 20px;
  line-height: 25px; }
  .nlstyle:hover {
    background-color: transparent;
    color: white;
    text-shadow: 0 0 5px black; }

.nlspan {
  color: black; }
  .nlspan:hover {
    color: white; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */ }

.label_f_style {
  color: white;
  background-color: #09b80d;
  font-size: 16px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 12px; }

.div-temp {
  height: 21px; }

a.faq-cat-anker {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../../../base/default/dropfin/faq/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  font-family: verdana;
  color: #212121;
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
  text-decoration: none; }

.og-red {
  color: #d51317; }

.fast-cat {
  text-align: center;
  display: block;
  width: 100%;
  margin: 35px auto 0 auto; }
  .fast-cat ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block; }
    .fast-cat ul li {
      width: 50%;
      float: left; }
      .fast-cat ul li a {
        text-align: center;
        display: block;
        text-decoration: none; }
        .fast-cat ul li a img {
          max-width: 50%;
          max-height: 50%;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          display: block;
          margin: 0 auto; }
        .fast-cat ul li a span {
          font-size: 16px;
          font-weight: bold;
          color: #4D4D4D;
          display: block; }
        .fast-cat ul li a:hover img {
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }
        .fast-cat ul li a:hover span {
          color: #D51317; }
  @media only screen and (min-width: 768px) {
    .fast-cat ul li {
      max-width: 24%;
      margin: 0 0.5%; }
      .fast-cat ul li a img {
        max-width: 75%; } }
  @media only screen and (min-width: 992px) {
    .fast-cat {
      max-width: 78.125rem; }
      .fast-cat ul li {
        max-width: 12%;
        margin: 0 0.25%; } }

.og-lightbox {
  background: white;
  margin: 0 auto;
  width: 100%;
  padding: 20px 15px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .og-lightbox {
      width: 75%; } }
  @media only screen and (min-width: 992px) {
    .og-lightbox {
      width: 50%; } }

a.tooltipTrigger {
  text-decoration: none;
  margin: 0 5px;
  color: #999999; }

.cut-categories {
  text-align: center; }
  .cut-categories h2 {
    font-size: 36px;
    line-height: 32px;
    text-transform: none;
    font-family: "Anton", sans-serif;
    color: #262626;
    font-weight: lighter; }
  .cut-categories h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    color: #262626; }
    .cut-categories h3:before, .cut-categories h3:after {
      content: "";
      position: absolute;
      height: 5px;
      border-bottom: 1px solid #262626;
      border-top: 1px solid #262626;
      top: 15px;
      width: 50px; }
    .cut-categories h3:before {
      right: 100%;
      margin-right: 15px; }
    .cut-categories h3:after {
      left: 100%;
      margin-left: 15px; }
  .cut-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .cut-categories ul li {
      margin: 0;
      padding: 0;
      width: 49%;
      margin-right: 2%;
      position: relative;
      overflow: hidden;
      margin-bottom: 10px; }
      .cut-categories ul li:nth-child(even) {
        margin-right: 0; }
      .cut-categories ul li img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .cut-categories ul li:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .cut-categories ul li:last-child {
        margin-right: 0; }
      .cut-categories ul li a span {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        text-align: left;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
        background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
        /* IE6-9 */
        padding-top: 25px;
        padding-left: 10px; }
  @media only screen and (min-width: 768px) {
    .cut-categories h3:before, .cut-categories h3:after {
      width: 100%; }
    .cut-categories .row {
      margin-bottom: 25px; }
      .cut-categories .row:last-child {
        margin-bottom: 0; }
    .cut-categories ul {
      flex-wrap: inherit; }
      .cut-categories ul li {
        width: 24%;
        margin-bottom: 0;
        margin-right: 2%; }
        .cut-categories ul li:nth-child(even) {
          margin-right: 2%; }
        .cut-categories ul li:last-child {
          margin-right: 0; } }

#catalogorder-wrapper {
  display: flex;
  flex-wrap: wrap; }
  #catalogorder-wrapper #catalogorder-form, #catalogorder-wrapper #catalogorder-left {
    padding: 0 15px; }
  #catalogorder-wrapper input[type="text"] {
    width: 100%; }
  #catalogorder-wrapper input[type="checkbox"], #catalogorder-wrapper input[type="radio"] {
    margin-left: 5px; }
  #catalogorder-wrapper .col-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  #catalogorder-wrapper .col {
    padding: 0 5px; }
  #catalogorder-wrapper .col-25 {
    width: 25%; }
  #catalogorder-wrapper .col-50 {
    width: 50%; }
  #catalogorder-wrapper .col-75 {
    width: 75%; }
  #catalogorder-wrapper .col-100 {
    width: 100%; }
  #catalogorder-wrapper #catalogorder-form {
    width: 100%; }
  #catalogorder-wrapper #catalogorder-left {
    display: none; }
  #catalogorder-wrapper #catalogorder-form {
    padding: 15px;
    position: relative;
    background: #E5E5E5;
    color: #4D4D4D; }
    #catalogorder-wrapper #catalogorder-form fieldset {
      margin-bottom: 20px; }
      #catalogorder-wrapper #catalogorder-form fieldset legend {
        font-size: 18px;
        border-bottom: 1px solid white;
        margin-bottom: 10px; }
    #catalogorder-wrapper #catalogorder-form .newsletter {
      display: flex;
      flex-wrap: wrap; }
      #catalogorder-wrapper #catalogorder-form .newsletter span {
        font-size: 12px;
        display: inline-block;
        width: 95%; }
    #catalogorder-wrapper #catalogorder-form .submit.col-row {
      justify-content: flex-end; }
    #catalogorder-wrapper #catalogorder-form input[type="submit"] {
      display: block;
      background: #D51317;
      color: white;
      border: none;
      text-transform: none; }
  @media only screen and (min-width: 992px) {
    #catalogorder-wrapper #catalogorder-left {
      display: flex;
      align-items: center;
      background: url(../images/bgkatalog.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      color: white;
      text-shadow: 1px 1px 3px #000; }
      #catalogorder-wrapper #catalogorder-left div {
        text-align: center; }
    #catalogorder-wrapper #catalogorder-left, #catalogorder-wrapper #catalogorder-form {
      width: 50%; } }

.pageslider {
  position: fixed;
  right: 1px;
  top: 205px;
  z-index: 10000; }

.checkout-cart-index .pageslider, .checkout-onepage-index .pageslider {
  display: none; }

@media only screen and (max-width: 1500px) {
  .pageslider {
    display: none; } }

.header-container {
  background: black; }
  .header-container .head-text-container, .header-container .head-usp, .header-container .head-account, .header-container .head-search, .header-container .head-cart, .header-container .navigation-container {
    display: none; }
  .header-container .logo-wrapper {
    display: none; }
  .header-container .head-skip-links {
    display: flex;
    background: #262626;
    margin-left: auto;
    width: 100%; }
    .header-container .head-skip-links .skip-left, .header-container .head-skip-links .skip-right {
      width: 30%;
      display: flex; }
      .header-container .head-skip-links .skip-left .skip-search, .header-container .head-skip-links .skip-right .skip-search {
        margin-right: auto; }
      .header-container .head-skip-links .skip-left .skip-account, .header-container .head-skip-links .skip-right .skip-account {
        margin-left: auto; }
    .header-container .head-skip-links .skip-middle {
      width: 40%;
      text-align: center; }
      .header-container .head-skip-links .skip-middle .logo-wrapper {
        display: block;
        padding: 10px 30px;
        background: #D51317;
        margin: 0 auto;
        width: 140px; }
    .header-container .head-skip-links .skip-link, .header-container .head-skip-links .skip-navigation {
      width: 40px;
      font-size: 20px;
      color: white;
      cursor: pointer;
      text-align: center;
      margin: 3px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-container .head-skip-links .skip-link:last-child, .header-container .head-skip-links .skip-navigation:last-child {
        border-right: none; }
      .header-container .head-skip-links .skip-link a, .header-container .head-skip-links .skip-link span, .header-container .head-skip-links .skip-navigation a, .header-container .head-skip-links .skip-navigation span {
        color: white;
        margin: 10px 0; }
  .header-container .head-language {
    display: none;
    text-align: center;
    padding: 10px; }
    .header-container .head-language a {
      color: white;
      font-weight: normal; }
    .header-container .head-language .DE-flag, .header-container .head-language .EN-flag {
      display: inline-block;
      width: 20px;
      height: 13px; }
    .header-container .head-language .DE-flag {
      background: url(../images/icons/de-flag.png) center no-repeat transparent; }
    .header-container .head-language .EN-flag {
      background: url(../images/icons/uk-flag.png) center no-repeat transparent; }
    .header-container .head-language .current-store {
      display: none; }
    .header-container .head-language .store-choice {
      display: block; }
      .header-container .head-language .store-choice ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .header-container .head-language .store-choice ul li {
          margin: 10px;
          padding: 0; }
  .header-container .skip-active {
    display: block;
    position: absolute;
    top: 48px;
    width: 100%;
    background: #4D4D4D;
    z-index: 50;
    color: white; }
  .header-container .head-account {
    padding: 25px; }
    .header-container .head-account .head-account-dropdown {
      display: none; }
    .header-container .head-account .account-link-list a {
      color: white;
      display: block;
      padding: 8px 0; }
  .header-container .head-search .form-search {
    padding: 25px;
    margin-top: 0; }
    .header-container .head-search .form-search input#search {
      width: 100%; }

@media only screen and (min-width: 992px) {
  #mobile-navigation {
    display: none; }
  .header-container {
    background: black; }
    .header-container .head-cart, .header-container .navigation-container {
      display: block; }
    .header-container .head-skip-links {
      display: none; }
    .header-container .head-content {
      display: flex;
      position: relative;
      max-width: 1260px;
      margin: 0 auto;
      padding: 20px; }
      .header-container .head-content .logo-wrapper {
        display: block;
        width: auto;
        background: none;
        padding: 0;
        margin: 0; }
        .header-container .head-content .logo-wrapper .og-logo {
          position: relative;
          width: 108px; }
          .header-container .head-content .logo-wrapper .og-logo:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 110.185185185%;
            background: #D51317;
            border-radius: 5px; }
          .header-container .head-content .logo-wrapper .og-logo > img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 15px 10px 0 10px; }
      .header-container .head-content .head-text-container {
        display: flex;
        flex-direction: column;
        color: white;
        padding-left: 20px; }
        .header-container .head-content .head-text-container .head-help span:before {
          display: inline-block;
          font-family: FontAwesome;
          content: "\f095";
          margin-right: 5px; }
        .header-container .head-content .head-text-container .head-slogan {
          margin-top: auto; }
          .header-container .head-content .head-text-container .head-slogan h2, .header-container .head-content .head-text-container .head-slogan p {
            line-height: 1em;
            margin: 0;
            padding: 0; }
          .header-container .head-content .head-text-container .head-slogan h2 {
            font-size: 32px; }
          .header-container .head-content .head-text-container .head-slogan p {
            font-size: 20px;
            margin: 5px 0; }
      .header-container .head-content .head-usp {
        display: flex;
        align-items: center; }
        .header-container .head-content .head-usp #trustedshops-badge {
          margin: 0 20px; }
          .header-container .head-content .head-usp #trustedshops-badge img {
            width: 80px; }
        .header-container .head-content .head-usp .header-usps {
          display: none; }
      .header-container .head-content .upper-right-wrapper {
        position: absolute;
        top: 20px;
        right: 0;
        display: flex; }
        .header-container .head-content .upper-right-wrapper .head-language {
          display: block;
          color: white;
          font-weight: bold;
          background: #4D4D4D;
          margin: 0 5px;
          padding: 5px 0;
          z-index: 100; }
          .header-container .head-content .upper-right-wrapper .head-language .current-store {
            display: block;
            margin: 0 10px;
            cursor: pointer; }
            .header-container .head-content .upper-right-wrapper .head-language .current-store:hover {
              color: #D51317; }
          .header-container .head-content .upper-right-wrapper .head-language .store-choice {
            display: none;
            height: 0;
            padding-top: 5px;
            margin-top: 5px;
            border-top: 1px solid white; }
            .header-container .head-content .upper-right-wrapper .head-language .store-choice ul li {
              margin: 0; }
              .header-container .head-content .upper-right-wrapper .head-language .store-choice ul li a {
                color: white; }
                .header-container .head-content .upper-right-wrapper .head-language .store-choice ul li a:hover {
                  color: #D51317; }
        .header-container .head-content .upper-right-wrapper .head-account {
          display: block;
          padding: 0;
          position: relative; }
          .header-container .head-content .upper-right-wrapper .head-account .head-account-login, .header-container .head-content .upper-right-wrapper .head-account .head-account-dropdown {
            font-weight: bold;
            color: white;
            cursor: pointer;
            display: block;
            padding: 5px 15px;
            background: #4D4D4D; }
            .header-container .head-content .upper-right-wrapper .head-account .head-account-login:hover, .header-container .head-content .upper-right-wrapper .head-account .head-account-dropdown:hover {
              color: #D51317; }
          .header-container .head-content .upper-right-wrapper .head-account .account-link-list {
            display: none;
            position: absolute;
            right: 0;
            top: 32px;
            padding: 5px 15px 10px 15px;
            border-top: 1px solid white;
            width: 100%;
            background: #4D4D4D;
            z-index: 1; }
            .header-container .head-content .upper-right-wrapper .head-account .account-link-list a {
              color: white; }
              .header-container .head-content .upper-right-wrapper .head-account .account-link-list a:hover {
                color: #D51317; }
      .header-container .head-content .head-search {
        display: block;
        position: absolute;
        width: 300px;
        right: 20px;
        top: 90px; }
        .header-container .head-content .head-search .form-search {
          padding: 0; }
    .header-container .head-cart {
      margin-left: auto;
      color: white; }
      .header-container .head-cart a {
        display: flex;
        align-items: center;
        height: 40px;
        color: white; }
        .header-container .head-cart a .head-cart-button, .header-container .head-cart a .head-cart-itemcount {
          display: flex;
          align-items: center;
          padding: 0 15px;
          height: 100%;
          font-weight: bold; }
        .header-container .head-cart a .head-cart-button {
          background: #D51317; }
        .header-container .head-cart a .head-cart-itemcount {
          background: #be1114; }
    .header-container .active {
      display: block !important;
      height: auto !important; } }

@media only screen and (min-width: 1200px) {
  .header-container .head-content .head-usp .header-usps {
    display: block;
    color: white; }
    .header-container .head-content .head-usp .header-usps ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .header-container .head-content .head-usp .header-usps ul li:before {
        display: inline-block;
        font-family: FontAwesome;
        content: "\f00c";
        margin-right: 5px;
        color: green; }
  .header-container .head-content .head-search {
    right: 0; } }

.checkout-onepage-index .header-container .head-skip-links .skip-navigation, .checkout-onepage-index .header-container .head-skip-links .skip-search {
  display: none; }

.main-container {
  position: relative;
  background-color: white; }

.col-main {
  min-height: 150px; }

.col-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .col-wrapper:before, .col-wrapper:after {
    content: " ";
    display: table; }
  .col-wrapper:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .col-wrapper {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .col-wrapper {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media only screen and (max-width: 1023px) {
    .col-wrapper {
      padding-top: 1.25rem; } }
  @media only screen and (min-width: 63em) {
    .col2-left-layout .col-wrapper .col-main {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 75%;
      float: left;
      padding-right: 0; }
    .col2-right-layout .col-wrapper .col-main {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 62.5%;
      float: left;
      padding-left: 0; }
    .col-wrapper .sidebar {
      min-height: 50px; }
      .col2-left-layout .col-wrapper .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
        padding-left: 0; }
      .col2-right-layout .col-wrapper .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 37.5%;
        float: left;
        padding-right: 0; } }

.main > .col-main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .main > .col-main:before, .main > .col-main:after {
    content: " ";
    display: table; }
  .main > .col-main:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .main > .col-main {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .main > .col-main {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .cms-home .main > .col-main,
  .catalog-product-view .main > .col-main {
    padding: 0;
    width: auto;
    max-width: none; }
    @media only screen and (max-width: 81.5em) {
      .cms-home .main > .col-main,
      .catalog-product-view .main > .col-main {
        margin-right: 0;
        margin-left: 0; } }

@media only screen and (max-width: 63.938em) {
  .sidebar.col-left {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem; } }
  @media only screen and (max-width: 63.938em) and (max-width: 1023px) {
    .sidebar.col-left {
      padding-bottom: 0; } }

@media only screen and (max-width: 63.938em) {
  .sidebar.col-right {
    border-top: 1px solid #F2F2F2;
    margin-top: 1.875rem;
    padding-top: 1.875rem; } }

.sidebar img {
  margin: 0.9375rem auto;
  text-align: center;
  display: block; }

.sidebar h4 {
  color: #D51317; }

.sidebar ul, .sidebar ol, .sidebar li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

.sidebar dl, .sidebar dt, .sidebar dd {
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.sidebar .block-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem; }

.widget-static-block {
  padding-top: 0.9375rem;
  clear: both;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  text-align: justify; }
  .sidebar .widget-static-block {
    text-align: left; }
    @media only screen and (max-width: 1023px) {
      .sidebar .widget-static-block.block-layered-nav {
        padding-top: 0; }
        .sidebar .widget-static-block.block-layered-nav p {
          overflow: hidden; }
          .sidebar .widget-static-block.block-layered-nav p:first-child {
            margin-top: 0; }
        .sidebar .widget-static-block.block-layered-nav .category-intro {
          padding-bottom: 0; } }
  .widget-static-block h4 {
    text-align: center; }

.block-account {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.875rem; }
  .block-account li {
    border-bottom: 1px solid #F2F2F2; }
    .block-account li:first-child {
      border-top: 1px solid #F2F2F2; }
    .block-account li a,
    .block-account li strong {
      display: block;
      padding: 12px 10px; }
    .block-account li strong,
    .block-account li a:hover {
      background-color: #F2F2F2;
      color: #D51317; }

.block-cart .summary p, .block-cart .summary a {
  margin: 0;
  font-weight: bold; }

.block-cart .summary a {
  text-decoration: underline; }

.block-cart button {
  background-color: #F2F2F2;
  border: 0;
  border-bottom: 2px solid #d9d8d8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #4D4D4D;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out;
  margin: 0.9375rem 0; }
  .block-cart button:hover {
    background-color: #d9d8d8; }

.block-cart .block-subtitle {
  font-weight: bold;
  font-size: 1rem; }

.block-cart .mini-products-list li {
  padding: 0.9375rem 0 0;
  border-top: 1px solid #E5E5E5;
  margin-top: 18px; }
  .block-cart .mini-products-list li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .block-cart .mini-products-list li img,
  .block-cart .mini-products-list li p {
    margin: 0; }
  .block-cart .mini-products-list li .product-details {
    overflow: hidden; }
  .block-cart .mini-products-list li .product-image {
    float: left; }
  .block-cart .mini-products-list li .product-name {
    font-weight: bold;
    margin-bottom: 5px; }
  .block-cart .mini-products-list li .product-details-info {
    margin-left: 65px; }

.block-cart .accordion {
  margin: 5px 0; }
  .block-cart .accordion a.details:after {
    content: \f078;
    position: relative;
    bottom: 1px;
    margin-left: 5px; }

.block-cart div.content {
  display: none; }

.block-cart .active div.content {
  display: block; }

.block-cart .item-options {
  margin-top: 5px;
  background-color: #F2F2F2;
  padding: 10px 0.9375rem;
  font-size: 0.8125rem; }
  .block-cart .item-options dt {
    display: none; }

.block-cart p.edit {
  font-size: 1rem;
  margin-top: 5px; }
  .block-cart p.edit a {
    margin-right: 5px; }
    .block-cart p.edit a:hover {
      color: #000000; }
    .block-cart p.edit a.btn-remove {
      color: #D51317; }
      .block-cart p.edit a.btn-remove:hover {
        color: #be1114; }

.block-wishlist,
.block-list.block-viewed {
  margin-top: 1.875rem; }

.block-reorder {
  margin-top: 1.875rem; }
  .block-reorder li {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 2px 0; }
    .block-reorder li input {
      position: absolute;
      left: 0;
      top: 6px; }
    .block-reorder li p {
      margin: 0;
      padding-left: 20px; }
  .block-reorder .actions {
    margin-top: 0.9375rem; }

.block-compare,
.block-subtitle,
.block-subscribe {
  display: none; }

@media only screen and (max-width: 63em) {
  .block-cart,
  .block-wishlist,
  .block-list.block-viewed,
  .block-reorder {
    display: none; } }

.footer-info {
  max-width: 1260px;
  margin: 0 auto;
  color: #808080; }
  .footer-info h2 {
    font-size: 16px;
    margin: 5px 0 10px 0; }
  .footer-info p {
    font-size: 14px;
    margin: 0 0 20px 0; }
  .footer-info .highlighted {
    font-weight: bold; }
  @media only screen and (max-width: 1200px) {
    .footer-info {
      padding: 0 20px; } }

.footer {
  background: #4D4D4D;
  color: white; }
  .footer .footer-list-heading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .footer #footer-service-newsletter {
    background: #E5E5E5;
    color: #4D4D4D; }
    .footer #footer-service-newsletter .service-wrapper {
      max-width: 1260px;
      padding: 20px 0;
      margin: 0 auto;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .footer #footer-service-newsletter .service-wrapper div {
        width: 33.33%;
        text-align: center;
        border-right: 1px solid #808080; }
        .footer #footer-service-newsletter .service-wrapper div:last-child {
          margin-right: 0;
          border: none; }
        .footer #footer-service-newsletter .service-wrapper div .service-icon {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #D51317;
          margin: 0 auto;
          border-radius: 50%;
          max-width: 100px;
          max-height: 100px;
          min-width: 100px;
          min-height: 100px; }
          .footer #footer-service-newsletter .service-wrapper div .service-icon i.fa, .footer #footer-service-newsletter .service-wrapper div .service-icon #gan-block-content-left .currently i.btn-remove:before, #gan-block-content-left .currently .footer #footer-service-newsletter .service-wrapper div .service-icon i.btn-remove:before, .footer #footer-service-newsletter .service-wrapper div .service-icon i.success-msg:before, .footer #footer-service-newsletter .service-wrapper div .service-icon i.error-msg:before, .footer #footer-service-newsletter .service-wrapper div .service-icon .cms-home .col-main .delivery .explanation i.meat:after, .cms-home .col-main .delivery .explanation .footer #footer-service-newsletter .service-wrapper div .service-icon i.meat:after, .footer #footer-service-newsletter .service-wrapper div .service-icon .cms-home .col-main .delivery .explanation i.package:after, .cms-home .col-main .delivery .explanation .footer #footer-service-newsletter .service-wrapper div .service-icon i.package:after, .footer #footer-service-newsletter .service-wrapper div .service-icon .my-wishlist i.link-edit:before, .my-wishlist .footer #footer-service-newsletter .service-wrapper div .service-icon i.link-edit:before, .footer #footer-service-newsletter .service-wrapper div .service-icon .my-wishlist i.btn-remove:before, .my-wishlist .footer #footer-service-newsletter .service-wrapper div .service-icon i.btn-remove:before, .footer #footer-service-newsletter .service-wrapper div .service-icon #billing-new-address-form i.validation-advice:before, #billing-new-address-form .footer #footer-service-newsletter .service-wrapper div .service-icon i.validation-advice:before,
          .footer #footer-service-newsletter .service-wrapper div .service-icon #shipping-new-address-form i.validation-advice:before, #shipping-new-address-form .footer #footer-service-newsletter .service-wrapper div .service-icon i.validation-advice:before {
            color: white;
            font-size: 42px; }
        .footer #footer-service-newsletter .service-wrapper div .service-heading {
          font-size: 20px;
          font-weight: bold;
          margin: 20px 0 10px 0; }
        .footer #footer-service-newsletter .service-wrapper div a {
          font-size: 16px;
          color: #D51317; }
          .footer #footer-service-newsletter .service-wrapper div a:hover {
            text-decoration: underline; }
        .footer #footer-service-newsletter .service-wrapper div p {
          font-size: 14px;
          margin: 0 0 10px 0; }
        .footer #footer-service-newsletter .service-wrapper div#og-service img {
          background: #D51317;
          border-radius: 50%;
          padding: 10px;
          max-width: 100px;
          max-height: 100px; }
        .footer #footer-service-newsletter .service-wrapper div#og-service .service-highlighted {
          font-size: 20px;
          font-weight: bold; }
  .footer #footer-social-media {
    text-align: center;
    background: #262626;
    padding: 10px;
    color: white; }
    .footer #footer-social-media ul {
      display: -webkit-flex;
      /* Safari */
      -webkit-flex-wrap: wrap;
      /* Safari 6.1+ */
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer #footer-social-media ul p {
        margin-right: 10px;
        font-size: 16px;
        font-weight: bold; }
      .footer #footer-social-media ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 50%;
        min-width: 35px;
        max-width: 35px;
        min-height: 35px;
        max-height: 35px;
        margin: 0 5px; }
        .footer #footer-social-media ul li a {
          display: block;
          color: #262626;
          font-size: 24px; }
        .footer #footer-social-media ul li:hover {
          background: #D51317; }
          .footer #footer-social-media ul li:hover a {
            color: white; }
  .footer #footer-links {
    border-bottom: 1px solid #262626; }
    .footer #footer-links .link-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      list-style: none;
      max-width: 1260px;
      margin: 0 auto;
      padding: 20px 0 0 0;
      text-align: center; }
      .footer #footer-links .link-list ul {
        list-style: none;
        width: 25%;
        margin: 0;
        padding: 0 0 20px 0;
        border-right: 1px solid #262626; }
        .footer #footer-links .link-list ul:last-child {
          border: none; }
        .footer #footer-links .link-list ul li a {
          color: white; }
          .footer #footer-links .link-list ul li a:hover {
            color: #D51317; }
        .footer #footer-links .link-list ul li.catalog a {
          background: transparent url(../images/footer-katalog.jpg) no-repeat bottom center;
          -webkit-background-size: 90px 120px;
          -moz-background-size: 90px 120px;
          background-size: 90px 120px;
          padding-bottom: 140px; }
        .footer #footer-links .link-list ul li.phone:before, .footer #footer-links .link-list ul li.openinghours:before, .footer #footer-links .link-list ul li.email:before {
          font-family: FontAwesome;
          margin-right: 5px; }
        .footer #footer-links .link-list ul li.phone:before {
          content: "\f095"; }
        .footer #footer-links .link-list ul li.openinghours:before {
          content: "\f017"; }
        .footer #footer-links .link-list ul li.email:before {
          content: "\f0e0"; }
  .footer #footer-awards {
    text-align: center; }
    .footer #footer-awards ul {
      max-width: 1260px;
      margin: 0 auto;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      list-style: none; }
      .footer #footer-awards ul .footer-award {
        width: 10%;
        padding: 10px; }
  .footer #footer-checkout-help {
    display: none; }
  .footer #footer-additional {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .footer #footer-additional #footer-legal, .footer #footer-additional .payment-methods {
      width: 50%; }
    .footer #footer-additional #footer-legal {
      background: #000000; }
      .footer #footer-additional #footer-legal ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        list-style: none;
        padding-right: 20px; }
        .footer #footer-additional #footer-legal ul li {
          color: white;
          font-size: 14px; }
          .footer #footer-additional #footer-legal ul li:first-child {
            margin-left: auto; }
          .footer #footer-additional #footer-legal ul li a {
            fonz-size: 16px;
            font-weight: bold;
            color: white; }
    .footer #footer-additional .payment-methods {
      background: #262626; }
      .footer #footer-additional .payment-methods ul {
        margin: 0;
        padding-left: 20px; }
  @media only screen and (max-width: 992px) {
    .footer #footer-service-newsletter .service-wrapper div {
      width: 50%;
      padding: 0 10px 20px 10px;
      border: none; }
      .footer #footer-service-newsletter .service-wrapper div:last-child {
        border: none;
        padding-top: 20px; }
    .footer #footer-social-media .social-media-icons p {
      width: 100%; }
    .footer #footer-links .link-list ul {
      width: 50%;
      border: none; }
      .footer #footer-links .link-list ul:nth-child(even) {
        border-left: 1px solid #262626; }
    .footer #footer-awards ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .footer #footer-awards ul .footer-award {
        width: 13%; }
    .footer #footer-additional #footer-legal, .footer #footer-additional .payment-methods {
      width: 100%;
      text-align: center; }
      .footer #footer-additional #footer-legal ul, .footer #footer-additional .payment-methods ul {
        padding: 0; }
        .footer #footer-additional #footer-legal ul li:first-child, .footer #footer-additional .payment-methods ul li:first-child {
          margin-left: 0; } }
  @media only screen and (max-width: 480px) {
    .footer #footer-service-newsletter .service-wrapper div {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 20px;
      border: none; }
      .footer #footer-service-newsletter .service-wrapper div .service-icon, .footer #footer-service-newsletter .service-wrapper div img {
        display: none; }
    .footer #footer-links .link-list ul {
      width: 100%;
      margin-bottom: 20px;
      padding-top: 20px;
      border-bottom: 1px solid #262626; }
      .footer #footer-links .link-list ul:last-child {
        border: none; }
    .footer #footer-awards ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .footer #footer-awards ul .footer-award {
        width: 25%; } }

.checkout-onepage-index #footer-service-newsletter, .checkout-onepage-index #footer-social-media, .checkout-onepage-index #footer-links, .checkout-onepage-index #footer-awards, .checkout-onepage-index #footer-additional .payment-methods {
  display: none; }

.checkout-onepage-index #footer-additional #footer-legal {
  width: 100%; }

.checkout-onepage-index .footer {
  background: none;
  color: #4D4D4D; }
  .checkout-onepage-index .footer #footer-checkout-help {
    margin: 25px 0;
    display: block;
    text-align: center; }

.cms-home .col-main #slider-header {
  height: 400px; }
  .cms-home .col-main #slider-header > div {
    height: 400px; }

.cms-home .col-main .action-boxes {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  margin-top: 60px; }
  .cms-home .col-main .action-boxes:before, .cms-home .col-main .action-boxes:after {
    content: " ";
    display: table; }
  .cms-home .col-main .action-boxes:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .cms-home .col-main .action-boxes {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .cms-home .col-main .action-boxes {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media screen and (min-width: 39.375em) and (max-width: 73.75em) {
    .cms-home .col-main .action-boxes {
      width: 600px;
      margin-left: auto;
      margin-right: auto; } }
  .cms-home .col-main .action-boxes div[class*="col-"] {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    margin-bottom: 60px; }
    .cms-home .col-main .action-boxes div[class*="col-"] a {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: transparent;
      text-decoration: none;
      z-index: 4; }
    @media only screen and (max-width: 39.375em) {
      .cms-home .col-main .action-boxes div[class*="col-"] {
        display: block;
        background-color: rgba(0, 0, 0, 0.95);
        margin-right: 0;
        text-align: center; } }
    .cms-home .col-main .action-boxes div[class*="col-"] .text {
      padding: 1.875rem;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.8); }
    .cms-home .col-main .action-boxes div[class*="col-"] .button {
      text-align: center;
      margin-top: 0.9375rem; }
    .cms-home .col-main .action-boxes div[class*="col-"] .text {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0; }
      @media only screen and (max-width: 39.375em) {
        .cms-home .col-main .action-boxes div[class*="col-"] .text {
          position: static;
          background-image: none;
          padding: 0.9375rem;
          min-height: 0; }
          .cms-home .col-main .action-boxes div[class*="col-"] .text br {
            display: none; } }
    .cms-home .col-main .action-boxes div[class*="col-"] img {
      display: block; }
    .cms-home .col-main .action-boxes div[class*="col-"] h2 {
      font-size: 1.875rem;
      line-height: 1.2; }
    .cms-home .col-main .action-boxes div[class*="col-"] h3 {
      font-weight: normal;
      margin-top: 10px; }
      .cms-home .col-main .action-boxes div[class*="col-"] h3 + h3 {
        margin-top: 0; }
    .cms-home .col-main .action-boxes div[class*="col-"] .more {
      padding: 10px 13px;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      font-size: 0.875rem;
      display: inline-block;
      width: auto;
      cursor: pointer;
      transition: all 0.7s ease-in-out;
      padding-left: 60px;
      padding-right: 60px;
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #ffffff;
      display: inline-block;
      margin: 0; }
      .cms-home .col-main .action-boxes div[class*="col-"] .more:hover {
        border: 1px solid #e6e5e5;
        background-color: rgba(255, 255, 255, 0.2); }
  .cms-home .col-main .action-boxes .col-12 {
    width: 48%; }
    @media only screen and (max-width: 73.75em) {
      .cms-home .col-main .action-boxes .col-12 {
        width: 100%;
        margin-bottom: 23px; } }
    @media only screen and (max-width: 39.375em) {
      .cms-home .col-main .action-boxes .col-12 {
        width: auto; } }
    .cms-home .col-main .action-boxes .col-12 div.button {
      text-align: right;
      width: auto; }
      @media only screen and (max-width: 39.375em) {
        .cms-home .col-main .action-boxes .col-12 div.button {
          background-image: none;
          text-align: center;
          padding: 0.9375rem; } }
  .cms-home .col-main .action-boxes .col-6 {
    width: 23%;
    margin-left: 3%; }
    @media only screen and (max-width: 73.75em) {
      .cms-home .col-main .action-boxes .col-6 {
        width: 288px;
        margin-left: 24px; }
        .cms-home .col-main .action-boxes .col-6.first {
          margin-left: 0; } }
    @media only screen and (max-width: 39.375em) {
      .cms-home .col-main .action-boxes .col-6 {
        margin-left: 0;
        width: auto; }
        .cms-home .col-main .action-boxes .col-6 img {
          margin: 0 auto;
          display: block; } }

.cms-home .col-main .delivery {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  background-color: #D9D9D9;
  padding: 15px 15px 0 15px;
  margin-top: 30px;
  margin-bottom: 60px;
  display: table; }
  .cms-home .col-main .delivery:before, .cms-home .col-main .delivery:after {
    content: " ";
    display: table; }
  .cms-home .col-main .delivery:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .cms-home .col-main .delivery {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .cms-home .col-main .delivery {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media only screen and (max-width: 73.75em) {
    .cms-home .col-main .delivery {
      display: block; } }
  @media only screen and (max-width: 42.813em) {
    .cms-home .col-main .delivery {
      padding: 15px 0 0; } }
  .cms-home .col-main .delivery .intro,
  .cms-home .col-main .delivery .delivery-terms {
    display: table-cell;
    position: relative;
    margin-right: -4px;
    vertical-align: top;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 20.8333333333%; }
    @media only screen and (max-width: 73.75em) {
      .cms-home .col-main .delivery .intro,
      .cms-home .col-main .delivery .delivery-terms {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: top;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    @media only screen and (max-width: 60em) {
      .cms-home .col-main .delivery .intro,
      .cms-home .col-main .delivery .delivery-terms {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: bottom;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%; } }
  .cms-home .col-main .delivery .intro {
    position: relative; }
    @media only screen and (max-width: 47.5em) {
      .cms-home .col-main .delivery .intro {
        text-align: center; } }
    .cms-home .col-main .delivery .intro h3 {
      font-size: 1.25rem;
      font-weight: normal;
      margin-bottom: 100px; }
      @media only screen and (max-width: 73.75em) {
        .cms-home .col-main .delivery .intro h3 {
          margin-bottom: 20px; } }
    .cms-home .col-main .delivery .intro .more {
      padding: 10px 13px;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      font-size: 0.875rem;
      display: inline-block;
      width: auto;
      cursor: pointer;
      transition: all 0.7s ease-in-out;
      padding-left: 60px;
      padding-right: 60px;
      background-color: transparent;
      color: #4D4D4D;
      border: 1px solid #4D4D4D;
      position: absolute;
      bottom: 1.875rem;
      left: 0.9375rem; }
      .cms-home .col-main .delivery .intro .more:hover {
        border: 1px solid #343333;
        background-color: rgba(77, 77, 77, 0.2); }
      @media only screen and (max-width: 73.75em) {
        .cms-home .col-main .delivery .intro .more {
          position: static; } }
      @media screen and (min-width: 60em) and (max-width: 73.75em) {
        .cms-home .col-main .delivery .intro .more {
          padding: 10px 13px;
          text-transform: uppercase;
          font-weight: bold;
          text-decoration: none;
          font-size: 0.875rem;
          display: inline-block;
          width: auto;
          cursor: pointer;
          transition: all 0.7s ease-in-out;
          background-color: transparent;
          color: #4D4D4D;
          border: 1px solid #4D4D4D; }
          .cms-home .col-main .delivery .intro .more:hover {
            border: 1px solid #343333;
            background-color: rgba(77, 77, 77, 0.2); } }
  .cms-home .col-main .delivery .explanation {
    display: table-cell;
    position: relative;
    margin-right: -4px;
    vertical-align: bottom;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.3333333333%;
    text-align: center;
    padding-top: 30px; }
    @media only screen and (max-width: 73.75em) {
      .cms-home .col-main .delivery .explanation {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: bottom;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 79.1666666667%; } }
    @media only screen and (max-width: 60em) {
      .cms-home .col-main .delivery .explanation {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: bottom;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        padding-bottom: 30px; } }
    .cms-home .col-main .delivery .explanation .meat,
    .cms-home .col-main .delivery .explanation .package,
    .cms-home .col-main .delivery .explanation .delivery-options {
      display: inline-block;
      position: relative;
      margin-right: -4px;
      vertical-align: middle;
      padding-left: 0;
      padding-right: 0;
      width: 33.3333333333%; }
      @media only screen and (max-width: 47.5em) {
        .cms-home .col-main .delivery .explanation .meat,
        .cms-home .col-main .delivery .explanation .package,
        .cms-home .col-main .delivery .explanation .delivery-options {
          display: inline-block;
          position: relative;
          margin-right: -4px;
          vertical-align: bottom;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 100%;
          text-align: center;
          margin-bottom: 90px; } }
    .cms-home .col-main .delivery .explanation .meat {
      background: transparent url(../images/delivery-steak.png) no-repeat left center;
      height: 176px;
      position: relative; }
      .cms-home .col-main .delivery .explanation .meat:after {
        font-size: 6.25rem;
        position: absolute;
        content: \f105;
        top: 35px;
        right: 0; }
        @media only screen and (max-width: 47.5em) {
          .cms-home .col-main .delivery .explanation .meat:after {
            content: \f107;
            bottom: -90px;
            left: 50%;
            right: auto;
            margin-left: -33px;
            top: auto; } }
    .cms-home .col-main .delivery .explanation .package {
      background: transparent url(../images/delivery-box.png) no-repeat 30px center;
      height: 184px; }
      .cms-home .col-main .delivery .explanation .package:after {
        font-size: 6.25rem;
        position: absolute;
        content: \f105;
        top: 35px;
        right: 0; }
        @media only screen and (max-width: 47.5em) {
          .cms-home .col-main .delivery .explanation .package:after {
            content: \f107;
            bottom: -90px;
            left: 50%;
            right: auto;
            margin-left: -33px;
            top: auto; } }
      @media only screen and (max-width: 73.75em) {
        .cms-home .col-main .delivery .explanation .package {
          background-position: center center; } }
    .cms-home .col-main .delivery .explanation .delivery-options {
      background: transparent url(../images/delivery-ribbon.png) no-repeat right center;
      color: #ffffff;
      height: 181px;
      position: relative;
      margin-bottom: 0; }
      .cms-home .col-main .delivery .explanation .delivery-options div {
        font-size: 1rem;
        width: 120px;
        position: absolute;
        right: 30px;
        top: 95px; }
        .cms-home .col-main .delivery .explanation .delivery-options div:first-child {
          font-weight: bold;
          top: 35px; }
        @media only screen and (max-width: 47.5em) {
          .cms-home .col-main .delivery .explanation .delivery-options div {
            position: static;
            margin: 35px auto 0;
            text-align: center; }
            .cms-home .col-main .delivery .explanation .delivery-options div:last-child {
              margin-top: 10px; } }
    @media only screen and (max-width: 47.5em) {
      .cms-home .col-main .delivery .explanation .meat,
      .cms-home .col-main .delivery .explanation .package,
      .cms-home .col-main .delivery .explanation .delivery-options {
        background-position: center center;
        text-align: center; } }
    .cms-home .col-main .delivery .explanation .costless {
      background-color: #D51317;
      display: inline-block;
      padding: 10px 30px;
      margin-top: 30px;
      font-size: 1rem;
      color: #ffffff; }
      .cms-home .col-main .delivery .explanation .costless .bold {
        font-weight: bold; }
  .cms-home .col-main .delivery .delivery-terms {
    font-size: 0.625rem;
    padding-bottom: 1.875rem;
    vertical-align: bottom; }
    @media only screen and (max-width: 73.75em) {
      .cms-home .col-main .delivery .delivery-terms {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: top;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%; } }

.cms-home .col-main .service {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  display: table;
  text-align: left;
  padding-top: 20px;
  color: #B2B2B2; }
  .cms-home .col-main .service:before, .cms-home .col-main .service:after {
    content: " ";
    display: table; }
  .cms-home .col-main .service:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .cms-home .col-main .service {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem;
      display: block; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .cms-home .col-main .service {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media only screen and (max-width: 56em) {
    .cms-home .col-main .service {
      text-align: center; } }
  .cms-home .col-main .service h2, .cms-home .col-main .service h3 {
    text-transform: none; }
  .cms-home .col-main .service h2, .cms-home .col-main .service h3, .cms-home .col-main .service p {
    font-weight: normal;
    font-size: 1.25rem; }
  .cms-home .col-main .service p {
    margin: 0; }
  .cms-home .col-main .service a {
    text-decoration: none;
    color: inherit; }
  .cms-home .col-main .service .badge {
    height: 125px;
    background-image: url(../images/badges/otto-gourmet-service-2.png);
    background-position: right 40px;
    background-repeat: no-repeat;
    -webkit-background-size: 125px 125px;
    -moz-background-size: 125px 125px;
    background-size: 125px 125px;
    display: table-cell;
    position: relative;
    margin-right: -4px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    width: 12.5%; }
    @media only screen and (max-width: 81.5em) {
      .cms-home .col-main .service .badge {
        display: none; } }
  .cms-home .col-main .service .advisor {
    height: 178px;
    background-image: url(../images/beate_pascal.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 296px 190px;
    -moz-background-size: 296px 190px;
    background-size: 296px 190px;
    display: table-cell;
    position: relative;
    margin-right: -4px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    width: 25%; }
    @media only screen and (max-width: 81.5em) {
      .cms-home .col-main .service .advisor {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: bottom;
        padding-left: 0;
        padding-right: 0;
        width: 29.1666666667%; } }
    @media only screen and (max-width: 66em) {
      .cms-home .col-main .service .advisor {
        display: none; } }
  .cms-home .col-main .service .text {
    display: table-cell;
    position: relative;
    margin-right: -4px;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    width: 62.5%;
    font-size: 1rem;
    padding-bottom: 10px; }
    @media screen and (min-width: 66em) and (max-width: 81.5em) {
      .cms-home .col-main .service .text {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: bottom;
        padding-left: 0;
        padding-right: 0;
        width: 70.8333333333%; } }
    @media only screen and (max-width: 66em) {
      .cms-home .col-main .service .text {
        display: inline-block;
        position: relative;
        margin-right: -4px;
        vertical-align: bottom;
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
  .cms-home .col-main .service .number {
    font-size: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px; }

.cms-presse .press-contact {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
  .cms-presse .press-contact:before, .cms-presse .press-contact:after {
    content: " ";
    display: table; }
  .cms-presse .press-contact:after {
    clear: both; }
  .cms-presse .press-contact h4 {
    text-transform: uppercase; }
  .cms-presse .press-contact a {
    font-weight: bold;
    color: #D51317;
    text-decoration: none; }

.cms-presse .press-list {
  margin-top: 40px; }
  .cms-presse .press-list .item:nth-last-child(-n+4) {
    margin-bottom: 0; }
  .cms-presse .press-list .item-inner {
    padding-bottom: 75px; }
  .cms-presse .press-list .product-image {
    margin-bottom: 10px; }
  .cms-presse .press-list .product-name {
    margin: 0 0 5px; }
  .cms-presse .press-list small {
    font-size: 0.8125rem;
    color: #999999; }
  .cms-presse .press-list p {
    margin-top: 0; }
  .cms-presse .press-list .actions {
    position: absolute;
    bottom: 0.9375rem;
    left: 15px;
    right: 15px; }
  .cms-presse .press-list .button {
    padding: 10px 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.875rem;
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    background-color: transparent;
    color: #D51317;
    border: 1px solid #D51317;
    width: 100%; }
    .cms-presse .press-list .button:hover {
      border: 1px solid #a60f12;
      background-color: rgba(213, 19, 23, 0.2); }

.sales-order-print > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: none;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem; }
  .sales-order-print > div:before, .sales-order-print > div:after {
    content: " ";
    display: table; }
  .sales-order-print > div:after {
    clear: both; }

.sales-order-print .print-head {
  display: block;
  float: left;
  width: 108px;
  height: 119px;
  margin-right: 25px;
  -webkit-background-size: 108px 119px;
  -moz-background-size: 108px 119px;
  background-size: 108px 119px; }
  @media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (max--moz-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 1.3 / 1), only screen and (max-resolution: 125dpi), only screen and (max-resolution: 1.3dppx) {
    .sales-order-print .print-head {
      background-image: url("../images/logo-otto-gourmet.png"); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .sales-order-print .print-head {
      background-image: url("../images/logo-otto-gourmet@2x.png"); } }
  .sales-order-print .print-head img {
    display: none; }

.sales-order-print h1 {
  margin-top: 35px; }

.sales-order-print .order-date {
  margin: 5px 0 0;
  font-weight: bold; }

.sales-order-print .col2-set {
  clear: both;
  overflow: hidden;
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
  .sales-order-print .col2-set:before, .sales-order-print .col2-set:after {
    content: " ";
    display: table; }
  .sales-order-print .col2-set:after {
    clear: both; }
  .sales-order-print .col2-set .col-1, .sales-order-print .col2-set .col-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .sales-order-print .col2-set > div {
    overflow: hidden; }

.sales-order-print h2 {
  display: block;
  margin-top: 2.8125rem; }

.sales-order-print #my-orders-table {
  border-bottom: 0; }
  .sales-order-print #my-orders-table h3 {
    margin: 0; }
  .sales-order-print #my-orders-table tbody td {
    padding-bottom: 0.9375rem;
    vertical-align: middle; }
  .sales-order-print #my-orders-table tr.shipping,
  .sales-order-print #my-orders-table tr.grand_total,
  .sales-order-print #my-orders-table tr.grand_total_incl {
    border-top: 0; }
    .sales-order-print #my-orders-table tr.shipping td,
    .sales-order-print #my-orders-table tr.grand_total td,
    .sales-order-print #my-orders-table tr.grand_total_incl td {
      padding-top: 0; }

.sales-order-print button {
  background-color: #F2F2F2;
  border: 0;
  border-bottom: 2px solid #d9d8d8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #4D4D4D;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out; }
  .sales-order-print button:hover {
    background-color: #d9d8d8; }

.account-login .messages {
  margin-bottom: 30px; }

.account-login .col2-set > div {
  padding: 30px;
  background-color: #F2F2F2; }

.account-login h2 {
  display: block;
  margin-bottom: 30px; }

.account-login .required {
  margin-top: 0; }

.account-login button {
  background-color: #D51317;
  border: 0;
  border-bottom: 2px solid #a60f12;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out;
  margin-top: 15px;
  float: left; }
  .account-login button:hover {
    background-color: #a60f12; }

.account-login .f-left {
  float: right;
  margin-top: 22px; }

.customer-account-forgotpassword #form-validate {
  background-color: #F2F2F2;
  padding: 30px; }

.customer-account-forgotpassword .back-link {
  float: right;
  margin: 0; }
  .customer-account-forgotpassword .back-link a {
    margin-top: 5px; }

.account-create form {
  padding: 30px;
  background-color: #F2F2F2; }

.account-create .fieldset + .fieldset {
  margin-top: 30px; }

.account-create h2 {
  margin-bottom: 30px; }

.account-create .form-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  .account-create .form-list li {
    padding: 0; }
    .account-create .form-list li > label {
      width: 30%;
      display: inline-block;
      margin-right: -4px;
      vertical-align: top;
      margin-top: 9px; }
      .account-create .form-list li > label + .input-box {
        width: 70%;
        display: inline-block;
        margin-bottom: 5px; }
        .account-create .form-list li > label + .input-box input {
          width: 100%; }
      @media only screen and (max-width: 42.813em) {
        .account-create .form-list li > label {
          width: 100%;
          margin-bottom: 5px; }
          .account-create .form-list li > label + .input-box {
            width: 100%; } }
    .account-create .form-list li.control {
      overflow: hidden;
      margin: 10px 0 20px 30%; }
      @media only screen and (max-width: 42.813em) {
        .account-create .form-list li.control {
          margin-left: 0; } }
      .account-create .form-list li.control .input-box {
        float: left; }
      .account-create .form-list li.control label {
        margin-top: 0;
        width: auto; }
  .account-create .form-list .input-box.customer-dob {
    margin-bottom: 0; }

.account-create .buttons-set {
  margin-top: 30px; }
  .account-create .buttons-set .back-link {
    float: left;
    margin: 5px 0 0; }
    .account-create .buttons-set .back-link small {
      display: none; }
  .account-create .buttons-set button {
    float: right; }

.f-left {
  margin-top: 30px; }

.my-account h1 {
  float: none; }

.my-account h2.legend,
.my-account h2.table-caption,
.my-account .addresses-list h2 {
  display: block; }

.my-account .hello {
  font-size: 1.25rem;
  margin: 0; }

.my-account .back-link small,
.my-account .pager .amount {
  display: none; }

.my-account .form-list {
  margin-bottom: 15px;
  padding: 30px;
  background-color: #F2F2F2; }

.my-account .pager label {
  vertical-align: baseline; }

.my-account .pager select {
  width: auto;
  margin: 0 10px; }

.customer-account-edit .form-list {
  margin-bottom: 0; }
  .customer-account-edit .form-list li label {
    width: 30%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-top: 9px; }
    .customer-account-edit .form-list li label + .input-box {
      width: 70%;
      display: inline-block;
      margin-bottom: 5px; }
    @media only screen and (max-width: 42em) {
      .customer-account-edit .form-list li label {
        width: 100%;
        margin-bottom: 5px; }
        .customer-account-edit .form-list li label + .input-box {
          width: 100%; } }
  .customer-account-edit .form-list li.control {
    width: 70%;
    float: right;
    background-color: #ffffff;
    border-bottom: 2px solid #D9D9D9;
    margin: 0;
    padding: 10px 5px 10px 15px; }
    @media only screen and (max-width: 42em) {
      .customer-account-edit .form-list li.control {
        width: 100%; } }
    @media only screen and (max-width: 31em) {
      .customer-account-edit .form-list li.control {
        padding: 5px 5px 5px 8px; } }
    .customer-account-edit .form-list li.control label {
      margin: 0;
      width: auto; }

.customer-account-edit .fieldset + .fieldset h2 {
  background-color: #F2F2F2;
  padding: 0 30px;
  margin-bottom: 0;
  border: 0; }

.customer-account-edit .buttons-set {
  overflow: hidden;
  padding: 0 30px 30px;
  background-color: #F2F2F2; }
  .customer-account-edit .buttons-set p.required {
    margin-bottom: 20px; }
  .customer-account-edit .buttons-set button {
    float: right; }

.customer-account-edit .back-link {
  float: left;
  margin: 0; }
  .customer-account-edit .back-link a {
    margin-top: 10px; }

.box-account {
  margin-top: 60px; }
  .box-account .col2-set {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #E5E5E5; }
  .box-account div[class*="col-"] h3,
  .box-account div[class*="col-"] h4 {
    font-size: 1rem;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 15px; }
  .box-account div[class*="col-"] p {
    margin: 0; }
  .box-account .box-title {
    position: relative; }
    .box-account .box-title a {
      display: inline-block;
      vertical-align: baseline;
      font-size: 0;
      margin-left: 10px; }
      .box-account .box-title a:before {
        content: "\f303";
        font-size: 1rem;
        position: relative;
        bottom: 2px;
        padding: 3px 5px; }

.addresses-list ol, .addresses-list li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

.addresses-list li {
  margin-top: 30px; }
  .addresses-list li:first-child {
    margin-top: 0; }

.addresses-list h3 {
  font-size: 1rem;
  margin-bottom: 15px; }

.my-wishlist textarea {
  margin-top: 10px; }

.my-wishlist .add-to-cart-alt {
  margin: 10px 0; }

.my-wishlist .cart-cell {
  width: 280px;
  position: relative; }

.my-wishlist .link-edit {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .my-wishlist .link-edit:before {
    content: "\f303";
    font-size: 1.25rem; }

.my-wishlist .truncated {
  display: none; }

@media only screen and (max-width: 49em) {
  .my-wishlist .cart-cell {
    width: 100%; }
  .my-wishlist th {
    display: none; }
  .my-wishlist tr,
  .my-wishlist td {
    display: block; }
  .my-wishlist td {
    float: left; }
    .my-wishlist td:nth-child(1) {
      width: 29%; }
    .my-wishlist td:nth-child(2) {
      width: 71%;
      padding-right: 0; }
    .my-wishlist td:nth-child(3) {
      width: 94%; }
    .my-wishlist td:nth-child(4) {
      width: 6%;
      text-align: right; } }

.my-wishlist .buttons-set {
  margin-top: 30px;
  text-align: center; }
  .my-wishlist .buttons-set button {
    background-color: #F2F2F2;
    border: 0;
    border-bottom: 2px solid #d9d8d8;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #4D4D4D;
    display: inline-block;
    padding: 6px 30px;
    width: auto;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.7s ease-in-out; }
    .my-wishlist .buttons-set button:hover {
      background-color: #d9d8d8; }
    .my-wishlist .buttons-set button.btn-share {
      float: left; }
    .my-wishlist .buttons-set button.btn-update {
      float: right; }
  @media only screen and (max-width: 72.5em) {
    .my-wishlist .buttons-set {
      text-align: left; }
      .my-wishlist .buttons-set button {
        margin-bottom: 0.9375rem; }
      .my-wishlist .buttons-set button.btn-share,
      .my-wishlist .buttons-set button.btn-update {
        float: none;
        display: block; }
      .my-wishlist .buttons-set button.btn-update {
        margin-bottom: 0; } }

.my-wishlist table {
  border-bottom: 1px solid #E5E5E5; }
  .my-wishlist table button {
    background-color: #D51317;
    border: 0;
    border-bottom: 2px solid #a60f12;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px;
    width: auto;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.7s ease-in-out; }
    .my-wishlist table button:hover {
      background-color: #a60f12; }

.my-wishlist .btn-remove {
  font-size: 0; }
  .my-wishlist .btn-remove:before {
    content: "";
    color: #D51317;
    font-size: 1.25rem; }

.customer-account-giftcard h2 {
  font-size: 1.25rem;
  margin-bottom: 10px; }

.customer-account-giftcard .account-balance {
  margin-bottom: 1.875rem; }

.customer-account-giftcard button {
  float: none !important;
  clear: both;
  display: block !important;
  margin-top: 0.9375rem;
  background-color: #F2F2F2;
  border: 0;
  border-bottom: 2px solid #d9d8d8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #4D4D4D;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out; }
  .customer-account-giftcard button:hover {
    background-color: #d9d8d8; }

#addredeem-giftvoucher-code h2 {
  font-size: 1.25rem; }

#addredeem-giftvoucher-code .form-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-top: 30px;
  overflow: hidden; }
  #addredeem-giftvoucher-code .form-list div.field label,
  #addredeem-giftvoucher-code .form-list div.fields label,
  #addredeem-giftvoucher-code .form-list li.wide label {
    width: 30%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-top: 9px; }
    #addredeem-giftvoucher-code .form-list div.field label + .input-box,
    #addredeem-giftvoucher-code .form-list div.fields label + .input-box,
    #addredeem-giftvoucher-code .form-list li.wide label + .input-box {
      width: 70%;
      display: inline-block;
      margin-bottom: 5px; }
      #addredeem-giftvoucher-code .form-list div.field label + .input-box input,
      #addredeem-giftvoucher-code .form-list div.fields label + .input-box input,
      #addredeem-giftvoucher-code .form-list li.wide label + .input-box input {
        width: 100%; }
    @media only screen and (max-width: 42.813em) {
      #addredeem-giftvoucher-code .form-list div.field label,
      #addredeem-giftvoucher-code .form-list div.fields label,
      #addredeem-giftvoucher-code .form-list li.wide label {
        width: 100%;
        margin-bottom: 5px; }
        #addredeem-giftvoucher-code .form-list div.field label + .input-box,
        #addredeem-giftvoucher-code .form-list div.fields label + .input-box,
        #addredeem-giftvoucher-code .form-list li.wide label + .input-box {
          width: 100%; } }
  #addredeem-giftvoucher-code .form-list div.field .validation-advice,
  #addredeem-giftvoucher-code .form-list div.fields .validation-advice,
  #addredeem-giftvoucher-code .form-list li.wide .validation-advice {
    color: #D51317;
    margin: 5px 0;
    display: inline-block; }
  #addredeem-giftvoucher-code .form-list .customer-dob {
    overflow: hidden; }
    #addredeem-giftvoucher-code .form-list .customer-dob > div {
      width: 32.5%;
      float: left;
      margin-left: 1.25%;
      position: relative; }
      #addredeem-giftvoucher-code .form-list .customer-dob > div:first-child {
        margin-left: 0; }
    #addredeem-giftvoucher-code .form-list .customer-dob label {
      margin: 0;
      width: auto;
      display: block;
      border-left: 1px solid #E5E5E5;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 8px 12px; }
    #addredeem-giftvoucher-code .form-list .customer-dob input {
      padding-right: 55px; }
    #addredeem-giftvoucher-code .form-list .customer-dob .validation-advice {
      clear: both; }

#addredeem-giftvoucher-code .buttons-set {
  overflow: hidden; }
  #addredeem-giftvoucher-code .buttons-set .back-link {
    float: left;
    margin: 0; }

#addredeem-giftvoucher-code .button {
  background-color: #F2F2F2;
  border: 0;
  border-bottom: 2px solid #d9d8d8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #4D4D4D;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out;
  float: right; }
  #addredeem-giftvoucher-code .button:hover {
    background-color: #d9d8d8; }

.order-info-box {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  padding-bottom: 15px; }
  .order-info-box:before, .order-info-box:after {
    content: " ";
    display: table; }
  .order-info-box:after {
    clear: both; }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .order-info-box h2 {
    margin-top: 2.8125rem; }

.order-status {
  margin-top: 0.9375rem; }
  .order-status .separator {
    display: none; }
  .order-status h3 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.9375rem; }
  .order-status a {
    font-size: 0;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem; }
    .order-status a:before {
      content: \f02f;
      font-size: 1.25rem; }
    .order-status a.link-reorder:before {
      content: ""; }

.order-info dt {
  font-weight: bold; }

.order-info dd {
  margin: 0; }

.order-info ul {
  list-style: none;
  padding: 0; }

.order-info li {
  padding: 0; }

.order-details {
  margin-top: 2.8125rem; }
  .order-details #my-orders-table {
    border-bottom: 0; }
    .order-details #my-orders-table h3 {
      margin: 0; }
    .order-details #my-orders-table tbody td {
      padding-bottom: 0.9375rem;
      vertical-align: middle; }
    .order-details #my-orders-table tr.shipping,
    .order-details #my-orders-table tr.grand_total,
    .order-details #my-orders-table tr.grand_total_incl {
      border-top: 0; }
      .order-details #my-orders-table tr.shipping td,
      .order-details #my-orders-table tr.grand_total td,
      .order-details #my-orders-table tr.grand_total_incl td {
        padding-top: 0; }

#my-orders-legend p {
  display: inline; }

#my-orders-legend span {
  font-size: 0; }
  #my-orders-legend span:before {
    content: "";
    font-size: 1rem; }
  #my-orders-legend span.link-reorder:before {
    content: "";
    color: #D51317;
    margin-left: 8px; }

#my-orders-table {
  margin: 1.875rem 0;
  border-bottom: 1px solid #E5E5E5; }
  #my-orders-table th, #my-orders-table .nobr, #my-orders-table #checkout-step-review .baseprice, #checkout-step-review #my-orders-table .baseprice {
    white-space: nowrap; }
  #my-orders-table .separator {
    display: none; }
  #my-orders-table .price {
    display: block;
    text-align: right; }
  #my-orders-table td:last-child a {
    font-size: 0; }
    #my-orders-table td:last-child a:before {
      content: "";
      font-size: 1rem; }
    #my-orders-table td:last-child a.link-reorder:before {
      content: "";
      color: #D51317;
      margin-left: 8px; }
  #my-orders-table tfoot td {
    text-align: right;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px; }
  @media only screen and (max-width: 42.813em) {
    #my-orders-table thead {
      display: none; }
    #my-orders-table tr {
      display: block;
      overflow: hidden; }
    #my-orders-table td,
    #my-orders-table td:last-child {
      display: block;
      float: left;
      width: 33%;
      padding-left: 0; }
    #my-orders-table td:nth-child(1),
    #my-orders-table td:nth-child(2),
    #my-orders-table td:nth-child(3) {
      padding-bottom: 0; }
    #my-orders-table td:nth-child(4),
    #my-orders-table td:nth-child(5),
    #my-orders-table td:nth-child(6) {
      padding-top: 10px; }
    #my-orders-table .price {
      text-align: left; } }
  @media only screen and (max-width: 30em) {
    #my-orders-table td,
    #my-orders-table td:last-child {
      display: block;
      float: left;
      width: 50%;
      padding-left: 0; }
    #my-orders-table td:nth-child(n) {
      padding: 5px 0; }
    #my-orders-table td:nth-child(1),
    #my-orders-table td:nth-child(2) {
      padding-top: 15px; }
    #my-orders-table td:nth-child(5),
    #my-orders-table td:nth-child(6) {
      padding-bottom: 15px; } }

.box-recent .box-head {
  overflow: hidden; }
  .box-recent .box-head a {
    font-size: 0;
    margin-left: 10px; }
    .box-recent .box-head a:before {
      content: "\f303";
      font-size: 1.25rem; }

.accountprivacy-form h3 {
  font-size: 16px;
  font-wegiht: bold;
  margin-bottom: 15px; }

.accountprivacy-form ul li {
  padding: 15px 10px;
  background: #E5E5E5;
  margin-bottom: 10px; }
  .accountprivacy-form ul li .accountprivacy-sub {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0; }
  .accountprivacy-form ul li .accountprivacy-desc {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0; }
  .accountprivacy-form ul li .onoffswitch {
    margin: 10px 0; }
  .accountprivacy-form ul li ul {
    margin: 10px 0; }
    .accountprivacy-form ul li ul li {
      display: flex;
      margin: 0;
      padding: 0; }
      .accountprivacy-form ul li ul li .onoffswitch {
        height: 20px;
        margin: 0;
        margin-right: 15px; }

button.savePrivacy {
  background: #D51317;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  border: none;
  display: block; }

button.changePrivacy {
  width: auto;
  height: auto;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 10px 15px !important;
  background: #333 !important;
  color: white !important;
  border: none;
  float: left;
  display: block;
  margin-right: 15px; }

.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #999999;
  border-radius: 20px;
  background-color: #E0E0E0;
  transition: background-color 0.3s ease-in; }

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #2E8DEF; }

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #2E8DEF; }

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px; }

.products-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  @media only screen and (max-width: 35.625em) {
    .products-list .item {
      text-align: center; }
      .products-list .item .product-image {
        float: none; }
      .products-list .item .product-shop {
        margin-left: 0; } }

.products-grid {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  .products-grid .item {
    display: inline-block;
    position: relative;
    margin-right: -4px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    width: 23%;
    margin-left: 2.666667%;
    margin-bottom: 2.6%; }
    .products-grid .item:nth-child(4n+1) {
      margin-left: 0; }
    .products-grid .item:nth-child(4n+4) {
      margin-right: 0; }
    @media only screen and (max-width: 81.5em) {
      .products-grid .item {
        padding: 0;
        width: 23%;
        margin-left: 2.666667%;
        margin-bottom: 2.6%;
        width: 31.5%;
        margin-left: 2.75%;
        margin-bottom: 2.75%; }
        .products-grid .item:nth-child(4n+1) {
          margin-left: 0; }
        .products-grid .item:nth-child(4n+4) {
          margin-right: 0; }
        .products-grid .item:nth-child(n) {
          margin-left: 2.75%;
          margin-right: -4px; }
        .products-grid .item:nth-child(3n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 49em) {
      .products-grid .item {
        padding: 0;
        width: 23%;
        margin-left: 2.666667%;
        margin-bottom: 2.6%;
        width: 48.625%;
        margin-left: 2.75%;
        margin-bottom: 2.75%; }
        .products-grid .item:nth-child(4n+1) {
          margin-left: 0; }
        .products-grid .item:nth-child(4n+4) {
          margin-right: 0; }
        .products-grid .item:nth-child(n) {
          margin-left: 2.75%;
          margin-right: -4px; }
        .products-grid .item:nth-child(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 35.625em) {
      .products-grid .item {
        padding: 0;
        width: 23%;
        margin-left: 2.666667%;
        margin-bottom: 2.6%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.75%; }
        .products-grid .item:nth-child(4n+1) {
          margin-left: 0; }
        .products-grid .item:nth-child(4n+4) {
          margin-right: 0; }
        .products-grid .item:nth-child(n) {
          margin-left: 0;
          margin-right: -4px; } }

.catalog-product-view .product-media {
  max-width: 90%;
  margin: 0 auto; }
  .catalog-product-view .product-media .product-images {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .catalog-product-view .product-media .product-images .more-views, .catalog-product-view .product-media .product-images .navigation-slider {
      display: none; }
    .catalog-product-view .product-media .product-images .product-img-box {
      width: 100%; }
      .catalog-product-view .product-media .product-images .product-img-box #product-images-slider {
        margin-bottom: 0; }

@media only screen and (min-width: 480px) {
  .catalog-product-view .product-media {
    width: 80%;
    margin: 0 auto; }
    .catalog-product-view .product-media .product-images {
      display: flex; }
      .catalog-product-view .product-media .product-images .navigation-slider {
        display: block;
        width: 15%;
        padding-right: 5px; }
        .catalog-product-view .product-media .product-images .navigation-slider .slick-dots {
          position: relative;
          list-style: none;
          bottom: inherit; }
          .catalog-product-view .product-media .product-images .navigation-slider .slick-dots li {
            display: block;
            cursor: pointer;
            width: auto;
            height: auto;
            margin: 0;
            margin-bottom: 5px; }
      .catalog-product-view .product-media .product-images .product-img-box {
        width: 85%; } }

.product-view .alternatives-button {
  display: none;
  width: 100%;
  padding: 10px 5px;
  width: 100%;
  text-align: center;
  background: #50811B;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }
  .product-view .alternatives-button:hover {
    background: #436c17; }

.product-type-simple .product-shop {
  display: block; }

.catalog-product-view .back-link {
  padding: 10px; }
  .catalog-product-view .back-link a {
    text-decoration: none;
    text-transform: lowercase; }

.catalog-product-view .product-essential {
  padding: 20px 0; }
  @media only screen and (max-width: 1280px) {
    .catalog-product-view .product-essential {
      padding: 20px 15px; } }
  .catalog-product-view .product-essential .product-essential-inner {
    max-width: 78.125rem;
    margin: 0 auto; }

.catalog-product-view .flex-wrapper .product-teaser {
  padding: 10px; }
  .catalog-product-view .flex-wrapper .product-teaser h1.product-name {
    text-transform: none;
    font-family: "Anton", sans-serif;
    font-weight: bold;
    font-size: 24px; }
  .catalog-product-view .flex-wrapper .product-teaser h2.product-subname {
    text-transform: none;
    font-weight: normal;
    font-size: 16px; }
  .catalog-product-view .flex-wrapper .product-teaser ul.usp-pdp {
    list-style: none;
    margin: 0;
    padding: 0; }
    .catalog-product-view .flex-wrapper .product-teaser ul.usp-pdp li:before {
      display: inline-block;
      content: "\f00c";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 12px;
      color: #50811B;
      margin-right: 5px; }

.catalog-product-view .flex-wrapper .product-action {
  padding: 15px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9; }
  .catalog-product-view .flex-wrapper .product-action .product-shop {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  .catalog-product-view .flex-wrapper .product-action .dispoinfo-wrapper {
    width: 75%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    .catalog-product-view .flex-wrapper .product-action .dispoinfo-wrapper .dispoinfo {
      font-size: 16px;
      font-weight: bold;
      display: block; }
      .catalog-product-view .flex-wrapper .product-action .dispoinfo-wrapper .dispoinfo.status-1 {
        color: #50811B; }
      .catalog-product-view .flex-wrapper .product-action .dispoinfo-wrapper .dispoinfo.status-2 {
        color: #F7B808; }
      .catalog-product-view .flex-wrapper .product-action .dispoinfo-wrapper .dispoinfo.status-3 {
        color: #D51317; }
    .catalog-product-view .flex-wrapper .product-action .dispoinfo-wrapper .low-stock {
      display: block;
      font-size: 12px;
      color: #D51317;
      font-weight: normal; }
  .catalog-product-view .flex-wrapper .product-action .dispocounter {
    width: 50%;
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
    font-size: 14px;
    color: #D51317; }
  .catalog-product-view .flex-wrapper .product-action .price-box .regular-price .price {
    font-size: 24px;
    font-weight: bold;
    color: #D51317; }
  .catalog-product-view .flex-wrapper .product-action .price-box p.old-price, .catalog-product-view .flex-wrapper .product-action .price-box p.special-price {
    margin: 0; }
  .catalog-product-view .flex-wrapper .product-action .price-box .old-price .price-label {
    display: none; }
  .catalog-product-view .flex-wrapper .product-action .price-box .old-price .price {
    text-decoration: line-through; }
  .catalog-product-view .flex-wrapper .product-action .price-box .special-price .price-label {
    display: none; }
  .catalog-product-view .flex-wrapper .product-action .price-box .special-price .price {
    color: #D51317;
    font-weight: bold;
    font-size: 24px; }
  .catalog-product-view .flex-wrapper .product-action .tax-details, .catalog-product-view .flex-wrapper .product-action .price-shipping {
    display: inline-block;
    font-size: 12px;
    color: #808080; }
    .catalog-product-view .flex-wrapper .product-action .tax-details a, .catalog-product-view .flex-wrapper .product-action .price-shipping a {
      color: #808080; }
  .catalog-product-view .flex-wrapper .product-action .add-to-box {
    margin-top: 20px;
    width: 100%; }
    .catalog-product-view .flex-wrapper .product-action .add-to-box .add-to-cart {
      display: flex;
      align-items: center; }

.catalog-product-view .flex-wrapper .delivery {
  display: none; }

.catalog-product-view .flex-wrapper .additional-attributes {
  margin-top: 15px;
  display: flex; }
  .catalog-product-view .flex-wrapper .additional-attributes .csb-state, .catalog-product-view .flex-wrapper .additional-attributes .grammage {
    width: 50%; }
  .catalog-product-view .flex-wrapper .additional-attributes .csb-state-icons, .catalog-product-view .flex-wrapper .additional-attributes .grammage-icon {
    width: 100%;
    text-align: center; }
  .catalog-product-view .flex-wrapper .additional-attributes .csb-state-info, .catalog-product-view .flex-wrapper .additional-attributes .grammage-info {
    width: 100%;
    text-align: center; }

.catalog-product-view.product-type-simple .price-box, .catalog-product-view.product-type-simple .baseprice {
  width: 100%; }

.catalog-product-view.product-type-simple .additional-text {
  width: 100%;
  margin: 10px 0; }

.catalog-product-view.product-type-bundle .price-box-bundle {
  width: 50%; }

.catalog-product-view.product-type-bundle .price-box .price-as-configured {
  margin: 0; }
  .catalog-product-view.product-type-bundle .price-box .price-as-configured .price-label {
    display: none; }
  .catalog-product-view.product-type-bundle .price-box .price-as-configured .price {
    font-size: 24px;
    font-weight: bold; }

.catalog-product-view.product-type-bundle .product-options {
  width: 100%; }
  .catalog-product-view.product-type-bundle .product-options dl {
    margin-top: 0; }
  .catalog-product-view.product-type-bundle .product-options .list-selection {
    background: #F2F2F2;
    padding: 0 10px; }
    .catalog-product-view.product-type-bundle .product-options .list-selection:first-child {
      padding-top: 10px; }
    .catalog-product-view.product-type-bundle .product-options .list-selection:last-child {
      padding-bottom: 10px; }
  .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    margin: -4px;
    padding: 0;
    list-style: none; }
    .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li {
      padding: 0;
      margin: 4px;
      width: 100%;
      width: -webkit-calc(100% - 8px);
      width: -moz-calc(100% - 8px);
      width: calc(100% - 8px); }
      @media only screen and (min-width: 480px) {
        .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li {
          width: 33%;
          width: -webkit-calc(50% - 8px);
          width: -moz-calc(50% - 8px);
          width: calc(50% - 8px); } }
      .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label {
        cursor: pointer;
        width: 100%;
        height: 100%;
        padding: 5px;
        display: flex;
        flex-wrap: wrap;
        background: #F2F2F2;
        color: #4D4D4D;
        position: relative; }
        .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .dispo-status-text {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          align-items: center; }
          .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .dispo-status-text:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-image: repeating-linear-gradient(45deg, #F2F2F2 0%, #F2F2F2 2%, #ffffff 2%, #ffffff 4%, #F2F2F2 4%);
            opacity: 0.5;
            z-index: 0;
            content: ""; }
          .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .dispo-status-text span {
            color: #D51317;
            text-align: center;
            z-index: 2; }
        .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label:hover {
          border: 1px solid #50811B;
          padding: 4px; }
        .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
          .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label .price {
            font-weight: bold; }
          .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label .title {
            width: 100%; }
          .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label .price, .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label .title, .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label .option {
            text-align: left; }
          .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label .baseprice, .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li label .radio-label .aggregate {
            text-align: right;
            margin-left: auto;
            font-size: 100%;
            font-size: 12px;
            color: #4D4D4D !important; }
      .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li input {
        display: none; }
      .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li input[type="radio"]:checked + label {
        background: rgba(80, 129, 27, 0.1);
        box-shadow: 1px 1px 2px #50811B;
        color: #262626; }
        .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li input[type="radio"]:checked + label .baseprice, .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li input[type="radio"]:checked + label .aggregate {
          color: #262626 !important; }
      .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li .dispo-date, .catalog-product-view.product-type-bundle .product-options .input-box ul.options-list li .csb-bez-5 {
        display: none; }
  .catalog-product-view.product-type-bundle .product-options .radio-selection {
    margin: 0;
    width: 100%; }
    .catalog-product-view.product-type-bundle .product-options .radio-selection .single-baseprice {
      font-size: 12px;
      color: #808080;
      display: block; }
  .catalog-product-view.product-type-bundle .product-options .form-selection {
    padding: 10px 0; }
    .catalog-product-view.product-type-bundle .product-options .form-selection .option-aggregate {
      list-style: none;
      margin-top: 10px;
      padding: 0; }
      .catalog-product-view.product-type-bundle .product-options .form-selection .option-aggregate li {
        padding: 0; }
      .catalog-product-view.product-type-bundle .product-options .form-selection .option-aggregate span {
        width: 25px;
        text-align: right;
        display: inline-block;
        margin-right: 3px; }
    .catalog-product-view.product-type-bundle .product-options .form-selection .input-box span {
      font-weight: bold; }
    .catalog-product-view.product-type-bundle .product-options .form-selection .input-box select {
      background: white;
      border: 1px solid #D9D9D9; }
  .catalog-product-view.product-type-bundle .product-options .qty-bundle {
    font-weight: bold; }
  .catalog-product-view.product-type-bundle .product-options .qty-holder, .catalog-product-view.product-type-bundle .product-options .required {
    display: none; }

.catalog-product-view.product-type-bundle .product-options-bottom {
  width: 100%; }
  .catalog-product-view.product-type-bundle .product-options-bottom .price-box {
    display: none; }

.catalog-product-view .add-to-cart {
  display: flex;
  align-items: center; }
  .catalog-product-view .add-to-cart .qty-box {
    width: 26%;
    margin-right: 3%; }
    .catalog-product-view .add-to-cart .qty-box input.qty {
      width: 50px;
      text-align: center; }
  .catalog-product-view .add-to-cart .button.btn-cart {
    display: block;
    width: 71%;
    margin: 10px 0;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #50811B;
    padding: 10px 0; }
    .catalog-product-view .add-to-cart .button.btn-cart:hover {
      background: #436c17; }
    .catalog-product-view .add-to-cart .button.btn-cart span span:before {
      display: inline-block;
      font-weight: normal;
      font-family: FontAwesome;
      margin-right: 5px;
      content: "\f07a"; }

.catalog-product-view .add-to-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 12px;
  margin: 10px 0; }
  .catalog-product-view .add-to-links a {
    text-decoration: none; }
  .catalog-product-view .add-to-links li {
    margin: 0;
    padding: 0; }

@media only screen and (min-width: 768px) {
  .catalog-product-view .breadcrumbs {
    display: block; }
  .catalog-product-view .back-link {
    display: none; } }

@media only screen and (min-width: 992px) {
  .catalog-product-view form {
    display: flex; }
    .catalog-product-view form .product-teaser, .catalog-product-view form .product-action {
      margin: 0;
      padding: 0; }
    .catalog-product-view form .product-action {
      padding-top: 15px; }
    .catalog-product-view form .product-teaser {
      margin-bottom: 10px; }
    .catalog-product-view form .product-media {
      width: 50%;
      margin-right: 5%; }
    .catalog-product-view form .flex-wrapper {
      width: 45%; }
      .catalog-product-view form .flex-wrapper .delivery {
        font-size: 14px;
        color: #808080;
        padding: 5px 0;
        text-align: center; }
        .catalog-product-view form .flex-wrapper .delivery:before {
          display: inline-block;
          font-family: FontAwesome;
          margin-right: 5px;
          content: "\f017"; } }

.product-wrapper .short-description {
  background-color: #F2F2F2;
  color: #4D4D4D;
  padding: 15px 0; }
  .product-wrapper .short-description .std {
    max-width: 78.125rem;
    margin: 0 auto;
    padding: 0 10px; }

.product-wrapper #box-description {
  display: inline-block; }
  .product-wrapper #box-description #product-video {
    width: 100%;
    margin-bottom: 15px; }

.product-wrapper .product-infos .flex-wrapper {
  display: flex;
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 20px 0; }
  .product-wrapper .product-infos .flex-wrapper .product-infos-inner {
    width: 100%;
    border: 1px solid #F2F2F2; }
    .product-wrapper .product-infos .flex-wrapper .product-infos-inner .product-info-tabs {
      padding: 0; }
    .product-wrapper .product-infos .flex-wrapper .product-infos-inner #product-video {
      width: 75%;
      margin: 0 auto; }
  .product-wrapper .product-infos .flex-wrapper .product-info-side {
    display: none; }
  @media only screen and (min-width: 768px) {
    .product-wrapper .product-infos .flex-wrapper .product-infos-inner {
      width: 75%; }
    .product-wrapper .product-infos .flex-wrapper .product-info-side {
      display: block;
      width: 25%;
      text-align: center;
      background-color: #F2F2F2; }
      .product-wrapper .product-infos .flex-wrapper .product-info-side .service-block, .product-wrapper .product-infos .flex-wrapper .product-info-side .tipps-block {
        padding: 15px; }
        .product-wrapper .product-infos .flex-wrapper .product-info-side .service-block h3, .product-wrapper .product-infos .flex-wrapper .product-info-side .tipps-block h3 {
          margin-bottom: 15px; }
      .product-wrapper .product-infos .flex-wrapper .product-info-side .service-block img {
        background: #D51317;
        border-radius: 50%;
        padding: 10px;
        max-width: 100px;
        max-height: 100px; }
      .product-wrapper .product-infos .flex-wrapper .product-info-side .tipps-block ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center; }
        .product-wrapper .product-infos .flex-wrapper .product-info-side .tipps-block ul li a {
          text-decoration: none; }
          .product-wrapper .product-infos .flex-wrapper .product-info-side .tipps-block ul li a img {
            max-width: 75px; } }

@media only screen and (min-width: 768px) {
  .product-wrapper #box-description #product-video {
    width: 50%;
    float: left;
    margin: 0 15px 15px 0; }
  .product-wrapper #box-more .product-more {
    display: flex;
    margin-bottom: 15px; }
    .product-wrapper #box-more .product-more .product-more-image {
      width: 18%;
      margin-right: 2%; }
    .product-wrapper #box-more .product-more .product-more-content {
      width: 80%; }
  .product-wrapper .product-additional-inner {
    display: flex; }
    .product-wrapper .product-additional-inner .product-delivery, .product-wrapper .product-additional-inner .product-payment {
      width: 49%;
      padding: 0 15px;
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; } }

.product-wrapper .product-additional-boxes {
  margin: 0 auto 15px auto;
  background-color: #F2F2F2; }
  .product-wrapper .product-additional-boxes .product-additional-inner {
    padding: 10px;
    max-width: 78.125rem;
    margin: 0 auto; }
  .product-wrapper .product-additional-boxes .product-payment dl {
    display: inline-block; }
    .product-wrapper .product-additional-boxes .product-payment dl dt, .product-wrapper .product-additional-boxes .product-payment dl dd {
      margin: 0;
      padding: 0;
      float: left; }
    .product-wrapper .product-additional-boxes .product-payment dl dt {
      width: 30%;
      font-weight: bold; }
    .product-wrapper .product-additional-boxes .product-payment dl dd {
      width: 70%; }
  .product-wrapper .product-additional-boxes .payment-methods ul {
    text-align: center;
    padding: 0;
    margin: 0; }

.catalog-product-view .price-box {
  color: #D51317; }
  .catalog-product-view .price-box .price-as-configured .price-label {
    display: none; }

.cart .page-title {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding-bottom: 20px;
  border: none; }
  .cart .page-title h1 {
    font-size: 20px;
    text-align: left;
    float: none; }
  .cart .page-title ul button {
    width: 100%; }

.cart .freeshipping-wrapper {
  width: 100%;
  display: table;
  margin: 10px 0;
  padding-bottom: 20px; }
  .cart .freeshipping-wrapper .freeshipping-message, .cart .freeshipping-wrapper i {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
    background-color: #F2F2F2; }
  .cart .freeshipping-wrapper i {
    background: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: center; }
  .cart .freeshipping-wrapper .freeshipping-message .freeshipping-value {
    font-weight: bold; }

.cart .checkout-types {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: right; }
  .cart .checkout-types:after {
    float: none;
    clear: both; }
  .cart .checkout-types li {
    margin: 0;
    padding: 0; }
  .cart .checkout-types .btn-proceed-checkout {
    display: block;
    width: 100%;
    background: #D51317;
    padding: 8px 20px;
    border: none;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 16px;
    float: right; }

.cart .cart-table thead {
  display: none; }

.cart .cart-table tbody tr {
  position: relative;
  background: #E5E5E5; }
  .cart .cart-table tbody tr:nth-child(even) {
    background: #F2F2F2; }

.cart .cart-table tbody td {
  display: inline-block;
  position: relative; }
  .cart .cart-table tbody td .availability {
    display: flex;
    align-items: center; }
    .cart .cart-table tbody td .availability i {
      font-size: 12px;
      margin-right: 5px; }
    .cart .cart-table tbody td .availability.green {
      color: #50811B; }
    .cart .cart-table tbody td .availability.red {
      color: #D51317; }
  .cart .cart-table tbody td a {
    text-decoration: none; }
  .cart .cart-table tbody td h2.product-name {
    font-size: 16px;
    font-weight: bold; }
  .cart .cart-table tbody td .item-prop, .cart .cart-table tbody td .item-options, .cart .cart-table tbody td .baseprice, .cart .cart-table tbody td .item-msg {
    font-size: 14px;
    color: #999999; }
  .cart .cart-table tbody td .item-msg {
    color: #4D4D4D; }
  .cart .cart-table tbody td dt {
    display: none; }
  .cart .cart-table tbody td dd {
    margin: 0;
    padding: 0;
    display: block; }
    .cart .cart-table tbody td dd .price {
      display: none; }

.cart .cart-table tbody td:nth-child(1) {
  width: 25%; }

.cart .cart-table tbody td:nth-child(2) {
  width: 65%; }

.cart .cart-table tbody td:nth-child(3) {
  width: 10%;
  text-align: center; }
  .cart .cart-table tbody td:nth-child(3) a {
    font-size: 0; }
    .cart .cart-table tbody td:nth-child(3) a:before {
      content: "\f040";
      font-family: FontAwesome;
      font-size: 20px; }
      .cart .cart-table tbody td:nth-child(3) a:before:hover {
        color: #D51317; }

.cart .cart-table tbody td:nth-child(4) {
  width: 25%; }
  .cart .cart-table tbody td:nth-child(4) .baseprice {
    white-space: nowrap;
    padding-top: 5px; }

.cart .cart-table tbody td:nth-child(5) {
  width: 40%; }
  .cart .cart-table tbody td:nth-child(5) input {
    width: 100%;
    margin-top: -10px; }

.cart .cart-table tbody td:nth-child(6) {
  width: 20%; }
  .cart .cart-table tbody td:nth-child(6) .cart-price {
    font-weight: bold; }

.cart .cart-table tbody td:nth-child(7) {
  width: 10%;
  text-align: center; }
  .cart .cart-table tbody td:nth-child(7) a {
    font-size: 0; }
    .cart .cart-table tbody td:nth-child(7) a:before {
      content: "\f05e";
      font-family: FontAwesome;
      font-size: 16px;
      color: #D51317; }

.cart .cart-collaterals {
  margin: 15px 0; }
  .cart .cart-collaterals .update-shopping-cart {
    text-transform: none;
    font-weight: normal;
    color: #4D4D4D;
    font-size: 14px;
    background: #D9D9D9;
    border: none;
    padding: 6px 15px;
    margin-bottom: 15px; }
    .cart .cart-collaterals .update-shopping-cart:before {
      content: "\f021";
      font-family: FontAwesome;
      margin-right: 5px; }
  .cart .cart-collaterals .totals {
    padding: 10px;
    background: #E5E5E5; }
    .cart .cart-collaterals .totals table {
      text-align: right;
      background: none; }
      .cart .cart-collaterals .totals table tfoot {
        border-top: 1px solid #B2B2B2; }
        .cart .cart-collaterals .totals table tfoot tr:last-child {
          font-size: 20px; }
      .cart .cart-collaterals .totals table tr {
        background: none; }
  .cart .cart-collaterals button.btn-continue {
    width: 100%;
    height: 40px;
    border: none;
    background: #D9D9D9;
    color: #4D4D4D;
    font-size: 16px;
    padding: 6px 20px;
    margin: 15px 0; }
  .cart .cart-collaterals #discount-coupon-form {
    background: #F2F2F2;
    padding: 10px;
    margin: 15px 0; }
    .cart .cart-collaterals #discount-coupon-form h2 {
      font-size: 20px;
      margin-bottom: 10px;
      cursor: pointer; }
    .cart .cart-collaterals #discount-coupon-form .discount-form {
      display: inline-block;
      width: 100%; }
      .cart .cart-collaterals #discount-coupon-form .discount-form label {
        display: none; }
      .cart .cart-collaterals #discount-coupon-form .discount-form .input-box {
        width: 85%;
        float: left; }
        .cart .cart-collaterals #discount-coupon-form .discount-form .input-box input#coupon_code {
          width: 100%;
          height: 40px; }
      .cart .cart-collaterals #discount-coupon-form .discount-form .buttons-set {
        width: 15%;
        float: left; }
        .cart .cart-collaterals #discount-coupon-form .discount-form .buttons-set button.submit-coupon {
          width: 100%;
          text-align: center;
          height: 40px;
          background: #999999;
          color: white;
          border: none;
          font-size: 0; }
          .cart .cart-collaterals #discount-coupon-form .discount-form .buttons-set button.submit-coupon:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 20px; }
          .cart .cart-collaterals #discount-coupon-form .discount-form .buttons-set button.submit-coupon:hover {
            background: #D51317; }
      .cart .cart-collaterals #discount-coupon-form .discount-form button.cancel-coupon {
        margin: 10px 0;
        padding: 0;
        border: 0;
        background: none;
        text-decoration: underline; }
        .cart .cart-collaterals #discount-coupon-form .discount-form button.cancel-coupon:hover {
          color: #D51317; }

@media only screen and (min-width: 480px) {
  .cart .page-title h1 {
    font-size: 24px; }
  .cart .checkout-types {
    width: auto; }
    .cart .checkout-types button.btn-proceed-checkout {
      width: auto; }
  .cart .cart-collaterals {
    width: auto; }
    .cart .cart-collaterals #discount-coupon-form .discount-form {
      max-width: 350px; }
      .cart .cart-collaterals #discount-coupon-form .discount-form label {
        display: block; }
    .cart .cart-collaterals button.btn-continue {
      margin: 0;
      width: auto;
      float: left; } }

@media only screen and (min-width: 768px) {
  .cart .page-title h1 {
    font-size: 32px; }
  .cart .cart-table thead {
    display: table-header-group;
    background: #262626;
    color: white; }
    .cart .cart-table thead tr {
      background: none; }
    .cart .cart-table thead th {
      display: table-cell;
      background: none; }
  .cart .cart-table tbody td {
    display: table-cell;
    width: auto !important; }
    .cart .cart-table tbody td input {
      margin-top: 0 !important; }
    .cart .cart-table tbody td .product-image {
      min-width: 75px;
      min-height: 75px; }
  .cart .totals-wrapper {
    display: inline-block;
    width: 100%;
    margin: 15px 0; }
    .cart .totals-wrapper #discount-coupon-form, .cart .totals-wrapper .totals {
      width: 49%;
      margin: 0;
      min-height: 150px; }
    .cart .totals-wrapper .totals {
      float: right; }
    .cart .totals-wrapper #discount-coupon-form {
      float: left;
      margin-right: 2%; } }

#checkoutSteps {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  #checkoutSteps .step-title {
    font-size: 1rem;
    color: #999999;
    position: relative;
    padding: 5px 0; }
    #checkoutSteps .step-title .number {
      background-color: #E5E5E5;
      color: #999999;
      width: 35px;
      font-weight: bold;
      text-align: center;
      padding: 4px;
      margin-right: 10px; }
    #checkoutSteps .step-title * {
      font-size: inherit;
      display: inline-block;
      vertical-align: baseline; }
      @media only screen and (max-width: 35.625em) {
        #checkoutSteps .step-title * {
          font-size: 13px; } }
    #checkoutSteps .step-title a {
      font-size: 0;
      position: absolute;
      right: 0;
      top: 10px;
      display: none; }
      #checkoutSteps .step-title a:before {
        content: \f00c;
        color: #50811B;
        font-size: 1.25rem; }
      #checkoutSteps .step-title a:after {
        content: "\f303";
        font-size: 1.25rem;
        color: #999999;
        margin-left: 15px; }
  #checkoutSteps .section {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    border-top: 1px solid #F2F2F2; }
    #checkoutSteps .section:last-child {
      border-bottom: 1px solid #F2F2F2; }
    #checkoutSteps .section.active .step-title, #checkoutSteps .section.allow .step-title {
      color: #4D4D4D; }
      #checkoutSteps .section.active .step-title .number, #checkoutSteps .section.allow .step-title .number {
        background-color: #D51317;
        color: #ffffff; }
    #checkoutSteps .section.active .step {
      border-top: 1px solid #F2F2F2; }
    #checkoutSteps .section.allow .step-title {
      cursor: pointer; }
      #checkoutSteps .section.allow .step-title:hover {
        color: #4D4D4D; }
        #checkoutSteps .section.allow .step-title:hover a:before {
          color: #4D4D4D; }
      #checkoutSteps .section.allow .step-title a {
        display: block; }
    #checkoutSteps .section.allow.active .step-title a:before {
      display: none; }
  #checkoutSteps .step {
    padding: 0.9375rem 0 2.8125rem;
    overflow: hidden;
    position: relative; }
    #checkoutSteps .step .please-wait {
      position: absolute;
      bottom: 13px;
      left: 0; }
      #checkoutSteps .step .please-wait img {
        margin-right: 5px; }
    #checkoutSteps .step .buttons-set {
      margin-top: 30px;
      overflow: hidden; }
      #checkoutSteps .step .buttons-set .back-link {
        float: left;
        margin: 0;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase; }
        #checkoutSteps .step .buttons-set .back-link a {
          text-decoration: none;
          margin-top: 7px;
          display: inline-block; }
          #checkoutSteps .step .buttons-set .back-link a:before {
            content: \f077;
            display: inline-block;
            margin-right: 7px;
            bottom: 2px;
            position: relative; }
        #checkoutSteps .step .buttons-set .back-link small {
          display: none; }
      #checkoutSteps .step .buttons-set .f-left a {
        display: inline-block; }
    #checkoutSteps .step p.required {
      clear: both;
      color: #D51317;
      font-size: 0.75rem;
      margin-top: 0; }
    #checkoutSteps .step li.control {
      background-color: #ffffff;
      border-bottom: 2px solid #D9D9D9;
      margin: 10px 0;
      padding: 10px 5px 5px 15px; }
      @media only screen and (max-width: 31em) {
        #checkoutSteps .step li.control {
          padding: 5px 5px 2px 8px; } }
  #checkoutSteps button.button {
    background-color: #50811B;
    border: 0;
    border-bottom: 2px solid #365712;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px;
    width: auto;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.7s ease-in-out;
    float: right; }
    #checkoutSteps button.button:hover {
      background-color: #365712; }
    #checkoutSteps button.button > span:after {
      content: \f078;
      display: inline-block;
      margin-left: 7px;
      bottom: 2px;
      position: relative; }

#checkout-step-login h3 {
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 30px; }

#checkout-step-login .col-1 ul, #checkout-step-login .col-1 li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

#checkout-step-login .col-1 ul {
  margin: 15px 0; }

#checkout-step-login .col-1 li {
  position: relative;
  padding: 3px 0 3px 28px; }
  #checkout-step-login .col-1 li:before {
    content: \f00c;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 6px; }

#checkout-step-login button {
  width: 100%;
  display: block;
  float: none; }
  #checkout-step-login button > span:after {
    display: none; }

form[id*="co-"] {
  background-color: #F2F2F2;
  padding: 30px; }
  @media only screen and (max-width: 42.813em) {
    form[id*="co-"] {
      padding: 0.9375rem; } }
  form[id*="co-"] .control .radio {
    top: -1px; }

#billing-new-address-form,
#shipping-new-address-form {
  margin-bottom: 15px !important; }
  #billing-new-address-form li.control,
  #shipping-new-address-form li.control {
    margin-top: 0 !important;
    float: right;
    width: 70%; }
    @media only screen and (max-width: 42.813em) {
      #billing-new-address-form li.control,
      #shipping-new-address-form li.control {
        width: 100%;
        float: none; } }
  #billing-new-address-form .validation-advice:before,
  #shipping-new-address-form .validation-advice:before {
    content: \f071;
    display: inline-block;
    margin-right: 8px;
    font-size: 1rem; }

#billing-new-address-form li > label {
  width: 30%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  margin-top: 9px; }
  #billing-new-address-form li > label + .input-box {
    width: 70%;
    display: inline-block;
    margin-bottom: 5px !important; }

#billing-new-address-form li.control label {
  margin-top: 0;
  width: auto; }

#checkbox_container {
  background-color: #ffffff;
  padding: 0.9375rem;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 1.875rem;
  margin-top: -15px;
  position: relative; }
  #checkbox_container > input {
    position: absolute;
    top: 19px;
    left: 15px; }
  #checkbox_container > div {
    padding-left: 25px; }
  #checkbox_container p {
    margin: 0;
    padding-bottom: 8px; }
    #checkbox_container p:last-child {
      padding: 0; }
  #checkbox_container ul {
    padding-left: 14px;
    margin: 0 0 10px; }
  #checkbox_container li {
    padding: 3px 0;
    list-style: square;
    margin: 0;
    border: 0;
    background-color: transparent; }

#checkout-payment-method-load label {
  font-weight: bold; }

#checkout-payment-method-load ul.form-list {
  padding: 0.9375rem 0 0;
  margin-left: 27px; }
  #checkout-payment-method-load ul.form-list label {
    width: 30%;
    display: inline-block;
    font-weight: normal;
    margin-right: -4px;
    vertical-align: top;
    margin-top: 9px; }
    #checkout-payment-method-load ul.form-list label + .input-box {
      width: 70%;
      display: inline-block;
      margin-bottom: 5px; }
    @media only screen and (max-width: 42.813em) {
      #checkout-payment-method-load ul.form-list label {
        width: 100%;
        margin-bottom: 5px; }
        #checkout-payment-method-load ul.form-list label + .input-box {
          width: 100%; } }
  #checkout-payment-method-load ul.form-list input, #checkout-payment-method-load ul.form-list select {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2; }

#checkout-payment-method-load .input-box {
  overflow: hidden; }

#checkout-payment-method-load .v-fix {
  width: 48%;
  float: left; }
  #checkout-payment-method-load .v-fix:first-child {
    margin-right: 4%; }

#checkout-step-payment #co-payment-form {
  padding-bottom: 0;
  overflow: hidden; }

#checkout-step-payment #payment-buttons-container {
  background-color: #F2F2F2;
  padding: 15px 30px 30px;
  margin-top: 0; }

#checkout-review-load {
  background-color: #F2F2F2;
  padding: 30px; }

#ogordercomment {
  margin-bottom: 1.875rem; }
  #ogordercomment br {
    display: none; }
  #ogordercomment label {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block; }
  #ogordercomment textarea {
    width: 100%;
    resize: none;
    min-height: 100px; }

@media only screen and (max-width: 35.625em) {
  #checkout-step-review table thead tr th {
    display: none; }
  #checkout-step-review table tbody tr {
    display: block;
    padding: 10px;
    border-top: none;
    border-bottom: 1px solid #E5E5E5; }
    #checkout-step-review table tbody tr:nth-child(even) {
      background: rgba(0, 0, 0, 0.1); }
    #checkout-step-review table tbody tr td {
      display: block;
      width: 100%;
      text-align: left;
      padding: 0;
      margin: 0; }
      #checkout-step-review table tbody tr td h3.product-name {
        text-align: left;
        float: none; }
      #checkout-step-review table tbody tr td:last-child {
        padding-left: 0; }
      #checkout-step-review table tbody tr td:nth-child(2) {
        margin-bottom: 15px; }
        #checkout-step-review table tbody tr td:nth-child(2) span.cart-price, #checkout-step-review table tbody tr td:nth-child(2) div.baseprice {
          display: inline; }
        #checkout-step-review table tbody tr td:nth-child(2) span.cart-price {
          margin-right: 10px; }
    #checkout-step-review table tbody tr td[data-rwd-label] {
      text-align: left; }
      #checkout-step-review table tbody tr td[data-rwd-label]:before {
        content: attr(data-rwd-label) ": "; }
  #checkout-step-review table tfoot tr {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid black; }
    #checkout-step-review table tfoot tr.first {
      margin-top: 20px;
      border-top: none; }
    #checkout-step-review table tfoot tr td {
      display: inline-block;
      text-transform: none; }
      #checkout-step-review table tfoot tr td:first-child {
        border-top: none;
        margin-top: 20px; }
      #checkout-step-review table tfoot tr td.a-right {
        width: 70%;
        padding: 0;
        margin: 0; }
      #checkout-step-review table tfoot tr td.last {
        width: 28%;
        padding: 0;
        margin: 0; }
  #checkout-step-review #checkout-review-submit button {
    font-size: 15px; } }

#checkout-step-review table {
  border-bottom: 1px solid #E5E5E5; }

#checkout-step-review td {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: right; }

#checkout-step-review tbody td:first-child {
  text-align: left; }

#checkout-step-review tbody td:nth-last-child(3) span.price {
  font-weight: normal; }

#checkout-step-review tfoot {
  text-transform: uppercase; }
  #checkout-step-review tfoot tr {
    border: 0; }
    #checkout-step-review tfoot tr td {
      padding-bottom: 20px;
      padding-top: 0; }
  #checkout-step-review tfoot tr.first {
    border-top: 1px solid #E5E5E5; }
    #checkout-step-review tfoot tr.first td {
      padding-top: 30px;
      padding-bottom: 7px; }
  #checkout-step-review tfoot tr.last {
    border-top: 1px solid #E5E5E5; }
    #checkout-step-review tfoot tr.last td {
      font-size: 1.25rem;
      padding-top: 15px;
      padding-bottom: 15px; }

#checkout-step-review thead th.a-center {
  text-align: right; }

#checkout-step-review ol, #checkout-step-review li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

#checkout-step-review .item-options {
  margin-bottom: 5px; }
  #checkout-step-review .item-options dd {
    display: block; }

#checkout-step-review input.checkbox {
  top: 0; }

#checkout-step-review .baseprice {
  color: #999999;
  font-size: 0.75rem; }

#checkout-step-review #review-buttons-container {
  margin-top: 30px; }
  #checkout-step-review #review-buttons-container .f-left {
    float: left;
    font-weight: normal;
    color: #4D4D4D;
    margin-top: 8px; }
    #checkout-step-review #review-buttons-container .f-left a {
      text-decoration: underline; }
  #checkout-step-review #review-buttons-container button {
    float: right; }
    #checkout-step-review #review-buttons-container button > span:after {
      content: \f054;
      margin-left: 10px;
      bottom: 0; }

#fd-delivery_date {
  display: block; }
  #fd-delivery_date.fd-dp-fade {
    display: none !important; }

#checkout-agreements {
  margin-top: 1.875rem; }
  #checkout-agreements li {
    background-color: #ffffff;
    border-bottom: 2px solid #D9D9D9;
    margin: 10px 0;
    padding: 8px 5px 11px 15px; }
    @media only screen and (max-width: 31em) {
      #checkout-agreements li {
        padding: 5px 5px 5px 8px; } }
    #checkout-agreements li p.agree {
      margin: 0;
      position: relative; }
      #checkout-agreements li p.agree input {
        position: absolute;
        top: 5px;
        left: 0; }
      #checkout-agreements li p.agree label {
        padding-left: 20px; }

.checkout-onepage-index .checkout-info {
  border: 1px solid #E5E5E5;
  margin-top: 30px;
  padding: 1.875rem; }
  @media only screen and (max-width: 42.813em) {
    .checkout-onepage-index .checkout-info {
      padding: 0.9375rem; } }
  .checkout-onepage-index .checkout-info h3 {
    text-transform: uppercase; }
  .checkout-onepage-index .checkout-info ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; }
  .checkout-onepage-index .checkout-info p {
    margin: 0; }

.checkout-onepage-index .checkout-benefits ul {
  overflow: hidden;
  text-align: left; }

.checkout-onepage-index .checkout-benefits li {
  width: 49%;
  vertical-align: top;
  text-align: left;
  float: left;
  padding-left: 23px;
  position: relative; }
  .checkout-onepage-index .checkout-benefits li:nth-child(2n+1) {
    margin-right: 2%; }
  @media only screen and (max-width: 42.813em) {
    .checkout-onepage-index .checkout-benefits li {
      width: 100%;
      margin: 0; } }
  .checkout-onepage-index .checkout-benefits li:before {
    content: \f00c;
    font-size: 1rem;
    position: absolute;
    top: 6px;
    left: 0; }

.block-progress dt {
  border: 1px solid #E5E5E5;
  font-weight: bold;
  font-size: 1rem;
  color: #999999;
  padding: 15px 20px 15px 30px;
  margin-bottom: 7px; }
  @media only screen and (max-width: 42.813em) {
    .block-progress dt {
      padding: 10px 15px 10px 15px; } }
  .block-progress dt.complete {
    border-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #4D4D4D; }
    .block-progress dt.complete a {
      font-size: 0;
      float: right; }
      .block-progress dt.complete a:before {
        font-size: 1.25rem;
        content: "\f303"; }

.block-progress dd.complete {
  border: 1px solid #E5E5E5;
  border-top: 0;
  padding: 0 30px 20px;
  font-style: normal;
  margin-bottom: 7px; }
  @media only screen and (max-width: 42.813em) {
    .block-progress dd.complete {
      padding: 0 15px 10px; } }
  .block-progress dd.complete address {
    font-style: inherit; }

.block-progress .separator {
  display: none; }

.checkout-onepage-success h2 {
  font-size: 1.25rem; }

.checkout-onepage-success .buttons-set button {
  background-color: #F2F2F2;
  border: 0;
  border-bottom: 2px solid #d9d8d8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: #4D4D4D;
  display: inline-block;
  padding: 6px 30px;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.7s ease-in-out;
  display: inline-block;
  margin-top: 1.875rem; }
  .checkout-onepage-success .buttons-set button:hover {
    background-color: #d9d8d8; }

@media only screen and (max-width: 35.625em) {
  .recipes-list .item .recipe-attributes {
    display: none; } }

@media only screen and (max-width: 42.813em) {
  .recipes-list .item .recipe-attributes span {
    display: block;
    border: 0;
    margin: 10px 0; } }

.product-type-rezept .recipe-view {
  max-width: 78.125rem;
  margin: 0 auto; }
  .product-type-rezept .recipe-view .product-print-inside {
    text-align: right; }
  .product-type-rezept .recipe-view form {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .product-type-rezept .recipe-view form .recipe-teaser {
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #D9D9D9; }
    .product-type-rezept .recipe-view form .recipe-media, .product-type-rezept .recipe-view form .recipe-action {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .product-type-rezept .recipe-view form .recipe-media, .product-type-rezept .recipe-view form .recipe-action {
          width: 48%;
          margin-right: 2%;
          padding: 0; }
          .product-type-rezept .recipe-view form .recipe-media:last-child, .product-type-rezept .recipe-view form .recipe-action:last-child {
            margin-right: 0; } }
    .product-type-rezept .recipe-view form .recipe-media .navigation-slider {
      display: none; }
    .product-type-rezept .recipe-view form .recipe-media .product-img-box {
      width: 100%; }
    .product-type-rezept .recipe-view form .recipe-media .recipe-attributes {
      list-style: none;
      margin: 0;
      padding: 0; }
    .product-type-rezept .recipe-view form .recipe-action {
      background: #F2F2F2;
      padding: 15px; }
  .product-type-rezept .recipe-view .recipe-description {
    border-top: 1px solid #D9D9D9;
    margin-top: 15px;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .product-type-rezept .recipe-view .recipe-description #product-video {
        max-width: 50%;
        margin: 0 auto; } }

@media only screen and (max-width: 35.625em) {
  .farmer-list .item img, .portalpartner-list .item img {
    margin-left: 0;
    margin-bottom: 0; } }

.product-type-zuechter .product-navigation {
  display: none; }

.farmer-essential, .facts-essential, .depotpartner-essential, .tip-essential, .race-essential {
  text-align: center;
  position: relative;
  bottom: 21px; }
  @media only screen and (max-width: 86.5em) {
    .farmer-essential, .facts-essential, .depotpartner-essential, .tip-essential, .race-essential {
      background-color: #D51317; } }

.farmer-media, .depotpartner-media, .tip-media, .race-media {
  position: relative; }
  .farmer-media img, .depotpartner-media img, .tip-media img, .race-media img {
    display: block;
    height: auto;
    width: auto;
    max-width: none;
    margin: 0 auto; }
  .farmer-media:after, .depotpartner-media:after, .tip-media:after, .race-media:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.farmer-teaser, .depotpartner-teaser, .tip-teaser, .race-teaser {
  text-shadow: 1px 1px 0 #4D4D4D;
  color: #ffffff; }
  .farmer-teaser .details, .depotpartner-teaser .details, .tip-teaser .details, .race-teaser .details {
    margin-top: 0.9375rem; }
  .farmer-teaser h1, .depotpartner-teaser h1, .tip-teaser h1, .race-teaser h1 {
    margin-top: 30px; }
  .farmer-teaser img, .depotpartner-teaser img, .tip-teaser img, .race-teaser img {
    border: 5px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.875rem; }
  .farmer-teaser p, .depotpartner-teaser p, .tip-teaser p, .race-teaser p {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle; }
  @media only screen and (min-width: 86.563em) {
    .farmer-teaser, .depotpartner-teaser, .tip-teaser, .race-teaser {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0; }
      .farmer-teaser p, .depotpartner-teaser p, .tip-teaser p, .race-teaser p {
        margin: 30px 0; } }
  @media only screen and (max-width: 86.5em) {
    .farmer-teaser, .depotpartner-teaser, .tip-teaser, .race-teaser {
      padding: 1.875rem 0; } }
  @media only screen and (min-width: 72.5em) {
    .farmer-teaser h1, .depotpartner-teaser h1, .tip-teaser h1, .race-teaser h1 {
      font-size: 5rem;
      line-height: 1; } }
  @media only screen and (max-width: 81.5em) {
    .farmer-teaser, .depotpartner-teaser, .tip-teaser, .race-teaser {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .farmer-teaser, .depotpartner-teaser, .tip-teaser, .race-teaser {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.farmer-description, .facts-video,
.facts-description, .tip-description, .race-description {
  padding: 30px 0; }
  .farmer-description .description, .facts-video .description, .facts-description .description, .tip-description .description, .race-description .description {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem;
    overflow: hidden;
    text-align: justify; }
    .farmer-description .description:before, .facts-video .description:before, .facts-description .description:before, .tip-description .description:before, .race-description .description:before, .farmer-description .description:after, .facts-video .description:after, .facts-description .description:after, .tip-description .description:after, .race-description .description:after {
      content: " ";
      display: table; }
    .farmer-description .description:after, .facts-video .description:after, .facts-description .description:after, .tip-description .description:after, .race-description .description:after {
      clear: both; }
    @media only screen and (max-width: 81.5em) {
      .farmer-description .description, .facts-video .description, .facts-description .description, .tip-description .description, .race-description .description {
        width: auto;
        margin-right: 1.875rem;
        margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .farmer-description .description, .facts-video .description, .facts-description .description, .tip-description .description, .race-description .description {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
    .farmer-description .description h3, .facts-video .description h3, .facts-description .description h3, .tip-description .description h3, .race-description .description h3 {
      font-size: 1rem;
      margin-bottom: 15px;
      clear: both; }
    .farmer-description .description p + h3, .facts-video .description p + h3, .facts-description .description p + h3, .tip-description .description p + h3, .race-description .description p + h3 {
      padding-top: 15px; }

.farmer-infos {
  padding: 30px;
  background-color: #F2F2F2; }
  .farmer-infos:last-child {
    margin-bottom: 60px; }
  .farmer-infos .infos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem;
    text-align: center; }
    .farmer-infos .infos:before, .farmer-infos .infos:after {
      content: " ";
      display: table; }
    .farmer-infos .infos:after {
      clear: both; }
    .farmer-infos .infos > div {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 25%;
      float: left;
      font-size: 1.25rem; }
      @media only screen and (max-width: 81em) {
        .farmer-infos .infos > div {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 50%;
          float: left; }
          .farmer-infos .infos > div:nth-last-child(1), .farmer-infos .infos > div:nth-last-child(2) {
            margin-top: 2.8125rem; } }
      @media only screen and (max-width: 45em) {
        .farmer-infos .infos > div {
          padding-left: 0;
          padding-right: 0;
          width: 100%;
          float: left; }
          .farmer-infos .infos > div:nth-last-child(n) {
            margin-top: 1.875rem; }
          .farmer-infos .infos > div:first-child {
            margin-top: 0; } }
      .farmer-infos .infos > div p {
        margin: 0; }
        .farmer-infos .infos > div p.banner {
          margin-top: 15px;
          padding: 3px 5px 5px;
          background-color: #D51317;
          color: #ffffff;
          text-transform: uppercase;
          font-family: "TexGyreAdventor", Arial, sans-serif;
          font-size: 1.25rem;
          font-weight: bold; }
      .farmer-infos .infos > div h4 {
        font-size: 1.25rem;
        margin: 10px 0 5px; }
      .farmer-infos .infos > div i {
        font-size: 14px;
        margin: 0 2px; }
        .farmer-infos .infos > div i:nth-of-type(2) {
          font-size: 1.25rem; }

.product-type-wissenswertes .product-navigation {
  display: none; }

.facts-essential {
  height: 400px;
  background-color: #D51317;
  bottom: 21px; }

.facts-teaser {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 0 #4D4D4D;
  color: #ffffff; }
  .facts-teaser .facts-teaser-inside {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem; }
    .facts-teaser .facts-teaser-inside:before, .facts-teaser .facts-teaser-inside:after {
      content: " ";
      display: table; }
    .facts-teaser .facts-teaser-inside:after {
      clear: both; }
    @media only screen and (max-width: 81.5em) {
      .facts-teaser .facts-teaser-inside {
        width: auto;
        margin-right: 1.875rem;
        margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .facts-teaser .facts-teaser-inside {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .facts-teaser p {
    font-size: 1rem;
    margin: 30px 0; }
  .facts-teaser img {
    margin-top: 1.875rem; }
  @media only screen and (min-width: 72.5em) {
    .facts-teaser h1 {
      font-size: 5rem;
      line-height: 1; } }

.facts-video {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .facts-video {
      width: 50%;
      margin: 0 auto; } }

.depotpartner-list {
  margin-top: 1.875rem; }

.depotpartner-map {
  overflow: hidden; }
  .depotpartner-map .filter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    padding: 1.25rem;
    background-color: #F2F2F2; }
    .depotpartner-map .filter label {
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 0.9375rem;
      display: block; }
    .depotpartner-map .filter .input-box {
      position: relative;
      overflow: hidden; }
    .depotpartner-map .filter input {
      width: 100%;
      padding-right: 45px; }
      .depotpartner-map .filter input::-webkit-input-placeholder {
        font-style: italic; }
      .depotpartner-map .filter input::-moz-placeholder {
        font-style: italic; }
      .depotpartner-map .filter input:-moz-placeholder {
        font-style: italic; }
      .depotpartner-map .filter input:-ms-input-placeholder {
        font-style: italic; }
    .depotpartner-map .filter button {
      background-color: transparent;
      border: 0;
      color: #262626;
      padding: 0;
      font-size: 0;
      position: absolute;
      right: 0;
      top: 0;
      height: 35px;
      width: 35px; }
      .depotpartner-map .filter button:after {
        content: \f002;
        font-size: 14px; }
  .depotpartner-map .overlay {
    width: 100%;
    min-height: 500px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left; }

.depotpartner-listing {
  margin-top: 2.8125rem; }
  .depotpartner-listing h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem; }
  .depotpartner-listing ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-size: 0; }
  .depotpartner-listing li {
    width: 48%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 0;
    border: 1px solid #E5E5E5; }
    .depotpartner-listing li:nth-child(2n) {
      margin-right: 0; }
  .depotpartner-listing .item-inner {
    overflow: hidden; }
    .depotpartner-listing .item-inner .depotpartner-image,
    .depotpartner-listing .item-inner .depotpartner-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; }
    .depotpartner-listing .item-inner .depotpartner-info {
      padding-top: 30px;
      padding-bottom: 30px; }
    .depotpartner-listing .item-inner .depotpartner-name {
      font-weight: bold;
      font-size: 1rem; }
    .depotpartner-listing .item-inner .depotpartner-short-description p {
      margin: 0; }
    .depotpartner-listing .item-inner .depotpartner-link {
      font-size: 1rem; }
    .depotpartner-listing .item-inner img {
      display: block;
      margin: 0 auto; }

.depotpartner-essential {
  bottom: 21px; }

.depotpartner-teaser .depotpartner-logo {
  margin: 10px 0; }

.depotpartner-teaser .depotpartner-subname {
  display: block;
  font-size: 14px; }

.depotpartner-teaser .depotpartner-headline {
  font-size: 2.5rem;
  line-height: 1.3; }
  .depotpartner-teaser .depotpartner-headline .depotpartner-name {
    font-size: 3.75rem; }

.depotpartner-view .return-to-overview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: none;
  padding: 0.9375rem 0; }
  .depotpartner-view .return-to-overview:before, .depotpartner-view .return-to-overview:after {
    content: " ";
    display: table; }
  .depotpartner-view .return-to-overview:after {
    clear: both; }
  @media only screen and (max-width: 81.5em) {
    .depotpartner-view .return-to-overview {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .depotpartner-view .return-to-overview {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .depotpartner-view .return-to-overview a {
    text-decoration: none; }
    .depotpartner-view .return-to-overview a:before {
      background-color: #F2F2F2;
      border: 0;
      border-bottom: 2px solid #d9d8d8;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      color: #4D4D4D;
      display: inline-block;
      padding: 6px 30px;
      width: auto;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.7s ease-in-out;
      height: 40px;
      line-height: 40px;
      width: 40px;
      vertical-align: baseline;
      padding: 0;
      text-align: center;
      bottom: 1px;
      position: relative;
      font-size: 1.25rem;
      content: \f00a;
      margin-right: 10px;
      vertical-align: baseline; }
      .depotpartner-view .return-to-overview a:before:hover {
        background-color: #d9d8d8; }

.depotpartner-view dl {
  overflow: hidden; }

.depotpartner-view dt, .depotpartner-view dd {
  float: left;
  display: block;
  padding: 2px 0; }

.depotpartner-view dt {
  width: 65px;
  font-weight: normal;
  clear: both; }

.depotpartner-view dd a {
  text-decoration: none;
  color: #D51317; }

.depotpartner-infos {
  padding: 2.8125rem 0;
  overflow: hidden; }
  .depotpartner-infos h3 {
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
    font-size: 1rem; }
  @media only screen and (max-width: 81.5em) {
    .depotpartner-infos {
      width: auto;
      margin-right: 1.875rem;
      margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .depotpartner-infos {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  .depotpartner-infos .fb-like {
    margin-top: 1.875rem; }

.depotpartner-details {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 20.8333333333%;
  float: left;
  overflow: hidden; }
  @media only screen and (max-width: 72.5em) {
    .depotpartner-details {
      width: auto;
      float: none;
      margin-bottom: 2.8125rem; } }
  @media screen and (min-width: 48em) and (max-width: 72.5em) {
    .depotpartner-details {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }

.depotpartner-contact,
.depotpartner-openings {
  margin-top: 2.8125rem; }

@media screen and (min-width: 48em) and (max-width: 72.5em) {
  .depotpartner-access,
  .depotpartner-contact,
  .depotpartner-openings {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    margin-top: 0; } }

.depotpartner-location {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 29.1666666667%;
  float: left; }
  @media only screen and (max-width: 72.5em) {
    .depotpartner-location {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.6666666667%;
      float: left; } }
  @media only screen and (max-width: 57em) {
    .depotpartner-location {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left;
      margin-bottom: 2.8125rem; } }
  .depotpartner-location .overlay {
    width: 100%;
    min-height: 345px; }

.depotpartner-description {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left; }
  @media only screen and (max-width: 72.5em) {
    .depotpartner-description {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 58.3333333333%;
      float: left; } }
  @media only screen and (max-width: 57em) {
    .depotpartner-description {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; } }

.depotpartner-hint {
  background-color: #F2F2F2; }
  .depotpartner-hint .inside {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78.125rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    padding: 1.25rem 310px 0 0;
    min-height: 200px;
    font-size: 1.25rem;
    background: transparent url(../images/contact-servicedame.jpg) right bottom no-repeat;
    -webkit-background-size: 125px 178px;
    -moz-background-size: 125px 178px;
    background-size: 125px 178px; }
    .depotpartner-hint .inside:before, .depotpartner-hint .inside:after {
      content: " ";
      display: table; }
    .depotpartner-hint .inside:after {
      clear: both; }
    @media only screen and (max-width: 81.5em) {
      .depotpartner-hint .inside {
        width: auto;
        margin-right: 1.875rem;
        margin-left: 1.875rem; } }
  @media only screen and (max-width: 81.5em) and (max-width: 42.813em) {
    .depotpartner-hint .inside {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
    @media only screen and (max-width: 57em) {
      .depotpartner-hint .inside {
        padding-right: 150px; } }
    @media only screen and (max-width: 42.813em) {
      .depotpartner-hint .inside {
        background-image: none;
        padding-right: 0;
        margin-top: 0;
        height: auto;
        padding-bottom: 1.25rem; } }
  .depotpartner-hint p {
    margin: 0.625rem 0;
    font-weight: bold; }
  .depotpartner-hint strong {
    color: #D51317; }

.portalpartner-list .item img {
  border-radius: 0; }

.product-type-zubereitsungstipp .product-navigation {
  display: none; }

.product-type-rasse .product-navigation {
  display: none; }

.checkout-onepage-success #checkout-success-privacy {
  background: #E5E5E5;
  margin: 25px 0;
  padding: 15px; }
  .checkout-onepage-success #checkout-success-privacy .wrapper {
    margin-bottom: 25px; }
  .checkout-onepage-success #checkout-success-privacy form {
    position: relative;
    display: inline-block; }
    .checkout-onepage-success #checkout-success-privacy form br {
      display: block; }
    .checkout-onepage-success #checkout-success-privacy form input[type="checkbox"] {
      display: inline-block;
      top: 2px;
      margin-right: 10px; }
    .checkout-onepage-success #checkout-success-privacy form label {
      display: inline-block;
      margin: 0;
      width: 90%; }
    .checkout-onepage-success #checkout-success-privacy form h2 {
      margin: 5px 0 20px 0; }
    .checkout-onepage-success #checkout-success-privacy form .additional-info {
      margin-top: 25px;
      font-size: 12px; }
    .checkout-onepage-success #checkout-success-privacy form button {
      float: right; }

#opc-shipping_method .delivery-delayed {
  display: none;
  align-items: center;
  font-size: 12px;
  margin-top: 15px; }
  #opc-shipping_method .delivery-delayed .fas {
    display: inline-block;
    background: #50811B;
    color: white;
    border-radius: 50%;
    padding: 0.6em 0.9em;
    margin-right: 15px; }

#opc-shipping_method #shippingSummary {
  overflow: hidden;
  position: relative; }
  #opc-shipping_method #shippingSummary .summaryHolder {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 15px; }
    #opc-shipping_method #shippingSummary .summaryHolder .summaryHead {
      width: 100%;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #E5E5E5;
      display: flex; }
      #opc-shipping_method #shippingSummary .summaryHolder .summaryHead .summaryLogo {
        height: 30px; }
        #opc-shipping_method #shippingSummary .summaryHolder .summaryHead .summaryLogo i {
          display: inline-block;
          height: 30px; }
        #opc-shipping_method #shippingSummary .summaryHolder .summaryHead .summaryLogo .carrierlogo-0 {
          background-image: url("../images/carrierlogos/dhl.png");
          width: 134px; }
        #opc-shipping_method #shippingSummary .summaryHolder .summaryHead .summaryLogo .carrierlogo-1 {
          background-image: url("../images/carrierlogos/dpd.png");
          width: 67px; }
        #opc-shipping_method #shippingSummary .summaryHolder .summaryHead .summaryLogo .carrierlogo-2 {
          background-image: url("../images/carrierlogos/ups.png");
          width: 24px; }
        #opc-shipping_method #shippingSummary .summaryHolder .summaryHead .summaryLogo .carrierlogo-3 {
          background-image: url("../images/carrierlogos/fedex.png");
          width: 108px; }
        #opc-shipping_method #shippingSummary .summaryHolder .summaryHead .summaryLogo .carrierlogo-4 {
          background-image: url("../images/carrierlogos/otto.png");
          width: 89px; }
    #opc-shipping_method #shippingSummary .summaryHolder ul {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      #opc-shipping_method #shippingSummary .summaryHolder ul li {
        margin: 0 0 10px 0;
        padding: 0;
        display: flex; }
        #opc-shipping_method #shippingSummary .summaryHolder ul li .summaryObject {
          font-weight: bold;
          margin-right: 5px;
          display: block; }
      #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options {
        width: 100%;
        padding: 5px 0;
        margin: 5px 0;
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9; }
        #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options .loadingMessage {
          display: block;
          width: 100%;
          margin: 10px 0;
          text-align: center;
          font-size: 24px; }
        #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options.hide-content li {
          display: none; }
        #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options li {
          display: flex;
          align-items: center;
          width: 100%;
          min-height: 26px;
          margin: 6px 0; }
          #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options li.not-checked {
            opacity: 0.3; }
          #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options li .summaryDate {
            color: #50811B;
            font-weight: bold;
            font-size: 16px; }
        #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options .datepicker {
          display: inline-flex; }
          #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options .datepicker.hide-content {
            display: none; }
          #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options .datepicker input#delivery_date {
            margin: 0;
            padding: 0;
            width: 160px;
            margin-left: 10px;
            text-align: center; }
          #opc-shipping_method #shippingSummary .summaryHolder ul .choose-date-options .datepicker .deliveryDayOpen {
            cursor: pointer;
            background: #D51317;
            color: white;
            padding: 6px; }
    #opc-shipping_method #shippingSummary .summaryHolder .sameday {
      margin-left: auto;
      margin-top: auto;
      text-align: center;
      font-weight: bold; }
      #opc-shipping_method #shippingSummary .summaryHolder .sameday .new {
        color: white;
        line-height: 14px;
        font-size: 14px;
        padding: 4px;
        background: #D51317;
        font-weight: bold;
        margin-left: 5px; }
  #opc-shipping_method #shippingSummary .additional-info {
    margin-top: 15px; }
  #opc-shipping_method #shippingSummary .call-info {
    display: flex;
    align-items: center; }
    #opc-shipping_method #shippingSummary .call-info i.fa, #opc-shipping_method #shippingSummary .call-info #gan-block-content-left .currently i.btn-remove:before, #gan-block-content-left .currently #opc-shipping_method #shippingSummary .call-info i.btn-remove:before, #opc-shipping_method #shippingSummary .call-info i.success-msg:before, #opc-shipping_method #shippingSummary .call-info i.error-msg:before, #opc-shipping_method #shippingSummary .call-info .cms-home .col-main .delivery .explanation i.meat:after, .cms-home .col-main .delivery .explanation #opc-shipping_method #shippingSummary .call-info i.meat:after, #opc-shipping_method #shippingSummary .call-info .cms-home .col-main .delivery .explanation i.package:after, .cms-home .col-main .delivery .explanation #opc-shipping_method #shippingSummary .call-info i.package:after, #opc-shipping_method #shippingSummary .call-info .my-wishlist i.link-edit:before, .my-wishlist #opc-shipping_method #shippingSummary .call-info i.link-edit:before, #opc-shipping_method #shippingSummary .call-info .my-wishlist i.btn-remove:before, .my-wishlist #opc-shipping_method #shippingSummary .call-info i.btn-remove:before, #opc-shipping_method #shippingSummary .call-info #billing-new-address-form i.validation-advice:before, #billing-new-address-form #opc-shipping_method #shippingSummary .call-info i.validation-advice:before,
    #opc-shipping_method #shippingSummary .call-info #shipping-new-address-form i.validation-advice:before, #shipping-new-address-form #opc-shipping_method #shippingSummary .call-info i.validation-advice:before {
      color: white;
      background: #D51317;
      padding: 10px 12px;
      border-radius: 50px;
      font-size: 20px;
      margin-right: 15px; }
  #opc-shipping_method #shippingSummary #delivery-accept {
    margin: 15px 0; }
    #opc-shipping_method #shippingSummary #delivery-accept .green {
      color: #50811B;
      font-weight: bold; }
    #opc-shipping_method #shippingSummary #delivery-accept input {
      top: 1px;
      margin-right: 5px; }
    #opc-shipping_method #shippingSummary #delivery-accept label {
      vertical-align: baseline; }
    #opc-shipping_method #shippingSummary #delivery-accept span.more-link {
      text-decoration: underline;
      color: #D51317; }

#opc-shipping_method .shipping-method-change, #opc-shipping_method .shipping-method-change-back {
  display: inline-block;
  margin-top: auto;
  cursor: pointer;
  padding: 5px 15px;
  color: white;
  font-weight: bold;
  text-decoration: none; }

#opc-shipping_method .shipping-method-change {
  background: #D51317;
  margin-left: auto; }
  #opc-shipping_method .shipping-method-change:hover {
    background: #a60f12; }

#opc-shipping_method .shipping-method-change-back {
  background: #4D4D4D; }
  #opc-shipping_method .shipping-method-change-back:hover {
    background: #343333; }

#opc-shipping_method .sp-methods {
  margin: 0; }
  #opc-shipping_method .sp-methods .shippingIntro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    #opc-shipping_method .sp-methods .shippingIntro p {
      margin: 0;
      width: 100%; }
    #opc-shipping_method .sp-methods .shippingIntro a {
      margin-left: auto;
      margin-top: 10px; }
    #opc-shipping_method .sp-methods .shippingIntro .red {
      color: #D51317;
      font-weight: bold; }
  #opc-shipping_method .sp-methods .first-hide {
    display: none;
    position: relative;
    overflow: hidden; }
  #opc-shipping_method .sp-methods dd {
    margin: 0;
    padding: 10px;
    background: white;
    width: 100%; }
    #opc-shipping_method .sp-methods dd ul {
      list-style: none;
      padding: 0;
      margin: 10px 0; }
      #opc-shipping_method .sp-methods dd ul li {
        margin: 0;
        padding: 0;
        padding-left: 10px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E5E5E5; }
        #opc-shipping_method .sp-methods dd ul li:last-child {
          border: none; }
        #opc-shipping_method .sp-methods dd ul li:hover {
          background: #E5E5E5; }
        #opc-shipping_method .sp-methods dd ul li label {
          padding: 8px 10px;
          width: 100%;
          display: flex;
          align-items: center;
          cursor: pointer; }
          #opc-shipping_method .sp-methods dd ul li label span {
            font-size: 12px; }
            #opc-shipping_method .sp-methods dd ul li label span .title {
              font-weight: bold;
              font-size: 14px; }
          #opc-shipping_method .sp-methods dd ul li label .price {
            display: inline-block;
            width: 50px;
            text-align: center;
            font-weight: bold;
            border-right: 1px solid #E5E5E5;
            padding-right: 10px;
            margin-right: 10px; }

.delivery-popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .delivery-popup .popup-icon {
    width: 10%;
    font-size: 60px;
    text-align: center; }
    .delivery-popup .popup-icon i.fa-info-circle {
      width: 100%;
      color: #50811B; }
  .delivery-popup .popup-text {
    width: 90%;
    padding: 10px; }
    .delivery-popup .popup-text h2 {
      color: #50811B; }
    .delivery-popup .popup-text p {
      margin: 0 0 10px 0; }
    .delivery-popup .popup-text .summaryDate {
      font-weight: bold;
      color: #50811B;
      font-size: 20px; }
  .delivery-popup .popup-input {
    display: flex;
    align-items: center;
    margin-left: auto; }
    .delivery-popup .popup-input .button {
      background-color: #50811B;
      border: 0;
      border-bottom: 2px solid #365712;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      color: #ffffff;
      display: inline-block;
      padding: 6px 30px;
      width: auto;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.7s ease-in-out;
      float: right;
      margin-left: 15px; }

.checkout-onepage-index .cc-iframe-wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  height: 560px; }

.checkout-onepage-index .cc-iframe-wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.checkout-onepage-index #advice-validate-ajax-payment_form_betterpayment_creditcard {
  margin-left: 27px; }

#opc-payment .sp-methods > li {
  width: 100%;
  background: white;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 10px; }
  #opc-payment .sp-methods > li > input {
    margin: 13px;
    top: 0; }
  #opc-payment .sp-methods > li label {
    padding: 10px 0; }

#opc-payment .sp-methods ul.form-list .control {
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #D9D9D9; }
  #opc-payment .sp-methods ul.form-list .control:first-child {
    border: none; }
  #opc-payment .sp-methods ul.form-list .control input, #opc-payment .sp-methods ul.form-list .control label {
    margin: 0;
    padding: 0; }
  #opc-payment .sp-methods ul.form-list .control input {
    width: auto;
    margin: 13px; }
  #opc-payment .sp-methods ul.form-list .control label {
    width: 100%;
    padding: 10px 0;
    cursor: pointer; }

#opc-payment .sp-methods #ccsave_new_account_form, #opc-payment .sp-methods #ccsave1_new_account_form, #opc-payment .sp-methods #payment_form_ogpayment_debit {
  padding: 15px;
  margin-bottom: 15px;
  background: white; }

#opc-payment .sp-methods .form-list .input-box input, #opc-payment .sp-methods .form-list .input-box select {
  background: #D9D9D9; }

#opc-payment .better-payment-get-more-methods {
  margin-top: 15px; }

.ups-shipping h3 {
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  padding-bottom: 5px; }

.ups-shipping .location, .ups-shipping .location-date {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px; }
  .ups-shipping .location h4, .ups-shipping .location-date h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px; }

.ups-shipping .location-searchbox {
  width: 100%;
  display: flex; }
  .ups-shipping .location-searchbox .location-button {
    background-color: #D51317;
    color: white;
    cursor: pointer;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding: 8px; }
    .ups-shipping .location-searchbox .location-button:hover {
      background-color: #a60f12; }

.ups-shipping #location-picker {
  margin: 15px 0; }

.ups-shipping #location-receive {
  display: flex;
  min-height: 400px;
  align-items: center;
  text-align: center; }
  .ups-shipping #location-receive div {
    margin: auto; }
  .ups-shipping #location-receive i {
    font-size: 20px;
    margin-right: 5px; }

.ups-shipping #location-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
  margin: 15px 0; }
  .ups-shipping #location-wrapper.show {
    display: flex !important; }
  .ups-shipping #location-wrapper .location-display {
    width: 35%;
    padding-right: 15px; }
    .ups-shipping #location-wrapper .location-display .location-info span {
      font-weight: bold; }
    .ups-shipping #location-wrapper .location-display .location-info ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 10px; }
  .ups-shipping #location-wrapper .location-map {
    height: auto;
    width: 65%; }
    .ups-shipping #location-wrapper .location-map #map-canvas {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 768px) {
    .ups-shipping #location-wrapper .location-display, .ups-shipping #location-wrapper .location-map {
      width: 100%;
      min-height: 250px;
      margin-bottom: 10px; } }

.ups-shipping .location-date .choose-date-options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ups-shipping .location-date .choose-date-options li {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 26px;
    margin: 6px 0;
    cursor: pointer; }
    .ups-shipping .location-date .choose-date-options li.delivery-day-0 {
      color: #50811B;
      font-weight: bold;
      font-size: 16px; }
    .ups-shipping .location-date .choose-date-options li.not-checked {
      opacity: 0.3; }
    .ups-shipping .location-date .choose-date-options li .datepicker {
      display: inline-flex; }
      .ups-shipping .location-date .choose-date-options li .datepicker.hide-content {
        display: none; }
      .ups-shipping .location-date .choose-date-options li .datepicker input#delivery_date {
        margin: 0;
        padding: 0;
        width: 160px;
        margin-left: 10px;
        text-align: center; }
      .ups-shipping .location-date .choose-date-options li .datepicker .deliveryDayOpen {
        cursor: pointer;
        background: #D51317;
        color: white;
        padding: 6px; }

.ups-shipping .location-date .hint {
  display: inline-block;
  margin: 15px 0;
  font-size: 12px;
  color: #D51317; }

.contacts-index-index .col-main {
  display: flex;
  flex-wrap: wrap; }

.contacts-index-index .page-title {
  width: 100%;
  margin-bottom: 0; }

.contacts-index-index #contact-left {
  width: 75%;
  margin-right: 2%;
  margin-top: 25px; }

.contacts-index-index #contact-right {
  width: 23%; }

.contacts-index-index #contact-right {
  text-align: center;
  background: #F2F2F2; }
  .contacts-index-index #contact-right .contact-phone, .contacts-index-index #contact-right .contact-email {
    padding: 25px;
    text-align: center; }
    .contacts-index-index #contact-right .contact-phone .fa, .contacts-index-index #contact-right .contact-phone .breadcrumbs li:after, .breadcrumbs .contacts-index-index #contact-right .contact-phone li:after, .contacts-index-index #contact-right .contact-phone #gan-block-content-left dt span:after, #gan-block-content-left dt .contacts-index-index #contact-right .contact-phone span:after, .contacts-index-index #contact-right .contact-phone #gan-block-content-left .currently .btn-remove:before, #gan-block-content-left .currently .contacts-index-index #contact-right .contact-phone .btn-remove:before, .contacts-index-index #contact-right .contact-phone .gomage_product_navigation a:before, .gomage_product_navigation .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone .gomage_product_navigation a:after, .gomage_product_navigation .contacts-index-index #contact-right .contact-phone a:after, .contacts-index-index #contact-right .contact-phone .pages a[class*="i-"]:before, .pages .contacts-index-index #contact-right .contact-phone a[class*="i-"]:before, .contacts-index-index #contact-right .contact-phone .sidebar-filter .block-content dd > a:after, .sidebar-filter .block-content .contacts-index-index #contact-right .contact-phone dd > a:after, .contacts-index-index #contact-right .contact-phone .sidebar-filter .block-content .currently a.btn-remove:after, .sidebar-filter .block-content .currently .contacts-index-index #contact-right .contact-phone a.btn-remove:after, .contacts-index-index #contact-right .contact-phone .sidebar-filter .block-content .actions a:after, .sidebar-filter .block-content .actions .contacts-index-index #contact-right .contact-phone a:after, .contacts-index-index #contact-right .contact-phone .order-catalog-flag a:before, .order-catalog-flag .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone .success-msg:before, .contacts-index-index #contact-right .contact-phone .error-msg:before, .contacts-index-index #contact-right .contact-phone .form-search button[type="submit"] > span:after, .form-search .contacts-index-index #contact-right .contact-phone button[type="submit"] > span:after, .contacts-index-index #contact-right .contact-phone .product-image-popup .nav a:after, .product-image-popup .nav .contacts-index-index #contact-right .contact-phone a:after, .contacts-index-index #contact-right .contact-phone .block-cart .accordion a.details:after, .block-cart .accordion .contacts-index-index #contact-right .contact-phone a.details:after, .contacts-index-index #contact-right .contact-phone .cms-home .col-main .delivery .explanation .meat:after, .cms-home .col-main .delivery .explanation .contacts-index-index #contact-right .contact-phone .meat:after, .contacts-index-index #contact-right .contact-phone .cms-home .col-main .delivery .explanation .package:after, .cms-home .col-main .delivery .explanation .contacts-index-index #contact-right .contact-phone .package:after, .contacts-index-index #contact-right .contact-phone .box-account .box-title a:before, .box-account .box-title .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone .my-wishlist .link-edit:before, .my-wishlist .contacts-index-index #contact-right .contact-phone .link-edit:before, .contacts-index-index #contact-right .contact-phone .my-wishlist .btn-remove:before, .my-wishlist .contacts-index-index #contact-right .contact-phone .btn-remove:before, .contacts-index-index #contact-right .contact-phone .order-status a:before, .order-status .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone #my-orders-legend span:before, #my-orders-legend .contacts-index-index #contact-right .contact-phone span:before, .contacts-index-index #contact-right .contact-phone #my-orders-table td:last-child a:before, #my-orders-table td:last-child .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone .box-recent .box-head a:before, .box-recent .box-head .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone #checkoutSteps .step-title a:before, #checkoutSteps .step-title .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone #checkoutSteps .step-title a:after, #checkoutSteps .step-title .contacts-index-index #contact-right .contact-phone a:after, .contacts-index-index #contact-right .contact-phone #checkoutSteps .step .buttons-set .back-link a:before, #checkoutSteps .step .buttons-set .back-link .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone #checkoutSteps button.button > span:after, #checkoutSteps .contacts-index-index #contact-right .contact-phone button.button > span:after, .contacts-index-index #contact-right .contact-phone #checkout-step-login .col-1 li:before, #checkout-step-login .col-1 .contacts-index-index #contact-right .contact-phone li:before, .contacts-index-index #contact-right .contact-phone #billing-new-address-form .validation-advice:before, #billing-new-address-form .contacts-index-index #contact-right .contact-phone .validation-advice:before,
    .contacts-index-index #contact-right .contact-phone #shipping-new-address-form .validation-advice:before, #shipping-new-address-form .contacts-index-index #contact-right .contact-phone .validation-advice:before, .contacts-index-index #contact-right .contact-phone .checkout-onepage-index .checkout-benefits li:before, .checkout-onepage-index .checkout-benefits .contacts-index-index #contact-right .contact-phone li:before, .contacts-index-index #contact-right .contact-phone .block-progress dt.complete a:before, .block-progress dt.complete .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-phone .depotpartner-map .filter button:after, .depotpartner-map .filter .contacts-index-index #contact-right .contact-phone button:after, .contacts-index-index #contact-right .contact-phone .depotpartner-view .return-to-overview a:before, .depotpartner-view .return-to-overview .contacts-index-index #contact-right .contact-phone a:before, .contacts-index-index #contact-right .contact-email .fa, .contacts-index-index #contact-right .contact-email .breadcrumbs li:after, .breadcrumbs .contacts-index-index #contact-right .contact-email li:after, .contacts-index-index #contact-right .contact-email #gan-block-content-left dt span:after, #gan-block-content-left dt .contacts-index-index #contact-right .contact-email span:after, .contacts-index-index #contact-right .contact-email #gan-block-content-left .currently .btn-remove:before, #gan-block-content-left .currently .contacts-index-index #contact-right .contact-email .btn-remove:before, .contacts-index-index #contact-right .contact-email .gomage_product_navigation a:before, .gomage_product_navigation .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email .gomage_product_navigation a:after, .gomage_product_navigation .contacts-index-index #contact-right .contact-email a:after, .contacts-index-index #contact-right .contact-email .pages a[class*="i-"]:before, .pages .contacts-index-index #contact-right .contact-email a[class*="i-"]:before, .contacts-index-index #contact-right .contact-email .sidebar-filter .block-content dd > a:after, .sidebar-filter .block-content .contacts-index-index #contact-right .contact-email dd > a:after, .contacts-index-index #contact-right .contact-email .sidebar-filter .block-content .currently a.btn-remove:after, .sidebar-filter .block-content .currently .contacts-index-index #contact-right .contact-email a.btn-remove:after, .contacts-index-index #contact-right .contact-email .sidebar-filter .block-content .actions a:after, .sidebar-filter .block-content .actions .contacts-index-index #contact-right .contact-email a:after, .contacts-index-index #contact-right .contact-email .order-catalog-flag a:before, .order-catalog-flag .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email .success-msg:before, .contacts-index-index #contact-right .contact-email .error-msg:before, .contacts-index-index #contact-right .contact-email .form-search button[type="submit"] > span:after, .form-search .contacts-index-index #contact-right .contact-email button[type="submit"] > span:after, .contacts-index-index #contact-right .contact-email .product-image-popup .nav a:after, .product-image-popup .nav .contacts-index-index #contact-right .contact-email a:after, .contacts-index-index #contact-right .contact-email .block-cart .accordion a.details:after, .block-cart .accordion .contacts-index-index #contact-right .contact-email a.details:after, .contacts-index-index #contact-right .contact-email .cms-home .col-main .delivery .explanation .meat:after, .cms-home .col-main .delivery .explanation .contacts-index-index #contact-right .contact-email .meat:after, .contacts-index-index #contact-right .contact-email .cms-home .col-main .delivery .explanation .package:after, .cms-home .col-main .delivery .explanation .contacts-index-index #contact-right .contact-email .package:after, .contacts-index-index #contact-right .contact-email .box-account .box-title a:before, .box-account .box-title .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email .my-wishlist .link-edit:before, .my-wishlist .contacts-index-index #contact-right .contact-email .link-edit:before, .contacts-index-index #contact-right .contact-email .my-wishlist .btn-remove:before, .my-wishlist .contacts-index-index #contact-right .contact-email .btn-remove:before, .contacts-index-index #contact-right .contact-email .order-status a:before, .order-status .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email #my-orders-legend span:before, #my-orders-legend .contacts-index-index #contact-right .contact-email span:before, .contacts-index-index #contact-right .contact-email #my-orders-table td:last-child a:before, #my-orders-table td:last-child .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email .box-recent .box-head a:before, .box-recent .box-head .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email #checkoutSteps .step-title a:before, #checkoutSteps .step-title .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email #checkoutSteps .step-title a:after, #checkoutSteps .step-title .contacts-index-index #contact-right .contact-email a:after, .contacts-index-index #contact-right .contact-email #checkoutSteps .step .buttons-set .back-link a:before, #checkoutSteps .step .buttons-set .back-link .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email #checkoutSteps button.button > span:after, #checkoutSteps .contacts-index-index #contact-right .contact-email button.button > span:after, .contacts-index-index #contact-right .contact-email #checkout-step-login .col-1 li:before, #checkout-step-login .col-1 .contacts-index-index #contact-right .contact-email li:before, .contacts-index-index #contact-right .contact-email #billing-new-address-form .validation-advice:before, #billing-new-address-form .contacts-index-index #contact-right .contact-email .validation-advice:before,
    .contacts-index-index #contact-right .contact-email #shipping-new-address-form .validation-advice:before, #shipping-new-address-form .contacts-index-index #contact-right .contact-email .validation-advice:before, .contacts-index-index #contact-right .contact-email .checkout-onepage-index .checkout-benefits li:before, .checkout-onepage-index .checkout-benefits .contacts-index-index #contact-right .contact-email li:before, .contacts-index-index #contact-right .contact-email .block-progress dt.complete a:before, .block-progress dt.complete .contacts-index-index #contact-right .contact-email a:before, .contacts-index-index #contact-right .contact-email .depotpartner-map .filter button:after, .depotpartner-map .filter .contacts-index-index #contact-right .contact-email button:after, .contacts-index-index #contact-right .contact-email .depotpartner-view .return-to-overview a:before, .depotpartner-view .return-to-overview .contacts-index-index #contact-right .contact-email a:before {
      display: block;
      background: #D51317;
      width: 100px;
      height: 100px;
      border-radius: 50px;
      color: white;
      font-size: 40px;
      line-height: 40px;
      padding: 30px 0;
      text-align: center;
      margin: 25px auto; }
    .contacts-index-index #contact-right .contact-phone span, .contacts-index-index #contact-right .contact-email span {
      display: block; }
      .contacts-index-index #contact-right .contact-phone span.highlighted, .contacts-index-index #contact-right .contact-email span.highlighted {
        font-size: 20px;
        font-weight: bold; }

@media only screen and (max-width: 768px) {
  .contacts-index-index #contact-left, .contacts-index-index #contact-right {
    width: 100%;
    margin-bottom: 25px; } }

@media print {
  * {
    background: #ffffff !important;
    color: #4D4D4D !important;
    text-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 0; }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center, dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline; }
  img, object {
    display: block;
    margin: 0;
    padding: 0;
    border: 0; }
  body {
    width: 100%;
    color: #4D4D4D !important;
    text-align: left;
    font-size: 0.75rem;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    background-image: none;
    margin: 0;
    padding: 0;
    border: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
    page-break-after: avoid;
    font-weight: 700; }
  h1 {
    font-size: 0.875rem; }
  h2 {
    font-size: 0.78125rem; }
  h3 {
    font-size: 1rem; }
  p {
    font-stretch: expanded; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  a {
    text-decoration: underline;
    font-weight: normal; }
    a:visited, a:hover, a:active, a:focus {
      color: inherit; }
  .product-navigation,
  .global-site-notice {
    display: none; }
  .recipe-view .product-teaser,
  .recipe-view .product-media,
  .recipe-view .product-essential {
    margin-top: 0; }
  .recipe-view .recipe-description {
    page-break-before: always;
    margin-top: 0;
    border: 0; }
  .recipe-view .product-media img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .recipe-view .product-media p {
    margin-bottom: 10px; }
  .recipe-view .product-media strong {
    font-weight: 700; }
  .recipe-view .product-media a {
    font-weight: normal; }
  .recipe-view .caroufredsel_wrapper,
  .recipe-view #slider-product {
    position: static !important;
    width: auto !important;
    height: auto !important; }
  .recipe-view .product-image-item {
    float: none; }
  .recipe-view .recipe-attributes span {
    border: 0;
    display: block;
    margin: 10px 0; }
  .recipe-view .recipe-action {
    margin-top: 0.9375rem; }
  .header-container {
    width: auto;
    overflow: hidden;
    margin-bottom: 1.875rem; }
    .header-container .top-container {
      margin-top: 50px; }
    .header-container .delivery {
      display: none; }
    .header-container .header {
      padding: 0; }
    .header-container a.logo {
      overflow: hidden;
      width: 80px;
      height: 88px; }
      .header-container a.logo img {
        display: block;
        width: 80px;
        height: auto; }
  .top-container {
    margin-top: 17px; }
    .top-container .slogan {
      font-size: 0.875rem; }
    .top-container ul.properties {
      font-size: 0.625rem;
      margin-top: 5px; }
      .top-container ul.properties li {
        margin-right: 0.9375rem; }
  .footer-container,
  .sidebar,
  nav,
  .quick-access,
  .top-links,
  .pagination,
  .add-to-links,
  .product-print,
  .breadcrumbs,
  .products-slider {
    display: none; }
  table {
    width: 100%; } }

.products-block .item {
  width: 100%;
  margin-right: 0;
  margin-left: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.products-block .product-image {
  max-width: 135px;
  margin: 0 auto; }

.products-block .price-box,
.products-block .baseprice,
.products-block .actions {
  position: static !important; }

.category-products .products-block .item .baseprice {
  color: #D51317;
  font-weight: bold; }

.products-block .item .price-box {
  color: #999999;
  font-weight: normal; }

.products-block .product-item-content {
  width: 100%;
  padding: 15px; }

.products-block .f-fix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.products-block .product-primary {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.products-block .item .price-box .old-price,
.products-block .item .price-box .special-price {
  display: block; }

.product-secondary {
  width: 100px; }

.products-block .product-secondary,
.products-block .product-options {
  margin-right: 30px; }

.products-block .product-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.products-block .product-options .csb-absatz-bestelleinheit {
  margin-left: 10px; }

.products-block .product-options input {
  width: 50px;
  text-align: center; }

.products-block .product-last,
.products-block .product-last button {
  width: 100%; }

.products-block .product-last .out-of-stock {
  min-width: 160px; }

.products-block .badges .badge {
  top: 0;
  right: 0;
  width: 140px;
  height: auto;
  -ms-transform: none;
  transform: none;
  padding: 10px; }

.products-block .badges .badge .big {
  display: inline-block; }

@media only screen and (min-width: 460px) {
  .product-last {
    text-align: right;
    margin-left: auto;
    width: auto; }
  .products-block .product-last,
  .products-block .product-last button {
    width: auto; } }

@media only screen and (min-width: 600px) {
  .products-block .item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .products-block .f-fix {
    padding: 15px; }
  .products-block .product-primary {
    text-align: left; }
  .products-block .product-item-content {
    padding: 0 15px; } }

@media only screen and (min-width: 850px) {
  .products-block .product-primary {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-right: 30px;
    margin-bottom: 0; }
  .products-block .product-secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .products-block .f-fix {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .product-last {
    margin-left: 0; } }

/*# sourceMappingURL=otto-style.css.map */