/* ==========================================================================
   CSS RESET
   ========================================================================== */

:root {
    --odtenek1: #f16724;
    --odtenek2: #fc7f39;
    --odtenek3: #f5ebde;
    --lightgray: #f7f7f7;;
    --white: #fcfcfc;
    --green: #b3e378;
    --black: #333333;
    --gray: #3b3b3b;
    --totalblack: #000000;
    --totalwhite: #ffffff;
    --max-width: 1600px;
    --nav-height: 90px;
    --transition: all 0.3s;
}

* {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    vertical-align: baseline;
}

html {
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

body {
    min-height: 100vh;
}

a {
    color: var(--odtenek1);
}

a:hover {
    color: var(--odtenek2);
    text-decoration: underline var(--totalblack);
}

input {
    border-radius: 0;


}

input,
button,
submit {
    border: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.katalog-href {
    color: white;
}
.katalog-href:hover {
    color: black;
}
#mainMenuHolder {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid lightgray;
    background: linear-gradient(180deg, rgba(241, 104, 36, 1) 0%, rgba(252, 127, 57, 1) 100%);
    /* background-color: var(--odtenek1); */
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    color: var(--white);
    z-index: 3;
}

#mainMenuHolder2 {
    position: relative;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.mainMenuCenter {
    display: flex;

    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
}

#mainMenu-mobile-hider {
    height: 100%;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
#top-above{
    width: 100%;
    background-color: var(--totalwhite);
    position: relative;
    z-index: 4;
}
#top {
    padding: 10px;
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-podatki {
    text-align: center;
}

.logoHolder {
}

.logo {
}

.buttonsHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-menu-btn {
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    width: 20%;
    min-width: max-content;
    height: 100%;
    padding: 1px;
    text-align: center;
    vertical-align: center;
    border-radius: 5px;
    color: var(--white);
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    transition: color 0.3s;
    cursor: pointer;
}

.basket-logo-font {
    font-size: 36px;
}

.moj-racun-prijavljen {
    font-weight: bold;
    font-size: 0.85em;
}

.main-menu-btn-mali {
    text-decoration: none;
    transition: color 0.3s;
    color: var(--white);
    cursor: pointer;
}

.main-menu-btn:hover {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    color: var(--totalblack);
}

.main-menu-btn-mali:hover {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    color: var(--totalblack);
}

#search {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#search a {
    color: var(--totalwhite);
    padding: 2px;
    padding-left: 6px;
    font-size: 30px;
}

#search a:hover {
    color: var(--totalblack);
}

#search input {
    padding: 4px;
    height: 40px;
    border-radius: 5px;
    width: 15vw;
}


/* voziček  */

.basketHolder {
    display: flex;
    position: relative;
    margin-left: 25px;
    height: 100%;
    padding-right: 10px;
    vertical-align: middle;
    align-items: center;
    min-width: 45px;
}

.basketHolder a {
}

.basketHolder:hover > .basket-container {
    display: flex;
}

.basket-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    z-index: 5;
    position: absolute;
    display: none;
    opacity: 0;
    flex-direction: column;
    top: 59px;
    right: 0;
    width: 500px;
    height: min-content;
    max-height: 70vh;
    background-color: white;
    color: black;
    border: 0.5px solid lightgray;
    border-top: 0px;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
    transition: var(--transition);
    overflow-y: auto;
}
.basket-containerxx {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#blagajna-btn {
    margin: 8px;
    border-radius: 6px;
    width: clamp(10%, 30%, 50%);
    height: clamp(30%, 10%, 15%);
    align-items: center;
    text-align: center;
}

.user-account {
    font-size: 18px;
    min-width: max-content;
    position: relative;
    height: 100%;
}

#user-account2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#racunBtn {
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 100%;
}

.racun-btn {
    display: flex;
    color: black;
    flex-direction: column;
    cursor: pointer;
}

#accountMenu-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    z-index: 3;
    position: absolute;
    display: none;
    opacity: 0;
    flex-direction: column;
    top: 59px;
    right: -70px;
    width: 500px;
    height: min-content;
    background-color: white;
    color: black;
    justify-content: center;
    align-items: center;
    padding: 6px;
    flex-wrap: wrap;
    transition: var(--transition);
}

#accountMenu-container:hover {
    display: block;
}

.cart-header-container {
    font-weight: bold;
    width: 95%;
    background-color: white;
    padding: 4px;
    padding-top: 10px;
    border-top: var(--odtenek2) 1px solid;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 2%;
    transition: all 0.6s linear;
}

.cart-header-container-animation {
    background-color: green;
    color: var(--white);
}

.cart-header-container:first-child {
    border-top: 0;
}
.cart-header-container2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.cart-header-container3 {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-evenly;
    vertical-align: middle;
    margin: 2%;
}

.basket-container:hover {
    display: flex;
}

.add-symbol {
    font-size: 35px;
    color: black;
}

.add-symbol:hover {
    color: var(--odtenek1);
    cursor: pointer;
}

.cart-qty {
    -moz-appearance: textfield;
    min-width: 15%;
    max-width: 30%;
    text-align: center;
    font-size: 1.25rem;
}

.cart-header-title {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart-header-price {
    min-width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2px;
    font-size: 1.1rem;
}

.cart-header-qty {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-header-X {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding: 2px;
}

.cart-X {

    color: black;
}

.cart-X:hover {
    color: var(--odtenek1);
    cursor: pointer;
}

.cartIMG {
    height: 35%;
    width: 25%;
    margin: auto;
}

.smallCartIMG {
    max-width: 100%;
    max-height: 120px;
}

#mobiMenu a {
    height: 100%;
    color: white;
    display: none;
}

.spacer {
    height: 9%;
}

#footer-container {
    height: 200px;
    width: 100%;
    background-color: var(--gray);
}

