html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background: var(--white);
}
body {
  display: block;
  width: 100%;
  background: var(--white);
  color: var(--black);
  font:
    normal 14px/18px Arial,
    Helvetica,
    sans-serif;
  text-align: center;
  .container {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    @media only screen and (max-width: 1020px) {
      width: 100%;
    }
  }
  &.fluid {
    .container {
      box-sizing: border-box;
      margin: 0 auto;
      width: 100%;
      max-width: 1000px;
      position: relative;
      @media only screen and (max-width: 1020px) {
        width: 100%;
        padding: 0 20px;
      }
      @media only screen and (max-width: 863px) {
        padding: 0 10px;
      }
    }
  }
}

a {
  color: var(--link);
  text-decoration: underline;

  &:hover,
  &:focus {
    color: var(--link_hover);
  }
}

span.link {
  color: var(--link);
  cursor: pointer;
  text-decoration: underline;

  &:hover {
    color: var(--text2);
    cursor: pointer;
  }
}

.text-link {
  color: var(--grey3);
  display: inline-block;
  padding: 0 20px 0 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0 0 10px 0;
}
h1 {
  color: var(--text1);
  font-size: var(--font_size6);
  line-height: 40px;
}
h2 {
  color: var(--text2);
  font-size: var(--font_size5);
  line-height: 30px;
}
h3 {
  color: var(--text2);
  font-size: var(--font_size4);
  line-height: 26px;
}
h4 {
  color: var(--text2);
  font-size: var(--font_size3);
  line-height: 20px;
}
h5 {
  color: var(--text2);
  font-size: var(--font_size2);
  line-height: 18px;
}

ol,
ul {
  font-size: var(--font_size2);
  line-height: 20px;
  margin: 0 0 15px 25px;
  li {
    padding: 4px 0;
  }
}
ol {
  list-style: decimal;
}
ul {
  list-style: square;
}

p {
  font-size: var(--font_size2);
  line-height: 24px;
  margin: 0 0 15px 0;
}
i,
em {
  font-style: italic;
}

.smalltext,
.smalltext * {
  font-size: var(--font_size1);
}

.text {
  font-size: var(--font_size2);
}

#referbanner {
  background: var(--white);
  float: left;
  height: 60px;
  margin: 10px 0 20px 45px;
  position: relative;
  text-align: right;
  width: 900px;
  z-index: 10;

  &.upp {
    background: var(--grey-3);
    border: 1px solid var(--grey);
    color: #000;
    font-size: var(--font_size2);
    font-weight: bold;
    height: auto;
    margin: 10px 0 30px 45px;
    padding: 15px;
    text-align: left;
    width: 870px;
  }
}

strong {
  font-weight: bold;
}
sup {
  font-size: 80%;
  vertical-align: super;
}
.clearer,
.clear,
.clearfix {
  content: "\0020";
  clear: both;
  display: block;
  float: none;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.clearL {
  clear: left;
}
.clearR {
  clear: right;
}
.floatleft,
.float_left {
  float: left;
}
.floatright,
.float_right {
  float: right;
}
img.floatleft {
  margin: 0 10px 10px 0;
}
img.floatright {
  margin: 0 0 10px 10px;
}
.textright,
.text_right {
  text-align: right;
}
.textleft,
.text_left {
  text-align: left;
}
.textcenter,
.text_center {
  text-align: center;
}
.text-red,
.creditapplied {
  color: var(--red);
}
.pointer {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
#content .hand {
  cursor: pointer;
}
.hide {
  display: none;
}
.tiny {
  font-size: var(--font_size_small);
}

.t_n_c {
  font-size: 12px;
  padding: 20px 0 0 0;
  &.no_pad {
    padding: 0 0 0 0;
  }
  &.ext {
    margin: 0 -10px;
  }
}
.in_stock_display {
  background: #390;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 11px;
  text-align: center;
  padding: 2px;
  margin: 2px -15px 0 -15px;
  line-height: 14px;
}

table {
  &.clean {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    th,
    td {
      border-top: 1px solid var(--grey-1);
      padding: 5px 10px;
      line-height: 20px;
      vertical-align: middle;
      text-align: center;
      &.left {
        text-align: left;
      }
      &.right {
        text-align: right;
      }
    }
    th {
      background: #f7f7f7;
      border-top: 1px solid var(--grey-1);
      font-weight: bold;
      line-height: 18px;
    }
    td {
      background: none;
      font-weight: normal;
      line-height: 25px;
    }
  }

  &.clear {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    th,
    td {
      border: none;
      padding: 0 6px;
      vertical-align: middle;
      text-align: left;
    }
    th {
      font-weight: bold;
    }
  }
}

.bluebox {
  background: url("/images/design/bg.specialnotes.png") repeat-x scroll left top
    #e1eff6;
  border: 1px solid #404040;
  padding: 15px 15px 5px 90px;
  margin: 30px 10px 10px 10px;
  position: relative;
  .corner {
    position: absolute;
    height: 4px;
    width: 4px;
  }
  .cornerseal {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -15px;
    left: -20px;
  }
  .topright {
    background: url("/images/design/bg.specialnote.topright.gif") top left
      no-repeat;
    top: -1px;
    right: -1px;
  }
  .botright {
    background: url("/images/design/bg.specialnote.botright.gif") top left
      no-repeat;
    bottom: -1px;
    right: -1px;
  }
  .botleft {
    background: url("/images/design/bg.specialnote.botleft.gif") top left
      no-repeat;
    bottom: -1px;
    left: -1px;
  }
}
#faq-detail .bluebox {
  margin: 0 10px 20px 0;
}

