#vue-app,
body {
  background: white;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
}

h1 + hr.my-5 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.contact-card > p:first-of-type + p > a > i:before {
  content: "\f232";
}

#contact-form {
  margin-bottom: 2em;
}

.container-max {
  z-index: auto;
  max-width: 1200px;
}

.category-thumbnails,
.row-narrow {
  margin-left: -5px;
  margin-bottom: 10px;
  margin-right: -5px;
}

.category-thumbnails div[class*="col-"],
.row-narrow > div[class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.actions-outer .actions-sub,
.adv > div,
.toggle-basket-preview .cart-caption,
.contact-bar,
.price .h1,
.single .add-to-basket-container .btn-primary,
.single .qty-box .qty-input {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.actions-outer .actions-sub li a {
  white-space: nowrap;
}

#notificationbar .container-max > div {
  margin: 10px 0 !important;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.275 !important;
}

.navbar {
  background: rgba(255, 255, 255, 1);
  border: none !important;
}

.top-bar {
  background-color: #eee !important;
  border-bottom: 1px solid #d8d8d8;
  z-index: 110 !important;
}

.controls-list .nav-link:hover {
  color: #fff !important;
  background-color: #3b587c;
}

.adv svg {
  position: relative;
  top: -0.125em;
}
.top-bar .controls-list .nav-link {
  font-size: 14px;
}

.top-bar,
.top-bar .nav-link {
  color: #9b9b9b !important;
}

.brand-wrapper {
  position: absolute;
  left: 0;
}
.actions-outer,
.actions-outer .actions-sub,
.actions-outer .actions {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.actions {
  top: calc(50% + 0.5em) !important;
}
.actions-outer .actions-sub {
  top: 0.5em;
  right: 20em;
}
.actions-outer .actions-sub > ul > li > a {
  padding: 1.125em;
  font-size: 1.25em;
  color: #9b9b9b;
}
.a-left {
  left: 0;
  right: unset;
}
/*#cartbtn {
	position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.header-body {
  height: 75px;
}
.header-body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 18.85em;
  display: block;
  height: calc(100% + 10px);
  width: 1px;
  background: #d8d8d8;
}

.autocomplete-suggestion {
  display: flex !important;
  cursor: pointer;
}

.actions > a .badge-right {
  position: absolute;
  right: -15px;
  top: 0;
  display: block !important;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3b587c;
  text-align: center;
  line-height: 15px;
  font-size: 75%;
  font-weight: bold;
  border: 2px solid #fff;
  color: #fff;
}

#cartbtn,
#wishlistbtn {
  position: relative;
}

#wishlistbtn .nav-link {
  padding: 0;
}

#wishlistbtn .nav-link .fa {
  display: none;
}

.catmenu {
  width: 100%;
  max-height: 56.56px;
}

.special {
  position: relative;
  top: 0;
  display: block !important;
  height: 18px;
  width: 18px;
  margin-left: 0.5em;
  border-radius: 50%;
  background: #3b587c;
  text-align: center;
  line-height: 16px;
  font-size: 85%;
  border: 1px solid transparent;
  color: #fff;
  overflow: hidden;
}
.main-navbar-collapsable .mainmenu > li > a {
  color: #909090 !important;
}
.main-navbar-collapsable .mainmenu > li > a {
  padding: 0.5em 1rem 0.85em;
}
.main-navbar-collapsable .mainmenu > li:hover,
.main-navbar-collapsable .mainmenu > li.hover {
  background-color: transparent;
}
.main-navbar-collapsable .mainmenu > li:hover > a {
  box-shadow: inset 0px 0px 0px 1px #eee;
}
.main-navbar-collapsable .mainmenu > li:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  bottom: -3px;
  background: #fff;
  height: 6px;
  width: calc(100% - 2px);
  z-index: 1;
}
.main-navbar-collapsable .mainmenu > li:hover a,
.main-navbar-collapsable .mainmenu > li.hover a {
  color: inherit;
  transition: color 200ms;
}
.main-navbar-collapsable .mainmenu > li:hover a,
.main-navbar-collapsable .mainmenu > li.hover a {
  color: #909090;
}
.main-navbar-collapsable .mainmenu > li:hover > ul,
.main-navbar-collapsable .mainmenu > li.hover > ul {
  border: 1px solid #eee;
  box-shadow: 0px 7px 7px -5px rgb(0 0 0 / 0.4);
}
.widget-image-box > .widget-inner {
  padding: 0 !important;
}
.toggle-basket-preview svg {
  margin-right: 8em;
}
.toggle-basket-preview .cart-caption {
  display: inline-block;
  position: absolute;
  font-size: 1.75em;
  top: -3px;
  right: 0;
  color: #909090;
}
.toggle-basket-preview .badge-right {
  position: absolute;
  right: 10.25em;
  top: 0;
  display: block !important;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3b587c;
  text-align: center;
  line-height: 15px;
  font-size: 75%;
  font-weight: bold;
  border: 2px solid #fff;
  color: #fff;
}

.normalmenu .collapse > li {
  min-width: 240px;
  padding: 5px 10px;
  background: #fff;
}

.normalmenu .collapse > li:hover a {
  color: #3b587c;
}

.breadcrumbs,
.breadcrumb {
  background: #fff;
}

@media (min-width: 992px) {
  .brand-wrapper {
    position: absolute;
    top: 0.685em;
    left: 0;
    z-index: 10;
  }
  .brand-wrapper .navbar-brand img {
    max-height: 4em;
    margin-top: -0.95em;
  }
}

/* Search */

#searchBox > .container-max {
  padding: 0;
}
#searchBox input,
#searchBox input + button,
#searchBox input:focus,
#searchBox input:focus + button {
  background-color: #eee !important;
}
#searchBox input + button {
  padding-right: 1.5em !important;
}
#searchBox input:focus {
  padding-right: 3em !important;
}
#searchBox .search-input,
#searchBox .search-submit {
  background: transparent;
  color: #000;
  transition: all 300ms;
}

