/*
Theme Name: Harmonija življenja
Version: 1.0
Author: Matej Tancek s.p.
*/

/*

Fonts added:
Bilo Hairline

font-family: bilo, sans-serif;

font-weight: 100;

font-style: normal;

Bilo Hairline Italic

font-family: bilo, sans-serif;

font-weight: 100;

font-style: italic;

Bilo Thin

font-family: bilo, sans-serif;

font-weight: 100;

font-style: normal;

Bilo Thin Italic

font-family: bilo, sans-serif;

font-weight: 100;

font-style: italic;

Bilo ExtraLight

font-family: bilo, sans-serif;

font-weight: 200;

font-style: normal;

Bilo ExtraLight Italic

font-family: bilo, sans-serif;

font-weight: 200;

font-style: italic;

Bilo Light

font-family: bilo, sans-serif;

font-weight: 300;

font-style: normal;

Bilo Light Italic

font-family: bilo, sans-serif;

font-weight: 300;

font-style: italic;

Bilo Italic

font-family: bilo, sans-serif;

font-weight: 400;

font-style: italic;

Bilo Regular

font-family: bilo, sans-serif;

font-weight: 400;

font-style: normal;

Bilo Medium

font-family: bilo, sans-serif;

font-weight: 500;

font-style: normal;

Bilo Medium Italic

font-family: bilo, sans-serif;

font-weight: 500;

font-style: italic;

Bilo Bold

font-family: bilo, sans-serif;

font-weight: 700;

font-style: normal;

Bilo Bold Italic

font-family: bilo, sans-serif;

font-weight: 700;

font-style: italic;

Bilo ExtraBold

font-family: bilo, sans-serif;

font-weight: 800;

font-style: normal;

Bilo ExtraBold Italic

font-family: bilo, sans-serif;

font-weight: 800;

font-style: italic;

Bilo Black

font-family: bilo, sans-serif;

font-weight: 900;

font-style: normal;

Bilo Black Italic

font-family: bilo, sans-serif;

font-weight: 900;

font-style: italic;

*/

*:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000000;
}
body {
  margin: 0;
  padding: 0 !important;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  opacity: 1;
  font-family: "bilo", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #fff;
}
.hidden {
  display: none !important;
}
.clear {
  clear: both;
}
.form-control, .btn, .tooltip, .input-group-text, .alert, .modal-content {
  border-radius: 0px !important;
  font-size: 14px;
}
.btn, #slideshow p a {
  text-transform: lowercase;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.bg-danger, .btn-danger, #slideshow p a {
  background: #ED5047;
  color: #fff !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #54B99B;
  border-color: #54B99B;
}
.btn-success {
  background: #54B99B;
  color: #fff !important;
}
.text-danger {
  color: #ED5047;
}
.text-success {
  color: #54B99B !important;
}
.bg-primary, .btn-primary {
  background: #54B99B;
  color: #fff;
}
.btn-primary:hover {
  background: #4CA58A;
  border-color: #4CA58A;
}
.text-primary {
  color: #54B99B;
}
.container {
  max-width: 1520px;
}
.col-border {
  border: 1px solid #F4F2F3;
  padding: 15px;
}
.response {
  text-align: center;
  padding: 50px 0;
}
.response img {
  max-width: 500px;
}
.response p {
  max-width: 300px;
  margin: 20px auto;
  display: block;
}
.response h2 {
  font-weight: bold;
  font-size: 24px;
}
.response h3 {
  font-size: 24px;
  font-weight: 300;
}
a, li a:hover, li a:focus {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #f3f3f3;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.admin-bar header {
  top: 32px;
}
header {
  height: 111px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: 400;
}
.page-scroll header {
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  height: 70px;
}
header #header-menu ul {
  list-style: none;
  margin: 0;
}
header #header-menu ul li {
  float: none;
  display: inline-block;
  margin: 0 15px;
}
header #header-menu ul li a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  text-transform: lowercase;
}
header #header-menu ul li.current-menu-item a {
  border-bottom: 1px solid #000;
}
header #header-menu .cart-icon {
  float: right;
  margin-left: 30px;
}
.search-icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
  margin-left: 20px;
}
.search-icon img {
  height: 100%;
}
.cart-icon {
  position: relative;
}
.cart-icon .cart-number {
  position: absolute;
  right: -10px;
  bottom: 20px;
}
header #header-menu #header-menu-button, .menu-button {
  float: right;
  margin-left: 25px;
  border: none;
  height: 30px;
  width: 30px;
  background: none;
  padding: 0;
  position: relative;
}
header #header-menu #header-menu-button span, .menu-button span {
  height: 2px;
  display: block;
  background: #000;
  width: 100%;
  position: absolute;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header #header-menu #header-menu-button span:nth-child(1), .menu-button span:nth-child(1) {
  top: 2px;
}
header #header-menu.active #header-menu-button span:nth-child(1), .menu-button.menu-button-close span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
header #header-menu #header-menu-button span:nth-child(2), .menu-button span:nth-child(2) {
  top: calc(50% - 2px);
}
header #header-menu.active #header-menu-button span:nth-child(2), .menu-button.menu-button-close span:nth-child(2) {
  opacity: 0;
}
header #header-menu #header-menu-button span:nth-child(3), .menu-button span:nth-child(3) {
  top: calc(100% - 4px);
}
header #header-menu.active #header-menu-button span:nth-child(3), .menu-button.menu-button-close span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
header #header-menu #menu-item-51 {
  font-weight: bold;
}
header #logo, header #logo-link:hover #logo {
  max-height: 33px;
  max-width: 155px;
  text-decoration: none;
  border: none;
}
header #logo-link, header #logo-link:hover {
  text-decoration: none;
  border: none;
}
@media (max-width: 1024px) {
  header {
    height: 60px;
  }
  header #header-menu-holder {
    position: fixed;
    top: 60px;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
  }
  header #header-menu-holder > div {
    background: #fff;
  }
  header #header-menu.active #header-menu-holder {
    opacity: 1;
    visibility: visible;
  }
  header #header-menu-holder ul {
    margin: 0;
    padding: 0;
  }
  header #header-menu-holder ul li {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    padding: 0;
  }
  header #header-menu-holder ul li:nth-child(1) {
    border-top: none;
  }
  header #header-menu-holder ul li a {
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    height: auto;
  }
}
#page {
  padding-top: 111px;
  float: left;
  width: 100%;
}
@media (max-width: 1024px) { 
  #page {
    padding: 60px 0;
  }
}
#featured-products {
  margin: 0;
}
.product {
  margin: 50px 0;
  color: #989898;
}
.page-embed .product {
  margin: 0;
}
.product h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.product a {
  text-decoration: none;
  border: none;
}
.product.product-with-hover-image img {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product.product-with-hover-image img:nth-child(1) {
  opacity: 1;
}
.product.product-with-hover-image img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.product.product-with-hover-image:hover img:nth-child(1) {
  opacity: 0;
}
.product.product-with-hover-image:hover img:nth-child(2) {
  opacity: 1;
}
#advantages {
  background: #F4F4F4;
  color: #4D4D4D;
  text-align: center;
  padding: 70px 0;
  font-style: italic;
}
#advantages img {
  max-height: 90px;
}
#welcome {
  background: #333333;
  color: #E3E3E3;
}
#welcome a {
  color: #E3E3E3;
}
#welcome .overflow-hidden img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  width: auto !important;
  height: auto !important;
}
#welcome h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
#why-us {
  color: #4D4D4D;
  font-weight: 300;
  padding: 120px 0;
}
@media (max-width: 1024px) { 
  #why-us {
    padding: 30px 0;
  }
}
#why-us h3 {
  color: #231F20;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#why-us h3, #why-us p {
  max-width: 80%;
}
.image-square {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.image-square .image-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  padding: 20px;
  opacity: 0;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.image-square:hover .image-tooltip {
  opacity: 1;
}
.image-4-3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  display: block;
}
.image-square img, .image-4-3 img {
  position: absolute;
  min-height: 100%;
  display: block;
  left: 0;
  top: 0;
  max-width: none;
  height: 100%;
}
.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 40px;
  background: url('images/icon_check.png') no-repeat left top;
  background-size: auto 22px;
  line-height: 22px;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#slideshow .slick-dots {
  bottom: 15px;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
}
.slick-dots li button {
  display: inline-block;
  float: none;
  border: 1px solid #CBCBCB;
  border-radius: 999px;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  padding: 0;
  color: transparent;
  background: transparent;
}
.slick-dots li.slick-active button {
  background: #CBCBCB;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 78px / 2);
  height: 78px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  z-index: 12;
  margin: 0;
  padding: 0;
  width: 45px;
}
.slick-arrow.slick-prev {
  left: 0;
  background-image: url('images/icon_arrow_left.png');
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url('images/icon_arrow_right.png');
}
#product {
  padding: 80px 0;
}
@media (max-width: 1024px) { 
  #product {
    padding: 15px 0;
  }
}
#product h2 {
  font-weight: bold;
  font-size: 36px;
}
#product .product-price {
  font-weight: bold;
  font-size: 22px;
}
#product .product-images {
  padding: 0 80px;
}
@media (max-width: 1024px) { 
  #product .product-images {
    padding: 0;
  }
}
.variants {
  margin-top: -15px;
}
.variant-prop .variant-prop-list {
  margin-top: 5px;
}
.variant-prop .variant-prop-list .variant-prop-value {
  display: inline-block;
  margin-right: 10px;
}
.variant-prop .variant-prop-list .variant-prop-value.variant-prop-barva {
  border: 2px solid transparent;
  border-radius: 999px;
}
.variant-prop .variant-prop-list .variant-prop-value.variant-prop-barva.prop-active {
  border-color: #D3D4D6;
}
.variant-prop .variant-prop-list .variant-prop-value.variant-prop-barva > span {
  border: 2px solid transparent;
  border-radius: 999px;
  float: left;
}
.variant-prop .variant-prop-list .variant-prop-value.variant-prop-barva > span > span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: transparent;
  overflow: hidden;
  border-radius: 999px;
  display: inline-block;
  float: left;
}
.product-price {
  color: #000000;
  font-weight: bold;
}
.product-old-price {
  color: #989898;
  text-decoration: line-through;
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.product-price-discounted.product-price {
  color: #DC5B4F;
  font-size: 16px;
}
.product-qty {
  white-space: nowrap;
}
input.product-qty-input {
  min-height: 38px;
}
.product-qty .product-qty-input {
  max-width: 50px;
  text-align: center;
}
.product-qty .input-group-text {
  font-size: 14px;
}
.product-qty > .input-group > div, .product-qty > .input-group > input {
  margin-right: 4px;
}
#articles {
  background: #F1F1F1;
  color: #707070;
}
#articles h3 {
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 20px;
}
#related-products {
  text-align: center;
  padding: 100px 0;
}
#category-products h2, #page-content h2 {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
#category-products .category-description {
  text-align: center;
}
#page-content {
  padding: 80px 0;
}
#slideshow {
  padding: 0 50px;
  width: 100%;
}
#slideshow .slideshow-banner {
  background: none;
  height: 100%;
  height: 65vh;
}
#slideshow .slideshow-banner-content, #slideshow .slideshow-banner { 
  background-size: cover;
  float: left;
  width: 100%;
}
#slideshow .slideshow-banner-content {
  height: 100%;
}
.single-product_category #slideshow {
  
}
@media (max-width: 1024px) { 
  #slideshow {
    padding: 0;
  }
  #slideshow .slideshow-banner-content {
    background: none !important;
  }
}
#slideshow h2 {
  font-size: 46px;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}
