* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    box-sizing: border-box
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999;
}

#overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

::-moz-selection {
    color: #fff;
    background: #e63946
}

::selection {
    color: #fff;
    background: #e63946
}

.akcija_div {
    width: 100%;
    margin-bottom: 25px;
}

.akcija_div img {
    max-width: 80%;
}

.akcija_seznam_div {
    position: absolute;
    margin-top: -100px;
}

.split{
    text-align: center;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    color:#1d3557;
    position: relative;
    margin-bottom: 35px !important;
}
.split::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1.5px;
    background-color: #d6433f;
    bottom: -10px;
    left: calc(50% - 30px);
    transition: .5s all;
  
  }

.akcijaFlex {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #e63946;
    background-color: #fff;
}

.akcijaFlex img {
    height: 40px;
    margin-left: 10px;
}

body {
    font-family: 'Titillium Web', sans-serif;
    color: #586877;
    width: 100%;
    height: 100%;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    max-width: 1920px;
    margin: 0 auto;
}

.secondary-font {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400
}

.header_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding: 0 20px
}

.header_container_checkout {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px
}

.user_container {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.def_sec{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.storitve{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.st_list{
    flex-basis: 300px;
}
.st_item{
    display: none;
    flex-basis: calc(100% - 340px);
}
.show_item{
    display: block;
}
.shorts a{
    display: flex;
    align-items: center;
    background-color: #1d3557;
    color:#fff;
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
.shorts a:hover{
    background-color:#e63946;
    color: #fff !important;
}
.act_item{
    background-color: #e63946 !important;
   
}
.act_item ::after{
   
    content: "";
    position: absolute;
    right: -15px; /* Odmik desno */
    top:10px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #e63946; /* Barva ozadja elementa */
    opacity: 1;
    transition: opacity 0.3s ease;
}
.shorts span{
    width: 40px;
    height: 40px;
    background-color: #e63946;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-right: 10px;
}
.shorts img{
    width: 25px;
}

.desc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}    .desc_info blockquote{
   
    padding: 15px;
    margin: 0 0 15px 0;
}
.desc_info{
    width: 58%;
}
.desc_info h3{
    font-size: 35px;
    line-height: 1.2em;
    color: #e63946;
    margin-bottom: 20px;
}
.desc_img{
    width: 40%;
    line-height: 0;
}
.desc_img img{
    width: 100%;
    height: 488px;
    object-fit: cover;
}
.t_intro {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 50px;
    border-top: 1px solid #457b9d;
}

.narrow_container {
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 0
}

.into_cont {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.blog_izpis img {
    width: 100%
}

.t_summary {
    font-size: 1.3em;
    margin-bottom: 25px
}

main {
    float: left;
    width: 100%;
    margin-top: 71.2px;
}

.inner_main {
    float: left;
    margin-top: 0
}

b,
strong {
    font-weight: 600
}

ul {
    margin: 2em
}

ul li {
    list-style: circle;
    margin-bottom: 5px
}

u {
    text-decoration: none !important
}

input,
select,
textarea {
    font-family: 'Titillium Web', sans-serif;
    outline: 0;
    font-weight: 400 !important;
    padding: 1em;
    font-size: 1em;
    color: #586877
}

a {
    color: #e63946;
    text-decoration: underline;
    transition: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

a:hover {
    color: #e63946;
    text-decoration: none
}

.btn {
    background-color: #fff;
    padding: .5em 1em;
    color: #000;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600
}
.main-navi li:hover>ul {
    display: flex;
    opacity: 1;
    animation: fadein 0.5s;
}

.main-navi ul ul {
    position: absolute;
    right: 0;
    display: none;
    z-index: 10000;
    margin: 0 0;
    padding: 0;
    opacity: 0;
    text-align: left;
    font-size: 1em;
}

.main-navi ul ul li {
    display: flex;
    opacity: 1;
    animation: fadein 0.5s;
    flex-wrap: wrap;

}
.submenuHover {
    width: 100%;
    height: auto;
    background-color: #457b9d;
    display: flex;
    flex-wrap: wrap;
   
}

.submenuHover li {
    padding: 10px;
    margin: 0;
   
    line-height: 1.1em;
    flex-basis: 25%;
    transition: .5s all;
    border: 1px solid #f9fafb;
    border-top: none;
    border-right: none;
}

.submenuHover li:hover {}

.submenuHover li a {
    width: 100%;
    display: flex;
    color: white !important;
    opacity: .8;
    font-size: 16px !important;
    font-weight: 500;
}
.submenuHover li:hover a{
    opacity: 1;
}

.submenuHover img {
    max-width: 60px;
    max-height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.user_style p{
    margin-bottom: 20px;
}
@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;
    }
}
.btn:hover {
    background-color: #e63946;
    color: #fff
}

.default_bottom{
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.default_bottom iframe{
    width: 50%;
    height: 563px;
}
.btn_red {
    background-color: #e63946;
    padding: .5em 1em;
    color: #fff;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600
}

.btn_red:hover {
    background-color: #000;
    color: #fff
}

h1 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: .8em;
    color: #e63946;
    line-height: 1em;
    text-align: left;
}

.user_style h2 {
    font-size: 1.5em;
    margin: 1em 0 .5em 0;
    font-weight: 600;
    line-height: 1em
}
.faqH{
    text-align: center;
    padding: 15px;
    font-size: 18px !important;
    background-color: #f2f2f2;
    margin:0 !important;
    display: block;
    float: left;
    color:#1d3557;
    width: 100%;
}

.user_style h3 {
    font-size: 1.3em;
    margin: 1em 0 .5em 0;
    font-weight: 600
}

.user_style h4 {
    font-size: 1.2em;
    margin: 1em 0 .5em 0;
    font-weight: 600
}

.breaker {
    text-align: center;
    background-image: url(../images/_body/breaker.jpg);
    background-position: center;
    background-repeat: repeat-x;
    width: 100%;
    padding: 0 0 !important;
    margin: 80px 0 80px 0 !important;
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    font-size: 2.5em;
    color: #586877
}

.breaker strong {
    font-weight: 400;
    background-color: #fff;
    padding: 0 20px;
    flex-basis: auto
}

h6 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #004783
}

.files {
    width: 100%;
    margin-top: 15px
}

.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)
}

.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)
}

