.sales-box {
	background: #f1c50e;
}

.form-section {
	max-width: 540px;
	background: aliceblue;
	padding: 20px;
	border-radius: 16px;
	border-style: dashed;
	border-color: #a1d0fb;
	box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
	margin: 60px auto auto;
}

.form-div {
	display: inline-block;
	margin: 3px 0;
	width: 100%;
	text-align: left;
	line-height: 1.2;
}

.form-div-2 {
	background: #5182af;
	border-radius: 6px;
}

.form-div-3 {
	background: #f9e79b;
	border-radius: 6px;
}

.form-div-4 {
	background: #fff7d5;
	border-radius: 6px;
}

.form-label {
	display: block;
	font-weight: 500;
	color: #111111;
}

.form-input {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000000;
	padding: 5px 10px;
	/* margin: 5px 0px; */
	border-radius: 6px;
	border-width: 1px;
	border-color: #5182af;
	/* opacity: 0; */
	border-style: solid;
	min-height: 34px;
}

.textarea {
	height: 50px;
	overflow: auto;
	display: flex;
}

.form-button {
	text-align: center;
	display: block;
	width: fit-content;
	color: #FFFFFF;
	background: #de4640;
	border: none;
	border-radius: 8px;
	margin: 5px auto;
	line-height: normal;
	font-weight: 700;
	font-size: 24px;
	cursor: pointer;
	padding: 12px 30px;
	/* box-shadow: 0 5px 0 0 #9e1d18; */
	border-bottom: 4px solid #941d18;
	box-shadow: 0 2px 4px 0 #00000059;
}

.form-button:hover {
	opacity: 0.8;
}

.top-label {
	color: #FFFFFF;
	padding: 5px;
	line-height: 1;
}

.top-label-3 {
	color: #111111;
	padding: 5px;
	line-height: 1;
}

a.terms {
	font-size: 1rem;
	letter-spacing: normal;
	/* line-height: normal; */
	cursor: pointer;
	color: #2cccc4;
	font-weight: 700;
}

a.terms:hover {
	/* color: #5df0ff; */
	opacity: 0.9;
}

#warning {
	display: none;
	text-align: center;
	width: 100%;
	padding: 10px;
	color: #000000;
	font-weight: 700;
	background: #FFF000;
	margin: 10px 0;
}

#error {
	display: none;
	text-align: center;
	width: 100%;
	padding: 10px;
	color: #FFF000;
}

input[type=checkbox] {
	zoom: 1.5;
}

.zip {}

#state {
	height: 39px;
}

.state {}

@media (max-width: 575px) {
	.zip {
		width: 100% !important;
		display: inline-block;
	}

	.state {
		width: 100% !important;
		display: inline-block;
	}

	.form-button {
		text-align: center;
		font-size: 20px;
		padding: 10px 20px;
	}
}

.form-title {
	text-transform: uppercase;
	color: #5cadf9;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.2ex;
}

.carousel-thumbnails-c {
	width: 90px !important;
	height: 90px !important;
	cursor: pointer;
}

@media (max-width: 576px) {
	.carousel-thumbnails-c {
		width: 68px !important;
		height: 68px !important;
	}
}

.star-c {
	color: #FFC700;
	font-size: 16px;
}

.del-price {
	text-decoration-color: #757575;
	font-style: italic;
	font-weight: 400;
}

.del-price-1 {
	text-decoration-color: #cc0000;
	font-style: italic;
	font-weight: 400;
}

.check-1 {
	color: #339966;
	font-size: 20px;
}

.check-2 {
	color: #ffcc00;
	font-size: 20px;
}

.arrow-1 {
	color: #ffffff;
	font-size: 20px;
}

.arrow-2 {
	color: #111111;
	font-size: 20px;
}

.numb {
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	background: #006699;
	color: #fff;
}

.radio-selected {
	background: url(../images/check-circle-solid.svg);
	border: none !important;
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
}

.radio-1 {
	border: 2px solid #e9ecf3;
	border-radius: 50%;
	position: relative;
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-right: 5px;
}

.radio-1:hover {
	cursor: pointer;
}

