/*tem50-pro*/
.tem50-pro .product-li{background:rgba(255,255,255,0.9);margin-bottom:30px;padding:30px 2%;position:relative;transition:all 0.6s ease 0s;display:inline-block;width:100%;}
.tem50-pro .product-li:hover{box-shadow:0 6px 14px rgba(128,128,128,0.25);}
.tem50-pro .product-li::after{position:absolute;content:"";width:0;height:1px;background-color:#5c5c5c;transition:all 0.6s ease 0s;left:0;top:-1px;}
.tem50-pro .product-li:hover::after{width:100%;}
.tem50-pro .product-li .images{float:left;width:32%;text-align:center;position:relative;padding-top:17%;}
.tem50-pro .product-li .images img{width:100%;position:absolute;left:0;top:0;height:100%;}
.tem50-pro .product-li .text{float:right;transition:all 0.6s ease 0s;width:64%;display:inline-block;}
.tem50-pro .product-li:hover .text{transform:translateX(10px);}
.tem50-pro .product-li .text .title{font-size:16px;color:#333;height:30px;line-height:30px;overflow:hidden;margin-top:0;text-overflow:ellipsis;white-space:nowrap;}
.tem50-pro .product-li .text .description{display:block;font-size:12px;color:#333;opacity:.46;line-height:18px;height:36px;overflow:hidden;}
.tem50-pro .product-li:hover .description{opacity:.62;}
.tem50-pro .product-li .text .more{color:#333;opacity:0;font-size:20px;margin-top:20px;transform:translateX(-20px);transition:all 0.3s ease-out 0s;}
.tem50-pro .product-li:hover .text .more{opacity:.39;transform:translateX(0);}
.tem50-pro .pro_price{height:25px;color:#666;padding:3px 0px;background:none;text-transform:uppercase;font-family:arial;}
.tem50-pro .mod_price i{margin-right:3px;font-family:arial;font-weight:300;font-style:normal;font-size:12px;}
.tem50-pro .price_new{font-size:18px;font-weight:700;margin-right:8px;}
.tem50-pro .price_origin{color:#333;opacity:.53;font-size:12px;}
.tem50-pro .price_origin del{font-weight:300;}
@media (max-width:990px){
    .tem50-pro .product-li .text{width:70%;}
    .tem50-pro .product-li .text .more{opacity:1;margin-top:10px;transform:translateX(0);}
    .tem50-pro .product-li .images{width:28%;}
}
@media (max-width:768px){
    .tem50-pro .container{padding-left: 3%!important;padding-right: 3%!important}
    .tem50-pro.full-screen-spacing .container{padding-left: 0!important;padding-right: 0!important}
    .tem50-pro .product-li .text .title{margin-bottom:5px;}
}
@media (max-width:480px){
    .tem50-pro .product-li{margin-bottom:10px;}
    .tem50-pro .product-li{padding:10px 2%;}
    .tem50-pro .product-li .images{width:32%;}
    .tem50-pro .product-li .text{width:66%;}
    .tem50-pro .product-li .text .more{font-size:16px;}
}
@media (max-width:320px){
    .tem50-pro .product-li .text .title{font-size:14px;height:20px;line-height:20px;}
    .tem50-pro .product-li .text .description{height:20px;}
    .tem50-pro .product-li .text .more{font-size:14px;}
    .tem50-pro .product-li .text{width:64%;}
}
