/* product_list */
#product_list li .clip img {aspect-ratio: 4/3;object-fit: contain;}
#product_list li .h3 {height: auto;font-size: 22px;font-family: 'Arimo', 'Noto Sans TC', sans-serif;font-weight: 600;text-align: center;}
#product_list li:hover .h3{color:var(--primary)}
#product_list li p {font-weight: 300;color: #7f7f7f;font-family: 'Arimo', 'Noto Sans TC', sans-serif;text-align: center;font-size: 15px;height: auto;}

/* productdetail */
#productdetail {margin: 0 0 80px;display: flex;justify-content: space-between;}

/* imglist */
#imglist img {margin-bottom: 20px;aspect-ratio: 4/3;object-fit: contain;}
#imglist .img_nav img {margin: 0 10px 0 0;width: 100px;height: 100px;background: #f9f9f9;border: 1px solid #e5e5e5;}

/* productinfo */
#productinfo h2 {margin: 5px 0 15px;font-size: 32px;font-family: "Arimo", sans-serif;font-weight: 600;}
#productinfo .shopbox{margin-top:30px;}
#productinfo .txt , .buyBtns { margin-bottom: 10px; }
.buyBtns a{background:var(--primary);padding: 10px 0;}
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .price font { font-size: 18px; }
#productinfo article { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px #ddd solid; font-weight: 300; font-size: 14px; color: #7e7e7e; }
#productinfo #community { margin-top: 15px; }

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { margin: 0 2px; width: 35px; height: 35px; background: rgba(var(--secondary-rgb), .3); border-radius: 5px; line-height: 30px; font-weight: 600; font-size: 28px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 27px; font-size: 33px; }
#orderfunction input { margin: 0 5px; width: 30px; border-width: 0 0 1px; }
#orderfunction .addcar { float: right; }

/* productTabs */
#productTabs .tabs {margin-bottom: 30px;background: rgb(48 48 48 / 5%);}
#productTabs .tabs li a { padding: 15px 30px; }
#productTabs .tabs li a:before { position: absolute; width: 0; height: 3px; background: var(--primary); display: block; bottom: 0; left: 0; content: ""; }
#productTabs .tabs li.active a:before { width: 100%; }

@media screen and (max-width: 1024px){
	#productdetail{display:block;}
    #productinfo{margin-top:50px;}
}
@media screen and (max-width: 980px){
	#productinfo { margin-top: 5vw; }
}
@media screen and (min-width: 761px){
}
@media screen and (max-width: 640px){
}