body {
  background: #eee !important;
  font-family: "FagoNo", Arial, Sans-Serif;
}
.app {
  margin-top: 0 !important;
}
#page-body {
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 110px !important;
  padding-bottom: 25px !important;
  background: #fff;
}
.bold {
  font-weight: bold;
}

.btn-dark {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

h1,
.h1 {
  font-size: 3.25rem !important;
}

h2,
.h2 {
  font-size: 2.5rem;
}

.input-unit label,
.input-unit .input-unit-label {
  color: #212529;
}

.row-xs {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.row-xs > div[class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.bg-primary-inner {
  margin-left: 0;
  margin-right: 0;
  background: #212121;
  color: #fff;
}

.bg-primary-inner .h1-max {
  font-size: 3.5em;
  line-height: 1;
}

.bg-primary-inner .col-12 {
  padding: 2em 0;
}

.bg-primary-inner .h1-max + div {
  margin-top: 0.25em;
  font-size: 1.5em;
}

#loading-overlay,
#loading-overlay .spinner {
  position: fixed;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
}

#loading-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-image: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/spinner_holder.svg);
  background-position: center center;
  background-size: 160px;
  z-index: 10000;
}

#loading-overlay .spinner {
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  height: 59px;
  width: 59px;
  background-image: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/ff.svg);
  background-position: -72px -72px;
  background-size: 162px;
  border-radius: 50%;
  animation: rotating 2s linear infinite;
}

.loading-pl {
  overflow: hidden;
  min-height: 345px;
  max-height: 345px;
}