.search-input {
  width: 20vw;
  max-width: 20em;
}

#searchBox .search-submit {
  background: url();
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MyIgaGVpZ2h0PSI5MyIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5MDkwOTAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjgiPjwvY2lyY2xlPjxsaW5lIHgxPSIyMSIgeTE9IjIxIiB4Mj0iMTYuNjUiIHkyPSIxNi42NSI+PC9saW5lPjwvc3ZnPg==);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
#searchBox .search-submit .fa {
  display: none;
}

#searchMobile > div {
  padding: 1rem !important;
}

#searchMobile > div > .container-max {
  padding: 0 !important;
}

#searchMobile > div > .container-max > .position-relative {
  width: 100% !important;
}

#searchMobile > div > .container-max > .position-relative > .d-flex {
  margin: 0 !important;
}

#searchMobile
  > div
  > .container-max
  > .position-relative
  > .d-flex
  > .search-submit {
  color: #fff;
  background-color: #3b587c;
}

#searchMobile {
  position: relative;
  width: 100%;
  background: #eee;
  height: 0;
}

#search .search-box-inner {
  position: relative;
  top: 50%;
  background: #eee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#search .search-box-inner .search-input {
  background-color: #e9ecef;
}

.navbar {
  background: white !important;
}
.navbar .show {
  visibility: visible !important;
  overflow: auto !important;
  overflow-y: auto !important;
  height: auto !important;
  opacity: 1;
}
@media (max-width: 767px) {
  .navbar {
    border-bottom: 1px solid #d8d8d8 !important;
  }
}
@media (max-width: 400px) {
  .top-bar .controls-list .nav-link {
    font-size: 12px;
  }
  .controls-list i {
    font-size: 1em;
  }
  .header-body {
    height: 50px;
  }
  .navbar-brand img {
    max-height: 2rem;
    min-height: 28px;
  }
  .actions svg {
    width: 20px;
    height: 20px;
  }
  .actions > a .badge-right,
  .toggle-basket-preview .badge-right {
    height: 17px;
    width: 17px;
    line-height: 12px;
    font-size: 65%;
  }
  .actions > a + a {
    margin-left: 1em;
  }
  #searchMobile > div {
    padding: 5px !important;
  }
  #searchMobile .search-input {
    padding: 0.125em 0.5em !important;
    font-size: 1rem;
  }
  #searchMobile .search-submit {
    font-size: 1em;
    padding: 0 0.75em !important;
  }
}

