/* open-sans-300 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../../../../frontend/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  /* --theme-color: #008ebd; */
  /* --theme-color-rgb: 0, 142, 189; */
  --theme-color: #007ea8;
  --theme-color-rgb: 0, 126, 168;
}

.btn-outline-primary {
  background-color: white;
}

.badge-success {
  background-color: #218739;
}

.v-s-boxes .v-s-box {
  border: 1px solid #6c757d;
}

.v-s-boxes .v-s-box.invalid {
  border: 1px dashed #dee2e6;
}

.v-s-boxes .v-s-box.invalid > span, .v-s-boxes .v-s-box.invalid img {
  opacity: .1;
}

.widget-attribute.widget-primary .v-s-box.active {
  color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.modal .paypalSmartButtons {
	padding: 0 1rem .5rem 1rem !important;
}

.paypalSmartButtons {
	padding: .5rem 0 !important;
}

.filter-wrapper-custom {
  max-height: 200px;
  overflow-y: scroll;
}

.ul-mb-0 ul {
	margin-bottom: 0;
}

#header-border {
  height: 210px;
  /* position: relative !important; */
}

@media (max-width: 991px) {
  #page-header {
    border-bottom: 1px solid #efefef;
  }
  
  #header-border {
    height: 100px !important;
  }
}

/* #full-top-bar-2 { */
  /* position: relative !important; */
/* } */

@media (min-width: 992px) {
  #full-top-bar-2 {
    text-align: center;
  }
}

.controls-list .nav-link[aria-expanded="true"] {
  background: var(--theme-color);
}

.badges-top {
  padding: 50px 0px 0px;
  position: absolute;
  right: 0px;
}

.badge-top i {
  font-size: 28px;
  margin-right: 15px;
}

.badges-left {
  padding: 50px 0px 0px;
  position: absolute;
  left: 0px;
}

@media (max-width: 991px) {
  .badges-top {
    padding: 45px 0px 0px;
  }
  
  .badge-top i {
    font-size: 20px;
  }
  
  .badges-left {
    padding: 45px 0px 0px;
  }
}

.badge-top a {
  color: #4D4F4D;
}

.badge-top a:hover {
  color: #282d2f;
}

.badges-top .nav-link {
  padding: 0;
  margin-right: 70px;
}

.badges-top .badge-right {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* font-family: Arial, sans-serif; */
  font-size: 12px;
  font-weight: 600;
  /* line-height: 22px; */
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 110px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--theme-color);
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  /* -webkit-box-pack: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
}

@media (min-width: 768px) {
  .breadcrumbs {
    position: unset !important;
    width: auto !important;
  }
}

.owl-height {
  height: 100% !important;
}

@media (max-width: 767.98px) {
  .widget-image-box img.img-cover {
    position: unset !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.img-default .img-contain {
  /* padding: 1rem 1.5rem; */
  /* position: inherit; */
  -webkit-transform: none;
  transform: none;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .img-default .img-contain {
    position: unset !important;
  }
}

.copyright {
  color: #717171;
}

.price sup {
  display: none;
}

.base-price {
  display: none;
}

.stock-container {
  padding-bottom: 10px;
}

.stock {
  font-size: 1.1rem;
  font-weight: 700;
}

.stock-red {
  color: #EB0000;
}

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

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

.mobile-navigation {
  margin-top: 47px;
}

@media (max-width: 767.98px) {
  .widget-image-box {
    padding-bottom: 0 !important;
  }
  
  .widget-image-box > img.img-cover {
    position: unset !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.request-delivery-time {
  font-size: 1rem !important;
  text-decoration: none !important;
}

.myaccount .item-edit {
  position: unset !important;
}

.registry-form-container header:not(:first-child) {
  margin-top: 3rem;
}

.registry-form-container .form-check .form-check-label > a > strong {
  font-weight: 400 !important;
}

.basket-preview {
  height: calc(100% - 47px) !important;
  margin-top: 47px;
}

.top-bar {
  background-color: #3e3e3e;
}

.top-bar .controls-list .control-user #login-change .fa {
  color: #fff;
}

.top-bar .controls-list .control-user #login-change > div > a > span {
  color: #fff;
  font-size: 12px;
}

nav.navbar.megamenu > .container-max .badge-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 110px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav.navbar.megamenu > .container-max .fa-heart, nav.navbar.megamenu > .container-max .fa-heart-o {
  font-size: 28px;
}

.availability {
  font-size: 0.9rem !important;
}

