@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 26px;
  background-color: #F3F4F3;
  color: #4F514F;
  text-shadow: none; }

body > #vue-app {
  background-color: #F3F4F3; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 12px 0;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }

h1, h2, h3 {
  color: #49701D; }

h1 {
  font-size: 36px;
  line-height: 44px; }

h2 {
  font-size: 20px;
  line-height: 26px; }

h3,
.h3 {
  font-size: 14px;
  line-height: 20px; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 13px;
  line-height: 24px; }

a {
  color: #CA172F;
  text-decoration: none; }

.btn-primary:hover {
  background-color: #CA172F;
  border-color: #CA172F; }

.btn-outline-primary:hover {
  background-color: transparent;
  border-color: #CA172F;
  color: #CA172F; }

.widget-primary .btn-primary:hover,
.widget-primary .btn-appearance:hover {
  background-color: #CA172F;
  border-color: #CA172F; }

.badge {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0 .5rem; }

#ppButton {
  margin-top: 1rem;
  text-align: right; }

/* category header */
.category-header {
  background-color: #fff;
  position: relative; }
  .category-header :before {
    content: '';
    background: #006666;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30px;
    -webkit-transform: translateX(0) translateY(15px) rotate(-1deg);
    -ms-transform: translateX(0) translateY(15px) rotate(-1deg);
    transform: translateX(0) translateY(15px) rotate(-1deg);
    z-index: -1;
    height: auto;
    width: 100%; }
  .category-header h1 {
    padding: 15px 15px 5px;
    color: #006666;
    line-height: 2rem;
    font-size: 1.5rem !important; }
    .category-header h1 > span {
      display: block;
      font-size: 0.5em;
      line-height: 0.75em; }

.sidebar-categories .category-title,
.sidebar-categories .category-title,
.widget-navigation-tree .category-title,
.widget-navigation-tree .category-title {
  display: none; }

.sidebar-categories ul li,
.widget-navigation-tree ul li {
  border-bottom: 1px solid #F3F4F3; }
  .sidebar-categories ul li a[href],
  .widget-navigation-tree ul li a[href] {
    border-left: 6px solid #fff;
    font-weight: bold;
    color: #49701D; }
    .sidebar-categories ul li a[href]:hover,
    .widget-navigation-tree ul li a[href]:hover {
      background: #fff;
      color: #49701D;
      border-color: #006666; }

.sidebar-categories ul > li.active > a,
.sidebar-categories ul ul > li.active > a,
.widget-navigation-tree ul > li.active > a,
.widget-navigation-tree ul ul > li.active > a {
  background: #fff;
  border-left: 6px solid #006666; }

.cmp-product-thumb {
  overflow: inherit; }
  .cmp-product-thumb .thumb-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    color: #49701D;
    text-align: left; }
  .cmp-product-thumb .price {
    color: #4F514F; }
  .cmp-product-thumb .thumb-content .vat {
    line-height: 1.2;
    padding-top: 10px; }
    .cmp-product-thumb .thumb-content .vat a {
      color: #CA172F !important; }
  .cmp-product-thumb .badge-bundle {
    display: none; }
  .cmp-product-thumb .special-tags {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .cmp-product-thumb .special-tags span {
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 100px;
      display: block;
      position: absolute;
      top: 20px;
      left: -20px; }
      .cmp-product-thumb .special-tags span.badge-offer::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #CA172F;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #CA172F; }
      .cmp-product-thumb .special-tags span.badge-offer::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #CA172F;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #CA172F; }
      .cmp-product-thumb .special-tags span.badge-new::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #006666;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #006666; }
      .cmp-product-thumb .special-tags span.badge-new::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #006666;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #006666; }
      .cmp-product-thumb .special-tags span.badge-bundle {
        display: none; }
  .cmp-product-thumb .crossprice {
    color: #CA172F; }
    .cmp-product-thumb .crossprice::before {
      content: "%";
      display: inline-block;
      height: 25px;
      width: 25px;
      background: #CA172F;
      color: #fff;
      margin-right: 5px;
      text-align: center; }

.crossprice del {
  color: #CA172F !important; }

@media (min-width: 992px) {
  .page-singleitem .widget-item-list .cmp-product-thumb {
    min-height: 385px; } }

.content-container {
  background: #fff;
  padding: 60px 30px; }
  .content-container h1 {
    margin: 0px 0 30px 0; }
  .content-container p {
    padding-bottom: 30px; }
    .category-privacy-policy .content-container p {
      padding-bottom: 5px; }

.page-content.basket.history {
  background: #fff;
  padding-top: 2rem; }

.page-checkout h3 {
  font-size: 1.5rem;
  color: #4F514F;
  border-bottom: 8px solid #99cccc;
  padding-bottom: 1rem; }

.page-checkout .form-check-label strong {
  font-weight: normal; }

.page-checkout .dropdown-toggle .item-inner p.text-muted {
  position: absolute;
  right: 50px;
  bottom: 10px; }

.page-checkout .dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: .5em solid transparent; }

.page-checkout .cmp-method-list .method-list-item label, .page-checkout .cmp-method-list .method-list-item .label {
  height: auto; }

.page-confirmation h1 {
  font-weight: bold; }

.page-confirmation .cmp-order-item .item-name {
  max-height: 100%; }

.category-login .widget-login .row div:first-child .input-unit {
  margin-bottom: 35px; }

.category-login .widget-guest-login .btn-primary {
  width: 100%; }

.basket-list-item .image-container a {
  margin: 0 !important;
  padding: 0 !important; }

@media (min-width: 768px) {
  .container-max {
    max-width: 750px; } }

@media (min-width: 992px) {
  .container-max {
    max-width: 980px; }
  .category-header h1 {
    font-size: 36px !important; } }

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

.custom-header {
  background: #fff;
  border-color: #99cccc;
  border-width: 8px;
  border-style: none none solid; }
  .custom-header .controls-list i {
    font-size: 1.2rem; }

.navbar-header {
  padding-top: 8px; }

.brand-wrapper {
  position: absolute;
  top: 0px;
  right: auto;
  max-width: 170px;
  left: 15px; }
  .brand-wrapper img {
    width: 90px !important; }

.navbar {
  background: #fff; }

.navbar-toggle {
  background: #006666;
  border: 2px solid #006666;
  color: #fff;
  margin: -5px 0px 0 5px;
  padding: 10px 7px; }
  .navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 28px;
    height: 4px; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }

.mobile-navigation {
  background: rgba(79, 81, 79, 0.79);
  font-weight: bold;
  font-size: 16px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  .mobile-navigation ul.breadcrumb {
    background: #49701D;
    border-bottom: 1px solid #ABAAA6;
    height: 60px;
    margin: 0; }
    .mobile-navigation ul.breadcrumb .breadcrumb-item {
      display: none !important; }
    .mobile-navigation ul.breadcrumb li.btn-close {
      position: absolute;
      right: 15px;
      top: 0px; }
      .mobile-navigation ul.breadcrumb li.btn-close:before {
        content: "×" !important;
        font-size: 40px !important; }
  .mobile-navigation .nav-direction {
    display: none; }
  .mobile-navigation ul.mainmenu {
    background: #49701D;
    height: 100%;
    width: 80%; }
    .mobile-navigation ul.mainmenu li {
      padding: 0 15px; }
      .mobile-navigation ul.mainmenu li a {
        border-bottom: 1px solid #3b6d17;
        padding: 10px 0px; }

.top-bar {
  background-color: transparent;
  width: auto; }
  .top-bar .controls-list {
    margin: 10px 15px 0; }
    .top-bar .controls-list > li a:not(.btn) {
      border-color: #ABAAA6;
      color: #4F514F;
      border-style: solid;
      border-width: 1px;
      margin: 0 5px;
      padding: 10px; }
      .top-bar .controls-list > li a:not(.btn):hover {
        background-color: transparent;
        color: #CA172F; }
    .top-bar .controls-list .control-basket .toggle-basket-preview {
      background-color: transparent;
      color: #4F514F; }
      .top-bar .controls-list .control-basket .toggle-basket-preview:hover {
        background-color: transparent;
        color: #CA172F; }
    .top-bar .controls-list .control-user .dropdown .dropdown-menu a {
      background: #fff;
      color: #4F514F; }
  .top-bar .badge-right {
    color: #fff;
    background-color: #4F514F;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: .5rem;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap; }
  .top-bar #login-change > .dropdown.show > .dropdown-toggle {
    background-color: #fff !important;
    color: #4F514F !important; }
  .top-bar #login-change > .dropdown .dropdown-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
    .top-bar #login-change > .dropdown .dropdown-menu a {
      background-color: #fff !important;
      color: #4F514F !important;
      border-top: 0 !important; }
      .top-bar #login-change > .dropdown .dropdown-menu a:hover {
        color: #CA172F !important;
        background-color: #fff !important; }
      .top-bar #login-change > .dropdown .dropdown-menu a i {
        display: none; }

.cmp-search-box > div {
  padding: 0; }

.cmp-search-box .search-submit {
  background-color: #99cccc;
  border: 1px solid #99cccc;
  color: #4F514F !important;
  font-size: 18px;
  height: 41px; }

.cmp-search-box .search-input {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #ABAAA6; }
  @media (max-width: 420px) {
    .cmp-search-box .search-input {
      width: 195px; } }

@media (min-width: 768px) {
  .mobile-navigation ul.breadcrumb {
    width: 40%; }
  .mobile-navigation ul.mainmenu {
    width: 40%; } }

@media (min-width: 992px) {
  .navbar-header {
    padding-top: 15px; }
  .brand-wrapper {
    margin-top: -55px;
    position: relative;
    top: 0;
    max-width: inherit;
    margin-left: -10px; }
    .brand-wrapper img {
      width: 120px !important; }
  .top-bar .controls-list {
    padding: 0; }
    .top-bar .controls-list > li a:not(.btn) {
      border: 0;
      font-size: 13px;
      padding: 7px 7px 9px;
      text-transform: uppercase; }
      .top-bar .controls-list > li a:not(.btn):hover {
        color: #CA172F; }
    .top-bar .controls-list .control-basket .toggle-basket-preview {
      background-color: transparent;
      color: #4F514F; }
      .top-bar .controls-list .control-basket .toggle-basket-preview:hover {
        color: #CA172F; }
  #mainNavbarCollapsable {
    width: 980px; }
    #mainNavbarCollapsable ul.mainmenu {
      float: none;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: -8px !important; }
      #mainNavbarCollapsable ul.mainmenu .collapse {
        display: none; }
      #mainNavbarCollapsable ul.mainmenu > li {
        border-bottom: 8px solid transparent;
        flex: auto;
        -webkit-flex: auto;
        -moz-flex: auto;
        -ms-flex: none;
        -o-flex: auto;
        text-align: center; }
        #mainNavbarCollapsable ul.mainmenu > li:hover {
          background: transparent !important;
          border-bottom-color: #006666;
          color: #006666 !important;
          border-bottom-width: 8px;
          border-bottom-style: solid; }
        #mainNavbarCollapsable ul.mainmenu > li:first-child a {
          border-left: 1px solid #99cccc; }
        #mainNavbarCollapsable ul.mainmenu > li > a {
          color: #49701D;
          border-right: 1px solid #99cccc;
          height: 52px;
          display: table-cell;
          vertical-align: middle;
          display: grid;
          align-items: center;
          padding-bottom: 0;
          padding-top: 0;
          padding-left: 11px;
          padding-right: 11px; }
          #mainNavbarCollapsable ul.mainmenu > li > a:after {
            display: none; }
    #mainNavbarCollapsable .breadcrumb {
      display: none !important; } }

.breadcrumbs {
  background-color: transparent;
  margin-top: 1.5rem; }
  .breadcrumbs a {
    color: #49701D; }
  .breadcrumbs .breadcrumb-item.active {
    color: #49701D;
    font-weight: 700; }

.breadcrumb {
  background-color: transparent; }

.footer-container {
  margin-top: 64px;
  padding: 12px 0 36px;
  color: #4F514F;
  background: #fff;
  position: relative;
  padding-top: 25px;
  font-size: 14px;
  line-height: 22px; }
  .footer-container::after {
    content: '';
    position: absolute;
    height: 55px;
    right: 0;
    top: -20px;
    left: 0;
    -webkit-transform: translateX(0) translateY(0) rotate(-2deg);
    -ms-transform: translateX(0) translateY(0) rotate(-2deg);
    transform: translateX(0) translateY(0) rotate(-2deg);
    z-index: 1;
    background: #fff;
    border-top: 8px solid #006666; }
  .footer-container a {
    font-size: 14px;
    color: inherit; }
    .footer-container a:hover, .footer-container a:focus {
      color: #CA172F; }
  .footer-container p.h5 {
    font-weight: bold;
    margin: 0 0 12px;
    line-height: 22px; }
  .footer-container hr {
    margin: 20px 0 10px 0; }
  .footer-container .contact h2 {
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    font-weight: bold;
    margin: 12px 0;
    line-height: 22px; }

.image-list > li {
  display: inline-block;
  margin: 10px 12px;
  vertical-align: middle; }

ul.footerList {
  padding-left: 0;
  list-style: none;
  line-height: 26px; }

.founders {
  font-size: 12px; }
  @media (min-width: 992px) {
    .founders {
      margin-top: 60px;
      margin-bottom: 80px; } }
  .founders a.print {
    font-size: 16px;
    color: #ABAAA6; }
  .founders p {
    font-weight: bold;
    font-size: 10px; }
    .founders p.bmbf {
      padding-left: 45px; }
  .founders ul {
    padding: 0;
    margin-top: 10px; }
    .founders ul li {
      list-style: none;
      padding-right: 30px;
      font-weight: bold; }
      .founders ul li:last-child {
        padding-right: 0; }
