.footer-bazenski{
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 1% 10% !important;
}
#header {
    position: fixed!important;
}
.fixed-options{
    z-index: 999;
    background-color: #f5f5f5;
    padding: 20px;
    position: fixed;
    top: 40%;
    right: 0;
    border-radius: 10px 0px 0px 10px;
}
.fixed-element{
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 10px 0px;
}
.fixed-one{
    background-image: url("https://bazenski.rs/wp-content/uploads/2025/04/cruelty-free.png");
}
.fixed-two{
    background-image: url("https://bazenski.rs/wp-content/uploads/2025/04/free.png");
}
.fixed-three{
    background-image: url("https://bazenski.rs/wp-content/uploads/2025/04/free-shipping.png");
}
.fixed-four{
    background-image: url("https://bazenski.rs/wp-content/uploads/2025/04/no-chemical.png");
}