.products .custom-product,
.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
    border: 1px dashed #a4a4a4;
    border-radius: 0 0 50px;
    overflow: hidden;
    text-align: center;
}
ul.products li.product {padding-bottom: 20px!important;}
.woocommerce-loop-product__title {
	font-weight: bold;
	padding: 5px 0!important;
    font-size: 1.3em!important;
    color: #222222!important;
}
.product-price-tickr,
.price {
	color:red!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
ul.products li.product .button.add_to_cart_button {display: none}
.custom-product .pp-buttons-group {
    justify-content: flex-end;
    margin-top: 20px;
}
.elementor-element .custom-product .pp-icon-after .pp-buttons-icon-wrapper {
    margin-left: 8px;
}
.elementor-element .custom-product .pp-button {
    background: #818a91;
    color: #fff;
    border-radius: 55px 0 0 0!important;
}

.custom-product .devvn_buy_now,
.products .devvn_buy_now {
    border: 1px solid;
    padding: 4px 6px 4px 4px;
    border-radius: 3px;
    color: green;
}
.custom-product p {margin-bottom: 15px;}
@media only screen and (min-width: 769px){
	.woocommerce-page .col-sm-12 ul.products li.product, .woocommerce-page .columns-4 ul.products li.product, .woocommerce .col-sm-12 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
		width: 100%!important;
	}
}
