.row-gap-10 {
    row-gap: 10px;
  }
  a.article_item_title_link:hover {
    color: #efcb01;
    text-decoration:  underline;
  }

#search-filter .checkmark {
    position: relative;
    min-height: 30px;
    min-width: 30px;
    background-color: #F8FAFC;
    margin-right: 16px;
    border-radius: 8px;
    padding: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  } 

  .class_tag {
   display: block;
    color: #bbb;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
  }

 .class_tag.budget {
   
 }

 .class_tag.middle {

 }
 .class_tag.premium {
    
 }

.gumenadom_priporoca {
    display: inline-block;
    margin-left: 8px;
  padding: 4px 8px 2px;
    vertical-align: middle;
    position: relative;
    background: #ff5400;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align:  super;  
}

.popup_login {
    display: none;
}

#add_to_cart_popup {
    display: none;
}

#add_to_cart_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999999999;
}

.bestoff {
    background-color: #f8f0ce;
    border: 2px solid #f7e599;
}

.topPonudbe {
    background: linear-gradient(90deg,#ff5400 -427.66%,#fff 26.2%);
    border:1px solid #f7c4acb5;
  border-left: 2px solid #ff5400;
}



#add_to_cart_popup_inner {
    width: 250px;
    height: 140px;
    background-color: #fff;
    position:fixed;
    top: 50%;
    left: 50%;
    padding: 20px;

    margin-left: -120px;

    border-radius: 10px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#add_to_cart_popup_inner h3 {
 padding: 1px;
 margin: 0px 0px;
 text-align: center;
 font-weight: 400;
 font-size: 19px;
}

#add_to_cart_popup_inner select {
 display: block;
 padding: 10px 0px;
 font-weight: 500;
 font-size: 22px;
 text-align: center;
 width: 100%;
 margin-top: 10px;
}

#add_to_cart_popup_button {
    background-color: #F1C604;
    color:#3D3E42;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #FAD703;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 0px;
}

#add_to_cart_popup_button:hover {
    background-color: #FAD703;
    color:#3D3E42;
}


.output4 {
    text-align: center;
    margin-top: 15px!important;
    width: 90%!important;
    max-width: 600px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.output4-err {
  /*  color: #FF0000;    */
}

.output4-ok {
  /*  color: #008000;   */
}

.doplata_za_brzu_dostavu {
    background-color: #E4EBF1;
    margin: 10px 0px;
    padding: 10px;
    border: 2px solid #ff4040;
    padding-top: 1px;
}

.doplata_za_brzu_dostavu.checked {
 border: 2px solid #008000;
 background-color: #e6ffe6;
}
.doplata_za_brzu_dostavu p {
   font-size: 14px;
}
.doplata_za_brzu_dostavu label {
    font-size: 14px;
 }

 .cart-product-doplata {
    font-size: 14px;
    color: #222222;
    font-style: italic;
    margin-top: -5px;
 }

 .max-w-130px {
    max-width: 130px;
 }

 .alert-free-delivery {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 15px 10px;
    font-size: 19px;
    text-align: center;
    display: flex;
  align-items: center;
  gap:10px;
  border-radius: 5px;

 }


 .alert-free-delivery2 {
   text-align: right;
   margin-top: 5px;

 }

 .upsell_free_delivery {
    display: block;
    color: #008000;
    font-size: 14px;
 }

.class_exp {
    color: #0F172A;
    font-size: 13px;
    display: block;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}


a.article_item_mini:hover {
 opacity: 0.9;
}

a.article_item_summer:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.article_item_mini .relative {
 width: 205px;

}

.article_item_mini .product_name {
    height: 40px;
    overflow: hidden;

}

.article_item_mini .product_img {
    width: 130px;
    max-width: 130px;
    height: 200px;
}

.article_item_summer .product_img {
 margin: auto;
    height: 230px;
}

.article_item_summer .relative {
 text-align: center;
}

.article_item_summer .relative img {
 margin: auto;
}

.margin-auto {
    margin: auto
}

.page {
    margin: auto;
    padding-bottom: 40px;
}

.navigation-dropdown-div {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 1;
        animation: fade_in_show 0.5s
}
@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.navigation-dropdown-div.display-none {
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 0;
}


.navigation-dropdown-div a {

}
.navigation-dropdown-div a:hover {
 color: #FFD601;
}




a.link_dimenzija {
    background-color: #EEF2F6;
    display: inline-block;
    color: #64748B;
    border-radius: 8px;
    font-size: 14px;
    height: 44px;
    align-items: center;
 text-decoration: none;
 line-height: 44px;
 padding-left: 20px;
 padding-right: 20px;
}

a.link_dimenzija:hover {
    background-color: #E4EBF1;
}



.zaloga_1 {
    display: block;font-weight: 300;font-size: 26px;color: #47bb47;
}
.zaloga_2 {
    display: block;font-weight: 300;font-size: 26px;color: #f97b00;
}
.zaloga_3 {
    display: block;font-weight: 300;font-size: 26px;color: #ff0f0f;
}
.zaloga_4 {
    display: block;font-weight: 300;font-size: 26px;color: #222222;
}

.brand_buttons {
 display: flex;
 justify-content: space-between;
}

.product-buttons {
     position: relative;
}


.opis_gume_headline {
   font-weight: 600;
 font-size: 40px;
color: #0F172A;
font-family: 'Inter', sans-serif;
margin-top: 20px;
text-indent: 20px;
}

.ds_right div, .ds_right img {
    margin-bottom: 20px;
}


.ocene-ceneje{
    margin-top:10px;
 position: relative;
 text-align: left;
 padding-bottom: 15px;
 margin-left: auto;
 margin-right: auto;
}

.ocene-ceneje .ceneje-wraper {
       display:flex;
       flex-direction: row;
       justify-content: space-between;
       flex-wrap: no-wrap;
   }

.ocene-ceneje .ceneje-wraper .ceneje_div {
 margin:15px 25px;
 padding:15px;
/* box-shadow: 0px 0px 19px 5px rgba(222,221,222,1);   */
border:1px solid #bababa;
 border-radius: 10px;
 flex: 1;
 background-color: #fff;
}

.ocene-ceneje .ceneje-wraper .ceneje_div img.ocene-star{
 margin-top: 10px;
 margin-bottom: 5px;
}

.ocene-ceneje .ceneje-wraper .ceneje_div span.ceneje_div_name{
 margin-top: 10px;
 margin-bottom: 5px;
 display: block;
 color: #9fb1c2;
 font-weight: 400;
 font-size: 16px;
}

.ocene-ceneje .ceneje-wraper .ceneje_div p{
 margin-top: 20px;
 margin-bottom: 5px;
 display: block;
 color: #060606;
 font-weight: 400;
 font-size: 16px;

}

.ocene-ceneje .ceneje-wraper .ceneje_div span.ceneje_div_span1{
    display: block;
 margin-top: 30px;
 margin-bottom: 5px;
 color: #faab18;
 font-weight: 600;
 font-size: 14px;
}

.ocene-ceneje .ceneje-wraper .ceneje_div span.ceneje_div_span1 i {
 color: #faab18;
}




a.vse-ocene {
    color:#000;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    width: 120px;
    margin-left:15px;
}

a.vse-ocene img {
 display: inline-block;
}



.leanpay-form {
 padding: 5px;
 display: flex;
 flex-direction: row;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 background-color: #fff;
}

.leanpay-form .lean-left {
  flex: 1;
  margin-top: 15px;
}

.leanpay-form .lean-left .lean-left-inner {
 margin: 0px 0px;
 margin-right: 50px;
 padding: 20px;
 min-height: 270px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 border-radius: 5px;
 max-width: 750px;
}

#znesek_pnevmatik  {
 display: block;
 text-align: left;
 color: #3D3E42;
 font-weight: 400;
 font-size: 19px;
 margin: 2px 0px;
}


.leanpay-form .lean-right {
  flex: 1;
  margin-top: 15px;
}

.leanpay-form .lean-right img {
 width: 100%;
 max-width:  600px;
}

.leanpay-calculator {
 position: relative;
}
.leanpay-calculator p {
 margin: 2px 0px;
 padding: 0px;
 color: #000;
 font-weight: 400;
 font-size: 36px;
}
.leanpay-calculator p b {
 color: #000;
}

a.leanpay-calculator-link {
 background: url(/assets/img/lean-kalkulator-link.png) center no-repeat;
 width: 178px;
 height: 71px;
 line-height: 71px;
 text-align: center;
 font-weight: 500;
 font-size: 26px;
 color: #fff;
 text-decoration: none;
 margin-top: 20px;
 display: inline-block;
/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); border-radius: 5px;   */
float:right;
margin-right: 30px;
}

