.list-item {
	border: 6px solid transparent!important;
	border-radius: 5!important;
	box-shadow: -4px 3px 9px 0 rgba(0, 0, 0, .31);
}

.list-item.item-2 {
	border-radius: 12px;
	overflow: hidden;
	border-radius: 8px;
	background-image: linear-gradient(white, #fff), linear-gradient(180deg, #bd8f2f 0, #f9f1b2 66%, #bd8f2f 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	border: none!important;
	padding-top: 10px;
}

.list-item.list-item--checked {
	border: 6px solid #30BD51!important;
	border-radius: 5px!important;
	box-shadow: none!important;
	background: #FFFEF4!important;
}

.list-item--checked .recommend_deal {
	background: #30BD51!important;
}

.recommend_deal {
	background: #C49B3F!important;
}

@media (max-width:1023px) {
	.list-item.list-item--checked {
		padding: 15px 10px 15px 20px!important;
	}
}

.header-container-bg {
	background-image: url(../assets/1.jpg);
}

@media (max-width:1023px) {
	.header-container-bg {
		background-image: url(../assets/2.jpg);
	}
}

@media (max-width:767px) {
	.header-container-bg {
		background-image: url(../assets/2.jpg);
	}
}

.coupon-apply-info {
	display: none;
	margin-bottom: 20px;
	color: #1f8305;
	font-size: 22px;
	font-family: Montserrat-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
}

.tip2_wrapper_0 {
	display: flex;
}

.tip2_wrapper_1 {
	display: flex;
}

.tip2_wrapper_2 {
	display: flex;
}

.tip2_wrapper_3 {
	display: flex;
}

#paypal-acdc-checkout-submit {
	margin: 0 5px 10px;
}

#paypal-acdc-checkout-submit-title {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 15px;
	font-family: 'Helvetica Regular';
}

.paypal-acdc-checkout-submit-image {
	width: 100%;
	max-width: 262px;
	height: auto;
	background-size: cover;
}

#paypal-acdc-submit-button {
	width: 97%;
	margin: auto;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
	border: .125rem solid #cacaca;
	border-radius: 4px;
	padding: 10px;
	background-color: #29af5c;
	color: #fff;
	font-family: Avenir Next Bold;
}

#paypal-acdc-submit-button:hover {
	cursor: pointer;
}

.section_faq {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 15px;
}

#img-prop {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999999999999999;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#prop-img {
	max-height: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#stripe-3ds-popup {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 202;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#stripe-3ds-container {
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	overflow: hidden;
}

.wait-module {
	margin-bottom: 25px;
	color: #2f2f2f;
	font-size: 46px;
	line-height: 1.2;
}

.time-module {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0;
	color: #000;
	font-size: 32px;
	font-weight: 700;
}

.minutes-module {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.seconds-module {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.minutes-tag, .seconds-tag {
	font-size: 13px;
	font-family: Montserrat-regular;
	font-weight: 400;
}

.discount-info {
	margin-bottom: 15px;
	color: #00e;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.discount-num-text {
	font-size: 33px;
	font-weight: 800;
}

.congratulation-info {
	color: #2f2f2f;
	font-size: 18px;
	font-family: Montserrat-Medium;
	line-height: 1.2;
}

.discount-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 15px 20px;
	color: #fff;
	font-size: 24px;
	font-family: Montserrat-Bold;
	font-weight: 700;
	line-height: 1;
	background-color: #0bba18;
	border: 1px solid #099513;
	cursor: pointer;
	touch-action: manipulation;
	user-select: none;
}

.discount-btn:hover {
	background-color: #099513;
}

@media (max-width:767px) {
	.discount-popup {
		padding: 15px 35px;
	}

	.discount-inner {
		position: relative;
		max-width: 870px;
		border: 5px solid #e43b2c;
		background-color: #ffe300;
		z-index: 1000;
	}

	.discount-column-main {
		padding: 10px;
	}

	.minutes-tag, .seconds-tag {
		font-size: 13px;
		font-weight: 400;
	}

	.discount-info {
		margin-bottom: 15px;
		color: #00e;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.2;
	}

	.discount-num-text {
		font-size: 22px;
		font-weight: 800;
	}

	.congratulation-info {
		color: #2f2f2f;
		font-size: 18px;
		line-height: 1.2;
	}

	.discount-btn {
		display: inline-block;
		margin-top: 20px;
		padding: 15px 20px;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		background-color: #0bba18;
		border: 1px solid #099513;
		cursor: pointer;
		touch-action: manipulation;
		user-select: none;
	}
}

.discount-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	flex-direction: column;
	font-family: Montserrat-Bold, Helvetica, Arial, sans-serif;
	opacity: 0;
	transition: .55s all;
	z-index: -1;
}

