* {
    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: 900px;
    height: 35vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     margin: 1em 0 1em 0;
}

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

.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{
   width: 100%;
    text-align: left;
    margin-bottom: 20px;
   
}
.fulda_flex img{
    width: 100%;
    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: 0;
    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: 300px;
}

.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: 0;
    margin-bottom: 0;
    /*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;
}

/* ============================================================
   Modernizacija iskalnika + "Naloži več" (2026-06-23)
   Samo vizualne izboljšave; postavitev, višine in razredi ostajajo,
   da se layout ne podre. Blok je na koncu (kasnejša pravila zmagajo).
   ============================================================ */

/* Vrstica iskalnika: mehak prehod + globina namesto ploščate barve */
.iskalnik {
    background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08), 0 6px 18px rgba(29, 53, 87, .18);
}

/* Polja (selecti): zaobljeni robovi, mehka senca, lep fokus */
.inputIskalnik {
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(13, 30, 55, .12);
    transition: box-shadow .2s ease, border-color .2s ease;
}
.inputIskalnik:hover {
    box-shadow: 0 4px 12px rgba(13, 30, 55, .20);
}
.inputIskalnik:focus {
    outline: none;
    border-color: #e63946;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, .25), 0 4px 12px rgba(13, 30, 55, .18);
}

/* Gumba: zaobljenost, senca, rahel dvig ob prehodu */
.srcBtn,
.car_type {
    border: none;
    border-radius: 12px;
    background-color: #e63946;
    box-shadow: 0 4px 12px rgba(230, 57, 70, .30);
    transition: background-color .25s ease, box-shadow .25s ease, transform .15s ease;
}
.srcBtn:hover,
.car_type:hover {
    background-color: #d62f3c;
    box-shadow: 0 6px 18px rgba(230, 57, 70, .40);
    transform: translateY(-1px);
}
.srcBtn:active,
.car_type:active {
    transform: translateY(0);
}

/* Ikona "izbor vrste" */
.iSelect {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 12px;
    transition: background-color .2s ease, border-color .2s ease;
}
.iSelect:hover {
    background-color: rgba(255, 255, 255, .12);
    border-color: #fff;
}

/* Spustni meni vrste iskalnika */
.iSelection {
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(13, 30, 55, .35);
}
.iSelection a {
    border-bottom: 1px solid rgba(218, 227, 229, .25);
    border-radius: 8px;
    transition: background-color .2s ease, padding-left .2s ease;
}
.iSelection a:hover {
    background-color: #1d3557;
    padding-left: 16px;
}

/* Checkboxi (RFT / SEAL / Na zalogi) */
.iCheck {
    transition: opacity .2s ease;
}
.iCheck:hover {
    opacity: .9;
}

/* Gumb "Naloži več" */
.loadMoreWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0 10px;
}
.loadMore {
    background-color: #fff;
    color: #1d3557;
    border: 2px solid #1d3557;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.05em;
    padding: 13px 38px;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .15s ease;
}
.loadMore:hover {
    background-color: #1d3557;
    color: #fff;
    box-shadow: 0 8px 20px rgba(29, 53, 87, .30);
    transform: translateY(-1px);
}
.loadMore:disabled {
    opacity: .6;
    cursor: default;
    transform: none;
    box-shadow: none;
}

/* ============================================================
   Modernizacija seznama izdelkov + sredinski iskalnik + toggle
   checkboxi (2026-06-23). Dodatni blok; postavitev ostaja.
   ============================================================ */

/* ===== DESKTOP: VSE v eni vrstici (nowrap); polja se po potrebi zožijo ===== */
.iskalnikFlex {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    width: 100%;
}
.iskalnikFlex > .iTitle {
    flex: 0 0 auto;
}

/* samostojna polja (zračnice inch, alu inch/razmak/znamka) */
.iskalnikFlex > .inputIskalnik {
    flex: 0 1 125px;
    width: auto;
    min-width: 0;
    margin-right: 0;
}

/* sezona/vrsta in znamka */
.iskalnikFlex > .vrstaSet,
.iskalnikFlex > .multi-select-container {
    flex: 0 1 205px;
    width: auto;
    min-width: 0;
    margin-right: 0;
}
.iskalnikFlex .multi-select-button {
    width: 100% !important;
    margin-right: 0;
}

