@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
/* GLOBAL */
*, *::before, *::after {
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"]{
    accent-color: #c6168d;
}

body {
    color: #9B9B9B;
    font-family: Montserrat;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #00B1E8;
}
h3 {
    font-family: 'Montserrat';
    color: #282828;
}
img {
    /*display: block;*/
    border: none;
    max-width: 100%;
    height: auto;
}

div, p, li, td, h1, h2, h3 {
    cursor: default;
}

#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

input.tekst {
    border: #E2E2E2 1px solid;
}

input.tekst:focus {
    border: #777777 1px solid;
}

h1.noscript {
    background: red;
    color: white;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

/* ========================= */

/* PRIKAZ CENA — primarna / sekundarna valuta */
.price-primary {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    color: #282828;
    line-height: 1.1;
}

.price-secondary {
    display: block;
    font-size: 0.75em;
    font-weight: 400;
    color: #888888;
    line-height: 1.1;
    margin-top: 2px;
}

/* Za inline elemente gde <br /> ne može lepo da se primeni (ukupne cene, korpa) */
.price-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: inherit;
}

/* LANGUAGE SWITCHER */
.lang-switcher-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    z-index: 1001;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s, border-color 0.2s;
}

.lang-switcher:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    color: #ffffff;
}

.lang-switcher .lang-flag {
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 14px;
    line-height: 1;
    vertical-align: middle;
    flex-shrink: 0;
}

/* SVG zastavica unutar language switchera — eksplicitne dimenzije i ravnanje */
.lang-switcher .lang-flag svg,
.lang-dropdown .lang-flag svg {
    display: block;
    width: 20px;
    height: 14px;
}

.lang-switcher .lang-arrow {
    margin-left: 6px;
    font-size: 10px;
    line-height: 1;
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 100px;
}

.lang-switcher-wrapper:hover .lang-dropdown,
.lang-switcher-wrapper:focus-within .lang-dropdown {
    display: block;
}

.lang-dropdown li a {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    color: #282828;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.lang-dropdown li a:hover {
    background-color: #f5f5f5;
    color: #00B1E8;
}

.lang-dropdown .lang-flag {
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 14px;
    line-height: 1;
    vertical-align: middle;
    flex-shrink: 0;
}

/* RED STAVKE KORPE — levo naziv/grupa, desno cena/X */
.cart_item_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.cart_item_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding-right: 10px;
}

.cart_item_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.cart_item_right .delete_item {
    margin-bottom: 4px;
}

.cart_item_right .delete_item a {
    color: #ff4d4d;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

/* ========================= */

/* HEADER */
#head {
    background: linear-gradient(to right, #000, #c6168d);
    padding-bottom: 48px;

    /* background: url('../images/shop/shop-hosting-background.jpg'); */
    display:flex;
    flex-direction: column;
    /* padding-bottom: 80px; */
}

#head p {
    display: block;
}

#head img {
    display: block;
}
.head_top {
    padding: 10px;
}
.head_main {
    display: flex;
    background-color: #00000080;
    padding: 20px;
    align-items: center;
}
.center {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.topbar-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.maxbutton {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    border: 1px groove rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 1px 0px rgba(51, 51, 51, 0);
    margin-right: 25px;
}
.maxbutton:hover {
    border-color: #259ad6;
    background-color: #259ad6;
    box-shadow: 0px 0px 1px 0px #333333;
}
.maxbutton .mb-text {
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: unset;
    padding: 5px;
}
.social-icons {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px 0;
}
.social-icons .svg-inline--fa {
    font-size: 16px;
    padding: 0 10px;
}

/* ========================== */

/* NAVIGACIJA */
#navcontainer {
    display: none;
}

#navcontainer a {
    color: #ffffff;
    font-size: 14px;
}

#navlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#navlist li {
    padding: 0px 0px 0px 15px;
    color: #CCCCCC;
    white-space: nowrap;
}

#navlist li.first {
    border-left: none;
}

#navlist li.last {
    padding-right: 0;
    margin-right: 0;
}

#mobilmenu {
	display: flex;
	color: white;
	font-size: 35px;
	align-items: center;
}
.mobilmenu_content {
    display:flex;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#414042;
    color:white;
    transition: .5s all;
}
#close_menu {
    display: flex;
    flex: 1;
}
#close_menu .icon {
    margin: 10px;
    font-size: 25px;
    position: absolute;
    right: 0;
}
.close_menu_links {
    display:flex;
    flex-direction:column;
    flex:1;
    align-items: center;
}
.close_menu_links a {
    color:white;
    padding:10px;
    text-transform: uppercase;
}

