#productslist ul { overflow: hidden; }
#productslist ul li { overflow: hidden; position: relative; float: left; margin: 10px 1%; width: 23%; }
#productslist ul li .productPhoto { border: 1px rgba(34, 34, 34, 0.11) solid; }
#productslist ul li .productPhoto a.photo { transition: all .4s ease; }
#productslist ul li:hover .productPhoto a.photo { background-size: 120% auto; }
#productslist ul li .info a { position: absolute; width: 100%; height: 100%; background: rgba(74,74,74,0.82); display: block; top: -100%; left: 0; z-index: 1; transition: all .4s ease; }
#productslist ul li:hover .info a { top: 0; }
#productslist ul li .info strong, #productslist ul li .info b { position: absolute; display: block; left: -100%; bottom: 5px; color: #ccc; transition: all .4s ease; }
#productslist ul li .info strong { overflow: hidden; height: 23px; margin-bottom: 5px; font-size: 16px; color: #fff; bottom: 20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
#productslist ul li:hover .info strong, #productslist ul li:hover .info b { left: 5px; }
#productslist ul li a.openLink { position: absolute; top: 10px; right: 10px; color: #fff; font-size: 35px; z-index: 1; display: none; }
#productslist ul li:hover a.openLink { display: block; }
#prodInfo { overflow: hidden;     margin-top: 30px;}
#prodInfo #article, #prodInfo .pinfo { float: left; width: 50%; }
#prodInfo #article .productImg { position: relative; margin-bottom: 30px; text-align: center; }
#prodInfo #article .productImg a.photo { background-size: 82% auto; background-position: center 15px; }
#prodInfo #article .productImg:hover a.photo { background-size: 100% auto; }
#prodInfo #article .productImg i { position: absolute; top: 8%; right: 13%; display: none; font-size: 30px; color: #fff; z-index: 3; }
#prodInfo #article .productImg:hover i { display: block; }
#prodInfo #article .productImg img { position: relative; z-index: 2; }
#prodInfo #article .productImg:hover a:before { position: absolute; width: 100%; height: 100%; display: block; background: rgba(66,66,66,0.71); content: ""; }
#prodInfo .pinfo { margin-left: 10%; width: 40%; }
#prodInfo .totop { position: fixed; top: 120px; left: 45%; }
#prodInfo .pinfo .d-flex{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
#prodInfo .pinfo  .d-flex2{
    display: flex;
    flex-direction: row;
}
#prodInfo .pinfo .d-flex2 p{
	margin-right:5px;
}
#prodInfo .pinfo h4 { font-size: 20px; color: #ce0000; }
#prodInfo .pinfo p { margin: 10px 0; }
#prodInfo .pinfo p b , #prodInfo .pinfo article b { margin-right: 5px; color: #525252; }
#prodInfo .pinfo p a { margin: 10px 0; padding: 10px;background: #ab2626; display: block; text-align: center; color: #fff; font-size: 16px; letter-spacing: 5px; transition: all .4s ease; }
#prodInfo .pinfo p a:hover { letter-spacing: 10px; }
#prodInfo .pinfo #productslist {margin: 0px 0;}
#prodInfo .pinfo #productslist h5 { position: relative; font-size: 16px; }
#prodInfo .pinfo #productslist h5:after { position: absolute; margin-left: 10px; width: 100px; height: 1px; display: inline-block; background: #424242; content: ""; bottom: 7px; }
#prodInfo .pinfo #productslist ul.other li { width: 48%; }

@media screen and (max-width: 1440px){
	#prodInfo .totop article{
    display: none;
    }
    #prodInfo .pinfo .d-flex2 p{
    margin: 0 0;
    margin-right: 5px;
    }
    #prodInfo .pinfo p a{
    margin: 5px 0;
}
}
@media screen and (max-width: 1366px) {
	#prodInfo .totop { top: 80px; }
}
@media screen and (max-width: 1280px) {
	#productslist ul li { width: 48%; }
	#productslist ul.other li a.openLink { font-size: 20px; }
}
@media screen and (max-width: 768px) {
	#prodInfo #article, #prodInfo .pinfo { margin-left: 0; width: 100%; }
	#prodInfo .totop { position: relative; top: auto; }
}
@media screen and (max-width: 640px) {
	#productslist ul li { margin: 10px 0; width: 100%; }
}
@media screen and (max-width: 480px) {
	#prodInfo .pinfo #productslist ul.other li { margin: 10px 1%; }
	#prodInfo .pinfo .d-flex{
		display:flex;
	}
}
@media screen and (max-width: 450px) {
	#prodInfo .pinfo #productslist ul.other li { margin: 10px 0; width: 100%; }
}