body {
    background-color: white;
}

#loginbox {
    margin-top: 30px;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    
    background-color: transparent;
    margin: 15px;
}

.panel-body {
    padding: 10px 0 0 0!important;
    background-color: rgba(2555,255,255,.3);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 380px;
  height: 150px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-default>.panel-heading{
    color: #fff;
    background-color: #428aca;
    border-color: #428aca;    
}

.listMod{
    display: block;
    height:60px;
    overflow: scroll;
}

.cartSlider{
    position:fixed;
    height:100%;
    background:#f4f4f4;
    border-left: 2px solid #428aca;
    width:300px;
    right:0px;
    margin-right: -300px;
    z-index: 10;
}
#cartSlider-button{
    position: fixed;
    width: 75px;
    height: 50px;
    right: 0px;
    background: #e70004;
    border: 2px solid #e70004;
    top: 20px;
    z-index: 10;
    color: #FFF;
    padding: 5px;
	border-radius: 15% 0% 0% 15%;
	margin-top: 25px;
}

div div.product {
    flex: 0 0 14.28%;
    max-width: 14.28%;
    text-align: center;
    margin-bottom: 20px;
}

div.product .productName {
    font-size: 75%;
}

h1{
    font-size: 20px;
}
.tophead{
    background-color: #faab0e;
}
.tophead img{
    max-width: 97px;
    margin-top: 10px;    
}
.panel-default>.panel-heading, .btn-primary{
    background-color: #144796;
}

.scanbutton {
    width: 100%;
    vertical-align: absmiddle;
    font-size: 120%;
    font-weight: bold;
	
}

.scanButton, .scanButton:active, .scanButton:visited {
    background-color: #e70004;
    border-color: #e70004;
}

.scanButton:hover {
    background-color: #c30000;
    border-color: #c30000;
}

a.scanHelper {
    color: #e70004;
}

a.scanHelper {
    color: #e70004;
}

.table > tbody > tr > td{
    padding: 2px!important;
	vertical-align: middle;
}
.btn{
    border-radius: 24px;
}
.minus-button, .plus-button{
    background-color: #000;
    border-color: #000;
    border-radius: 50%;
    color: #FFF;
}

.catSwitcherActive {
    background-color: green !important;
}

.btn {
  align-items: center;
  border-radius: 7px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;

  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}

.btn:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.btn:active {
  outline: 0;
}

.btn:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
  .btn {
    height: 48px;
  }
}

.fa.fa-question-circle.fa-2x {

	position: absolute;
	margin-top: 15px;
	height: auto;
	max-width:100%;
}

.test{
	width:100px;
	background-color: #ffd353;
  color: black;
  border: none;
  font-size: 17px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border: solid;
  border-width: 1px;

}

.minus-button, .plus-button {
	border-color: #ffd353;
	width: 30px;
}

.pull-right {
	float:none !important;
}

.row.tophead {
	height: 115px;
	
}

.cartSlider-button {
	margin-top: 25px;
}

.tophead .phoneNumber {
    position: absolute;
    left: 125px;
    top : 78px;
    font-size: 2rem;
    color: #272324;
    font-weight: bold;
}

.tophead .phoneNumber::before {
    content: "✆";
    padding-right: 5px;
}