#intro {
  margin: 0 0 10px 0;
  ol,
  p {
    margin-bottom: 4px;
  }
}
#content .YellowInBlack,
.callout,
#content #instructions,
#content #customerservicetopfaxinfo {
  background: var(--grey-3);
  border: 1px solid var(--grey);
  color: var(--text2);
  margin: 0 0 20px 0;
  padding: 15px 15px 0 15px;
}

.callout {
  .starburst {
    background: url("/images/design/starburst-red-130x130.png") 0 0 no-repeat;
    color: var(--white);
    font-size: 11px;
    font-weight: bold;
    height: 74px;
    width: 104px;
    padding: 30px 14px;
    position: absolute;
    left: -31px;
    top: -25px;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 20px;
    span.credit {
      font-size: 26px;
      display: block;
      width: 100%;
      letter-spacing: normal;
      line-height: 26px;
    }
  }
  h2 {
    color: #404040;
    font-size: var(--font_size2);
    font-weight: bold;
    margin: 0;
  }
  a.shopnow {
    background: url("/images/buttons/btn-shop-now.png") 0 0 no-repeat;
    display: block;
    height: 23px;
    width: 98px;
    text-indent: -99999px;
    float: right;
    margin: 0;
  }
  &.pref {
    text-align: center;
    h5 {
      color: var(--grey3);
      text-align: left;
    }
    p {
      text-align: left;
    }
    a {
      display: block;
      margin: 0 auto 15px auto;
      width: 147px;
    }
  }
  &.burst {
    position: relative;
    z-index: 99;
    margin: 30px 0 25px 20px;
    padding: 15px 15px 15px 110px;
    width: auto;
  }
  &.crxdeclin p {
    font-size: 10pt;
    margin-bottom: 4px;
  }
}
#reorder .callout.burst,
#shopping-cart .callout.burst {
  margin: 30px 0 20px 20px;
}