a.leanpay-calculator-link:hover {
 opacity: 0.8;
}

a.leanpay-calculator-link2 {
 background: url(/assets/img/preveri.png?v=3) center no-repeat;
 width: 216px;
 height: 103px;
 line-height: 103px;
 text-align: center;
 font-weight: 500;
 font-size: 26px;
 color: #fff;
 text-decoration: none;
 margin-top: 20px;
 display: inline-block;
 margin-top: 20px;
}

a.leanpay-calculator-link2:hover {
 opacity: 0.8;
}





form.opomnik {
 margin:10px 5px;
}

form.opomnik .opomnik-input {
 display: inline-block;
 width: 550px;
 height: 60px;
 line-height: 60px;
 border: 1px solid #F5F5F5;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
 font-weight: 300;
 font-size: 28px;
 color: #c0c0c0;
 text-align: center;
float: left;
border-radius: 5px;
}

form.opomnik .opomnik-btn {
 width: 140px;
 height: 64px;
 line-height: 64px;
 text-align: center;
 color: #3e3f43;
 font-weight: 300;
 font-size: 30px;
 text-align: center;
 border: none;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
float: left;
margin-left: 15px;
border-radius: 5px;
cursor: pointer;
}

form.opomnik .opomnik-btn:hover {
 background-color: #fae500;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999999;
    display: none;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
}

.overlay img {
    width: 128px;
    height: 128px;
    margin: auto;
vertical-align: middle ;
margin-top: 25%;
position: absolute;
}

table.brands {
    margin: 20px 0px;
    border-collapse: collapse;
    border: 1px solid #dadada;
}

table.brands tr th {
 background-color: #FFE400;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}

table.brands tr.znamka_headline {
 background-color: #FFE400;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}

table.brands tr td {
    border: 1px solid #dadada;
    padding: 10px;
}

table.brands tr:hover td {
 background-color: #FFFACD;
}


table.brands a.mylink5 {
 font-size: 20px;
 color: #00529B;
 font-weight: bold;
}

table.brands a.mylink5:hover {
 color: #EBD300;
}

table.brands tr.znamka_izdelki_tr td {
 padding: 5px;
}

table.brands a.mylink6 {
 font-size: 17px;
 color: #00529B;
}

table.brands a.mylink6:hover {
 color: #EBD300;
}

a.arhivirani {
    text-decoration: underline;
    color: #696969;
}

a.arhivirani:hover {
    text-decoration: underline;
    color: #00529B;
}


table.brands a.mylink7 {
 font-size: 17px;
 color: #696969;
}

table.brands a.mylink7:hover {
 color: #EBD300;
}

em.inactive {
     text-decoration: line-through;
 color: #696969;
}


.dimenzije_div {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    gap:20px;
}

.dimenzija_column {
    flex: 1;
    border-right:1px solid #bababa;
    padding-right: 15px;
}

.dimenzija_column h3 {
 background-color: #FFE400;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
}

.dimenzija_column h3 a {
 display: block;
 text-decoration: underline;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}

.dimenzije_items {
    margin-top: 15px;
}

.dimenzije_items a {
 display:block;
 text-decoration: none;
 color:#000;
}
.dimenzije_items a:hover {
 display:block;
 text-decoration: none;
 color:#E6C100;
}

.dimenzije_items a em {
 text-decoration: none;
 color:#A9A9A9;
}

.dimenzije_div table {
 border-collapse: collapse;
 width:99%;
}

.dimenzije_div table tr th {
 background-color: #FFE400;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}
.dimenzije_div table tr th a {
 display: block;
 text-decoration: underline;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}


.dimenzije_div table tr td {
    border: 1px solid #dadada;
    padding: 10px;
}

.dimenzije_div table tr td a {
 display:block;
 text-decoration: none;
 color:#000;

}

.dimenzije_div table tr td a:hover {
 text-decoration: underline;
 color: #00529B;
}

.dimenzije_div table tr td a em {
 color: #696969;
}

.dimenzija_column {

}

.register-login {
    margin: 5px;
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.register-login .login {
    flex: 1;
    padding: 5px;
    margin-top: 10px;
}


.register-login .register {
    flex: 1;
    padding: 5px;
    margin-top: 10px;
}

.register-login h4 {
 display: block;
 font-size: 24px;
  background-color: #f9f8f7;
   color: #b7b7b7;
   font-weight:300;
   padding: 10px 0px;
   text-indent: 10px;
}

@media screen and (max-width: 768px){
    .register-login {
        flex-direction: column;
    }

    .register-login h4 {
     font-size: 20px;
    }

    .register-login .register {
      border-top: 1px solid #dadada;
        margin-top: 30px;
        padding-top: 10px;
    }

    .kontakt .kontakt-form form .row {
     display: flex;
     flex-direction: column;
     margin-top: 10px;
    }
    .kontakt .kontakt-form form .row .inp2 {
     margin-left: 0px;
     padding-left: 10px;
     margin-top: 15px;
    }


}

.filter-section {

}

.filter-headline {

}

.filter-value {
    text-transform: none;
}

.filter_znamke_wraper {

}

.filter_znamke_wraper .filter-section {
 height: 320px;
 overflow-y: scroll;
}

.products_top {
    align-content: center;
    align-items: center;
}

h1.products_searches {
    margin: 0px;
    padding: 0px;
    font-size: 19px;

}


.mybtn {
 background-color: #FFD601;
 border-radius: 10px;
 text-align: center;
 color: #000;
 display: inline-block;
 text-decoration: none;
 padding: 7px 20px;
 border: none;
 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
 margin-top: 15px;
 word-break: keep-all;
 word-wrap: 0;
 overflow: hidden;
border-radius: 6px;
font-family: 'Outfit', sans-serif;
font-size: 14px;
font-weight: 600;
transition: all 0.2s;
display: flex;
justify-content: center;
align-items: center;

}

.mybtn:hover {
 background-color: #E6C100;
 color: #323234;
}

.mybtn-gray {
 background-color: #f9f8f7;
 border-radius: 7px;
 text-align: center;
 color: #323234;
 font-weight: bold;
 font-size: 25px;
 display: inline-block;
 text-decoration: none;
 padding: 10px 20px;
 border: none;
 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
 margin-top: 15px;
}

.mybtn-gray:hover {
 background-color: #F1C604;
}

.filter-select.order-dropdown .select-items {
    height: 200px;
    overflow:  hidden;
}

div.found {
    font-size: 14px;
    color: #696969;
 margin: 15px 0px;
 padding: 1px;
}

div.article_item_brand_logo {
 align-items: flex-start;
 align-self: flex-start;
}

div.article_item_brand_logo img {
    max-width: 300px;
    max-height: 50px;
}

a.article_item_img_link {
 width: 100%;
 display:  flex;
 justify-content: center;
}

a.article_item_img_link img {
 max-width: 180px;
 max-height: 280px!important;
}


@media screen and (max-width: 960px){
.services-list .service {
  width: auto!important;
}


    a.article_item_img_link {
     width: 100%;
     display:  flex;
     justify-content: center;
     max-width: 100%;
     margin: auto;
     text-align: center;
    }

    a.article_item_img_link img {
     max-width:  none;
     max-height:  none!important;
     width: 100%;
     max-width: 100%;
    }

    .article_item_summer .product_img {
        margin: auto;
     max-width:  none;
     max-height: 250px;
     width: auto;
     max-width:100%;


    }


}

a.article_item_img_link_fixed {
    width: 250px;
    display: block;
    text-align: center;
     position: relative;
}

a.article_item_img_link_fixed img {
    max-width: 220px;
    max-height: 250px;
    margin: auto;
}


a.article_item_title_link {
 color:#0F172A;
 text-decoration: none;
}

span.ptitle_quantity {
    display: block;
    max-width: 300px;
}

.related-items-stock {
  background-color: #fff;
  margin: 10px auto;
  max-width: 1000px;
}

.related-item-stock {
 margin: 10px 20px;
 border-bottom: 1px solid #B7B7B7;
}

.related-item-stock a {
 color: #3D3E42;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  margin-left: 0px;
}

.related-item-stock a:hover {
 color: #FAD703;
}

.badge-cena {
    background-color: #1776B6;
    padding: 3px 10px;
    display: inline-block;
    margin: 1px 5px;
    font-weight: 300;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
}

.badge-kolicina {
    background-color: #FAD703;
    padding: 3px 10px;
    display: inline-block;
    margin: 1px 5px;
    font-weight: 300;
    font-size: 17px;
    border-radius: 5px;
    color: #3D3E42;
}

.kontakt {
 width: 100%;
}

.kontakt h3 {
 text-align: center;
}

.kontakt .kontakt-form {
    margin-top: 15px;
  padding: 15px;
}

.kontakt .kontakt-form form .row {
 display: flex;
 flex-direction: row;
 margin-top: 10px;
}

.kontakt .kontakt-form form .row .inp2 {
 flex: 1;
 border: 1px solid #fcd21e;
 border-radius: 5px;
 box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

 padding: 10px;
 margin-left: 10px;
 padding-left: 10px;
}

.kontakt .kontakt-form form .row .inp2:focus {
 background-color: #FFFACD;
}

.kontakt .kontakt-form form .row .txt2 {
 flex: 1;
 border: 1px solid #fcd21e;
 border-radius: 5px;
 padding: 10px;
}

.kontakt .kontakt-form form .row .btn2 {
 display: block;
 flex: 1;
 background-color: #fcd21e;
 color:#fff;
 text-align: center;
 font-weight: bold;
 font-size: 18px;
 padding: 7px;
 cursor: pointer;
 letter-spacing: 0.05em;
 border: none;
 border-radius: 5px;

 max-width: 200px;
 margin: 10px auto;
 padding-left: 15px;
 padding-right: 15px;
}

.kontakt .kontakt-form form .row .btn2:hover {
 background-color: #F1C604;
}

.kontakt .kontakt-form form .row .lbl2 {

}
.kontakt .kontakt-form form .row .lbl2 .chk2 {
 padding-left: 5px;
}

.kontakt .kontakt-podaci {
 margin-top: 50px;
 display: flex;
 flex-direction: row;
}

.kontakt .kontakt-podaci .kontakt-podaci-div {
 flex: 1;
 margin-left:10px;
 margin-top:5px;
}

.kontakt .kontakt-podaci .kontakt-podaci-div h4 {
 text-align: left;
}

.kontakt .kontakt-podaci .kontakt-podaci-div h4 i {
 font-size: 22px;
 color: #FFE400;
}
.kontakt .kontakt-podaci .kontakt-podaci-div h4 span {
 font-weight: normal;
 font-size: 20px;
 text-transform: uppercase;
 line-height: 120%;
}

.kontakt .kontakt-podaci .kontakt-podaci-div p {
 padding-left: 30px;
 margin-top: 5px;
 padding-top: 2px;
}

.kontakt .kontakt-podaci .kontakt-podaci-div p a {
 text-decoration: none;
 font-size: 17px;
 color: #00529B;
}
.kontakt .kontakt-podaci .kontakt-podaci-div p a:hover {
 text-decoration: underline;
}

.kontakt .kontakt-podaci .kontakt-podaci-div p.vreme {
 display: block;
}
.kontakt .kontakt-podaci .kontakt-podaci-div p.vreme span {
 display: inline-block;
 width: 80px;
}

.kontakt .kontakt-map {
 margin-top: 20px;
 width: 100%;
}

.kontakt .kontakt-map img {
 width: 99%;
}

.kontakt .kontakt-map iframe {
 width: 99%;
}


.kontakt-ajax-output {
    display: block;
    margin: 10px 30px;
    padding: 10px;
    border: 1px solid #dadada;
    text-align: center;
    display: none;
    border-radius: 2px;
}

.kontakt-ajax-output.ok {
    border: 1px solid #008000;
    background-color: #69E869;
    color: #fff;
}

.kontakt-ajax-output.err {
    border: 1px solid #FF0000;
    background-color: #FF7F50;
}


.topb {
    margin-left: auto;
    margin-right: auto;
    width: 606px;
    position: relative;
}

.topb img {
 width: 99%;
}


.swal_cart {

}

#swal2-title {

}

#swal2-title span.swal_headline {

    font-size: 1em;

}
.swal_description {
    font-size: 0.8em;
}

.swal_buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
}

.swal_buttons .btn-swal-close {
    background-color:#6E7881;
    color:#fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 0.8em;
}
.swal_buttons .btn-swal-confirm {
    background-color:#9CD879;
    color:#fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 0.8em;
}

.swal_buttons .btn-swal-close:hover {
    background-color: #6e7881;
}

.swal_buttons .btn-swal-confirm:hover {
    background-color:#a5dc86;
}

#top_added {
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: none;
    z-index: 99999999;
}

