.ashenaei-select-box{

    position:relative;
    width:100%;
    margin-bottom:15px;

}



.ashenaei-select-button{

    border:1px solid #ddd;
    padding:12px 15px;
    background:#fff;
    cursor:pointer;
    border-radius:8px;
    font-size:14px;
    min-height:45px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;

}



.ashenaei-select-list{

    display:none;
    position:absolute;
    z-index:9999;
    background:#fff;
    width:100%;

    border:1px solid #ddd;
    border-radius:8px;

    margin-top:5px;

    max-height:300px;
    overflow-y:auto;

    box-shadow:0 5px 15px rgba(0,0,0,.1);

}



.ashenaei-option{

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:10px;

    padding:10px 12px;

    cursor:pointer;

    border-bottom:1px solid #eeeeee;

}



.ashenaei-option:last-child{

    border-bottom:none;

}



.ashenaei-option:hover{

    background:#f7f7f7;

}



.ashenaei-option-title{

    flex:1;

    text-align:right;

    font-size:14px;

}



.ashenaei-image{

    width:45px;
    height:45px;

    object-fit:cover;

    border-radius:6px;

    border:1px solid #eee;

}



.ashenaei-color{

    width:25px;
    height:25px;

    border-radius:50%;

    border:1px solid #ccc;

    display:inline-block;

}



.ashenaei-reset-option{

    color:#777;

}



/* عکس و رنگ داخل گزینه انتخاب شده */

.ashenaei-select-button .ashenaei-image{

    width:35px;
    height:35px;

}



.ashenaei-select-button .ashenaei-color{

    width:22px;
    height:22px;

}



.ashenaei-button-title{

    flex:1;

    text-align:right;

}