.cover_img {
    display: flex;
    width: 100%;
    margin: 1em 0 1em 0;
    justify-content: center
}

.imgCover {
    width: 100%;
    max-width: 600px;
    height: 35vh;
    background-size: 100%;
    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: 0 0 1em 1em
}

.imgRight img {
    width: 100%
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 0 1em 1em 0
}

.imgLeft img {
    width: 100%
}

.imgCenter {
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 1em 0 1.5em 0;
    line-height: 0;
    justify-content: center
}

.imgCenter img {
    width: 100% !important;
    max-width: 100%
}

.userGgallery {
    margin: 10px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    width: 100%
}

.pGal {
    margin-top: 1px;
    margin-bottom: 10px
}

.userGgallery img {
    height: 100px;
}

.obvestilo {
    display: flex;
    width: 100% !important;
    background-color: #e63946;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.3em;
    animation: blinkingBackground 3s infinite;
}



@keyframes blinkingBackground {
    0% {
        background-color: #e63946;
    }

    25% {
        background-color: #1d3557;
    }

    50% {
        background-color: #e63946;
    }

    75% {
        background-color: #1d3557;
    }

    100% {
        background-color: #e63946;
    }
}

.obvestilo .header_container {
    display: flex;
   
  
    position: relative
}

.obvestilo a {
    color: #fff
}


.zapri {
    cursor: pointer;
position: absolute;
top:-10px;
right: 5px;
    width: 30px;
    height: 30px;
    background-color: #e63946;
    color: white;
    border: 3px solid #1d3557;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px
}

.obvestilo p {
    width: calc(100% - 40px);
}

blockquote {
    float: left;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    padding: 30px 0 30px 0;
    margin: 30px 0 30px 0;
    background-color: #373f50;
    color: #fff;
    font-weight: 600
}

blockquote a {
    color: #fff
}

blockquote p {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 0 !important;
}

.breadCrumbs {
    font-size: .8em;
    padding: 10px 0 10px 0;
    color: #acacac;
    margin-bottom: 0
}

.breadCrumbs a {
    text-decoration: none;
    color: #acacac
}

.thank-you-page {
    margin: 2em auto;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    text-align: center;
    background-color: #fff
}

.thank-you-page h2 {
    padding: 10px 0;
    color: #1d3557;
    font-weight: 400;
}

.lost-links a {
    display: inline-block;
    margin: .5em
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em
}

table {
    width: auto;
    border-spacing: 0;
    max-width: 100%
}

tr:nth-child(even) {
    background: inherit
}

.pointer {
    cursor: pointer
}

.check-option {
    display: flex;
    line-height: 1.1em;
    align-items: center
}

.check-option label {
    margin-left: 10px;
    font-size: 13px !important;
    color: #1f2023;
    font-weight: 600
}

.inputF {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 0 0 10px
}

.input_rez {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    font-size: .9em;
    padding: 0 0 0 25px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px
}

.icon_user {
    background-image: url(../images/_body/user.svg)
}

.radio_buttons {
    display: flex;
    flex-wrap: wrap
}

.p_radio {
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 0;
    cursor: pointer;
    flex-basis: auto
}

.p_radio_circle {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #000;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-color: #fff
}

.p_radio_act {
    width: 10px;
    height: 10px;
    background-color: #e63946;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 0
}

.p_radio_info {
    font-size: .9em;
    color: #fff
}

.area-field {
    width: 100%;
    background-color: #fff;
    height: 150px;
    border: 1px solid #ddd;
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 0 0 10px
}

.default-form-btn {
    background-color: #e63946;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
    padding: .5em .5em;
    font-weight: 700 !important;
    -webkit-appearance: button;
    width: 100%
}

.default-form-btn:hover {
    background-color: #e63946
}

.dodaj_oznacene {
    background-color: #2b3445;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
    padding: .5em 1em;
    font-weight: 600 !important;
    -webkit-appearance: button;
}

.dodaj_oznacene:hover {
    background-color: #e63946
}

.message {
    position: fixed;
    z-index: 20000;
    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: 16px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff !important
}

.message_icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat
}

.success {
    background-color: #2e7132
}

.error {
    background-color: #ad1313
}

.warning {
    background-color: #b83006
}

.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: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #000
}

header {
    width: 100%;
    background-color: #fff;
    padding: 0 0 0 0;
    position: fixed !important;
    z-index: 500;
    top: 0;
    max-width: 1920px;
    border-bottom: 1px solid #1d3557;
    line-height: 1.2em;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .80);
}

.c_out {
    border-bottom: none;
    padding: 10px 0;
}

.l-item {
    width: auto;
}

.l-item small {
    display: block;
    font-weight: 600;
}

header a {
    font-weight: 600;
    text-decoration: none;
}

.lan {
    text-transform: uppercase;
    margin-right: 0;
    color: #586877;
    font-size: 16px;
}

.lan a {
    text-decoration: none;
    color: #586877;
}

.white {
    color: #e63946 !important;
}

.header-content>.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* FBM */

