.slick-slide {
  outline: 0 !important;
}
.slick-prev,
.slick-next {
  z-index: 10;
}
.comp-pdt-blk {
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  position: relative;
}
.comp-pdt-blk .discount {
  color: #bc2727;
  display: block;
  padding-left: 2px;
  font-size: 0.85em;
}
.comp-pdt-blk-wrapper {
  padding-bottom: 1em;
  background: white;
  position: relative;
  display: block;
}
.comp-pdt-blk-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.comp-pdt-blk-img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width:  767px ) {
  .comp-pdt-blk-img {
    border: 0;
  }
}
.comp-pdt-blk-img-wrapper {
  display: block;
}
.comp-pdt-blk-img-wrapper-img-container {
  background: url('/en/img/ui/ajax-loader.gif') no-repeat center center;
  background-size: 20px 20px;
}
.comp-pdt-blk-metal {
  text-align: center;
  display: block;
}
.comp-pdt-blk-metal-type {
  padding: 2px;
  margin: 3px 0 ;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
}
.comp-pdt-blk-metal-type.active {
  border-color: #C69967;
}
.comp-pdt-blk-metal-type img {
  margin: 0;
}
.comp-pdt-blk-tags {
  /*
  position: absolute;
  top: 5px;
  left: 5px;
  */
  z-index: 10;
  margin-bottom: 5px;
}
.comp-pdt-blk-tag {
  display: inline-block;
  font-size: 0.75em;
  padding: 0.25em 0.5em;
  border: 1px solid #E9E7E8;
  color: #95989A;
  margin-bottom: 0.25em;
  background: white;
}
.comp-pdt-blk-name {
  color: black;
  font-size: 17px;
  min-height: 1.2em;
}
.comp-pdt-blk-material {
  color: black;
  font-size: 13px;
}
.comp-pdt-blk-price {
  color: #C69967;
  font-size: 13px;
  margin-top: 2px;
  white-space: nowrap;
}
.comp-pdt-blk-price .price-original {
  color: #95989A;
  display: inline-block;
  text-decoration: line-through;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.comp-pdt-blk-price .price-new {
  border-left: 1px solid #95989A;
  padding-left: 0.5em;
  margin-left: 0.25em;
  display: inline-block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.comp-pdt-blk-actions {
  display: block;
  text-align: center;
  border-top: 1px solid #C69967;
  margin: 0 auto;
  max-width: 200px;
  margin-top: 5px;
  padding-top: 5px;
  white-space: nowrap;
}
.comp-pdt-blk-actions a {
  color: #C69967;
  display: inline-block;
  padding: 0 0.75em;
  font-size: 11px;
}
.comp-pdt-blk-actions a + a {
  border-left: 1px solid #C69967;
}
.comp-pdt-blk-actions a + a:before {
  content: ' ';
  min-width: 0.5em;
  display: inline-block;
}
@media (max-width:  767px ) {
  .comp-pdt-blk-name {
    font-size: 12.75px;
  }
  .comp-pdt-blk-material {
    font-size: 11.05px;
  }
  .comp-pdt-blk-price {
    font-size: 11.05px;
  }
  .comp-pdt-blk-actions a {
    padding: 0 0.25em;
  }
}
@media (max-width: 374px) {
  .comp-pdt-blk-actions a {
    padding: 0 0.25em;
    display: block;
  }
  .comp-pdt-blk-actions a + a {
    border: 0px;
    margin-top: 5px;
  }
  .comp-pdt-blk-actions a + a:before {
    display: none;
  }
}
.fancy-pdt-blk {
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  display: block;
  position: relative;
}
.fancy-pdt-blk-wrapper {
  position: relative;
  padding-bottom: 1em;
}
.fancy-pdt-blk-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #888;
  color: white;
  font-size: 11px;
  padding: 0.5em;
  z-index: 9;
  text-transform: uppercase;
}
.fancy-pdt-blk.fancy-static-img .fancy-pdt-blk-wrapper {
  padding-bottom: 0;
}
.fancy-pdt-blk.fancy-static-img .fancy-pdt-blk-wrapper .fancy-pdt-blk-img {
  margin: 0;
}
.fancy-pdt-blk.fancy-static-img .fancy-pdt-blk-wrapper .fancy-pdt-blk-img img {
  display: block;
  padding: 0 !important;
}
.fancy-pdt-blk-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.fancy-pdt-blk-img .btn-action {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}
.fancy-pdt-blk-img img {
  width: 100%;
  padding: 0%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width:  1201px ) {
  .fancy-pdt-blk-img:hover .btn-action {
    display: block;
  }
  .fancy-pdt-blk-img:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
}
.fancy-pdt-blk-name {
  color: black;
  font-size: 30px;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.fancy-pdt-blk-desc {
  color: #7F7F7F;
  font-size: 14px;
}
.fancy-pdt-blk-price {
  color: #C69967;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 20px;
}
@media (max-width:  767px ) {
  .fancy-pdt-blk-name {
    font-size: 26.25px;
  }
  .fancy-pdt-blk-desc {
    font-size: 12.25px;
  }
  .fancy-pdt-blk-price {
    font-size: 17.5px;
  }
}
.row-pdt {
  margin-left: 0;
  margin-right: 0;
}
.row-pdt .col-pdt {
  padding-left: 0px;
  padding-right: 0px;
}
#table-shopping-bag {
  width: 100%;
}
#table-shopping-bag tr td {
  vertical-align: top;
  padding: 1em;
}
#table-shopping-bag tr th {
  vertical-align: bottom;
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #95989A;
}
#table-shopping-bag tr th:last-child {
  text-align: right;
}
@media (max-width:  767px ) {
  #table-shopping-bag tr th {
    display: none;
  }
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #table-shopping-bag tr th {
    display: none;
  }
}
#table-shopping-bag tr:not(:last-child) td {
  border-bottom: 1px solid #E9E7E8;
}
#table-shopping-bag .img {
  max-width: 240px;
  min-width: 140px;
}
#table-shopping-bag .info {
  text-align: left;
}
#table-shopping-bag .info .name {
  color: #111;
  font-size: 17px;
}
#table-shopping-bag .info .name .item {
  display: block;
}
#table-shopping-bag .info .serial {
  color: #95989A;
  font-size: 11px;
}
#table-shopping-bag .info .serial .item {
  display: block;
}
#table-shopping-bag .info .misc {
  color: #95989A;
  font-size: 11px;
  margin-top: 1.5em;
}
#table-shopping-bag .info .misc .item {
  display: block;
  margin-bottom: 0.5em;
}
#table-shopping-bag .info .custom-static {
  color: #95989A;
  font-size: 11px;
}
#table-shopping-bag .price {
  text-align: right;
}
#table-shopping-bag .price .item {
  color: #C69967;
  font-size: 17px;
}
#table-shopping-bag .discount {
  white-space: nowrap;
}
#pageOrderConfirmation #table-shopping-bag .discount {
  white-space: normal;
}
#table-shopping-bag .discount .txt {
  display: none;
}
#table-shopping-bag .discount .discountOption {
  margin-bottom: 1em;
}
#table-shopping-bag .discount .discountOption .form-control {
  height: 30px;
  margin-left: 25px;
}
@media (max-width:  767px ) {
  #table-shopping-bag .discount .discountOption .form-control {
    margin-left: 0;
  }
}
@media (max-width:  767px ) {
  #table-shopping-bag {
    display: block;
  }
  #table-shopping-bag tbody,
  #table-shopping-bag tr,
  #table-shopping-bag td {
    display: block;
    border: 0 !important;
    padding: 0;
  }
  #table-shopping-bag tr {
    position: relative;
    margin-bottom: 15px;
  }
  #table-shopping-bag .img {
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 0 0 ;
    max-width: none;
  }
  #table-shopping-bag .info {
    padding: 0;
    padding-left: 35%;
    padding-right: 24px;
  }
  #table-shopping-bag .price {
    padding: 0;
    padding-left: 35%;
    text-align: left;
  }
  #table-shopping-bag .price .removeItem {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }
  #table-shopping-bag .discount {
    display: none;
    padding: 0;
    padding-left: 35%;
  }
  #table-shopping-bag .discount .txt {
    position: absolute;
    display: block;
    left: 0;
  }
}
.customSelect {
  position: relative;
  border: 1px solid #95989A;
}
.customSelect .present {
  white-space: nowrap;
  position: relative;
  background: white;
  z-index: 2;
  pointer-events: none;
  height: 36px;
  line-height: 36px;
  padding: 0 1em;
  color: #454545;
  overflow: hidden;
}
.customSelect .present .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 36px;
  text-align: center;
  width: 20px;
  height: 36px;
  background: white;
}
.customSelect .present .txtLabel {
  display: inline-block;
  margin-right: 2em;
  color: #95989A;
}
.customSelect .present .selected {
  display: inline-block;
}
.customSelect .present .img {
  position: absolute;
  right: 20px;
  top: 6px;
  bottom: 6px;
  width: 24px;
  height: 24px;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.customSelect select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width:  767px ) {
  .customSelect .present .txtLabel {
    margin-right: 1em;
  }
  .customSelect .present .img {
    position: relative;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
  }
}
.select-quantity {
  position: relative;
  padding-left: 100px;
  border: 1px solid #E9E7E8;
}
.select-quantity .label {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100px;
  top: 0;
  line-height: 40px;
  height: 42px;
  display: block;
  color: black;
}
.select-quantity select {
  width: 100%;
  border: 0;
  outline: 0 !important;
  box-shadow: 0 0 0 !important;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.select-quantity .icon {
  position: absolute;
  right: 0;
  width: 38px;
  text-align: center;
  background: white;
  top: 1px;
  height: 38px;
  display: block;
  line-height: 38px;
  pointer-events: none;
}
.ui-options .ui-option {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.ui-options .ui-option.ui-option-block {
  width: 100% !important;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.ui-options.ui-options-txt .ui-option {
  padding: 8px 15px;
  border: 1px solid #E9E7E8;
}
.ui-options.ui-options-txt .ui-option:hover {
  border-color: #C69967;
}
.ui-options.ui-options-txt .ui-option.active {
  background: rgba(198, 153, 103, 0.2);
  border-color: rgba(198, 153, 103, 0.6);
}
.ui-options.ui-options-color .ui-option {
  padding: 4px;
  border: 1px solid transparent;
}
.ui-options.ui-options-color .ui-option img {
  display: block;
}
.ui-options.ui-options-color .ui-option:hover {
  border-color: #C69967;
}
.ui-options.ui-options-color .ui-option.active {
  border-color: rgba(198, 153, 103, 0.6);
}
.ui-options.ui-options-slider .ui-option {
  margin: 0;
  padding: 5px;
  border: 1px solid transparent;
  width: 19%;
  margin: 0.5%;
  float: left;
}
.ui-options.ui-options-slider .ui-option:hover {
  border-color: #C69967;
}
.ui-options.ui-options-slider .ui-option.active {
  border-color: #C69967;
}
@media (max-width:  767px ) {
  .ui-options.ui-options-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
  .ui-options.ui-options-slider .ui-option {
    border-width: 0;
  }
}
.modal-dialog .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 40px;
  cursor: pointer;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95989A;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #95989A;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #95989A;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #95989A;
}
/* slide panel content start */
.slidePanel {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slidePanel.active {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.slidePanel .slidePanel {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slidePanel .slidePanel.active {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.slidePanel .slidePanel-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  font-size: 30px;
  text-align: center;
  height: 120px;
  line-height: 120px;
}
.slidePanel .slidePanel-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0 40px 0 40px;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 2;
  background: white;
  text-align: center;
}
.slidePanel .slidePanel-heading:after {
  content: "";
  height: 120px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -1px;
  white-space: nowrap;
}
.slidePanel .slidePanel-heading .text-title {
  font-size: 20px;
  color: black;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.slidePanel .slidePanel-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 135px 15px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  color: black;
}
/* slide panel content end */
.btn-wish.active {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.lightbox-elm {
  padding: 30px 60px ;
}
.lightbox-elm .lightbox-heading {
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #E9E7E8;
}
.lightbox-elm .lightbox-heading .text-title {
  font-size: 35px;
}
.lightbox-elm .lightbox-body {
  padding-top: 1.5em;
}
.lightbox-elm .lightbox-footer {
  padding-top: 1.5em;
}
@media (max-width:  767px ) {
  .lightbox-elm {
    padding: 15px;
  }
}
#fullPageLoading {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white url('../img/ui/ajax-loader.gif') no-repeat center center;
  opacity: 0.8;
}

#fullPageLoading2 {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.8;
	text-align: center;
	color: #fff;
	font-size: 200%;
}

.countdown-items {
  text-align: center;
}
.countdown-item {
  text-align: center;
  min-width: 56px;
  border: 1px solid #95989A;
  background: white;
  color: #454545;
  padding: 10px 5px;
  display: inline-block;
}
.countdown-item + .countdown-item {
  margin-left: 5px;
}
.countdown-item .countdown-item__number {
  font-size: 40px;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  margin: 0;
  line-height: 1;
}
.countdown-item .countdown-item__unit {
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
  line-height: 1;
  color: #95989A;
  margin-top: 5px;
}
article.static {
  font-size: 13px;
  color: #333;
}
article.static p {
  line-height: 1.4;
  margin: 0;
  margin-bottom: 1.5em;
}
article.static p a {
  color: #C69967;
}
article.static h1,
article.static h2,
article.static h3,
article.static h4,
article.static h5,
article.static h6 {
  margin: 1.5em 0 0.8em;
  line-height: 1.2;
  font-weight: 600;
  color: black;
}
article.static h1 {
  font-size: 2em;
}
article.static h2 {
  font-size: 1.5em;
}
article.static h3 {
  font-size: 1.25em;
}
article.static h4 {
  font-size: 1.1em;
}
article.static h5 {
  font-size: 1em;
}
article.static h6 {
  font-size: 0.8em;
}
article.static ol,
article.static ul {
  margin: 0 0 1.5em 0!important;
  padding: 0 0 0 0 !important;
  padding-left: 1.5em !important;
}
article.static ol li,
article.static ul li {
  margin: 0!important;
  padding: 0 !important;
  list-style: inherit !important;
}
article.static ul {
  list-style-type: disc !important;
}
article.static ol {
  list-style-type: decimal !important;
}
article.static table {
  margin: 1.5em 0!important;
  padding: 0!important;
  max-width: 100%;
}
article.static table.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
article.static table.table-responsive td {
  min-width: 140px;
}
article.static table tr {
  border: 0 !important;
}
article.static table td {
  border-top: 1px solid #95989A;
  padding: 0.5em 0.75em;
}
article.static table td + td {
  border-left: 1px solid #95989A;
}
article.static table th {
  padding: 0.5em 0.75em;
  font-weight: bold;
}
article.static table th + th {
  border-left: 1px solid #95989A;
}
article.static i {
  font-style: italic;
}
article.static b {
  font-weight: bold;
}
article.static > *:first-child {
  margin-top: 0 !important;
}
article.static .nav-tabs {
  padding-left: 0 !important;
  background: #E9E7E8;
}
article.static .nav-tabs a {
  color: #C69967;
  padding: 0.5em 1em;
}
article.static .nav-tabs .active a {
  color: black !important;
}
