.listing-product_wrap .wishlist {
    right: 8px;
    top: 0;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    float: right;
    position: relative;
    }
    /* search UI css changes for mobile  */
    .search_wrap .ui-widget.ui-widget-content{
    min-height: calc(100% - 50px);
    min-width: 100%;
    overflow-y: auto;
    background: #fff;
    }
    .closeSearchPop{
        position: absolute;
        top: 15px;
        left: 12px;
        width: 20px;
    }
    .ui-menu-item:hover{
        background: #fff;
        border-bottom:none;
    }
    .ui-menu .ui-menu-item-wrapper::before{
      background: url(../../desktop/images/icon/search-icon.svg) center center no-repeat;
    }
    .trending_wrap {
        width: 100%;
        float: left;
        background: #fff;
        overflow-y: scroll;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.5;
      }
      .trending_wrap.active_search {
        visibility: visible;
        opacity: 1;
      }
      .trending_inside li {
        background: #f9f9f9;
        float: left;
        width: 100%;
        font-size: 12px;
        text-transform: capitalize;
        padding: 8px 10px 8px 30px;
        border-bottom: 1px solid #efefef;
        position: relative;
        color: #2e2e2e;
      }
      .trending_inside li::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 18px;
        left: 10px;
        top: 7px;
        background: url(../../desktop/images/icon/trending.svg) no-repeat left center;
        opacity: 0.5;
      }
      .recent_list li {
        float: left;
        width: 100%;
        font-size: 12px;
        text-transform: capitalize;
        padding: 8px 10px 8px 30px;
        border-bottom: 1px solid #efefef;
        position: relative;
        color: #2e2e2e;
      }
      .recent_list li::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 16px;
        left: 6px;
        top: 9px;
        background: url(../../desktop/images/icon/recent-viewed.svg) no-repeat left center;
        opacity: 0.5;
      }
      span.trending {
      color: #5B5B5B;
      font-size: 12px;
      margin: 8px 0 0;
      font-weight: 700;
      width: 100%;
      float: left;
      padding-left: 8px;
      text-transform: uppercase;
      }
      #searchform .search:focus {
        border: 0 !important;
        width: 88%;
        color: #2c2c2c;
      }
      .search::placeholder {
        opacity: 1;
        color: #2c2c2c;
      }
      .ui-menu .ui-state-active,
      .ui-menu .ui-state-focus {
        margin: 0;
      }
       /* search UI css*/
    @-webkit-keyframes fadeIn {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
    }
    @keyframes fadeIn {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
    }
    .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    }
    .bottompopup .overlaybg {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.5s;
    }
    .bottompopup .overlaybg.active {
    opacity: 1;
    visibility: visible;
    }
    .bottomsheet {
    width: 100%;
    background: #fff;
    bottom: 0;
    position: fixed;
    left: 0;
    z-index: 999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    bottom: -250px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.5s;
    }
    .bottomsheet .mobileField .parsley-error {
    border-color: red;
    }
    .bottomsheet.active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    }
    .bottomsheet .parsley-error {
    border-color: red;
    }
    .bottomsheet h5 {
    font-size: 30px;
    color: #E94D37;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
    margin: 25px 0;
    font-family: var(--font-family-sanserif);
    margin-bottom: 0;
    }
    .bottomsheet p {
    font-size: 13px;
    text-align: center;
    color: #676767;
    margin: 10px;
    font-family: var(--font-family-sanserif);
    }
    .forminside {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    }
    .mobileField label {
    width: 100%;
    flex-direction: column;
    font-size: 13px;
    color: #707070;
    font-family: var(--font-family-sanserif);
    line-height: inherit;
    position: relative;
    transition: all ease-in 0.1s;
    top: 26px;
    }
    #frm-parsley {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    }
    .parsley-errors-list {
    margin: 3px 0;
    padding: 0;
    font-size: 13px;
    color: red;
    }
    .mobileField input {
    border: 0;
    border-bottom: 1px solid #e1dcdc;
    width: 100%;
    line-height: 40px;
    outline: 0;
    transition: all ease-in 0.2s;
    position: relative;
    z-index: 99;
    background: none;
    font-size: 16px;
    }
    .mobileField input:focus {
    border-bottom: 1px solid #262626;
    }
    .mobileField {
    flex: 1 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    padding: 0 12px;
    margin-bottom: 10px;
    }
    .mobileField.form-item--input-filled label {
    transform: translate3d(0px, -22px, 0);
    font-size: 13px;
    }
    .submit_button {
    width: 100%;
    color: #fff;
    font-size: 18px;
    background: #E94D37;
    line-height: 60px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    }
    .close_widget {
    width: 20px;
    flex-direction: column;
    align-self: flex-end;
    justify-content: center;
    display: flex;
    }
    .close_widget img {
    width: 100%;
    }
    .close_widget {
    width: 16px;
    align-items: flex-end;
    position: absolute;
    right: 20px;
    top: 20px;
    }
    .bg {
    width: 100%;
    height: 1800px;
    background-size: 100%;
    }
    .bottompopup .overlaybg {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.5s;
    z-index: 999;
    }
    .thankyou_widget {
    padding: 15px 10px 32px;
    }
    .thankyou_widget.active {
    opacity: 1;
    visibility: visible;
    left: 50%;
    }
    .tickcheck img {
    display: inline-block;
    width: 40px;
    height: auto;
    }
    .tickcheck {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    }
    .thankyou_widget p.thanksmsg {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    font-family: var(--font-family-sanserif);
    }
    .thankyou_widget p {
    font-size: 13px;
    color: #676767;
    text-align: center;
    margin: 5px;
    }
    .error-msg {
    padding: 7px 5px;
    text-align: center;
    color: #ff2121;
    background: #f7e2e3;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    top: 11px;
    }
    .parsley-error-list li {
    color: #ff2121;
    list-style: none;
    }
    .menu-sigin-name.loooo::after {
    content: none;
    }
    .showHome {
    display: none;
    }    