﻿@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/subset-AvenirNextLTPro-Regular.eot');
    src: url('../fonts/subset-AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/subset-AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/subset-AvenirNextLTPro-Medium.eot');
    src: url('../fonts/subset-AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-AvenirNextLTPro-Medium.woff2') format('woff2'),
        url('../fonts/subset-AvenirNextLTPro-Medium.woff') format('woff'),
        url('../fonts/subset-AvenirNextLTPro-Medium.ttf') format('truetype'),
        url('../fonts/subset-AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/subset-AvenirNextLTPro-Bold.eot');
    src: url('../fonts/subset-AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../fonts/subset-AvenirNextLTPro-Bold.woff') format('woff'),
        url('../fonts/subset-AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('../fonts/subset-AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/subset-AvenirNextLTPro-Demi.eot');
    src: url('../fonts/subset-AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('../fonts/subset-AvenirNextLTPro-Demi.woff') format('woff'),
        url('../fonts/subset-AvenirNextLTPro-Demi.ttf') format('truetype'),
        url('../fonts/subset-AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-Regular.eot');
    src: url('../fonts/subset-Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Poppins-Regular.woff2') format('woff2'),
        url('../fonts/subset-Poppins-Regular.woff') format('woff'),
        url('../fonts/subset-Poppins-Regular.ttf') format('truetype'),
        url('../fonts/subset-Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-Medium.eot');
    src: url('../fonts/subset-Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Poppins-Medium.woff2') format('woff2'),
        url('../fonts/subset-Poppins-Medium.woff') format('woff'),
        url('../fonts/subset-Poppins-Medium.ttf') format('truetype'),
        url('../fonts/subset-Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-ExtraBold.eot');
    src: url('../fonts/subset-Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/subset-Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/subset-Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 1.375;
	background: #f1f4f8;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
}

/* Section */

.section {
	max-width: 960px;
	margin: 0 auto;
}

/* Header */

#header .section {
	height: 109px;
}

#header .logo {
	float: left;
	width: 158px;
	margin: 40px 0 0 19px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .benefits {
	float: right;
	margin: 29px 0 0;
	padding: 0;
	width: 690px;
}

#header .benefits li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.333;
	width: 32.17391304347826%;
}

#header .benefits li .ico {
	display: table-cell;
	width: 53px;
	padding-top: 2px;
}

#header .benefits li .ico img {
	height: 45px;
}

#header .benefits li .text {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	padding-right: 2px;
}

#header .benefits li:first-child {
	width: 34.34782608695652%;
}

#header .benefits li:first-child .ico {
	width: 64px;
}

#header .benefits li:last-child .ico {
	width: 45px;
}

/* Intro */

#intro {
	background: url(../images/intro-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#intro .section {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 347px;
	table-layout: fixed;
}

#intro .text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #fff;
	line-height: 1.1;
	padding-bottom: 30px;
}

#intro .image {
	display: table-cell;
	vertical-align: middle;
	width: 344px;
	text-align: center;
	padding-bottom: 30px;
}

#intro .image img {
	display: block;
	margin: 0 auto;
	height: 258px;
}

#intro .text .title {
	font-size: 50px;
	font-weight: bold;
	margin: 0 0 13px;
}	

#intro .text .subtitle {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 11px;
}	

#intro .countdown {
	margin: 0 6.222222222222222em 0 0;
	line-height: 1.556;
}

#intro .countdown .title {
	float: left;
	margin: 1.318181818181818em 0.9545454545454545em 0 0;
	font-size: 1.222222222222222em; /* 22px */
	font-weight: bold;
}

#intro .countdown .timer {
	float: left;
}

#intro .countdown .timer .flip-clock {
	font-size: 0.6333333333333333em; /* 11.40px */
	margin: 0;
}

#intro .countdown .timer .flip-clock__slot {
	display: none;
}

#intro .countdown .timer .card {
	line-height: 0.75;
}

/* Features */

#features {
	margin-top: -30px;
	margin-bottom: 22px;
}

#features .section {
	background: #fff;
	-webkit-box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	-moz-box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#features ul {
	margin: 0;
	padding: 0 15px;
}

#features ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

#features ul li .ico {
	display: table-cell;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 40px;
}

#features ul li .ico img {
	width: auto;
	height: 48px;
}

#features ul li p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 14px;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#features .dots {
	text-align: center;
	margin-top: 10px;
}

#features .dots.disabled {
	display: none;
}

#features .dots .owl-dot {
	width: 20px;
	height: 20px;
	margin: 0 7px;
	padding: 0;
	background: #a6a6a6;
	border: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
}

#features .dots .owl-dot.active {
	background-color: #11b100;
}

/* Special Offer */

#specialOffer {
	margin-bottom: 27px;
}

#specialOffer .section {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e4e4e4;	
	background: #fff;
}

#specialOffer .inner {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#specialOffer .left {
	display: table-cell;
	vertical-align: middle;
	padding: 22px 37px;
}

#specialOffer .right {
	display: table-cell;
	vertical-align: middle;
	padding: 22px 26px 22px 0;
	text-align: right;
}

#specialOffer .left .title {
	font-size: 21px;
	font-size: 500;
	letter-spacing: 0.15em;
	margin: 0;
}

