@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: AdihausDIN;
  src: url("/fonts/AdihausDIN.eot");
  src: url("/fonts/AdihausDIN.eot?#iefix") format("embedded-opentype"), url("/fonts/AdihausDIN.woff") format("woff"), url("/fonts/AdihausDIN.ttf") format("truetype"), url("/fonts/AdihausDIN.svg#RobotoThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AdineuePRO;
  src: url("/fonts/adineuePRO.eot");
  src: url("/fonts/adineuePRO.eot?#iefix") format("embedded-opentype"), url("/fonts/adineuePRO.woff") format("woff"), url("/fonts/adineuePRO.ttf") format("truetype"), url("/fonts/adineuePRO.svg#RobotoThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RobotoThin;
  src: url("/fonts/Roboto-Thin-webfont.eot");
  src: url("/fonts/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Thin-webfont.woff") format("woff"), url("/fonts/Roboto-Thin-webfont.ttf") format("truetype"), url("/fonts/Roboto-Thin-webfont.svg#RobotoThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RobotoLight;
  src: url("/fonts/Roboto-Light-webfont.eot");
  src: url("/fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Light-webfont.woff") format("woff"), url("/fonts/Roboto-Light-webfont.ttf") format("truetype"), url("/fonts/Roboto-Light-webfont.svg#RobotoLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RobotoRegular;
  src: url("/fonts/Roboto-Regular-webfont.eot");
  src: url("/fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular-webfont.woff") format("woff"), url("/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("/fonts/Roboto-Regular-webfont.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RobotoBold;
  src: url("/fonts/Roboto-Bold-webfont.eot");
  src: url("/fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Bold-webfont.woff") format("woff"), url("/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("/fonts/Roboto-Bold-webfont.svg#RobotoLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoTCThin;
  src: url("/fonts/NotoSansTC-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoTCRegular;
  src: url("/fonts/NotoSansTC-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoTCBold;
  src: url("/fonts/NotoSansTC-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
.container, .loginmenu, #header, .catsection, .cartRow, .generalView, .subtotal, .shipRow, .pRow, .detailblock, .rblock, .tRow, .cRow, .nav, .largenav, .bcontainer, .toprightblock {
  zoom: 1;
}

.container:after, .loginmenu:after, #header:after, .catsection:after, .cartRow:after, .generalView:after, .subtotal:after, .shipRow:after, .pRow:after, .detailblock:after, .rblock:after, .tRow:after, .cRow:after, .nav:after, .largenav:after, .bcontainer:after, .toprightblock:after {
  content: ".";
  display: inherit;
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: AdihausDIN, arial, 微軟正黑體, Microsoft JhengHei;
}

h1, h2 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: AdineuePRO, arial, 微軟正黑體, Microsoft JhengHei;
  text-transform: uppercase;
}

h3 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: AdihausDIN, arial, 微軟正黑體, Microsoft JhengHei;
  text-transform: uppercase;
}

h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: AdihausDIN, arial, 微軟正黑體, Microsoft JhengHei;
}

a {
  text-decoration: none;
}

#header {
  background-color: #000;
  max-height: 110px;
  font-size: 0.8em;
}

.container {
  max-width: 1076px;
  margin: auto 0;
}

.navcontainer {
  max-width: 1076px;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.topleftblock {
  float: none;
}

/*.toprightblock{

}*/
.topleftblock ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: calc(100% - 300px);
}

.topleftblock ul li a {
  color: #ffffff;
  text-decoration: none;
  float: left;
  /*padding:15px;*/
  display: block;
}

.hiddentext {
  display: none;
}

#langblock a {
  color: #FFF;
  text-decoration: none;
}

#langblock a:hover {
  color: #999;
  text-decoration: underline;
}

.best {
  background: -moz-linear-gradient(top, #efefef 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #efefef 100%);
  background: linear-gradient(to bottom, #efefef 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#efefef", endColorstr="#efefef",GradientType=0 );
  border: 1px solid #838383;
}

.best:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #282828;
}

.gicon {
  background: url(/images/t.svg) no-repeat left center;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 32px;
  height: 27px;
  display: table-cell;
  vertical-align: middle;
}

img {
  display: block;
  border: 0;
  margin: auto;
}

.lock {
  position: fixed;
  width: 100%;
}

#carticon {
  position: relative;
}

.cartquantity {
  position: absolute;
  top: 5px;
  left: 13px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
  font-family: arial;
  border-radius: 16px;
  border: 1px solid #fff;
  color: #FFF;
  margin: auto;
}

#pagination {
  clear: both;
  padding: 15px 10px;
  font-size: 80%;
}

.pagination, .legend {
  display: inline-block;
}

.breadcrumb {
  padding: 20px 10px;
  font-size: 75%;
}

.breadcrumb a {
  color: #333;
}

.moresub a {
  color: #333;
  padding: 0 10px 10px;
}

.breadcrumb a:hover, .moresub a:hover {
  color: #037b00;
}

.moresub {
  clear: both;
  font-size: 90%;
  display: block;
  padding: 0 10px 10px;
  text-align: right;
}

.pricetext, .pricetext a {
  color: #333;
  font-size: 90%;
  padding: 0px 10px 10px;
}

.productname {
  color: #333;
  padding: 20px 10px 10px;
  font-weight: bold;
}

.carticon {
  display: table;
  text-align: center;
  margin: 0 auto 10px;
  height: 30px;
  font-size: 90%;
  cursor: pointer;
}

.viewicon {
  display: table;
  text-align: center;
  height: auto;
  margin: 0 auto 20px;
  padding: 5px 25px;
  border: 1px solid #000;
  font-size: 90%;
  color: #000;
}

.carticon img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  padding: 0 10px 0 0;
}

.cartRow {
  padding: 10px 0;
}

.lCol1, .lCol2, .lCol3, .lCol4 {
  display: inline-block;
}

.pagination a {
  padding: 3px 7px;
  cursor: pointer;
}

.pagination a:hover {
  padding: 3px 7px;
  cursor: pointer;
  background-color: #037b00;
  color: #fff;
}

.jp-current {
  color: #666;
  cursor: default !important;
}

select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  overflow: hidden;
}

select::-ms-expand {
  display: none;
}

.sCol3 {
  /*display:inline-block;*/
  width: auto;
}

.submitBtn {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 12px 25px;
  border: 0px;
  cursor: pointer;
  width: 100%;
  font-size: 110%;
}

.submitBtn:hover {
  background-color: #565656;
}

.generalHeader {
  padding: 0 0 15px 0;
  color: 666;
}

.color333 {
  color: #333;
  /*font-weight:bold;*/
}

.rboldtext {
  font-weight: bold;
  color: #fff !important;
  background-color: #333 !important;
  padding: 5px 0px !important;
}

.cartRow .lCol1 {
  padding: 5px 10px !important;
}

