/* CSS RESETS */
/* iOS9 Chrome selector bugfix */
body { -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from { padding: 0; }
  to { padding: 0; }
}
/* End iOS9 Chrome selector bugfix */

* {
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, p, blockquote, figure, ol, ul {
    margin: 0;
    padding: 0;
}
main, li {
    display: block;
}
h1, h2, h3, h4 {
    font-size: inherit;
}
strong {
    font-weight: bold;
}
a, button {
    color: inherit;
    transition: .11s ease-in-out;
    -webkit-transition: .11s ease-in-out;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}

::-webkit-validation-bubble-message {
    display: none;
}

/* Clear Your Floats */
.ltk-clearfix::before,
.ltk-clearfix::after {
  content: "";
  display: table;
}
.ltk-clearfix::after {
  clear: both;
}
.ltk-clearfix {
  zoom: 1; /* ie 6/7 */
}
/* Clear Your Floats */
/* End CSS RESETS */

#expand-target {
    display: none;
}

/*---------------------*/
/* PREFCENTER STYLES */
#wrapper {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 1200px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    /* Pref Center Width Goes Here */
    background: #fff;
    color: #333;
    margin: 0 auto;
}
.content {
    padding: 35px 16px;
    width: 100%;
}
ul {
    width:100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
}
li {
    display: inline-block;
    padding:10px;
    font-size: 13px;
}
li:last-of-type {
    font-family:Arial, Helvetica,FontAwesome, sans-serif;
    font-size: 11px;
    float:right;

}
li a  {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    display: inherit;
    display: inline-block;
}

h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0px 6px 0px;
}

p {
    padding: 0px;
    font-size: 12px;
    line-height: 18px;

}
p.disclaimer {
    font-size: 12px;
    line-height: 1.2em;
    padding: 4px 0;
}
p.disclaimer:first-of-type {
    padding-top: 12px;
}
h4 {
    font-size:14px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
}
h5 {
    font-size:12px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
}
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.divider {
    display: block;
    height: 1px;
    background:#dddddd;
    padding: 0;
    margin: 0;
}
.order-summary {
    border: 1px solid #dddddd;
    padding: 0 20px 30px;
    margin: 35px 0 0;
}
.logo {
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 106px;
    height: auto;
}
.prod-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.affirm {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: auto;
}
.paypal {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 80px;
    height: auto;
    vertical-align: text-bottom;
}
.Footer {
    display: block;
    border-top: 1px solid #ddd;
    padding:20px 0 0;
    margin: 20px auto 0;
    width: 100%;
    height: auto;

}
.left {
    text-align: left;
}
.center {
    float: none !important;
    text-align: center;
}
.right {
    text-align: right;
}
.float-right {
    float: right;
}
.required {
    color: #cf0707;
    font-size: 12px;
}
label {
    display: inline-block;
    width: auto;
}
.label {
    margin: 0;
}

/* Grid Framework */
.grid {
    margin: 0 auto;
    width: 100%;
}
.row {
    padding-top: 20px;
}
.row:last-of-type {
    padding-bottom: 0px;
}

.col-1 {
    width: 100%;
}
.col-1-2 {
    width: 50%;
}
.col-1-2.end {
    float: none !important;
    padding-right: 20px !important;
    padding-left: 0px !important;
}
.col-2-3 {
    width: 66.66%;
}
.col-1-3 {
    width: 33.33%;
}
.col-3-4 {
    width: 75%;
}
.col-1-4 {
    width: 25%;
}

[class*='col-'] {
    float: left;
}
[class*='col-'] {
    padding-right: 10px;
}
[class*='col-']:last-of-type {
    padding-right: 0;
    padding-left: 10px;
}
.col-1-3, .col-1-4 {
    padding-right: 10px;
}
.col-1-3 + .col-1-3,
.col-1-4 + .col-1-4 {
    padding-right:10px;
    padding-left: 10px;
}
.col-1-3:last-of-type,
.col-1-4:last-of-type {
    padding-right: 0;
    padding-left: 10px;
}
.col-1-4:nth-child(4n+3) {
    padding-right: 10px;
}
.col-1-4:nth-child(4n+4) {
    padding-left: 10px;
}
.col-1,
.col-1:last-of-type {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
}