.email_err {
    color: #FF0000;
    display:none;
}

.moja_narocila {
    margin: 10px 0px;
    clear: both;

}

.moja_narocila table {
    border-collapse: collapse;
    width: 90%;
}

.moja_narocila table tr th {
 padding: 10px;
 border: 1px solid #dadada;
}

.moja_narocila table tr td {
 padding: 10px;
 border: 1px solid #dadada;
}

.moja_narocila table tr:hover td {
 background-color: #FFFACD;
}
.moja_narocila table tr:hover {
 background-color: #FFFACD;
}

span.ceka-placilo {
    color: #FFA500;
}
span.placano {
    color: #008000;
}

span.poslato_datum {
    color: #696969;
    font-size:13px;
    display: block;
}

a.tracking_link {
    color: #00529B;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.email_register_output {
    display: block;
    padding: 2px;
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
}

.email_register_output.ok {
 color: #008000;
}

.email_register_output.err {
 color: #FF0000;
}

.email_register_output.err:before {
    content: "\f057";
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    position:absolute;
    top:5px;
    left:0px;
 }


.email_register_output.ok:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    position:absolute;
    top:5px;
    left:0px;
 }


table.tracking_table {
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid #dadada;
    width: 500px;
}

table.tracking_table caption  {
 text-align: center;
 font-size: 17px;
 background-color: #00529B;
 padding: 10px;
 color:#fff;
}

table.tracking_table tr th  {
 background-color: #FFE400;
 color:#000;
 padding: 10px;
 border: 1px solid #dadada;
 font-size: 15px;
 text-align: left;
}

table.tracking_table tr td  {
 border: 1px solid #dadada;
 font-size: 15px;
 padding: 5px;
 text-align: left;
}

a.btn_cart {
    position: relative;
}

span#cart_total_items {
 position: absolute;
 color: #696969;
 background-color: #F5F5F5;

 height:18px;
 line-height: 18px;
 width: 18px;
 top: -5px;
 left: 20px;
 border-radius: 50%;
 font-weight: 400;
 font-size: 14px;
 text-indent: 0px;
 text-align: center;
 font-family: 'Inter', sans-serif;
 display: none;
}

span#compare_total_items {
 position: absolute;
 color: #696969;
 background-color: #F5F5F5;

 height:18px;
 line-height: 18px;
 width: 18px;
 top: -5px;
/* left: 20px;  */
margin-right:-15px;
 border-radius: 50%;
 font-weight: 400;
 font-size: 14px;
 text-indent: 0px;
 text-align: center;
 font-family: 'Inter', sans-serif;
 display: none;
}

span#wishlist_total_items {
 position: absolute;
 color: #696969;
 background-color: #F5F5F5;

 height:18px;
 line-height: 18px;
 width: 18px;
 top: -5px;
/* left: 20px;  */
margin-right:-15px;
 border-radius: 50%;
 font-weight: 400;
 font-size: 14px;
 text-indent: 0px;
 text-align: center;
 font-family: 'Inter', sans-serif;
 display: none;
}

#cart_response {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    top:0px;
    right: 0px;
    width: 350px;
    padding: 10px;
    z-index: 99999999999;
    padding: 10px 10px;
    display: none;
    border-top: 1px solid #F5F5F5;
    border-radius: 7px;
    color: #000;
}

#cart_response .cart-product {
 border-bottom: 2px solid #E6E6FA;
 margin:5px 0px;

}

#cart_response .cart-product .cart-product-flex {
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 justify-content: space-between;
 align-items: center;
}

#cart_response .cart-product img {
 width: 100px;
}

#cart_response .cart-product a.cart_product_title {
 color: #3D3E42;
 text-decoration: none;
 font-weight: 300;
 font-size: 17px;
 display: block;
}

#cart_response .cart-product a.cart_product_title:hover {
 color: #F1C604;
 text-decoration: none;
 background: none;
}



#cart_response .cart-product p.cart_kolicina {
 width: 80px;
}

#cart_response .cart-product p.cart_kolicina input.cart_product_quantity{
 display: block;
 border-radius: 5px;
 font-weight: 400;
 text-align: center;
 font-size: 19px;
 width: 70px;
 padding: 10px;
 border: 1px solid #E3E3E3;
}