.cartRow:hover {
  background-color: #efefef;
}

.smallPhotoArea {
  width: 100%;
}

.slides {
  list-style: none;
}

.productinfo {
  color: #2b2b2b;
  font-family: AdihausDIN, arial, 微軟正黑體, Microsoft JhengHei;
}

.book {
  padding: 0 0px 10px;
  text-align: left;
  border-top: 0px;
}

/* width */
::-webkit-scrollbar, scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.aboutheader {
	padding: 0 0 20px 0;
	font-family:RobotoBold;
}

.fullwidthinput {
  width: calc(100% - 22px);
  border: 1px solid #d4d4d4;
  height: 30px;
  border-radius: 5px;
  margin: 0px 0 15px;
  padding: 5px 10px;
}

.fullwidthinput2 {
  width: calc(100% - 42px);
  border: 1px solid #d4d4d4;
  height: 30px;
  margin: 8px 0 0px;
  padding: 5px 20px;
  border-radius: 5px;
}

.error {
  display: none;
  color: #d90000;
}

.errorform {
  display: none;
  color: #d90000;
}

.disable {
  display: none;
}

#tc {
  display: block;
  padding: 8px 0 15px;
}

.logouticon {
  position: relative;
}

.cursubmenu {
  display: none;
  padding: 0 0 0 35px;
}

.topblock {
  display: inline-block;
}

.extrapadding2 {
  padding: 5px 0 !important;
}

.dim {
  opacity: 0.5;
}

.cancelbtn {
  background-color: #cecece;
}

.hidden {
  display: none;
}

.remark {
  font-size: 75%;
  color: #666;
}

#currency {
  /*display: block;*/
  display: none;
}

.qmask {
  position: absolute;
  top: 0;
  text-align: center;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
}

.qtxtblock {
  /* height: 100%; */
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.7);
}

.deblock {
  position: relative;
  display: inline-block;
}

.qubtn {
  border: 1px solid #000;
  padding: 5px 15px;
  color: #000;
}

.catsection {
  max-width: 450px;
  margin: auto;
}

.whitebg {
  background-color: white !important;
}

.stickbar {
  position: sticky !important;
}

.fixedbar {
  position: fixed !important;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 100% !important;
  margin: auto;
}

.fullwidthbar {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.forceshow {
  display: block;
}

table.detailtable {
  width: 100%;
  margin: 0;
  /*white-space: nowrap;*/
}

table.detailtable td {
  padding: 2px 5px;
  border: 1px solid #efefef;
  vertical-align: top;
}

.tab {
  display: inline-block;
  padding: 5px 10px;
  width: calc(50% - 22px);
  cursor: pointer;
}

.activetab {
  display: inline-block;
  /* width: calc(50% - 4px);
  border: 1px solid #efefef; */
  margin: 0;
  color: white;
  background-color: #000;
  cursor: unset;
}

#spectab {
  display: none;
}

.relatedproduct {
  /*display: flex;*/
}

.submitbtn, .addbtn, .relatedbtn {
  text-transform: capitalize;
}

.dflex {
  display: flex;
}

.colA1, .colC1, .colD1 {
  display: inline-flex;
  width: 33%;
}

.subheader {
  font-weight: bold;
}

.colA2 {
  display: inline-grid;
  width: 60%;
}

.colB1 {
  display: inline-grid;
  text-align: center;
  width: 12%;
}

.colC1 {
  display: inline-grid;
  text-align: right;
  width: 25%;
}

.contactContent {
  display: none;
}

