/*----------- Super Fast Cart Store Style Sheet V9.9 ----------- */
@font-face {
	font-family: 'proxima_novaextrabold';
	src: url(../fonts/proxima_nova_extrabold-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novabold';
	src: url(../fonts/proxima_nova_bold-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novaregular';
	src: url(../fonts/proximanova-regular-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}
/*content-wrap*/
.content-inside {
	background: #fff;
	border-color: #bebebe;
	border-style: solid;
	border-width: 0 1px 1px;
	color: #000;
	margin: 0 0 27px;
	padding: 10px;
}
.content-inside h3 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0px;
}
a.header-logo
{
	max-width: 250px;
	display: inline-block;
}
a.header-logo
{
	max-width: none;
}
.logo-bar {
	width: 100%;
	display: block;
	margin: 0px auto;
	padding: 35px 30px 0px 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 20%;
	background-position-y: bottom;
}
.sidebar-icons {
	background: #e9f3f9 none repeat scroll 0 0;
	margin: 0px 0 20px 20px;
	padding: 15px 0;
	text-align: center;
}
@media screen and (max-width: 900px) {
	.logo-bar {
		text-align: center;
	}
	.header-contact {
		width: 100%;
		text-align: center;
	}
}

/* PAYMENT METHODS */
#SelectPaymentMethod {
	color: #6e6e6e;
	font-family: 'proxima_novaregular';
	font-size: 14px;
	position: relative;
	top: 10px;
	background: white;
	padding: 0px 5px;
	left: 9px;
}
#cardInfo label {
	background: #f8fbfd;
	display: inline-block;
	position: relative;
	font-size: 14px;
	top: 15px;
	left: 10px;
	width: max-content;
}
ul.card-type {
	align-items: center;
	background: none;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: flex;
	display: -webkit-flex;
	height: 65px;
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 2px 10px;
	text-align: center;
	width: 100%;
}
ul.card-type li {
	display: inline-block;
	width: 100%;
}
ul.card-type li img {
    height: 35px;
    vertical-align: middle;
}
ul.card-type li input[type="radio"] {
    display: none;
}
.card-type label:hover,
.card-type input {
	cursor: pointer;
}
/* Shrink card icons when space is tight */
@media (min-width: 992px) {
	.total-value {
		width: 100%;
	}
}
@media screen and (max-width: 630px) {
	.total-value {
		width: 100%;
	}
}

/* BASKET */
.product-headline-mobile {
	display: block;
}
.productproduct-table-inside {
	padding: 0 0 50px;
	background: #efefef;
}
.product-headline {
	background: #333;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	padding: 5px 20px 7px 26px;
}
.product-headline-mobile {
	display: none;
	background: #333;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	padding: 18px 27px;
}
.product-box {
	background: #efefef;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.product-box-inside {
	border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 -1px 0 #fff inset;
	padding: 18px;
	width: 100%;
}
.product-box p {
	margin: 0;
}
.product-poster {
	float: left;
	margin: 0 25px 0 0;
}
.product-info {
	color: #333;
	font-size: 18px;
	padding: 15px 0 0;
}
.price-holder {
	padding: 15px 20px 0 0;
}


