@charset "utf-8";
/* CSS Document */

/* Products - List View 
****************************************************/
#productList {
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  overflow: hidden;
  clear: both;
}


#productList a {
	text-decoration: none; 
}

#productList .product {
  float: left;
  margin-left: 2.912621359223301%;
  margin-top: 3%;
  width: 30.420711974110034%;
  cursor: pointer;
  position: relative;
}
#productList .product .product-image {
  -webkit-transition: opacity .14s ease-out;
}
#productList .product .product-image .intrinsic {
	width:100%;
	/*padding-bottom: 100%;*/
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#productList .product .product-image .intrinsic > div {
	text-align: center;
	vertical-align: middle; /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);*/
}
#productList .product .product-image img {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;*/
  
  max-width: 80%;

 /*   width: 226px;
  height: 301px;
  position: relative;*/
}
#productList .product .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#productList .product .product-title {
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 1em;
	text-align: center;
	font-family: "微軟正黑體", "Arial Unicode MS";
}
#productList .product .product-price {
  font-size: 12px;
  /*display: none;*/
  display:block;
  text-align: center;
}
#productList .product .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productList .product .product-price .strikeout {
  text-decoration: line-through;
}
#productList .product:hover .product-image img {
  opacity: .8;
  filter: alpha(opacity=80);
}
#productList .product:nth-child(3n+1) {
  clear: left;
}
#productList ul.pagination {
  clear: both;
  margin-top: 15px;
  margin-left: 2.912621359223301%;
}
#productList ul.pagination li {
  display: inline-block;
}
#productList ul.pagination li.previous-page {
  text-align: left;
}
#productList ul.pagination li.next-page {
  text-align: right;
}
/*
.product-list-alignment-center #productList .product-title,
.product-list-alignment-center #productList .product-price {
  text-align: center;
}
.product-item-size-11-square #productList .product .product-image .intrinsic {
  padding-bottom: 100%;
}
.product-item-size-32-standard #productList .product .product-image .intrinsic {
  padding-bottom: 66.666%;
}
.product-item-size-23-standard-vertical #productList .product .product-image .intrinsic {
  padding-bottom: 150%;
}
.product-item-size-43-four-thirds #productList .product .product-image .intrinsic {
  padding-bottom: 75%;
}
.product-item-size-169-widescreen #productList .product .product-image .intrinsic {
  padding-bottom: 56.25%;
}*/
/*@media only screen and (min-width: 700px) {
  .no-touch .product-list-titles-overlay #productList .product {
    overflow: hidden;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-image {
    margin: 0;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    font-size: 12px;
    line-height: normal;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 50%;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    font-size: 13px;
    line-height: normal;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -moz-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -o-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    margin-top: 5px;
    -webkit-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -moz-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -o-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    transition: margin .3s cubic-bezier(0, 0, .28, 1);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title,
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    text-align: center;
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-mark {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-meta {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-title {
    margin-top: 0;
  }
}*/
.product-list-titles-under .product-meta {
  margin-top: 0 !important;
}
.show-product-price #productList .product .product-price {
  display: block;
}
/*.sqs-style-mode .product-overlay {
  opacity: 1 !important;
}
.sqs-style-mode .product-mark {
  opacity: 0 !important;
}
.sqs-style-mode .product-meta {
  opacity: 1 !important;
}*/
/* Products - Item View 
****************************************************/
#productNav {
  text-transform: uppercase;
  margin-bottom: 30px;
 /* display: none;*/
}


.product-title.mobile {
  display: none;
}
#productDetails {
  position: relative;
  float: right;
  width: 48.5%;
}
#productDetails .product-title {
  margin: 0 0 .5em;
}
#productDetails .product-mark {
  float: right;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
}
#productDetails .product-price {
  margin: 1em 0;
  font-size: 16px;
}
#productDetails .product-price input {
  width: 130px;
  height: 30px;
  padding-left: 5px;
}
#productDetails .product-price .minimum-price {
  margin-top: 3px;
  margin-left: 10px;
}
#productDetails .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productDetails .product-price .strikeout {
  text-decoration: line-through;
}
#productDetails .product-variants .variant-option {
  margin: 1.2em 0;
}
#productDetails .product-variants .variant-out-of-stock {
  color: #c00;
}
#productDetails .product-quantity-select {
  margin-top: 1.2em 0;
}
#productDetails input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-sharing {
  display: none;
}
.product-social-sharing .product-sharing {
  display: block;
}
#productGallery {
  width: 48.5%;
  float: left;
}
#productGallery .intrinsic {
  max-width: 100%;
}
#productGallery .wrapper {
 /* padding-bottom: 100%;*/
  position: relative;
}
#productGallery #productSlideshow {
 /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);*/
}
#productGallery #productSlideshow .slide {
  /*height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;*/
}