.row1 { width: 300px; margin: 0 auto; position: relative; z-index: 10000 !important;}
.m-search1 {
    background-color: #e63946;
    padding: 20px 0;
    margin: 0 50px;
    width: 350px;
}

.m-search1 input {
    border: none;
    background-color: #e63946;
    color: white;
    font-size: 1.3em;
    padding: 0 0;
    background-image: url("../images/_body/search.svg");
    background-position: 10px center;
    background-size: 22px;
    background-repeat: no-repeat;
    width: 95%;
    font-weight: 600;
    padding-left: 40px;
}

.m-search {
    background-color: #e63946;
    padding: 20px 0;
    margin: 0 50px;
}

.wideSearch {
    display: none;
}

.m-search input {
    border: none;
    background-color: #e63946;
    color: white;
    font-size: 1.3em;
    padding: 0 0;
    background-image: url("../images/_body/search.svg");
    background-position: 10px center;
    background-size: 22px;
    background-repeat: no-repeat;
    width: auto;
    font-weight: 600;
    padding-left: 40px;
}

.abc {
    background-color: #fff;
    padding: 10px;
    border: 3px solid #457b9d;

}
.abc .favorite{
    display: none;
}
.abc .discount{
    position: absolute;
    top: -0;
    right: 0;
}
.abc .ci_img {
    height: 100px;
}
.abc .ci_img img{
    height: 100px;
}
.abc .ci_add {
    display: none;
}
.abc .ci_bot{
    border-top: none;
}
.abc .ci_price{
    display: flex;
}
.abc .lean_pay_price{
    text-align: left !important;
}
.abc .ci_price div{
    margin-right: 5px !important;
}
.abc>.catalog_item:nth-child(2)>.ci_top {
    display: none;
}
.abc>.catalog_item:nth-child(2)>.ci_bot .discount {
    display: none;
}

.compare {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #e21e23;
    color: white;
    border-top-right-radius: 5px;
    padding: 8px 8px 8px 31px;
    z-index: 522212b;
    background-image: url(../images/_body/like.svg);
    background-position: left 5px center;
    background-size: 20px;
    background-repeat: no-repeat;
    left: -200px;
    z-index: 1000;
    transition: .5s all;
    font-weight: 600;
}

.compare a {
    color: white;
    text-decoration: none;
    font-size: .9em;
}

.flexCompare {
    display: flex;
    font-size: .9em;
    align-items: center;
}

.cmpAct {
    left: 0;
    transition: .5s all;
}

.m-search ::placeholder {
    color: #fff;
    opacity: .91;
}

.login {
    margin-left: auto
}

.login img {
    height: 15px !important;
    margin-right: 8px !important
}

.header-element {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-weight: 600;
    width: auto;
    font-size: 14px;
    line-height: 15px
}

.header-element p {
    margin-left: 5px;
}

.header-element img {
    height: 18px;
    width: 18px;
    margin: 0
}

.favi img {
    width: 30px;
    height: 30px;
}

.header-element a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roundB {
    background-color: #e63946;
    width: 40px;
    height: 72px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.bItems {
    width: 100%;
    height: 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
    margin-bottom: 5px;
}

.basket {
    color: #fff;
    cursor: pointer;
    margin-right: 0
}

.header-left {
    display: flex;
    align-items: center;
}

.logo {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    line-height: 0;
}

.logo img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    max-width: 220px
}

.header-right {
    display: flex;
    align-items: center;
}

.head-cont {
    display: flex;
    padding: 0 0;
    align-items: center
}

.lanSelect {
    border: 1px solid #fff;
    line-height: 0;
    padding: 10px;
    position: relative;
    cursor: pointer
}

.featured-content {
    display: flex;
    justify-content: center;
    align-items: center
}

.feautred-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative
}

.feautred-summary {
    font-size: 1em;
    color: #fff;
    width: 60%;
    padding: 100px;
    text-align: center
}

.feautred-summary strong {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.feautred-summary h2 {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.feautred-img_sub {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative
}

.section {
    display: flex;
    padding: 100px 0;
    align-items: center;
    background-color: #fff
}

.pb0 {
    padding-bottom: 0
}

.white_bg {
    background-color: #fff;
    padding: 2em 0
}

.section h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000
}

.section h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 2em 0;
    color: #969696
}

.b_img {
    margin-bottom: 25px
}

.blog_read {
    line-height: 1.5em;
    text-align: justify
}

.blog_read td,
.blog_read th {
    line-height: 1.2em;
}

.blog-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}
.mList{
    grid-template-columns: repeat(3, 1fr);
}
.mList h3{
    text-align: center;
}
.blog_item {
    position: relative
}

.blog_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.blog_item img {
    width: 100%;
    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: #e63946;
    text-decoration: none
}

.blog_item h3 {
    font-size: 1.3em;
    margin: 10px 0 10px 0;
    font-weight: 600;
    line-height: 1.2em
}

