.dgw-warranty-btn {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 14px;
	border: none;
	border-radius: 999px;
	background: #0984e3;
	color: #fff;
	font-family: iransans, Vazirmatn, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: none;
}

.dgw-warranty-btn:hover,
.dgw-warranty-btn:focus {
	background: #0770c2;
	color: #fff;
	outline: none;
}

.dgw-warranty-btn.is-open {
	background: #d63031;
}

.dw-product-payment-schedule.dgw-has-warranty {
	display: inline;
}

.dgw-brand-top-warranty {
	margin: 8px 0 14px;
	padding: 14px 18px;
	background: #fff8e7;
	border: 1px solid #f0d48a;
	border-radius: 10px;
	color: #333;
	font-family: iransans, Vazirmatn, Tahoma, sans-serif;
	line-height: 1.8;
}

.dgw-brand-top-warranty__title {
	font-size: 18px;
	font-weight: 800;
	color: #0984e3;
	margin-bottom: 6px;
}

.dgw-brand-top-warranty__body {
	font-size: 15px;
	white-space: pre-wrap;
}

.dgw-card-warranty-view {
	box-sizing: border-box;
	width: 100%;
	min-height: 140px;
	padding: 16px 18px;
	background: #fff;
	border-radius: 10px;
	color: #222;
	font-family: iransans, Vazirmatn, Tahoma, sans-serif;
	line-height: 1.8;
}

.dgw-card-warranty-view__title {
	font-size: 18px;
	font-weight: 800;
	color: #0984e3;
	margin-bottom: 8px;
}

.dgw-card-warranty-view__body {
	font-size: 15px;
	white-space: pre-wrap;
	margin-bottom: 12px;
}

.dgw-card-warranty-view__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 4px;
}

.dgw-card-warranty-view__actions .dgw-warranty-btn {
	margin-right: 0;
}

.dgw-warranty-text-src {
	display: none !important;
}

#middle.dgw-showing-warranty {
	background: #74b9ff !important;
	min-height: 140px;
	height: auto !important;
}

#middle.dgw-showing-warranty > .test {
	height: auto !important;
	min-height: 140px;
	width: 100% !important;
	float: none !important;
	display: block !important;
}
