.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    float: left;
    width: 200px;
    height: 10px;
    margin-top: 1px;
    margin-right: 10px;
    padding: 10px;
 
    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
 
    font: 18px Arial, Helvetica, sans-serif;
    color: #8a8a8a;
    line-height: 9px;
}

#RestaurantSearchCtlmainAct #delivery_search form .wrapper-dropdown-3 {
    height: 26px;
    font: 22px Arial, Helvetica, sans-serif;
    line-height: 24px;
}

div.wrapper-dropdown-3.widget {
    height: 26px;
    font: 22px Arial, Helvetica, sans-serif;
    line-height: 24px;
}


.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #2b6d94 transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: -456px;
    right: 0;
    width: 888px;
 
    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;
    padding-left: 30px;
 
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

div.wrapper-dropdown-3.widget .dropdown {
    transition: none !important;
}
 
.wrapper-dropdown-3 .dropdown li a {
    width: 17.5%;
    display: inline;
    float: left;
    padding: 10px;
    text-decoration: none;
    color: #2b6d94;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    transition: all 0.3s ease-out;
    font-size: 13px;
    padding-right: 17px;
    padding-left: 0px;
}
 
.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
 
.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}
 
/* Hover state */
 
.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
    font-weight: bold;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 338px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}
 
.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 336px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
