.bxsh-dp0 {
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.bxsh-dp1 {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.bxsh-dp5 {
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.bxsh-dp10 {
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.bxsh-inset-dp1 {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}

.bxsh-inset-dp5 {
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
}

.bxsh-inset-dp10 {
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) inset;
}

/* --------------------------------------------------------------------- */
/*  support */
/* --------------------------------------------------------------------- */
.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.def {
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.fsn {
  font-style: normal !important;
}

.fsi {
  font-style: italic !important;
}

.fso {
  font-style: oblique !important;
}

.tdn {
  text-decoration: none !important;
}

.tdu {
  text-decoration: underline !important;
}

.c-blue {
  color: #2E4FB5 !important;
}

.c-red {
  color: #EC1234 !important;
}

.c-green {
  color: #008F65 !important;
}

.c-dark-blue {
  color: #293855 !important;
}

.c-yellow {
  color: #FBE200 !important;
}

.c-brown {
  color: #A9420F !important;
}

.c-pale-yellow {
  color: #FBCA7A !important;
}

.c-orange {
  color: #EF790F !important;
}

.c-pink {
  color: #F5648F !important;
}

.c-sky-blue {
  color: #0092D1 !important;
}

.c-white {
  color: #fafafa !important;
}

.bg-blue {
  background-color: #2E4FB5 !important;
}

.bg-red {
  background-color: #EC1234 !important;
}

.bg-green {
  background-color: #008F65 !important;
}

.bg-dark-blue {
  background-color: #293855 !important;
}

.bg-yellow {
  background-color: #FBE200 !important;
}

.bg-brown {
  background-color: #A9420F !important;
}

.bg-pale-yellow {
  background-color: #FBCA7A !important;
}

.bg-orange {
  background-color: #EF790F !important;
}

.bg-pink {
  background-color: #F5648F !important;
}

.bg-sky-blue {
  background-color: #0092D1 !important;
}

.bd-blue {
  border-color: #2E4FB5 !important;
}

.bd-red {
  border-color: #EC1234 !important;
}

.bd-green {
  border-color: #008F65 !important;
}

.bd-dark-blue {
  border-color: #293855 !important;
}

.bd-yellow {
  border-color: #FBE200 !important;
}

.bd-brown {
  border-color: #A9420F !important;
}

.bd-pale-yellow {
  border-color: #FBCA7A !important;
}

.bd-orange {
  border-color: #EF790F !important;
}

.bd-pink {
  border-color: #F5648F !important;
}

.bd-sky-blue {
  border-color: #0092D1 !important;
}

[class^="lis-"] {
  padding-left: 2em !important;
}

.lis-disc {
  list-style-type: disc !important;
}

.lis-circle {
  list-style-type: circle !important;
}

.lis-square {
  list-style-type: square !important;
}

.lis-lower-roman {
  list-style-type: lower-roman !important;
}

.lis-upper-roman {
  list-style-type: upper-roman !important;
}

.lis-lower-greek {
  list-style-type: lower-greek !important;
}

.lis-decimal {
  list-style-type: decimal !important;
}

.lis-decimal-leading-zero {
  list-style-type: decimal-leading-zero !important;
}

.lis-lower-latin {
  list-style-type: lower-latin !important;
}

.lis-lower-alpha {
  list-style-type: lower-alpha !important;
}

.lis-upper-latin {
  list-style-type: upper-latin !important;
}

.lis-upper-alpha {
  list-style-type: upper-alpha !important;
}

.lis-cjk-ideographic {
  list-style-type: cjk-ideographic !important;
}

.lis-hiragana {
  list-style-type: hiragana !important;
}

.lis-katakana {
  list-style-type: katakana !important;
}

.lis-hiragana-iroha {
  list-style-type: hiragana-iroha !important;
}

.lis-katakana-iroha {
  list-style-type: katakana-iroha !important;
}

.sdw-default {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sdw-both {
  position: relative;
}

.sdw-both:before, .sdw-both:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.sdw-both:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.sdw-left {
  position: relative;
}

.sdw-left:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.sdw-right {
  position: relative;
}

.sdw-right:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* --------------------------------------------------------------------- */
/*  support additional | PC only */
/* --------------------------------------------------------------------- */
.fz8 {
  font-size: 8px !important;
}

.fz9 {
  font-size: 9px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.lh13 {
  line-height: 1.3 	!important;
}

.lh14 {
  line-height: 1.4 	!important;
}

.lh15 {
  line-height: 1.5 	!important;
}

.lh175 {
  line-height: 1.75 	!important;
}

.lh2 {
  line-height: 2 		!important;
}

.m0 {
  margin: 0 !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.p0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.box-item-detail-info .txt-holder.alert {
  background: #EC1234;
  display: inline-block;
}

.box-item-detail-info .txt-holder.alert .ion-alert-circled {
  color: #fff;
}

.box-item-detail-info .txt-holder.alert p {
  font-size: 16px;
  color: #fff;
}

#CartWrappeer .tbl-holder .tbl-cart tbody td.t-name .alert {
  margin-top: 0;
  color: #EC1234;
}
