.gray-button {
  white-space: nowrap;
  border: 0;
  color: #fff;
  background: #999;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 250ms, color 250ms; }
  .gray-button:hover {
    background: #888;
    color: #eee; }

html {
  font-size: 14px;
  line-height: 1.64;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 22px;
  color: #333;
  background: #fff; }

input,
select,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif; }

input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IgogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iCiAgICAgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMC4yODlweCIgaGVpZ2h0PSI2LjU2M3B4IiB2aWV3Qm94PSIwIDAgMTAuMjg5IDYuNTYzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGRlZnM+CjwvZGVmcz4KPGc+CiAgICA8cG9seWdvbiBmaWxsPSIjQTlBOUE5IiBwb2ludHM9IjUuMjEyLDYuNTYzIDAsMS40MjQgMS40MDQsMCA1LjE5MiwzLjczNSA4Ljg2NSwwLjAxIDEwLjI4OSwxLjQxNCIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat 99% center;
  outline: 0;
  padding-right: 0.75em; }

abbr {
  text-decoration: none; }

a {
  font-weight: 400;
  text-decoration: none;
  color: #333;
  color: #005689; }

a.u {
  text-decoration: underline; }

.noul a,
a.noul {
  text-decoration: none !important;
  border-bottom: 0 !important; }

/*
a:link,
a:visited
{
  color: initial;
}
*/
a:hover,
a:active {
  color: #005689; }

b {
  color: #333; }

table.bor {
  border-collapse: collapse;
  border-style: solid; }

hr {
  height: 1px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px dotted #aaa;
  width: 100%;
  border-style: none none dotted;
  margin: 0;
  padding: 0; }

p {
  margin: 1em 0; }

ul {
  padding-left: 20px; }

.rad {
  background: #e6e6e6;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px 0;
  padding: 5px; }

.smallrad {
  background: #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10px 0;
  padding: 5px; }

#header {
  padding-top: 140px;
  text-align: center;
  background: #fff url(images/bg-top-ccc.gif) top repeat-x; }

#header-bottom {
  max-width: 900px;
  margin: 0 auto; }

#header.checkout {
  padding-top: 140px; }

#header-links {
  background: #efefef;
  width: 880px;
  margin: 0 auto; }

#maintable {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  background: #fff;
  padding-bottom: 20px;
  max-width: 920px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #maintable {
      display: block; } }
  @media (max-width: 940px) {
    #maintable {
      margin-left: 5px;
      margin-right: 5px; } }
  .page-signup #maintable {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .page-signup #maintable #alert-box {
      border: 0;
      margin: 0 auto;
      max-width: 500px; }
      .page-signup #maintable #alert-box #alert-title {
        border: 0;
        font-size: 16px;
        margin-bottom: 2em; }
      .page-signup #maintable #alert-box table {
        font-size: 14px; }
  .page-product #maintable {
    display: block; }
  .page-account #maintable, .page-dropship #maintable {
    -webkit-flex-direction: row;
    flex-direction: row; }

html.mobile #maintable {
  padding-bottom: 0; }

#content {
  /*
  margin-left: 250px;
  */
  padding: 0 0 10px;
  min-height: 800px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%; }
  @media (max-width: 767px) {
    #content {
      margin: 0 auto;
      padding: 5px 0;
      min-height: 0; } }
  @media (max-width: 599px) {
    #content {
      margin-top: 5px; } }
  @media (max-width: 599px) {
    .page-index #content {
      padding-top: 0; } }
  .page-product #content {
    display: -webkit-flex;
    display: flex; }
    .page-product #content #product-single-details {
      float: none; }
    .page-product #content #prod-rightcol {
      position: relative;
      top: auto;
      right: auto; }

html.mobile #content {
  min-height: 0; }

#content img {
  max-width: 100%;
  height: auto; }

#content.cart,
#content.checkout {
  margin-left: 0; }

.sidebar {
  width: 250px;
  min-width: 250px;
  /*
  position: absolute;
  top: 0;
  left: 0;
  */ }
  @media (max-width: 767px) {
    .sidebar {
      /*
      display: none;
      */ } }

.sidebar .panel {
  padding-left: 0;
  margin: 0px 0 10px; }

.sidebar .panel .head {
  font-weight: 700;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer; }

.sidebar .panel.fixed .head {
  cursor: auto; }

.sidebar .panel.fixed.open .head {
  font-weight: bold; }

.sidebar .panel .body {
  display: none;
  padding: 0px 0 0 0px; }

.sidebar .panel.fixed .body {
  display: block; }

.sidebar .panel b {
  display: block;
  margin-bottom: 5px; }

.sidebar .panel ul {
  padding-left: 12px;
  margin-bottom: 15px;
  list-style: none; }

.sidebar .panel ul.nomar {
  margin-bottom: 0; }

.sidebar .panel li,
.sidebar .panel li li,
.prod-whyus ul li {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-image: url(images/li-arrow.png); }

.sidebar .panel li ul li {
  list-style-image: url(images/li-arrow-sub.png); }

.sidebar .panel a {
  font-weight: 400;
  text-decoration: none; }

.sidebar .panel strong a {
  font-weight: bold; }

.sidebar .panel .ulink a {
  border-bottom: 1px dotted;
  text-decoration: none; }

.sidebar .panel .ulink a:hover {
  border-bottom: 1px solid; }

.sidebar .panel .member-panel-box {
  width: 75%; }

#alert-box {
  margin: 1.5em;
  font-size: 1.25em;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#alert-box #alert-title {
  font-weight: bold;
  font-size: 1.15em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em; }

#alert-box .small,
#alert-box small {
  margin-top: 5px;
  font-size: 0.75em; }

ul.three-panel {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.three-panel li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1% 1%; }

ul.three-panel li img {
  width: 100%;
  height: auto; }

ul.three-panel.imagecentric li {
  margin-bottom: 5%;
  text-align: center; }

h1 {
  font-size: 16px;
  font-weight: 700;
  color: #333; }

#sidebar-search {
  margin-left: -25px;
  margin-bottom: 15px; }

#sidebar-search input {
  font-size: 1.25em;
  padding: 5px; }

#sidebar-search input[type=submit] {
  padding: 0 5px; }

table.c {
  margin-left: auto;
  margin-right: auto; }