/* Promo */

.welcome .widget-inner {
  background: #eee;
}

#promo-banner {
  background: #3b587c;
}

#promo-banner > span {
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  color: #fff;
}

#promo-banner > span:before {
  content: "";
  background-image: url(https://cdn02.plentymarkets.com/p5wx5pmlov62/frontend/assets/img/homepage/sale_tag_promo.svg);
  background-size: 20px;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  z-index: 100;
}

.contact-bar {
  padding: 0.25em 0 0.25em;
  background: #3b587c;
  color: #fff;
  z-index: -1;
  font-size: 1.25em;
}

.contact-bar .contact div + div {
  margin-left: 3em;
}
.contact-bar .contact div {
  position: relative;
}

.contact-bar .contact div svg {
  position: absolute;
  top: 0.125em;
  left: -2em;
}

/* Startseite */

.home-slider {
  position: relative;
}
.home-slider .slide-content {
  position: absolute;
  background: rgba(213, 218, 221, 0.85);
  padding: 2em;
  max-width: 620px;
  min-width: 270px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  text-align: center;
  color: #000;
}
.home-slider .slide-content h1 {
  font-size: 85px;
  line-height: 0.85;
  color: #3b587c;
}
.home-slider .slide-content span {
  display: block;
  margin: 1em 0;
  font-size: 20px;
}
.home-slider .slide-content .btn {
  margin-top: 1em;
  display: block;
  font-weight: 300;
  font-size: 20px;
  color: #d6dbde;
}

.widget-proportional.widget-prop-3-1 {
  padding-bottom: 537px !important;
}
.home-content {
  padding: 5em;
  background: #eee;
  color: #000;
}