/* =============== */

/* HEADER 2 */
#head2 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin: 60px auto 0 auto;

    /* border-bottom: 1px dotted #CDCDCD; */
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    align-items: center;
    /* margin: 0 auto; */
}

#head2 img {
    float: right;
    padding: 15px 5px 5px 5px;
}

#head2 #headings {
    flex: 1;
    text-align: center;
}

#head2 #headings ul,
#head2 #headings ol {
    text-align: left;
    display: inline-block;
    margin: 10px 0;
    padding-left: 20px;
}

#head2 #headings li {
    text-align: left;
}

#head2 h1 {
    color: #c6168d;

    /* color: #177BC0; */
    font-size: clamp(22px, 5vw, 30px);
    margin: 0;
}

#head2 h2 {
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    padding-top: 10px;
}

#head2 h2 a {
    color: #00A7E2;
}

.head_main_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	flex: 1;
}

/* ==================================== */

/* KORACI */
#koraci {
    width: 100%;
    text-align: center;
    padding: 60px 0px 60px 0px;
}

#koraci ul {
    padding: 0;
    margin: 0;
}

#koraci li {
    display: block;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

#koraci li.active {
    color: #c6168d;

    /* color: #177BC0; */
    font-size: 24px;
}

/* ============================== */

/* NARUCIVANJE CONTAINER */
#narucivanje_container {
    padding: 10px;
}

.frm_kleft {
    float: left;
    clear: both;
    padding-left: 10px;
    color: #777777;
}

.frm_pad {
    padding-top: 10px;
}

#uloguj {
    float: left;
    padding: 20px 0px 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#uloguj:link,
#uloguj:active,
#uloguj:visited {
    color: black;
}

#uloguj:hover {
    color: black;
    text-decoration: underline;
}

/* ============================== */

/* NARUCIVANJE */
#narucivanje {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#unos_domena, #unos_dodatnog_domena {
    display: flex;
    position: relative;
    padding: 20px;
    background-color: #E5E5E5;
    /* background-image: url(../images/shop/unesi_domen_bg_gore.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    /* align-items: center;*/
}

#unos_domena input, #unos_dodatnog_domena input, #txtDomen input {
    border: 1px solid #c6168d;

    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #565656;
    background-color: #fff;
    /* border: 1px solid #ced4da; */
    border-right: 0;
    border-radius: 3px 0 0 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#unos_domena input:focus, #unos_dodatnog_domena input:focus {
    border-color: #c6168d;

    color: #495057;
    background-color: #fff;
    /* border-color: #80bdff; */
    outline: none;
}

/* Form submit button */
.form-wrapper button {
    background: #c6168d;

    overflow: visible;
    position: relative;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 42px;
    min-width: 90px;
    padding: 0 20px;
    font: bold 15px/42px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    /* background: #177BC0; */
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

/* .form-wrapper button:hover {
    background: #06b7db;
} */

.form-wrapper button:active,
.form-wrapper button:focus {
    background: #c6168d;

    /* background: #177BC0; */
    outline: 0;
}

.form-wrapper button:before { /* left arrow */
    border-color: transparent #c6168d transparent;

    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    /* border-color: transparent #177BC0 transparent; */
    top: 13px;
    left: -6px;
}

.form-wrapper button:hover:before {
    border-right-color: #c6168d;

    /* border-right-color: #06B7DB; */
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before {
    border-right-color: #c6168d;

    /* border-right-color: #177BC0; */
}

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.rb_desc_container {
    display: flex;
    padding: 38px 0px 38px 0px;
    border-bottom: 1px solid #CCCCCC;
}

.rb_desc_container input {
    margin-top: 5px;
    padding-top: 0px;
}

.rb_desc_container p {
    margin-top: 0px;
    padding-top: 0px;
}

.radio_container {
    float: left;
    width: 32px;
    padding-right: 10px;
    /*padding-bottom: 100px;*/
}

.moar {
    /* background:url(../images/shop/proizvod_paket.jpg) 0px 0px no-repeat; */
    padding-left: 40px;
}

.product_description {
    float: left;
}

.naziv_proizvoda {
    font-size: 18px;
    color: #5B5B5B;
}

.naziv_proizvoda span {
    color: #9C9C9C;
}

.opis_proizvoda span {
    color: #CCCCCC !important;
}

#trenutno_stanje1 {
    flex: 1;
}

#dodatni_paketi {
    
}

