.skiptranslate.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

#wsmu-google-translate {
    display: block;
}

#wsmu-google-translate-element {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

#wsmu-google-translate ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

#wsmu-google-translate>ul>li {
    display: flex;
}

#wsmu-google-translate>ul>li>a>img {
    border: none;
    box-shadow: 0px 0px 2px #000;
    margin-right: 2px;
    width: 15px;
    height: auto;
}


/*  --------------------------------------- CUSTOM CSS SELECT --------------------------------------- */

body {
    top: 0px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    /* font-family: 'Montserrat', sans-serif; */
}

.select_wrap .default_option {
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: -3px -3px 20px 6px rgba(217, 217, 217, 0.65);
    -moz-box-shadow: -3px -3px 20px 6px rgba(217, 217, 217, 0.65);
    box-shadow: -3px -3px 20px 6px rgba(217, 217, 217, 0.65);
    
}

.select_wrap .default_option li {
    padding: 7px;
}

/* .select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 15px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
} */

.select_wrap .select_ul {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #e8e8e8;
    border-radius: 5px;
    display: none !important;
    -webkit-box-shadow: -3px -3px 20px 6px rgba(217, 217, 217, 0.65);
    -moz-box-shadow: -3px -3px 20px 6px rgba(217, 217, 217, 0.65);
    box-shadow: -3px -3px 20px 6px rgba(217, 217, 217, 0.65);
    overflow-y: scroll;
    height: 150px;
}

.select_wrap .select_ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e8e8e8;
    border-radius: 8px;
}

.select_wrap .select_ul::-webkit-scrollbar {
    width: 8px;
}


.select_wrap .select_ul li {
    padding: 6px 0px;
    cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
    background: #e8e8e8;
}

.select_wrap .option {
    display: flex;
    align-items: center;
}

.select_wrap .option .icon {
    background: url(https://i.imgur.com/oEZu0sK.png) no-repeat 0 0;
    width: auto;
    height: 25px;
    width: 25px;
    margin-right: 15px;
    border-radius: 100%;
}

.select_wrap .option.pizza .icon {
    background-position: 0 0;
}

.select_wrap .option.burger .icon {
    background-position: 0 -35px;
}

.select_wrap .option.ice .icon {
    background-position: 0 -72px;
}

.select_wrap .option.fries .icon {
    background-position: 0 -111px;
    width: 25px;
}

.select_wrap.active .select_ul {
    display: block;
}

.select_wrap.active .default_option:before {
    top: 25px;
    transform: rotate(-225deg);
}

.select_wrap .select-active {
    display: block !important;
}