.warning {
  font-weight: 500;
  color: #c90; }

.success {
  font-weight: 500;
  color: #080; }

.error {
  font-size: 1.1em;
  font-weight: 700;
  color: #d00; }

.hid {
  display: none; }

.gray, .grey {
  color: #aaa; }

table.ba td {
  border: 1px solid #bbb; }

tr.bb td, tr.bb th, div.bb, td.bb, th.bb {
  border-bottom: 1px solid #bbb; }

tr.bl td, tr.bl th, div.bl, td.bl, th.bl {
  border-left: 1px solid #bbb; }

tr.br td, tr.br th, div.br, td.br, th.br {
  border-right: 1px solid #bbb; }

tr.bt td, tr.bt th, div.bt, td.bt, th.bt {
  border-top: 1px solid #bbb; }

.padb, tr.padb td {
  padding-bottom: 5px; }

.padt, tr.padt td {
  padding-top: 5px; }

.padl, tr.padl td {
  padding-left: 5px; }

.padr, tr.padr td {
  padding-right: 5px; }

.padv, tr.padv td {
  padding-top: 5px;
  padding-bottom: 5px; }

.padh, tr.padh td {
  padding-left: 5px;
  padding-right: 5px; }

tr.lopad td {
  padding: 2px; }

.mar {
  margin: 5px; }

.marb {
  margin-bottom: 5px; }

.mart {
  margin-top: 5px; }

.marl {
  margin-left: 5px; }

.marr {
  margin-right: 5px; }

.marv {
  margin-top: 5px;
  margin-bottom: 5px; }

.marh {
  margin-left: 5px;
  margin-right: 5px; }

tr.lolite, td.lolite, th.lolite {
  background: #ddd; }

tr.nolote, td.nolite, th.nolite {
  background: transparent; }

.fl {
  float: left; }

.fr {
  float: right; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.trans {
  background-color: transparent; }

.pager, .pager * {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0; }

.curpagenum {
  background: #ddd;
  font-size: 1.5em;
  margin: 0 5px;
  padding: 5px; }

.treebox {
  border: 1px solid #aaa;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  padding: 10px; }

img.label-img {
  max-width: 90px;
  max-height: 65px; }

.toggler:hover {
  cursor: pointer; }

.dragging {
  background: #ffc !important; }

th.dragheader {
  background: url(/i/updown.png) no-repeat center;
  width: 15px;
  min-width: 15px; }

td.draghandle {
  cursor: move;
  background: url(/i/handle.png) no-repeat center;
  width: 15px;
  min-width: 15px;
  min-height: 15px; }

td.draghandle.loading {
  background-image: url(/i/loading.gif); }

table input {
  font-size: 1em; }

table input.bigger {
  font-size: 1.15em; }

.prod-full-img {
  width: 450px;
  min-width: 295px;
  background: no-repeat;
  max-width: 100%; }

.prod-excerpt {
  line-height: 1.5em;
  background: #e8e8e8;
  width: 450px;
  margin: 10px 0; }

.prod-excerpt ul {
  padding-left: 12px; }

.prod-excerpt li {
  margin-bottom: 3px;
  padding-left: 0px;
  list-style-image: url(images/li-arrow.png); }

.prod-excerpt form td {
  padding-bottom: 10px; }

.prod-excerpt form select {
  width: 100%; }

.prod-excerpt form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  resize: vertical;
  background: #fff;
  font-size: 1em;
  font-family: helvetica,arial,sans-serif;
  color: #000; }

.prod-excerpt form .note-note {
  text-align: right;
  font-size: 0.9em; }

.prod-excerpt form .note-note .r {
  color: #999; }

.prod-excerpt form input[type=submit] {
  font-size: 11px;
  margin-left: 5px;
  padding: 0 5px; }

.prod-excerpt a {
  font-weight: 400; }

.prod-excerpt b a {
  font-weight: 800; }

.prod-labels {
  margin-bottom: 10px; }

.prod-label-imgs img {
  margin: 0 5px 5px 0; }

.prod-tags {
  margin: 10px 0 20px; }

.prod-whyus ul {
  padding-left: 12px; }

.prod-whyus {
  background: #e8e8e8;
  padding: 5px;
  width: 590px; }

#wishlistmsg {
  width: 580px;
  text-align: center; }

.prod-share {
  color: #777;
  background: #e8e8e8;
  width: 580px;
  padding: 15px 10px; }

.prod-share a {
  text-decoration: none;
  margin: 0 3px; }

#emailform input[type=text] {
  width: 400px;
  font-size: 1.25em;
  padding: 3px; }

#emailform textarea {
  width: 400px;
  font-size: 1.3em;
  padding: 3px; }

#emailform b {
  display: block;
  margin-top: 15px; }

#emailform input[name=captcha] {
  width: 70px; }

#emailform input[name=submit] {
  font-size: 1.25em;
  padding: 0 15px; }

#prod-related {
  width: 615px;
  margin-top: 15px; }

#prod-related a img {
  text-decoration: none;
  border: 0; }

#content ul.prod-list {
  list-style: none;
  margin: 0;
  padding: 0; }

#content ul.prod-list li {
  vertical-align: top;
  display: inline-block;
  padding: 10px 0; }

#content ul.prod-list li a {
  text-align: left; }

#content ul.prod-list li.outofstock, #content ul.prod-list li.outofstock a {
  color: #666; }

.sidebar ul.prod-list li.text {
  text-align: left;
  padding-left: 10px; }

.prod-list li {
  overflow: hidden; }

@media (max-width: 480px) {
  .prod-list li {
    width: 48% !important; } }
.prod-list li a {
  width: 100% !important; }

.prod-list li a > span > img {
  width: 100%;
  border: 2px solid #fff;
  border-top: 0;
  border-bottom: 0; }

.prod-list li a > span > img.prod-img-badge {
  width: auto;
  border: 0; }

.sorter {
  text-align: right;
  margin-bottom: 10px; }

legend {
  margin-left: 10px;
  font-weight: 700;
  color: #333;
  padding: 0 10px; }

fieldset {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bbb;
  margin: 15px 0; }

fieldset th.radtop {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.catg-crumb {
  margin-bottom: 20px; }

.catg-desc {
  margin: 10px 0 20px; }

.catg-subs li {
  padding-left: 5px;
  list-style-image: url(images/li-arrow.png);
  margin: 6px 0; }
  @media (max-width: 599px) {
    .catg-subs li {
      line-height: 2;
      padding: 3px 0; } }

.tall div {
  padding-top: 4px; }

ul.tall li {
  padding-top: 7px; }

#paid {
  padding-top: 0px;
  padding-left: 70px;
  margin: 0 70px 0 20px; }

a.oexpand {
  font-size: 1.3em;
  text-decoration: none; }

.hideover {
  overflow: hidden; }

.neg {
  color: #e00; }

.scroll {
  max-height: 200px;
  overflow: auto; }

.black, .bt.black, .br.black, .bb.black, .bl.black {
  border-color: #000; }

.bgray, .bt.bgray, .br.bgray, .bb.bgray, .bl.bgray {
  border-color: #C4C4C4; }

.solid {
  border-style: solid;
  border-width: 1px; }

.dotted {
  border-style: dotted;
  border-width: 1px; }

.bb.dbl {
  border-style: double; }

.justify {
  text-align: justify; }

.bigger {
  font-size: 1.1em; }

.halfwide {
  width: 50%; }

.caro-thumb {
  float: left;
  width: 69px;
  height: 68px;
  padding: 17px 0 0 6px; }

.caro-thumb.cur {
  background: url(index/images/carousel/cur-img.png) no-repeat; }

#caro-main {
  width: 450px;
  height: 400px;
  min-width: 450px;
  min-height: 400px; }

.panel .cartbody .marl {
  margin-left: 8px; }

.printonly {
  visibility: hidden;
  display: none; }

.mono {
  font-family: "Courier New",Courier,monospace; }

form.checkout input,
form.checkout select {
  font-size: 1.25em; }

.phone-bubble {
  margin-bottom: 20px;
  width: 450px;
  height: 102px; }

.phone-bubble * {
  color: #fff !important; }

.phone-bubble-body {
  padding: 15px 0 0 135px; }

.phone-bubble-body h1 {
  font-weight: 700;
  font-size: 1.75em; }

td, tr.top, tr.top *, td.top, td.top *, .top * {
  vertical-align: top; }

a img, .sidebar .panel a.thumb:hover, tr.bn td, tr.bn th {
  border: 0; }

#header-tabimg, tr.bot, tr.bot*, td.bot, td.bot *, .bot * {
  vertical-align: bottom; }

#header-bannerad, table.nopad td, .nopad, tr.nopad, td.nopad, th.nopad {
  padding: 0; }

h1 a, .catg-subs a {
  text-decoration: none; }

.strong, .sidebar .panel .strong a, .sidebar ul.prod-list li.text a, .sorter a.cur {
  font-weight: 700; }

.c {
  text-align: center; }

.l {
  text-align: left; }

.r {
  text-align: right; }

.small, .small.success, .small.error {
  font-size: .9em; }

table.pad td, .pad, tr.pad td, tr.pad th, tr.bb th, tr.bt th {
  padding: 5px; }

table.nopad td {
  padding: 0; }

tr.pad td.pad, fieldset.pad, fieldset.catg-subs {
  padding: 10px; }

tr.hilite, td.hilite, th.hilite, .toggler {
  background: #bbb; }

b.hilite, tr.yellow, td.yellow, th.yellow {
  background: #ffa; }

.catg-img-large, .prod-img-large {
  max-width: 500px; }

.catg-img-med, .prod-img-med {
  max-width: 150px;
  max-height: 150px; }

.catg-img-small, .prod-img-small {
  max-width: 50px;
  max-height: 50px; }

tr.mid, tr.mid *, td.mid, td.mid *, .mid *, .prod-share img {
  vertical-align: middle; }

.prod-share img.marl {
  margin-left: 10px; }

.prod-excerpt p, #content ul.prod-list, fieldset.nomar, .nomar {
  margin: 0; }

.prod-excerpt ul, fieldset.pad legend, fieldset.catg-subs legend {
  margin-left: 0; }

.breadcrumb a {
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none; }

.breadcrumb > * {
  vertical-align: middle; }

.phone-bubble a, .static-theme a {
  font-weight: 400;
  text-decoration: underline; }

a img:hover {
  border: 0; }

#loginform {
  width: 500px;
  margin: 0 auto; }

#loginform h1 {
  margin-top: 10px; }

#loginform .or-sep {
  margin-top: -20px; }

#loginform #login-fields label {
  display: block;
  margin: 10px 0; }

#loginform #login-fields label span,
#loginform #login-fields .indent {
  display: inline-block;
  width: 100px; }

#loginform #login-fields input {
  width: 200px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#loginform #login-fields {
  margin: 0 auto;
  width: 320px; }

#loginform #login-fields #submit,
#loginform #login-fields #cancel {
  width: auto;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  padding: 5px; }

#paid #loginform {
  width: auto; }

#prod-shares > *, #prod-shares iframe {
  vertical-align: top !important; }

#prod-shares .moveup {
  display: inline-block;
  margin-top: -4px; }

#prod-shares a {
  color: #333; }

.dynshow {
  display: none; }

a, a.icon-outer:hover {
  border-bottom: 1px dotted transparent; }

a:hover {
  /*
  border-bottom: 1px dotted
  */ }

a.no-bb,
a.nobb,
a.no-bb:hover,
a.nobb:hover {
  border-bottom: 0 !important; }

.m, .m-child * {
  vertical-align: middle; }

.sidebar .panel .head span {
  color: #333;
  vertical-align: middle;
  text-transform: uppercase; }

.sidebar .panel .body ul li a {
  color: #333; }

.sidebar .panel .body .sep {
  display: none; }

.sidebar.fixed .panel .body.open .sep,
.sidebar .panel .body .sep {
  display: block; }

/**
 * PAGE-WIDE
 */
#page-header-inner,
#page {
  max-width: 920px;
  margin: 0 auto; }

/**
 * HEADER
 */
#header-outer {
  width: 100%;
  font-size: 14px; }

#page-header {
  background: #000;
  font-family: verdana,helvetica,arial,sans-serif;
  height: 51px;
  padding: 0 1rem;
  position: relative;
  z-index: 101; }

#page-header a {
  border-bottom: 0; }

#page-header-inner {
  position: relative;
  height: 51px;
  color: #fff;
  margin: 0 auto;
  min-width: 295px; }

#page-header-searchrow form {
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

@media (max-width: 599px) {
  #page-header {
    padding-left: 0.25em;
    padding-right: 0.25em; } }
#page-header-searchrow button {
  color: #fff;
  background: #999;
  border: 0;
  border-radius: 4px;
  padding: 6px 20px 5px;
  font-size: 15px;
  height: 40px;
  margin-left: 0.5em;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

#header-logo {
  display: inline-block;
  height: 91px;
  position: absolute;
  z-index: 90; }
  @media (max-width: 500px) {
    #header-logo {
      height: 51px;
      width: 35%; } }

#header-logo a,
#header-logo a:hover {
  border: 0; }

#header-logo img {
  height: 90px;
  transition: height 600ms;
  vertical-align: middle;
  width: auto; }
  @media (max-width: 500px) {
    html.navtoggle-open #header-logo img {
      height: auto;
      width: 100%; } }

#header-logo span {
  display: none; }

#page-header-lhs {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 90%; }
  #page-header-lhs a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    margin-left: 1rem;
    text-transform: uppercase; }
    @media (max-width: 400px) {
      #page-header-lhs a {
        display: none; } }
    @media (max-width: 630px) {
      #page-header-lhs a:nth-child(4) {
        display: none; } }
    @media (max-width: 500px) {
      #page-header-lhs a:nth-child(3) {
        display: none; } }

#page-header-rhs {
  float: right;
  height: 100%; }
  @media (min-width: 768px) {
    #page-header-rhs {
      margin-right: 180px; } }
  #page-header-rhs #page-header-member {
    line-height: calc(51px + 0.5rem);
    vertical-align: top; }
    @media (max-width: 767px) {
      #page-header-rhs #page-header-member {
        display: none; } }
    #page-header-rhs #page-header-member a {
      border-bottom: 1px dashed;
      color: #fff; }

#page-header-rhs > * {
  height: 100%;
  display: inline-block;
  color: #fff;
  background: transparent;
  border: 0; }

#page-header-rhs .fa {
  font-size: 30px; }

#header-searchtoggle {
  display: none;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top; }
  #header-searchtoggle form {
    display: inline-block; }