#specialOffer .right .coupon {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 12px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	text-shadow: 2px 2px 0px rgba(0, 0, 90, 0.08); 
	background: #00c0fa;
	background: -moz-linear-gradient(left,  #00c0fa 0%, #015eea 99%);
	background: -webkit-linear-gradient(left,  #00c0fa 0%,#015eea 99%);
	background: linear-gradient(to right,  #00c0fa 0%,#015eea 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0fa', endColorstr='#015eea',GradientType=1 );
}

#specialOffer .right .coupon em {
	font-size: 24px;
	font-style: normal;
	vertical-align: middle;
	margin-right: 10px;
}

#specialOffer .right .coupon span {
	vertical-align: middle;
}

#specialOffer .right .coupon:before,
#specialOffer .right .coupon:after {
	content: "";
	position: absolute;
	left: 78px;
	top: -5px;
	width: 11px;
	height: 11px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#specialOffer .right .coupon:after  {
	top: auto;
	bottom: -5px;
}

/* Order */

#order {
	margin-bottom: 145px;
}

#order .leftCol {
	float: left;
	width: 59.375%; /* 570px */
	padding: 2.708333333333333% 3.125%;
	margin-bottom: 29px;
}

#order .leftCol,
#order .rightCol,
#order .secureInfo {
	background: #fff;
	-webkit-box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	-moz-box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#order .rightCol {
	float: right;
	width: 37.5%; /* 360px */
	padding: 2.708333333333333% 3.645833333333333%;
}

#order .subtitle {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 30px;
}

#order .leftCol .deals {
	margin-bottom: 37px;
}

#order .leftCol .deals .deal {
	position: relative;
	letter-spacing: 0.075em;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 9px;
	-webkit-box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	-moz-box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	box-shadow: 0px 0px 12.87px 0.13px rgba(0, 0, 0, 0.08); 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	cursor: pointer;
}

#order .leftCol .deals .deal:after {
	position: absolute;
	content: "";
	border: 2px solid transparent;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	pointer-events: none;
	transition: border-color 0.3s;
}

#order .leftCol .deals .deal.active:after {
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	border-color: #8fbefc;
}

#order .leftCol .deals .deal .radioBtn,
#order .rightCol .paymentOptions .field .option .radioBtn {
	position: absolute;
	left: 11px;
	top: 13px;
	width: 21px;
	height: 21px;
	border: 2px solid #ebf4ff;
	background: no-repeat -10px center;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	background-size: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all 0.3s;
}

#order .leftCol .deals .deal .radioBtn input,
#order .rightCol .paymentOptions .field .option .radioBtn input {
	display: none;
}

#order .leftCol .deals .deal.active .radioBtn,
#order .rightCol .paymentOptions .field .option.active .radioBtn {
	background-color: #11b100;
	background-image: url(../images/white-check.svg);
	background-position: center;
	border-color: #11b100;
}

#order .leftCol .deals .deal .name {
	margin: 0;
	padding: 13.5px 145px 13.5px 45px;
	font-weight: 800;
	text-transform: uppercase;
}

#order .leftCol .deals .deal .name em {
	font-style: normal;
	color: #11b100;
}

#order .leftCol .deals .deal .price {
	position: absolute;
	right: 5px;
	top: 13.5px;
	margin: 0;
	text-align: right;
	font-weight: bold;
	color: #00b13e;
	letter-spacing: 0;
}

#order .leftCol .deals .deal .price span,
#order .leftCol .deals .deal .price em {
	display: inline-block;
	min-width: 72px;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #848484;
	margin-left: 4px;
	padding-right: 5px;
	text-decoration: line-through;
}

#order .leftCol .deals .deal .price em {
	text-decoration: none;
	font-style: normal;
}

#order .leftCol .deals .deal .bestSeller {
	font-weight: 800;
	background: #11b100;
	text-align: center;
	margin: 0;
	padding: 4.5px 15px;
	color: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#order .fields {
	margin: 0 -10px;
}

#order .fields .field {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 16px;
}

#order .fields .field.half {
	width: 50%;
}

#order .fields .field label {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	top: 5px;
	left: 22px;
	display: block;
	color: #797979;
	background: #fff;
	pointer-events: none;
	cursor: text;
	height: auto;
	min-height: 20px;
	font-size: inherit;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto;
	margin: 0;
	padding: 0 10px;
	opacity: 0;
	z-index: 3;
}

#order .fields .field.showLabel label {
	margin-top: -16px;
	padding-top: 0;
	padding-bottom: 0;
	background: white;
	opacity: 1;
}

#order .fields .field .textbox,
#order .fields .field select,
#order .fields .field textarea {
	display: block;
	margin: 0;
	padding: 5px 20px;
	width: 100%;
	height: 37px;
	color: #000;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-size: inherit;
	border: 2px solid #ebf4ff;
	background: #fff;
	outline: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-appearance: none;
	-webkit-transition: border-color 0.5s;
	-moz-transition: border-color 0.5s;
	transition: border-color 0.5s;
}

#order .fields .field .textbox:focus,
#order .fields .field select:focus,
#order .fields .field textarea:focus {
	border-color: #8fbefc;
}

