.QS .main {
    width: 1500px;
    margin: 10px auto;
    max-width: 100%;
}
@media screen and (max-width: 1482px){
    .QS .main {
        width: 100%;
        padding: 0 45px;
    }
    .QS .main .item-menu{
        padding: 0
    }
}
@media screen and (max-width: 767px){
    .QS .main {
        padding: 0 10px;
    }
}
.item-list {
    padding: 0px 0 80px 0px;
    position: relative;
}
.item-imgs-list {
    /* padding-top: 80px; */
}
.item-imgs-list .item-imgs-fl img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}
.item-imgs-situation{
    /* margin-top:600px */
}
@media screen and (max-width: 991px){
    .item-list{
        padding-top: 0;
    }
    .item-imgs-situation{
        /* margin-top:1550px */
    }
}
@media screen and (max-width: 840px){
    .item-imgs-situation{
        /* margin-top:1400px */
    }
}
@media screen and (max-width: 768px){
    .item-imgs-situation{
        /* margin-top:150px */
    }
}
@media screen and (max-width: 550px){
    .item-imgs-situation{
        margin-top:0px
    }
}
.item-imgs-list .item-imgs-situation img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.item-imgs-list .item-imgs-situation img + img {
    /* margin-top: 100px; */
}
.item-detail-list {
    min-height: 450px;
    position: sticky;
    top: 20px;
    right: 0;
    /* background-color: #fff; */
    padding-right: 0;
    /* width:35%; */
    float: right;
}
@media screen and (max-width: 1482px){
    .item-detail-list{
        /* width:45%; */
    }
}
@media screen and (max-width: 991px){
    .item-detail-list{
        right: 0;
        /* left: 50%; */
        /* transform: translateX(-50%); */
        width:100%;
        position: relative;
        float: unset;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px){
    .item-detail-list{
        /* padding-left: 0; */
        
    }
}

.item-detail-list .promotionTitle{
    color:#d11b09;
    font-size:16px;
    padding:5px 3px 5px 0px;
}
.item-detail-list > h4 {
    font-size: 24px;
    margin: 0;
    padding-top:10px;
    color: #111;
    font-weight: 300;
}
.item-list  h5 {
    font-size: 20px;
    text-align: center;
}
.item-detail-list .item-price {
    margin: 10px 0 0;
    border-bottom: 1px solid #aaa;
    padding-bottom: 13px;
}

.item-detail-list .item-price li:first-child{
    display:inline;
}
.item-detail-list .item-price .productdetail {
    list-style:none; 
    padding-left:0px;
}
.item-detail-list .item-price .productdetail li{
    display:inline;
}
.item-detail-list .item-price .productdetail li:nth-child(2)::after{
    content: "g";
}
.item-detail-list .item-price .productdetail li:nth-child(2) span::before{
    content:"";
    display:none;
}
.item-detail-list .item-price .productdetail li:nth-child(2){
    font-size:14px;
    margin-left: 15px;
}
.item-detail-list .item-price .productdetail li span{
    font-size:14px;
}
.item-detail-list .item-price .productdetail li span.notice{
    color: #d11b09;
    float: left;
    width: 100%;
    font-weight: 600;
}
.item-detail-list .item-price .productdetail li:nth-child(3) span {
    font-size:14px;
    vertical-align:middle;
    /*padding-top:0px;*/
}
.item-detail-list .item-price .productdetail li:nth-child(3){
    float:right;
}
/*
.item-detail-list .item-price .productdetail li:nth-child(3)::after{    
    content: "件";
}
.item-detail-list .item-price .productdetail li:nth-child(3)::before{
    content:"已銷售";
}
*/
.item-detail-list .item-price .productdetail li:nth-child(4){
    border-bottom:none;
}
.item-detail-list .item-price li:first-child span:nth-child(2) {
    margin-left: 15px;
}
.item-detail-list .item-price li:first-child span:nth-child(3) {
    float: right;
}
.item-detail-list .item-price li:nth-child(2) {
    font-size: 30px;
    /* margin-top: 15px; */
}
/*.item-detail-list .item-price li:nth-child(2) span::before {
    content: "NT.";
}*/

.item-detail-list .item-price li:nth-child(2) span:nth-last-child(3) {
    text-decoration: line-through;
}
.item-detail-list .item-price li:nth-child(2) span:nth-child(2) {
    color: #d11b09;
    margin-left: 20px;
}
*, .item-detail-list .item-price li:nth-child(3) button:focus, .item-detail-list .item-price li:nth-child(3) button.focus, .btn.focus, .btn:focus, .btn.active:focus {
    outline: none;
    /*outline-offset: none;*/
    border: none;
    box-shadow: none;
}
.item-detail-list .item-price li:nth-child(4) {
    /* margin-top: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 25px; */
}
.item-detail-list .item-price li:nth-child(2) button {
    background: url(https://www.queenshop.com.tw/Source/images/zh-TW/icon/heart_icon01.gif) no-repeat left top;
    border: none;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 0;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    float: right;
    margin-top: 13px;
}
.item-detail-list .item-price li:nth-child(3) button.active {
    background: url(/Source/images/zh-TW/icon/heart_icon_01.gif) no-repeat left top;
    border: none;
    box-shadow: none;
}
.item-detail-list .item-price li:nth-child(4) span {
    margin-left: 3px;
    vertical-align: sub;
    font-size: 11px;
}



.color-pick {
    /* overflow: hidden; */
    margin-top: 15px;
    font-size: 0;
}
.color-pick li {
    display: inline-block;
    margin-right: 12px;
}
.color-pick li a {
    /* padding: 5px; */
    width: 30px;
    font-size: 9pt;
    height: 30px;
    text-align: center;
    line-height: 23pt;
    display: block;
}
.color-pick li.active {
    cursor: default;
    border: 1px solid #aaa;
    /* display: block; */
    /* padding: 2px; */
}
#liStockShow{
    /* float: right; */
    font-size: 13px;
    margin-top: 10px;
    margin-left: 20px;
    /* border-bottom: 1px solid #000;
    padding-bottom: 25px; */
    font-weight: 300;
    float: right;
}
#liStockShow span::after {
    content: " / ";
}
#liStockShow span:last-child::after {
    content: "";
}
.item-size {
    margin-top: 0;
    display: inline-block;
}
.item-size li{
    margin-right: 12px;
    /* border: 1px solid #666; */
    /* padding: 3px; */
    width:24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
}
.item-size li.active{
    /* background-color: #eee; */
    /* padding: 6px; */
    display: inline-table;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.item-size li a{
    /* padding:4px */
    color: #333;
    font-weight: 300;
    font-size: 13px;
}
.item-size .size-select {
    margin-bottom: 0;
    margin-left: 10px;
}
.item-size .bootstrap-select.btn-group:not(.input-group-btn) {
    margin-bottom: 0;
    margin-left: 20px;
    width: calc(100% - 50px) !important;
}
.item-detail-list .item-size .size-select button {
    border: none;
    border-radius: 0;
    padding: 5px 0 0;
    /*width: 110px;*/
    border: 1px solid #000;
    height:35px;
    border-radius: 2px;
}
.item-size .size-select button span::before {
    content: ">";
    position: absolute;
    left: 10px;
}
.item-size .size-select button .caret {
    display: none;
}
.item-size .size-select button .filter-option.pull-left {
    float: none!important;
    text-align: center;
}
.item-size .size-select .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}
.item-size .size-select .dropdown-menu.open {
    background-color: #fff;
}
.item-amount {
    overflow: hidden;
}
.item-amount > span {
    float: left;
    padding-top: 8px;
}
.number-spinner {
    width: 110px;
    border: 1px solid #aaa;
    float: left;
    /* margin-left: 24px; */
    width: 100%;
}
.number-spinner input {
   border: none;
}
.number-spinner .btn-info {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    border-radius: none;
    color: #000;
}
.number-spinner .glyphicon {
    font-family: sans-serif;
}
.add-btn {
    margin-top: 13px;
    padding: 1px;
}
@media screen and (max-width:767px) {
    .add-btn {
        position: fixed;
        bottom: 54px;
        width: 100%;
        margin: 0;
        left: 0;
        z-index: 100;
    }
}
.add-btn button {
    padding: 10px 0;
    width: 100%;
    border-radius: 3px;
    background: #4c4c4c;
    background: -webkit-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 28%, #2c2c2c 49%, #111 63%, #2b2b2b 76%, #1c1c1c 92%, #000 100%, #131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0, #595959 12%, #666 28%, #2c2c2c 49%, #111 63%, #2b2b2b 76%, #1c1c1c 92%, #000 100%, #131313 100%);
    color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0)
}
.add-btn button:hover {
    /* opacity: .6; */
}
.item-detail-list .panel-group {
    clear: both;
    border-top: 1px solid #aaa;
    margin-top: 20px;
    padding-top: 20px;
}
.item-detail-list .panel-group .panel {
    box-shadow: none;
}
.item-detail-list .panel-group .panel-heading {
    padding: 0;
}
.item-detail-list .panel-group .panel-body {
    padding: 10px 0 0;
    color: #7c7c7c;
}
.item-detail-list .panel-group a, .item-detail-list .panel-group a.collapsed {
    color: #333;
    font-weight: 300;
    font-size: 13px;
}
.item-detail-list .panel-group a::after {
    content: "－";
}
.item-detail-list .panel-group a.collapsed::after {
    content: "＋";
}
#browse-slider a {
    color: #000;
}
#browse-slider p {
    margin: 10px 0;
}
#browse-slider p:nth-of-type(2) {
    margin-bottom: 0;
}
/*#browse-slider p:nth-of-type(2) span::before {
    content: "NT."
}*/
#browse-slider p:nth-of-type(2) span:nth-last-child(2) {
    text-decoration: line-through;
}
#browse-slider p:nth-of-type(2) span:nth-child(2) {
    color: #d11b09;
    margin-left: 15px;
}
.item-editbox {
    margin-top: 170px;
}
.item-editbox img {
    width: 100%;
    height: auto;
}
.item-ad {
    margin-top: 50px;
    text-align: center;
}
.item-ad>h5{
    font-size: x-large;
    font-weight: 300;
}

