﻿@charset "UTF-8";
@media only screen and (min-width: 1025px) {
  .mobileOnly {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .PCOnly {
    display: none !important;
  }
}
.hide {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  body {
    background-color: #f4f4f4;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.readycard {
  display: inline-block;
}

.red {
  color: #ff0000 !important;
}

.no-border {
  border: 0 none !important;
}

.interror {
	text-align: left;
  margin: 5px 0 3px 0;
  font-size: 12px;
  color: #dd4b39;
}

.intnotice {
  position: absolute;
  margin-top: -90px;
  margin-left: -50px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

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

@media only screen and (min-width: 1025px) {
/*
  body {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    font-family: "微軟正黑體","新細明體",Arial;
  }
*/
  .PageBody {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 892px;
    background: #fdfdfd;
  }
  .PageBody .PageLeft {
    float: left;
    width: 250px;
  }
  .PageBody .PageCenter {
    float: right;
    width: 642px;
  }
}
@media only screen and (max-width: 1024px) {
  .PageBody .PageLeft {
    float: left;
    width: 250px;
    position: absolute;
    z-index: 9999;
  }
  .PageBody .PageCenter {
    max-width: 1024px;
    min-width: 320px;
  }
}
.option {
/*	float: left;
	width: 50%;*/
	display: inline-block;
  border: 1px solid #d8d8d8;
  color: #666;
  background-color: #fff;
  cursor: pointer;
  height: 43px;
  font-size: 15px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select.option {
    -webkit-appearance: none;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: #fff;
    height: 43px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    background: url("../images/select_arror.png") no-repeat;
    background-position: 100% 50%;
    color: #666;
  }
}
.checkbox {
  background-image: url("../images/checkbox_normal.png");
  width: 20px;
  height: 20px;
  display: inline-block;
}
.checkbox.check {
  background-image: url("../images/checkbox_active.png");
}

.radio {
  background-image: url("../images/radio.png");
  width: 25px;
  height: 25px;
  background-position: 0 0;
  display: inline-block;
}
.radio.check {
  background-position: 0 35px;
}

.border-top-arrow {
  margin-top: -11px;
  margin-left: 5%;
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #f0f0f0 transparent;
  border-style: dashed dashed solid dashed;
  border-width: 5px;
}

.textbox {
  padding: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  color: #666;
  font-size: 15px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.button {
  color: #666;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  height: 43px;
  font-size: 17px;
  text-shadow: 0 0.1em 0 rgba(255, 255, 255, 0.1);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.button:hover {
  background: #f8f8f8;
  color: #666;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.button.button-red {
  background-color: #ca3c3c;
  color: #fff;
}
.button.button-red:hover {
  background: #c80a55;
}
.button.button-grey {
  background-color: #e8e8e8;
  color: #666;
}
.button.button-grey:hover {
  background: #b5b5b5;
}
.button.button-white {
  background-color: #FFFFFF;
  border: 1px solid #ca3c3c;
  color: #ca3c3c;
}
.button.button-white:hover {
  background-color: #ca3c3c;
  color: #fff;
}
.button.button-disabled {
  background-color: #bdbdbd;
  color: #fff;
  cursor: default;
}

.button-right {
  color: #fff;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  font-size: 17px;
  text-decoration: none;
  text-shadow: 0 0.1em 0 rgba(255, 255, 255, 0.1);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.confirm-modal {
  text-align: center;
}
.confirm-modal .modal-dialog {
  margin-top: 20%;
}
.confirm-modal .function {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.confirm-modal .function .button {
  width: 80px;
}

.backToPrev {
  color: #9e9e9e;
  font-size: 13px;
  text-decoration: underline;
  padding: 30px 15px;
}

.option-pack {
  background: url("../images/packge.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.qa-title {
  background-image: url("../images/qa_toggle_icon.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 17px 17px;
}
.headerBanner {
  height: 40px;
}
.headerBanner .headerBanner-icon {
  width: 100%;
  height: 100%;
}

.search {
  background-color: #fff;
  padding: 10px 6px;
}
.search .search-query {
  width: 55%;
  height: 10px;
  padding: 10px 25px 10px 25px;
  border: 1px solid #ccc;
  background: #fff url("../images/search_icon.gif") 5px no-repeat;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0px 1px 1px 0px #ddd inset;
  -moz-box-shadow: 0px 1px 1px 0px #ddd inset;
  box-shadow: 0px 1px 1px 0px #ddd inset;
}
.search .search-button {
  border: 1px solid #9c9c9c;
  height: 32px;
  width: 20%;
  padding: 0;
  margin-left: -5px;
  cursor: pointer;
  color: #666;
  text-transform: uppercase;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) ;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) ;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) ;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#fbfbfb));
  background-image: -webkit-linear-gradient(top, #d8d8d8, #fbfbfb);
  background-image: -moz-linear-gradient(top, #d8d8d8, #fbfbfb);
  background-image: -ms-linear-gradient(top, #d8d8d8, #fbfbfb);
  background-image: -o-linear-gradient(top, #d8d8d8, #fbfbfb);
  background-image: linear-gradient(to bottom, #d8d8d8, #fbfbfb);
}
.search .search-button:hover, .search .search-button:focus {
  background-color: #cecece;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#d8d8d8));
  background-image: -webkit-linear-gradient(top, #cecece, #d8d8d8);
  background-image: -moz-linear-gradient(top, #cecece, #d8d8d8);
  background-image: -ms-linear-gradient(top, #cecece, #d8d8d8);
  background-image: -o-linear-gradient(top, #cecece, #d8d8d8);
  background-image: linear-gradient(to bottom, #cecece, #d8d8d8);
}
.search .search-button:active {
  outline: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
}

.sidebar .sidebar-item {
  width: 100%;
  min-height: 40px;
  line-height: 33px;
  overflow: hidden;
  font-size: 15px;
}
.sidebar .sidebar-item a {
  text-decoration: none;
}
.sidebar .sidebar-item-primary {
  border-left: none;
  height: 30px;
  font-size: 15px;
  margin-top: -2px;
  color: #000;
  line-height: 36px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
  background-image: url("../images/arrow_red.gif");
  padding: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-weight: bold;
}
.sidebar .sidebar-item-primary a {
  color: #666;
}
.sidebar .sidebar-item-sencondary {
  color: #666666;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #fff;
  font-size: 15px;
}
.sidebar .sidebar-item-sencondary a {
  color: #666;
}
.sidebar .sidebar-item-copyright {
  color: #9d9d9d;
  font-size: 12px;
}
.sidebar .sidebar-item-copyright a {
  color: #9d9d9d;
}
.sidebar .sidebar-item-content {
  padding: 4px 0px 4px 11px;
  cursor: pointer;
}
.sidebar .sidebar-item-content.sidebar-item-L2 {
  padding: 4px 0px 4px 24px;
  background-color: #ededed;
  border-top: 1px solid #fff;
}
.sidebar .sidebar-item-content.sidebar-item-L3 {
  padding: 4px 0px 4px 24px;
  background-color: #dedede;
  border-top: 1px solid #fff;
}
.sidebar .sidebar-item-content.sidebar-item-L4 {
  padding: 4px 0 4px 37px;
  background: #c9c9c9;
}
.sidebar .sidebar-item-content.sidebar-item-L2 .sidebar-item-expend-icon, .sidebar .sidebar-item-content.sidebar-item-L3 .sidebar-item-expend-icon, .sidebar .sidebar-item-content.sidebar-item-L4 .sidebar-item-expend-icon {
  background-image: url(../images/arror-right.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar .sidebar-item-content .sidebar-item-profile-icon {
  display: inline-block;
  background-image: url(../images/my_account.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 28px;
  -o-background-size: 28px;
  -webkit-background-size: 28px;
  background-size: 28px;
}
.sidebar .sidebar-item-content .sidebar-item-profile-icon a {
  margin-left: 40px;
}
.sidebar .sidebar-item-content .sidebar-item-expend-icon {
  display: inline-block;
  width: 20px;
  height: 30px;
  float: right;
  margin-right: 10px;
  background-image: url(../images/arror-right.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar .sidebar-item-content .sidebar-item-top-icon {
  display: inline-block;
  width: 61px;
  height: 30px;
  float: right;
  margin: 2px 10px 0px 0px;
  vertical-align: top;
  background-image: url(../images/top.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar .sidebar-item-content .sidebar-item-counter {
  color: #ffffff;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #c20e0e;
  border: 1px solid #c20e0e;
  font-size: 13px;
  float: right;
  border-radius: 3px;
  margin: 4px 13px 8px 0;
  text-align: center;
}
.sidebar .sidebar-widget {
  margin-top: 10px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  color: #555555;
  -webkit-box-shadow: 0px 3px 3px 0px #cccccc ;
  -moz-box-shadow: 0px 3px 3px 0px #cccccc ;
  box-shadow: 0px 3px 3px 0px #cccccc ;
  border-radius: 0 0 5px 5px;
}
.sidebar .sidebar-widget a {
  text-decoration: none;
  color: #555555;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  border: 1px solid #d2d2d2;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 15px;
  background-image: url(../images/sbarTitleBG1.jpg);
}
.sidebar .sidebar-widget .sidebar-widget-title .sidebar-widget-title-icon {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/arrow_down.png");
}
.sidebar .sidebar-widget .sidebar-widget-body .sidebar-widget-body-content {
  width: 50%;
  float: left;
  padding: 5px 0 5px 0;
}
.sidebar .sidebar-widget .sidebar-widget-body .sidebar-widget-body-content .sidebar-widget-body-description {
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}
.sidebar .sidebar-widget .sidebar-widget-body .sidebar-widget-body-qrcode {
  width: 50%;
  float: right;
  padding: 5px 0 5px 0;
}

#mainMenu ul {
  margin-bottom: -2px;
}

.PageCenterBlock {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: #333;
  opacity: 0.5;
  -ms-filter: 'alpha(opacity=50)';
  cursor: pointer;
}

div.sidebar-item-primary {
  padding-left: 10px;
}

div.sidebar-item span {
  padding-left: 10px;
}

div.sidebar-item a {
  padding-left: 10px;
}

.handselDetailedBox {
  margin: 30px 0;
}
.handselDetailedBox .boxImg {
  max-width: 414px;
  margin: 0 auto;
  width: 60%;
}
.handselDetailedBox .boxContent {
  margin: 0 5px;
}
.handselDetailedBox .boxTop {
  border-top: 1px dashed #C3C3C3;
  border-bottom: 1px dashed #C3C3C3;
  padding: 0 20px;
}
.handselDetailedBox .boxDescription {
  background-color: #F5F5F5;
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  padding: 20px;
}
.handselDetailedBox .boxText {
  color: #676767;
  font-size: 15px;
  margin: 10px 0;
}
.handselDetailedBox .boxTitle {
  color: #333333;
  display: -webkit-box;
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 10px;
  max-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.handselDetailedBox .boxBanner::after {
  position: absolute;
  border: 5px solid #FC716C;
  border-top: 12px solid #FC716C;
  border-bottom: 5px solid transparent;
  content: "";
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .OfficialDetailedBox {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .OfficialDetailedBox .boxContent {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 400px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .OfficialDetailedBox .boxDescription {
    flex: 3;
  }
}

.ns-gallery > ul {
  overflow: hidden;
}

.ns-gallery > ul > li > a > img,
.ns-gallery > img {
  width: 100%;
}

.ns-gallery > img {
  width: 96.7%;
  border: 1px solid #999;
  margin: 0 1.214%;
  opacity: 1;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

.ns-gallery .transparent {
  opacity: 0;
}

.ns-gallery > ul > li {
  float: left;
  margin: 1.22%;
  width: 30.6%;
}

.ns-gallery > ul > li > a > img {
  width: 97.9%;
  border: 2px solid transparent;
}

.ns-gallery > ul > li > a {
  display: inline-block;
}

.ns-gallery > ul > li > a > img:hover {
  border-color: #ca0000;
}

.add-to-cart-modal {
  text-align: center;
}
.add-to-cart-modal .modal-dialog {
  margin-top: 10%;
}
.add-to-cart-modal .modal-body {
  min-height: 300px;
}

.confirm-modal {
  text-align: center;
}
.confirm-modal .modal-dialog {
  margin-top: 20%;
}
.confirm-modal .modal-body p {
  padding: 20px;
}
.confirm-modal .modal-body p.newline {
  white-space: pre-line;
}
.confirm-modal .modal-body p.long-message {
  text-align: left;
}
.confirm-modal .modal-body .title {
  padding: 20px 20px 10px;
  font-size: 16px;
  color: #333333;
}
.confirm-modal .modal-body .content {
  padding: 10px 20px 20px;
  font-size: 14px;
  color: #666666;
}
.confirm-modal .modal-body .important {
  padding: 20px;
  font-size: 14px;
}
.confirm-modal .modal-body .important .normal,
.confirm-modal .modal-body .important .highlight {
  margin-top: 10px;
  line-height: 1.5em;
}
.confirm-modal .modal-body .important .highlight {
  color: #ff5353;
}
.confirm-modal .modal-body .important .long-message {
  text-align: left;
}
.confirm-modal .function {
  width: 100%;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
.confirm-modal .function .button {
  width: 80px;
  text-align: center;
  color: #666;
}
.confirm-modal .function .full {
  height: 42px;
  background: #e33d26 !important;
  cursor: pointer;
}
.confirm-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 5px 15px;
  background: transparent;
  color: #a7a7a7;
  cursor: pointer;
  text-decoration: none;
}

.result-modal {
  text-align: center;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.result-modal .modal-dialog {
  margin-top: 15%;
  margin: 30px auto;
  width: 200px;
}
.result-modal .modal-content {
  opacity: 0.7;
}
.result-modal .toast-modal {
  background-color: #000000;
  color: #ffffff;
  font-size: 17px;
  padding: 20px;
}

.ristriction-modal {
  text-align: center;
}
.ristriction-modal .modal-dialog {
  margin-top: 10%;
}
.ristriction-modal .modal-body {
  min-height: 310px;
}

.lineshop-note-modal {
  display: table !important;
  height: 100vh;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.lineshop-note-modal .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}
.lineshop-note-modal .modal-content {
  overflow: hidden;
}
.lineshop-note-modal .line-msg {
  width: 100%;
}
.lineshop-note-modal .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
}
.lineshop-note-modal .close-btn-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline:0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;transition:transform .3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:.25em .25em 0 0;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857px}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height:1.42857;
}
.modal-body {
	position: relative;
}
.modal-body .function {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.modal-body .function .button {
	background: #c2c2c2;
	border-radius: 0 0 0 .25em;
	width: 50%;
	float: left;
	border: 0;
}
.modal-body .function .button.full{float:left;width:100%;list-style:none;border-radius:0 0 .25em .25em;background:#ca3c3c;color:#fff}.modal-body .function .button-right{background:#ca3c3c;border-radius:0 0 .25em 0;width:50%;float:left;border:0}.modal-body .function .button-right:hover{background:#c80a55;border-radius:0 0 .25em 0;width:50%;float:left;border:0}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer .btn+.btn {
	margin-left:5px;
	margin-bottom:0;
}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.modal-body p{padding:1em;line-height:22px;color:#333}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}
@media(min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}
@charset "UTF-8";
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both !important;
}
/*
input, textarea, keygen, select, button {
  margin: 0;
  font-family: inherit !important;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
}

input[type="search"] {
  font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Microsoft JhengHei", sans-serif;
  background: #fdfdfd;
  line-height: 1;
  box-sizing: border-box;
}

button.prev:disabled, button.next:disabled {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*/
ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  line-height: 0;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  color: #666;
}

strong {
  font-weight: 700;
}
.cart-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .cart-wrapper {
    margin-bottom: 100px;
  }
}
.cart-wrapper .cart-wrapper-container {
  background-color: #f0f0f0;
}
.cart-wrapper .cart-wrapper-row {
  padding: 10px 0;
  font-size: 13px;
  background-color: #fdfdfd;
}
.cart-wrapper .cart-wrapper-row .red {
  font-size: 16px;
  color: #ff5353;
}

.card-notice {
  margin-bottom: 10px;
}

.creditCard .cardInfo {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.creditCard .cardInfo .creditCard-div {
  color: #333;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: auto;
}
.creditCard .cardInfo .creditCard-input {
  color: #333;
  font-size: 14px;
  height: 40px;
}
.creditCard .cardInfo .text-error {
  color: #f00;
  font-size: 14px;
}
.creditCard .cardInfo .text-error .creditCard-input {
  color: #f00;
  font-size: 14px;
}
.creditCard .cardInfo .creditCardNo {
  border: none;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .creditCard .cardInfo .creditCardNo {
    width: 55%;
  }
}
.creditCard .cardInfo .creditCardDate {
  border: none;
  display: inline-block;
  min-width: 30px;
  width: 5%;
}
.creditCard .cardInfo .creditCardCVV {
  border: none;
  display: inline-block;
  min-width: 130px;
  width: 25%;
}
.creditCard .cardInfo-title {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .creditCard .cardInfo-title {
    width: 70px;
  }
}
.creditCard .creditCard-desc {
  color: #bbbbbb;
  float: right;
  font-size: 14px;
  margin-top: 12px;
}
.creditCard .creditCard-desc.isFocus {
  color: #333333;
}
.creditCard .card-image {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAhCAYAAABJLfLcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAm5JREFUeNrsmD9sElEcx7/QLgZJXCABh8oAxuigBVZ7XWq7dTEWnFtdbemgC+KgAy2uUFyFNl0a08RNjq5IHVATYbAOQmIXE0AXm/P9Xu8RtNyVDsg94jd5eff+wed+7/t+dzmbpmkQuhEOK6xSYF2p70olVTRsBM+gL7DrHVamYH0VWZlnN/HdrnfIAg6dc4dH/nooRDYpQD5N2y3ucTMpdkgsqeHHjQZu3xzD+XO2E/2tnxq2945O/WGn04nLgQC/bjab+FStngnsRSaD5Pq66bqe8I8i45gNjxku8l+04Wn+l+mfE3g2nUa1VkPA70duc5PD9Kvg5CQPwJltYwbez3i37kSjKO/vd3ZhWlGwurLCC8F5PR7cX1pCKBjEk3i8M6+TUth8Gh+K52n7KYov83nevhuJ8Dq6sIDV5WV4vV7cW1zk/QT6fG3tj91LJZOo1+vDgX9bLqPVanFQ0SYo6iNwoQexGNIbG/CwnRCKsTVkt1e7u8OBJyDyOkHdmpnhUaZ2QVVPzP37cDYaDW4nI+8PHH4rl0OCeTmTzaJSqfA+8jtZ5DQlU6mO9XrdAL0ePGZ1vLtzjh3IhxHDLIpnLNO8Lh31nSopopQuSXRAaYzaVNdZdGke2UmsoWuKuNgJ6uv+DV2JnvAiHRrl+dpXzQrPqIRheI8BLQE5mq8Ho/NuM3HJhwmfz5Kge4U35vAOhwMul1vOyLfbbRwefpMT/svBZ16khHe53QO3zccP7wcEz8CvXL0mDfzopMoD5ndpD+wPlm2o/H/C/iN4VVJ21a5/dS1KBl4kbmGbeYluoKjzHn/iFpLt+/xvAQYArlTpb8lZVeUAAAAASUVORK5CYII=");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 22px;
  margin-top: 10px;
  width: 32px;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.creditCard .installment-option {
	width: 100px;
}
.creditCard .card-installment {
  background-image: url("../images/installment.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 22px;
  margin-top: 10px;
  width: 32px;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.creditCard .card-image.visa {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220.4%2043.8%2060%2040%22%20enable-background%3D%22new%200.4%2043.8%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23F3F4F4%22%20d%3D%22M60.4%2C78.8c0%2C2.8-2.2%2C5-5%2C5h-50c-2.8%2C0-5-2.2-5-5v-30c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V78.8z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M1.4%2C53.8v-5c0-2.8%2C2.2-5%2C5-5h48c2.8%2C0%2C5%2C2.2%2C5%2C5v5%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23E6A124%22%20d%3D%22M59.4%2C73.8v5c0%2C2.8-2.2%2C4-5%2C4h-48c-2.8%2C0-5-1.2-5-4v-5%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M17.8%2C67.2c0.4-1.1%2C0.7-1.9%2C0.9-2.2l3.4-6.9h2.5l-5.8%2C11.4H16l-1-11.4h2.3l0.4%2C6.9c0%2C0.2%2C0%2C0.6%2C0%2C1%0D%0A%09%09%09C17.7%2C66.5%2C17.7%2C66.9%2C17.8%2C67.2L17.8%2C67.2z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M23.4%2C69.5l2.4-11.4h2.4l-2.4%2C11.4H23.4z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M35.6%2C66.1c0%2C1.1-0.4%2C1.9-1.2%2C2.6c-0.8%2C0.6-1.8%2C0.9-3.1%2C0.9c-1.2%2C0-2.1-0.2-2.8-0.7v-2.1%0D%0A%09%09%09c1%2C0.6%2C1.9%2C0.8%2C2.8%2C0.8c0.6%2C0%2C1-0.1%2C1.4-0.3c0.3-0.2%2C0.5-0.5%2C0.5-0.9c0-0.2%2C0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.5%0D%0A%09%09%09c-0.1-0.1-0.5-0.4-1-0.8c-0.7-0.5-1.2-1-1.5-1.5c-0.3-0.5-0.4-1-0.4-1.6c0-0.7%2C0.2-1.3%2C0.5-1.8c0.3-0.5%2C0.8-0.9%2C1.4-1.2%0D%0A%09%09%09c0.6-0.3%2C1.3-0.4%2C2.1-0.4c1.1%2C0%2C2.2%2C0.3%2C3.1%2C0.8L36%2C60.5c-0.8-0.4-1.6-0.6-2.2-0.6c-0.4%2C0-0.8%2C0.1-1.1%2C0.4%0D%0A%09%09%09c-0.3%2C0.2-0.4%2C0.5-0.4%2C0.9c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.8c0.2%2C0.2%2C0.6%2C0.6%2C1.2%2C0.9c0.6%2C0.4%2C1.1%2C0.9%2C1.4%2C1.4C35.4%2C64.9%2C35.6%2C65.5%2C35.6%2C66.1%0D%0A%09%09%09z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M43.2%2C66.8h-3.7l-1.3%2C2.7h-2.5l6-11.5h2.9l1.1%2C11.5h-2.3L43.2%2C66.8z%20M43.1%2C64.8L42.9%2C62%0D%0A%09%09%09c-0.1-0.7-0.1-1.3-0.1-2v-0.3c-0.2%2C0.6-0.5%2C1.3-0.9%2C2l-1.5%2C3H43.1z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M30.4%2C43.8%22/%3E%0D%0A%09%3Cpath%20opacity%3D%224.000000e-02%22%20fill%3D%22%23FFFFFF%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M58.9%2C45.3c0.9%2C0.9%2C1.5%2C2.2%2C1.5%2C3.5v15v15%0D%0A%09%09c0%2C1.4-0.6%2C2.6-1.5%2C3.5s-2.2%2C1.5-3.5%2C1.5h-25h-25c-1.4%2C0-2.6-0.6-3.5-1.5L58.9%2C45.3z%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23F8F8F9%22%20d%3D%22M55.4%2C44.8c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4h-50c-2.2%2C0-4-1.8-4-4v-30c0-2.2%2C1.8-4%2C4-4H55.4%20M55.4%2C43.8%0D%0A%09%09%09h-50c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5v-30C60.4%2C46%2C58.1%2C43.8%2C55.4%2C43.8L55.4%2C43.8z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}
.creditCard .card-image.master {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220.4%2088%2060%2040%22%20enable-background%3D%22new%200.4%2088%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%235565AF%22%20d%3D%22M60.4%2C123c0%2C2.8-2.2%2C5-5%2C5h-50c-2.8%2C0-5-2.2-5-5V93c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V123z%22/%3E%0D%0A%09%3Cpath%20opacity%3D%224.000000e-02%22%20fill%3D%22%23FFFFFF%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M58.9%2C89.5c0.9%2C0.9%2C1.5%2C2.2%2C1.5%2C3.5v15v15%0D%0A%09%09c0%2C1.4-0.6%2C2.6-1.5%2C3.5c-0.9%2C0.9-2.2%2C1.5-3.5%2C1.5h-25h-25c-1.4%2C0-2.6-0.6-3.5-1.5L58.9%2C89.5z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%2356B1D9%22%20d%3D%22M30.4%2C88%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23EA564B%22%20d%3D%22M30.4%2C101.4c-1.8-2.1-4.5-3.4-7.5-3.4c-5.5%2C0-10%2C4.5-10%2C10c0%2C5.5%2C4.5%2C10%2C10%2C10c3%2C0%2C5.7-1.3%2C7.5-3.4%0D%0A%09%09%09c-1.6-1.8-2.5-4.1-2.5-6.6S28.8%2C103.2%2C30.4%2C101.4z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23EA564B%22%20d%3D%22M30.4%2C101.4c-1.6%2C1.8-2.5%2C4.1-2.5%2C6.6s0.9%2C4.8%2C2.5%2C6.6c1.6-1.8%2C2.5-4.1%2C2.5-6.6S31.9%2C103.2%2C30.4%2C101.4z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cpath%20fill%3D%22%23E9D419%22%20d%3D%22M37.9%2C98c-3%2C0-5.7%2C1.3-7.5%2C3.4c-0.4%2C0.5-0.8%2C1-1.1%2C1.6h2.3c0.4%2C0.6%2C0.6%2C1.3%2C0.9%2C2h-4%0D%0A%09%09c-0.2%2C0.6-0.4%2C1.3-0.4%2C2h4.9c0%2C0.3%2C0.1%2C0.7%2C0.1%2C1c0%2C0.3%2C0%2C0.7-0.1%2C1h-4.9c0.1%2C0.7%2C0.2%2C1.4%2C0.4%2C2h4.1c-0.2%2C0.7-0.5%2C1.4-0.9%2C2h-2.3%0D%0A%09%09c0.3%2C0.6%2C0.7%2C1.1%2C1.1%2C1.6c1.8%2C2.1%2C4.5%2C3.4%2C7.5%2C3.4c5.5%2C0%2C10-4.5%2C10-10C47.9%2C102.5%2C43.4%2C98%2C37.9%2C98z%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237684B7%22%20d%3D%22M55.4%2C89c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4h-50c-2.2%2C0-4-1.8-4-4V93c0-2.2%2C1.8-4%2C4-4H55.4%20M55.4%2C88h-50%0D%0A%09%09%09c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5V93C60.4%2C90.2%2C58.1%2C88%2C55.4%2C88L55.4%2C88z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}
.creditCard .card-image.amex {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220.1%20131.8%2060%2040%22%20enable-background%3D%22new%200.1%20131.8%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235EC1EC%22%20d%3D%22M60.1%2C166.8c0%2C2.8-2.2%2C5-5%2C5h-50c-2.8%2C0-5-2.2-5-5v-30c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V166.8z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%235BBBE6%22%20d%3D%22M58.6%2C133.3c0.9%2C0.9%2C1.5%2C2.2%2C1.5%2C3.5v15v15c0%2C1.4-0.6%2C2.6-1.5%2C3.5c-0.9%2C0.9-2.2%2C1.5-3.5%2C1.5h-25h-25%0D%0A%09%09%09c-1.4%2C0-2.6-0.6-3.5-1.5L58.6%2C133.3z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.7%2C156.7l-0.5-1.7h-3l-0.5%2C1.7H11l3-9.3h3.3l3.1%2C9.3H17.7z%20M16.7%2C152.9l-0.4-1.5%0D%0A%09%09%09%09c-0.1-0.3-0.2-0.8-0.3-1.3c-0.1-0.5-0.2-0.9-0.3-1.2c0%2C0.2-0.1%2C0.6-0.2%2C1.1s-0.4%2C1.5-0.7%2C2.9L16.7%2C152.9L16.7%2C152.9z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.5%2C156.7l-1.9-6.7h-0.1c0.1%2C1.1%2C0.1%2C2%2C0.1%2C2.7v4h-2.2v-9.3h3.3l1.9%2C6.6h0.1l1.9-6.6H32v9.3h-2.3v-4.1%0D%0A%09%09%09%09c0-0.2%2C0-0.4%2C0-0.7s0-0.9%2C0.1-1.9h-0.1l-1.9%2C6.7L25.5%2C156.7L25.5%2C156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M39.2%2C156.7h-5.5v-9.3h5.5v2h-3v1.5H39v2h-2.8v1.8h3V156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M49.2%2C156.7h-2.9l-1.8-2.9l-1.8%2C2.9h-2.8L43%2C152l-2.9-4.5h2.8l1.7%2C2.9l1.6-2.9H49l-2.9%2C4.7L49.2%2C156.7z%22%0D%0A%09%09%09%09/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.7%2C156.7l-0.5-1.7h-3l-0.5%2C1.7H11l3-9.3h3.3l3.1%2C9.3H17.7z%20M16.7%2C152.9l-0.4-1.5%0D%0A%09%09%09%09c-0.1-0.3-0.2-0.8-0.3-1.3c-0.1-0.5-0.2-0.9-0.3-1.2c0%2C0.2-0.1%2C0.6-0.2%2C1.1s-0.4%2C1.5-0.7%2C2.9L16.7%2C152.9L16.7%2C152.9z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.5%2C156.7l-1.9-6.7h-0.1c0.1%2C1.1%2C0.1%2C2%2C0.1%2C2.7v4h-2.2v-9.3h3.3l1.9%2C6.6h0.1l1.9-6.6H32v9.3h-2.3v-4.1%0D%0A%09%09%09%09c0-0.2%2C0-0.4%2C0-0.7s0-0.9%2C0.1-1.9h-0.1l-1.9%2C6.7L25.5%2C156.7L25.5%2C156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M39.2%2C156.7h-5.5v-9.3h5.5v2h-3v1.5H39v2h-2.8v1.8h3V156.7z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M49.2%2C156.7h-2.9l-1.8-2.9l-1.8%2C2.9h-2.8L43%2C152l-2.9-4.5h2.8l1.7%2C2.9l1.6-2.9H49l-2.9%2C4.7L49.2%2C156.7z%22%0D%0A%09%09%09%09/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2356B1D9%22%20d%3D%22M30.1%2C131.8%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%239BCEE0%22%20d%3D%22M55.1%2C132.8c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4h-50c-2.2%2C0-4-1.8-4-4v-30c0-2.2%2C1.8-4%2C4-4H55.1%0D%0A%09%09%09%20M55.1%2C131.8h-50c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5v-30C60.1%2C134%2C57.9%2C131.8%2C55.1%2C131.8L55.1%2C131.8z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}
.creditCard .card-image.disc {
  background-image: url("data:image/png;base64,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");
}
.creditCard .card-image.jcb {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAHWXq7SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRjQ0MUU0QTQ2RUExMUU0OUI0Q0ExODYyNDc2M0M3NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRjQ0MUU0QjQ2RUExMUU0OUI0Q0ExODYyNDc2M0M3NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUzQjkxNkNENDZDODExRTQ5QjRDQTE4NjI0NzYzQzc0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUzQjkxNkNFNDZDODExRTQ5QjRDQTE4NjI0NzYzQzc0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PxtB6QAACKNJREFUeNpi+P//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");
}
.creditCard .card-image.cvv2 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%20308.7%2060%2040%22%20enable-background%3D%22new%200%20308.7%2060%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CDCDCD%22%20d%3D%22M60%2C343.7c0%2C2.8-2.2%2C5-5%2C5H5c-2.8%2C0-5-2.2-5-5v-30c0-2.8%2C2.2-5%2C5-5h50c2.8%2C0%2C5%2C2.2%2C5%2C5V343.7z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%221.8%22%20y%3D%22315%22%20fill%3D%22%23424143%22%20width%3D%2258.2%22%20height%3D%228%22/%3E%0D%0A%09%3Crect%20x%3D%227.8%22%20y%3D%22327%22%20fill%3D%22%23FFFFFF%22%20width%3D%2236%22%20height%3D%228%22/%3E%0D%0A%09%3Crect%20x%3D%2210.8%22%20y%3D%22330%22%20fill%3D%22%23424143%22%20width%3D%2229%22%20height%3D%222%22/%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23DFDEDD%22%20d%3D%22M55%2C309.7c2.2%2C0%2C4%2C1.8%2C4%2C4v30c0%2C2.2-1.8%2C4-4%2C4H5c-2.2%2C0-4-1.8-4-4v-30c0-2.2%2C1.8-4%2C4-4H55%20M55%2C308.7H5%0D%0A%09%09%09%09c-2.8%2C0-5%2C2.2-5%2C5v30c0%2C2.8%2C2.2%2C5%2C5%2C5h50c2.8%2C0%2C5-2.2%2C5-5v-30C60%2C311%2C57.8%2C308.7%2C55%2C308.7L55%2C308.7z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%2246.8%22%20y%3D%22327%22%20fill%3D%22%23FFFFFF%22%20width%3D%228%22%20height%3D%228%22/%3E%0D%0A%09%3Crect%20x%3D%2247.8%22%20y%3D%22330%22%20fill%3D%22%23424143%22%20width%3D%226%22%20height%3D%222%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23E9564B%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2250.2%22%20cy%3D%22330.9%22%20r%3D%227.8%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.payProcess-block {
	text-align: left;
  overflow: hidden;
  padding-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
	.payProcess-block.height-block {
		min-height: 70vh;
	}
}
.payProcess-block-title {
	text-align: left;
	display: flex block;
  border-left: 0 solid #ca3c3c;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.payProcess-block-white {
  background-color: #fff;
}
.payProcess-block-lightgrey {
  background-color: #f0f0f0;
}
.payProcess-block-grey2 {
  background-color: #e1e1e1;
}
.payProcess-item {
  background: #f0f0f0;
  padding: 10px 15px;
  text-align: left;
}
.payProcess-item.checkbox-row {
  padding: 0 20px 10px;
}
.payProcess-item.payProcess-item-white {
  background-color: #fff;
}
.payProcess-item.payProcess-item-lightgrey {
  background-color: #f4f4f4;
}
.payProcess-item .payProcess-link-row {
  margin-bottom: -1px;
  padding: 20px 15px;
}
.payProcess-item .payProcess-link-row .fa-angle-right {
  float: right;
}
.payProcess-item .payProcess-item-row-white {
	background-color: #fff;
	border: 1px solid #d8d8d8;
}
.payProcess-item .payProcess-item-row {
  margin-bottom: -2px;
  padding: 8px 15px;
}
.payProcess-item .round, #payFinish .round {
  border-radius: 5px;
}
.payProcess-item .round-top, #payFinish .round-top {
  border-radius: 5px 5px 0 0;
}
.payProcess-item .round-bottom,#payFinish .round-bottom {
  border-radius: 0 0 5px 5px;
  margin-bottom: 1px;
}
.payProcess-item .installment, #payFinish .installment {
  cursor: pointer;
  padding-left: 18px;
}
.payProcess-item .installment:hover, #payFinish .installment:hover {
  text-decoration: underline;
}
.payProcess-item .installment .arrow-up, .payProcess-item .installment .arrow-down {
  float: right;
  margin-right: 20px;
}
.payProcess-item .bankselect {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  margin: 0 10px;
}
 .choose-store {
  cursor: pointer;
}
.choose-store .choose-store-text {
  line-height: 45px;
  padding: 5px 0;
  vertical-align: super;
}
.choose-store .store-address {
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: -10px 0;
  padding: 15px 0;
}
.choose-store .arrow-right {
  float: right;
  margin-top: 15px;
}
 .addLocation .button, .addInvoice .button {
  margin-top: 15px;
  width: 49%;
}
.ns-date-pick {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  margin-bottom: -2px;
  padding: 8px 15px;
}
.choose-birthday {
  display: inline-table;
  width: 23%;
}
.choose-birthday.split {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.choose-birthday .option {
  background-color: #fff;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  height: 46px;
  padding: 2px 0;
  width: 100%;
}
.memo {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 14px;
  height: 62px;
  line-height: 1.42857143;
  padding: 6px 12px;
  resize: none;
  width: 100%;
}
.payProcess-temperature-note {
  color: #3e95ae;
  font-size: 13px;
  margin: 10px 0;
  padding: 0 15px;
}
.check-temperature {
  background: #1babd4;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: super;
  width: 70px;
}
.appear-region {
  opacity: 1;
  overflow-y: hidden;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.info-title {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  min-width: 110px;
}
.inline-block {
  display: inline-block;
}
.block-right {
  float: right;
  margin-right: 5px;
}
.block-top {
  margin-top: 5px;
}

.address-block .item-row .option {
  font-size: 14px;
}

.full-width {
  width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

.btn-center {
  margin-top: 20px;
  text-align: center;
}
.btn-center .fill-finish-btn {
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
}
.btn-center .fill-finish-btn.blue {
  border: 1px solid #428bca;
  color: #428bca;
  cursor: pointer;
}
.btn-center .fill-finish-btn.grey {
  border: 1px solid #d8d8d8;
  color: #d8d8d8;
  cursor: default;
}

.submit {
  line-height: 20px;
  margin-bottom: 15px;
  margin-left: 26%;
  width: 48%;
}

.button-area {
  text-align: center;
  padding: 10px 15px 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .button-area {
    padding-bottom: 90px;
  }
}

.btn-submit {
	color: #fff;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  line-height: 43px;
  text-decoration: none;
  width: 100%;
}

.btn-default {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.btn-round {
  border-radius: 5px;
}

.btn-medium {
  font-size: 17px;
  height: 43px;
}

.btn-large {
  height: 43px;
  line-height: 43px;
  width: 100%;
}

.btn-red {
  background: #ff5353;
  color: #ffffff;
}
.btn-red:hover {
  background: #ff5353;
  color: #ffffff;
}

.btn-grey {
  background: #cccccc;
  color: #ffffff;
}
.btn-grey:hover {
  color: #ffffff;
}

.two-button-area {
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
.two-button-area .button {
  flex: 1;
}
.two-button-area .button:nth-child(1) {
  margin-right: 5px;
}

.icon-check-selected {
  background: #ecf6ff;
  border-radius: 5px;
  color: #428bca;
  font-size: 20px;
}

.icon-circle {
  color: #ddd;
  font-weight: bold;
  font-size: 20px;
}

.icon-location {
  color: #71d8f2;
}

.required-star:before {
  color: #dc1818;
  content: '*';
  padding-right: 5px;
}

.arrow-up {
  background-image: url("../images/arror-up.png");
  display: inline-block;
  height: 10px;
  width: 15px;
}

.arrow-down {
  background-image: url("../images/arror-down.png");
  display: inline-block;
  height: 10px;
  width: 15px;
}

.arrow-right {
  background-image: url("../images/arror-right.png");
  display: inline-block;
  height: 15px;
  width: 10px;
}

.invoice-list {
  margin: 10px 0;
}
.invoice-list .button {
  width: 100%;
}
.invoice-list .invoice-list-item {
  float: left;
  margin: 0 1% 0 1%;
}
.invoice-list.two-item .invoice-list-item {
  width: 48%;
}
.invoice-list.three-item .invoice-list-item {
  width: 31%;
}

.invoice-account {
  color: #999;
  font-size: 15px;
  padding-top: 10px;
}

.order-block .border-bottom {
  border-bottom: 1px solid #d3d3d3;
}
.order-block .order-header {
  background: #f0f0f0;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
}
.order-block .order-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 5px 5px;
}
.order-block .order-title .order-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.order-block .order-toggle {
  color: #666;
  font-size: 13px;
  padding: 5px;
}
.order-block .order-detail-item {
  background-color: #fff;
  min-height: 90px;
  border: 1px solid  #f0f0f0;
  border-top: none;
  padding: 10px;
}
.order-block .order-detail-item .order-detail-left {
  float: left;
  max-width: 80px;
  width: 20%;
  box-sizing: border-box;
}
.order-block .order-detail-item .order-detail-left .salePage-img {
  width: 100%;
}
.order-block .order-detail-item .order-detail-right {
  float: right;
  padding-left: 10px;
  width: calc(100% - 80px);
  overflow: hidden;
  box-sizing: border-box;
}
.order-block .order-detail-item .salePage-title {
	text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 51px;
}
.order-block .order-detail-item .salePage-desc, .order-block .order-detail-item .salePage-qty {
  color: #999;
  font-size: 13px;
  line-height: 1.5;
}
.order-block .order-detail-item .salePage-right {
  float: right;
  text-align: right;
}
.order-block .order-detail-item .salePage-desc {
	float: left;
	display: flex;
  word-break: break-word;
}

.order-block .order-detail-item .salePage-currency, .order-block .order-detail-item .salePage-free-gift {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.order-block .order-detail-item .salePage-currency {
  float: right;
}
.order-block .order-detail-item .salePage-free-gift {
  float: right;
}
.order-block .order-detail-item .order-detail-bottom {
  clear: both;
  font-size: 12px;
  padding-top: 10px;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-list {
  background-color: #f9f9f9;
  padding: 6px 10px;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-title {
  font-size: 13px;
  color: #fc716c;
  line-height: 2;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-inStock {
  color: #595959;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-outStock {
  color: #b5b5b5;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-row {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  line-height: 1.2;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-icon::after {
  border: 4px solid #fc716c;
  border-bottom: 4px solid transparent;
  border-top: 9px solid #fc716c;
  content: '';
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.order-block .detail-consumption {
  padding: 12px;
  background: #fff;
  border: 1px solid  #f0f0f0;
  border-top: none;
}
.order-block .detail-consumption .detail-item {
  text-align: right;
  line-height: 1.5;
}
.order-block .detail-consumption .detail-item.detail-item-total {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.order-block .detail-consumption .detail-item .detail-title {
  color: #999;
  font-size: 15px;
}
.order-block .detail-consumption .detail-item .detail-price {
  color: #999;
  font-size: 15px;
  display: inline-block;
  width: 20%;
}
.order-block .detail-consumption .detail-item .tier-member {
  margin-right: 6px;
  font-size: 15px;
}

.order-currency-prompt {
  color: #999;
  font-size: 13px;
  padding-top: 5px;
}
.order-currency-prompt .tooltip::before {
  width: 252px;
  text-align: left;
  line-height: 1.5em;
  padding: 5px 10px;
}
.order-currency-prompt .tooltip.tooltip-bottom::before {
  left: -119px;
}
.order-currency-prompt .tooltip.tooltip-bottom::after {
  left: 122px;
}
.order-currency-prompt .fa-question-circle-o {
  margin-left: 5px;
}

.location-list .empty {
  font-size: 13px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  text-align: center;
  width: 100%;
}
.location-list .empty .location-item-text {
  color: #bdbdbd;
  display: block;
  font-size: 14px;
  padding: 10px 0 0 0;
}
.location-list .location-item {
  cursor: pointer;
}
.location-list .location-item .location-info {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
@media only screen and (min-width: 768px) {
  .location-list .location-item .location-info {
    padding-left: 1em;
  }
}
.location-list .location-item .location-info .location-info-text {
  display: inline-block;
  font-size: 17px;
  padding: 10px 5px;
}
.location-list .location-item .location-info .address {
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin: -10px 0;
  padding: 10px 5px;
}
.location-list .location-item .location-item-text {
  display: inline-block;
  font-size: 17px;
  padding: 13px 5px;
}
.location-list .location-item .function {
  display: flex;
  display: -webkit-flex;
  padding: 10px 0;
  width: 100%;
}
.location-list .location-item .function .button {
  flex: 1;
  width: 49%;
}
.location-list .location-item .function .button:nth-child(1) {
  margin-right: 5px;
}

.price-red {
  color: #ff5353 !important;
}

.info-text {
  color: #666;
  font-size: 13px;
}

.info-text-dark {
  color: #333;
  font-size: 13px;
}

.info-text-red {
  color: #ff5353;
  font-size: 13px;
  font-weight: bold;
}

.important-text {
  color: #ca3c3c;
  font-size: 13px;
}

.link-text-blue {
  color: #428bca;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
}

.link-text-grey {
	text-align: left;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

.description {
  color: #999;
  font-size: 13px;
  line-height: 25px;
  padding: 15px 15px 5px;
}
.description .red {
  color: #f00;
}

.cellphone-text {
  color: #3c8bd9;
}

.checkbox-text {
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
}
.checkbox-text .link-text {
  color: #20afea;
  cursor: pointer;
  display: inline;
  text-decoration: underline;
}
.checkbox-text .link-text:hover {
  color: #7dd0f3;
}

.text {
  border: none;
  font-size: 14px;
  height: 40px;
  padding: 0;
  width: auto;
}
.text.border-text {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-left: 30px;
  width: 80%;
}
.text.invoice-text {
  width: calc(100% - 120px);
}

.address-text {
  font-size: 14px;
  padding: 0;
  width: 100%;
  display: block;
}
.address-text.text-only {
  line-height: 40px;
}

.check-info-text-group {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .check-info-text-group {
    display: block;
    padding: 5px 5px 5px 15px;
  }
}

.multi-line {
	text-align: left;
  line-height: 18px;
}

.vertical-align-middle {
  vertical-align: middle;
}

.payProcess-statement {
  background-color: #ebedee;
  padding: 15px;
  line-height: 1.4;
  font-size: 13px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.address-block .block-title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  padding: 15px 0 5px 0;
  margin-left: 5px;
  border-left: 0 solid #ca3c3c;
  font-size: 18px;
  margin-bottom: 5px;
}
.address-block .item-row {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  margin-bottom: -1px;
  padding: 8px 15px;
}
.address-block .item-row .choose-place {
  width: 48%;
  display: inline-block;
}
.address-block .item-row .choose-place.split {
  border-right: solid 1px #dedede;
}
.address-block .item-row .choose-place.error {
  vertical-align: top;
  padding-top: 1px;
}

.address-block .item-row .address-text {
  width: 100%;
  border: none;
  height: 40px;
}
.address-block .item-row .address-text.text-only {
  line-height: 40px;
}

.address-block .item-row .option {
  width: 100%;
  color: #666;
  background-color: #fff;
  cursor: pointer;
  height: 46px;
  font-size: 15px;
  padding: 2px 0;
  border: none;
}

.address-block .round-top {
  border-radius: 5px 5px 0 0;
}
.address-block .round-bottom {
  border-radius: 0 0 5px 5px;
}
.address-block .interror {
	text-align: left;
  color: #FF5353;
}
.address-block select.option {
  -webkit-appearance: none;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: #fff;
  height: 43px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  background: url("../images/select_arror.png") no-repeat;
  background-position: 100% 50%;
  color: #666;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip::before {
	z-index:9999;
  background-color: #666666;
  border-radius: 3px;
  content: attr(data-tooltip-content);
  color: #ffffff;
  padding: 4px 12px;
  position: absolute;
  top: -34px;
  left: -85px;
  font-size: 12px;
  width: 280px;
}
.tooltip::after {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #666666 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -4px;
}
.tooltip::before, .tooltip::after {
  display: none;
}
.tooltip:hover::before, .tooltip:hover::after {
  display: block;
}
.tooltip.showToolTip::before, .tooltip.showToolTip::after {
  display: block;
}
.tooltip.hideToolTip::before, .tooltip.hideToolTip::after {
  display: none;
}
.tooltip.tooltip-bottom::before {
  top: 19px;
  left: -146px;
}
.tooltip.tooltip-bottom::after {
  top: 8px;
  border-color: transparent transparent #666666 transparent;
}

.light-icon {
  color: #c4cace;
}
.invoice-account {
	color:#999;
	font-size:15px;
	padding-top:10px;
}
.atm-payinfo-title {
	color:#333;
	font-size:18px;
	font-weight:600;
	background-color:#f1f4f6;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:5px 5px 0 0;
}
.atm-payinfo-content {
	margin:10px 15px 20px;
}
@media only screen and (min-width:768px) {
	.atm-payinfo-content {
		margin:15px 28% 20px;
	}
}
.atm-payinfo-content .atm-payinfo-row {
	height:38px;
	line-height:38px;
	border-bottom:1px dashed #d0d0d0;
}
.atm-payinfo-content .atm-payinfo-row:before,.atm-payinfo-content .atm-payinfo-row:after {
	content:"";
	display:table;
	clear:both;
}
.atm-payinfo-content .atm-payinfo-row-title {
	float:left;
	font-size:13px;
	color:#999;
}
.atm-payinfo-content .atm-payinfo-row-desc {
	float:right;
	color:#666;
}
.atm-payinfo-content .atm-payinfo-desc {
	margin-top:10px;
}
.atm-payinfo-content .atm-payinfo-desc-item {
	text-align:left;
	font-size:14px;
	color:#999;
	margin-top:5px;
	line-height:1.3em;
}
.atm-payinfo-content .total-price {
	font-size:19px;
	font-weight:500;
}
@media only screen and (min-width:768px) {
	.atm-untiscam-content {
		margin:8px 20%;
	}
}
.atm-untiscam-content .atm-untiscam-title {
	margin-top:5px;
	margin-bottom:10px;
	color:#333;
}
.atm-untiscam-content .atm-untiscam-desc {
	text-align: left;
	color:#999;
	font-size:13px;
	line-height:1.3em;
}
.highlight-text {
	text-align: left;
	color:#333!important;
}

.order-block .order-title {
	padding-top: 32px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	padding:15px 5px 5px;
}
.order-block .order-title .order-text {
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
}
.order-block .order-toggle {
	color:#666;
	font-size:13px;
	padding:5px;
}
.order-block .order-detail-item {
	background-color:#fff;
	min-height:115px;
	border:1px solid #f0f0f0;
	border-top:none;
	padding:10px;
}
.order-block .order-detail-item .order-detail-right {
	float:right;
	padding-left:10px;
	width:calc(100% - 80px);
	overflow:hidden;
	box-sizing:border-box;
}
.order-block .order-detail-item .salePage-desc,.order-block .order-detail-item .salePage-qty {
	color:#999;
	font-size:13px;
	line-height:1.5;
}
.order-block .order-detail-item .salePage-desc {
	word-break:break-word;
}
.order-block .order-detail-item .salePage-currency,.order-block .order-detail-item .salePage-free-gift {
	color:#333;
	font-size:15px;
	font-weight:bold;
	line-height:2;
}
.order-block .order-detail-item .salePage-currency {
	float:right;
}
.order-block .order-detail-item .salePage-free-gift {
	float:right;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-list {
	background-color:#f9f9f9;
	padding:6px 10px;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-title {
	font-size:13px;
	color:#fc716c;
	line-height:2;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-inStock {
	color:#595959;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-outStock {
	color:#b5b5b5;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-row {
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:6px;
	line-height:1.2;
}
.order-block .order-detail-item .order-detail-bottom .detail-gift-icon::after {
	border:4px solid #fc716c;
	border-bottom:4px solid transparent;
	border-top:9px solid #fc716c;
	content:'';
	display:inline-block;
	margin-right:4px;
	position:relative;
	top:2px;
}
.order-block .detail-consumption .detail-item .tier-member {
	margin-right:6px;
	font-size:15px;
}
.finish-detail .detaillist-item {
	padding:7px 0 12px 0;
	text-align:right;
}
.finish-detail .detaillist-item.detaillist-item-total {
	border-top:1px solid #d8d8d8;
}
.finish-detail .detaillist-item .detaillist-title {
	color:#999;
	float:left;
	font-size:13px;
	text-align:left;
	width:30%;
}
.finish-detail .detaillist-item .detaillist-price {
	color:#666;
	display:inline-block;
	font-size:15px;
	width:70%;
	line-height:1.3;
}
.finish-detail .detaillist-item .detaillist-price.total-price {
	font-size:22px;
	font-weight:bold;
}
.finish-detail .detaillist-item .detaillist-installment {
	color:#666;
	font-size:15px;
	padding:15px 0 0 0;
	text-align:right;
}
#payFinish .payProcess-block {
	overflow: hidden;
	padding-top: 30px;
	width: 100%;
}
@media only screen and (max-width:767px) {
	#payProcess .payProcess-block.height-block,#payFinish .payProcess-block.height-block {
		min-height:70vh;
	}
}
#payProcess .payProcess-block-title,#payFinish .payProcess-block-title {
	border-left: 0 solid #ca3c3c;
	color:#333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:10px;
}
#payProcess .payProcess-block-sub-title,#payFinish .payProcess-block-sub-title {
	font-size: 13px;
	color: #ff5353;
	white-space: nowrap;
	display: inline-block;
	margin-top:10px;
}
#payProcess .payProcess-block-subtitle,#payFinish .payProcess-block-subtitle {
	color: #027fb0;
	font-size: 13px;
	padding-left: 10px;
}
#payProcess .payProcess-block-white,#payFinish .payProcess-block-white {
	background-color: #fff;
}
#payProcess .payProcess-block-lightgrey,#payFinish .payProcess-block-lightgrey {
	background-color:#f0f0f0;
}
#payProcess .payProcess-block-grey2,#payFinish .payProcess-block-grey2 {
	background-color:#e1e1e1;
}
#payProcess .payProcess-item,#payFinish .payProcess-item {
	background:#f0f0f0;
	padding:10px 15px;
}
#payProcess .payProcess-item.checkbox-row,#payFinish .payProcess-item.checkbox-row {
	padding:0 20px 10px;
}
#payProcess .payProcess-item.payProcess-item-white,#payFinish .payProcess-item.payProcess-item-white {
	background-color:#fff;
}
#payProcess .payProcess-item.payProcess-item-lightgrey,#payFinish .payProcess-item.payProcess-item-lightgrey {
	background-color:#f4f4f4;
}
#payProcess .payProcess-item .payProcess-link-row,#payFinish .payProcess-item .payProcess-link-row {
	margin-bottom:-1px;
	padding:20px 15px;
}
#payProcess .payProcess-item .payProcess-link-row .fa-angle-right,#payFinish .payProcess-item .payProcess-link-row .fa-angle-right {
	float:right;
}
#payProcess .payProcess-item .payProcess-item-row-white,#payFinish .payProcess-item .payProcess-item-row-white {
	background-color:#fff;
	border:1px solid #d8d8d8;
}
#payProcess .payProcess-item .payProcess-item-row,#payFinish .payProcess-item .payProcess-item-row {
	margin-bottom:-2px;
	padding:8px 15px;
}
#payProcess .round,#payFinish .round {
	border-radius:5px;
}

#payProcess .installment .arrow-up,#payProcess .installment .arrow-down {
	float:right;
	margin-right:20px;
}
#payProcess .bankselect {
	color:#666;
	font-size:13px;
	line-height:20px;
	margin:0 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
	.payProcess-block .payProcess-item .payProcess-item-row.creditCard .card-image, .payProcess-block .payProcess-item .payProcess-item-row.creditCard .card-image {
/*		(;*/
			height: 26px;
			vertical-align: sub;
/*    ;);*/
	}
}

@media only screen and (max-width: 1080px) {
	.order-block .order-title {
		padding-top: 24px;
	}
}