.layer_woo_dispute_class {
		width: 505px;
}

#woo_order_dispute_reason {
	height: none;
	font-size: 10px;
	width: 140px;
	font-weight: 0;
	height: 20px;
}

#woo_order_dispute_comment {
	max-width: 460px;
	max-height: 100px;
}

#woo_dispute_img {
	width: 103px;
	height: 103px;
	border: 1px solid #e0e0e0;
	text-align: center;
	line-height: 103px;
	font-size: 30px;
	cursor: pointer;
	margin: 5px;
	float: left;
}

.woo_dispute_del_img {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.3);
	border-bottom-left-radius: 30px;
	font-size: 15px;
	overflow: hidden;
	cursor: pointer;
	transition: .5s all;
}

.woo_dispute_del_img:hover {
	background: rgba(255, 255, 255, 0.6);
}

.woo_dispute_del_img i {
	margin-left: 15px;
}

.woo_dispute_key {
	font-weight: 600;
}

.woo_show_dispute_div_box {
	margin-top: 20px;
}

.woo_show_dispute_div_box_no_re {
	text-align: center;
}

.woo_show_dispute_div_box_i {
	text-align: center;
	font-size: 50px;
}

/* .woo_show_dispute_div_box_no_re {
	border: 2px dashed;
} */

.woon_prestomart_qrcode {
	text-align: center;
}

p.woon_prestomart_qrcode{
	margin-top: 15px;
}

@media screen and (max-width:550px ) {
	.layer_woo_dispute_class {
		width: 80%;
		min-width: 250px;
	}
}