<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* single unit */
.mar-left-5 {
  margin-left: 5px;
}

.mar-left-10 {
  margin-left: 10px;
}

.no-mar-top {
  margin-top: 0 !important;
}

.block {
  display: block;
}

.reset-link {
  color: black;
  text-decoration: none;
}

.no-padding {
  padding: 0 !important;
}

.pad-top-10 {
  padding-top: 10px;
}

.ft-12 {
  font-size: 12px;
}

.input-focus:focus {
  outline: 3px solid gold;
  border-color: transparent;
}

/* common element style */

.excard-ordering-btns {
  text-align: center
}

.excard-ordering-btns__btn {
  background-color: #B78DCE;
  color: #B78DCE;
  border: 2px solid #B78DCE;
  padding: 4px 8px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
  min-width: 200px;
  margin: 0 40px;
}

.excard-ordering-btns__btn--center {
  text-align: center;
}

.excard-ordering-btns__btn:hover {
  background-color: #7705B5;
  color: white;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .excard-ordering-btns__btn {
    min-width: 30px;
    height: 50px;
    margin: 0 25px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .excard-ordering-btns__btn {
    min-width: 20px;
    height: 50px;
    margin: 4px 10px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .excard-ordering-btns__btn {
    min-width: 20px;
    height: 40px;
    margin: 4px 20px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .excard-ordering-btns__btn {
    min-width: 20px;
    height: 40px;
    padding: 2px 5px;
    margin: 4px 5px;
  }
}
.excard-ordering-btns__btn3 {
  background-color: #B78DCE;
  color: #B78DCE;
  border: 2px solid #B78DCE;
  padding: 4px 8px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
  min-width: 200px;
  margin: 0 80px;
}

.excard-ordering-btns__btn3--center {
  text-align: center;
}

.excard-ordering-btns__btn3:hover {
  background-color: #7705B5;
  color: white;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .excard-ordering-btns__btn3 {
    min-width: 30px;
    height: 50px;
    margin: 0 60px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .excard-ordering-btns__btn3 {
    min-width: 20px;
    height: 50px;
    margin: 4px 30px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .excard-ordering-btns__btn3 {
    min-width: 20px;
    height: 40px;
    margin: 4px 20px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .excard-ordering-btns__btn3 {
    min-width: 20px;
    height: 28px;
    padding: 0px 3px;
    margin: 4px 5px;
  }
}
.excard-ordering-btns__img {
  width: 150px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .excard-ordering-btns__img {
    width: 140px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .excard-ordering-btns__img {
    width: 130px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .excard-ordering-btns__img {
    width: 100px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .excard-ordering-btns__img {
    width: 100px;
  }
}
.excard-ordering-btns__img_3 {
  width: 150px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .excard-ordering-btns__img_3 {
    width: 140px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .excard-ordering-btns__img_3 {
    width: 130px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .excard-ordering-btns__img_3 {
    width: 80px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .excard-ordering-btns__img_3 {
    width: 60px;
  }
}
.button {
  border: none;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  border-radius: 10px;
}

@media screen and (min-width:481px) and (max-width:1324px) {
  .button {
    font-size: 12px;
    padding: 3px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .button {
    font-size: 10px;
    padding: 2px;
    border-radius: 5px;
    margin: 4px 0;
  }
}

.button-speedorder {
  background-color: white;
  color: #F39507;
  border: 2px solid #F39507;
}

.button-speedorder:hover {
  background-color: #F39507;
  color: white;
}

.button-cart {
  background-color: white;
  color: #000000;
  border: 2px solid #000000;
}

.button-cart:hover {
  background-color: #000000;
  color: white;
}

.button-checkout {
  background-color: white;
  color: #05711E;
  border: 2px solid #05711E;
}

.button-checkout:hover {
  background-color: #05711E;
  color: white;
}
.button-download {
  border: none;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
}
.button-slip {
  background-color: white;
  color: #00ABCE;
  border: 2px solid #00ABCE;
}
.button-slip:hover {
  background-color: #00ABCE;
  color: white;
}
.button-agent {
  background-color: #B7B7B2;
  color: white;
  border: 2px solid #B7B7B2;
}

.button-mpp {
  background-color: white;
  color: #FF0E97;
  border: 2px solid #FF0E97;
}

.button-mpp:hover {
  background-color: #FF0E97;
  color: white;
}

.checkbox1 {
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (min-width:320px) and (max-width:480px) {
  .checkbox1 {
    margin-right: 2px;
  }
}

.checkbox2 {
  margin-left: 98px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .checkbox2 {
    margin-left: 30px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .checkbox2 {
    margin-left: 50px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .checkbox2 {
    margin-left: 10px;
  }
}

.checkbox4 {
  margin-right: 5px;
}

@media screen and (min-width:320px) and (max-width:480px) {
  .checkbox4 {
    margin-right: 0px;
  }
}

.nor {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  border-color: #C5C3C3;
  cursor: pointer;
  padding: 5px;
}

/* @media screen and (min-width:1025px) and (max-width:1324px) {
  .nor {
    width: 400px;
  }
} */

@media screen and (min-width:481px) and (max-width:1024px) {
  .nor {
    font-size: 12px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .nor {
    margin-top: 5px;
    font-size: 11px;
  }
}

.ord_finishing2 {
  width: 160px;
  margin-top: 10px;
  margin-bottom: 3px;
  border-color: #C5C3C3;
  cursor: pointer;
  margin-left: 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .ord_finishing2 {
    margin-left: 10px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .ord_finishing2 {
    margin-left: 0px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .ord_finishing2 {
    width: 95%;
    margin-left: 0px;
    font-size: 11px;
  }
}
.ord_finishing2_mainInfo {
  width: 160px;
  margin-top: 10px;
  margin-bottom: 3px;
  border-color: #C5C3C3;
  cursor: pointer;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .ord_finishing2_mainInfo {
    width: 90%;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  .ord_finishing2_mainInfo {
    width: 95%;
    font-size: 11px;
  }
}

.ord_finishing2_pre {
  width: 60px;
  margin-top: 5px;
  margin-bottom: 3px;
  border-color: #C5C3C3;
  cursor: pointer;
}
@media screen and (min-width:1025px) and (max-width:1324px) {
  .ord_finishing2_pre {
    width: 50px;
  }
}
.redcolor_font{
  color:red;
}
@media screen and (min-width:1025px) and (max-width:1324px) {
  .redcolor_font{
    padding-right:0px;
  }
  .purplecolor_font{
    padding-right:0px;
  }
  .blackcolor_font{
    padding-right:0px;
  }
}
@media screen and (min-width:320px) and (max-width:1024px) {
  .redcolor_font{
    padding-right:20px;
  }
  .purplecolor_font{
    padding-right:5px;
  }
}
.purplecolor_font{
  color:purple;
}
.blackcolor_font{
  padding-right:0px;
  color: #000000;
}
@media screen and (min-width:768px) and (max-width:1324px) {
  .blackcolor_font{
    padding-right:10px;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  .blackcolor_font{
    padding-right:150px;
  }
}
@media screen and (min-width:320px) and (max-width:480px) {
  .blackcolor_font{
    padding-right:50px;
  }
}
.red_box_pre{
  border:1px solid red;
  margin-right: 40px;
}
.purple_box_pre{
  border:1px solid purple;
  margin-right: 40px;
}
@media screen and (min-width:1025px) and (max-width:1324px) {
  .red_box_pre{
    margin-right: 10px;
  }
  .purple_box_pre{
    margin-right: 10px;
  }
}
@media screen and (min-width:481px) and (max-width:1024px) {
  .red_box_pre{
    margin-right: 100px;
  }
  .purple_box_pre{
    margin-right: 100px;
  }
}
.ord_finishing2_2 {
  width: 400px;
  border-color: #C5C3C3;
  cursor: pointer;
  margin-left: 20px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .ord_finishing2_2 {
    width: 300px;
    margin-left: 0px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .ord_finishing2_2 {
    width: 250px;
    margin-left: 0px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .ord_finishing2_2 {
    width: 200px;
    margin-left: 0px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .ord_finishing2_2 {
    width: 100%;
    margin-left: 0px;
    height: 20px;
  }

  .ord_finishing2_2--hsblock {
    width: 100px;
    margin-left: 5px;
  }
}


.size1 {
  font-size: 12px;
  color: grey;
}

@media screen and (min-width:481px) and (max-width:1024px) {
  .size1 {
    font-size: 10px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .size1 {
    font-size: 8px;
  }
}

.input_size {
  height: 30px;
  width: 140px;
  padding: 5px;
  color: gray;
  text-align: right;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .input_size {
    width: 90px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .input_size {
    width: 80px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .input_size {
    width: 30px;
  }
}

.warning {
  font-size: 10px;
  color: red;
}

.bigwarning {
  font-size: 14px;
  color: red;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .warning {
    margin-left: 45px;
  }
  .bigwarning {
    margin-left: 45px;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  .warning {
    margin-left: 0px;
  }
  .bigwarning {
    margin-left: 0px;
  }
}
.warning_nonleft {
  font-size: 10px;
  color: red;
}

.mention {
  color: red;
  font-weight: 600;
}

.flex_panel {
  display: flex;
}

.flex_panel_box {
  width: 32%;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .flex_panel {
    display: block;
  }

  .flex_panel_box {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mobile-display {
  display: none;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .mobile-display {
    display: block;
  }
}

.blank_box {
  border: 1px solid #C5C3C3;
  color: rgb(117, 117, 117);
  padding: 4px 0 4px 6px;
}

.creasing_box {
  width: 160px;
  height: 20px;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .creasing_box {
    width: 110px;
    font-size: 12px;
  }
}

@media screen and (min-width:481px) and (max-width:1024px) {
  .creasing_box {
    width: 70px;
    font-size: 12px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .creasing_box {
    width: 50px;
    font-size: 12px;
  }
}

.creasing_img {
  width: 80%;
}

@media screen and (min-width:481px) and (max-width:1324px) {
  .creasing_img {
    width: 100%;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .creasing_img {
    width: 100%;
  }
}

/* ordering  */

.ordering-panel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* ordering main */

.OrdColumn {
  /* flex: 0 0 70%; */
  /* max-width: 70%; */
  position: relative;
  width: 70%;
  min-height: 1px;
  background-color: white;
  font-size: 14px;
  margin-right: 10px;
  border: 5px solid #E8E8E8;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .OrdColumn {
    max-width: 69%;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .OrdColumn {
    max-width: 65%;
    font-size: 12px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .OrdColumn {
    width: 605px;
    font-size: 12px;
    padding: 0px;
    border: 3px solid #E8E8E8;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .OrdColumn {
    width: 100%;
    margin: 0 auto;
    font-size: 11px;
    padding: 0px;
    border: 1px solid #E8E8E8;
  }
}

.ordcontent_center {
  border-collapse: separate;
  width: 100%;
  height: 20px;
  padding: 5px;
  table-layout: fixed;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .ordcontent_center {
    padding: 0;
  }
}

.ordcontent_center&gt;tbody&gt;tr&gt;td {
  vertical-align: top;
  font-weight: 600;
  padding: 5px;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .ordcontent_center&gt;tbody&gt;tr&gt;td {
    padding: 2px;
  }
}
.ordcontent_center&gt;tbody&gt;tr&gt;td:nth-child(2) {
  font-weight: normal;
}
/*Pre-Inked table*/
.ordcontent_center2 {
  border-collapse: separate;
  width: 100%;
  height: 20px;
  padding: 5px;
  table-layout: fixed;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .ordcontent_center2 {
    padding: 0;
  }
}

.ordcontent_center2&gt;tbody&gt;tr&gt;td {
  vertical-align: middle;
  font-weight: 600;
  padding: 5px;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .ordcontent_center2&gt;tbody&gt;tr&gt;td {
    padding: 2px;
  }
}
.ordcontent_center2&gt;tbody&gt;tr&gt;td:nth-child(2) {
  font-weight: normal;
}

/* ordering summary details */

.OrdColumn4 {
  position: relative;
  width: 29%;
  background-color: white;
  border: 2px solid #00ABCE;
  position: -webkit-sticky;
  position: sticky;
  top: 18%;
  right: 5%;
  font-size: 12px;
  height: 540px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .OrdColumn4 {
    right: 5%;
    font-size: 12px;
    height: 565px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .OrdColumn4 {
    right: 7%;
    font-size: 12px;
    height: 565px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .OrdColumn4 {
    display: none;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .OrdColumn4 {
    display: none;
  }
}
.OrdColumn4_pre {
  position: relative;
  width: 29%;
  background-color: white;
  border: 2px solid #00ABCE;
  position: -webkit-sticky;
  position: sticky;
  top: 18%;
  right: 5%;
  font-size: 12px;
  height: 460px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .OrdColumn4_pre {
    right: 5%;
    font-size: 12px;
    height: 480px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .OrdColumn4_pre {
    right: 7%;
    font-size: 12px;
    height: 480px;
    -moz-height:500px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .OrdColumn4_pre {
    display: none;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .OrdColumn4_pre {
    display: none;
  }
}
.result_summary_title {
  background-color: #00ABCE;
  color: white;
  padding: 2px 0 2px 5px;
}

.OrdColumn4_1 {
  padding: 5px 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .OrdColumn4_1 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.ordImgContainer {
  padding: 5px 0;
  text-align: center;
}

.summary_scroll {
  /* border: 0px solid #DCDADA;  wtf is this */
  background-color: white;
  height: 170px;
  overflow-y: scroll;
}
@media screen and (min-width:1025px) and (max-width:1324px) {
  .summary_scroll {
    height: 150px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .summary_scroll {
    height: 135px;
  }
}

.product_summary_table&gt;tbody&gt;tr&gt;td {
  border-bottom: 1px solid #D6D4D4;
  padding: 5px;
  color: rgb(144, 147, 148);
  font-size: 10px;
  font-weight: 700;
}

.product_summary_table&gt;tbody&gt;tr&gt;td:nth-child(2) {
  color: #616E7D;
}

.tooltips_wrapper {
  /* display: flex;
  align-items: center; */
  margin-top: 5px;
}

.tooltip_ord {
  display: inline;
  position: relative;
  padding-left: 5px;
}
.tooltip_ord i {
  color: #ea56aa;
}
.tooltip_ord .table-discount .bigtitle{
  text-transform: uppercase;
  font-weight: 900;
  background-color: #f7bbd6;
}
.tooltip_ord .table-discount{
  display: flex;
  text-align: center;
  margin-right: 20%;
  margin-left: 20%;
}
.tooltip_ord .table-discount&gt;div{
  width: 50%;
  background-color: #f8dde9;
  border: 1px solid white;
}
.tooltiptext {
  visibility: hidden;
  color: #fb54a2;
  text-align: center;
  background-color: white;
  border: 2px solid #fb54a2;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 105%;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
  width: 100px;
  font-size: 10px;
  top: -50px;
}

.tooltiptext--size {
  width: 550px;
  top: -5px;
  font-size: 11px
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .tooltiptext {
    width: 100px;
    font-size: 10px;
    top: -80px;
    left: -20px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .tooltiptext {
    width: 380px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .tooltiptext {
    width: 330px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .tooltiptext {
    width: 200px;
  }
}

.tooltip_ord:hover .tooltiptext {
  visibility: visible;
}

.info_icon {
  height: 20px;
  vertical-align: middle;
}

@media screen and (min-width:320px) and (max-width:1024px) {
  .info_icon {
    height: 15px;
  }
}

.question_icon {
  height: 25px;
  vertical-align: middle;
}

@media screen and (min-width:320px) and (max-width:1024px) {
  .question_icon {
    height: 20px;
  }
}

.custom_size_panel {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.custom_size_panel--mid {
  font-size: 14px;
  width: 30px;
  text-align: center;
}

.fold_size_panel {
  margin-top: 10px;
}

.fold_size_panel_input {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
}

/* .fold_size_panel_chat {
  margin-bottom: 15px;
  text-align: center;
} */

.bigtitle_Ord {
  height: 30px;
  background-color: #00ABCE;
  color: white;
  padding: 5px;
  margin: 20px 0;
  font-weight: normal;
}
.bigtitle_Ord_pre {
  margin-left:430px;
}
@media screen and (min-width:1025px) and (max-width:1324px) {
  .bigtitle_Ord_pre {
    margin-left:285px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .bigtitle_Ord_pre {
    margin-left:205px;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  .bigtitle_Ord_pre {
    margin-left:180px;
  }
}
@media screen and (min-width:320px) and (max-width:480px) {
  .bigtitle_Ord_pre {
    margin-left:100px;
  }
}
.bigtitle_Ord--membership {
  background-color: #AE0263;
}

@media screen and (min-width:320px) and (max-width:480px) {
  .bigtitle_Ord--membership {
    font-size: 10px;
  }
}

.bigtitle_Ord--netprice {
  background-color: #016799;
}

.hs_colour_panel {
  border: 2px solid #DCDADA;
}

.hs_colour_panel-flex {
  display: flex;
  align-items: center;
  background-color: lightgrey;
  padding: 10px;
  font-weight: normal;
}

.hs_colour_hspc {
  font-weight: normal;
  padding: 10px;
}

.process {
  padding-top: 20px;
}

@media screen and (min-width:320px) and (max-width:480px) {
  .process {
    padding: 5px;
  }
}

.process_day_text {
  align-self: flex-end;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.netPrice_table {
  background-color: #cdcdcd;
  color: black;
  width: 80%;
  margin-top: 20px;
  border-collapse: collapse;
  text-transform: uppercase;
}

@media screen and (min-width:320px) and (max-width:1324px) {
  .netPrice_table {
    width: 100%;
  }
}

.netPrice_table .table_des{
  background-color:white;
  width:40%;
}
.netPrice_table .table_price{
  background-color:white;
  width:25%;
  text-align:center;
}

.netPrice_table td {
  border: 2px solid white;
  padding: 10px;
}
@media screen and (min-width:320px) and (max-width:480px) {
  .netPrice_table td {
    padding: 4px;
  }
}
.netPrice_table .table_title {
  padding-left: 0px;
  padding-right:0px;
}

.amount {
  text-align: center;
}
.netPrice_table .tick-box{
  text-align:center;
  background-color:white;
}
.netPrice_table .tick-box-promo{
  color: #F9008A;
  font-size: 20px;
}
.netPrice_table .promotionCode_box{
  display: flex;
}
@media screen and (min-width:320px) and (max-width:480px) {
  .netPrice_table .promotionCode_box{
    display: contents;
  }
}
.netPrice_table .code-title{
  border: dotted 1px white;
  padding:6px;
  color: white;
  height: 36px;
  font-weight: normal;
  width: 140px;
}
.netPrice_table .standardCode{
  background-color: #818080;	
  padding:6px;	
  color: white;	
}
.netPrice_table .promotionCode{
  background-color: #F9008A;
}
@media screen and (min-width:1025px) and (max-width:1324px) {
  .netPrice_table .code-title{
    width: 135px;
    font-size: 12px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .netPrice_table .code-title{
    width: 100px;
    font-size: 10px;
    height: 26px;
    padding: 4px;
    vertical-align: middle;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  .netPrice_table .code-title{
    font-size: 10px;
    font-weight: normal;
    padding:2px;
    margin-left: 0px;
    width: 80px;
  }
}
@media screen and (min-width:320px) and (max-width:480px) {
  .netPrice_table .code-title{
    font-size: 9px;
    font-weight: normal;
    padding:4px;
    margin-left: 0px;
    text-align: center;
    width: 60px;
  }
}

.netPrice_table .promotionCode .promo_title{
  width:140px;
  word-wrap: break-word;
}
@media screen and (min-width:481px) and (max-width:1024px) {
  .netPrice_table .promotionCode .promo_title{
    width:90px;
  }
}
@media screen and (min-width:320px) and (max-width:480px) {
  .netPrice_table .promotionCode .promo_title{
    width:60px;
  }
}

.netPrice_table .promotionCode img{
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 4px;
  vertical-align: middle;
}
@media screen and (min-width:320px) and (max-width:480px) {
  .netPrice_table .promotionCode img{
    display: none;
  }
}
.netPrice_table .price_promo{
  color:#F9008A;
}
.netPrice_table .price_line{
  text-decoration: line-through #AE0263;
}
.netPrice_table .shadow{
  border: 1px solid white;
  background-color:rgb(233, 171, 205);
}

.pricebox_all {
  padding-top: 10px;
}

.mpp_panel {
  display: flex;
  justify-content: space-between;
}

.mpp_panel_box {
  width: 20%;
  padding: 4px;
  transition: box-shadow .5s, transform .5s;
  -webkit-transition: box-shadow .5s, transform .5s;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .mpp_panel_box {
    padding: 2px;
  }
}

.mpp_panel_box-animate:hover {
  box-shadow: 0 20px 20px 0 #A89FA4;
  border: 3px solid #A89FA4;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .mpp_panel_box-animate:hover {
    border-width: 1px;
  }
}

.mpp_panel_box-selected {
  box-shadow: 0 20px 20px 0 #A89FA4;
  border: 3px solid #B7B7B2;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .mpp_panel_box-selected {
    border-width: 1px;
  }
}

.mpp_panel_box-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 45px;
}

.mpp_panel_box-title-small {
  font-size: 12px;
}

.mpp_panel_box-desc {
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  border: 1px solid #D9DADA;
  padding: 5px;
  margin: 3px 0;
  height: 35px;
  line-height: 1.0;
}

.mpp_panel_box-desc-lite {
  font-size: 10px;
  text-align: right;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .mpp_panel_box-desc-lite {
    font-size: 9px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .mpp_panel_box-desc-lite {
    font-size: 9px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  td.priceList1 {
    font-size: 8px;
    padding: 2px;
    height: 30px;
  }
}

.mpp_panel_box-desc-btn {
  border: 0;
  height: 42px;
}

@media screen and (min-width:481px) and (max-width:1024px) {
  .mpp_panel_box-title-small {
    font-size: 8px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {

  .mpp_panel_box-title,
  .mpp_panel_box-desc,
  .mpp_panel_box-title-small {
    font-size: 8px;
  }

  .mpp_panel_box-desc-btn {
    height: 35px;
    padding: 2px;
  }
}

.mpp-cash {
  background-color: #468CC6;
}

.mpp-silver {
  background-color: #B7B7B2;
}

.mpp-gold {
  background-color: #C8984B;
}

.mpp-platinum {
  background-color: #686868;
}


.mpp-cash-lite {
  background-color: #CADEEE;
}

.mpp-silver-lite {
  background-color: #EAEAE9;
}

.mpp-gold-lite {
  background-color: #ECDCC3;
}

.mpp-platinum-lite {
  background-color: #DBDBDB;
}

.mobile_checkout_panel {
  margin-top: 20px;
}

.round_corner_panel {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.round_corner_panel_box {
  position: relative;
  width: 20%;
  padding: 2px;
}

.round_corner_panel_radio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}

.round_corner_panel_title {
  font-size: 10px;
}

.round_corner_panel_content {
  padding: 5px;
}

.round_corner_panel_radio:checked+.round_corner_panel_content {
  outline: 3px solid #FF0E97;
}

.round_corner_panel_box:hover&gt;.round_corner_panel_content {
  outline: 3px solid #FF0E97;
}

.roundimage {
  width: 150px;
  height: 120px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
  .roundimage {
    width: 110px;
    height: 80px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .roundimage {
    width: 85px;
    height: 55px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .roundimage {
    width: 75px;
    height: 45px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .roundimage {
    width: 45px;
    height: 15px;
  }
}
.preink_info {
  display: flex;
  align-items: stretch;
}

.preink_info &gt; div {
  width: 100px;
  margin: 10px;
}
.preink_leftbox{
  flex-grow: 2;
}
.preink_rightbox{
  flex-grow: 1;
}
.preink_space {
  padding-right:80px;
}
@media screen and (min-width:1025px) and (max-width:1324px) {
  .preink_space {
    padding-right:10px;
  }
}
@media screen and (min-width:481px) and (max-width:1024px) {
  .preink_space {
    padding-right:30px;
  }
}
@media screen and (min-width:320px) and (max-width:480px) {
  .preink_space {
    padding-right:10px;
  }
}
.preink_diagram{
  width:100%
}
@media screen and (min-width:320px) and (max-width:480px) {
  .preink_diagram{
    width:100%;
  }
}
.diagram-img_img {
  width: 90px;
  height: 100px;
}
@media screen and (min-width:768px) and (max-width:1324px) {
  .diagram-img_img{
    width:90px;
    height: 90px;
  }
}</pre></body></html>