
.no-padding{
	padding: 0 !important;
}
.mod_jshop_deals .each_deals {
    padding: 10px !important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
} 
.mod_jshop_deals {
    width: 100%;
    padding: 15px;
    position: relative;
} 
.mod_jshop_deals .each_deals{
	padding: 5px;
}
.mod_jshop_deals .each_deals > div{    
	background: #fff;
    border-radius: 5px;
	width: 100%;
	float: right;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.mod_jshop_deals .each_deals > div img{    
    border-radius: 5px 5px 0 0;
	width: 100%;
	float: right;
} 
.mod_jshop_deals .each_deals > div h3{       
	font-size: 14px;
    padding: 10px 10px 0;
    text-align: center;
	width: 100%;
	float: right;
	line-height: 25px;
	margin: 0;
} 
.mod_jshop_deals .each_deals > div h3 a{ 
	color: #333;
} 
.mod_jshop_deals .each_deals > div h5{       
	font-size: 12px;
    padding: 0 10px;
    text-align: center;
	width: 100%;
	float: right;
	margin: 0;
} 
.mod_jshop_deals .each_deals > div h5 a{ 
	color: #969696;
} 
.mod_jshop_deals .each_deals > div .price{ 
	width: 100%;
	float: right;
	text-align: center;
	padding: 0 0 15px 15px;
}  
.mod_jshop_deals .each_deals > div .main_price { 
	display: inline-block;
	color: #e53939;
	text-decoration: line-through;
	margin-left: 8px;
} 
.mod_jshop_deals .each_deals > div .final_price { 
	display: inline-block;
	color: #009b45;
	font-size: 14px;
}  

.mod_jshop_deals .product_content .button-group {
    display: inline-block;
    vertical-align: middle; 
    opacity: 0;  
    margin: 0 auto; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mod_jshop_deals .product_content:hover .button-group {
    opacity: 1;
}

.mod_jshop_deals .product_content .button-group > div {
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-align: center;
}
.mod_jshop_deals .product_content .button-group .btn-quickview,
.mod_jshop_deals .product_content .button-group .btn-wishlist, 
.mod_jshop_deals .product_content .button-group .btn-compare, 
.mod_jshop_deals .product_content .button-group .btn-cart {
    opacity: 0;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mod_jshop_deals .product_content .button-group .btn-quickview {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mod_jshop_deals .product_content .button-group .btn-wishlist {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mod_jshop_deals .product_content .button-group .btn-compare {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.mod_jshop_deals .product_content .button-group .btn-cart {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
} 
.mod_jshop_deals .product_content .button-group > div button, 
.mod_jshop_deals .product_content .button-group > div a {
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    font-size: 17px;
    line-height: 39px;
}

.mod_jshop_deals .product_content:hover .button-group .btn-quickview, 
.mod_jshop_deals .product_content:hover .button-group .btn-wishlist, 
.mod_jshop_deals .product_content:hover .button-group .btn-compare, 
.mod_jshop_deals .product_content:hover .button-group .btn-cart {
    opacity: 1;
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}
.mod_jshop_deals .product_content .button-group > div button:hover, 
.mod_jshop_deals .product_content .button-group > div a:hover{
    color: #fff;
    background: #ff6a08;
}