#footer-info {
    color: white;
    margin: 3px;
}

#footer-holder {
    font-size: 18px;
    padding: 15px;
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
}

#front-container {
    margin: auto;
    width: 80%;
    background-color: var(--lightgray);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.025);
}

#footer-links {
    display: flex;
    flex-direction: column;
    margin: 3px;
}

#footer-links a {
    color: white;
    text-decoration: none;
}

#footer-links a:hover {
    color: var(--totalwhite);
}

#footer-media {
    font-size: 50px;
    color: white;
    margin: 3px;
}

#footer-media a:hover {
    cursor: pointer;
    color: var(--totalwhite);
}

#front-top {
    min-height: 350px;
    padding: 10px;
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns: 270px 1fr;
}

#front-main {
    margin: auto;
    text-align: center;
    background-color: rgb(244, 244, 244);
}

.front-title {

    padding-top: 30px;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#front-katalog {
    padding: 4%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4%;
    min-height: min-content;
    padding-bottom: 8%;
}

#front-katalog > div {
    height: 300px;
    font-size: 18px;
    padding: 50px;
    border-radius: 5px;
    color: var(--white);
    background: linear-gradient(180deg, rgba(241, 104, 36, 1) 0%, rgba(252, 127, 57, 1) 100%);
}

#front-katalog > div >div {

    padding: 20px;

}

#front-katalog input {
    background-color: var(--white);
    padding: 5px;
    height: 40px;
    border-radius: 4px;
}

#front-katalog input[type=submit] {
    padding-left: 20px;
    padding-right: 20px;
}

#front-katalog input[type=email] {
    width: 60%;
}

#front-katalog input[type=submit]:hover {
    background-color: var(--black);
    color: var(--odtenek1);
    cursor: pointer;
}

#front-katalog input[type=submit]:active {
    background-color: var(--odtenek1);
    color: var(--white);
}

#side-menu {
    display: flex;
    flex-direction: row;
    padding: 10px;
    font-size: 1em;
    height: min-content;
    width: 250px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0px;
}

#izberi-kategorijo {
    font-size: 16px;
    padding: 12px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}

.izberi-kategorijo-hover:hover {
    background-color: var(--totalblack);
}

#side-menu a {
    width: 230px;
    font-size: 15.4px;
    cursor: pointer;
    display: block;
    margin: 1px;
    padding: 10px;
    background-color: var(--odtenek1);
    color: var(--totalwhite);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#side-menu a:hover {
    background-color: var(--totalblack);
    color: var(--odtenek2);
}

.side-menu-direktorij-open {
    opacity: 1 !important;
}

.menu-expand-anim {

    z-index: 3;
    opacity: 1 !important;
}

#side-menu-direktorij {
    transition: var(--transition);
    /*has to have display:flex when displayed*/
    display: none;
    opacity: 0;
    margin-top: 40px;
    height: min-content;

    min-width: 460px;
    max-height: calc(100vh - 100px);

    background-color: var(--totalwhite);
    color: var(--black);
    position: relative;
    z-index: 3;
    flex-direction: column;
    overflow: auto;
    border: 1px solid var(--odtenek2);

}

#side-menu-direktorij h3 {

    padding: 15px;
    align-self: center;
}

.side-menu-direktorij-link {
    cursor: pointer;
    min-height: 76px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    display: grid;
    flex-direction: row;
    justify-content: space-around;
    grid-template-columns: 25% 75%;
    text-align: center;
    align-items: center;
    border-top: 1px solid var(--odtenek1);
    letter-spacing: 1px;
    height: min-content;
}

.side-menu-direktorij-link div {
    font-size: 18px;
    min-width: 160px;
}

.side-menu-direktorij-link:hover {
    background-color: var(--totalwhite);
    color: var(--odtenek1);
}

.side-menu-direktorij-link img {
    padding-left: 10px;
    max-width: 76px;
    max-height: 76px;
}

#side-menu-links {
    width: 250px;
}

#side-menu-links a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: min-content;
}

#marketHolder {
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(234px, 0.34fr));
}
.popular-item-holder {
  display: inline-flex;
  padding: 1%;
  grid-gap: 9px;
  flex-direction: row;
  overflow-x: auto;
  justify-content: space-between;

}