#head-search {
  -webkit-align-items: center;
  align-items: center; }
  #head-search #head-search-form {
    display: inline-flex;
    height: 25px; }
    #head-search #head-search-form #head-search-q {
      -webkit-appearance: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      box-sizing: border-box;
      height: 100%;
      padding: 0 0.25rem;
      width: 10rem; }
      @media (max-width: 830px) {
        #head-search #head-search-form #head-search-q {
          width: 8rem; } }
      @media (max-width: 790px) {
        #head-search #head-search-form #head-search-q {
          width: 7rem; } }
      #head-search #head-search-form #head-search-q::-webkit-input-placeholder {
        text-transform: uppercase; }
      #head-search #head-search-form #head-search-q::-moz-placeholder {
        text-transform: uppercase; }
      #head-search #head-search-form #head-search-q:-ms-input-placeholder {
        text-transform: uppercase; }
      #head-search #head-search-form #head-search-q:-moz-placeholder {
        text-transform: uppercase; }
    #head-search #head-search-form #head-search-submit {
      background: #999;
      border: 0;
      box-sizing: border-box;
      color: #fff;
      height: 100%;
      padding: 0 1rem; }
      @media (max-width: 820px) {
        #head-search #head-search-form #head-search-submit {
          padding-left: 0.5rem;
          padding-right: 0.5rem; } }

#header-searchtoggle .js-dynamic-searchinput {
  height: 50px;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 2em;
  border-width: 0;
  padding: 0;
  width: 0;
  transition: all 250ms ease-in-out; }

#header-searchtoggle.active .js-dynamic-searchinput {
  border-width: 1px;
  width: 200px;
  padding: 0 0.25em;
  font-size: 1.5rem;
  height: 2.5rem;
  margin-top: 6.5%; }

#header-searchtoggle .toggle-button {
  white-space: nowrap;
  border: 0;
  color: #fff;
  background: #999;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 250ms, color 250ms;
  line-height: 51px;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: transparent; }
  #header-searchtoggle .toggle-button:hover {
    background: #888;
    color: #eee; }
  #header-searchtoggle .toggle-button:hover {
    background: initial; }

#header-searchtoggle.active .toggle-button {
  white-space: nowrap;
  border: 0;
  color: #fff;
  background: #999;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 250ms, color 250ms;
  line-height: 50px;
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-top: 6.5%;
  padding-top: 0;
  padding-bottom: 0; }
  #header-searchtoggle.active .toggle-button:hover {
    background: #888;
    color: #eee; }

@media (max-width: 768px) {
  #header-searchtoggle form {
    display: none; } }
@media (max-width: 599px) {
  #header-searchtoggle {
    margin-left: 10px;
    margin-right: 10px; } }
@media (max-width: 399px) {
  #header-searchtoggle {
    margin-left: 0;
    margin-right: 0; } }
#header-navtoggle {
  vertical-align: top; }
  @media (min-width: 768px) {
    #header-navtoggle {
      display: none; } }
  #header-navtoggle > span {
    line-height: 51px;
    vertical-align: middle;
    cursor: pointer; }

#header-cart {
  margin-left: 0;
  min-width: 45px;
  font-size: 20px;
  text-align: center; }
  .page-cart #header-cart {
    display: none; }
  #header-cart .shopping-cart-underlay {
    /*
    font-size: 45px;
    */
    font-size: 35px;
    position: relative;
    top: 0.5rem; }
    @media (min-width: 768px) {
      #header-cart .shopping-cart-underlay {
        top: 0.9rem; } }
    #header-cart .shopping-cart-underlay .header-cart-text {
      color: #000;
      font-family: verdana,helvetica,arial,sans-serif;
      font-size: 1rem;
      left: 0;
      margin-left: 0.25rem;
      position: absolute;
      text-align: center;
      top: 0.75rem;
      width: 100%;
      /*@include desktop {*/
      font-size: 0.85rem;
      top: 0.6rem;
      /*}*/ }

#header-cart.empty {
  cursor: default; }

#header-cart.digits-2 {
  font-size: 15px; }

#header-cart.digits-3 {
  font-size: 11px;
  line-height: 35px; }

#header-cart > span {
  line-height: 40px;
  vertical-align: top;
  text-indent: 8px; }

#header-cart * {
  color: #fff;
  vertical-align: middle; }

#header-cart .empty-text {
  display: none; }

#header-cart .nonempty-text {
  display: inline-block; }

#header-cart.empty .empty-text {
  display: inline-block; }

#header-cart.empty .nonempty-text {
  display: none; }

#header-tabs {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0px;
  width: 165px;
  /*
  margin-left: 755px;
or
  right: -70px;
  */ }
  @media (max-width: 767px) {
    #header-tabs {
      display: none; } }
  #header-tabs img {
    height: 51px;
    margin-top: 1px;
    background: url(media/sprite.png?v=5) -108px 0 no-repeat;
    width: 163px; }

#header-outer.checkout #header-tabs img {
  width: 155px;
  background: url(media/sprite.png?v=5) -189px -1px no-repeat; }

#header-login {
  float: right;
  margin-top: 15px;
  margin-right: 175px;
  width: 500px;
  text-align: right; }

#header-login a {
  color: #fff; }

/**
 * HEADER NAVIGATION
 */
#page-nav-outer {
  background: #ccc;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  height: 40px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    #page-nav-outer {
      background: #ccc; } }
  @media (max-width: 767px) {
    #page-nav-outer {
      margin: 0;
      font-size: 1rem; } }
  #page-nav-outer #page-nav-desktop {
    box-sizing: border-box;
    display: -webkit-flex;
    display: inline-flex;
    height: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 180px;
    width: 920px; }
    @media (max-width: 950px) {
      #page-nav-outer #page-nav-desktop {
        width: calc(100% - 1rem); } }
    @media (max-width: 767px) {
      #page-nav-outer #page-nav-desktop {
        display: none; } }
    #page-nav-outer #page-nav-desktop > * {
      display: inline-flex; }
    #page-nav-outer #page-nav-desktop .page-subnav {
      height: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 860px) {
        #page-nav-outer #page-nav-desktop .page-subnav {
          font-size: 0.9rem; } }
      @media (max-width: 825px) {
        #page-nav-outer #page-nav-desktop .page-subnav {
          font-size: 0.9rem; } }
      #page-nav-outer #page-nav-desktop .page-subnav .page-subnav-item {
        display: inline-block; }
        #page-nav-outer #page-nav-desktop .page-subnav .page-subnav-item a {
          color: #000;
          display: inline-block;
          line-height: 40px;
          padding: 0 12px;
          text-transform: uppercase; }
  #page-nav-outer #page-nav {
    z-index: 100;
    position: absolute;
    margin-top: -200vh;
    right: 0;
    width: 300px;
    min-height: 300px;
    background: #000;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    transition: margin-top 300ms ease-in-out; }
    @media (min-width: 768px) {
      #page-nav-outer #page-nav {
        display: none; } }
    #page-nav-outer #page-nav.active {
      margin-top: -1px; }
    #page-nav-outer #page-nav a {
      color: #aaa; }
    #page-nav-outer #page-nav #page-nav-inner {
      /*
      border-top: 1px solid #ccc;
      */
      padding-top: 0.5em;
      margin: 0.25em 1em 0.5em; }
      @media (max-width: 599px) {
        #page-nav-outer #page-nav #page-nav-inner {
          border-top: 0; } }
    #page-nav-outer #page-nav .headnavsearch form {
      display: -webkit-flex;
      display: flex;
      padding-bottom: 0.5em; }
      #page-nav-outer #page-nav .headnavsearch form .headnavsearch-input {
        font-family: verdana,helvetica,arial,sans-serif;
        outline-color: #005689;
        font-size: 1.2rem;
        padding: 6px 10px 5px;
        margin-right: 0.25em;
        border: 0;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-grow: 1;
        flex-grow: 1; }
        @media (max-width: 767px) {
          #page-nav-outer #page-nav .headnavsearch form .headnavsearch-input {
            font-size: 1rem; } }
      #page-nav-outer #page-nav .headnavsearch form button {
        white-space: nowrap;
        border: 0;
        color: #fff;
        background: #999;
        border-radius: 3px;
        cursor: pointer;
        transition: background-color 250ms, color 250ms;
        display: -webkit-inline-flex;
        display: inline-flex;
        padding-left: 10px;
        padding-right: 10px; }
        #page-nav-outer #page-nav .headnavsearch form button:hover {
          background: #888;
          color: #eee; }
    @media (min-width: 768px) {
      #page-nav-outer #page-nav .js-headnavsearch {
        display: none; } }
    #page-nav-outer #page-nav .nav-intro {
      text-align: center;
      line-height: 4; }
    #page-nav-outer #page-nav .page-nav-items {
      list-style: none;
      margin: 0;
      padding: 0; }
      #page-nav-outer #page-nav .page-nav-items .page-nav-item {
        display: block; }
        #page-nav-outer #page-nav .page-nav-items .page-nav-item .block-link {
          display: block;
          color: #fff;
          padding: 0.75em 0;
          border-bottom: 1px solid #333; }
          @media (max-width: 767px) {
            #page-nav-outer #page-nav .page-nav-items .page-nav-item .block-link {
              padding: 0.5em 0; } }
        #page-nav-outer #page-nav .page-nav-items .page-nav-item:last-child .block-link {
          border-bottom: 0; }
    #page-nav-outer #page-nav .nav-section-header {
      display: block;
      font-weight: 400;
      font-size: 1.15rem;
      margin-top: 1rem;
      line-height: 2; }
      @media (max-width: 767px) {
        #page-nav-outer #page-nav .nav-section-header {
          font-weight: bold;
          margin-top: 1.3rem; } }
      #page-nav-outer #page-nav .nav-section-header + .page-nav-items {
        margin-left: 1rem; }

/**
 * SPRITES
 */
span.icon, a.icon, input.icon {
  display: inline-block;
  background-image: url(media/sprite.png?v=5);
  background-repeat: no-repeat;
  vertical-align: middle; }

.icon.nav-arrow {
  width: 10px;
  height: 5px; }

.icon.nav-arrow.down {
  background-position: -1px -32px; }

.icon.nav-arrow.up {
  background-position: -1px -37px; }

span.icon.arrow-sm-circle-r {
  width: 12px;
  height: 12px;
  background-position: -40px -32px; }

span.icon.arrow-lg-circle-r {
  width: 16px;
  height: 16px;
  background-position: -12px -30px; }

span.icon.circle-x {
  width: 12px;
  height: 12px;
  background-position: -93px -32px; }

span.icon.post-neighbor {
  height: 22px;
  width: 22px; }

span.icon.post-neighbor.prev {
  background-position: 0 -98px; }

span.icon.post-neighbor.next {
  background-position: -23px -98px; }

span.icon.email-big {
  width: 20px;
  height: 22px;
  background-position: -46px -98px; }

span.icon.commauth {
  width: 13px;
  height: 13px; }

span.icon.commauth.commauth-author {
  background-position: -345px -71px; }

span.icon.commauth.commauth-admin {
  background-position: -358px -71px; }