.specialNote {
  clear: both;
  margin: 35px 5px 25px 45px;
  cursor: pointer;
  .specialNoteProductSwitch {
    padding: 4px 0;
    text-align: center;
    .productSwitch {
      background: url("/images/buttons/lensButton.png") top left no-repeat;
      padding: 1px 0 2px 17px;
      .productSwitch-bg {
        background: url("/images/buttons/lensButton.png") top right no-repeat;
        border: 0;
        padding: 6px 0 0;
        vertical-align: middle;
        a {
          background: 0;
          border: 0;
          color: #404040;
          font-size: 13px;
          font-weight: bold;
          vertical-align: top;
        }
      }
    }
  }
  h4 {
    color: var(--red);
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0 0 5px 85px;
    a {
      text-decoration: none;
      &:hover {
        color: var(--red);
        text-decoration: none;
      }
    }
    .subhead {
      font-size: 13px;
      font-weight: normal;
      margin: 5px 0 8px 0;
      text-decoration: underline;
      .price {
        color: var(--red);
      }
    }
  }
  .specialNoteBox {
    background: url("/images/design/bg.specialnotes.png") repeat-x scroll left
      top #e1eff6;
    border: 1px solid #404040;
    padding: 12px 10px;
    position: relative;
    .virtualproductupgradebutton {
      text-align: center;
    }
    .corner {
      position: absolute;
      height: 4px;
      width: 4px;
    }
    .topright {
      background: url("/images/design/bg.specialnote.topright.gif") top left
        no-repeat;
      top: -1px;
      right: -1px;
    }
    .botright {
      background: url("/images/design/bg.specialnote.botright.gif") top left
        no-repeat;
      bottom: -1px;
      right: -1px;
    }
    .botleft {
      background: url("/images/design/bg.specialnote.botleft.gif") top left
        no-repeat;
      bottom: -1px;
      left: -1px;
    }
  }
  p {
    &.howitworks {
      display: block;
      font-size: 13px;
      margin-left: 85px;
      float: left;
      letter-spacing: -1px;
      line-height: 20px;
      padding-bottom: 7px;
      width: 370px;
      strong {
        display: block;
        font-size: 18px;
      }
      .link {
        color: var(--red);
        text-decoration: underline;
      }
    }
    &.small {
      font-size: 9px;
      letter-spacing: -1px;
      text-align: right;
      margin: 0;
    }
  }
  .compareImage {
    background: url("/images/design/bg.compareimage.png") top left no-repeat;
    color: var(--white);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: -41px;
    text-align: center;
    text-transform: uppercase;
    height: 72px;
    width: 86px;
    padding: 33px 18px 20px 18px;
    z-index: 10;
    span {
      font-size: 21px;
      padding: 0;
      display: inline-block;
    }
  }
  .comparemath {
    background: #eff7fa;
    border: 1px solid #ceddee;
    float: right;
    margin-bottom: 2px;
    padding: 11px 15px;
    position: relative;
    width: 322px;
    .corner {
      position: absolute;
      height: 5px;
      width: 5px;
    }
    .topleft {
      background: url("/images/design/bg.comparemath.topleft.gif") top left
        no-repeat;
      top: -1px;
      left: -1px;
    }
    .topright {
      background: url("/images/design/bg.comparemath.topright.gif") top left
        no-repeat;
      top: -1px;
      right: -1px;
    }
    .botright {
      background: url("/images/design/bg.comparemath.botright.gif") top left
        no-repeat;
      bottom: -1px;
      right: -1px;
    }
    .botleft {
      background: url("/images/design/bg.comparemath.botleft.gif") top left
        no-repeat;
      bottom: -1px;
      left: -1px;
    }
    .equation {
      font-size: 15px;
      float: left;
      font-weight: bold;
      letter-spacing: -1px;
      line-height: 20px;
      margin-right: 10px;
      text-align: center;
      span {
        display: block;
        border-bottom: 1px solid #4d4d4d;
        padding: 0 10px;
        span {
          display: inline;
          font-size: 10px;
          border-bottom: 0;
          padding: 0;
        }
      }
    }
    .result {
      float: right;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: -1px;
      span {
        color: #d6112a;
        font-size: 26.5px;
        line-height: 26px;
        margin-left: 10px;
        span {
          color: #222;
          font-size: var(--font_size2);
          position: relative;
          top: -8px;
          margin: 0;
        }
      }
    }
  }
}
#specialoffer {
  text-align: center;
}
.ninetyPack {
  cursor: default !important;
}

#breadcrumbs {
  font-size: var(--font_size1);
  line-height: 20px;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: right;
  @media only screen and (max-width: 863px) {
    background: #def;
    border-bottom: 1px solid #ddd;
    line-height: 16px;
    font-size: 11px;
    padding: 7px 0 7px 10px;
    margin: 0 -10px 5px -10px;
    width: auto;
    height: auto;
    text-align: left;
  }
  a {
    color: var(--link);
    text-decoration: underline;
  }
  strong {
    font-weight: normal;
  }
  h1,
  h3 {
    background: 0;
    color: #404040;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    a {
      color: var(--red);
      text-decoration: underline;
    }
  }
}

