@media only screen and (max-width:768px) {
	.widget-box,
	.product_widget {
		margin-bottom: 15px;
		padding: 0 15px 15px;
	}
}

@media only screen and (max-width:768px) {
	.product_widget > a {
		padding: 35px 0px 50px;
	}
}

.product_widget {
    background-color: white;
    box-shadow: 0 2px 15px 0px rgb(18 61 88 / 3%);
    border: 1px solid #e8eef1;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    transition: .33s;
    will-change: transform;
}

.product_widget > a {
    display: block;
    padding: 35px 15px 50px;
    position: relative;
}

[class*=tc_] {
    background-repeat: no-repeat;
}

.product_widget > a > figure {
    width: 40px;
    height: 35px;
    margin: auto;
    text-align: center;
    background-position-x: center;
    background-position-y: center;
    border-radius: 8px;
    background-color: #eef5ff;
    background-size: 30px 30px;
    border: 1px solid #d6e6ff;
    position: relative;
    float: left;
}

.product_widget > a > h4 {
    color: #333;
    font-size: 1.15rem;
    text-align: left;
    text-indent: 0.6rem;
}

.product_widget > a > p {
    color: #888;
    overflow: hidden;
    height: 4.5rem;
}

.product_widget > a > .price_part {
    color: #ff7c39;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 50px;
    border: 1px solid #eaeff5;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: .33s;
}

.product_widget > a > .sales_part {
    padding: 6px 0;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 15px;
}