/* container and column */
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .container {
        padding: 0 16px;
    }
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
    float: left;
}

.column-1 {
    width: 8.3%;
}

.column-2 {
    width: 16.6%;
}

.column-3 {
    width: 25%;
}

.column-4 {
    width: 33.3%;
}

.column-5 {
    width: 41.6%;
}

.column-6 {
    width: 50%;
}

.column-7 {
    width: 58.3%;
}

.column-8 {
    width: 66.6%;
}

.column-9 {
    width: 75%;
}

.column-10 {
    width: 83.3%;
}

.column-11 {
    width: 91.6%;
}

.column-12 {
    width: 100%;
}

@media (max-width: 1023px) {

    .column-1,
    .column-2,
    .column-3,
    .column-4,
    .column-5,
    .column-6,
    .column-7,
    .column-8,
    .column-9,
    .column-10,
    .column-11,
    .column-12 {
        margin: 0 !important;
        padding: 0 !important;
        float: none;
        width: 100% !important;
    }

}

.mb-4 {
    margin-bottom: 4px !important;
}

.mt-40 {
    margin-top: 40px;
}

/* Basic styles */
section {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

footer,
header,
nav,
section {
    display: block;
    overflow: hidden;
}

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    line-height: 1;
}

:focus {
    outline: none;
}

:root {
    --text-color: #232323;
    --title-color: #232323;
    --hilight-color: #EF0000;
    --button-color: #FFC629;
    --button-text-color: #000000;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    color: var(--text-color);
    font-weight: 400;

}

h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
}

h2,
h2 a {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 24px;
}

h3,
h3 a {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

h4,
h4 a {
    font-size: 22px;
    line-height: 29px;
}

h5,
h5 a {
    font-size: 19px;
    line-height: 26px;
}

h6,
h6 a {
    font-size: 16px;
    line-height: 21px;
}

h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: var(--title-color);
    font-family: 'Inter', sans-serif;



}

ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}

li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
    color: var(--text-color);
    list-style: none;

}

li ul,
li ol {
    margin-left: 15px;
    margin-bottom: 0;
}

iframe,
img {
    max-width: 100%;
}

.button {
    font-family: 'Montserrat', sans-serif;
    padding: 16px 24px;
    background: var(--button-color);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--button-text-color);
    text-transform: uppercase;
    transition: all .2s;
}

.button:hover {
    background: #e6b125;
}

/*checkout proces*/
.steps {
    padding: 16px 0px;
    background: #FFFFFF;
    border-bottom: 2px solid #EF0000;
    position: relative;
}

.steps .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
}

.steps .step {
    text-align: center;
    padding: 0 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.step .number {
    font-family: 'Inter', sans-serif;
    color: #EF0000;
    background: #FFFFFF;
    border: 2px solid #EF0000;
    border-radius: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto 8px;
}

.step.active .number {
    color: #FFFFFF;
    background: #EF0000;
    box-shadow: 0 0 0 4px rgba(239, 0, 0, 0.15);
}

.step.completed .number {
    background: #EF0000;
    border-color: #EF0000;
}

.step.completed .number img {
    width: 14px;
    height: 14px;
    margin-top: calc(100% - 14px/2 - 10px);
}

.step .mobile-text {
    display: none;
}

.step .text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #EF0000;
}

.step.active .text,
.step.completed .text {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #EF0000;
}

.steps .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 12px;
    left: calc(50% + 13px);
    width: calc(100% - 26px);
    height: 0;
    border-top: 2px dashed #CCCCCC;
}

.steps .step.completed:not(:last-child)::after {
    border-top-color: #000000;
}


.podaci-o-narucitelju input[type=text], .podaci-o-narucitelju input[type=number], .podaci-o-narucitelju input[type=email]{
    padding: 12px;
    gap: 10px;
    width: 100%;
    display: block;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 24px;
}
.podaci-o-narucitelju input[type=text].error,
.podaci-o-narucitelju input[type=number].error,
.podaci-o-narucitelju input[type=email].error,
.podaci-o-narucitelju input[type=tel].error {
    border: 1px solid #D94D36!important;
    margin-bottom: 4px!important;
    background-position-x: 5px;
    background: url(../../images/error.svg) #FFF no-repeat right 8px bottom 8px !important;
    background-size: 20px;
}
.podaci-o-narucitelju span.error-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #D94D36;
    margin-bottom: 16px;
    display: block;
}

