@font-face {
        font-family: 'mohave-bold';
        src: url('/assets/fonts/mohave/mohave-bold.woff2') format('woff2'),
             url('/assets/fonts/mohave/mohave-bold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: 'mohave-semibold-italic';
        src: url('/assets/fonts/mohave/mohave-semibold_italics.woff2') format('woff2'),
             url('/assets/fonts/mohave/mohave-semibold_italics.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0) !important;
}


* {
	font-family: 'Helvetica', Arial, sans-serif;
}

hr {
	display: none;
}

html, body {
	height: auto;
}

body {
        min-width: 640px;
	width: 100%;
}

#wrapper {
	min-height: 0;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

#footer {
	background-color: #FFF;
	margin-bottom: 20px;
	height: 210px;
}

#footer_push {
	display: none;
}

/* Cart Button */
.cartButton {
        cursor: pointer;
	width: 350px;
        height: 70px;
        margin: 0 auto;
        color: #004fca;
        border-radius: 8px;
        background-image: linear-gradient(to top, #fac71d 3%, #fcdd68);
        border: solid 1px #0f1d4c;
        padding: 10px 0;
        font-size: 22px;
        line-height: 45px;
	position: relative;
	text-align: center;
	display: none;
}
.cartButtonShine {
        width: 100%;
        height: 35px;
        opacity: 0.6;
        border-radius: 6px;
        background-image: linear-gradient(to bottom, #F7B61B, #FAD625);
        display: block;
        position: absolute;
        bottom: 0;
}
.cartButtonText {
        position: relative;
        z-index: 2;
	font-family: 'museo700', Helvetica, Arial, sans-serif;
}
.cartButtonTriangle {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 0;
        height: 0;
        border-left: 8px solid #004fca;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
}
.cartButton.active {
	display: block;
}

.cartButton:hover {
        background-image: linear-gradient(to top, #ffe799 3%, #ffe799);
        cursor: pointer;
}
.cartButton:hover .cartButtonShine {
        opacity: 0.4;
}
.cartButton:focus {
	outline: none;
}

/* End Cart Button */


.formRow.step1, .formRow.step2, .formRow.step3 {
	width: 100%;
	margin: 20px auto;
}


/* Overlays */
#placeOrderShade {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.75);
        min-height: 100%;
        min-width: 100%;
        z-index: 10;
}

#placeOrderCopy {
        background-image: url('/assets/images/submitting_order.png');
        background-repeat: no-repeat;
        background-size: 260px 61px;
        height: 61px;
        width: 260px;
        position: absolute;
        color: #FFF;
        font-weight: bold;
        top: 200px;
        width: 400px;
        left: 50%;
        margin-left: -130px;
}

#placeOrderCopy #ajaxLock {
        margin-left: 25px;
        height: 20px;
        margin-top: 25px;
}
/* End Overlays */



/* forms.css overrides */
.formRow {
	position: relative;
	display: none;
}

.formRow.active {
	display: block;
}

.formRow input[type=text], .formRow input[type=number], .formRow select {
	border: 1px solid #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.formRow .inlineError, .formRow .inlineWarning, .formRow .inlineValid {
	background-color: #ff3a3a;
	margin-top: 0;
	font-family: 'museo500';
        background-size: 20px 20px;
        background-repeat: no-repeat;
	display: none;
	width: 100%;
	margin: 0 auto;
}

.formRow .inlineValid {
	max-height: 0;
	overflow: hidden;
}

.formRow .inlineWarning {
	background-color: #f5ff99;
	color: #000;
	margin-top: -2px;
	border-top: 2px solid yellow;
}

.formRow .inlineError p, .formRow .inlineWarning p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

/* Hide arrow spinner buttons on input:number elements */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    	-webkit-appearance: none;
    	margin: 0;
}
input[type="number"] {
    	-moz-appearance: textfield;
}

/* End forms.css overrides */


/* Superheader */