#cart_response .cart-product p.cart_product_unit_price {
 font-weight: 500;
 font-size: 19px;
 color: #535353;
 margin-left: 10px;
}

#cart_response .cart-product p.cart_product_price {
 font-weight: 700;
 font-size: 19px;
 color: #000;
 margin-left: 10px;
}

#cart_response .cart-product a.cart_product_ukloni {
 text-decoration: none;
 color: #FF0F0F;
 width: 20px;
 height: 20px;
 line-height: 20px;
 margin-left: 10px;
 font-size: 1.5em;
}

#cart_response .cart-product a.cart_product_ukloni:hover {
 color: #323234;
 text-decoration:none;
 background:none;
}

.popup_cart_summary {

}

.popup_cart_summary .popup_cart_table {
 width: 99%;
 border-collapse: collapse;
 border: 1px solid #F5F5F5;
}
.popup_cart_summary .popup_cart_table tr td {
 border: 1px solid #F5F5F5;
 font-weight: 300;
 font-size: 15px;
 padding: 5px;
}
.popup_cart_summary .popup_cart_table tr td b {
 font-weight: 500;
 font-size: 15px;
}

.popup_cart_summary .poglej_kosarico {
 display: block;
 float: right;
 width: 160px;
 height: 20px;
 line-height: 20px;

}

.popup_cart_summary .poglej_kosarico:hover {

}

.paymentInfoCart {
    font-weight: 300!important;
    font-size: 11px!important;
}

.paymentInfoCart b {
    font-weight: 500;
    font-size: 11px;
    color: #FF0000;
}

.product-button.selected {
  background-color: #F5F5F5;
border: 1px solid #FF0000;
 color: #FF0000;
}

.register-login {
    margin: 5px;
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.register-login .login {
    flex: 1;
    padding: 5px;
    margin-top: 10px;
}


.register-login .register {
    flex: 1;
    padding: 5px;
    margin-top: 10px;
}

.register-login h4 {
 display: block;
 font-size: 24px;
  background-color: #f9f8f7;
   color: #b7b7b7;
   font-weight:300;
   padding: 10px 0px;
   text-indent: 10px;
}

@media screen and (max-width: 768px){
    .register-login {
        flex-direction: column;
    }

    .register-login h4 {
     font-size: 20px;
    }

    .register-login .register {
      border-top: 1px solid #dadada;
        margin-top: 30px;
        padding-top: 10px;
    }

    .kontakt .kontakt-form form .row {
     display: flex;
     flex-direction: column;
     margin-top: 10px;
    }
    .kontakt .kontakt-form form .row .inp2 {
     margin-left: 0px;
     padding-left: 10px;
     margin-top: 15px;
    }


}

.myform {
    display: block;
    margin-top: 15px;
}

.myform label {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
}

.myform .myinp {
    display: block;
    padding: 5px;
    margin-top: 5px;
     height: 30px;
     line-height:30px;
     border: 1px solid #dadada;
    width: 95%;
    text-indent: 10px;
    border-radius: 5px;
}

.myform .custom_select {
    display: block;
    padding: 5px;
    margin-top: 5px;
     height: 30px;
     line-height:30px;
     border: 1px solid #dadada;
    width: 95%;
    text-indent: 10px;
    border-radius: 5px;
}

.myform .myinp:focus {
 background-color: #FFFACD;
}


.article_item_summer .add-to-cart-button{
    padding-left: 10px;
}


a.popup_modal_close {
    text-decoration: none;
    color: #686868;
    width: 32px;
    height: 32px;
    top: 0px;
    right: 0px;
    position: absolute;
}

a.popup_modal_close:hover {
    text-decoration: none;
    color: #3D3E42;
}


#popup_modal_register {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5%;
    z-index: 99995;
}

#popup_modal_login {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5%;
    z-index: 99996;
}

#popup_modal_login,#popup_modal_register {
    display: none;
}

.popup_login {
    background-color: #fff;
   max-width: 720px;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
 margin: 20px auto;
 padding: 20px;
 border-radius: 10px;
 border: 1px solid #DCDCDC;
}

.popup_login h3 {
 color: #33d3e42;
 font-weight: 500;
 font-size: 28px;
 margin: 5px 0px;
 padding: 1px;
 text-align: center;
 margin-top: 20px;
}

.popup_login p {
 color: #999999;
 font-weight: 300;
 font-size: 26px;
 margin: 5px 0px;
 padding: 1px;
 text-align: center;
}

.popup_login form {
 position: relative;
 max-width: 450px;
 margin-left: auto;
 margin-right: auto;
}

.popup_login form label {
 color: #3d3e42;
 font-weight: 300;
 display:inline-block;
 font-size: 30px;
 margin-top: 20px;
}

.popup_login form label.radio_label {
    font-weight: 300;
    font-size: 21px;
}

input.popup_input {
 color: #3d3e42;
 font-weight: 300;
 display:block;
 font-size: 24px;
 border:1px solid #EAEBEF;
box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
 width: 100%;
 margin: 10px 0px;
 padding: 5px 0px;
 border-radius: 7px;
 text-indent: 10px;

}
textarea.popup_txt {
 color: #3d3e42;
 font-weight: 300;
 display:block;
 font-size: 20px;
 border:1px solid #EAEBEF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
 width: 100%;
 margin: 5px 0px;
 padding: 5px 0px;
 border-radius: 7px;
 text-indent: 10px;
}


select.custom_select {
color: #64748B;
 background-color: #EEF2F6;
 font-weight: 400;
 display:block;
 font-size: 14px;
 border:1px solid #EAEBEF;
 width: 100%;
 margin: 0px 0px;
 padding: 0px 0px;
 border-radius: 8px;
 text-indent: 5px;
height: 44px;
 line-height: 44px;
}

.height-44 {
    height: 44px;
    line-height: 44px;
}

.popup_submit {
 color: #3d3e42;
 background-color: #FFD601;
 border: 1px solid #fae500;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
text-align: center;
/*padding: 10px 25px;  */
font-weight: 500;
font-size: 28px;
border-radius: 6px;
 margin: 10px auto;
 cursor: pointer;
 width:  auto;
 height: 70px;
 line-height: 70px;
 position: relative;
 display: block;
 margin-top: 35px;
 padding: 1px 15px;
}

.popup_submit_gray {
 background-color: #f9f8f7;
 border: 1px solid #EAEBEF;

}


.popup_submit:hover {
    background-color: #F1C604;
}

.dostava_alternativna {
    background-color: #F5F5F5;
 padding: 10px;
 border-radius: 0px;
 display: none;
}


.user_type {
    position: relative;
    margin: 10px 0px;
    display: flex;
    flex-direction:row;
    justify-content: center;
    flex-wrap: nowrap;
}

.user_type a {
 flex: 1;
 margin: 10px;
 color: #fae500;
 font-weight: 500;
 font-size: 30px;
 text-decoration: none;
 text-align: center;
 border: 2px solid transparent;
  transition: 0.3s;

}

.user_type a span {
 display: block;
 color: #a1a1a1;
}

.user_type a:hover,.user_type a.selected {
 background-color: #FFFCE0;
 border: 2px solid #DCDCDC;
 border-bottom: 5px solid #FDD90D;
}

.pravna_oseba {
    display: none;
}


a.link_raw {
    text-decoration: none;
    color: #000;
}

#checkout input[type="radio"] {
  position: relative;
  opacity: 1;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  accent-color: #000;
}

.filter-select-checkout .select-selected {
    height: 48px;
    margin-top: 4px;
}

label.checkout-checkbox span {
    margin-top: 2px;
}


.myflex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;

}

.myflex .popup_input {
    margin-top: 0px;
}


input.popup_input.non_si_postcode {
    display: none;
}

.pt_exp {
    margin-top: 2px;
    font-size: 14px;
    color: #64748B;
    margin-left: 20px;
    padding: 1px 2px;
    display: none;
}

.checkout-switch input:checked + .slider {
    background-color: #FFD601;
}

#checkout input[type="radio"]:checked {
/*  accent-color: #FFD601;  */
/*  box-shadow: 0 0 0 1px #FFD601;  */

}



.quantity-select-number {
    margin-top: 10px;
    position: relative;
}
.quantity-select-number input.cart_product_quantity2 {
    width: 50px;
    height:30px;

 padding: 5px;
 font-size: 19px;
 font-weight: bold;
 margin: auto;
 text-align: center;
 border-radius: 5px;
    border: 1px solid #D4D4D4;

}