.itemHolder {
    height: 365px;
    background-color: var(--totalwhite);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
    transition: border 0.5s;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.itemHolder:hover {
    border: 1px solid var(--odtenek2);
}

.itemPictureHolder {
    height: 65%;
    width: 90%;
    padding-top: 1px;
    display: block;
    margin: auto;
    margin-bottom: 8%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.itemPic {
    padding: 3px;
    display: block;
    margin: auto;
    max-width: 92%;
    max-height: 90%;
}

.itemTitle {
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.itemCena-Basket {
    font-size: 22px;
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.nacin-dostave-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nacin-dostave-holder {

    margin: 10px 0px;
    text-align: center;
}
.nacin-dostave-holder div{
    padding-bottom: 6px;
}

.nacin-dostave-holder label {
    font-size: 1.25rem;
}
.nacin-dostave-holder div label:hover {
    color: var(--odtenek1);
}

.nacin-dostave-holder input {
    width: 17px;
    height: 17px;
}

.nacin-dostave-holder input {
    width: 17px;
    height: 17px;
}

.discount {
    text-decoration: line-through;
    font-size: 0.65em;
    color: gray;
}

.discount2 {
    text-decoration: line-through;
    font-size: 1rem;
    color: gray;
}

.front-price {
    padding: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    vertical-align: text-bottom;
    transition: background-color 0.5s linear;
}

.stock {
    margin-left: 2.2vw;
    padding: 14px 0;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}

.item-actions {
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.item-pdf {
    font-size: 50px;
    color: var(--odtenek1)
}

.item-pdf:hover {
    color: var(--gray);
}

.item-price {
    padding: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    color: var(--odtenek2);
}

.item-basket {
    display: flex;
    width: 132px;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    /* background-color: var(--odtenek1); */
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(241, 104, 36, 1) 0%, rgba(252, 127, 57, 1) 100%);
    color: white;
    padding: 10px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    transition: all 0.15s linear;
    vertical-align: baseline;
}

.item-basket:hover {
    background-color: black;
    color: black;
}

.basket-added-anim {
    background-color: green;
}

.basket-added-anim:hover {
    background-color: green;
}

.basket {
    font-size: 18px;
    /*display: inline-block;
    background-color: var(--odtenek1);*/
    border-radius: 5px;
    color: white;
    padding: 4px 8px;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    transition: all 0.15s linear;
}

.basket:hover {
    background-color: black;
    color: black;
}

.price {
    padding: 4px;
    padding-left: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: var(--odtenek2);
    vertical-align: text-bottom;
    transition: background-color 0.5s linear;
}

#item-holder {
    width: 80%;
    min-height: calc(100% - 320px);
    margin: auto;
    background-color: #f7f7f7;
    padding: 7px 10px 10px;
}

.item-picture-holder {
    width: 49%;
    min-width: 32%;
    border-radius: 5px;
    background-color: white;
    padding: 4px;
}

#item-descr-and-photo {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}

.item-info-title {
    text-align: center;
    padding: 10px;
}

.item-basic-info {
    width: 49%;
    min-width: 600px;
    background-color: white;
    border-radius: 5px;
    padding: 4px;
}

.item-basic-admin {

    padding: 4px;
    padding-top: 20px;
    width: clamp(30%, 85%, 100%);

    border-radius: 5px;

    margin: auto;
}

.item-basic-admin > *{
    margin-top: 20px;
}
.admin-center{
    text-align: center;
}

.item-basic-description ul {
    padding-left: 22px;
}
.bold{
    font-weight: bold;
}
.margin-up{
    margin-top: 30px;
}
.margin-down{
    margin-down: 30px;
}
.margin-up-big{
    margin-top: 50px;
}
.margin-down-small{
    margin-down: 15px;
}


.item-basic-description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
    margin-left: 2.5vw;
}

.item-details-holder {
    width: 88%;
    margin: auto;
    height: auto;
    margin-top: 1%;
}

.item-select-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: var(--odtenek2);
    padding: 3px;
}

.item-select-holder a {
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    height: 100%;
    padding: 1px;
    text-align: center;
    vertical-align: center;
    color: var(--totalwhite);
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    transition: color 0.3s;
}

.item-select-holder a:hover {
    color: var(--totalblack);
    cursor: pointer;
}

.item-opis-podatki-holder {
    border: 1px solid black;
    border-top: 0px;
    border-bottom: 0px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

#opis-holder {
    width: clamp(400px, 45%, 100%);
    padding: 18px;
}

#opis-holder ul > li {
    margin: 6px;
}
#opis-holder ul li {
    font-weight: bold;
    font-size: 1.1rem;
}
#opis-holder ul li::first-letter {
    text-transform: capitalize;
}
#opis-holder ul li li {
    font-weight: normal;
    font-size: 1.05rem;
}
#opis-holder strong {
    font-size: 1.34rem;
}


#opis-holder ul {
    padding-left: 10px;

}

#tehnicni-holder {
    width: clamp(400px, 45%, 100%);
    padding: 20px;
}
#tehnicni-holder table {
  border: 1px solid gray;
}
#tehnicni-holder table tbody td {
  padding: 5px;
}
#tehnicni-holder table tbody tr > td:first-child {
    background-color: lightgray;
}
#tehnicni-holder table tbody tr > td:first-child:first-letter {
    text-transform: capitalize;
}
#tehnicni-holder table tbody tr td {
    background-color: white;
}

.admin-item-opis {
    /* display: flex;
    flex-direction: row;
    justify-content: center; */
    width: 100%;
}

.item-main-pic-holder {
    padding: 5px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-around;
    vertical-align: center;
    border-radius: 5px;
}

.item-image-sub-holder {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: auto;
    justify-content: space-around;
    /* border-top:solid 1px var(--odtenek2); */
    width: 100%;
    padding: 10px;
    vertical-align: middle;
}

.item-image-sub-holder img {
    display: inline-block;
}

#item-main-itemPic {
    cursor: zoom-in;
    padding: 2px;
    display: block;
    margin: auto;
    max-width: 84%;
    max-height: 400px;
}

.sub-itemPic {
    padding: 2px;
    display: inline-block;
    max-height: 120px;
    max-width: 120px;
    border: 1px solid rgba(147, 213, 153, 0);
    transition: border 0.35s;
    cursor: pointer;
}

.sub-itemPic:hover {
    border: solid var(--odtenek1) 1px;
}

.sub-pic-marked {
    border: solid var(--odtenek1) 1px;
}

.arrows {
    align-self: center;
    vertical-align: center;
    font-size: 40px;
    cursor: pointer;
    z-index: 0;
    padding: 10px 2px;
}

.arrows:hover {
    color: var(--odtenek1);
}

.arrow-left{
    position: fixed;
    top:45%;
    left: 4%;
}
.arrow-right{
    position: fixed;
    top:45%;
    right: 4%;

}

#gallery-modal {
    margin: auto;
    text-align: center;
    z-index: 4;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(220, 220, 220, 0.8);
}

#gallery-modal-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 2px;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#gallery-modal-main-photo {
    max-height: 95%;
    max-width: 90%;
}

#gallery-close {
    padding: 25px;
    z-index: 3;
    position: fixed;
    right: 2%;
    top: 1%;
    color: var(--black);
    font-size: 70px;
    font-weight: bold;
}

