@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #242331;
    height: 100%;
    width: 100%;

    font-weight: 400;
    background-color: white;
}

/*Dropdown container -*/
.dropdown-container {
    flex-grow: 1;
}

.dropdown-content {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow-x: scroll;
    width: 858px;
    padding: 10px;  
    
    
}

.element {
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid transparent; /* Invisible border */
    font-size: 12px;
    justify-content: center;
}

.element.selected {
    background-color:   #aa772b; /* Visible border when selected */
    color:#fff;
}

.color-box {
    width: 50px;
    height: 50px;
    
}
/**/

  .hidden {
    display: none;
  }

.secondary {
    font-family: 'Lalezar', cursive;
    font-weight: 400 !important;
}

strong,
b {
    font-weight: 600;
}

ul {
    margin: 1em 2em;
}

ul li {
    margin: .5em;
    list-style: circle;
    margin-bottom: 5px;
}

input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

a {
    color: #242331;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #242331;
    text-decoration: none;
}


.btn {
    padding: 25px 30px;
    color: white;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    min-width: 250px;
   
    border-radius: 25px;
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
background-color: #a7cdbd;
    line-height: 1em;
}



.btn:hover {

    color: #fff;
    background-color: #242331;
   

}

.readMore {
    font-size: 35px;
    margin: 50px;
    text-align: center;
    color: #aa772b;
}

.back-btn {
    display: inline-block;
    padding: 1em 1.5em;
    margin-top: 25px;
    border: 1px solid #242331;
    background-color: #fff;
    color: #242331;
   
    text-decoration: none;
    font-weight: 600;
}

.back-btn:hover {
    background-color: #242331;
    color: white !important;
}

.inputF {
    width: 100%;
    height: 55px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 0 0 0 0;
    color: #242331;
    border-bottom: 1px solid #242331;
    margin-bottom: 15px;
}

.selectF {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #242331;
  
    font-size: 14px;
    font-weight: 500 !important;
    padding: 0 0 0 10px;
    color: #242331;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/_body/select.svg");
    background-size: 20px;
    background-position: right 10px center;
    background-repeat: no-repeat;
  
}

optgroup[label] {
    font-style: inherit;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #242331;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #242331;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #242331;
}

.area-field {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #242331;
    font-size: 16px;
    padding: 10px 0 0 0;
    height: 150px;
    color: #242331;

}

.prijava_place {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0;
    color: #899dab;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 30px 24px;
   
}

.prijava_place a {
    color: #899dab !important;
}

.prijava_place label {
    margin: 8px 0;
    display: block;
    font-size: .9em;
}

.prijava_place label b {
    font-weight: 400;
}

.prijava_place #fKontakt {
    width: 100%;
    max-width: 500px;

}

.prijava_place a {
    color: #242331;
}

.prijava_info h1 {
    font-size: 2em;
    margin-bottom: .8em;
    font-weight: 600;
}

.prijava_info h1::after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: 15px;
    width: 80px;
    /* or 100px */
    border-bottom: 10px solid #aa772b;
    padding: 0 0px;
    transition: .5s all;
}


.prijava_place .form-place>div {
    flex-basis: 100%;
    padding: 0;

}

.prijava_place h3 {
    margin: 10px 0 !important;
}

.prijava_info p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.radioOptions label {
    display: inline-block;
    margin-right: 15px;
}

.default-form-btn {
    background-color: #242331;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1em;
    padding: 0.5em .5em;
    font-weight: 600 !important;
    -webkit-appearance: button;
   
}

.default-form-btn:hover {
    background-color: #aa772b;
}

main {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 59px;

}

.user_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.marg {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.zMarg {
    max-width: 900px;
}

h1 {
    margin: 0 0 0.6em 0;
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 400;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
}

.user_style {
    padding: 0 0;
}

.user_style ul {
    position: relative;
    padding-left: 25px
}

.user_style li {
    margin: 0;
    list-style: none
}

.user_style li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../images/_body/check.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    margin-top: 4px;
    background-repeat: no-repeat
}

.user_style h1 {
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 600;
    color: #242331;
    font-family: 'Lalezar', cursive;
  font-weight: 400 !important;
}

.user_style iframe {
    width: 100%;
    max-width: 640px;

}

.sub-con iframe{
    width: 100%;
    height: 50vh;
    border-bottom: 5px solid #000 !important;
    float: left;
   
}
.sub-con iframe:last-child{
    border-bottom: none !important;
    border-top: none !important;
}
.user_style h2 {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #242331;

}

.user_style h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #13232f;
}

.user_style h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #13232f;
}

.user_style table {
    width: 100%;
    border-spacing: 0;
    max-width: 100%;
    margin: 20px 0;
}

.user_style tr:nth-child(even) {
    background: inherit;
}

.user_style td {
    padding: 5px 10px;
    font-size: .9em;

}

.user_style th {
    background-color: #13232f;
    color: #fff;
    padding: 10px;
    font-size: 14px;

    text-align: left;
    font-weight: 600;
}

.user_style tr:nth-child(even) {
    background-color: #f2f2f2;
}

.user_style th a {
    color: white;
}

.user_style th a:hover {
    color: white !important;
}

.user_style td h4 {
    margin: 0;
    padding: 20px 0;
}

.cd td {
    width: 50%;
}


/*HEAD*/
.topLine {
    background-color: #f3f6ff;
    padding: 0 0;
}

.topLine a {
    color: #647589;
    text-decoration: none;
}

.tLinks img {
    height: 20px;
    margin-right: 10px;
}

.topLine .marg {
    display: flex;
    align-items: center;
}

.tLinks a {
    display: flex;
}

header {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;

    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
   /* backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .85);*/
    z-index: 1242331;
}

header .marg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



.header-element {
    display: flex;
    align-items: center;
    font-weight: 700 !important;
    width: auto;
    font-size: 13px;
    line-height: 15px;
    padding: 0 0 0 20px;
    color: #242331;
}

.header-element img {
    height: 20px;
    width: 20px;
    margin: 0 8px 0 0
}

.roundB {
    cursor: pointer;
}