.tile-custom .widget-image-box.widget-primary .widget-caption {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.widget-image-box.widget-primary a[href] .widget-inner {
  padding: 0;
}
.widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption {
  background: transparent !important;
  color: #3b587c !important;
  box-shadow: inset 0px 0px 0px 1px rgb(59 88 124 / 50%);
}

.img-caption {
  bottom: 1em;
  left: 1em;
  background: rgb(238 85 14 / 85%);
  padding: 0.05em 0.5em;
  color: #eee;
  font-size: 1.5em;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

@media (min-width: 992px) {
  .tile-custom .widget-image-box-caption.fullwidth h3 {
    font-size: 5.5rem;
  }
  .padding-none > div:first-of-type {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .promo .col-xl-5 {
    display: none;
  }
  .home-content {
    padding: 2em !important;
  }
  .home-slider .slide-content h1 {
    font-size: 55px;
  }
  .store > div > div {
    width: 100%;
  }

  .store .btn {
    margin-top: 0.5em !important;
  }
  .store {
    width: 100%;
    font-size: 0.75em !important;
  }
  .store-bg .parallax-img-container-inner[style^="background-image"] {
    background-size: cover !important;
  }
  .header-body:after {
    display: none;
  }
  .brand-wrapper {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .toggle-basket-preview svg {
    margin-right: 0;
  }
  .toggle-basket-preview .badge-right {
    right: -0.5em !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tile-custom .widget-image-box-caption.fullwidth h3 {
    font-size: 3.25rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tile-custom .widget-image-box-caption.fullwidth h3 {
    font-size: 4.5rem;
  }
}
@media (max-width: 575px) {
  .tile-custom .widget-image-box-caption.fullwidth h3 {
    font-size: 2.85rem;
  }
}

/* Category */
.cmp-product-thumb .thumb-title {
  overflow: hidden;
  min-height: 45px;
  max-height: 45px;
}
.cmp-product-thumb .thumb-title,
.price-gross-net-cat-vat .vat {
  font-weight: 300;
}

.cmp-product-thumb .thumb-image {
  padding: 1em;
  border: 1px solid #d8d8d8;
}

.cmp-product-thumb .thumb-image .prop-1-1 {
  padding-bottom: 80%;
}

.cmp-product-thumb .thumb-content {
  padding: 0.8em;
  background-color: #f1f1f1;
}

.cmp-product-thumb .price {
  color: #3b587c;
  font-size: 24px;
  left: 0px;
  font-weight: bold;
}

.product-list,
.widget-item-list .row {
  margin-left: -5px;
  margin-right: -5px;
}
.product-list.grid li,
.widget-item-list div[class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 575px) {
  .list-controls .list-wrapper {
    display: flex;
  }
  .list-controls .list-wrapper > div {
    flex: 1;
  }
}

/* Single */
.single .price {
  float: none !important;
}
.single .price .h1 {
  float: none !important;
  color: #3b587c;
  font-size: 45px;
  left: 0px;
  font-weight: bold;
}

.single .single-carousel,
.page-singleitem .single-carousel {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 1em;
}

#thumb-carousel .owl-thumb {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 0.5em;
}
.owl-carousel .carousel-control.right .owl-single-item-control,
.owl-carousel .carousel-control.left .owl-single-item-control {
  font-size: 1.25em;
  opacity: 0.5;
}
.owl-single-item-nav .owl-single-item-control {
  left: 0;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 5px;
  height: 5px;
}

.feedback-container .alert {
  width: 100%;
}

.cart-outer .widget-stacked {
  padding-bottom: 0.75em !important;
}

.cart-outer .widget-stacked {
  padding-bottom: 0.75em !important;
}
.single .qty-box .qty-input {
  padding: 0;
}
.single .add-to-basket-container .btn-primary,
.single .qty-box .qty-input {
  font-size: 1.5em;
}
.single .add-to-basket-container .quantity-input-container {
  margin-right: 5px !important;
}
.wishlist .btn {
  float: right;
  background: #d8d8d8;
  margin-left: 0.5em;
  padding: 0.325em 0.5em;
  font-size: 1.5em;
  color: #000 !important;
}
.single .tab-content {
  border-top: 0 !important;
  padding-left: 1em;
  padding-right: 1em;
}
.single .nav-tabs .nav-link.active {
  position: relative;
}
.single .nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.single .nav-tabs .nav-link.active,
.single .nav-tabs .nav-link:hover,
.single .tab-content {
  border: 1px solid #d8d8d8;
}

.widget-add-to-wish-list {
  float: right;
  margin-top: 1em !important;
  margin-left: 0.75em !important;
  margin-bottom: 1em !important;
  border: 2px solid #000;
  border-radius: 0.25em;
}

.widget-add-to-wish-list a {
  padding: 0.65em 0.65em 0.55em;
  line-height: 1em;
  font-size: 1.285em;
  color: #000 !important;
}

.widget .has-crossprice .crossprice {
  text-align: left !important;
}

.widget-add-to-wish-list {
  float: right;
  margin-top: 1em !important;
  margin-left: 0.75em !important;
  margin-bottom: 1em !important;
  border: 2px solid #000;
  border-radius: 0.25em;
}

.widget-add-to-wish-list a {
  padding: 0.65em 0.65em 0.55em;
  line-height: 1em;
  font-size: 1.285em;
  color: #000 !important;
}

.widget .has-crossprice .crossprice {
  text-align: left !important;
}

/* Footer */

/* === FOOTER === */

/* FOOTER, Main */

.footer {
  position: relative;
  background-color: #eee !important;
  border-top: 1px solid #d8d8d8;
}
.footer .at-share-btn-elements a {
  background: #ddd !important;
  border-radius: 1rem !important;
}
.footer .search-box-shadow-frame input {
  overflow: hidden;
  padding: 30px 0 1.6em;
  color: #ddd;
  line-height: 1.325em;
}
.footer h5,
.footer .h5 {
  font-size: 1.25em;
  font-weight: bold;
}
.footer hr {
  margin-bottom: 0;
}
.footer .footer-content {
  z-index: 1;
}
.footer,
.footer a {
  color: #676767 !important;
}
.footer a:hover {
  text-decoration: underline;
  color: inherit !important;
}
.footer .footer-socket {
  position: relative;
}
.footer .footer-addon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
.footer-columns h5.h-hr {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.footer-columns hr {
  border-top: 1px dotted #ddd !important;
}
.footer-columns ul {
  padding: 0;
}
.footer-columns ul > li {
  list-style: none;
  margin: 0;
  line-height: 1.5em;
}
.footer-columns img + img {
  margin-left: 0.35em;
}
.footer-columns div:last-of-type .footer-hr {
  border-bottom: 0 !important;
}
.footer ul.footerList {
  line-height: 17px;
}
.footer .vert-pipe {
  float: left;
  display: block;
  margin: 0 3em;
  height: 100%;
  width: 1px;
}
.footer .bold {
  display: block;
  font-weight: 600;
  color: #676767 !important;
  margin-bottom: 0.5em;
}
.footer .bold:hover {
  text-decoration: none;
}
.footer .ddown ul,
.footer .level1 {
  display: none;
}
.footer .at-icon {
  fill: rgba(0, 0, 0, 0.82) !important;
}
.footer .ps-icons div {
  display: inline-block;
  margin: 0 0.02em 0.2725em;
}
.footer .socials {
  display: table;
}
.footer .socials .fa {
  background: #fff;
  height: 28px;
  width: 28px;
  border-radius: 0.25em;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  color: #232323;
}
.footer .socials .fa + .fa,
.footer .socials a + a {
  margin-left: 0.25em;
}
.footer .to-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 45px;
  background: #e0e0e0;
}
.footer .to-top .fa {
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  color: #101010;
}
.footer .widget-newsletter .form-check-label .text-appearance {
  color: #909090 !important;
}
#payments,
#shipping,
#socials,
#rating-ts,
#benefits {
  float: left;
}
.icon-row {
  margin: 2em 0;
}
.icon-row .icon:first-of-type {
  margin-right: 0.5em;
}
.icon-row .icon + .icon {
  margin-right: 0.5em;
}
#payments #paypal {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/pp.png) !important;
}
#payments #visa {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/visa.png) !important;
}
#payments #mastercard {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/mc.png) !important;
}
#payments #amex {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/amex.png) !important;
  background-color: #0b6dcd;
}
#payments #sepa {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/sepa.png) !important;
}
#payments #klarna {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/klarna.png) !important;
  background-color: #ef6e94;
}
#payments #amazon_pay {
  background-color: #000;
}
#payments .icon {
  position: relative;
  float: left;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.25em;
}
#payments .icon-md {
  min-width: 60px;
  height: 35px;
  background-color: #fff;
  background-size: 95%;
}
#payments .icon span {
  position: relative;
  display: block;
  top: 50%;
  padding: 0 0.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 500;
  font-size: 75%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
