.e-comebacker {
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	font-size: 16px;
	left: 0;
	line-height: normal;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9000;
}

.e-comebacker,
.e-comebacker * {
	box-sizing: border-box;
	font-family: Open Sans, sans-serif !important;
	letter-spacing: 0;
	vertical-align: initial;
}

.e-comebacker button {
	background: 0 0 !important;
	border: 0 !important;
	color: inherit !important;
	cursor: pointer;
	font: inherit !important;
	padding: 0 !important;
}

.e-comebacker a {
	color: blue !important;
	text-decoration: none !important;
}

.e-comebacker__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 730px;
	padding: 0 15px;
	width: 100%;
	word-spacing: -5px;
}

.e-comebacker__inner:before {
	content: "";
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 0;
}

.e-comebacker__inner>* * {
	word-spacing: normal;
}

.e-comebacker__content {
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	display: none;
	margin: 20px auto;
	padding: 15px 25px;
	vertical-align: middle;
	width: 100%;
}

.e-comebacker__content.e-comebacker-active {
	display: -webkit-inline-flex;
	display: inline-flex;
}

.e-comebacker strong {
	font-weight: 700 !important;
}

@media screen and (max-width: 640px) {
	.e-comebacker {
		display: none !important;
	}
}

.e-comebacker select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff !important;
}

.modal-leave .modal-leave__btn-no:hover,
.modal-leave__btn-motivation {
	text-decoration: underline;
}

.modal-leave {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.modal-leave__info {
	box-sizing: border-box;
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
	margin-right: 50px;
	padding-right: 10px;
}

.modal-leave__product-view {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}

.modal-leave .modal-leave__title {
	color: #1f58a7 !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	margin-bottom: 8px !important;
	margin-top: 0 !important;
	text-align: center;
}

.modal-leave .modal-leave__motivation {
	font-size: 19px !important;
	font-weight: 700 !important;
	padding: 0 20px;
	text-align: center;
}

.modal-leave .modal-leave__motivation>strong {
	color: rgb(217, 4, 4) !important;
}

.modal-leave .modal-leave__text {
	font-size: 16px !important;
	margin: 12px auto 14px !important;
	padding: 0 15px !important;
	text-align: center;
}

.modal-leave__text .inner-red {
	color: #d32f2f;
	font-weight: 700;
}

.modal-leave__btn-wrapper {
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}

.modal-leave .modal-leave__btn-next {
	background-color: #1f58a7 !important;
	border-radius: 4px;
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	height: 56px;
	letter-spacing: -0.5px;
	line-height: 25px;
	transition: background-color 0.3s linear;
	width: 100%;
}

.modal-leave .modal-leave__btn-next:hover {
	background-color: #05316e !important;
}

.modal-leave .modal-leave__btn-no {
	color: #78909c !important;
	font-size: 14px !important;
	margin: 5px 0 0 !important;
}

.modal-leave__on-sale {
	margin: 0 auto;
	position: relative;
}

.modal-leave__sale-label {
	-webkit-align-items: center;
	align-items: center;
	background: 50% #388e3c;
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
	color: #fff;
	display: none !important;
	display: -webkit-flex;
	display: flex;
	font-size: 34px;
	font-weight: 700;
	height: 100px;
	-webkit-justify-content: center;
	justify-content: center;
	left: 105px;
	position: absolute;
	top: -15px;
	-webkit-transform: rotate(-12deg);
	transform: rotate(-12deg);
	width: 100px;
}

.modal-leave__image {
	margin-left: -40px;
	max-height: 310px;
	max-width: 120%;
}

a.modal-leave__btn-motivation {
	color: rgb(217, 4, 4) !important !important;
	cursor: pointer;
}

.price_old {
	text-decoration: line-through;
	color: #78909c;
}

.price_new {
	color: red;
}