html{
    font-family: "Arial";
    scroll-behavior: smooth !important;
    /*back
    ground-color: red !important;*/
}
.blur{
    backdrop-filter: blur(8px) !important;
}

.shadow{
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
    -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.54) !important;
}
#menu{
    width: 100%;
    height: auto;
    color: white;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    
    
}

#mainMenu{
    padding-top: 15px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    font-size: 25px;
    font-family: 'Product Sans', sans-serif;
    letter-spacing: 2px;
}

#cartIcon{
    padding: 15px 30px 15px 30px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    font-size: 30px;
    letter-spacing: 2px;
    transition: all 0.1s ease;
}
#cartIcon:hover{
    font-size: 40px;
}
#cartIcon_szoveg{
    padding: 15px 30px 15px 30px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    font-size: 25px;
    letter-spacing: 2px;
    transition: color 0.4s ease, font-size 0.1s ease !important;
}
#cartIcon_szoveg:hover{
    font-size: 30px;
}

body{
    margin: 0px;
}
.focim_normal, .cartCim_normal{
    text-decoration: none;
    color: white;
    transition: all 0.4s ease;
}

.focim_reverse, .cartCim_reverse{
    text-decoration: none;
    color: black;
    transition: all 0.4s ease;
}
.focim_normal:hover, .cartCim_normal:hover{
    /*background-color: white;
    color: black !important;*/
    font-size: 30px;
}
.focim_reverse:hover, .cartCim_reverse:hover{
    /*background-color: black;
    color: white !important;*/
    font-size: 30px;
}
.ui-widget > li{
    background-color: white;
    padding: 10px;
    text-decoration: none;
}
.ui-autocomplete{
    list-style-type: none;
    text-align: left;
    border: 1px solid black;
    cursor: pointer;
    z-index: 99;
    padding-left: 0px;
    width: 50%;
}
.ui-menu-item:hover{
    background-color: gray;
}
.ui-menu-item:focus{
    background-color: gray;
}
.ui-menu-item::selection{
    background-color: gray;
}
.ui-helper-hidden-accessible{
    display: none;
}
#search::placeholder{
    color: white;
    
}
#search{
    border-right: none;
    font-weight: bold;
    font-size: 15px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid white;
}
#search:focus{
    outline: none;
}