.detail-product {
		margin: 0 10px;
		margin-top: 10px;
		padding: 5px 10px;
		border-radius: 5px;
		background-color: #fbf8fb;
		@include flexRowSpaceBetween;
		&-left {
			width: 70px;
			height: 70px;
			border-radius: 3px;
			background-color: #36a3f7;
		}
		&-right {
			height: 65px;
			justify-content: space-between;
			&-title {
				height: 25px;
				@include  flexRowCenter;
				&-text {
					margin-left: 5px;
					font-size: 14px;
					@include onlyLineEllipsis;
				}
			}
			&-center {
				@include flexRowSpaceBetween;
			}
			&-bottom {
				flex-direction: row;
				&-text {
					@include styleFont(#d23a34,10);
					padding: 0 5px;
					margin-right: 5px;
					height: 18px;
					border-color: #d23a34;
					background-color: #ffefee;
					border-style: solid;
					border-width: 1px;
					line-height: 18px;
					border-radius: 3px;
				}
			}
			&-price {
				@include flexRowEnd;
				&-left {
					@include styleFont(#d23a34,12);
				}
				&-right {
					@include styleFont(#d23a34,14);
				}
			}
		}
	}