@charset "UTF-8";

@font-face {
  font-family: "Caveat-Bold";
  src: url('/fonts/Caveat-Bold.ttf');
}

body {
  font-family: "Source+Sans+Pro", serif;
  color: #8B774E;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Courgette", cursive;
}

a, a:link, a:hover {
  color: #8B774E;
  text-decoration: none;
}

.products-list .product-item, .products-list .product-item label {
  cursor: pointer;
}

.header {
  margin: 15px 0px 30px 0px;
}

.header nav {
  width: auto;
  display: inline-block;
}

.header nav ol.breadcrumb {
  background: none;
  padding: none;
  padding-left: 0px;
}

.header .breadcrumb li:not(.active) {
  font-weight: normal;
}

.header .breadcrumb li, .header .breadcrumb li a {
  color: inherit;
}

.header h1 {
  font-size: 2rem;
}

.header .more-info {
  display: inline-block;
}

.header.products {
  margin: 15px 0px 0px 0px;
}

.slogen {
  position: absolute;
  top: 50%;
  left: 35%;
  font-size: 2.35rem;
  font-family: 'Caveat-Bold';
  color: #5C4B30;
}

.slogen-container {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  padding-right: 0px;
}

.slogen-container .slogen-img {
  width: 100%;
  height: auto;
}

.slogen-container .oeko-tex {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 22%;
  border-top-left-radius: 5px;
}

.top-nav {
  background-color: #EAE2D7;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 5px;
}

.top-nav .nav-item {
  z-index: 2;
}

.top-nav a, .top-nav a:link {
  color: #8B774E;
}

.navbar {
  flex-wrap: wrap;
}

.navbar .navbar-nav {
  align-self: flex-end;
  justify-content: flex-end;
  flex-direction: row;
}

.navbar .nav-item {
  justify-content: flex-end;
  padding: 0px 10px;
}

.navbar a, .navbar a:link {
  color: #8B774E;
  font-size: 16px;
}

.contact-page .navbar {
  padding-bottom: 0px;
}

.contact-page .navbar .top-hr {
  display: none;
}

.navbar, .navbar-brand {
  font-family: "Courgette", cursive;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}

.navbar-brand h1 {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  margin-left: -75px;
}

.navbar-brand img {
  max-height: 100px;
  z-index: 101;
}

.navbar-toggler {
  background-color: #8B774E;
  color: #FEE2D6;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(234, 226, 215, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-item .icon {
  font-size: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background-color: #eae2d7;
  width: 100%;
  border: 1px solid rgba(234, 226, 215, 0.6);
  box-shadow: 0px 0px 2px 0px rgba(234, 226, 215, 0.6);
}

.sticky #navbar {
  padding-bottom: 0px;
}

.sticky #navbar .navbar-brand h1 {
  font-size: 18px;
  margin-left: 0px;
}

.sticky #navbar .navbar-brand img {
  max-height: 40px;
}

.sticky #navbar hr {
  display: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #8B774E;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

.top-hr {
  margin-top: 0px;
  margin-bottom: 5px;
  opacity: 0.8;
}

.categor-list {
  list-style: none;
  padding: 10px 0px 0px;
  background-color: #FEE2D6;
  height: 100%;
}

.categor-list li {
  padding: 6px 10px 5px 25px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

#description {
  margin: 30px 0px;
  line-height: 2em;
  font-size: 18px;
}

#description .palyazat {
  padding-right: 0px;
}

#description .palyazat img {
  width: 100%;
}

#description .description {
  padding-left: 0px;
}

h2.sub-header {
  font-size: 1.5rem;
}

.sub-header {
  border-bottom: 1px solid #8B774E;
}

.products-container .main-container {
  min-height: calc(100vh - 220px);
}

.products-list > div {
  margin-bottom: 45px;
}

.product-title {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
}

.product-title a {
  text-decoration: none;
}

.product-item {
  border: 1px solid rgba(234, 226, 215, 0.6);
  box-shadow: 1px 1px 2px 0px rgba(234, 226, 215, 0.6);
  padding-bottom: .5rem;
  overflow: hidden;
}

.product-item img {
  height: 250px;
  max-width: none;
}

.product-item label {
  margin-bottom: 0px;
}

.page-container {
  font-size: 17px;
  line-height: 1.7em;
}

.container-fluid.contact {
  padding: 0px;
}

.contact-header {
  height: 150px;
  background-image: url("/assets/images/nagykanizsa.jpg");
  background-size: cover;
  background-position-y: 250px;
  border-top: 2px solid rgba(234, 226, 215, 0.6);
  position: relative;
  text-align: center;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 30px;
}

.contact-header::before {
  background: url("/assets/images/tiny-squares.png");
  background-size: 15%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: .3;
}

.contact-header .img-tittle {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-shadow: none;
  opacity: 0.8;
}

.contact h5 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}

.contact .contact-title {
  padding: 30px 0px 10px;
}

.contact .maps {
  margin-top: 35px;
  border-top: 2px solid rgba(234, 226, 215, 0.6);
}

img.partner-logo {
  margin-top: 20px;
  max-height: 90%;
  max-width: 50%;
}

.product-detail .main-container {
  padding-bottom: 50px;
}

.product-detail .header {
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(234, 226, 215, 0.6);
}

.product-detail .header .breadcrumb {
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 14px;
}

.product-detail .header h2 {
  margin-bottom: 0px;
}

.product-detail .details {
  line-height: 2em;
}

.product-detail .details .plus-info {
  margin-top: 20px;
  line-height: 1.3em;
}

.product-detail .details a, .product-detail .details a:link, .product-detail .details a:visited {
  color: #8B774E;
  font-style: italic;
}