@media (max-width: 767px) {
  .price .h2 {
    font-size: 2.5em;
  }
  .h2 {
    font-size: 1.5em;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 1em;
  }
  .btn-lg svg,
  .btn-group-lg > .btn svg {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 575px) {
  .price .h2 {
    font-size: 2.5em;
  }
  .h2 {
    font-size: 1.5em;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 1em;
  }
  .btn-lg svg,
  .btn-group-lg > .btn svg {
    height: 15px;
    width: 15px;
  }
}

/* Header */

.top-bar {
  background-color: #212121;
}

.top-bar,
.navbar {
  width: 100%;
  max-width: calc(1200px - 30px);
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navbar {
  background: rgb(156, 13, 12);
  background: -moz-linear-gradient(
    90deg,
    rgba(156, 13, 12, 1) 0%,
    rgba(201, 2, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(156, 13, 12, 1) 0%,
    rgba(201, 2, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(156, 13, 12, 1) 0%,
    rgba(201, 2, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c0d0c",endColorstr="#c90200",GradientType=1);
  z-index: 100 !important;
}

.top-bar .slogan {
  margin-left: 10em;
  padding: 0.5rem 0.8rem 0.5rem calc(5em + 2em);
  font-size: 80%;
}

.top-bar .slogan img {
  top: 50%;
  left: 1em;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.navbar .brand-wrapper {
  position: absolute;
  top: -30px;
  height: calc(85px + 30px);
  z-index: 100 !important;
  background: #fff;
  border-radius: 0 0 0.485em 0.485em;
  box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 0.5);
}

.navbar-brand img {
  max-height: 5rem;
}
@media (max-width: 1199px) {
  #page-body {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: 60px;
  }
  .control-basket {
    position: absolute !important;
    right: 0;
  }
  .top-bar .slogan {
    margin-left: 0;
  }
  .navbar .brand-wrapper {
    left: 50%;
    padding-left: 0.75em;
    padding-right: 0.75em;
    height: calc(85px + 0px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .navbar-brand .since {
    display: none !important;
  }
}

/* Navigation */

.main-navbar-collapsable .mainmenu > li > a {
  padding: 1.3rem 1rem;
  font-size: 1.25em;
  color: #fff;
}

.main-navbar-collapsable .mainmenu > li:hover > a + .dropdown-menu {
  visibility: visible;
  pointer-events: unset;
  opacity: 1;
  transform: translateY(0%);
}

.main-navbar-collapsable .ddown > a:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 4px;
  margin: 0 0 0 0.25em;
  padding: 0;
  background: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/ddown.svg);
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
  transition: transform 300ms;
}

.main-navbar-collapsable .ddown:hover > a:after {
  content: "";
  transform: scale(-1);
}

.navbar-brand .since {
  margin-top: 9px;
  margin-left: -14px;
  margin-right: -14px;
  padding-top: 0.25em;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #eee;
}

#controlsList > li:first-of-type:after {
  content: "";
  position: relative;
  top: 0.5em;
  left: 0;
  float: right;
  display: block;
  height: 1.685em;
  width: 1px;
  background: #fff;
}

.control-user > div > div .pipe,
.control-user > div > div > a:last-of-type,
.control-user > div > div > a > .fa {
  display: none;
}

.control-user > div > div > a:first-of-type span {
  display: block !important;
}

.control-basket {
  padding: 0.5em 0.5em 0.5em 1.45em !important;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0.25em;
  font-weight: bold;
  color: #fff;
}

.control-basket span {
  font-size: 1.25em;
  font-weight: normal;
}

.control-basket div.position-absolute {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control-basket div.position-absolute > svg {
  padding: 0.125em;
  background: #bc0604;
  border-radius: 5em;
}

.control-basket:hover div svg {
  animation: rotating 2s linear infinite;
}

.control-basket .badge {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #fff;
  font-weight: bold;
  font-size: 100%;
  border-radius: 5em;
  color: #c10402;
}

.main-navbar-collapsable .dropdown-menu {
  display: block;
  visibility: hidden;
  top: 50px;
  width: 16.5em;
  border-radius: 0.5em;
  border: 0;
  box-shadow: 0px 5px 12px -5px #000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(25%);
  transition: transform 300ms, opacity 250ms;
}

.main-navbar-collapsable .dropdown-menu:after {
  bottom: 100%;
  left: 1.5em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}

.main-navbar-collapsable .dropdown-menu a {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  transition: background 250ms, padding 300ms;
}

.main-navbar-collapsable .dropdown-menu > li:first-of-type > a,
.main-navbar-collapsable .dropdown-menu > li:first-of-type > a:hover {
  border-radius: 0.5em 0.5em 0 0;
}
.main-navbar-collapsable .dropdown-menu > li:last-of-type > a,
.main-navbar-collapsable .dropdown-menu > li:last-of-type > a:hover {
  border-radius: 0 0 0.5em 0.5em;
}
.main-navbar-collapsable .dropdown-menu a:hover {
  background: #eee;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .main-navbar-collapsable .pl-lg-5 {
    padding-left: calc(7rem - 0.2rem) !important;
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* Homepage */

.slider-outer {
  position: relative;
  margin: 0 auto;
  left: 0 !important;
}

.slider-outer .slider-txt {
  width: 55%;
  top: calc(50% - 27px);
  left: 2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}

.slider-outer .slider-txt .h1 {
  display: block;
  margin-bottom: 0.25em;
  font-size: 6em !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.slider-outer .slider-txt .h2 {
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.slider-outer .carousel-indicators {
  justify-content: left;
  margin-left: 1em;
  margin-right: 0;
}
.slider-outer
  .widget-image-carousel.widget-primary
  .carousel-indicators
  li.active {
  background-color: #ffffff;
}
.slider-outer .widget-image-carousel .widget-inner .carousel-indicators li {
  border-color: #fff;
  border-radius: 0.25rem;
}

.slider-outer .widget-image-carousel .widget-inner .carousel-control {
  display: none;
}

.widget-image-carousel {
  padding-bottom: 50% !important;
}

.about-us {
  background: #eee;
}

.adv ul {
  list-style: none;
}

.ingoa {
  position: relative;
  margin-top: -1em;
  z-index: 1;
}
.ingoa img {
  position: relative;
  z-index: 1;
}

.ingoa .tilt-form {
  position: relative;
  padding: 0.5em 3em;
  color: #fff;
}

.ingoa .tilt-form:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  height: 7.85em;
  width: 100%;
  background: #9c0d0c;
  -webkit-transform: skewY(20deg);
  transform: skewY(2.5deg);
  z-index: -1;
}
.ingoa .autograph {
  width: 6.125em;
}

.adv ul > li {
  display: inline-block;
}
.adv ul > li:first-of-type,
.adv ul > li + li {
  margin-right: 1.25em;
}

.zip-search {
  position: relative;
  background: #0e0e0e;
  padding: 2em 1em;
  color: #fff;
  z-index: 1;
}

.zip-search:before {
  content: "";
  position: absolute;
  top: -9.5em;
  left: 0;
  display: block;
  height: 9.75em;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(14, 14, 14, 0) 0%,
    rgba(14, 14, 14, 1) 97%,
    rgba(14, 14, 14, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(14, 14, 14, 0) 0%,
    rgba(14, 14, 14, 1) 97%,
    rgba(14, 14, 14, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(14, 14, 14, 0) 0%,
    rgba(14, 14, 14, 1) 97%,
    rgba(14, 14, 14, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e0e0e', endColorstr='#0e0e0e',GradientType=0 );
}

.course img {
  border-radius: 0.5em;
}
.course .badge-course {
  display: none;
  background: #9c0d0c;
  padding: 0.485em;
  right: 10px;
  bottom: 10px;
  border-radius: 0.5em;
  box-shadow: 0px 0px 0px 1px #7d0908, -10px -10px 10px -5px rgb(0 0 0 / 35%);
  color: #fff;
}

.course .badge-course img {
  width: 4em;
  margin: 0.5em 0;
}

.card-zip-search {
  background: #9c0d0c;
  color: #fff;
  border: none;
  border-radius: 0.5em;
}
.card-zip-search .card-body {
  background: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/de_map.png);
  background-position: 3.5em center;
  background-size: 15em;
  background-repeat: no-repeat;
  padding: 2.25em 2.5em 2.25em 22.5em;
}
.card-zip-search .card-body .h4 {
  font-weight: 400 !important;
}

#instagram-feed1 > div {
  overflow: hidden;
  margin-left: -1%;
  margin-right: -1%;
}
.sponsor .nav-tabs {
  margin-top: 2em;
  margin-bottom: 3em;
  justify-content: center;
  border: none;
}
.sponsor .nav-tabs > li > a {
  background: #fff;
  margin: 0 0.75em;
  padding: 0.5em 1.5em;
  border: 1px solid #212121;
  border-radius: 0.25em;
  color: #000 !important;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sponsor .nav-tabs > li > a:hover {
  background: #212121;
  border: 1px solid #212121;
  color: #fff !important;
}
.sponsor .nav-tabs > li > a.nav-link.active {
  background: #212121;
  border: 1px solid #212121;
  color: #fff !important;
}

.sponsor .item-inner {
  background-color: #eee;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.sponsor .item-img {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-slide-position {
  right: 2em;
  bottom: 1.8em;
}

.video-slide-position .video-slide {
  position: relative;
  overflow: hidden;
  height: 8em;
  width: 12em;
  background: rgb(0 0 0 / 0.75)
    url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/video-dummy.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 0.25em;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0px 0px 0px 3px rgb(238 238 238 / 0.5);
  transform: scale(1);
  transition: all 300ms;
}

.video-slide-position .video-slide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(14 14 14 / 25%);
  backdrop-filter: grayscale(1) blur(2px);
}

.video-slide-position .video-slide:hover {
  transform: scale(1.05);
}
.video-slide-position .video-slide:hover:after {
  background: rgb(255 255 255 / 25%);
  backdrop-filter: blur(0px);
}
.video-slide-position .video-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .main .slider-outer .widget-image-carousel {
    margin-bottom: 0 !important;
    padding-bottom: 60% !important;
  }
  .main .slider-outer .slider-txt .h1 {
    display: block;
    margin-bottom: 0.25em;
    font-size: 5em !important;
  }
}

@media (max-width: 990px) {
  .card-zip-search .card-body {
    background-image: none !important;
    padding: 2.25em 2.5em 2.25em 2.5em !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .main .h1-res {
    font-size: 2em !important;
  }
  .main .slider-outer .widget-image-carousel {
    margin-bottom: 0 !important;
    padding-bottom: 70% !important;
  }
  .main .slider-outer .slider-txt .h1 {
    display: block;
    margin-bottom: 0.25em;
    font-size: 5em !important;
  }
  .main .slider-outer .slider-txt {
    width: 55%;
    top: calc(50% - 100px) !important;
  }
}

@media (max-width: 767px) {
  .about-us {
    padding-bottom: 2em !important;
  }
  #zip-search #postalcode-input,
  #zip-search .btn {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main .h1-res {
    font-size: 2em !important;
  }
  .main .slider-outer .widget-image-carousel {
    margin-bottom: 0 !important;
    padding-bottom: 100% !important;
  }
  .main .slider-outer .slider-txt .h1 {
    display: block;
    margin-bottom: 0.25em;
    font-size: 5em !important;
  }
  .main .widget-image-carousel .widget-inner .carousel-item img.img-cover {
    min-width: 120%;
    min-height: 120%;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .main .h1-res {
    font-size: 2em !important;
  }
  .main .slider-outer .slider-txt {
    left: 15px;
    width: calc(100% - 2em) !important;
  }
  .main .slider-outer .widget-image-carousel {
    margin-bottom: 0 !important;
    padding-bottom: 125% !important;
  }
  .main .slider-outer .slider-txt .h1 {
    display: block;
    margin-bottom: 0.25em;
    font-size: 4em !important;
  }
  .main .widget-image-carousel .widget-inner .carousel-item img.img-cover {
    min-width: 120%;
    min-height: 120%;
  }
  .main .slider-outer .slider-txt {
    width: 55%;
    top: calc(50% - 155px) !important;
  }
  .sponsor .nav-tabs > li > a {
    background: #fff;
    margin: 0 0.125em;
    padding: 0.5em 0.75em;
    font-size: 80%;
  }
  .about-us .widget .widget-inner {
    padding: 0em !important;
  }
}

@media (max-width: 399px) {
  .main .h1-res {
    font-size: 2em !important;
  }
  .main .slider-outer .slider-txt {
    left: 15px;
    width: calc(100% - 2em) !important;
  }
  .main .slider-outer .widget-image-carousel {
    margin-bottom: 0 !important;
    padding-bottom: 175% !important;
  }
  .main .slider-outer .slider-txt .h1 {
    display: block;
    margin-bottom: 0.25em;
    font-size: 4em !important;
  }
  .main .widget-image-carousel .widget-inner .carousel-item img.img-cover {
    min-width: 120%;
    min-height: 120%;
  }
  .main .slider-outer .slider-txt {
    width: 55%;
    top: calc(50% - 185px) !important;
  }
  .sponsor .nav-tabs > li > a {
    margin: 0 0.125em !important;
    padding: 0.5em 0.75em !important;
    font-size: 90% !important;
  }
  .about-us .widget .widget-inner {
    padding: 0em !important;
  }
  .ingoa .tilt-form {
    position: relative;
    padding: 0.5em 2em;
    color: #fff;
  }
}

/* Custom Content */

.category-661 #page-body .container-max .row .col {
  background-image: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/bg_history.jpg);
  background-size: 100%;
  background-position: center bottom;
}

.timeline {
  position: relative;
  max-width: 100%;
  margin: 50px auto 0;
  padding: 0 24px 50px;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 3px;
  height: 100%;
  margin: auto;
  background: #9c0d0c;
}

.event {
  position: relative;
  overflow: hidden;
  margin-bottom: 46px;
}
.event .event-date {
  position: absolute;
  top: 50%;
  right: 0;
  width: 46%;
  margin-top: -28px;
  font-size: 50px;
  font-weight: 700;
  color: #9c0d0c;
}
.event .event-desc {
  position: relative;
  float: left;
  width: 46%;
  height: auto;
  padding: 20px 24px;
  background: #ffffff;
  border-bottom: 3px solid rgb(196 196 196 / 0.25);
  line-height: 22px;
}
.event .event-desc.has-image {
  width: calc(46% - 65px);
  margin-left: 65px;
}
.event .event-desc.has-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -65px;
  display: block;
  width: 65px;
  height: 95px;
  margin: auto;
  object-fit: cover;
}
.event .event-desc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 0;
  height: 0;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #ffffff;
}
.event:nth-child(even) .event-date {
  left: 0;
  text-align: right;
}
.event:nth-child(even) .event-desc {
  float: right;
}
.event:nth-child(even) .event-desc.has-image {
  margin-right: 65px;
}
.event:nth-child(even) .event-desc.has-image img {
  left: auto;
  right: -65px;
}
.event:nth-child(even) .event-desc:after {
  left: -13px;
  border-left: none;
  border-right: 14px solid #ffffff;
}
.event:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -8px auto 0;
  background: #9c0d0c;
  border-radius: 50%;
}

@media all and (max-width: 900px) {
  .timeline {
    padding-right: 32px;
  }
  .timeline:before {
    left: 28px;
    right: auto;
    margin: 0;
    padding: 0 0 50px;
  }

  .event {
    padding-left: 28px;
  }
  .event .event-date {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 0 16px;
  }
  .event .event-desc {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .event .event-desc.has-image {
    width: auto;
    margin: 0;
  }
  .event .event-desc.has-image img {
    position: relative;
    bottom: auto;
    left: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
  .event .event-desc:after {
    display: none;
  }
  .event:nth-child(even) .event-date {
    text-align: left;
  }
  .event:nth-child(even) .event-desc {
    float: none;
  }
  .event:nth-child(even) .event-desc.has-image {
    margin: 0;
  }
  .event:nth-child(even) .event-desc.has-image img {
    right: auto;
  }
  .event:nth-child(even) .event-desc:after {
    display: none;
  }
  .event:before {
    top: 20px;
    left: 0;
    right: auto;
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  .event .event-desc.has-image img {
    display: none;
  }
}

/* Category */

.categoriegrid .list-option {
  background: #fff;
  padding: 1.5em 0;
  border-radius: 0.25em;
  box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.1);
}

.categoriegrid .cmp .stretched-link::after {
  pointer-events: none;
}

.categoriegrid .cmp {
  transform: scale(1);
  padding-bottom: 0;
  transition: transform 150ms, padding-bottom 150ms;
}

.categoriegrid .cmp .cmp-sub-actions {
  display: none !important;
  position: absolute;
  bottom: 0;
  height: 45px;
  margin: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 100;
  transition: transform 300ms;
}
.categoriegrid .cmp .cmp-sub-actions label {
  box-shadow: none !important;
}
.categoriegrid .cmp:hover .cmp-sub-actions {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.categoriegrid .cmp:hover {
  /* padding-bottom: 45px; */
  padding-bottom: 0;
  transform: scale(1.0285);
}

.categoriegrid .cmp-product-thumb .thumb-title {
  font-size: 1.5em;
  min-height: unset;
  color: #000;
}
.categoriegrid .cmp-product-thumb .thumb-image {
  width: 30%;
  padding: 2em;
}
.categoriegrid .cmp-product-thumb .thumb-image > div {
  padding-bottom: 70% !important;
}
.categoriegrid .cmp-product-thumb .thumb-content {
  width: 70%;
  padding: 0;
  border-left: 1px solid #cccfd3;
}
.categoriegrid
  .cmp-product-thumb
  .thumb-content
  > .extra-info
  > div:first-of-type {
  width: 50%;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.categoriegrid
  .cmp-product-thumb
  .thumb-content
  > .extra-info
  > div:last-of-type {
  width: 50%;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  margin-left: 1em;
  border-left: 1px solid #cccfd3;
}
.categoriegrid .cmp-product-thumb .prices {
  line-height: 1em !important;
}
.categoriegrid .cmp-product-thumb .price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #212121;
}
.categoriegrid .cmp-action .d-inline {
  display: block !important;
}
.categoriegrid .cmp-action .d-inline > div,
.cmp-action .d-inline > div > button {
  width: 100%;
  margin-bottom: 0.25em;
}
.categoriegrid .cmp-action .d-inline > div > button > .fa-shopping-cart {
  display: none;
}
.categoriegrid .cmp-action .av > .fa,
.single .av > .fa {
  height: 10px;
  width: 10px;
  margin-right: 0.35em;
  border-radius: 50%;
}

.categoriegrid .cmp-action .av > .fa:before,
.single .av > .fa:before {
  content: "";
  display: block;
  overflow: hidden;
  height: 10px;
  width: 10px;
  line-height: 10px;
  border-radius: 50%;
}

.categoriegrid .cmp .franchisee img {
  height: 40px;
  width: 40px;
  margin-right: 1em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 73%);
}

.categoriegrid .cmp .badge-container > .badge {
  background: #e3e7eb;
  margin-top: -0.15rem;
  margin-bottom: -0.5rem;
  font-size: 1em !important;
}

.categoriegrid .cmp .badge-container > .badge + .badge {
  margin-left: 0.25em;
}

.tooltip-inner {
  padding: 1em;
  min-width: 270px;
  text-align: left;
}

@media (min-width: 992px) {
  .categoriegrid .cmp-product-thumb {
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.1),
      0px -5px 15px -5px rgb(0 0 0 / 0.1);
  }
  .categoriegrid .cmp .thumb-inner {
    display: flex;
  }
  .categoriegrid .cmp-product-thumb .thumb-image {
    width: 20%;
    padding: 1em !important;
  }
  .categoriegrid .cmp-product-thumb .thumb-image > div {
    padding-bottom: 100% !important;
  }
  .categoriegrid .cmp-product-thumb .thumb-content {
    width: 80%;
    padding: 0;
    border-left: 1px solid #cccfd3;
  }
  .categoriegrid .cmp-product-thumb .date {
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  #zip-search-2 #postalcode-input {
    flex: 1;
  }
  #zip-search-2 #postalcode-input {
    width: 80%;
    margin-right: 0.5rem !important;
  }
  #zip-search-2 select {
    width: 20%;
  }

  .categoriegrid .cmp-product-thumb .thumb-image,
  .categoriegrid .cmp-product-thumb .thumb-content,
  .categoriegrid
    .cmp-product-thumb
    .thumb-content
    > .extra-info
    > div:first-of-type,
  .categoriegrid
    .cmp-product-thumb
    .thumb-content
    > .extra-info
    > div:last-of-type {
    width: 100%;
  }
  .categoriegrid .cmp-product-thumb {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.1),
      0px -5px 15px -5px rgb(0 0 0 / 0.1);
  }
  .categoriegrid
    .cmp-product-thumb
    .thumb-content
    > .extra-info
    > div:last-of-type {
    margin: 0;
    border-top: 1px solid #cccfd3;
  }
  .categoriegrid
    .cmp-product-thumb
    .thumb-content
    > .extra-info
    > div:last-of-type {
    border-left: none !important;
  }
  .cmp-product-thumb .thumb-meta > div {
    flex: 1;
  }
  .categoriegrid .cmp-product-thumb .thumb-image {
    padding: 1em;
  }
}