.discount-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .8);
}

.discount-inner {
	position: relative;
	max-width: 870px;
	border: 5px solid #e43b2c;
	background-color: #ffe300;
	z-index: 1000;
}

.discount-close {
	position: absolute;
	right: -16px;
	top: -16px;
}

.discount-close-img {
	display: block;
	width: 30px;
}

.discount-columns {
	text-align: center;
}

.discount-column-main {
	max-height: 80vh;
	padding: 40px;
	overflow-y: auto;
	overflow-x: hidden;
}

.wait-module {
	margin-bottom: 25px;
	color: #2f2f2f;
	font-size: 46px;
	line-height: 1.2;
}

.time-module {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0;
	color: #000;
	font-size: 32px;
	font-weight: 700;
}

.minutes-module {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.seconds-module {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.minutes-tag, .seconds-tag {
	font-size: 13px;
	font-family: Montserrat-regular;
	font-weight: 400;
}

.discount-info {
	margin-bottom: 15px;
	color: #00e;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.discount-num-text {
	font-size: 33px;
	font-weight: 800;
}

.congratulation-info {
	color: #2f2f2f;
	font-size: 18px;
	font-family: Montserrat-Medium;
	line-height: 1.2;
}

.discount-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 15px 20px;
	color: #fff;
	font-size: 24px;
	font-family: Montserrat-Bold;
	font-weight: 700;
	line-height: 1;
	background-color: #0bba18;
	border: 1px solid #099513;
	cursor: pointer;
	touch-action: manipulation;
	user-select: none;
}

.discount-btn:hover {
	background-color: #099513;
}

@media (max-width:767px) {
	.discount-popup {
		padding: 15px 35px;
	}

	.discount-inner {
		position: relative;
		max-width: 870px;
		border: 5px solid #e43b2c;
		background-color: #ffe300;
		z-index: 1000;
	}

	.discount-column-main {
		padding: 10px;
	}

	.minutes-tag, .seconds-tag {
		font-size: 13px;
		font-weight: 400;
	}

	.discount-info {
		margin-bottom: 15px;
		color: #00e;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.2;
	}

	.discount-num-text {
		font-size: 22px;
		font-weight: 800;
	}

	.congratulation-info {
		color: #2f2f2f;
		font-size: 18px;
		line-height: 1.2;
	}

	.discount-btn {
		display: inline-block;
		margin-top: 20px;
		padding: 15px 20px;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		background-color: #0bba18;
		border: 1px solid #099513;
		cursor: pointer;
		touch-action: manipulation;
		user-select: none;
	}
}

.retain-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	flex-direction: column;
	font-family: Montserrat-Bold;
	opacity: 0;
	transition: .55s all;
	z-index: -1;
}

.retain-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .8);
}

.retain-inner {
	position: relative;
	max-width: 870px;
	background-color: #ffe300;
	border: 5px solid #e43b2c;
	z-index: 1000;
}

.retain-close {
	position: absolute;
	right: -16px;
	top: -16px;
}

.retain-close-img {
	display: block;
	width: 30px;
}

.retain-columns {
	padding: 40px 35px;
	text-align: center;
}

.retain-title {
	width: 100%;
	margin-bottom: 25px;
	color: #2f2f2f;
	font-size: 46px;
	line-height: 1.2;
}

.retain-text {
	margin: 0 auto;
	width: 90%;
	color: #2f2f2f;
	font-size: 22px;
	font-family: Montserrat-Medium;
	line-height: 1.2;
}

.retain-soldout-text {
	font-weight: 700;
}

.retain-btn {
	display: inline-block;
	width: 100%;
	max-width: 420px;
	margin-top: 20px;
	padding: 15px 20px;
	color: #fff;
	font-size: 24px;
	font-family: Montserrat-Bold;
	font-weight: 700;
	line-height: 1.2;
	background-color: #0bba18;
	border: 1px solid #099513;
	cursor: pointer;
	touch-action: manipulation;
	user-select: none;
}

.retain-btn:hover {
	background-color: #099513;
}

@media (max-width:767px) {
	.retain-popup {
		padding: 15px 35px;
	}

	.retain-columns {
		padding: 10px;
		text-align: center;
	}

	.retain-title {
		width: 100%;
		margin-bottom: 25px;
		color: #2f2f2f;
		font-size: 44px;
		font-weight: 800;
		line-height: 1.2;
	}

	.retain-text {
		width: 100%;
		color: #2f2f2f;
		font-size: 20px;
		line-height: 1.2;
	}

	.retain-btn {
		font-size: 18px;
	}
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);