.login-container .modal-footer > :last-child, .login-container .row > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.login-container button {
  margin-left: 0.5rem;
}

.login-container .amzLoginButton > img, .modal-footer .amzLoginButton > img {
  height: 2.4rem;
}

.paypal-express-button #ppButton, .checkout #ppButton {
  margin-top: 10px;
}

.amzPayButton img {
  max-width: unset !important;
}

.custom-select:focus {
	box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.25);
}

.custom-select option:disabled {
  color: #e3e3e3 !important;
}

.after-add-to-basket .amzPayButton {
  margin: 0 !important;
}

.after-add-to-basket #ppButton {
  margin: 0 15px 10px 0 !important;
}

.basket-preview-footer .after-checkout-button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.basket-preview-footer .after-checkout-button #ppButton {
  margin-bottom: 1rem;
}

.basket-preview-footer .after-checkout-button .amzPayButton {
  margin: 0 0 10px 0 !important;
}

#add-item-to-basket-overlay #ppButton {
  margin: 0 1rem 10px 0 !important;
  align-self: flex-end;
}

#add-item-to-basket-overlay .amzPayButton {
  margin: 0 1rem 10px !important;
  align-self: flex-end;
}

#add-item-to-basket-overlay .amzPayButton img {
  height: unset !important;
}

.list-controls .filter-toggle::before {
  font-size: small;
  color: #6c757d;
  margin-right: 10px;
}

/* dropdown */
@media (min-width: 576px) {
  .list-controls #filterCollapse .page-content .card-columns {
    display: flex;
    justify-content: space-between;
    column-gap: initial !important;
  }

  .list-controls #filterCollapse .page-content .card {
    width: 32.5% !important;
  }
}

.filter-dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -3px;
  border-style: solid solid none solid;
  border-width: 5px;
  border-color: black transparent transparent;
}

.filter-dropdown-value {
  padding-left: 0.5rem !important;
}

.filter-dropdown-initial-value {
  margin-bottom: -.001rem !important;
  border-bottom: 1px solid transparent;
}

.filter-dropdown-initial-value .filter-dropdown-value-name {
  padding-left: 0 !important;
}

.filter-dropdown.open .filter-dropdown-initial-value {
  border-bottom: 1px solid #e3e3e3 !important;
}

.filter-dropdown {
  height: 2.6rem;
}

.filter-dropdown .filter-dropdown-values {
  display: none;
  margin-top: 0.75rem;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.filter-dropdown.open .filter-dropdown-values {
  display: block;
}

.filter-dropdown > div {
  border: 1px solid #efefef;
  border-radius: 0.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  background: white;
  width: 100%;
}

.filter-dropdown > div:hover {
  border: 1px solid #e3e3e3;
}

.filter-dropdown.open > div {
  border: 1px solid rgba(102, 175, 233, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(var(--theme-color-rgb), 0.5);
  z-index: 10000;
}

/* login (etc) dialog below trustami */
.modal-dialog {
  margin-top: 47px !important;
}

/* Hersteller-Name größer */
.thumb-content .thumb-manufacturer {
  font-size: 1.3rem;
  font-weight: bold;
  color: #6c757d;
}

/* Versandkosten größer */
.vat {
  font-size: 0.75rem !important;
}

@media (min-width: 992px) {
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner {
    /* border-left: 1px solid #e8e8e8; */
    /* border-right: 1px solid #e8e8e8; */
  }
  
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li:last-child ul.collapse-inner {
    /* border-bottom: 1px solid #e8e8e8; */
  }
  
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner:hover {
    background-color: var(--theme-color) !important;
    border-left: 1px solid var(--theme-color) !important;
    border-right: 1px solid var(--theme-color) !important;
  }
  
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li:last-child ul.collapse-inner:hover {
    border-bottom: 1px solid var(--theme-color);
  }
  
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner > li:hover a {
    color: #fff !important;
  }
}

.nav-menu>li>a {
  font-size: 1.2rem !important;
}

.sidebar-categories ul li.active > a {
  border-bottom: 1px solid var(--theme-color) !important;
}

.sidebar-categories ul li.active ul li.active > a {
  background: var(--theme-color) !important;
  color: #fff !important;
  border-bottom: 1px solid var(--theme-color) !important;
}

.sidebar-categories ul li a:hover {
  border-bottom: 1px solid var(--theme-color) !important;
}

.tab-pane > div > li {
  list-style-position: inside;
}

/* SOCIALBAR */
#socials {
  position: fixed;
  left: 0;
  top: 55%;
  margin-top: -101px;
  z-index: 30000
}

.social_btn {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 5px 7px 5px 5px;
  width:29px;
  display:block

}

.social_btn:hover {
  padding:5px 7px 5px 15px;
  width:40px;
}

#tw_btn {
  background-color: #33CCFF
}
#fb_btn {
  background-color: #3B5998
}
#kt_btn {
  background-color: var(--theme-color)
}
#yt_btn {
  background-color: #e62117
}

