li.LABGROWN,li.GOLD,li.SILVER,li.PRECIOUSJEWELRY,li.SALE
{
    display:none !Important;
}


#header .header-search {
  margin-top: -4px;
}

table.header-right-icon tr td:nth-child(2) img {
  margin-left: 11px;
}

table.header-right-icon tr td:nth-child(3) img {
  margin-left: 11px;
}

.thumb-info img {
  height: 300px;
  width: auto;
}

.product-thumb-info {
  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: #381863;
}

img.header-icon {
  height: 24px;
}

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;
}

.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;
}

.homepage-bar .bar-icon {
  font-size: 36px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 500px) {

  #header .header-body {
    /* padding: 10px 0 5px !Important; */
    margin: 0px !Important;
    border-bottom: 0px solid #381863;
  }

  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;
  }
}

@media (min-width: 992px) {
  .homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
  }

  .homepage-bar .col-md-4:first-child {
    border-left: none;
  }
}

@media (max-width: 991px) {
  .homepage-bar .bar-icon {
    min-width: 36px;
    text-align: center;
  }
}

@media (min-width: 500px) {
  .header-logo img {
    width: 60%;
    padding: 20px 0;
  }

  .cart-total-css {
    float: none !Important;
  }

  #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);
  }

}

@media (max-width: 500px) {
  .header-logo img {
    width: 90%;
  }

  .cart-total-css {
    float: none !Important;
  }

  #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; */
  }

  #footer .footer-copyright p {
    color: #FFF;
    font-weight: 600;
  }

  .footer-copyright p {
    opacity: 1 !Important;
    font-size: 11px;
    font-weight: 500;
    color: #FFF;
  }

}