#gallery-close:hover {
    border-radius: 8px;
    cursor: pointer;
    color: var(--odtenek1);
}

.arrows2 {
    font-size: 70px;
    padding: 15px;
}

.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.uploadImage {
    max-width: 75px;
    max-height: 100px;
    margin: 2px;
    margin-top: 3%;
}

.inputfileLabel {


    margin: 0 auto;

    cursor: pointer;
    text-align: center;
    min-width: 35%;
    width:35%;
    min-height: 10%;
    font-size: 1.25vw;
    font-weight: 250;
    color: black;
    background-color: var(--odtenek3);
    font-weight: bold;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputfileLabel:focus,
.inputfileLabel:hover {
    color: var(--odtenek1);
    border: 1px solid var(--odtenek2);
}

#register-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.fx-basis-long {
    flex-basis: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.displayNone {
    display: none;
}

#registracijaNaslov {
    text-align: center;
    margin: 0.7rem;
    margin-bottom: 2%;
}

.input-box2Long {
    width: 90%;
    margin: auto;
}

.input-box {
    margin: auto;
    min-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-box2 {
    width: 65%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.input-box2 label {
    font-weight: 400;
    font-size: 1.45rem;
    text-decoration: underline;
}

.k2 {
    height: auto;
    width: 15%;
}
select{
    border: 1px solid rgb(255, 255, 255);
    font-size: 1.1rem;
    border-radius: 3px;
    background-color: var(--odtenek3);
    min-width: 300px;
    height: 40px;
    transition: border 0.5s;
    margin-bottom: 10px;
}
select:hover{
    border: 1px solid var(--odtenek2);
    color: var(--black);
}
.formInput {
    border: 1px solid rgb(255, 255, 255);
    font-size: 1.1rem;
    border-radius: 3px;
    background-color: var(--odtenek3);
    width: clamp(120px, 100%, 100%);
    height: 40px;
    transition: border 0.5s;
    margin-bottom: 10px;


}

.miniInput{
    width: 400px;
}
.uploaderButton{
    padding: 10px;
    margin: 5px;
    min-height: 30px;
    min-width: 500px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 1.1rem;
    border-radius: 3px;
    background-color: var(--odtenek3);
}
.uploaderButton:hover{

    border: 1px solid var(--odtenek2);
}
.refreshbutton {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.formInput:hover {
    border: 1px solid var(--odtenek1);
}

.input-box label {
    font-weight: 400;
    font-size: 1.25rem;
}

.registerBtn {
    min-width: 100px;
    border: 1px solid var(--odtenek1);
    border-radius: 8px;
    margin: 6px;
    padding: 10px 16px;
    font-size: 1.2rem
}

.btn-ok {
    width: 9vw;
    height: 30%;
    min-width: max-content;
    font-size: 1.2rem;
    margin: 1px;
    padding: 2px;
    border-radius: 1px !important;
}

.basis-50 {
    flex-basis: 50%;
}

.btn-fill {
    transition: 0.3s;
    border-radius: 8px;
    cursor: pointer;
}

.btn-fill:hover {
    background: transparent;
    box-shadow: inset 0 0 0 7px var(--odtenek2);
    background-color: var(--odtenek2);
    color: white;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5%;
    /* Location of the box */
    z-index: 500;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0;
    width: 45%;
    max-height: 95%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: auto;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: black;
    font-size: 2rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: var(--odtenek2);
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;

}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}


/* CART STYLES */

.checkout-status-container {
    color: gray;
    width: 100%;
    min-height: 60px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;

    font-size: 28px;
    border-bottom: 1px solid gray;
}
.checkout-status-divs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;


}

.prostor {
    font-size: 28px;
    margin-left: 30px;
    margin-right: 30px;
}

.fullcart-container {
    width: 80%;
    background-color: var(--lightgray);
    min-height: calc(100% - 320px);
    margin: auto;
}

.fullcart-header-container {
    display: flex;
    padding: 8px 0px;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
    justify-content: space-evenly;
    vertical-align: middle;
    margin: 1%;
    margin-top: 0;
    border-radius: 2px;
    border: 1px solid var(--lightgray);
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.015);
}


/* Full Cart Item display */
.fullcart-IMG-and-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;

    width:40%;

}
.fullcart-header-title {

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    max-width: 70%;

}

.fullcart-header-price {
    max-width: 20%;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.15rem;
    padding:3px 0;
}

.fullcart-header-qty {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    max-width: 10%;
    min-width:100px;
    padding:3px 0;
}

.fullcart-header-qty2 {
    font-weight: bold;
    font-size: 1.15rem;
}


.fullcart-header-X {
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;

}

.fullcart-X {


    color: black;
}

.fullcart-X:hover {
    color: var(--odtenek1);
    cursor: pointer;
}

.fullcartIMG {
    height: 25%;
    width: 25%;
    text-align: center;
}

.fullcart-IMG {
    max-width:100%;
    max-height: 120px;
}

#fullcart-bottom {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#to-checkout-btn {
    height: 20%;
    color: black;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-weight:bold;
}

#to-checkout-btn:hover {
    color: white;
}

#checkout1-holder {
    width: 80%;
    margin: auto;
}

.status0-display {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}