/* dimenzije (širina/višina/inch) — skupaj, fiksne (se NE krčijo); namesto njih se
   po potrebi skrčita znamka/vrsta, da dimenzije ostanejo dovolj široke */
.dimRow {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    flex: 0 0 auto;
}
.dimRow > .inputIskalnik {
    flex: 0 0 85px;
    width: 85px;
    margin-right: 0;
}

/* MOTO sklopi inline (vsak: naslov nad 3 polji) */
.iskalnikFlex > .iSklop {
    flex: 0 1 auto;
    min-width: 0;
    gap: 6px;
}
.iSklop > span,
.iSklop > .sklopTitle {
    flex-basis: 100%;
    text-align: left;
}

/* gumb (vstopna stran) naravne širine */
.iskalnikFlex > .srcBtn,
.iskalnikFlex > .car_type {
    flex: 0 0 auto;
}

/* toggli (RFT/SEAL/Na zalogi) inline */
.iSklop1 {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 14px;
}
.iskalnikFlex > .check_container.iCheck {
    flex: 0 0 auto;
}
/* oznaka toggle naj se ne lomi v 2 vrstici (npr. "Na zalogi") */
.iCheck p {
    white-space: nowrap;
}

/* ===== MOBILNO: prelom v vrstice + manjši toggli (RFT/SEAL/Na zalogi v 1 vrsto) ===== */
@media (max-width: 850px) {
    .iskalnikFlex {
        flex-wrap: wrap;
        gap: 12px;
    }
    .iskalnikFlex > .vrstaSet,
    .iskalnikFlex > .multi-select-container {
        flex: 1 1 100%;
        width: auto;
    }
    .dimRow {
        flex: 0 0 100%;
        justify-content: center;
        gap: 10px;
    }
    .dimRow > .inputIskalnik {
        flex: 1 1 0;
        width: auto;
    }
    .iskalnikFlex > .iSklop {
        flex: 0 0 100%;
        max-width: none;
        justify-content: center;
    }
    /* naslova "Prednja/Zadnja pnevmatika": levo, brez spodnjega razmika */
    .iSklop > span,
    .iSklop > .sklopTitle {
        text-align: left;
        
    }
    .iSklop1 {
        flex: 0 0 100%;
        max-width: none;
        justify-content: center;
        gap: 14px;
    }
    .iskalnikFlex > .check_container.iCheck {
        flex: 0 0 auto;        /* naravna širina (stikalo + oznaka skupaj, brez raztega) */
        margin-left: auto;
        margin-right: auto;    /* sredinsko na svoji vrstici */
    }

    /* manjši toggli, da gredo RFT / SEAL / Na zalogi v eno vrsto */
    .check_container.iCheck {
        padding-left: 44px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .iCheck p { white-space: nowrap; }
    .iCheck .checkmark { width: 36px; height: 20px; }
    .iCheck .checkmark:after { width: 14px; height: 14px; top: 3px; left: 3px; }
    .iCheck input:checked ~ .checkmark:after { transform: translateX(16px); }
}

/* "Naloži več" naj prečka vse stolpce grida */
.loadMoreWrap {
    grid-column: 1 / -1;
}

/* --- Toggle / switch checkboxi (RFT / SEAL / Na zalogi) --- */
.check_container.iCheck {
    padding-left: 47px;
    align-items: center;
}
.iCheck .checkmark {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 38px;
    height: 22px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, .35);
    transition: background-color .25s ease;
}
.iCheck .checkmark:after {
    content: "";
    display: block !important;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    transform: none;
    transition: transform .25s ease;
}
.check_container.iCheck:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, .5);
}
.iCheck input:checked ~ .checkmark,
.check_container.iCheck:hover input:checked ~ .checkmark {
    background-color: #e63946;
}
.iCheck input:checked ~ .checkmark:after {
    transform: translateX(16px);
}

/* --- Kartice izdelkov --- */
.catalog_place {
    padding: 10px 0 20px;
}
.catalog_item {
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(29, 53, 87, .10);
    transition: box-shadow .25s ease, transform .2s ease;
}
.catalog_item:hover {
    box-shadow: 0 12px 30px rgba(29, 53, 87, .18);
    transform: translateY(-4px);
}
.catalog_item_row {
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(29, 53, 87, .10);
    transition: box-shadow .25s ease, transform .2s ease;
}
.catalog_item_row:hover {
    box-shadow: 0 8px 22px rgba(29, 53, 87, .16);
}

