
.shw-wedglot-select {
    position: relative;
    top: 8px;
    display: inline-block;
    background-color: #FFF;
    border-radius: 5px;
    padding: 12px 4px;
    margin: 0;
    height: 38px;
    min-width: 100px;
    font-size: 14px;
}

/*.wg-default .country-selector {
    bottom: -80px !important;
}*/

.shw-wedglot-select:hover, 
.shw-wedglot-select:focus {
    background-color: #CFF3FE;
}

.md-select-menu-container.weglot-select {
    top: 210px !important;
}

.shw-wedglot-select md-select-value {
    position: relative;
    bottom: 5px;
    border-bottom-width: 0;
}

.shw-wedglot-select md-select-value a {
    text-decoration: none;
    color: #000;
    min-height: 10px;
}

.weglot-select md-select-menu {
    margin-top: -157px;
    margin-left: -9px;
    min-width: 160px;
    transform-origin: initial !important;
}

.shw-weglot-option {
    padding: 0;
    height: 38px;
}

.shw-weglot-option .md-text {
    width: 100%;
}

.shw-weglot-option a {
    padding: 4px 10px;
    text-decoration: none;
    width: 100%;
    color: #000;
    display: block;
}

.shw-weglot-option:focus,
.shw-weglot-option:hover {
    background: #CFF3FE !important;
}

.shw-weglot-option a:focus,
.shw-weglot-option a:hover {
    background-color: #CFF3FE;
}