.btn {
  border-radius: 4px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: normal;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease-out;
  outline: none;
  .edge {
    display: none;
  }
  &:active {
    box-shadow: none;
  }
  &.full {
    width: 100%;
    padding: 0;
  }
  &.color1 {
    background: var(--main_btn);
    color: var(--white);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
    &:hover {
      background: var(--main_btn_hover);
      box-shadow:
        0 3px 3px 0 rgba(0, 0, 0, 0.14),
        0 1px 7px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -1px rgba(0, 0, 0, 0.2);
    }
  }
  &.color2,
  &.grey {
    background: var(--ghost_btn);
    border: 1px solid var(--ghost_btn_border);
    color: var(--ghost_btn_text);
    line-height: 28px;
    height: 28px;
    &:hover {
      background: var(--ghost_btn_hover);
    }
  }
  &.yellow,
  &.color3 {
    background: var(--yellow);
    border: 1px solid var(--grey-1);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
    color: var(--blue);
    line-height: 28px;
    height: 28px;
    &:hover {
      background: #ffcc00;
      box-shadow:
        0 3px 3px 0 rgba(0, 0, 0, 0.14),
        0 1px 7px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -1px rgba(0, 0, 0, 0.2);
    }
  }
  &.blue {
    background: var(--blue);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
  }
  &.large {
    font-size: var(--font_size4);
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
  }
  &.small {
    font-size: var(--font_size1);
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
  }
  &.fancy {
    text-decoration: none;
  }
}
.smallbtn {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  .edge {
    display: none;
  }
  &.color1,
  &.red {
    background: var(--main_btn);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
    color: var(--white);
    &:hover {
      background: var(--main_btn_hover);
      box-shadow:
        0 3px 3px 0 rgba(0, 0, 0, 0.14),
        0 1px 7px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -1px rgba(0, 0, 0, 0.2);
    }
  }
  &.grey,
  &.color2 {
    background: var(--ghost_btn);
    border: 1px solid var(--ghost_btn_border);
    color: var(--ghost_btn_text);
    &:hover {
      background: var(--ghost_btn_hover);
    }
  }
}
.drsearchbutton {
  .smallbtn {
    &::before {
      color: var(--white);
      content: "\f002";
      display: inline-block;
      font: bold normal normal 14px/1 "Font Awesome 5 Free";
      font-size: 12px;
      padding: 0 5px 0 0;
      line-height: 20px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
}

.alert {
  background: var(--alert_bg);
  border: 1px solid var(--alert_border);
  margin: 5px;
  padding: 5px;
  i.fa {
    color: var(--alert_text);
  }
  p {
    font-size: 10px;
    line-height: 12px;
  }
  &.warning {
    background: var(--error_bg);
    border: 1px solid var(--error_border);
    color: var(--red);
  }
}
.error {
  background: var(--error_bg);
  border: 2px solid var(--error_border);
  margin: 0 0 10px 0;
  padding: 15px;
  i.fa {
    color: var(--text3);
    font-size: var(--font_size5);
  }
  ul {
    li {
      color: #000;
      font-size: 11px;
      line-height: 1.6em;
      margin-bottom: 5px;
      strong {
        font-weight: bold;
      }
    }
  }
}
.warning {
  background: var(--error_bg);
  border: 1px solid var(--error_border);
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 60px;
  position: relative;
  &::before {
    color: #c00;
    content: "\f071";
    display: inline-block;
    font: bold normal normal 14px/1 "Font Awesome 5 Free";
    font-size: 30px;
    padding: 0 5px 0 0;
    margin: -15px 0 0 -20px;
    line-height: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 35px;
  }
  .form-footer {
    margin: 0;
  }
  &.important {
    margin: 0;
    padding: 10px 10px 10px 60px;
    p {
      padding: 0;
      margin: 0;
    }
  }
}
#error {
  background: #ffd;
  border: 1px solid var(--grey);
  margin: 10px 15px;
  padding: 10px;
  text-align: center;
  h2 {
    font-size: 16px;
    font-weight: bold;
  }
}
.display_error,
.displayerror,
#fancybox-inner .displayerror {
  background: var(--error_bg);
  border: 1px solid var(--error_border);
  color: var(--red);
  display: block;
  font-size: 12px;
  margin: 3px 0;
  padding: 4px;
}
.statuserror {
  background: url("/images/icons/ico.warning.png") 10px 21px no-repeat
    var(--error_bg);
  border: 1px dashed var(--error_bg);
  color: var(--text2);
  margin: 25px 0 25px 0;
  padding: 15px 15px 15px 60px;
  h4 {
    color: var(--red);
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0;
  }
  p {
    color: #404040;
  }
  strong {
    color: var(--red);
  }
  a {
    color: var(--red);
    text-decoration: underline;
  }
  &#burst {
    background: 0;
    padding: 15px;
    .starburst {
      background: url("/images/design/starburst-red-130x130.png") 0 0 no-repeat;
      color: var(--white);
      font-size: 11px;
      font-weight: bold;
      height: 66px;
      width: 98px;
      padding: 34px 17px;
      margin: -23px 10px 0 -22px;
      float: left;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: -0.03em;
      span.credit {
        font-size: 20px;
        display: block;
        width: 100%;
        letter-spacing: normal;
      }
    }
  }
}

