.bg-innubio {background-color: #00aeef !important}
.bg-red {background-color:red !important;}
.bg-orange {background-color: orange !important;}
.bg-green {background-color:green !important;}
.bg-black {background-color:black !important;}
.bg-dark {background-color: #202020 !important;}
.bg-blue {background-color:blue !important;}
.bg-lightyellow {background-color:rgb(255, 252, 158) !important;}
.bg-lightblue {background-color:rgb(137, 212, 237) !important;}
.bg-white {background-color:white !important;}
.bg-light {background-color:#f4f4f4 !important;}
.bg-medium-light {background-color:#ededed !important;}
.bg-darklight {background-color:#e0e0e0 !important;}
.bg-silver {background-color:#909090 !important;}
.bg-darksilver {background-color: #505050 !important;}
.bg-v-warning-red {background-color: #ffece0 !important;}

.cursor-pointer {cursor:pointer;}
.text-innubio {color: #00aeef !important}
.text-black {color:black !important;}
.text-red {color:#d00000 !important;}
.text-orange {color: orange !important;}
.text-white {color: white !important;}
.text-light {color: lightgray !important;}
.text-medium-light {color: #ededed !important;}
.text-darklight {color: #d0d0d0 !important;}
.text-gray {color: #404040 !important;}
.text-green {color: green !important;}
.text-blue {color: blue !important;}
.text-yellow {color: #fcfcb0 !important;}
.text-purple {color: purple !important;}
.text-silver {color:#909090 !important;}
.text-darksilver {color: #505050 !important;}
.text-decoration-none { text-decoration: none; }
.text-decoration-underline { text-decoration: underline; }

.shadow {
    box-shadow: 0 1px 5px #909090;
}

.hover-border:hover {
    box-shadow: 0 1px 4px #202020;

}

input[type='checkbox'], input[type='radio'] {
    accent-color: #00aeef;
}

#opis-produktu {
    scroll-margin-top: 60px;
}

.sticker {
    top:67px;
}

.hide-scrollbar::-webkit-scrollbar {
    height: 0 !important;
} 

.right-panel-show {
    transform: translateX(-502px);
    transition: transform 200ms ease-out;
}

.left-panel-show {
    transform: translateX(302px);
    transition: transform 200ms ease-out;
}

.left-menu {
    width: 100vw;
    left: -100vw;
    background: red;
}

.filterItem {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filterItem:hover {
    color: #00aeef !important;
    filter: invert(9%) sepia(98%) saturate(5908%) hue-rotate(15deg) brightness(105%) contrast(122%) !important;
}

.hover-style-lead-color:hover {color: #00aeef !important;}

.cursor-pointer {
    cursor:pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.shadow-sm {
    box-shadow: 0px 2px 7px #e0e0e0;
}

.category-headline {
    min-height:128px;   
    background-position:top, center;
    background-repeat: no-repeat, no-repeat;
}
    
@media screen and (min-width:992px) {
    #opis-produktu {
        scroll-margin-top: 130px;
    }

    .left-menu {
        width: 300px;
        left: -300px;
    }
    .sticker {
        top:125px;
    }
    .shadow-lg-sm {
        box-shadow: 0 0 0 white, 0 0 0 white, 0 4px 7px #e0e0e0, 0 0 0 white;
    }
    .category-headline {
        height:128px !important;
    }
}