.blog_item p {
    font-size: 1em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

.blog_item a {
    color: #1d3557;
}

.contact_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.contact_form {
    flex: 1
}

.c_info {
    padding: 0 20px
}

.contact_card {
    flex: 1;
    margin-left: 50px;
    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: 100px;
    font-size: .9em;
    font-weight: 600;
}

.form-place {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 15px;
    background-color: #f2f2f2
}

.rez-place {
    padding: 0;
    background-color: inherit
}

.form-place>div {
    flex-basis: 50%;
    padding: 10px 10px 0 10px
}

.full-row {
    flex-basis: 100% !important
}

.form-place label {
    font-size: 14px
}

.back-btn {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0;
    background-color: #2b3445
}

.back-btn:hover {
    background-color: #e63946;
    color: #fff
}

footer {
    width: 100%;
    display: flex;
    color: #68899c;
    font-size: 16px;
    padding: 50px 0;
    flex-wrap: wrap;
    line-height: 1.4em;
    background-color: #1d3557
}

.pg-end {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    color: #b4b7be;
    margin-bottom: 20px
}

.pg-end a {
    color: #b4b7be !important;
    text-decoration: none
}

.pg-end a:hover {
    color: #b4b7be
}

footer .header_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.social a {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.social img {
    width: 15px;
    height: 15px;
    padding: 10px;
    border: 1px solid #68899c;
    box-sizing: unset;
    margin-right: 10px !important;
}

.foot-span h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.foot-span {
    line-height: 1.6em;
    flex: 1
}

.fInfo {
    line-height: 1.2em;
    margin-top: 15px;
}

.fInfo span {
    display: inline-block;
    width: 80px;
    font-size: 13px;
}

.fInfo h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.fInfo b {
    color: white !important;
}

.fInfo b a {
    color: white !important;
}

.big {
    font-size: 25px;
}

.links a {
    text-transform: lowercase !important;
    display: inline-block;
    margin: 0 0 5px 0;
}

.links a::first-letter {
    text-transform: uppercase;
}

.min-links {
    font-size: 13px;
}

.page-end {
    font-size: 13px;
}

.foot-span a {
    color: #68899c;
    text-decoration: none;
    padding: 0 0 0 0;
}

.foot-span a:hover {
    color: #fff
}

.izpostave {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.izpostava {
    width: 100%;
    height: 500px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.izpostava-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 100
}

.izpostava:hover .filter {
    background-color: rgba(254, 105, 105, .4)
}

.izpostava:hover .izpostava-img {
    transform: scale(1.2)
}

.izpostava h1 {
    color: #fff;
    font-weight: 600;
    font-size: 2.2em;
    margin: 0;
    text-align: center
}

.provider_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none
}

.vis {
    display: flex !important
}

.provider_item {
    flex-basis: 33.3%;
    padding: 20px;
    margin-bottom: 2em;
    position: relative;
    display: flex;
    align-items: center
}

.provider_item small {
    color: #828282;
    font-size: 13px;
    line-height: 18px;
    display: block;
    font-weight: 600
}

.provider_item h3 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 20px
}

.provider_item img {
    width: 120px;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #e63946
}

.catalog_place {
    width: 100%;
    float: left;
    background-color: #dae3e5;
}

.catalog_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 30px;
    padding: 20px;

}

.fr1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    max-width: 1500px;
    margin: 0 auto;

}

.filter_place {
    background-color: #dae3e5;
}

.showFilters {
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #457b9d;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 150px;
}

.sortOpt {
    position: relative;
    cursor: pointer;
}

.sort {
    position: absolute;
    top: 45px;
    left: 0;
    width: 150px;
    display: flex;
    flex-direction: column;
    background-color: #1d3557;
    z-index: 102;
    padding: 5px 0;
    display: none;
}

.sort a {
    background-color: #1d3557;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.showFilters img {
    margin-right: 10px;
}

.showFilters:hover {
    background-color: #1d3557;
    color: white;
}

.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");
}

optgroup {
    width: 100%;
}

.filter_select {
    background-repeat: no-repeat;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/_body/select.svg");
    background-size: 10px;
    background-position: right 10px center;
    height: 40px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #acbcc0;
    font-weight: 600 !important;
    color: #1d3557;
    font-size: 15px;
    margin-right: 10px;
}

.fr5 {
    grid-template-columns: repeat(5, 1fr);

}

.catalog_item_row {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px 15px;
    position: relative;
}

.row_img {
    width: 90px;
    height: 120px;
    display: flex;
    align-items: center;
}

.row_img img {
    max-width: 80px;
    max-height: 120px;
}

.row_top {
    flex-basis: calc(100% - 90px - 120px - 230px);
    position: relative;
}

.catalog_item_row .ci_bot {
    flex-basis: 230px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    flex-wrap: wrap;

}

.catalog_item_row .discount {
    margin-left: 20px;
}

.catalog_item_row h2 {
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    height: auto;

}

.catalog_item_row .dobava {
    font-size: .9em;
    max-width: 380px;
}

.catalog_item_row .ci_icon {
    margin: 5px 0;
    font-size: .9em;
    line-height: 1em;
}

.catalog_item_row .stat {
    margin-bottom: 0;
}

.catalog_item_row h2 a {
    color: #1d3557;
}

.catalog_item_row .ci_mid {
    flex-basis: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    position: relative;
}

.catalog_item_row .ci_notes {
    width: 100%;
    font-size: 14px;
}

.catalog_item {
    border: 0px solid #dae3e5;
    padding: 15px;
    position: relative;
    height: auto;
    background-color: white;
}