span.icon.commauth.commauth-moderator {
  background-position: -371px -71px; }

span.icon.circle-or {
  width: 42px;
  height: 42px;
  background-position: -71px -98px; }

span.icon.comm-private {
  width: 13px;
  height: 13px;
  background-position: -397px -71px; }

.icon.search-btn {
  width: 27px;
  height: 25px;
  background-position: 0 -140px; }

.icon.search-btn:hover {
  width: 27px;
  height: 25px;
  background-position: 0 -165px; }

.icon.search-btn:active {
  width: 27px;
  height: 25px;
  background-position: 0 -190px; }

.icon.circle-arrow {
  width: 29px;
  height: 29px; }

.icon.circle-arrow.left.lg {
  background-position: -406px -1px; }

.icon.circle-arrow.right.lg {
  background-position: -435px -1px; }

.icon.circle-arrow.left.dg {
  background-position: -406px -30px; }

.icon.circle-arrow.right.dg {
  background-position: -435px -30px; }

.icon.circle-arrow.up.lg {
  background-position: -27px -140px; }

.icon.circle-arrow.up.lg:hover,
.icon.circle-arrow.up.dg {
  background-position: -56px -140px; }

.icon.circle-arrow.down.lg {
  background-position: -27px -169px; }

.icon.circle-arrow.down.lg:hover,
.icon.circle-arrow.down.dg {
  background-position: -56px -169px; }

.icon.footer-fb {
  width: 34px;
  height: 35px;
  background-position: 0 -215px; }

.icon.footer-tw {
  width: 34px;
  height: 31px;
  background-position: 0 -250px; }

.icon.footer-pt {
  width: 34px;
  height: 32px;
  background-position: 0 -282px; }

.icon.footer-ig {
  width: 34px;
  height: 35px;
  background-position: -34px -215px; }

.icon.footer-gp {
  width: 34px;
  height: 35px;
  background-position: -34px -250px; }

.icon.footer-flp {
  width: 34px;
  height: 34px;
  background-position: 0 -316px; }

.icon.footer-rss {
  width: 34px;
  height: 30px;
  background-position: 0 -351px; }

.icon.prev-arrow {
  width: 22px;
  height: 23px;
  background-position: 0 -97px; }

.icon.next-arrow {
  width: 22px;
  height: 23px;
  background-position: -23px -97px; }

input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  border: 1px solid #AAA;
  padding: 3px 4px;
  font-size: 11px;
  background: #fff;
  color: #222; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input::-webkit-placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

.placeholder {
  color: #999; }

/**
 * ROTATOR / CAROUSEL
 */
.neato-rotator {
  position: relative;
  width: 670px; }

.neato-rotator .neato-rotator-prev,
.neato-rotator .neato-rotator-next {
  z-index: 1000;
  position: absolute;
  top: 40%; }

.neato-rotator .neato-rotator-prev {
  left: -15px;
  display: none; }

.neato-rotator .neato-rotator-prev:hover .icon {
  background-position: -406px -30px; }

.neato-rotator .neato-rotator-next {
  right: -15px; }

.neato-rotator .neato-rotator-next:hover .icon {
  background-position: -435px -30px; }

.neato-rotator-viewport {
  overflow: hidden;
  position: relative; }

.neato-rotator-viewport .neato-rotator-elements {
  width: 10000px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0; }

.neato-rotator-viewport .neato-rotator-elements ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.neato-rotator-viewport .neato-rotator-elements ul li {
  vertical-align: top;
  display: inline-block;
  white-space: normal; }

/* INDEX ROTATOR */
#index-rotator {
  margin-bottom: 20px; }

#index-rotator .neato-rotator-viewport {
  height: 105px; }

#index-rotator.neato-rotator li {
  width: 160px;
  height: 105px; }

#index-rotator.neato-rotator li.gap-r {
  margin-right: 10px; }

#index-rotator.neato-rotator li img {
  width: 160px;
  height: 105px; }

/* PRODLIST ROTATOR */
#prod-related .prodlist-rotator.neato-rotator {
  width: 615px; }

.prodlist-rotator .neato-rotator-viewport {
  height: 250px; }

.prodlist-rotator.neato-rotator li {
  width: 150px;
  height: 250px;
  text-align: center; }

.prodlist-rotator.neato-rotator li.gap-r {
  margin-right: 5px; }

#prod-related .neato-rotator-prev,
#prod-related .neato-rotator-next {
  top: 27%; }

/**
 * FOOTER
 */
#footer {
  position: relative;
  color: #fff;
  background: #000;
  clear: both;
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 15px;
  font-family: verdana,helvetica,arial,sans-serif; }
  @media (max-width: 599px) {
    #footer {
      padding-bottom: 25px; } }
  .page-cart #footer {
    display: none; }

.footer-robot {
  position: absolute;
  left: 50%;
  max-width: 90%;
  -moz-transform: translateX(-50%) translateY(-25px);
  -webkit-transform: translateX(-50%) translateY(-25px);
  transform: translateX(-50%) translateY(-25px); }

.footer-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 150px; }
  .footer-social-links .footer-social-link {
    display: inline-block;
    margin: 0 1rem; }
    @media (max-width: 599px) {
      .footer-social-links .footer-social-link {
        margin: 0 0.5rem; } }

.footer-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 50px; }
  .footer-nav-links .footer-nav-link {
    display: inline-block; }
    .footer-nav-links .footer-nav-link::after {
      content: " | "; }
    .footer-nav-links .footer-nav-link:last-child::after {
      content: ""; }

#footer h1 {
  color: #fff; }

#footer a {
  color: #fff;
  border-bottom: 1px dotted transparent; }

#footer a:hover {
  border-bottom: 1px dotted; }

#footer-inner {
  width: 1000px;
  margin: 0 auto; }

#footer header strong {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px; }

#footer .col-1 {
  width: 265px;
  margin-right: 50px; }

#footer .col-1 img {
  margin-top: -25px;
  margin-left: -50px; }

#footer .col-1 p {
  margin: 30px 0 0 0; }

#footer .col-2 {
  margin: 30px 50px 0 0; }

#footer .col-3 {
  margin: 30px 50px 0 0; }

#footer .col-4 {
  margin-top: 30px; }

#footer .col-4 ul,
#footer .col-4 ul li {
  padding-left: 0;
  list-style: none;
  background: none; }

#footer .col-4 a span {
  border-bottom: 1px dotted transparent; }

#footer .col-4 a:hover span {
  border-bottom: 1px dotted; }

#footer .col-4 a,
#footer .col-4 a:hover,
#footer .col-4 a .icon,
#footer .col-4 a:hover .icon {
  border: 0 !important; }

#footer .col-4 .icon {
  margin: 5px 5px 5px 0; }

/**
 * NAVBAR
 */
.icon.arrow-down-small {
  width: 10px;
  height: 5px;
  background-image: url(media/sprite.png?v=5);
  background-repeat: no-repeat;
  background-position: -1px -32px; }

ul#navbar .dropdown-trigger:hover .icon.arrow-down-small {
  background-position: -1px -37px; }

ul#navbar > li > a {
  padding: 0 6px; }

#navbar {
  list-style: none; }

#navbar > li {
  height: 40px; }

#navbar > li > a {
  white-space: nowrap; }

#navbar .dropdown {
  display: none;
  position: absolute;
  margin-top: 7px;
  background: #fafafa;
  border: 2px solid #ccc;
  padding: 0px;
  padding-left: 0;
  z-index: 100; }

#navbar .dropdown-trigger {
  cursor: default; }

#navbar .dropdown-trigger:hover .dropdown {
  display: block; }

#navbar .dropdown ul {
  list-style-type: none;
  display: inline-block;
  float: left;
  margin: 0 0 0 5px;
  padding: 0; }

#navbar .dropdown ul li {
  display: block;
  /*
  border-bottom: 1px solid #aaa;  
  */
  margin: 0;
  padding: 0; }

/* would use :last-child but IE doesn't recognize it */
#navbar .dropdown ul li.last {
  border: 0; }

#navbar .dropdown ul li a {
  display: block;
  min-width: 100px;
  padding: 3px 5px 3px 0px;
  margin: 1px 0;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 2;
  border: 0;
  text-align: left;
  text-transform: none; }

#navbar .dropdown ul li a .bull {
  color: #aaa; }

ul#navbar .dropdown-trigger.hover .icon.arrow-down-small {
  background-position: -1px -37px; }

#navbar .dropdown-trigger.hover .dropdown {
  display: block; }

fieldset.catg-subs {
  border: 0;
  margin: 0;
  padding: 0; }

fieldset.catg-subs legend {
  padding: 0; }

fieldset.catg-subs ul {
  padding-left: 10px; }

fieldset.catg-subs li {
  margin: 0; }

#content.product-single {
  min-height: 900px; }

#content.product-single h1 {
  margin: 1em 0; }

#prod-rightcol {
  background: #fff;
  /*
  position: absolute;
  top: 20px;
  right: 0;

  width: 30%;
  */
  width: 100%;
  padding-left: 1rem;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#prod-rightcol .desc > p {
  margin-top: 0; }

#prod-rightcol .desc {
  line-height: 22px; }

#prod-rightcol h1 {
  margin: 0; }

#prod-rightcol h1 {
  font-size: 12px; }

#prod-rightcol .price {
  font-weight: 400;
  font-size: 1.571rem;
  margin: 1.5rem 0 0.5rem;
  color: #666; }
  @media (max-width: 767px) {
    #prod-rightcol .price {
      text-align: center; } }

#prod-rightcol table tr td {
  padding: 2px 0; }

#prod-rightcol #prod-shares {
  margin: 15px 0;
  padding: 25px 0;
  border: 1px dotted #aaa;
  border-left: 0;
  border-right: 0;
  white-space: nowrap;
  overflow: visible;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#prod-rightcol .prod-artistlink strong {
  font-size: 1.25em; }

#prod-rightcol .prod-morelinks {
  margin-bottom: 15px; }

#prod-rightcol .prod-morelinks ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px; }

#prod-rightcol .prod-morelinks ul li * {
  vertical-align: middle; }

.prod-excerpt {
  background: #fff;
  font-size: 1rem;
  line-height: 1.642857142857143;
  text-align: left !important; }

#prod-rightcol #wishlistmsg {
  width: auto; }

.prod-whyus {
  background: #fff;
  text-align: left !important; }

.catg-artist-header {
  margin: 15px 0 30px; }

.catg-artist-header ul {
  list-style: none;
  display: table-row;
  text-align: center; }

.catg-artist-header ul li {
  display: table-cell;
  width: 1%;
  padding: 5px 10px; }