@media (max-width: 1400px) {
  #socials {
    display: none;
  }
}

.full-top-bar {
  padding-top: 4px;
}

.full-top-bar-txt {
  color: #fff;
  font-size: 12px;
  padding-left: 8px;
}

/* Misc */
.clearer {
  clear: both;
}

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

.img-border {
  border-radius: 0px;
}

@media (max-width: 991px) {
  #page-body {
    margin-top: 12px;
  }
}

.category-title {
  font-weight: 600;
}

/* .top-bar { */
  /* box-shadow: none !important; */
/* } */

.header-badge {
  width: 60px;
}

.title-katbox {
  color: #3e3e3e;
  font-size: 32px;
  font-weight: 600;
}

.text-katbox {
  color: #585858;
  font-size: 14px;
  padding: 30px 0;
}

.title-promobox {
  background: var(--theme-color);
  padding: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 0px 0px 0 0;
}

.badges {
  display: flex;
}

@media (max-width: 1200px) {
  .badges {
    display: none;
  }
}

a.footlink {
  font-size: 14px;
  color: #3a3a3a;
}

a.footlink:hover {
  color:var(--theme-color);
}

.icon-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--theme-color);
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;}

.icon-info .fa {
  font-size: 30px;
  color: rgb(255, 255, 255);
}


@media (max-width: 991px) {
  .teaser-full {
    display: none;
  }
}

@media (min-width: 992px) {
  .teaser-full {
    display: block;
  }
}

@media (max-width: 991px) {
  .teaser-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .teaser-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .wishlist-full {
    display: none;
  }
}

@media (min-width: 992px) {
  .wishlist-full {
    display: block;
  }
}

@media (max-width: 991px) {
  .wishlist-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .wishlist-mobile {
    display: none;
  }
}

body {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'system-ui', sans-serif;
  background-color: #fff;
}

dt {
  font-weight: 400;
}

a {
  color: var(--theme-color);
}

a:hover {
  color: #212121;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1530px;
  }
}

.table {
  background-color: transparent;
}

.table .table {
  background-color: #fff;
}

.form-check-input:disabled ~ .form-check-label {
  color: #e3e3e3 !important;
}

.btn:focus, .btn.focus {
  outline: 0;
  _box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.25); }

.btn-primary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-primary:hover {
  background-color: rgba(var(--theme-color-rgb),0.8);
  border-color: rgba(var(--theme-color-rgb), 0.1);
}

.btn-primary:focus, .btn-primary.focus {
  background-color: rgba(var(--theme-color-rgb),0.8);
  border-color: rgba(var(--theme-color-rgb), 0.1);
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  border-radius:0px;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgba(var(--theme-color-rgb),0.8);
  border-color: rgba(var(--theme-color-rgb), 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.5);
}

.btn-success {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-success:hover {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-outline-primary {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-outline-primary:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--theme-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.5); }

.btn-link {
  color: var(--theme-color);
}

.btn-link:hover {
  color: #212121;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.1rem - 1px);
  border-top-right-radius: calc(0.1rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.1rem - 1px);
  border-bottom-left-radius: calc(0.1rem - 1px);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--theme-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(var(--theme-color-rgb), 0.5);
  border-color: rgba(var(--theme-color-rgb), 0.5);
}

.custom-range::-webkit-slider-thumb {
  background-color: var(--theme-color);
}

.custom-range::-moz-range-thumb {
  background-color: var(--theme-color);
}

.custom-range::-ms-thumb {
  background-color: var(--theme-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--theme-color);
}

.page-link {
  color: var(--theme-color);
}

.page-link:hover {
  color: #212121;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.25); }

.page-item.active .page-link {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.badge-primary {
  background-color: var(--theme-color);
}

a.badge-primary:hover, a.badge-primary:focus {
  background-color: #3d3d3d;
}

.progress-bar {
  background-color: var(--theme-color);
}

.list-group-item.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1400px;
  }
}

.bg-primary {
  background-color: var(--theme-color) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3d3d3d !important;
}

.border-primary {
  border-color: var(--theme-color) !important;
}

.text-primary {
  color: var(--theme-color) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #212121 !important;
}

.container-max {
  max-width: 1530px;
}

body > #vue-app,
body > #vue-error {
  background-color: #fff;
}