#shipping #deutschepost {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/post.png) !important;
  background-color: #ffcc02;
}
#shipping #dhl {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/dhl.png) !important;
  background-color: #ffcc02;
}
#shipping #dpd {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/dpdlogo.png) !important;
  background-color: #d80031;
}
#shipping #hermes {
}
#shipping #ups {
  background-color: #2c0c01;
}
#shipping #gls {
  background-image: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/assets/img/glslogo.png) !important;
  background-color: #162056;
}
#shipping .icon {
  position: relative;
  float: left;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.25em;
}
#shipping .icon-md {
  min-width: 60px;
  height: 35px;
  background-color: #fff;
  background-size: 95%;
}
#shipping .icon span {
  position: relative;
  display: block;
  top: 50%;
  padding: 0 0.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 500;
  font-size: 75%;
  text-transform: uppercase;
  color: #000;
}
#socials .icon {
  position: relative;
  float: left;
  display: block;
}
#socials .icon svg * {
  fill: #3b587c !important;
}
.footer #newsletter-form button {
  height: 40px;
  line-height: 1.65em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.15em;
}
.footer #newsletter-form .newsletter-checkbox {
  display: flex;
}
.footer #newsletter-form .newsletter-checkbox input {
  position: relative;
  bottom: -0.125em;
  margin-right: 0.5em;
}
.footer #newsletter-form .newsletter-checkbox input {
  position: relative;
  bottom: -0.125em;
  margin-right: 0.5em;
}
.footer-columns ul > li {
  list-style: none;
  margin: 0;
  line-height: 1.5em;
}
.footer-columns ul {
  padding: 0;
}
.footer .vertical-menu {
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: 0.25em;
  padding: 0;
}
.footer .vertical-menu li {
  display: inline-block;
  list-style: none;
  padding: 0 0.5em;
}
.footer .vertical-menu li + li {
  border-left: 1px solid rgb(224, 224, 224);
}
.footer hr {
  border-color: rgb(224, 224, 224) !important;
}