.skupaj_div {
    min-height: 44px;
    /*line-height: 44px;  */
    padding-top: 5px;
    padding-bottom: 5px;
}

.upn_cena_span {
    max-width: 90px;
}

.filter-select-custom {
position:relative;
  width: 100%;
}

.filter-select-custom select {
  background-color: #EEF2F6;
  color: #64748B;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  height: 44px;
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 4px solid transparent;


}

.icon-floating-menu {
    display: none;
}

.article_item_mini_price {
    font-size: 22px;
}
img#logo {
    max-width: 300px;
}

.swal2-confirm {
    background-color:#FFD601!important ;
    color:#000!important ;
}


a.mylink1 {
    color: #455BFF ;
 text-decoration: none;
}
a.mylink1:hover {
    color: #146AA3 ;
 text-decoration: underline;
}



h1.profil_headline {
      color: #3d3e42;
      font-size: 48px;
      font-weight: 500;
      margin: 10px 0px;
      padding: 1px;

}

p.profil_intro {
      color: #3d3e42;
      font-size: 30px;
      font-weight: 300;
      margin: 10px 0px;
      padding: 1px;
}

a.cart_product_title {
    text-decoration: none;
    color: #000;
}


.footer-bottom {
 margin-top: 10px;
 padding-top: 20px;
 padding-bottom: 20px;
 margin-right: 0px;
 margin-left: 0px;
 display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.footer-bottom-left {

}

.footer-bottom-center {

}

img.trustMark {
 margin-right: 15px;
 max-width: 100px;
}

img.payments_img {
 max-height: 100px;
}

.fpayments {
    display: flex;
    flex-direction: row;
 justify-content: flex-end;
 margin-right: 20px;
 margin-top: 15px;
}

.fpayments img {
 margin: 1px 10px;
 max-height: 35px;
}



.search-avto {

}

.search-moto {

}

.hidden {
    display: none;
}

.showFlex {
    display: flex;
}

.item_info_link {
    color: #1E90FF;
 text-decoration: none;
}

.item_info_link:hover {
 background-color: #fff;
}

.product_main_image_div {
    min-width: 400px;
 text-align: center;
}

img.product_main_image {
 max-width: 130px;
 max-height: max-content;
 text-align: center;
 margin: auto;
}

.email_err {
    display: none;
    color: #FF0000;
}

a.btn-admin-icon {
    margin-left: 5px;
     text-decoration: none;
     color: #1776B6;
     font-size: 16px;
}

.spacing-20 {
    display: block;
    height: 20px;
    line-height: 20px;
}
.leanpay {

}

.leanpay img {
    display: block;
}


.product-buttons-div {
    background-color: #fff;
    z-index: 9;
}

.article_item_mini {
    border-right: 1px solid #E3E3E3;
    padding-right: 5px;

}


.company-only-field
 {
     display: none;
 }



.col-model-generacija {
    width: 180px;
}

.mobile-menu ul {
 margin: 1px;
 padding: 1px;
 list-style:  none;
 margin-left: 15px;
}

.mobile-menu ul li {
 display: block;
 margin-top: 2px;
}


.mobile-menu ul li a {
 text-decoration: none;
 text-decoration: none;
color: #7E90A9;
font-family: "Urbanist", sans-serif;
font-size: 17px;
}

.mobile-menu ul li a:hover {
 color: #000;
}


a.mobile_menu_link {
    text-decoration: none;
}

a.mobile_menu_link:hover {
    color: #696969;
}

#menu .container-xl {
    justify-content: space-between;
}

.color-black {
    color: #000;
}

.wishlist_total_items_mobile,.compare_total_items_mobile {
     color: #999999;
     margin-left: 15px;

    background-color: #F5F5F5;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    text-indent: 0px;
    text-align: center;
    font-family: 'Inter', sans-serif;

}


.wishlist_total_items_mobile.mfix, .compare_total_items_mobile.mfix {
    position: absolute;
    margin: 0px;
    top: -15px;
}




span#cart_total_items_mobile {
  position: absolute;
color: #999999;
  background-color: #F5F5F5;
  height: 18px;
  line-height: 18px;
  width: 18px;
  top: -15px;
  left: 20px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 14px;
  text-indent: 0px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  display: none;
}

.popup_login_buttons {
    display: flex;
    justify-content: center;
    gap:15px;
}

a.popup_register_link {
 text-decoration: none;
}

.sub_menu {
    display: none;
}

.mm_hidden {
    display: flex;
}

img.arrow_rotate {
        transform: rotate(90deg);
}

.mobile-search {
        padding: 31px 24px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
}


.mobile-search form.form-search {
  display: flex;
  flex-direction: column;
  gap:20px;
  width: 95%;
  height: 100%;
  margin: auto;
  border-radius: 0px;
  background-color: #fff;
  padding-top: 20px;
}


.mobile-search form.form-search .hitri-iskalnik-input {
width: 100%;
height: 50px;
line-height: 50px;
padding-left: 10px;
padding-right: 10px;
border-radius: 50px;
background-color: #2C2D3A;
position: relative;
left: 0;
border: 1px solid #bababa;
font-weight: 400;
font-size: 17px;
z-index: 5;
color: #FFFFFF;
}

.mobile-search form.form-search button {
    background-color: #FFD601;
    position: relative;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 5;
    font-size: 17px;
    color: #0F172A;
    font-weight: 600;
    transition: all 0.2s;
}


.mobile-search form.form-search button:hover {
    background-color:  #F97B00;
}


p.vin_output_exp {
    font-size: 13px;
 color: #686868;
 margin: 5px;
 padding: 2px;
 max-width: 400px;
}

a.footer_logo_link {
    text-align: right;
}

.trenutno-raspolozivo-mobile {
    display: none;
}

.mobile_banner {
    display: none;
    width: 100%;
}
.mobile_banner img {

    width: 100%;
}

.add-to-cart-button-compare-mobile {
     padding-right: 0px!important;
font-size: 13px;
font-weight: 600;
column-gap: 5px;
text-align: center;
display: block;
margin: auto;
}

.mobile_compare_headline {

}

.compare_number {
     background-color: #000;
     border-radius: 50%;
     text-align: center;
     color: #fff;
     font-weight: 700;
     font-size: 28px;
     width: 35px;
     height: 35px;
     line-height: 35px;
     padding: 0px;
}



#search-filter {

}

.aside_filter {

}

.aside_filter .filter-select-custom select {
    padding-left: 15px;
}

#aside_mobile {

}

.search-mobile {

}
#mobile_slider-non-linear-step-value {
    display: none;
}

.dms {
    background-color: #fff;
}

    .products_searches_mobile {
        display: none;
    }

#pagination {
    margin-right: 30px;
}

.pagination_wraper {

}

.pagination-links {
    gap:15px;
}


a.article_item_img_link_mini {
 text-align: center;
 display: flex;
}

a.article_item_img_link_mini img {
 max-height: 140px;
 margin: auto;
 max-width: 200px;
}

.mini_right {
    margin-left: 7px;
}

#banner-sezona {
padding-top: 132px;
height: 175px;
 width:100%;
    background-color: #000;
    background-size:  contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    display: block;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

#banner-sezona .sezona_baner_img {

}

#banner-sezona .sezona_baner_img img {

}

.performance-info {

}

.mobile_headline {
    display: none;
}

a.compare_item_title {
    color:#000;
    text-decoration: none;
}

a.compare_item_title_mobile {
    color:#000;
    text-decoration: none;
}

.admin_pinfo {
    background-color: #FFFACD;
    padding:10px;
}


#avtostop .service {
 position: relative;
 /*padding-bottom: 50px;  */
 min-height: 250px;
}

#avtostop a.yellow-cta {
    position:  absolute;
    bottom: 25px;

}

span.required_span {
    color: #FF0000;
}

a.mylink_brand {
    display: block;
 color: #000000;
  font-size: 17px;
  text-decoration: none;
 }


a.mylink_brand img {
    display: block;
    max-width:250px;
}

span.span45 {
    display: block;
    font-size: 14px;
    color: #A9A9A9;
}

span.pquantity {
    color: #696969;
 font-style: italic;
}

.najniza_cena_30dana {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #3d3e42;
    margin: 2px 0px;
    padding: 0px;
}

.najniza_cena_30dana span {
 font-weight:500;
}

.tbl_zadnje_prodaje {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bababa;
    font-size: 13px;
}
.tbl_zadnje_prodaje tr td {
    border: 1px solid #bababa;
    font-size: 13px;
    padding: 2px;
}

