.product-small .box-image {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #fff;
}
.product-small .box-image img {
	border-radius: 8px;
}
.product-small a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		 font-size: 20px;
    font-weight: 600;
	  font-family: "Philosopher", Sans-serif;
	   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
		margin: 0 0 20px;
	min-height: 52px;
}
.product-small .box-text {
	padding: 10px 0 0;
}
.product-small span.woocommerce-Price-amount.amount {
	font-size: 16px;
	color: var(--primary-color);
}

.product-small del span.woocommerce-Price-amount.amount,.product-small del {
	color: #777 !important;
	opacity: 1;
}
.product-small .badge-container.absolute.left.top.z-1 {
	top: 10px;
	margin-top: 0;
	right: 10px !important;
	left: unset;
}
.product-small .badge-container.absolute .badge-frame .badge-inner {
	border-radius: 4px;
	border: none;
	padding: 0 !important
}
.product-small .badge-container.absolute .badge-frame .badge-inner .onsale {
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.product-small .ct-buy-now {
	margin: 10px 0 0;
    width: 100%;
    border-radius: 8px;
    font-family: "Philosopher", Sans-serif;
    font-size: 1rem;
    background: #fff;
    color: #111;
    font-weight: 700;
}
.product-small .product-title {
	margin: 0;
}

/* Start custom CSS for ucaddon_woocommerce_product_grid_copy, class: .elementor-element-e28d659 */
.ct-process-bar {
    position: relative;
    display: block;
    overflow: visible;
    margin: 15px 0 0;
    min-height: 20px;
}

.ct-process-bar-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22px;
    height: auto;
    z-index: 1;
}

.ct-process-count {
    position: relative;
    width: 100%;
    display: block;
    min-height: 20px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden;
}

.ct-process-bar-width {
    background: linear-gradient(90deg, #ffecb3 0%, #ffb200 100%);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}

.ct-process-count span {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px
}

@media(max-width:767px){
	.product-small a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
	}
}