
  #loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
  }
  #loading-image {
  /*position: absolute;*/
  top: 250px;
  left: 630px;
  z-index: 100;
  }
  
.prod_qty_input_box
    {
        flex: 1 1 auto;
    width: 50px;
    margin-bottom: 0;
    background-color: #e9ecef;
    opacity: 1;
    border-color: #777;
    box-shadow: none;
    height: 45.5px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 6px!important;
    border: 1px solid #886c6c;
    }
    span.plus-btn
    {        font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    float: none;
    margin-left: -4px;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #777;
    background: #fff;
    padding: 0;
    width: 6%;
    height: 23.5px;
    max-width: 22px;
    line-height: 23px;
    color: #000;
    font-size: 10px;
    border-radius: 0;
    cursor: pointer;
    margin-top: -45px;
    margin-left: 47px;
    }

    .minus-btn
    {
        font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    float: none;
    margin-left: -4px;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #777;
    background: #fff;
    padding: 0;
    width: 6%;
    height: 23.5px;
    max-width: 22px;
    line-height: 23px;
    color: #000;
    font-size: 10px;
    border-radius: 0;
    cursor: pointer;
    margin-top: 22px;
    margin-left: 47px;
    }


    .curncy_main span {
    font-size: 14px;
    text-align: left;
    clear: both;
    display: block;
    padding: 5px;
    }

    .USD ,.AED , .SAR {
    background: pink;
    border-radius: 5px;
    }
    .USD a ,.AED a, .SAR a{
    color: white;
    }
    span.count {
    font-size: 13px;
    position: absolute;
    top: 28px;
    margin-left: 0px;
    }

    span.english.en {
    background: pink;
    border-radius: 5px;
    }

    span.arabic.ar {
    background: pink;
    border-radius: 5px;
    }
    span.english.en a {
    color: white;
    }

    span.arabic.ar a {
    color: white;
    }

    span.selected_country {
    background: pink;
    border-radius: 5px;
    }
    span.selected_country  a.country_change {
    color: white;
    }