@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
/* GLOBAL */
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;
}

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

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

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

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

/* HEADER */
#head {
    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;
}

#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 {
    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 h1 {
    color: #177BC0;
    font-size: 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: #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;
    /* align-items: center;*/
}

#unos_domena input, #unos_dodatnog_domena input, #txtDomen input {
    flex: 1;
    height: 20px;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #9B9B9B;
    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 {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    border: 0;
    cursor: pointer;
    display:flex;
    align-items: center;
    font-weight: bolder;
    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: #177BC0;
    outline: 0;
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #177BC0 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before {
    border-right-color: #06B7DB;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before {
    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 {
    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 {
    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 {
    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: 50px;
}

.footer_kartice img {
}

#copyright {
    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;
    margin: 0;
    text-transform: uppercase;
    font-size: 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: 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 {
    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 {
    height: 20px;
    float: right;
    padding: 0;
    border: 1px solid #DDD;
    padding: 5px;
    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 {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
}

* html .input_container p {
}

.input_container select {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #DDD;
    float: right;
    margin: 8px 30px 8px 0px;
    padding: 0px 0px 0px 0px;
    color: #565656;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}

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

#form_container {
    margin: 0 auto;
    padding-bottom: 50px;
}

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

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

#tip_korisnika div {
    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: #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 {
    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 {
    display: flex;
    padding: 5px 10px;
}
.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 {
    font-size: 15px;
    font-weight: bold;
    font-size: 30px;
    color: #00B1E8;
}

.font11 {
    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: #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: center;
    padding: 10px 0;
}
.police {
    display:flex;
    flex-direction:column;
    align-items: center;
    border-top: 1px dotted #ABABAB;
    padding: 20px;
}
.police a {
    padding: 10px;
    text-align: center;
}
.shop_icon {
    font-size: 43px;
    fill: #00B1E8;
    color: #00B1E8;
    border-radius: 50%;
    border: 3px solid #00B1E8;;
    padding: .5em;
    width: max-content;
    margin: 10px;
}
.fa-shopping-car {
    font-size: 50px;
}
.logo {
    
}
.quick_menu {
    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 {
    padding: 7px 10px;
    cursor: pointer;
}
.quick_menu_item:hover {
    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 - 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 {
    background-image: none;
    color:#177BC0;
}
#trenutno_stanje1 #trenutno_stanje.trenutno_stanje_light h1 {
    padding: 0;
    margin: 0 15px;
    font-weight: 900;
    border-bottom: none;
}
.trenutno_stanje_light div.item {
    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 #177cc081;
    border-radius: 5px;     
}
#pay_options {
    display: flex;
    justify-content: center;
}

.pay_options_item {
    margin: 5px;
    padding: 10px;
    background-color: #177bc00d;
    display: flex;
    flex-direction: column;
    justify-content: center;
}