.checkout3-holder {
    width: 80%;
    margin: auto;
    background-color: var(--lightgray);
    display: flex;
    min-height: calc(100% - 320px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.checkout3-naslovi{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.checkout3-naroci{
    margin: 0 auto;
    display: flex;
    justify-content: right;
}

.naslov-holder {
    width: 100%;
    margin: auto;
}

.naslov-holder-h4 {
    padding: 3px;
    padding-bottom: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.racun-naslov-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.naslov-holder-checkout2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.break {
    flex-basis: 100%;
    height: 0;
}
.itemCena-flex-row {
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-gap: 2px;
    align-items: center;
}
.checkbox-reg {
    font-size:1.15rem;
    justify-content:left;
    display:flex;
    flex-direction:row;
    margin-top: 4px;


}
.checkbox-reg input {
    margin-top: 4px;
    margin-right: 4px;
    min-height:17px;
    min-width:17px;
}
/* .formNaslov {
    width: max-content;
} */

.order-confirm-data {
    margin: 7px;
    font-size: 1.3rem;
    font-style: oblique;
    text-align: center;
}

.izbira-naslova-dodaj {
    width: 25%;
    height: 15vh;
    border: 1px solid lightgray;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.015);
    border-radius: 6px;
    display: flex;
    min-width: 130px;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    justify-content: space-around;
}

.izbira-naslova-holder {
    width: 300px;
    height: 200px;
    font-weight: bold;
    max-height: min-content;
    min-width: 130px;
    min-height: 10vw;
    border: 1px solid lightgray;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.015);
    border-radius: 2px;
    display: flex;
    text-align: center;

    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    justify-content: space-around;
    margin: 10px;
    padding: 6px;
}

.izberi-inner {

    text-align: center;
    font-size: 20px;

}
.izberi-inner svg.iconify{

    font-size: 35px;
}

.izberi-inner:hover {
    color: var(--odtenek2);
    cursor: pointer;
}

.izberi-inner2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}
.izberi-inner2 div{
    padding-bottom: 5px;
}

.izberi-inner2:hover {
    color: var(--odtenek2);
    cursor: pointer;
}

.istiRacunJeizbran {
    width: 300px;
    height: 200px;
    font-weight: bold;
    max-height: min-content;
    min-width: 130px;
    min-height: 10vw;
    border: 1px solid lightgray;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.015);
    border-radius: 2px;
    display: flex;
    text-align: center;

    flex-direction: column;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    padding: 6px;
}

.istiRacunCheck {
    vertical-align:middle;
    text-align: center;
    font-size: 1.2rem;
}

.istiRacunCheck input {
    width: 20px;
    height: 20px;
}

.fullPrice {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 4px 4% 0 0;
    border-top: 1px solid black;
    width: 100%;
    font-size: 1.3rem;


}

.fullPriceDDV {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 4px 4% 0 0;
    width: 100%;
    font-size: 1.2rem;


}

#slideshow-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;


}
#slideshow-controls a svg{

    z-index: -66 !important;
}
#slideshow-controls a  svg path{
    position: relative;
    z-index: -66 !important;
}
#slideshow-container .slideshow-slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;

}
.slideshow-slide img{
    max-width: 100%;
}
.slide-active {
    transition: transform 1.4s;
}
/*when adding new banners in, add a new slide[number] with translateX set to +100vw*/
.slide1 {
    transform: translateX(0vw);
}

.slide2 {
    transform: translateX(+100vw);
}

.slide3 {
    transform: translateX(+100vw);
}

.slide4 {
    transform: translateX(+100vw);
}

#slideshow-controls {
    position: relative;
    display: flex;
    align-items: center;
    align-self: flex-end;
    padding-bottom: 20px;
    font-size: 22px;
    z-index: 2;

}

.sl-main {
    font-size: 2em;

}

#slideshow-controls a {
    position: relative;

    transition: all 0.4s;
    padding: 0px 12px;
    color: var(--odtenek1);
}

#slideshow-controls a:hover {
    cursor: pointer;
    color: var(--black);
}

.hiddenNaslovInputs {
    display: none;
}