.ci_top {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.ci_top img{
    height: 20px;
}

.ci_mid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ci_img {
    width: 40%;
    height: 170px;
    text-align: center;
}

.ci_img img {
    max-height: 170px;
    max-width: 100%;
}

.ci_notes {
    width: 55%;
    font-size: 14px;
}

.ci_icon img {
    height: 20px;
    margin-right: 5px;
}

.ci_icon {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1em;
}

.ci_stats {
    display: flex;
    width: 100%;
}

.stat {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border: 1px solid #ddd;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.stat>span {
    font-weight: 700;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.dobava {
    width: 100%;
    font-weight: normal;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 1.3em;
    font-size: 14px;
    padding: 0 0;
    background-color: #e6f2f4;
}

.dobava1 {
    width: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 1em;
    margin-top:5px;
}
.dz_info p{
   display: inline-block;
   width: 60px;

}
.dobava a{
    color: unset;;
}
.dIcon {
    width: 20px;
    height: 50px;
    margin-right: 10px;
   
}

.green {
    background-color: #48bd56;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}


.red {
    background-color: #e63946;
    
}

.orange {
    background-color: #ff6600;
    
}

.ci_bot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    margin-top: 0;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}
.fulda_flex{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
   
}
.fulda_flex img{
    height: 80px;
    margin-right: 15px;
}
.customAkcija {
    width: 130px;
    height: 50px;
    background-color: #3b739e;
    color: white;
   
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    
   /* animation: utripaj 1s infinite;
    -webkit-animation: utripaj 1s infinite;*/
    line-height: 16px;
}

.customBrand {
    width: 120px;
    height: 50px;
     
    display: flex;
    align-items: center;
    justify-content: center;
}
.customBrand img{ max-height: 50px;}

@keyframes utripaj {
    0%, 100% {
        background-color: #FF0000;
        color: white;
    }
    50% {
        background-color: #FFFFFF;
        color: #FF0000;
    }
}

.discount {
    width: 65px;
    height: 50px;
    background-color: #57cc99;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.catalog_details_price .discount {
    margin-left: 30px;
    background-color: #57cc99;
}

.c_ddv {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
    color: #586877;
}

.ci_price {
    font-size: 25px;
    font-weight: 700;
    color: #e63946;
    text-align: right;
}

.old_price {
    font-size: 18px;
    text-decoration: line-through;
    color: #1d3557;
    font-weight: 600;
    padding-right: 10px;
}

.lean_pay_price {
    font-size: 14px;
    color: #586877;

    flex-basis: 100%;
    margin-top: 10px;
    line-height: 1em;
}

.f9 {
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

.ci_add {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    /*flex-basis: 75px;*/
    flex-basis: 100%;
    margin-top: 10px;
}

.ci_add img {
    height: 10px;
}

.ci-qty {
    width: 35px !important;
    height: 30px;
    border-top: 1px solid #457b9d;
    border-bottom: 1px solid #457b9d;
    border-left: none;
    border-right: none;
    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;
}

.add,
.minus {
    width: 35px !important;
    height: 30px !important;
    border: 1px solid #457b9d !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-color: #457b9d;
    margin: 0 !important;
    cursor: pointer;
}

.catalog_add_form .add,
.catalog_add_form .minus {
    width: 50px !important;
    height: 50px !important;
}

.minus img,
.add img {
    height: 6px !important;
}

.ci_add_btn {
    height: 30px;
    width:calc(100% - 105px) !important;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 0;
    background-color: #e63946;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 600 !important;
    background-image: url(../images/_checkout/cart-add.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.ci_add_btn:hover {
    background-color: #457b9d
}

.favorite {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer
}

.favorite img {
    height: 20px !important;
    width: 20px !important
}

.bFav {
    top: 5px;
    right: 5px;
}

.catalog_item h2 {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.catalog_item h2 a {
    color: #1d3557;
}

.reservation_details {
    width: 100%;
    float: left
}
.rez_field {
    width: 48%;
    float: left
}

.catalog_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: center;
    align-items: flex-start;
    margin: 50px 0;
}

.catalog_details_image {
    flex: 1;
    text-align: center;
    padding: 0;
    line-height: 0;
    position: relative;
    width: 100%
}

.catalog_details_image img {
    max-width: 100%;
    max-height: 500px;
}

.bMontaza {
    font-weight: 600;
    height: auto;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #1d3557;
    color: white;
    line-height: 1em;
    font-size: 12px;
    padding: 10px 10px 10px 30px;
    background-image: url(../images/_icons/670.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 7px center;
}

.image_prew {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
}

.image_prew img {
    height: 20px;
}

.note_fav {
    display: none;
    position: absolute;
    background-color: #1d3557;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    width: auto;
    margin-top: 10px;
    right: 40px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 1000;
    text-align: center
}

.t0 {
    top: -10px;
    right: 35px;
}

.index-img {
    width: 100% !important;
    height: 650px;
}

.catalog_details_description {
    margin-left: 2em;
    flex: 1
}

.lean_img {
    margin: 20px 0;
    width: 100%;
    max-width: 360px;
}

.d_opis {
    margin-bottom: 20px
}

.d_vsebina {
    margin-bottom: 20px
}

.catalog_details_description h1 {
    font-size: 2.2em;
    line-height: 1.2em;
    color: #2b3445;
    font-weight: 700;
    margin-bottom: 10px;
}

.catalog_details_description h2,
.catalog_details_description h3 {
    font-size: 1.3em;
    margin: 1em 0 .5em 0;
    font-weight: 600
}

.cd_icon {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cd_icon img {
    margin-right: 10px;
}

.lastnost {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 3px 0;
    font-weight: 600;
}
.lastnost p{
    margin-bottom: 0;
}
.lastnost span {
   
    font-size: .9em;
    font-weight: 400;
}

.row {
    float: left;
    width: 100%;
    margin: 25px 0
}

.bull {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: -5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.single {
    background-color: #fff !important;
    color: inherit !important
}

.single .bull {
    display: none
}

.actOpt {
    background-color: #2b3445;
    color: #fff
}

.actOpt .bull {
    background-image: url(../images/_body/check.svg)
}

.catalog_details_price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
    color: #e63946;
    text-align: left;
    margin-bottom: 30px;
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #4d4d4d;
    margin-right: 10px;
    font-size: .8em
}

.s12 {
    background-color: #2b3445
}

.s14 {
    background-color: #2b3445
}

.status {
    position: absolute;
    left: 0;
    padding: .5em 1em;
    width: auto;
    top: 20px;
    left: 10px;
    text-align: left;
    color: #fff;
    font-size: .8em;
    z-index: 10;
    font-weight: 700
}

.catalog_details_add {
    width: 100%;
    margin: 0 0 50px 0
}

.catalog_details_stock {
    width: 100%;
    padding: 10px 15px;
    background-color: #e6f2f4;
    font-size: .9em;
    font-weight: 700;
}

.point {
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
    display: block;
}

.greenB {
    border-left: 15px solid #48bd56;
}

.redB {
    border-left: 15px solid #e63946;
}

.orangeB {
    border-left: 15px solid #ff6600;
}

.catalog_details_stock i {
   
    line-height: 1.2em;
    margin-top: 10px;
    display: block;
}

.catalog_details_stock span {
    display: inline-block;
    width: auto;
   font-weight: 400;
}

.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: 18px;
    font-weight: 600;
    margin-top: 10px
}

.zaloga span {
    padding: 0 !important
}

.product-details-qty {
    width: 50px;
    height: 50px;
    border: 1px solid #457b9d;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    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;
}

.catalog_add_btn {
    width: 120px;
    padding: 2px 1em 0 20px;
    height: 50px;
    font-size: 1em;
    line-height: 0;
    background-color: #e63946;
    color: #fff;
    cursor: pointer;
    margin-left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 700 !important;
    background-image: url(../images/_checkout/cart-add.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.catalog_add_btn:hover {
    background-color: #2b3445
}

.overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 10000
}

.basketPanel {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    height: 100%;
    min-height: 100%;
    transition: all .5s ease;
    padding: 1em;
    overflow: scroll;
    border-left: 8px solid #000;
    z-index: 11000
}

.bakset-flex {
    display: flex;
    flex-direction: column
}

.close-side {
    font-size: 2em !important;
    position: absolute;
    right: 15px;
    top: 10px;
    border: none !important;
    outline: 0;
    cursor: pointer
}

.side-items {
    color: #000;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px 0;
    padding: 10px 0;
    line-height: 20px;

    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.side-items span {
    width: 100%;
}

.side_img {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 0;
    margin-bottom: 15px;
    display: none;
}

.side_content {
    width: 100%;
    line-height: 1.2em
}

.side-items img {
    width: auto;
    height: 150px;
}

.basketPanel div h3 {
    font-size: 1.1em !important;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: left;
    padding-right: 25px;
}

.basketPanel strong {

    color: #457b9d;
    font-size: 1.2em;

}

.basketPanel h2 {
    font-size: 1.8em;
    text-align: center;
    margin: 1em 0 1em 0
}

.side-remove {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    width: auto !important;
}

.side-remove img {
    height: 15px !important;
    width: 15px !important
}

.basketVis {
    right: 0;
    transition: all .5s ease
}

.overVis {
    display: block
}

.bakset-flex p {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    margin: 15px 0;
    padding-bottom: 1em;
    border-bottom: 2px solid #ddd
}

.bakset-flex a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    color: #fff;
    transition: all .5s ease;
    display: block;
    cursor: pointer;
    margin-bottom: 15px
}

.sideBtn {
    font-size: .8em !important
}

.cta {
    background-color: #e63946 !important;
    font-weight: 600;
    color: #fff !important;
    font-size: .9em !important
}

.count {
    text-align: center;
    margin-bottom: 2em
}

.count h6 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.6em
}

.count h6 strong {
    color: #f1c5ce
}

.bakset-flex a:hover {
    opacity: .8;
    color: #fff !important
}

.responsive-nav {
    display: none
}

.panel {
    display: none
}

.navigation {
    display: flex;
    list-style: none;
    font-size: 1em;
    font-weight: 600;
    margin: 0 !important;
    padding-left: 20px !important;
}

.navigation li {
    display: inline-block;
    margin: 0 0 0 25px;
    padding: 0;
    background-image: none
}

.navigation li::before {
    display: none !important;
}

.navigation .act a {
    color: #fff !important;
    background-color: #457b9d;
}

.navigation li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px 15px !important;
}

.navigation li a:hover {
    color: #fff !important;
    background-color: #457b9d;
}

.navigation .act a:hover {
    color: #fff !important;
    background-color: #457b9d;
}

.main-navi {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid #457b9d;*/
    /*margin-bottom: 50px;*/
    background-color: #1d3557;
    font-size: 15px;
}

.subCatsNorm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 30px 0;
    justify-content: center;
    align-items: center
}

.subCatsNorm a {
    background-color: #fff;
    flex-basis: 200px;
    height: 100px;
    margin: 10px;
    text-decoration: none;
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.subCatsNorm a:hover {
    background-color: #fff
}

.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: #000
}

.tabs a:hover {
    color: #e63946
}

.act_swicth {
    color: #e63946 !important
}

.items {
    display: flex;
    width: 100%
}

.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: 55px;
    text-align: center;
    font-size: .9em;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 600 !important;
    border: none
}

.vavcer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 1px solid #ddd;
    line-height: 15px !important;
}

.vavcer img {
    height: 50px
}

.vavcer>div {
    flex: 1;
    max-width: 160px;
    min-width: 160px;
    text-align: center;
    margin-bottom: 10px;
    font-size: .8em !important
}

.eNovice {
    width: 100%;
    background-color: #2b3445;
    padding: 0 0;
    margin: 0;
    color: #fff;
    text-align: center
}

.ml-form-embedContent,
.ml-form-successContent {
    margin-bottom: 5px !important
}

.ml-form-embedContent h4,
.ml-form-successContent h4 {
    margin-bottom: 3px !important;
    font-family: "Baloo Bhaijaan 2", cursive !important;
    font-weight: 600 !important
}

.ml-form-embedContent p,
.ml-form-successContent p {
    font-family: "Baloo Bhaijaan 2", cursive !important;
    margin-bottom: 10px !important
}

.ml-mobileButton-horizontal {
    margin-top: -10px !important
}

.button-block .btn-block {
    width: 100% !important;
    display: block !important;
    padding: 0 !important
}

.quaters {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    background-color: #f1faee;
}

.quater {
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 1.1em;
    font-size: 14px;
    font-weight: 600;
    color: #1d3557;
}

.quater p {
    padding-right: 25px
}

.quater span {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background-color: #e63946;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}


.quater a {
    text-decoration: underline;
    color: inherit !important
}

.quater img {
    max-width: 30px;
    max-height: 30px;
}

.quater h4 {
    font-size: 20px;
    color: #1d3557;
    margin-bottom: 8px;
    font-weight: 700;
}

.subCats {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px
}

.subCat {
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.subCats a {
    text-decoration: none;
    color: inherit !important
}

.subCat h2 {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    color: inherit;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.subCat:hover h2 {
    background-color: #e63946;
    color: #fff;
    padding: 15px
}

.container ul,
.user_container ul {
    margin: 15px 0 15px 20px;
    padding: 0;
    position: relative;
    padding-left: 25px
}

.container li,
.user_container li {
    margin: 0;
    list-style: none
}

.container li::before,
.user_container li::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url(../images/_body/bullet.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.user_style table {
    width: auto;
    border-spacing: 0;
    max-width: 100%
}

.user_style tr:nth-child(even) {
    background: inherit
}

.user_style td {
    padding: 5px 10px;
    font-size: .9em;
}

.user_style table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
.user_style th {
    color: #e63946;
   
    padding: 10px;
    font-size: 14px;
   line-height: 18px;
    text-align: left;
    font-weight: 600
}

.check_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
    margin: 0 0 10px 0
}

.iCheck {
    margin-bottom: 0;
    margin-right: 10px;
    margin-bottom: 20px;
}


.check_container p {
    margin-top: -3px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 16px
}

.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: #2b3445
}

.check_container:hover input~.checkmark {
    background-color: #e63946
}

.check_container input:checked~.checkmark {
    background-color: #e63946
}

.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)
}
.thank-you-page h1{
    text-align: center;
}
.altContainer {
    margin-top: 40px
}

.altContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    align-items: center
}

.altTxt {
    flex: 1;
    order: 1;
    box-sizing: border-box
}

.txt_cont {
    width: 100%;
    padding-right: 20px;
    padding-left: 0
}

.reverse .txt_cont {
    text-align: right;
    padding-left: 20px;
    padding-right: 0
}

.altImg {
    flex: 1;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 50%;
    line-height: 0
}

.altImg a {
    flex: 1 1 200px
}

.altImg img {
    min-width: 200px;
    max-width: 100%
}

.altTxt h2 {
    margin: 25px 0;
    line-height: 1em
}

.reverse .altTxt {
    order: 3
}

.cta_btn {
    display: inline-block;
    background-color: #e63946;
    color: #fff;
    margin-top: 20px;
    font-size: 1.2em;
    padding: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center
}

.cta_btn:hover {
    background-color: #cb0c41;
    color: #fff
}

.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: 5px;
    border: 1px solid #eee;
    background-color: #f2f2f2;
    margin: 5px;
    color: #586877;
    font-size: 13px;
    line-height: 13px
}

