.overview {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	font-size:1rem;
	padding:1em;
	box-sizing:border-box;
}
.checkout .quickview .title {
    padding-top:0;
}
.register_form, .checkout_form, .register_text {
    width:100%;
    box-sizing:border-box;
    float:left;
    font-size:1em;
}
.register_form, .register_text {
    padding:0.5em;
}
.register_text {
    padding:0.5em 1em;
}
.register_text p {
    font-size:1.2rem;
    line-height:1.2em;
}
.register_form > .half, .checkout_form > .half {
    padding:.25em 1em;
}
.formlabel, .braintree {
    padding:0.5em 0.25em;
    box-sizing:border-box;
}
.formlabel {
    position:relative;
    color:#666;
}
.savedcards {
    padding:0.5em;
}
.savedcards label {
    display:block;
}
.savedcards .formlabel {
    margin-bottom:.5em;
    background-color:#efefef;
    border:1px solid #ddd;
    padding:0.25em;
    line-height:2em;
}
.savedcvv {
    width:50%;
    float:right;
}
.cardtype {
    float:left;
    width:60px;
    height:38px;
    background-size:contain;
    background-repeat:no-repeat;
    margin:0 0.5em;
}
.card_V {
    background-image:url(www.famous-smoke.com/responsive/images/cc-visa.png);
}
.card_M {
    background-image:url(www.famous-smoke.com/responsive/images/cc-master.png);
}
.card_D {
    background-image:url(www.famous-smoke.com/responsive/images/cc-discover.png);
}
.card_A {
    background-image:url(www.famous-smoke.com/responsive/images/cc-amex.png);
}
.braintree .formlabel {
    color:#fff;
}
.braintree {
    position:absolute;
    top:0;
    left:0;
}
.formlabel.required, .special_captcha .form-error, .braintree label {
    font-weight:700;
}
.formlabel.checklabel {
    padding:.5em .25em .5em .75em;
    font-weight:700;
    border-radius:.25em;
}
.checklabel.bordered {
    border:1px solid #ccc;
}
.checklabel.has-error, .special_captcha.has-error {
    background-color:rgba(255, 0, 0, 0.05);
    border:1px solid red;
    border-radius:.25em;
}
.creditcard {
    position:relative;
    width:100%;
    padding-bottom:62.5%;
    background:url(//www.famous-smoke.com/responsive/images/credit-card.png) 0 0 no-repeat;
    background-size:contain;
    float:left;
}
.accepted-cards {
    position:absolute;
    width:40%;
    padding-bottom:12%;
    background:url(//www.famous-smoke.com/responsive/images/accepted-cards.png) 0 bottom no-repeat;
    background-size:contain;
    right:1em;
    top:1em;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size:.75em;
}
.firsttime {
    width:4em;
    height:4em;
    display:inline-block;
    margin:1.5em 1.5em 1em 0;
    float:left;
    background:url(//www.famous-smoke.com/responsive/images/firsttime.png) 0 0 no-repeat;
    background-size:contain;
}.firsttime + p {
    line-height:1.25em;
    padding-right:1em;
    color:#333;
    font-size:1.0667em;
}
.braintree .formlabel.half {
    width:50%;
}
.braintree .formlabel.quarter {
    width:27%;
}
.braintree .smalltitle {
    padding:0 .25em;
    color:#fff;
    font-size:2em;
    margin:0.5em 0;
}
.braintree .link {
    margin:2.25em 0 0 0.25em;
    color:#fff !important;
    text-decoration: none !important;
}
.formlabel span, .braintree label {
    padding-bottom:0.25em;
    display:block;
	font-weight: bold;
}
/*.braintree label {
    padding-top:.5em;
}*/
.register_form input, .register_form select, .checkout_form input, .checkout_form select, .hosted-field {
    border:1px solid #ccc;
    border-radius:0.25em;
    margin:0;
    padding:0.2em;
    box-sizing:border-box;
}
.hosted-field {
    background-color:#fff;
}
.register_form input, .checkout_form input {
    width:100%;
    line-height:2.0em;
}
.ie .register_form input, .hosted-field {
    height:2.1em;
}
.register_form input[type='checkbox'], .checkout_form input[type='checkbox'] {
    opacity:0;
    height:0;
    float:left;
}
.gecko .register_form input[type='checkbox'] {
    width:0;
}
.register_form input[type='radio'], .checkout_form input[type='radio'] {
    float:left;
    width:auto;
    margin:.125em 0.5em 0 0;
}
.botborder, .substring {
    display:block;
    width:94%;
    float:right;
}
.botborder {
    margin-top:0.25em;
    padding:0.25em 0 0;
    border-top:1px solid #ddd;
}
.botborder.full {
    width:100%;
}
span.fakecheck {
    width:24px;
    height:24px;
    border:2px solid #bbb;
    float:left;
    border-radius: 0.125em;
    margin:0.125em 0 0.25em;
    padding:0;
    position:absolute;
}
input[type='checkbox']:checked + label span.fakecheck::after {
    content: ' ';
    width:10px;
    height:22px;
    position:absolute;
    top:-0.25em;
    left:.4em;
    border-right:3px solid #009e55;
    border-bottom:3px solid #009e55;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
ol.termslist {
    padding-left:2em;
}
ol.termslist, ol.termslist li {
    list-style-type:upper-alpha;
    width:100%;
    box-sizing:border-box;
}
ol.termslist li {
    padding:0.5em;
}
.register_form select, .checkout_form select {
    width:100%;
    background-color:#ededed;
    font-size:1.25rem;
}
.register_form .smalltext {
    font-size:1.2rem;
    line-height:1.2em;
    padding-bottom:0;
}
.checklabel .smalltext {
    padding-left:38px;
    min-height:0.5em;
}
.register_form p.oswald, .checkout_form p.oswald {
    margin:1em 0 0;
}
.special_captcha {
    width:319px;
    margin:0.25em auto 0;
    padding:0.5em ;
    box-sizing:border-box;
}
.register_form .submitter, .checkout_form .submitter, .removecard, #submitcard {
    line-height:2em;
    font-weight:400;
    border-radius:0.25em;
    box-sizing:border-box;
    width:100%;
    margin:0 auto;
    font-size:1.25em;
}

.age_verify {
    width:81px;
    height:70px;
    margin:0.5em 1.5em 0.5em 0.5em;
    background-image:url(https://www.famous-smoke.com/images/main/ageverify.png);
    background-repeat:no-repeat;
    float:left;
    display:block;
}
.sectional {
    background-color:#ededed;
    padding:1em 0.5em;
    box-sizing:border-box;
}
.shipto {
    display:block;
    font-size:1em;
    margin:1.5em 0 0.5em;
}
.totalbox {
    border:1px solid #ddd;
    border-radius:.5em;
    padding:.5em;
    margin:1.25em 0.5em 0;
}
.totalbox .smalltitle {
    margin-top:0;
}
.totalbox .right.cblue {
    padding-left:1em;
}
.totalbox > .lineitem {
    padding:.75em 0 0;
}
.smallbutton {
    font-size:1em;
    padding:.25em 1em;
    width:auto;
    margin:.5em auto 0;
    line-height:1.5em;
    border-radius:0.25em;
}
.smallbutton + .smallbutton {
    margin-left:1em;
}
.paytabs {
    width:100%;
    padding:1em 0;
    float:left;
}
.paytabs label {
    float:left;
    padding:3%;
    width:48%;
    margin:1%;
    font-size:1.25em;
    font-weight:700;
    border:1px solid #ddd;
    opacity:0.5;
    position:relative;
    box-sizing:border-box;
}
.paytabs label.active {
    border-color:#26507e;
    background-color:#ededed;
    opacity:1;
}
.paytabs .edgearrow {
    display:none;
    width:.7467em;
    height:.7467em;
    position:absolute;
    bottom:-.4267em;
    left:47%;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    background-color:#ededed;
}
.paytabs .active .edgearrow {
    display:inline-block;
}
.minicard span, .minipaypal span {
    width:40%;
    padding-bottom:25%;
    background-size:contain;
    background-repeat:no-repeat;
    float:right;
    margin:.25em 0;
}
.minicard span {
    background-image:url(//www.famous-smoke.com/responsive/images/mini-cc.jpg);
}
.minipaypal span {
    background-image:url(//www.famous-smoke.com/responsive/images/mini-pp.jpg);
}
.trustwave {
    width:105px;
    height:53px;
    /*margin:1em .5em 0;*/
    background-image:url(https://www.famous-smoke.com/responsive/images/trustwave.png);
    background-repeat:no-repeat;
    /*float:left;*/
    display:inline-block;
}
.iconbox {
    display:flex;
    justify-content:space-between;
    flex-flow:row nowrap;
    align-items:center;
}
.headicon {
    width:177px;
    height:108px;
    margin:0.5em;
    background-repeat:no-repeat;
    display:inline-block;
    background-size:contain;
}
.headicon.freshnessg {
    background-image:url(https://www.famous-smoke.com/responsive/images/icon-freshness.png);
    order:3;
}
.headicon.promise {
    background-image:url(https://www.famous-smoke.com/responsive/images/icon-promise.png);
    order:2;
}
.headicon.returns {
    background-image:url(https://www.famous-smoke.com/responsive/images/icon-returns.png);
    order:4;
}
.promogift .smallbutton {
    margin-top:0;
}
.promogift input {
    width:48%;
    margin-right:2%;
    float:left;
}
.checklabel .error {
    border:0px solid #fff !important;
    background-color:transparent !important;
}
.triggershow + div, .triggershow + span, .promogift {
    display:none;
}
.triggershow:checked + div, .triggershow:checked + span, .haspromo.active + .promogift {
    display:block;
}

.cvvinfo{
	position: absolute;
    left: 110px;
    top: 35px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 15px;
    color: #000;
    cursor: pointer;
	
}

#cvvinfoarea{
	display:none;
	clear: both;
}

@media (max-width:639px) {
    .braintree {
        font-size:1rem;
    }
    .iconbox {
        flex-flow:row wrap;
    }
    .iconbox .title {
        flex:1 100%;
    }
    .headicon {
        flex:3 26%;
    }
}
@media (min-width:640px) {
    /*.checkout .title {
        padding-top:2em;
    }*/
    .register_form > .half, .checkout_form > .half {
        padding:.25em 0 0.25em 0.5em;
    }
    .quickview .register_form .formlabel, .quickview .cdkblue {
        padding:.25em .5em;
    }
    .register_form > .half:first-of-type, .checkout_form > .half:first-of-type {
        padding:0.25em 0.5em 0.25em 0;
    }
    .special_captcha {
        max-width:304px;
        padding:0.5em 0;
    }
    .dobfield span:first-child, .dobfield input {
        width:50%;
        margin:0 auto;
        display:block;
    }
    .register_form .submitter, .checkout_form .submitter, .removecard, #submitcard{
        /*width:auto;*/
        display:inline-block;
        margin:0 auto;
        max-width:304px;
    }
    .formlabel.submitbox {
        padding:0.5em;
    }
    .quickview .helpSection {
        max-height:400px;
        overflow-y:auto;
    }
    .quickview .helpSection .title {
        font-size:1.2em;
        text-transform:none;
    }
    .formlabel.half {
        width:100%;
    }
    .shipto {
        width:50%;
    }
    .creditcard {
        padding-bottom:50%;
    }
    .braintree .smalltitle {
        margin:.5em 0 0.125em;
    }
    .braintree .link {
        font-size:.875em;
        margin:2.75em 0 0 0.25em;
    }
    .savedcvv {
        width:25%;
    }
}
@media (min-width:800px) {
    .register_form {
        padding:0.5em 1em;
    }
    .register_form > .half, .checkout_form > .half {
        padding:0.25em 0 0.25em 2em;
    }
    .quickview .register_form .formlabel, .quickview .cdkblue {
        padding:0.25em 1em;
    }
    .register_form > .half:first-of-type, .checkout_form > .half:first-of-type {
        padding:0.25em 2em 0.25em 0;
    }
    .register_text {
        padding:0.5em 1.5em;
    }
    .dobfield span:first-child, .dobfield input {
        width:30%;
    }
    .formlabel.half {
        width:50%;
    }
    .shipto {
        width:220px;
    }
    .creditcard, .paytabs {
        width:80%;
    }
    .paytabs label {
        width:40%;
        max-width:168px;
    }
    .savedcards .formlabel {
        line-height:2.5em;
        padding:0.5em 1em 0.25em;
    }
    .savedcards input[type='radio'] {
        margin-top:.75em;
    }
    .braintree .smalltitle {
        margin:0.5em 0 1.5em;
    }
}
@media (min-width:1000px) {
    /*.trustwave {
        margin:15% .5em 0;
    }*/
    .creditcard, .paytabs {
        width:500px;
    }
    .creditcard {
        padding-bottom:312px;
    }
}


.closedetails {
    position:absolute;
    right:0;
    top:0;
    display:block;
    z-index:4;
    padding:5px 6px;
}
.closedetails span {
    font-size:2em;
    line-height:1em;
}


.cvvhtml {
	display:none;
	background-color: #fff;
    border: 2px solid #f1c353;
    box-shadow: 0 0 2em #808080;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 1em;
    position: relative;
    text-align: left;
    width: 100%;
    height: 450px;
    position:absolute;
    top:100px;
	left:100px;
	z-index: 9002;
}
.popin {
	max-width: 800px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
}

.helpRateGrid, .helpShipDayGrid{
    width: 25%;
    display:table;
    border:solid 1px #545454;
    }
.helpRateGrid{width: 30%;}
.helpRateGridHeader, .helpRateGridCell, .helpShipDayGridHeader, .helpShipDayGridCell{
  padding: 5px 0 5px 25px;
  display: table-cell;
  text-align: left;
    }
.helpRateGridRow, .helpShipDayGridRow{
    display:table-row;
    }
.helpShipDayGridCell{width: 50%;}

.helpShipDayGridCell:nth-child(2), .helpRateGridCell:nth-child(2){
    border-left: none;
}
.helpSection .sectiontitle, .helpSection .title{
    font-size: 1.75em;
    margin: 1em 0;
    display: block;
}

.helpSection .title{
    text-transform: capitalize;
}

.helptable {
    border:1px solid #000;
    color:#000;
}
.tablerow {
    border-bottom:1px solid #999;
}
.tablerow:last-child {
    border-bottom:0px solid #fff;
}
.tablerow:nth-child(odd) {
    background-color:#ededed;
}
.leftcell, .rightcell {
    display:inline-block;
    padding:0.5em;
    box-sizing:border-box;
}
.leftcell {
    width:39%;
}
.rightcell {
    width:60%;
    border-left:1px solid #000;
}

/* BRAINTREE REVISED CSS */
.cardarea {
	position: relative;
    width: 100%;
    max-width: 380px;
    height: 35px;
    padding: 10px 0;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
    border: 1px solid lightgray;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.card_token_img {
    width: 40px;
    position: absolute;
    top: 25%;
    left: 15px;
}

.lastfour{
	position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
	font-weight: bold;
}

.cardexp{
    position: absolute;
    top: 20px;
    right: 47px;
    text-align: right;
    font-weight: bold;
}

.tokendelete{
	position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
	cursor: pointer;
}

.tokendelete img{
	height:20px;
}