#productGallery #productSlideshow .slide img {
 
  width: 100%;

}
#productGallery #productThumbnails {
  margin-left: -5px;
  visibility: hidden;
  overflow: hidden;
}
#productGallery #productThumbnails .slide {
  width: 50px;
  height: 50px;
  margin: 5px 0 0 5px;
  font-size: 0;
  cursor: pointer;
  float: left;
  background-color: rgba(0, 0, 0, 0);
}
/*.product-gallery-size-11-square #productGallery .intrinsic .wrapper {
  padding-bottom: 100%;
}
.product-gallery-size-32-standard #productGallery .intrinsic .wrapper {
  padding-bottom: 66.666%;
}
.product-gallery-size-23-standard-vertical #productGallery .intrinsic .wrapper {
  padding-bottom: 150%;
}
.product-gallery-size-43-four-thirds #productGallery .intrinsic .wrapper {
  padding-bottom: 75%;
}
.product-gallery-size-169-widescreen #productGallery .intrinsic .wrapper {
  padding-bottom: 56.25%;
}*/
.product-description {
  clear: both;
  margin-top: 24px;
}
.show-product-item-nav #productWrapper #productNav {
  display: block;
}

/* SQSP Add to Cart button
****************************************************/
.add-to-cart-button-wrapper {
  /* Buttons begin hidden and are shown by commerce initializer */
 /* visibility: hidden;*/
 display:block;
}
.add-to-cart-button-wrapper .add-to-cart-button {
	background-color: #272727;
	color: #fff;
	cursor: pointer;
	font: 12px/1em 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: normal;
	width: 170px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-left: 18px;
}
.add-to-cart-button-wrapper .add-to-cart-button-inner {
  height: 12px;
}
.add-to-cart-button-wrapper .add-to-cart-button.cart-adding .spin {
  margin-top: -6px;
  vertical-align: top;
  margin-right: 15px;
}
.add-to-cart-button-wrapper .add-to-cart-button.cart-adding .status-text {
  display: inline-block;
}

/*product end*/

@media only screen and (max-width: 700px) {
  #productWrapper .product-title {
    display: none;
  }
  #productWrapper .product-title.mobile {
    display: block;
  }
  .product-meta {
    margin-top: 0 !important;
  }
  #productDetails,
  #productGallery {
    width: 100%;
    float: none;
  }
  #productList {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  #productList .product {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
    margin-bottom: 3%;
  }
  #productList .product .product-image {
    margin-bottom: 3%;
  }
  #productList .product .product-image .content-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #productList .product .product-image img {
    -webkit-transition: opacity .3s ease-out;
  }
}
		
@charset "utf-8";
/* CSS Document */


.fullpage-shoppingcart{text-transform:none;}
.fullpage-shoppingcart-content{position:relative;}

