#favorite .container {
	max-width:820px;
}
#favorite .products-new {
	margin-bottom:30px;
}
#favorite .product-new {
	margin-top:30px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#favorite .product-new .img-wrap{
	width:180px!important;
}
#favorite .product-new .text-wrap {
	width:calc(100% - 220px)!important;
}
#favorite .product-new .text-wrap .row {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#favorite .product-new .text-wrap .row > span{
	font-size:21px;
	line-height:1.4;
}
#favorite .product-new .text-wrap .btn {
	margin:0;
	width:140px;
	height:36px;
	background-color:#fff400;
	border:0px;
	position:relative;
}
#favorite .product-new .text-wrap .btn span{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color:black;
}
#favorite .product-new .text-wrap .description {
	margin-top:10px;
	background-color:#e5e5e5;
	padding:16px;
	font-size:14px;
	font-weight:400;
}
@media screen and (max-width: 959px) {
	#favorite .product-new .img-wrap{
		width:140px!important;
	}
	#favorite .product-new .text-wrap {
		width:calc(100% - 170px)!important;
	}
	#favorite .product-new .text-wrap .row > span{
		font-size:18px;
	}
	#favorite .product-new .text-wrap .btn {
		width:120px;
	}
	#favorite .product-new .text-wrap .description {
		padding:16px;
		font-size:14px;
	}
}
@media screen and (max-width: 599px) {
	#favorite .product-new {
		flex-direction:column;
	}
	#favorite .product-new .img-wrap{
		width:180px!important;
	}
	#favorite .product-new .text-wrap {
		width:100%!important;
	}
	#favorite .product-new .text-wrap .row > span{
		font-size:16px;
	}
	#favorite .product-new .text-wrap .btn {
		width:100px;
	}
	#favorite .product-new .text-wrap .description {
		padding:12px;
	}
}
