#header {
  background-color: white;
  background-position: center center;
  background-size: 1440px 100%;
  background-repeat: no-repeat;
  padding: 10px;
  border-bottom: 1px solid #ededed;
}

#header .iconsHeader a.homeIcon {
  background: url(../images/home.png) no-repeat left top/24px;
  display: inline-block;
}

#header .iconsHeader a {
  float: left;
  width: 24px;
  height: 24px;
}

#header .iconsHeader a i{
  font-size: 2em;
  color: #ffffff;
}


@media only screen and (min-width: 767px) {
  .left {
    float: left;
    text-align: left;
  }

  .right {
    float: right;
    text-align: right;
  }

/*
  #bsp_footer {
    position: absolute;
  }
  */
}

#bsp_footer {
  background: transparent;
  bottom: 0;
  /* width: 100vw; */
  padding-top: 20px;
  border-top: 1px solid #eee;
}

h2.footer_title {
  font-weight: bold;
  color: #999999;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 12px;
  text-transform: uppercase;
}

p.footer_description {
  color: black;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0px;
  font-weight: 900;
}

ul.footer_payment_methods {
  margin: 9px 0 0 0;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0;
}

ul.footer_payment_methods li {
  padding: 0 4px 4px 0;
  display: inline;
}

p.copyright {
  color: black;
  font-size: 13px;
  line-height: 16px;
}

a.copyright_link {
  color: black;
  font-size: 13px;
  text-decoration: underline;
  line-height: 16px;
}

a.copyright_link:hover {
  color: black;
}

div.row.copyright {
  padding-top: 15px;
  margin-top: 15px;
  background: #ededed;
}


.woocommerce-table--order-details th.product-name, .woocommerce-table--order-details th.product-total {
    background: #bc282f!important;
}