/*-------- BILLING ADDRESS ----------- */
.cart-form-detail .contact-form label {
	background-color: #ffffff;
	color: #6e6e6e;
	display: inline-block;
	font-family: 'proxima_novaregular';
	font-size: 14px;
	left: 9px;
	opacity: 1;
	padding: 0px 6px;
	position: relative;
	top: 13px;
	z-index: 3;
}
.cart-form-detail .contact-form.selectinput::after
{
	position: absolute;
	right: 15px;
	top: 46%;
	border-color: #6e6e6e transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}
.content-middle label {
	color: #000;
	display: block;
	font-weight: normal;
}
.content-middle input[type="text"],
.content-middle input[type="email"],
.content-middle input[type="tel"],
.content-middle select {
	background-color: #fafafa;
	background-position: 18px 18px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	display: block;
	height: 56px;
	padding: 10px;
	width: 100%;
}
.content-middle .label-terms {
	display: inline-block;
	margin-left: 10px;
}

/*----------- SMS OPT IN ----------- */
.optin {
	margin: 10px;
	font-size: 14px;
	text-align: justify;
}
.optin label {
	display: inline;
	padding: 10px;
}
.card-type li label {
	white-space: nowrap;
}
/*----------- ORDER BUTTON ----------- */
#AgreeNOrder {
    margin-bottom:20px;
}
#Placeorder {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #A9D92F),
		color-stop(1, #7EC620)
	);
	background-image: -o-linear-gradient(bottom, #A9D92F 0%, #7EC620 100%);
	background-image: -moz-linear-gradient(bottom, #A9D92F 0%, #7EC620 100%);
	background-image: -webkit-linear-gradient(bottom, #A9D92F 0%, #7EC620 100%);
	background-image: -ms-linear-gradient(bottom, #A9D92F 0%, #7EC620 100%);
	background-image: linear-gradient(to bottom, #A9D92F 0%, #7EC620 100%);
	border-radius: 5px;
	border: 0 none;
	box-shadow: 0 -2px 0 #6aad10 inset;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	margin: 30px auto;
	max-height: 100px;
	max-width: 475px;
	padding: 25px 10px;
	text-align: center;
	text-shadow: -1px -1px 1px #888;
	text-transform: uppercase;
	width: 100%;
}
#Placeorder:hover {
	background:#7ec620;
	cursor:pointer;
}
@media all and (min-width: 501px) {
	.w500{display:none;}
	.w501{display:block;white-space: nowrap}
	#couponbox { display: inline; }
	#couponbutton { display: inline; }
}
@media all and (max-width: 500px) {
	.content-inside h3 {margin:0px 0 10px;}
	.coupon-section{padding-top:0px;text-align:center}
	.footer-mid{display:block;}
	.footer-right{display:block;}
	.header-mid{display:none;}
	.header-right{display:none;}
	.header-wrap{margin-bottom:10px;}
	.logo-holder{padding:5px 0px;}
	.product-box{padding:5px 27px 0 27px;}
	.product-name{padding:0px 20px 0 0;}
	.productproduct-table-inside{padding:0;}
	.top-bg{background-image:none;}
	.w500{display:block;}
	.w501{display:none;}
	#couponbox{display:block;margin-top:5px;}
	#couponbutton{display:block;margin-top:5px;}
}
#Authorizing {
	display: inline-block;
	height: 64px;
	position: relative;
	text-align: center;
	width: 475px;
}
#Result {
	background-color: white;
	border-radius: 10px;
	color: #f00;
	display: none;
	margin: 30px auto;
	max-width: 475px;
	padding: 10px;
	text-align: center;
}

.content-right  {
	padding-right:0;
}
@media only screen and (max-width:767px) {
	.contact-form .nopadleft,
	.payment-form .nopadleft {
		padding: 0;
	}
	.contact-form .nopadright {
		padding-right: 0;
	}
	.content-right  {
		padding: 0;
	}
}

.required {
	color: #ff0000;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select {
	padding: 10px 10px 10px 0;
	text-indent: 45px;
}
#BillingCountry {
	text-indent: 0;
}

.contact-form select,
.payment-form select {
	line-height: 47px;		
}
.contact-form select option {
	text-indent: 0;
}
@-moz-document url-prefix() { 
		.contact-form select {
		text-indent: 20px;
	}
}

.payment-form input[type="text"],
.payment-form input[type="email"],
.payment-form input[type="tel"],
.payment-form select {
	background-color: #f8ffe2;
}

#fname, #lname {
	background-image: url(../img/icon-user.png);
	background-repeat:no-repeat;
	background-position:12px center;
}
#request {
	background-image: url(../img/icon-user.png);
	background-repeat:no-repeat;
	background-position:12px center;
	text-indent: 45px;
}
#age {
	background-image: url(../img/icon-user.png);
	background-repeat:no-repeat;
	background-position:12px center;
	text-indent: 45px;
}
#emailaddress {
	background-image: url(../img/icon-email.png);
	background-repeat:no-repeat;
	background-position:12px center;
}
#phone {
	background-image: url(../img/icon-phone.png);
	background-repeat:no-repeat;
	background-position:12px center;
}
#address {
	background-image: url(../img/icon-marker.png);
	background-repeat:no-repeat;
	background-position:12px center;
}
#city {
	background-image: url(../img/icon-bus.png);
	background-repeat:no-repeat;
	background-position:12px center;
}
.state {
	background-image: url(../img/icon-flag.png);
	background-repeat:no-repeat;
	background-position:12px center;
}
#zip {
	background-image: url(../img/icon-binoc.png);
	background-repeat:no-repeat;
	background-position:12px center;
}