#superheader {
	min-width: 640px;
	width: 100%;
	max-width: 100%;
	background-color: #af1318;
	height: 60px;
	color: #FFF;
	position: fixed;
	top: 0;
	z-index: 3;
}

#superheaderInner {
	width: 50px;
	min-width: 500px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

#superheader h2 {
	width: 400px;
	font-size: 20px;
	padding: 0;
	padding-top: 6px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#superheader h1 {
	width: 400px;
	font-size: 24px;
	padding: 0;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
}

#superheadGuarantee {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 81px;
}
/* End Superheader */



/* Cart Breadcrumbs */

#cartSteps {
	width: 370px;
	margin: 0 auto;
}

#cartSteps .breadcrumb {
	vertical-align: top;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background-color: #cacaca;
	border: 1px solid #cacaca;
	color: #9e9fa0;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	line-height: 14px;
}

#cartSteps .breadcrumb h2 {
	font-size: 40px;
	padding: 8px 0 5px;
	line-height: 40px;
}

#cartSteps .breadcrumb.active {
	background-color: #f6a623;
	border: 1px solid #f67317;
	color: #fff;
}

#cartSteps .breadcrumb.complete h2 {
	display: none;
}

#cartSteps .breadcrumb .checkmark {
	display: none;
}

#cartSteps .breadcrumb.complete .checkmark {
	display: block;
}

#cartSteps .breadcrumb#breadcrumb1 {
	margin-left: 10px;
}

/* End Cart Breadcrumbs */


#orderPage {
	min-height: 100%;
	height: 100%;
	min-width: 300px;
	max-width: 640px;
        color: #FFF;
        margin: 70px auto 0;
}

/* Cart Sales Copy */

#orderPage1 {
	padding: 10px 0 0;
	color: #373f51;
	height: 100%;
	min-height: 100%;
}

#claimButtonWrapper {
	width: 100%;
	margin: 0;
	background-color: #af1318;
	padding: 15px 20px 20px;
	position: fixed;
	bottom: 0;
	z-index: 2;
}

#claimButton {
	max-width: 350px;
}

#ctaText {
	min-width: 340px;
        font-size: 17px;
        text-align: center;
        color: #FFF;
        margin-top: 5px;
        margin-bottom: 10px;
}

#ctaText .ctaTextYellow {
        color: #fedb0e;
	font-family: 'museo700', Arial, sans-serif;
}

.cartTimer {
	min-width: 340px;
	line-height: 24px;
	margin-top: 20px;
        text-align: center;
        font-size: 14px;
	color: #121212;
}
.cartTimer .ctaTextRed {
	color: #CC0000;
	font-family: 'museo700', Arial, sans-serif;
}

#topCopy {
	width: 500px;
	margin: 0 auto;
	position: relative;
}

#topCopy p {
	text-align: center;
	font-size: 17px;
	color: #000;
	padding: 5px 10px;
}

#productNameTop {
	color: #d0021b;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 0;
}

.cartBigHeadline {
        float: left;
        display: inline-block;
        color: #C3161B;
        font-size: 64px;
        line-height: 70px;
        text-align: left;
        margin: 0;
        margin-top: 0;
        margin-right: 10px;
        margin-left: 20px;
        padding: 0;
        font-weight: normal;
        font-family: 'museo700', sans-serif;
}

.cartSubHeadlineTop {
        color: #2b3558;
        font-size: 24px;
	font-family: 'museo700', sans-serif;
        text-align: left;
        margin: 0;
        padding: 0;
	padding-top: 7px;
        line-height: 28px;
}

.cartSubHeadlineTop br {
	display: none;
}

#cartSmallHeadline p {
	text-align: left;
}

#cartSmallHeadline:after {
	content: '';
    	display: block;
    	clear: both;
}

p#uponAcceptance {
	font-size: 24px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

#mainProductImage {
	display: block;
	width: 433px;
	margin: 30px auto;	
}