.toggleadvanced {
    cursor: pointer;
}
#banner-sezona-mobile {
    display: none;
}

.leanpay {
    width: 100%;
    background-color: #FB5673;
    text-align: center;
}
.leanpay a {
    width: 100%;
 display: block;
    text-align: center;
}
.leanpay a img {
    width: 100%;

}

.baner_product_mobile {
    margin-top: 20px;
    display: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.baner_product_desktop {
    position: relative;
    margin-top: 30px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
 max-width: 400px;
}

a.btn_leanpay_preveri {
    display: inline-block;
    background: linear-gradient(-90deg,#ffa667,#ff6a71);
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    border-radius: 2px;
    background-color: rgba(255,255,255,.16);
    transition: all .2s ease-in-out;
    color: #fff;
     text-decoration: none;
     font-size: 14px;
}

a.btn_leanpay_preveri:hover {
transform: translateY(-2px);
opacity: 1;
}

.info_leanpay_preveri {
/*    display: block;   */
    font-size: 13px;
 color: #696969;
 margin-bottom: 20px;
}

.breadcrumb {
    position: relative;
    background-color: #DCDCDC
}

a.cat_link {
    text-decoration: none;
    color: #1776B6;
}
a.cat_link:hover {
    text-decoration:  underline ;
    color: #146AA3;
}

p.info6 {
    background-color: #FFE400;
 font-weight: 500;
 font-size: 15px;
 padding: 10px;
  margin:10px;

}

#platisca_wraper {
    position: relative;
    margin-top: 30px;    
}

#platisca_wraper .container-lg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    align-content: center;
    gap:15px;
}

#platisca_wraper .aside_platisca {
    flex-shrink:0;
    width: 20%;
    padding-right: 15px;
    border-right: 2px solid #bababa;
}



#search_article_product {
    position: relative;
    margin-top: 30px;
}


#search_article_product .container-lg {
     display: flex;
     flex-direction: row;
     justify-content: center;
     margin: auto;
     align-content: center;
     gap:15px;
}

#search_article_product .products_searches {
    margin: 10px 0px;
    padding: 3px;
}

#search_article_product #search-filter {
flex-shrink:0;
width: 20%;
}
#search_article_product .products_listing {
 padding-left: 10px;
}


.article_product img.product_main_image{
 max-width: 350px;
}

.product_right_box {
border-radius: 8px;
margin-top: 0px;
border: 1px solid #ECEFF4;
background-color: #F5F5FA80;
padding: 33px 21px 52px 20px;
margin-bottom: 20px;
}

.box_verige_upsell {
 margin-top: 20px;
 padding: 10px!important;
 padding-bottom: 0px;

}

.bg-snow {
 background-image: url(/images/verige-box-bg.png);
background-size: contain;
background-repeat: no-repeat;
background-position: right bottom;
background-color: aliceblue;
}

.box_verige_upsell h2 {
 margin: 1px;
 padding: 1px;
 font-size: 19px;
}

.box_verige_upsell h3 {
 margin: 1px;
 padding: 1px;
 font-size: 15px;
}
.box_verige_upsell h3 i {
 color: #008000;
}

.verige_upsell {
 position: relative;
}

.verige_upsell .verige_upsell_item {
 display: flex;
 justify-content: flex-start;
 flex-direction: row;
 flex-wrap: nowrap;
 margin-top: 3px;
}

.verige_upsell .verige_upsell_item .verige_upsell_left {
 width: 150px;
}

.verige_upsell .verige_upsell_item .verige_upsell_right {
 padding-left: 10px;
}

.verige_upsell .verige_upsell_item a.verige_item_img_link  {

}

.verige_upsell .verige_upsell_item a.verige_item_title_link {
 text-align: left;
 font-size: 18px;
 height: auto;
 margin-top: 1px;
 overflow: visible;
}


.verige_upsell .verige_upsell_item .verige_bottom {

}

.verige_upsell .verige_upsell_item .verige_price {
 display: block;
 text-align: left;
 margin-top: 15px;
}

.badge10off {
    background-color: #47BB47;
 display: inline-block;
 margin-left: 10px;
 padding-left: 5px;
 color: #fff;
 font-weight: 400;
 font-size: 12px;
 padding: 1px 3px;
 border-radius: 1px;
 font-family: Outfit;
}

.verige_upsell .verige_upsell_item .add-to-cart-verige {
 margin-top: 15px;
}

a.vse_verige_url {
    color: #1776B6;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    margin-top:20px;
}
a.vse_verige_url:hover {
    color: #146AA3;
    text-decoration:  underline;
    text-align: left;
    font-size: 12px;
}

.checkout_opombe {
    margin-top: 30px;
}

.checkout_opombe h4 {
 margin:1px;
 padding: 1px;
}

.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
padding: 15px;
margin: 20px;
}

.cookies {
    position: fixed;
    bottom:0px;
    left: 0px;
    right: 0px;
    min-height: 60px;
    width: 100%;
    z-index: 999998;
    background-color: #F5F5F5;
	box-shadow: 0 -5px 5px -5px #333;
    padding: 10px 5px;

}


.cookies .cookie-wraper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.cookies .cookie-wraper p {
    font-family: Arial;
 font-size: 14px;
 font-weight: normal;
 padding: 5px;
}

.cookies .cookie-wraper a.cookie-info {
 text-decoration: underline;
 color: #696969;
 padding: 1px 5px;
}

.cookies .cookie-wraper a.cookie-settings {
 text-decoration: none;
 color: #00529B;
 padding: 1px 5px;
}

.cookies .cookie-wraper a.cookie-accept {
 text-decoration: none;
 color: #008000;
 font-weight: bold;
 padding: 1px 5px;
}

.cookies .cookie-wraper a.cookie-accept:hover {
 text-decoration: underline;
 color: #006400;
}

.cookie-links {
    clear: both;
}

#cookie-settings-form {
        z-index: 999999;

    background-color: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    position:fixed;
    top:50%;
    left:50%;
    width:400px;  /* adjust as per your needs */
    height:500px;   /* adjust as per your needs */
    margin-left:-200px;   /* negative half of width above */
    margin-top:-200px;   /* negative half of height above */
    display: none;
    padding: 10px;
}

#cookie-settings-close {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #000;
}

#cookie-settings-form h3 {
 font-family:Arial;
 font-size: 20px;
}

#cookie-settings-form p {
 font-family:Arial;
 font-size: 15px;
}

#cookie-settings-form .cookie-type {
 border-top: 1px solid #bababa;
 padding-top: 10px;
 margin-top: 10px;
 padding-bottom: 10px;

}

#cookie-settings-form .cookie-type .cookie-type-headline {
 font-weight: bold;
}

a.cookie-settings-save {
    background-color: #008000;
    color:#fff;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    margin: 10px auto;
    display: block;
}

a.cookie-settings-save:hover {
    background-color: #006400;

}

.btn_modal_close {
    position: absolute;
    top: 0;
    right: 0;
/*
    width: 35px;
    height: 35px;
    line-height: 35px;
    */
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;

padding: 15px;
z-index: 999999;


}