#order .fields.creditCard .field {
	font-size: 14px;
}

#order .fields .field select {
	padding: 0 17px;
	color: #797979;
	transition: color 0.5s;
}

#order .fields .field .cards {
	    position: absolute;
    right: 14px;
    top: 11px;
    width: 115px;
    pointer-events: none;
}

#order .fields .field.showLabel select {
	color: #000;
}

#order .fields .field textarea {
	height: 60px;
	resize: none;
	overflow: auto;
}

#order .rightCol .paymentOptions .field .option {
	position: relative;
	cursor: pointer;
	border: 2px solid #ebf4ff;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: border-color 0.5s;
	-moz-transition: border-color 0.5s;
	transition: border-color 0.5s;
}

#order .rightCol .paymentOptions .field .option.active {
	border-color: #8fbefc;
}

#order .rightCol .paymentOptions .field .option img {
	display: block;
}

#order .rightCol .paymentOptions .field .option .radioBtn {
	left: auto;
	right: 12px;
	top: 16px;
}

#order .rightCol .discount {
	position: relative;
	padding: 25px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); 
	color: #fff;
	background: #00c0fa;
	background: -moz-linear-gradient(left,  #00c0fa 0%, #015eea 99%);
	background: -webkit-linear-gradient(left,  #00c0fa 0%,#015eea 99%);
	background: linear-gradient(to right,  #00c0fa 0%,#015eea 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0fa', endColorstr='#015eea',GradientType=1 );
}

#order .rightCol .discount p {
	margin: 0;
}

#order .rightCol .discount:before,
#order .rightCol .discount:after {
	content: "";
	position: absolute;
	left: 86px;
	top: -5px;
	width: 11px;
	height: 11px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#order .rightCol .discount:after  {
	top: auto;
	bottom: -5px;
}

#order .rightCol .discount .percent {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 12px;
}

#order .rightCol .discount .percent span {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 15px;
	border-bottom: 2px dotted #fff;
}

#order .rightCol .discount .percent em {
	display: table-cell;
	vertical-align: top;
	font-size: 39px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	line-height: 0.9;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #fff;
}

#order .rightCol .freeShipping {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	table-layout: fixed;
	margin-bottom: 20px;
	background: #b4ddb4;
	background: -moz-linear-gradient(left,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
	background: -webkit-linear-gradient(left,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
	background: linear-gradient(to right,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 );
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#order .rightCol .freeShipping p {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	width: 100%;
	line-height: 1.2;
	padding: 12px 20px;
}

#order .rightCol .freeShipping p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#order .rightCol .freeShipping div {
	display: table-cell;
	vertical-align: top;
	width: 52px;
	padding: 16px 16px 0 0;
}

#order .rightCol .submitBtn {
	display: block;
	margin: 0 0 21px;
	width: 100%;
	height: 46px;
	background: #11b100;
	border: 0;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#order .rightCol .submitBtn:hover {
	background-color: #35c21f;	
}

#order .rightCol .secureSigns {
	display: block;
	width: 300px;
	margin: 0 auto 15px;
}

#order .rightCol .safeSecure {
	font-size: 14px;
	color: #555555;
	text-align: center;
}

#order .secureInfo {
	float: left;
	width: 59.375%; /* 570px */
	padding: 2.708333333333333% 3.125%;
	text-align: center;
	font-size: 16px;
}

#order .secureInfo .title {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 7px;
}

#order .secureInfo .secureSigns {
	display: block;
	margin: 0 auto 20px;
	width: 300px;
}

#order .secureInfo .seals {
	margin: 0;
	padding: 0;
	text-align: center;
}

#order .secureInfo .seals li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#order .secureInfo .seals li img {
	display: block;
	height: 100px;
}

.membershipFeatures {
	margin: -5px 0 30px 10px;
	padding: 0;
	font-size: 17px;
}

.membershipFeatures li {
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

.membershipFeatures li .ico {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
}

.membershipFeatures li .ico svg {
	display: block;
	width: 21px;
}

.membershipFeatures li .ico svg path {
	fill: #17b7e6;
}

.membershipFeatures li p {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

#order .discountCode {
	border: 2px dotted #000;
	padding: 15px;
	margin-bottom: 30px;
	font-size: 16px;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);
}

#order .discountCode .code {
	width: 70%;
	margin-bottom: 0;
}

#order .discountCode .apply {
	float: right;
	width: 30%;
	margin-bottom: 0;
}

#order .discountCode .apply .applyBtn {
	display: block;
	line-height: 37px;
	color: #fff;
	background: #2196F3;	
	font-weight: 500;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#order .discountCode .apply .applyBtn:hover {
	background-color: #51b2ff;
}

#order .discountCode .codeActivated {
	margin: 13px 0 0;
	text-align: center;
	color: #35c21f;
	font-weight: bold;
}

#order .agreeTerms {
	display: none;
	margin-bottom: 25px;
}

#order .agreeTerms label {
	display: block;
	font-size: 16px;
	cursor: pointer;
	color: #888;
}

#order .summary {
	margin: 23px 0 20px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	font-size: 16px;
}

#order .summary th,
#order .summary td {
	margin: 0;
	padding: 0 10px;
}