@media (max-width: 767px) {
  .categoriegrid .cmp-product-thumb .thumb-content {
    width: 100% !important;
    border-top: 1px solid rgb(204, 207, 211);
    border-left: none !important;
  }
  .categoriegrid .cmp-product-thumb .thumb-image > div {
    padding-bottom: 30% !important;
  }
  #zip-search-2 #postalcode-input {
    flex: 1;
  }
  #zip-search-2 #postalcode-input {
    width: 60%;
    margin-right: 0.5rem !important;
  }
  #zip-search-2 select {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .categoriegrid .cmp-product-thumb .thumb-image > div {
    padding-bottom: 50% !important;
  }
}

/* Single */

.single .panel-group .panel {
  margin-bottom: 0.5em;
}
.single .panel-group .panel .panel-title {
  margin-bottom: 0;
  padding: 0.85em;
  border: 1px solid #eee;
  font-size: 1em;
  color: #fff !important;
}
.single .panel-group .panel .panel-title > a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
}
.single .panel-group .panel .panel-title > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 25px;
  width: 25px;
  background: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/plus_tab.svg);
  background-position: center center;
  background-size: 100%;
  transition: transform 300ms;
}

.single .panel-group .panel .panel-title > a[aria-expanded="false"]:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.single .panel-group .panel .panel-title > a[aria-expanded="true"]:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.single .panel-group .panel .panel-collapse {
  margin-top: -1px;
  padding: 0.85em;
  border: 1px solid #eee;
  box-shadow: 0px 10px 10px -11px rgb(0 0 0 / 0.125);
  font-size: 1em;
}

