@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Archivo', sans-serif, Arial;
  font-size: 16px;
  font-weight: 300;
  background: #121212;
}

body p {
  line-height: 140%;
}

.header {
  background-color: #000;
  border-bottom: 1px solid #3a5768;
}

.header ul .top {
  border-bottom: none;
}

.header ul li:hover {
  background-color: black;
}

.header ul li,
.header ul li a {
  color: #5e8fad;
  transition: .5s;
}

.header .parent-subcategories li {
  background: #000;
}

.header ul li a:hover {
  color: #c5ddec;
}

a {
  color: #609bbf;
  text-decoration: none;
}

a:hover {
  color: #98cdee;
  text-decoration: underline;
}

a:visited {
  color: #609bbf;
}

.content {
  min-height: 100vh;
  background: transparent;
  padding-top: 3em;
  max-width: 1000px;
  margin: auto;
  color: #bbb;
}

.content img {
  max-width: 100%;
}

.content.post {
  text-align: center;
}

.content.post .post-content p{
  text-align: left;
}

.content .strong {
  color: #eee;
}

.carousel {
/*  margin-top: 4em;*/
  width: 100%;
  overflow: hidden;
}

.content.home {
  padding-top: 1em;
}

.content.home h1 {
  color: #5e8fad;
  font-size: 3em;
  text-align: center;
}

.page-content {
  width: 70%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding-bottom: 3em;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content p {
  background: transparent;
}

.page-content :first-child {
  margin-top: 0;
}

.main-subtitle {
  margin-top: 0;
  margin-bottom: 3em;
}

.page-content img {
  max-width: 100%;
  display: block;
  margin-bottom: 1em;
  max-height: 30em;
}

.page-sidebar {
  width: 30%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  /*background-color: gray;*/
  padding-left: .5em;
}

.sidebar-categories {
  padding: 6em 0 0 1.5em;
}

.sidebar-categories .categories-component li:first-child {
  text-transform: capitalize;
}

.sidebar-categories .categories-component li a:active {
  color: #fff;
}

.post h2 {
  color: #ddd;
  font-size: 1em;
}

.post h2:hover {
  color: #609bbf;
}

.post-date {
  font-size: .8em;
  text-align: right;
  margin-top: .5em;
}

.post-content {
  padding-right: 2em;
}

.post-content img {
  margin: 2em auto;
}

.sidebar a {
  text-decoration: none;
}

.sidebar a:hover {
  text-decoration: underline;
}

.page-title {
  text-align: center;
  font-size: 3em;
  color: #5e8fad;
  line-height: 1em;
}

/*.content h2 {
  text-align: center;
  font-size: 2em;
}*/


.banner-item-desktop {
  width: 100%;
}

.banner-item-desktop img {
  width: 100%;
}


.home h4 {
  text-align: center;
  color: gray;
  font-weight: normal;
}

#footer {
  text-align: center;
  font-size: .8em;
  background-color: black;
  color: #aaa;
  overflow: hidden;
  padding: 1em 0;
}

#footer address a {
  color: white;
}

#footer address a:hover {
  color: white;
}

#footer .social img {
  width: 32px;
}

#footer .social {
  margin-top: .5em;
}

#footer address {
  line-height: 1.2em;
}

.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.posts.posts-category-Events {
  grid-template-columns: repeat(3, 230px);
}


.posts .post {
  margin: 0 .3em;
  position: relative;
  background-color: #000;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5em;
  text-align: left;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.05);
  word-break: break-word;
}

.posts .post img {
  display: block;
  max-width: 100%;
}

/*.content.home .posts .post img, .content.page .posts .post img {
  width: 100%;
height: 150px;
  object-fit: cover;
}*/

.posts .post-category-name {
  position: absolute;
  display: inline-block;
  padding: .3em .5em;
  font-size: .6em;
  background: green;
  color: white;
  display: none;
}

.sidebar h2 {
  font-size: 1.2em;
  color: black;
  text-align: center;
  font-weight: normal;
  padding: .2em;
}

.sidebar h2:first-child {
  margin-top: 0;
}

.sidebar {
  font-size: .8em;
  color: white;
  padding-bottom: 3em;
}

.sidebar a {
  color: white;
  font-size: 16px;
}

.sidebar a:hover {
  color: gray;
}

.sidebar img {
  max-width: 100%;
}

.sidebar h3 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: .2em;
  margin-top: .2em;
  color: rgb(190, 181, 181);
}