/* SMS OPTIN */
.optin {
	display: block;
	line-height: 22px;
	margin-bottom: 12px;
	margin-top: 22px;
	width: 100%;
	width: 94%;
}
.optin label {
	color: #6e6e6e;
	font-family: 'proxima_novaregular';
	font-size: 15px;
}
.optin input {
	top: 7px;
}
.copyright
{
	background-color: #000000;
	display: block;
	margin: 92px auto 0px;
	padding: 42px 10px 32px;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-family: 'proxima_novaregular';
	font-size: 18px;
	margin: 0px;
}


/* Right Column */
.content-right {
	display: flex;
	flex-direction: column;
	margin: -40px 0 20px 0;
}

/* Assigning default order for desktop */
.sidebar-icons {
	order: 1;
}
.guarantee-section {
	order: 2;
}
form[name="Upsell"] {
	order: 3;
}

.sidebar-icons {
	margin: 0px 0 20px 0;
}
.upsell-box
{
	background-color: #fff3ef;
	padding: 20px 38px 30px;
	width: 100%;
	border: 4px solid #e2000f;
	border-style: dashed;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 20px auto 0 auto;
}
.upsell-box h3
{
	font-family: 'proxima_novaextrabold';
	font-size: 34px;
	color: #e2000f;
	text-transform: uppercase;
	margin-bottom: 18px;
	display: block;
}
.upsell-box p
{
	font-family: 'proxima_novaregular';
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 12px;
	display: block;
}
.upsell-box p:last-child
{
	margin-bottom: 0px;
}
.upsell-box p b
{
	font-family: 'proxima_novabold';
	font-weight: normal;
	color: #000;
}

/* UPSELL CHECKBOX */
img.blinking-arrow
{
	animation: blink 0.5s steps(5, start) infinite;
	-webkit-animation: blink 0.5s steps(5, start) infinite;
}
@keyframes blink {
		to {
		visibility: hidden;
		}
	}
	@-webkit-keyframes blink {
		to {
		visibility: hidden;
		}
}
.wnt-program-sec {
	align-items: center;
	background: rgb(169,1,1);
	background: -webkit-linear-gradient(0deg, rgba(169,1,1,1) 25%, rgb(228 0 0) 100%);
	background: linear-gradient(0deg, rgba(169,1,1,1) 25%, rgb(228 0 0) 100%);
	border-radius: 5px;
	color: #fffc00;
	display: flex;
	display: -webkit-flex;
	font-family: 'proxima_novabold';
	font-size: 22px;
	margin-top: 32px;
	padding: 14px 26px;
	width: 100%;
	order: 1;
}
.form-input .checkbox {
	background-color: #fff;
	color: #000;
}

/* RIGHT COLUMN CUSTOM CONTENT */
.guarantee-section
{
	background-color: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 0px 42px rgba(0,0,0,0.06);
	display: block;
	padding: 20px 28px 30px;
	width: 100%;
}
.guarantee-flexheading
{
	align-items: center;
	display: flex;
	display: -webkit-flex;
	margin-bottom: 28px;
}
img.guarantee-icon
{
	max-width: 145px;
	display: inline-block;
}
.guarantee-flexheading h4
{
	color: #000000;
	font-family: 'proxima_novaextrabold';
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.guarantee-section p
{
	color: #000000;
	display: block;
	font-family: 'proxima_novaregular';
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
}
.guarantee-section p a
{
	color: #e2000f;
	font-family: 'proxima_novabold';
	font-weight: normal;
}
#Coupons {
	width:600px;
}
.coupon-container
{
	align-items: center;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 35px auto;
	max-width: 1152px;
	padding: 0px;
	width: 100%;
}
.coupon-container form {
	margin-left: 5px;
}
.coupon-container h2
{
	color: #3b3b3b;
	display: inline-block;
	font-family: 'proxima_novaregular';
	font-size: 22px;
	margin-right: 15px;
}
#couponbox {
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #6e6e6e;
	font-family: 'proxima_novaregular';
	font-size: 17px;
	height: 42px;
	max-width: 202px;
	width: 100%;
}
#couponbutton {
	background:#f15828;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: 'proxima_novabold';
	font-size: 18px;
	margin-left: 8px;
	padding: 8px 32px 7px;
}
.grecaptcha-badge {
	margin: 10px auto;
}