html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}
* {
	box-sizing:border-box
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
	line-height: 0
}
.clear, .clearfix:after {
	clear: both
}
body {
	margin: 0
}
a {
	background-color: transparent
}
strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
img {
	border-style: none
}
button, input, select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button {
	-webkit-appearance: button
}
button::-moz-focus-inner {
 border-style:none;
 padding:0
}
button:-moz-focusring {
outline:1px dotted ButtonText
}
[type=radio] {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 padding:0
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: block
}
body {
	font-family: Roboto, sans-serif
}
ul {
	list-style-type: none
}
h2, h3, p, ul {
	margin: 0;
	padding: 0
}
.container {
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	position: relative
}
button {
	outline: none
}
.left {
	float: left;
}
.right {
	float: right;
}
.button {
	background: #f60;
	border: none;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 34px;
	font-weight: 700;
	height: 70px;
	letter-spacing: -1px;
	line-height: 70px;
	margin: 0;
	padding: 0 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}
.button span {
	position: relative;
	z-index: 1
}
.form-error-text {
	border: 2px solid red!important;
	border-radius: 5px;
	color: red;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	padding: 7px!important;
	text-align: center
}
footer {
	color: #000!important;
	max-width: none!important;
	border-top:1px solid #b8b8b8;
	float: left;
    width: 100%;
    padding: 30px 0;
    color: #202020;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    border-top: 1px solid #b8b8b8;
}
.p1-ftr {
    width: 100%;
    float: left;
    line-height: 20px;
}
.form-holder, .has-error {
	position: relative
}
.accept input, .accept select {
	border: 1px solid green!important
}
.cvv-image {
	display: none;
	padding: 0;
	text-align: center;
	position: absolute;
    right: 15px;
    z-index: 99;
}
.cvv-image img {
	margin: auto;
	width: 190px
}
.footer-info {
	margin: 0!important
}
 input::-webkit-input-placeholder {
 color:#787878!important
}
input:-moz-placeholder, input::-moz-placeholder {
 color:#787878!important
}
input:-ms-input-placeholder {
 color:#787878!important
}
input::-ms-input-placeholder {
 color:#787878!important
}
input::placeholder {
 color:#787878!important
}
i.price, p.price, span.package-retail {
	color: inherit;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	margin: 0;
	padding: 0
}
i.price{
	width: 100%;
    float: left;
    font-size: 38px;
    line-height: 34px;
    margin: 0 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
}
.p5-pkgchk sub {
    font-size: 22px;
    vertical-align: middle;
    bottom: unset;
}
.error-message {
	background: #ef4b52;
	border-radius: 3px 0 0 3px;
	color: #fff;
	display: none;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin: 0 35px 0 0;
	padding: 0 10px;
	position: absolute;
	right: 100%;
	top: 1px;
	white-space: nowrap;
	z-index: 99999
}
.accept .accept-icon, .has-error .accept-icon {
	display: block;
	height: 12px;
	left: -18px;
	position: absolute;
	top: 12px;
	width: 14px
}
.has-error .error-message {
	display: block
}
.error-message:after {
	border-bottom: 16px solid transparent;
	border-left: 10px solid #ef4b52;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -10px;
	top: 0;
	width: 0
}
#app {
	background: #FFFFFF
	/* linear-gradient(180deg, #f9fed7 44.34%, #fffffb 78.77%) */
}
.terms-links {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	width: auto
}
.terms-links li {
	border-right: 1px solid #0020e4;
	float: left;
	line-height: 14px;
	padding: 0 6px
}
.payment_as_shipping_label {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center
}
.terms-links li:last-child {
	border-right: 0
}
.terms-links, .terms-links li a {
	color: #0020e4;
	font-size: 14px;
	text-decoration: underline
}
.footer {
	padding-bottom: 50px;
	padding-top: 30px;
	text-align: center;
}
.footer p, .footer p a {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.footer p a {
	text-decoration: none;
	letter-spacing:0.5px;
}
.terms-links {
	text-align: center
}
.terms-links li {
	display: inline-block
}
.delivery-block {
	align-items: center;
	color: #fff;
	display: flex;
	float: left;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 16px;
	margin: 21px 0 10px 95px;
	max-width: 294px;
	position: relative
}
.order__left {
	float: left;
	width: 66.6%
}
.order__right {
	float: right;
	/* padding: 0 15px; */
	width: 30%;
	color:#FFFFFF
	
}
.steps {
	background: #fff;
 border:.0625rem solid #ccc;
	padding: 15px
}
.approved-text {
	color: #000;
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 5px;
	margin-top: 0.9375rem;
}
.approved-text span {
	color: #661997;
}
.steps__item {
	background-color: #ebebeb;
	color: #000;
	float: left;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 36px;
	text-align: center;
	width: 33.3%
}
.steps__item.active {
	background-color: #8c1a1c;
	color: #fff
}
.steps p {
	color: #000;
	font-size: 14px;
	line-height:22px;
}
.steps p span {
	color: red
}
.package-item__header:after, .package-item__header:before {
	clear: both;
	content: "";
	display: block
}
.title-block {
	background: #3b3b3b;
	float: left;
	height: 38px;
	line-height: 37px;
	padding-top: 3px;
	width: 70%;

	
    /* height: 42px; */
    float: left;
    padding: 0 0 0 20px;
    background: #3b3b3b url('../images/img-unchk.png') 20px 8px no-repeat !important;
    border-bottom: 1px solid #3b3b3b;
}
.product.active .title-block {
	background: #8c1a1c;

    background: #8d181b url('../images/img-chked.png') 20px 8px no-repeat !important;
    border-bottom: 1px solid #8d181b;

}
.title-block__main {
	color: #fff9ef;
	float: left;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 32px;
	padding-left: 15px;
	text-transform: uppercase;
	width: auto;
    float: left;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin: 8px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-left: 40px;

}
.sub-title {
    color: #fff600;
}
.title-block__retail {
	color: #fff9ef;
	float: left;
	font-size: 12px;
	line-height: 13px;
	margin-left: 55px;
	padding-top: 3px
}
.package-item__header {
	/* border-radius: 10px 10px 0 0; */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 -1px;
	overflow: hidden
}
.shipping-row {
	background: #a5a5a5;
	float: left;
	font-weight: 400;
	height: 38px;
	line-height: 37px;
	position: relative;
	width: 30%
}
.product.active .shipping-row{
	background:#000000;
}

.p1-chk {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #111111;
    text-transform: uppercase;
    margin: 17px 0;
    font-family: 'Merriweather Sans', sans-serif;
}
.field-chk {
    width: 100%;
    float: left;
    margin-bottom: 9px;
}
.field-chk label {
    width: 100px;
    float: left;
    margin-right: 6px;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    font-weight: bold;
}
.field-chk input, .field-chk select {
    width: 135px;
    float: left;
    background: #fff;
    outline: none;
    border: 1px solid #c5c7d1;
    height: 32px;
    padding: 0 8px;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-radius: .375rem;
}


/* .shipping-row:before {
	background: #333;
	clear: both;
	content: "";
	display: block;
	height: 60px;
	left: -28px;
	position: absolute;
	top: 2px;
	-ms-transform: rotate(49deg);
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
	width: 30px;
	z-index: 2
} */
.shipping-row span {
	color: #fff9ef;
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .07em;
	line-height: 38px;
	padding-left: 22px;
	position: relative;
	z-index: 3
}
.package-item {
	background: #fff;
	border:1px solid #3b3b3b ;
	margin-bottom: 14px
}
.package-item__content:after, .package-item__content:before {
	clear: both;
	content: "";
	display: block
}
.package-item__status {
	float: left;
	height: 160px;
	width: 7%
}
.package-item__status span {
	border: 4px solid #59aeee;
	border-radius: 50%;
	display: block;
	height: 30px;
	left: 7px;
	margin-top: 58px;
	position: relative;
	top: 6px;
	width: 30px
}
.product.active .package-item__status span:before {
	background: url(../images/prod-check.png) no-repeat 50%;
	background-size: contain;
	content: "";
	display: block;
	height: 58px;
	left: -4px;
	position: absolute;
	top: -35px;
	width: 58px
}
.package-images {
	display: block;
	float: left;
	padding: 2px 10% 0 2%;
	position: relative;
	width: 52.5%
}
.package-images img{ max-width: 100%;}
.package-info {
	float: left;
	width: 240px
}
.package-info__price {
	display: block;
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-left: 0
}
.package-info__price span {
	font-size: 14px;
	font-weight: 500;
	margin-left: -9px
}
.package-images:after, .package-images:before {
	clear: both;
	content: "";
	display: block
}
.package-images__item {
	box-sizing: border-box;
	display: block;
	float: left;
	padding-bottom: 3px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	height:167px;
}
.pck3-prd1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 4%;
	width: 48%;
}
.pck3-prd2, .pck3-prd3{
	position:absolute;
	top:7%;
	width:45%;
}
.pck3-prd2{left:7%;}
.pck3-prd3{right:7%;}
.pck2-prd1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 4%;
	width: 48%;
}
.pck2-prd2{
	position:absolute;
	top:7%;
	width:45%;
}
.pck2-prd2{left:7%;}

