﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
}

.flowerHeader {
  width: 100%;
  text-align: right;
  font-family: "Dancing Script", cursive;
  color: #69b91a;
  font-size: 2.6rem;
  margin: 30px 0;
}

.flowerBox {
  box-shadow: inset 30px 30px 29px 65px white, inset 0px 0px 0px 30px #69b91a;
  padding: 60px;
  position: relative;
}

.z-1 {
  position: relative;
  z-index: 1;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.nav-link.text-dark {
  border: 1px solid #76c489;
  border-radius: 20px;
  margin: 4px;
  padding: 3px 15px !important;
}

.leafUp {
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 0;
}
.leafUp img {
  animation: float 4s ease-in-out infinite;
}

.leafDown {
  position: absolute;
  bottom: -50px;
  right: -20px;
  z-index: 2;
}
.leafDown img {
  transform: rotate(180deg);
  animation: float 4s ease-in-out infinite;
}

th {
  text-align: center !important;
}

td {
  font-weight: 500 !important;
}

.form-control {
  border-radius: 0.75rem !important;
}

.nav > li > a {
  color: #252a2f;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
  margin-right: 10px;
}

.nav > li > a.active,
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #007bff;
  color: white;
  border-radius: 30px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #007bff;
  border-color: #007bff;
  border-radius: 30px;
  color: white;
}

.icon-bar {
  background: #007bff;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  margin-top: 10px;
}

.nav .caret,
.nav a:hover .caret {
  border-top-color: #0062cc;
  border-bottom-color: #0062cc;
}

.caret {
  margin-left: 6px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.nav-content {
  padding: 10px 30px;
  background: #f2f2f2;
}

.body-content {
  padding: 100px 30px 30px;
}

.profile-user-container a {
  display: inline-block !important;
}
.profile-user-container .profile-user-image {
  width: 50px;
  border-radius: 100%;
  display: inline-block;
  border: 3px solid #007bff;
  position: relative;
  top: -2px;
}

.dropdown-menu {
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px !important;
}

.subMenu {
  list-style: none;
  margin: 10px 0 0;
  padding: 30px 20px;
  background: #007bff;
  border-radius: 30px;
  box-shadow: 10px 10px 15px #ddd;
  font-size: 15px;
  font-weight: 500;
}
.subMenu a {
  padding: 10px 20px;
  color: white;
  display: block;
}
.subMenu a:hover {
  background: #0062cc;
  text-decoration: none;
  border-radius: 10px;
}

.activeMenuSelector a {
  color: #31aaff;
}

.btn {
  border-radius: 25px;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  color: #2d639d;
}

.filterContainer {
  margin: 0px 0 20px 0;
  padding: 20px 30px;
  background: white;
  box-shadow: 0 0 15px #d9d9d9;
  border-radius: 19px;
}
.filterContainer__footer {
  text-align: right;
  border-top: 1px solid #eaeaea;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 0;
}

footer {
  font-size: 0.8rem;
  padding: 15px 0;
}

.box {
  padding: 20px 30px;
  background: white;
  box-shadow: 0 0 15px #d9d9d9;
  border-radius: 19px;
}
.box__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding: 0 30px 20px;
  margin: 0 -30px 15px;
  align-items: center;
}
.box__header h3 {
  margin: 0;
  color: #007bff;
  font-size: 18px;
}
.box__header h4 {
  margin: 0;
}

.carousel {
  /*margin: -15px;*/
}
.carousel button {
  border: 0;
  background: transparent;
}
.carousel .carousel-caption {
  position: absolute;
  top: 3%;
  text-align: left;
  left: 3%;
}
.carousel .carousel-caption h1 {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 10px 10px;
  font-size: 30px;
}
.carousel .carousel-caption p {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 10px 30px;
}

.home-page-icons a {
  color: #212529;
}
.home-page-icons a:hover {
  text-decoration: none;
  color: #212529;
}

.icon-home {
  background: #ffa203;
  width: 100%;
  border-radius: 100%;
}
.icon-home:hover {
  background: #e69100;
}
.icon-home img {
  width: 100%;
  padding: 10px;
}

.home-page h1 {
  color: #007bff;
  font-size: 20px;
}
.home-page .h4, .home-page h4 {
  font-weight: 600;
}

.home-page-box-text {
  right: 0;
  text-align: right;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 40px;
  bottom: 0;
  border-radius: 5px;
}