.catg-artist-header ul li a {
  color: #000; }

.catg-artist-header ul li a.active {
  font-weight: bold; }

.prod-gal-small a {
  border-bottom: 0 !important; }

.prod-gal-small {
  display: inline-block;
  width: 60px;
  height: 69px; }

.prod-gal-small.cur {
  text-align: left;
  background: url(product/images/cur-img-up.png) no-repeat; }

.prod-gal-small img {
  margin-top: 14px;
  margin-left: 5px; }

.prod-gal-small a {
  border-bottom: 0 !important; }

.prod-gal-small {
  float: left;
  width: 60px;
  height: 69px; }

.prod-gal-small.cur {
  background: url(product/images/cur-img-up.png) no-repeat; }

.prod-gal-small img {
  margin-top: 14px;
  margin-left: 5px;
  margin-right: 5px; }

.catg-img-large, .prod-img-large {
  max-width: 500px; }

.catg-img-med, .prod-img-med {
  max-width: 150px;
  max-height: 150px; }

.catg-img-small, .prod-img-small {
  max-width: 50px;
  max-height: 50px; }

tr.mid, tr.mid *, td.mid, td.mid *, .mid *, .prod-share img {
  vertical-align: middle; }

.prod-share img.marl {
  margin-left: 10px; }

.prod-excerpt p, #content ul.prod-list, fieldset.nomar, .nomar {
  margin: 0; }

.prod-excerpt ul, fieldset.pad legend, fieldset.catg-subs legend {
  margin-left: 0; }

.phone-bubble a,
.static-theme a {
  font-weight: 400;
  text-decoration: underline; }

#prod-img-thumb-outer {
  position: relative; }

#prod-img-thumb-outer .prodthumb-pager {
  position: absolute;
  /*
  left: 24px;
  */ }

#prod-img-thumb-outer #prodimg-prev {
  top: 25px;
  left: -20px; }

#prod-img-thumb-outer #prodimg-prev.none {
  display: none; }

#prod-img-thumb-outer #prodimg-next {
  bottom: 15px;
  right: 0; }

#prod-img-thumb-outer #prodimg-next.none {
  display: none; }

#prod-img-thumb-viewport {
  width: 450px;
  height: 69px;
  overflow: hidden; }

#prod-img-thumb-inner {
  margin-top: 0;
  text-align: center; }

.prod-tags > * {
  vertical-align: middle; }

#header-shipinfo {
  position: absolute;
  top: 17px;
  margin-left: 20px; }

#header-shipinfo a {
  font-weight: bold;
  color: #fff;
  font-size: 0.9em; }

#header-member {
  position: absolute;
  top: 17px;
  margin-left: 175px;
  width: 305px;
  text-align: left; }

#header-member a {
  color: #fff; }

.imprintables-main-image.tiny img,
.imprintables-main-image.thumb img,
.imprintables-flat-image.tiny img,
.imprintables-flat-image.thumb img {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic; }

.imprintables-flat-image.thumb {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  background: #000; }

.imprintables-flat-image.thumb img {
  margin: 2% auto 0;
  max-width: 96%;
  height: auto; }

.imprintables-main-image.full {
  display: block;
  width: 450px;
  height: auto;
  max-width: 100%; }

.imprintables-main-image.full img {
  width: 450px;
  height: 450px; }

.imprintables-main-image.tiny {
  display: block;
  width: 50px;
  height: 50px;
  margin: 15px 5px; }

.imprintables-main-image.tiny img {
  width: 50px;
  height: 50px;
  margin: 0; }

.imprintables-flat-image.tiny {
  display: block;
  width: 50px;
  height: 50px;
  margin: 15px 5px; }

.imprintables-flat-image.tiny img {
  height: 25px;
  width: auto;
  margin: 10px 0 0 16px; }

.cart-prod-image-container {
  width: 150px; }
  @media (max-width: 599px) {
    .cart-prod-image-container {
      width: 75px; } }

.cart-image.imprintables.thumb {
  display: inline-block;
  width: 150px;
  height: 150px; }
  .cart-image.imprintables.thumb.composite-color {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-width: 15px;
    box-sizing: border-box; }
  @media (max-width: 599px) {
    .cart-image.imprintables.thumb {
      width: 100px;
      height: 100px; } }

.cart-image.imprintables.thumb img {
  height: 150px;
  width: 150px; }
  @media (max-width: 599px) {
    .cart-image.imprintables.thumb img {
      width: 100px;
      height: 100px; } }

.cart-image.imprintables.thumb.tiny {
  display: inline-block;
  height: 50px;
  text-align: center;
  width: 50px; }
  .cart-image.imprintables.thumb.tiny.composite-color {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 5px;
    overflow: hidden; }
    .cart-image.imprintables.thumb.tiny.composite-color img {
      margin-left: -5px; }

.cart-image.imprintables.thumb.tiny img {
  height: 50px;
  width: 50px; }

.checkout-image.imprintables.thumb {
  display: inline-block;
  width: 150px;
  height: 150px; }
  .checkout-image.imprintables.thumb.composite-color {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-width: 15px;
    box-sizing: border-box; }
  @media (max-width: 599px) {
    .checkout-image.imprintables.thumb {
      box-sizing: content-box;
      width: 100px;
      height: 100px; } }

.checkout-image.imprintables.thumb img {
  height: 150px;
  width: 150px; }
  @media (max-width: 599px) {
    .checkout-image.imprintables.thumb img {
      width: 100px;
      height: 100px; }
      #content .checkout-image.imprintables.thumb img {
        max-width: none; } }

table.pad .checkout-prod-details td,
table.pad .checkout-prod-details .lopad td {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 599px) {
  .checkout-prod-details-container {
    transform: translateX(10%);
    width: 100%; } }

.prodinfo-image.imprintables.thumb {
  width: 60px;
  height: 60px; }

.prodinfo-image.imprintables.thumb img {
  height: 60px;
  width: 60px; }

#imprintables-orderform-tabs {
  /*
  border-bottom: 1px solid #ccc;
  */
  -o-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px); }

#imprintables-orderform-tabs ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 916px) {
    #imprintables-orderform-tabs ul {
      -webkit-justify-content: space-around;
      justify-content: space-around;
      width: 400px;
      max-width: 100%;
      margin: 0 auto; } }

#imprintables-orderform-tabs li {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

#imprintables-orderform-tabs li a {
  position: relative;
  color: #000;
  font-size: 0.85em;
  line-height: 1;
  padding: 0 0 6px;
  margin-left: 6px;
  margin-right: 6px;
  white-space: nowrap; }

#imprintables-orderform-tabs li a:hover {
  border: 0; }

#imprintables-orderform-tabs li.active img {
  /*
  margin-right: 5px;
  */ }

#imprintables-orderform-tabs li.active a {
  display: block;
  border-bottom: 3px solid #900; }
  #imprintables-orderform-tabs li.active a::after {
    content: '\25bc';
    display: inline-block;
    position: absolute;
    top: 100%;
    line-height: 1;
    font-size: 1.1rem;
    left: 50%;
    color: #900;
    -o-transform: translate(-50%, -1px);
    -ms-transform: translate(-50%, -1px);
    -moz-transform: translate(-50%, -1px);
    -webkit-transform: translate(-50%, -1px);
    transform: translate(-50%, -1px); }

#imprintables-orderform-tabs li a img {
  vertical-align: middle;
  display: none; }

#imprintables-orderform-tabs li.active a img {
  display: inline-block; }

#imprintables-orderform-tabs li a span {
  vertical-align: middle;
  /*
  display: none;
}
#imprintables-orderform-tabs li.active a span {
  */
  display: inline-block;
  line-height: 1.25;
  font-size: 1rem;
  text-align: center; }

.imprintables-desc {
  display: none; }

#product-single-details {
  position: relative;
  width: 450px;
  float: left;
  max-width: 100%; }
  #product-single-details .prod-full-img,
  #product-single-details .imprintables-main-image {
    line-height: 0; }

.orderform-fields .orderform-field-row {
  display: -webkit-flex;
  display: flex; }
  .orderform-fields .orderform-field-row .orderform-field-label {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 60px;
    -webkit-align-self: center;
    align-self: center; }
  .orderform-fields .orderform-field-row .orderform-field {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    .orderform-fields .orderform-field-row .orderform-field select {
      background-position: 95% center;
      /* drop-down arrow */ }
    .orderform-fields .orderform-field-row .orderform-field select,
    .orderform-fields .orderform-field-row .orderform-field input {
      width: 100%;
      padding: 0.5rem 0.5rem;
      margin: 0.5rem 0 0;
      box-sizing: border-box;
      font-size: 1rem; }
      .orderform-fields .orderform-field-row .orderform-field select[type="checkbox"],
      .orderform-fields .orderform-field-row .orderform-field input[type="checkbox"] {
        margin: 0;
        padding: 0;
        width: auto; }
    .orderform-fields .orderform-field-row .orderform-field textarea {
      box-sizing: border-box;
      font-size: 1rem;
      height: 5em;
      width: 100%; }
    .orderform-fields .orderform-field-row .orderform-field .orderform-info {
      line-height: 1.3;
      margin: 0.5rem 0 0.5rem 2rem; }
      .orderform-fields .orderform-field-row .orderform-field .orderform-info .imprintables-desc + .imprintables-desc {
        margin-top: 0.5rem; }

.orderform-addcart-container {
  text-align: center; }

#no-mobile-rightcol-parent {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /*
  @media (max-width: 916px) {
    display: none;
  }
  */ }

#prod-rightcol .separator {
  border-top: 1px dotted #ccc;
  margin-top: 2rem; }
#prod-rightcol .printed-with-love {
  text-align: center; }
  #prod-rightcol .printed-with-love .fa-heart {
    color: #c00; }
#prod-rightcol .free-ship-quality {
  text-align: center;
  margin-top: 1rem; }
#prod-rightcol .cc-methods-image {
  height: auto;
  width: 320px; }

#imprintables-more-styles {
  margin: 2em 0; }

#imprintables-more-styles > b {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

#imprintables-styles-table {
  list-style: none;
  padding: 0;
  display: table-row; }

#imprintables-styles-table > li {
  display: table-cell;
  vertical-align: top; }

#imprintables-styles-table ul {
  list-style: none;
  padding: 0; }

#imp-catg-nav {
  margin-top: 1em;
  margin-right: 1em; }

#imp-catg-nav li {
  display: block;
  white-space: nowrap; }

#imp-catg-nav li.active a {
  font-weight: bold; }

#imp-catg-nav li a:after {
  content: ""; }

#imp-catg-nav li.active a:after {
  content: ">"; }