/*.nav_menu span, .navmenu {
    line-height: 15px;
}*/
.topcarticon_active {
  width: 15px !important;
  margin: 10px 0 0 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cartquantity_active {
  left: 10px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.infotable_small {
  font-size: 85%;
}

.hiddenarea {
  display: none;
}

/*
.slick-slide img {
    display: block;
    width: auto !important;
}
*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  /*padding-top: 25px;
  margin-top: -10.25%;*/
  margin-top: 0%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 10px !important;
  z-index: 100 !important;
}

.slick-next {
  right: 10px !important;
  z-index: 100 !important;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #999999 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrow-stroke-white-left {
  background-image: url("/images/icon/arrow-stroke-white-left.svg") !important;
  -moz-background-size: 60% 60%;
  -o-background-size: 60% 60%;
  -webkit-background-size: 60% 60%;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: 50%;
}

.arrow-stroke-white-right {
  background-image: url("/images/icon/arrow-stroke-white-right.svg") !important;
  -moz-background-size: 60% 60%;
  -o-background-size: 60% 60%;
  -webkit-background-size: 60% 60%;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.tRow:nth-child(odd){
	background-color:#9999994a;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: 160%;
    font-weight: normal;
    letter-spacing: 0.5px;
  }

  h2 {
    font-size: 140%;
    font-weight: normal;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0.5px;
  }

  #header {
    background-color: #000;
    max-height: 70px;
    font-size: 0.8em;
    position: fixed;
    width: 100%;
    z-index: 100;
    text-transform: uppercase;
    /* font-family:arial, 微軟正黑體, Microsoft JhengHei;*/
  }

  .bx-wrapper {
    position: relative !important;
    /*top: 70px;
    z-index: 100;*/
  }

  .toplogo {
    float: left;
    /* padding: 10px 25px; */
    width: 124px;
    height: 70px;
    background: url(/images/top-logo.svg) no-repeat 10px center;
    -moz-background-size: 84%;
    -webkit-background-size: 84%;
    -o-background-size: 84%;
    background-size: 84%;
  }

  .toplogo img {
    max-height: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .toprightblock {
    /* float: right; */
    width: 100%;
    display: block;
    /*background-color: blue;
    height: 70px;*/
  }

  .smallnav {
    display: table;
    width: auto;
    background-color: #393939;
    /* padding: 23px 20px 0; */
    float: left;
    height: 70px;
    padding: 0px 10px 0;
    /* -webkit-transition: all 0.5s ease; */
    /* transition: all 0.5s ease; */
    vertical-align: middle;
  }

  .smallnavact {
    display: block;
    width: auto;
    background-color: #393939;
    padding: 23px 20px 0;
    background: #393939 url(/images/close.png) no-repeat center center;
    -moz-background-size: 50%;
    -webkit-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
    width: 38px;
    float: left;
    height: 47px;
    padding: 23px 10px 0;
  }

  .subicon {
    width: 38px;
    height: 38px;
    background: url(/images/small.png) no-repeat center center;
    -moz-background-size: 80%;
    -webkit-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.79, 0.01, 0.06, 1.02);
    /* animation: rmove 0.5s; */
    /* transition: opacity 500 ease-in-out; */
    display: table-cell;
    vertical-align: middle;
  }

  .subiconact {
    width: 38px;
    height: 38px;
    background: url(/images/close.png) no-repeat center center;
    -moz-background-size: 85%;
    -webkit-background-size: 85%;
    -o-background-size: 85%;
    background-size: 85%;
    /* transition: opacity 500 ease-in-out;
    animation: rmove 1s; */
    transform: rotate(-90deg);
  }

  @keyframes rmove {
    100% {
      transform: rotate(90deg);
    }
  }
  /*@keyframes amove {
  	100% {transform: rotate(-90deg);}
  }*/
  .smallnav img {
    max-height: 26px;
    width: auto;
  }

  .smallmenu {
    display: block;
    position: fixed;
    top: 70px;
    height: calc(100% - 100px);
    left: -100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 101;
    font-size: 100%;
    padding: 15px 0;
    overflow: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
  }

  .smalllang {
    /*position:absolute;*/
    bottom: 15px;
    display: block;
  }

  .smallmenu a {
    color: #FFF;
    text-decoration: none;
    width: calc(100% - 40px);
  }

  .smallrow {
    padding: 15px 0px 15px 20px;
    display: block;
    color: #FFF;
    text-decoration: none;
  }

  .smallmenu ul {
    padding: 0px 0 0 15px;
    margin: 0;
    list-style: none;
  }

  .smallmenu ul li a {
    padding: 10px 0 10px 25px;
    margin: 0;
    list-style: none;
    display: block;
  }

  .smallsubmenu, .smallcatmenu {
    display: none;
    padding: 0 !important;
  }

  .smallcatrow {
    padding: 10px 5px 10px 40px;
	cursor: pointer;
  }

  .topicon {
    float: right;
    padding: 23px 11px;
    width: 21px;
    display: block;
    cursor: pointer;
    /* margin: 15px; */
  }

  .topicon img {
    width: 100%;
    height: auto;
  }

  .topfunction {
    float: right;
    width: 100%;
    max-width: 180px;
    font-size: 100%;
    color: #fff;
  }

  .topsep {
    width: 1px;
    float: right;
    display: none;
    background: #fff;
    height: 24px;
    margin: 7px 10px;
  }

  #langblock {
    display: none;
  }

  #searchicon {
    position: relative;
  }

  .searchmenu {
    position: absolute;
    top: 70px;
    left: 0;
    right: auto;
    display: none;
    width: calc(100% - 40px);
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    /*-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
  }

  .loginmenu {
    position: absolute;
    top: 70px;
    left: 0;
    right: auto;
    display: none;
    width: calc(100% - 40px);
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    /*-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
  }

  .searchbox {
    height: 15px;
    padding: 5px 10px;
    width: calc(100% - 148px);
    right: 0;
  }

  .loginbox {
    height: 15px;
    padding: 5px 10px;
    margin: 0px 0px 10px;
    width: 100%;
    border: none;
    right: 0;
  }

  .searchsubmit {
    width: 100px;
    max-width: 100px;
    background-color: #666;
    border: 0;
    height: 29px;
    color: #fff;
    margin: 0 0 0 10px;
    cursor: pointer;
  }

  .searchsubmit:hover {
    background-color: #999;
  }

  .nav {
    display: inline-block;
    float: right;
  }

  .largenav {
    display: none;
  }

  #banner {
    max-width: 100%;
    overflow: hidden;
    background: black;
    clear: both;
  }

  .loginleft {
    float: left;
    max-width: 50%;
  }

  .loginright {
    float: right;
    max-width: 50%;
    text-align: left;
  }

  .featured {
    /*background-color:#f0f0f0;*/
    background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
  }

  .onecolumn {
    width: calc(100% - 0px);
    padding: 0px 0 5px;
    float: none;
    display: block;
    margin: 0 10px 10px 0;
    text-align: center;
    height: auto;
    border: 1px solid #bfbfbf;
    vertical-align: top;
  }

  .threecolumn {
    width: calc(100% - 20px);
    padding: 0 10px 35px;
    display: block;
  }

  .fourcolumn {
    width: calc(50% - 14px);
    padding: 0px;
    /* float: left; */
    display: inline-block;
    margin: 10px 0 0 5px;
    text-align: center;
  }

  .fourcolumn:nth-child(even) {
    width: calc(50% - 14px);
    padding: 0px;
    /* float: left; */
    display: inline-block;
    margin: 10px 0 0 10px;
    text-align: center;
  }

  .bestimg {
    width: calc(100% - 0px);
    height: auto;
    margin: 0px auto 0 auto;
    max-width: 100%;
  }

  .fea_header {
    text-transform: uppercase;
    font-size: 110%;
    font-family: RobotoLight, 微軟正黑體, Microsoft JhengHei;
    padding: 20px 10px;
    display: table;
    letter-spacing: 0px;
    word-spacing: 3px;
  }

  .featext {
    display: table-cell;
    vertical-align: middle;
  }

  .featext::after {
    content: "";
    font-size: 60%;
    font-family: arial;
    font-weight: bold;
    margin: 0 0 0 5px;
    vertical-align: bottom;
    color: #037b00;
  }

  .feaimg {
    display: block;
    margin: auto;
    width: calc(100% - 4px);
    margin: auto;
  }

  .feaname {
    color: #000;
    text-align: center;
    font-family: RobotoLight, 微軟正黑體, Microsoft JhengHei;
    font-size: 100%;
    padding: 10px 0;
  }

  .feabtn {
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #000;
    width: calc(80% - 50px);
    margin: 0 auto;
    max-width: 250px;
    color: #000;
  }

  .bestname {
    color: #000;
    text-align: center;
    font-family: RobotoLight, 微軟正黑體, Microsoft JhengHei;
    font-size: 90%;
    padding: 10px;
    min-height: 40px;
    max-height: 40px;
  }

  .bestbtn {
    text-align: center;
    font-size: 90%;
    color: #fff;
    background-color: #2b2b2b;
    padding: 10px 25px;
    width: calc(90% - 50px);
    margin: 0 5% 5%;
    text-transform: capitalize;
  }

  .detailayer {
    display: block;
    background: rgba(255, 255, 255, 0.8) url(/images/gundam-w.svg) no-repeat left center;
    -moz-background-size: auto 90%;
    -webkit-background-size: auto 90%;
    -o-background-size: auto 90%;
    background-size: auto 90%;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0 0 20px 0;
    z-index: 50;
    top: 0px;
  }

  .footer {
    padding: 25px 0 15px;
    background-color: #333;
  }

  .share {
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 25px 0 0;
  }

  .share img {
    width: 100%;
    height: auto;
  }

  .sharearea {
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: auto;
  }

  .bestseller {
    padding: 0px 10px 20px;
  }

  .copyright {
    text-align: center;
    font-size: 70%;
    clear: both;
    width: auto;
    color: #FFF;
    padding: 15px 20px;
  }

  .copyright a {
    text-align: center;
    /*font-size:70%;*/
    clear: both;
    color: #FFF;
    padding: 15px 0 0;
  }

  .breadcrumbarea {
    padding: 70px 0 0 0;
  }

  .fea_header {
    padding: 10px 0;
  }

  .lCol1 {
    width: 35%;
    padding: 0 2% 0 0;
  }

  .lCol2 {
    width: 10%;
    padding: 0 2% 0 0;
  }

  .lCol3 {
    width: 25%;
    padding: 0 3%;
  }

  .lCol4 {
    width: 5%;
  }

  .subtotal {
    padding: 25px 0px 15px;
    border-top: 1px solid #d7d9da;
    border-bottom: 1px solid #d7d9da;
    /*font-size: 12px;*/
  }

  .sCol1 {
    /* width: calc(50% - 20px); */
    padding: 5px 10px;
    display: inline-block;
  }

  .sCol2 {
    /* width: 50%; */
    display: inline-block;
  }

  .sCol3 {
    float: left;
    margin: 0px 1% 0px 0px;
    padding: 2% 0;
    width: 100%;
  }

  .couponRow {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 25px;
    display: block;
  }

  .shippingRow {
    margin: 0px;
    padding: 0px 0px 3%;
  }

  .sCol4 {
    width: 28%;
    float: left;
    margin: 0px;
    padding: 1% 0px 0px;
  }

  .basket {
    padding: 25px 0px 0px;
    border-top: 1px none #CCC;
    border-bottom: 1px none #CCC;
  }

  .subHeader {
    text-transform: uppercase;
    color: #414042;
    margin: 0px;
    padding-bottom: 1.5%;
    font-weight: bold;
  }

  .shipCol1 {
    float: left;
    width: 100%;
  }

  .shipCol2 {
    float: left;
    width: 30%;
    display: none;
  }

  .shipCol3 {
    float: left;
    width: 30%;
    display: none;
  }

  .shipRow {
    padding: 0% 0px 1.5%;
  }

  .fedexImage {
    background: url(../images/fedex_logo.png) no-repeat 29px center;
    height: 22px;
  }

  #shipmenu {
    width: 100%;
  }

  .shipHeader {
    width: 100%;
  }

  .qBox {
    width: 100%;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #767677;
  }

  #result_reply {
    font-size: 100%;
  }

  .tableContainer {
    display: table;
    width: 100%;
  }

  .infoTable td {
    padding: 1%;
  }

  .cCol1 {
    float: left;
    width: 20%;
    margin-right: 3%;
    /*font: 12px RobotoRegular;*/
  }

  .cCol3 {
    float: left;
    width: 77%;
    /*font: 12px RobotoRegular;*/
  }

  .cRow {
    margin: 1% 0%;
  }

  .cHeader {
    font: 14px RobotoBold;
    margin: 1% 0%;
  }

  .cartConfirmHeader {
    width: 100%;
    clear: both;
    font-size: 14px;
    /* [disabled]font-family: SabonLTStdRoman; */
    border-bottom: 1px solid #CCC;
    float: left;
    margin: 0px 0px 1%;
    padding: 0px 0px 1%;
  }

  .remark {
    clear: both;
    padding: 0;
    font-size: 100%;
  }

  .infotable {
    width: 100%;
    padding: 75px 0px;
    font-size: 90%;
  }

  .tRow {
    /*margin: 0;*/
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
  }

  .tCol1 {
    float: left;
    width: 26%;
    margin: 0px 4% 0px 0px;
    padding: 0px;
  }

  .tCol2 {
    float: left;
    width: 70%;
    color: #333;
  }

  .shipInfo {
    text-transform: uppercase;
    /*font-size: 14px;
    font-family: SabonLTStdRoman;*/
    margin: 0px 0px 15px;
    padding: 18px 0px 0px;
    border-top: 1px solid #d7d9da;
  }

  .page_navigation {
    clear: both;
    display: block;
    height: 50px;
    width: 50%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    /*padding-left: 3%;*/
    padding-left: 24%;
  }

  #cartIcon {
    background: url(../images/cart_icon.png) no-repeat center center;
    background-attachment: local;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
  }

  .cartCount {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    line-height: 15px;
    font-size: 10px;
    /*margin-left: 24%;*/
  }

  .bbg {
    text-transform: uppercase;
    font: 12px RobotoRegular;
    margin: 2%;
    /* [disabled]padding-top: 2%; */
    padding-bottom: 3%;
  }

  .thankyou {
    font-size: 12px;
    line-height: 30px;
  }

  .order {
    font-size: 12px;
    line-height: 30px;
  }

  .successHeader {
    border-top: 1px solid #d7d9da;
    border-bottom: 1px solid #d7d9da;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 5%;
    margin-bottom: 2%;
  }

  #eventList {
    max-width: 980px;
    padding: 0px 0px 10px;
    margin: 0 auto 20px auto;
    padding: 60px 0 0 0;
  }

  .eveFormColL {
    float: left;
    width: 74.985%;
    padding: 0;
  }

  .eveFormColR {
    float: left;
    width: 25%;
    padding: 0;
  }

  .fourCol {
    width: 22.995%;
    margin-right: 2%;
    float: left;
  }

  .threeCol {
    width: 31.326%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }

  .threeCol2 {
    width: 64.3%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }

  .generalView {
    max-width: 1076px;
    margin: auto;
    padding: 10px;
  }

  .rightContent {
    display: none;
  }

  .leftContent {
    width: 100%;
    padding: 0px 0 0 0;
    font-size: 90%;
  }

  .styletextarea {
    height: 30px;
    border: 1px solid #a7a7a7;
    width: 96%;
    margin: 5px 0 0 0;
    padding: 0 0 0 4%;
  }

  .styletextarea2 {
    height: 30px;
    border: 1px solid #a7a7a7;
    width: 98%;
    margin: 5px 0 0 0;
    padding: 0 0 0 2%;
  }

  .pCol1 {
    float: left;
    height: auto;
    width: 55%;
    font-size: 100%;
    /* [disabled]color: #414042; */
  }

  .pCol2 {
    float: left;
    height: auto;
    width: 20%;
    font-size: 100%;
    text-align: center;
  }

  .pCol3 {
    /* float: left; */
    height: auto;
    /* width: 20%; */
    font-size: 100%;
    text-align: right;
  }

  .pName {
    display: block;
  }

  .pRow {
    font-size: 100%;
    font-family: RobotoRegular;
    margin: 0px 0px 10px;
    padding: 0px;
    color: #414042;
  }

  .totalRow {
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid #d7d9da;
  }

  .smallPhotoArea {
    width: 100%;
    margin-top: 0px;
  }

  #carousel {
    display: none;
  }

  .addtocartbtn {
    width: calc(100% - 2px);
    text-align: center;
    padding: 8px 0;
    border: 1px solid #ccc;
    margin: 0 0 10px;
    font-size: 100%;
  }

  .addbtn_active {
    border: 1px solid #000 !important;
    background-color: #efefef;
  }

  .qtybtn {
    width: 28px;
    float: left;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 150%;
    font-weight: 100;
    background-color: #000;
    color: #FFF;
    cursor: pointer;
  }

  .qtybox {
    width: calc(100% - 102px);
    padding: 0 10px;
    margin: 0 10px 10px;
    float: left;
    height: 28px;
  }

  .couponcode, .qtybox, .qtybtn {
    border: 1px solid #d8d8d8;
  }

  .addbtn {
    background-color: #000;
    text-align: center;
    padding: 3% 0;
    color: #FFF;
  }

  .addbtn, .clearleft, .data, .photo_thumb, .proHeader {
    clear: left;
  }

  .productheader {
    font-size: 180%;
    text-align: left;
    padding: 0 0 15px;
  }

  .amountblock {
    padding: 8px;
    background-color: #eaeaea;
  }

  .oriprice {
    font-size: 30px;
    padding: 0 0 15px 0;
    font-family: RobotoLight, 微軟正黑體, Microsoft JhengHei;
  }

  .detailblock {
    padding: 0px 15px 15px;
  }

  .productinfo {
    padding: 15px 0;
  }

  .related {
    padding: 25px 15px;
    border-top: 1px solid #efefeb;
    margin: 20px 0 0 0;
  }

  .relatedblock {
    display: inline-block;
    width: calc(100% - 2px);
    padding: 0 0 10px;
    background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
    border: 1px solid #efefeb;
  }

  .relatedimg {
    width: 100%;
    margin: 0%;
    display: block;
  }

  .relatedimg img {
    width: 100%;
    height: auto;
  }

  .sub-header {
    font-size: 110%;
    padding: 0 0 20px 0;
  }

  .rblock {
    width: calc(50% - 12px);
    /* float: left; */
    padding: 0 0 15px 0;
    font-family: RobotoLight, 微軟正黑體, Microsoft JhengHei;
    margin: 0 5px 5px;
    display: inline-block;
  }

  .relatedbtn {
    padding: 10px 0;
    width: 96%;
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    margin: 0 2%;
    cursor: pointer;
    font-size: 90%;
  }

  .relatedname {
    padding: 10px 10px 20px;
    font-size: 93%;
    color: #333;
    overflow: hidden;
    text-wrap: nowrap;
  }

  .fullwidthinputselect {
    width: 100%;
    height: auto;
    border: 1px solid #d4d4d4;
    margin: 0 0 3%;
    background: #FFF url(../images/select.svg) no-repeat right;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /*font-family: Gotham-Book;*/
    padding: 10px;
    border-radius: 5px;
    display: block;
    font-size: 90%;
    line-height: 24px;
  }

  .fullwidthinputselect2 {
    width: 100%;
    height: auto;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 1.5% 0 0;
    background: #FFF url(/images/select.svg) no-repeat right;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /*font-family: Gotham-Book;*/
    padding: 10px 2%;
    display: block;
    font-size: 90%;
    line-height: 24px;
  }

  .fullwidthinputselect3 {
    width: calc(80% - 20px);
    height: auto;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 0 auto 10px;
    background: #FFF url(/images/select.svg) no-repeat right;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /*font-family: Gotham-Book;*/
    padding: 5px;
    display: block;
    font-size: 90%;
    line-height: 18px;
  }

  .fullwidthinputhalf {
    width: 96%;
    height: 20px;
    border: 1px solid #d4d4d4;
    margin-top: 1.5%;
    background: #FFF;
    /*font-family: Gotham-Book;*/
    padding-right: 2%;
    padding-left: 2%;
    display: block;
  }

  .fullwidthtextfield {
    width: calc(100% - 20px);
    height: 60px;
    border: 1px solid #d4d4d4;
    margin: 3px 0 0%;
    background: #FFF;
    border-radius: 5px;
    /* font-family: Gotham-Book;
    [disabled]padding-right: 2%; */
    /* [disabled]padding-left: 2%; */
    padding: 10px;
    display: block;
    font-size: 90%;
    font-family: arial;
    letter-spacing: 1px;
  }

  .pitleft {
    float: left;
    width: calc(100% - 82px);
    padding: 20px;
    border: 1px solid #ebebeb;
    margin: 90px 20px 20px;
  }

  .pitright {
    float: left;
    width: calc(100% - 82px);
    padding: 20px;
    border: 1px solid #ebebeb;
    margin: 0 20px 20px;
  }

  .submitbtn {
    background-color: #333;
    color: #fff;
    text-align: center;
    /* height:33px; */
    /* line-height:33px; */
    border: none;
    width: 100%;
    margin: 35px 0 0;
    padding: 15px 0;
    cursor: pointer;
  }

  .logoutmenu {
    position: absolute;
    display: none;
    top: 70px;
    padding: 10px 25px;
    left: 0;
    color: #fff;
    /* float: unset; */
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
  }

  .logoutmenu a {
    color: #fff;
    display: block;
    padding: 10px;
  }

  .catercolL, .catercolR {
    padding: 0 0 15px;
  }

  .topreg {
    padding: 15px 5px;
    display: block;
    text-align: right;
    color: #fff;
  }

  .max40 {
    width: calc(100% - 40px);
    left: 0%;
    right: 0%;
  }

  .max80 {
    width: calc(100% - 40px);
    left: 0%;
    right: 0%;
  }

  .detailrow {
    padding: 10px 0;
  }

  .catsection {
    max-width: 450px;
    margin: auto;
  }

  .mblock {
    padding: 0px;
  }

  .subnavlink {
    background: url(../images/navicon.svg) no-repeat left center;
    background-attachment: local;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
  }

  .caterarea {
    padding: 20px;
  }

  .bookdetail {
    padding: 10px;
    text-align: left;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    max-height: 200px;
    overflow: auto;
    margin: 0 0 20px;
  }

  .tabheader {
    border: 1px solid #e0e0e0;
    margin: 15px 0 0;
  }

  .addbtn:hover, .qtybtn:hover, .relatedbtn:hover {
    background-color: #282828;
  }

  .bannerslider {
    margin-top: 70px;
  }

  .expadding {
    padding: 38px;
  }
  .smallmenu ul li a.nosublink {
    padding: 0px;
  }
}
@media screen and (min-width: 375px) {
  .bestimg {
    padding: 0px 0;
  }
}
@media screen and (min-width: 768px) {
  .threecolumn {
    width: calc(33.33% - 20px);
    padding: 0 0 20px;
    float: left;
    display: block;
    margin: 10px;
  }

  .feaimg {
    display: block;
    margin: auto;
    width: calc(100% - 2px);
    margin: 1px auto;
  }

  .detailrow {
    padding: 0px 0;
  }

  /*
  .fourcolumn:nth-child(4){
  	width:calc(25% - 10px);
  	padding:0px;
  	float:left;
  	display:block;
  	margin:10px;
  }*/
  .fea_header {
    text-transform: uppercase;
    font-size: 110%;
    font-family: RobotoLight, 微軟正黑體, Microsoft JhengHei;
    padding: 20px 10px;
  }

  .feaname {
    font-size: 18px;
    padding: 30px 0 15px;
    height: 50px;
  }

  .bestname {
    font-size: 18px;
    height: 60px;
    padding: 15px;
  }

  .feature {
    position: relative;
  }

  .bestseller {
    padding: 0 0 30px 0;
  }

  .productname {
    color: #333;
    padding: 10px 10px 10px;
    height: auto;
    font-weight: bold;
    max-height: 38px;
    overflow: hidden;
  }

  .bestimg {
    padding: 0;
  }

  .sCol3 {
    float: left;
    margin: 0px 0% 0px 0px;
    padding: 1% 0;
    width: 100%;
  }

  #carousel {
    display: block;
  }

  .relatedblock {
    display: inline-block;
    /*width:100%;*/
    padding: 0 0 10px;
    width: calc(100% - 2px);
  }

  .rblock {
    display: inline-block;
    width: calc(50% - 22px);
    /* float: left; */
    padding: 0 10px 2% 0;
    height: 330px;
  }

  /*.rblock:nth-child(even) {
  	display: block;
  	width: 49%;
  	float: left;
  	padding:0 0 2%;
  }*/
  .lCol1 {
    width: 40%;
    padding: 0 2% 0 0;
  }

  .lCol2 {
    width: 15%;
    padding: 0 2% 0 0;
  }

  .lCol3 {
    width: 25%;
    padding: 0 3%;
  }

  .lCol4 {
    width: 5%;
  }

  .max40 {
    width: 50%;
    left: 25%;
    right: 25%;
  }

  .max80 {
    width: 80%;
    left: 10%;
    right: 10%;
  }

  .formcol1 {
    display: inline-block;
    width: 25%;
  }

  .formcol2 {
    display: inline-block;
  }

  .catsection {
    max-width: 100%;
    margin: auto;
  }

  .onecolumn {
    width: calc(50% - 15px);
    padding: 0px 0 5px;
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0;
    text-align: center;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 15px;
  }

  .container {
    margin: auto;
  }

  #header {
    background-color: #000;
    max-height: 113px;
    font-size: 0.8em;
    position: relative;
    padding: 10px 0 0 0;
  }

  .bx-wrapper {
    position: relative !important;
    top: 0px;
    /*z-index: 100;*/
  }

  .toplogo {
    width: 160px;
    height: 60px;
    background: url(/images/top-logo.svg) no-repeat 0px center;
    background-size: contain;
    margin: 0 15px 0 0;
    display: block;
    /* width: 100%; */
    padding: 10px 0 0 0;
    float: none;
  }

  .toplogo img {
    max-height: 110px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .toprightblock {
    /*float: right;
    max-width:40%;*/
    display: inline;
    max-width: 300px;
    /*height: 110px; */
  }

  .topfunction {
    margin: 0;
    padding: 5px 5px 0px 15px;
    max-width: 300px;
    float: right;
    width: auto;
    /*border-right:1px solid #fff;*/
  }

  .topicon {
    padding: 7px 10px;
    line-height: 15px;
  }

  .topsep {
    display: block;
  }

  .largenav {
    display: inline-block;
  }

  .topblock {
    display: block;
  }

  #langblock {
    display: block;
    float: right;
    margin: 5px 0 0;
  }

  #langblock .topicon {
    width: auto;
  }

  .searchmenu {
    top: 43px;
    left: auto;
    /*right:0;*/
    width: auto;
    padding: 20px;
    z-index: 100;
    display: none;
    width: 350px;
    /*-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
  }

  .loginmenu {
    top: 43px;
    left: auto;
    /*right:0;*/
    width: auto;
    padding: 20px;
    z-index: 100;
    display: none;
    max-width: 350px;
    width: 350px;
    /*-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
  }

  .smallnav, .smallmenu {
    display: none;
  }

  .nav {
    text-transform: uppercase;
    letter-spacing: 1.15px;
    width: 100%;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    position: relative;
    background-color: #000;
    margin: 0 auto;
    /*max-width: 1076px;
    font-family:arial, 微軟正黑體, Microsoft JhengHei;*/
  }

  #nav li a {
    display: block;
  }

  .nav_submenu {
    display: none;
    width: calc(100% - 23px);
  }

  .nav_menu {
    /*position:relative;*/
    display: block;
    padding: 12px 15px;
    float: left;
    color: #FFF;
    cursor: pointer;
    line-height: 150%;
  }

  .navmenu {
    /*position:relative;*/
    display: block;
    padding: 12px 15px;
    float: left;
    color: #FFF;
    cursor: pointer;
    line-height: 150%;
  }

  .navmenu:hover, .nav_submenu span:hover {
    color: #00c2f3 !important;
  }

  .subitem {
    display: block;
    float: none;
    padding: 10px;
    text-transform: uppercase;
  }

  .nav_catmenu {
    width: auto !important;
    min-width: 150px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 45px;
    left: 0px;
    padding: 0px !important;
    display: none;
    z-index: 101;
  }

  .submenu:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .nav_catmenu li a {
    display: block;
    height: auto;
    padding: 8px 15px;
    color: #FFF;
    float: none !important;
  }

  .submenu {
    display: block;
    border-bottom: 1px solid #fff;
  }

  .prev_active {
    left: 10px;
    background: rgba(0, 0, 0, 0.7) url(/images/arrow-stroke-white-left.svg) no-repeat center center;
    -webkit-background-size: 60% 60%;
    -moz-background-size: 60% 60%;
    -o-background-size: 60% 60%;
    background-size: 60% 60%;
    display: block;
  }

  .next_active {
    right: 10px;
    background: rgba(0, 0, 0, 0.7) url(/images/arrow-stroke-white-right.svg) no-repeat center center;
    -webkit-background-size: 60% 60%;
    -moz-background-size: 60% 60%;
    -o-background-size: 60% 60%;
    background-size: 60% 60%;
    display: block;
  }

  .featured {
    padding: 7px 0 10px;
  }

  .breadcrumbarea {
    padding: 0;
  }

  .fea_header {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    padding: 25px 0 10px 10px;
  }

  .feabtn {
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #000;
    width: calc(80% - 50px);
    margin: 0 auto;
    max-width: 200px;
  }

  .detailayer {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 20px);
    margin: 10px;
    padding: 0;
    z-index: 100;
    top: 0px;
  }

  .footer {
    padding: 25px 0;
    /*background-color:#000;*/
  }

  .sharearea {
    padding: 0 10px;
    width: auto;
    margin: auto;
  }

  .bestname {
    min-height: 36px;
    max-height: 47px;
  }

  .cartquantity {
    top: -12px;
    color: #fff;
    border: 1px solid #fff;
  }

  .cartRow {
    margin: 1.5% 0px;
    padding: 0px;
    /*font-size: 12px;*/
  }

  .subtotal {
    padding: 25px 0px 15px;
    border-top: 1px solid #d7d9da;
    border-bottom: 1px solid #d7d9da;
    /*font-size: 12px;*/
  }

  .sCol1 {
    width: 25%;
    /* float: left; */
    display: inline-block;
    padding: 0px 10px;
  }

  .sCol2 {
    width: 25%;
    display: inline-block;
    /* float: left; */
  }

  .sCol3 {
    /* [disabled]width: 20%; */
    /* float: left; */
    /* margin: 0px 5% 0px 0px; */
    /* padding: 1% 0px 0px; */
    width: 31.3%;
    padding: 0 3% 0 0;
    display: inline-block;
  }

  #form_cart .sCol3:last-child {
    padding: 0;
  }

  .couponRow {
    width: 30%;
    margin: 0px;
    padding: 0px 10px 3%;
    display: block;
  }

  .shippingRow {
    margin: 0px;
    padding: 0px 10px 3%;
  }

  .sCol4 {
    width: 28%;
    float: left;
    margin: 0px;
    padding: 1% 0px 0px;
  }

  .basket {
    padding: 25px 0px 80px;
    border-top: 1px none #CCC;
    border-bottom: 1px none #CCC;
  }

  .subHeader {
    text-transform: uppercase;
    color: #414042;
    margin: 0px;
    padding-bottom: 1.5%;
    font-weight: bold;
  }

  .shipCol1 {
    float: left;
    /*width: 30%;*/
  }

  .shipCol2 {
    float: left;
    width: 30%;
  }

  .shipCol3 {
    float: left;
    width: 30%;
    display: block;
  }

  .shipRow {
    padding: 0% 0px 1.5%;
  }

  .fedexImage {
    background: url(../images/fedex_logo.png) no-repeat 29px center;
    height: 22px;
  }

  #shipmenu {
    width: 40%;
  }

  .shipHeader {
    width: 100%;
  }

  .qBox {
    width: 50px;
    text-align: center;
  }

  #result_reply {
    font-size: 100%;
  }

  .tableContainer {
    display: table;
    width: 100%;
  }

  .infoTable td {
    padding: 1%;
  }

  .cCol1 {
    float: left;
    width: 20%;
    margin-right: 3%;
    /*font: 14px RobotoRegular;*/
  }

  .cCol3 {
    float: left;
    width: 77%;
    /*font: 14px RobotoRegular;*/
  }

  .cRow {
    margin: 1% 0%;
  }

  .cHeader {
    font: 15px RobotoBold;
    margin: 1% 0%;
  }

  .cartConfirmHeader {
    width: 100%;
    clear: both;
    font-size: 14px;
    /* [disabled]font-family: SabonLTStdRoman; */
    border-bottom: 1px solid #CCC;
    float: left;
    margin: 0px 0px 1%;
    padding: 0px 0px 1%;
  }

  .remark {
    clear: both;
    padding: 0;
    font-size: 100%;
  }

  .infotable {
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 100%;
  }

  .tRow {
    /*margin: 1% 0px;*/
    padding: 8px 0px;
    border-bottom: 1px solid #efefef;
  }

  .tCol1 {
    float: left;
    width: 23%;
    margin: 0px 2% 0px 0px;
    padding: 0px;
  }

  .tCol2 {
    float: left;
    width: 75%;
    /*color: #939598;*/
  }

  .shipInfo {
    text-transform: uppercase;
    /*font-size: 14px;
    font-family: SabonLTStdRoman;*/
    margin: 0px 0px 15px;
    padding: 18px 0px 0px;
    border-top: 1px solid #d7d9da;
  }

  .page_navigation {
    clear: both;
    display: block;
    height: 50px;
    width: 50%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    /*padding-left: 3%;*/
    padding-left: 24%;
  }

  #cartIcon {
    background: url(../images/cart_icon.png) no-repeat center center;
    background-attachment: local;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
  }

  .cartCount {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    line-height: 15px;
    font-size: 10px;
    /*margin-left: 24%;*/
  }

  .bbg {
    text-transform: uppercase;
    font: 12px RobotoRegular;
    margin: 2%;
    /* [disabled]padding-top: 2%; */
    padding-bottom: 3%;
  }

  .thankyou {
    font-size: 12px;
    line-height: 30px;
  }

  .order {
    font-size: 12px;
    line-height: 30px;
  }

  .successHeader {
    border-top: 1px solid #d7d9da;
    border-bottom: 1px solid #d7d9da;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 5%;
    margin-bottom: 2%;
  }

  #eventList {
    max-width: 980px;
    padding: 0px 0px 10px;
    margin: 0 auto 20px auto;
    padding: 60px 0 0 0;
  }

  .eveFormColL {
    float: left;
    width: 74.985%;
    padding: 0;
  }

  .eveFormColR {
    float: left;
    width: 25%;
    padding: 0;
  }

  .fourCol {
    width: 22.995%;
    margin-right: 2%;
    float: left;
  }

  .threeCol {
    width: 31.326%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }

  .threeCol2 {
    width: 64.3%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }

  .generalView {
    max-width: 1076px;
    margin: auto;
    padding: 25px;
  }

  .leftContent {
    width: 62%;
    padding: 0 3% 0 0;
    float: left;
  }

  .rightContent {
    display: block;
    font-size: 90%;
    width: 33%;
    float: left;
  }

  .pCol1 {
    float: left;
    height: auto;
    width: 55%;
    font-size: 100%;
    /* [disabled]color: #414042; */
  }

  .pCol2 {
    float: left;
    height: auto;
    width: 20%;
    font-size: 100%;
    text-align: center;
  }

  .pCol3 {
    /* float: left; */
    height: auto;
    /* width: 20%; */
    font-size: 100%;
    text-align: right;
  }

  .pName {
    display: block;
  }

  .pRow {
    font-size: 100%;
    font-family: RobotoRegular;
    margin: 0px 0px 0px;
    padding: 0px;
    color: #414042;
  }

  .totalRow {
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid #d7d9da;
  }

  .productimg {
    width: 50%;
    float: left;
    margin: 0 30px 0 0;
  }

  .productinfo {
    width: 46%;
    float: left;
  }

  .detailblock {
    padding: 0px;
  }

  .smallPhotoArea {
    width: 100%;
    margin-top: 0px;
  }

  .addtocartbtn {
    width: 99%;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    cursor: pointer;
    font-size: 18px;
  }

  .addtocartbtn:hover {
    border: 1px solid #999;
    background-color: #f3f3f3;
  }

  .addbtn {
    background-color: #000;
    text-align: center;
    padding: 3% 0;
    color: #FFF;
    cursor: pointer;
    font-size: 120%;
  }

  .productheader {
    font-size: 32px;
    padding: 0 0 25px;
  }

  .productinfo {
    font-size: 14px;
    line-height: 170%;
  }

  .pitleft, .pitright {
    font-size: 14px;
  }

  .related {
    padding: 25px 0;
    border-top: 1px solid #efefeb;
    margin: 20px 0 0 0;
  }

  .relatedblock {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px;
  }

  .relatedimg {
    /*width: 96%;
    margin: 2%;*/
    display: block;
  }

  .rblock {
    display: inline-block;
    width: calc(25% - 14px);
    /* float: left; */
    padding: 0;
    height: 250px;
  }

  /*.rblock:nth-child(even) {
  	display: block;
  	width: 24%;
  	float: left;
  	padding:0 1% 0 0;
  }
  .rblock:nth-child(4) {
  	display: block;
  	width: 24%;
  	float: left;
  	padding:0;
  }*/
  .relatedimg img {
    width: 100%;
    height: auto;
  }

  .sub-header {
    padding: 0 0 20px 0;
  }

  .oriprice {
    font-size: 30px;
    padding: 0 0 15px 0;
    /*font-family: RobotoLight, 微軟正黑體, Microsoft JhengHei;*/
  }

  .pitleft {
    float: left;
    width: calc(50% - 82px);
    padding: 20px;
    border: 1px solid #ebebeb;
    margin: 20px;
  }

  .pitright {
    float: left;
    width: calc(50% - 82px);
    padding: 20px;
    border: 1px solid #ebebeb;
    margin: 20px;
  }

  .submitbtn {
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    /* height:33px; */
    /* line-height:33px; */
    border: none;
    width: 100%;
    margin: 35px 0;
    padding: 15px 0;
    cursor: pointer;
    font-size: 105%;
  }

  .logoutmenu {
    position: absolute;
    display: none;
    top: 38px;
    padding: 10px 25px;
    left: -50px;
    width: 300px;
  }

  .topicon {
    position: relative;
  }

  .fullwidthtextfield {
    width: calc(100% - 20px);
    height: 60px;
    border: 1px solid #d4d4d4;
    margin: 0;
    background: #FFF;
    /* font-family: Gotham-Book;
    [disabled]padding-right: 2%; */
    /* [disabled]padding-left: 2%; */
    padding: 10px;
    display: block;
    font-size: 90%;
    letter-spacing: 1px;
  }

  .catsection {
    max-width: 100%;
    margin: 0;
  }

  .onecolumn {
    width: calc(25% - 20px);
    padding: 0px;
    display: inline-grid;
    margin: 10px 5px;
    height: 300px;
    /*max-height:325px;*/
  }

  .fourcolumn {
    width: calc(25% - 22px);
    padding: 0px;
    float: left;
    display: block;
    margin: 10px;
  }

  .fourcolumn:nth-child(even) {
    width: calc(25% - 22px);
    padding: 0px;
    float: left;
    display: block;
    margin: 10px;
  }

  .mblock {
    padding: 5%;
    /*display: table-cell;*/
  }

  .nav_submenu {
    position: absolute;
    left: 0;
    top: 43px;
    background-color: #333;
    padding: 10px 15px 10px 8px;
    /*width: 100%;*/
  }

  .bcontainer {
    max-width: 1056px;
    margin: auto;
    display: block;
  }

  .logoutmenu a {
    color: #fff;
    display: block;
    padding: 10px 5px;
  }

  .caterarea {
    padding: 20px;
  }

  .bookdetail {
    padding: 10px;
    text-align: left;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    max-height: 500px;
    overflow: auto;
  }

  .tabheader {
    margin: 20px 0 0;
  }

  .bannerslider {
    margin-top: 0px;
    max-height: 815px;
  }

  .expadding {
    padding: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .onecolumn {
    height: auto;
  }
}
#msg {
  /*height: 100%;*/
  left: 0px;
  top: 0px;
  z-index: 10;
  display: block;
  /* [disabled]opacity: 0.4; */
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
  /* [disabled]min-height: 400px; */
}