.link-secondary {
  color: #6c757d !important;
}

.blog-sans {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
}

.blog p {
  line-height: 30px;
  color: black;
}
.blog .fs-13px {
  font-size: 13px;
}

.fs-disc {
  font-size: 13px;
}
.fs-disc ol li {
  margin-bottom: 15px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
  background: rgb(198, 232, 255);
  background: linear-gradient(0deg, rgb(198, 232, 255) 0%, rgb(255, 255, 255) 100%);
}

.bg-shop {
    background-image: url("https://inter.limespi.rs/content/header/bg21.jpg");
    background-position: center;
    margin: -15px;
}

.no-photo {
  min-height: 255px;
  display: block;
  background-image: url("http://inter.limespi.rs/content/no-photo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.product-name {
  color: #017bda;
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
}

.product-price {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.product-price span {
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
  color: #d92424;
}

.actionBadge {
  position: absolute;
  top: 22px;
  left: 28px;
}

.product-price-details {
  font-size: 40px;
  margin-bottom: 10px;
}

.product-price-details span {
  font-size: 18px;
  margin-left: 15px;
  color: #017bda;
  font-weight: normal;
  text-decoration: line-through;
}

.product-details {
  cursor: pointer;
}

.productTypeItem,
.productTypeItem:hover {
  font-size: 16px;
  color: black;
  font-weight: normal;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid white;
}

.productTypeItem:hover {
  border-bottom: 2px solid #ffa203;
}

.col-product {
  padding-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.col-product:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.col-product-container {
  border: 1px dotted silver;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.discont-holder {
  background: #e7f3ed;
  padding: 5px 20px;
  border-radius: 6px;
  border: 1px solid #d2e8dd;
}

.cartBadge {
  position: absolute;
  min-width: 18px;
  min-height: 18px;
  background: #ffa203;
  font-size: 12px;
  color: white;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  padding: 0 3px;
  right: 2px;
  top: -10px;
}

.cart-mainBox {
  margin-bottom: 20px;
}

.cart-mainBox, .cart-rightSidebar {
  border: 1px solid #d7d7d7;
  padding: 20px;
  position: relative;
}

.cart-itemDelete {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.headerUser img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ffa203;
}
.headerUser span {
  font-size: 17px;
  position: relative;
  top: 1px;
  font-weight: 500;
}

.cart-rightSidebar span {
  font-weight: 600;
}

#myTab button {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .discont-holder {
    font-size: 12px;
  }
  .display-3 {
    font-size: 26px;
  }
  .display-4 {
    font-size: 20px;
  }
  .carousel-caption h1 {
    font-size: 18px;
  }
  .clearfix-mob {
    clear: both;
    float: none;
    display: block;
    height: 20px;
  }
  .homePageBottomBoxes .h1, .homePageBottomBoxes h1 {
    font-size: 1.5rem;
  }
  .shopMenuMob li {
    margin: 5px !important;
  }
  .shopMenuMob a {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 1px 4px !important;
  }
  .socialMenu {
    flex-direction: column;
  }
  #myTab {
    display: flex;
    flex-direction: column;
  }
  #myTab li {
    margin: 0 0 5px !important;
  }
  #myTab button {
    width: 100%;
  }
}
.light-modal {
  --lm-body-bg: white !important;
  --lm-close-bg: $dark-blue !important;
}

.light-modal-footer {
  background: white !important;
}

.tox-notification.tox-notification--in.tox-notification--warning {
  display: none !important;
}

.langSelect {
  background: transparent;
  border: 0 solid;
}

.navbar-toggler-icon i {
  font-size: 36px;
  position: relative;
  top: -3px;
  left: -3px;
}

.clanstvoList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clanstvoList li {
  padding-bottom: 5px;
}

.sliderBack {
  background: repeating-linear-gradient(45deg, #e8f6ff, #fff 2px, #e8f6ff 2px, #fff 10px);
}

.socialMenu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid silver;
}
.socialMenu li {
  padding: 20px;
}

