@font-face {
  font-family: ptsans-narrow;
  src: url(fonts/ptsans-narrow-web-regular.ttf);
}
@font-face {
  font-family: glimmer_of_light;
  src: url(fonts/glimmer_of_light.ttf);
}

/* Formatting and Text */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color : transparent;
  overflow-x: hidden;
  font-family: ptsans-narrow;
  font-size: 18px;
}

h3 {
  font-family: "glimmer_of_light", Times, serif;
  font-size: 20px;
}

#BoxList {
  background: none;
  width: 0;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 85px;
  left: 100%;
  transform: translate(-50%, 0);
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity 1s, width 1s, top 1s, left 1s;
  z-index: 24;
}
.listItem {
  background: none;
  width: 100%;
  height: 0;
  transition: height 1s, width 1s, opacity 1s;
  text-align: left;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
  opacity: 1;
}
.itemImage {
  position: relative;
  width: 0;
  height: 0;
  float: left;
  transition: width 1s, height 1s;
  z-index: 25;
}
.itemImage img {
  width: 100%;
  height: 100%;
}
.itemDetails {
  position: relative;
  font-size: 20px;
  height: 100%;
  width: 100%;
  z-index: 24;
}
.yellowBG {
  background-color: rgba(190, 190, 255, 0.6);
}
.greenBG {
  background-color: rgba(255, 255, 255, 0.6);
}
.detailButton {
  position: relative;
  padding-top: 4px;
  padding-right: 15px;
  width: 0;
  height: 0;
  z-index: 26;
  transition: width 1s, height 1s;
}
.refreshButton{
  display: inline-block;
  position: relative;
  padding-top: 4px;
  padding-right: 15px;
  width: 0;
  height: 0;
  z-index: 26;
  transition: width 1s, height 1s;
}
.boxFlowerName {
  padding-left: 0;
}
.boxQuantity {
  padding-left: 0;
}
.ItemQuantity {
  width: 40px;
  height: 20px;
  font-size: 14px;
  text-align: center;
}
.itemTotal {
  padding-right: 20px;
  vertical-align: bottom;
}
.rightCell {
  text-align: right;
  width: 0;
  max-width: 100px;
  transition: width 1s;
}
#boxHeader{
  display: flex;
  flex-direction: row;
  background: none;
  width: 100%;
  height: 0;
  transition: height 1s;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#ListTitle{
  width: 35%;
  float: left;
  text-align: left;
  padding-left: 5px;
  font-family: "glimmer_of_light", Times, serif;
  font-size: 0;
  transition: font-size 1s;
}
#summary {
  padding-top: 16px;
  width: 65%;
  font-family: ptsans-narrow;
  font-size: 0;
  transition: font-size 1s;
  float: right;
  text-align: right;
  padding-right: 5px;
}
#boxFooter {
  display: block;
  background: none;
  width: 100%;
  height: 0;
  transition: height 1s, font-size 1s;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
#subTotal {
  position: relative;
  float: right;
  width: 100%;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: right;
}
#CloseButton {
  width: 0;
  border-radius: 12px;
  border: 2px solid darkgreen;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0;
  margin-right: 8px;
  height: 0;
  transition: width 1s, height 1s, font-size 1s;
}
#CheckoutButton {
  width: 0;
  border-radius: 12px;
  border: 2px solid darkgreen;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0;
  margin-left: 8px;
  height: 0;
  transition: width 1s, height 1s, font-size 1s;
}
#emptyBox {
  width: 0;
  height: 0;
  transition: height 1s, width 1s;
}
#emptyText {
  text-align:center;
  transition:font-size 1s;
  font-size: 0;
}
span.statusLine{
  color: black;
  font-size: smaller;
}
.detailTable {
  width: calc(100% - 110px);
  transition: width 1s;
  font-size: 0;
  float: right;
  transition:font-size 1s;
  border-spacing: 0;
}
td {
  padding: 4px;
}


@media screen and (orientation: portrait) and (max-width: 400px){

.refreshButton {
  padding-right: 4px;
}
.detailButton {
  padding-right: 2px;
}
.itemDetails {
  font-size: 16px;
}
.itemTotal {
  padding-right: 4px;
}
td {
  padding: 2px;
}
.rightCell {
  max-width: 80px;
}


}

@media screen and (orientation: portrait) and (min-width: 400px){

.refreshButton {
  padding-right: 4px;
}
.detailButton {
  padding-right: 2px;
}
.itemDetails {
  font-size: 16px;
}
.itemTotal {
  padding-right: 4px;
}
td {
  padding: 2px;
}
.rightCell {
  max-width: 80px;
}


}

@media screen and (orientation: portrait) and (min-width: 600px){

.refreshButton{
  padding-right: 15px;
}
.detailButton {
  padding-right: 15px;
}
.itemDetails {
  font-size: 20px;
}
.itemTotal {
  padding-right: 20px;
}
td {
  padding: 4px;
}
.rightCell {
  max-width: 100px;
}

span.break {
  display: none;
}

}

@media screen and (min-width: 601px){

.refreshButton{
  padding-right: 15px;
}
.detailButton {
  padding-right: 15px;
}
.itemDetails {
  font-size: 20px;
}
.itemTotal {
  padding-right: 20px;
}
td {
  padding: 4px;
}
.rightCell {
  max-width: 100px;
}
span.break {
  display: none;
}


}