.podaci-o-narucitelju input[type=text]::placeholder, .podaci-o-narucitelju input[type=number]::placeholder, .podaci-o-narucitelju input[type=tel]::placeholder, .podaci-o-narucitelju input[type=email]::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}
.pozivni-broj{
    padding: 12px;
    gap: 4px;
    width: 80px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 24px;
    margin-right: 8px;
}

.broj{
    padding: 12px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.postanski-broj-label{
    margin-right: 8px;
}


input[type=radio]{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    accent-color: #000000;
}


.header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 48px 24px 48px;
    width: 954px;
    background: #FFFFFF;
    margin: 0 auto;
    padding-top: 0;
}

.form-container{
    width: 100%;
    height: 100%;
}

.header img{
    flex-grow: 0;
    order: 0;
}

.podaci-o-narucitelju h2{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #333840;
}

.progress{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
    gap: 56px;
    isolation: isolate;
    height: 84px;
    background: #FFFFFF;
}

.podaci-o-narucitelju{
    padding: 24px 48px 0px;
    width: 954px;
    margin: 0 auto;
    background: #FFFFFF;
}

.podaci-o-narucitelju h2{
    padding: 24px;
    text-align: center;
}

.lice{
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.lice form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.naziv-i-pdv{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.column-5{

    width: 100%;
}
.naziv.mjesto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.naziv.mjesto div:last-child {
    flex: 1;
}
.naziv.telefon {
    width: 48%!important;
}
.naziv.telefon div {
    display: flex;
    flex-direction: row;
}

.naziv.telefon div>div {
    display: block;
}

.naziv.telefon div>div.second {
    width: 100%;
}

.naziv.telefon label {
    width: 100%;
}
.pravno, .fizicko{
    display: flex;
    align-items: center;
    flex: 1;

}
.narucujem-kao {
    margin-right: 24px;
}
.narucujem-kao label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.postanski-broj{
    padding: 12px;
    gap: 10px;
    width: 126px!important;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    margin-right: 8px;
}

.grad{
    padding: 12px;
    gap: 10px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    width: 100%;
}

.zemlje{
    display: flex;
    align-items: center;
    height: 70px;
}

.zemlja label{
    margin-bottom: 8px;
}

.zemlja{
    height: 20px;
}

.bih,.srb,.hrv,.ost{
    display: flex;
    align-items: center;
}

.bih label,.srb label,.hrv label,.ost label{
    width: unset!important;
    margin-right: 30px;
}

.dalje{
    padding: 24px 48px 0px;
    width: 954px;
    margin: 0 auto;
    background: #FFFFFF;
}

.dalje{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 32px 48px;
    gap: 16px;
    width: 954px;
    height: 100px;
    width: 910px;
}

.dalje-btn{
    padding: 16px 24px;
    gap: 10px;
    width: 140px;
    height: 48px;
    background: #FFC629;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: background .2s;
}

.dalje-btn:hover {
    background: #e6b125;
}

.podaci-o-narucitelju input[type=text].zemlje-input{
    padding: 12px;
    gap: 10px;
    width: 168px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    margin: 0;
    display: none;
}

.fizickoLice{
    display: none;
}

.form-container h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333840;
    margin-bottom: 24px;
}

#ime-i-prezime{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    gap: 10px;
    width: 504px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
}

#email{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    gap: 10px;
    width: 504px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
}

.nazad{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #6B6A6A;
    padding: 16px 24px;
}

.pregled{
    padding: 24px;
    gap: 24px;
    width: 343px!important;
    /*height: 281px;*/
    background: #FFFFFF;
    border: 2px solid #D6D7D9;
    border-radius: 4px;
}

.index3 .form-container{
    display: flex;
    justify-content: space-between;
}

.index3 .form-container{
    width: 100%;
}

.pregled>p{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #232323;
}