.single .panel-group .panel .panel-collapse table {
  height: auto !important;
  width: 100% !important;
}

.single div[property-id="73"] option[value="42"],
.single div[property-id="76"] option[value="69"] {
  display: none;
}

.single .panel-group .panel .panel-collapse table tr > td:nth-of-type(1),
.single .panel-group .panel .panel-collapse table tr > td:nth-of-type(2) {
  white-space: nowrap;
  padding-right: 0.85em;
}

.trainer {
  padding-right: 17em;
}
.sponsor .owl-carousel .owl-nav .disabled,
.sponsor .owl-carousel .owl-nav .disabled {
  opacity: 0;
}
.sponsor .owl-carousel .owl-nav .owl-prev:not(.disabled),
.gallery .owl-nav .owl-prev:not(.disabled) {
  margin: 0;
  width: 40px;
  height: 40px;
  background: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/chevron-left.svg);
  left: -50px;
  text-indent: -9999px;
  opacity: 0.5 !important;
}

.sponsor .owl-carousel .owl-nav .owl-next:not(.disabled),
.gallery .owl-nav .owl-next:not(.disabled) {
  margin: 0;
  width: 40px;
  height: 40px;
  background: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/chevron-right.svg);
  right: -50px;
  text-indent: -9999px;
  opacity: 0.5 !important;
}

