/* Style.css */


/* line 43, scss/partials/_base.scss */
.clearfix {
  content: "";
  display: table;
  clear: both; }

/* line 47, scss/partials/_base.scss */
p, label {
  font-size: 1.2em;
  color: #666666;
  /*font-family: "PTSansRegular", Arial, sans-serif; */
font-family: "lucida_consoleregular" !important;}
  /* line 52, scss/partials/_base.scss */
  p a, label a {
    border-bottom: 1px dotted #666666;
    color: #010101;
    font-size: .9em; }
    /* line 58, scss/partials/_base.scss */
    p a:hover, label a:hover {
      border-color: white;
      color: #010101; }
    /* line 63, scss/partials/_base.scss */
    p a:active, label a:active {
      color: #666666; }

@-moz-document url-prefix() { 
  p a, label a {
     font-size: .8em;
  }
}

/* line 69, scss/partials/_base.scss */
a {
  text-decoration: none; 
}

a, a:hover, a:active, a:focus {
  outline: 0 !important;
}

/* line 73, scss/partials/_base.scss */
h1, h2, h3, h4, h5, h6, a {
  text-transform: uppercase;
  color: #010101; }

/* line 78, scss/partials/_base.scss */
h1, h2, h3, h4, h5, h6 {
  cursor: default; }

/* line 82, scss/partials/_base.scss */
h3 {
  margin: 0;
  padding: 10px 20px;
  background: #010101;
  color: white;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  /* IE7 Fix */
  zoom: 1;
  *display: inline;
  /* IE7 Fix */
  /*font-family: "PTSansRegular", Arial, sans-serif;*/
  font-family: "lucida_consoleregular" !important;
  font-weight: normal;
  content: "";
  display: table;
  clear: both; }
  /* line 93, scss/partials/_base.scss */
  h3 span {
    /*font-family: "lucida_consoleregular" !important;*/
    font-family: "lucida_consoleregular" !important; }

/* line 98, scss/partials/_base.scss */
h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em; }

/* line 104, scss/partials/_base.scss */
.button, .checkout #CreateAccountButton, .checkout #LoginButton, .checkout .continue-btn, .checkout .view-order-details, .checkout .reorder-items, .billingButton, .shippingButton, .ML20 input[type=submit], #apply_code, #bottom_payment_button, .HorizontalFormContainer input[type=submit], .sharebutton, input.MT10, #AddressSingle, .ship-to-these-addresses, #top_payment_button, .view-order-details, .reorder-items, .reorder-order-status, #ModalButtonRow input, .create-button {
  padding: 10px 20px;
  background: #010101 !important;
  color: white !important;
  font-family: "lucida_consoleregular" !important;
  font-size: 1.1em;
  border: none;
  text-align: center;
  text-transform: uppercase;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  /* IE7 Fix */
  zoom: 1;
  *display: inline;
  /* IE7 Fix */ }
  /* line 116, scss/partials/_base.scss */
  .button:hover, .checkout #CreateAccountButton:hover, .checkout #LoginButton:hover, .checkout .continue-btn:hover, .checkout .view-order-details:hover, .checkout .reorder-items:hover, .billingButton:hover, .shippingButton:hover, .ML20 input[type=submit]:hover, #apply_code:hover, #bottom_payment_button:hover, .HorizontalFormContainer input[type=submit]:hover, .sharebutton:hover, input.MT10:hover, #AddressSingle:hover, .ship-to-these-addresses:hover, #top_payment_button:hover, .view-order-details:hover, .reorder-items:hover, .reorder-order-status:hover, #ModalButtonRow input:hover, .create-button:hover {
    background: #1b1b1b; }
  /* line 120, scss/partials/_base.scss */
  .button:active, .checkout #CreateAccountButton:active, .checkout #LoginButton:active, .checkout .continue-btn:active, .checkout .view-order-details:active, .checkout .reorder-items:active, .billingButton:active, .shippingButton:active, .ML20 input[type=submit]:active, #apply_code:active, #bottom_payment_button:active, .HorizontalFormContainer input[type=submit]:active, .sharebutton:active, input.MT10:active, #AddressSingle:active, .ship-to-these-addresses:active, #top_payment_button:active, .view-order-details:active, .reorder-items:active, .reorder-order-status:active, #ModalButtonRow input:active, .create-button:active {
    background: #010101; }

/* line 125, scss/partials/_base.scss */
.center .button, .center .checkout #CreateAccountButton, .checkout .center #CreateAccountButton, .center .checkout #LoginButton, .checkout .center #LoginButton, .center .checkout .continue-btn, .checkout .center .continue-btn, .center .checkout .view-order-details, .checkout .center .view-order-details, .center .checkout .reorder-items, .checkout .center .reorder-items, .center .billingButton, .center .shippingButton, .center .ML20 input[type=submit], .ML20 .center input[type=submit], .center #apply_code, .center #bottom_payment_button, .center .HorizontalFormContainer input[type=submit], .HorizontalFormContainer .center input[type=submit], .center .sharebutton, .center input.MT10, .center #AddressSingle, .center .ship-to-these-addresses, .center #top_payment_button, .center .view-order-details, .center .reorder-items, .center .reorder-order-status, .center #ModalButtonRow input, #ModalButtonRow .center input, .center .create-button {
  padding: 10px 40px; }

/* line 129, scss/partials/_base.scss */
select {
  height: 27px;
  border-color: #cccccc;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase; }

/* line 137, scss/partials/_base.scss */
.hide {
  display: none !important; }

/* line 20, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

/* line 24, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 30, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
audio:not([controls]) {
  display: none; }

/* line 34, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
[hidden] {
  display: none; }

/* line 51, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 58, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.5; }

/* line 64, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
body, button, input, select, textarea {
  font-family: "PTSansRegular", Arial, sans-serif;
  color: #222222; }

/* line 76, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
::-moz-selection {
  background: #fe57a1;
  color: white;
  text-shadow: none; }

/* line 82, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
::selection {
  background: #fe57a1;
  color: white;
  text-shadow: none; }

/* line 96, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
a {
  color: #010101; }

/* line 100, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
a:visited {
  color: inherit; }

/* line 104, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
a:hover {
  color: #676767; }

/* line 108, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 113, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
a:hover, a:active {
  outline: 0; }

/* line 123, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 129, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
b, strong {
  font-weight: normal; }

/* line 135, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/* line 141, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
dfn {
  font-style: italic; }

/* line 146, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

.ProductDetailsGrid hr {
  clear: both;
}

/* line 157, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

/* line 165, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 175, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/* line 184, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 192, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
q {
  quotes: none; }

/* line 196, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
q:before, q:after {
  content: "";
  content: none; }

/* line 203, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
small {
  font-size: 85%; }

/* line 210, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 217, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
sup {
  top: -0.5em; }

/* line 221, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 232, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

/* line 237, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
dd {
  /*margin: 0 0 0 40px; */
  margin: 0; }

/* line 239, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* line 254, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* line 264, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 271, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
figure {
  margin: 0; }

/* line 278, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
form {
  margin: 0; }

/* line 280, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 283, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
label {
  cursor: pointer; }

/* line 288, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/* line 294, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/* line 304, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
button, input {
  line-height: normal;
  *overflow: visible; }

/* line 311, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
table button, table input {
  *overflow: auto; }

/* line 316, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/* line 323, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

/* line 326, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 332, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 338, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 346, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* line 354, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* line 363, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 367, ../../../../Compass App New/lib/ruby/compass_extensions/heygrady-compass-html5-boilerplate-4cc8815/stylesheets/html5-boilerplate/_normalize.scss */
td {
  vertical-align: top; }

/* line 9, scss/partials/_fonts.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'indexpdx';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */ }

/* line 19, scss/partials/_fonts.scss */
.icon-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x54;&nbsp;'); }