.ulaznica{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.ulaznica p{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
}

.ulaznica span{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #333840;
}

.neto{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.neto.with-border {
    border-top: 1px solid lightgray;
}

.neto p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333840;
    margin-bottom: 0;
}

.neto span{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333840;
}

.last{
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

.final p{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333840;
}

.final span{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333840;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    -webkit-transition: .4s;
    transition: .4s;
    width: 45px;
    height: 24px;
    right: 318px;
    top: 0px;
    background: #FFFFFF;
    border: 1px solid #9DA0A4;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 4px;
    top: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    background: #72767C;;
}

input:checked + .slider {
    background: #EF0000;
    border: none;
}


input:checked + .slider:before {
    transform: translateX(18px);
    background: white;
    top: 4px;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-input{
    display: flex;
    align-items: center;
}

.switch-label{
    margin-left: 8px;
}

.bitno{
    padding: 12px 16px 12px 24px;
    gap: 16px;
    width: 504px;
    height: 72px;
    background: #FFECD3;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.bitno p{
    font-size: 16px;
    line-height: 24px;
    color: #EF670A;
    margin-bottom: 0;
    font-family: 'Source Sans Pro';
    font-style: normal;
}

.bitno span{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Source Sans Pro';
    font-style: normal;
}

.bitno a{
    font-size: 16px;
    line-height: 24px;
    color: #EF670A;
    text-decoration: underline;
}

body.inner {
    background-color: #f1f1f1;
    font-family: 'Inter', sans-serif;
}



.mobile-text{
    text-align: left;
}

.bitno i{
    width: 24px;
    height: 24px;
    color: #EF670A;
    font-size: 20px;
}

.pravno-fizicko-lice{
    display: flex;
    width: 36%;
}

.fa-cart-shopping{
    margin-right: 10px;
    background: transparent;
}

.uplatnica{
    padding: 0px;
    width: 512px;
    background: #F5F5F5;
}

.uplatnica h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #677287;
    margin-left: 20px;
    cursor: pointer;
}

.uplatnica-header {
    height: 27px;
    border-bottom: 1px solid #EAEAEA;
}

.uplatnica-header .pay h3 {
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 20px;
}

@media (max-width: 992px) {
    .uplatnica-header .pay h3 {
        background-position: top 4px right;
    }
}

@media (max-width: 767px) {
    .uplatnica-header .pay h3 {
        background-position: top right;
    }
}

@media (max-width: 600px) {
    .uplatnica-header .pay h3 {
        background-position: top 4px right;
    }
}

.js-step-4 .nazad-dalje,
.js-step-3 .nazad-dalje {
    display: flex !important;
}

.uplatnica-header .pay h3.pay-uplatnica {
    background-image: url(../../images/payment-slip-inactive.svg);
}

.uplatnica-header .pay h3.pay-uplatnica.pay-active {
    background-image: url(../../images/payment-slip-active.svg);
}

.uplatnica-header .pay h3.paypal {
    background-image: url(../../images/payment-paypal-inactive.svg);
}

.uplatnica-header .pay h3.paypal.pay-active {
    background-image: url(../../images/payment-paypal-active.svg);
}

.uplatnica-header .pay h3.kartica {
    background-image: url(../../images/payment-credit-card-inactive.svg);
}

.uplatnica-header .pay h3.kartica.pay-active {
    background-image: url(../../images/payment-credit-card-active.svg);
}

.uplatnica-main{
    padding: 24px;
    gap: 24px;
}

.paypal .uplatnica-main{
    height: 100px;
}

.paypal .uplatnica-main p{
    text-align: center;
}

.uplatnica-main p{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333840;
}



.nazad-dalje{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;

}

.uplatnica-main .nazad-dalje {
    padding-bottom: 0;
}

.predracun{
    padding: 16px 24px;
    gap: 10px;
    width: 257px;
    height: 48px;
    background: #FFC629;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: background .2s;
}

.predracun:hover {
    background: #e6b125;
}

.nazad-dalje-bottom{
    display: none;
}

.cart-icon{
    display: flex;
    align-items: center;
}

.cart-icon img{
    margin-right: 15px;
}

.uplatnica>p{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #3E3E3E;
    padding-top: 20px;
    padding-left: 30px;
}

.uplatnica h3{
    padding-top: 0;
}

.pay{
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    align-items: center;
    width: 90%;
}

.pay-active{
    color: #000000!important;
    padding-bottom: 16px;
    border-bottom: 2px solid #EF0000;
}

.accordion{
    background: unset;
    border: none;
}

.pay-uplatnica,.paypal,.kartica{
    display: flex;
    align-items: center;
}

.pay-uplatnica img,.paypal img,.kartica img{
    margin-left: 10px;
}

.kartica .desktop-view{
    display: block;
}

.kartica .mobile-view {
    display: none;
}

@media(max-width:475px){
    .kartica .desktop-view{
        display: none;
    }

    .kartica .mobile-view {
        display: block;
    }

}

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

.datum-i-broj {
    display: flex;
}

.datum-i-broj .broj-kartice {
    width: 214px;
    margin-right: 16px;
}

.datum-i-broj .broj-kartice input {
    background-image: url(../../images/input-credit-card.svg);
    background-repeat: no-repeat;
    background-position: center left 12px;
    padding-left: 45px;
    width: 214px;
}

.datum-i-broj .broj-kartice input.error {
    background-position: center left 12px !important;
}

.datum-i-broj .datum {
    width: 148px;
    margin-right: 16px;
}

.datum-i-broj .cvv {

}

@media(max-width:992px){
    .datum-i-broj {
        flex-wrap: wrap;
    }

    .datum-i-broj .broj-kartice {
        flex: 0 0 100%;
    }

    .datum-i-broj .datum, .datum-i-broj .cvv {
        flex: 1
    }

    input {
        /*width: 100% !important;*/
    }

    .datum-i-broj .broj-kartice input {
        text-align: center;
    }
}

@media(max-width:992px){
    .uplatnica h3{
        height: 40px;
    }
    .index3 .podaci-o-narucitelju{
        width: 90%;
    }
    .column-broj{
        width: 30%!important;
        margin-right: 5%;
    }
    .column-tel{
        width: 65%!important;
    }
    .broj{
        width: 100%!important;
    }

    .form-container{
        margin: 0 auto;
        width: 100%;
    }
    .header{
        width: 100%;
    }
    .lice{
        justify-content: unset;
        margin-bottom: 24px!important;
    }

    .podaci-o-narucitelju{
        padding: 0;
        width: 700px;
        margin: 0 auto;
    }

    .index3 input[type=text], input[type=number],.bitno,#ime-i-prezime,#email{
        width: 325px;
    }
    .bitno{
        height: 120px;
    }
    .postanski-broj-label{
        width: 118px!important;
    }
    .dalje{
        padding-right: 0;
        width: 100%!important;
    }
    .index3 .podaci-form{
        margin-right: 23px;
    }
    .uplatnica{
        width: 100%;
    }
    .index3 .form-container{
        flex-wrap: wrap;
    }
    .nazad-dalje{
        padding: 10px;
    }
    .predracun{
        height: 55px;
        width: 180px;
    }
    .podaci-o-narucitelju h2{
        margin-bottom: 0;
    }
    .header{
        margin-top: 24px;
    }
    .uplatnica-header{
        height: 40px;
    }
    .uplatnica h3{
        padding-bottom: 15px;
    }


}

@media(max-width:767px){
    .column-1,
    .column-2,
    .column-3,
    .column-4,
    .column-5,
    .column-6,
    .column-7,
    .column-8,
    .column-9,
    .column-10,
    .column-11,
    .column-12 {
        width: 100% !important;
    }
    .uplatnica-header{
        height: 32px;
    }
    .placanja .uplatnica{
        height: 240px;
    }
    .cart{
        width: 100%;
    }
    .form-container{
        margin: 0 auto;
        width: 90%;
    }
    .index3 .form-container{
        height: auto;
        flex-wrap: wrap;
    }
    .index3 .podaci-form{
        margin-right: 0px;
    }
    .index3 .podaci-form{
        width: 100%!important
    }
    .pregled{
        width: 100%!important;
        border-radius: 4px;
    }
    .bitno{
        margin-bottom: 20px;
    }
    .column-broj{
        width: 30%!important;
        margin-right: 5%;
    }
    .column-tel{
        width: 65%!important;
    }
    .broj{
        width: 100%!important;
    }
    .naziv.telefon {
        width: 100%!important;
    }
    .podaci-o-narucitelju{
        padding: 0;
        width:100%;
        margin: 0 auto;
    }
    /*.podaci-o-narucitelju input[type=text], .podaci-o-narucitelju input[type=number]{*/
    /*    width:100%!important;*/
    /*}*/
    .naziv-i-pdv{
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .lice{
        display: block;
    }
    .pravno-fizicko-lice{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
        width: 80%;
    }


    .dalje{
        padding-right: 0;
    }
    .zemlje-input{
        width: 138px !important;
    }
    .header img {
        margin: 0 auto 16px auto;
        height: 40px;
        margin-top: 16px;
    }
    .header{
        height: 70px;
    }
    .index4 .form-container{
        flex-wrap: wrap;
        border-radius: 4px;
    }
    .uplatnica{
        border-radius: 4px;
        width: 100%;
        margin-bottom: 20px;
    }
    .nazad-dalje{
        display: none;
    }
    .nazad-dalje-bottom{
        display: flex;
        padding: 40px;
        justify-content: center;
        align-items: center;
    }
    .predracun{
        width: 250px;
    }
    .bitno{
        width: 100%;
    }
    .header{
        margin:0!important;
        padding-bottom: 0;
    }
    .uplatnica h3{
        height: 32px;
    }
}

@media(max-width:600px){
    .uplatnica-header{
        height: 32px;
    }
    .uplatnica>p{
        padding-left: 25px;
    }
    .uplatnica h3{
        margin-left: 15px;
    }
    .uplatnica h3{
        height: 40px;
    }
    .cart{
        width: 100%;
    }
    .podaci-o-narucitelju{
        padding: 0;
        width:100%;
        margin: 0 auto;
    }
    .podaci-o-narucitelju input[type=text], .podaci-o-narucitelju input[type=number]{
        width:100%;
    }
    .zemlje{
        height: 80px;
    }

    input[type=radio]{
        height: 18px;
        width: 18px;
        margin-right: 3px;
    }
    .bih label, .srb label, .hrv label, .ost label{
        margin-right: 15px;
    }
    .zemlje-input{
        width: 130px !important;
    }

    .predracun{
        font-weight: 700;
        line-height: 17px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 14px;
        height: 48px;
        padding: 24px 16px;
        white-space: nowrap;
    }

    .nazad {
        font-size: 14px !important;
    }

    .nazad-dalje-bottom a,.dalje a{
        font-size: 14px!important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:480px){
    .uplatnica-header{
        height: 40px;
    }
    .podaci-o-narucitelju{
        padding: 0;
        width:100%;
        margin: 0 auto;
    }
    .pravno-fizicko-lice label{
        width: 100%;
    }
    .podaci-o-narucitelju input[type=text], .podaci-o-narucitelju input[type=number]{
        width:100%;
    }
    .dalje{
        justify-content: center;
    }
    label{
        font-size: 15px;
    }

    .zemlje{
        flex-wrap: wrap;
    }
    .dalje{
        padding-right: 48px;
    }
    .ost label{
        margin-right: 0!important;
    }
    .unesi-ostale,.unesi-ostale input{
        width: 100%!important;
    }

    .pregled{
        margin-right: 0px;
    }

    .index2 .dalje{
        justify-content: center!important;
    }
    .bitno{
        height: 140px;
    }
    .dalje{
        padding-top: 0;
    }
    .placanja .uplatnica{
        height: 290px;
    }

}
@media (max-width: 320px) {
    .podaci-o-narucitelju input[type=text]::placeholder, .podaci-o-narucitelju input[type=number]::placeholder, .podaci-o-narucitelju input[type=tel]::placeholder, .podaci-o-narucitelju input[type=email]::placeholder {
        font-size: 11px;
        line-height: 14px;

    }
    .switch-label {
        margin-left: 21px;
    }
    .ulaznica span, .final span {
        width: 45%;
    }
    .pay-uplatnica, .paypal, .kartica {
        flex-direction: column;
        margin-bottom: 8px;
        justify-content: center;
        text-align: center;
    }
}

/*cart*/


.cart {
    max-width: 954px;
    margin: 80px auto 0;
    background-color: #fff;
    overflow: visible;
    padding: 24px 0 32px;
}

.header img {
    margin: 0 auto;
    height: 73px;
    display: block;
}

.cart .container {
    padding: 0;
    margin: 0;
}

.cart h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin: 24px 0;
    color: #333840;
}

.cart .form {
    padding: 0 48px;
}

table.cart-table {
    width: 100%;
    table-layout: fixed;
}

table.cart-table td.product-name,
table.cart-table th.product-name {
    text-align: left;
}

table.cart-table td.product-price,
table.cart-table th.product-price,
table.cart-table td.product-quantity,
table.cart-table th.product-quantity {
    text-align: center;
}

table.cart-table td.product-total,
table.cart-table th.product-total {
    text-align: right;
}

table.cart-table td.product-name {
    font-family: 'Inter', sans-serif;

    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333840;
}

table.cart-table td.product-price,
table.cart-table td.product-total {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333840;
}

table.cart-table tr {
    width: 100%;
}

table.cart-table thead th {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

table.cart-table thead th {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #333840;
    font-weight: 400;
}

table.cart-table thead th span {
    color: #929292;
    text-transform: none;
}

.cart button.minus {
    font-family: 'Inter', sans-serif;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 36px;
    width: 36px;
    float: left;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    transition: none;
    border-top: 1px solid #9C9C9C;
    border-bottom: 1px solid #9C9C9C;
    border-left: 1px solid #9C9C9C;
    background: #fff;
    border-right: none;
    border-radius: 0;
    cursor: pointer;
    transition: all .2s;
}

.cart button.minus:hover {
    background: #f5f5f5;
}

.cart button.plus {
    font-family: 'Inter', sans-serif;
    line-height: 0;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
    width: 36px;
    height: 36px;
    background: #BDEFA6;
    float: right;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
    transition: none;
    border-top: 1px solid #9C9C9C;
    border-bottom: 1px solid #9C9C9C;
    border-right: 1px solid #9C9C9C;
    border-left: none;
    border-radius: 0;
    cursor: pointer;
    transition: all .2s;
}

button.plus:hover {
    background: #abef8b;
}

input#quant {
    font-family: 'Inter', sans-serif;
    line-height: 1;
    background: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding: 10px;
    width: 42px;
    height: 36px;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    box-shadow: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    border: 1px solid #9C9C9C;
    border-radius: 0;


}

table.cart-table .qib-container {
    display: flex;
    justify-content: center;
}

table.cart-table tbody tr td {
    padding: 24px 0;
}

.cart .info p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #8a0000;
    padding: 12px 0px;
    max-width: 100%;
    height: 42px;
    background: #FFE0E0;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 0;
}

.cart .info {
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}

.coupon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: 24px;
}