#mask {
  z-index: 999;
  /* [disabled]filter: alpha(opacity=50); */
  /*older IE*/
  /* [disabled]filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
  /* IE */
  /* [disabled]-moz-opacity: .50; */
  /*older Mozilla*/
  /* [disabled]-khtml-opacity: 0.5; */
  /*older Safari*/
  /* [disabled]opacity: 0.5; */
  /*supported by current Mozilla, Safari, and Opera*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*text-align: center;*/
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

#mask #msg {
  background-color: rgba(0, 0, 0, 0.8);
  /*height: 25%;*/
  border: 5px solid #00c2f3;
  z-index: 100;
  color: #FFF;
  font-size: 90%;
  font-weight: bold;
  /*text-align: center;
  top:0;
  bottom:0;
  left:0;
  right:0;*/
  display: inline-block;
  margin: auto;
  max-height: 90%;
  overflow: auto;
  max-width: 1280px;
}

#mask #reg {
  background-color: rgba(0, 0, 0, 0.8);
  height: auto;
  border: 5px solid #00c2f3;
  position: absolute;
  z-index: 100;
  /*
     margin-left: -25%;
     margin-top: -20%;
  width:80%;*/
  padding: 15px;
  color: #FFF;
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  display: table;
  margin: auto;
  /*height: 50%;*/
}