.mainBullet {
	background-image: url("/assets/images/cartRedCheckLarge.png");
        background-position: top left;
        background-repeat: no-repeat;
        padding-left: 30px;
	margin-top: 20px;
        margin-left: 14px;
        margin-right: 10px;
	margin-bottom: 20px;
}

.mainBullet h2 {
	color: #2b3558;
	padding-top: 0;
	font-size: 24px;
	font-family: 'museo700';
	position: relative;
}
.mainBullet h2 br {
	display: none;
}
.mainBullet h2 .systemPrice {
	position: absolute;
	top: 3px;
	right: 10px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

.mainBullet p {
	line-height: 22px;
	font-size: 16px;
}

.subBullet {
	background-image: url("/assets/images/cartRedCheckSmall.png");
        background-position: top left;
        background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 54px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.subBullet.noIndent {
	margin-left: 20px;
}

.subBullet p {
	line-height: 24px;
	font-size: 16px;
}

.subBullet p.smaller {
	font-size: 14px;
	line-height: 19px;
}

.subBullet h2 {
	color: #2b3558;
	font-size: 20px;
	font-family: 'museo700';
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

.bonusHeader {
	color: #C00;
	font-size: 26px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.bonusHeader #limitedTime, .bonusHeader #bonusGifts, .bonusHeader #bonusIncluded {
	display: block;
}
.bonusHeader #limitedTime {
	font-size: 30px;
	height: 50px;
	font-style: italic;
	letter-spacing: 3px;
	font-family: 'mohave-semibold-italic', 'Helvetica', Arial, sans-serif;
}
.bonusHeader #bonusGifts {
	font-size: 70px;
	height: 50px;
	font-weight: bold;
	font-family: 'mohave-bold', 'Helvetica', Arial, sans-serif;
}
.bonusHeader #bonusIncluded {
	font-size: 22px !important;
	font-weight: normal;
}

.bonusHeader #surpriseBonus {
	font-size: 50px;
	height: 40px;
	position: relative;
	font-family: 'mohave-bold', 'Helvetica', Arial, sans-serif;
}

.bonusHeader #whenYouOrder {
	font-size: 20px !important;
}

.bonusHeader #surpriseBonus #bonusArrow {
	position: absolute;
	right: 40px;
	top: 10px;
}

.bonusBullet {
	min-height: 220px;
	background-size: 160px;
	position: relative;
	margin: 10px;
	padding-right: 185px;
	background-position: top 20px right;
	background-repeat: no-repeat;
}

.bonusBullet h2 {
	font-size: 24px;
	font-family: 'museo700', sans-serif;
}

.bonusBullet h3 {
	font-size: 17px;
	line-height: 20px;
	font-family: 'museo700', sans-serif;
	padding-top: 0;
	text-align: left;
	color: #2b3558;
}

.bonusBody {
}

.bonusBody p {
	font-size: 17px;
	line-height: 24px;
}

.bonusPrice {
	top: 160px;
	right: 0;
	position: absolute;
	width: 50px;
	margin-top: 10px;
	font-size: 20px;
}

.bonusPrice .new {
	color: #C00;
	font-weight: bold;
}

.bonusPrice .original {
	text-decoration: line-through;
	color: #C00;
	font-size: 16px;
}

.bonusPrice .original .originalInner {
	color: #AAA;
}

.bonusBullet#bonusInstantFuckBuddy { background-image: url("/assets/images/cartBonusInstantFuckBuddy_large.png"); }
.bonusBullet#bonusYoungAndHung { background-image: url("/assets/images/cartBonusYoungAndHung_large.png"); }
.bonusBullet#bonusDirtyLittleSecret { background-image: url("/assets/images/cartBonusDirtyLittleSecret_large.png"); }
.bonusBullet#bonusDrE { height: 260px; background-size: 130px; background-position: top right 20px; margin-bottom: 50px; margin-top: 30px; background-image: url("/assets/images/cartBonusDrE_large.png"); }