::-webkit-input-placeholder {
	color: rgba(66,66,66,0.4);
}

::-moz-placeholder {
	color: rgba(66,66,66,0.4);
}

:-ms-input-placeholder {
	color: rgba(66,66,66,0.4);
}

:-moz-placeholder {
	color: rgba(66,66,66,0.4);
}

@font-face {
	font-family: Avenir Next Regular;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenirnextltpro-regular.otf);font-weight: normal;
}

@font-face {
	font-family: Helvetica Bold;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/helvetica-bold.ttf);font-weight: normal;
}

@font-face {
	font-family: AvenirNext-Demi;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenir-demi.otf);font-weight: normal;
}

@font-face {
	font-family: helvetica-regular;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/helvetica.otf);font-weight: normal;
}

@font-face {
	font-family: Avenir Next Medium;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenirnext-medium.ttf);font-weight: normal;
}

@font-face {
	font-family: Avenir Next Bold;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenirnextltpro-bold.otf);font-weight: normal;
}

@font-face {
	font-family: AvenirNext-DemiBold;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenirnext-demibold-03.ttf);font-weight: normal;
}

@font-face {
	font-family: AvenirNext-regular;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenir-next-regular.ttf);font-weight: normal;
}

@font-face {
	font-family: Avenir Next Demi Bold;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenirnext-demibold-03.ttf);font-weight: normal;
}

@font-face {
	font-family: AvenirNextRegular;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenir-next-regular.ttf);font-weight: normal;
}

@font-face {
	font-family: AvenirNext-Bold;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenir-next-bold.ttf);font-weight: normal;
}

@font-face {
	font-family: Helvetica Regular;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/helvetica.ttf);font-weight: normal;
}

@font-face {
	font-family: Helvetica Regular;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/helvetica.ttf);font-weight: normal;
}

@font-face {
	font-family: Avenir Next Bold;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenirnextltpro-bold_1.otf);font-weight: normal;
}

@font-face {
	font-family: avenir-next-bold;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/avenir-next-bold.ttf);font-weight: normal;
}

@font-face {
	font-family: helveticaa;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/helvetica_1.ttf);font-weight: normal;
}

@font-face {
	font-family: Helvetica Regular;font-stretch: normal;font-style: normal;unicode-range: U+0-10FFFF;src: url(../assets/helvetica.ttf);font-weight: normal;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
}

.tc {
	text-align: center !important;
}

.black {
	color: #000 !important;
}

.red {
	color: #e70000 !important;
}

.smb-body {
	min-height: calc(100vh - 100px);
	max-width: 1440px;
	margin: 0 auto;
}

.header-container {
	min-height: 50px;
}

.header-container-title {
	background-color: #30bd51;
	width: 100%;
	min-height: auto;
}

.header-container-title-content {
	margin: 0;
	color: #fff;
	background-color: #30bd51;
	font-size: 18px;
	line-height: 18px;
	font-family: Helvetica Bold;
	padding: 13px 10px;
}

.header-container-bg {
	padding: 30px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	min-height: 232px;
}

.main-container {
	position: relative;
}

.main-container-progress-box {
	position: absolute;
	width: 8%;
	top: 300px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0 0 0 10px;
	min-height: auto;
	z-index: 101 !important;
}

.main-container-progress-inner {
	width: 140px;
	min-height: auto;
}

.main-container-progress-state {
	min-height: auto;
	width: 100%;
}

.main-container-progress-state-content {
	min-height: auto;
}

.main-container-progress-state-content-circle {
	min-height: auto;
	width: 66px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: 93% auto;
	margin: 0 auto;
	border-radius: 50% 50% 50% 50%;
	background-image: url(../assets/stick-gr-dk.png);
}

.main-container-progress-state-content-circle-a {
	display: inline-block;
}

.main-container-progress-state-content-circle-a img {
	color: #000;
	display: block;
	width: 100%;
}

.main-container-progress-state-content-step-title {
	margin: 20px 0 15px;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	font-family: AvenirNext-Demi;
	font-weight: 700;
	color: #8d8d8d;
}

.main-container-progress-state-line {
	width: 7px;
	background-color: #b4b4b4;
	margin: 0 auto 10px;
}

.main-container-progress-state-line.active {
	background-color: #00D1BE !important;
}

.state-1 .main-container-progress-state-line {
	height: 500px;
}

.state-2 .main-container-progress-state-line {
	height: 420px;
}

.state-3 .main-container-progress-state-line {
	font-family: 'U2FsdGVkX18zy2fhAOG7Dl8/CDmrhWE=';
	height: 255px;
}

.product-wrapper {
	display: block;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
	height: auto;
	margin: auto;
	background-color: #f4f4f4;
}

