	@charset "UTF-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600';

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?58205039');
  src: url('font/fontello.eot?58205039#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?58205039') format('woff2'),
       url('font/fontello.woff?58205039') format('woff'),
       url('font/fontello.ttf?58205039') format('truetype'),
       url('font/fontello.svg?58205039#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

html { margin: 0; padding: 0; }

body {
	padding: 0;
	margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #515151;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #2D89EA;
	line-height: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: #0078a0;
}
a:hover {
    cursor: pointer;
	text-decoration: underline;
}

.red { color: #C00; }

em, i {
    font-style: italic;
    line-height: inherit;
}

#wrapper, #header, #content {
    clear: both;
    width: 100%;
    max-width: 1025px;
}

#header, #content {
	margin: 0 auto;
}

.whatyouget {
	background: #eef6e1;
	border:1px solid #8fc437;
	padding: 10px 20px;
	margin-top: 25px;
}
.whatyouget h3 { font-size: 22px; }
ul.checkbox {
	list-style: none outside;
	padding-left: 15px;
}
ul.checkbox li {
	background: url(images/check2.png) no-repeat 0 2px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 0 5px 25px;
	font-weight: 500;
	word-spacing:normal;
	word-wrap:break-word;
	}

.testimonial {
	padding: 10px;
    margin: 20px 0 20px 2%;
    color: #202020;
    font-size: 14px;
    line-height: 1.4em;
    font-style: normal;
    box-sizing: border-box;
}

.testimonial img {
	float: left;
    margin-right: 30px;
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    margin-top: 5px;
    max-width: 71px;
    height: auto;
}
.testimonial p { margin-top: 3px; }
.testimonial cite {
	font-weight: 400;
    margin: 10px 0;
    font-size: 13px;
    color: #9b9b9b;
    text-transform: none;
    font-style: italic;
}
.testimonial cite:before {
    content: "\2014 \0020";
}
.testimonial cite span {
	color: #555;
}

#footer { padding: 0 25px; }
#header { padding: 15px 25px 0px; }

.column {
	width: 50%;
    padding: 25px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

p { font-size: 15px; }
p.shippingoptions { padding-top: 20px; }
.sp-changeshipping { display: none; }

h2, .sp-heading {
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    padding: 0px 10px 10px 0px;
	margin: 0;
}
.sp-heading { margin-bottom: 10px; }

input {
	width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
}

select {
    background: none;
    padding: 0 20px;
    height: 53px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    margin: -1px 0 0 0;
    border: 1px solid #e9e9e9;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    padding: 18px 20px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

input:focus, textarea:focus {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #52B8EC;
    z-index: 9999;
    padding: 18px 20px;
}
:focus {
    outline: 0;
}

#emailAddress {
    margin-bottom: 30px;
}

#billingPreview, #shippingPreview {
    float: left;
    margin-left: 50px;
    font-size: 16px;
    padding: 30px 0;
    width: 100%;
}
#billingPreview .sp-heading, #shippingPreview .sp-heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

#billingPreview .sp-heading:before, #shippingPreview .sp-heading:before {
    text-align: center;
    font-size: 18px;
    padding: 9px 0 0 2px;
    content: '\e800';
    color: white;
    font-family: 'fontello';
    background: #8CC705;
    border-radius: 18px;
    height: 36px;
    width: 36px;
    display: block;
    position: absolute;
    left: -45px;
    top: -3px;
}

#shippinginfo { display: none; }

.ccicons {
    background: url(images/ccicons.png) no-repeat;
    background-size: 150px 47px;
    width: 32px;
    height: 23px;
    float: right;
    margin: 2px 4px 0 4px;
    display: none;
}
.ccicons.accepted { display: block; }
.ccicons.d { background-position: -118px -24px; }
.ccicons.d.active { background-position: -118px 0; }
.ccicons.a.active { background-position: -79px 0; }
.ccicons.a { background-position: -79px -24px; }
.ccicons.m.active { background-position: -40px 0; }
.ccicons.m { background-position: -40px -24px; }
.ccicons.v.active { background-position: 0 0; }
.ccicons.v { background-position: 0 -24px; }

