/* helper classes */
body {
  padding-top: 0;
}
.mw-1490.container {
  max-width: 1490px;
}
.mb-15 {
  margin-bottom: 15px;
}
.d-flex {
  display: flex;
}
.justify-content-space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.mw-1440{
  max-width: 1440px;
}
.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}
.w-100 {
  width: 100%;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse; 
}
h3 {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 600;
}
/* menu */
.top-bar {
  background: #000;
}
.top-bar p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 600;
}
.navbar {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f04e26;
  justify-content: space-between;
  padding: 13px 0;
}
.navbar-collapse {
  display: flex;
  align-items: center;
  flex-basis: auto;
}
.navbar-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
}
.navbar-collapse .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-toggler-icon {
  color: #fff;
  background: url(../../images/milami-medical-redesign/menu-icon.png) no-repeat center center /contain;
  width: 22px;
  height: 22px;
  display: block;
}
.navbar-brand {
  position: unset;
  transform: unset;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.log-basket .social-icon {
  display: flex;
  width: auto;
  margin-right: 0;
  text-align: center;
  align-items: center;
  transition: all 0.25s ease-in-out 0s;
}
.log-basket .social-icon:hover {
  opacity: 0.7;
}
.log-basket {
  align-items: center;
  gap: 20px;
}
.log-basket .social-icon img {
  height: auto;
  margin-bottom: 0;
}
.log-basket .korpa {
  border: 2px solid #fff;
  border-radius: 20px;
  display: flex;
  padding: 7px 20px;
  flex-direction: row;
  gap: 10px;
}
.social-icon.korpa span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.social-icon.korpa #broj_artikala {
  position: unset;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: #f04e26;
  line-height: 20px;
  font-weight: 700;
  line-height: 23px;
}