.sponsor .owl-carousel .owl-nav .owl-prev:not(.disabled):hover,
.sponsor .owl-carousel .owl-nav .owl-next:not(.disabled):hover,
.gallery .owl-nav .owl-prev:not(.disabled):hover,
.gallery .owl-nav .owl-next:not(.disabled):hover {
  opacity: 1 !important;
}

.sponsor .item-img {
  transition: width 300ms;
  cursor: pointer;
}
.sponsor .item-img:hover {
  width: 85%;
}

.ff_1 {
  position: relative;
  width: 250px;
  margin: 1.5em 0;
}
.ff_1--1,
.ff_1--2 {
  position: absolute;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: "REAL MADRID 13-14";
}
.ff_1--1 {
  top: 65px;
  left: 110px;
  height: 20px;
  width: 95px;
  font-size: 13px;
}

.ff_1--1_small {
  font-size: 10px;
}

.ff_1--2 {
  top: 85px;
  left: 118px;
  height: 20px;
  width: 80px;
  font-size: 45px;
}

.ff_1:after {
  content: "1x";
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  background: #9c0d0c;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  line-height: 2.125em;
  color: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ff_2 {
  position: relative;
  width: 250px;
  margin: 1.5em 0;
}

.ff_2:after,
.ff_2:before {
  content: "1x";
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  background: #9c0d0c;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  line-height: 2.125em;
  color: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ff_2:before {
  bottom: 0;
  right: 50%;
}

.single .widget-basket .meta-container-wrapper-inner {
  position: relative;
  top: -0.285em;
  float: right;
  display: flex;
  justify-content: space-between;
}

.single .widget-basket .image-container,
.single .widget-basket .basket-list-item .meta-container,
.single
  .widget-basket
  .basket-list-item
  .basket-item-container-right
  .qty-box-container,
.single .widget-basket .basket-list-item .item-total-price {
  display: none;
}

.single .basket-list-item {
  padding: 0 1em;
  background: #dee2e6;
}

.single .basket-list-item .card .card-body {
  background: #fff;
}

.single .competitor-outer {
  /* padding: 1em; */
  background: #dee2e6;
  border-radius: 0 0 0.25em 0.25em;
}

#competitor .modal-body {
  max-height: 65vh;
  overflow-x: hidden;
}

/* Basket */

#cart .basket-list-item .image-container {
  padding: 5px 10px;
  width: 115px;
}

.widget-basket .basket-list-item .image-container {
  padding: 5px 10px;
}