#imprintables-styles-table .imp-catg-styles {
  list-style: none;
  padding: 0;
  display: none; }

#imprintables-styles-table .imp-catg-styles.active {
  display: block; }

#imprintables-styles-table .imp-catg-styles li {
  display: inline-block;
  vertical-align: top; }

.prod-gal-small a.imprintables-flat {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block; }

.prod-gal-small a.imprintables-flat img.device {
  top: 15px;
  left: 5px; }

.prod-gal-small a.imprintables-flat .imprintables.device-bg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  left: 5px; }

a.imprintables-flat.thumb {
  text-align: center;
  margin: 0 3px 10px;
  width: 105px;
  display: block;
  line-height: 1.25;
  border: 0; }

a.imprintables-flat.thumb:hover {
  border: 0; }

.imp-catg-styles .imprintables-flat-image.thumb {
  display: block;
  text-align: left;
  width: 105px;
  height: 105px; }

.imp-catg-styles .imprintables-flat-image.thumb.shirt,
.imp-catg-styles .imprintables-flat-image.thumb.baby,
.imp-catg-styles .imprintables-flat-image.thumb.bag {
  background: transparent; }

.imp-catg-styles .imprintables-flat-image.thumb img {
  height: 55px;
  width: auto;
  margin: 10px 0 0 16px; }

.imp-catg-styles.device .imprintables-flat-image {
  position: relative; }

.imp-catg-styles.device .imprintables-flat-image.thumb img.device-bg {
  max-width: none;
  width: 105px;
  height: 105px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }

#artist-catg-socials {
  text-align: center; }

#artist-catg-socials ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap; }

#artist-catg-socials li {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0.75em 0; }
  @media (max-width: 599px) {
    #artist-catg-socials li span {
      display: none; } }

#artist-catg-socials li a {
  display: block;
  font-size: 0.9rem; }

#artist-catg-socials li a,
#artist-catg-socials li a:hover {
  border: 0; }

#artist-catg-socials li a img {
  opacity: 0.8;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms; }

#artist-catg-socials li a:hover img {
  opacity: 1; }

#artist-catg-socials li a * {
  vertical-align: middle; }

#artist-catg-socials li.artist-url img {
  width: 37px;
  height: 37px; }

@media (max-width: 480px) {
  #artist-catg-socials {
    width: 100%; } }
#artist-sidebar {
  list-style: none;
  margin: 2em 4em 2em 0; }

#artist-sidebar li {
  display: block; }

#artist-sidebar li a {
  display: block;
  padding: 5px 8px;
  font-size: 14px;
  color: #aaa; }

#artist-sidebar li a:hover {
  color: #888; }

#artist-sidebar li.active a {
  color: #005689; }

#artist-sidebar li a:hover {
  border-color: transparent; }

@media screen and (max-width: 767px) {
  #artist-sidebar-outer.sidebar {
    width: 100%;
    max-width: none;
    margin: 0 0 2em; }

  #artist-sidebar-outer.sidebar li h3 {
    padding: 0 !important; }

  #artist-sidebar {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 1em;
    margin: 0; }

  #artist-sidebar hr {
    display: none; }

  #artist-sidebar li {
    display: inline-block; }

  #artist-sidebar li a {
    font-size: 1em; }

  #artist-content form {
    max-width: 98%; }

  #artist-content form input {
    max-width: 100%; }

  #artist-content form .profile-preview-img {
    margin-left: 0 !important;
    max-width: 100%;
    height: auto; }

  #artist-content form .profile-preview-note {
    margin-left: 0 !important; } }
#artist-content {
  margin-top: 1em;
  min-height: 500px; }

#artist-content > h1 {
  margin-bottom: 2em; }

#artist-content.signup label,
#artist-content.profile label,
#artist-content label {
  display: block;
  margin-bottom: 10px; }

#artist-content label.with-note {
  margin-bottom: 0; }

#artist-content.signup .label,
#artist-content.signup label > span,
#artist-content.signup label > strong,
#artist-content.profile .label,
#artist-content.profile label > span,
#artist-content.profile label > strong,
#artist-content .label,
#artist-content label > span,
#artist-content label > strong {
  display: inline-block;
  width: 175px;
  vertical-align: top; }

#artist-content.signup .note,
#artist-content.signup .indented,
#artist-content.profile .note,
#artist-content.profile .indented,
#artist-content .note,
#artist-content .indented {
  display: block;
  margin-left: 175px;
  width: auto; }

#artist-content .label,
#artist-content label > span,
#artist-content label > strong {
  width: 125px; }

#artist-content .label.wide,
#artist-content label > span.wide,
#artist-content label > strong.wide {
  width: auto; }

#artist-content .label.hid,
#artist-content label > span.hid,
#artist-content label > strong.hid {
  display: none; }

#artist-content .note,
#artist-content .indented {
  margin-left: 125px; }

#artist-content.signup .note,
#artist-content.profile .note,
#artist-content .note {
  color: #aaa;
  font-size: 0.9em; }

#artist-content.signup label input,
#artist-content.profile label input {
  width: 350px;
  padding: 5px;
  font-size: 12px;
  border-color: #ccc; }

#artist-content label input,
#artist-content label textarea {
  width: 500px; }

#artist-content label input[size],
#artist-content label textarea[size] {
  width: auto; }

#artist-content.create label #splitcatg-table-outer {
  width: 500px;
  display: inline-block; }

#artist-content.create label #splitcatg-table th,
#artist-content.create label #splitcatg-table td {
  padding: 0.25em 1em; }

#artist-content.create label #splitcatg-table th.delcell,
#artist-content.create label #splitcatg-table td.delcell {
  padding: 0; }

#artist-content.create label #splitcatg-table input {
  width: auto; }

#artist-content.create label #splitcatg-table .splitcatg-agent {
  width: 400px; }

#artist-content.create label #splitcatg-table input[type='url'] {
  width: 390px; }

#artist-content.create label #splitcatg-table input.splitcatgs {
  width: 50px; }

#artist-content.create label #splitcatg-table .splitcatg-delete {
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  padding: 0 4px 2px;
  font-size: 10px; }

#splitcatg-total-percent {
  color: #080; }

#splitcatg-total-percent.error {
  color: #a00; }

#artist-content label input[type='checkbox'] {
  width: auto; }

#artist-content textarea {
  resize: vertical; }

#artist-content.signup #tandc,
#artist-content.profile #tandc,
#artist-content .tandc {
  border: 1px solid #888;
  background: #ddd;
  padding: 5px;
  overflow: auto;
  height: 500px;
  width: 100%;
  margin: 10px 0; }

#artist-content.signup #agree,
#artist-content.profile #agree {
  font-size: 1.25em;
  padding: 2px 8px;
  margin-top: 2em; }

#artist-content.signup #artist-signup-success p,
#artist-content.signup #artist-create-success p,
#artist-content.profile #artist-signup-success p,
#artist-content.profile #artist-create-success p {
  margin: 2em 0; }

#artist-content.signup .button,
#artist-content.profile .button {
  padding: 3px 8px; }

#artist-content .indenter {
  display: inline-block;
  width: 100px; }

#artist-content .artwork-create-catgcol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 0.8em;
  vertical-align: top;
  margin: 0 20px 0 -10px; }

#artist-content .artwork-create-catgcol label {
  display: block;
  margin-bottom: 0; }

#artist-content .artwork-create-catgcol label input,
#artist-content .artwork-create-catgcol label span {
  width: auto; }

#artist-content .artwork-create-catgcol label span {
  margin-left: 5px; }

#artist-content .artwork-create-colorcol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 0.95em;
  vertical-align: top;
  margin: 10px 20px 0 -10px; }

#artist-content .artwork-create-colorcol label {
  display: block;
  margin-bottom: 0; }

#artist-content .artwork-create-colorcol label input,
#artist-content .artwork-create-colorcol label span {
  width: auto; }

#artist-content .artwork-create-colorcol label span.imprintables.color {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 5px 5px;
  outline: 1px solid #eee; }

#artist-content .artwork-create-colorcol label span {
  margin-left: 5px; }

#artist-content #artwork-preview-link {
  display: none;
  width: 450px;
  margin-top: 10px;
  margin-left: 125px;
  border-bottom: 0;
  line-height: 0;
  background-image: url(account/artist/images/bgtrans.gif); }

#artist-content #artwork-preview-link.with-image {
  display: inline-block; }

#artist-content img.artwork-preview {
  margin: 10px;
  max-width: 430px;
  height: auto; }

#artist-content #artwork-status {
  padding: 8px;
  border: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#artist-content #artwork-status.error {
  border: 1px solid #c00; }

#artist-content #artwork-status.success {
  border: 1px solid #0a0; }

#artist-content .disabled {
  background: #ccc;
  color: #666; }

@media (max-width: 599px) {
  #artist-content.orders table {
    font-size: 0.75rem;
    padding: 0; } }

@media screen and (max-width: 900px) {
  #header-member {
    display: none; } }
@media screen and (max-width: 959px) {
  #header-tabs {
    right: 0; } }
@media screen and (max-width: 500px) {
  #header-tabs {
    /*
    right: -85px;
    */ } }
@media screen and (max-width: 700px) {
  #header-shipinfo {
    display: none; }

  .sidebar {
    max-width: 80%; } }
#mobile-ping {
  display: none; }

.mobile-block,
.no-mobile-block {
  display: none; }

html.mobile .no-mobile-table-row,
html.mobile .no-mobile-table-cell,
html.no-mobile .mobile-table-row,
html.no-mobile .mobile-table-cell,
html.mobile .no-mobile-inline,
html.no-mobile .mobile-inline,
html.mobile .no-mobile-inline-block,
html.no-mobile .mobile-inline-block {
  display: none; }

html.mobile .mobile-block,
html.no-mobile .no-mobile-block {
  display: block; }

html.no-mobile .no-mobile-table-row,
html.mobile .mobile-table-row {
  display: table-row; }

html.mobile .mobile-table-cell,
html.no-mobile .no-mobile-table-cell {
  display: table-cell; }

html.mobile .mobile-inline,
html.no-mobile .no-mobile-inline {
  display: inline; }

html.mobile .mobile-inline-block,
html.no-mobile .no-mobile-inline-block {
  display: inline-block; }

html.mobile .mobile-center {
  text-align: center; }

html.mobile .mobile-margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

html.no-mobile .no-mobile-fr {
  float: right; }

html.mobile .no-mobile,
html.no-mobile .mobile {
  display: none; }

html.mobile .prod-whyus {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 1em; }

html.mobile .prod-whyus li {
  margin-bottom: 0.5em; }

img.half-row.checkout-steps {
  width: 400px;
  max-width: 90%; }