.sidebar-news h3 {
  font-size: 1.2em;
  text-align: left;
  margin: 0;
}

.sidebar p {
  margin-top: .2em;
  color: #666;
}

.sidebar-news div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.sidebar-events div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: .5em;

}

.sidebar-events time {
  letter-spacing: 1px;
  font-size: 18px;
}

.sidebar-links div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.sidebar-news h2 {
  color: white;
  background: #ad7193;
}

.sidebar-events h2 {
  color: white;
  background: #bf613a;
}

.sidebar-links h2 {
  color: white;
  background: #609bbf;
}

.form {
  width: 50%;
  margin: auto;
}

.forum-label {
  display: inline !important;
  cursor: pointer;
}

.form input:not([type='checkbox']) {
  display: block;
  padding: .5em;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: .3em;
  box-sizing: border-box;
  font-size: 1em;
}

.form label {
  margin-top: .5em;
  display: block;
  box-sizing: border-box;
  font-style: italic;
  color: gray;
}

.form label:after {
  content: ':';
}

.form input[type=submit] {
  display: block;
  padding: .5em 3em;
  width: auto;
  margin: auto;
  margin-top: 1em;
  background-color: #609bbf;
  border: none;
  border-radius: .3em;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
}

.form input[type=submit]:hover {
  opacity: .8;

}

.login {
  text-align: center;
}

.login-error {
  text-align: center;
  background: #99000010;
  border: 1px solid #990000;
  font-size: 1em;
  border-radius: .3em;
  padding: 1em;
}

.login-error-title {
  font-size: 2em;
  text-align: center;
}

.login-register {
  text-align: right;
  margin-top: 2em;
}

.form-error {
  color: #990000;
  font-size: .8em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-style: italic;
}

.form-error:before {
  content: "*";
}

.post-read-more {
  display: block;
  text-align: right;
}

.forum-comment time {
  font-size: .8em;
  color: gray;
}

.forum-comment p {
  margin-top: 0;
  white-space: pre-wrap;
}

.forum-comment {
  font-size: .8em;
  /* border-bottom: 1px solid #ddd; */
  border-radius: 0.3em;
  background: #f5f5f5;
  margin: 0.5em 0;
  padding: 0.5em;
  border: 1px solid #d1d1d1;
}

.forum textarea {
  border: 1px solid gray;
  border-radius: 0.3em;
  width: 100%;
  box-sizing: border-box;
  height: 5em;
  resize: vertical;
}

.forum .forum-add-comment {
  text-align: center;
}

.forum #comments {
  padding-top: .5em;
}

.forum .forum-reply-container {
  text-align: right;
}

.forum .forum-reply {
  font-size: .7em;
}

.forum .forum-replies-reply {
  margin-left: 2em;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}

.forum .sidebar-forum-title {
  margin: 0;
  color: white;
  background: #609bbf;
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
  padding: 0.2em;
}

.forum .forum-sidebar-forum {
  font-weight: normal;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
  margin: 0;
}

button {
  background-color: #609bbf;
  border: none;
  border-radius: 0.3em;
  color: white;
  cursor: pointer;
  padding: 0.5em 1em;
  font-weight: bold;
}

button:hover {
  opacity: .8;
}

header .search-container {
  margin-top: 0.2em;
  text-align: center;
  display: none;
}

header .search-desktop img {
  width: 1em;
  margin-top: 0.7em;
}

header .search-container input {
  padding: .5em;
  width: 50%;
  font-size: 1em;
}

header .search-mobile {
  display: none;
}

.search-title {
  text-align: center;
  color: #609bbf;
  text-decoration: italic;
  font-size: 1.2em;

}

.ql-video {
  width: 500px;
  height: 300px;
}

.page-content-no-sidebar {
  width: 100%;
}

.page-featured-image {
  width: 100%;
}

.ql-align-justify {
  text-align: justify;
}

.ql-align-left {
  text-align: left;
}

.ql-align-right {
  text-align: right;
}

#footer .footer-socials a img {
  width: 2em;
  cursor: pointer;
}

#footer .footer-socials a img:hover {
  opacity: .8;
}

#footer .footer-socials a:nth-child(2) img {
  padding: 0 1.3em;
}

.page-press .page-content-top p {
  column-count: 3;
  column-gap: 10px;
}

.page-press .page-content-top .press-image-wrapper {
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  padding: .7em;
  position: relative;
  border: 1px solid #666;
  border-radius: 5px;

  margin: 0;
  margin-bottom: 10px;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
}