#cart .basket-list-item .card-body,
.checkout .basket-list-item .card-body {
  background: #eee;
  line-height: 1;
}

#cart .basket-list-item .full-name,
.checkout .basket-list-item .full-name {
  display: none !important;
}

#cart .item-list {
  height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}

.single .widget-basket > .cmp {
  margin: 1em 0 0;
  max-height: 20em;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0.25em 0.25em 0 0;
}

.single .card .vp-img {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 1em;
  top: 1em;
  height: 230px;
  width: 185px;
  box-shadow: 0px 15px 20px -15px rgb(109 109 109 / 0.5),
    0px -15px 20px -25px rgb(109 109 109 / 0.5);
  background-position: calc(100% - 1em) bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  border: 8px solid #ffffff;
  /* transform: rotate(8deg); */
}

.single .card .vp-img img {
  position: absolute;
}

.single .badge-container > .badge {
  background: #e3e7eb;
  font-size: 1em !important;
}

.single .single-img {
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 767px) {
  .single .date {
    font-size: 1em;
  }
}

/* Footer */

footer {
  padding: 3em !important;
  background: #212121;
  background-position: right bottom;
  background-size: 20em;
  background-repeat: no-repeat;
  color: #fff;
}

footer a,
footer a:hover {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer .footer-list-title {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .horizontal-menu {
  margin-left: -1em;
  margin-right: -1em;
}

footer .horizontal-menu li {
  padding: 0 1em;
}

footer .horizontal-menu li + li {
  border-left: 1px solid #dee2e6;
}

#newsletter-footer {
  background: #eee
    url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/newsletter_bg.svg);
  background-size: 23.5%;
  background-position: left 95%;
  background-repeat: no-repeat;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 17.5em;
}

#newsletter-footer form[id^="newsletter-input-form"] > .row {
  margin-right: -5px;
  margin-left: -5px;
}

#newsletter-footer form[id^="newsletter-input-form"] > .row > .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}

#footer-action {
  color: #fff;
}
#footer-action > .col-lg-6:first-of-type > div {
  background: #830f02;
}
#footer-action > .col-lg-6:last-of-type > div {
  background: #a20b0b;
}

@media (max-width: 991px) {
  #newsletter-footer {
    background-image: none;
    padding-left: 2em;
  }
  footer {
    background-image: none;
  }
}

@media (min-width: 992px) {
  footer .footer-list + .row {
    margin-top: 7.5em !important;
  }
}

@media (max-width: 767px) {
  .horizontal-menu {
    display: block !important;
  }
  .horizontal-menu li {
    display: inline-block;
  }
  footer .horizontal-menu {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  footer .horizontal-menu li {
    padding: 0 0.5em;
  }
}

@media (max-width: 575px) {
  footer {
    padding: 2em 1em 1em 1em !important;
    font-size: 90%;
  }
  #newsletter-footer,
  #footer-action .px-5 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
}

/* Misc */

.modal-backdrop {
  opacity: 0;
  transition: opacity 385ms;
}
.modal-backdrop.show {
  opacity: 0.95;
  /* -webkit-backdrop-filter: saturate(185%) blur(15px);
    backdrop-filter: saturate(185%) blur(15px);
    background-color: rgba(255,255,255,.75); */
}
.modal-backdrop {
  background-color: #191919;
}

.pac-icon-marker,
.pac-logo:after {
  display: none;
}

.pac-item-query,
.pac-item {
  font-size: 14px;
}

.pac-item {
  padding: 5px 20px;
}

.pac-item-query {
  color: #9c0d0c;
}

body {
  padding: 0;
  margin: 0;
}

main-loader {
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.main-fader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.main-fader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-fader .loader svg {
  height: 150px;
  display: block;
  margin: 0 auto;
}
.main-fader .loader svg path {
  animation-duration: 1s;
  animation-name: pulse;
  animation-iteration-count: infinite;
  color: #26a380;
}
.main-fader .loader svg path.path-7 {
  animation-delay: -1s;
}
.main-fader .loader svg path.path-6 {
  animation-delay: -0.875s;
}
.main-fader .loader svg path.path-5 {
  animation-delay: -0.75s;
}
.main-fader .loader svg path.path-4 {
  animation-delay: -0.625s;
}
.main-fader .loader svg path.path-3 {
  animation-delay: -0.5s;
}
.main-fader .loader svg path.path-2 {
  animation-delay: -0.375s;
}
.main-fader .loader svg path.path-1 {
  animation-delay: -0.25s;
}
.main-fader .loader svg path.path-0 {
  animation-delay: -0.125s;
}

@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.1;
  }
}

.photo-tilt {
  position: relative;
  transform: rotate(-4deg);
  left: 0;
  border: 20px solid #fff;
  box-shadow: 0px 0px 20px 16px #eee;
}
.photo-tilt-none {
  left: 0 !important;
  transform: rotate(0deg) !important;
}
.photo-tilt-2 {
  left: unset;
  right: -45px;
  transform: rotate(8deg);
}

.photo-tilt-3 {
  transform: rotate(4deg);
}

.photo-tilt-4 {
  transform: rotate(8deg);
}

.timer-outer {
  position: absolute;
  right: 3.75em;
  font-size: 1.25em;
}

/* Aktivwelten */