/* line 20, scss/partials/_fonts.scss */
.icon-youtube {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x55;&nbsp;'); }

/* line 21, scss/partials/_fonts.scss */
.icon-cart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73d;&nbsp;'); }

/* line 22, scss/partials/_fonts.scss */
.icon-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf300;&nbsp;'); }

/* line 23, scss/partials/_fonts.scss */
.icon-instagram {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf32d;&nbsp;'); }

/* line 24, scss/partials/_fonts.scss */
.icon-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f50d;&nbsp;'); }

@font-face {
  font-family: 'indexpdx';
  src: url("/content/fonts/indexpdx.eot?34564301");
  src: url("/content/fonts/indexpdx.eot?34564301#iefix") format("embedded-opentype"), url("/content/fonts/indexpdx.woff?34564301") format("woff"), url("/content/fonts/indexpdx.ttf?34564301") format("truetype"), url("/content/fonts/indexpdx.svg?34564301#indexpdx") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 36, scss/partials/_fonts.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'indexpdx';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity .8 */
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* line 58, scss/partials/_fonts.scss */
.icon-cart:before {
  content: '\e803';
  color: white; }

/* '' */
/* line 63, scss/partials/_fonts.scss */
.icon-search:before {
  content: '\e800';
  color: white; }

/* '\1f50d' */
/* line 68, scss/partials/_fonts.scss */
.icon-twitter:before {
  content: '\e805'; }

/* 'T' */
/* line 69, scss/partials/_fonts.scss */
.icon-youtube:before {
  content: '\e804'; }

/* 'U' */
/* line 70, scss/partials/_fonts.scss */
.icon-facebook:before {
  content: '\e802'; }

/* '' */
/* line 71, scss/partials/_fonts.scss */
.icon-instagram:before {
  content: '\e801'; }

/* '' */
@font-face {
  font-family: 'PTSansBoldItalic';
  src: url("/content/fonts/ptsans/PTS76F-webfont.eot");
  src: url("/content/fonts/ptsans/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("/content/fonts/ptsans/PTS76F-webfont.woff") format("woff"), url("/content/fonts/ptsans/PTS76F-webfont.ttf") format("truetype"), url("/content/fonts/ptsans/PTS76F-webfont.svg#PTSansBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSansBold';
  src: url("/content/fonts/ptsans/PTS75F-webfont.eot");
  src: url("/content/fonts/ptsans/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("/content/fonts/ptsans/PTS75F-webfont.woff") format("woff"), url("/content/fonts/ptsans/PTS75F-webfont.ttf") format("truetype"), url("/content/fonts/ptsans/PTS75F-webfont.svg#PTSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSansItalic';
  src: url("/content/fonts/ptsans/PTS56F-webfont.eot");
  src: url("/content/fonts/ptsans/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("/content/fonts/ptsans/PTS56F-webfont.woff") format("woff"), url("/content/fonts/ptsans/PTS56F-webfont.ttf") format("truetype"), url("/content/fonts/ptsans/PTS56F-webfont.svg#PTSansItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSansRegular';
  src: url("/content/fonts/ptsans/PTS55F-webfont.eot");
  src: url("/content/fonts/ptsans/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("/content/fonts/ptsans/PTS55F-webfont.woff") format("woff"), url("/content/fonts/ptsans/PTS55F-webfont.ttf") format("truetype"), url("/content/fonts/ptsans/PTS55F-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 1, scss/partials/_grid.scss */
[class*='grid-'] {
  float: left;
  margin: 0 53px 80px 0; }

/* line 6, scss/partials/_grid.scss */
.grid-1-3 {
  margin-right: 110px;
  width: 270px;
  height: 200px; }
  /* line 10, scss/partials/_grid.scss */
  .grid-1-3.no-margin {
    width: 200px; }

/* line 15, scss/partials/_grid.scss */
.grid-1-4 {
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: center; }

/* line 21, scss/partials/_grid.scss */
.grid-2-4 {
  width: 450px;
  height: 200px;
  overflow: hidden;
  text-align: center; }

/* line 27, scss/partials/_grid.scss */
.no-margin {
  margin-right: 0px !important; }
  /* line 30, scss/partials/_grid.scss */
  .no-margin:after {
    content: "";
    display: table;
    clear: both; }

/* line 7, scss/partials/_page.scss */
body, select, input, textarea {
  color: #222222;
  font-family: "PTSansRegular", Arial, sans-serif; }

/* line 17, scss/partials/_page.scss */
html {
  -webkit-font-smoothing: antialiased; }

/* line 21, scss/partials/_page.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 25, scss/partials/_page.scss */
a, a img, input, button, .jordan-edition div {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* line 30, scss/partials/_page.scss */
hr, hr.heading {
  margin: -25px 0 0 0;
  margin-bottom: 90px;
  padding: 0;
  height: 0px;
  border: none;
  border-bottom: 1px dotted #010101;
  background: none; }

/* line 39, scss/partials/_page.scss */
.center {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.1em; }

/* line 48, scss/partials/_page.scss */
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: "PTSansRegular", Arial, sans-serif;
  font-size: 85%; }

/* line 55, scss/partials/_page.scss */
.container {
  margin: 0 auto;
  width: 960px; }

/* line 62, scss/partials/_page.scss */
header .search-cart {
  float: right;
  display: block;
  clear: both; }
  /* line 67, scss/partials/_page.scss */
  header .search-cart:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
/* line 72, scss/partials/_page.scss */
header .search, header .cart {
  margin-left: 3px;
  padding: 0 4px;
  background: #010101;
  color: white;
  font-size: 1.4em;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer; }
  /* line 83, scss/partials/_page.scss */
  header .search:hover, header .cart:hover {
    background: #343434; }
  /* line 87, scss/partials/_page.scss */
  header .search:active, header .cart:active {
    background: #010101; }
/* line 92, scss/partials/_page.scss */
header .search-form {
  float: left;
  display: none;
  width: 224px;
  overflow: hidden;
  white-space: nowrap; }
/* line 104, scss/partials/_page.scss */
header .search-field {
  padding: 7px 3px 4px 10px;
  border: 1px solid #cccccc;
  border-right: none;
  border-top: none;
  float: left; }
  /* line 110, scss/partials/_page.scss */
  header .search-field:focus {
    background: #f7f7f7;
    border-color: #b3b3b3;
    outline: none; }
/* line 117, scss/partials/_page.scss */
header .search-button {
  padding: 7px 7px 5px 7px;
  background: #010101;
  color: white;
  border: none;
  font-family: "lucida_consoleregular" !important;
  text-transform: uppercase;
  font-size: 1em; }
  /* line 126, scss/partials/_page.scss */
  header .search-button:hover {
    background: #4e4e4e; }
  /* line 130, scss/partials/_page.scss */
  header .search-button:active {
    background: #010101; }
/* line 144, scss/partials/_page.scss */
header .logo {
  margin-top: 22px;
  /* margin-bottom: 10px; */
  width: 97px;
  float: left; }
/* line 151, scss/partials/_page.scss */
header nav {
  margin-top: 0px;
  float: right;
  clear: right;
  color: #010101; }
  /* line 157, scss/partials/_page.scss */
  header nav a {
    padding: 20px 25px 20px 25px;
    font-size: 1.3em;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    font-family: "lucida_consoleregular" !important; }
    /* line 164, scss/partials/_page.scss */
    header nav a:active {
      color: #010101; }
  /* line 170, scss/partials/_page.scss */
  header nav .brands {
    /* display: inline !important; */
  }
  header nav .brands:hover, header nav #sizes:hover {
    background: #010101;
    color: white; }
  /* line 176, scss/partials/_page.scss */


/* line 182, scss/partials/_page.scss */
a.open {
  background: #010101;
  color: white !important; }
  /* line 186, scss/partials/_page.scss */
  a.open:hover {
    color: white !important; }

/* line 191, scss/partials/_page.scss */
.sub-nav, .sub-nav.sizes {
  margin: 0 auto;
  background: #010101;
  /*width: 100%;*/
  width: 1100px;
  height: 0px;
  clear: both;

  max-width: 100%;
  text-align: center;
  line-height: 4;
}

.sub-nav.sizes {
  display: none;
}


  /* line 196, scss/partials/_page.scss */
  .sub-nav nav, .sub-nav.sizes nav {
    padding: 20px 0;
    padding-top: 3px;
    margin: 0 auto;
    width: 960px;
    color: white;
    text-align: right; }

    .sub-nav.sizes nav {
      text-align: left;
    }
  /* line 204, scss/partials/_page.scss */
  .sub-nav a, .sub-nav.sizes a {
    margin-right: 33px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    font-family: "PTSansRegular", Arial, sans-serif;
    font-size: 1.1em;
    color: white;
    display: none;
  }

  .sub-nav.sizes a {
    margin-right: 0;
    width: 49px;
    display: inline-block !important;
    visibility: hidden;
    text-align: center;
  }

  .sub-nav.sizes a.half {
    color: grey;
  }

    /* line 213, scss/partials/_page.scss */
    .sub-nav a.last, .sub-nav.sizes a.last {
      margin-right: 0;
    }
    .sub-nav a:hover, .sub-nav.sizes a:hover {
      color: #cccccc; }

/* line 219, scss/partials/_page.scss */
.sub-nav-open {
  display: block; }

/* line 223, scss/partials/_page.scss */
.slider {
  margin: 0px auto 0 auto;
  /*width: 100%;
  min-width: 960px;
  height: 579px;
  height: 550px;*/

  width: 1100px;
  height: 440px;
  max-width: 100%;

  overflow: hidden;
  /*border-top: 1px solid #010101;*/
  position: relative; }
  /* line 231, scss/partials/_page.scss */
  .slider .slide {
    /*width: 100%;
    height: 489px;*/
    position: relative;
    background: #010101;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
     }
  /* line 236, scss/partials/_page.scss */
  .slider img {
    margin: 0 auto;
    width: 100%;
    min-width: 1500px;
    height: auto; }

  .slider img.new {
    width: 1100px; min-width: 110px;
    /*height: 580px;*/
  }
  /* line 242, scss/partials/_page.scss */
  .slider .slide-container {
    margin: 0 auto;
    position: relative;
    width: 960px; }
  /* line 248, scss/partials/_page.scss */
  .slider .content {
    position: absolute;
    
    text-align: right;
    -webkit-transform: translate(40px, 0);
    -moz-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    /* line 256, scss/partials/_page.scss */
    .slider .content.after {
      -webkit-transition-duration: 0.8s;
      -moz-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
      .content.bottom-right {
        /*top: 270px;
        right: 0;*/
        top: 180px;
        right: 140px;
      }
      .content.bottom-left {
        top: 270px;
        left: 0;
      }
      .content.top-right {
        /*top: 153px;*/
        top: 83px;
        right: 80px;
      }
      .content.top-left {
        top: 50px;
        left: 0;
      }

      .content.middle-right {
        top: 180px;
        right: 280px;
      }

  /* line 263, scss/partials/_page.scss */
  .slider h1 {
    margin: 0 0 10px 0;
    font-size: 4.5em;
    color: white;
    font-family: "lucida_consoleregular" !important;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
    letter-spacing: -2px; }
  /* line 272, scss/partials/_page.scss */
  .slider .button, .slider .checkout #CreateAccountButton, .checkout .slider #CreateAccountButton, .slider .checkout #LoginButton, .checkout .slider #LoginButton, .slider .checkout .continue-btn, .checkout .slider .continue-btn, .slider .checkout .view-order-details, .checkout .slider .view-order-details, .slider .checkout .reorder-items, .checkout .slider .reorder-items, .slider .billingButton, .slider .shippingButton, .slider .ML20 input[type=submit], .ML20 .slider input[type=submit], .slider #apply_code, .slider #bottom_payment_button, .slider .HorizontalFormContainer input[type=submit], .HorizontalFormContainer .slider input[type=submit], .slider .sharebutton, .slider input.MT10, .slider #AddressSingle, .slider .ship-to-these-addresses, .slider #top_payment_button, .slider .view-order-details, .slider .reorder-items, .slider .reorder-order-status, .slider #ModalButtonRow input, #ModalButtonRow .slider input, .slider .create-button {
    font-size: 1.3em; }

    .slider .num1 {
      /*top: 0px !important;*/
    }

    .slider .num2 {
      /*top: -136px !important;*/
    }

    .slider .num3 {
      /*top: -120px !important;*/
    }

/* line 277, scss/partials/_page.scss */
#next, #prev {
  padding: 0px 10px 10px 10px;
  /*top: 350px;
  top: 260px;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 4em;
  line-height: 1;
  /*color: white;*/
  color: #010101;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /*background: #010101;*/
  font-family: "PTSansRegular", Arial, sans-serif;
  z-index: 5; }

/* line 290, scss/partials/_page.scss */
.slide:hover ~ #next, #next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  right: 15px;
  z-index: 10; }

/* line 295, scss/partials/_page.scss */
.slide:hover ~ #prev, #prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  left: 15px;
  z-index: 10; }

/* line 300, scss/partials/_page.scss */
#next {
  right: 0; }
  /* line 303, scss/partials/_page.scss */
  #next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }

/* line 308, scss/partials/_page.scss */
#prev {
  left: 0; }
  /* line 311, scss/partials/_page.scss */
  #prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }

/* line 316, scss/partials/_page.scss */
.breadcrumbs {
  margin: 0 auto 45px auto;
  width: 100%;
  min-width: 960px;
  height: 54px;
  overflow: hidden;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
  position: relative; }
  /* line 325, scss/partials/_page.scss */
  .breadcrumbs .container {
    position: relative; }
  /* line 329, scss/partials/_page.scss */
  .breadcrumbs p {
    margin: 0 auto;
    width: 960px;
    position: absolute;
    left: 0;
    top: 13px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
    cursor: default;
    text-transform: uppercase;
    font-family: "lucida_consoleregular" !important; }
    /* line 340, scss/partials/_page.scss */
    .breadcrumbs p span {
      padding: 0 13px;
      font-family: "PTSansRegular", Arial, sans-serif; }
    /* line 345, scss/partials/_page.scss */
    .breadcrumbs p a {
      color: white;
      cursor: pointer;
      border: none;
      font-family: "PTSansRegular", Arial, sans-serif; }
      /* line 351, scss/partials/_page.scss */
      .breadcrumbs p a:hover {
        color: #cccccc; }
  /* line 357, scss/partials/_page.scss */
  .breadcrumbs li {
    display: inline;
    list-style: none; }
    /* line 361, scss/partials/_page.scss */
    .breadcrumbs li a {
      color: white;
      cursor: pointer;
      border: none;
      font-family: "PTSansRegular", Arial, sans-serif; }
      /* line 367, scss/partials/_page.scss */
      .breadcrumbs li a:hover {
        color: #cccccc; }
  /* line 373, scss/partials/_page.scss */
  .breadcrumbs img {
    margin: 0 auto;
    width: 100%;
    min-width: 1500px;
    height: auto; }

/* line 380, scss/partials/_page.scss */
.shop-by-brand {
  margin: 0 auto 70px auto;
  /*margin-bottom: 70px;*/
  padding: 1px 0;
  /*width: 100%;*/
  width: 1100px;
  background: #010101; 

  max-width: 100%;
}
  /* line 387, scss/partials/_page.scss */
  .shop-by-brand:after {
    content: "";
    display: table;
    clear: both; }
  /* line 391, scss/partials/_page.scss */
  .shop-by-brand p {
    margin: 0;
    //margin-right: 25px;
    padding: 9px 0;
    display: inline;
    float: left;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: "PTSansRegular", Arial, sans-serif; }
  /* line 402, scss/partials/_page.scss */
  .shop-by-brand .label {
    margin: 0 0 0 0px;
    padding: 10px 14px;
    background: white;
    font-family: "PTSansBoldItalic", Arial, sans-serif;
    color: #010101;
    cursor: default; }
  /* line 411, scss/partials/_page.scss */
  .shop-by-brand a {
    padding-left: 23px;
    color: white;
    border: none;
    font-weight: normal; }
    /* line 416, scss/partials/_page.scss */
    .shop-by-brand a:hover {
      color: #cccccc; }
    /* line 420, scss/partials/_page.scss */
    .shop-by-brand a:active {
      color: #999999; }
  /* line 425, scss/partials/_page.scss */
  .shop-by-brand .last {
    margin-right: 0; }

/* line 430, scss/partials/_page.scss */
.featured-products {
  padding-bottom: 0px; }
  /* line 433, scss/partials/_page.scss */
  .featured-products:after {
    content: "";
    display: table;
    clear: both; }

  .featured-products .grid-1-4.product {
    overflow: visible;
  }

/* line 438, scss/partials/_page.scss */
.category-products {
  width: 710px;
  float: left; }
  /* line 442, scss/partials/_page.scss */
  .category-products h1 {
    margin: 0 0 8px 0;
    font-size: 2.15em;
    font-family: "lucida_consoleregular" !important;
    color: #010101;
    line-height: 1; }
    /* line 449, scss/partials/_page.scss */
    .category-products h1 span {
      font-style: italic; }
  /* line 454, scss/partials/_page.scss */
  .category-products hr {
    margin: 0 0 35px 0; }
  /* line 460, scss/partials/_page.scss */
  .category-products select {
    padding-left: 10px;
    float: right; }
  /* line 465, scss/partials/_page.scss */
  .category-products.search-results {
    width: 100%; }

/* line 471, scss/partials/_page.scss */
.sidebar {
  margin-right: 50px;
  padding-bottom: 70px;
  float: left;
  width: 200px; }
  /* line 476, scss/partials/_page.scss */
  .sidebar h3 {
    margin-bottom: 15px;
    /*padding: 10px 30px;*/
    padding: 10px 21px;
    cursor: default; }
  /* line 482, scss/partials/_page.scss */
  .sidebar ul, .sidebar li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  /* line 487, scss/partials/_page.scss */
  .sidebar ul, .sidebar select {
    margin-bottom: 35px; }
  /* line 491, scss/partials/_page.scss */
  .sidebar select {
    width: 156px;
    margin-top: 5px;
    padding-left: 10px;
    position: relative;
    font-size: 1.1em; }
  /* line 499, scss/partials/_page.scss */
  .sidebar option {
    padding: 10px 0; }
  /* line 503, scss/partials/_page.scss */
  .sidebar li, .sidebar p {
    padding-left: 30px;
    font-size: 1.2em;
    color: #010101;
    line-height: 2; }
  /* line 510, scss/partials/_page.scss */
  .sidebar p {
    line-height: 1.5; }
  /* line 514, scss/partials/_page.scss */
  .sidebar a {
    border-color: white; }
    /* line 517, scss/partials/_page.scss */
    .sidebar a:hover {
      color: #666666; }
    /* line 521, scss/partials/_page.scss */
    .sidebar a:active {
      color: #010101; }

/* line 530, scss/partials/_page.scss */
.product:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
/* line 544, scss/partials/_page.scss */
.product img {
  margin-bottom: 7px; }
/* line 548, scss/partials/_page.scss */
.product p {
  margin: 0 0 7px 0;
  text-align: center;
  color: #666666;
  font-size: 1em;
  font-family: "PTSansRegular", Arial, sans-serif;
  cursor: default;
  line-height: 1.2em;
}
  /* line 556, scss/partials/_page.scss */
  .product p a {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    border: none; }
    /* line 561, scss/partials/_page.scss */
    .product p a:hover {
      background-color: black;
      color: white; }
  /* line 567, scss/partials/_page.scss */
  .product p.name {
    color: #010101;
    text-transform: uppercase;
    font-size: 1.25em;
    font-family: "PTSansBoldItalic", Arial, sans-serif;
    cursor: pointer; }
/* line 576, scss/partials/_page.scss */
.product a {
  border: none; }

/* line 584, scss/partials/_page.scss */
.ebay {
  padding: 30px 0 90px 0; }
  /* line 587, scss/partials/_page.scss */
  .ebay:after {
    content: "";
    display: table;
    clear: both; }
  /* line 591, scss/partials/_page.scss */
  .ebay img {
    margin-top: 30px;
    float: left; }
  /* line 600, scss/partials/_page.scss */
  .ebay div {
    margin-left: 70px;
    float: left;
    width: 650px; }
  /* line 606, scss/partials/_page.scss */
  .ebay h4 {
    margin-top: 0;
    font-family: "lucida_consoleregular" !important; }
  /* line 611, scss/partials/_page.scss */
  .ebay a {
    color: #010101;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    font-family: "lucida_consoleregular" !important; }

/* line 619, scss/partials/_page.scss */
.pagination {
  margin-bottom: 100px;
  padding: 15px 0;
  border-top: 1px dotted #010101;
  border-bottom: 1px dotted #010101;
  width: 100%;
  text-align: center;
  font-family: "PTSansRegular", Arial, sans-serif; }
  /* line 627, scss/partials/_page.scss */
  .pagination ul {
    margin: 0;
    padding: 0; }
  /* line 631, scss/partials/_page.scss */
  .pagination li {
    margin: 0 2px;
    display: inline;
    list-style-type: none; }
  /* line 637, scss/partials/_page.scss */
  .pagination a {
    padding: 5px 10px;
    color: #010101;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    font-size: 1.2em; }
    /* line 644, scss/partials/_page.scss */
    .pagination a:hover {
      background: #010101;
      color: white; }
  /* line 650, scss/partials/_page.scss */
  .pagination .current-page, .pagination .ActivePage a {
    background: #010101;
    color: white;
    cursor: default; }

/* line 665, scss/partials/_page.scss */
.questions-and-answers {
  padding-top: 1px;
  padding-bottom: 100px;
  font-size: 1.1em; }
  /* line 669, scss/partials/_page.scss */
  .questions-and-answers .question {
    margin-top: 40px;
    margin-bottom: 0;
    font-family: "lucida_consoleregular" !important; }
  /* line 674, scss/partials/_page.scss */
  .questions-and-answers figure {
    margin: 10px auto 0 auto;
    padding: 0 0 20px 0;
    float: right;
    width: 251px; }
    /* line 680, scss/partials/_page.scss */
    .questions-and-answers figure img {
      margin-bottom: 20px; }
    /* line 684, scss/partials/_page.scss */
    .questions-and-answers figure figcaption {
      margin: 0 auto;
      width: 220px;
      text-align: center;
      font-style: italic;
      color: #666666; }

/* line 694, scss/partials/_page.scss */
.full-width, table.CartContents {
  width: 100%; }

/* line 698, scss/partials/_page.scss */
.spacing {
  padding-top: 40px; }

/* line 702, scss/partials/_page.scss */
.ebay p {
  width: 625px; }

/* line 706, scss/partials/_page.scss */
.store-link {
  padding-top: 20px; }

/* line 710, scss/partials/_page.scss */
h3.jordan {
  margin: 0 auto;
  padding: 10px 58px;
  text-align: center; }

/* line 716, scss/partials/_page.scss */
.jordans {
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: center;
  width: 815px; }

/* line 722, scss/partials/_page.scss */
.jordan-edition {
  margin: 0 50px 40px 0;
  position: relative;
  width: 238px;
  height: 161px;
  float: left; }
  /* line 728, scss/partials/_page.scss */
  .jordan-edition div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50) \9;
    cursor: pointer; }
    /* line 736, scss/partials/_page.scss */
    .jordan-edition div:hover {
      background: black;
      /* The Fallback */
      background: rgba(0, 0, 0, 0);
      filter: alpha(opacity=0) \9; }
    /* line 742, scss/partials/_page.scss */
    .jordan-edition div:active {
      background: black;
      /* The Fallback */
      background: rgba(0, 0, 0, 0.5);
      filter: alpha(opacity=50) \9; }
  /* line 749, scss/partials/_page.scss */
  .jordan-edition p {
    *padding-top: 65px;
    color: white;
    text-align: center;
    font-size: 5em;
    line-height: .5; }
  /* line 761, scss/partials/_page.scss */
  .jordan-edition.last {
    margin-right: 0; }
  /* line 765, scss/partials/_page.scss */
  .jordan-edition.end {
    margin-left: 148px; }

/* line 772, scss/partials/_page.scss */
.our-store .grid-1-4 {
  padding-top: 23px;
  width: 230px; }
/* line 777, scss/partials/_page.scss */
.our-store .grid-2-4 {
  width: 426px; }
/* line 781, scss/partials/_page.scss */
.our-store .grid-3-4 {
  margin-right: 33px; }
/* line 785, scss/partials/_page.scss */
.our-store ul {
  padding-left: 20px;
  list-style-type: square;
  text-align: left; }
  /* line 790, scss/partials/_page.scss */
  .our-store ul li {
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 1.2em;
    color: #666666;
    font-family: "PTSansRegular", Arial, sans-serif; }
/* line 799, scss/partials/_page.scss */
.our-store p strong {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal; }
  /* line 803, scss/partials/_page.scss */
  .our-store p strong span {
    font-family: "lucida_consoleregular" !important; }
/* line 808, scss/partials/_page.scss */
.our-store a {
  text-transform: none; }

/* line 813, scss/partials/_page.scss */
table.CartContents em.ProductPrice {
  font-style: normal; }

/* line 817, scss/partials/_page.scss */
.CartContents tbody td, .CartContents tfoot td {
  padding: 29px 10px; }

/* line 821, scss/partials/_page.scss */
table.CartContents th, table.General th {
  background: #010101;
  color: white; }

/* line 826, scss/partials/_page.scss */
.CartItemQuantity a {
  color: #666666;
  font-size: .8em; }
  /* line 830, scss/partials/_page.scss */
  .CartItemQuantity a:hover {
    color: red; }

/* line 835, scss/partials/_page.scss */
dd {
  /* margin: 0 0px 11px 40px; */ 
  margin: 0;
}

/* line 839, scss/partials/_page.scss */
.ShippingMethodList p, .EstimateShippingButtons {
  text-align: right !important; }

/* line 843, scss/partials/_page.scss */
.ShippingMethodList p {
  color: #010101; }

/* line 847, scss/partials/_page.scss */
.EstimateShippingLink em {
  font-style: normal; }

/* line 851, scss/partials/_page.scss */
.KeepShopping {
  margin-top: 8px;
  display: none; }

/* line 856, scss/partials/_page.scss */
.KeepShopping a {
  font-size: .9em;
  color: #666666; }

/* line 861, scss/partials/_page.scss */
.FloatRight {
  float: right; }

/* line 865, scss/partials/_page.scss */
.CartUpdateBtn {
  display: none; }

/* line 869, scss/partials/_page.scss */
.ProceedToCheckout {
  float: right; }

/* line 873, scss/partials/_page.scss */
.CheckoutButton {
  float: right; }

.CheckoutButton a {
  background: #010101 !important;
}

/* line 877, scss/partials/_page.scss */
.AlternativeCheckout {
  margin-top: 10px;
  text-align: right; }
  /* line 881, scss/partials/_page.scss */
  .AlternativeCheckout p.AlternativeCheckoutOr {
    text-align: right;
    margin-top: 10px;
    font-size: .9em; }

/* line 1, scss/partials/_newbigcommerce.scss */
.ProductList {
  margin: 0;
  padding: 0;
  text-align: center; }
  /* line 5, scss/partials/_newbigcommerce.scss */
  .ProductList li {
    margin: 0 53px 80px 0;
    width: 200px;
    float: left;
    text-align: center;
    list-style: none; }
    /* line 12, scss/partials/_newbigcommerce.scss */
  

.clearafter:after {
  content: "";
  display: table;
  clear: both;
}

/* line 19, scss/partials/_newbigcommerce.scss */
.ProductDetails {
  text-align: center; }
  /* line 22, scss/partials/_newbigcommerce.scss */
  .ProductDetails strong {
    margin-bottom: 7px;
    display: block;
    font-family: "PTSansBoldItalic", Arial, sans-serif;
    color: #010101;
    font-size: 1.1em; }
    /* line 29, scss/partials/_newbigcommerce.scss */
    .ProductDetails strong a {
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 2px;
      border: none; }
      /* line 34, scss/partials/_newbigcommerce.scss */
      .ProductDetails strong a:hover {
        background-color: black;
        color: white !important; }

/* line 44, scss/partials/_newbigcommerce.scss */
.ProductImage img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

/* line 51, scss/partials/_newbigcommerce.scss */
.ProductPriceRating em {
  margin: 0 0 7px 0;
  text-align: center;
  color: #666666;
  font-family: "PTSansRegular", Arial, sans-serif;
  cursor: default;
  font-style: normal; }

/* line 61, scss/partials/_newbigcommerce.scss */
.ProductActionAdd {
  display: none; }

/* line 65, scss/partials/_newbigcommerce.scss */
#HomeRecentBlogs {
  display: none; }

/* line 69, scss/partials/_newbigcommerce.scss */
div.FacebookLikeButtonContainer {
  text-align: left; }

/* line 1, scss/partials/_product-page.scss */
.product-images {
  margin-top: 50px;
  width: 400px;
  float: left; }
  /* line 6, scss/partials/_product-page.scss */
  .product-images .thumbs {
    margin: 40px auto 0 auto;
    padding: 0;
    text-align: center; }
    /* line 11, scss/partials/_product-page.scss */
    .product-images .thumbs li {
      display: inline;
      list-style-type: none; }
    /* line 16, scss/partials/_product-page.scss */
    .product-images .thumbs img {
      margin: 0 10px; margin-bottom: 15px;
    }
      /* line 19, scss/partials/_product-page.scss */
      .product-images .thumbs img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
  /* line 25, scss/partials/_product-page.scss */
  .product-images img {
    max-width: 401px;
    height: auto !important; }

/* line 32, scss/partials/_product-page.scss */
.product-description {
  padding-bottom: 150px;
  /*width: 500px;*/
  float: right; 

  margin-top: 50px;
  width: 290px;
}
  /* line 37, scss/partials/_product-page.scss */
  .product-description h1 {
    margin: 0 0 15px 0;
    /*font-size: 2.15em;*/
    /*font-family: "lucida_consoleregular" !important;*/
    color: #010101;
    /*line-height: 1;*/

    font-family: "PTSansRegular", Arial, sans-serif;
    font-size: 2em;
    line-height: 1.2;
    font-weight: normal;
    text-transform: capitalize;
  }
  /* line 45, scss/partials/_product-page.scss */
  .product-description .price {
    margin: 0 0 15px 0;
    font-family: "lucida_consoleregular" !important;
    /*font-size: 1.3em; */

    font-size: 2em;
    color: #010101;
  }

    .price em {
      font-style: normal !important;
    }
    /* line 50, scss/partials/_product-page.scss */
    .product-description .price span {
      padding-left: 7px;
      padding-bottom: 2px;
      font-family: "PTSansRegular", Arial, sans-serif;
      color: #999999;
      /*font-size: .7em;*/
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      /* IE7 Fix */
      zoom: 1;
      *display: inline;

      font-size: .5em;
      /* IE7 Fix */ }
  /* line 61, scss/partials/_product-page.scss */
  .product-description hr {
    margin: 0 0 30px 0; }
    /* line 64, scss/partials/_product-page.scss */
    .product-description hr.heading {
      margin: -25px 0 0 0; }
  /* line 69, scss/partials/_product-page.scss */
  .product-description .add-to-cart {
   /* //margin-top: 25px;*/
    padding-bottom: 30px;
    float: right;
   /* width: 150px; */

    width: 100%;
  }
  .ie .product-description .add-to-cart {
   
  }
  /* line 75, scss/partials/_product-page.scss */
  .product-description select {
    margin-bottom: 10px;
    width: 80px;
    /*float: right;*/ 
  }
  /* line 81, scss/partials/_product-page.scss */
  .product-description .button, .product-description .checkout #CreateAccountButton, .checkout .product-description #CreateAccountButton, .product-description .checkout #LoginButton, .checkout .product-description #LoginButton, .product-description .checkout .continue-btn, .checkout .product-description .continue-btn, .product-description .checkout .view-order-details, .checkout .product-description .view-order-details, .product-description .checkout .reorder-items, .checkout .product-description .reorder-items, .product-description .billingButton, .product-description .shippingButton, .product-description .ML20 input[type=submit], .ML20 .product-description input[type=submit], .product-description #apply_code, .product-description #bottom_payment_button, .product-description .HorizontalFormContainer input[type=submit], .HorizontalFormContainer .product-description input[type=submit], .product-description .sharebutton, .product-description input.MT10, .product-description #AddressSingle, .product-description .ship-to-these-addresses, .product-description #top_payment_button, .product-description .view-order-details, .product-description .reorder-items, .product-description .reorder-order-status, .product-description #ModalButtonRow input, #ModalButtonRow .product-description input, .product-description .create-button {
    text-transform: uppercase;
    font-size: 1.2em; }
  /* line 86, scss/partials/_product-page.scss */
  .product-description .specs {
    float: left;
    padding-bottom: 20px; }
    /* line 89, scss/partials/_product-page.scss */
    .product-description .specs p {
      /*text-transform: uppercase;*/
      /*line-height: .9; */
      font-size: 1.1em;

      margin: 0 0 7px 0;
      line-height: 1.4;
      color: #010101;
    }
    /* line 94, scss/partials/_product-page.scss */
    .product-description .specs span {
      /*font-family: "lucida_consoleregular" !important;*/
      /*color: #010101;*/ 

      /*font-family: "PTSansRegular", Arial, sans-serif;*/
      font-family: "lucida_consoleregular" !important;
      color: #666666;
    }
  /* line 100, scss/partials/_product-page.scss */
  .product-description .social-links {
    padding: 5px 0 15px 0; }
    /* line 104, scss/partials/_product-page.scss */
    .product-description .social-links img {
      margin-right: 20px;
      float: left; }
  /* line 110, scss/partials/_product-page.scss */
  .product-description h3 {
    margin-top: 50px; }
  /* line 114, scss/partials/_product-page.scss */
  .product-description iframe {
    margin-top: 55px; }

/* line 1, scss/partials/_blog.scss */
.blog-post, #NewsContent {
  margin-top: 0px;
  margin-bottom: 125px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #cccccc; }
  /* line 6, scss/partials/_blog.scss */
  .blog-post p, .blog-post ul, .blog-post ol, #NewsContent p, #NewsContent ul, #NewsContent ol {
    margin: 0 auto 20px auto;
    font-size: 1.05em;
    color: #4d4d4d;
    width: 70%; }
  /* line 13, scss/partials/_blog.scss */
  .blog-post .date, .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6, .blog-post .author, .blog-post .social-links, .blog-post figcaption, .blog-post .NewsDate, #NewsContent .date, #NewsContent h1, #NewsContent h2, #NewsContent h3, #NewsContent h4, #NewsContent h5, #NewsContent h6, #NewsContent .author, #NewsContent .social-links, #NewsContent figcaption, #NewsContent .NewsDate {
    text-align: center; }
  /* line 17, scss/partials/_blog.scss */
  .blog-post .date, .blog-post .author, .blog-post .NewsDate, #NewsContent .date, #NewsContent .author, #NewsContent .NewsDate {
    font-size: .7em;
    color: #666666;
    letter-spacing: .5em;
    text-transform: uppercase; }
  /* line 24, scss/partials/_blog.scss */
  .blog-post .date, .blog-post .NewsDate, #NewsContent .date, #NewsContent .NewsDate {
    margin-bottom: 0; }
  /* line 28, scss/partials/_blog.scss */
  .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6, #NewsContent h1, #NewsContent h2, #NewsContent h3, #NewsContent h4, #NewsContent h5, #NewsContent h6 {
    /*font-family: "lucida_consoleregular" !important;*/
    font-family: "lucida_consoleregular" !important;
    letter-spacing: -.05em; }
  /* line 33, scss/partials/_blog.scss */
  .blog-post h1, #NewsContent h1 {
    margin-top: 0;
    font-size: 2.5em;
    text-transform: capitalize; }
  /* line 39, scss/partials/_blog.scss */
  .blog-post h2, #NewsContent h2 {
    font-size: 1.8em; }
  /* line 43, scss/partials/_blog.scss */
  .blog-post h3, #NewsContent h3 {
    background: none;
    text-align: center;
    display: block;
    font-size: 1.6em;
    color: #010101;
    text-transform: capitalize; }
  /* line 52, scss/partials/_blog.scss */
  .blog-post h4, #NewsContent h4 {
    color: #666666;
    font-size: 1.4em; }
  /* line 57, scss/partials/_blog.scss */
  .blog-post h5, .blog-post h6, #NewsContent h5, #NewsContent h6 {
    text-transform: capitalize; }
  /* line 61, scss/partials/_blog.scss */
  .blog-post h4, .blog-post h5, .blog-post h6, #NewsContent h4, #NewsContent h5, #NewsContent h6 {
    margin-top: 25px; }
  /* line 65, scss/partials/_blog.scss */
  .blog-post figure, #NewsContent figure {
    padding-bottom: 30px; }
    /* line 68, scss/partials/_blog.scss */
    .blog-post figure figcaption, #NewsContent figure figcaption {
      margin: 15px 0 0 0;
      color: #666666; }
  /* line 74, scss/partials/_blog.scss */
  .blog-post img, #NewsContent img {
    margin-top: 20px;
    margin-left: -144px;
    max-width: 960px;
    height: auto; }
  /* line 79, scss/partials/_blog.scss */
  .blog-post .author, #NewsContent .author {
    margin-top: 100px;
    margin-bottom: 90px; }
  /* line 84, scss/partials/_blog.scss */
  .blog-post .social-links iframe, #NewsContent .social-links iframe {
    margin: 0 auto 20px auto;
    display: block; }
    /* line 88, scss/partials/_blog.scss */
    .blog-post .social-links iframe.facebook, #NewsContent .social-links iframe.facebook {
      padding-left: 59px; }

/* line 3, scss/partials/_contact.scss */
.contact-us h3 {
  padding: 10px 66px; }
/* line 7, scss/partials/_contact.scss */
.contact-us p {
  margin-top: 5px;
  text-align: left; }
/* line 12, scss/partials/_contact.scss */
.contact-us .grid-1-4, .contact-us .grid-2-4 {
  height: auto; }
/* line 16, scss/partials/_contact.scss */
.contact-us .no-margin {
  float: right; }
/* line 20, scss/partials/_contact.scss */
.contact-us hr {
  margin-bottom: 50px; }

/* line 25, scss/partials/_contact.scss */
.contact-form {
  //margin-left: 20px;
  //padding-top: 30px; }
  /* line 32, scss/partials/_contact.scss */
  .contact-form label {
    padding: 10px 13px 0 0;
    float: left;
    text-align: right;
    width: 100px;
    *width: 80px;
    cursor: default;
    font-size: 1em; }
  /* line 43, scss/partials/_contact.scss */
  .contact-form input.name, .contact-form input.email, .contact-form textarea {
    margin-bottom: 13px !important;
    padding: 10px;
    border: 1px solid #cccccc;
    float: left;
    width: 329px;
    *width: 295px; }
    /* line 50, scss/partials/_contact.scss */
    .contact-form input.name:focus, .contact-form input.email:focus, .contact-form textarea:focus {
      background: #f7f7f7;
      border: 1px solid #b3b3b3;
      outline: none; }
  /* line 57, scss/partials/_contact.scss */
  .contact-form textarea {
    height: 200px; }
  /* line 61, scss/partials/_contact.scss */
  .contact-form .button, .contact-form .checkout #CreateAccountButton, .checkout .contact-form #CreateAccountButton, .contact-form .checkout #LoginButton, .checkout .contact-form #LoginButton, .contact-form .checkout .continue-btn, .checkout .contact-form .continue-btn, .contact-form .checkout .view-order-details, .checkout .contact-form .view-order-details, .contact-form .checkout .reorder-items, .checkout .contact-form .reorder-items, .contact-form .billingButton, .contact-form .shippingButton, .contact-form .ML20 input[type=submit], .ML20 .contact-form input[type=submit], .contact-form #apply_code, .contact-form #bottom_payment_button, .contact-form .HorizontalFormContainer input[type=submit], .HorizontalFormContainer .contact-form input[type=submit], .contact-form .sharebutton, .contact-form input.MT10, .contact-form #AddressSingle, .contact-form .ship-to-these-addresses, .contact-form #top_payment_button, .contact-form .view-order-details, .contact-form .reorder-items, .contact-form .reorder-order-status, .contact-form #ModalButtonRow input, #ModalButtonRow .contact-form input, .contact-form .create-button {
    margin: 5px 0 0 100px;
    padding: 10px 40px;
    float: left;
    text-transform: uppercase; }

/* line 68, scss/partials/_contact.scss */
.contact-details {
  margin-top: 10px;
  text-align: left;
  font-size: .9em; }
  /* line 73, scss/partials/_contact.scss */
  .contact-details h3 {
    margin-bottom: 13px;
    padding: 5px 20px;
    width: 100%; }
  /* line 79, scss/partials/_contact.scss */
  .contact-details p {
    margin-bottom: 40px;
    line-height: 1.8; }
    /* line 83, scss/partials/_contact.scss */
    .contact-details p a {
      text-transform: inherit; }
  /* line 88, scss/partials/_contact.scss */
  .contact-details .social {
    margin-right: 10px;
    padding: 7px;
    color: white;
    background: #666666;
    cursor: pointer;
    line-height: 3; }
    /* line 96, scss/partials/_contact.scss */
    .contact-details .social:hover {
      background: #010101; }

/* line 3, scss/partials/_checkout.scss */
.checkout h1 {
  font-family: "lucida_consoleregular" !important;
  /*font-family: "lucida_consoleregular" !important; */}

/* line 7, scss/partials/_checkout.scss */
.checkout hr {
  margin: -10px 0 0 0;
  margin-bottom: 0px; }
/* line 12, scss/partials/_checkout.scss */
.checkout dd {
  margin: 0 0 10px 0; }
/* line 16, scss/partials/_checkout.scss */
.checkout label {
  color: #666666; }
/* line 20, scss/partials/_checkout.scss */
.checkout #login_email, .checkout #login_pass {
  margin-bottom: 13px !important;
  padding: 10px;
  border: 1px solid #cccccc;
  width: 329px;
  *width: 295px; }
/* line 29, scss/partials/_checkout.scss */
.checkout li {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 10px; }
/* line 35, scss/partials/_checkout.scss */
.checkout #CreateAccountButton, .checkout #LoginButton, .checkout .continue-btn, .checkout .view-order-details, .checkout .reorder-items {
  text-transform: uppercase; }
/* line 40, scss/partials/_checkout.scss */
.checkout .continue-btn {
  margin-top: 7px; }
/* line 44, scss/partials/_checkout.scss */
.checkout .forgot-password {
  font-size: .8em; }

/* line 50, scss/partials/_checkout.scss */
.CreateAccount, .AccountLogin {
  border-top: 0 !important;
  border-right: 0 !important;
  float: left; }

/* line 55, scss/partials/_checkout.scss */
.CreateAccount {
  width: 47%; }

/* line 59, scss/partials/_checkout.scss */
.AccountLogin {
  padding-bottom: 40px;
  padding-left: 90px;
  width: 52%; }

/* line 65, scss/partials/_checkout.scss */
.ExpressCheckoutTitle {
  margin-bottom: 5px;
  width: 100%; }

/* line 70, scss/partials/_checkout.scss */
.ChangeLink {
  border-bottom: 1px dotted #010101; }

/* line 74, scss/partials/_checkout.scss */
.field-xlarge, #couponcode, .HorizontalFormContainer input[type=text], #password, #password_confirm {
  margin-bottom: 13px !important;
  padding: 8px;
  border: 1px solid #cccccc;
  width: 329px;
  *width: 295px; }

/* line 83, scss/partials/_checkout.scss */
#FormField_11, #FormField_12, #FormField_21, #FormField_22 {
  padding: 0;
  margin-top: 5px;
  padding-left: 10px;
  height: 40px; }

