.fab1 {
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 115px;
  transition: all 0.1s ease-in-out;
  z-index: 9;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 1px 7px 0 #666;
  border-radius: 50%;
}

#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;
}

table.header-right-icon {
  float: right;
}

.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 10px 10px !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;
  }
}

.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: 35%;
  }

  .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;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
/* Footer Base */
#footer {
  background: #c2947a;
  padding-top: 30px;
  padding-bottom: 0px;
}

/* Icon Box Wrapper */
.icon-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

/* Icons */
.icon-box-icon i {
  font-size: 36px;
  color: #000 !important; /* Premium Gold Shade */
}

/* Title */
.icon-box-info-title h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}

/* Paragraph Text */
.icon-box-info p {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

/* WhatsApp Green Icon */
.icon-box-icon-no-top i {
  color: #25d366;
}

/* Links */
.hover-effect-1 {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease;
}

.hover-effect-1:hover {
  color: #c2947a;
  text-decoration: underline;
}

/* Copyright Section */
.footer-copyright {
  background: #e8e8e8;
  padding: 15px 0;
  margin-top: 20px;
}

.footer-copyright p {
  margin: 0;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 767px) {
  .icon-box {
    flex-direction: row;
    align-items: flex-start;
  }

  .icon-box-info-title h3 {
    font-size: 16px;
  }

  .icon-box-icon i {
    font-size: 30px;
  }

  #footer {
    padding-left: 0 !important;
  }
}

#footer h1,
#footer h2,
#footer h3,
#footer h4 {
  color: #fff !important;
  text-align: left;
}

#footer .icon-box-info p {
  color: #fff !important;
}
#footer .icon-box-info p a {
  color: #fff !important;
}

#footer .icon-box-icon i {
  color: #fff !important;
}