.req {
  color: var(--red);
  font-weight: bold;
}
input {
  margin: 0;
  &[type="text"],
  &[type="color"],
  &[type="date"],
  &[type="datetime"],
  &[type="datetime-local"],
  &[type="email"],
  &[type="month"],
  &[type="number"],
  &[type="password"],
  &[type="tel"],
  &[type="time"],
  &[type="url"],
  &[type="week"],
  &:not([type]) {
    background: var(--white);
    border: 1px solid var(--grey1);
    box-sizing: border-box;
    font-size: var(--font_size2);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: middle;
  }
  &:focus {
    background: #eff;
    outline: none;
  }
  &[type="submit"],
  &[type="button"] {
    background: var(--main_btn);
    border: none;
    color: var(--main_btn_text);
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 4px;
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
    &:hover {
      background: var(--main_btn_hover);
      box-shadow:
        0 3px 3px 0 rgba(0, 0, 0, 0.14),
        0 1px 7px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -1px rgba(0, 0, 0, 0.2);
    }
  }
}
button {
  background: var(--main_btn);
  border: none;
  color: var(--main_btn_text);
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  border-radius: 4px;
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
  &:hover {
    background: var(--main_btn_hover);
    box-shadow:
      0 3px 3px 0 rgba(0, 0, 0, 0.14),
      0 1px 7px 0 rgba(0, 0, 0, 0.12),
      0 3px 1px -1px rgba(0, 0, 0, 0.2);
  }
}
.panel select,
select {
  background: var(--white);
  border: 1px solid var(--grey1);
  box-sizing: border-box;
  height: 32px;
  font-size: var(--font_size2);
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
}
textarea {
  background: var(--white);
  border: 1px solid var(--grey1);
  box-sizing: border-box;
  font-size: var(--font_size2);
  padding: 10px;
  &:focus {
    background: #eff;
    outline: none;
  }
}

table.form {
  border-collapse: separate;
  border-spacing: 4px;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  thead th {
    position: relative;
    top: 4px;
  }
  td {
    background: var(--main_page);
    border: 1px solid var(--grey);
    padding: 6px 10px;
    vertical-align: middle;
    table td {
      border: 0;
    }
    input {
      &[type="text"],
      [type="password"] {
        width: 97%;
      }
      &#PhoneAreaCode {
        width: 46px;
      }
    }
    &.active {
      text-align: center;
    }
    &.null {
      background: 0;
      border: 0;
    }
    &.reminderdateupdate {
      background: 0;
      border: 0;
      width: 350px;
    }
    &.phone,
    &.zip {
      input {
        width: auto;
      }
    }
    &.strength {
      vertical-align: middle;
      input#newpassword {
        width: 159px;
        margin: 0 10px 0 0;
        float: left;
      }
      .pwstrength {
        background: var(--white);
        border: 1px solid var(--grey);
        padding: 4px 5px;
        width: 92px;
        float: left;
        position: relative;
        height: 20px;
        .pstrength-bar {
          position: absolute;
          top: 15px;
          left: 3px;
        }
        .pstrength-info {
          font-size: 10px;
          position: absolute;
          top: 3px;
          left: 3px;
          line-height: 10px;
          height: 15px;
        }
      }
    }
    &.match {
      input {
        width: 159px;
        margin: 0 10px 0 0;
        float: left;
      }
      #pwconfirm_nomatch,
      #pwconfirm_match {
        background: var(--white);
        border: 1px solid var(--grey);
        padding: 4px 5px;
        width: 92px;
        float: left;
        position: relative;
        line-height: 18px;
        height: 20px;
        font-size: 10px;
      }
      #pwconfirm_nomatch {
        color: #f00;
      }
      #pwconfirm_match {
        color: #390;
      }
    }
    &.orderdate {
      text-align: center;
    }
    &.blank {
      background: 0;
      border: 0;
    }
  }
  th {
    background: var(--grey-3);
    border: 1px solid var(--grey);
    padding: 6px 10px;
    vertical-align: middle;
    &.active,
    &.orderdate,
    &.aligncenter {
      text-align: center;
    }
    &.emaildesciption {
      text-align: left;
    }
    &.reminderdatedescription {
      width: 150px;
    }
  }
  .calendar {
    td {
      background: 0;
      text-align: center;
      padding: 4px;
    }
    .calendarheader {
      td {
        background: var(--grey-3);
      }
    }
  }
  &.register {
    th {
      width: 18%;
    }
    td {
      width: 32%;
    }
  }
}