.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.8);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}
.modalPromo {
    position: fixed;

    margin:auto;
    background: #fff;
        padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    transform: translateY(45px);

    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    max-width: 450px;
}
.active {
    visibility: visible;
    opacity: 1;
}
.active + .modalPromo {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.custom_promo_container {
    margin: auto;
    display:  block;
}


.custom_promo_container .custom_promo_main {
 background-color: #fff;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 padding:0px;
}

.custom_promo_container .custom_promo_main a{
display: block;
position: relative;
}

.custom_promo_container .custom_promo_main img{
 width: 100%;

}



.custom_promo {
 background-color: #fff;
 padding:0px 25px;
/* max-width: 350px;   */
  position: relative;
}

.custom_promo h3 {
 text-align: center;
 font-size: 19px;
 padding-bottom: 4px;
 margin-bottom: 5px;
}

.custom_promo .p1 {
 display: block;
 font-size: 17px;
 text-align: center;
}

.custom_promo_not {
    background-color: #DCDCDC;
    color: #000;
    width: 80px;
    margin: 0px auto;
    display: inline-block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.add_with_quantity {
    display: flex;
    justify-content: flex-start;
    gap:5px;
    margin-top: 10px;
}


.add_with_quantity input.input_quantity {
 border: 1px solid #DCDCDC;
 text-align: center;
 padding: 3px 5px;
 width: 50px;
 font-weight: bold;
 font-size: 22px;
}

.add_with_quantity a.add_to_cart_quantity {

}

span.dostupno_odmah {
    background-color: #FFD601;
 color: #000;
 text-align: center;
 width: 160px;
 height: 25px;
 line-height: 25px;
 font-weight: 700;
 display: inline-block;
}

.tblDesc,.tblDesc tr td {
    border: 1px solid #bababa;
    border-collapse: collapse;
}

.popust {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  gap: 10px;

}

.popust .stara_cena {
    text-decoration: line-through;
    font-size: 19px;
    color: #535353;
    font-weight: 700;
}


.popust .discount {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    background-color: #FFD601;
    text-align: center;
   padding: 2px 5px;
}

.google_review {
    background-color: #F5F5F5;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    max-width: 600px; 
    padding-bottom: 15px;
}

.google_review h3 {
    border-bottom:1px solid #e4c218;
    background-color: #FFD601;
 padding-left: 20px;
 padding-top: 5px;
 padding-bottom: 5px;
}

.google_review p {
   margin: 15px;
   font-size: 14px;
}


.google_review div.button_google {
     margin: 10px auto;
     text-align: center;
      width: 250px;
 }

.aside_platisca .advance-filter {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
}
 

 
.aside_box {
    margin-bottom: 15px;
    border: 1px solid #EAECF1;
    padding: 0px; 
}

.aside_box h4 {
    font-size: 17px;
    background-color: #EAECF1;
    margin:0px;
    padding: 5px;
}

.aside_platisca .vin_form_wraper {
    border: none;
    margin-left: 15px;
    margin-right: 15px;
}

.aside_platisca .vin_form_wraper .sbmVinButton {
    margin-top: 0px;
    background-color: #FFD601;
    width: 80px; 
    height: 44px;
    line-height: 44px;

  }

.aside_box.aside_box_model {
 padding-bottom: 15px;
}

.aside_box.aside_box_model > div {
    margin-left: 15px;
    margin-right: 15px;
}

.aside_box.aside_box_model .col-model-generacija {
    width: auto;
} 

.wheel_vehicle {
    width: 600px;
    margin: 20px auto;
    padding: 15px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

}

.wheel_vehicle h3 {
 margin: 0px;
 text-align: center;
 padding: 2px;
 border-bottom: 1px solid #898b92;
}

.wheel_vehicle_select {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.wheel_vehicle_select label {
  width: 150px;
}

.wheel_vehicle_select > div {
    flex-grow: 1;
}

.wheel_vehicle_select > div select {
     width: 90%;
     padding-top: 5px;
     padding-bottom: 5px;
}
  

.verige_price i {
    font-size: 15px;
    font-weight: 400;
    color: #6E7881;
}

.add-to-cart-button.disabled {
    color: black;
    background-color: #c0c0c0;
 
  }

.box_izdelki_grid {
    display:grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;

    padding: 15px;
} 

.izdelek_upsell {
  background-color: #fff;
  padding: 15px;
 
}

.izdelek_upsell .izdelek_upsell_image {
 text-align: center;
}

.izdelek_upsell .izdelek_upsell_image img {
     height: 100px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.izdelek_upsell  a.izdelek_upsell_name {
 text-decoration: none;
 color: #000;
 margin: 1px 0px;
 padding: 1px;
 text-align: center;
 display: block;
 margin-top: 10px;
 min-height: 50px ;
}

.izdelek_upsell_bottom {
 display: flex;
 justify-content: space-between;
 margin-top: 5px;
 align-items: center;
 margin-left: 5px;
 margin-right: 5px;
}


.izdelek_upsell_bottom .izdelek_upsell_price {
 
}


.izdelek_upsell_bottom .izdelek_upsell_price del {
  color: #7e7c7c;
  display: block;
}

.izdelek_upsell_bottom .izdelek_upsell_price strong {
    color: #000;  
    display: block;

}


.izdelek_upsell_bottom .add-to-cart-button {
 max-width: 70px;
}

a.vse_izdelki_link {
    display: block;
    text-align: right;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: -20px;
    color:  #1776B6;;
}

@media screen and (min-width: 1400px){

    .icon-floating-menu {
        display: block;
    }
}



@media screen and (max-width: 1400px){
    #domov_link {
        display: none;
    }

    .best-offer-tag, .top-offer-tag {
        font-size: 11px;
        padding-left: 2px;
    }
    .add-to-cart-button {
      width: 130px;
      font-size: 13px;
      margin-right: 5px;
    }
    .article_item_mini_price {
        font-size: 17px;
    }

    .article_item_mini .product_name {
       font-size: 17px;
    }



}


@media only screen and (max-width: 1200px) {


    .form-search {
        display: none;
    }

}

@media only screen and (max-width: 991px){

    .verige_item {

        width: 40%!important;

      }

      .platisca_info {
        font-size: 13px;
      }


    .add_with_quantity input.input_quantity {
    font-size: 19px;
    }

    .add_with_quantity a.add_to_cart_quantity {
    font-size: 12px;
    }

    .google_review p {
        margin: 12px;
        font-size: 13px;
     }

     .page h1 {
      
        font-size: 19px;
     }


    .modalPromo {
        position: fixed;
        top: 0px;
        left: 0%;
        width:  100%;
        height: 100%  ;
        margin-left: 0px;
        margin-top: 0px;
        background: #fff;
            padding: 0px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease-out;
        transform: translateY(45px);

        padding: 0px;
    }


    .custom_promo_container {
        max-width: none;
        margin: auto;
        display: flex;
        flex-direction:  column;
        justify-content: center;
        align-items:  stretch;
        margin-top:0px;
    }




    #search_article_product .products_listing {
     padding-left: 0px;
    }

    #search_article_product .container-lg {
         flex-direction:  column;
    }

    #search_article_product #search-filter {
    flex-shrink:0;
    width: 90%;
    margin: auto;
    }

    .verige_products {
      display: flex;
      gap: 10px!important;
      justify-content:  space-between;
      width: 100%;
      flex-wrap: wrap;

    }

    #search_article_product .verige_products .verige_item {
      width: 43%;
      flex-grow: 0;
      flex-shrink: 0;
      padding: 10px;
    }

    .verige_item_title_link {
     font-size: 15px!important;
     height: auto!important;
    }


    .verige_price {
     font-weight: 500!important;
     font-size: 15px!important ;
     align-items: center;
    }
    .add-to-cart-verige {
     font-size: 12px;
     max-width: 120px;
     margin-right: 0px;

    }

    .baner_product_mobile {
        display: block;
    }

    .baner_product_desktop {

        display: none;
    }


    a.mobile_menu_link {
      text-decoration: none;
      font-size: 16px!important;
    }

    a.mobile_menu_link .text-14 {
        font-size: 17px!important;
    }

    a.toggle_mm {
        font-size: 17px!important;
        margin-top: 10px;
    }


    /*
     .pagination_wraper {
          flex-direction: column;
     }
    */

    .ptitle_quantity {
        font-size: 13px;
        max-width: 250px!important ;
    }

    .article_item_mini .mini_right > img  {
     max-width: 150px;
    }

    #product-slider {
      width: 100%;
    }


    #product-slider h2 {
        font-size: 20px!important;
    }

    .mobile-compare-ean {
        font-size: 12px;
    }

    .moja_narocila {

    }

    .moja_narocila table {

    }

    .moja_narocila table, .moja_narocila thead, .moja_narocila tbody, .moja_narocila th, .moja_narocila td, .moja_narocila tr {
    		display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .moja_narocila thead tr {
    		position: absolute;
    		top: -9999px;
    		left: -9999px;
    }

    .moja_narocila tr { border: 1px solid #ccc; }

    .moja_narocila td {
    		/* Behave  like a "row" */
    		border: none;
    		border-bottom: 1px solid #eee;
    		position: relative;
    		padding-left: 50%;
    	}

    .moja_narocila td:before {
    		/* Now like a table header */
    		position: absolute;
    		/* Top/left values mimic padding */
    		top: 6px;
    		left: 6px;
    		width: 45%;
    		padding-right: 10px;
    		white-space: nowrap;
    	}


    .popup_submit {
     color: #3d3e42;
     background-color: #FFD601;
     border: 1px solid #fae500;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-align: center;
    /*padding: 10px 25px;  */
    font-weight: 500;
    font-size: 22px;
    border-radius: 6px;
     margin: 10px auto;
     cursor: pointer;
     width:  auto;
     height: 70px;
     line-height: 70px;
     position: relative;
     display: block;
     margin-top: 35px;
     padding: 1px 15px;
    }


    .dimenzije_div {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        gap:20px;
    }

    .dimenzija_column {
        flex: 1;
        border-right: none;
        padding-right: 15px;
    }




    .kontakt .kontakt-podaci {
     margin-top: 50px;
     display: flex;
     flex-direction: column;
    }

    .kontakt .kontakt-podaci .kontakt-podaci-div {
     flex: 1;
     margin-left:10px;
     margin-top:5px;
    }

    .kontakt .kontakt-podaci .kontakt-podaci-div h4 {
     text-align: left;
    }

    .kontakt .kontakt-podaci .kontakt-podaci-div h4 i {
     font-size: 20px;
     color: #FFE400;
    }
    .kontakt .kontakt-podaci .kontakt-podaci-div h4 span {
     font-weight: normal;
     font-size: 18px;
     text-transform: uppercase;
     line-height: 120%;
    }

    .kontakt .kontakt-podaci .kontakt-podaci-div p {
     padding-left: 30px;
     margin-top: 5px;
     padding-top: 2px;
    }

        #banner-sezona {
     display: none;
        }

    #banner-sezona-mobile {
        display: block;
        width: 100%;
    }
    #banner-sezona-mobile img {
        display: block;
        width: 100%;
    }


    .pagination-link {
      width: 30px;
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #64748B;
      font-weight: 600;
      font-size: 16px;
      line-height: 38px;
      letter-spacing: 0.2px;
      border-radius: 4px;
      border: 1px solid #ECEFF4;
      transition: all 0.2s;
      text-decoration: none;
    }

    .pagination-links {
        gap:5px;
    }


    #pagination {
       flex-direction: column;
       display: none;
    }

    #pagination span {

    }


    .noUi-horizontal .noUi-tooltip {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0);
      left: 1%;
      bottom: 120%;
    }


    #search-filter {

    }

    #aside_mobile {

    }
    .search-mobile {

    }

    .pt-71 {
        padding-top: 15px;
    }

    .mobile_banner {
        display: block;
    }

    .form-newsletter input[type="email"] {
      flex: 2;
      font-size: 13px;
      padding-left: 10px;
      height: 50px;
    }

    .form-newsletter button {
      flex:1;
     column-gap: 2px;
    }


        .trenutno-raspolozivo-mobile {
            display: block;

             font-size: 13px;
             color: #A9A9A9;
             padding-left: 10px;

        }
        .trenutno-raspolozivo-mobile b {
             font-size: 13px;
             color: #000;

        }

        .trenutno-raspolozivo{
            display: none;
        }



        .container-md {
            width: 95%;
        }

        .article_item {
        /*    background-color:  #ADD8E6;    */
        }

        a.article_item_img_link_fixed img {
          max-width: 120px;
          max-height: 200px;
          margin: auto;
        }
        div.article_item_brand_logo img {
          max-height: 22px;
        }

        .article_item_right_column {

        }

        .article_item_right_column .w-300px {
          width: 100%!important;
        }

        .trenutno-raspolozivo {
            width: 90%;
            justify-content: flex-start;
            gap:10px;
        }

        .ai_cart {
            margin-right: 5px;
        }

        /*
            .ocene-ceneje .ceneje-wraper {
               display:flex;
               flex-direction: column;
               justify-content: space-between;
               flex-wrap:wrap;
            }
            .ocene-star {
                display: none;
            }

        */
        a.footer_logo_link {
          text-align: center;
        }

        .footer-grid .row-gap-44 {

        }

    .ocene-ceneje .ceneje-wraper {
       display: block;
      height: 300px;
      position: relative;

    padding-left: 18px;
    margin-top: 12px;
    display: flex;
    overflow-x: scroll;


      max-width: none;
    }


    .ocene-ceneje .ceneje-wraper .ceneje_div {
        width: 65vw;
        max-width: 65vw;
        min-width: 65vw;
    }


    .footer-bottom {

    }
    .footer-bottom-left {

    }

    .footer-bottom-center {

    }
    .fpayments {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      margin-right: 10px;
      margin-top: 0px;
      flex-wrap: wrap;
      gap:5px;
    }
    .fpayments img {
      margin: 1px 5px;
      max-height: 30px;
    }

    .article_item_mini {
      border-right:  none;
      padding-right: 5px;
    }

        #menu .container-xl {
            justify-content: center;
        }

    #popup_modal_register {
      position:   absolute;
      left: 0px;
      right: 0px;
      top: 0%;
      z-index: 99995;
    }

    #popup_modal_login {
        top: 0%;
        position:  absolute;
    }

    .popup_login h3 {
     color: #33d3e42;
     font-weight: 500;
     font-size: 22px;
     margin: 5px 0px;
     padding: 1px;
     text-align: center;
     margin-top: 20px;
    }

    .popup_login p {
     color: #999999;
     font-weight: 300;
     font-size: 20px;
     margin: 5px 0px;
     padding: 1px;
     text-align: center;
    }

    .popup_login form {
     position: relative;
     max-width: 450px;
     margin-left: auto;
     margin-right: auto;
    }

    .popup_login form label {
     color: #3d3e42;
     font-weight: 300;
     display:inline-block;
     font-size: 20px;
     margin-top: 20px;
    }

    .popup_login form label.radio_label {
        font-weight: 300;
        font-size: 19px;
    }

    input.popup_input {
     color: #3d3e42;
     font-weight: 300;
     display:block;
     font-size: 19px;
     border:1px solid #EAEBEF;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
     width: 100%;
     margin: 10px 0px;
     padding: 5px 0px;
     border-radius: 7px;
     text-indent: 10px;

    }
    textarea.popup_txt {
     color: #3d3e42;
     font-weight: 300;
     display:block;
     font-size: 19px;
     border:1px solid #EAEBEF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
     width: 100%;
     margin: 5px 0px;
     padding: 5px 0px;
     border-radius: 7px;
     text-indent: 10px;
    }


    .user_type a {
        font-size: 22px;
    }

    .article_podrobnosti .podrobnosti {
     max-width: 99%;
    }

    .article_podrobnosti .podrobnosti > div {
        font-size: 16px;
    }
    .article_podrobnosti .podrobnosti > div b {
        font-size: 14px;
    }

    .zaloga_1,.zaloga_2,.zaloga_3,.zaloga_4 {
      font-size: 20px;
    }
    a.link_dimenzija {
      background-color: #EEF2F6;
      display: inline-block;
      color: #64748B;
      border-radius: 2px;
      font-size: 13px;
      height: 24px;
      align-items: center;
      text-decoration: none;
      line-height: 24px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .leanpay-form {
        flex-direction: column;
        width:99%;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .leanpay-form .lean-left {
      flex: 1;
      margin-top: 0px;
    }

    .leanpay-form .lean-left .lean-left-inner {
      margin: 0px 0px;
        margin-right: 0px;
      margin-right: 0px;
      padding: 10px;
      padding-top: 0px;
      min-height: 270px;
      box-shadow:  none;
      border-radius: 5px;
      max-width:  none;
    }
    .leanpay-calculator p {
      margin: 2px 0px;
      padding: 0px;
      color: #000;
      font-weight: 400;
      font-size: 22px;
    }

    .dezen_selected {
      margin: 20px 0px;
      padding: 15px;
      background-color:  transparent ;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .dezen_selected_description {
      margin-left: 0px;
      padding: 5px 0px;
    }
    .dezen_selected h2 {
     font-size: 22px;
     padding: 3px 0px;
     margin: 1px;
    }

    .myflex-mobile-dezen {
        display: flex;
        gap:10px;
        width:100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .tirelabel_img img {
        max-width:90%;
    }

    .url_dezen_img img {
        max-width: 90%;
    }

    .mobile_headline {
     background-color:#FFD601;
     color: #000;
     text-align: center;
     font-size: 15px;
     padding: 10px 5px;
     width: 100%;
     display: block;
    }

    .product_main_image_div {
      min-width:  none;
      text-align: center;
     /* margin-left:auto;
      margin-right: auto;  */
    }

    .products_searches_mobile {
        display: block;
        padding: 5px 10px;
        margin: 5px auto;
        text-align: center;
        font-size: 24px;
    }

    .order-overview .mb-34 {
        margin-bottom: 5px;
    }
    .checkout-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-template-rows: 20px 0px 0px 0px 0px 0px 0px;
      grid-row-gap: 30px;
        row-gap: 30px;
    }

    .skupaj_div {
        font-size: 15px!important;
    }

    .checkout-grid span {
        line-height: normal;
    }


}