ul.listKontakt {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
ul.listKontakt li {
  margin-bottom: 15px;
}
ul.listKontakt li i {
  margin-right: 10px;
}
ul.listKontakt li span {
  font-weight: 600;
  color: #3084bf;
}

.borderKontakt {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 15px;
}

.callNow {
  background: #ffa200;
  border-radius: 100%;
  width: 40px;
  display: none;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  outline: 7px solid rgba(255, 162, 0, 0.2);
  position: fixed;
  top: 70%;
}

@media only screen and (max-width: 768px) {
  .callNow {
    display: block;
    z-index: 9999 !important;
  }
}
.callToAction {
  background: #00510f;
}
.callToAction span {
  display: block;
  padding: 10px;
  color: white;
  text-align: center;
  width: 100%;
}

.orangeBack {
  background: #ffa203;
}

.greenBack {
  background: #1a7524;
  color: white;
}

.shakeBack {
  background-image: url("../images/shake.jpg");
  /* Set a specific height */
  min-height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
}
.shakeBack p {
  font-size: 150%;
  background: rgba(0, 0, 0, 0.4);
}

.mapBack {
  background-image: url("../images/map.jpg");
  /* Set a specific height */
  min-height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
}
.mapBack p {
  font-size: 150%;
  background: rgba(0, 0, 0, 0.4);
}

.sekcija-ko-smo-mi {
  background-image: url("../images/zasto-limes.jpg");
  background-position: center;
  margin-top: 30px;
  height: 1030px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.sekcija-ko-smo-mi h1 {
  margin-bottom: 40px;
}
.sekcija-ko-smo-mi ul {
  margin: 0;
  padding: 0;
}
.sekcija-ko-smo-mi ul li {
  list-style: none;
  font-size: 125%;
  font-weight: bold;
  line-height: 40px;
}

.sekcija-hala {
  background-image: url("../images/hala.jpg");
  background-position: center;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sekcija-hala h1 {
  margin: 30px;
}
.sekcija-hala h5 {
  margin: 0px;
  padding: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
}

.sekcija-goals {
  background-image: url("../images/our-goal.jpg");
  background-position: center;
  padding: 290px 0 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.sekcija-goals h1 {
  margin-bottom: 20px;
}
.sekcija-goals ul {
  margin: 0;
  padding: 0;
}
.sekcija-goals ul li {
  list-style: none;
  font-size: 125%;
  font-weight: bold;
  line-height: 32px;
}

.sekcija-steps .col-md-3 span {
  background: url("../images/steps.jpg");
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #1a7524;
  padding-right: 12px;
}

.callToAction {
  background: #00510f;
}
.callToAction span {
  display: block;
  padding: 10px;
  color: white;
  text-align: center;
  width: 100%;
}

.orangeBack {
  background: #ffa203;
}

.paralaxBack {
  background-image: url("../images/woman.jpg");
  /* Set a specific height */
  min-height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
}

.paralaxBack p {
  font-size: 150%;
  background: rgba(0, 0, 0, 0.4);
}

.paralaxBackNeven {
  background-image: url("../images/neven.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
}

.paralaxBackNeven p {
  font-size: 150%;
  background: rgba(0, 0, 0, 0.4);
}

.topProduct {
  text-align: center;
  box-shadow: 0px 0px 13px #dfdfdf;
  padding: 15px 35px 35px;
  border-radius: 20px;
  position: relative;
  margin: 10px;
  overflow: hidden;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}
.topProduct:hover {
  z-index: 1;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.05) translate(0px, 0px);
  -ms-transform: scale(1.05) translate(0px, 0px);
  transform: scale(1.05) translate(0px, 0px);
}
.topProduct h5 {
  min-height: 40px;
  font-size: 0.85rem;
}

/*slider 1*/
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.addToCardHeader {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .addToCardHeader {
    position: relative;
    right: 0;
  }
}
.customer-logos .slide {
  text-transform: uppercase;
  font-weight: 700;
}

.konceptIkonice div p {
  margin-top: 40px;
  font-size: 1.25rem !important;
  font-weight: 600;
}
.konceptIkonice div img {
  animation: float 4s ease-in-out infinite;
}

footer {
  background: #f0f0f0;
  padding: 20px 0;
}
footer .row {
  margin-bottom: 30px;
}

footer li {
  list-style: none;
  float: left;
  margin: 0 15px;
}

.carousel-control-next-icon {
  background-image: url("../images/arrow-right.svg");
  z-index: 99999;
}

.carousel-control-prev-icon {
  background-image: url("../images/arrow-left.svg");
  z-index: 99999;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}
