.country select, .state select{
    width:100%;
}
.country .chzn-container, .state .chzn-container{
    font-size: 14px;
}

.country .chzn-container .chzn-single, .state .chzn-container .chzn-single{
    width:200px;
    height:24px;
    line-height:24px;
    background:url(https://assets.mybrightsites.com/uploads/sites/2324/themes/1591/a4b361a093b841d16031e6626a4f01a37ce48f99/select.png?1556111477) no-repeat 0 0;
    cursor:default;
    z-index:1;
    color: #999;
    font-size: 14px;
    font-family: Arial, Helvetica;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    filter:none;
}

.country .chzn-drop input, .state .chzn-drop input {
    border: 1px solid #aaa;
    background: #fff url('https://assets.mybrightsites.com/uploads/sites/2324/themes/1591/567c52803ecef78407faa9280b71d1b77b56f11a/chosen-sprite.png?1556111464') no-repeat 100% -20px;
    width: 137px !important;
}

ul.address-list .chzn-drop input{
    border: 1px solid #aaa;
}

.country .chzn-container .chzn-single div, .state .chzn-container .chzn-single div{
    display:none;
}