.inputVerifyCode {
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding-left: 10px;
    width: 15%;
}
.pdQdetail {
    width:50%;
}
.pdQback{
    width:50%;
}
.askQbtn{
    padding:3%;
}
.pdQcontent{
    padding:10px;
}

@media screen and (max-width: 768px) {
	    .item-list {
		    padding: 0;
	    }
	    .item-list img {
		    max-width: 100%;
	    }
	    .item-imgs-list {
		    /* padding-top: 1500px; */
            padding-left: 0;
            padding-right: 0;
	    }
	    .item-imgs-list .item-imgs-fl img {
		    max-width: none;
		    margin-bottom: 15px;
	    }
	    .item-detail-list {
		    /*position: relative;*/
		    top: 0;
		    right: auto;
            z-index: 1;
	    }
        .pdQback {
            width:100%;
        }
        .askQbtn{
            padding:10%;
        }
        .pdQcontent{
            padding:0;
        }
    }

    

.item-ad-top{
    margin-top: 60px;
}


.item-shipment{
    padding-bottom: 13px;
}

.item-shipment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.item-shipment ul li{
    display: inline-block;
    font-size: 13px;
}
.item-shipment ul li:nth-child(3){
    margin-left: 25px;
    float: right;
}
.item-shipment ul li span{
    letter-spacing: 1pt;
}
.item-shipment ul li:nth-child(4){
    width: 100%;
}
.item-shipment ul li select{
    border-bottom: 1px solid #6666;
    padding: 8px 6px;
    /* display: none; */
    width: 100%;
    height: 44px;
    cursor: pointer;
    letter-spacing: 1px;
}
.item-shipment ul li.active{
    border: 1px solid #aaa;
}
.item-shipment input[type="radio"]{
    position:absolute;
    right:1000%;
}
.item-shipment label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    /* background: #eee; */
    padding: 5px 10px;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
}
.item-shipment label::before {
    /*content: "";
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 1px;
    vertical-align: sub;
    margin-right: 7px;
    margin-bottom: 2px;
    */content: "";
    border: 1px solid #aaa;
    height: 31px;
    display: inline-block;
    border-radius: 1px;
    vertical-align: sub;
    position: absolute;
    border: none;
    width: 100%;
    padding: 5px;
    left: 0;
    top: 0;
    padding: 5px 15px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
.item-shipment input:checked+label::before {
    /* border: 1px solid #666; */
}
#ContentPlaceHolder1_html_TyingSales .row,
.pd-hotsales .row{
    text-align: center;
}
#ContentPlaceHolder1_html_TyingSales .row h4,
.pd-hotsales .row h4{
    font-size: x-large;
    font-weight: 300;
}
.pd-hotsales .followus .owl-item .ex-product a p{
    margin-bottom: 0;
}
.collapseFourPicBg{
    display: flex;
}
.collapseFourPic{
    margin-right: 5px;
    width: 50%;
}