*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  position: relative;
}

.custom-header{
  border-bottom: 3px solid #4e008e;
}

header .fa{
  font-size: 24px;
  color: #4e008e;
}

.brand-logo{
  margin-bottom: 0;
  padding-bottom: 0;
  color: #4e008e;
}



.product-image{
  width: 100px;
  height: 100px;
  object-fit: cover;
}


.btn-custom{
  background-color: #4e008e;
  color: #fff;
}



.footer-custom a{
  font-size: 30px;
}


.cart-box{
  position: fixed;
  bottom: 6px;
  left: 0;
  right: 0;
  width: 100vw;
}

.cart-box div{
  background-color: #4e008e;
  color: #fff;
}