/* line 90, scss/partials/_checkout.scss */
#FormField_13 {
  margin-bottom: 0 !important; }

/* line 98, scss/partials/_checkout.scss */
.sharebutton {
  border-radius: 0; }

/* line 102, scss/partials/_checkout.scss */
.HorizontalFormContainer input[type=submit] {
  margin-bottom: 50px; }

/* line 106, scss/partials/_checkout.scss */
#bottom_payment_button {
  margin: 15px 0 20px 0; }

/* line 110, scss/partials/_checkout.scss */
#apply_code {
  padding: 8px 20px 7px;
  vertical-align: top; }

/* line 115, scss/partials/_checkout.scss */
.ML20 input[type=submit] {
  margin-bottom: 38px;
  font-size: 1.4em; }

/* line 120, scss/partials/_checkout.scss */
.more-space-bottom {
  margin-bottom: 11px; }

/* line 125, scss/partials/_checkout.scss */
#CheckoutLoginError a {
  color: white;
  /* IE7 Fix */
  zoom: 1;
  *display: inline;
  /* IE7 Fix */
  text-decoration: none;
  border-bottom: 1px dotted white; }

/* line 133, scss/partials/_checkout.scss */
#checkout_type_register {
  margin-bottom: 22px; }

/* line 137, scss/partials/_checkout.scss */
.ShippingProviderList {
  margin-bottom: 27px;
  list-style-type: none; }

