@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap") č;
* {
  font-family: 'Lato', sans-serif; }

body {
  overflow-x: hidden; }

.color-blue {
  color: #29ceff; }

.color-green-dark {
  color: #0d5254; }

.color-green-light {
  color: #00979d; }

nav ul {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  nav ul .active {
    color: #00979d;
    font-weight: 700; }

nav a {
  font-size: 18px;
  font-weight: 500;
  color: #0d5254;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  nav a:hover {
    color: #00979d; }

nav .navbar-brand {
  display: none; }

@media (max-width: 575px) {
  nav {
    background-color: #0d5254; }
    nav a {
      color: #fff; }
  .navbar-toggler {
    border: 1px solid #fff !important; }
    .navbar-toggler:focus {
      outline: none; }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(189,190,192, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .custom-toggler.navbar-toggler {
    border-color: #ff66cb; }
  .navbar-brand {
    display: inline-block; }
  .navbar-collapse ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .navbar-collapse .logo-desktop {
    display: none; }
  .navbar-collapse a {
    text-align: left; } }

.btn-green {
  background-color: #00979d !important;
  color: #fff !important; }
  .btn-green:hover {
    background-color: #0d5254 !important; }

.hide {
  display: none !important; }

.footer a {
  text-decoration: none;
  color: #0d5254;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .footer a:hover {
    text-decoration: none;
    color: #00979d; }

.lazy {
  display: block; }

.home-column {
  position: relative;
  padding: 0 !important;
  width: 50%;
  /* desired width */
  overflow: hidden;
  height: calc(100vw/4);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .home-column:before {
    content: "";
    float: left;
    padding-top: 100%;
    /* initial ratio of 1:1*/ }
  .home-column:hover {
    cursor: pointer;
    opacity: .3; }
  .home-column img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%; }

@media (max-width: 767px) {
  .home-column {
    height: calc(100vw/2); } }

@media (max-width: 575px) {
  .home-column {
    height: calc(100vw); } }

.shop {
  position: relative; }
  .shop__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .shop__item-image {
      margin-bottom: 12px; }
      .shop__item-image img {
        width: 100%; }
    .shop__item-dodaj[type=button]:disabled {
      cursor: not-allowed; }
    .shop__item-description h4 {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 700;
      text-transform: uppercase; }
    .shop__item-description span {
      display: block;
      margin-bottom: 20px;
      color: #0d5254;
      font-weight: 700; }
    .shop__item-description p {
      color: #B0B0B0;
      font-size: 14px; }
  .shop__korpa {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.9);
    display: block;
    border: 2px solid #000;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 500px;
    background-color: #fff;
    padding: 16px;
    height: auto; }
    .shop__korpa-close {
      position: absolute;
      top: 5px;
      right: 5px; }
    .shop__korpa .fa-close {
      margin-right: 20px;
      margin-bottom: 24px; }
      .shop__korpa .fa-close:hover {
        cursor: pointer; }
    .shop__korpa-close {
      color: #0d5254 !important;
      z-index: 2; }
    .shop__korpa ul {
      list-style: none;
      padding-left: 0; }
    .shop__korpa h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 24px; }
    .shop__korpa span {
      font-weight: 500;
      color: #0d5254; }
    .shop__korpa-ukupno {
      font-weight: 700;
      margin-bottom: 18px !important; }
      .shop__korpa-ukupno-suma {
        font-weight: 700 !important; }

.shop .container {
  position: relative; }

@media (max-width: 991px) {
  .shop {
    position: relative;
    z-index: 0; }
    .shop__korpa {
      width: 100% !important;
      position: relative !important;
      margin: auto; }
      .shop__korpa-close {
        position: absolute;
        right: 24px;
        top: 0; } }

.contact {
  margin-top: 24px; }
  .contact h3 {
    color: #0d5254;
    font-weight: 700; }
  .contact p {
    color: #B0B0B0; }
