    .digia_add_to_cart_button.shallower.shallower{
        background-image:url(https://gef.e-business.fi/wp-content/themes/Digia/icons/cart-white.png);
        background-repeat:no-repeat;
		background-position:center;
		padding:20px!important;
        width:30px!important;
		border-radius:50%;
		height:30px!Important;
        font-size:0!important;
        top: -6px;
        right:25px;

    }
    .recommended-product .digia_add_to_cart_button.shallower.shallower{
          margin-top: -6px;
    }
  

.elementor-shortcode .digia-product{
	height:360px;
	position:relative;
	text-align:center;
	width:calc( 16% - 5px )!important;
	margin-right:15px!important;
}
.elementor-shortcode .digia-product:last-child{
	margin-right:0!important;
}
.elementor-shortcode .digia-loop-thumbnail{
	background-color:#FFF;
	height:calc(100% / 2 )
}
.elementor-shortcode .digia-loop-price bdi, .elementor-shortcode .woocommerce-Price-currencySymbol, .elementor-shortcode .woo-price-unit{
font-family: var( --e-global-typography-text-font-family ), sans-serif!important;
font-weight: 600!important;
	color:#333;
}
.elementor-shortcode .woocommerce-price-suffix{
	display:block!important;
	font-size:12px;
	font-weight: 600!important;
	color:#333;
}
.elementor-shortcode .digia-loop-add-to-cart{
	display:flex;
	width:100%;
	position:absolute;
	bottom:0;left:0;
	height:45px;
}
.elementor-shortcode .digia-loop-add-to-cart {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 45px;
    margin: 0px 8%;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-around;

}
button.digia_add_to_cart_button.shallower{
	flex-grow:0 1;
}

.elementor-shortcode .input-text.qty.text{
	margin-top:0px;
	border-radius:2px 0 0 2px!important;
	border:1px solid #ddd;
	padding:14px 0!important;
    
    padding: 6px!important;
    margin: 0 5px;
    border-radius: 5px!important;
    border: solid 2px #DEDEDE!important;
    
    
}
.elementor-shortcode .input-text.qty.text{
    width: 50px;
}
@media(max-width:1340px){
    .elementor-shortcode .digia-loop-add-to-cart {
    justify-content: space-between;

}
}
@media(max-width:1240px){
	.elementor-shortcode .digia-product{
		width:calc( 32% - 5px )!important;
	}
}
@media(max-width:860px){
	.elementor-shortcode .digia-product{
		width:calc( 32% - 8px )!important;
	}
    .elementor-shortcode .input-text.qty.text{
    width: 35px;
}
}
@media(max-width:768px){
	.elementor-shortcode .digia-product{
		width:calc( 50% - 18px )!important;
	}
}
@media(max-width:530px){
	.elementor-shortcode .digia-product{
		width:100%!important;
		margin-right:0!important;
	}
	.elementor-shortcode .digia-loop-add-to-cart{
		width:calc(100% - 10px);
	}
}