div.itsfree {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/shop/free.png) 0px 0px no-repeat;
    opacity: .75;
    -moz-opacity: .75;
    filter: alpha(opacity=75);
}

#trenutno_stanje {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(180deg, #177BC0 0%, #177BC0 100%);
    color: white;
}

.dodatni_pak {
    position: relative;
    z-index: 2222;
}

#dodatni_paketi h1 {
    padding: 5px;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid;
}

#dodatni_paketi h2 {
    color: #BBBBBB;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding: 0 0 0 12px;
}

#trenutno_stanje1 h1 {
    padding: 15px;
    margin: 0;
    font-weight: 900;
    font-size: 20px;
    border-bottom: 5px double;
}

#trenutno_stanje1 h2 {
    color: #BBBBBB;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding: 0 0 0 12px;
}

#stanje_cene {
    float: left;
    background-color: #FFF;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    padding: 19px 10px 24px 10px;
    color: #5C5C5C;
}

#stanje_cene #tab1 {
    width: 100%;
}

#stanje_cene #tab2 {
    color: #000;
    font-weight: 900;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #CCCCCC;
}

#stanje_cene .td_naziv {
    width: 60%;
    text-align: left;
    padding-bottom: 6px;
    line-height: 12px;
}

#stanje_cene .td_cena {
    width: 40%;
    text-align: center;
}

div.stanje_bottom {
    clear: both;
    background: url(../images/shop/ukupno_box_bg_dole.png) no-repeat;
    height: 6px;
}

div.stanje_top {
    background: url(../images/shop/ukupno_box_bg_gore.jpg);
    background-repeat: no-repeat;
    height: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: hidden;
}

.naziv_paketa_bottom {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
.divider {
    border-top: 3px solid #c6168d;

    white-space: break-spaces;
    width: 3%;
    line-height: 0;
    /* border-top: 3px solid #177BC0; */
}

span#kuponi {
    display: none;
    margin-top: 10px;
}

span#kuponi div.stanje_top {
    background-image: url(../images/shop/kuponi_vrh.png) !important;
}

span#kuponi div.item {
    display: flex;
    align-items: center;
    margin-top:10px;
}

span#kuponi h1 {
    font-weight: 600;
    margin: 0px;
}

span#kuponi input {
    font-family: Montserrat;
    flex: 1;
    border: 0;
    color: #7F7F7F;
    padding: 5px 23px 5px 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

span#kuponi input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
}

span#kuponi a {
    position: absolute;
    top: 8px;
    right: 15px;
    clear: both;
    width: 19px;
    height: 19px;
    background: url(../images/add_button.gif) 3px 2px no-repeat;
}

/* ============================= */

#dugmici {
	padding-top: 43px;
	display: flex;
	justify-content: space-between;
}

/* DUGMICI */
#dugmici2 {
    padding-top: 43px;
    padding-bottom: 66px;
    border-bottom: 2px solid #5A5A5A;
}

#dugmici2 a {
    text-decoration: none;
    margin-right: 30px;
    float: left;
}

#dugmici img {
    border: none;
}

/* ============================= */

#footer {
    background-color: #000;

    text-align: center;
    padding-top:60px;
    background-color: #0f0f0f;
    /* background-image: url(../images/shop/shop-hosting-background.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    flex-direction:column;
}
.footercols4 {
    text-align: left;
    margin: 0 0 2.6%;
    padding: 0 15px;
    box-sizing: border-box;
}
.footercols4 h4 {
    color: white;
    font-size: 20px;
    border-color: #ffffff;
    border-bottom: 1px solid;
    font-weight: 400;
    margin-bottom: 38px;
    padding-bottom: 30px;
    position: relative;
}
.footercols4 h4:after {
    background-color: #c6168d;

    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    width: 40px;
    left: 0;
    /* background-color: #177BC0; */
}
#footer ul {
    margin: 0;
    padding-left: 0; 
}

#footer ul li {
    line-height: normal;
    list-style: none;
    margin-bottom: 17px;
}
#footer ul li a {
    color: #d6d6d6;
}
#footer ul li a:before {
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    padding-right: 15px;
    position: relative;
    top: 0px;
}
.footer_kartice {
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_kartice img {
    max-width: 100%;
    height: auto;
}

#copyright {
    border-top: 1px solid #5E5E5E;

    /* background-color: rgba(28,28,28, 0.5); */
    
}
.copyright_text {
    font-size: 14px;
    padding: 30px 0;
    margin: 0 auto;
    color: #f8f8f8;
}