#order .summary th:first-child {
	width: 100%;
}

#order .summary th {
	border-bottom: 1px solid #1d1d1d;
	padding-bottom: 10px;
}

#order .summary td {
	padding-top: 12px;
}

#order .summary td.totalItemName,
#order .summary td.totalItemPrice {
	font-weight: bold;
}

#LoadingDiv {
	z-index: 100000 !important;
}

/* Popup Box */

.popupBox {
	display: none;
	width: 33.88888888888889em;
	padding: 0;
	font-size: 18px;
}

.popupBox .title {
	background: #f5003b;
	font-size: 2.388888888888889em; /* 43px */
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.02em;
	padding: 0.6046511627906977em 0.3488372093023256em;
	margin: 0;
}

.popupBox .text {
	padding: 1.666666666666667em 3.166666666666667em;
}

.popupBox .fancybox-button svg path {
	fill: #fff;
}

.popupBox .fields .field {
	margin-bottom: 1.333333333333333em;
}

.popupBox .fields .field .textbox {
	display: block;
	margin: 0;
	padding: 0 0.75em;
	width: 100%;
	height: 2.458333333333333em;
	letter-spacing: -0.05em;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-size: 1.333333333333333em; /* 24px */
	font-weight: 500;
	background: #fff;
	border-radius: 0;
	border: 1px solid #0e2d70;
	-webkit-appearance: none;
}

.popupBox .coupon {
	position: relative;
	display: block;
	width: 27em;
	height: 13.72222222222222em;
	margin: 0 auto 0.6666666666666667em;
	background: url(../images/coupon.png) no-repeat;
	font-weight: 900;
	color: #6dabfe;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.popupBox .coupon .discount {
	position: absolute;
	left: 0;
	right: 0;
	top: 0.33729972828633em;
	margin: 0;
	padding-left: 1.545957087979012em;
	line-height: 1;
	color: #43a5fa;
	letter-spacing: -0.025em;
	font-size: 5.929444444444444em; /* 106.73px */
}

.popupBox .coupon .discount span {
	display: block;
	font-size: 0.3125644148786658em; /* 33.36px */
}

.popupBox .coupon.specialOffer {
	width: 26.44444444444444em;
	height: 13.44444444444444em;
	background-image: url(../images/coupon-special-offer.png);
}

.popupBox .coupon.specialOffer .discount {
	top: 0.3651634106262552em;
	padding-left: 1.341975534051488em;
	padding-right: 0.3195179842979733em;
	font-size: 6.085555555555556em; /* 109.54px */
	text-align: center;
	line-height: 0.9;
}

.popupBox .coupon.specialOffer .discount span {
	font-size: 0.4067920394376483em; /* 44.56px */
}

.popupBox .actionBtn {
	text-align: center;
	display: block;
	width: 100%;
	line-height: 2.785714285714286em;
	background: #0ce084;
	margin: 0;
	padding: 0 0.5357142857142857em;
	border: 0;
	-webkit-border-radius: 1.785714285714286em;
	-moz-border-radius: 1.785714285714286em;
	border-radius: 1.785714285714286em;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-size: 1.555555555555556em; /* 28px */
	font-weight: bold;
	color: #fff;
	outline: none;
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.6s;
}

.popupBox .actionBtn:hover {
	background-color: #2aec8e;
}

.popupBox .submitBtn {
	position: relative;
	background-color: #f5003b;
	padding-right: 1.964285714285714em;
	background-repeat: no-repeat;
	background-image: url(../images/submit-btn-arrow.svg);
	background-position: right center;
	-webkit-background-size: 3.357142857142857em;
	-moz-background-size: 3.357142857142857em;
	background-size: 3.357142857142857em;
}

.popupBox .submitBtn:hover {
	background-color: #ff384e;
}

.popupBox .privacy {
	font-size: 0.6666666666666667em; /* 12px */
	font-weight: 500;
	color: #848484;
	line-height: 1.2;
	margin: 1.666666666666667em 0 0;
	text-align: center;
}

.popupBox.orderPopup .title {
	background-color: #205a9a;
}

.popupBox2 {
	display: none;
	width: 33.88888888888889em;
	padding: 0;
	font-size: 18px;
}

.popupBox2 .title {
	background: #f5003b;
	font-size: 2.388888888888889em; /* 43px */
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.02em;
	padding: 0.6046511627906977em 0.3488372093023256em;
	margin: 0;
}

.popupBox2 .text {
	padding: 1.666666666666667em 3.166666666666667em;
}

.popupBox2 .fancybox-button svg path {
	fill: #fff;
}

.popupBox2 .fields .field {
	margin-bottom: 1.333333333333333em;
}

.popupBox2 .fields .field .textbox {
	display: block;
	margin: 0;
	padding: 0 0.75em;
	width: 100%;
	height: 2.458333333333333em;
	letter-spacing: -0.05em;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-size: 1.333333333333333em; /* 24px */
	font-weight: 500;
	background: #fff;
	border-radius: 0;
	border: 1px solid #0e2d70;
	-webkit-appearance: none;
}