.aw-heading {
  padding: 0.5em 0;
  font-size: 5em;
  background: #191919;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.aw-icon {
  background: #191919;
  padding-bottom: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background 500ms;
}
.aw-icon:hover {
  background: #9c0d0c;
}
.aw-icon > div {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aw-icon > div:last-of-type {
  padding: 2em;
}
.aw-icon > div > img {
  position: relative;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  transition: opacity 500ms;
}
.aw-icon > div > .colored {
  opacity: 0;
}
.aw-icon:hover > div > .bw {
  opacity: 0;
}
.aw-icon:hover > div > .colored {
  opacity: 1;
}

.aw-outer-heading {
  max-width: calc(80% - 1em);
  margin: 0 auto;
}
.aw-outer-row {
  max-width: 80%;
  margin: 0 auto;
}

.aw-outer-row > div[class*="col"] {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* 2020/12/01 */

.aw-heading {
  padding: 1.125em 0 !important;
  background: #191918
    url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/anderbruegge_sport_konzept/kachel_1-min.png)
    center center/100% !important;
}

.aw-outer-row.mb-3 .col-xl-6:first-of-type .aw-icon {
  background: #191918
    url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/anderbruegge_sport_konzept/kachel_2-min.png)
    center center/100% !important;
}

.aw-outer-row.mb-3 .col-xl-6:last-of-type .aw-icon {
  background: #191918
    url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/anderbruegge_sport_konzept/kachel_3-min.png)
    center center/100% !important;
}

.aw-outer-row.mb-5 .col-xl-6:first-of-type .aw-icon {
  background: #191918
    url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/anderbruegge_sport_konzept/kachel_4-min.png)
    center center/100% !important;
}

.aw-outer-row.mb-5 .col-xl-6:last-of-type .aw-icon {
  background: #191918
    url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/anderbruegge_sport_konzept/kachel_5-min.png)
    center center/100% !important;
}

/* Fix */

.page-privacy-policy #page-body,
.page-terms-conditions #page-body,
.page-cancellation-rights #page-body,
.page-legal-disclosure #page-body {
  padding-top: 160px !important;
}

.page-privacy-policy h1,
.page-terms-conditions h1,
.page-cancellation-rights h1,
.page-legal-disclosure h1 {
  font-size: 2.5em !important;
  font-weight: bold;
}

.page-privacy-policy h1 + .my-5,
.page-terms-conditions h1 + .my-5,
.page-cancellation-rights h1 + .my-5,
.page-legal-disclosure h1 + .my-5 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .row-reverse-mobile {
    flex-direction: column-reverse;
  }
}

/* Misc */

div[id*="join-widget"] > div {
  padding: 0 !important;
}
div[id*="join-widget"] > div > div[class*="G9DInk"],
div[id*="join-widget"] > div > div:last-of-type {
  display: none !important;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    top: calc(50% - 1.75rem);
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    transition: top 300ms;
  }
}

.dropdown-lang .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
  border-radius: 0.2rem;
}

.dropdown-lang .dropdown-menu .dropdown-item {
  font-size: 1.25rem;
}

.dropdown-lang .dropdown-item:hover,
.dropdown-lang .dropdown-item:focus {
  background: transparent !important;
  color: #000 !important;
}

.dropdown-lang .dropdown-menu:after {
  bottom: 100%;
  left: 1.5em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}

.dropdown-lang .dropdown-toggle {
  background: #fff !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .aw-modal {
    display: block;
    max-width: 200px;
    margin: 0 auto 2em;
  }
  .aw-outer-heading {
    max-width: calc(100% - 1em) !important;
  }
  .aw-outer-row {
    max-width: 100% !important;
  }
  .aw-heading {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    font-size: 2em !important;
  }
  .aw-icon div > img {
    width: 100%;
    max-width: 320px;
  }
}

/* Menu */

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 100vw;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: transparent;
  border: none;
  left: -1em;
  width: 50px;
  height: 40px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
  background: transparent;
}
.dl-menuwrapper ul {
  background: #212121;
}
.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  top: 10px;
  left: 50%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: 10px 0 0 0;
  position: absolute;
  left: -15px;
  width: calc(100% + 30px);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  left: -15px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
} /* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
} /* When a submenu is openend, we will hide all li siblings. For that we give a class to the parent menu called "dl-subview". We also hide the submenu link. The opened submenu will get the class "dl-subviewopen". All this is done for any sub-level being entered. */
.dl-menu.dl-subview > li > .dl-submenu > li:not(.dl-back) {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
} /* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
} /* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  0% {
  }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  0% {
  }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  0% {
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  0% {
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  0% {
  }
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  0% {
  }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  0% {
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  0% {
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  0% {
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  0% {
  }
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
} /* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  left: -15px;
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
} /* Colors for demos */ /* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: transparent;
}
.dl-menuwrapper li.dl-back {
  position: sticky;
  top: 0;
  background: rgb(30 30 30);
  z-index: 1;
}

/* Menu */

/* Fonts */

