.wswp-checkout {
	border-bottom: 1px solid #d9ddd8;
	border-top: 1px solid #d9ddd8;
	box-sizing: border-box;
	font-family: "Montserrat", Arial, sans-serif;
	margin: 22px 0;
	padding: 0;
}

.wswp-checkout,
.wswp-checkout * {
	box-sizing: border-box;
}

.wswp-checkout__toggle {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	color: #2f302f !important;
	cursor: pointer;
	display: flex;
	font: 500 17px/1.4 "Montserrat", Arial, sans-serif !important;
	justify-content: space-between;
	letter-spacing: 0;
	margin: 0 !important;
	min-height: 60px;
	padding: 16px 34px 16px 0 !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	width: 100%;
}

.wswp-checkout__toggle-icon {
	border-bottom: 1px solid #879887;
	border-right: 1px solid #879887;
	display: block;
	height: 9px;
	margin: 0;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.2s ease;
	width: 9px;
}

.wswp-checkout__toggle[aria-expanded="true"] .wswp-checkout__toggle-icon {
	transform: translateY(-35%) rotate(225deg);
}

.wswp-checkout__panel {
	padding: 0 0 22px;
}

.wswp-checkout__panel[hidden],
.wswp-checkout__certificate[hidden],
.wswp-checkout__partial[hidden] {
	display: none !important;
}

.wswp-checkout__hint {
	color: #7d847c;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 16px;
}

.wswp-checkout .wswp-checkout__field {
	display: block !important;
	margin: 0 0 14px;
}

.wswp-checkout__field > span,
.wswp-checkout__modes legend {
	color: #2f302f;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.wswp-checkout__field input,
.wswp-checkout__field select {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #b9c1b8 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #2f302f;
	font: 400 15px/1.35 "Montserrat", Arial, sans-serif;
	height: 48px;
	margin: 0 !important;
	padding: 10px 13px !important;
	width: 100% !important;
}

.wswp-checkout__field select {
	background-image: linear-gradient(45deg, transparent 50%, #879887 50%), linear-gradient(135deg, #879887 50%, transparent 50%);
	background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 38px !important;
}

.wswp-checkout__button {
	align-items: center;
	border-radius: 0 !important;
	cursor: pointer;
	display: inline-flex;
	font: 500 13px/1.2 "Montserrat", Arial, sans-serif !important;
	justify-content: center;
	letter-spacing: 0;
	min-height: 46px;
	padding: 12px 20px !important;
	text-transform: uppercase;
}

.wswp-checkout__button--secondary {
	background: #fff !important;
	border: 1px solid #879887 !important;
	color: #718371 !important;
}

.wswp-checkout__button--primary {
	background: #879887 !important;
	border: 1px solid #879887 !important;
	color: #fff !important;
	margin-top: 15px !important;
}

.wswp-checkout__certificate {
	background: #f4f6f3;
	border: 1px solid #d9ddd8;
	margin-top: 18px;
	padding: 18px;
}

.wswp-checkout__certificate-summary {
	display: grid;
	margin-bottom: 16px;
}

.wswp-checkout__certificate-summary span {
	color: #626862;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.wswp-checkout__certificate-summary span + span {
	margin-top: 5px;
}

.wswp-checkout__certificate-summary strong {
	color: #2f302f;
	font-weight: 500;
}

.wswp-checkout__modes {
	border: 0;
	margin: 0;
	padding: 0;
}

.wswp-checkout .wswp-checkout__mode {
	align-items: center;
	cursor: pointer;
	display: flex !important;
	font-size: 14px;
	font-weight: 400;
	margin: 9px 0;
}

.wswp-checkout__mode > span {
	margin-left: 9px;
}

.wswp-checkout__mode input {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #879887 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	flex: 0 0 18px !important;
	height: 18px !important;
	margin: 0 !important;
	max-height: 18px !important;
	max-width: 18px !important;
	min-height: 18px !important;
	min-width: 18px !important;
	padding: 3px !important;
	width: 18px !important;
}

.wswp-checkout__mode input:checked::after {
	background: #879887;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
}

.wswp-checkout__partial {
	margin-top: 15px;
}

.wswp-checkout__remove {
	background: transparent !important;
	border: 0 !important;
	color: #697969 !important;
	cursor: pointer;
	font: 400 12px/1.4 "Montserrat", Arial, sans-serif !important;
	margin: 14px 0 0 !important;
	padding: 0 !important;
	text-decoration: underline;
	text-transform: none !important;
}

.wswp-checkout__result {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 12px;
}

.wswp-checkout__result.is-error {
	color: #a4372f;
}

.wswp-checkout__result.is-success {
	color: #637863;
}

.wswp-checkout button:disabled,
.wswp-checkout input:disabled,
.wswp-checkout select:disabled {
	cursor: wait;
	opacity: 0.6;
}

@media (max-width: 767px) {
	.wswp-checkout {
		margin: 18px 0;
	}

	.wswp-checkout__toggle {
		font-size: 15px !important;
		min-height: 54px;
		padding: 14px 34px 14px 0 !important;
	}

	.wswp-checkout__certificate {
		padding: 15px;
	}

	.wswp-checkout__button {
		width: 100%;
	}
}