html.mobile #header-outer.checkout #page-nav {
  height: 2px; }

html.mobile img.half-row.checkout-steps {
  width: 80%;
  margin-bottom: 2em; }

html.mobile form.checkout fieldset,
html.mobile #content.checkout fieldset {
  border: 0; }

html.mobile form.checkout fieldset legend,
html.mobile #content.checkout fieldset legend {
  text-align: center; }

html.mobile #checkout-step1-billaddr td,
html.mobile #checkout-step1-shipaddr td {
  display: block;
  text-align: left !important; }

html.mobile #checkout-step1-billaddr td.r,
html.mobile #checkout-step1-shipaddr td.r {
  padding: 0; }

html.mobile #checkout-step1-billaddr td input,
html.mobile #checkout-step1-billaddr td select,
html.mobile #checkout-step1-shipaddr td input,
html.mobile #checkout-step1-shipaddr td select {
  width: 100%;
  line-height: 1.5;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html.mobile #checkout-step1-billaddr td select,
html.mobile #checkout-step1-shipaddr td select {
  height: 34px; }

#copyaddr-outer {
  float: none; }

html.mobile #checkout-step3-cart thead {
  display: none; }

html.mobile #checkout-step3-addrs td.addr-cell {
  display: block;
  width: auto !important; }
  html.mobile #checkout-step3-addrs td.addr-cell table tr {
    line-height: 1.25; }
    html.mobile #checkout-step3-addrs td.addr-cell table tr td:first-child {
      font-size: 0.9rem;
      font-weight: bold;
      opacity: 0.6;
      white-space: normal;
      width: 20%; }

@media screen and (max-width: 599px) {
  #mobile-ping {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    left: -12345px;
    top: -12345px; } }
@media (max-width: 599px) {
  #header-outer {
    font-size: 1.6em; }

  #header-logo {
    margin-left: 5px; }

  #header-member {
    display: none; }

  #header-shipinfo {
    display: none; }

  ul#navbar > li > a {
    padding: 0; }

  #footer-inner {
    width: 95%;
    margin: 0 auto; }

  #footer-inner > * {
    display: block; }

  #footer .col-1 {
    margin: 0 0 4em;
    width: auto;
    padding-top: 2em; }

  #footer .col-1 img {
    display: block;
    margin: 0 auto; }

  #footer .col-2 {
    margin: 0;
    display: inline-block;
    width: 46%;
    line-height: 2; }

  #footer .col-2 header strong {
    font-size: 1em; }

  #footer .col-3 {
    margin: 0;
    display: inline-block;
    width: 46%;
    line-height: 2; }

  #footer .col-3 header strong {
    font-size: 1em; }

  #footer .col-4 {
    margin: 5em 0 0;
    text-align: center;
    line-height: 1.75; }

  #footer .col-4 ul {
    width: 175px;
    margin: 0 auto;
    text-align: left; }

  .text-size-adjust {
    /*
    font-size: 1.8em;
    line-height: 1.4;
    */ }

  .text-size-adjust input,
  .text-size-adjust textarea,
  .text-size-adjust keygen,
  .text-size-adjust select,
  .text-size-adjust button {
    font-size: 1em; }

  .text-size-unadjust {
    /*
    font-size: 0.5em;
    */ }

  /*
    #imprintables-orderform-tabs {
      border-bottom: 0;
      text-align: center;
    }
    #imprintables-orderform-tabs ul {
      display: inline-block;
      font-size: 0.8em;
    }
    #imprintables-orderform-tabs ul li {
      display: inline-block;
      vertical-align: bottom;
      margin: 0 5px;
      border-bottom: 0;
    }
    #imprintables-orderform-tabs ul li a {
      text-align: center;
    }
    #imprintables-orderform-tabs ul li a img {
      width: 30px;
      height: 30px;
      margin: 0 auto;
      display: block;
    }
    #imprintables-orderform-tabs ul li.active {
      padding-top: 0;
    }
    #imprintables-orderform-tabs ul li.active a {
      margin-left: 5px;
      margin-right: 5px;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 5px;
    }
    #imprintables-orderform-tabs ul li.active img {
      margin-right: 0;
    }
    #imprintables-orderform-tabs li.active a span {
      display: block;
    }
  */
  #cartaddform table {
    width: 75% !important;
    margin: 0 auto; }

  #add-cart-button {
    width: 70%;
    max-width: 200px;
    height: auto;
    display: block !important;
    margin: 0 auto; }

  #orderform-wl {
    margin-top: 1em;
    padding-left: 0 !important;
    text-align: center; }

  .prod-excerpt {
    width: auto; }

  #prod-shares {
    text-align: center; }

  #prod-related {
    width: 100% !important; }

  #content.checkout #previous {
    width: 130px; }

  #content.checkout .expedited-note {
    font-size: 1em !important; }

  #content.checkout .paypal-button-container input[type="image"] {
    width: 250px; }

  .pager {
    font-size: 1.7em;
    padding: 10px 0; }

  #captcha-img {
    width: 150px !important; }

  #captcha-img + div {
    font-size: 1em !important; }

  #content.product-single {
    width: 100%;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  #product-single-details {
    width: 100% !important;
    float: none !important; }

  #product-single-details #prod-full-img {
    width: 100% !important;
    min-width: 0;
    min-height: 0; }

  #product-single-details #prod-full-img .imprintables-main-image.full {
    width: 100% !important;
    height: auto; }

  #product-single-details #prod-full-img .imprintables-main-image.full img {
    width: 100% !important;
    height: auto; }

  #prod-rightcol {
    margin-top: 1em;
    padding-left: 0;
    position: static;
    top: 0;
    right: 0;
    width: 100%; } }
@media (max-width: 599px) {
  img.whole-row {
    min-width: 90%; }

  .sidebar .panel .member-panel-box {
    width: 80%;
    margin: 2em 0; }

  img.whole-row {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  img.most-row {
    width: 75%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  img.half-row {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  #alert-box #alert-msg table,
  #alert-box #alert-msg table tbody,
  #alert-box #alert-msg table tr,
  #alert-box #alert-msg table td {
    display: block; }

  #alert-box #alert-msg table td {
    text-align: left !important;
    padding: 5px 0 0; }

  #alert-box #alert-msg table td input[type="text"],
  #alert-box #alert-msg table td input[type="password"] {
    width: 90%; }

  #loginform {
    width: 90%;
    margin: 0 auto; }

  #loginform #login-fields label span,
  #loginform #login-fields .indent {
    display: block; }

  #loginform #login-fields input {
    width: 90%; }

  #loginform #login-fields {
    margin: 0 auto;
    width: 90%; }

  .phone-bubble {
    width: 100%;
    background: none !important; }

  .phone-bubble * {
    color: #c00 !important; }

  .phone-bubble-body {
    padding: 10px 0 0 15px; }

  .phone-bubble-body h1 {
    font-size: 13px; }

  .phone-bubble-body div {
    font-size: 11px; }

  .phone-bubble-body div br {
    display: none; } }
@media screen and (max-width: 989px) {
  #footer-inner {
    width: 95%;
    margin: 0 auto; }

  #footer-inner > * {
    display: block; }

  #footer .col-1 {
    margin: 0 0 4em;
    width: auto;
    padding-top: 2em; }

  #footer .col-1 img {
    display: block;
    margin: 0 auto; }

  #footer .col-2 {
    margin: 0;
    display: inline-block;
    width: 46%;
    line-height: 2; }

  #footer .col-2 header strong {
    font-size: 1em; }

  #footer .col-3 {
    margin: 0;
    display: inline-block;
    width: 46%;
    line-height: 2; }

  #footer .col-3 header strong {
    font-size: 1em; }

  #footer .col-4 {
    margin: 5em 0 0;
    text-align: center;
    line-height: 1.75; }

  #footer .col-4 ul {
    width: 175px;
    margin: 0 auto;
    text-align: left; } }
#mobile-rightcol-parent #prod-rightcol {
  margin-top: 1em;
  position: static;
  top: 0;
  right: 0;
  width: 100%; }

#mobile-rightcol-parent #prod-rightcol .price {
  text-align: center; }

#mobile-rightcol-parent #cartaddform table {
  width: 50% !important;
  margin: 0 auto; }

#mobile-rightcol-parent #prod-shares {
  text-align: center; }

#wlsharesocials {
  width: 60%; }

html.mobile #wlsharesocials {
  width: 70%;
  margin: 1em auto 0; }

html.mobile #wlsharesocials a {
  margin: 1.5em 0;
  display: block; }

html.mobile #wlsharesocials a img {
  margin-left: 0 !important; }

.padlock {
  font-size: 18px;
  color: #888;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  -moz-transition: color 250ms;
  -webkit-transition: color 250ms;
  transition: color 250ms; }

.padlock:hover {
  color: #666; }

.padlock:before {
  content: "\1f512";
  color: #060; }

.padlock.unlocked:before {
  content: "\1f513";
  color: #a00; }

#collections-wrapper {
  position: relative;
  width: 100%;
  overflow: visible; }

#collections-wrapper a {
  border: none; }

#collections-wrapper a:hover {
  border: none; }

#collections-wrapper .circle-arrow {
  display: none;
  position: absolute;
  top: 35%;
  padding: 0;
  z-index: 100; }

#collections-wrapper.with-nav .circle-arrow {
  display: inline-block; }

#collections-wrapper .circle-arrow.left {
  left: -14px;
  background-position: -406px -1px; }

#collections-wrapper .circle-arrow.left:hover {
  background-position: -406px -30px; }

#collections-wrapper .circle-arrow.right {
  right: -14px;
  background-position: -435px -1px; }

#collections-wrapper .circle-arrow.right:hover {
  background-position: -435px -30px; }

#collections-viewport {
  width: 100%;
  overflow: hidden;
  white-space: nowrap; }

#collections-viewport ul {
  display: inline;
  position: relative;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0; }

#collections-viewport ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  padding: 2px;
  margin: 1px;
  background: #eee; }

@media (max-width: 480px) {
  #collections-viewport ul li {
    width: 50% !important; } }
#collections-viewport ul li a img {
  width: 100%;
  height: auto; }

#collections-viewport ul li a span {
  display: block;
  padding: 5px 2px;
  font-weight: bold; }

#collections-viewport ul li.with-image a span {
  padding-top: 0; }

#collections-viewport ul li a span:after {
  content: "\202f\00bb";
  white-space: nowrap; }

.billboard-wrapper {
  padding-bottom: 2.5rem; }

