/* Sat, 20 Nov 2021 19:46:11 +0000 (0.031s) */

html {
  font-size: 15px;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Krona One', sans-serif;
  color: #1F4B5C;
}
#wrap {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 100px);
}
a {
  color: #3e3e3e;
  transition: color 0.2s ease;
  font-weight: 600;
}
a:hover {
  color: #cd422f;
  text-decoration: none;
}
a:hover span {
  text-decoration: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  height: 90px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  header {
    height: 100px;
    text-align: right;
  }
}
header .inner {
  padding: 0 40px;
}
header .link {
  background-position: left center;
  display: block;
  position: absolute;
  text-indent: -1000px;
  font-size: 0;
  overflow: hidden;
  height: 70px;
  background-image: url(../img/logo_designkellari.svg);
  background-size: contain;
  left: 20px;
  /*
    top: 15px;
    width: calc(100% - 90px);
    */
  max-width: 318px;
  top: 13px;
  width: calc(100% - 120px);
  background-position: left;
  background-repeat: no-repeat;
}
header .toggle {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 30px;
  width: 42px;
  height: 42px;
  right: 30px;
}
@media screen and (min-width: 1024px) {
  header .toggle {
    display: none;
  }
}
header .toggle div {
  background-color: #000000;
  display: block;
  transition: all 0.3s ease 0s;
  height: 1px;
  width: 42px;
  position: absolute;
}
header .toggle .line1 {
  top: 7px;
}
header .toggle .line2 {
  top: 17px;
}
header .toggle .line3 {
  top: 27px;
}
header .items {
  display: none;
  background-color: #E3E1D9;
  top: 90px;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 34px 11.6%;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  header .items {
    width: auto;
    position: relative;
    background-color: transparent;
    padding: 29px 0 0 0;
    display: inline-block;
    top: 0;
  }
}
header .items .item {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  header .items .item {
    display: inline-block;
    vertical-align: top;
  }
}
header .items a {
  text-transform: uppercase;
  display: block;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.25em;
  font-size: 12px;
  color: #243e43;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  header .items a {
    font-weight: 700;
    color: #000000;
    vertical-align: top;
    padding: 10px;
    margin: 0 0 0 25px;
    transition: color 0.5s ease 0s;
  }
}
@media screen and (min-width: 1024px) {
  header .items a.mobile {
    display: none;
  }
}
header .items .sub {
  text-align: left;
  padding: 5px 10px;
  display: none;
}
@media screen and (min-width: 1024px) {
  header .items .sub {
    background-color: #E3E1D9;
    position: absolute;
    left: 0;
    top: 70px;
  }
}
header .items .sub a {
  display: block;
  margin: 0;
  font-weight: 400;
  color: #1F4B5C;
}
@media screen and (min-width: 1024px) {
  header .items .item.last .sub {
    right: 0;
    left: auto;
    text-align: right;
  }
}
header .items .item.active .sub {
  display: block;
}
header.active .toggle .line1 {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
  transform: rotate(45deg) translateY(6px) translateX(6px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  header.active .toggle .line1 {
    -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
    transform: rotate(45deg) translateY(8px) translateX(8px);
  }
}
header.active .toggle .line2 {
  -webkit-transform: rotate(45deg) translateY(-2px) translateX(-2px);
  transform: rotate(45deg) translateY(-2px) translateX(-2px);
}
@media screen and (min-width: 768px) {
  header.active .toggle .line2 {
    -webkit-transform: rotate(45deg) translateY(-1px) translateX(-1px);
    transform: rotate(45deg) translateY(-1px) translateX(-1px);
  }
}
header.active .toggle .line3 {
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
  transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
header.active .items {
  display: inline-block;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  header.active .items {
    padding: 57px 0 0 0;
    position: relative;
    text-align: right;
    left: auto;
    top: auto;
    background-color: transparent;
  }
}
header.active .items a {
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  header.active .items a {
    border: 0;
    font-size: 14px;
    padding: 10px;
    margin: 0 0 0 25px;
  }
}
header .search {
  position: absolute;
  right: 0;
  top: calc(100% + 11px);
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  header .search {
    top: calc(100% + 46px);
  }
}
header .search .field {
  display: flex;
  flex-direction: row;
}
header .search input {
  flex: 0 0 calc(100% - 70px);
  font-size: 1.2rem;
  padding: 0.2em 0.5em;
}
header .search input:focus {
  outline: 0;
}
header .search button {
  flex: 0 0 40px;
  margin-left: 9px;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  text-align: center;
}
body.search header .search {
  display: block;
}
footer {
  flex: 0 1 auto;
  width: 100%;
  background-color: #1F4B5C;
  color: #fff;
  padding: 50px 30px 80px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  footer {
    padding: 55px 60px 100px;
  }
}
@media screen and (min-width: 1004px) {
  footer {
    padding: 55px 110px;
  }
}
footer a {
  color: #f4f4f4;
}
footer .inner {
  max-width: 900px;
  margin: 0 auto;
}
footer .inner > div {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.66em;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 600px) {
  footer .inner > div {
    width: 50%;
    max-width: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
}
footer .left {
  text-align: center;
  padding-bottom: 2em;
}
@media screen and (min-width: 600px) {
  footer .left {
    padding-bottom: 0;
    text-align: left;
  }
}
footer .right {
  text-align: center;
}
@media screen and (min-width: 600px) {
  footer .right {
    text-align: right;
  }
}
footer .right .some {
  text-align: center;
}
@media screen and (min-width: 600px) {
  footer .right .some {
    text-align: right;
  }
}
footer .right .some a {
  padding-right: 0.5em;
  font-size: 1.1rem;
}
section.basic {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
  flex: 1 1 auto;
}
section.basic h1 {
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  section.basic h1 {
    font-size: 40px;
  }
}
#wrap {
  /*
  .woocommerce ul.products li.product .price del {
    display: none;
  }
  */
}
#wrap .woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
#wrap .woocommerce div.product p.price, #wrap .woocommerce ul.products li.product .price, #wrap .woocommerce div.product span.price {
  color: #3e3e3e;
}
#wrap .woocommerce ul.products li.product .price {
  font-size: 1rem;
}
#wrap .woocommerce ul.products li.product a {
  text-align: center;
}
#wrap .woocommerce span.onsale, #wrap .woocommerce ul.products li.product .onsale {
  display: none;
}
#wrap .woocommerce ul.products li.product .button, #wrap .woocommerce div.product form.cart .button {
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  display: block;
}
#wrap .woocommerce div.product form.cart .button {
  clear: both;
  margin-top: 1em;
}
body > .cookienotice {
  display: none;
  position: fixed;
  bottom: 2px;
  left: 0;
  z-index: 9999;
  width: 100vw;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body > .cookienotice {
    padding: 0 25px;
  }
}
body > .cookienotice .inner {
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 1em 25px 1em 0;
  border: 1px solid #666;
  background-color: #fff;
  color: #666;
}
body > .cookienotice button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
body > .cookienotice p {
  margin: 0 0 1em;
  padding: 0 25px;
  display: block;
}
@media screen and (min-width: 768px) {
  body > .cookienotice p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
body > .cookienotice button {
  border-radius: 4px;
  background-color: #151830;
  color: #fff;
  font-weight: 600;
  border: 1px solid #555;
  padding: 0.5em 1.5em;
}
body > .cookienotice .deny {
  margin: 0 0 0 25px;
}