input[type="email"],
input[type="text"],
input[type="date"],
input[type="numeric"],
input[type="number"],
input[type="tel"] {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin: 0px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0px;
    font-size: 10px;
    font-style: italic;
    color: #333;
    background-color: #eeeeee;
    appearance: none;
    -webkit-appearance: none;
}
input::-webkit-input-placeholder {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    opacity: 1;
}
input::-moz-placeholder {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    opacity: 1;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="numeric"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
    border-color: #000;
}


/* Error & Validation Styles */
/*---------------------*/
#wrapper .ltk-error-message {
    display: none;
    font-size: 14px;
    color:red;
    padding: 6px 0 0;
}
#wrapper .ltk-error-message span {
    line-height: 30px;
}
#wrapper .ltkinputnotvalid ~ div.ltk-error-message {
    display:block;
}
#wrapper .ltkinputnotvalid,
#wrapper .ltkinputnotvalid ~ label {
    border-color: red;
    color: red;
}
#wrapper .ltkinputnotvalid::-webkit-input-placeholder {
    color: red;
}
#wrapper .ltkinputnotvalid::-moz-placeholder {
    color: red;
}
#wrapper .ltkinputnotvalid:-ms-input-placeholder {
    color: red;
}
#wrapper .ltkinputnotvalid::before {
    color: red;
}
/*---------------------*/
/* End Error & Validation Styles */


/* Dropdown */
/*---------------------*/
.dropdown {
    font-size: 16px;
    position: relative;
    width: 100%;
    font-weight: 400;
    height: 45px;
    margin: 10px 0 0;
    padding: 0;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    text-overflow: ellipsis;
}
.dropdown select {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #4f4f4f;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    padding: 0 10px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-indent: 0 !important;
    z-index: 1;
}
.dropdown select:focus {
    border-color: #000;
}
.dropdown::before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #4f4f4f;
    font-size: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 56%;
    margin-top: -10px;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: .1s linear;
            transition: .1s linear;
}
.dropdown:hover::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.dropdown select:focus {
    outline: none;
}
.dropdown select::-ms-expand {
    display: none !important;
}
/*---------------------*/
/* End Dropdown */