.captcha {
  padding: 8px 0;
}

#reg a {
  color: #fff;
}

.mblock {
  /*display: flex;*/
  vertical-align: middle;
  font-weight: normal;
  overflow: auto;
  max-height: 90%;
  /*width: calc(100% - 10%);*/
}

#mask #closeBtn {
  /*height: 28px;
     width: 28px;
     position: absolute;*/
  z-index: 1000;
  text-align: left;
  background-image: url(/images/close.gif);
  background-repeat: no-repeat;
  background-position: center center;
  /*right: 0px;
  top:0px;*/
  cursor: pointer;
  float: right;
}

.blackclose {
  height: 28px;
  width: 28px;
  position: absolute;
  z-index: 1000;
  text-align: left;
  background-size: contain;
  background-image: url(/images/blackclose.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0px;
  /*top:0px;*/
  cursor: pointer;
}

.whiteclose {
  height: 22px;
  width: 22px;
  /*position: absolute;*/
  z-index: 1000;
  text-align: left;
  background-size: contain;
  background-image: url(/images/close.gif) !important;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0px;
  /*top:0px;*/
  cursor: pointer;
}

.cartblock {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.addtocarttxt {
  text-align: center;
  display: block;
  padding: 8vw 10px;
  margin: auto;
  width: calc(100% - 20px);
}

.blacktxt {
  color: #000;
}

.whitetxt {
  color: #FFF;
}