.QS .main {
    width: 73.333%;
    margin: 55px auto 0;
}
@media screen and (max-width: 1482px){
    .QS .main {
        width: 100%;
        padding: 0 45px;
    }
}
@media screen and (max-width: 767px){
    .QS .main {
        padding: 0 20px;
    }
}
.QS .main .col-md-10{
    padding:0;
}
.QS .item-menu, .qs-items {
    padding: 0;
    width: 15%;
    padding-left: 15px;
}
@media screen and (max-width: 1370px){
    .QS .item-menu, .qs-items{
        padding-left: 0;
    }
}
.qs-items {
    width: 85%;
}
.col-md-10.col-sm-10.product-list {
    float:right;
}
.item-nav-box {
    text-align: right;
    margin:10px;
}
.item-nav-box .items-amount {
    display: inline-block;
    margin:10px 10px;
}
.item-nav-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.item-nav-box .page-wrap li {
    display: inline-block;
}
.item-nav-box .page-wrap li a {
    display: block;
}
.item-nav-box .page-wrap> li:first-child, .item-nav-box .page-wrap> li:last-child {
    margin: 0 10px;
}
.item-nav-box> .page-wrap:before, .item-nav-box> .page-wrap:after {
    content: "│"
}
.item-nav-box .page-wrap ul {
    font-size: 0;
}
.item-nav-box .page-wrap ul a {
    padding: 0 7px;
    width: 100%;
    font-size: 14px;
}
.item-nav-box .sort-nav {
    display: inline-block;
}
.item-nav-box .sort-nav .sort-list {
    margin-bottom: 0;
}
.item-nav-box .sort-nav .sort-list button {
    border: none;
    border-radius: 0;
    padding: 0;
}
.item-nav-box .sort-nav .sort-list button .caret {
    display: none;
}
.item-nav-box .sort-nav .sort-list .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    box-shadow: none;
}
.item-nav-box .sort-nav .sort-list .dropdown-menu.open {
    border: 1px solid #000;
}
.items-list {
    list-style: none;
    margin: 10px 0 40px;
    padding: 0;
    font-size: 0;
	margin-left:2vw;
}
.items-list li {
    display: inline-block;
    position: relative;
}
.items-list li a {
    color: #000;
}
.items-list li p {
    margin: 10px 0;
	font-weight:bold;
}
/*
.items-list li p:nth-of-type(2)::before {
    content: "已銷售";
}
*/
.items-list li p:nth-of-type(3) span:nth-last-of-type(2) {
    text-decoration: line-through;
    margin-right: 10px;
}
.items-list li p:nth-of-type(3) span:nth-of-type(2) {
    color: #ea253b;
}
.items-list li p:nth-of-type(3) span:nth-of-type(2):after {
    content: "SALE";
    border: 1px solid #ea253b;
    float: right;
    font-size: 11px;
    padding: 3px 3px 1px;
    line-height: 11px;
}
.items-list li img {
    width: auto;
    height: auto;
	max-height:100%;
	max-width:100%;
	border-radius:5px;
}
.items-list li {
    text-align:center;
}
.items-list li img:nth-last-of-type(2) {
    position: absolute;
    /* set animation */
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
    left: 0;
}
.items-list li:hover img:nth-last-of-type(2) {
    opacity: 0;
    width: 100%;
    /*top: -10%;
    left: -10%;*/
}
*, .items-list li button:focus, .items-list li button.focus, .btn.focus, .btn:focus, .btn.active:focus {
    outline: none;
    outline-offset: none;
    border: none;
    box-shadow: none;
	list-style-type:none;
}
.items-list li button {
    background: url(/Source/images/zh-TW/icon/heart_icon01.gif) no-repeat left top;
    border: none;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 0;
    width: 21px;
    height: 20px;
}
.items-list li button.active {
    background: url(/Source/images/icon/heart_icon_01.gif) no-repeat left top;
    border: none;
    box-shadow: none;
}
.items-list.list-array-2 li {
    width: 48.5%;
    max-width: 620px;
    font-size: 16px;
    margin: 0 0 40px 2.8%;
    /* set animation */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align:top;
}
.items-list.list-array-2 li:nth-child(2n+1) {
    margin-left: 0;
    vertical-align:top;
}
.items-list.list-array-4 li {
	height: 280px;
    width: 22.5%;
    max-width: 300px;
    font-size: 16px;
    margin: 0 0 40px 2%;
    /* set animation */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align:middle;
	line-height: 24px;
}
.items-list.list-array-4 li:nth-child(4n+1) {
    margin-left: 0;
}
.items-array-2, .items-array-4 {
    border: none;
    background: url(/Source/images/zh-TW/icon/array_icon01.gif) no-repeat left top;
    white-space: nowrap;
    text-indent: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 21px;
    height: 21px;
}
.items-array-2.on {
    background: url(/Source/images/zh-TW/icon/array_icon_01.gif) no-repeat left top;
}
.items-array-4 {
    background: url(/Source/images/zh-TW/icon/array_icon01.gif) no-repeat right top;
}
.items-array-4.on {
    background: url(/Source/images/zh-TW/icon/array_icon_01.gif) no-repeat right top;
}
.ProductBanner img{
    height: auto;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .items-list.list-array-4 li{
        width: 80%;
        max-width: 620px;
        font-size: 13px;
        margin: 0 0 10px 2.8%;
        /* set animation */
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
	.items-list {
		text-align:center;
	}
	/*.items-list li img {
		height: 70%;
	}*/
}