.owl-carousel .carousel-control:hover i {
  color: var(--theme-color);
}

.owl-thumbs .owl-thumb.active, .owl-thumbs .owl-thumb:hover {
  border: 1px solid var(--theme-color);
}

@media (min-width: 768px) {
  .anicon.anicon-search-xcross[aria-expanded="false"]:hover > .anicon-search-item:after {
    background: #3e3e3e;
  }
}

.top-bar .search-shown .always-visible-search .search-box-shadow-frame .search-submit {
  color: var(--theme-color);
}

.top-bar .controls-list > li a:not(.btn):hover {
  background-color: var(--theme-color);
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a:hover {
  background-color: var(--theme-color);
}

.top-bar .controls-list .control-basket .toggle-basket-preview {
  background-color: var(--theme-color);
}

#page-header {
  background-color: #fff;
}

#page-header.top-bar {
  background-color: #3e3e3e;
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  background: var(--theme-color);
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
  color: var(--theme-color);
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
  background: #3d3d3d;
}

.navbar {
  background-color: #fff;
}

@media (max-width: 991px) {
  .brand-wrapper {
    text-align: center;
  }
}

.navbar-brand img {
  max-height: none;
  max-width: 300px;
}

@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
  background-color: var(--theme-color);
}

@media (max-width: 575.98px) {
  .top-bar .controls-list .badge-right {
    display:inline;
  }
}

/* .brand-wrapper .cmp-search-box { */
  /* position: relative; */
  /* top: auto; */
  /* right: auto; */
  /* left: auto; */
/* } */

.top-bar .cmp-search-box .container-max {
  padding: 0px;
}

.top-bar .cmp-search-box .container-max > div {
  margin: 5px;
}

.top-bar .cmp-search-box .container-max > div > div {
  border: 1px solid #e8e8e8;
  margin: 0px !important;
}

.brand-wrapper .cmp-search-box .container-max {
  padding: 0px;
}

.brand-wrapper .cmp-search-box .container-max > div {
  margin: 5px 0;
}

/* .brand-wrapper .cmp-search-box .container-max > div > div { */
  /* border: 1px solid #e8e8e8; */
  /* margin: 0px !important; */
/* } */

.cmp-search-box .search-input {
  color: #5a5a5a;
  font-size: 1.0rem;
  border: 1px solid #e8e8e8;
}

.cmp-search-box .search-submit {
  font-size: 1rem;
  background-color: #3a3a3a;
  padding: .8rem 1rem;
  color: #fff;
}

.cmp-search-box .search-submit:hover {
  background-color: var(--theme-color);
}