.popupBox2 .coupon {
	position: relative;
	display: block;
	width: 27em;
	height: 13.72222222222222em;
	margin: 0 auto 0.6666666666666667em;
	background: url(../images/coupon.png) no-repeat;
	font-weight: 900;
	color: #6dabfe;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.popupBox2 .coupon .discount {
	position: absolute;
	left: 0;
	right: 0;
	top: 0.33729972828633em;
	margin: 0;
	padding-left: 1.545957087979012em;
	line-height: 1;
	color: #43a5fa;
	letter-spacing: -0.025em;
	font-size: 5.929444444444444em; /* 106.73px */
}

.popupBox2 .coupon .discount span {
	display: block;
	font-size: 0.3125644148786658em; /* 33.36px */
}

.popupBox2 .coupon.specialOffer {
	width: 26.44444444444444em;
	height: 13.44444444444444em;
	background-image: url(../images/coupon-special-offer.png);
}

.popupBox2 .coupon.specialOffer .discount {
	top: 0.3651634106262552em;
	padding-left: 1.341975534051488em;
	padding-right: 0.3195179842979733em;
	font-size: 6.085555555555556em; /* 109.54px */
	text-align: center;
	line-height: 0.9;
}

.popupBox2 .coupon.specialOffer .discount span {
	font-size: 0.4067920394376483em; /* 44.56px */
}

.popupBox2 .actionBtn {
	text-align: center;
	display: block;
	width: 100%;
	line-height: 2.785714285714286em;
	background: #0ce084;
	margin: 0;
	padding: 0 0.5357142857142857em;
	border: 0;
	-webkit-border-radius: 1.785714285714286em;
	-moz-border-radius: 1.785714285714286em;
	border-radius: 1.785714285714286em;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-size: 1.555555555555556em; /* 28px */
	font-weight: bold;
	color: #fff;
	outline: none;
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.6s;
}

.popupBox2 .actionBtn:hover {
	background-color: #2aec8e;
}

.popupBox2 .submitBtn {
	position: relative;
	background-color: #f5003b;
	padding-right: 1.964285714285714em;
	background-repeat: no-repeat;
	background-image: url(../images/submit-btn-arrow.svg);
	background-position: right center;
	-webkit-background-size: 3.357142857142857em;
	-moz-background-size: 3.357142857142857em;
	background-size: 3.357142857142857em;
}

.popupBox2 .submitBtn:hover {
	background-color: #ff384e;
}

.popupBox2 .privacy {
	font-size: 0.6666666666666667em; /* 12px */
	font-weight: 500;
	color: #848484;
	line-height: 1.2;
	margin: 1.666666666666667em 0 0;
	text-align: center;
}

.popupBox2.orderPopup2 .title {
	background-color: #205a9a;
}

#warranty {
	display: none;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	line-height: 1.33;
	max-width: 38.88888888888889em;
}

#warranty p {
	margin: 0 0 0.8333333333333333em;
}

#warranty .protection {
	overflow: hidden;
	margin-bottom: 0.8888888888888889em;
}

#warranty .protection img {
	float: left;
	width: 8.333333333333333em;
}

#warranty .protection p {
	margin: 0 0 0 5.375em;
	padding-top: 0.78125em;
	font-size: 1.777777777777778em; /* 32px */
	font-weight: bold;
	color: #11b100;
	line-height: 1.281;
	letter-spacing: -0.02em;
}

#warranty .title {
	font-weight: bold;
	font-size: 1.555555555555556em; /* 28px */
	margin-bottom: 0.5357142857142857em;
}

#warranty .price {
	margin-top: 0.8214285714285714em;
	margin-bottom: 0.8214285714285714em;
}

#warranty .choices {
	overflow: hidden;
}

#warranty .choices .yesBtn {
	min-width: 19.22222222222222em;
	vertical-align: middle;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
}

#warranty .choices .noBtn {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.944444444444444em;
	font-size: 1em; /* 18px */
	font-weight: bold;
	color: #707070;
	text-decoration: underline;
}

#warranty .choices .noBtn a {
	transition: color 0.6s;
}

#warranty .choices .noBtn a:hover {
	color: #000;
}

/* Upsells */

#upsells {
	padding: 0;
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);
}

#upsells .titlebar {
	position: relative;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.03em;
	padding: 15px;
	text-transform: uppercase;
    background: #6f3b9d;
    background: -webkit-linear-gradient(90deg, #6f3b9d 0%, #574590 100%);
    background: -moz-linear-gradient(90deg, #6f3b9d 0%, #574590 100%);
    background: -ms-linear-gradient(90deg, #6f3b9d 0%, #574590 100%);
    background: -o-linear-gradient(90deg, #6f3b9d 0%, #574590 100%);
    background: linear-gradient(90deg, #6f3b9d 0%, #574590 100%);
	z-index: 1;
}

#upsells .titlebar:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/upsells-title-bg.png) no-repeat 124px top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#upsells .titlebar p {
	margin: 0;
}

#upsells .titlebar p:before {
	display: inline-block;
	content: "";
	width: 17px;
	height: 14px;
	margin-right: 14px;
	vertical-align: middle;
	margin-top: -4px;
	background: url(../images/basket-ico.svg) no-repeat;
	background-size: 100%;
}

#upsells .content {
	padding: 14px;
	background: #fefefe;
}

#upsells .content .upsell0 {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	border: 2px solid #ececf3;
	margin-bottom: 14px;
	box-shadow: 0px 0 1rem rgba(0,0,0,.075);
}

