.woocs-style-1-dropdown {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    line-height: 16px;
}
.woocs-style-1-dropdown .woocs-style-1-select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.woocs-style-1-dropdown .woocs-style-1-select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px !important;
    margin-top: 0 !important;
    
}

.woocs-style-1-dropdown .woocs-style-1-select > i img{
    border: none !important;
    box-shadow: none !important;
}

.woocs-style-1-dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.woocs-style-1-dropdown:active {
    background-color: #f8f8f8
}
.woocs-style-1-dropdown.woocs-style-1-active:hover,
.woocs-style-1-dropdown.woocs-style-1-active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
    transform: rotate(-90deg)
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}


.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:hover {
    background-color: #f2f2f2 !important;
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:active {
    background-color: #f2f2f2 !important;
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li.woocs-style-1-selected {
    background-color: #f2f2f2 !important;
}
