/*** colors
bastel-green: #31b687
 */
html {
  background: black;
}
body {
  font-family: 'Raleway', sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight: 400;
  font-size: 14px;
  /* line-height: 24px; */
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  background: black !important;
}
blockquote,
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
.uk-container-standalone,
.uk-section > .uk-container {
  max-width: 420px;
}
.uk-container-standalone {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  flex-wrap: wrap;
  width: 100%;
  max-width: 450px;
  margin-left: 0px;
  margin-right: 0px;
  /* 1 */
}
@media (max-width: 639px) {
  .uk-container-fullwidth {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*** HEADLINE
 */
.page-title h3 {
  font-size: 70px;
}
.page-title {
  height: 240px;
  /*background-color: transparent;*/
  /*background-position: center 0;*/
  /*background-repeat: no-repeat;*/
  z-index: 101;
}
.page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 .page-title {
  color: #262626;
  font-family: 'Roboto Condensed', sans-serif;
  font-stretch: condensed;
  margin: 20px 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h1 {
  font-size: 45px;
  line-height: 1em;
  letter-spacing: -0.23px;
}
h2 {
  font-size: 39px;
  line-height: 1.05em;
  letter-spacing: -0.2px;
}
h3 {
  font-size: 25px;
  letter-spacing: -0.13px;
}
h3,
h6 {
  line-height: 1.2em;
}
.section-page-navbar h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
h4,
h5 {
  font-size: 16px;
  line-height: 1.3em;
}
a {
  color: #464646;
}
a:hover,
.uk-link:hover {
  color: #464646;
  text-decoration: underline;
}
/** ### E N D : HEADLINE */
.uk-section-primary {
  background-color: #000;
}
/** ### BUTTON STYLING base */
.uk-button {
  overflow: hidden;
  /*font-family: "Raleway,sans-serif", sans-serif;*/
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  display: inline-block;
  width: auto;
  outline: 0;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: -0.4px;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 9px 57px;
  cursor: pointer;
}
/** ### E N D : BUTTON base **/
/** ### BUTTON STYLING / color **/
.uk-button-default {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.uk-button-default:focus,
.uk-button-default:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.uk-button-light {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.uk-button-light:focus,
.uk-button-light:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.uk-button-primary {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.uk-button-secondary {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.uk-button-filter {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.uk-button-filter:focus,
.uk-button-filter:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.uk-text-primary {
  color: #a4044a !important;
}
.uk-button-success {
  background-color: #31b687;
  color: #fff;
  border: 1px solid #fff;
}
.uk-text-success {
  color: #3fa868;
}
.uk-button-success:focus,
.uk-button-success:hover {
  background-color: #3fa868;
  color: #fff;
  border: 1px solid #fff;
}
.uk-button-danger {
  background-color: #fb5d84;
  color: #fff;
  border: 1px solid #fff;
}
.uk-button-danger:focus,
.uk-button-danger:hover {
  background-color: #fb5d84;
  color: #fff;
  border: 1px solid #fff;
}
.uk-button-link {
  /* padding: 0; */
  /* line-height: 1.5; */
  background: none;
  color: #464646;
}
.uk-button-link:hover {
  color: #a4044a;
}
a.uk-button-link {
  color: #464646;
  text-decoration: none;
  cursor: pointer;
}
a.uk-button-link:hover {
  color: #464646;
}
a.uk-button-link.uk-text-right {
  text-align: right;
  padding-right: 0px;
}
.button-arrow-left:after {
  content: "\f054";
  margin-left: 14px;
  font-family: FontAwesome;
  font-size: 12px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.button-icon-check:after {
  content: "\f00c";
  margin-left: 14px;
  font-family: FontAwesome;
  font-size: 12px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.button-arrow-right:before {
  content: "\f053" !important;
  margin-right: 14px;
  font-family: FontAwesome;
  font-size: 12px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  position: relative !important;
  top: 0 !important;
  left: inherit !important;
  width: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
  font-weight: inherit !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.text-primary {
  color: #cf3775;
}
.full-width {
  width: 100%;
}
/** ### E N D : BUTTON color **/
/** ### BUTTON ANIMATION TEXT INJECTION HOVER LEFT TO RIGHT **/
/** https://freebiesupply.com/blog/css-button-hover-effects/    <a href="https://twitter.com/MadsBHaakansson">MadsBHaakansson</a>  */
/*button:hover {*/
/*cursor: pointer*/
/*}*/
/*button {*/
/*background: transparent;*/
/*outline: none;*/
/*position: relative;*/
/*border: 1px solid #111;*/
/*padding: 15px 50px;*/
/*overflow: hidden;*/
/*}*/
/*button:before (attr data-hover)*/
.uk-button:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}
.uk-button:before {
  content: attr(data-hover);
  position: absolute;
  /*top: 1.1em;*/
  left: 0;
  width: 100%;
  text-transform: uppercase;
  /*letter-spacing: 3px;*/
  /*font-weight: 800;*/
  /*font-size: .8em;*/
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in-out;
}
/*button div (button text before hover)*/
.uk-button:hover div {
  opacity: 0;
  transform: translate(100%, 0);
}
.uk-button div {
  /*text-transform: uppercase;*/
  /*letter-spacing: 3px;*/
  /*font-weight: 800;*/
  /*font-size: .8em;*/
  transition: all 0.3s ease-in-out;
}
.uk-button-animation.uk-button-icon-left {
  overflow: hidden;
}
.uk-button-animation.uk-button-icon-left span {
  position: relative;
  display: inline-block;
}
.uk-button-animation.uk-button-icon-left span > i,
.uk-button-animation.uk-button-icon-left span > span:not(.text) {
  margin: 0 3px 0 0;
}
.uk-button-animation {
  /*font-family: "Roboto Condensed", sans-serif;*/
  position: relative;
  display: inline-block;
  width: auto;
  outline: 0;
  /*font-size: 16px;*/
  /*line-height: 2em;*/
  /*letter-spacing: -.4px;*/
  /*font-weight: 600;*/
  /*text-transform: uppercase;*/
  box-sizing: border-box;
  /*margin: 0;*/
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  /*padding: 9px 57px;*/
  /*cursor: pointer;*/
}
.uk-button-animation:hover .uk-button-text-holder {
  position: relative;
  left: 100%;
  transform: none;
  opacity: 0;
}
.uk-button-animation .uk-button-text-holder {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  white-space: nowrap;
}
.uk-button-animation:hover .uk-button-additional-text-holder {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.uk-button-animation .uk-button-additional-text-holder {
  position: absolute !important;
  left: -100%;
  top: 50%;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  opacity: 0;
}
.uk-button-color {
  background-color: #a4044a;
  color: #fff;
  border: 1px solid #a4044a;
}
.uk-button-color:hover {
  background-color: #fff;
  color: #a4044a;
  border: 1px solid #a4044a;
}
.uk-button-color:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
/** ### E N D : BUTTON ANDIMATION **/
/** ### E N D : BUTTON **/
/** ### MENU NAV **/
/*.uk-navbar-dropdown {*/
/*display: none;*/
/*position: absolute;*/
/*z-index: 1020;*/
/*box-sizing: border-box;*/
/*width: 1000px;*/
/*padding: 25px;*/
/*background: @light-color;*/
/*color: #666;*/
/*box-shadow: 0 5px 12px rgba(0,0,0,.15);*/
/*}*/
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #000;
}
.section-page-navbar .uk-sticky-fixed {
  background: #000;
}
.uk-navbar-dropdown:not(.uk-navbar-transparent) {
  /*background: @dark-color;*/
  margin-top: 0px;
  border-top: 2px solid #cf3775;
}
[class*=uk-navbar-dropdown-bottom] {
  border-top: 2px solid #cf3775;
  margin-top: 0px;
}
.uk-thumbnav-nocanvas > a {
  display: none;
}
/** a link animation **/
.uk-navbar-dropdown-nav a span {
  display: inline-block;
  color: #666;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-stretch: condensed;
  font-size: 15px;
}
.uk-navbar-dropdown-nav a span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}
.uk-navbar-dropdown-nav a:hover span::after {
  width: 100%;
  transition: width .3s;
}
.uk-navbar-nav .uk-nav-header {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  padding: 0px 20px 13px 10px;
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
}
.uk-navbar-nav .subchild {
  font-weight: 400;
  padding: 4px 30px 4px 10px;
  font-size: 15px;
  color: #464646;
}
.uk-navbar-dropdown-nav > li.uk-nav-header > a {
  color: #262626;
}
.uk-navbar-dropdown-nav > li.subchild > a {
  color: #464646;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li > a {
  color: #fff;
}
.uk-navbar-nav > li > a.uk-open {
  /*color: #3ca56f;*/
}
/*** E N D link animation */
.uk-navbar,
uk-active {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  /*letter-spacing: -.23px;*/
  font-stretch: condensed;
  font-size: 16px;
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*-ms-flex-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*justify-content: center;*/
  /*-ms-flex-align: center;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
  /*box-sizing: border-box;*/
  height: 105px;
  padding: 0 15px;
  font-size: 16px;
  /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;*/
  /*text-decoration: none;*/
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*-ms-flex-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*justify-content: center;*/
  /*-ms-flex-align: center;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
  /*box-sizing: border-box;*/
  /*height: 80px;*/
  /*padding: 0 15px;*/
  /*font-size: .875rem;*/
  font-family: 'Roboto Condensed', sans-serif;
  font-stretch: condensed;
  /*text-decoration: none;*/
}
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-light .uk-navbar-nav > li > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a {
  color: #ffffff;
}
.uk-navbar-nav > li > a:hover {
  color: #cf3775;
}
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*=uk-card-media]),
.uk-light,
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
  /*color: rgba(255,255,255,.7);*/
  color: #000;
  /*border-bottom: 1px solid #3ca56f;*/
}
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open,
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus {
  /*color: rgba(255,255,255,.7);*/
  /*border-bottom: 1px solid #3ca56f;*/
  height: 105px;
  color: #cf3775;
}
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #bfbfbf;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #bfbfbf;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bfbfbf;
}
/** ### E N D : MENU NAV **/
.uk-section-default .uk-container {
  /*max-width: 1300px;*/
}
.star-rating,
.heart-symbol {
  /*position: relative;*/
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /*font-family: Ionicons;*/
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 3px;
  color: #464646;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  width: auto;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  /*top: -3px;*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}
/* ### 0 / 1 hearts */
.heart-symbol[full="0"]:before {
  content: "\2665";
  /*content: "\f141";*/
  color: #ddd;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  /*top: -3px;*/
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}
.heart-symbol[full="1"]:after {
  content: "\2665";
  color: #000;
}
/* ### 0 / 5 stars */
.star-rating[stars="0"]:before {
  /*content: "\2605\2605\2605\2605\2605";*/
  /*color: #ddd;*/
}
.star-rating[stars="0"]:after {
  content: "\2605\2605\2605\2605\2605";
  color: #ddd;
}
/* ### 1 / 5 stars */
.star-rating[stars="1"]:before {
  content: "\2605";
  color: #000;
}
.star-rating[stars="1"]:after {
  content: "\2605\2605\2605\2605";
  color: #ddd;
}
/* ### 2 / 5 stars */
.star-rating[stars="2"]:before {
  content: "\2605\2605";
  color: #000;
}
.star-rating[stars="2"]:after {
  content: "\2605\2605\2605";
  color: #ddd;
}
/* ### 3 / 5 stars */
.star-rating[stars="3"]:before {
  content: "\2605\2605\2605";
  color: #000;
}
.star-rating[stars="3"]:after {
  content: "\2605\2605";
  color: #ddd;
}
/* ### 4 / 5 stars */
.star-rating[stars="4"]:before {
  content: "\2605\2605\2605\2605";
  color: #000;
}
.star-rating[stars="4"]:after {
  content: "\2605";
  color: #ddd;
}
/* ### 45/ 5 stars */
.star-rating[stars="5"]:before {
  content: "\2605\2605\2605\2605\2605";
  color: #000;
}
.star-rating[stars="5"]:after {
  /*content: "";*/
  /*color: #ddd;*/
}
.section-page-footer {
  background-color: #000;
  font-family: "Roboto Condensed", sans-serif;
  color: #828282;
}
.section-page-footer a {
  color: #828282;
}
/*.section-page-footer .uk-container {*/
/*max-width: 1300px;*/
/*}*/
.section-page-footer h1,
.section-page-footer h2,
.section-page-footer h3,
.section-page-footer h4 {
  color: #fff;
  weight: 700px;
  margin-bottom: 10px;
}
.section-page-footer .uk-list-large {
  margin-top: 15px;
}
.section-page-footer .uk-list-large > li:nth-child(n+2),
.section-page-footer .uk-list-large > li > ul {
  margin-top: 10px;
  line-height: 24px;
}
.section-page-footer .uk-grid > * {
  margin-bottom: 2em;
}
.section-page-footer .icon-list > li {
  font-size: 20px;
}
.section-page-footer .icon-list > li a {
  text-decoration: none;
}
.section-page-footer .icon-list > li i {
  margin-right: 15px;
  color: #6a6a6a;
}
.footer-subline {
  border-top: 1px solid #2b2b2b;
  font-size: 11px;
  color: #6a6a6a;
  margin-left: 0px;
}
.footer-subline > * {
  padding-top: 2em;
  padding-left: 0px;
  margin-bottom: 0px !important;
}
.short-line-bottom:after {
  content: '';
  display: block;
  width: 45px;
  height: 5px;
  background-color: #cf3775;
  text-align: center;
  margin: 16px auto 16px;
}
.section-page-header .uk-inline {
  height: 200px;
}
.section-page-header h1 {
  font-size: 40px;
}
.section-page-navbar [class^="ion-"] {
  font-size: 22px;
}
.section-page-navbar .notify-bottom {
  margin-top: 12px;
  font-size: 12px;
  margin-left: 3px;
}
.uk-lightbox .uk-active {
  background: #fff;
}
.uk-lightbox-toolbar {
  padding: 10px 10px;
  /*background: rgba(0, 0, 0, 0.3);*/
  color: #000;
}
.uk-lightbox-toolbar * {
  color: #000;
}
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.55);
  color: #000;
}
.search-box {
  width: 100%;
  heigh: 100%;
}
.uk-inline + .uk-button {
  margin-top: -1px;
}
.uk-form-icon-half-top,
.uk-form-icon-half-bottom {
  /*height:50%;*/
  height: 24px;
  width: 25px;
  border: 1px solid #000;
}
.uk-form-icon-half-bottom {
  top: 50%;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #6a6a6a;
  border-color: #000;
}
/*.position-wrapper*/
/*{*/
/*display:table;*/
/*}*/
.position-center {
  display: flex;
  justify-content: center;
  height: 100%;
}
.position-middle {
  display: flex;
  align-items: center;
  height: 100%;
}
.position-bottom {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.uk-text-right .position-middle {
  justify-content: flex-end;
}
.uk-text-left .position-middle {
  justify-content: flex-start;
}
.uk-text-center .position-middle {
  justify-content: center;
}
.uk-text-right > .position-middle {
  justify-content: flex-end;
}
.uk-text-left > .position-middle {
  justify-content: flex-start;
}
.uk-text-center > .position-middle {
  justify-content: center;
}
.uk-button {
  /*align-items: flex-start;*/
  /*text-align: center;*/
  /*cursor: default;*/
  /*color: buttontext;*/
  /*background-color: buttonface;*/
  /*box-sizing: border-box;*/
  /*padding: 2px 6px 3px;*/
  /*border-width: 2px;*/
  /*border-style: outset;*/
  /*border-color: buttonface;*/
  /*border-image: initial;*/
}
input[type=radio] {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border: 1px solid #262626;
  border-radius: 50%;
  outline: 0;
}
input[type=radio]:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 20% auto;
  border-radius: 50%;
  /*font-size: 15px;*/
}
.uk-radio:checked {
  background-color: #fff;
  border-color: #000;
  margin-top: -3px;
}
uk-checkbox:checked,
.uk-checkbox:indeterminate {
  margin-top: 0px;
  border-color: #a4044a;
}
input[type=radio]:checked:before {
  background: #262626;
}
.uk-radio:checked:focus {
  background-color: #fff;
}
::selection {
  background: #a4044a;
  color: #fff;
  text-shadow: none;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #000;
  color: #000;
  border-color: #000;
}
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #000;
}
input[type=radio] + label {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 11px;
}
input[type=radio]:disabled + label {
  color: #b0b0b0;
  /*font-style:italic;*/
}
.uk-input {
  height: 58px;
  color: #262626;
  border: none;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  /* font-weight: 700; */
  line-height: 1.3em;
  /* color: #464646; */
  background-color: transparent;
}
.section-cart-detail .detailcontainer .uk-button {
  /*margin-top: 0px;*/
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 58px;
  /*vertical-align: middle;*/
  /*display: inline-block;*/
}
.uk-checkbox {
  border: 1px solid black;
  height: 25px;
  width: 25px;
  margin-right: 1em;
}
.input-text {
  font-family: 'Raleway', sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  padding-right: 0px;
  padding-left: 0px;
}
.input-text:before {
  /*content: "\f48f";*/
  /*content: " ";*/
  /*position: relative;*/
  /*display: inline-block;*/
  /*vertical-align: top;*/
  /*font-family: Ionicons;*/
  /*font-size: 16px;*/
  /*color: @dark-color-2;*/
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
  /*width: 25px;*/
  /*height: 58px;*/
  /*line-height: 58px;*/
  /*text-align: center;*/
  /*margin-right: -10px;*/
}
.input-text {
  display: flex;
  align-items: center;
  height: 100%;
}
/*.section-cart-detail .toollineelement .coupon-button {*/
/*margin-left: 1em;*/
/*}*/
.input-text input,
.input-text select,
.input-text input:focus,
.input-text select:focus {
  /**templatestyle bad UI .. we make border */
  border: 1px solid #262626;
  /*border: none;*/
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  line-height: 1.3em;
  width: calc(90%);
  color: #000;
  height: 58px;
  width: 100%;
  margin: 0px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: transparent;
}
.input-text input:not(:placeholder-shown) {
  /** input is not empty */
  /*color: #0e6dcd!important;*/
}
.uk-input label.error {
  display: none !important;
}
.uk-input select {
  z-index: 10;
}
.input-select:after {
  font-family: FontAwesome;
  content: '\f107';
  z-index: 9;
  margin-left: -25px;
  color: #6a6a6a;
  font-size: 18px;
}
.required .input-text input:placeholder-shown,
.required .input-select .disabled-option {
  outline: 1px solid rgba(0, 0, 0, 0.24);
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);*/
  /** input is not empty */
}
.input-text select {
  padding-left: 10px;
  padding-left: 0px;
}
.required .input-select .disabled-option,
.required .input-select select:disabled,
.required .input-select option:disabled,
.input-text input::placeholder {
  color: #828282;
  font-family: "Roboto Condensed", sans-serif;
}
.required .input-select option {
  color: #000;
  font-family: Raleway, sans-serif;
}
.input-text-wrapper {
  width: 100%;
  text-align: left;
  flex-direction: column;
}
.input-text-wrapper label {
  width: 100%;
  display: block;
  margin: 0 0 10px;
  font-family: "Roboto Condensed", sans-serif;
}
.addressform > div {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.input-select {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.uk-select {
  background: none !important;
}
.input-text-wrapper.required label:after {
  content: '*';
  color: #fb1d4c;
  font-style: italic;
}
.input-icon > input,
.input-icon > input:focus {
  padding-left: 50px !important;
}
.input-icon:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: Ionicons;
  font-size: 16px;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin-right: -50px;
}
.input-icon-coupon:before {
  content: "\f48f";
}
.input-numeric {
  width: 90px;
  height: 52px;
  color: #262626;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  /* font-weight: 700; */
  line-height: 1.3em;
  /*color: #464646;*/
  text-align: left;
}
.input-numeric .uk-form-icon {
  color: #636363;
}
.input-numeric .uk-form-icon:hover {
  color: #464646;
}
.input-numeric input {
  width: calc(128%);
  height: 52px;
  color: #262626;
  border: none;
  border: 1px solid #000;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  /* font-weight: 700; */
  /*line-height: 1.3em;*/
  /* color: #464646; */
  background-color: transparent;
  outline: none;
  padding: 0px;
  box-sizing: border-box;
}
.error-container:empty {
  display: none;
}
.error-container > label {
  display: list-item;
}
.required .input-text input.submitted:placeholder-shown:invalid,
.required .input-select.submitted .disabled-option {
  outline: 1px solid rgba(251, 29, 76, 0.6);
}
.required .input-text input.submitted :invalid::placeholder,
.required .input-select.submitted .disabled-option {
  color: #fb1d4c;
}
.link-icon-after:after {
  content: " \f054";
  font-family: FontAwesome;
  color: #6a6a6a;
}
.link-icon-after:hover:after {
  color: #a4044a;
}
.link-icon-before:hover {
  text-decoration: none;
}
.link-icon-before:before {
  content: "\f054 ";
  margin-right: 10px;
  font-family: FontAwesome;
  color: #6a6a6a;
}
.link-icon-before:hover:before {
  color: #a4044a;
}
.link-icon-close-before:hover {
  text-decoration: none;
}
.link-icon-close-before:before {
  content: "\f077 ";
  margin-right: 10px;
  font-family: FontAwesome;
  color: #6a6a6a;
}
.link-icon-close-before:hover:before {
  color: #a4044a;
}
.uk-button-icon-link,
a.uk-button-icon-link,
button.uk-button-icon-link {
  text-decoration: none;
}
.uk-button-icon-link:focus,
a.uk-button-icon-link:focus,
button.uk-button-icon-link:focus,
.uk-button-icon-link:hover,
a.uk-button-icon-link:hover,
button.uk-button-icon-link:hover {
  text-decoration: none;
  color: #a4044a;
}
.uk-button-icon-link:focus *:before,
a.uk-button-icon-link:focus *:before,
button.uk-button-icon-link:focus *:before,
.uk-button-icon-link:hover *:before,
a.uk-button-icon-link:hover *:before,
button.uk-button-icon-link:hover *:before {
  color: #a4044a;
}
.link-icon-wishlist:before {
  content: "\2665";
  margin-right: 10px;
  font-family: FontAwesome;
  color: #6a6a6a;
  font-size: 20px;
}
.uk-offcanvas-bar {
  color: white;
}
.uk-offcanvas-bar .uk-grid > div {
  height: inherit;
  height: min-content;
}
.uk-offcanvas-bar .login {
  height: inherit;
  height: min-content;
}
.uk-offcanvas-bar .input-text {
  color: white;
}
.uk-offcanvas-bar .input-text input::placeholder {
  color: #bfbfbf;
  font-family: "Roboto Condensed", sans-serif;
}
.uk-offcanvas-bar .input-text input {
  color: white;
}
.uk-offcanvas-bar .uk-button-secondary {
  background-color: #222;
  border-color: white;
  color: white;
}
.uk-offcanvas-bar .uk-button-secondary:hover,
.uk-offcanvas-bar .uk-button-secondary:focus {
  color: white;
  background-color: #a4044a;
}
.flex-filter,
.filter-summary {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
}
.flex-filter h5,
.filter-summary h5 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.flex-filter .uk-button-filter,
.filter-summary .uk-button-filter {
  padding: 7px 13px;
  line-height: 30px;
  min-width: 40px;
  height: 40px;
  margin: 4px;
}
.flex-filter .uk-button-filter .text,
.filter-summary .uk-button-filter .text {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-filter .uk-button-filter.active,
.filter-summary .uk-button-filter.active {
  color: #000;
  background-color: #fff;
}
.flex-filter .uk-button-filter.active:hover,
.filter-summary .uk-button-filter.active:hover,
.flex-filter .uk-button-filter.active:focus,
.filter-summary .uk-button-filter.active:focus {
  background-color: #000;
  color: #fff;
}
.flex-filter .uk-button-filter:hover,
.filter-summary .uk-button-filter:hover,
.flex-filter .uk-button-filter:focus,
.filter-summary .uk-button-filter:focus {
  opacity: 1;
}
.flex-filter .uk-button-circle,
.filter-summary .uk-button-circle {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 25px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-color: transparent;
  color: transparent;
}
.flex-filter .uk-button-circle .text,
.filter-summary .uk-button-circle .text {
  display: none;
}
.flex-filter .uk-button-circle.active,
.filter-summary .uk-button-circle.active {
  border-color: transparent;
  opacity: 1;
}
.flex-filter .uk-button-circle.active:after,
.filter-summary .uk-button-circle.active:after {
  content: '\f00c';
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  width: 40px;
  height: 24px;
  justify-content: center;
  align-items: center;
  left: -2px;
  position: absolute;
}
.flex-filter .uk-button-circle.active:after,
.filter-summary .uk-button-circle.active:after {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.flex-filter .uk-button-circle.active.light-icon:after,
.filter-summary .uk-button-circle.active.light-icon:after {
  color: #fff;
}
.flex-filter .uk-button-circle.circle-soft-border,
.filter-summary .uk-button-circle.circle-soft-border {
  border-color: #bfbfbf;
}
.flex-filter .uk-button-circle:hover,
.filter-summary .uk-button-circle:hover,
.flex-filter .uk-button-circle:focus,
.filter-summary .uk-button-circle:focus {
  border-color: black;
  opacity: 1;
}
.flex-filter .uk-button-filter-icon,
.filter-summary .uk-button-filter-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 25px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-color: transparent;
  color: transparent;
  background-position: center, center;
  background-size: cover;
  background-color: #bfbfbf;
  background-blend-mode: luminosity;
  opacity: 0.8;
}
.flex-filter .uk-button-filter-icon .text,
.filter-summary .uk-button-filter-icon .text {
  display: none;
}
.flex-filter .uk-button-filter-icon.active,
.filter-summary .uk-button-filter-icon.active {
  border-color: transparent;
  opacity: 1;
  background-color: #828282;
  background-blend-mode: luminosity;
}
.flex-filter .uk-button-filter-icon.active:after,
.filter-summary .uk-button-filter-icon.active:after {
  content: '\f00c';
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  width: 40px;
  height: 24px;
  justify-content: center;
  align-items: center;
  left: -2px;
  position: absolute;
}
.flex-filter .uk-button-filter-icon.active:after,
.filter-summary .uk-button-filter-icon.active:after {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.flex-filter .uk-button-filter-icon.active.light-icon:after,
.filter-summary .uk-button-filter-icon.active.light-icon:after {
  color: #fff;
}
.flex-filter .uk-button-filter-icon.circle-soft-border,
.filter-summary .uk-button-filter-icon.circle-soft-border {
  border-color: #bfbfbf;
}
.flex-filter .uk-button-filter-icon:hover,
.filter-summary .uk-button-filter-icon:hover,
.flex-filter .uk-button-filter-icon:focus,
.filter-summary .uk-button-filter-icon:focus {
  border-color: black;
  opacity: 1;
}
.uk-button-klecks {
  width: 230px;
  min-width: 40px;
  min-height: 50px;
  border-radius: 0px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white !important;
  color: transparent !important;
  width: 132px;
  heigth: 33px;
}
.uk-button-klecks .text {
  display: none;
}
.uk-button-klecks:hover,
.uk-button-klecks:focus {
  border-color: black;
  color: black;
}
.uk-button-klecks.active {
  opacity: 1;
  border: none;
  background-color: white !important;
  border-color: white;
  color: transparent !important;
  border: 1px solid black;
  border-color: black;
}
.uk-button-klecks.active:after {
  content: '\f00c';
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 40px;
  height: 24px;
  justify-content: center;
  align-items: center;
  left: -2px;
  position: absolute;
}
.uk-button-klecks.active:after {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.uk-button-klecks.active:hover,
.uk-button-klecks.active:focus {
  opacity: 1;
  border: 1px solid black;
  border-color: black;
  color: black;
}
@media (min-width: 960px) {
  .uk-button-klecks {
    width: 100%;
    height: auto;
  }
  .uk-button-filter-customerdog {
    width: 100%;
    height: 50px;
  }
  .filter-summary .uk-button-klecks {
    width: 160px;
  }
}
.uk-button-pagination {
  padding: 7px 13px;
  min-width: 50px;
}
.uk-pagination .active {
  background-color: #666 !important;
  color: #fff !important;
}
.uk-button-filter-customerdog {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 50px !important;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  color: #828282;
}
.uk-button-filter-customerdog:before {
  content: none;
  position: relative;
  /* top: 1.1em; */
  left: inherit;
  text-transform: uppercase;
  /* letter-spacing: 3px; */
  /* font-weight: 800; */
  /* font-size: .8em; */
  transform: none;
  transition: all 0.3s ease-in-out;
  height: 0px;
  width: 0px;
}
.uk-button-filter-customerdog:hover:before {
  background-color: white;
  transform: none !important;
}
.uk-button-filter-customerdoghover:focus,
.uk-button-filter-customerdog:hover {
  transform: none !important;
  background-color: white;
  color: black;
  border: 1px solid #000;
}
.uk-button-filter-customerdog div {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transform: none !important;
  opacity: 1 !important;
}
.uk-button-filter-customerdog .dogpic {
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center center;
  border: 2px solid black;
  box-sizing: border-box;
}
.uk-button-filter-customerdog.active {
  border: 1px solid black !important;
  color: black !important;
  background-color: white !important;
}
.uk-button-filter-customerdog .text {
  margin-left: 10px;
}
.uk-button-filter-customerdog .dogpic {
  background-image: url(/gui/app/img/silhous/dogs/wolfspur.svg);
  background-color: black;
  background-size: contain;
}
.flex-filter .uk-button-filter.active {
  background-color: #000;
  color: #fff;
}
.flex-filter .uk-button-circle.active {
  border-color: black;
}
.flex-filter .uk-button-filter-icon.active {
  background-color: #828282;
}
.flex-filter .uk-button-filter-customerdog {
  width: 100%;
}
.filter-summary .uk-button-filter-customerdog {
  width: max-content;
}
.filter-summary .uk-button-filter-customerdog .text {
  margin-left: 30px;
  margin-right: 20px;
  line-height: 20px;
}
.filter-single-select-style-customerdog_circle {
  display: flex;
  justify-content: space-between;
}
.filter-single-select-style-customerdog_circle .uk-button-filter-customerdog-circle {
  width: calc(50%);
  margin: 0px;
}
.filter-single-select-style-customerdog_circle .uk-button-filter-customerdog-circle .text {
  margin-left: 10px;
  line-height: 20px;
}
.filter-single-select-style-customerdog_circle .uk-button-filter-customerdog-circle[data-filter-id="-13"] .dogpic {
  background-color: black !important;
  border-color: black !important;
}
.offcanvas-productgrid-filter .uk-button-filter {
  background-color: #222222;
  color: white;
  border-color: white;
  fill: white;
}
.offcanvas-productgrid-filter .uk-button-klecks {
  background-color: #222222;
  color: white;
  border-color: white;
  fill: white;
}
.uk-button-filter:focus,
a.uk-button-filter:focus,
button.uk-button-filter:focus {
  background-color: white;
  color: black;
}
.uk-button-filter:hover,
a.uk-button-filter:hover,
button.uk-button-filter:hover {
  background-color: white;
  color: black;
}
#page_content {
  background-color: white !important;
  position: relative;
}
.filter-header {
  margin-bottom: 22px;
}
.filter-summary {
  height: auto;
}
.border-bottom-line-soft:after {
  content: '';
  display: block;
  border-bottom: 1px solid #828282;
  width: auto;
}
.spinner {
  color: transparent;
  background-image: url('/gui/app/img/spinner.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 50px;
  height: 50px;
}
.spinner.spinner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
}
.error-container {
  padding-bottom: 25px;
  margin-bottom: 0 !important;
}
.grid-small-top > div {
  margin-top: 20px !important;
}
.grid-small-top > div:first-child {
  margin-top: 0 !important;
}
::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #222;
}
.navbars-mobile-all {
  overflow: scroll;
  text-transform: uppercase;
}
.navbars-mobile-all .uk-navbar-toggle,
.navbars-mobile-all .uk-navbar-toggle-icon {
  color: white;
}
.navbars-mobile-all .main-nav-list-wrapper,
.navbars-mobile-all .sub-nav-list-wrapper {
  background-color: #222;
  position: absolute;
  box-sizing: border-box;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 25px;
  /* margin: 0px; */
  left: 0px;
  top: 0px;
}
.navbars-mobile-all .main-nav-list-wrapper .uk-list-large.uk-list-divider > li:nth-child(n+2),
.navbars-mobile-all .sub-nav-list-wrapper .uk-list-large.uk-list-divider > li:nth-child(n+2) {
  margin-top: 0px;
  padding-top: 20px;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav {
  margin: 0px;
  padding: 20px;
  width: 100%;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav:hover a,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav:hover a,
.navbars-mobile-all .main-nav-list-wrapper .main-nav:focus a,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav:focus a {
  text-decoration: none;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav:hover i,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav:hover i,
.navbars-mobile-all .main-nav-list-wrapper .main-nav:focus i,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav:focus i {
  margin-right: 0px;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav a,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav a {
  display: block;
  width: 100%;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav a .uk-flex > div,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav a .uk-flex > div {
  flex-grow: 1;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav a .text,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav a .text {
  margin-right: 20px;
  margin-left: 10px;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav a .icon,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav a .icon {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navbars-mobile-all .main-nav-list-wrapper .main-nav a i,
.navbars-mobile-all .sub-nav-list-wrapper .main-nav a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
  font-size: 12px;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav {
  margin: 0px;
  padding: 20px 10px;
  width: 100%;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav:hover a,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav:hover a,
.navbars-mobile-all .main-nav-list-wrapper .back-nav:focus a,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav:focus a {
  text-decoration: none;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav:hover i,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav:hover i,
.navbars-mobile-all .main-nav-list-wrapper .back-nav:focus i,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav:focus i {
  margin-left: 0px;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav a,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav a {
  display: block;
  width: 100%;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav a .uk-flex > div,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav a .uk-flex > div {
  flex-grow: 1;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav a .text,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav a .text {
  margin-right: 0px;
  margin-left: 10px;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav a .icon,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav a .icon {
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbars-mobile-all .main-nav-list-wrapper .back-nav a i,
.navbars-mobile-all .sub-nav-list-wrapper .back-nav a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
  font-size: 12px;
}
.navbars-mobile-all .sub-nav-list-wrapper {
  padding: 25px 0px 25px 25px;
}
.navbars-mobile-all .main-nav-list {
  position: absolute;
}
.uk-navbar-main .uk-button {
  padding-left: 15px;
  padding-right: 15px;
  border-color: black;
  color: white;
  border: 0px solid transparent !important;
}
.uk-navbar-main .uk-button:hover,
.uk-navbar-main .uk-button:focus {
  color: #cf3775;
  border: none;
}
.uk-navbar-main .transparent {
  background: transparent !important;
  border-top: 0px solid #cf3775;
}
.uk-navbar-main .uk-dropdown {
  border-top: 2px solid #cf3775;
}
.uk-navbar-main .uk-dropdown.transparent {
  background: transparent !important;
  border-top: 0px solid #a4044a;
}
.uk-navbar-main ul.uk-dropdown-nav {
  background-color: white;
  color: black;
}
.uk-navbar-main ul.uk-dropdown-nav .transparent {
  background: transparent !important;
}
.uk-navbar-main ul.uk-dropdown-nav li {
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 17px;
  padding: 5px 0px;
  color: #2a2a2a;
  background-color: white;
}
.uk-navbar-main ul.uk-dropdown-nav li a {
  color: black !important;
}
.uk-navbar-main .uk-child-width-1-2 > * {
  width: 20%;
}
.accodrion-filter-main > li.filtertitle {
  background: #b20a82;
}
@media (max-width: 960px) {
  .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #000;
    height: 17px;
  }
  .headline-logo {
    padding-top: 17px;
  }
}
.trust-facts {
  margin-top: 20px;
  margin-bottom: 0px;
}
.trust-facts h2 {
  margin-bottom: 70px;
}
.trust-facts .trust-element {
  margin-bottom: 40px;
}
.trust-facts .trust-element .uk-width-1-1 {
  margin-top: 0px;
}
.trust-facts .trust-element h4 {
  font-size: 16px;
  letter-spacing: -0.08px;
}
.trust-facts .trust-element a {
  text-decoration: none;
}
.trust-facts .trust-element a:hover {
  text-decoration: none;
}
.trust-facts .trust-element i {
  font-size: 65px;
  line-height: 65px;
  color: black;
}
@media (min-width: 960px) {
  .trust-facts {
    margin-top: 134px;
    margin-bottom: 93px;
  }
}
.voucher-icon:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: Ionicons;
  font-size: 16px;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin-right: 10px;
  content: "\f48f";
}
.no-link {
  pointer-events: none;
}
.no-link:hover {
  text-decoration: none;
}
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
.uk-file-upload {
  width: 100%;
  padding: 32px 16px;
  box-sizing: border-box;
  background: #f5f5f5;
  text-align: center;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.uk-file-upload p {
  margin: 0;
}
.uk-file-upload.uk-dragover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
div.uk-form-file {
  padding: 3px 2px;
}
.uk-form-file input[type="file"] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
  font-size: 500px;
}
.uk-form-file input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