/* Gumb "v košarico" — zaobljen + rahel dvig */
.ci_add_btn {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}
.ci_add_btn:hover {
    box-shadow: 0 6px 16px rgba(69, 123, 157, .35);
    transform: translateY(-1px);
}

/* Statistike in oznake — mehkejši robovi */
.stat {
    border-radius: 8px;
}
.status {
    border-radius: 6px;
}

/* ============================================================
   Modernizacija filter_place (filtri / sort / pogled) + vidnost (2026-06-23)
   Filtri so VEDNO vidni; na telefonu je toggle "Skrij/Prikaži filtre".
   ============================================================ */

.filter_place {
    background-color: #eef3f5;
    box-shadow: inset 0 1px 0 rgba(29, 53, 87, .06);
}
.filter_place .container {
    padding: 16px 20px;
    justify-content: center;   /* poenoteno s (centriranim) iskalnikom */
}

/* Kontrolni gumbi (sort, prikaži/skrij) — enoten zaobljen slog */
.showFilters {
    height: 44px;
    width: auto;
    min-width: 140px;
    padding: 0 16px;
    border-radius: 10px;
    background-color: #457b9d;
    color: #fff;
    box-shadow: 0 2px 6px rgba(13, 30, 55, .12);
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.showFilters:hover {
    background-color: #1d3557;
    color: #fff;
}

/* Sort spustni meni */
.sort {
    top: 52px;
    border-radius: 12px;
    overflow: hidden;
    padding: 6px;
    box-shadow: 0 14px 32px rgba(13, 30, 55, .25);
}
.sort a {
    border-radius: 8px;
    transition: background-color .2s ease;
}
.sort a:hover {
    background-color: #457b9d;
}

/* Preklop grid / list */
.izpis {
    padding: 9px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(13, 30, 55, .12);
    box-sizing: content-box;
    transition: box-shadow .2s ease;
}
.izpis:hover {
    box-shadow: 0 4px 12px rgba(13, 30, 55, .20);
}

/* Filter selekti — usklajeni z iskalnikom (zaobljeno, mehka senca, fokus) */
.filter_select {
    height: 44px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(13, 30, 55, .10);
    transition: box-shadow .2s ease, border-color .2s ease;
}
.filter_select:hover {
    box-shadow: 0 4px 12px rgba(13, 30, 55, .18);
}
.filter_select:focus {
    outline: none;
    border-color: #e63946;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, .22);
}

/* Gumb "Filtriraj" */
.filtriraj {
    border: none;
    border-radius: 10px;
    height: 44px;
    box-shadow: 0 4px 12px rgba(230, 57, 70, .28);
    transition: background-color .25s ease, box-shadow .25s ease, transform .15s ease;
}
.filtriraj:hover {
    background-color: #d62f3c;
    box-shadow: 0 6px 18px rgba(230, 57, 70, .4);
    transform: translateY(-1px);
}

.f_section {
    border-top: 1px solid #cfdbe0;
    justify-content: center;
}

/* Filtri VEDNO vidni; gumb za preklop skrit na namizju */
.filters {
    display: flex;
    justify-content: center;
}
.filt_button {
    display: none !important;
}

/* Telefon: filtri PRIVZETO SKRITI; gumb "Prikaži filtre" jih odpre */
@media (max-width: 850px) {
    .filt_button {
        display: flex !important;
    }
    .filters {
        display: none;
    }
    .filters.filters_open {
        display: flex;
    }
    /* na mobilnikih skrij izbirnik vrste (.iTitle: ikona + naslov + dropdown) */
    .iTitle {
        display: none;
    }
}

/* Aktiven filter: označen + diskreten ✕ za počistiti */
.filter_item label {
    display: flex;
    align-items: center;
    gap: 6px;
}
.filter_active .filter_select {
    border-color: #e63946;
    box-shadow: 0 0 0 2px rgba(230, 57, 70, .18);
}
.filter_select:disabled {
    opacity: .5;
    cursor: not-allowed;
    background-color: #f3f6f7;
    box-shadow: none;
}
.filter_active label {
    color: #e63946;
}
.filter_clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e63946;
    color: #fff !important;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    opacity: .85;
    transition: opacity .2s ease, transform .15s ease;
}
.filter_clear:hover {
    opacity: 1;
    transform: scale(1.12);
    color: #fff;
}