.coupon #coupon_code {
    padding: 12px 35px 12px 12px;
    gap: 10px;
    width: 146px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #D6D7D9;
    border-radius: 4px;
    margin-right: 16px;
    color: #333840;
}

.coupon #coupon_code:focus {
    border-color: #8d8d8d;
}

.coupon #coupon_code::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}

.coupon button {
    font-family: 'Montserrat', sans-serif;
    padding: 16px 24px;
    gap: 10px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 0px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #EF0000;
    color: #EF0000;
    transition: all .2s;
}

.coupon button:not(:disabled):hover {
    background: #EF0000;
    color: #fff;
}

.coupon button:disabled {
    border: 1px solid #BBBBBB;
    color: #BBBBBB;

}
.coupon button:disabled:hover {
    border: 1px solid #BBBBBB;
    color: #BBBBBB;
    background-color: #fff;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip.disabled:hover .tooltiptext {
    visibility: hidden;
}

.cart .button-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin: 0 48px;
    margin-top: 32px;
}

.inverted-button {
    font-family: 'Montserrat', sans-serif;
    padding: 16px 24px;
    margin-right: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #6B6A6A;

}

.inverted-button:hover {
    opacity: 0.9;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    font-family: 'Inter', sans-serif;

    visibility: hidden;
    background: #3E3E3E;
    color: #fff;
    border-radius: 8px;
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 260px;
    z-index: 1;
    bottom: -56px;
    right: 0;
}