.phoneCall {
    font-size: 1.4rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: var(--odtenek2);
    padding: 4px 5px;
    text-decoration: none;
    color: white;
    display: flex;
    transition: 0.2s;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

.phoneCall:hover {
    color: black;
    border: 1px solid black;
    text-decoration: none;
}

.filter-container {
    grid-column: 1/1;
    margin-top: 250px;
    height: 15vh;
    width: 100%;
}

.filter-container h4 {
    text-align: left;
}

.filterBtn {
    margin: 0px 3px;
    margin-top: 6px;
    padding: 4px;
    border-radius: 3px;
    background-color: var(--white);
    font-size: 1rem;
}

.profile-holder {
    width: 80%;
    margin: auto;
    min-height: calc(100% - 320px);
    background-color: var(--lightgray);
    display: grid;
    grid-template-columns: 2fr 8fr;
    grid-gap: 8px;
    padding-top: 1%;
}

.profile-sidemenu-container {
    margin: 2px;
    min-width: 0;
    min-height: 0;
    /* max-width: max-content; */
}

.profile-content-container {
    margin: 2px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.profile-sidemenu {
    width: 96%;
    margin: auto;
}

.profile-sidemenu-header {
    width: 100%;
    min-height: 3.5rem;
    background-color: white;
    border-bottom: 1px solid rgb(170, 170, 170);
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.profile-sidemenu-buttons {
    display: flex;
    flex-direction: column;
    padding-left: 3px;
    min-height: 3.5rem;
    width: 100%;
    background-color: white;
}

.profile-main-container {
    grid-column: 2/2;
    margin: 2px;
    min-width: 0;
    min-height: 0;
    /* max-width: max-content; */
    width: 100%;
}

.profile-naslovi-container {
    width: 98%;
    margin: auto;
    vertical-align: middle;
}

.profile-naslovi-dostava {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: white;
    vertical-align: middle;
    flex-wrap: wrap;
    padding: 4px;
}

.profile-naslovi-holder {
    align-items: center;
    margin: 5px;
    border-radius: 4px;
    padding: 4px;
    min-width: 200px;
}

.profile-naslovi-index {
    font-size: 1.45rem;
    color: orange;
}

.profile-nastavitve-holder {
    display: flex;
    align-items: center;
}

.mainBtn {
    min-width: 60px;
    width: min-content;
    height: 30px;
    border: 1px solid var(--odtenek1);
    border-radius: 8px;
    margin: 1%;
    margin-left: 0;
    padding: 4px;
}

.profil-mojeNarocilo-holder {
    border-top: 2px solid gray;
    margin-bottom: 1%;
}

.mojeNarocilo-header {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid gray;
    padding: 2px;
}

.mojeNarocilo-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px;
    padding: 2px;
}

.mojeNarocilo-foot {
    text-align: right;
    border-top: 1px solid gray;
    padding: 2px;
}

.navi-bar-container {
    width: 100%;
    margin: auto;
    padding-left: 275px;
    margin-bottom: 20px;
    height: min-content;
    font-size: 1.02rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightgray);
}

.navi-bar-item {
    margin: 2px;
    margin-left: 1vw;
}

.navi-bar-price-option {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.navi-bar-title {
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 1px 3px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.admin-edit {
    font-weight: bold;
    font-size: 14px;
    min-width: 60px;
    width: min-content;
    height: 30px;
    border: 1px solid var(--odtenek1);
    background-color: var(--lightgray);
    border-radius: 8px;
    margin: 2px;
    padding: 4px 10px;
    transition: 0.2s;
    cursor: pointer;
}
.admin-edit:hover{
    color: var(--black);
    border: 1px solid var(--black);
}

.cart-fullcart-header {
    margin: 0% 2%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 2%;
}

.cart-fullcart-header h3 {
    padding-left: 3%;
}

.oddano-page {
    margin-top: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.oddano-page * {
    margin: 0.5%;
}

#prazna {
    margin: 0.8rem;
    font-size: 1.3rem;
}

#prilepitext {
    margin-top: 0.5%;
    font-weight: bold;
    font-size: 1.15rem;
}

.iconify:hover {

}

.admin-pictures {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 15px 0;


}
.admin-pictures > div{
    width:46%;
}

.admin-kategorije{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px 0;
}
.admin-kategorije > div{
    max-width: 45%;
}

.kontakt-main {
    width: 80%;
    margin: auto;
    background-color: var(--lightgray);
    padding-top: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.kontakt-form {
    display: flex;
    width: 600px;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    margin:5px;

}

.kontakt-data {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
}

.kontakt-data p {
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form2 {
    border: 1px solid rgb(255, 255, 255);
    font-size: 1.1rem;
    border-radius: 3px;
    background-color: var(--odtenek3);
    width: 100%;
    height: 39px;
    transition: border 0.5s;
    padding-left: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form2:hover {
    border: 1px solid var(--odtenek1);
}

.poljeText {
    padding: 7px;
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 3px;
    background-color: var(--odtenek3);
    transition: border 0.5s;

}

.politika-main {
    width: 80%;
    margin: auto;
    background-color: var(--lightgray);
    padding-top: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.politikapar {
    margin-left: 6%;
    margin-right: 6%;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 7px;
    color: black;
}

.politikapar ul {
    padding-left: 6%;
}

.politikapar ol {
    padding-left: 5%;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cookie-container {
    display: none;
    z-index: 20;
    position: fixed;
    margin: auto;
    top: 80vh;
    left: 20vw;
    width: 60vw;
    height: max-content;
    color: var(--white);
    background-color: var(--black);
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.015);
}

.flex div {
    padding: 4px;
}

#phone-menu {
    display: none;
    z-index:4;
}

.phone-menu-c {
    display: none
}
.phone-banner {
    display: none;
}
.pc-banner {

}
.najem-container{
    margin: 0 auto;
    padding: 30px 0;
    width: 600px;
    font-weight: bold;
    font-size: 18px;

}

.formText {
    border: 1px solid rgb(255, 255, 255);
    font-size: 1.1rem;
    border-radius: 3px;
    background-color: var(--odtenek3);
    transition: border 0.5s;
    padding: 5px ;

}

.captchaPush {
    margin-top: 4px;
}


/*ZA TELEFONE IN TABLICE odspodaj. Novo normalno kodo daj tukaj navrh*/

@media (max-width: 1600px) {
    #front-container {
        width: 90%;
    }

    #item-holder {
        width: 90%;
    }

    #mainMenuHolder2 {
        width: 90%;
    }

    .politika-main {
        width: 90%;
    }

    /* Modal Content */
    .modal {
        padding-top: 4%;

    }

    .modal-content {
        width: 55%;
    }

    .kontakt-main {
        width: 90%;
    }


}

@media (max-width: 1200px) {
  .popular-item-holder {
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    grid-gap: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(234px, 0.34fr));
  }
    #front-container {
        width: 98%;
    }

    #item-holder {
        width: 98%;
    }

    #mainMenuHolder2 {
        width: 98%;
    }

    .kontakt-main {
        width: 98%;
    }

    .item-picture-holder {
        width: 49%;
        min-width: 85%;
        border-radius: 5px;
        background-color: white;
        padding: 4px;
    }
    #footer-container {
        height: max-content;

    }
    #footer-holder {
        height: max-content;

    }

    /* Modal Content */
    .modal {
        padding-top: 4%;

    }

    .modal-content {
        width: 70%;
    }
    .prostor {
        margin-left: 25px;
        margin-right: 25px;
    }

    .fullcart-container {
        width: 90%;
    }

    .najem-container{
        width: 60%;
    }
}
/* MOBILE STYLES */
@media (max-width: 800px) {
    body {

    }
    .phone-banner {
        display: block;
    }
    .pc-banner {

        display: none;
    }
    #front-container {
        width: 100%;
    }

    #item-holder {
        width: 100%;
    }
    .popular-item-holder {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      padding: 0.2%;
      grid-gap: 7px;
    }
    .itemHolder {
        width: 48.5%;
        min-height: max-content;
        padding-bottom: 6px;
    }

    .item-price {
        font-size: 1rem;

    }

    #mainMenuHolder2 {
        width: 98%;
    }

    #mainMenuHolder {
        display: none;
    }

    .phoneCall {
        padding: 5px 6px;
        font-size: 2rem;
    }

    #top-phoneNumber {
        height: 3.4vh;
        text-indent: -9999px;
    }

    #marketHolder {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 0.2%;
        grid-gap: 7px;
    }

    #front-top {
        min-height: 350px;
        padding: 4px;
        grid-template-columns: 1fr;
    }

    #front-katalog {
        grid-template-columns: 1fr;

    }

    #mobiMenu a {
        display: flex;
        align-items: center;
    }

    #mobiMenu {
        width: 100%;
    }

    #mainMenu-mobile-hider {
        display: none;
    }

    .basket-container {
        display: none;
    }
    .itemCena-Basket {
        font-size: 21px;
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    #side-menu-links {
    }

    .side-menu-direktorij-link {
        /* we do this so so that the mobile menu is not spaced out for photos as there's no photos in mobile menu*/
        min-height: unset;
    }

    #side-menu {
        display: none;
        width: min-content;
        padding: 10px 0px;
    }

    .mainMenuCenter {
    }

    .cart-X {

        color: black;
    }

    .item-basket {
        display: flex;
        width: max-content;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        font-size: 22px;
        text-decoration: none;
        /* background-color: var(--odtenek1); */
        border-radius: 5px;
        background: linear-gradient(180deg, rgba(241, 104, 36, 1) 0%, rgba(252, 127, 57, 1) 100%);
        color: white;
        padding: 10px 20px;
        font-family: 'Source Sans Pro', sans-serif;
        cursor: pointer;
        transition: all 0.15s linear;
        vertical-align: baseline;
    }

    .item-basket:hover {
        background-color: black;
        color: black;
    }

    .basket-added-anim {
        background-color: green;
    }

    .basket-added-anim:hover {
        background-color: green;
    }

    .basket {
        font-size: 16px;
        /*display: inline-block;
        background-color: var(--odtenek1);*/
        border-radius: 5px;
        color: white;
        padding: 4px 8px;
        font-family: 'Source Sans Pro', sans-serif;
        cursor: pointer;
        transition: all 0.15s linear;
    }

    .basket:hover {
        background-color: black;
        color: black;
    }

    .itemPic {
        padding: 2px;
        display: block;
        margin: auto;
        max-width: 96%;
        max-height: 94%;
    }

    .cookie-container {
        top: 75vh;
        left: 0vw;
        width: 98%;
        height: fit-content;

    }

    #phone-menu {
        position: -webkit-sticky;
        /* Safari */
        position: sticky;

        top: 0;
        width: 100%;
        height: 60px;
        border-bottom: 1px solid lightgray;
        background: linear-gradient(180deg, rgba(241, 104, 36, 1) 0%, rgba(252, 127, 57, 1) 100%);
        /* background-color: var(--odtenek1); */
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
        color: var(--white);

    }

    #phone-menu-menu {
        font-size: 3rem;
    }

    #phone-menu-user-cart {
        font-size: 3rem;
        display: flex;
        align-items: center;
        padding: 2px;
        padding-right: 10px;
    }

    #phone-menu-user-cart * {
        margin-left: 3px;
    }

    .phone-menu-main {
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 110px;
        /* Location of the box */
        z-index: 3;
        display: none;
        width: 100%;

        overflow: visible;
        outline: 0;
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
        min-height: 100vh;
        height: max-content;
    }

    #phone-menu-kategorije {
        border-bottom: 1px solid gray;
    }

    #phone-menu-kategorije * {
        padding: 8px;
    }

    .phone-menu-main-content {

        position: relative;
        z-index: 200;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 0;
        width: 100vw;
        height: 100vh;
        /* height: calc(100vh + 51px); */
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;

        -webkit-animation-name: animateleft;
        -webkit-animation-duration: 0.35s;
        animation-name: animateleft;
        animation-duration: 0.35s;
        overflow-y: auto;
    }
    .filler3 {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 51px;
        background-color: var(--gray);
    }
    .phone-menu-main-content a {
        padding: 8px;
    }

    .close-phone {
        display: none;
        transition: opacity 1s;
        font-size: 3rem;

    }

    .phone-menu-img {
        width: 40%;
        height: 40%;
    }

    .mainPhone {
        font-size: 1.5rem;
        padding: 2px;

        border-bottom: 1px solid gray;
        color: var(--odtenek2);
    }

    .cart-header-container3 {
        margin: 2px;
    }
    .cart-header-container{
        margin:2px;
        width:auto;
        display: grid;
        grid-template-columns: 30% 60%;
    }
    .cartIMG{
        height: min-content;
        width: 200px;
        max-height: 98%;
        max-width: 100%;
        padding-bottom: 5px;
    }
    .cart-qty {
        min-width: unset;
        max-width: unset;
        width: 50px;
        text-align: center;
        font-size: 1.25rem;

    }

    .arrow-left{

        top: unset;
        bottom:5%;
        left: 1%;
    }
    .arrow-right{
        top: unset;
        bottom:5%;
        right: 1%;

    }

    /* Add Animation */
    @-webkit-keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }
        to {
            left: 0;
            opacity: 1
        }
    }

    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }
        to {
            left: 0;
            opacity: 1
        }
    }

    .main-menu-btn {
        font-family: 'Source Sans Pro', sans-serif;
        text-decoration: none;
        width: 98%;
        min-width: min-content;
        height: max-content;
        padding: 1px;
        text-align: left;
        vertical-align: center;
        border-radius: 5px;
        color: var(--odtenek1);
        font-weight: 100;
        font-size: 20px;
        letter-spacing: 1px;
        font-style: normal;
        text-transform: uppercase;
        transition: color 0.3s;
        cursor: pointer;
    }

    .subPhone {
        display: none;
        font-size: 1.1rem;
    }

    .navi-bar-container {
        width: 100%;
        padding-left: 10px;
        display: block;
        flex-direction: row;
        padding-top: 8px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 15px;
        height: min-content;
        font-size: 0.85rem;
        background-color: var(--lightgray);
    }

    #navi-bar-links {
        display: flex;
        flex-direction: row;
    }

    .navi-bar-item {
        margin: 1px;
        margin-left: 2vw;
    }

    #top {
        margin: 4px;
        padding: 3px;
        margin: auto;
        width: 97%;
    }



    .phone-menu-user {
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 110px;
        /* Location of the box */
        z-index: 3;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }

    .phone-menu-user-content {
        position: relative;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animateright;
        -webkit-animation-duration: 0.35s;
        animation-name: animateright;
        animation-duration: 0.35s;
        overflow: visible;

    }

    .phone-menu-cart {
        position: fixed;
        top: 0;
        left:0;
        padding-top: 110px;
        /* Location of the box */
        z-index: 3;
        display: none;
        width: 100%;
        height:100%;
        overflow: auto;
        outline: 0;
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    #phone-menu-cart-c{
        padding-top: 10px;

    }

    .phone-menu-cart-content {
        position: relative;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 0;
        width: 100vw;
        height:100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animateright;
        -webkit-animation-duration: 0.35s;
        animation-name: animateright;
        animation-duration: 0.35s;
        overflow: auto;
    }
    .registerBtn {
        width: max-content;
        height: 50px;
        border: 1px solid var(--odtenek1);
        border-radius: 8px;
        margin: 1%;
        margin-left: 0;
        padding: 8px;
        font-size: 1.1rem;
    }
    .phone-user-text {
        padding: 8px;
        font-size: 1.2rem;
    }
    .arrow-d {
        font-size: 1.9rem;
        color: var(--odtenek1);
    }
    .arrow-u {
        font-size: 1.9rem;
        color: var(--odtenek1);
    }
    .itemCena-flex-row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        grid-gap: 10px;
        align-items: center;
    }
    .input-box2 {
        width: 95%;
    }


    /* Add Animation */
    @-webkit-keyframes animateright {
        from {
            right: -300px;
            opacity: 0
        }
        to {
            right: 0;
            opacity: 1
        }
    }

    @keyframes animateright {
        from {
            right: -300px;
            opacity: 0
        }
        to {
            right: 0;
            opacity: 1
        }
    }

    #footer-container {
        min-height: max-content;

    }

    #footer-holder {

        font-size: 16px;
        padding: 5px;
        width: 100%;
        height: max-content;
        background-color: var(--gray);
    }


    #footer-links {
        display: flex;
        flex-direction: column;
    }

    #footer-links a {
        color: white;
        text-decoration: none;
    }

    #footer-links a:hover {
        color: var(--totalwhite);
    }

    #footer-media {
        font-size: 50px;
        color: white;
    }

    #footer-media a:hover {
        cursor: pointer;
        color: var(--totalwhite);
    }

    /*ITEM PAGE*/
    .item-picture-holder {
        width: 100%;

        border-radius: 0px;

    }

    #item-main-itemPic{
        width:80%;
    }
    .arrows{
        padding: 2px 1px;
        font-size: 30px;
    }

    .item-basic-info{
        border-radius: 0px;
        min-width: 100%;
        width:100%;
    }

    .item-actions {
        font-size: 30px;
        margin-top: 5px;
        text-align: center;
        display: flex;
        flex-direction: column;

        align-items: center;
    }
    .item-actions > .item-price{
        font-size: 30px;
    }
    .item-details-holder {
        width: 97%;
        margin-top: 5px;
    }
    #opis-holder{
        width:95%;
    }
    #tehnicni-holder{
        width: 95%;
    }

    .politika-main {
        width: 100%;
        margin: auto;

        padding-top: 30px;

    }

    .modal {
        padding-top: 1%;

    }

    .modal-content {
        width: 99%;
        height:99%;
    }

    /* Profil page  */
    .profile-holder {
        width: 99%;
        margin: auto;
        min-height: calc(100% - 320px);
        background-color: var(--lightgray);
        display: flex;
        flex-direction: column;

        padding-top: 1%;
    }

    .profile-naslovi-dostava {
        display: flex;
        flex-direction: column;

    }

    .profile-naslovi-holder {
        display: flex;
        flex-direction: column;

        align-items: center;
        margin: 5px;
        border-radius: 4px;
        padding: 2px;
        min-width: 200px;
    }

    .prostor {
        margin-left: 12px;
        margin-right: 12px;
    }

    .fullcart-container {
        width: 98%;
    }
    .fullcart-header-container {
        position: relative;


        justify-content: space-evenly;

        margin: 7px;
        margin-top: 0;
        border-radius: 2px;

    }
    .fullcart-header-X {
        font-size: 28px;
    }

    .najem-container{
        width: 85%;
    }


}

@media (max-width: 480px) {

    .cart-header-container{
        grid-template-columns: 1fr;
    }
    .cart-header-container3 {
        flex-direction: column;
    }
    .fullcart-header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: flex-start;
        justify-content: space-evenly;
        vertical-align: middle;
        margin: 1%;
        margin-top: 0;

    }
    .fullcart-IMG-and-title{
        width: 98%;
    }
    .fullcart-header-price {
        max-width: 98%;
        min-width: 20px;
    }

    .checkout-status-divs{


    }

    .istiRacunJeizbran {
        max-width:  300px;
        width: 97%;
    }
}
