html {
    scrollbar-gutter: stable;
}
html.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
#discount_code_price_div{
    position:relative;
}
#discount_code_price_div button{
    position:absolute;
    top:25px;
    left:20px;
}
.categorySliderOS .owl-item{
    max-width:120px;
}
.categorySliderOS .owl-item .itemCr{
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.categorySliderOS .owl-item img{
    padding: 3px;
    border: 2px solid var(--gray-400);
    border-radius:50%;
    width: 100px;
    height: 100px;
}
.categorySliderOS .owl-item span{
    text-align: center;
}
.categorySliderOS .owl-nav {
    display: none !important;
}
.navbarM_up a{
    width: 25%;
}
.itemCr{
    cursor: pointer;
}