.product-content {
	content: "U2FsdGVkX1/A4sfnXuvtPe7/4dHXTzg=";
	width: 100%;
	max-width: 1205px;
	margin: 0 auto;
	display: block;
	padding: 50px 15px 62px;
	min-height: auto;
}

.checkout-security {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 620px;
	margin: 0 auto 40px;
	border-radius: 5px 5px 5px 5px;
	border: .5px solid #979797;
	flex-direction: column;
	padding: 0 0 13px;
}

.checkout-security-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 191px;
	margin: -27px 0 0;
	background-color: #f4f4f4;
	min-height: 50px;
}

.checkout-security-title-img {
	color: #000;
	max-width: 18px;
}

.checkout-security-title-font {
	margin: 0 0 0 5px;
	font-size: 20px;
	line-height: 24px;
	font-family: helvetica-regular;
	text-align: center;
}

.checkout-security-img {
	color: #000;
	display: block;
	width: 93%;
	margin: 0 auto;
}

.product-list {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	min-height: auto;
	color: #1a1a1a;
	position: static;
	height: auto;
}

.list-item {
	font-family: 'U2FsdGVkX188IFlEogxHgdRe0sA5nfA=';
	display: flex;
	cursor: pointer;
	transition: .2s;
	border-radius: 3px;
	overflow: hidden;
	padding: 30px 10px 20px;
	margin: 0 10px 8px;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	width: 30%;
	justify-content: center;
}

.recommend_deal {
	background-color: #30bd51;
	min-height: auto;
	align-items: flex-start;
	justify-content: center;
	padding: 0 5px 10px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	display: flex;
}

.recommend_deal_img {
	color: #000;
	width: 26px;
	margin: -3px 5px 0 0;
}

.recommend_deal_font {
	margin: 0;
	font-family: Avenir Next Bold;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
}

.list-item-content {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%!important;
	max-width: none!important;
	padding: 22px 5px 20px;
}

.list-item-title {
	margin: 0;
	font-weight: 400;
	font-size: 1.17em;
}

.list-item-title-name {
	font-family: Avenir Next Bold;
	font-size: 26px;
	line-height: 30px;
	display: block;
	text-align: center;
	margin: 0 0 30px;
}

.list-item-footer {
	flex-direction: column;
	margin: 0;
}

.list-item-prices {
	margin: 20px 0 0;
}

.old-price {
	text-decoration: line-through;
	margin: 0;
	color: #1a1a1a;
	font-family: Avenir Next Medium;
	text-align: center;
}

.new-price {
	font-family: Avenir Next Bold;
	margin: 0;
	font-weight: 700;
	color: #00c1f1;
	font-size: 33px;
	line-height: 45px;
}

.tip_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: auto;
	margin: 10px 0 5px;
}

.tip_wrapper img {
	font-family: 'U2FsdGVkX196oxnJIKPb8DIDoW9nMd8=';
	display: block;
	width: 24px;
	margin: 0 10px 0 0;
}

.tip1 {
	margin: 0;
	color: #000;
	font-family: Avenir Next Medium;
	font-size: 20px;
	line-height: 27px;
}

.list-item-btn {
	content: 'U2FsdGVkX1+3QDnar6TscEpVBX3bFsg=';
	display: flex;
	padding: 5px;
	text-decoration: none;
	font-family: Avenir Next Bold;
	color: #000;
	font-size: 18px;
	text-align: center;
	max-width: 413px;
	width: 100%;
	margin: 35px auto 0;
	border: 1px #1a1a1a;
	justify-content: center;
	align-items: center;
	background-color: #29af5c;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 2px 0 0 #116e35;
	cursor: pointer;
}

.order_now {
	padding: 10px;
	margin: 0;
	line-height: 18px;
	color: #fff;
}

.shipping-and-payment-wrapper {
	max-width: 1208px;
	display: block;
	margin: 26px auto 100px;
	padding: 0 15px;
	position: relative;
	border-radius: 0;
	width: 100%;
	align-items: stretch;
	height: auto;
	min-height: 600px;
}

.shipping-and-payment {
	min-height: auto;
	max-width: 760px;
	width: 100%;
	display: inline-block;
}

.payment-block {
	font-family: 'U2FsdGVkX1/hkCvybP36RRHo2G6wgkc=';
	max-width: 412px;
	margin: 0 auto 65px;
	min-height: auto;
	padding: 25px 0 0;
}

.payment-title {
	margin: 0 0 30px;
	font-family: AvenirNext-Demi;
	font-size: 31px;
	color: #1a1a1a;
	font-weight: 700;
}