.col-auto-1 {
	line-height: 1;
	cursor: pointer;
	padding-right: 15px;
}

.select-payment {
	background: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0.4rem;
	position: relative;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	/* border: 1px solid #478ac9; */
	color: #6a6a6a;
	height: fit-content;
}

.payment-selected {
	box-shadow: 0 0 3px #339999 !important;
}

.payment {
	display: flex;
	margin: 3px 0;
}

.best-offer {
	color: #fff;
	background: linear-gradient(90deg, #1fba34 0%, #1fba34 100%);
	text-align: center;
	text-transform: uppercase;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	padding: 0.15rem;
	position: relative;
	cursor: pointer;
	align-items: center;
	margin-top: 0;
	z-index: 1;
	border-radius: 0 0 5px 5px;
	display: flex;
	justify-content: center;
}

.best-option {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
}

.free-shipping {
	display: block;
	margin-left: 6px;
	border-radius: 6px;
	width: 100%;
}

@media (max-width: 575px) {
	.payment {
		display: block;
	}

	.free-shipping {
		margin-left: unset;
		margin-top: 6px;
	}
}

.bullet-1::before {
	content: url(./images/check-circle-solid.svg);
	display: inline-block;
	width: 1rem;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.bullet-2 {
	display: inline-block;
	background-image: url(./images/check-circle-solid.svg);
	width: 1.1rem;
	height: 1.1rem;
	background-repeat: no-repeat;
	position: relative;
	top: 0.18rem;
	margin-right: 5px;
}

.warning::before {
	content: "*";
	color: #ff253a;
}

.review-stars {
	display: flex;
	align-items: center;
}

.review-stars-big {
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-1 {
	margin-top: 10px;
	font-size: 0.9rem;
	color: #6a6a6a;
}

.stars {
	display: inline-block;
	background-image: url(./images/5starts.svg);
	width: 60px;
	height: 12px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 5px;
	background-size: contain;
}

.stars-big {
	width: 100px;
	height: 20px;
}

.flex-centered {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-centered-faq {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-centered-bundle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing {
	font-size: 2rem;
	font-family: 'Russo One', sans-serif;
	line-height: 1.1;
	color: #666d84;
}

.old-price {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.5rem;
	line-height: 1.1;
	text-decoration: line-through;
	text-decoration-color: #cc0000;
	text-decoration-thickness: 1px;
}

.new-price {
	font-size: 2.4rem;
	color: #478ac9;
}

.secure {
	display: inline-block;
	background-image: url(./images/secure.svg);
	width: 100%;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 15px;
	opacity: 0.5;
}

.satisfy {
	display: inline-block;
	background-image: url(./images/satisfy.svg);
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 30px 0 30px 30px;
}

.mini {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 30px 0 30px 30px;
}

.mini-src {
	display: block;
	border-radius: 50%;
	width: 100%;
	border: 3px solid #ffffff;
}

.faq-section {
	width: 900px;
	margin: auto;
	background: #ffffff;
	padding: 15px 30px 30px;
}

.faq {
	display: block;
}

.faq-row {
	cursor: pointer;
	padding: 5px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.question {
	display: block;
	width: 100%;
}

.answer {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	line-height: 1.4;
}

.q-span {
	width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	font-weight: 700;
	color: #6a6a6a;
	line-height: 1.4;
}

.arrow {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 5px;
}

.arrow-down {
	background-image: url(./images/angle-down-regular.svg);
}

.arrow-up {
	background-image: url(./images/angle-up-regular.svg);
}

.cta-section {
	background: #4c7397;
	width: 900px;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
	box-sizing: border-box;
}

.option-box {
	width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	margin: 0 5px;
	box-sizing: border-box;
	background: #ffffff;
	padding: 15px;
	border-radius: 8px;
	height: fit-content;
}

.popular {
	width: 100% !important;
}

.best {
	width: 90% !important;
}

.option-discount {
	font-size: 1.2rem;
	color: #1fba34;
	font-weight: 700;
}

.option-img {}

.option-img-src {
	display: block;
	width: 70%;
	margin: auto;
}

.option-pricing {
	font-family: 'Russo One', sans-serif;
	font-size: 2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0 0;
}

.option-saving {}

.option-price {
	line-height: 1;
}

.option-new-price {}

.option-old-price {
	font-weight: 300;
	font-size: 1.4rem;
	font-family: 'Titillium Web', sans-serif;
	color: #6a6a6a;
	text-decoration: line-through;
	text-decoration-color: #cc0000;
	text-decoration-thickness: 1px;
	line-height: 1.2;
	margin-right: 5px;
}

.option-title {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	/* font-family: 'Titillium Web'; */
	line-height: 1.2;
}

.option-button {
	line-height: 1.2rem;
	font-family: 'Russo One', sans-serif;
	color: #ffffff;
	font-size: 1.2rem;
	box-sizing: border-box;
	/* display: flex; */
	justify-items: baseline;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 0.75rem 0;
	cursor: pointer;
	background: #1fba34;
	border-bottom: 4px solid #028332;
	box-shadow: 0 2px 4px 0 #00000059;
	text-transform: uppercase;
	height: fit-content;
}

.option-best {
	border: 3px solid #1fba34;
}

.option-popular {
	border: 2px solid #cc0000aa;
}

.option-badge {
	box-sizing: border-box;
	line-height: 0;
	position: relative;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;
	text-transform: uppercase;
}

.badge-popular {
	background: linear-gradient(90deg, #f00 0%, #dc0000 100%);
}

.badge-best {
	background: linear-gradient(90deg, #35b6ff 0%, #5c80fe 100%);
}

.option-badge::before {
	content: "";
	display: block;
	position: absolute;
	margin-top: -5px;
	top: 50%;
	left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
}

.option-badge::after {
	content: "";
	display: block;
	position: absolute;
	margin-top: -5px;
	top: 50%;
	right: -5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
}

.form-box {
	width: 500px;
	margin: 30px auto 40px;
	color: #ffffff;
	padding: 30px;
	background: #ffffff12;
	border-radius: 16px;
	max-width: 100%;
}

.form-head {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.flex-inputs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-input {
	margin-left: 6px;
}

.header {
	width: 100%;
}

.header-left {
	left: 0;
	position: relative;
}

.header-right {
	position: relative;
	right: 0;
	text-align: -webkit-right;
}

.logo {
	display: block;
	height: 50px;
}

.badge {
	display: block;
	height: 80px;
}

.footer-logo {
	display: block;
	height: 50px;
	margin: 30px auto;
}

.flex-agree {
	width: 100%;
	margin: 0;
	padding: 0.4rem;
	position: relative;
	display: flex;
	align-items: center;
	height: fit-content;
}

@media (max-width: 991px) {
	.flex-centered-bundle {
		display: block;
		text-align: -webkit-center;
	}

	.mini {
		margin: 30px 0 30px 15px;
	}

	.satisfy {
		margin: 30px 0 30px 15px;
	}

	.faq-section {
		width: 540px;
	}

	.cta-section {
		width: 540px;
	}

	.option-box {
		width: 340px;
		margin: 0 5px 15px;
	}

	.option-pricing {
		font-size: 3rem;
	}
}

@media (max-width: 575px) {
	.options-row {
		display: block;
		text-align: -webkit-center;
	}

	.flex-centered {
		display: block;
		text-align: -webkit-center;
	}

	.satisfy {
		width: 90px;
		height: 90px;
		margin: 30px 0 0;
	}

	.badge {
		height: 60px;
		margin: auto;
	}

	.mini {
		width: 90px;
		height: 90px;
		margin: 30px auto 0 0;
	}

	.u-section-7 .u-container-layout-1 {
		text-align: center;
		padding: 15px 15px 30px;
	}

	.faq-section {
		width: 340px;
	}

	.cta-section {
		width: 340px;
	}

	.form-box {
		width: 320px;
		padding: 5px;
	}

	.flex-inputs {
		display: block;
	}

	.right-input {
		margin-left: 0;
	}

	.option-box {
		margin: 0 0 15px 0;
		width: 320px;
	}
}