#k_maestro {
    left: 60px;
    top: 10px;
}

#k_visa {
    left: 120px;
    top: 6px;
}

#k_mc {
    left: 0px;
    top: 10px;
}

#k_inteza {
    left: 202px;
    top: 10px;
}

#k_visa_verified {
    left: 438px;
    top: 6px;
}

#k_secure_code {
    left: 364px;
    top: 6px;
}

.fk1 {
    padding-top: 13px !important;
}

#footer_text {
}

#footer_meni {
    margin: 0 auto;
}

#footer_links {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#footer_links li {
    display: inline;
    font-size: 14px;
}

#footer_links li a {
    color: #868686;
}

#footer_links li a.active {
    color: #444444;
}

/* STRANICA KOJA PRIKAZUJE ERROR ZA POGRESAN DOMEN */

/* ERROR */
#error {
    border: 1px solid #FE0000;
    background-color: #FCE8E9;
    color: #FE0005;
    padding: 16px 22px 16px 22px;
    overflow: auto;
    margin-bottom: 40px;
    margin-top: 10px;
}

#error img {
    float: left;
    padding-right: 22px;
    padding-top: 3px;
}

#error div {
    font-weight: bold;
    float: left;
}

/* ==================================== */

/* STRANICA KOJA PRIKAZUJE SUCCESS ZA DOMEN */

/* SUCCESS */
#success {
    border: 1px solid #197B30;
    background-color: #D7EABC;
    color: #1C762E;
    padding: 16px 22px 16px 12px;
    overflow: auto;
    margin-bottom: 40px;
    margin-top: 10px;
}

#success img {
    float: left;
    padding-right: 12px;
    padding-top: 3px;
}

#success div {
    font-weight: bold;
    float: left;
}

/* ==================================== */

/* STRANICA ZA IZBOR DODATNIH PROIZVODA */
.naziv_paketa {
    text-align: center;
    margin-top: 80px;
}
.naziv_paketa:first-of-type {
    margin-top: 0;
}

.naziv_paketa h3 {
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: clamp(22px, 5vw, 29px);
    font-weight: 700;
}

.naziv_paketa a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
    float: right;
    margin-top: 3px;
    color: #000;
}

.izbor_paketa {
    margin: 20px 0;
}

.indd2 {
    
}

.izbor_paketa img {
    width: 60px;
}

.indddd img {
    padding-bottom: 11px !important;
}

.izbor_paketa_rb_container {
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.izbor_paketa_rb {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin: 15px;

    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
    /* margin: 10px; */
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.indddd {
    padding-bottom: 0px;
}

.bez_ivice {
    border: none !important;
}

.akcija {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 70px solid red;
    border-left: 70px solid transparent;
}
.akcija span {
    position: absolute;
    transform: rotate(45deg) translateX(-70px);
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.izbor_paketa_rb1 {
    float: left;
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}

.izbor_paketa_rb_input {
    padding: 0;
    margin: 0;
    min-height: 25px;
}

.izbor_paketa_rb_naziv {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    color: #282828;
    padding: 0;
    margin: 0;
}
.izbor_paketa_rb_naziv a.title {
    font-size: 19px;
    color: #282828;
    margin: 10px 0;
    font-weight: 700;
}

.izbor_paketa_rb_naziv1 {
    font-size: 13px;
    color: #282828;
    padding: 0;
    margin: 0;
    display: inline;
}

.izbor_paketa_rb_naziv2 {
    font-size: 13px;
    color: #282828;
    padding: 0;
    margin: 0;
    display: inline;
}

.izbor_paketa_rb_opis {
    font-size: 11px;
    color: #999;
}

.cena_holder {
    padding: 20px 0;
    text-align: center;
}

.naruci:link,
.naruci:active,
.naruci:visited {
    color: white;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

.izbor_paketa_rb_cena {
    background-color: #c6168d;
    width: 50%;

    font-family: "Montserrat", Sans-serif;
    font-weight: bold;
    /* background-color: #177BC0; */
    font-size: 13px;
    /* width: 100%; */
    box-sizing: border-box;
    border-radius: 2px;
    transition: all .3s;
}

.izbor_paketa_rb_cena:hover {
    background-color: #000000;
}

.izbor_paketa_rb_container .last {
    border: none;
}

/* ==================================== */

.input_container {
    background-color: #FFF;
    color: #5B5B5B;
    font-size: 14px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.input_container input {
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding: 10px;
    border: 1px solid #DDD;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    border-radius:5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input_container input::placeholder {
    font-weight:200;
}

.input_container input:focus {
    border-color: #c6168d;

    color: #495057;
    background-color: #fff;
    /* border-color: #80bdff; */
    outline: none;
}

* html .input_container p {
}

.input_container select {
    width: 100%;
    max-width: 100%;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #DDD;
    margin: 8px 0;
    padding: 0 10px;
    color: #565656;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    background-color: #fff;
}

.input_container p {
    padding: 10px;
    margin: 0;
    font-weight: 600;
}

#form_container {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

#tip_korisnika {
    justify-content: center;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #ABABAB;
    padding: 20px 0;
    flex-direction: column;
    gap: 10px;
}

#tip_korisnika p {
    color: #9B9B9B;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

#tip_korisnika div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    padding-left: 10px;
    color: #5A5A5A;
}


#uspesno {
    display: flex
}

#uspesno img {
    float: left;
    padding-right: 30px;
}

#uspesno div {
    float: left;
}

