.titles-thin {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.titles-normal {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.titles-bold {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body,
.main-font-thin {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-font-normal {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.main-font-bold {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media only screen and (min-width: 1025px) {
  html,
  body {
    scroll-behavior: smooth;
  }
  /* Apply to entire page */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #f7c1bb;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
    transition: background-color 0.3s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #ff9286;
  }
  /* Firefox support */
  * {
    scrollbar-width: thin;
    scrollbar-color: #f7c1bb transparent;
  }
  body {
    background-color: #f8f9fa;
    position: relative;
    width: 100vw;
    width: 100%;
    height: 3603px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body .social-sidemenu--PC {
    position: fixed;
    top: 50%;
    width: 12.5px;
    border-radius: 0 10px 10px 0;
    height: 85px;
    box-shadow: #ff9286 1px 1px 2px 1px, #64686b 2px 1px 3px 3px;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 555;
  }
  body .social-sidemenu--PC::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    content: ">";
    color: orangered;
  }
  body .social-sidemenu--PC .social-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 5.55px;
    width: 100%;
    height: 100%;
  }
  body .social-sidemenu--PC .social-box a {
    width: 100%;
    height: auto;
  }
  body .social-sidemenu--PC .social-box a img {
    width: 100%;
    height: auto;
  }
  body .social-sidemenu--PC:hover {
    width: 50px;
    height: 115px;
    transition: all 222ms ease-in-out;
  }
  body .social-sidemenu--PC:hover .right-arr--indicator,
  body .social-sidemenu--PC:hover::after {
    display: none;
  }
  body .hidden {
    display: none;
  }
  body #nazaj {
    position: absolute;
    top: 0;
  }
  body .nazaj-btn--box {
    position: fixed;
    bottom: 32px;
    right: 25px;
    width: 46px;
    height: 52px;
    border-radius: 50%;
    border: 2.5px solid #f7c1bb;
    background-color: rgba(247, 193, 187, 0.5568627451);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 3px 2px #f7c1bb;
  }
  body .nazaj-btn--box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 7.5px;
  }
  body .nazaj-btn--box a img {
    width: 100%;
    height: auto;
  }
  body header {
    position: relative;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0px;
    width: 100%;
    height: 164px;
    height: 151px;
    z-index: 999;
    background-color: #f4f4f9;
  }
  body header .header-largePC--container {
    display: flex;
    width: 1200px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
  body header .header-largePC--container .logo-wrapper {
    margin-left: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: auto;
  }
  body header .header-largePC--container .logo-wrapper a {
    width: fit-content;
    height: fit-content;
    display: block;
  }
  body header .header-largePC--container .logo-wrapper img {
    width: 135px;
    padding: 2px;
    height: auto;
    border-radius: 50%;
  }
  body header .header-largePC--container .hidden_PC {
    display: none;
  }
  body header .header-largePC--container nav {
    width: 825px;
    height: 100%;
  }
  body header .header-largePC--container nav .largePC-menu--container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header .header-largePC--container nav .largePC-menu--container ul {
    display: flex;
    align-items: center;
    list-style-type: none;
  }
  body header .header-largePC--container nav .largePC-menu--container ul a {
    color: #797d81;
    font-size: 29px;
    text-decoration: none;
  }
  body header .header-largePC--container nav .largePC-menu--container ul li {
    position: relative;
  }
  body header .header-largePC--container nav .largePC-menu--container ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
  body header .header-largePC--container nav .largePC-menu--container .orderCTA {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7c1bb;
    width: 20%;
    height: 55px;
    border-radius: 10px;
    font-size: 24px;
    color: #f4f4f9;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 10px 1px #ff9286;
  }
  body header .header-largePC--container nav .largePC-menu--container .orderCTA:hover {
    opacity: 0.85;
    box-shadow: 4px 4px 10px 1px #ff9286;
    font-size: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body header .header-largePC--container .none {
    display: none;
  }
  body header .header-largePC--container .show {
    display: block;
  }
  body .main {
    position: absolute;
    position: relative;
    width: 100%;
    height: 2250px;
    height: 3025px;
    height: 3325px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .main .welcome-layer--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    position: relative;
    top: 0;
    width: 60%;
    min-width: 925px;
    max-width: 1300px;
    height: 725px;
    height: 850px;
    padding: 2rem 1rem;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content img {
    width: 100%;
    height: auto;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 17px 2px #343b30;
    box-shadow: 5px 5px 17px 2px #343b30;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content h1 {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #f4f4f9;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 57%;
    width: 30%;
    height: 44px;
    border-radius: 10px;
    background-color: #adb5bd;
    border: 1px solid rgba(247, 193, 187, 0.4901960784);
    margin-top: 0.5rem;
    display: flex;
    color: #f4f4f9;
    font-size: 32px;
    z-index: 20;
    text-decoration: none;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a:visited {
    outline-offset: 5px;
    outline: 2px solid #f7c1bb;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a:hover {
    color: #f7c1bb;
    background-color: rgba(173, 181, 189, 0.8156862745);
    font-weight: bold;
    font-size: 30px;
    box-shadow: 5px 5px 25px 1px #f7c1bb;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a:active {
    outline-offset: 2px;
    outline: 1px solid #f7c1bb;
  }
  body .main .container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 2250px;
    height: 1525px;
    height: 2175px;
  }
  body .main .container .visible {
    opacity: 1;
    transform: translateY(0);
  }
  body .main .container .storitve-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 725px;
    top: 0;
    width: 100%;
    height: 362.5px;
    height: 725px;
    padding: 2.5rem 1rem;
  }
  body .main .container .storitve-index--wrapper .background {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: rgba(255, 227, 224, 0.368627451);
  }
  body .main .container .storitve-index--wrapper .storitve-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 0.5rem;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content h2 {
    font-size: 49px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list {
    width: 75%;
    height: 78%;
    height: fit-content;
    background-color: #ffe3e0;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item {
    transform: translateY(25%);
    position: relative;
    margin-left: 2rem;
    font-size: 32px;
    margin-bottom: 2rem;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item a {
    text-decoration: none;
    color: #94a89a;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item a:visited {
    color: #797d81;
    text-decoration: underline;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item a:hover {
    color: #2d5f3c;
    font-size: 34px;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list li::marker {
    color: #878e88;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA {
    color: #64686b;
    width: 22.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-decoration: none;
    margin-bottom: 1rem;
    height: 42px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 1px 0px 3px 2px rgba(100, 104, 107, 0.5764705882);
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA:hover {
    color: #f7c1bb;
    width: 25%;
    font-size: 19px;
    box-shadow: 1px 3px 3px 4px #f7c1bb;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .galerija-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1087.5px;
    top: 725px;
    width: 100%;
    height: 650px;
    padding: 4rem 2rem;
  }
  body .main .container .galerija-index--wrapper .background {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: rgba(255, 227, 224, 0.6352941176);
    padding: 0rem 1rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 0.5rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content h2 {
    height: 25%;
    height: fit-content;
    font-size: 49px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    color: #64686b;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    height: fit-content;
    overflow: hidden;
    gap: 0.125rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box {
    animation: scroll-left 15s linear infinite;
    position: relative;
    width: 384px;
    height: 100%;
    flex: 0 0 auto;
    padding: 2.5px;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box img {
    width: 100%;
    height: 333px;
    border-radius: 2.5px;
    box-shadow: 2.5px 2.5px 4px 1px #ffe3e0;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.15);
    border: 2px solid rgba(52, 59, 48, 0.1921568627);
    color: #797d81;
    font-size: 21px;
    cursor: pointer;
    text-align: center;
    height: 43px;
    text-decoration: none;
    margin-bottom: 1rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a:hover {
    color: #f7c1bb;
    width: 32%;
    font-size: 19px;
    box-shadow: 1px 3px 3px 4px #f7c1bb;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
    background-color: rgba(255, 255, 255, 0.1);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-315%);
    }
  }
  body .main .container .osnovni-podatki-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1450px;
    top: 1375px;
    width: 100%;
    height: 362.5px;
    height: 800px;
    height: 1100px;
    padding: 2rem 1rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
  }
  body .main .container .osnovni-podatki-index--wrapper h2 {
    height: fit-content;
    font-size: 49px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 50%;
    height: fit-content;
    height: 100%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box {
    width: 100%;
    height: 50%;
    padding: 2rem 1rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box img {
    width: 100%;
    height: 100%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 4rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 33%;
    height: fit-content;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items h3 {
    font-size: 37px;
    height: fit-content;
    color: #adb5bd;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p:first-of-type {
    margin-top: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p {
    font-size: 21px;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a {
    color: #878e88;
    text-decoration: none;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:visited {
    color: #2d5f3c;
    background-color: #f7c1bb;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:hover {
    color: #94a89a;
    text-decoration: underline;
    font-weight: 600;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .kontakt-index--wrapper .telefon-text {
    margin-bottom: 0.75rem;
  }
  body .footer {
    position: absolute;
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #adb5bd;
    display: flex;
    justify-content: center;
  }
  body .footer .footer-container {
    display: flex;
    width: 1200px;
    height: 100%;
    align-items: center;
  }
  body .footer .footer-container .logo-box {
    width: 100%;
    height: 60%;
    display: flex;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .footer .footer-container .logo-box .logo-wrapper {
    padding: 2rem 4rem;
  }
  body .footer .footer-container .logo-box .logo-wrapper img {
    width: 128px;
    border-radius: 50%;
  }
  body .footer .footer-container .footer-menu--box {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper {
    width: fit-content;
    height: fit-content;
    display: flex;
    margin-top: 25px;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul {
    list-style-type: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul a {
    color: #ffe3e0;
    font-size: 32px;
    text-decoration: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul li:not(:last-child) {
    padding-bottom: 0.0625rem;
    margin-bottom: 0.125rem;
  }
  body .footer .footer-container .footer-social--box {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper img {
    width: 48px;
    height: auto;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper .social-logo--wa {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  body .main .container {
    height: 100%;
  }
  body .main .container .storitve-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
  }
  body .main .container .storitve-box .storitve-wrapper .storitve-title--wrapper {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev {
    width: 100%;
    margin-bottom: 0.25rem;
    border: 1px solid #adb5bd;
    border-radius: 2.5px;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev h2 {
    padding: 0.75rem 0.5rem;
    color: #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list {
    width: 100%;
    padding: 17.5px;
    border-top: 1px solid #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item h3 {
    font-size: 17px;
    font-weight: 500;
    flex-shrink: 0;
    word-break: keep-all;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box {
    height: 100%;
    height: 20px;
    position: relative;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
    border-top: 1px dotted black;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item h3,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item h3 {
    align-self: flex-start;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .opomba,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .opomba {
    width: 100%;
    word-wrap: normal;
    height: 100%;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box {
    position: relative;
    height: 100%;
    height: 20px;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box {
    width: fit-content;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .dolzina {
    white-space: nowrap;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    align-items: flex-start;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .row-positioning {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .izbira-storitve {
    position: absolute;
    top: 675px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve h2 {
    margin-bottom: 15px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-toggle {
    background-color: #f7c1bb;
    color: #f4f4f9;
    padding: 1rem;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu .dropdown-category {
    font-weight: bold;
    padding: 12px 16px;
    color: #1b2021;
    background-color: #e9ecef;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a:hover {
    background-color: #f1f1f1;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .show {
    display: block;
  }
}
@media only screen and (max-width: 347px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 335px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 320px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 14px !important;
  }
}
.line-box {
  margin: 0 1rem;
}

.hidden-list {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  html,
  body {
    scroll-behavior: smooth;
  }
  /* Apply to entire page */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #f7c1bb;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
    transition: background-color 0.3s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #ff9286;
  }
  /* Firefox support */
  * {
    scrollbar-width: thin;
    scrollbar-color: #f7c1bb transparent;
  }
  body {
    background-color: #f8f9fa;
    position: relative;
    width: 100vw;
    width: 100%;
    height: 3603px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body .social-sidemenu--PC {
    position: fixed;
    top: 50%;
    width: 12.5px;
    border-radius: 0 10px 10px 0;
    height: 85px;
    box-shadow: #ff9286 1px 1px 2px 1px, #64686b 2px 1px 3px 3px;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 555;
  }
  body .social-sidemenu--PC::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    content: ">";
    color: orangered;
  }
  body .social-sidemenu--PC .social-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 5.55px;
    width: 100%;
    height: 100%;
  }
  body .social-sidemenu--PC .social-box a {
    width: 100%;
    height: auto;
  }
  body .social-sidemenu--PC .social-box a img {
    width: 100%;
    height: auto;
  }
  body .social-sidemenu--PC:hover {
    width: 50px;
    height: 115px;
    transition: all 222ms ease-in-out;
  }
  body .social-sidemenu--PC:hover .right-arr--indicator,
  body .social-sidemenu--PC:hover::after {
    display: none;
  }
  body .hidden {
    display: none;
  }
  body #nazaj {
    position: absolute;
    top: 0;
  }
  body .nazaj-btn--box {
    position: fixed;
    bottom: 32px;
    right: 25px;
    width: 46px;
    height: 52px;
    border-radius: 50%;
    border: 2.5px solid #f7c1bb;
    background-color: rgba(247, 193, 187, 0.5568627451);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 3px 2px #f7c1bb;
  }
  body .nazaj-btn--box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 7.5px;
  }
  body .nazaj-btn--box a img {
    width: 100%;
    height: auto;
  }
  body header {
    position: relative;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0px;
    width: 100%;
    height: 164px;
    height: 151px;
    z-index: 999;
    background-color: #f4f4f9;
  }
  body header .header-smallPC--container {
    display: flex;
    min-width: 825px;
    max-width: 925px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
  body header .header-smallPC--container .logo-wrapper {
    margin-left: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: auto;
  }
  body header .header-smallPC--container .logo-wrapper a {
    width: fit-content;
    height: fit-content;
    display: block;
  }
  body header .header-smallPC--container .logo-wrapper img {
    width: 135px;
    padding: 2px;
    height: auto;
    border-radius: 50%;
  }
  body header .header-smallPC--container .hidden_PC {
    display: none;
  }
  body header .header-smallPC--container nav {
    width: 825px;
    height: 100%;
  }
  body header .header-smallPC--container nav .smallPC-menu--container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  body header .header-smallPC--container nav .smallPC-menu--container ul {
    display: flex;
    align-items: center;
    list-style-type: none;
  }
  body header .header-smallPC--container nav .smallPC-menu--container ul a {
    color: #797d81;
    font-size: 24px;
    text-decoration: none;
  }
  body header .header-smallPC--container nav .smallPC-menu--container ul li {
    position: relative;
  }
  body header .header-smallPC--container nav .smallPC-menu--container ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
  body header .header-smallPC--container nav .smallPC-menu--container .orderCTA {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7c1bb;
    width: 20%;
    height: 45px;
    border-radius: 10px;
    font-size: 19px;
    color: #f4f4f9;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 10px 1px #ff9286;
  }
  body header .header-smallPC--container nav .smallPC-menu--container .orderCTA:hover {
    opacity: 0.85;
    box-shadow: 4px 4px 10px 1px #ff9286;
    font-size: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body header .header-smallPC--container .none {
    display: none;
  }
  body header .header-smallPC--container .show {
    display: block;
  }
  body .main {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    position: relative;
    width: 100%;
    height: 2250px;
    height: 3025px;
    height: 3325px;
  }
  body .main .welcome-layer--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    position: relative;
    top: 0;
    min-width: 624px;
    max-width: 924px;
    height: 725px;
    height: 850px;
    padding: 2rem 1rem;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content img {
    width: 100%;
    height: auto;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 17px 2px #343b30;
    box-shadow: 5px 5px 17px 2px #343b30;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content h1 {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #f4f4f9;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 57%;
    width: 30%;
    height: 44px;
    border-radius: 10px;
    background-color: #adb5bd;
    border: 1px solid rgba(247, 193, 187, 0.4901960784);
    margin-top: 0.5rem;
    display: flex;
    color: #f4f4f9;
    font-size: 32px;
    z-index: 20;
    text-decoration: none;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a:visited {
    outline-offset: 5px;
    outline: 2px solid #f7c1bb;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a:hover {
    color: #f7c1bb;
    background-color: rgba(173, 181, 189, 0.8156862745);
    font-weight: bold;
    font-size: 30px;
    box-shadow: 5px 5px 25px 1px #f7c1bb;
  }
  body .main .welcome-layer--wrapper .welcome-layer--content a:active {
    outline-offset: 2px;
    outline: 1px solid #f7c1bb;
  }
  body .main .container {
    position: relative;
    width: 90%;
    height: 2250px;
    height: 1525px;
    height: 2175px;
  }
  body .main .container .visible {
    opacity: 1;
    transform: translateY(0);
  }
  body .main .container .storitve-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 725px;
    top: 0;
    width: 100%;
    height: 362.5px;
    height: 725px;
    padding: 2.5rem 1rem;
  }
  body .main .container .storitve-index--wrapper .background {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: rgba(255, 227, 224, 0.368627451);
  }
  body .main .container .storitve-index--wrapper .storitve-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 0.5rem;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content h2 {
    font-size: 49px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list {
    width: 75%;
    height: 78%;
    height: fit-content;
    background-color: #ffe3e0;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item {
    transform: translateY(25%);
    position: relative;
    margin-left: 2rem;
    font-size: 32px;
    margin-bottom: 2rem;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item a {
    text-decoration: none;
    color: #94a89a;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item a:visited {
    color: #797d81;
    text-decoration: underline;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list .storitve-index--item a:hover {
    color: #2d5f3c;
    font-size: 34px;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .storitve-index--list li::marker {
    color: #878e88;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA {
    color: #64686b;
    width: 22.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-decoration: none;
    margin-bottom: 1rem;
    height: 42px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 1px 0px 3px 2px rgba(100, 104, 107, 0.5764705882);
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA:hover {
    color: #f7c1bb;
    width: 25%;
    font-size: 19px;
    box-shadow: 1px 3px 3px 4px #f7c1bb;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
  }
  body .main .container .storitve-index--wrapper .storitve-index--content .orderCTA:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .galerija-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1087.5px;
    top: 725px;
    width: 100%;
    height: 650px;
    padding: 4rem 2rem;
  }
  body .main .container .galerija-index--wrapper .background {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: rgba(255, 227, 224, 0.6352941176);
    padding: 0rem 1rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 0.5rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content h2 {
    height: 25%;
    height: fit-content;
    font-size: 49px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    color: #64686b;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    height: fit-content;
    overflow: hidden;
    gap: 0.125rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box {
    animation: scroll-left 15s linear infinite;
    position: relative;
    width: 384px;
    height: 100%;
    flex: 0 0 auto;
    padding: 2.5px;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box img {
    width: 100%;
    height: 333px;
    border-radius: 2.5px;
    box-shadow: 2.5px 2.5px 4px 1px #ffe3e0;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.15);
    border: 2px solid rgba(52, 59, 48, 0.1921568627);
    color: #797d81;
    font-size: 21px;
    cursor: pointer;
    text-align: center;
    height: 43px;
    text-decoration: none;
    margin-bottom: 1rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a:hover {
    color: #f7c1bb;
    width: 32%;
    font-size: 19px;
    box-shadow: 1px 3px 3px 4px #f7c1bb;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
    background-color: rgba(255, 255, 255, 0.1);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content a:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-315%);
    }
  }
  body .main .container .osnovni-podatki-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1450px;
    top: 1375px;
    width: 100%;
    height: 362.5px;
    height: 800px;
    height: 1100px;
    padding: 2rem 1rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
  }
  body .main .container .osnovni-podatki-index--wrapper h2 {
    height: fit-content;
    font-size: 49px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 50%;
    height: fit-content;
    height: 100%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box {
    width: 100%;
    height: 50%;
    padding: 2rem 1rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box img {
    width: 100%;
    height: 100%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 4rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 33%;
    height: fit-content;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items h3 {
    font-size: 37px;
    height: fit-content;
    color: #adb5bd;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p:first-of-type {
    margin-top: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p {
    font-size: 21px;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a {
    color: #878e88;
    text-decoration: none;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:visited {
    color: #2d5f3c;
    background-color: #f7c1bb;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:hover {
    color: #94a89a;
    text-decoration: underline;
    font-weight: 600;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .kontakt-index--wrapper .telefon-text {
    margin-bottom: 0.75rem;
  }
  body .footer {
    position: absolute;
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #adb5bd;
    display: flex;
    justify-content: center;
  }
  body .footer .footer-container {
    display: flex;
    width: 1200px;
    height: 100%;
    align-items: center;
  }
  body .footer .footer-container .logo-box {
    width: 100%;
    height: 60%;
    display: flex;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .footer .footer-container .logo-box .logo-wrapper {
    padding: 2rem 4rem;
  }
  body .footer .footer-container .logo-box .logo-wrapper img {
    width: 128px;
    border-radius: 50%;
  }
  body .footer .footer-container .footer-menu--box {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper {
    width: fit-content;
    height: fit-content;
    display: flex;
    margin-top: 25px;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul {
    list-style-type: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul a {
    color: #ffe3e0;
    font-size: 32px;
    text-decoration: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul li:not(:last-child) {
    padding-bottom: 0.0625rem;
    margin-bottom: 0.125rem;
  }
  body .footer .footer-container .footer-social--box {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper img {
    width: 48px;
    height: auto;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper .social-logo--wa {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .main {
    height: 2250px;
  }
  body .main .container {
    height: 100%;
  }
  body .main .container .storitve-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
  }
  body .main .container .storitve-box .storitve-wrapper .storitve-title--wrapper {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev {
    width: 100%;
    margin-bottom: 0.25rem;
    border: 1px solid #adb5bd;
    border-radius: 2.5px;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev h2 {
    padding: 0.75rem 0.5rem;
    color: #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list {
    width: 100%;
    padding: 17.5px;
    border-top: 1px solid #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item h3 {
    font-size: 17px;
    font-weight: 500;
    flex-shrink: 0;
    word-break: keep-all;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box {
    height: 100%;
    height: 20px;
    position: relative;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
    border-top: 1px dotted black;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item h3,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item h3 {
    align-self: flex-start;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .opomba,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .opomba {
    width: 100%;
    word-wrap: normal;
    height: 100%;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box {
    position: relative;
    height: 100%;
    height: 20px;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box {
    width: fit-content;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .dolzina {
    white-space: nowrap;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    align-items: flex-start;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .row-positioning {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .izbira-storitve {
    position: absolute;
    top: 675px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve h2 {
    margin-bottom: 15px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-toggle {
    background-color: #f7c1bb;
    color: #f4f4f9;
    padding: 1rem;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu .dropdown-category {
    font-weight: bold;
    padding: 12px 16px;
    color: #1b2021;
    background-color: #e9ecef;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a:hover {
    background-color: #f1f1f1;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .show {
    display: block;
  }
}
@media only screen and (max-width: 347px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 335px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 320px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 14px !important;
  }
}
.line-box {
  margin: 0 1rem;
}

.hidden-list {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  body {
    background-color: #f8f9fa;
    position: relative;
    width: 100vw;
    height: 3603px;
    height: 100%;
    overflow-y: scroll;
  }
  body .social-sidemenu--Mobile {
    display: none;
  }
  body .hidden {
    display: none;
    transform: translateY(-100%);
  }
  body .lightbox {
    display: none;
  }
  body .nazaj-btn--box {
    display: none;
  }
  body header {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 164px;
    height: 119px;
    z-index: 10;
    background-color: #f4f4f9;
  }
  body header .header-mobile--container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
  body header .header-mobile--container .logo-wrapper {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: auto;
  }
  body header .header-mobile--container .logo-wrapper a {
    width: fit-content;
    height: fit-content;
    display: block;
  }
  body header .header-mobile--container .logo-wrapper img {
    width: 103px;
    padding: 2px;
    height: auto;
    border-radius: 50%;
  }
  body header .header-mobile--container .menu--button {
    width: 34px;
    height: auto;
    border: none;
    cursor: pointer;
    outline: none;
    margin-right: 2rem;
    background: transparent;
  }
  body header .header-mobile--container .menu--button img {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
  }
  body header .header-mobile--container nav {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #f8f9fa;
  }
  body header .header-mobile--container nav .mobile-menu--header {
    width: 100%;
    height: 267px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body header .header-mobile--container nav .mobile-menu--header .menu-close--button {
    position: absolute;
    top: 1.5rem;
    right: 0.75rem;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
  }
  body header .header-mobile--container nav .mobile-menu--header .menu-close--button img {
    width: 100%;
    height: 100%;
  }
  body header .header-mobile--container nav .mobile-menu--header .mobile-menu--logoWrapper {
    width: 164px;
    height: 164px;
  }
  body header .header-mobile--container nav .mobile-menu--header .mobile-menu--logoWrapper img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  body header .header-mobile--container nav .mobile-menu--container {
    width: 100%;
    height: 389px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
  }
  body header .header-mobile--container nav .mobile-menu--container ul {
    list-style-type: none;
  }
  body header .header-mobile--container nav .mobile-menu--container ul a {
    color: #797d81;
    font-size: 29px;
    text-decoration: none;
  }
  body header .header-mobile--container nav .mobile-menu--container ul li {
    border-bottom: 2px dotted #f7c1bb;
  }
  body header .header-mobile--container nav .mobile-menu--container ul li:not(:last-child) {
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
  }
  body header .header-mobile--container nav .mobile-menu--container .orderCTA {
    background-color: #f7c1bb;
    width: 96%;
    height: 41px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 0 auto;
    margin-top: 3.5rem;
    font-size: 24px;
    color: #f4f4f9;
    text-align: center;
    text-decoration: none;
  }
  body header .header-mobile--container .mobile-menu--container {
    display: flex;
    flex-direction: column;
  }
  body .none {
    display: none;
  }
  body .show {
    display: block;
  }
  body .main {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    position: relative;
    width: 100%;
    height: 2250px;
    height: 2337.5px;
    height: 2262.5px;
  }
  body .main .container {
    position: relative;
    width: 90%;
    height: 2250px;
    height: 100%;
  }
  body .main .container .welcome-layer--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 725px;
    height: 650px;
    padding: 2rem 1rem;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content img {
    width: 100%;
    height: auto;
    height: 100%;
    border-radius: 10px;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content h1 {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #f4f4f9;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 57%;
    width: 90%;
    height: 44px;
    border-radius: 10px;
    background-color: #adb5bd;
    border: 1px solid transparent;
    margin-top: 0.5rem;
    display: flex;
    color: #f4f4f9;
    font-size: 25px;
    z-index: 5;
    text-decoration: none;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a:visited {
    outline-offset: 5px;
    outline: #f7c1bb;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a:hover {
    color: #f7c1bb;
    background-color: rgba(173, 181, 189, 0.8156862745);
    font-weight: bold;
    font-size: 23px;
    box-shadow: 5px 5px 25px 1px #f7c1bb;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a:active {
    outline-offset: 2px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .storitve-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 650px;
    width: 100%;
    height: 450px;
    padding: 1rem;
  }
  body .main .container .storitve-index--wrapper .background {
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    flex-direction: column;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content h2 {
    font-size: 29px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list {
    width: 96%;
    height: fit-content;
    background-color: #ffe3e0;
    border-radius: 10px;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item {
    transform: translateY(25%);
    position: relative;
    margin-left: 2rem;
    font-size: 21px;
    margin-bottom: 1.25rem;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item a {
    text-decoration: none;
    color: #94a89a;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item a:visited {
    color: #797d81;
    text-decoration: underline;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item a:hover {
    color: #2d5f3c;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list li::marker {
    color: #878e88;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA {
    color: #64686b;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-decoration: none;
    margin-bottom: 1rem;
    height: 42px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 1px 0px 3px 2px rgba(100, 104, 107, 0.5764705882);
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA:hover {
    color: #f7c1bb;
    width: 77%;
    font-size: 19px;
    box-shadow: 1px 3px 3px 4px #f7c1bb;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .galerija-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1087.5px;
    top: 1175px;
    top: 1100px;
    width: 100%;
    height: 362.5px;
    padding: 2rem 1rem;
    background-color: rgba(128, 128, 128, 0.25);
  }
  body .main .container .galerija-index--wrapper .background {
    display: contents;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content h2 {
    height: 25%;
    height: fit-content;
    font-size: 29px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    color: #64686b;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0.5rem;
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box {
    position: relative;
    width: 128px;
    height: 100%;
    flex: 0 0 auto;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: none;
    scroll-snap-align: center;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box img {
    width: 100%;
    height: 111px;
    border-radius: 50%;
    border: 2px solid #adb5bd;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar::-webkit-scrollbar {
    display: none;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA {
    color: #64686b;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-decoration: none;
    height: 42px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 1px 0px 3px 2px rgba(100, 104, 107, 0.5764705882);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA:hover {
    color: #f7c1bb;
    color: rgba(255, 255, 255, 0.75);
    width: 77%;
    font-size: 19px;
    box-shadow: 1px 3px 1px 4px #f7c1bb;
    box-shadow: 1px 3px 3px 1px white;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
    background-color: rgba(248, 206, 202, 0.4039215686);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .osnovni-podatki-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1450px;
    top: 1537.5px;
    top: 1462.5px;
    width: 100%;
    height: 362.5px;
    height: 800px;
    padding: 2rem 1rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
  }
  body .main .container .osnovni-podatki-index--wrapper h2 {
    height: fit-content;
    font-size: 29px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 95%;
    height: fit-content;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box {
    width: 100%;
    height: 50%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box img {
    width: 100%;
    height: 100%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 33%;
    height: fit-content;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items h3 {
    font-size: 27px;
    height: fit-content;
    color: #adb5bd;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p:first-of-type {
    margin-top: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p {
    font-size: 18px;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a {
    color: #878e88;
    text-decoration: none;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:visited {
    color: #2d5f3c;
    background-color: #f7c1bb;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:hover {
    color: #94a89a;
    text-decoration: underline;
    font-weight: 600;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .kontakt-index--wrapper .telefon-text {
    margin-bottom: 0.75rem;
  }
  body .footer {
    position: absolute;
    position: relative;
    width: 100%;
    height: 1189px;
    height: 100vh;
    background-color: #adb5bd;
    display: flex;
    flex-direction: column;
  }
  body .footer .footer-container {
    width: 100%;
    height: 100%;
  }
  body .footer .footer-container .logo-box {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .footer .footer-container .logo-box .logo-wrapper {
    padding: 1rem 3rem;
  }
  body .footer .footer-container .logo-box .logo-wrapper img {
    width: 264px;
    border-radius: 50%;
  }
  body .footer .footer-container .footer-menu--box {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper {
    padding: 1rem 2rem;
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul {
    list-style-type: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul a {
    color: #ffe3e0;
    font-size: 36px;
    text-decoration: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul li:not(:last-child) {
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
  }
  body .footer .footer-container .footer-social--box {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper img {
    width: 48px;
    height: auto;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper .social-logo--wa {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body .main .container {
    height: 100%;
  }
  body .main .container .storitve-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
  }
  body .main .container .storitve-box .storitve-wrapper .storitve-title--wrapper {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev {
    width: 100%;
    margin-bottom: 0.25rem;
    border: 1px solid #adb5bd;
    border-radius: 2.5px;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev h2 {
    padding: 0.75rem 0.5rem;
    color: #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list {
    width: 100%;
    padding: 17.5px;
    border-top: 1px solid #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item h3 {
    font-size: 17px;
    font-weight: 500;
    flex-shrink: 0;
    word-break: keep-all;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box {
    height: 100%;
    height: 20px;
    position: relative;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
    border-top: 1px dotted black;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item h3,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item h3 {
    align-self: flex-start;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .opomba,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .opomba {
    width: 100%;
    word-wrap: normal;
    height: 100%;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box {
    position: relative;
    height: 100%;
    height: 20px;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box {
    width: fit-content;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .dolzina {
    white-space: nowrap;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    align-items: flex-start;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .row-positioning {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .izbira-storitve {
    position: absolute;
    top: 675px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve h2 {
    margin-bottom: 15px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-toggle {
    background-color: #f7c1bb;
    color: #f4f4f9;
    padding: 1rem;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu .dropdown-category {
    font-weight: bold;
    padding: 12px 16px;
    color: #1b2021;
    background-color: #e9ecef;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a:hover {
    background-color: #f1f1f1;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .show {
    display: block;
  }
}
@media only screen and (max-width: 347px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 335px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 320px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 14px !important;
  }
}
.line-box {
  margin: 0 1rem;
}

.hidden-list {
  display: none;
}

@media only screen and (max-width: 480px) {
  body {
    background-color: #f8f9fa;
    position: relative;
    width: 100vw;
    height: 3603px;
    height: 100%;
    overflow-y: scroll;
  }
  body .social-sidemenu--Mobile {
    display: none;
  }
  body .hidden {
    display: none;
    transform: translateY(-100%);
  }
  body .lightbox {
    display: none;
  }
  body .nazaj-btn--box {
    display: none;
  }
  body header {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 164px;
    height: 119px;
    z-index: 10;
    background-color: #f4f4f9;
  }
  body header .header-mobile--container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
  body header .header-mobile--container .logo-wrapper {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: auto;
  }
  body header .header-mobile--container .logo-wrapper a {
    width: fit-content;
    height: fit-content;
    display: block;
  }
  body header .header-mobile--container .logo-wrapper img {
    width: 103px;
    padding: 2px;
    height: auto;
    border-radius: 50%;
  }
  body header .header-mobile--container .menu--button {
    width: 34px;
    height: auto;
    border: none;
    cursor: pointer;
    outline: none;
    margin-right: 2rem;
    background: transparent;
  }
  body header .header-mobile--container .menu--button img {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
  }
  body header .header-mobile--container nav {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #f8f9fa;
  }
  body header .header-mobile--container nav .mobile-menu--header {
    width: 100%;
    height: 267px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body header .header-mobile--container nav .mobile-menu--header .menu-close--button {
    position: absolute;
    top: 1.5rem;
    right: 0.75rem;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
  }
  body header .header-mobile--container nav .mobile-menu--header .menu-close--button img {
    width: 100%;
    height: 100%;
  }
  body header .header-mobile--container nav .mobile-menu--header .mobile-menu--logoWrapper {
    width: 164px;
    height: 164px;
  }
  body header .header-mobile--container nav .mobile-menu--header .mobile-menu--logoWrapper img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  body header .header-mobile--container nav .mobile-menu--container {
    width: 100%;
    height: 389px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
  }
  body header .header-mobile--container nav .mobile-menu--container ul {
    list-style-type: none;
  }
  body header .header-mobile--container nav .mobile-menu--container ul a {
    color: #797d81;
    font-size: 29px;
    text-decoration: none;
  }
  body header .header-mobile--container nav .mobile-menu--container ul li {
    border-bottom: 2px dotted #f7c1bb;
  }
  body header .header-mobile--container nav .mobile-menu--container ul li:not(:last-child) {
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
  }
  body header .header-mobile--container nav .mobile-menu--container .orderCTA {
    background-color: #f7c1bb;
    width: 96%;
    height: 41px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 0 auto;
    margin-top: 3.5rem;
    font-size: 24px;
    color: #f4f4f9;
    text-align: center;
    text-decoration: none;
  }
  body header .header-mobile--container .mobile-menu--container {
    display: flex;
    flex-direction: column;
  }
  body .none {
    display: none;
  }
  body .show {
    display: block;
  }
  body .main {
    position: absolute;
    position: relative;
    width: 100%;
    height: 2250px;
    height: 2337.5px;
    height: 2262.5px;
  }
  body .main .container {
    position: relative;
    width: 100%;
    height: 2250px;
    height: 100%;
  }
  body .main .container .welcome-layer--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 725px;
    height: 650px;
    padding: 2rem 1rem;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content img {
    width: 100%;
    height: auto;
    height: 100%;
    border-radius: 10px;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content h1 {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #f4f4f9;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 57%;
    width: 90%;
    height: 44px;
    border-radius: 10px;
    background-color: #adb5bd;
    border: 1px solid transparent;
    margin-top: 0.5rem;
    display: flex;
    color: #f4f4f9;
    font-size: 25px;
    z-index: 5;
    text-decoration: none;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a:visited {
    outline-offset: 5px;
    outline: #f7c1bb;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a:hover {
    color: #f7c1bb;
    background-color: rgba(173, 181, 189, 0.8156862745);
    font-weight: bold;
    font-size: 23px;
    box-shadow: 5px 5px 25px 1px #f7c1bb;
  }
  body .main .container .welcome-layer--wrapper .welcome-layer--content a:active {
    outline-offset: 2px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .storitve-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 650px;
    width: 100%;
    height: 450px;
    padding: 1rem;
  }
  body .main .container .storitve-index--wrapper .background {
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    flex-direction: column;
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content h2 {
    font-size: 29px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list {
    width: 96%;
    height: fit-content;
    background-color: #ffe3e0;
    border-radius: 10px;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item {
    transform: translateY(25%);
    position: relative;
    margin-left: 2rem;
    font-size: 21px;
    margin-bottom: 1.25rem;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item a {
    text-decoration: none;
    color: #94a89a;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item a:visited {
    color: #797d81;
    text-decoration: underline;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list .storitve-index--item a:hover {
    color: #2d5f3c;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .storitve-index--list li::marker {
    color: #878e88;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA {
    color: #64686b;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-decoration: none;
    margin-bottom: 1rem;
    height: 42px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 1px 0px 3px 2px rgba(100, 104, 107, 0.5764705882);
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA:hover {
    color: #f7c1bb;
    width: 77%;
    font-size: 19px;
    box-shadow: 1px 3px 3px 4px #f7c1bb;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
  }
  body .main .container .storitve-index--wrapper .background .storitve-index--content .orderCTA:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .galerija-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1087.5px;
    top: 1175px;
    top: 1100px;
    width: 100%;
    height: 362.5px;
    padding: 2rem 1rem;
    background-color: rgba(128, 128, 128, 0.25);
  }
  body .main .container .galerija-index--wrapper .background {
    display: none;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.5rem;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content h2 {
    height: 25%;
    height: fit-content;
    font-size: 29px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    color: #64686b;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0.5rem;
    border-top: 1px solid rgba(100, 104, 107, 0.0941176471);
    border-bottom: 1px solid rgba(100, 104, 107, 0.0941176471);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box {
    position: relative;
    width: 128px;
    height: 100%;
    flex: 0 0 auto;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar .index-img--box img {
    width: 100%;
    height: 111px;
    border-radius: 50%;
    border: 2px solid #adb5bd;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-index--bar::-webkit-scrollbar {
    display: none;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA {
    color: #64686b;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-decoration: none;
    height: 42px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 1px 0px 3px 2px rgba(100, 104, 107, 0.5764705882);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA:visited {
    outline-offset: 20px;
    outline: #f7c1bb;
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA:hover {
    color: #f7c1bb;
    color: rgba(255, 255, 255, 0.75);
    width: 77%;
    font-size: 19px;
    box-shadow: 1px 3px 1px 4px #f7c1bb;
    box-shadow: 1px 3px 3px 1px white;
    border: 2px solid rgba(247, 193, 187, 0.5058823529);
    background-color: rgba(248, 206, 202, 0.4039215686);
  }
  body .main .container .galerija-index--wrapper .galerija-index--content .galerija-CTA:active {
    outline-offset: 2.5px;
    outline: 3px solid #f7c1bb;
  }
  body .main .container .osnovni-podatki-index--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1450px;
    top: 1537.5px;
    top: 1462.5px;
    width: 100%;
    height: 362.5px;
    height: 800px;
    padding: 2rem 1rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
  }
  body .main .container .osnovni-podatki-index--wrapper h2 {
    height: fit-content;
    font-size: 29px;
    text-align: center;
    width: 100%;
    color: #adb5bd;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 95%;
    height: fit-content;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box {
    width: 100%;
    height: 50%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .google-map-index--box img {
    width: 100%;
    height: 100%;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 33%;
    height: fit-content;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items h3 {
    font-size: 27px;
    height: fit-content;
    color: #adb5bd;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p:first-of-type {
    margin-top: 0.5rem;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items p {
    font-size: 18px;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a {
    color: #878e88;
    text-decoration: none;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:visited {
    color: #2d5f3c;
    background-color: #f7c1bb;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .podatki-index--items a:hover {
    color: #94a89a;
    text-decoration: underline;
    font-weight: 600;
  }
  body .main .container .osnovni-podatki-index--wrapper .osnovni-podatki-index--box .podatki-index--box .kontakt-index--wrapper .telefon-text {
    margin-bottom: 0.75rem;
  }
  body .footer {
    position: absolute;
    position: relative;
    width: 100%;
    height: 1189px;
    height: 100vh;
    background-color: #adb5bd;
    display: flex;
    flex-direction: column;
  }
  body .footer .footer-container {
    width: 100%;
    height: 100%;
  }
  body .footer .footer-container .logo-box {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .footer .footer-container .logo-box .logo-wrapper {
    padding: 1rem 3rem;
  }
  body .footer .footer-container .logo-box .logo-wrapper img {
    width: 264px;
    border-radius: 50%;
  }
  body .footer .footer-container .footer-menu--box {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper {
    padding: 1rem 2rem;
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul {
    list-style-type: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul a {
    color: #ffe3e0;
    font-size: 36px;
    text-decoration: none;
  }
  body .footer .footer-container .footer-menu--box .footer-menu--wrapper ul li:not(:last-child) {
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
  }
  body .footer .footer-container .footer-social--box {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper img {
    width: 48px;
    height: auto;
  }
  body .footer .footer-container .footer-social--box .footer-social--wrapper .social-logo--wa {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 480px) {
  body .main .container {
    height: 100%;
  }
  body .main .container .storitve-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
  }
  body .main .container .storitve-box .storitve-wrapper .storitve-title--wrapper {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev {
    width: 100%;
    margin-bottom: 0.25rem;
    border: 1px solid #adb5bd;
    border-radius: 2.5px;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev h2 {
    padding: 0.75rem 0.5rem;
    color: #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list {
    width: 100%;
    padding: 17.5px;
    border-top: 1px solid #adb5bd;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item h3 {
    font-size: 17px;
    font-weight: 500;
    flex-shrink: 0;
    word-break: keep-all;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box {
    height: 100%;
    height: 20px;
    position: relative;
    width: 80%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .item .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
    border-top: 1px dotted black;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item h3,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item h3 {
    align-self: flex-start;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .dolzina,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .dolzina {
    white-space: nowrap;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .opomba,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .opomba {
    width: 100%;
    word-wrap: normal;
    height: 100%;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box {
    position: relative;
    height: 100%;
    height: 20px;
    width: 100%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .podaljsevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line,
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box .row-sup--box .line-box .dotted-line {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 96%;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item {
    align-items: flex-start;
    flex-direction: column;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .row-positioning {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  body .main .container .storitve-box .storitve-wrapper .storitev .list .odstranjevanje-nohtov--item .column-box {
    width: 100%;
    height: 100%;
  }
  body .main .container .storitve-box .izbira-storitve {
    position: absolute;
    top: 675px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve h2 {
    margin-bottom: 15px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-toggle {
    background-color: #f7c1bb;
    color: #f4f4f9;
    padding: 1rem;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu .dropdown-category {
    font-weight: bold;
    padding: 12px 16px;
    color: #1b2021;
    background-color: #e9ecef;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .dropdown-menu li a:hover {
    background-color: #f1f1f1;
  }
  body .main .container .storitve-box .izbira-storitve .dropdown .show {
    display: block;
  }
}
@media only screen and (max-width: 347px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 335px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 320px) {
  body .main .container .storitve-box .storitve-wrapper .storitev .item h3 {
    font-size: 14px !important;
  }
}
.line-box {
  margin: 0 1rem;
}

.hidden-list {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