#upsells .content .upsell0 .image {
	display: table-cell;
	vertical-align: middle;
	width: 24.87046632124352%;
	padding: 15px;
}

#upsells .content .upsell0 .image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#upsells .content .upsell0 .pricing {
	display: table-cell;
	vertical-align: middle;
	width: 24.61139896373057%;
	padding: 15px;
	background: #fbfcff;
}

#upsells .content .upsell0 .pricing p {
	margin: 0;
}

#upsells .content .upsell0 .pricing .lbl {
	font-size: 14px;
	color: #878c98;
	margin-bottom: 5px;
}

#upsells .content .upsell0 .pricing .oldPrice {
	font-size: 16px;
	text-decoration: line-through;
	font-weight: 600;
	margin-bottom: 5px;
}

#upsells .content .upsell0 .pricing .ourPrice {
	font-size: 20px;
	font-weight: 600;
	color: #6f53c9;
}

#upsells .content .upsell0 .text {
	display: table-cell;
	vertical-align: middle;
	width: 49.61139896373057%;
	padding: 15px;
	font-size: 15px;
}

#upsells .content .upsell0 .text p {
	margin: 0 0 13px;
}

#upsells .content .upsell0 .text .title {
	font-weight: 600;
}

#upsells .content .upsell0 .text .addToOrder {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #878c98;
	padding: 6px 10.50px;
	background: #e9ecf3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 0.02em;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#upsells .content .upsell1 .text .addToOrder:hover {
	background-color: #f6f7fa;
}

#upsells .content .upsell1 {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	border: 2px solid #ececf3;
	margin-bottom: 14px;
	box-shadow: 0px 0 1rem rgba(0,0,0,.075);
}

#upsells .content .upsell1 .image {
	display: table-cell;
	vertical-align: middle;
	width: 24.87046632124352%;
	padding: 15px;
}

#upsells .content .upsell1 .image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#upsells .content .upsell1 .pricing {
	display: table-cell;
	vertical-align: middle;
	width: 24.61139896373057%;
	padding: 15px;
	background: #fbfcff;
}

#upsells .content .upsell1 .pricing p {
	margin: 0;
}

#upsells .content .upsell1 .pricing .lbl {
	font-size: 14px;
	color: #878c98;
	margin-bottom: 5px;
}

#upsells .content .upsell1 .pricing .oldPrice {
	font-size: 16px;
	text-decoration: line-through;
	font-weight: 600;
	margin-bottom: 5px;
}

#upsells .content .upsell1 .pricing .ourPrice {
	font-size: 20px;
	font-weight: 600;
	color: #6f53c9;
}

#upsells .content .upsell1 .text {
	display: table-cell;
	vertical-align: middle;
	width: 49.61139896373057%;
	padding: 15px;
	font-size: 15px;
}

#upsells .content .upsell1 .text p {
	margin: 0 0 13px;
}

#upsells .content .upsell1 .text .title {
	font-weight: 600;
}

#upsells .content .upsell1 .text .addToOrder {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #878c98;
	padding: 6px 10.50px;
	background: #e9ecf3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 0.02em;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#upsells .content .upsell1 .text .addToOrder:hover {
	background-color: #f6f7fa;
}


/* upsell2 */

#upsells .content .upsell2 {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	border: 2px solid #ececf3;
	margin-bottom: 14px;
	box-shadow: 0px 0 1rem rgba(0,0,0,.075);
}

#upsells .content .upsell2 .image {
	display: table-cell;
	vertical-align: middle;
	width: 24.87046632124352%;
	padding: 15px;
}

#upsells .content .upsell2 .image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#upsells .content .upsell2 .pricing {
	display: table-cell;
	vertical-align: middle;
	width: 24.61139896373057%;
	padding: 15px;
	background: #fbfcff;
}

#upsells .content .upsell2 .pricing p {
	margin: 0;
}

#upsells .content .upsell2 .pricing .lbl {
	font-size: 14px;
	color: #878c98;
	margin-bottom: 5px;
}

#upsells .content .upsell2 .pricing .oldPrice {
	font-size: 16px;
	text-decoration: line-through;
	font-weight: 600;
	margin-bottom: 5px;
}

#upsells .content .upsell2 .pricing .ourPrice {
	font-size: 20px;
	font-weight: 600;
	color: #6f53c9;
}

#upsells .content .upsell2 .text {
	display: table-cell;
	vertical-align: middle;
	width: 49.61139896373057%;
	padding: 15px;
	font-size: 15px;
}

#upsells .content .upsell2 .text p {
	margin: 0 0 13px;
}

#upsells .content .upsell2 .text .title {
	font-weight: 600;
}

#upsells .content .upsell2 .text .addToOrder {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #878c98;
	padding: 6px 10.50px;
	background: #e9ecf3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 0.02em;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#upsells .content .upsell2 .text .addToOrder:hover {
	background-color: #f6f7fa;
}

/*  upsell3  */