input.correct {
    background-position-x: 95% !important;
    background: url("../../images/correct.svg") no-repeat right;
    background-size: 20px;
}

input.incorrect {
    background-position-x: 95% !important;
    background: url("../../images/incorrect.svg") no-repeat right;
    background-size: 20px;
}

.cart-totals {
    width: 100%;
    overflow: hidden;
}

.totals {
    width: 40%;
    float: right;
    text-align: right;
    padding-top: 16px;
}

.totals th {
    font-family: 'Inter', sans-serif;
    color: #333840;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 8px;
}

.totals td {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333840;
    padding-bottom: 8px;
}

.totals .total th {
    padding-top: 8px;
    border-top: 1px solid #ccc;
    font-weight: 500;
}

.totals .total td {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-top: 8px;
    color: #333840;
    border-top: 1px solid #ccc;
}

@media (min-width: 821px) and (max-width: 1023px) {
    .cart {
        position: relative;
        min-height: 100vh;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .cart {
        position: relative;
        min-height: 100vh;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .cart {
        position: relative;
        min-height: 100vh;
        margin-top: 0;
        padding-top: 16px;
        padding-bottom: 0;
    }

    .header img {
        margin: 0 auto 16px auto;
        height: 40px;
    }

    .steps {
        padding: 0px;
        background: #EF0000;
        border-bottom: none;
    }

    .steps .step.active {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex: none;
    }

    .step .mobile-text {
        display: block;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #fff;

    }

    .steps .step {
        display: none;
    }

    .steps .row {
        justify-content: flex-start;
    }

    .steps .step:not(:last-child)::after {
        display: none;
    }

    .step .number {
        width: 32px;
        height: 32px;
        font-size: 22px;
        line-height: 28px;
        margin-right: 8px;
        margin-bottom: 0;
        background: #FFFFFF;
        color: #EF0000;
        border: none;
    }

    .step.active .number {
        box-shadow: none;
        background: #FFFFFF;
        color: #EF0000;
    }

    .step.completed .number {
        background: #FFFFFF;
        border: none;
    }

    .step .text {
        text-align: left;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .step.active .text,
    .step.completed .text {
        color: #FFFFFF;
    }

    .cart h1 {
        display: none;
    }

    .cart .form {
        padding: 0 24px;
    }

    .cart .info p {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        padding: 12px 16px;
        text-align: left;
        height: auto;
    }

    .totals {
        width: 100%;
        padding-top: 24px;
        float: none;
        padding: 16px 0 0 0;
    }

    .totals th {
        text-align: left;
    }

    .coupon {
        margin: 24px 0 0 0;
    }

    .coupon:last-child {
        margin-bottom: 50px;
    }

    .coupon button {
        padding: 8px;
        width: 100%;
    }

    .tooltip {
        width: 100%;
    }

    .coupon button:disabled, .coupon button {
        width: 100% !important;
    }

    table.cart-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.cart-table tr {
        display: block;
    }

    table.cart-table td {
        display: block;
        text-align: right;
    }

    table.cart-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 50%;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        flex: 1;
    }

    table.cart-table td.product-price {
        text-align: right;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }

    table.cart-table .qib-container {
        justify-content: flex-end;
    }

    table.cart-table {
        width: 100%;
    }

    table.cart-table tbody tr td {
        padding: 24px 0 0 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    table.cart-table td.product-total {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }

    table.cart-table td.product-name {
        text-align: left;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        display: block;
    }

    .cart .info {
        padding: 24px 0;

    }

    .cart .button-group {
        margin: 0 20px 16px 20px;
        justify-content: center;
    }

    .tooltip .tooltiptext {

        font-size: 14px;
        line-height: 21px;
        left: 24%;
        transform: translateX(-40%);
        min-width: 208px;

    }

    .podaci-o-narucitelju input[type=text], .podaci-o-narucitelju input[type=number] {
        width: 100%!important;
    }

    .js-step-1 input[type=text].postanski-broj {
        width: 126px !important;
    }

    .pregled {
        width: 100%!important;
        border-radius: 4px;
    }

    .pregled-wrapper {
        width: 100%;
    }
}

@media (max-width: 359px) {
    .dalje{
        justify-content: center!important;
    }
    .coupon #coupon_code {
        padding: 4px;
        width: 110px;
        text-align: center;
    }

    .coupon button {
        padding: 4px;
        font-size: 10px;

    }

    .coupon #coupon_code::placeholder {
        font-size: 10px;
        line-height: 16px;
    }

    input.correct,
    input.incorrect {
        background-size: 16px;
    }

    .totals th,
    .totals td {
        font-size: 14px;
        line-height: 17px;

    }

    .totals .total td {
        font-size: 16px;
        line-height: 20px;
    }

    .tooltip .tooltiptext {

        padding: 12px;
        left: 0;
    }

}

/*detalji narudzbe*/

.order-details {
    max-width: 954px;
    margin: 0 auto 0;
    background-color: #fff;
    overflow: visible;
    padding: 0;
}

.order-details .row {
    padding: 0 48px;
}

.order-details img.logo {
    margin: 0 auto 24px auto;
    height: 73px;
    display: block;
}

.order-details .container {
    padding: 0;
    margin: 0;
}

.order-details h1 {
    font-family: 'Inter', sans-serif;
    margin: 12px 0 32px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #333840;
}

.order-details .details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
    margin-bottom: 24px;
}