.paypal-wrapper {
	display: flex;
	min-height: auto;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 0 40px;
}

.split-line {
	min-height: auto;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #dfdfdf;
	margin: 0 auto 30px;
	max-width: 380px;
	width: 100%;
	position: relative;
	display: flex;
}

.split-content {
	content: 'U2FsdGVkX1+H1kYVE5Sz8Wg9ENRUH2Q=';
	text-align: center;
	font-size: 14px;
	padding: 0 15px;
	background-color: #fff;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	font-family: AvenirNext-Demi;
	font-weight: 700;
}

.checkout-button {
	border: 2px #767676;
	font-family: AvenirNext-DemiBold;
	display: block !important;
	font-size: 20px !important;
	background-color: #29af5c;
	padding: 18px 5px 17px;
	width: 100%;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 3px 0 #0f6a28;
	transition: all .25s ease;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
}

.checkout-button:hover {
	transform: scale(1.025);
}

.checkout-button span {
	font-family: Arial;
}

.checkout-content {
	display: none;
	min-height: 100px;
	padding: 20px 0 0;
}

.checkout-content form {
	padding: 0;
	margin: 0;
}

.checkout-title {
	margin: 0 0 10px;
}

.checkout-title-font {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 15px;
}

.checkout-title img {
	width: 100%;
	max-width: 262px;
	height: auto;
	background-size: cover;
}

#checkout-card-error {
	color: red;
	display: none;
	font-size: .8rem;
}

.split-line-safe {
	display: flex;
	min-height: auto;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #00d2be;
	margin: 35px auto 0;
	max-width: 380px;
	width: 100%;
}

.split-line-safe-content {
	margin: -12px 0 0;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	display: inline-block;
	font-family: Avenir Next Bold;
}

.payment-img {
	margin: 0 auto;
	width: 100%;
	color: #000;
	display: block;
	max-width: 400px;
}

.shipping-block {
	max-width: 412px;
	margin: 0 auto 30px;
	min-height: auto;
}

.shipping-title {
	color: #1a1a1a;
	margin: 0;
	font-size: 31px;
	font-family: AvenirNext-Demi;
	font-weight: 700;
}

.shipping-tip {
	font-family: 'U2FsdGVkX19cDYApCxi93tvWqG3E8zc=';
	margin: 5px 0 15px;
	font-size: 18px;
	line-height: 25px;
	font-family: AvenirNext-Demi;
	font-weight: 700;
}

