@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
.AsherPrdListCont {
  position: relative;
}
#id_ContentBottom {
  width: 100%;
}
.PrdList .AsherPrdListCont {
  text-align: center;
}
.AsherPrdContent .PrdTitleURL {
  text-decoration: unset;
}
.PrdList .divCell {
  width: 330px !important;
  display: inline-block;
}
.PrdList .divCell {
  padding: 15px !important;
}
.divCell {
  position: unset !important;
}
.linked1 {
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 20px;
  color: #ffffff;
  background: #4692e7;
  border-color: #4692e7;
  display: block;
  cursor: pointer;
  margin: 20px 30px 35px;
}
.linked1:hover {
  background: #1374e0;
  transition: all 0.4s;
}
.AsherPrdContent {
  width: 65%;
  float: left;
  margin: 25px 16px 25px 27px;
}
.PrdList .AsherPrdListCont ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.PrdList {
  margin: 30px auto;
}

.PrdList {
  height: 100% !important;
  text-align: center;
}

.AsherPrdHint {
  text-decoration: line-through;
  font-size: 14px;
}

.ulIconSale {
  list-style-type: none;
  left: -10px;
  margin-top: 1em;
  position: absolute;
  padding: 0px;
}

.AsherPrdPriceHint {
  color: #8c8c8c;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 16px 10px 27px;
  box-sizing: border-box;
}

.AsherdivExtInfo {
  display: inline-block;
  width: 100%;
}

.PrdImgM0 {
  width: 100%;
}
.PrdList .PrdCell .AsherPrdContent {
  width: 100%;
  margin: 0px;
}

.divCell {
  position: unset !important;
}
.PrdList .PrdCell .PrdTitle {
  line-height: 125%;
  margin: 25px 16px 10px 27px;
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.PrdList .PrdCell .PrdDesc {
  line-height: 200%;
  color: #8c8c8c;
  text-align: left;
}
.AsherdivExtInfo .liExtEms {
  padding: 0px !important;
}
.AsherdivExtInfo .liExtEms:last-child {
  padding-bottom: 0px !important;
}
.AsherdivExtInfo .liExtEmv {
  list-style-type: none;
  text-align: left;
  color: #555555;
  font-size: 14px;
  margin: 0px 27px;
  font-weight: 500;
}

.AsherdivExtInfo .liExtEmt {
  display: none;
}
.AsherdivExtInfo .liExtEmd {
  display: none;
}

.PrdList .PrdCell .AsherPrdPrice {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 150%;
  color: #4692e7;
  /* width: 90%; */
}
.PrdList .PrdCell .AsherPrdPrice .PriceName {
  display: none;
}
.PrdList .liCell {
  padding: 0px;
}

.PrdList .divCell {
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  vertical-align: top;
}
.PrdList .liCell {
  text-align: center;
  padding: 0px;
  border: 1px solid #dddddd;
  overflow: unset;
}

.PrdList .PrdCell .PrdImgM {
  margin-bottom: 8px;
  width: 100%;
}
.PrdList .PrdCell .PrdImgM img {
  width: 100%;
}

.PrdList .PrdCell .PrdCtrl {
  margin-bottom: 8px;
}
.AsherPrdPriceHint .DollarSign {
  color: #8c8c8c;
}
.PrdList .PrdCell .AsherPrdPriceHint .DollarSign {
  color: #8c8c8c;
}
.PrdList .PrdCell .AsherPrdPrice .DollarSign {
  color: #4692e7;
}
.AsherPrdPrice .DollarSign {
  color: #69abe7;
  font-weight: bold;
}
.AsherPrdPrice {
  text-decoration: unset;
}
.AsherPrdPriceHint .PriceHintName {
  display: none;
}

@media screen and (max-width: 770px) {
  .PrdList .divCell {
    width: 100% !important;
    padding: 15px 0px !important;
  }
}

/*頁面css*/
.txt_CountNumL {
  display: none;
}
.txt_CountNumR {
  display: none;
}
.txt_PageNum {
  display: none;
}

#PageCtrl .RecCount {
  display: none;
}
#PageCtrl .ThisPage {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #467fe7;
  color: #e1e1e1;
  line-height: 45px;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.2s;
  border: 1px solid #467fe7;
  text-decoration: none;
}
#PageCtrl .OtherPage {
  display: inline-block;
  width: 45px;
  transition: all 0.2s;
  height: 45px;
  margin-right: 5px;
  line-height: 45px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #e1e1e1;
  text-decoration: none;
}

#PageCtrl a {
  background: #e1e1e1;
  color: black;
  border-color: #e1e1e1;
  transition: all 0.2s;
}
#PageCtrl a:hover {
  background: #467fe7;
  color: #e1e1e1;
  border-color: #467fe7;
  transition: all 0.2s;
}
#PageCtrl .PageBtn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #e1e1e1;
  text-decoration: none;
}

#PageCtrl .spPageCtrl {
  display: none;
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf)
      format("opentype");
}

/* login icon*/
/*.fa.fa-user-circle {
	position: relative;
   	 width: 16px;
    	font-size: 14px;
	display:inline-block;
	color:#4692e7;
 	background-color: #ffffff;
    	padding: 2px 9.5px;
    
}*/
/*  icon*/
.AsherdivExtInfo .liExtEmv .fa {
  font-size: 14px;
  position: relative;
  color: #4692e7;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 2px 9px;
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("fonts/ElegantIcons.eot");
  src: url("fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("fonts/ElegantIcons.woff") format("woff"),
    url("fonts/ElegantIcons.ttf") format("truetype"),
    url("fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_clock_alt {
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  width: 20px;
  text-align: center;
  position: relative;
  color: #4692e7;
  background-color: #ffffff;
  padding: 2px 9px;
  margin-right: 5px;
  display: inline-block;
}

.icon_clock_alt:before {
  content: "\7d";
}

.takeoff {
  width: 16px;
  display: inline-block;
  color: #4692e7;
  background-color: #ffffff;
  padding: 2px 9px;
  margin-right: 5px;
}
.takeoff img {
  width: 14px;
}

.landout {
  width: 16px;
  display: inline-block;
  color: #4692e7;
  background-color: #ffffff;
  padding: 2px 9px;
  margin-right: 5px;
}

.landout img {
  width: 14px;
}