#upsells .content .upsell3 {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	border: 2px solid #ececf3;
	margin-bottom: 14px;
	box-shadow: 0px 0 1rem rgba(0,0,0,.075);
}

#upsells .content .upsell3 .image {
	display: table-cell;
	vertical-align: middle;
	width: 24.87046632124352%;
	padding: 15px;
}

#upsells .content .upsell3 .image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#upsells .content .upsell3 .pricing {
	display: table-cell;
	vertical-align: middle;
	width: 24.61139896373057%;
	padding: 15px;
	background: #fbfcff;
}

#upsells .content .upsell3 .pricing p {
	margin: 0;
}

#upsells .content .upsell3 .pricing .lbl {
	font-size: 14px;
	color: #878c98;
	margin-bottom: 5px;
}

#upsells .content .upsell3 .pricing .oldPrice {
	font-size: 16px;
	text-decoration: line-through;
	font-weight: 600;
	margin-bottom: 5px;
}

#upsells .content .upsell3 .pricing .ourPrice {
	font-size: 20px;
	font-weight: 600;
	color: #6f53c9;
}

#upsells .content .upsell3 .text {
	display: table-cell;
	vertical-align: middle;
	width: 49.61139896373057%;
	padding: 15px;
	font-size: 15px;
}

#upsells .content .upsell3 .text p {
	margin: 0 0 13px;
}

#upsells .content .upsell3 .text .title {
	font-weight: 600;
}

#upsells .content .upsell3 .text .addToOrder {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #878c98;
	padding: 6px 10.50px;
	background: #e9ecf3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 0.02em;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#upsells .content .upsell3 .text .addToOrder:hover {
	background-color: #f6f7fa;
}

#upsells .content .finishOrder {
	display: block;
	margin: 0;
	padding: 12px 15px;
	color: #fff;
	font-weight: 600;
	background: #1fba34;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#upsells .fancybox-close-small svg path {
	fill: #fff;
}

#upsells .content .finishOrder:hover {
	background-color: #1fa731;
}

#upsells .content .finishOrder:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 12px;
	background: url(../images/card-ico.svg) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}

#upsells .content .qty {
	display: none;
	position: relative;
	padding: 0 34px;
}

#upsells .content .total {
	display: block;
	width: 74px;
	height: 33px;
	font-family: 'Avenir Next LT Pro', Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #ced4da;
	text-align: center;
	background: #fff;
}

#upsells .content .qty .minus,
#upsells .content .qty .plus {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 34px;
	line-height: 30px;
	height: 33px;
	font-weight: 600;
	color: #878c98;
	font-size: 18px;
	background: #e9ecf3;
	text-align: center;
	cursor: pointer;
	user-select: none;
   -webkit-user-select: none; 
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -webkit-transition: background-color 0.5s;
   -moz-transition: background-color 0.5s;
   transition: background-color 0.5s;
}

#upsells .content .qty .minus:hover,
#upsells .content .qty .plus:hover {
	background-color: #f6f7fa;
}


#upsells .content .qty .minus {
	left: 0;	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#upsells .content .qty .plus {
	right: 0;	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Footer */

#footer {
	background: #000;
	color: #373737;
	font-size: 16px;
}

#footer .section {
	padding-top: 58px;
	padding-bottom: 58px;
}

#footer .logo {
	display: block;
	width: 158px;
	margin: 0 auto 30px;
}

#footer .links {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer .links li {
	position: relative;
	margin: 0 -4px 0 0;
	padding: 0 17px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

#footer .links li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 16px;
	background: #373737;
}

#footer .links li:last-child:after {
	display: none;
}

#footer .links li a {
	transition: color 0.3s;
}

#footer .links li a:hover {
	color: #494949;
}

.linkBtn {
	display: inline-block;
	font-size: 1em; /* 18px */
	font-weight: bold;
	outline: none;
	letter-spacing: 0.1em;
	background: #11b100;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 0.3888888888888889em;
	-moz-border-radius: 0.3888888888888889em;
	border-radius: 0.3888888888888889em;
	padding: 0.8888888888888889em 2.611111111111111em 0.8333333333333333em;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	background-color: #35c21f;
}

/* Miscelleneous */

p {
	margin: 0 0 18px;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 18px;
	color: rgb(51, 51, 51);
}

h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 18px;
	color: rgb(51, 51, 51);
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

::-webkit-input-placeholder {
	color: #797979;
	opacity: 1;
}

:-moz-placeholder {
	color: #797979;
	opacity: 1;
}

::-moz-placeholder {
	color: #797979;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: #797979;
	opacity: 1;
}

/* Media Queries */