.billboard-viewport {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 0; }
  .billboard-viewport .billboard-image {
    width: 100%;
    height: auto; }
    @media (max-width: 599px) {
      .billboard-viewport .billboard-image {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }
  .billboard-viewport .billboard-content {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    border: 5px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    outline: 1px solid rgba(0, 0, 0, 0.7);
    padding: 1rem;
    transition: background 300ms;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .billboard-viewport .billboard-content:hover {
      background: rgba(0, 0, 0, 0.75); }
    @media (max-width: 767px) {
      .billboard-viewport .billboard-content {
        font-size: 0.85rem; } }
    .billboard-viewport .billboard-content .billboard-title {
      display: block;
      font-size: 200%;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0.25em 0;
      white-space: nowrap; }

.billboard-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .billboard-footer .billboard-content {
    color: #333;
    font-size: 1.25rem;
    text-align: center;
    border: 5px solid #333;
    padding: 1rem;
    margin: 1rem 0; }
    @media (max-width: 767px) {
      .billboard-footer .billboard-content {
        font-size: 0.85rem; } }
    .billboard-footer .billboard-content .billboard-title {
      display: block;
      font-size: 200%;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0.25em 0; }

.artist-review-cta {
  margin: 1.75rem 0;
  font-size: 1rem;
  text-align: center; }
  .artist-review-cta .artist-review-cta-title {
    font-size: 200%; }
  .artist-review-cta .artist-info {
    margin: 0.25rem 0 0.5rem; }
    .artist-review-cta .artist-info > * {
      vertical-align: middle; }
    .artist-review-cta .artist-info .artist-icon {
      width: 25px;
      height: 25px; }

.product-widget-container {
  margin-top: 3rem;
  margin-bottom: 4rem; }
  .product-widget-container .product-widget-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333; }
    .page-artist .product-widget-container .product-widget-title {
      font-size: 1.5rem;
      margin-bottom: 2rem; }
  .product-widget-container .product-widget-items {
    margin: 1rem 0 1.5rem; }
  .product-widget-container .product-widget-seemore {
    padding: 0.6rem 1.25rem;
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px; }

.neatomail-signup {
  border-top: 1px dotted #ccc; }
  .neatomail-signup .neatomail-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.5rem; }
  .neatomail-signup form {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap; }
    .neatomail-signup form input {
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      margin-right: 1rem;
      padding: 0.5rem;
      font-size: 1.2rem;
      line-height: 1.8; }
      @media (max-width: 599px) {
        .neatomail-signup form input {
          font-size: 1rem;
          margin-right: 0.25rem; } }
    .neatomail-signup form button {
      white-space: nowrap;
      border: 0;
      color: #fff;
      background: #999;
      border-radius: 3px;
      cursor: pointer;
      transition: background-color 250ms, color 250ms;
      padding: 0.5rem;
      font-size: 1.2rem;
      line-height: 1.8; }
      .neatomail-signup form button:hover {
        background: #888;
        color: #eee; }
      @media (max-width: 599px) {
        .neatomail-signup form button {
          font-size: 1rem; } }

.page-title {
  font-size: 1.714rem;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.25;
  margin: 1rem 0 2.5rem; }
  .page-title .page-title-link {
    color: inherit;
    font-weight: bold; }
  .page-product .page-title {
    margin-bottom: 1rem; }
    .page-product .page-title .product-link {
      color: inherit;
      font-weight: bold; }

.prod-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .prod-list .prod-list-item {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 24%; }
    @media (max-width: 599px) {
      .prod-list .prod-list-item {
        width: 48%; } }

.artist-banner {
  max-height: 250px;
  overflow: auto; }
  .artist-banner img {
    width: 100%;
    height: auto; }

.product-intro {
  width: 450px;
  max-width: 100%; }
  .product-intro .breadcrumb {
    margin: 1.5rem 0; }

.editball::after {
  content: 'e';
  color: #fff;
  background: #999;
  border-radius: 50%;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 1rem;
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  line-height: 0.6;
  letter-spacing: 0; }

.product-basics {
  font-size: 1.1rem; }
  .product-basics .product-name {
    font-size: 1.2rem; }

.wishlist-prodimg {
  width: 60px;
  height: auto; }

.wishlist-remove {
  padding: 0.75rem 1.25rem;
  font-size: 0.9rem; }

.wishlist-share-title {
  font-size: 1.1rem; }

.wishlist-share-mine .gray-button {
  padding: 0.75rem 0 0.75rem 0.5rem;
  font-size: 0.9rem;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .wishlist-share-mine .gray-button {
      line-height: 3; } }
.wishlist-share-mine #share-fb.gray-button {
  color: #fff;
  background: #4966b6;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .wishlist-share-mine #share-fb.gray-button .fa-facebook::before {
    font-size: 1.3rem;
    margin-right: 0;
    vertical-align: middle; }

#wlshareurl {
  width: 100%;
  padding: 1.25rem 0.75rem;
  font-size: 0.85rem;
  box-sizing: border-box; }

.cart-primary {
  font-size: 1rem; }
  .cart-primary #cart-breakdown {
    font-size: 1.1rem; }
    .cart-primary #cart-breakdown thead th {
      font-size: 0.85rem; }

.cart-prod-name {
  font-size: 1.1rem; }

.cart-prod-update {
  font-size: 0.9rem; }

.cart-prod-options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .cart-prod-options li {
    font-size: 0.85rem;
    line-height: 2; }
    @media (max-width: 599px) {
      .cart-prod-options li {
        line-height: 1.4; } }

#cart-breakdown select {
  padding: 0.25rem;
  background-position: 90% center; }

.cart-prod-remove {
  color: #666;
  text-decoration: underline;
  font-size: 0.9rem; }

.cart-nav-row {
  padding-top: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .cart-nav-row .cart-continue-back {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 1rem; }

.shipping-calculator #shipcountry {
  padding: 0.5rem 1rem; }
.shipping-calculator .submit-calc {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.9rem 1.3rem; }
.shipping-calculator select {
  padding: 0.25rem;
  background-position: 97% center; }

#prod-full-img .imprintables,
#imprintables-flat-full {
  max-width: 100%;
  height: auto; }

.page-checkout .page-title {
  margin-bottom: 0; }
.page-checkout .error {
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2em; }
.page-checkout #checkout-step1-member {
  box-sizing: border-box;
  font-size: 0.9rem;
  width: 340px;
  margin-left: 33.33333%;
  padding: 10px; }
  @media (max-width: 599px) {
    .page-checkout #checkout-step1-member {
      width: 100%;
      margin-left: 0; } }
  .page-checkout #checkout-step1-member strong {
    display: block; }
.page-checkout .checkout-addr-form .left-col {
  width: 33.33333%; }
  @media (max-width: 599px) {
    .page-checkout .checkout-addr-form .left-col {
      display: block;
      width: 100%; } }
.page-checkout .checkout-addr-form .right-col {
  width: 66.66666%; }
  @media (max-width: 599px) {
    .page-checkout .checkout-addr-form .right-col {
      display: block;
      width: 100%; } }
.page-checkout .checkout-addr-form select {
  padding: 5px;
  padding-right: 1.25em;
  background-position: 97% center; }
.page-checkout .checkout-step2-container {
  font-size: 1rem;
  width: 80%;
  margin-left: 10%; }
  @media (max-width: 599px) {
    .page-checkout .checkout-step2-container {
      width: 100%;
      margin: 0;
      font-size: 0.9rem; } }
  .page-checkout .checkout-step2-container .row {
    margin: 1em 0 2em; }
  .page-checkout .checkout-step2-container input[type="radio"] {
    vertical-align: text-bottom; }
  .page-checkout .checkout-step2-container td,
  .page-checkout .checkout-step2-container input {
    box-sizing: border-box; }
  .page-checkout .checkout-step2-container .paymeth-selrow td {
    vertical-align: middle; }
  #content .page-checkout .checkout-step2-container .paymeth-selrow .paymeth-img-outer img {
    width: auto;
    height: 1.75em; }
  .page-checkout .checkout-step2-container select {
    padding: 5px;
    padding-right: 1.25em; }
    .page-checkout .checkout-step2-container select[name="ccexpmo"] {
      background-position: 95% center; }
    .page-checkout .checkout-step2-container select[name="ccexpyr"] {
      background-position: 90% center; }
  .page-checkout .checkout-step2-container #cvvinfo-shower {
    color: #666;
    padding-left: 1em; }
  .page-checkout .checkout-step2-container #cvvinfo {
    display: none;
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
  @media (max-width: 599px) {
    .page-checkout .checkout-step2-container tr {
      display: block; } }
  @media (max-width: 599px) {
    .page-checkout .checkout-step2-container td {
      display: inline-block;
      white-space: nowrap; } }
  @media (max-width: 599px) {
    .page-checkout .checkout-step2-container td.no-phone {
      display: none; } }
  @media (max-width: 599px) {
    .page-checkout .checkout-step2-container #cc-fields .cc-field-row td {
      display: block; } }
  @media (max-width: 599px) {
    .page-checkout .checkout-step2-container #cc-fields .cc-field-row td:first-child {
      width: 100px; } }
  @media (max-width: 599px) {
    .page-checkout .checkout-step2-container #cc-fields .cc-field-row td:last-child {
      padding: 0 0 0.5rem; } }
  .page-checkout .checkout-step2-container #cc-fields .cc-field-row td.r {
    text-align: left; }
  .page-checkout .checkout-step2-container #cc-fields #cvvinfo td {
    display: block;
    width: auto; }
.page-checkout .checkout-cost {
  text-align: right;
  margin-bottom: 3em;
  margin-right: 1em; }
  .page-checkout .checkout-cost .price-label {
    display: inline-block;
    font-weight: bold;
    width: 160px;
    text-align: left; }
  .page-checkout .checkout-cost .customs-disclaimer {
    text-align: right;
    font-size: 0.9em;
    color: #999;
    letter-spacing: 0.5px; }

.page-paid input[type="text"],
.page-paid input[type="email"],
.page-paid input[type="password"],
.page-paid .signup-email {
  padding: 0.5em;
  width: 175px; }
.page-paid .gray-button {
  white-space: nowrap;
  border: 0;
  color: #fff;
  background: #999;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 250ms, color 250ms;
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4; }
  .page-paid .gray-button:hover {
    background: #888;
    color: #eee; }
.page-paid #loginform {
  width: 100%; }
.page-paid #signupform {
  display: none;
  width: 100%; }
  .page-paid #signupform .signup-email {
    background: #eee;
    border: 1px solid #999;
    color: #666;
    display: inline-block;
    font-size: 11px;
    line-height: normal; }
@media (max-width: 599px) {
  .page-paid .mlist-subscribe-label {
    display: block; } }

/*# sourceMappingURL=style.min.css.map */
