/*商品頁*/
.Prod.main{
	margin-top: 175px;
	min-height: 500px;
}

@media (max-width: 768px){
	.Prod.main {
	    margin-top: 80px;
	    min-height: 500px;
	}
}

@media (min-width: 768px){
	.prodIntroduction{
		display: flex;
	}	
}

.prodIntroductionText h1{
	margin: 0px;
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 15px;
    word-break: break-all;
    line-height: 1.3em;
}

@media (max-width: 768px){
	.prodIntroductionText h1 {
	    font-size: 1.4em
	}
}


.prodIntroductionText ul{
	list-style-type: none;
	padding: 0px;
	font-size: 14px;
}

.pit{
	margin-bottom: 15px;
	display: flex;
	min-height: 25px;
	color: #555;
}

@media(min-width: 768px) and (max-width: 1024px){
	.prodIntroductionText ul{
		font-size: 14px;
	}
	.pit{
		margin-bottom: 10px;
		min-height: 15px;

	}
}

@media (max-width: 768px){
	.prodIntroductionText ul{
		font-size: 14px;
	}
	.pit {
	    margin-bottom: 10px;
	    min-height: 15px;
	}
}

.prodRow {
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px){
	.prodRow {
	    flex-direction: row-reverse;
	    flex-wrap: wrap-reverse;
	}
    .container.main.Prod{
        margin-top: 125px;
    }
}
.pit.price{
	margin-top: 30px;
}
.pit_l{
    margin-right: 15px;
    width: 70px;
    color: #9b9b9b;
}
.pit_r {
    width: calc(100% - 70px);
}
.pitt_list li{
	margin-bottom: 5px;
}
.pitt_list li a{
    color: #F67280;
}
.pit_price{
	font-size: 2em;
    color: #ff0000;
    margin-right: 15px;
    margin-top: -12px;
    display: inline-block;
}
.pit_price_old{
	color: #5e5e5e;
	display: inline-block;
	text-decoration: line-through;
}
.pit_sinya{
    margin-top: 5px;
    color: #e64c4c;
}
.pit_sinya span.pit_info{
    margin-right: 10px;
}
.pit_sinya span.pit_info a{
    text-decoration: none;
    color: #e64c4c;
}
.pit_price_old .x {
    content: "";
    width: 100%;
    border-top: 1px solid #666;
    transform: translate(0px,12px) rotate(20deg);
}
.pit_price_old .y {
	content: "";
    width: 100%;
    border-top: 1px solid #666;
    transform: translate(0px,12px) rotate(-20deg);
}
.pit.remark {
    color: #f6a623;
    font-size: 14px;
    /*padding-left: 85px;*/
}
.btn-num {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 1px;
    color: #999;
    outline: none;
    padding: 7px 10px;
}

.btn:focus.btn-num, .btn:active.btn-num {
    outline: none;
    
}
.btn-num.btn:active{
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	background-color: #ddd;
}
.btn-prod.btn-gray{
    width: 100%;
    padding: 15px;
    color: #333;
    border-radius: 3px;
}
.noticeMe{

}
.btn-prod.btn-cart ,.btn-prod.btn-buy{
	width: 40%;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 15px;
}
.btn-prod.btn-heart{
	width: 15%;
}
.btn-cart{
	background-color: #f6a623;
}
.btn-cart:hover{
	color: #fff;
	background-color: #f68523;
}
.btn-buy{
	background-color: #e64c4c;
}
.btn-buy:hover{
	color: #fff;
	background-color: #cc4141;
}
.btn-heart{
	color: #ababab;
	background-color: #fff;
	/*font-size: 1.5em;*/
    font-size: 0.8em;
	border: 1px solid;
}
.btn-heart.active{
	color: #fff;
	background-color: #ff0000;
	/*font-size: 1.5em;*/
    font-size: 0.8em;
}
.btn-heart:hover{
	color: #fff;
	background-color: #d40606;
}