/* ============================================================
   Skeleton nalaganje izdelkov (lokalno, le v območju seznama)
   ============================================================ */
.cat_skel {
    background-color: #fff;
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0 4px 16px rgba(29, 53, 87, .06);
}
.cat_skel_img {
    height: 150px;
    border-radius: 10px;
    margin-bottom: 16px;
}
.cat_skel_line {
    height: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.cat_skel_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.cat_skel_price {
    width: 90px;
    height: 22px;
    border-radius: 6px;
}
.cat_skel_btn {
    width: 110px;
    height: 32px;
    border-radius: 8px;
}

/* shimmer učinek */
.sk-shimmer {
    background: #e9eef1;
    background-image: linear-gradient(90deg, #e9eef1 0px, #f5f8fa 48px, #e9eef1 96px);
    background-size: 600px 100%;
    background-repeat: no-repeat;
    animation: skShimmer 1.3s infinite linear;
}
@keyframes skShimmer {
    0%   { background-position: -300px 0; }
    100% { background-position: 300px 0; }
}

/* v list-pogledu (.fr1) naj bo skeleton nižji */
.catalog_list.fr1 .cat_skel_img {
    height: 90px;
}

/* ============================================================
   CATALOG ITEM V2 — moderni izpis (2026-06-24)
   Za povrnitev: v izpisiScripts.php zamenjaj
     catalog_item_v2.php  →  catalog_item.php
     catalog_item_row_v2.php  →  catalog_item_row.php
   ============================================================ */

/* --- GRID kartica (.ci2) --- */
.ci2 {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(29,53,87,.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s, transform .22s;
    position: relative;
}
.ci2:hover {
    box-shadow: 0 10px 28px rgba(29,53,87,.16);
    transform: translateY(-4px);
}

/* Slika */
.ci2-img-wrap {
    background: #fff;
    height: 185px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ci2-img-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.ci2-img-wrap img {
    max-height: 165px;
    max-width: 88%;
    object-fit: contain;
    transition: transform .3s;
}
.ci2:hover .ci2-img-wrap img { transform: scale(1.04); }

/* Season/moto značke (levo zgoraj na sliki) */
.ci2-badges {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
}
.ci2-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,.93);
    border-radius: 20px;
    padding: 3px 9px;
    font-size: 11px;
    font-weight: 700;
    color: #1d3557;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    white-space: nowrap;
}

/* Favorites gumb (desno zgoraj) */
.ci2-fav-wrap {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}
.ci2-fav-wrap .favorite img {
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.25));
}