@media (max-width: 1024px) { 
  #slideshow h2 {
    font-size: 34px;
  }
  #slideshow p:nth-child(2) {
    display: none;
  }
}
#slideshow p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin: 15px 0;
  color: rgba(0,0,0,0.7);
}
#slideshow table p {
  padding: 5px 10px;
  margin: 0 0 0 -10px;
}
.single-product_category #slideshow .slideshow-banner {
  height: 500px;
  text-align: center;
}
.single-product_category #slideshow .slideshow-banner h2 {
  text-transform: none;
}
.single-product_category #slideshow .slideshow-banner-content div, .single-product_category #slideshow .slideshow-banner-content p {
  color: #fff;
  max-width: 800px;
  display: block;
  margin: 30px auto;
}
.borderless td, .borderless th {
  border: none;
}
.strikediag {
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}
#free_shipping {
  background: #54B99B;
  padding: 20px 20px 20px;
  text-align: center;
  color: #fff;
}
#free_shipping p {
  margin: 0;
  padding: 0;
}
#free_shipping small {
  line-height: 16px;
  padding: 0 30px;
  display: block;
  font-weight: 300;
}
#cart-overview {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  background: #fff;
  height: 100vh;
  display: none;
  font-weight: 300;
}
.page-scroll #cart-overview, #cart-overview {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
#cart-overview #cart-overview-content {
  padding: 30px 15px;
}
#cart-overview #cart-table {
  max-height: calc(100vh - 350px);
  overflow: auto;
}
#cart-overview #cart-table .cart-image {
  width: 30%;
  max-width: 80px;
}
#cart-overview #cart-table .cart-qty {
  width: 40%;
}
#cart-overview #cart-table .cart-price {
  width: 30%;
}
#cart-overview #cart-summary {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  background: #fff;
}
#checkout {
  padding: 30px 0;
}
#cart-advantages {
  padding: 30px 15px;
  background: #F4F2F3;
  color: #666666;
}
#cart-advantages b {
  display: block;
  font-size: 16px;
}
#cart-disclaimer, .dialog-disclaimer {
  font-size: 14px;
  color: #737373;
}
.dialog-disclaimer { 
  font-size: 12px;
}
footer {
  float: left;
  width: 100%;
  background: #000000;
  padding: 100px 0 0 0;
  line-height: 24px;
}
footer .footer-logo {
  max-width: 80%;
  height: auto;
  display: block;
}
footer .footer-logo img {
  width: 100% !important;
  max-width: 200px !important;
}
footer, footer a, footer a:hover {
  color: #B2B2B2;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .widget-column-title, footer #footer-copyright p {
  margin: 0;
}
footer #footer-columns {
  padding: 0 0 75px 0;
}
footer #footer-copyright {
  padding: 40px 0;
  border-top: 1px solid #474747;
}
@media (max-width: 1024px) { 
  footer {
    text-align: center;
    padding: 50px 0;
  }
  footer .footer-logo {
    max-width: 100%;
  }
  #footer-copyright strong {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1024px) {
  .col5 {
    width: 50%;
    flex: none;
  }
  .wp-block-media-text__media img, .wp-block-media-text__media video {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .col5 {
    width: 100%;
  }
  .instagram-feed .col5 {
    width: 33%;
  }
}