@media only screen and (min-width : 1920px) {
	#intro {
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}	
}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {

}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
	}	
	
	#header .benefits {
		display: none;
	}
	
	#header .section {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#header .logo {
		float: none;
		width: 200px;
		display: block;
		margin: 0 auto;
	}
	
	#features,
	#intro,
	#specialOffer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#specialOffer .left .title strong {
		display: block;
	}
	
	#order {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 80px;
	}
	
	#order .leftCol,
	#order .rightCol,
	#order .secureInfo {
		padding: 20px;
	}
	
	#order .leftCol .deals .deal .name em {
		display: block;
	}
	
	#order .fields .field .cards {
		top: 11px;
		width: 75px;
	}
	
	#order .rightCol .fields:not(.paymentOptions) .field.half {
		width: 100%;
	}
		
	.popupBox {
		font-size: 15.66px;
	}
	.popupBox2 {
		font-size: 15.66px;
	}
	
	#warranty {
		padding: 1.5em;
	}
	
	#warranty .protection {
		margin-bottom: 1.01010101010101em;
	}
	
	#warranty .protection p {
		font-size: 1.454545454545455em; /* 36px */
	}
	
	#warranty .protection img {
		width: 6.828282828282828em;
	}
	
	#warranty .title {
		font-size: 1.272727272727273em; /* 31.50px */
	}
	
	#warranty .price {
		text-align: center;
		margin-top: 1.174603174603175em;
		margin-bottom: 0.8888888888888889em;
	}
	
	#warranty .choices {
		text-align: center;
	}
	
	#warranty .choices .yesBtn {
		display: block;
		width: 17.62962962962963em;
		margin: 0 auto 1.111111111111111em;
		font-size: 1.090909090909091em; /* 27px */
	}
	
	#warranty .choices .noBtn {
		margin-left: 0;
		font-size: 1em; /* 24.75px */
		letter-spacing: 0.1em;
	}
	
}	

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	
	#header .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#intro {
		background-position: left top;
	}
	
	#intro .section {
		display: block;
		height: auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#intro .text {
		display: block;
	}
	
	#intro .image {
		display: block;
		margin: 0 auto;
		width: auto;
	}
	
	#intro .countdown {
		margin-right: 0;
	}
	
	#intro .countdown .timer {
		float: none;
	}
		
	#specialOffer .section {
		padding: 30px 15px;
		text-align: center;
	}
		
	#specialOffer .inner {
		display: block;
	}
	
	#specialOffer .left,
	#specialOffer .right {
		display: block;
		padding: 0;
	}
	
	#specialOffer .left .title {
		letter-spacing: 0;
		font-size: 20px;
	}
	
	#specialOffer .right {
		text-align: center;
		margin-top: 10px;
	}
	
	#features ul li {
		margin: 0 auto;		
	}
	
	#features ul li p {
		font-size: 17px;
	}
	
	#order {
		margin-bottom: 20px;		
	}
	
	#order .leftCol, #order .rightCol, #order .secureInfo {
		float: none;
		width: auto;
		padding: 30px 20px;
		margin-bottom: 30px;
	}
	
	#order .subtitle {
		font-size: 18px;
		letter-spacing: 0;
	}
	
	#order .fields .field {
		margin-bottom: 25px;
	}
		
	#order .fields .field .textbox, #order .fields .field select, #order .fields .field textarea {
		height: 54px;
	}
	
	#order .discountCode .fields .field {
		margin-bottom: 0;
	}
	
	#order .discountCode .fields .field.code {
		margin-bottom: 20px;
	}
	
	#order .discountCode .apply .applyBtn {
		line-height: 54px;
	}
	
	#order .rightCol .submitBtn {
		height: 54px;
	}
	
	#order .subtitle {
		margin-bottom: 20px;
	}
	
	#order .discountCode .code {
		width: 67%;
	}
	
	#order .discountCode .apply {
		width: 33%;
	}
	
	#order .leftCol .deals .deal {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	#order .leftCol .deals .deal .name {
		padding-right: 15px;
	}
	
	#order .leftCol .deals .deal .price {
		position: static;
		padding-bottom: 10px;
		text-align: left;
		padding-left: 45px;
	}
	
	#order .fields:not(.paymentOptions) .field.half {
		width: 100%;
	}
	
	#order .secureInfo .seals li img {
		height: 71px;
	}
	
	#order .fields.creditCard .field {
		font-size: 16px;
	}
	
	#order .fields .field .cards {
		top: 24px;
	}
	
	.popupBox {
		font-size: 13px;
	}
	.popupBox2 {
		font-size: 13px;
	}
	
	#upsells .content .upsell,
	#upsells .content .upsell .image,
	#upsells .content .upsell .text,
	#upsells .content .upsell .pricing{
		display: block;
	}
	
	#upsells .content .upsell {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	#upsells .content .upsell .image {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		width: 50%;
	}
	
	#upsells .content .upsell .pricing {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#upsells .content .upsell .text {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
		border-top: 2px solid #ececf3;
		text-align: center;
		font-size: 16px;
	}
}

@media only screen and (max-width : 479px) {
	#order .discountCode .code,
	#order .discountCode .apply	{
		float: none;
		width: 100%;
	}
	
	#order .discountCode .code {
		margin-bottom: 15px;
	}
	
	#footer .links li {
		display: block;
		margin: 20px 0 0;
		font-size: 18px;
	}
		
	.popupBox {
		font-size: 10px;
	}
	.popupBox2 {
		font-size: 10px;
	}
	
	#warranty {
		padding: 1.5em;
		max-width: 100%;
	}
	
	#warranty .protection img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	#warranty .protection p {
		margin-left: 0;
	}
	
	#warranty .choices .yesBtn {
		min-width: 1px;
		width: 100%;
	}
	
	
}