/* Body */
.ci2-body {
    padding: 12px 14px 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #fff;
}
.ci2-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 20px;
}
.ci2-brand img { height: 18px; max-width: 90px; object-fit: contain; }
.ci2-title {
    font-size: 14px;
    font-weight: 700;
    color: #1d3557;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    height: auto;
}
.ci2-title a { color: inherit; text-decoration: none; }
.ci2-title a:hover { color: #e63946; }
.ci2-sku { font-size: 11px; color: #8a95a0; letter-spacing: .2px; }

/* EU labeli */
.ci2-labels { display: flex; gap: 5px; flex-wrap: wrap; }
.ci2-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    border: 1px solid #d0d8e0;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 12px;
    color: #1d3557;
}
.ci2-label img { opacity: .7; flex-shrink: 0; }
.ci2-label b { font-weight: 800; }

/* PointS */
.ci2-pointS img { max-height: 28px; }

/* Dobava */
.ci2-dobava {
    display: flex;
    align-items: stretch;          /* da leva črta zapolni celo višino škatle */
    gap: 9px;
    background: #f4f6f9;
    border-radius: 8px;
    padding: 7px 10px 7px 0;       /* brez levega odmika -> črta je tik ob robu */
    font-size: 12px;
    line-height: 1.4;
    margin-top: auto;
    overflow: hidden;              /* obreže črto na zaobljen rob škatle */
}
.ci2-dobava-green  { background: #edfaf0; }
.ci2-dobava-orange { background: #fff7ee; }
.ci2-dobava-red    { background: #fff0f1; }
.ci2-dind {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
}
/* GRID kartica: indikator je leva navpična črta (enako debela kot prej krogec), ne pika */
.ci2-dobava .ci2-dind {
    height: auto;
    align-self: stretch;
    border-radius: 0;
    margin-top: 0;
}
.ci2-dind.green  { background: #48bd56; }
.ci2-dind.red    { background: #e63946; }
.ci2-dind.orange { background: #ff6600; }
.ci2-dinfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    color: #444;
    min-width: 0;
}
.ci2-drow {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px 4px;
    line-height: 1.5;
}
.ci2-dlbl {
    color: #888;
    font-size: 11px;
    white-space: nowrap;
}
.ci2-drow b { color: #1d3557; font-weight: 700; }
.ci2-drow a { color: #457b9d; }
.ci2-year { font-size: 11px; color: #888; font-style: italic; }

/* Footer */
.ci2-foot {
    padding: 10px 14px 14px;
    background: #f4f6f9;
    border-top: 1px solid #e8ecf0;
}
.ci2-price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 9px;
}
.ci2-prices { display: flex; flex-direction: column; }
.ci2-oldprice {
    font-size: 14px;
    text-decoration: line-through;
    color: #7c7c7c;            /* bolj vidna stara cena (prej #bbb) */
    line-height: 1.15;
}
.ci2-price {
    font-size: 26px;
    font-weight: 800;
    color: #e63946;
    line-height: 1.15;
}
.ci2-vat { font-size: 11px; color: #999; }
.ci2-discount {
    background: #57cc99;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    padding: 4px 10px;
    align-self: flex-start;
    white-space: nowrap;
}

/* Qty + košarica */
.ci2-add {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ci2-qty-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #d0d8e4;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eef2f6;
}
.ci2-qty-wrap .minus,
.ci2-qty-wrap .add {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 34px !important;
    border: none !important;
    border-radius: 0 !important;
    background: #eef2f6 !important;
    background-color: #eef2f6 !important;
    cursor: pointer;
    transition: background .15s;
    user-select: none;
    margin: 0 !important;
}
.ci2-qty-wrap .minus:hover,
.ci2-qty-wrap .add:hover {
    background: #d5dfe8 !important;
    background-color: #d5dfe8 !important;
}
.ci2-qty-wrap .minus img,
.ci2-qty-wrap .add img {
    height: 7px !important;
    width: auto !important;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(18%) sepia(40%) saturate(700%) hue-rotate(190deg) brightness(90%);
}
.ci2-qty-wrap .ci-qty {
    width: 34px !important;
    height: 34px;
    border: none !important;
    border-left: 1.5px solid #d0d8e4 !important;
    border-right: 1.5px solid #d0d8e4 !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0;
    background: #fff;
    -webkit-border-radius: 0 !important;
}
.ci2-btn {
    flex: 1;
    background: #e63946;
    color: #fff;
    border: none;
    border-radius: 8px !important;
    padding: 0 8px;
    height: 36px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    letter-spacing: .2px;
    min-width: 0;
    -webkit-border-radius: 8px !important;
}
.ci2-btn:hover {
    background: #c0242f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(230,57,70,.35);
}

/* --- ROW kartica (.ci2r) --- */
.ci2r {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(29,53,87,.07);
    overflow: hidden;
    transition: box-shadow .2s;
    position: relative;
}
.ci2r:hover {
    box-shadow: 0 3px 12px rgba(29,53,87,.11);
}
.ci2r-img {
    width: 75px;
    height: 75px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none;
}
.ci2r-img img {
    max-width: 64px;
    max-height: 70px;
    object-fit: contain;
    transition: transform .3s;
}
.ci2r:hover .ci2r-img img { transform: scale(1.05); }

.ci2r-main {
    flex: 1;
    padding: 6px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    column-gap: 6px;
    row-gap: 2px;
    min-width: 0;
}
.ci2r-brand { flex-shrink: 0; line-height: 0; }
.ci2r-brand img { height: 12px; max-width: 55px; object-fit: contain; }
.ci2r-title {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    color: #1d3557;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ci2r-title a { color: inherit; text-decoration: none; }
.ci2r-title a:hover { color: #e63946; }
.ci2r-sku { flex-shrink: 0; font-size: 10px; color: #b0b8c1; }
.ci2r-badges {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.ci2r-badges .ci2-badge {
    background: #eef3f5;
    box-shadow: none;
    padding: 2px 8px;
    font-size: 10px;
}
.ci2r-dobava {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #555;
    padding: 0;
    background: none;
}
.ci2r-dobava .ci2-dinfo { gap: 0; flex-direction: row; flex-wrap: wrap; column-gap: 8px; }
.ci2r-dobava .ci2-drow { gap: 3px; }
/* .ci2-dind, .ci2-dinfo, .ci2-drow, .ci2-dlbl so skupni za grid in row pogled */

.ci2r-labels {
    padding: 0 10px;
    min-width: 120px;          /* rezerviran prostor tudi ko ni oznak -> poravnava */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0;
    border-left: 1px solid #f0f2f4;
    align-self: stretch;
}

.ci2r-bot {
    padding: 0 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-left: 1px solid #f0f2f4;
    align-self: stretch;
    background: #f4f6f9;
}
.ci2r-fav {
    display: flex;
    align-items: center;
    order: 99;
}
.ci2r-fav .favorite img { width: 16px; height: 16px; opacity: .5; }
.ci2r-fav .favorite:hover img { opacity: 1; }
.ci2r-prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.ci2r-pricecol {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ci2r-oldprice { font-size: 10px; text-decoration: line-through; color: #bbb; line-height: 1; }
.ci2r-price { font-size: 19px; font-weight: 800; color: #e63946; line-height: 1.2; }
.ci2r-discount {
    background: #57cc99;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    border-radius: 4px;
    padding: 1px 6px;
}
.ci2r-add {
    display: flex;
    align-items: center;
    gap: 4px;
}
/* gumb "Dodaj" enako visok kot količinski gumbi (28px) */
.ci2r-add .ci2-btn {
    height: 28px;
}
.ci2r-add .minus,
.ci2r-add .add {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 28px !important;
    border: none !important;
    border-radius: 5px !important;
    background: #e2e8ef !important;
    background-color: #e2e8ef !important;
    cursor: pointer;
    transition: background .15s;
    user-select: none;
    margin: 0 !important;
}
.ci2r-add .minus:hover,
.ci2r-add .add:hover {
    background: #c8d3de !important;
    background-color: #c8d3de !important;
}
.ci2r-add .minus img,
.ci2r-add .add img {
    height: 6px !important;
    width: auto !important;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(18%) sepia(40%) saturate(700%) hue-rotate(190deg) brightness(90%);
}
.ci2r-add .ci-qty {
    width: 26px !important;
    height: 28px;
    border: 1.5px solid #d0d8e4 !important;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px !important;
    padding: 0 !important;
    margin: 0;
    background: #fff;
    -webkit-border-radius: 5px !important;
}

/* ---- Odzivnost na mobilnih (≤850px) ---- */
@media (max-width: 850px) {
    /* grid: 2 stolpca namesto 4 */
    .catalog_list:not(.fr1) {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 10px;
    }
    .ci2-img-wrap { height: 145px; }
    .ci2-img-wrap img { max-height: 130px; }
    .ci2-price { font-size: 21px; }
    .ci2-btn { font-size: 12px; }

    /* row: skrij labels stolpec */
    .ci2r-labels { display: none; }
    .ci2r-bot { min-width: 160px; }
}

/* ---- Row: mobilni prelom pod 600px ---- */
@media (max-width: 600px) {
    .ci2r { flex-wrap: wrap; }
    .ci2r-img { width: 72px; height: 72px; }
    .ci2r-img img { max-width: 62px; max-height: 66px; }
    .ci2r-main { flex: 1; padding: 6px 8px; }
    /* naziv v svojo vrstico (cel, brez rezanja) */
    .ci2r-title {
        flex-basis: 100%;
        white-space: normal;
    }
    .ci2r-labels { display: none; }
    .ci2r-bot {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-left: none;
        border-top: 1px solid #e4e9ef;
        padding: 6px 10px;
        align-self: auto;
        gap: 8px;
    }
    .ci2r-fav { display: none; }
    .ci2r-prices { text-align: left; }
    .ci2r-price { font-size: 18px; }
    .ci2r-add { justify-content: flex-end; }
}

@media (max-width: 420px) {
    .catalog_list:not(.fr1) {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 8px;
    }
    .ci2-img-wrap { height: 180px; }
    .ci2-img-wrap img { max-height: 160px; }
}

@media (max-width: 420px) {
    .catalog_list:not(.fr1) {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 8px;
    }
    .ci2-img-wrap { height: 180px; }
    .ci2-img-wrap img { max-height: 160px; }
}