#uspesno h3 {
    color: #636363;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 30px;
}

#uspesno p {
    color: #636363;
}

#uspesno ul {
    color: #00A1E1;
    font-size: 14px;
    padding-left: 14px;
    margin-left: 0;
}

#uspesno li {

}

#unos_domena_greska {
    background-color: #DC143C;

    /* background-color: #88201B;
    background-image: url(../images/shop/bordo_gore.jpg);
    background-repeat: no-repeat; */
    height: 32px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #FFF;
    padding-top: 8px;
    padding-left: 20px;
}

#unos_domena_ok {
    color: #c6168d;

    font-size: 16px;
    font-weight: 600;
    /* color: #177BC0; */
    padding: 20px 0;
    text-align: center;
}

#opcije_container {
    overflow: auto;
    margin-top: 30px;
}

#opcije_container h3 {
    color: #000;
    font-size: 18px;
}

#opcije_levo {
    display: flex;
    flex-direction: column;
}

#opcije_desno {
    padding-left: 30px;
    float: left;
}

/* PRICELIST NOVO */
div.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px dotted;
}

div.item_slika {
}

div.item_grupa {
    font-size: 12px;
}

div.item_naziv {
    padding: 5px 5px 5px 0;
}

div.item_cena {
    padding: 5px;
    font-weight: 600;
}
.price_text {
    flex: 2;
    text-align: right;
}
.price, .vat, .total_price {
    background: #f2f2f2;

    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.price .price_text,
.vat .price_text,
.total_price .price_text {
    text-align: left;
    flex: 1;
}

.price .price_number,
.vat .price_number,
.total_price .price_number {
    text-align: right;
    flex: 1;
}
.ukupnaCena .total_price span {
    font-weight: 800;
    font-size: 18px;
}
.price_number {
    flex: 1;
    text-align: right;
}

.delete_item {
    padding: 0 5px;
}

.flex_column {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.flex_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.ukupnaCena {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.ukupnaCena span {
    font-weight: 300;
    font-size: 14px;
}

a.harmonika {
    
}

ul.forma,
ul#forma {
    float: left;
    list-style-type: none;
    padding-top: 40px;
}

ul.forma li,
ul#forma li {
    float: left;
    clear: both;
    padding-bottom: 12px;
}

ul.forma {
    display: inline;
}

ul.forma div.label2 {
    width: 100px;
}

ul.forma div.input {
    width: 200px;
}

ul.forma li {
    width: 310px;
}

/** 
 ^^
**/
span.cena_holder {
    color: #000;
    text-align: center;
}

span.cena_styler {
    color: #c6168d;

    font-weight: bold;
    font-size: clamp(22px, 6vw, 30px);
    /* color: #00B1E8; */
}

.font11 {
    color: #c6168d;
    font-weight: 600;

    font-size: 11px;
    /* color: #00B1E8; */
}

span.paket_desc {
    font-family: Montserrat;
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 22px;
}

/**
*  Zaobljene ivice na korpi      
*/
div.rb_top {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    z-index: 2221;
    background: url(../images/shop/rb_top.png) 0px 0px no-repeat;
}

div.rb_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    z-index: 2221;
    background: url(../images/shop/rb_bottom.png) 0px 0px no-repeat;
}

