html,
body {
  height: 100%;
  /*background-image: url("/landing-page/images/4850228-sky.jpg");*/
  /*background-size: 100%;*/
  /*background-repeat: repeat-y;*/
  /*background-attachment: fixed;*/
}
.break::after {
  content: "";
  display: block;
  margin: 10px -10px 10px -10px;
  border-bottom: 1px solid #B3B3B3;
}
.page-wrapper {
  max-width: 800px;
  margin: 0 auto 0 auto;
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: white;
}
.section-banner {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.banner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}
.banner img {
  width: 100%;
}
.showing {
    opacity: 1;
    z-index: 2;
}
.section-tabs {
  width: 100%;
  margin-top: 2px;
}
.section-tabs .left-tab-wrapper {
  height: 100%;
  width: 33%;
  float: left;
  padding-right: 1px;
}
.section-tabs .mid-tab-wrapper {
  height: 100%;
  margin-left: 33%;
  margin-right: 33%;
  padding-left: 1px;
  padding-right: 1px;
}
.section-tabs .right-tab-wrapper {
  height: 100%;
  width: 33%;
  float: right;
  padding-left: 1px;
}
.section-tabs .tabs {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  background: #F8C6B5;
  color: white;
  cursor: pointer;
}
.section-tabs .active {
  background: -webkit-linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%) !important; /* Standard syntax */
  color: #F8C6B5 !important;
}
.section-tabs .tabs .tablabel {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}
.section-content {
  width: 100%;
}
.section-content #left-content {
  display: block;
}
.cart-wrapper .product {
  border-top: 1px solid #E6E6E6;
  background: -webkit-linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 100%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 100%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 100%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f6f6f6 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 100%); /* Standard syntax */
}
.cart-wrapper .product .pic {
  float: left;
  text-align: center;
  border: 1px solid #B3B3B3;
  background: #FFF;
}
.cart-wrapper .product .pic img {
  height: 100%;
}
.cart-wrapper .product .detail .infobox-wrapper {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
  background: #FFF;
}
.cart-wrapper .product .detail .infobox-wrapper .infobox {
  border: 1px solid #B3B3B3;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-wrapper .product .detail .pricebox-wrapper,
.cart-wrapper .product .detail .soldout-wrapper {
  vertical-align: middle;
}
.cart-wrapper .product .detail .pricebox-wrapper .countbox .minus {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.cart-wrapper .product .detail .pricebox-wrapper .countbox .plus {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.total-price-wrapper {
  width: 100%;
  background: #F8C6B5;
  color: white;
  text-align: right;
}
.payment-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#result_panel {
  text-align: center;
  margin: auto;
  width: 90%;
}
.section-content #mid-content,
.section-content #right-content {
  display: none;
}
.lightbox .content .payment-form p {
  font-weight: bold;
  letter-spacing: 5px;
  padding-bottom: 5px;
}
/* mobile */
@media only screen and (max-width: 767px) {
  .content .main-wrapper {
  	width: 100%;
  }
  .section-tabs {
    height: 8vw;
  }
  .section-tabs .tabs .tablabel {
    font-size: 3.5vw;
  }
  .section-content .cart-wrapper {
    width: 100%;
    padding-top: 2vw;
  }
  .cart-wrapper .product {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 3.3vw;
  }
  .cart-wrapper .product .pic {
    width: 25vw;
    height: 25vw;
    margin-left: 2vw; /* to screen */
    padding: 1vw;
  }
  .cart-wrapper .product .detail {
    height: 25vw;
    margin-left: 27vw; /* for pic (25+2) */
    margin-right: 2vw; /* to screen */
    padding-left: 2vw;
  }
  .cart-wrapper .product .detail .infobox-wrapper .infobox {
    height: 16vw;
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .cart-wrapper .product .detail .infobox-wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 7.5vw;
    width: 7.5vw;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .countbox,
  .cart-wrapper .product .detail .pricebox-wrapper .price-wrapper,
  .cart-wrapper .product .detail .pricebox-wrapper .price-wrapper .price {
    float: right;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .countbox {
    position: relative;
    height: 7vw;
    width: 20.4vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    background: #E6E6E6;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .count {
    position: absolute;
    top: 0;
    left: 7vw;
    height: 6.4vw;
    width: 6.4vw;
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;
    background: white;
    line-height: 6.4vw;
    text-align: center;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .price-wrapper {
    height: 7vw;
    width: 22vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 2vw;
    text-align: left;
    line-height: 7vw;
  }
  .section-content .text-wrapper {
    width: 90%;
    margin: auto;
  }
  .total-price-wrapper {
    font-size: 5.2vw;
    line-height: 10vw;
  }
  .total-price-wrapper .price-label {
    display: inline-block;
  }
  .total-price-wrapper .total-price {
    display: inline-block;
    width: 20vw;
    text-align: right;
    padding-right: 2vw;
  }
  .payment-wrapper {
    font-size: 11pt;
    padding: 2vw;
  }
  .payment-buttons {
    padding-top: 0px;
  }
  .payment-buttons a {
    padding-left: 2px;
    padding-right: 2px;
    width: 33.3%;
  }
  .payment-buttons img {
    width: 100%;
  }
  #result_panel {
    margin-top: 10vw;
  }
  #result_panel p {
    font-size: 5vw;
    letter-spacing: 2vw;
    margin-bottom: 5vw;
  }
  #result_panel a {
    font-size: 3.5vw;
  }
  #result_panel a::after {
    content: "";
    display: block;
    margin-bottom: 8vw;
  }
  .section-content #mid-content p,
  .section-content #right-content p {
    padding-top: 6vw;
    padding-bottom: 6vw;
    margin-bottom: -10px;
    font-size: 3.5vw;
    text-align: justify;
    letter-spacing: 0.5vw;
  }
  .section-content #right-content {
    font-size: 3.4vw;
  }
  .section-content #right-content .col-xs-12 {
    font-size: 4vw;
    padding-left: 0;
  }
  .section-content #right-content .col-xs-9 {
    padding-left: 0;
    padding-right: 0
  }
  .section-content #right-content .col-xs-3 {
    padding-right: 0;
  }
  .section-content #right-content .container-fluid {
    margin-top: 6vw;
    margin-bottom: 3vw;
  }
  .section-content #right-content .row {
    margin-bottom: 3vw;
  }
  .lightbox .content .product {
    height: 100%;
    overflow-y: scroll;
  }
  .lightbox .content .product p {
    font-size: 3.5vw;
    line-height: 3;
  }
  .lightbox .content .product .pic {
    text-align: center;
    height: 50vw;
  }
  .lightbox .content .product .pic img {
    height: 100%;
  }
  .lightbox .content .product .textimg {
    max-width: 100%;
  }
  .soldout {
    vertical-align: middle;
    width: 50%;
    margin-left: 50px;
  }
}
/* desktop */
@media only screen and (min-width: 768px) {
  .content .main-wrapper {
  	max-width: 800px;
    margin: auto;
  }
  .section-tabs {
    height: 60px;
  }
  .section-tabs .tabs .tablabel {
    font-size: 16pt;
  }
  .section-content .cart-wrapper {
    max-width: 675px;
    margin: auto;
    padding-top: 10px;
  }
  .cart-wrapper .product {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cart-wrapper .product .pic {
    width: 100px;
    height: 100px;
    padding: 5px;
  }
  .cart-wrapper .product .detail {
    height: 100px;
    margin-left: 100px; /* for pic */
    margin-right: 0; /* to screen */
    padding-left: 10px;
  }
  .cart-wrapper .product .detail .infobox-wrapper .infobox {
    height: 100px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cart-wrapper .product .detail .infobox-wrapper img {
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 0;
    right: 0;
  }
  .cart-wrapper .product .detail .pricebox-wrapper,
  .cart-wrapper .product .detail .soldout-wrapper {
    height: 100px;
  }
  .soldout-wrapper {
    text-align: center;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .countbox {
    float: left;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .price-wrapper,
  .cart-wrapper .product .detail .pricebox-wrapper .price-wrapper .price {
    float: right;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .countbox {
    position: relative;
    margin-left: 10px;
    height: 34px;
    width: 98px;
    margin-top: 33px;
    margin-bottom: 33px;
    background: #E6E6E6;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .count {
    position: absolute;
    top: 0;
    left: 34px;
    height: 30px;
    width: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    background: white;
    line-height: 30px;
    text-align: center;
    font-size: 14pt;
  }
  .cart-wrapper .product .detail .pricebox-wrapper .price-wrapper {
    height: 34px;
    width: 115px;
    margin-top: 33px;
    margin-bottom: 33px;
    font-size: 14pt;
    line-height: 34px;
  }
  .section-content .text-wrapper {
    max-width: 650px;
    margin: auto;
  }
  .total-price-wrapper {
    line-height: 50px;
    font-size: 18pt;
  }
  .total-price-wrapper .price-label {
      display: inline-block;
  }
  .total-price-wrapper .total-price {
    display: inline-block;
    width: 200px;
    text-align: right;
    padding-right: 65px;
  }
  .payment-wrapper {
    padding: 10px 65px 10px 65px;
  }
  .payment-buttons {
    padding-top: 0px;
  }
  .payment-buttons img {
    padding-left: 2px;
    padding-right: 2px;
    height: 60px;
  }
  #result_panel {
    margin-top: 100px;
  }
  #result_panel p {
    font-size: 18pt;
    letter-spacing: 4pt;
    margin-bottom: 40px;
  }
  #result_panel a::after {
    content: "";
    display: block;
    margin-bottom: 80px;
  }
  .section-content #mid-content p,
  .section-content #right-content p {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -10px;
    font-size: 14pt;
    text-align: justify;
    letter-spacing: 4px;
  }
  .section-content #right-content {
    font-size: 12pt;
  }
  .section-content #right-content .container-fluid {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .section-content #right-content .row {
    margin-bottom: 8px;
  }
  .lightbox .content .product {
    height: 100%;
    padding-left: 90px;
    padding-right: 90px;
    overflow-y: scroll;
  }
  .lightbox .content .product p {
    font-size: 18pt;
    line-height: 3;
  }
  .lightbox .content .product .pic {
    text-align: center;
    height: 400px;
  }
  .lightbox .content .product .pic img {
    height: 100%;
  }
  .lightbox .content .product .textimg {
    max-width: 100%;
  }
  .lightbox .content .payment-form {
    max-width: 350px;
    padding-top: 100px;
    margin: auto;
  }
  .soldout {
    width: 60%;
    margin-top: 25px;
    background: #E6E6E6;
    margin-left: 20px;
  }  
}