.footer-socket-top {
  background-color: #3b587c;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.6);
}

body.page-singleitem #page-body > single-item {
  min-height: calc(100vh - 224px);
  display: block !important;
  text-indent: -9999px;
}

.single.container-max > .row > .col-md-4 {
  aspect-ratio: 25/28;
}

@media (max-width: 991px) {
  #vue-app {
    margin-top: 112px !important;
  }
  body.page-singleitem #page-body > single-item {
    min-height: calc(100vh - 112px);
  }
}

.footer .input-unit {
  border: 1px solid #e0e0e0 !important;
}

.footer .input-unit input[type] {
  background: transparent !important;
  color: #fff;
}

@media (min-width: 1201px) {
  .footer {
    padding: 1.75em 0;
    font-size: 1em;
  }
  .footer .additional-info {
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer .additional-info {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer #payments .icon-md,
  .footer #shipping .icon-md {
    min-width: 45px;
    height: 35px;
    margin-bottom: 0.5em;
  }
  .footer #socials {
    margin-left: 1.5em;
  }
  .footer #socials svg {
    height: 35px !important;
    width: 35px !important;
  }
  .footer #socials svg + svg {
    margin-left: 0.345em;
  }
  .footer .icon-row {
    margin: 1em 0;
  }
  .footer .vert-pipe {
    margin: 0 1.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer {
    padding-top: 70px;
  }
  .footer #payments .icon-md,
  .footer #shipping .icon-md {
    min-width: 45px;
    height: 35px;
    margin-bottom: 0.5em;
  }
  .footer #shipping {
    clear: both;
  }
  .footer #socials {
    margin-left: 1.5em;
  }
  .footer #socials svg {
    height: 35px !important;
    width: 35px !important;
  }
  .footer #socials svg + svg {
    margin-left: 0.345em;
  }
  .footer .icon-row {
    margin: 1em 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 70px;
  }
  .footer .footer-column .collapse_arrow {
    background: url(https://cdn02.plentymarkets.com/1zdxao4kxfap/frontend/img/arrow.svg);
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0.95em;
    height: 11px;
    width: 11px;
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .footer h5,
  .footer .h5 {
    font-size: 1.25em;
  }
  .footer .footer-hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer-head {
    position: relative;
  }
  .footer .footer-column .h5,
  .footer .bold {
    display: block;
    padding: 0.5em 0 0em;
  }
  .footer .footer-column .footer-head {
    position: relative;
  }
  .footer .collapse {
    padding-bottom: 0;
  }
  .footer .socials {
    margin: 1em 0;
  }
  .footer .footer-socket {
    text-align: center;
  }
  .footer .footer-socket hr {
    margin: 4em 0;
  }
  .footer .footer-socket span {
    display: block;
    margin: 1.25em 0;
  }
  .footer .footer-addon {
    position: relative;
    top: 0;
    display: table;
    height: 50px;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
  }
  .footer #payments .icon-md,
  .footer #shipping .icon-md {
    min-width: 45px;
    height: 35px;
    margin-bottom: 0.5em;
  }
  .footer #socials {
    margin-left: 1.5em;
  }
  .footer #socials svg {
    height: 35px !important;
    width: 35px !important;
  }
  .footer #socials svg + svg {
    margin-left: 0.345em;
  }
  .footer .additional-info {
    text-align: center;
  }
  .footer .icon-row {
    margin: 1em 0;
  }
}
@media (min-width: 576px) {
  .footer .collapse {
    display: block !important;
  }
  .footer .bold {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgb(224, 224, 224);
  }
}