.product2 .package-images__item {
	padding-bottom: 0;
	padding-top: 8px
}
.product2 .package-images__item:nth-child(2) {
	padding-top: 4px
}
.package-images__item:first-child:before {
	background-size: contain;
	border-radius: 50%;
	content: "";
	display: block;
	height: 35px;
	margin-top: -25px;
	position: absolute;
	right: -24px;
	top: 60%;
	width: 35px;
	z-index: 3
}
input, select {
	outline: none!important
}
.product1, .product2, .product3 {
	cursor: pointer
}
.package-info__title {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 19px;
	/* margin-bottom: 15px; */
	margin-top: 0;
	text-align: center
}
.package-info__subTitle {
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
	padding-right: 23px;
	text-align: center
}
.product.active .package-info__btn{
	background: #ffb701;
}
 .package-info__btn{
	
	background: #b2b2b2;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	color: #3b3b3b;
	display: inline-block;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	height: 34px;
	letter-spacing: .03em;
	line-height: 34px;
	margin-left: 4px;
	min-width: 77%;
	padding: 0 16px;
	text-align: center
}
.package-item__content
{
	padding: 20px 12px;
}
.product.active .package-item__content {
	background: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding: 20px 12px;
	/* float: left; */
}

.p4-pkgchk
 {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	line-height: 24px;
	
}
.retail, .price {
    width: 100%;
    /* float: left; */
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* color: #fff; */
	    margin: 9px 0;
}
.p5-pkgchk {
    width: 100%;
    float: left;
    /* font-size: 38px;
    line-height: 38px;
    margin: 0 0 9px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff; */
}
/* .product-selection {
	background-color: #fff;
 border:.0625rem solid #ccc;
 margin-top:.625rem;
	padding: 19px 17px
} */
.guarantee-block {
	/* border: 1px solid #979797; */
	border-radius: 10px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	margin-bottom: 17px;
	overflow: hidden;
	text-align: center;
}
.guarantee-top {
	background: #8c1a1c;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	padding: 3px 5px 4px;
	text-transform: uppercase
}
.guarantee-content {
	overflow: hidden;
	padding: 7px 15px 10px 5px
}
.guarantee-icon {
	float: left;
	margin: 4px 3% 0;
	width: 23%
}
.guarantee-text {
	overflow: hidden
}
.guarantee-text p {
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin: 10px 0
}
.line {
	background-image: -o-linear-gradient(to bottom, #fe8814 0, #fc5603 72%, #fb5514 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8814), color-stop(72%, #fc5603), to(#fb5514));
	background-image: -o-linear-gradient(top, #fe8814 0, #fc5603 72%, #fb5514 100%);
	background-image: linear-gradient(180deg, #fe8814 0, #fc5603 72%, #fb5514);
	margin-left: -17px;
	margin-right: -18px;
	padding: 1.3125rem 0;
	text-align: center
}
.arrow {
	background-image: url(../images/cp-arw.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 69px;
	position: absolute;
	right: -37px;
	top: 0;
	width: 20px
}
.line-block {
	margin: 20px 0 0
}
.line .text-center {
	color: #fff;
	font-size: 24px;
	font-style: italic;
	font-weight: 700
}
.line-block {
	position: relative
}
.form__header {
	background-color: transparent;
	display: inline-block;
 padding:20px 10px 12px;
	text-align: center;
	width: 100%;
	
}
.form__header h2, .form__header h3 {
	color: #fff;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
 margin-bottom:.5rem;
 margin-top:.2rem
}
.form__header h3 {
	font-size: 1.25rem;
	font-weight: 400
}
.form__in {
	background-color: transparent;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
    float: left;
    padding: 20px 0px 28px;

}
.form__cards {
	text-align: center
}
.form__cards li {
	display: inline-block;
	margin: 1.25rem 10px 1.25rem 0
}
.form__in form {
	padding: 0 15px
}
/* .form__in form label {
	    
    float: left;
    margin-right: 6px;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    font-weight: bold;
} */
select {
	-webkit-appearance: none!important;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im01Ljk5MiAwLTMgMy0zLTN6Ii8+PC9zdmc+);
	background-position: 96%;
	background-repeat: no-repeat
}
.order__right select {
	background-position: 93%
}
/* .form__in form input, .form__in form select {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #989898;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(0,0,0,.75);
	display: block;
	font-family: inherit;
	font-size: 1rem;
	height: 2.4375rem;
	margin: 0 0 15px!important;
	outline: none;
padding:.5rem;
	-webkit-transition: border-color .45s ease-in-out, -webkit-box-shadow .45s;
	transition: border-color .45s ease-in-out, -webkit-box-shadow .45s;
	-o-transition: box-shadow .45s, border-color .45s ease-in-out;
	transition: box-shadow .45s, border-color .45s ease-in-out;
	transition: box-shadow .45s, border-color .45s ease-in-out, -webkit-box-shadow .45s;
	width: 100%
} */
/* .form__in form .row .form-holder {
	float: left;
	width: 48%
}
.form__in form .row .form-holder:first-child {
	margin-right: 4%
} */
.send-btn {
	background: linear-gradient(180deg, #fec32c, #ff8a00);
	border: none;
	border-radius: 10.625px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 23px;
	font-weight: 700;
	height: 70px;
	line-height: 31px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	width: 100%
}
.secure-icon {
	margin-bottom: 19px;
	text-align: center
}
.secure-icon span {
	font-size: 14px;
	position: relative
}
.cvv-image {
	margin-bottom: 10px
}
.secure-icon span:before {
	background: url(../images/lock-icon.svg) no-repeat 50%;
	content: "";
	height: 12px;
	left: -14px;
	position: absolute;
	top: 0;
	width: 10px
}
.footer-part li {
	float: left;
	padding: 0 1.5%;
	text-align: center;
	width: 25%;
}
.footer-part__img {
	height: 65px;
	position: relative;
	width: 100%
}
.footer-part__img img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.cvv-link {
	display: block;
	float: right;
	margin-right: -2%;
	margin-top: -30px;
	width: 26%
}
.cvv-link a {
	color: rgba(0,0,0,.5);
	display: block;
	font-size: 14px;
	text-decoration: underline
}
footer .footer_pj {
	text-rendering: optimizeLegibility;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 1.25rem;
	margin-top: 15px;
	text-align: center
}
.checkout .footer {
	color: #393f40
}
.header__warning {
	background: #e8e8e8;
	box-shadow: 0 3px 4px #3b829b;
	color: #000;
	font-size: 15px;
	padding: 5px 0;
	position: relative;
	text-align: center
}
.header__warning:before {
	background: url(../images/header-cp-bg.svg) no-repeat top/1921px auto;
	content: "";
	height: 124px;
	left: 50%;
	position: absolute;
	top: 1px;
	transform: translateX(-50%);
	width: 100%
}
.header {
	background: #8c1a1c;
	margin-bottom: 20px;
	padding-bottom: 13px;
	width: 100%
}
.header .container {
	max-width: 1144px
}
.header__logo {
	float: left;
	margin: 20px 0 0 71px;
	width: 140px
}
.alert-color {
	color: #8c1a1c;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px
}
.header__info {
	margin-top: 9px;
	overflow: hidden
}

.shipping-row span:before {
	background: url(../images/bg-ic-freeshpng.png) no-repeat 50%/contain;
	content: "";
	display: block;
	height: 38px;
	left: -50px;
	position: absolute;
	top: 0;
	width: 80px;
	
}
.product.active .shipping-row span:before {
	background: url(../images/bgactv-ic-freeshpng.png) no-repeat 50%/contain;
}
.secure-icons {
	display: block;
	margin: 30px auto 20px;
	max-width: 420px
}
.form__cards li img {
	height: 33px;
	width: auto
}
.billing-form {
	display: none
}
.show-billing-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 10px
}
.form__in form .show-billing-wrapper input {
	-webkit-appearance: checkbox;
	height: auto;
	margin: 0 5px 0 0!important;
	padding: 0;
	width: auto
}
.form__in form .billing-text {
	font-size: 16px
}
.payment_as_shipping {
	height: auto;
	width: auto
}
.billing-form:first-child>span {
	margin-top: 15px
}
.billing-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: center
}
.package-images__item:first-child:before {
	background: url(../images/plus-icon.svg) no-repeat 50%
}
.package-images__item .bonus {
	background: #ffedfd;
	border: 1px solid #ffcbf9;
	border-radius: 8px;
	box-shadow: 4px 4px 16px rgba(0,0,0,.1);
	height: 35px;
	line-height: 35px;
	margin-bottom: 2px;
	text-align: center;
	width: 170px
}
.package-images__item .bonus p {
	color: #f704b6;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 900;
	text-align: center
}
.package-images__item .bonus-border {
	border: 1px dashed #f704b6;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 3px 3px 0;
	width: 170px
}
.package-images__item .bonus-border .bonus-free {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 5px 2px 0 4px
}
.package-images__item .bonus-border .bonus-free .half:first-child {
	float: left
}
.package-images__item .bonus-border .bonus-free .half {
	display: inline-block;
	vertical-align: top;
	position:relative;
	height:105px;
}
.package-images__item .bonus-border .bonus-free .half.bns{width:48px; height:100px;}
.bns-prd1{
	position: absolute;
    right: -18%;
    width: 100%;
    top: 0;
}
.bns-prd2{
	position: absolute;
    left: -18%;
    top: 5%;
    width: 90%;
}
.bns-prd3{
	position: absolute;
    right: -54%;
    width: 90%;
    top: 5%;
}
.product .package_detail{
	width: 100%;
    float: left;
    border-radius: 10px;
    background: #3b3b3b;
    color: #fff;
    padding: 20px 12px;
	    margin-top: 8px;
    margin-left: 8px;
	text-align: center;
}
.product.active .package_detail{
	
    background: #8d181b;
  
}
.package-images__item .bonus-border .bonus-free .save-block {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 5px;
	margin-top: 9px;
	padding: 10px 5px;
	width: 70px
}
.package-images__item .bonus-border .bonus-free .save-block .save-price {
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-align: center
}
.package-images__item .bonus-border .bonus-free .save-block .save-price:after {
	background: red;
	content: "";
	height: 1px;
	left: 3px;
	position: absolute;
	top: 49%;
	transform: rotate(-15deg);
	width: 52px
}
.product3 .title-block__retail {
	margin-left: 94px
}
.package-images__item .bonus-border .bonus-free .free {
	background: #ddf1dd;
	border: 1px solid #c2dbc2;
	border-radius: 8px;
	box-sizing: border-box;
	color: #00c600;
	font-family: Roboto;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 70px
}
.package-info__price, .package-info__subTitle, .package-info__title, .shipping-row span, .title-block__main, .title-block__retail {
	font-family: Roboto, sans-serif
}
.package-images__item:first-child {
	left: -10px;
	position: relative;
	width: 160px
}
/* .product3 .package-images__item:first-child img {
	left: -15px;
	position: relative
} */
.package-images__item:nth-child(2) {
	left: 40px;
	width: 170px
}
.package-images {
	padding: 2px 1% 0 2%;
	width: 335px
}
/*.product3 .package-images {
	padding-left: 5%;
	width: 58.5%
}*/
.package-info__price {
	font-weight: 500
}
.package-info__title {
	letter-spacing: normal
}
.title-block__retail {
	font-size: 14px;
	line-height: 16px;
	padding-top: 0
}
/*.product3 .package-images__item:first-child:before {
	display: none
}*/
.package-images__item:first-child:before {
	right: -34px
}
.delivery-block .img {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center
}
.geo-flag {
	min-width: 60px
}
.geo-flag {
	margin-right: 10px;
	margin-top: 0;
}
body {
	overflow-x: hidden
}
.form-cards {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0
}
.form-cards li {
	list-style: none;
	margin: 1.25rem 10px 1.25rem 0
}
.form-cards li span {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 32px;
	width: 75px
}
.form-cards li img {
	height: 33px
}






.popup-loading-wrapper {
    background: rgba(0,0,0,.95);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100
}

.popup p {
    margin: 0
}

.popup-loading-wrapper .popup {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 50%;
    min-width: 300px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.popup-loading-wrapper .popup h2 {
    color: #fff;
    color: #67b4ca;
    font-size: 32px;
    line-height: 36px;
    padding: 7px 0 22px;
    width: 300px
}

.popup-loading-wrapper .popup h3 {
    color: #fff;
    line-height: normal;
    padding: 0 0 24px
}

.popup-loading-wrapper .popup p {
    font-size: 18px;
    opacity: .5;
    padding: 8px 0 3px
}

.popup-loading-wrapper .popup .product-image {
    background-size: contain;
    height: 207px;
    margin: 0 auto 6px;
    position: relative;
    width: 114px
}

.popup-loading-wrapper .popup .lock-image {
    margin: 0 auto 3px;
    width: 90px
}

.popup-loading-wrapper .popup .loading-image {
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    height: 70px;
    margin: auto;
    width: 70px
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
#cc_cvv{
width: 85px;
}
#fields_expmonth{ width: 70px;}
#fields_expyear{
    width: 60px;
    margin-left: 5px;
}

a.what {
    float: left;
    font-size: 13px;
    padding: 6px 0 0 10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    /* text-align: left; */
    text-decoration: underline;
	font-size: 10px;
}
.chk-btn {
    background: url('../images/chk-btn.png') no-repeat center  100%;
    border: none;
    width: 100%;
    max-width: 280px;
    height: 65px;
    text-indent: -9999px;
	background-size: 100%;
}
.pulse{animation-name:pulse;-webkit-animation-name:pulse;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes pulse{0%{transform:scale(0.9);opacity:0.9}50%{transform:scale(1);opacity:1}100%{transform:scale(0.9);opacity:0.9}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);opacity:0.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(0.95);opacity:0.7}}


.security-chk

 {
    display: table;
    margin: 13px auto 0;
}

.chkLabel {
    color: #fff;
    padding: 10px 10px 0px !important;
	    float: left !important;
    margin-right: 6px !important;
    /* font-size: 13px; */
    line-height: 24px !important;
	font-size:16px !important;
	text-align: center !important;
}

.revw-box {
  float: left;
  width: 100%;
  margin: 25px 0 0;
  padding: 0 15px 20px;
}

.revw-p1 {
  width: 100%;
  float: left;
  font-size: 19px;
  line-height: 21px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #2d2d2d;
  text-align: left;
  /*background: url(https://cdn.subscribefunnels.com/85a93daa-d0f5-4f12-af5c-3e79bc3ea3c6/bloodEXP/assets/css/../images/revs-line.png) no-repeat right center;*/
  margin-bottom: 15px;
}

.revw-p2 {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 21px;
  color: #2d2d2d;
  text-align: left;
  background: url(https://cdn.subscribefunnels.com/85a93daa-d0f5-4f12-af5c-3e79bc3ea3c6/bloodEXP/assets/css/../images/face1.png) no-repeat left top;
  padding: 10px 0 10px 100px;
  font-style: italic;
  min-height: 88px;
}

.fc2 {
  background: url(https://cdn.subscribefunnels.com/85a93daa-d0f5-4f12-af5c-3e79bc3ea3c6/bloodEXP/assets/css/../images/face2.png) no-repeat left top;
}

.revw-p3 {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 22px;
  color: #2d2d2d;
  font-family: 'Merriweather Sans', sans-serif;
  ;
  margin-top: 12px;
  letter-spacing: -0.5px;
}

.rvw-hr {
  width: 100%;
  float: left;
  height: 1px;
  border: none;
  background: #2d2d2d;
  margin: 20px 0;
}
ul.list-ftr {
    width: auto;
    margin: 22px auto 16px;
    display: inline-block;
}
ul.list-ftr li {
    float: left;
    line-height: 14px;
    padding: 0 6px;
    border-right: 1px solid #202020;
	list-style: none;
}
ul.list-ftr li a {
    color: #000101;
}
.chk-bg
 {
    float: left;
    width: 100%;
    background: url('../images/chkout-bg.jpg') no-repeat center top;
}





/*==============Start Upsell 2 CSS=============*/
.upsell2banner .ratingsec {
  justify-content: center;
}

.upsell2banner {
  background: rgba(187, 243, 255, 0.8);
}

.upsell2productwrap {
  /* border-radius: 14px; */
  /* border: 1.5px solid #DBDBDB; */
  background: #FFF;
  padding: 20px 10px;
  max-width: 995px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  width: 100%;
}

.upsell2prdimg img {
  border-radius: 10px;
}

.upsell2productcontent h2 {
  color: #22214F;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.upsell2productcontent p {
  color: #22214F;
  font-size: 16px;
  line-height: 140%;
}

.freetrial {
  border-radius: 8px;
  background: #EAFBFF;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 25px 0 12px 0;
}

.freetrial h5 {
  color: #22214F;
  font-size: 14px;
}

.freetrial h5 strong {
  color: #214996;
  text-transform: uppercase;
}

.upsell2productcontent .gettodaybtn {
  max-width: 100%;
}

.upsell2productcontent .btnwrap .cards {
  max-width: 100%;
}

.upsell2productcontent .btnwrap {
  margin-top: 20px;
}

.upsell2productcontent {
  padding-top: 20px;
}

.upsell2benifit {
  background: #214996;
}

.upsell2list ul li {
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/1f786db0-321b-4521-a913-cefa07b40ce9/check-white.png) no-repeat left 15px;
  background-size: 17px 12px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.upsell2list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.upsell2list {
  margin-top: 20px;
}

.upsellprdcontainer {
  margin-top: -160px;
}

.upsell2bannerbottomvector {
  margin-top: 100px;
}


.upsell3banner {
  background: rgba(187, 243, 255, 0.8);
}

.upsell3banner .ratingsec {
  justify-content: center;
}

.upsell3price {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.upsell3price .upsellpriceold {
  color: #A2A2B4;
  font-size: 20px;
  text-decoration: line-through;
}

.upsell3price .upsellpricenew {
  color: #1AC77E;
  font-size: 20px;
  font-weight: 700;
}

.upsell3price .upsellsavebubble {
  background: #FFCDA3;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #22214F;
}

.upsell3banner .upsell2productcontent p {
  font-size: 16px;
}

.upsell3testimonial {
  background: #214996;
}

.upsell4prdimg {
  background: #D3E5F3;
  border-radius: 10px;
}