/* Checkbox & Radio */
/*---------------------*/
.option input {
    /* Hide Stuff but keep it accessable */
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.option label {
    font-size: 14px;
    font-weight: normal;
    color: #7f7f7f;
    margin: 10px 0 0 0;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    position: relative;
}
.option label::before {
    font-family: FontAwesome;
    font-size: 18px;
    color: #c5c5c5;
    padding: 0px 3px;
    display: block;
    border-radius: 0px !important;
    position: absolute;
    float: left;
}
.option input:focus + label::before {
    color: #000;
}

.option label span {
    display: block;
    padding: 0px 0px 0px 25px;
    line-height: 16px;
}
/*
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px; width: 1px;
    margin: -1px; padding: 0; border: 0;
}*/
/* Radio */
.radio-wrapper {
    text-align: left;
    padding: 0;
}
.radio {
    width: auto;
    float: left;
    position: relative;
}.radio label {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 0;
}
.radio label span {
    display: block;
    padding: 0px 0px 0px 20px;
}
.radio label::before {
    font-family: FontAwesome;
    content: "\f1db";
    font-size: 16px;
    color: #666666;
    padding: 0px 3px 0 0;
    display: block;
    border-radius: 4px;
    position: absolute;
    float: left;
}
.radio input:checked ~ label::before {
    color: #000;
    content: "\f111";
}
.radio input:focus + label::before {
    color: #000;
}

/* Checkboxs */
.option.checkbox label::before {
    content: "\f096";
}
.option.checkbox input:checked + label::before {
    content: "\f14a";
    color: #4f4f4f;
}
/* Radios */
.option.radio label::before {
    content: "\f1db";
}
.option.radio input:checked + label::before {
    content: "\f058";
    color: #4f4f4f;
}
/*---------------------*/
/* End Checkbox & Radio */

input[type='submit'] {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    width: 100%;
    height:50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    background: #000;
    margin:10px 0 0;
    padding: 10px 0px;
    -webkit-transition: all .09s linear;
    transition: all .09s linear;
}
a.white-button {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    height: 50px;
    width: auto;
    color:#000;
    border:1px solid #000;
    background-color: #fff;
    text-decoration: none;
    padding:12px 15px;
    -webkit-transition: all .09s linear;
    transition: all .09s linear;
}
a.gray-button {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color:#000;
    height: 50px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    text-decoration: none;
    padding:12px 15px;
    -webkit-transition: all .09s linear;
    transition: all .09s linear;
}
input[type='submit']:hover,
input[type='submit']:focus {
    background: #fff;
    color: #000;
}
a.white-button:hover,
a.white-button:focus {
    color:#fff;
    background-color: #000;
}
a.gray-button:hover,
a.gray-button:focus {
    background-color: #eee;
    border: 1px solid #eee;
}

.privacy {
    text-align: center;
    font-size: 10px;
    color: #999;
    font-style: italic;
}

.privacy a {
    color: #666;
}

@media only screen and (max-width: 760px) {
    #wrapper {
        width: 100%;
    }
    .ltk-pref-content {
        width: 100%;
        padding: 0px 20px;
    }
    .hide {
        display: none;
    }
    .mobile-width-200 {
        max-width: 200px;
    }
    .mobile-center {
        text-align: center;
        margin: 0 auto;
    }
    .mobile-left {
        text-align: left;
        margin: 0 auto;
    }
    .mobile-border {
        border-bottom:1px solid #ddd;
    }
    .prod-img {
        max-width: 200px;
    }

    [class*='col-']:last-of-type {
        padding-bottom: 0px;
    }
    .col-1-2, .col-2-3, .col-1-3, .col-1-4 {
        width: 100%;
    }
    .col-1-2.col-1-2-mobile {
        width: 50%;
        padding-right: 8px !important;
    }
    .col-1-2.col-1-2-mobile:last-of-type {
        padding-right: 0px !important;
        padding-left: 8px !important;
    }
    .col-1-2.end {
        padding: 0px !important;
    }
    .col-1-3.col-1-3-mobile {
        width: 33.33%;
        padding-right: 8px !important;
    }
    .col-1-3.col-1-3-mobile:last-of-type {
        padding-right: 0px !important;
        padding-left: 8px !important;
    }
    .col-1-3.end {
        padding: 0px !important;
    }
    .col-2-3.col-2-3-mobile {
        width: 66.66%;
        padding-right: 8px !important;
    }
    .col-2-3.col-2-3-mobile:last-of-type {
        padding-right: 0px !important;
        padding-left: 8px !important;
    }
    .col-2-3.end {
        padding: 0px !important;
    }
    .col-3-4.col-3-4-mobile {
    width: 75%;
    }
    .col-1-4.col-1-4-mobile {
        width: 25%;
    }
     .col-3-4.col-3-4-mobile:last-of-type,
    .col-1-4.col-1-4-mobile:last-of-type{
        padding-right: 0px !important;
        padding-left: 8px !important;
    }
    .col-3-4.end,
    .col-1-4.end {
        padding: 0px !important;
    }
    [class*='col-'] {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px;
    }

    input[type='submit'] {
        margin: 20px auto 0;
        width: 100%;
    }
    a.white-button {
        width: 100%;
    }

    .label-tag:nth-of-type(1):before {
        font-size: 12px;
        content: "Price:";
        padding-right: 5px;
    }
    .label-tag:nth-of-type(2):before {
        font-size: 12px;
        content: "QTY:";
        padding-right: 5px;
    }
    .label-tag:nth-of-type(3):before {
        font-size: 12px;
        content: "TOTAL:";
        padding-right: 5px;
    }
}