.form {
  margin: 0;
  @media only screen and (max-width: 863px) {
    border: none;
  }
  li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    @media only screen and (max-width: 863px) {
      border-bottom: none;
    }
    .field {
      background: var(--white);
      border: 1px solid var(--grey-10);
      border-radius: 4px;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      input,
      select {
        border: none;
        border-radius: 4px;
        outline: none;
        order: 2;
        font-size: 16px;
        width: calc(100% - 110px);
        line-height: 46px;
        height: 46px;
        padding: 0 10px;
        &:focus {
          color: var(--black);
        }
      }
      label {
        background: var(--grey-3);
        border-right: 1px solid var(--grey-10);
        border-radius: 4px 0 0 4px;
        box-sizing: border-box;
        font-size: 16px;
        order: 1;
        line-height: 46px;
        height: 46px;
        padding: 0 10px;
        width: 110px;
        text-align: left;
        &.radio {
          position: relative;
          left: unset;
          top: unset;
        }
        &.with_help {
          line-height: 16px;
          padding-top: 7px;
          em {
            font-size: 12px;
            display: block;
          }
        }
      }
      .displayerror {
        order: 3;
        margin: 0;
        width: 100%;
        margin: 5px 0 0 0;
        text-align: center;
      }
    }
    .error_field {
      color: var(--red);
    }
    .error_display {
      color: var(--red);
    }
    label {
      cursor: pointer;
      font-size: 15px;
      &.checkbox,
      &.radio {
        padding: 0 0 0 30px;
        position: relative;
        input {
          cursor: pointer;
          position: absolute;
          opacity: 0;
          height: 0;
          width: 0;
          &:checked ~ .checkmark {
            border: 2px solid var(--black);
            &:after {
              display: block;
            }
          }
        }
        .checkmark {
          background: var(--white);
          border: 2px solid #696969;
          border-radius: 50%;
          box-sizing: border-box;
          position: absolute;
          top: 50%;
          left: 0;
          height: 20px;
          width: 20px;
          margin: -11px 0 0 0;
          &:after {
            background: var(--black);
            border-radius: 50%;
            content: "";
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 12px;
            height: 12px;
            margin: -6px 0 0 -6px;
          }
        }
      }
      &.checkbox {
        .checkmark {
          border-radius: 4px;
          &:after {
            border-radius: 0;
            color: #fff;
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            display: none;
            font-size: 16px;
            line-height: 16px;
            margin: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
          }
        }
      }
      &.radio {
        .checkmark {
          border-radius: 50%;
          &:after {
            border-radius: 50%;
            content: "";
          }
        }
      }
    }
  }
}

.ui-datepicker {
  background: var(--white);
  border: 1px solid #999;
  display: none;
  font-size: var(--font_size2);
  z-index: 999;
}