.page-press .page-content-top .press-image-wrapper img {
  grid-row: 1 / -1;
  grid-column: 1;
  max-width: 100%;
}

/* press dugme */

.press-image-wrapper a {
  display: block;
  margin: 10px auto;
  background: #17699c;
  color: white;
  text-decoration: none;
  padding: 0.2em;
  width: 80%;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #17699c;
  transition: .4s;
}

/* shop dugme */
.add-to-cart {
  display: block;
  margin: 10px auto;
  background: #17699c;
  color: white;
  text-decoration: none;
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #17699c;
  transition: .4s;
  font-weight: normal;
}

.press-image-wrapper a:hover,
.add-to-cart:hover {
  border: 1px solid #666;
  background: transparent;
}

.freeYess-wrapper {
  z-index: 0 !important;
}


.products-container .products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.products-container .products-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 15px;
  width: auto;
}

.products-container h3,
.products-container h4 {
  color: #fff;
  font-size: 16px;
}

.products-product-weight {
  display: none;
}

.product-right h1 {
  font-size: 40px;
  margin-top: 0;
}

.product-right .product-price {
  font-size: 24px;
}

.product-right button {
  margin: 25px auto;
}


/* korpa */
.add-remove {
  padding: 0 9px;
}

.cart-products-body-image img {
  border-radius: 5px;
}

/* korpa */


/* tabela u korpi */
.cart-products-header-quantity {
  width: 11%;
}

.cart-products-header-remove {
  width: 9%;
}

.footer-links {
  padding: .5em;
  padding-bottom: 1em;
}

.chipcard-payment {
  background: black;
  padding: 2em;
  margin-block: 1em;
}

.chipcard-payment img {
  max-height: 3em;
}

.chipcard-payment-left {
  display: inline-block;
  width: 50%;
}

.chipcard-payment-right {
  display: inline-block;
  width: 50%;
}

.self-pickup-container {
  margin-top: .5em;
  
}

.self-pickup-container p{
  font-size: .8em;
  border: 1px solid gray;
  padding: .5em;
}

.page-half {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }

.button-checkout {
  background: orangered;
  font-size: 24px;
  border-radius: 10px;
  border: none;
}

.cart-personal-delivery {
  font-weight: normal !important;
  color: orangered;
}

.self-pickup-button {
  display: inline-block;
  border: 1px solid orangered;
  padding: 0.5em;
  color: white;
  font-size: 1.2em;
}

.cart-float-button {
  position: absolute !important;
  right: 1em;
  top: 80vh;
  
  background: orangered;
  border-radius: 0.5em;
}

.cart-float-button a{
  color: white !important;
}

.page-shop .page-hero-image {
  display: none;
}

.cart-header-mobile {
  display: none;
  right: -1000px;
}

.cart-header-mobile img{
  height: 1px;
}

.cart-back-to-shop {
  margin-bottom: 1em;
  display: block;
}

.events-old {
  opacity: .4;
}









@media screen and (max-width: 1000px) {
  .header .menu {
    background-color: #111;
    bottom: 1px;
    overflow: scroll;
  }


  .cart-header-mobile {
    position: absolute;
    top: 0;
    right: 4em;
    padding-top: 0.7em;
  }

  .cart-header-mobile img {
    height: 2.5em;
  }

  .cart-header-mobile span {
    color: #ff4500;
    font-size: 1.5em;
    vertical-align: bottom;
    margin-left: -0.2em;
  }

  #menu-container {
     position: absolute;
     width: 100%;
     height: 100vh;
     overflow-y: scroll;
     background: inherit;
     display: none;
  }

  .cart-float-button {
    position: relative !important;
    top: 0;
    left: 0;
    margin: 0.5em;
  }

  .header .menu .header-search-icon {
    display: none;
  }

  .posts {
    grid-template-columns: 1fr;
  }

  #sidebar-categories-title {
    text-align: left;
  }

  .products-container .products-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-container .products-list li .products-product-description {
    font-size: 15px;
  }

  .page-content {
    width: 100%;
  }

  .page-sidebar {
    display: block;
    width: 100%;
  }

  .sidebar,
  .sidebar-categories {
    padding: 0;
  }

  .page-press .page-content-top p {
    column-count: 2;
  }

  .posts.posts-category-Events {
    display: block;
  }

  .page-half {
    width: 100%;
  }
}