.pay1 { margin-top: 10px; }
.pay2 { width: 45%; float: left; }
.pay3 { width: 40%; float: left; }
.pay3 select {
    display: block;
    float: left;
    box-sizing: border-box;
    border-radius: 0;
    height: 55px;
    margin: -1px 0 0 -1px;
    padding: 0 20px;
    width: 50%;
}
.pay4 { width: 15%; float: left; }
#CreditCard0VerificationCode { margin-left: -3px; }

.shipMethodTable { margin-bottom: 30px; }

.shipMethodTable label {
    display: block;
	font-size: 0.875rem;
	font-weight: normal;
    cursor: pointer;
    line-height: 2.5;
	color: #4d4d4d;
	margin-bottom: 0;
}

.shipMethodTable [type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.shipMethodTable [type="radio"]+b:before {
    font-size: 18px;
    padding: 8px 8px;
    content: ' ';
    color: white;
    font-family: 'fontello';
    display: block;
    width: 2em;
    height: 2em;
    vertical-align: -0.85em;
    border-radius: 2px;
    border: 1px solid #bababa;
    background: #FCFCFC;
    margin-right: 0.75em;
    cursor: pointer;
    float: left;
    line-height: 1;
    box-sizing: border-box;
}
.shipMethodTable [type="radio"]:checked+b:before {
    background: #57B9EA;
    border: 1px solid #57B9EA;
    content: '\e800';
}

.ordersummary {
	clear:both;
    display: block;
    overflow: hidden;
    border: 1px solid #F3F3F3;
    margin: 0 0 25px 0;
    padding: 15px 0 0 0;
    border-radius: 2px;
}
.ordersummary h2 { padding-left: 30px; margin-bottom: 20px; }
#productimg { margin-left: 30px; float: left; margin-right: 20px; padding-bottom: 20px; margin-top: 5px; }
.ordersummary h3 { font-weight: 600; font-size: 16px; color: #222; margin-bottom: 10px; margin-top: 0px; }
.ordersummary #itemname p { color: #878787; font-size: 14px; margin-top: 0px; }
#itemname { width: 300px; float: left; }
.price { /* width: 65px; */ float: right; text-align:right; padding-right: 25px; }
.row { clear:both; border-top: 1px solid #F3F3F3; padding: 15px 0px 15px 30px; }
.ordertotal { border-top: 1px solid #F3F3F3; background: #F3F3F3; padding: 25px 0px 25px 30px; text-align:right; }
.ordertotal .price { color: #8DC527;
    font-size: 31px;
    padding: 0 25px 0 15px;
	width: 125px;
	margin-top: -12px;
	font-weight: 600;
}
#orderbutton { width: 350px; margin: 0 auto; }

#orderbutton input {
	width: 100%;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    background: #8EC337;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .25s all;
    text-decoration: none !important;
	cursor: pointer;
	-webkit-appearance: none;
}
#orderbutton input:hover { background: #A1D34E; }

.security {
	text-align: center;
    padding: 10px 0;
    color: #777;
}

.icon-lock:before { content: '\e802'; } /* '' */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer {
	clear: both;
    background: #515151;
    color: #fff;
    padding: 40px 0 75px 0;
    text-align: center;
}
#footer a { color: #DDDDDD; }

#shippingPreview input, #shippingPreview select { margin-left: -50px; }

#offerbump {
	border: 3px dashed #212121;
	padding: 15px 25px 5px;
	background: #fcf9e3;
	margin-bottom: 25px;
}
#offerbump input { width: auto; }
#offerbump label { color: #269d02; font-size: 16px; }
.redarrow { margin-bottom: -4px; }

.mobile-show { display: none; }

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.mobile-hide{ display: none; }
		.mobile-show { display: block; }
		#header { text-align:center; }
		.column { width: 100%; padding: 25px 15px; }
		#orderbutton { width: 100%; }
		#itemname { width: 50%; }
		#shippingPreview { width: 90%; display: none; }
		.pay2 { width: 100%; float: none; }
		.pay3 { width: 70%; }
		.pay4 { width: 30%; }
		#billingPreview, #shippingPreview { padding: 0px 0px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
	}