.product-info {
	margin-top: 30px;
}
.sd_progress {
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
}
.sd_progress .dis_bar {
	display: flex;
	align-items: center;
}
.sd_progress .dis_bar .arrow_point +.arrow_point {
	margin-left: 10px;
}
.sd_progress .progress {
	position: relative;
	border-radius: 10px;
}
.sd_progress .progress .progress-bar {
    height: 100%;
    background-color: #10258A;
    color: #fff;
    font-weight: 700;
}
.popular-categories .product-cart-wrap .progress {
  height: 5px;
}
.popular-categories .img-hover-scale a {
	display: block;
    line-height: 1;
}
.popular-categories .img-hover-scale a img {
	    height: 90px;
    max-width: 100px !important;
    width: 100%;
    object-fit: contain;
}
.popular-categories .product-cart-wrap .product-content-wrap {
	text-align: left;
}
.popular-categories .product-cart-wrap .product-content-wrap .product-price span {
	color: inherit;
}