.btn-cart .icon-shopping-cart.prodPage{
	opacity: 0;
	margin-left: -20px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cart:hover .icon-shopping-cart.prodPage{
	margin-left: 0px;
	opacity: 1;
}

.btn-buy .icon-shopping-cart.prodPage{
	opacity: 0;
	margin-left: -20px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-buy:hover .icon-shopping-cart.prodPage{
	margin-left: 0px;
	opacity: 1;
}
.Staging{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #5e5e5e;
}
.btn-Staging{
	cursor: pointer;
}

.btn-Staging .ins_info0{
    display: none;
}
@media (max-width: 768px){
    .btn-Staging .ins_info0{
        display: unset;
    }
    .StagingDetail .ins_info1{
        display: none;
    }
    .StagingNum{
        margin-right: -8px !important;
    }
}
.StagingNum{
    width: 40px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    color: #F57576;
}
.StagingTotal{
    width: 50px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    color: #F57576;
    font-weight: bold;	
}
.StagingPrice{
    width: 50px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    color: #F57576;
}
.btn-transparent ,.btn-transparent:focus, .btn-transparent:active {
    background: transparent;
    outline: none;
}
.Staging .btn{
	font-size: 16px;
}
.StagingDetail p ,.StagingDetail ul li{
	font-size: 14px;
}
.StagingDetail ul li{
	/*padding-left: 15px;*/
	margin-bottom: 5px;
    margin-left: -10px;
}
.btn-installments {
    margin-left: 5px;
/*    background-color: #FAFAFA;*/    
    padding: 1px !important;
    background-color: #e0dede;
}
@media(min-width: 768px) and (max-width: 1024px){
	.StagingDetail p, .StagingDetail ul li {
	    font-size: 12px;
	}
}
@media(max-width: 768px){
    .StagingDetail ul li , .btn-installments{
        font-size: 13px;
    }
}
.Prod .prodDetail{
	background: #f7f7f7;
    padding: 30px;
    margin: 15px 0px;
    line-height: 1.5em;
}
.Prod .prodDetail li a{
    color: #333;
    text-decoration: none;
}
.prodDetail span.tag_title {
    min-width: 100px;
    display: inline-block;
    margin-bottom: 5px;
}

/*.prodDetail ul{
    list-style: none;
    padding-left: 5px;
}
.prodDetail ul li {
    border: 1px solid #ddd;
    padding: 7px;
    margin-bottom: 2px;
    background: #fff;
}*/
@media(max-width: 768px){
	.rowS{
		margin: auto -15px;
	}
}
.prodDetailImgs{
	margin-bottom: 15px;
	padding: 0px;
}
.prodDetailImgs img{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.specificationBox{
	display: flex;
}

.specificationBox select{
    display: block;
    min-width: 15%;
    width: auto;
    height: 40px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    text-align-last: center;
    box-shadow: none;
}
.specificationBox .btn-spec{
	background: #FFF;
    border: 1px solid;
    border-radius: 0px;
    margin-right: 10px;
    padding: 9px 18px;
    color: #8b572a;
}
.specificationBox .btn-spec:hover{
	background: #8b572a;
    color: #fff;
}
.form-specification {
	min-width: 102px;
	max-width: 150px;
    height: 36px;
    padding: 6px 30px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    z-index: 10;
    background-image: none;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 0px;
	margin-right: 10px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    outline: none;
}
.btn-free-dropdown{
    background-color: #fff;
    border: solid 1px #8b572a;
    padding: 10px;
    color: #8b572a;
    width: 100%;
    border-radius: 0px;
}
.btn-free-dropdown .freeTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.freeContent{
    margin-top: 5px;
    padding-top: 15px;
    color: #333;
}
.freeContent .ecGroup{
    display: flex;  
    margin-bottom: 15px; 
    align-items: center;
}
.freeContent .ecGroup .groupTitle{
    width: 60px;
}
.freeContent .ecGroup .groupRadioArea{
    width: calc(100% - 60px);
}

.groupRadioArea{
    position: relative;
}
.groupRadioArea .form-control{
    padding-right: 30px;
    position: relative;
    z-index: 1;
    background: none;
    box-shadow: none;
}
.groupRadioArea .iconMoon.icon-chevron-down{
    position: absolute;
    right: 10px;
    top: 10px;
}

/*.btn-free-dropdown .freeTitle:hover{
    background-color: #8b572a;
    color: #fff;
}*/
@media (max-width: 768px){
	.form-specification {
		width: 102px
	}
}

.sp-selectBox{
	position: relative;
}
.sp-selectBox .icon-chevron-down{
	position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
    z-index: 1;
}

.psBox{
	border: 1px solid rgba(169, 175, 183, 0.35);
	padding: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	clear: both;
}
.psBox:hover{
	border: 1px solid rgba(169, 175, 183, 1);
}
.psBox_name{
    margin-bottom: 5px;
    color: #222;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.psBox ul{
	list-style-type: none;
	padding-left: 5px;
}
.ps_spec{
	width: 20px;
}

.psBox .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -25px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;    
}

.psBox .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 12px;
    color: #555555;
}
.purchaseBox{
	background: #fff;
	padding: 0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.puName{
	font-size: 14px;
    font-weight: 700;
    padding: 10px;
    /*margin-bottom: 5px;*/
    background: #ff4949;
    color: #fff;
    text-align: center;
}
.puProdBox {
    padding: 0px 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-top: 0px;
    padding-top: 10px;
}
.puProd{
	padding: 5px;
	position: relative;
}
.puImg{
	background-size: 100% auto;
	height: 115px;
	background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
}
.puText {
	background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%
}

@media (max-width: 768px){
	.puText {
	    opacity: 0.8;
	    border-radius: 0%;
	    height: 30px;
	    bottom: 0px;
	    top: initial;
	}
	.puProdPrice{
		/*display: none;*/
		position: absolute;
	    bottom: 125px;
	    right: 0px;
	    color: #fff !important;
	    background: rgba(255, 87, 34, 0.8);
	    padding: 4px;
	    font-size: 10px !important;
	}
	.prodSidebar{
		padding: 0px;
	}
	.puImg {
	    height: 145px;
	}
}

.puProd:hover .puText{
	opacity: 1;
	border-radius: 0%;
}
.puProd:hover .puImg{
	background-size: 150% auto;
}
.puProdName {
    height: 36px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
}
.puText label{
    text-align: center;
}
.puProdPrice {
    text-align: center;
    font-size: 14px;
    color: #FFEB3B;
}
.prodGift {
    margin-top: 5px;
    margin-left: -15px;
    width: calc(100% + 30px);
}
.prodGift .giftTitle{
	background-color: #fc4c4c;
    padding: 5px;
    color: #fff;
}
.gifContent{
	border: 1px solid #e9e9e9;
	border-top: 0px;
	padding: 10px;
	margin-bottom: 5px;
}
.gifContent ul{
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
}
/*.gifContent ul li{
    padding-left: 20px;
    text-indent: -17px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
}*/
.prodOtherInfo{
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.prodOtherInfo a{
	color: #666;
	text-decoration: none;
	margin-left: 5px;
}
.prodOtherInfo .prodShare a{
    cursor: pointer;
}
.prodOtherInfo .prodShare span{
	color: #f6c358;
}
.prodOtherInfo .prodShare a.fbShare span{
	color: #475993;
}
.moreSearchBox{
	border: 1px solid #ddd;
	min-height: 200px;
	margin-bottom: 15px;
	position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 800px;
    overflow:hidden;
}
.moreSearchBox.active{
    height: auto;
    overflow: initial;
}
.moreSearchBox .moreSearchTitle{
	background-color: #ebebeb;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #2d76cb;
}
.moreSearchBox .btn-moreSearch {
    position: absolute;
    right: 7px;
    top: 10px;
    background: #2d76ca;
    color: #fff;
    border-radius: 0px;
    font-size: 12px;
    padding: 0px 3px;
    outline: none;
}
.moreSearchBox .btn-moreSearch:active{
	/*background-color: #1e5ba0;*/
	outline: none;
}
.moreSearchArea{
	padding: 15px;
}
.moreSearchArea label{
    font-weight: 500;
    margin: 0px;
}
.moreSearchArea .searchCheckbox{
    display: none;
}
.moreSearchArea .btn{
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.moreSearchArea .amount{
	color: #5e5e5e;
    margin-top: 10px;
    font-size: 12px;
    display: block;
}
.moreSearchArea .selectArea{
    position: relative;
    margin-bottom: 5px;
}
.moreSearchArea .selectArea select{
    background: none;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
}
.moreSearchArea .selectArea .iconMoon{
    position: absolute;
    top: 10px;
    right: 10px;
}
.moreSearchButtonArea {
    display: flex;
}
.moreSearchButtonArea .btn:nth-child(1){
    border-right: none;
}
.moreSearchButtonArea .btn{
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: -10px;
}
.ui-widget-content {
    border: 1px solid #2d76ca;
    background: #ffffff;
    color: #333333;
    height: 2px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 100%;
    margin-top: -3px;
}
.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle:focus{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    outline: none;
}
.ui-widget.ui-widget-content {
    /*border: 1px solid #2d76ca;*/
    border: 2px solid #ff0000;
}
a.hotSideProd {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding: 15px;
    text-decoration: none;
}
a.hotSideProd:hover .hotSideText{
    text-decoration: none;
    color: #ff4949;
}
.hotSideProd:last-child{
	border-bottom: 0px;
}
.hotSideImg{
    width: 30%;
    height: 66px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #ececec;
}
.hotSideText{
	font-size: 12px;
	width: 70%;
	padding-left: 10px;
	color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hotSideText p{
	margin-bottom: 5px;
    word-break: break-all;
}
.hotSideText p:nth-child(2){
    font-size: 14px;
    color: #232323;
    font-weight: 500;
}
.prodFooter{
    display: none;
}
.Prod .rowS {
    margin-top: 15px;
}
.prodIntroductionImg img{
    margin-bottom: 15px;
}
a.reviewLink {
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    background: #c54949;
    padding: 3px 15px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.reviewLink:hover{
    background: rgb(73, 159, 197);
}
@media (max-width: 768px){
    .prodFooter{
        display: flex;
        height: 50px;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
        background-color: #ddd;
        z-index: 100;
    } 
    .prodFooter .btn {
        width: calc(100% / 3);
        text-align: center;
        font-size: 10px;
        color: #666;
        /* transform: scale(0.9); */
        text-decoration: none;
        border-radius: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    .prodFooter .btn span.iconMoon {
        font-size: 16px;
    }
    .prodFooter .btn:nth-child(1){
        width: 20%;
        flex-direction: column;
        margin-top: 5px;
    }
    .prodFooter .btn:nth-child(2){
        width: 40%;
        background-color: #a9a9a9;
        color: #fff;
    }
    .prodFooter .btn:nth-child(3){
        width: 40%;
        background-color: #e64c4c;
        color: #fff;
    }
    .moreSearchBox{
        display: none;
    }
    .moreSearchButtonArea{
        display: none;
    }
}


.specificationBox iframe {
    max-width: 400px;
}
@media (max-width: 767px){
    .specificationBox iframe {
        width: 100%;
        max-width: none;
    }
}