#guarantee {
	position: relative;
	background-color: #deefff;
	margin: 50px 0;
	padding: 20px 40px;
	border: 3px solid #73aaea;
	border-radius: 10px;
}

#guarantee h2 {
	text-align: left;
	color: #05167c;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 500;
	padding-bottom: 0;
	margin-top: 5px;
	padding-left: 150px;
}

#guarantee h1 {
	text-align: left;
	color: #05167c;
	font-size: 58px;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 500;
	padding-top: 0;
	padding-left: 150px;
}

#guarantee p {
	margin-top: 20px;
	font-size: 17px;
	line-height: 24px;
}

#guaranteeSeal {
	position: absolute;
	top: 20px;
	left: 40px;
	display: block;
	width: 130px;
	height: 130px;
	float: left;
}

#cartTotalBar {
	font-size: 20px;
	padding: 20px;
	text-align: right;
	margin-bottom: 30px;
}

#cartSummary {
	position: relative;
	padding-bottom: 20px;
	width: 480px;
	margin: 0 auto 30px;
}

#cartSummaryHeader {
	padding: 16px;
	text-align: center;
	font-size: 22px;
}

#cartSummary .cartItem {
	background-image: url("/assets/images/cartRedCheckSmall.png");
        background-position: top 10px left;
        background-repeat: no-repeat;
	padding: 10px 0;
	padding-left: 25px;
	font-size: 18px;
	margin: 0 10px 10px;
	color: #2b3558;
	position: relative;
	min-height: 40px;
	font-family: 'museo700';
}

#cartSummary .cartItem p {
	font-weight: normal;
	padding: 10px 0;
	font-size: 16px;
	line-height: 22px;
}

#cartSummary .cartItemRight {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	color: #AAA;
	font-weight: normal;
	font-size: 16px;
}

#cartSummary .saleNotation {
        color: orange;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px;
        display: block;
}

#cartSummary .cartItemRight .mainOldPrice {
        text-decoration: line-through;
        color: #A00;
        font-weight: normal;
        font-size: 13px;
}

#cartSummary .cartItemRight .mainNewPrice {
        color: #0d5be8;
        font-weight: 800;
        font-size: 20px;
}


#cartSummary .cartItemRight .oldPrice {
	text-decoration: line-through;
        color: #CCC;
}

#cartSummary .cartItemRight .newPrice {
	color: #C00;
	font-size: 16px;
	font-family: 'museo700', sans-serif;
	text-transform: uppercase;
}

#mainTestimonials {
	margin: 50px auto 0;
}

#mainTestimonials #fiveStar {
	background-image: url("/assets/images/cartFiveStar.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 48px;
	width: 100%;
	margin: 0 0 20px;
}

#mainTestimonials #testimonialBigQuotes {
	color: #000;
	font-size: 40px;
	font-family: 'Patrick Hand', cursive;
	margin: 20px 20px 40px;
	line-height: 45px;
	text-align: center;
}

#mainTestimonials .testimonial {
        background-image: url("/assets/images/cartThumbsUpWhite.png");
        background-position: top 7px left 5px;
        background-repeat: no-repeat;
        margin: 0 auto 20px;
	width: 400px;
}

#mainTestimonials .testimonial h2 {
        padding-left: 65px;
        font-size: 30px;
        font-family: 'Patrick Hand', cursive;
	min-height: 65px;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #2b3558;
}

#mainTestimonials .testimonial p {
        margin-top: 10px;
	padding: 20px;
	line-height: 24px;
}

#mainTestimonials .testimonial .testimonialProfile {
        font-size: 14px;
        color: #333;
        margin-left: 20px;
}

hr {
	border: none;
	border-top: 1px solid #ebedf0;
}

#bullets {
	padding: 20px 0;
	background-color: #f8f8f8;
}

/* End Cart Sales Copy */


/* Cart Form */

#orderPage2 {
	margin: 0;
	position: relative;
	padding-top: 20px;
	height: 100%;
	min-height: 100%;
}

