.container {
  position: relative;
  margin: auto;
  margin-top: -2px;
  width: 320px;
  height: 405px;
  z-index: 1;
  perspective: 1000;
  cursor: pointer;
}
.innercontainer {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}
.container:hover .innercontainer {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.front{
    border: 0px solid transparent;
    background-color: #FFD735;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.face.back {
    transform: rotateY(180deg);
    border: 0px solid transparent;
    background-color: #FFD735;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}







.bundle_title{
    margin: -82px 20px 20px 30px;
    font-family: 'Roboto Slab',serif;
    font-weight: 900;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 20px #000000;
}
.bundle_weight{
    margin: 15px 20px 0px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.bundle_small{
    margin: 10px 20px 0px 20px;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}
.bundle_includes{
    margin: 10px 20px 6px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.bundle_small_includes{
    margin: 0px 20px 0px 20px;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
}





.bundle_price_discounted{
    margin: 12px 0px 0px 20px;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -1px;
}
.bundle_price_memberprice{
    margin: -8px 0px 0px 20px;
    font-size: 27px;
    font-weight: 900;
}
.bundle_price_textexplain{
    margin: 10px 0px 0px 20px;
    font-size: 16px;
    font-weight: 400;
}
.bundle_price_pricelabel{
    margin: 12px 0px 0px 0px;
    font-size: 22px;
    font-weight: 400;
}
.bundle_price_price{
    margin: 12px 2px 0px 0px;
    font-size: 26px;
    font-weight: 700;
}
.bundle_price_save{
    margin: 0px 2px 0px 0px;
    font-size: 14px;
    font-weight: 400;
}
.bundle_price_savings{
    margin: -2px 2px 10px 0px;
    font-size: 18px;
    font-weight: 900;
}
.bundle_price_foot{
    margin: 15px 2px 0px 20px;
    font-size: 16px;
    font-weight: 900;
}
