.categoryLinks {
    text-decoration: none;
    color: #007cbe;	
}

.categoryLinks:hover {
    background-color: #4267b2;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
      color: #FFFFFF;
}

.itemContainerInfo {
    padding: 50px 0;
}

.customInput {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #24292e;
    vertical-align: middle;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #007cbe;
    border-radius: 6px;
    outline: none;
    box-shadow: rgba(225, 228, 232, 0.2) 0px 1px 0px 0px inset;
    width: 100%;
}

.categoriesSidebar {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    float: right;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    margin-right: 15px;
    padding-top: 0%;
    list-style-position: inside;
    height: auto;
    border: 2px solid #007cbe;
    border-radius: 5px 5px 5px 5px;
    min-height: 0px;
    margin-bottom: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.categoriesSidebar .categoryLinks {
    padding: 4px 0;
    font-weight: normal;
    padding-left: 2%;
}

ul.breadcrumb {
    padding: 0 16px;
    list-style: none;
}
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}
ul.breadcrumb li + li:before {
    padding: 4px;
    color: #01447e;
    content: "|";
}
ul.breadcrumb li a {
    color: #007cbe;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}



@media screen and (max-width: 869px) {
    .categoriesSidebar {
        float: none;
        overflow: auto;
        margin-bottom: 0px;
        font-size: 20px;
        z-index: 9999;
        width: 100% !important;
        margin: 0 !important;
        padding-top: 0px !important;
        border: none;
    }
    .sidebarScrollContainer {
        overflow: auto;
        height: 100vh;
        width: 80%;
        background-color: #ffffff;
        padding-left: 20px;
    }
    .proizvodCategories {
        display: none;
    }
    .categoryLinks:hover {
        background-color: white;
        color: #00a6ff;
    }
}