@media (min-width: 991px) {
  .navbar {
    height: auto;
    z-index: 100 !important;
  }
  .main-navbar-collapsable .mainmenu {
    justify-content: space-between !important;
  }
  .main-navbar-collapsable .mainmenu > li > a {
    font-size: 1.285em;
    text-align: left;
    white-space: nowrap;
  }
  .sale a {
    background: url(https://cdn02.plentymarkets.com/p5wx5pmlov62/frontend/assets/img/percent_menu.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 45%;
    color: #3b587c !important;
    font-weight: bold;
  }
}

.widget-background .parallax-img-container-inner {
  z-index: 0;
}

.full-height > div {
  height: 100%;
}

.cookie-bar .hidden {
  display: none;
}

.category-thumbnails .widget-prop-1-1 .widget-proportional {
  padding-bottom: 58px;
  margin-bottom: 10px !important;
}
.category-thumbnails .widget-prop-1-1 .widget-proportional > a:first-of-type {
  display: none;
}

.widget-image-box.widget-image-box-block-caption
  > .widget-inner
  .widget-caption {
  position: relative;
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, sans-serif;
  box-shadow: inset 0px 0px 0px 1px rgb(59 88 124 / 25%);
}

.widget-image-box img {
  position: relative !important;
  top: -0.075em !important;
  left: 0 !important;
  width: 25px !important;
  margin-right: 0.125em !important;
  transform: none !important;
}

.widget-image-box.widget-primary .widget-caption {
  color: #3b587c;
  background-color: #ffffff;
}

.widget-image-box.widget-primary .widget-caption .h3 {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

.back-to-top {
  background: #3b587c;
  border-radius: 0.25em;
  cursor: pointer;
}

.back-to-top .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/roboto-condensed-v27-latin-regular.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn02.plentymarkets.com/k3olbgxhss9y/frontend/roboto-condensed-v27-latin-700.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

.cookie-bar > .container-max > .row:first-of-type > .col-12 .btn:nth-of-type(2), .cookie-bar__header .cookie-bar__header-title {
  display: none !important;
}

.cookie-bar > .container-max > .row:first-of-type .col-12 .custom-control + a {
  position: relative;
  top: -10px;
  border: 1px solid #3b587c;
  padding: 0 1em;
  border-radius: 0.25em;
  text-decoration: none;
  font-size: 1.25em;    
}

@media (min-width: 576px) {
  .cookie-bar > .container-max > .row:first-of-type > .col-12:last-of-type {
      flex-direction: row-reverse !important;
  }
}
@media (max-width: 575px) {
  .cookie-bar > .container-max > .row:first-of-type > .col-12:last-of-type {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column-reverse !important;
  }
  .cookie-bar > .container-max > .row:first-of-type > .col-12 .btn:first-of-type {
      margin-top: .5em;
  }
}

.actions a {
  padding: 0 0 0 10px !important;
}

.ddown > ul.collapse {
  z-index: 99;
}
.catmenu {
  max-height: fit-content;
}
.search-box-inner > .search-box-shadow-frame {
  position: relative;
}
.search-box-inner > .search-box-shadow-frame button {
  position: absolute;
  right: 8px;
  top: 7px;
}

@media (min-width: 991px) {
  #search {
    position: absolute !important;
    top: -55px;
    left: calc(50% - 90px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
  .main-navbar-collapsable {
    position: relative;
  }
  .main-navbar-collapsable:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #eee;
    z-index: -1;
  }
}

@media (max-width: 576px) {
  #page-header-parent .top-bar-items {
    width: 70px;
    height: 35px;
    position: relative;
  }
  .top-bar-items .controls {
    position: absolute;
  }
}