div.dp_top {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    z-index: 2221;
    background: url(../images/shop/rb_top.png) 0px 0px no-repeat;
}

div.dp_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    z-index: 2221;
    background: url(../images/shop/rb_bottom.png) 0px 0px no-repeat;
}

/**
*  Dodatak za paket=domen      
*/
ul#korak1_dodatne_usluge {
    padding: 0px;
    margin: 0px;
    float: left;
    clear: both;
    list-style-type: none;
}

ul#korak1_dodatne_usluge li {
    height: 30px;
}

div.svc_chk {
    float: left;
    padding-top: 2px;
}

div.svc_chk input {
    margin: 0px;
    padding: 0px;
}

div.svc_name {
    float: left;
    padding-left: 8px;
}


.shop_button {
    background-color: #c6168d;

    /* background-color: #177BC0; */
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all .3s;
    padding: 10px 25px;
    color: white;
}
#m_levi, #m_desni {
    list-style-type: none;
    margin: 0px;
    flex: 1;
    text-align: left;
    padding: 10px 0;
}

#m_levi li,
#m_desni li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    text-align: left;
}

#m_levi input[type="checkbox"],
#m_desni input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 3px;
    flex-shrink: 0;
}
.police {
    display:flex;
    flex-direction:column;
    align-items: center;
    border-top: 1px dotted #ABABAB;
    padding: 20px;
}
.police a {
    color: #c6168d;
    text-decoration: underline;

    padding: 10px;
    text-align: center;
}
.shop_icon {
    fill: #c6168d;
    color: #c6168d;
    border: 3px solid #c6168d;

    /* fill: #00B1E8; */
    /* color: #00B1E8; */
    /* border: 3px solid #00B1E8; */
    font-size: 43px;
    border-radius: 50%;
    padding: .5em;
    width: max-content;
    margin: 10px;
}
.fa-shopping-car {
    font-size: 50px;
}
.logo {
    
}
.quick_menu {
    background-color: #fff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: transform 0.25s;
    font-size: 14px;
    padding: 5px;
    /* color: white; */
    display: flex;
    /* background-color: #0A1F3E; */
    justify-content: space-evenly;
    align-items: center;
    flex-wrap:wrap;
}
.quick_menu_item {
    transition: all 0.5s;

    padding: 7px 10px;
    cursor: pointer;
}
.quick_menu_item:hover {
    background-color: #c6168d;
    color:#fff;

    /* background-color: #133370; */
    border-radius: 5px;
    /* box-shadow: inset 0 -1px 3px #0000008c */
}
.quick_menu.is-hidden {
    transform: translateY(-100%);
}
.quick_menu.is-visible {
    transform: translateY(0);
}
  
/* Desktop query*/
@media (min-width: 768px) {
    .center {
        flex-direction: row;
    }
    #head2 {
        width: 700px;
        flex-direction: row;
    }
    #head2 #headings {
        text-align: left;
    }
    .social-icons {
        margin: 0;
    }
    #mobilmenu {
        display: none;
    }
    #navcontainer {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        text-transform: uppercase;
        align-items: center;
        font-weight: 500;
    }
    .mobilmenu_content {
        display:none;
    }
    .quick_menu {
        flex-wrap:inherit;
    }
    .head_main_inner {
        max-width: 1400px;
        margin: 0 auto;
    }
    .izbor_paketa_rb {
        width: calc(100% / 4);

        /* width: calc(100% / 4 - 40px); */
    }
    .izbor_paketa_rb.col_2 {
        width: calc(100%/2 - 40px);
    }
    .izbor_paketa_rb_container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #narucivanje {
        margin: 0 auto;
        /* max-width: 1400px; */
        flex:2;
    }
    #narucivanje_container {
        margin: 0 auto;
        /* max-width: 1200px; */
        display: flex;
        width: 100%;
        box-sizing: border-box;
    }
    #opcije_levo {
        flex-direction: row;
    }
    #m_levi, #m_desni {
        text-align: left;
    }
    #koraci li {
        display: inline;
    }
    #trenutno_stanje1 {
        margin-left: 20px;
    }
    #form_container {
        max-width: 600px;
    }
    .input_container {
        justify-content: space-between;
    }
    #tip_korisnika {
        flex-direction: row;
    }
    #footer_meni {
        width: auto;
    }
    .footercols4 {
        float: left;
    }
  }

