#loaderr
{
    position: fixed;
    background-color: #000;
    height: 100vh;
    min-height: 100vh;
    visibility: hidden;
    width: 100%;
}


/* Add here all your CSS customizations */

.fab {
    width: 45px;
    height: 45px;
    color: white;
    text-align: center;
    position: fixed;
    left: 15px;
    bottom: 135px;
    transition: all 0.1s ease-in-out;
    z-index: 9;
    transition: all 0.1s ease-in-out;
    background-color: #000;
    border-radius: 50%;
    /* padding: 5px; */
    /* opacity:0.9; */
}


.fab1 {
    width: 45px;
    height: 45px;
    color: white;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 135px;
    transition: all 0.1s ease-in-out;
    z-index: 9;
    transition: all 0.1s ease-in-out;
    background-color: #000;
    border-radius: 50%;
    /* padding: 5px; */
    /* opacity:0.9; */
}

.no-pointer-events {
    pointer-events: none;
}

table.header-right-icon {
    visibility: hidden !Important;
}

#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:#f6db78;
}
@media (max-width: 1500px) {
      /*.header-logo img {
        width: 175px !Important;
        height : auto !Important
    }*/
    #header .header-body {
      padding: 20px 0 20px !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: 24px;
}

table.header-right-icon tr td:nth-child(2) img {
    margin-left: 7px;
}

/* ------------------------------------------ */
@media (min-width: 500px) {
  .header-logo img {
        /*height: 75px;*/
        width:90%;
        padding: 5px;
    }
    
    .cart-total-css
    {
        float: none !Important;
    }
    
}

@media (max-width: 500px) {
  .header-logo img {
        width: 90%;
        /*height: 100px;*/
    }
    
    .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; 
         /* 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: 10px;
        font-weight: 600;
        color: #f6db78 !important;
    }
    
}

.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;
}