@font-face {
  font-family: "FagoNo";
  src: url("https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/fonts/FagoNo-Bold.woff2")
      format("woff2"),
    url("https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/fonts/FagoNo-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FagoNo";
  src: url("https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/fonts/FagoNo.woff2")
      format("woff2"),
    url("https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/fonts/FagoNo.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "REAL MADRID 13-14";
  src: url("https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/fonts/REALMADRID13-14.woff2")
      format("woff2"),
    url("https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/fonts/REALMADRID13-14.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.video-slide-position {
  bottom: 1.8rem;
}

.zip-code-filter {
  display: flex;
  width: 100%;
  flex: 1;
}

.zip-code-filter > input,
.zip-code-filter > select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
}

.zip-code-filter > input {
  width: 65%;
  flex: 1 1 65%;
  max-width: 65%;
}

.zip-code-filter > select {
  width: 15%;
  flex: 1 1 15%;
  max-width: 15%;
}

.zip-code-filter > button {
  width: 20%;
  flex: 1 1 20%;
  max-width: 20%;
}

.zip-code-filter .dropdown-toggle::after {
  margin-right: 0.5em;
}

.filterdrop.card-columns {
  margin: 0 -5px !important;
}

.zip-code-filter > .d-block,
.zip-code-filter > .d-flex {
  display: flex !important;
  width: 100%;
  gap: 1rem;
  flex: 1;
}

.zip-code-filter > .d-block > input,
.zip-code-filter > .d-flex > input {
  width: 100%;
}

.zip-code-filter > .d-block > select,
.zip-code-filter > .d-flex > select {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.2rem;
}

.zip-code-filter > .d-block > .custom-select-lg,
.zip-code-filter > .d-flex > .custom-select-lg {
  padding-left: 1rem;
}

.zip-code-filter > .d-block > button,
.zip-code-filter > .d-flex > button {
  white-space: nowrap;
}

.filter-toggle {
  display: none;
}

/* ---------------------- */

.cancellation .form-check {
  position: unset !important;
}

.cancellation .form-check label {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.cancellation .form-check label span {
  text-indent: -9999px;
}

.cancellation .form-check input {
  top: 8px !important;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
}

.competitor-outer + .add-competitor {
  opacity: 0 !important;
}

.selected-filter {
  margin: 0 0 10px 10px;
  padding: var(--filterDropSelectedInnerSpacing)
    calc(var(--filterDropSelectedInnerSpacing) * 2);
  font-size: var(--filterDropSelectedFontSize) !important;
  background-color: var(--filterDropSelectedColor);
  border-radius: var(--filterDropSelectedBorderRadius);
  background: var(--filterDropSelectedBackgroundColor);
  color: var(--filterDropSelectedColor);
  cursor: pointer;
}

.selected-filter.reset-all {
  background-color: #9c0d0c;
  cursor: pointer;
  color: #fff;
}

ul[data-testing="order-property-list"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
ul[data-testing="order-property-list"] li {
  flex-basis: calc(33.33% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 50px;
  font-size: 1.1rem;
  list-style: none;
  padding: 5px 0 !important;
}
.basket-item .card-body .w-100 > .small > div.my-1 {
  display: none;
}
.modal-body .basket-item .card-body {
  padding: 12px 0 !important;
}
.modal-body .basket-item .card-body ul[data-testing="order-property-list"] {
  padding: 0 !important;
  transform: translatex(30px);
}
.modal-body .basket-item .card-body ul[data-testing="order-property-list"] li {
  padding: 5px 0 !important;
}

.modal-content ul[data-testing="order-property-list"] li > span > span {
  display: block;
}

.form-check-container:not(div[class*="grid"])
  .form-check-input:checked
  + label
  span.flex-grow-1::before,
.widget-filter-base .form-check-input:checked + label span.flex-grow-1::before {
  display: none;
}

.filter-90,
.filter-91,
.filter-92,
.filter-93,
.filter-94,
.filter-95,
.filter-96,
.filter-97,
.filter-98,
.filter-99 {
  display: none;
}
/*mobile fixes*/
@media screen and (max-width: 399px) {
  .main .slider-outer .slider-txt {
    top: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .main .slider-outer .slider-txt {
    top: 50% !important;
  }
  .zip-code-filter {
    display: block;
    width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
  }
  .zip-code-filter .filter-form-control_input {
    margin-left: 0 !important;
  }
  .zip-code-filter > .d-block,
  .zip-code-filter > .d-flex {
    gap: 5px;
  }
  #zip-search-2 select {
    width: 100%;
  }
  .zip-code-filter > .d-block > input.filter-form-control_input {
    font-size: 14px;
    padding: 1.54rem 0.45rem;
  }
  #zip-search-2 > .form-inline > .dropdown {
    width: 100%;
  }
  #zip-search-2 #dropdownMenuLink {
    width: 100%;
  }
}
.card-body.trainer {
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .card-body.trainer .vp-img {
    flex-basis: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
  }
  .card-body.trainer .vp-img .img-fluid {
    object-fit: cover;
    bottom: 0px;
    right: 5px;
    top: -5px;
    transform: scale(1);
  }
}


#validation-messages{
  position: sticky;
  display: block;
  padding: 0.5em .85rem;
  z-index: 6;
  top: 0px;
  border-radius: 0.25em;
  background: #ffe3e3;
}

#validation-messages:empty {
  display: none
}

/* UX Property Display */

.modal .modal-body {
  overflow-x: hidden !important;
  overflow-y: auto;
  max-height: 75vh;
}

div[data-testing="single-add-to-basket-button"] {
  display: none !important;
}

.additional-card ul[data-testing="order-property-list"] {
  margin: 0 !important;
}

.additional-card ul[data-testing="order-property-list"] li {
  flex-basis: calc(100% - 10px) !important;
}

.additional-card ul[data-testing="order-property-list"] li > span > strong {
  background: #FFF;
  margin-left: -0.5em;
  padding: 0 .5em;
}

.additional-card ul[data-testing="order-property-list"].order-property-list-additional-main li {
  position: relative;
  margin-top: -2em !important;
}

.additional-card ul[data-testing="order-property-list"].order-property-list-additional-main li > span > strong {
  color: #afafaf;
}

.additional-card ul[data-testing="order-property-list"].order-property-list-additional-main li {
  position: relative;
}

.additional-card ul[data-testing="order-property-list"].order-property-list-additional-main li .badge {
  position: absolute;
  top: -1px;
  right: -1em;
  outline: .5em solid #FFF;
}

.additional-card .card-body {
  border: none !important;
}

.additional-card ul[data-testing="order-property-list"] li span {
  margin-bottom: 0 !important;
}


.modal-body .basket-item .card-body ul[data-testing="order-property-list"] {
  transform: none !important;
}

#cart .basket-list-item .card-body, .checkout .basket-list-item .card-body {
  background: transparent !important;
  padding: 1.5em !important;
  border: 1px solid rgba(0,0,0,.125);
}