@import url('../fonts2/style.css');



/* Add here all your CSS customizations */


.fab {
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    position: fixed;
    left: 20px;
    bottom: 150px;
    transition: all 0.1s ease-in-out;
    z-index: 9;
    transition: all 0.1s ease-in-out;
}

.fab1 {
    width: 80px;
    height: 80px;
    color: white;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 75px;
    transition: all 0.1s ease-in-out;
    z-index: 9;
    transition: all 0.1s ease-in-out;
}


.div_MoonSun
{
    text-align: right;
    margin: 5px 10px;
}

.uae_logo
{
    height: 15px;
    margin-right: 5px;
}

.uae_logo2
{
    height: 18px;
}

.uae_logo3 {
    height: 16px;
    margin-right: 5px;
    /*vertical-align: -1px;*/
}


span.CurrentBuyRate1 span img {
    display: none !important;
}


.no-pointer-events {
    pointer-events: none;
}

.footer-copyright
{
    display:none;
}

#header .header-search {
    margin-top: -4px;
    
}
.thumb-info img {
    height: 300px;
    width:auto;
}
.product-thumb-info {
    /*background:#F7F9FC*/
    background: #FFF;
}
.product-thumb-info .product-thumb-info-content {
    background: #F7F9FC;
}
.product-thumb-info h4 {
    font-size: 1.2em;
    text-align: center;
}

span.MainUserName{
  font-size: 14px;
  font-weight: 700;
  text-transform:uppercase;
  display: block;
  color:#A50000;
}
@media (max-width: 500px) {
      /*.header-logo img {
        width: 175px !Important;
        height : auto !Important
    }*/
    #header .header-body {
      padding: 10px 0 10px !Important;
      margin: 0px !Important;
      /*border-bottom: 2px solid #eaeaea;*/
    }
    
    li.col-xs-6.product {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .product-thumb-info .product-thumb-info-content {
	    padding: 15px 10px;
	    text-align: left;
	    display: block;
	    height: 110px;
        font-size: 12px;
    }
    
    
}





p#Float_Message {
    color: #000;
}


.fds
{
    height: 25px;
    padding-left: 11px;
    padding-right: 7px;
}


.homepage-bar {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  border-radius: 5px;
}
.homepage-bar .col-md-4 {
  padding-top: 20px;
  padding-bottom: 21px;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
  }
  .homepage-bar .col-md-4:first-child {
    border-left: none;
  }
}
.homepage-bar .bar-icon {
  font-size: 36px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .homepage-bar .bar-icon {
    min-width: 36px;
    text-align: center;
  }
}
.homepage-bar .bar-textarea {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 7px;
}
.homepage-bar h3 {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.homepage-bar p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}

img.header-icon {
    height: 35px;
}

table.header-right-icon tr td:nth-child(2) img {
    margin-left: 7px;
}

/* ------------------------------------------ */
@media (min-width: 500px) {
  .header-logo img {
        height: 100px;
        padding: 5px;
        width:auto !Important;
    }
    
    .cart-total-css
    {
        float: none !Important;
    }
    
}

@media (max-width: 500px) {
  .header-logo img {
        height: 50px;
        /* height: 100%; */
    }
    
    .cart-total-css
    {
        float: none !Important;
    }
    
}

/* Footer */
@media (max-width: 500px) 
{
    
    #footer {
        position: fixed;
        z-index: 99;
        width: 100%;
        bottom: 0;
        padding: 0 5px;
        box-shadow: -2px -3px 3px 0px rgba(0, 0, 0, 0.08);
    }
    
      #footer .footer-copyright {
        background-color: #FFFFFF;
         border-top: 1px solid #b9b2a8; 
        display: none;
         /* margin-top: 0px;
         padding-bottom: 0px !important;
         padding: 8px 5px;  */
    }
    
    
    #header .header-logo img {
        /* margin: -10px 3px 0 0; */
    }
    
    #footer .footer-copyright p {
        color: #FFFFFF;
        font-weight: 600;
    }
    
    .footer-copyright p {
        opacity: 1 !Important;
        font-size: 12px;
        font-weight: 600;
    }
    
}

.connectionmsg {
    display: none;
    color: #FFF;
    background-color: red;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0rem;
    width: 100%
}

.retry_connection_btn {
    display: none;
    color: #FFF !important;
    background-color: #000;
    line-height: 30px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0rem;
    padding: 0px 24px;
    border-radius: 5px;
    border: 1px solid #f8f8f8;
}

.connectiondiv {
    display: none;
    background-color: red;
    text-align: center;
    padding: 3px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999999;
}