/* line 142, scss/partials/_checkout.scss */
.ShipperPrice {
  font-style: normal;
  font-weight: bold;
  color: #010101; }

/* line 149, scss/partials/_checkout.scss */
.ExpressCheckoutContent h3 {
  margin-top: 40px;
  margin-bottom: 10px; }

/* line 155, scss/partials/_checkout.scss */
#OrderConfirmationForm hr.Clear {
  margin: 23px 0 0 0; }

/* line 159, scss/partials/_checkout.scss */
.CheckboxTogglesOtherElements {
  margin-bottom: 25px;
  font-size: 1.1em; }

/* line 164, scss/partials/_checkout.scss */
.PL20 label {
  font-size: 1.1em; }

/* line 168, scss/partials/_checkout.scss */
#top_payment_button {
  font-size: .7em; }

/* line 178, scss/partials/_checkout.scss */
.view-order-details, .reorder-items, .reorder-order-status, #ModalButtonRow input {
  text-transform: uppercase; }

/* line 183, scss/partials/_checkout.scss */
.view-order-details {
  margin: 5px 0; }

/* line 1, scss/partials/_login.scss */
.create-button {
  margin-top: 7px; }

/* line 6, scss/partials/_login.scss */
.CreateAccount {
  padding-bottom: 120px; }

