.simple-prod .data .details .dt{
    display: none;
}
.simple-prod .data .details .lc{
    border-right: unset;
    width: 64%;
}
.products.list .simple-prod .action .hit, 
.products.list .simple-prod .action .time{
   display: none; 
}
.user-box .times, 
.user-card .posting, .user-card .lastonline,
.side .ftr-block{
    display: none;
}
.pre-basic.isDesktop .sbrpls{
    clear: unset !important;
    width: auto !important; 
}
.pre-basic.isMobile .sbrplsm{
    clear: unset !important;
    width: auto !important;
    line-height: inherit;
}
#image-field-error, #location-field-error, #category-field-error{
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: normal;
    background: #e68383;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 15px 0;
}
.post-edit #error_list {
    margin: 0 0 0px 0;
}
.user-custom-field .controls{
    margin-bottom: 25px;
}
.user-reg-hook .usercf .controls {
    margin-bottom: 18px;
}
.body-ua .profile #location-picker,
.body-ua .profile #location-picker input[type="text"]{
    width: 100%;
   max-width: 600px !important;
}
.body-ua .profile #location-picker .fa-angle-down{
    margin-top: 0px !important;
}
body#body-item-post  #ad-post-form fieldset.s2 .loc-more{
    /*display: none;*/
}
#body-item-post button.uppy-u-reset.uppy-c-btn.uppy-Dashboard-Item-action.uppy-Dashboard-Item-action--edit {
    color: red;
}
.flash-box:has(.flashmessage-ok) {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 100px;
  text-align: center;
}
.flash-box .flashmessage.flashmessage-ok {
    min-height: 150px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: anchor-center;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}
.flash-box .flashmessage-ok .ico-close::before {
    content: "Close";
    width: 100%;
    color: #000;
    font-family: 'Poppins';
    padding: 2px 4px;
}
.flash-box .flashmessage-ok .ico-close{
    width: unset !important;
}
.fi_make_favorite{
    position: absolute;
    left: auto;
    right: 5px;
    width: 24px !important;
    height: 24px !important;
    z-index: 99999;
    top: 6px;
}
.fi_make_favorite span:before{
    font-family: "Font Awesome 5 Free";
    content: '\f004';
    color: #E64A19;
    font-size: 24px;
}
.fi_make_favorite.is_favorite span:before {
     content: '\f004';
    color: #E64A19;
    font-weight: 900;
}
.fi_make_favorite span{
    margin-top: 4px;
}
#listing .favorite-button{
    position: absolute;
    display: block;
    right: 0;
    display: flex;
    align-items: center
}
#listing .favorite-button .fi_make_favorite{
    position: relative;
    width: fit-content !important;
    height: auto !important;
    left: 0;
    padding-bottom: 2px;
    top: 0;
}
#listing .fi_make_favorite span::after{
    content: "Add to Favorites";
    margin-left: 5px;
    color: #000;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    text-decoration: unset;
}
#listing .fi_make_favorite span{
    display: flex;
}
#listing .favorite-button .fi_make_favorite{
    text-decoration: unset;
}
#listing .favorite-button .fi_make_favorite.is_favorite span::after{
    content: "Added";
}
@media screen and (max-width: 540px) {
    #error_list li:last-child label {
         margin-bottom: 5px !important; 
    }
}