/* product_list */
#product_list li {padding: 40px 0 50px;border-bottom: 1px #ddd solid;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#product_list li .tit {margin-bottom: 40px;display: inline-block;}
#product_list li .tit h3 {margin-right: 25px;font-size: 22px;/* display: block; */}
#product_list li .tit p {line-height: 34px;/* display: block; */color: #8a8a8a;}
#product_list li article {margin-bottom: 20px;height: 220px;line-height: 200%;letter-spacing: .15em;font-weight: 200;-webkit-line-clamp: 5;}
#product_list li .price_box {align-items: baseline;display: none;}
#product_list li .price_box p { margin-right: 15px; line-height: 100%; }
#product_list li .price_box p.price { padding: 0 5px; border-bottom: 2px var(--secondary) solid; font-size: 22px; }
#product_list li .price_box p:first-letter , #product_list li .price_box p.price:first-letter { margin-right: 4px; font-weight: 300; font-size: 12px; }
#product_list li .img_cover { height: 350px; }
#product_list li:first-child {border-top: 1px #ddd solid;}

/* productdetail */
#productdetail { margin-bottom: 60px; }
#productdetail >div { -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }

/* productinfo */
#productinfo .cate { padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#productinfo .title { margin: 25px 0; line-height: 170%; }
#productinfo .txt { margin-bottom: 15px; align-items: center; }
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .txt font.price { font-weight: 600; font-size: 25px; }
#productinfo .txt font.sell:first-letter { margin-right: 4px; font-weight: 300; font-size: 12px; }
#productinfo article { margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px rgba(var(--secondary-rgb), .6) solid; font-weight: 300; font-size: 14px; }
#productinfo .buyBtns { margin-top: 30px; }
#productinfo .buyBtns a { padding: 10px 0; 
    animation-name: elementor-animation-pulse;
    animation-duration: .7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: inline-block;
    color: #fff;
}
@keyframes elementor-animation-pulse{
	0%{transform:scale(1.0)}
	50%{transform:scale(0.95)}
	100%{transform:scale(1.0)}
}

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { width: 35px; height: 37px; border: 1px rgba(var(--secondary-rgb), .6) solid; line-height: 37px; font-size: 20px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 34px; }
#orderfunction input { padding: 5px 15px; width: 30px; background: none; border: rgba(var(--secondary-rgb), .6) solid; border-width: 1px 0; }

/* productTabs */
#productTabs { margin-bottom: 60px; }
#productTabs .tabs { margin-bottom: 30px; background: rgba(var(--black-rgb), .08); }
#productTabs .tabs li a { padding: 15px 30px; }

@media screen and (max-width: 1280px){
	#imglist { margin-bottom: 40px; }
	#imglist img { height: 450px; }
}
@media screen and (min-width: 1025px){
	#product_list li { padding: 40px 40px 50px; }
	#product_list li .col_lg_7{
    width: 522px;
    position: absolute;
    right: 0;
}
	#product_list li .col_lg_4 {
    width: calc(100% - 620px);
}
}
@media screen and (max-width: 1024px){
#product_list li .img_cover{
    height: 310px;
}
}
@media screen and (max-width: 980px){
	#product_list li article { height: 64px; -webkit-line-clamp: 2; }
	#product_list li .price_box { margin-bottom: 40px; }
}
@media screen and (max-width: 768px){
	#imglist img { height: 70vw; }
}
@media screen and (max-width: 480px){
	#product_list li .img_cover {height: 225px;}
}