::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}

select.nav_city_listing.city_active
{
    background-color: #000;
}
.reorder_msg
{
    text-align: center;
    padding: 10px;
    border: 1px solid;
    margin-top: 1px;
    background: pink;
    letter-spacing: 1px;
}
span.resend_otp {
    float: right;
    cursor: pointer;
}
.rensend_counter {
    margin: 0px;
    text-align: right;
    position: relative;
    top: -1px;
}

span.c_results {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #322b2e;
}

.c_listing_span
{
    position: absolute;
    top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: black;
    text-align: right;
    float: right;
    right: 40px;
}
.rough_price {
    text-decoration: line-through;
    padding-left: 20px!important;
}

.product_rough
{
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 38px;
    margin-top: 4px;
    float: left;
}
.nav_city_listing
{
    border: none;
    text-align: left;
    background: transparent;
    /*width: 60%;*/
    font-weight: 100;
    margin-top: -4px;
    text-transform: uppercase;
    font-size: 12px;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.4;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
}
#loading-image {
    /* position: absolute; */
    top: 250px;
    left: 630px;
    z-index: 100;
    margin-top: 300px;
    width: 150px;
}

.singl_ofr_list.activee {
    color: rgb(37, 111, 239);
    font-weight: bold;
}
.singl_ofr_list i {
    width: 5%;
}
.activee i
{
    color: #3d3a3a!important;
}
.shop_catgry_reslt_singl {
    margin-bottom: 5px;
}

input#voucher_code {
    width: 67%;
    float: left;
}
span.voucher_msg {
    position: absolute;
    margin-top: -20px;
    margin-left: 4px;
    color: red;
}
span.remove_voucher {
    cursor: pointer;
}

p.msg_show {
    padding: 0px;
    margin: 0px;
}


/*Checkout page*/

.label_addrrr {
    float: left;
    width: 32.333%;
    background: #fff;
    border: 1px solid #49573e;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 1%;
    }

    .user_name_adres {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    }

    .edit_icnas {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    margin-right: 6px;
    color: #627553;
    line-height: 16px;
    }

    .edit_icnas:hover{
    color: #445538;
    }
    .radi_adres_as {
    width: 20px;
    height: 20px;
    opacity: 1;
    display: inline-block;
    -webkit-appearance: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 10px;
    }

    .add_address_btn
    {
        cursor: pointer;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .toggle-password
    {
        position: absolute;
        top: 0;
        height: 50px;
        width: 60px!important;
        display: flex!important;
        align-items: center;
        justify-content: center;
        right: 0;
    }


.header-search.hs-expanded .btn-search {
    position: absolute;
    background: transparent;
    color: #333;
    min-width: 48px;
    height: 100%;
    border-radius: 5px;
    right: 0;
    border: 0;
    font-size: 2rem;
    padding: 0;
    background: none!important;
}

input#search_me {
    padding: 0 5rem 0 1.55rem;
    border-radius: 5px;
    border: 2px solid;
    border-color: #e1e1e1;
    font-family: inherit;
    background-color: #fff;
    color: #999;
    min-height: 4.5rem;
    font-size: 14px;
}
a.call.wha_cal {
    margin-right: 20px;
}