.header-element a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #242331;
}

.bskt {
    font-size: 18px;
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 50%;
}

.bskt img {
    margin: 0;
    height: 20px;

}

.tIco{
    display: flex;
    align-items: center;
    margin-left: 20px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 10px 10px 5px;
    font-size: .8em;
    line-height: 0;
    font-weight: 500;
}
.tIco a{
    display: flex;
    align-items: center;
}
.tIco img{
    height: 10px;
    
}
.cntIco {
    margin-left: auto;
}

.basketIco {
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 1px solid #aa772b;
    line-height: 17px;


    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.mrA {
    margin-left: auto;
}

.sField {
    background-color: #fff;
    font-weight: 500 !important;
    width: 180px;
    border: none;
    height: 50px;
    font-size: 1em;
    padding: 0 15px;
}

.sBtn {
    background-color: #242331;
    color: white;
    cursor: pointer;
    font-weight: 600 !important;
    height: 50px;
    margin-left: 0;
    margin: 0;
    border: none;
    -webkit-appearance: button;
    transition: .5s all;
    border: none;
}

.sBtn:hover {
    background-color: #647589;
    color: white;
}

.hInfo {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

header a {
    text-decoration: none;
    font-weight: 600;
}

header a:hover {}

.logo {
    width: auto;
    line-height: 0;
}

.logo img {
    height: 40px;
}

.main-navi {
    margin-left: auto;
}

.navigation {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0 30px 0 0;
}

.navigation li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
    background-image: none;

}


.navigation .act a {
    color: #aa772b;

}

.navigation li a {
    color: #242331;
    text-decoration: none;
    padding: 20px 10px;
    display: inline-block;
}

.navigation li a:hover {
    color: #aa772b;

}

.navigation .act a:hover {
    color: #aa772b;

}

.lAct a {
    background-color: #242331;
    color: #fff !important;
}

.lAct a:hover {
    background-color: #242331;
    color: #fff !important;
}

.actl a {
    background-color: #242331;
    color: #fff !important;
}

a.actl a:hover {
    background-color: #242331;
    color: #fff !important;
}

.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.main-navi ul ul {
    position: absolute;
    display: none;
    margin: 0 0;
    padding: 0 0 0 0;
    opacity: 0;
    z-index: 5242331;
    box-sizing: border-box;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.submenuHover {
    min-width: 250px;
    height: auto;
    background-color: #242331;
    box-sizing: border-box;
    margin-top: 0 !important;
    border: 2px solid #fff;
}

.submenuHover li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    font-size: .9em;
    color: #fff !important;
    height: auto !important;
}

.submenuHover li:hover {
    transition: all 0.5s;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover li a:hover {
    background-color: #13232f !important;
}

.submenuHover a {
    background-color: transparent !important;
    border-radius: unset !important;
    color: #fff !important;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 15px !important;
    border: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #28cead !important;
    box-sizing: border-box;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rNavi {
    justify-content: flex-end;
    display: flex;
}

.responsive-nav {
    font-size: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.responsive-nav img {
    height: 25px;
    width: 25px;
}

.panel {
    background-color: #242331;
    z-index: 224233100;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    top: 84px;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
    right: -100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    display: none;
}
.panel .social{
    margin-top: 30px;
}

.sFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close {
    height: 15px;
    cursor: pointer;
    margin-left: 40px;
}

.lan {
    margin: 0 0 0 0;
    line-height: 0;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lan {
    text-transform: uppercase;
    margin-left: 35px;
    color: #242331;
    font-size: 13px;
}

.lan a {
    text-decoration: none;
    color: #242331;
    padding: 0 5px;
}

.white {
    color: #242331 !important;
    border-bottom: 1px solid #242331;
}


.panelVis {
    right: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    overflow-y: scroll;
    overflow-x: hidden;
}

.flex-nav {
    display: flex;
    color: white;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
    margin-top: 3em;
}

.closeP {
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
}


.eNarocanje {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 15px;
    background-image: none;
    height: 50px;
    background-color: #242331;
    color: #fff !important;
    display: flex;
    align-items: center;
    transition: .5s all;
    font-weight: 600;
}

.eNarocanje:hover {
    background-color: #044c5a;
}

.infoIcon {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;

    background-color: #647589;
}

.mr10 {
    margin-left: 0;
}

.src {
    margin-left: auto;
    height: 50px;
    overflow: hidden;
}

.src form {
    display: flex;
}

.infoIcon span {
    width: 50px;
    height: 50px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-right: 10px;

}

.infoIcon h5 {
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 0 0;
}

.infoIcon img {
    width: 20px;
}

.selfIcon img {
    width: 25px;
}

.selfIcon span {
    margin-right: 0;
}

.c2 {
    width: 100%;
    margin-top: 25px;
}

.c2 a {
    display: flex;
    align-items: center;
}

.c2 img {
    width: 30px;
    margin: 0 10px 0 0;
}

.mid-navi a {
    text-decoration: none;
}

.mid-navi a:hover {
    color: #055d6e !important;
}

.end-navi {
    margin-top: 20px;
}

.end-navi a {
    color: #055d6e !important;
}


.shown {
    height: auto;
    margin-bottom: 1.2em;
}

.subRole a {
    font-weight: 300;
    padding-left: 10px;
    font-size: 1em !important;
    color: #fff !important;
}

.finRole a {
    font-weight: 300;
    padding-left: 20px;
}

.feautred-img_sub {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.feautred-img {
    width: 100%;
    padding: 0 0;
    display: flex;
    align-items: center;
    height: 530px;
    justify-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feautred-summary {
    width: auto;
    max-width: 90%;
    padding: 20px;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feautred-summary a {
    display: inline-block;
    background-color: #242331;
    padding: 15px;
    margin-top: 1.5em;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.feautred-summary a:hover {
    background-color: #242331;
}

.feautred-summary h1 {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    border-bottom: 2px solid #fff;
}

.feautred-summary p {
    display: block;
    font-size: 1em;
}


/*DEFAULT*/

.cCats {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0;
}

.cCatItem {
    flex-basis: 25%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 0;
    height: auto;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cCatItem a {
    color: white;
    text-decoration: none;
}

.cat-item-img-place {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.cat-item-img {
    float: left;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    overflow: hidden;
}

.cat-item-info {
    display: flex;
    width: 100%;
    background-color: #242331;
    color: #fff;
    flex-direction: column;
    padding: 20px;
    font-weight: 500;
    height: 180px;
    justify-content: center;
    font-size: 15px;
    line-height: 1.5em;
}

.rev .cat-item-info {
    background-color: #3f3e40;
    color: #fff;
}

.rev .cat-item-info {
    order: 2;
}

.rev .cat-item-img-place {
    order: 1;
}

.cCatItem a:hover {
    color: white !important;
}

.cCatItem:hover .cat-item-img {
    transform: scale(1.2);
}

.izpostava .btn {
    color: #fff;
    border: 2px solid #fff;
}

.izpostava .btn:hover {
    color: #fff;
}

.izpostava {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.5em !important;
    margin: 50px 0;
}
.mtr{
    margin-top: 0;
}

.izpostava img {
    width: 60%;
    height: 600px;
    object-fit: cover;
    float: left;
    transition: 1s all;
}

.izpostava .breaker small {
    color: #fff;
    font-weight: 400;
}

.izpostava .breaker {
    color: #fff !important;
}

.izpostava_content_inner {
    width: 55%;
    padding: 50px;
    order: 1;
    background-color: #a7cdbd;
    border: 10px solid #fff;
    position: relative;
    float: right;
    border-radius: 50px;
   
    margin-top: -100px;
}

.ic {
    width: 100%;
}

.izpostava_content_inner h1 {
    margin: 0;
    font-weight: 600;
}

.search-box {
    margin-left: auto;
    float: left;
    width: 300px;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    margin-right: 30px;
    height: 45px;
    position: relative;
}
.src-desktop .search-box{
    width: 150px;
    margin-right: 0;
    background-color: #fff;
}
.src-desktop .src-input {
    width: 80px;
    margin-left: 0;
    height: 40px;
    font-size: 16px !important;
    background-color: #fff;
    padding-right: 25px;
    font-weight: 700 !important;
    position: relative;
    padding: 0;
    font-weight: 400 !important;
    border: none;
}
.src-desktop .srcPrew{
width: 35px;
height: 35px;
border-radius: 50%;
}
.src-desktop .srcPrew img {
    height: 15px;
    width: 15px;
}
.src-input {
    width: 200px;
    margin-left: 0;
    height: 40px;
    font-size: 16px !important;
    background-color: #f9fafb;
    padding-right: 25px;
    font-weight: 700 !important;
    position: relative;
    padding: 0;
    font-weight: 400 !important;
    border: none;
}

.srcPrew {
    float: left;
    width: 45px;
    background-color: #aa772b;
    height: 45px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srcPrew img {
    height: 25px;
    width: 25px;
}

::placeholder {
    color: black;
    opacity: 1;
}

:-ms-input-placeholder {
    color: black;
}

::-ms-input-placeholder {
    color: black;
}

.blog_read {
    line-height: 1.5em;
  
    max-width: 860px;
    margin: 0 auto;
}
.blog_read iframe{
    margin: 15px 0;
}
.counters {
    float: left;
    width: 100%;
    background-color: #aa772b;
    padding: 45px 0;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.flexItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.izpo25 {
    flex-basis: 25%;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
}

.no {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    display: flex;
    align-items: center;
}

.izpo25 img {
    height: 35px;
    margin-right: 15px;
}

.izpo25 small {

    font-size: 14px;
    line-height: 16px !important;
    font-weight: 600;

    color: #fff;
    margin-left: 10px;
}

footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #000;
   border-top: 5px solid #000;
    background-color: #a7cdbd;
    margin-top: 50px;
}

.footLogo {
    width: 100%;
    text-align: center;
}

.footLogo img {
    height: 60px;
}

.foot-cont {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.scl {
    display: flex;
}

.foot-cont h5 {
    font-size: .9em;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000 !important;
}

.foot-cont a {
    color: #000;
    text-decoration: none;
}

.foot-cont a:hover {
    color: #000 !important;
    text-decoration: none;
}



.fIcon {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    margin: 0 20px;
    text-align: left;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fIcon h5 {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.fIcon img {
    height: 25px;
    margin-right: 10px;
}

.fIcon a {
    color: #000;
    text-decoration: none;
}

.f_navi {
    margin: 8px 0;
    padding: 0 20px;
}

.f_navi a {
    color: #000 !important;
}

.page_end {
    width: 100%;
    text-align: center;
    font-size: .8em;
    color: #000;
    line-height: 1.8em;
}

.page_end a {
    color: #000;
    text-decoration: none;
}

.page_end a:hover {
    color: #000 !important;
}

.moto {
    width: 50%;
    max-width: 800px;
    text-align: center;
    font-size: 14px;
    color: #000;

}

.moto h5 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #000 !important;
}

.social {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.social a {
    height: 45px;
    width: 45px;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.social a:hover {
    background-color: #fff;
}

.social img {
    height: 15px;
}


.tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-weight: 600;
    font-size: 16px;
}

.tabs a {
    text-decoration: none;
    margin: 0 10px;
    color: #242331;
    border-bottom: 2px solid #ddd;
}

.tabs a:hover {
    color: #242331;
    border-bottom: 2px solid #242331;
}

.act_swicth,
.act_swicth:hover {
    color: #242331 !important;
    border-bottom: 2px solid #242331 !important;
}

.z_split {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}

.obrazec_prew {
    width: 45%;
}

.zMarg .obrazec_prew {
    margin: 0 auto;
    margin-top: 45px;
    width: 100%;
}

.list_prev {
    width: 52%;
}

.provider_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px;
    background-color: #ececec;
    margin-top: -25px;
}

.provider_list a {
    display: block;
    margin: 5px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.provider_list img {
    height: 20px;
    margin-right: 5px;
}

.flexi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.userGgallery {
    margin: 25px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    width: 100%;
}

.userGgallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.thank-you-page {
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 25px 0 0 0;
    margin: 80px auto;
    width: 90%;
    max-width: 800px;
    padding: 50px;
    font-size: .9em;
    line-height: 1.4em;
}
.thank-you-page h1{
    color: #aa772b;
    font-weight: 600;
}

.lost-links a {
    display: inline-block;
    margin: .5em;
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em;
}

.check_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
    margin: 15px 0 15px 0
}

.check_container p {
    margin-top: -3px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 19px
}

.big_check {
    padding-top: 2px;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0
}

.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #242331
}

.check_container:hover input~.checkmark {
    background-color: #242331
}

.check_container input:checked~.checkmark {
    background-color: #242331
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check_container input:checked~.checkmark:after {
    display: block
}

.check_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
    flex-wrap: wrap;
}

.logos img {
    height: 60px;
}

.logos>div {
    flex: 1;
    max-width: 300px;
    min-width: 200px;
    text-align: center;
    margin-bottom: 10px;
    font-size: .8em !important;
}

.imgCover {
    width: 100%;
    max-width: 100%;
    height: 350px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px 0 25px 0 !important;
}

.thirds {
    float: left;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    display: grid;

    margin: 50px 0;
}

.third {


    background-color: #f3f6ff;
    padding: 25px;
    height: 320px;
    color: #044c5a;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}

.fCall {
    display: flex;
    flex-direction: column;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 25px;
}

.fCall span {
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #242331;
}

.mid {
    background-color: #f3f6ff;
}

.last {
    background-color: #f3f6ff;

}

.last a {


    padding: 0.5em 30px;
    color: #647589;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    margin: 0 0 5px 0;
    background-image: url("../images/_body/c_right.svg") !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    text-decoration: underline;
}

.last a:hover {

    color: #242331 !important;
    text-decoration: none;
}

.last .pdf {
    background-image: url("../images/_body/pdf_light.png") !important;
}



.third h3 {
    color: #647589;
    margin: 0 0 25px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.third h3 img {
    height: 20px;
    margin-right: 10px;
}

.dobe img {
    margin-right: 10px;
    height: 90px;
}

.dobeImin img {
    height: 70px;
}

.cont_split {

    width: 100%;
    display: flex;
    margin-top: 45px !important;
    justify-content: space-between;

}

.z_det {

    width: 100%;

    margin-top: 45px !important;


}

.l_cont {
    flex-basis: 65%;
}

.r_cont {
    flex-basis: 31%;
}

.side_cont {
    flex-basis: 20%;
    display: none;
}

.main_cont {
    flex-basis: 100%;
    line-height: 1.5em;
    margin-top: 50px;

}

.blog-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 80px
}

.blog_item {
    position: relative
}

.blog_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.blog_item img {
    width: 100%;
    height: 250px;
    object-fit:cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.blog_item_content {
    width: 90%;
    margin-left: 5%;
    margin-top: -50px;
    background-color: #fff;
    padding: 15px;
    position: relative;
  

}

.blog_item:hover .blog_item_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.blog_item:hover a {
    color: #242331;
    text-decoration: none !important;
}

.blog_item h3 {
    font-size: 1em;
    margin: 10px 0 10px 0;
    font-weight: 600;
    line-height: 1.2em
}

.blog_item p {
    font-size: .9em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.blog_item a {
    color: inherit;
    text-decoration: none !important;
}

.cta_btn {
    display: inline-block;
    background-color: #fff;
    color: #242331;
    margin-top: 20px;
    font-size: .9em;

    font-weight: 600;
    text-decoration: none;
    text-align: center;
  border-radius: 25px;
    padding: 15px 20px;
    border: 2px solid #242331;
}

.cta_btn:hover {
    background-color: #242331;
    color: #fff
}

.odsotnost_item {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.odsotnost_item a {
    color: #242331 !important;
}

.def_list {
    display: none;
}

.actList {
    display: block;
    width: 100%;
}

.min-list h3 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.blog-item small {
    color: #242331;
    font-size: 13px;
    margin: 0;
}

.blog-item h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
}

.odsotnost_item b {
    display: inline-block;
    width: 130px;
    font-size: 14px;
}

.odsotnost_item h3 {
    font-weight: 600;
    color: #242331;
}

.blog-item a {
    color: #343c3e;
}

.tab {
    background-color: #044c5a;
    font-size: 16px;
    display: inline-block;
    padding: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px 25px 0;
    padding-bottom: 15px;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}

.tab img {
    display: none;
}

.actTab {
    background-color: #242331;
    color: white;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.switch {
    cursor: pointer;
}

.zTab {
    background-color: #242331;
    color: white;
}

.actTab img,
.zTab img {
    display: block;
    height: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 100;
}

.e_narocilo {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 30px 24px;
    border-radius: 30px;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 35px;
    position: relative;

}

.e_narocilo h3 {
    margin: 0 0 15px 0;
    color: #242331;
}

.e_narocilo .inputF {
    margin-top: 10px;
}

.e_narocilo form {
    margin-top: 15px;
}

.odsotnost {
    color: #cc282e;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding-left: 25px;
    margin-bottom: 24px;
}

.wIcon {
    background-image: url("../images/_body/odsotnost.png");
    background-position: left 10px top 10px;
    background-size: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    background-repeat: no-repeat;
    font-weight: 600;
    padding: 10px 10px 10px 35px;
    border: 2px solid #cc282e;
}

.odsotnost_select {
    color: #cc282e;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px;
    padding-left: 45px !important;
    background-image: url("../images/_body/odsotnost.png");
    background-position: left 8px top;
    background-repeat: no-repeat;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 500 !important;
    margin-top: 10px;

}

.note {
    border-top: 1px solid #242331;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 0;
}

.narocilo_btn {
    background-color: #242331;
    color: white;
    font-weight: 600 !important;
    width: 100%;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    background-image: url("../images/_body/notes.svg");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 25px;
    -webkit-appearance: button;
    transition: .5s all;
    display: block;
    border-radius: 8px;
}

.narocilo_btn:hover {
    background-color: #242331;

}

.sub-show {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #242331;
    color: #fff;
    margin-top: 59px;
    height: 460px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    background-position: center;
    background-size: cover;
}

.con-split {
    display: flex;
margin-bottom: -50px;
   
    flex-wrap: wrap;
}

.sub-con {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #242331;
    color: #fff;
    padding: 0;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
}

.subs_min {
    flex-basis: 100%;
    margin-bottom: 20px;
}
.brd{
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 20px 0 0 0;
    margin: 10px 0;
    
   
}
.subCats {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    column-gap: 20px;
    margin-bottom: 0;
   
}


.subCatMin {
    height: 45px;
    background-size: 0;
    background-position: left 10px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border: 1px solid #f0f3f5;
    justify-content: flex-start;
    transition: .5s all;
    background-color: #242331;

}
.subCats a{
    color: #fff !important;
    text-decoration: none;
}
.subCatMin:hover{
    background-color: #aa772b;
}
.subCatMin h2 {

    margin: 0 0 0 15px;
    font-weight: 700;
    
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;

    line-height: 20px;
}

.con-form {
    width: 50%;
    min-height: 100vh;
    float: left;
    padding: 30px 100px;
    background-color: #a7cdbd;
    color: #242331;
    line-height: 1.5em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.3em;


}
.tec-form{
    padding: 50px;
    margin: 50px 0;
    width: 100%;
    min-height: auto;
}

.con-split h1 {
    font-family: 'Lalezar', cursive;
    font-weight: 400 !important;
    font-size: 45px;
}

.sub-card {
    width: 90%;
    max-width: 400px;
position: absolute;
    color: #242331;
    padding: 35px;
    font-size: .9em;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(135, 74, 59, 0.60);
}

.sub-card span {
    display: inline-block;
    width: 90px;
}

.expo {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}

.expo a {
    color: #fff;
    text-decoration: none;
}

.form-place {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 25px 0 35px 0;
    padding: 0;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.sub-title {

    font-size: 2.6em;
    line-height: 1.3em;

}

.sub-title>div {
    padding: 25px;
}

.sub-title h2 {
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: .5em;
    margin-top: 0;
}

.sub-img {
    flex: 1;
    height: 450px;
    background-size: cover;
    background-position: center;
    order: 1;
}

.breadCrumbs {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500 !important;
    color: #242331;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 30px 0;
    
}

.breadCrumbs a {
    color: #242331;
    text-decoration: none;
    margin: 0 5px;

}

.breadCrumbs img {
    height: 15px;
    width: 15px;
    line-height: 0;
    margin-top: 0;
}

.elementSub {
    float: right;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    border-bottom: 1px solid #b6d1d6;
}

.elementSub:hover a {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #242331;
}

.elementSubAct {
    float: right;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    border-bottom: 1px solid #b6d1d6;
}

.elementSub a {
    color: #242331242331;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSub a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #242331;
}

.elementSubAct a {
    color: #242331;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSubAct a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #242331;
}

.iteracija100 {
    width: 100%;
    padding: 8px 0 8px 0;
}

.iteracija90 {
    width: 100%;
    padding: 8px 0 8px 0;
}

.iteracija80 {
    width: 100%;
    padding: 8px 0 8px 20px;
}

.iteracija70 {
    width: 100%;
    padding: 8px 0 8px 40px;
}

.set_span span {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: #242331;
}

.zdravnik table {
    width: 100%;
}

.zdravnik table td:nth-child(2) {
    font-weight: 600;
}

.e_narocanje {
    max-width: 600px;
    margin-top: 35px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    height: 30px;
    background-color: white;
    color: #242331 !important;
    padding: 0;
    font-size: 13px !important;
}


/* MISC*/

.imgCover {
    float: left;
    width: 100%;
    height: 350px;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 1em 0 1em 1em;
}

.imgRight img {
    width: 100%;
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 1em 1em 0;
}

.imgLeft img {
    width: 100%;
}

.imgCenter {
    float: left;
    width: 100%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 0;
    text-align: center;
}

.imgCenter img {
    width: 100%;
    max-width: 100%;
}


.files {
    width: 100%;
    margin-top: 15px;
    float: left;
    margin-bottom: 25px;
}

.fileDownload {
    padding: 5px 0 5px 25px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.doc {
    background-image: url(../images/_body/doc.png);
}

.ods {
    background-image: url(../images/_body/ods.png);
}

.docx {
    background-image: url(../images/_body/docx.png);
}

.gif {
    background-image: url(../images/_body/gif.png);
}

.jpg {
    background-image: url(../images/_body/jpg.png);
}

.mp3 {
    background-image: url(../images/_body/mp3.png);
}

.mp4 {
    background-image: url(../images/_body/mp4.png);
}

.pdf {
    background-image: url(../images/_body/pdf.png);
}

.png {
    background-image: url(../images/_body/png.png);
}

.xls {
    background-image: url(../images/_body/xls.png);
}

.xlsx {
    background-image: url(../images/_body/xlsx.png);
}

.subCatsNorm {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.subCatsNorm a {
    flex: 1 1 250px;
    border: 5px solid #fff;
    background-color: #f2f2f2;
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
}

.subCatsNorm a:hover {
    background-color: #242331;
    color: white !important;
}

.contact_card {
    flex: 1;
    margin-left: 0;
    padding: 0
}

.contact_card h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.contact_card>div {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.contact_card>div p:first-child {
    display: inline-block;
    width: 120px;
    font-size: .9em;
    font-weight: 600;
    color: #242331;
}

.zadetek {
    float: left;
    width: 100%;
    height: auto;
    font-size: .8em;
    padding-bottom: .8em;
    margin-bottom: .8em;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
}

.zadetek h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.obvestilo {
    background-color: #cc282e;
    color: #fff;
    padding: 15px 0;
    margin: 1px 0;
}

.obvestilo .marg {
    display: flex;
    align-items: flex-start;
    position: relative
}

.obvestilo a {
    color: #fff
}

.obvestilo h3 {
    margin-bottom: 10px;
}

.obvestilo a:hover {
    color: white !important;
}

.obvestilo img {
    height: 25px;
    margin-right: 15px
}

.zapri {
    margin-left: auto;
    cursor: pointer;
}

.zapri img {
    margin-right: 0;
}

.banners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banners img {
    max-height: 110px;
    padding: 10px;
    max-width: 100%;
}

.message {
    position: fixed;
    z-index: 22423310;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    display: none
}

.message_cont {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center
}

.message_show {
    font-size: 15px;
    position: fixed;
    width: 96%;
    max-width: 400px;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: left;
    line-height: 20px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff !important
}

.message_cont a {
    background-color: white;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
}

.message_icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat
}

.success {
    background-color: #aa772b !important;
}

.error {
    background-color: #c92b2b
}

.warning {
    background-color: #ffd557
}

.success .message_icon {
    background-image: url(../images/_body/success.svg)
}

.warning .message_icon {
    background-image: url(../images/_body/warning.svg)
}

.error .message_icon {
    background-image: url(../images/_body/error.svg)
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-weight: 600;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #242331
}

.skok {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 200px;
    height: 20px;
}

.skok a {
    color: #f3f6ff;
    font-size: 11px;
}

.skok a:hover {
    color: white !important;
}

.carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.carouselImg {
    display: none;
    width: 100%;
}

.carouselBtn {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff !important;
    background-color: #242331 !important
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.print {
    position: absolute;
    top: -30px;
    right: 0;
    color: gray;
    text-decoration: none;
    font-size: 13px;
    background-image: url("../images/_body/print.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 20px;
}

.hdn {
    display: none;
}


#slider {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    float: left;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 100;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: flex-end;
}


.slide.active {
    opacity: 1;
    z-index: 101;
}


.caption {
    background: rgba(255,255,255,.8);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 35px;
 width: 900px;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
    
}

.caption a {
    padding: 10px 20px;
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    min-width: 250px;
    border: 2px solid #fff;
  
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
}



.caption a:hover {

    color: #fff;
    background-color: #242331;
    border: 2px solid #242331;

}

.caption h2 {
    font-size: 2.6em;
    color: #aa772b;
    line-height: 1.1em;
    font-weight: 600;
}


#prevBtn,
#nextBtn {
    position: absolute;
    z-index: 1000;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #a7cdbd;
    transition: .5s all;
    top: 50%;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#prevBtn img,
#nextBtn img {
    height: 20px;

}

#prevBtn {
    left: 20px;
}

#nextBtn {
    right: 20px;
}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #242331;

}


.section {

    float: left;
    width: 100%;
}

.other-list {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 50px 0;
    padding: 0 20px;
}

.other-list-big {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1px;
    margin: 0 0 1px 0;
}

.other-list-big .provider_item {
    height: 350px;
    cursor: pointer;
}

.fr_1 {
    grid-template-columns: 1fr;
}

.other_item {
    height: auto;
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 25px;
    background-color: #fff;
    border: 1px solid #242331;
    transition: .5s all;
    line-height: 1.2em;
    font-size: .9em;
    color: #332720;
    border-radius: 25px;
}

.other_item a {
    text-decoration: none;
    color: #332720;
}

.other_item h2 {
    font-size: 1.4em;
    line-height: 1.1em;
    margin: 0 0 0 0;
    color: #242331;
}

.other_item:hover {
    background-color: #f2f2f2;

}

.oTit {
    display: flex;
    align-items: center;
}

.oSum {
    margin-top: 8px;
}

.other_item img {
    width: 100px;
    height:100px;
   border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;

}


.zapisi-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.zapis_item {

    padding: 0;
    background-color: #242331;
    color: #fff;
    transition: .5s all;
}

.zapis_item:hover {
    background-color: #044c5a;
}

.inverse {
    background-color: #fff;
}

.zapis_item a {
    color: #fff;
    text-decoration: none;
}

.zapis_item_info {
    padding: 15px;
}

.zapis_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden;

}

.zapis_item_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s all;


}

.zapis_item small {
    display: block;
    margin-top: 10px;
    line-height: 1.4em;
}

.zapis_item:hover img {
    transform: scale(1.2);
}

.zapis_item_info h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;

    height: auto;

    display: flex;
    align-items: center;
    margin: 0;
    color: #fff !important;
}


.izpo {
    display: flex;
    width: 100%;

    font-size: 18px;
    line-height: 25px;

    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    order: 1;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


}


.iCont {
    width: 453px;
    padding: 20px 30px 20px 2%;
    background: #fff;
    opacity: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

    border-bottom: none;
    font-size: .9em;
}

.iCont small {
    font-size: 20px;
    color: #044c5a;
    font-weight: 600;
    border-bottom: 5px solid #242331;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.iCont h2,
.iCont h1 {
    font-size: 45px;
    line-height: 1em;
    color: #242331;
    font-weight: 600;
    margin: 15px 0;
}



.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}


.pn_section {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    margin: 45px 0 !important;
}

.pn_section::-webkit-scrollbar {
    display: none;
}

.fCent {
    justify-content: center;
}

.sNav {
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 55px;
}

.dNav {
    width: 100%;
    display: flex;
    margin: 35px 0 75px 0;
}

.arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 5px;
    background-color: #242331;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;

}

.arrow img {
    height: 15px;
}

.arrow:hover {
    background-color: #242331;
}

.provider_item {
    height: 300px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    position: relative;
}

.provider_item .filter {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s all;
    position: relative;
    align-items: center;
}

.provider_item:hover .filter {

    background-color: #aa772b;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 50%;
    transition: .5s all;
}

.provider_item:hover h3 {

  
  

    font-weight: 400 !important;
}



.pn_item {
    flex: 0 0 auto;
    flex-basis: 25%;
    margin: 0;
    box-sizing: border-box;

    cursor: pointer;
}

.provider_item h3 {
    position: absolute;
   
    z-index: 10;
    transition: .5s all;
    bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  
   


}

.provider_item a {
    color: #242331;
    text-decoration: none;
  background-color: #fff;
    transition: .5s all;
    display: inline-block;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
   text-align: center;
   
    min-width: 150px;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 0;
}

.provider_item:hover a {


}



.split {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    margin: 0 0 35px 0;
}

.hSplit{
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
 margin: 100px 0;
 flex-wrap: wrap;
}
.hSplit img{
   
  width: 50%;
  
   box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.hx{
    flex-basis: 50%;
    padding-right: 50px;
}
.breaker {
    display: flex;
    flex-direction: column;
    font-size: 45px !important;
    line-height: 1em !important;
    color: #242331 !important;
    margin: 0 !important;
}

.breaker small {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 700;
    color: #aa772b;
    margin: 20px 0;
}

.cta {
    background-color: #fff;

}

.cta .breaker {
    color: #242331 !important;
}

.cta .breaker small {
    color: #242331;
}

.cta .btn {
    color: #242331;
    border: 1px solid #242331;
}

.cta .btn:hover {
    color: #fff;
    border: 1px solid #242331;
    background-color: #242331;
}

.cta .izpostava_content_img {
    order: 0;
    transform: rotate(-5deg);
    border: 1px solid #ddd;

}

.cta .izpostava_content_inner {
    text-align: right;
}

.parallax {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.paralax_content {
    text-align: center;
   width: 900px;
    font-size: 1.2em;
    background: rgba(255,255,255,.8);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 35px;
  
}

.paralax_content h3 {
   
    font-size: 2.6em;
    line-height: 1.2em;
    margin-bottom: 20px;
}


.tags {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0
}

.tags h4 {
    flex-basis: 100%;
    text-align: center
}

.tags a {
    text-decoration: none;
    padding: 8px;
    border: 1px solid #242331;

    margin: 5px;
    color: #242331;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
}

.tags a:hover {
    color: #fff;
    background-color: #242331;
}


.oznaka {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.oznakaImg {
    flex-basis: 150px;
    line-height: 0
}

.oznakaImg img {
    width: 120px;
    height: 100px;
    object-fit: cover
}

.oznakaContent {
    width: calc(100% - 120px)
}

.oznakaContent h2 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 16px
}

.oznakaContent p {
    font-size: 14px;
    line-height: 18px
}

.oznakaContent small {
    font-weight: 500;
    font-size: 14px;
    color: #aa772b;
}


.quaters {
    width: 100%;
    padding: 20px;
   
   margin-bottom: -21px;
    background-color: #242331;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #242331;
}

.quater {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    font-size: 16px;
}

.catalog_details_description .quater {
    flex-basis: 50%;
    margin: 10px 0;
    font-size: 1em;
}

.catalog_details_description .quater h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.catalog_details_description .quater img {
    width: 30px;
    margin-right: 15px
}

.quater p {
    padding-right: 25px;
    color: #fff;
}

.quater img {
    width: 40px;
    margin-right: 20px
}

.quater h4 {
    font-size: 20px;
    color: #fff;
    margin:0 0 5px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}

blockquote {
    float: left;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
    padding-left: 30px;
    margin: 30px 0 30px 0;

    color: #242331;
    font-weight: 600;
    border-left: 5px solid #242331;


}

blockquote a {
    color: #fff
}

blockquote p {}


.catalog_list {
    display: flex;
   
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.pt20 {
    padding: 20px;
}

.gr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*background-color: #eff1f5;
    padding: 15px;*/
    width: 100%;
    gap: 20px;
}


.catalog_item_blank {
    grid-column: -1 / 1;
    background-color: #3d4350;
}

.catalog_item_blank h3 {
    font-weight: 700;
    font-size: 1.1em;
    margin: 0;
    padding: 10px 0;
    color: white;
}

.catalog_item {
    flex-basis: 25%;
    background-color: white;
    border: 1px solid #f2f2f2;   
    position: relative;
    transition: .5s all;
}

.catalog_item:hover {
    border-color: #aa772b !important;
    box-shadow: 0px 6px 10px #aa772b;
    ;
}
 

.catalog_item:hover img {
    transform: scale(1.1);
}

.rWide {
    width: calc(100% - 350px);
}

.rating {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}

.rating img {
    height: 20px;
    cursor: pointer;
}

.note {
    display: none;
    position: absolute;
    background-color: #2c74b2;
    color: white;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    left: 0;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.favorite {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer
}

.bFav {
    top: 15px;
    right: 15px
}

.favorite img {
    height: 20px !important;
    width: 20px !important
}

.cat_item_img {
    line-height: 0;
    width: 100%;
    height: 240px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .5s all;
    padding: 20px 0;
}

.cat_item_img img {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: .5s all;

}

.s12 {
    background-color: #2c74b2
}

.s14 {
    background-color: #aa772b
}

.s1156 {
    background-color: #ff9f07
}

.status {
    position: absolute;
    width: auto;
    height: 20px;
    padding: 0 10px;
    top: -0;
    left: 0;
    color: #fff;
    font-size: .8em;
    z-index: 10;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog_item_info {
    width: 100%;
    padding: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.catalog_item_info h2{
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    height: 50px;
}

.catalog_item_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.catalog_item_price {
    margin: 0;
    font-size: 20px;
    color: #242331;
    font-weight: 700;
    display: flex;
  justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 0 0;
    padding: 15px;
    background-color: #f2f2f2;
    width: 100%;
}
.old-price{
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 18px;
    color: #242331;
}
.dp {
    flex-direction: row;
    align-items: center;
}

.details_add {}

.odprema {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
}

.details_add .catalog_item_price {
    font-size: 30px;
}

.details_add .catalog_item_price span {
    flex-basis: 100%;
    font-size: 11px !important;
    display: inline-block
}

.min_size {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #c40909;
    font-weight: 700;
}

.min_size b {
    color: #1c1c22;
}

.catalog_item_price small {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 500;
}

.catalog_item_discount {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
   border-radius: 50%;
    background-color: #ec711d;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;

}
.discount-value{
    display: flex;
  margin-left: 15px;
    width: 40px;
    height: 40px;
   border-radius: 50%;
    background-color: #ec711d;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.details_add .catalog_item_discount {
    left: -40px;
    top: -40px;
}

.sijalka {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 40px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ff9f07;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    background-image: url("../images/_body/light-bulb.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.catalog_item a {
    text-decoration: none;
    color: #242331 !important;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.reservation_details {
    width: 100%;
    float: left
}

.product-details-qty-list {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #242331;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    outline: none;
}

.product-details-add-btn-list {
    background-image: url("../images/_body/shopping-bag-top.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 1em 0 35px;
    height: 40px;
    text-align: center;
    font-size: .9em;
    background-color: #2c74b2;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 700 !important;
    border: none;
   
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.lastnost {
    float: left;
    margin-right: 8px;
}

.lastnost b {
    display: inline-block;
    margin-right: 3px;
    color: #2c74b2;
}

.product-details-add-btn-list:hover {
    background-color: #242331
}


.catalog_details_add{
    display: flex;
    align-items: center;
    justify-content: center;
   flex-wrap: wrap;
    margin: 25px 0 50px 0;
   
}

.ci-qty {
    width: 48px !important;
    height: 48px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    font-size: 15px;
    font-weight: 700 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}


.details_full {
    display: flex;
    align-items: center;
}

.catalog_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
   flex-direction: column;
    width: 100%;
}

.catalog_details_image {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0;
    line-height: 0;
    position: relative;
    height: 250px;
}

.note_fav {
    display: none;
    position: absolute;
    background-color: #373f50;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    width: auto;
    margin-top: 10px;
    left: 0;
    top: 60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    z-index: 1242331;
    text-align: center
}

.t0 {
    top: 10px
}

.catalog_details_image img {
    max-width: 100%;
    max-height: 250px;
}

.catalog_details_description {
    width: 100%;
    font-size: .9em;
}

.catalog_details_description table {
    width: 100% !important;
}

.desc_top {
    width: 100%;
    
    position: relative;
    border-bottom: 1px solid #242331;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.desc_top .zaloga {
    background-color: #2c74b2;
    color: white;
}

.desc_top .no {

    background-color: #D51D1D;
    color: white;
}

.d_opis {
    margin-bottom: 20px
}

.d_vsebina {
    margin-bottom: 20px
}

.d_vsebina h3 {
    font-weight: 500;
    color: #c40909
}

.options {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.sOption {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 5px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.catalog_details_description h5 {
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding: 0 0 0 25px !important;
    color: #2b3445;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_summary {
    width: 100%;
    margin: 30px 0;
    padding: 30px 0 0 0;
    line-height: 25px;
}

.d_summary label {
    display: inline-block;
    width: 100px;
    font-weight: 700;
    font-size: .9em;
}


.catalog_add_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
   
   
}

.fw100 {
    flex-basis: 100%
}

.catalog_add_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.fw100 {
    flex-basis: 100%
}

.dateRez {
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 35px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../images/_body/calendar.svg);
    background-size: 15px;
    width: 285px;
    margin-bottom: 0
}

.catalog_add_form span img {
    height: 15px
}

.catalog_add_form span {
    cursor: pointer;
    padding: 0 .5em
}

.zaloga {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px
}

.zaloga span {
    padding: 0!important
}

.form-add {
    display: flex;
    align-items: center;
}

.catalog_add_form img {
    height: 15px;
    line-height: 0;
}

.form-add span {
    cursor: pointer;
    padding: 0 0.5em;
}

.showDesc-price {
    background-image: url(../images/_body/tag.svg);
    background-size: 0.6em;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1em;
    font-size: 1.6em;
    color: #242331;
   margin: 0 15px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   
}

.cFld {
    display: flex;
    align-items: center;
    width: 100%;
  
}

.kolFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.add,
.minus {
    cursor: pointer;
    line-height: 0;
}

.product-details-qty {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 1em;
    padding: 0 !important;
    background-color: #f2f2f2;
    color: #242331;
    border: none;
}

.product-details-add-btn {
    background-image: url("../images/_body/shopping-bag-top.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 1em 0 35px;
    height: 45px;
    text-align: center;
    font-size: .9em;
    background-color: #ec711d;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 600 !important;
    border: none;
}

.product-details-add-btn:hover {
    background-color: #aa772b
}


.actSize {
    background-color: #2b3445;
    color: #fff
}

.actSize .bull {
    background-image: url(../images/_body/check.svg)
}


.sortOpt {
    position: relative;
    cursor: pointer;
   line-height: 1em;
   text-align: left;
}

.sort a {
    background-color: #1d3557;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}
.sort a:hover{
    background-color: #f2f2f2;
}

.showFilters {
    padding: 10px 10px 10px 10px;
    margin-right: 0;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    color: #242331;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 180px;
    height: 45px;
    border: 1px solid #242331;
}

.sortOpt {
    position: relative;
    cursor: pointer;
}

.sort {
    position: absolute;
    top: 43px;
    left: 0;
    margin-left: -1px;
   
    width: 300px;
    height: 240px;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #242331;
    z-index: 102;
    padding: 0 0;
    display: none;
}

.sort a {
    background-color: #fff;
    color: #242331;
    text-decoration: none;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;

}
.prewCol{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #242331;
}

.showFilters img {
    margin-right: 10px;
}

.showFilters:hover {
    background-color: #fff;
    color: #242331;
}

.izpis {
    cursor: pointer;
    margin-right: 10px;
}

.filters {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    display: none;
}

.view_filters {
    display: flex;
}

.view_sort {
    display: flex;
}

.f_section {
    flex-basis: 100%;
    margin: 8px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #586877;
    padding-top: 10px;
}

.filter_item {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 150px;
}

.filter_item label {
    font-weight: 600;
    font-size: 13px;
}

.filtriraj {
    background-color: #e63946;
    color: white;
    font-weight: 600 !important;
    font-size: .9em;
    height: 40px;
    padding: 0 30px 0 40px;
    cursor: pointer;
    border: 1px solid #1d3557;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    background-image: url("../images/_body/filter.svg");
}