.tags a:hover {
    color: #e63946
}

.oznaka {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.oznakaImg {
    flex-basis: 150px;
    line-height: 0
}

.oznakaImg img {
    width: 150px;
    height: 100px;
    object-fit: cover
}

.oznakaContent {
    width: calc(100% - 170px)
}

.oznakaContent h2 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 20px
}

.oznakaContent p {
    font-size: 16px;
    line-height: 20px
}

.oznakaContent small {
    font-weight: 600;
    font-size: 14px
}

.iskalnik {
    float: left;
    width: 100%;
    background-color: #457b9d;
    color: white;
}

.titleIsk {
    display: none;
}

.row {
    width: 100%;

    margin: 0 !important;
    padding-bottom: 35px;
}

.iskalnik .container,
.filter_place .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.iskalnikFlex {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.iSelect {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    margin-right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-position: bottom 5px center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-image: url("../images/_body/select-w.svg");
}

.iSelection {
    width: 390px;
    background-color: #457b9d;
    padding: 0 20px;
    position: absolute;
    z-index: 200;
    top: 60px;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.iShow {
    height: 440px;
    padding: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.iSelection a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dae3e5;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    color: white;
    padding: 10px;
}

.iSelection a:hover {
    background-color: #1d3557;
}

.iSelection img {
    height: 30px;
    margin-right: 20px;
}

.iTitle {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.iSklop {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
}

.iSklop1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
    width: 100%;
    max-width: 240px;
}

.iSklop1 span {
    /* color: #fff;*/
    flex-basis: 100%;
    
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #68899c;*/
}

.iSklop span {
    /* color: #fff;*/
    flex-basis: 100%;
    max-width: 290px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #68899c;*/
}

.iskalnikFlex h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.7em;
}

.iskalnikFlex small {
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 5px;
}

.inputIskalnik {
    background-repeat: no-repeat;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/_body/select.svg");
    background-size: 15px;
    background-position: right 10px center;
    height: 60px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #1d3557;
    font-weight: 600 !important;
    color: #1d3557;
    font-size: 1em;
    margin-right: 10px;
}

.vrstaSet {
    width: 170px;
}

.third {
    width: 90px;
}

.srcBtn {
    background-color: #e63946;
    color: white;
    font-weight: 600 !important;
    font-size: 1.1em;
    height: 60px;
    padding: 10px 30px 10px 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-image: url("../images/_body/search.svg");
    background-size: 20px;
    border-radius: 0;
}


.srcBtn:hover {
    background-color: #1d3557;
}

.car_type {
    background-color: #e63946;
    color: white;
    font-weight: 600 !important;
    font-size: 1.1em;
    height: 60px;
    padding: 10px 30px 10px 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-image: url("../images/_icons/662.svg");
    background-size: 20px;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
    text-decoration: none;
}


.car_type:hover {
    background-color: #1d3557;
}

.pages {
    text-align: center;
    font-size: .9em;
    margin: 40px 0 40px 0;
    padding: 2em 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.pages a {
    text-decoration: none;
    color: #457b9d;
    display: inline-block;
    padding: 0 .5em;
    font-weight: 600;
}

.pages a.act {
    color: #e63946;
    font-size: 18px;
}

.compareList {
    width: 100%;
    display: flex;
    margin-top: 25px;
    font-size: .9em;
}

.compareList>div {
    flex: 1;
}

.cItem {
    display: flex;
    flex-direction: column;
}

.cBld {
    font-weight: 500;
}

.cItem span {
    height: 30px;
    padding-top: 2px;
    padding-right: 20px;
    padding-left: 5px;
}

.compImg {
    height: 90px !important;
}

.cItem img {
    height: 80px;
}

.cmpTitle {
    height: 70px !important;
    white-space: pre-wrap;
    line-height: 1.3em;
    font-weight: 600;
    padding-top: 8px !important;
}

.cItemPrice {
    font-size: 16px;
    font-weight: 600;
    color: #e63946;
}

.cBld {
    font-size: .9em;
    color: #6f7577;
}

.cItem span:nth-child(even) {
    background-color: #f2f2f2;
}

.row {
    float: left;
    width: 100%;
    height: auto;
}

.col {
    float: left;
    width: 100%;
    padding: 10px;
}

.col25 {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.plat {
    padding: 10px;
    font-size: 14px;
    position: relative;
}

.bord {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.platImg {
    float: left;
    width: 100%;
    text-align: center;
    height: 140px;
}

.platImg img {
    max-width: 50%;
    max-height: 140px;
}

.platBrand {
    float: left;
}

.platIcons {
    float: left;
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-top: 20px;
}

.platIcon {
    float: right;
    margin-bottom: 2px;
    height: 30px;
    clear: right;
}

.platInfo {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.platInfo span {
    display: inline-block;
    width: 70px;
    color: #999;
}

.noBord {
    border: none;
}

.platInfo h4 {
    font-weight: 500;
    margin: 0 0 14px 0;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.platInfo small {
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    padding-top: 3px;
}

.tipV {
    font-weight: 500;
    margin: 8px 0 10px 0;
}

.typBtn {
    display: inline-block;
    background-color: #22212b;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px 1px 8px;
    text-decoration: none;
    margin-bottom: 2px;
}

.infoCard {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.popustFln {
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e21e23;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -mozborder-radius: 50%;
    text-align: center;
    padding-top: 8px !important;
    left: 100px;
    margin-top: -35px;
    line-height: inherit;
}

.platInfoPrice {
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: right;
    padding-bottom: 0;
}

.platInfoPrice span {
    float: left;
    width: auto;
    text-align: left;
    font-size: 14px;
    color: #999;
}

.navLinks {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #ccc;
}

.navLinks a {
    color: #333;
}

.reservation_ui {
    text-align: left !important;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 15px;
    float: left;
    margin-bottom: 25px;

}

.relDiv {
    position: relative;
}
.relDivAdd {
    position: relative;
}
.loading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d3557;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}

.vis {
    display: flex;
    transition: .5s all;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #FF3D00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

.car_dod {
    width: 100%;
    display: flex;
    align-items: center;

    margin: 10px 0 20px 0;

}

.car_dod label {
    margin-bottom: 5px;
    font-size: 12px;
}

.car_dod div {
    margin-right: 10px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.lastnost {
    width: 100%;
    
    padding: 3px 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.lastnost:nth-child(odd){
    background-color: #f2f2f2;
}


.tabs_list {
    width: 100%;
    display: flex;
    justify-content: center;   /* spet na sredino */
    align-items: center;
    margin: 10px 0;
}

.tab_list {
    background-color: #f2f2f2;
    font-size: 16px;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
    color: #457b9d;
    margin: 0;
    border-right: 2px solid #fff; /* 2 px bela črta med zavihki */
    transition: .5s all;
}

.tab_list:last-child {
    border-right: none; /* brez črte za zadnjim */
}

.tab_list img {
    display: none;
}

.actTab {
    background-color: #e63946;
    color: white;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.switch {
    cursor: pointer;
}

.def_list {
    display: none;
}

.actList {
    display: block;
    width: 100%;
}

.prednosti {
    margin: 15px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%
}
.prednosti img{
    max-width: 100%;
}
.prednosti p{
    line-height: 1.4em;
    margin-top: 15px;
}
.prednosti h4{
    font-size: 20px;
    line-height: 1.2em;
    color: #e63946;
    margin: 0 0 15px 0;
}
.videos {
    margin: 15px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%
}
.videos iframe{
    width: 100% !important;
}
.def_list .user_container{
    padding-left: 0;
    padding-right: 0;
}

.pf{
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}
.user_container iframe{
    width: 100%;
    height: 400px;
    margin: 15px 0;
}