.swatch {
  background-color: #f7f7f7;
}
.swatch_ {
  background-color: #f7f7f7;
}
.swatch_transparent,
.swatch_white {
  background-color: #fff;
  box-shadow: inset 0px 0px 2px 0px #777;
}
.swatch_ivory {
  background-color: #f5f2e7;
}
.swatch_blonde {
  background-color: beige;
}
.swatch_navy {
  background-color: #000080;
}
.swatch_dark_blue {
  background-color: #364d61;
}
.swatch_blue {
  background-color: #00f;
}
.swatch_crystal {
  background-color: #bff;
}
.swatch_light_blue {
  background-color: #add8e6;
}
.swatch_aqua {
  background-color: #0ff;
}
.swatch_havana,
.swatch_bronze {
  background-color: #3b2b2c;
}
.swatch_bordeaux {
  background-color: #5f021f;
}
.swatch_dark_brown {
  background-color: #3f2a14;
}
.swatch_brown {
  background-color: #603311;
}
.swatch_saddle_brown {
  background-color: #654321;
}
.swatch_chocolate {
  background-color: #8b5d2e;
}
.swatch_lightbrown,
.swatch_light_brown {
  background-color: #c3834c;
}
.swatch_purple_reddish,
.swatch_burgundy {
  background-color: #800020;
}
.swatch_green {
  background-color: green;
}
.swatch_olive {
  background-color: #556b2f;
}
.swatch_army {
  background-color: #4b5320;
}
.swatch_yellow {
  background-color: #ff0;
}
.swatch_honey {
  background-color: #d3a308;
}
.swatch_sand {
  background-color: #f4a460;
}
.swatch_antiquegold,
.swatch_antique_gold {
  background-color: #cfb53b;
}
.swatch_gold {
  background-color: #daa520;
}
.swatch_copper,
.swatch_bronze_copper,
.swatch_copper_bronze,
.swatch_bronze {
  background-color: #cd7f32;
}
.swatch_orange {
  background-color: #f60;
}
.swatch_red {
  background-color: red;
}
.swatch_rose {
  background-color: #ff007f;
}
.swatch_blush {
  background-color: #b76465;
}
.swatch_pink {
  background-color: #ffc0cb;
}
.swatch_violet {
  background-color: #8f5e99;
}
.swatch_plum {
  background-color: #8e4585;
}
.swatch_purple {
  background-color: #639;
}
.swatch_black {
  background-color: #000;
}
.swatch_charcoal {
  background-color: #36454f;
}
.swatch_gunmetal {
  background-color: #536267;
}
.swatch_grey {
  background-color: grey;
}
.swatch_antiquesilver,
.swatch_antique_silver {
  background-color: #928b85;
}
.swatch_silver {
  background-color: silver;
}
.swatch_navy_plum {
  background-color: black;
  background: -moz-linear-gradient(left top, #8e4585 30%, #000080 80%) 0 0
    no-repeat;
  background: -webkit-linear-gradient(left top, #8e4585 30%, #000080 80%) 0 0
    no-repeat;
  background: linear-gradient(to left top, #8e4585 30%, #000080 80%) 0 0
    no-repeat;
}
.swatch_black_gold {
  background-color: black;
  background: -moz-linear-gradient(left top, #daa520 40%, #000 60%) 0 0
    no-repeat;
  background: -webkit-linear-gradient(left top, #daa520 40%, #000 60%) 0 0
    no-repeat;
  background: linear-gradient(to left top, #daa520 40%, #000 60%) 0 0 no-repeat;
}
.swatch_crystal,
.swatch_chrome {
  background-color: silver;
  background: -moz-linear-gradient(
      left top,
      #e0e0e0 8%,
      #f7f7f7 38%,
      #ddd 54%,
      #eee 70%,
      #fff 96%
    )
    0 0 no-repeat;
  background: -webkit-linear-gradient(
      left top,
      #e0e0e0 8%,
      #f7f7f7 38%,
      #ddd 54%,
      #eee 70%,
      #fff 96%
    )
    0 0 no-repeat;
  background: linear-gradient(
      to left top,
      #e0e0e0 8%,
      #f7f7f7 38%,
      #ddd 54%,
      #eee 70%,
      #fff 96%
    )
    0 0 no-repeat;
}
.swatch_silvertortoise,
.swatch_silver_tortoise {
  background-color: silver;
  background: url(/commonimages/sprites/swatch-fall-back-sprite.png) 0 -50px
    no-repeat;
  background: -moz-linear-gradient(
      left top,
      #e0e0e0 0,
      #a0a0a0 38%,
      #666 54%,
      #a0a0a0 70%,
      #e0e0e0 96%
    )
    0 0 no-repeat;
  background: -webkit-linear-gradient(
      left top,
      #e0e0e0 8%,
      #a0a0a0 38%,
      #666 54%,
      #a0a0a0 70%,
      #e0e0e0 96%
    )
    0 0 no-repeat;
  background: linear-gradient(
      to left top,
      #e0e0e0 8%,
      #a0a0a0 38%,
      #666 54%,
      #a0a0a0 70%,
      #e0e0e0 96%
    )
    0 0 no-repeat;
}
.swatch_tortoise {
  background-color: #a05400;
  background: url(/commonimages/sprites/swatch-fall-back-sprite.png) 0 0
    no-repeat;
  background: -moz-linear-gradient(
      left top,
      #a05400 8%,
      #381c17 38%,
      #381c17 54%,
      #702c00 70%,
      #c17e00 96%
    )
    0 0 no-repeat;
  background: -webkit-linear-gradient(
      left top,
      #a05400 8%,
      #381c17 38%,
      #381c17 54%,
      #702c00 70%,
      #c17e00 96%
    )
    0 0 no-repeat;
  background: linear-gradient(
      to left top,
      #a05400 8%,
      #381c17 38%,
      #381c17 54%,
      #702c00 70%,
      #c17e00 96%
    )
    0 0 no-repeat;
}
.swatch_goldtortoise,
.swatch_gold_tortoise {
  background-color: #daa520;
  background: url(/commonimages/sprites/swatch-fall-back-sprite.png) 0 -25px
    no-repeat;
  background: -webkit-linear-gradient(
      left top,
      #daa520 8%,
      #a05400 38%,
      #603311 54%,
      #a05400 70%,
      #daa520 96%
    )
    0 0 no-repeat;
  background: -moz-linear-gradient(
      left top,
      #daa520 8%,
      #a05400 38%,
      #603311 54%,
      #a05400 70%,
      #daa520 96%
    )
    0 0 no-repeat;
  background: linear-gradient(
      to left top,
      #daa520 8%,
      #a05400 38%,
      #603311 54%,
      #a05400 70%,
      #daa520 96%
    )
    0 0 no-repeat;
}
.swatch_multicolor {
  background: url(/commonimages/sprites/swatch-fall-back-sprite.png) 0 -75px
    no-repeat;
  background: -moz-linear-gradient(
      left top,
      red,
      orange,
      #ff0,
      green,
      #00f,
      indigo,
      violet
    )
    0 0 no-repeat;
  background: -webkit-linear-gradient(
      left top,
      red,
      orange,
      #ff0,
      green,
      #00f,
      indigo,
      violet
    )
    0 0 no-repeat;
  background: linear-gradient(
      to right top,
      red,
      orange,
      #ff0,
      green,
      #00f,
      indigo,
      violet
    )
    0 0 no-repeat;
}

.rebate_available {
  background: color-mix(in srgb, var(--red) 80%, transparent);
  border-radius: 25px;
  line-height: 11px;
  padding: 14px 0;
  height: 22px;
  width: 50px;
  .rebate_text {
    color: var(--white);
    font-size: 10px;
    em {
      display: inline-block;
      font-style: normal;
      text-transform: uppercase;
    }
  }
}

/* ---- de-nested concatenation rules (flattened for native CSS) ---- */
.ui-datepicker-header {
  background: var(--grey-3);
  border-bottom: 1px solid #999;
  height: auto;
  padding: 5px 10px;
  .ui-datepicker-prev,
  .ui-datepicker-next {
    cursor: pointer;
    width: 20px;
    height: 20px;
    &::before {
      display: inline-block;
      box-sizing: border-box;
      font: bold normal normal 14px/1 "Font Awesome 5 Free";
      font-size: inherit;
      line-height: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
    }
    .ui-icon {
      display: none;
    }
  }
  .ui-datepicker-prev {
    float: left;
    &::before {
      content: "\f053";
    }
  }
  .ui-datepicker-next {
    float: right;
    &::before {
      content: "\f054";
    }
  }
  .ui-datepicker-title {
    line-height: 20px;
    text-align: center;
  }
}

.ui-datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
  th,
  td {
    text-align: center;
  }
  th {
    padding: 5px;
    border-bottom: 1px solid #999;
    font-weight: bold;
  }
  td {
    a {
      text-decoration: none;
      color: var(--grey3);
      display: block;
      width: 24px;
      height: 24px;
      line-height: 24px;
      padding: 5px;
      &:hover {
        background: #f7f7f7;
        color: var(--grey3);
      }
    }
    &.ui-datepicker-current-day {
      a,
      a:hover {
        background: var(--red);
        color: var(--white);
      }
    }
    &.ui-datepicker-today a {
      border: 1px solid var(--red);
      width: 22px;
      height: 22px;
      line-height: 22px;
    }
  }
}