#orderform {
	margin: 0;
        border-radius: 5px;
}

li {
	list-style: none;
	font-size: 15px;
	padding: 10px 30px 10px 10px;
	line-height: 20px;
	margin-left: 80px;
}

.cartInstructions {
	display: none;
	margin-top: 20px;
}

.cartInstructions h3 {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	color: #1b1b1e;
	padding-bottom: 0;
}

.cartInstructions h3.yellowText {
	color: #febc0e;
}

.cartInstructions.active {
	display: block;
}

.cartInstructions p {
	color: #000;
	padding-top: 0;
	line-height: 15px;
}
.cartInstructions p.secureIconSmall {
	background-image: url('/assets/images/cartMobileShield.png');
	background-repeat: no-repeat;
	background-position: center left 10px;
	background-size: 10px 13px;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 10px;
	margin: 0 auto;
	width: 280px;
}

#errorLightbox {
        padding: 0;
        border-radius: 0;
}
.orderErrors {
        color: #FFF;
        background-color: #B00;
        padding: 10px;
        margin: 5px auto;
        position: relative;
        line-height: 22px;
        text-align: left;
}
#errorLightbox .orderErrors {
        background-color: #FFF;
        margin: 0;
        padding: 0 0 20px;
        color: #121212;
}
.orderErrors hr {
        width: 90%;
        margin: 10px auto;
}
.orderErrors p {
        padding: 10px 20px;
        margin: 0;
        font-size: 14px;
}
/*
.orderErrors p:before {
        color: #FFFD7C;
        content: '*';
        font-weight: bold;
        display:inline;
}
#errorLightbox .orderErrors p:before {
        color: #C00;
}
*/
.orderErrors h2.errorType {
        margin-bottom: 20px;
        text-align: center;
        font-size: 30px;
        padding-top: 7px;
        padding-bottom: 10px;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        color: #FFF;
        padding: 15px;
        background-color: #BB0000;
}
.orderErrors p.errorType:before {
        content: none;
}
.orderErrors p.errorDesc:before {
        content: none;
}


#ccnum {
	background-image: none;
}

#ccnum.type_nocards {
	background-image: url("/assets/images/cc_sprite2.png");
        background-repeat: no-repeat;
        background-position: right 6px top 8px;
}

#ccnum.type_allcards {
	background-image: url("/assets/images/cc_sprite2.png");
	background-repeat: no-repeat;
	background-position: right 6px top 8px;
}

#ccnum.type_mastercard {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -113px;
}

#ccnum.type_visa {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -153px;
}

#ccnum.type_discover {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -38px;
}

#ccnum.type_amex {
        background-image: url("/assets/images/cc_sprite.png");
        background-repeat: no-repeat;
        background-position: right 0 top -75px;
}

#credibility {
	width: 100%;
	height: 55px;
	text-align: center;
}

#credibility img {
	margin: 0 auto;
	width: 338px;
}

#cvv_instruction_button {
	float: left;
	cursor: pointer;
	line-height: 42px;
	font-size: 12px;
	margin-left: 10px;
	text-decoration: underline;
	color: #2531d0;
	font-family: 'museo700', Helvetica, Arial, sans-serif;
}

#totalBox {
        background-color: #FFF;
        color: #AAA;
        border-top: 1px solid #CCC;
        padding: 10px 10px 0;
        text-align: right;
        font-family: Arial;
        font-weight: bold;
        width: 81%;
        line-height: 20px;
	margin-bottom: -10px;
}
#totalBox .total {
        color: #111;
        font-weight: bold;
        padding: 5px 10px;
        color: #51bb44;
}
/*
.inlineError::before {
	position: absolute;
	right: -22px;
	top: -32px;
	content: "\274c";
	color: #ff3a3a;
	font-weight: bold;
}

.inlineValid::before {
        position: absolute;
        right: -20px;
        top: -3px;
        content: "\2714";
        color: #0cc70c;
        font-weight: bold;
	font-size: 19px;
}
*/