@media (min-width: 992px) {
  #mainNavbarCollapsable {
    width: 100%;
  }
  #mainNavbarCollapsable ul.mainmenu {
    color: #3e3e3e;
  }
  #mainNavbarCollapsable ul.mainmenu > li > a {
    padding: 0.3rem 1rem;
  }
  #mainNavbarCollapsable ul.mainmenu > li > ul {
    background: #3d3d3d;
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li > ul > li:hover,
  .touch #mainNavbarCollapsable ul.mainmenu > li > ul > li.hover {
    background: var(--theme-color);
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover,
  .touch #mainNavbarCollapsable ul.mainmenu > li.hover {
    background-color: var(--theme-color);
  }
  #mainNavbarCollapsable ul.mainmenu > li.ddown > a:after {
    height: auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li {
    position: relative;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse {
    padding: 0;
    column-count: 1;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse li {
    padding: 0;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner {
    background-color: #f4f4f4;
    padding: 0;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner > li > a {
    padding: 0.7em 0;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner .level1 > a {
    color: #3a3a3a !important;
    font-weight: 400;
    font-size:14px;
    line-height:16px;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner .level2 > a {
    color: #3a3a3a;
    font-size:13px;
    font-weight:400;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.collapse-inner .level2 > a:hover {
    text-decoration:underline
  }
}

.nav-menu {
  border: 1px solid #e8e8e8;
}

.nav-menu > li {
  -webkit-box-flex: 2;
          flex-grow: 2;
}

.nav-menu > li:not(:last-child) {
  border-right: 1px solid #e8e8e8
}

.nav-menu > li.active > a {
  color: #fff;
  background: var(--theme-color);
}

.nav-menu > li:hover > a {
  -webkit-transition: all 10ms 10ms linear;
  transition: all 10ms 10ms linear;
  background: var(--theme-color);
  color: #fff !important;
}

.nav-menu > li:hover > a path {
  -webkit-transition: all 10ms 10ms linear;
  transition: all 10ms 10ms linear;
  fill: #fff
}

.nav-menu > li > a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #494949;
}

.nav-menu a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.badge-top-2 {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* font-family: Arial, sans-serif; */
  font-size: 12px;
  font-weight: 600;
  /* line-height: 22px; */
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--theme-color);
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  /* -webkit-box-pack: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
}

@media (max-width: 991px) {
  .badge-top-2 {
    font-size: 11px;
    width: 20px;
    height: 20px;
  }
}

.badge-top-mobile-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.badge-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 110px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {     
  .mobile-top-bar {
    display: block;
  }     
}

@media (min-width: 992px) {
  .mobile-top-bar {
    display: none;
  }
}

@media (max-width: 991px) {  
  .full-top-bar {
    display: none;
  }
}

.mobile-top-bar .badge-right {
  padding-right: 5px;
}

.toplogo {
  padding: 15px 10px 10px 0;
}

.toplogo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.toplogo:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (max-width: 991px) {
.toplogo {display:none}
}

.mobile-navigation {
  background: var(--theme-color);
}

.mobile-navigation ul.mainmenu li ul {
  background: var(--theme-color);
}

@media (min-width: 768px) {
  .wrapper-main > nav.container-max {
    background: #fff;
  }
  .wrapper-main .breadcrumb {
    max-width: 1530px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .wrapper-main .breadcrumb {
    padding: .5rem 0 0 18px;
  }
}

.footer {
  margin-top: 30px;
  padding-top: 50px;
  background: #fbfbfb;
  border-top: 4px solid var(--theme-color);
  max-width: 100%;
}

.footer .col {
  padding-left: 0px;
  padding-right: 0px;
}

.static-link-list {
  margin-bottom: -15px;
}

.payment-link-style {
  color: var(--theme-color) !important;
}

.cmp-address-list .item input:checked + .item-inner {
  box-shadow: inset 0 0 0 0.1rem rgba(var(--theme-color-rgb), 0.5);
}

.top-bar .controls-list > li .basket-preview-hover .basket-item a {
  color: var(--theme-color);
}

.top-bar .controls-list > li .basket-preview-hover .basket-item a:hover {
  color: #3d3d3d;
}

.cmp-product-thumb {
  border: 1px solid #e8e8e8;
}

.cmp-product-thumb .add-to-basket-lg-container:hover {
  border-color: transparent var(--theme-color) transparent transparent;
}

.cmp-product-thumb .thumb-title {
  color: #3e3e3e;
  min-height: 70px;
  font-size: 1.1rem;
  line-height: 1.3em;
}

@media (max-width: 991.98px) {
  .cmp-product-thumb .thumb-title {
    min-height: 32px;
  }
}

.cmp-product-thumb .price {
  min-height: 24px;
  color: var(--theme-color);
  font-size: 1.4rem;
}

.qty-box .qty-input:focus {
  background: #fff;
}

.cmp-method-list .method-list-item input:checked + label {
  box-shadow: inset 0 0 0 0.1rem rgba(var(--theme-color-rgb), 0.5);
}

.toggle-list-view .fa:nth-of-type(1) {
  color: var(--theme-color);
}

.toggle-list-view.grid .fa:nth-of-type(2) {
  color: var(--theme-color);
}

.add-to-wish-list button {
  font-size: 1rem !important;
  text-decoration: none !important;
}

.add-to-wish-list:hover i {
  color: #d9534f !important;
}

.add-to-wish-list.active i {
  color: #d9534f !important;
}

.list-controls .list-controls-inner {
  background: #efefef;
}

.list-controls .selected-filters .selected-filter.reset-all {
  background-color: var(--theme-color);
}

.list-controls .selected-filters .selected-filter.reset-all:hover {
  background-color: #212121;
}

.homepage-title {
  background: var(--theme-color);
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h3, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h2, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h1 {
  background: var(--theme-color);
}

.cmp-hero .hero-main .carousel .carousel-indicators li {
  border-color: var(--theme-color);
}

.cmp-hero .hero-main .carousel .carousel-indicators li.active {
  background: var(--theme-color);
}

.cmp-hero .hero-main .carousel .carousel-control span:before {
  color: var(--theme-color);
}

.cmp-hero .hero-xtras .hero-category:hover .hero-category-headline {
  background: var(--theme-color);
}

@media (min-width: 992px) {
  .cmp-hero .hero-main .carousel .carousel-indicators li {
    border-color: var(--theme-color);
  }
  .cmp-hero .hero-main .carousel .carousel-indicators li.active {
    background: var(--theme-color);
  }
  .cmp-hero .hero-main .carousel .carousel-control span:before {
    color: var(--theme-color);
  }
}

.mkt-homepage .flex-item:hover a .flex-align-bottom {
  background: var(--theme-color);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single .price {
    float: none;
  }
}

.order-property-slider .order-property-slider-controls .slider-nav span.highlight {
  background-color: var(--theme-color);
}

.loading-animation > div {
  background-color: var(--theme-color);
}

.sk-fading-circle .sk-circle:before {
  background-color: var(--theme-color);
}

.widget-provider-select.widget-primary input:checked + .provider-select-label {
  box-shadow: inset 0 0 0 0.1rem var(--theme-color); }

.widget-image-carousel.widget-primary .carousel-indicators li {
  border-color: var(--theme-color);
}

.widget-image-carousel.widget-primary .carousel-indicators li.active {
  background-color: var(--theme-color);
}

.widget-image-carousel.widget-primary .carousel-control .fa {
  color: var(--theme-color);
}

.widget-item-list .widget-caption {
  padding: 0;
}

.widget-item-list.widget-primary .widget-caption {
  color: #3e3e3e !important;
  background-color: #fff !important;
  font-size: 20px;
}

.widget-primary .text-appearance {
  color: var(--theme-color) !important; }

.widget-primary a.text-appearance:hover, .widget-primary a.text-appearance:focus {
  color: #3e3e3e !important; }

.widget-primary .bg-appearance {
  background-color: var(--theme-color) !important; }

.widget-primary .btn-appearance {
  background-color: var(--theme-color);
  border-color: var(--theme-color); }

.widget-primary .btn-appearance:hover {
  background-color: rgba(var(--theme-color-rgb),0.8);
  border-color: rgba(var(--theme-color-rgb), 0.1); }

.widget-primary .btn-appearance:focus, .widget-primary .btn-appearance.focus {
  background-color: rgba(var(--theme-color-rgb),0.8);
  border-color: rgba(var(--theme-color-rgb), 0.1);
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.5); }

.widget-primary .btn-appearance.disabled, .widget-primary .btn-appearance:disabled {
  background-color: var(--theme-color);
  border-color: var(--theme-color); }

.widget-primary .btn-appearance:not(:disabled):not(.disabled):active, .widget-primary .btn-appearance:not(:disabled):not(.disabled).active,
.show > .widget-primary .btn-appearance.dropdown-toggle {
  background-color: rgba(var(--theme-color-rgb),0.8);
  border-color: rgba(var(--theme-color-rgb), 0.1); }

.widget-primary .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-primary .btn-appearance:not(:disabled):not(.disabled).active:focus,
.show > .widget-primary .btn-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb), 0.5); }

.widget-primary a.text-appearance,
.widget-primary .btn-appearance {
  -webkit-text-decoration-color: var(--theme-color);
          text-decoration-color: var(--theme-color); }

.widget-primary .border-appearance.active,
.widget-primary .border-appearance:hover {
  border-color: var(--theme-color) !important; }

.widget-primary .add-to-basket-lg-container:hover {
  border-color: transparent var(--theme-color) transparent transparent !important; }

.widget-primary .pagination .page-item .page-link {
  color: var(--theme-color); }

.widget-primary .pagination .page-item .page-link:hover, .widget-primary .pagination .page-item .page-link:focus {
  color: #3e3e3e; }

.widget-primary .pagination .page-item.active .page-link {
  border-color: var(--theme-color);
  background-color: var(--theme-color); }

.widget-primary .custom-control-appearance .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color); }

.footer .widget-proportional {
  /* padding-bottom: 0; */
}

@media (min-width: 768px) {
  .breadcrumbs .breadcrumb  {
    background-color: #fff;
    padding-left: 0 !important;
  }
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem var(--theme-color);
}

.badge-container {
    width: 65px;
    height: 65px;
}

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