/* line 10, scss/partials/_login.scss */
.smaller {
  font-size: .8em; }

/* line 14, scss/partials/_login.scss */
#LoginButton {
  margin-bottom: 23px !important; }

/* line 1, scss/partials/_footer.scss */
footer {
  padding-top: 35px;
  width: 100%;
  height: 600px;
  background: #010101; }
  /* line 6, scss/partials/_footer.scss */
  footer:after {
    content: "";
    display: table;
    clear: both; }
  /* line 11, scss/partials/_footer.scss */
  footer .container:after {
    content: "";
    display: table;
    clear: both; }
  /* line 16, scss/partials/_footer.scss */
  footer h4 {
    margin-bottom: 20px;
    color: #e6e6e6;
    font-size: 1.2em; }
  /* line 23, scss/partials/_footer.scss */
  footer .customer-service a {
    margin-bottom: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    zoom: 1;
    *display: inline;
    /* IE7 Fix */
    border-color: #010101;
    text-transform: capitalize;
    font-weight: normal;
    color: #666666; }
    /* line 32, scss/partials/_footer.scss */
    footer .customer-service a:hover {
      color: #999999;
      border-color: #010101; }
  /* line 39, scss/partials/_footer.scss */
  footer p {
    margin: 0;
    font-size: 1.1em; }
    /* line 43, scss/partials/_footer.scss */
    footer p.email {
      margin-top: 20px; }
      /* line 45, scss/partials/_footer.scss */
      footer p.email a {
        text-transform: lowercase; }
    /* line 50, scss/partials/_footer.scss */
    footer p a {
      border-color: #010101;
      text-transform: capitalize;
      font-weight: normal;
      color: #666666; }
      /* line 56, scss/partials/_footer.scss */
      footer p a:hover {
        color: #999999;
        border-color: #010101; }
      /* line 61, scss/partials/_footer.scss */
      footer p a:active {
        color: #666666 !important; }
  /* line 67, scss/partials/_footer.scss */
  footer a {
    color: #666666; }
  /* line 71, scss/partials/_footer.scss */
  footer .social {
    margin-right: 10px;
    padding: 3px;
    background: #4d4d4d;
    color: #010101;
    cursor: pointer; }
    /* line 79, scss/partials/_footer.scss */
    footer .social:hover {
      background: #595959;
      color: #010101; }
    /* line 84, scss/partials/_footer.scss */
    footer .social:active {
      background: #666666; }
  /* line 89, scss/partials/_footer.scss */


  footer .logo-footer {
   width: 70px;
   margin-top: 60px;
   margin-left: 19px;
   opacity: 0.25;
  }
  footer .copyright {
    margin-left: 3px;
    padding-top: 19px;
    font-size: .8em; }
  footer .copyright a {
    font-size: 1.2em;
  }
    /* line 93, scss/partials/_footer.scss */
    footer .copyright span {
     /* font-weight: bold;*/ }
  /* line 98, scss/partials/_footer.scss */
  footer .graticle {
    padding-top: 225px;
    color: #404040;
    text-align: center !important;
    font-size: .9em; }
    /* line 104, scss/partials/_footer.scss */
    footer .graticle a {
      color: #666666;
      font-size: 1em; }
      /* line 108, scss/partials/_footer.scss */
      footer .graticle a:hover {
        color: #5ba6c1; }

/* Remove when going live */
/* line 31, scss/styles.scss */
#maintenance_notice {
  display: none; }

/** AJAX loading box - Start **/
/* line 37, scss/styles.scss */
#AjaxLoading {
  display: none;
  text-align: center;
  width: 210px;
  z-index: 10000000000;
  padding: 5px 10px; }

/* line 45, scss/styles.scss */
#AjaxLoading img {
  vertical-align: bottom;
  margin-right: 5px; }

/** AJAX loading box - End **/

tr.QuickSearchAllResults a {
  color: #FFF;
  background: #000 !important;
  padding: 2px 18px;
}

#TabContentAddressSingle .InfoMessage, #ChooseShippingAddress .actions {
  display: none; /* remove the ability to add more addresses */
}

.productAttributeList {
  //width: 50px;
}

select#qty_ {
  display: none !important; /*Hide the quantity box*/
}

.productAttributeList .productAttributeRow {
  margin-left: 0 !important; padding-left: 0 !important;
}

.productAttributeList .productAttributeLabel {
  margin: 0 !important;
  /*margin: 0 0 6px -173px !important;*/
  /*//width: auto !important;*/

  font-weight: normal !important;
  float: none !important;
}

.productAttributeList .productAttributeLabel .name {
  margin: 0 !important;
  font-weight: normal;
  color: #010101;
}

.productAttributeList .productAttributeLabel .name span {
  color: #666666;
}

.ie .ProductAddToCart .productAttributeLabel {
  text-align: right !important;
}

.ie .productAttributeList .productAttributeLabel {
  width: 150px;
  padding-left: 63px;
  //float: right;
}

.ie .productAttributeList .productAttributeLabel {
  
 
}

.ie .productAttributeValue {
  margin: 0; padding: 0;
}

.ie .productAttributeList .productAttributeRow {
  padding-left: 70px;
  float: left;
}

.ie .product-description select {
  float: right;
}

.BulkDiscount .button {
  margin-top: 0px;
}

.product-description .BulkDiscount .button {
    width: 100%;
    text-transform: capitalize;
   /* font-family: "PTSansRegular", Arial, sans-serif;*/
    font-family: "lucida_consoleregular" !important;
    font-size: 1.7em;
}

.BulkDiscount .quantity {
  display: none !important;
}

#slideshow {
  height: 283px !important;
}

header.info {
  margin: 0 !important; padding: 0 !important;
}

.productAttributeLabel {
  font-size: .9em;
}

.InventoryLevel, .VariationProductInventory {
  color: white !important;
}

.ProductThumb, .TinyOuterDiv img {
  height: auto !important;
}

.ProductThumbWrap {
 /*min-height: 267px;*/

 min-height: 381px;
}

.ProductAside {
  /*margin-top: 50px;*/
  float: left;

  margin-top: 40px;
  width: 615px;
}

.ImageCarouselBox {
  padding-left: 7px;
  margin-left: 0 !important;

  width: 615px;
}

.ProductTinyImageList {
  padding-top: 15px;
  clear:both;
}

.ProductTinyImageList ul {
  /*width: 401px !important;*/
  list-style-type: none;
  list-style: none;

  width: 615px !important;
  clear: both;
}

.ProductTinyImageList li {
  float: left;
  display: inline;
}

.PayPalExpressCheckout {
  margin-top: 15px;
  clear: both;
}

.TinyOuterDiv img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.ImageCarouselBox {
  
}

.zoomWrapper {
  height: 303px;
}

.ie .ProductTinyImageList {
  overflow: visible !important;
}

.ie .ProductTinyImageList ul li {
  display: inline;
  float: left;
}

/* Firefox */
@-moz-document url-prefix() {
  .quantity {
    margin-top: 37px !important;
  }
}

.smaller-title {
  font-size: 100%;
}

/* PayPal Blue */
.PayPalExpressCheckout {
  margin-top: 35px;
  clear: both;
  padding: 20px 30px 15px 30px;
  /* border: 1px solid rgb(222, 222, 222); */
  background: #0079c1;
}

  .PayPalExpressCheckout p {
    color: white;
    text-align: right;
    float: none !important;
  }

  .PayPalExpressCheckout p strong {
    display: block;
  }

/* PayPal White */
/*.PayPalExpressCheckout {
  margin-top: 35px;
  clear: both;
  padding: 20px 30px 35px 30px;
  border: 1px solid rgb(222, 222, 222);
  background: #ffffff;
}

  .PayPalExpressCheckout p {
    color: #010101;
    text-align: right;
  }*/

/* PayPal Button on Cart Page */
.paypal-btn {
  background: #fdbd51;
  color: #003259;
  padding: 10px 20px;
  /*font-family: "lucida_consoleregular" !important;*/
  font-family: "lucida_consoleregular" !important;
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
}

/* Message on Checkout Pages */
.message-alert-container {
  float: right;
  width: 320px;
  margin: 90px 100px 0 0;
  padding: 20px 30px;
  background: #FFFCC5;
}
  
  .message-alert-container p {
    text-align: center;
    color: black;
  }

.billingButton,
.shippingButton
{
  background: #010101 !important;
}

/* Zip Codes more width */
#FormField_13,
#FormField_23
{
  width: 60px !important;
}

/* Size button */
.productOptionViewRectangle .option label {
  background: #B3B3B3 !important;
  border: none !important;
  color: white !important;
  /*padding: 10px 15px !important;*/
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 3;
  /*font-size: 84%;*/
}

.productOptionViewRectangle .option label:hover {
  background: #848484 !important;
}

.productOptionViewRectangle li.option.selectedValue label {
  /*padding: 0 !important;*/
  background: #010101 !important;
  border-width: 0 !important;
  line-height: 3;
  padding: 2px 5px !important;
}

.productAttributeList .required {
  display: none;
}

.productOptionViewRectangle li {
  margin-top: -1px;
  list-style-type: none !important;
}

.productOptionViewRectangle .validation {
 display: none !important;
}