.shipping-info-item {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.shipping-info-input {
	width: 100%;
	height: 50px;
	color: inherit;
	border-radius: 4px;
	margin: 0;
	line-height: 1.15;
	transition: all .2s ease-in;
	font-size: 1rem;
	outline: 0;
	border: 1px solid #979797;
	padding: 20px 10px 10px;
}

.shipping-info-error {
	font-size: .8rem;
	word-break: break-word;
	color: #cc4b37;
	display: none;
}

.shipping-info-label {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1;
	padding: 0 0 0 13px;
	color: #9b9b9b;
	text-align: left;
	transition: all .2s ease-in;
	pointer-events: none;
	font-size: 1rem;
}

.shipping-info-input:focus ~ .shipping-info-label {
	font-size: 0.8rem;
	top: 5px;
}

.shipping-info-select {
	font-family: 'U2FsdGVkX19cDYApCxi93tvWqG3E8zc=';
	width: 100%;
	height: 55px;
	border: 1px solid #979797;
	border-radius: 4px;
	padding: 10px 5px;
	margin: 0;
	line-height: 1.15;
	transition: all .2s ease-in;
	font-size: 1rem;
	outline: 0;
	padding-top: 1.5rem;
}

.shipping-info-flex {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.shipping-info-flex-half {
	width: calc(100%);
}

.shipping-info-flex-half .shipping-info-input {
	height: 55px;
}

.summary-block {
	position: absolute;
	top: 0;
	right: 15px;
	max-width: 418px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 90px 0 0;
}

.summary-block-sticky {
	position: sticky;
	width: auto;
	margin-bottom: 0px;
	top: 0px;
}

.summary-wrapper {
	content: 'U2FsdGVkX1/u9cdzlp6M5n64PzfTINM=';
	box-shadow: 4px 5px 9px 0 rgb(0 0 0 / 31%);
	background-color: #fff;
	padding: 0;
}

.summary-title {
	font-family: Avenir Next Bold;
	font-size: 20px;
	color: #1a1a1a;
	line-height: 32px;
	margin: 12px 12px 20px;
	letter-spacing: 1px;
	padding: 10px 0 0;
}

.summary-content {
	font-family: Avenir Next Regular;
}

.summary-list {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.summary-list-item {
	margin: 0 30px 0 15px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 14px;
	transition: all 2s linear;
}

.product-name_block {
	min-height: auto;
	margin: 0 0 0 10px;
}

.product-name {
	font-family: 'U2FsdGVkX18WxJLdL+4pX2roLuylLBc=';
	font-size: 16px;
	line-height: 17px;
	font-family: AvenirNext-Demi;
	font-weight: 700;
}

.edit-block {
	margin: 3px 0 0;
	text-decoration: underline;
	cursor: pointer;
	color: #b4b4b4;
	font-family: Avenir Next Regular;
}

.edit-block a {
	color: #b4b4b4;
	text-decoration: underline;
	font-family: Avenir Next Regular;
}

.qty-price {
	display: block;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}

.qty {
	content: 'U2FsdGVkX1/hLhcAWBIa38No9QFgFGA=';
	margin: 0 0 10px;
	text-align: right;
	font-family: AvenirNext-Demi;
	font-weight: 700;
	line-height: 22px;
	font-size: 16px;
}

.product-price {
	font-family: AvenirNext-Demi;
	line-height: 22px;
	font-weight: 700;
	font-size: 16px;
}

.summary-total {
	background-color: #f4f4f4;
	border: 1px #ea0013;
	display: block;
	padding: 7px 15px;
	margin: 25px 15px 0;
}

.summary-total-item {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.summary-total-item-name {
	color: #000;
	font-size: 16px;
}

.summary-total-item-price {
	font-size: 16px;
	line-height: 22px;
	font-family: AvenirNext-Demi;
}

.summary-footer {
	min-height: auto;
	padding: 17px 20px 35px 30px;
}

.summary-footer-mb {
	padding: 0;
	display: none;
}

.agree-block {
	margin-bottom: 10px;
}

.agree-block a {
	color: #333;
	margin-left: 3px;
}

.guarantee-block {
	display: flex;
	align-items: center;
}

.guarantee-img {
	color: #000;
	display: block;
	max-width: 103px;
	margin: 0 13px 0 0;
}

.guarantee-font {
	content: 'U2FsdGVkX1/hLhcAWBIa38No9QFgFGA=';
	min-height: auto;
	margin: 0;
}

.price-tip {
	font-size: 14px;
	text-align: left;
	padding: 0 0 7px;
}

.guarantee-tip {
	margin: 0;
	font-size: 12px;
	max-width: 240px;
}

.footer-container {
	background-color: #000;
	padding: 29px 15px 46px;
	margin: 0 0 -50px;
}

.copyright-block {
	color: #a9a9a9;
	font-size: 12px;
	font-family: Helvetica Bold;
	margin: 0 0 15px;
	text-align: center;
	padding: 5px 0;
}

.terms-block {
	font-family: 'U2FsdGVkX1875T5P2Q2oK6sqQkdjMlo=';
	min-height: auto;
	margin: 5px 0;
	text-align: center;
	padding: 5px 0;
}

.terms-block a {
	margin: 0 10px 0 0;
	display: inline-block;
	text-decoration: none;
	color: #5c5c5c;
	font-size: 12px;
	font-family: Helvetica Regular;
	opacity: 1;
}

.dmca_logo {
	text-align: center;
	padding: 10px;
	display: block;
}

.comment-block {
	position: fixed;
	top: 10px;
	left: 10px;
	min-width: 300px;
	background-color: #027fc4;
	transition: transform .8s ease;
	z-index: 1001;
	color: #fff;
	font-weight: 400;
	transform: translateX(-110%);
	box-shadow: 0 0 5px #6f6f6f;
	border-radius: 5px;
	overflow: hidden;
	background-color: #29af5c;
}

.comment-content {
	display: table;
	width: 100%;
}

.comment-img {
	width: 70px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.comment-img img {
	width: 50px;
	max-width: 100%;
	vertical-align: middle;
}

.comment-desc {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	line-height: 19px;
}

.comment-time {
	text-align: right !important;
	line-height: 1.467;
	margin-bottom: 0;
}

.loading-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.8);
	z-index: 9999;
	transition: opacity 1s linear;
}

.loading-gif {
	content: 'U2FsdGVkX1/DnegIZ6VgZXvp6/ExO8A=';
	width: 100px;
	height: 100px;
	background-image: url(/template-common/checkout1/images/spinner-1s-200px.svg);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 50px);
	right: calc(50% - 50px);
}

@media (min-width: 1024px) {
	.summary-wrapper {
		box-shadow: 4px 5px 9px 0 rgb(0 0 0 / 31%);
		background-color: #fff;
		padding: 0;
		position: relative;
		overflow: hidden;
		border-radius: 15px !important;
		background-image: linear-gradient(white, white), linear-gradient(180deg, #bd8f2f 0, #f9f1b2 66%, #bd8f2f 100%) !important;
		background-origin: border-box !important;
		background-clip: content-box, border-box !important;
		border: double 3px transparent !important;
	}

	.comment-block {
		top: auto;
		bottom: 10px;
	}
}

@media (max-width: 1440px) and (min-width: 1024px) {
	.main-container-progress-box {
		max-width: 12%;
		padding-left: 65px !important;
	}

	.product-content {
		content: 'U2FsdGVkX1+jExIOsRVM6wjX1UzNYWU=';
		max-width: 85% !important;
		margin-right: 0 !important;
	}

	.list-item-content {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.list-item-title-name {
		font-size: 21px !important;
		line-height: 26px !important;
	}

	.shipping-and-payment {
		max-width: 70% !important;
		margin-right: 0 !important;
	}

	.payment-block {
		max-width: 60% !important;
		margin-right: auto !important;
	}

	.shipping-block {
		max-width: 60% !important;
		margin-right: auto !important;
	}

	.summary-block {
		max-width: 38% !important;
	}
}

@media (max-width:1023px) {
	.header-container-bg {
		min-height: 300px;
	}

	.main-container-progress-box {
		position: sticky;
		height: auto;
		width: 100%;
		padding: 15px 15px 70px;
		top: 0;
		background-color: #eee;
	}

	.main-container-progress-inner {
		content: 'U2FsdGVkX188tJhdtm4Id1CpJnvnaVY=';
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.main-container-progress-state {
		display: flex;
		align-items: center;
	}

	.main-container-progress-state.state-1 {
		justify-content: space-around;
	}

	.main-container-progress-state.state-2, .main-container-progress-state.state-3, .main-container-progress-state.state-4 {
		justify-content: space-between;
	}

	.main-container-progress-state.state-4 {
		width: 45%;
	}

	.main-container-progress-state-content {
		width: 45%;
		position: relative;
		align-items: flex-end;
		justify-content: center;
		display: flex;
	}

	.main-container-progress-state.state-4 .main-container-progress-state-content {
		width: 100%;
	}

	.main-container-progress-state-content-circle {
		width: 100%;
	}

	.main-container-progress-state-content-circle-a {
		display: block;
	}

	.main-container-progress-state-content-step-title {
		position: absolute;
		font-size: 20px;
		margin: 10px 0 0;
		bottom: -51px;
	}

	.main-container-progress-state-line {
		width: 45%;
		height: 3px !important;
		min-height: auto;
		margin: 0 auto;
	}

	.product-content {
		max-width: 100%;
		padding: 40px 25px 30px;
	}

	.product-list {
		flex-direction: column;
	}

	.list-item {
		width: 100%;
		min-height: 140px;
		height: auto;
		position: relative;
		align-items: flex-start;
		margin: 0 0 12px;
		padding: 0 25px;
		justify-content: center;
	}

	.list-item-content {
		align-items: center;
		justify-content: center;
	}

	.list-item-title-name {
		display: block;
		text-align: left;
		margin: 0;
	}

	.list-item-footer {
		margin: 5px 0 0;
	}

	.list-item-prices {
		margin: 0;
	}

	.new-price {
		text-align: center;
	}

	.list-item-btn {
		display: none;
	}

	.shipping-and-payment-wrapper {
		content: 'U2FsdGVkX189dFtvL6zvSSK5j9y1Bec=';
		margin: 26px auto 50px;
		min-height: auto;
	}

	.shipping-and-payment {
		max-width: 100%;
	}

	.payment-block {
		max-width: 100%;
		margin: 0 auto 40px;
	}

	.paypal-wrapper {
		display: block;
		margin: 0 0 20px;
		padding: 0 0 20px;
	}

	.split-line {
		max-width: 100%;
	}

	.split-line-safe {
		max-width: 100%;
	}

	.payment-img {
		max-width: 100%;
		width: auto;
	}

	.shipping-block {
		max-width: 100%;
	}

	.shipping-tip {
		margin: 5px 0 15px;
	}

	.shipping-info-input {
		padding-top: 10px;
	}

	.summary-block {
		max-width: 100%;
		position: static;
		height: auto;
		display: block;
		padding: 0;
	}

	.summary-wrapper {
		box-shadow: 0 0 0 0 #000;
	}

	.summary-title {
		margin: 12px 0 20px;
	}

	.summary-list-item {
		margin: 0;
	}

	.summary-total {
		margin: 10px -15px 0;
		padding: 7px 15px;
	}

	.summary-footer {
		display: none;
	}

	.summary-footer-mb {
		display: block;
	}
}

@media (min-width:769px) {
	.list-item-footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width:767px) {
	.js-product-image {
		width: 80px;
		right: 10px;
		top: 80px;
		position: absolute;
	}

	.header-container-title-content {
		font-size: 16px;
		padding: 10px;
		width: 80%;
		margin: 0 auto;
		line-height: 19px;
	}

	.header-container-bg {
		padding: 15px;
		height: 130px;
		min-height: auto;
	}

	.main-container-progress-box {
		padding: 10px 15px 55px;
		top: 0;
		background-color: #eee;
	}

	.main-container-progress-inner {
		width: 95%;
	}

	.main-container-progress-state-content-step-title {
		margin: 0;
		bottom: -46px;
		font-size: 14px;
	}

	.main-container-progress-state-line {
		width: 40%;
	}

	.product-content {
		padding: 20px 15px 10px;
	}

	.checkout-security {
		display: none;
	}

	.list-item {
		min-height: 160px;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 15px 10px 15px 20px;
	}

	.recommend_deal {
		padding: 0 5px;
		margin: 0;
		align-items: center;
	}

	.recommend_deal_img {
		width: 17px;
	}

	.recommend_deal_font {
		font-size: 12px;
	}

	.list-item-content {
		align-items: flex-start;
		justify-content: flex-start;
		margin: 0;
	}

	.list-item-title-name {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 1px;
		margin: 0;
	}

	.list-item-footer {
		margin: 15px 0 0;
		width: 100%;
	}

	.list-item-prices {
		font-family: 'U2FsdGVkX1+ddccfMQmNBx6FJDH3ZfE=';
		max-width: 120px;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.old-price {
		font-size: 15px;
	}

	.new-price {
		text-align: left;
		font-size: 24px;
		line-height: 33px;
	}

	.shipping-and-payment-wrapper {
		margin: 30px auto;
	}

	.shipping-and-payment {
		margin: 0;
	}

	.payment-block {
		padding: 0;
	}

	.payment-title {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1.66px;
		margin: 0 0 20px;
	}

	.paypal-wrapper {
		flex-direction: column;
		display: block;
	}

	.split-line {
		margin: 20px auto 30px;
	}

	.payment-img {
		width: auto;
	}

	.shipping-title {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1.66px;
	}

	.shipping-tip {
		font-size: 15px;
		line-height: 20px;
	}
}

.tip_wrapper {
	display: flex;
	align-items: center;
}

@media (max-width:767px) {
	.new-price {
		font-size: 20px;
	}

	.tip_wrapper img {
		width: 20px;
	}

	.tip1 {
		font-size: 16px;
	}
}

.header-top-img {
	display: none;
	padding-top: 4.9%;
	background-size: 100% auto;
	background-position: center center;
}

.header-en-top-img {
}

.header-en-top-img {
	background-image: url(../img3/header-en-img.jpg);
}

@media (max-width: 768px) {
	.header-top-img {
		padding-top: 14.4%;
	}

	.header-en-top-img {
		background-image: url(../img3/header-mb-en-img.jpg);
	}
}

.header-container-title {
}

.header-container-title-content {
}

.header-img {
	display: none;
	padding-top: 4.9%;
	background-size: 100% auto;
	background-position: center center;
}

.header-en-img {
	background-image: url(../img/header-en-img.jpg);
}

@media (max-width: 768px) {
	.header-img {
		padding-top: 14.4%;
	}

	.header-en-img {
		background-image: url(../img/header-mb-en-img.jpg);
	}
}

.header-top-img {
	display: none;
	padding-top: 4.9%;
	background-size: 100% auto;
	background-position: center center;
}

.header-en-top-img {
}

.header-en-top-img {
	background-image: url(../img1/newyear/header-en-img.jpg);
}

@media (max-width: 768px) {
	.header-top-img {
		padding-top: 14.4%;
	}

	.header-en-top-img {
		background-image: url(../img1/newyear/header-mb-en-img.jpg);
	}
}

.product-list {
	justify-content: center;
}

.summary-block:has(.shipping-insurance-block) {
	padding: 0 !important;
}

@media (max-width:767px) {
	.js-product-image {
		width: 150px;
	}

	.list-item-content {
		padding-right: 150px;
		word-break: break-all;
	}
}

@media (max-width:350px) {
	.list-item-content {
		align-items: center;
		justify-content: center;
		padding-right: 0px;
		word-break: break-all;
	}

	.list-item-footer {
		text-align: center;
	}

	.js-product-image {
		position: unset;
	}

	.list-item-prices {
		max-width: 100%;
		align-items: center;
	}
}