.order-details .details div {
    padding: 0 32px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-details .details div:not(:last-child) {
    border-right: 2px solid #9C9C9C;
}

.order-details .details span {
    font-family: 'Inter', sans-serif;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
}

.order-details span strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.order-details p.large {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333840;
    text-align: center;
    margin-bottom: 24px;
}

.order-details p.large br {
    display: none;
}

.order-details p.large .colour {
    color: #EF0000;
}

.order-details h2 {
    font-family: 'Inter', sans-serif;
    text-align: center;
    /*margin-bottom: 16px;*/
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333840;
}

.order-details .button-group {
    margin: 0 auto 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.order-details .button img {
    vertical-align: text-bottom;
    width: 24px;
    margin-left: 8px;
}

.order-details .print {
    padding: 14px 24px;
    border: 1px solid #EF0000;
    border-radius: 4px;
    margin-left: 10px;
    transition: all .2s;
}
.order-details .print:hover {
    background: #f5f5f5;
}
.order-details .img-box {
    padding: 24px;
    background-color: #f5f5f5;
    max-width: 100%;
    margin: 0 0 24px 0;
}

.order-details .img-box img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.order-details p {
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.order-details .note {
    padding: 12px 16px;
    margin: 24px;
    background: #FFECD3;
    border-top: 2px solid #EF670A;

}

.order-details .note img {
    float: left;
    width: 24px;
}

.order-details .note p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EF670A;
    text-align: left;
    margin-left: 40px;
}

.order-details .note p a {
    font-size: 16px;
    line-height: 24px;
    color: #EF670A;
    text-decoration: underline;
    transition: all .2s;
}
.order-details .note p a:hover {
    color: #3E3E3E;
}

.order-details .bitno {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    height: auto;
}

.order-details .bitno p {
    text-align: left;
}

.order-details p.paid-message {
    margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 820px) {
    .order-details {
        position: relative;
        min-height: 100vh;
        margin-top: 0;
    }
    .dalje{
        padding-right: 0;
        width: 100%!important;
    }
}

@media (max-width: 767px) {
    .dalje{
        padding-right: 0;
    }
    .order-details {
        position: relative;
        min-height: 100vh;
        margin-top: 0;
        padding-top: 16px;
        padding-bottom: 0;
    }

    .order-details img.logo {
        margin: 0 auto 16px auto;
        height: 40px;
    }

    .order-details .row {
        padding: 0 24px;
    }

    .order-details h1 {
        margin: 16px 0 0 0;
        font-size: 24px;
        line-height: 29px;
    }

    .order-details .details {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .order-details .details div:not(:last-child) {
        border-right: none;
    }

    .order-details .details div {
        padding: 0;
        min-width: 50%;
        margin-top: 24px;
    }

    .order-details .details.payment div {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .order-details p.large {
        font-size: 18px;
        line-height: 22px;
    }

    .order-details p.large br {
        display: block;
    }

    .order-details p {
        font-size: 15px;
        line-height: 22px;
    }

    .order-details .note {
        margin: 24px 0;
    }

    .order-details h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 24px;
    }

    .order-details .button {
        font-size: 12px;
        line-height: 16px;
        padding: 16px 10px;
        width: 76%;
        text-align: center;
    }

    .order-details .img-box {
        padding: 16px;
    }

    .order-details .print img,
    .order-details .button img {
        width: 18px;
    }
}

@media (max-width: 359px) {
    .order-details .button-group {
        flex-direction: column;
    }

    .order-details .button-group a {
        width: 100%;
        margin: 8px 0 0 0;
        text-align: center;
    }

    .order-details .details div {
        min-width: 100%;
    }

    .order-details .button {
        font-size: 11px;
        line-height: 14px;
        padding: 13px 12px;
    }

    .order-details .note img {
        width: 20px;
    }

    .order-details .note p {
        margin-left: 28px;
    }

    .order-details .note p a {
        font-size: 12px;
    }
    .dalje{
        justify-content: center;
    }
    .dalje{
        padding-right: 48px;
    }
}

.dalje{
    padding: 24px 48px 0px;
    width: 954px;
    margin: 0 auto;
    background: #FFFFFF;
}

.dalje{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 32px 48px;
    gap: 16px;
    width: 954px;
    height: 100px;
    width: 910px;
}



@media(max-width:480px){
    .dalje{
        justify-content: center!important;
    }
}

@media(max-width:600px){
    .dalje-btn{
        width: 148px;
        height: 48px;
        font-size: 14px;
    }

    .nazad-dalje-bottom a,.dalje a{
        font-size: 14px!important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.stripe-spinner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
}

.stripe-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000;
    border-radius: 50%;
    animation: stripe-spin 0.8s linear infinite;
}

.stripe-spinner-wrap.is-hidden {
    display: none;
}

@keyframes stripe-spin {
    to { transform: rotate(360deg); }
}