/* .hero section */
.hero-section {
  position: relative;
}
.hero-section .txt-holder {
  position: absolute;
  bottom: 33vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.hero-section .txt-holder h1 {
  font-size: 96px;
  color: #fff;
  margin-bottom: 30px;
}
.hero-section .txt-holder p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}
.hero-section .txt-holder .link-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hero-section .txt-holder .link-holder a {
  font-size: 16px;
  background-color: #fff;
  color: #000;
  padding: 12px 70px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out 0s;
}
.hero-section .txt-holder .link-holder a:hover {
  background-color: #000;
  color: #fff;
}
.hero-section .img-holder img {
  height: 1070px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* slider section */
.slider-section .txt-holder-item {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.slider-section .txt-holder-item .txt-holder h2 {
  font-size: 56px;
  margin-bottom: 20px;
}
.slider-section .txt-holder-item .txt-holder p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.slider-section .txt-holder-item .txt-holder p:last-of-type {
  margin-bottom: 0;
}
.slider-section .txt-holder-slider .mySwiper .swiper-slide {
  position: relative;
  display: block;
}
.slider-section .txt-holder-slider .mySwiper .swiper-slide .heading-holder {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.slider-section .txt-holder-slider .mySwiper .swiper-slide .heading-holder h3 {
  font-size: 24px;
  color: #fff;
}
/* article section */
.article-section .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.article-section .heading-holder h3 {
  font-size: 26px;
  padding: 30px 15px;
  text-align: center;
}
.article-section .article-item {
  position: relative;
  display: block;
}
.article-section .article-item .img-holder img {
  transition: all 0.25s ease-in-out 0s;
}
.article-section .article-item:hover .img-holder img {
  opacity: 0.8;
}
.article-section .article-item .link-holder {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.article-section .article-item .link-holder span {
  font-size: 16px;
  background-color: #fff;
  color: #000;
  padding: 12px 70px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out 0s;
}
.article-section .article-item .link-holder span:hover {
  background-color: #000;
  color: #fff;
}

/* side menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100vh;
  z-index: 10000;
  width: 500px;
  transition: all 0.25s ease-in-out 0s;
  transform: translateX(100%);
}
.opened-menu .side-menu {
  transform: translateX(0);
}
.side-menu .side-menu-content {
  padding: 60px 15px;
  position: relative;
  border-bottom: 1px solid #f04e26;
}
.side-menu .side-menu-content .close-menu-btn {
  position: absolute;
  top: 12px;
  right: 33px;
  background: #f04e26;
  width: 45px;
  height: 45px;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}
.side-menu .side-menu-content .side-menu-items {
  list-style: none;
  padding-left: 0;
}
.side-menu .side-menu-content > p,
.side-menu .side-menu-content .side-menu-items li a {
  font-size: 20px;
  color: #f04e26;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  transition: all 0.25s ease-in-out 0s;
}
.side-menu .side-menu-content .side-menu-items li a:hover {
  opacity: 0.7;
}
.side-menu .side-menu-content .menu-social-icons {
  display: flex;
  list-style: none;
  gap: 15px;
  padding-left: 0;
}
.side-menu .side-menu-content .menu-social-icons a {
  transition: all 0.25s ease-in-out 0s;
}
.side-menu .side-menu-content .menu-social-icons a:hover {
  opacity: 0.6;
}
.side-menu .side-menu-footer {
  padding: 20px 20px;
}
.side-menu .side-menu-footer-language label {
  display: block;
  color: #f04e26;
  font-size: 15px;
  font-weight: 600;
}
.side-menu .side-menu-footer-language select {
  display: block;
  font-size: 20px;
  color: #f04e26;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
}
.side-menu-items.mobile {
  display: none;
}

/* medikal papuce page */
.medikal-papuce-page .slider-section .img-holder {
  padding-right: 0;
  padding-left: 0;
}
.medikal-papuce-page .slider-section .img-holder img {
  display: block;
  object-fit: cover;
}
.medikal-papuce-page .hero-section .txt-holder h1,
.milami-medical-contact-page .hero-section .txt-holder h1 {
  font-size: 96px;
  color: #000;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  text-align: left;
}
.medikal-papuce-page .slider-section .txt-holder-item .txt-holder h2 {
  margin-bottom: 40px;
}
.medikal-papuce-page .hero-section .txt-holder,
.milami-medical-contact-page .hero-section .txt-holder {
  position: unset;
  bottom: 33vh;
  left: 50%;
  transform: unset;
  text-align: center;
  padding: 200px 15px;
}
.medikal-papuce-page .slider-section .txt-holder-item .txt-holder {
  width: 500px;
  margin: auto;
}


/* contact us page */
.milami-medical-contact-page h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 10px;
}
.milami-medical-contact-page h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 10px;
  text-align: center;
}
.milami-medical-contact-page .footer-contact-items {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
}
.milami-medical-contact-page .footer-contact-items img {
  height: 25px;
  margin-right: 10px;
}
.milami-medical-contact-page .contact-section a {
  text-decoration: underline;
  color: var(--main-color);
  transition: var(--main-transition);

}
.milami-medical-contact-page .heading-content {
  text-align: left;
}
.milami-medical-contact-page address h4 {
  max-width: 500px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  line-height: 1.2;
}
.milami-medical-contact-page .main-bg table td {
  color: #fff;
}
.milami-medical-contact-page .main-bg table td a {
  color: #fff;
}
.milami-medical-contact-page .main-bg table td h3 {
  color: #fff;
  text-align: center;
}
.milami-medical-contact-page table td {
  padding: 15px 10px;
}
.milami-medical-contact-page table td a {
  display: block;
  transition: all .25s ease-in-out 0s;
}
.milami-medical-contact-page table td a:hover {
  opacity: .6;
}
.side-menu .side-wrapper {
  height: 100%;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .slider-section .txt-holder-item .txt-holder h2 {
    font-size: 32px;
  }
  .medikal-papuce-page .hero-section .txt-holder h1, .milami-medical-contact-page .hero-section .txt-holder h1 {
    font-size: 70px;
  }
  .medikal-papuce-page .hero-section .txt-holder, .milami-medical-contact-page .hero-section .txt-holder {
    padding: 100px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .txt-holder {
    width: 100%;
    padding: 20px;
  }
  .hero-section .txt-holder h1 {
    font-size: 60px;
  }
  .hero-section .txt-holder .link-holder a {
    padding: 12px 20px;
  }
  .article-section .article-item .link-holder span {
    padding: 12px 20px;
  }
  .hero-section .img-holder img {
    height: 70vh;
  }
  .hero-section .txt-holder {
    bottom: 20px;
  }
  .slider-section .txt-holder-item {
    width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slider-section .col-9.txt-holder-slider {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .milami-medical-redesign-page .hero-section {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {

  .navbar-brand img {
    transition: var(--main-transition);
    height: 35px;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-collapse.desk {
    display: none;
  }
  .side-menu-items.mobile {
    display: block;
  }
  .log-basket {
    margin: 0;
  }
  .log-basket .social-icon img {
    height: 17px;
  }
  .log-basket .korpa {
    display: flex;
    padding: 5px 10px;
  }
  .navbar {
    padding: 10px 0;
  }
  .hero-section .txt-holder h1 {
    font-size: 40px;
  }
  .side-menu .side-menu-content > p, .side-menu .side-menu-content .side-menu-items li a {
    font-size: 15px;
  }
  
  .medikal-papuce-page .hero-section .txt-holder, .milami-medical-contact-page .hero-section .txt-holder {
    padding: 50px 15px;
  }
  .medikal-papuce-page .hero-section .txt-holder h1,
  .milami-medical-contact-page .hero-section .txt-holder h1 {
    font-size: 50px;
  }
  .medikal-papuce-page .feature-item {
    margin-bottom: 80px;
  }
  .medikal-papuce-page .slider-section .img-holder {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-wrap {
    z-index: 10011;
  }
  
}
@media only screen and (max-width: 576px) {
  .side-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section .txt-holder .link-holder a, .article-section .article-item .link-holder span {
    font-size: 12px;
  }
  .medikal-papuce-page .hero-section .txt-holder h1, .milami-medical-contact-page .hero-section .txt-holder h1 {
    font-size: 40px;
  }
  .search-form-content {
    width: 100%;
    padding: 0 15px;
  }
  .close_search {
    right: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .log-basket {
    align-items: center;
    gap: 5px;
  }
  
}