.fullpage-shoppingcart-content.loading-cart{cursor:wait;pointer-events:none;}
.fullpage-shoppingcart-content.loading-cart .cart-container table tr td.item-desc a,.fullpage-shoppingcart-content.loading-cart .cart-container table tr td.item-desc .additional-fields,.fullpage-shoppingcart-content.loading-cart .cart-container table tr td.remove .remove-item{cursor:wait;}
.fullpage-shoppingcart-content.loading-cart .loading-spinner{display:block;}
.fullpage-shoppingcart-content.loading-cart .title,.fullpage-shoppingcart-content.loading-cart table,.fullpage-shoppingcart-content.loading-cart .subtotal,.fullpage-shoppingcart-content.loading-cart .checkout,.fullpage-shoppingcart-content.loading-cart .empty-message{opacity:.6;}
.fullpage-shoppingcart-content .cart-container{zoom:1;}
.fullpage-shoppingcart-content .cart-container:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table{zoom:1;width:100%;padding-bottom:10px;}
.fullpage-shoppingcart-content .cart-container table:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table thead{padding-bottom:15px;border-bottom:1px solid #ddd;}
.fullpage-shoppingcart-content .cart-container table thead td{font-size:11px;font-weight:bold;padding-bottom:10px;}
.fullpage-shoppingcart-content .cart-container table tbody{min-height:70px;}
.fullpage-shoppingcart-content .cart-container table tr{zoom:1;padding:3px 0px;padding-right:15px;line-height:15px;}
.fullpage-shoppingcart-content .cart-container table tr:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table tr td{vertical-align:middle;padding:15px 0;border-bottom:1px solid #ddd;}
.fullpage-shoppingcart-content .cart-container table tr td.item{
	text-align: left;
	width: 100px;
	zoom: 1;
	font-size: 13px;
}
.fullpage-shoppingcart-content .cart-container table tr td.item:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container table tr td.item img{width:100px;vertical-align:top;margin-right:8px;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc{max-width:228px;padding-left:15px;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc a{
	font-size: 15px;
	line-height: 180%;
	font-family: Arial;
	text-decoration: none !important;
	color: #837D72;
}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc .variant-info,.fullpage-shoppingcart-content .cart-container table tr td.item-desc .additional-fields{font-size:12px;line-height:17px;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc .variant-info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fullpage-shoppingcart-content .cart-container table tr td.item-desc .additional-fields{text-decoration:underline;cursor:pointer;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity{white-space:nowrap;text-align:right;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity input{text-align:right;margin-left:5px;border:1px solid #ccc;padding:5px 10px;-moz-border-radius:4px;border-radius:4px;float:right;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity input:focus{border:1px solid #555;outline:0;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity input.readonly{border:none;padding:0;background:none;}
.fullpage-shoppingcart-content .cart-container table tr td.quantity .cooldown{display:none;}
.fullpage-shoppingcart-content .cart-container table tr td.price{text-align:right;white-space:nowrap;padding-left:10px;min-width:40px;}
.fullpage-shoppingcart-content .cart-container table tr td.remove{min-width:30px;}
.fullpage-shoppingcart-content .cart-container table tr td.remove .remove-item{
	float: right;
	margin-right: 10px;
	width: 11px;
	height: 11px;
	cursor: pointer;
	opacity: .5;
	background-color: transparent;
	background-image: url(../img/shopping_cart/remove.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.fullpage-shoppingcart-content .cart-container table tr td.remove .remove-item:hover{opacity:.9;}
.fullpage-shoppingcart-content .cart-container .subtotal{border-bottom:1px solid #ddd;padding-top:20px;padding-bottom:15px;padding-right:15px;text-align:right;float:right;width:50%;zoom:1;}
.fullpage-shoppingcart-content .cart-container .subtotal:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.fullpage-shoppingcart-content .cart-container .subtotal .label{font-size:16px;margin-right:15px;}
.fullpage-shoppingcart-content .cart-container .subtotal .price{text-align:right;font-size:16px;}
.fullpage-shoppingcart-content .cart-container .checkout{float:right;clear:both;padding-right:15px;}
.fullpage-shoppingcart-content .cart-container .checkout .checkout-button{max-width:170px;padding:14px 25px;color:#fff;background:#222;font-size:12px;line-height:normal;margin:20px 0;cursor:pointer;text-transform:uppercase;letter-spacing:1px;text-align:center;}
.fullpage-shoppingcart-content .empty-message{display:none;}
.fullpage-shoppingcart-content.empty .cart-container{display:none;}
.fullpage-shoppingcart-content.empty .empty-message{display:block;}
@media only screen and (max-width:700px){.fullpage-shoppingcart-content .cart-container table tr .item{width:50px;}
.fullpage-shoppingcart-content .cart-container table tr .item-desc{max-width:100px;padding-left:5px;}
.fullpage-shoppingcart-content .cart-container table tr .item-desc a{font-size:13px !important;}
.fullpage-shoppingcart-content .cart-container table tr .item-image img{max-width:40px;}
.fullpage-shoppingcart-content .cart-container .subtotal{width:75%;}
}