.product-box .product-price2 {
    position: relative;
    padding: 30px 30px 10px 30px;
    margin-top: -6px;
    color: #0098ef;
    font-size: 36px;
    font-weight: bold;
}



.product-box .product-price .term {
    position: static;
    bottom: 34px;
    margin-left: 4px;
    font-size: 13px;
}

del {
    text-decoration: none;
    position: relative;
}

del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 4px solid rgba(255, 0, 0, 0.9);
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 5px;
    transform: rotate(-25deg);
    z-index: 100;
}

.text-black {
	color: gray;
	font-weight: normal;
}

.discount-text {
	color: red;
	font-size: 36px;
	font-weight: bold;
	margin-top: 20px;
}

.mt-0 {
	margin-top: 0!important;
}

.mt-10 {
	margin-top: 10px!important;
}


.product-order {
	border-top: 1px solid #e6e9ee;
	padding-top: 20px!important;
}

.product-box .product-price {
    padding: 0 10px 30px 10px;
}