.priority-list {
  border-left: 1px solid rgba(234, 226, 215, 0.6);
}

.partners .card {
  margin-top: 25px;
}

.partners .card-title a {
  color: inherit;
}

.partners .card-body {
  min-height: 130px;
}

ul#imageGallery li {
  text-align: center;
}

.lSSlideOuter .lSSlideWrapper {
  border: 1px solid rgba(234, 226, 215, 0.6);
}

.lSSlideOuter .lSPager.lSGallery {
  height: 60px;
  padding-top: 5px;
}

.lSSlideOuter .lSPager.lSGallery li {
  width: auto !important;
  height: 60px;
}

.lSSlideOuter .lSPager.lSGallery a img {
  height: 100%;
  width: auto;
}

.categor-item {
  margin-top: 20px;
}

.categor-item .card-title {
  min-height: 50px;
}

.categor-card-image {
  height: 180px;
  overflow: hidden;
}

.categor-card-image img {
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.categor-card-image img[src="/images/noimg.jpg"] {
  padding: 15px;
  min-height: 10px;
  max-width: 100%;
  max-height: 100%;
  min-width: 90%;
}

a.card, a.card:hover {
  color: inherit;
  text-decoration: none;
}

footer {
  padding-top: 10px;
  margin-bottom: 50px;
}

footer a, footer a:link, footer span {
  color: #8B774E;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

footer h3, footer h4, footer h5 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.float-center {
  margin: 0 auto;
}

.btn.btn-primary {
  background-color: #8B774E;
  border-color: rgba(234, 226, 215, 0.6);
}

.map-info {
  text-align: center;
}

.map-info .info-img {
  max-width: 250px;
}

.hidden {
  display: none;
}

.product-count {
  font-size: 12px;
  vertical-align: top;
}

.item-number {
  position: absolute;
  top: 3px;
  right: 0px;
  padding: 0px 16px;
  background: #EAE2D7;
  font-size: 12px;
  font-weight: lighter;
  border-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*CUSTOM CHECKBOX*/
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container.empty {
  color: #EAE2D7;
  cursor: not-allowed;
}

.check-container:hover input ~ .checkmark {
  background-color: #EAE2D7;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container input:disabled:not(:checked) ~ .checkmark {
  opacity: 0.4;
}

.check-container input:checked ~ .checkmark {
  background-color: #8B774E;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(234, 226, 215, 0.6);
  border-radius: 5px;
}

.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  background: url("../images/search.jpg") no-repeat 9px center;
  border: none;
  padding: 8px 16px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

#search input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}

#search input[type=search]:hover {
  background-color: #EAE2D7;
}

#search input[type=search]:focus {
  width: 230px;
  padding-left: 38px;
  color: #8B774E;
  background-color: #EAE2D7;
  cursor: auto;
}

#search input[type=search]:-moz-placeholder {
  color: transparent;
}

#search input[type=search]:-webkit-input-placeholder {
  color: transparent;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #EAE2D7;
  overflow: auto;
  width: auto !important;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #000;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #8B774E;
  cursor: pointer;
  color: #EAE2D7;
}

.autocomplete-selected strong {
  color: white;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* END SEARCH */
/*CORNER */
.corner-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 150px;
  height: 150px;
  text-align: right;
}
.corner-ribbon.last_items span {
  width: 180px;
  top: 42px;
  right: -30px;
}

.corner-ribbon.deficit span {
  width: 170px;
  top: 27px;
  right: -36px;
}

.corner-ribbon span {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 150px;
  display: block;
  background: #8B774E;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 36px;
  right: -29px;
}

.corner-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.corner-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}


.filter-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/fonts/filter.svg");
  background-size: cover;
  float: right;
}

@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    align-self: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }
  .navbarToggler {
    display: none;
  }
  .navbar hr {
    display: none;
  }
  .slogen {
    font-size: 1.35rem;
}
  .slogen-container {
    /* margin-top: 3px */
    background-position-x: center;
  }
  h2.header {
    text-align: center;
    font-size: 26px;
  }
  .header-info .header {
    margin-bottom: 10px;
  }
  .maps-container {
    text-align: center;
  }
  #navbar.navbar-expand-md {
    padding-bottom: 5px;
  }
  #navbar.navbar-expand-md .navbar-toggler {
    margin-top: 6px;
  }
  .group-title {
    border-bottom: 0px;
  }
}

@media (min-width: 767.98px) {
  .navbar .navbar-toggler {
    display: none;
  }
  .navbarToggler {
    display: flex;
    justify-content: space-between;
  }
}
.categor-info {
  margin-bottom: 35px;
}
.categor-info:not(.open) .notlimited {
  display: none;
}
.categor-info #openInfo {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.categor-info.open .limited {
  display: none;
}

.additional {
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.additional .remove-additional {
  display: none;
}

.additional:hover .remove-additional {
  display: inline-block;
  float: right;
  cursor: pointer;
}

.modal-body .image img {
  max-width: 100%;
}
.product-detail .ce-element a {
  text-decoration: underline;
  font-style: normal;
}

    ol {
        counter-reset: item;
    }

    ol>li {
        counter-increment: item;
    }

    ol ol>li {
        display: block;
    }

    ol ol>li>h3 {
        display: inline;
    }

    ol ol>li:before {
        content: counters(item, ".") ". ";
        margin-left: -20px;
            font-size: 1.75rem;
    font-family: "Courgette", cursive;
    }
  ol li::marker {
    font-size: 1.75rem;
    font-family: "Courgette", cursive;
  }

.new-item:after {
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 20px;
  text-align: center;
  background-image: url("/images/new.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}