.detail-coupon {
			margin: 0 10px;
			margin-top: 10px;
			padding: 10px;
			background-color: #fbf8fb;
			border-radius: 5px;
			&-title {
				flex-direction: row;
			}
			&-ul {
				margin-top: 2px;
			}
			&-list {
				@include styleFont(#555354,14);
			}
			&-bottom {
				margin-top: 3px;
				@include flexRowEnd;
				&-text {
					height: 25px;
					width: 70px;
					line-height: 25px;
					border-radius: 30px;
					text-align: center;
					font-size: 14px;
					background-color: #e8e5e9;
				}
			}
		}