.carter-custom  .ui-select .ui-btn {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
}
.carter-custom  .ui-select span {
    font-weight: 300;
    text-shadow: none;
    /*text-transform: lowercase;*/
    font-size: 20px;
    text-align: left;
    /*padding-left: 30px;*/
    color:#606366
}

.carter-custom .ui-select .ui-icon-carat-d:after {
    background-image: url("img/new/chevron-gray.png");
}

.carter-custom .ui-select.ui-mini .ui-btn {
    padding: 0.4em;
}



/*
   __________  _   __________________      ________  _________________  __  ___
  / ____/ __ \/ | / / ____/  _/ ____/     / ____/ / / / ___/_  __/ __ \/  |/  /
 / /   / / / /  |/ / /_   / // / ________/ /   / / / /\__ \ / / / / / / /|_/ / 
/ /___/ /_/ / /|  / __/ _/ // /_/ /_____/ /___/ /_/ /___/ // / / /_/ / /  / /  
\____/\____/_/ |_/_/   /___/\____/      \____/\____//____//_/  \____/_/  /_/   
              */                                                                 
.config-custom
.ui-btn-icon-left:after, .config-custom .ui-btn-icon-right:after, .config-custom .ui-btn-icon-top:after, .config-custom .ui-btn-icon-bottom:after, .config-custom .ui-btn-icon-notext:after {
    content: "";
    position: absolute;
    display: block;
    /*width: 22px;*/
    height: unset; 
    background-color: #fcb040;
    border-radius: 0;
    top: 0px !important;
    margin-top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    color:#333;
}
.config-custom .ui-select{
    /*max-width: 66%;*/
    margin-left:0px;
    margin-right:0px;
}
.config-custom .ui-select span{
    color:#333;   
    white-space: initial; /*allows multiline*/
}

.config-custom .ui-select .ui-btn{
    border-color: rgb(221, 221, 221) !important;
    /*max-width: 8em;*/
}

.config-custom .ui-li-count{display: none !important;}

.config-custom .ui-select .ui-li-has-count.ui-btn-icon-right {
    /*padding-right: 2.5em; */
}