@charset "utf-8";

/*自訂樣式===============================================*/
.noscroll {
	overflow-y: hidden;
}

.shopdetail .prod_price .del {
	text-decoration: line-through;
}

.relatedPro {
	margin: 50px 0;
}

.relatedPro .hrTitle {
	position: relative;
	text-align: center;
}

.relatedPro .hrTitle::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: gray;
	z-index: -1;
}

.relatedPro .hrTitle span {
	padding: 0 15px;
	color: gray;
	background: #fff;
}

.relatedPro .proList.shop {
	margin-top: 50px;
}

.relatedPro #relateProSlid {
    padding-left: 57.6px;
    padding-right: 57.6px;
    overflow: visible;
}

.relatedPro #relateProSlid .item .itemImg {
    padding-bottom: 100%;
}

.relatedPro #relateProSlid .item .itemTitle {
	height: 73px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}

.relatedPro #relateProSlid .item .itemPrice {
	color: #ff5353;
}

.relatedPro #relateProSlid .item .itemPrice.del {
	color: gray;
	text-decoration: line-through;
	padding-right: .5em;
}

.shop_add .item {
	margin: 0 15px;
}

@media (min-width: 992px) {
	.proList .hamburger_hide {
		display: block !important;
	}
}

.proList .subBlockTitle,
.proList .shopCart,
.proList .shopCart_btn {
	text-align: center;
} 

.product .proList .subBlockTitle{text-align: left;}

.proList .shopCart_btn .itemAddCart {
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 5px 25px;
    border-radius: 0;
}

.proList .shopCart_btn .itemAddFavor {
	position: absolute;
	top: -10px;
	right: 5px;
	z-index: 3;
}

.indexList2{
	padding: 15px;
	background-color: #0050A3;
}

.colorimg{
	width:12px;
	height:12px;
	max-width:12px;
	max-height:12px;
}



/*===============================================*/

/* 聯絡我們調整 20231018 #50052 */
@media (min-width: 1200px) {
	.contactarea_row > .contactarea_small:nth-child(n+3) {
		margin-top: 100px;
	}
}

/* 2024-01-17 #1194 */
.sumBox01 .textBox p {
	margin-bottom: 45px;
}
@media (max-width: 767.98px) {
	.sumBox01 .textBox p {
		margin-bottom: 20px;
	}
}

.sumBox03 {
	margin-top: 90px;
}
@media (max-width: 767.98px) {
	.sumBox03 {
		margin-top: 35px;
	}
}