#btnCart {
    position: fixed;
    bottom: 18px;
    left: 24px;
    height: 60px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 1px 2px #aaa;
    
}    
    
    
    
.CartColor {
    background-color: #990000;
}




#cartItems {
    background-color: #200116;
    color: white;
    font-size: 1.3em;
    position: absolute;
    right: -6px;
    bottom: -7px;
    padding: 1px 7px;
    border-radius: 200px;
    border: 1px solid white;
    display: none;
}

#cartAmount {
    background-color: #200116;
    color: white;
    font-size: 1em;
    position: absolute;
    left: 1px;
    top: -7px;
    padding: 1px 7px;
    border-radius: 200px;
    border: 1px solid white;
    display: none;
}




#cartType.pickup {
    background-color: #4c0827;
}

#cartType {
    color: white;
    font-size: 1.2em;
    position: absolute;
    left: -6px;
    bottom: -7px;
    padding: 1px 6px;
    border-radius: 200px;
    border: 1px solid white;
    display: none;
}



#cartType.delivery {
    background-color: #80d39b;
}


#cartIcon {
    display: block;
    margin-left: 22px;
    margin-top: 22px;
}


p.det {
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

p.head
{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-size:16px;
  font-weight:bold;
}


div.transbox {
  margin-top:5px;
  opacity: 0.75;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  height: 180px;

  }


div.transboxDet {
  margin-top:5px;
  opacity: 0.75;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  height: 180px;

  }


@media only screen and (min-width: 1100px) {
p.head
{
  padding-top: 10px;
}
div.background {
  height:180px;
}
div.transbox {
  height:180px;
}
div.backgroundDet {
  height:180px;
}
div.transboxDet {
  height:180px;
}

}



@media only screen and (min-width: 960px) and  (max-width: 1099px) 
{
p.head
{
  padding-top: 10px;
  font-size:14px;
}
div.background {
  height:120px;
}
div.transbox {
  height:120px;
}
div.backgroundDet {
  height:120px;
}
div.transboxDet {
  height:120px;
}

}



@media only screen and (min-width: 768px) and  (max-width: 959px) 
{
p.head
{
  padding-top: 10px;
}
div.background {
  height:120px;
}
div.transbox {
  height:120px;
}
div.backgroundDet {
  height:120px;
}
div.transboxDet {
  height:120px;
}

}

@media only screen and (min-width: 481px) and  (max-width: 767px) 
{
p.head
{
  padding-top: 10px;
}
div.background {
  height:90px;
}
div.transbox {
  height:90px;
}

div.backgroundDet {
  height:100px;
}
div.transboxDet {
  height:100px;
}

}

@media only screen and   (max-width: 480px) 
{
p.head
{
  padding-top: 1px;
}
div.background {
  height:70px;
}
div.transbox {
  height:70px;
}
div.backgroundDet {
  height:100px;
}
div.transboxDet {
  height:100px;
}

}