#trenutno_stanje.trenutno_stanje_light {
    color: #c6168d;

    background-image: none;
    /* color:#177BC0; */
}
#trenutno_stanje1 #trenutno_stanje.trenutno_stanje_light h1 {
    padding: 0;
    margin: 0 15px;
    padding-top: 10px;
    font-weight: 900;
    border-bottom: none;
}
.trenutno_stanje_light div.item {
    border-bottom: 1px dotted #c6168d;
    background-color: #f2f2f2;

    /* border-bottom: 1px dotted #177cc044;
    background-color: #177bc00d; */
}
.trenutno_stanje_light .ukupnaCena {
    background-color: #177bc01a;
    margin-top:0;
}
.trenutno_stanje_light .cart_title {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.trenutno_stanje_light .cart_title {
    font-size: 26px;
}
.trenutno_stanje_light .cart_content {
    border: 2px solid #c6168d;

    /* border: 2px solid #177cc081; */
    border-radius: 5px;     
}
#pay_options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pay_options_item {
    background-color: rgba(198, 22, 141, 0.1);

    margin: 5px;
    padding: 10px;
    /* background-color: #177bc00d; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 250px;
    min-width: 220px;
    max-width: 100%;
}

.pay_options_item .izbor_paketa_rb_naziv1 {
    margin-bottom: 10px;
    font-weight: bold;
}

.pay_options_item .izbor_paketa_rb_naziv2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.pay_options_item .izbor_paketa_rb_naziv2 label {
    display: inline;
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.pay_options_item .izbor_paketa_rb_naziv2 input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
    vertical-align: middle;
    cursor: pointer;
}

@media (min-width: 768px) {
    .pay_options_item .izbor_paketa_rb_naziv2 {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px 20px;
        justify-content: flex-start;
    }
}

#tip_korisnika div {
    align-items: center;
}

/* Univerzalni stil za radio opcije — radio dugme + label u istom redu, opcije jedna ispod druge */
.radio_option {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
}

.radio_option input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.radio_option label {
    display: inline;
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

#tip_korisnika div label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}

#tip_korisnika div input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
    vertical-align: middle;
    cursor: pointer;
}

@media (max-width: 767px) {
    #tip_korisnika div {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    #tip_korisnika div label,
    .radio_option label {
        white-space: normal;
    }
}

/* === MOBILNI RESPONSIVE DODACI (320px - 767px) === */
@media (max-width: 767px) {
    /* Header: kompaktnija navigacija */
    .head_main {
        padding: 10px;
    }

    .head_main_inner {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .topbar-right {
        flex-wrap: wrap;
        gap: 8px;
    }

    .social-icons {
        margin: 10px 0 0 0;
    }

    /* Hero sekcija */
    #head2 {
        padding: 15px;
        text-align: center;
    }

    #head2 #headings {
        text-align: center;
    }

    #head2 #headings ul,
    #head2 #headings ol {
        display: block;
        padding-left: 20px;
        text-align: left;
    }

    #head2 h1 {
        font-size: clamp(20px, 6vw, 28px);
        padding: 0 10px;
    }

    #head2 h2 {
        font-size: 12px;
        padding: 0 10px;
    }

    #head2 img {
        float: none;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }

    /* Koraci wizarda */
    #koraci {
        padding: 30px 0;
    }

    #koraci li {
        font-size: 14px;
        margin: 8px 0;
    }

    #koraci li.active {
        font-size: 18px;
    }

    /* Paketi / kartice */
    .izbor_paketa_rb_container {
        padding: 0;
    }

    .izbor_paketa_rb {
        margin: 15px 0;

        width: 100% !important;
        /* margin: 10px 0; */
        box-sizing: border-box;
    }

    .izbor_paketa_rb.col_2 {
        width: 100% !important;
    }

    .cena_holder {
        padding: 15px 0;
    }

    .naziv_paketa {
        margin-top: 40px;
    }

    .naziv_paketa h3 {
        font-size: clamp(18px, 5vw, 24px);
    }

    .naziv_paketa a {
        float: none;
        display: block;
        margin-top: 10px;
    }

    /* Unos domena */
    #unos_domena,
    #unos_dodatnog_domena {
        flex-direction: column;
        padding: 15px;
    }

    #unos_domena input,
    #unos_dodatnog_domena input,
    #txtDomen input {
        border-radius: 3px;
        border-right: 1px solid #ced4da;
        width: 100%;
    }

    .form-wrapper button {
        border-radius: 3px;
        width: 100%;
        margin-top: 10px;
    }

    .form-wrapper button:before {
        display: none;
    }

    /* Forme */
    #form_container {
        padding: 0 10px 30px 10px;
    }

    .input_container {
        padding: 0;
    }

    ul.forma,
    ul#forma {
        float: none;
        padding-top: 20px;
        width: 100%;
    }

    ul.forma li,
    ul#forma li {
        float: none;
        width: 100%;
        padding-bottom: 8px;
    }

    ul.forma div.label2,
    ul.forma div.input {
        width: 100%;
    }

    .frm_kleft,
    #uloguj {
        float: none;
        padding-left: 0;
        text-align: left;
    }

    /* Korpa / stanje cene */
    #narucivanje_container {
        padding: 5px;
    }

    #narucivanje {
        margin-bottom: 10px;
    }

    #trenutno_stanje1 {
        margin-left: 0;
    }

    #stanje_cene {
        float: none;
        width: 100%;
        box-sizing: border-box;
        border-left: none;
        border-right: none;
        padding: 15px 10px;
    }

    #stanje_cene .td_naziv,
    #stanje_cene .td_cena {
        width: 50%;
    }

    .cart_item_row {
        flex-direction: row;
        align-items: flex-start;
    }

    .cart_item_left {
        padding-right: 5px;
    }

    /* Dodatne usluge */
    #opcije_desno {
        padding-left: 0;
        float: none;
        width: 100%;
    }

    #opcije_levo {
        width: 100%;
    }

    .product_description {
        float: none;
        width: 100%;
    }

    .radio_container {
        float: none;
        width: auto;
        padding-bottom: 5px;
    }

    .rb_desc_container {
        flex-direction: column;
        padding: 20px 0;
    }

    .moar {
        padding-left: 0;
    }

    ul#korak1_dodatne_usluge li {
        height: auto;
        padding: 5px 0;
    }

    div.svc_chk,
    div.svc_name {
        float: none;
        display: inline-block;
    }

    /* Dugmići */
    #dugmici,
    #dugmici2 {
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #dugmici2 a {
        float: none;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    /* Error / success poruke */
    #error,
    #success {
        padding: 12px;
    }

    #error img,
    #success img {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
        padding: 0;
    }

    #error div,
    #success div {
        float: none;
        text-align: center;
    }

    #uspesno {
        flex-direction: column;
        align-items: center;
    }

    #uspesno img {
        float: none;
        padding: 0 0 15px 0;
    }

    #uspesno div {
        float: none;
        text-align: center;
    }

    /* Footer */
    #footer {
        padding-top: 30px;
    }

    .footercols4 {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .footercols4 h4 {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .footer_kartice {
        margin: 10px;
        justify-content: center;
    }

    #footer_meni {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #footer_links li {
        display: block;
        padding: 5px 0;
    }

    .copyright_text {
        padding: 20px 10px;
        font-size: 12px;
    }

    /* Police / quick menu */
    .quick_menu {
        font-size: 12px;
        padding: 3px;
    }

    .quick_menu_item {
        padding: 5px 7px;
    }

    .police {
        padding: 15px;
    }

    .shop_icon {
        font-size: 32px;
        padding: .4em;
    }
}

/* === TABLET / SREDNJI EKRANI (768px - 1300px) === */
@media (min-width: 768px) and (max-width: 1300px) {
    #navlist li {
        padding-left: 8px;
        font-size: 12px;
    }

    #navcontainer a {
        font-size: 12px;
    }
}

/* === TABLET RESPONSIVE (768px - 1023px) === */
@media (min-width: 768px) and (max-width: 1023px) {
    .izbor_paketa_rb {
        width: calc(50% - 20px) !important;
    }

    .izbor_paketa_rb.col_2 {
        width: calc(50% - 20px) !important;
    }

    .footercols4 {
        width: 50%;
        float: left;
    }
}

/* === MALI MOBILNI (do 359px) === */
@media (max-width: 359px) {
    #navlist li {
        padding-left: 8px;
        font-size: 12px;
    }

    .lang-switcher {
        margin-right: 8px;
        padding: 0 6px;
        font-size: 11px;
    }

    .izbor_paketa_rb_naziv a.title {
        font-size: 16px;
    }

    span.cena_styler {
        font-size: clamp(18px, 6vw, 22px);
    }

    #head2 h1 {
        font-size: 20px;
    }
}
