
@import "icons.css";
@import "base.css";
@import "layout.css";

.zoomie {
  position: relative;
}

.zoomie-window {
  top: 0;
  left: 0;
  cursor: none;
  background-color: #fff;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 1px solid #c9c9c9;
  position: absolute;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 25px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 25px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 25px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

.ModalContent > .row {
  min-width: 0;
  width: auto;
}

#ModalOverlay {
  background-color: #000;
}

#ModalContainer {
  left: 50%;
  top: 15%;
}

.modalClose {
  z-index: 100000;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #222;
}

#ModalLoadingOverlay {
  background: #000;
  cursor: pointer;
}

#ModalLoadingIndicator {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  /* 	background: url(loading.gif) no-repeat; */
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30001;
}

#ModalContentContainer {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.4);
  -webkit-background-clip: padding-box;
}

#ModalContentContainer form {
  margin: 0;
}

#ModalTitle, .ModalTitle {
  margin: 0;
  padding: 0;
}

h3#ModalTitle, h3.ModalTitle {
  padding: 10px 14px;
  -webkit-background-clip: padding-box;
  text-align: left;
  margin: 0;
}

#ModalContent, .ModalContent {
  margin: 0;
  text-align: left;
  color: #444;
  padding: 0 10px;
}

.ModalContentWithButtons .ModalContent, .ModalContentWithButtons #ModalContent {
  margin-bottom: 0;
  border-bottom-width: 0;
}

#ModalButtonRow, .ModalButtonRow {
  -webkit-background-clip: padding-box;
  padding: 10px;
  line-height: 30px;
  text-align: right;
}

#ModalButtonRow input, .ModalButtonRow input {
  text-align: center;
}

#ModalButtonRow input.Submit, .ModalButtonRow input.Submit,
#ModalButtonRow input.SubmitButton, .ModalButtonRow input.SubmitButton {
  font-weight: bold;
}

/* simple required-asterisk colour style */
.productAttributeList ul {
  margin: 0;
}
.productAttributeList ul.square {
  margin-left: 17px;
}
.productAttributeList .required {
  color: #c60f13;
}
.productAttributeList .productAttributeRow {
  clear: left;
  margin-bottom: 15px;
}
.productAttributeList .productAttributeLabel {
  float: left;
  width: 33.33333%;
  position: relative;
  text-align: right;
  padding: 0 10px 0 15px;
  margin-bottom: 3px;
}
.productAttributeList .productAttributeValue {
  float: right;
  width: 66.66667%;
}
.productAttributeList .productOptionViewRadio label span.name,
.productAttributeList .productOptionViewProductPickList label span {
  position: relative;
  bottom: 4px;
}

.product.page .productAttributeList .productAttributeLabel {
  width: 25%;
}
.product.page .productAttributeList .productAttributeValue {
  width: 75%;
}

/* fix radio-list indentation for wrapped values */
.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
  display: block;
  padding-left: 18px;
  min-height: 18px;
}

/* fix radio-list indentation for wrapped values */
.productOptionViewProductPickList input,
.productOptionViewRectangle input,
.productOptionViewRadio input {
  float: left;
  width: 18px;
  margin-left: -18px;
  margin-top: 1px;
  position: relative;
}

/* remove padding and bullets from semantic UL/LI tags in picklist, swatches and product lists */
.productAttributeConfigurablePickListSet ul,
.productAttributeConfigurablePickListSet li,
.productAttributeConfigurablePickListSwatch ul,
.productAttributeConfigurablePickListSwatch li,
.productAttributeConfigurablePickListProduct ul,
.productAttributeConfigurablePickListProduct li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/* set up the visible border for all swatch types */
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
  position: relative;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.2);
  /* template colour */
  padding: 1px;
  margin-bottom: 5px;
}

/* highlighting of the border for the currently selected swatch value */
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
  border-color: #b40000;
  /* template colour */
  border-width: 2px;
  padding: 0;
}

/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* positioning of the swatch thumbnail image as a background - the url is set inline via templates */
.productOptionPickListSwatch .thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  /* template colour */
}

/* adjust swatch widths to fit two colours */
.productOptionPickListSwatch .swatchTwoColour .swatchColour {
  width: 9px;
}

/* adjust swatch widths to fit three colours */
.productOptionPickListSwatch .swatchThreeColour .swatchColour {
  width: 6px;
}

/* visible border around product image pick list */
.productOptionViewProductPickListWithImage {
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.productOptionViewProductPickListWithImage .scrollContainer {
  position: relative;
  max-height: 150px;
  overflow-y: auto;
  padding: 1px;
}
.productOptionViewProductPickListWithImage table {
  border-collapse: collapse;
  width: 100%;
}
.productOptionViewProductPickListWithImage td {
  vertical-align: top;
  padding: 3px;
}
.productOptionViewProductPickListWithImage td.name {
  width: 100%;
  white-space: normal;
}
.productOptionViewProductPickListWithImage .selectedValue td {
  background-color: #b40000;
}
.productOptionViewProductPickListWithImage .selectedValue td span {
  color: #fff;
}
.productOptionViewProductPickListWithImage .none td span {
  color: #222;
}
.productOptionViewProductPickListWithImage .none.selectedValue td {
  background-color: transparent;
  color: inherit;
}
.productOptionViewProductPickListWithImage td.input {
  padding-top: 5px;
}
.productOptionViewProductPickListWithImage img {
  max-width: 50px;
}

/* vertical positioning of the date picker icon */
html.js .productAttributeConfigurableEntryDate .ui-datepicker-trigger {
  vertical-align: middle;
}

/* give labels a pointer cursor for swatch and rectangle options when javascript is enabled */
html.js .productOptionViewRectangle label,
html.js .productOptionPickListSwatch label {
  cursor: pointer;
  position: relative;
  display: inline;
}

/* hide radio inputs for swatch and rectangle options when javascript is enabled */
html.js .productOptionViewRectangle input,
html.js .productOptionPickListSwatch input {
  height: 0;
  overflow: hidden;
  z-index: -10000;
  position: absolute;
  float: none;
  left: -10000px;
}

/*
 * styles for rectangle option view
 */
/* place rectangles in a horizontal line */
html.js .productOptionViewRectangle li {
  display: inline;
}

/* set up the label as a container for a bordered rectangle display of the option */
html.js .productOptionViewRectangle label {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 0 5px 0;
}

/* the actual visible border */
html.js .productOptionViewRectangle .option label {
  border: solid 1px rgba(0, 0, 0, 0.2);
  /* template colour */
}

/* highlighting of the border for the currently selected rectangle value */
html.js .productOptionViewRectangle .selectedValue label {
  border-color: #b40000;
  /* template colour */
  border-width: 2px;
  padding: 1px 4px;
}

/* styling specifically for the 'none' option when a rectangle is not required */
html.js .productOptionViewRectangle .none label,
html.js .productOptionViewRectangle .selectedValue.none label {
  padding: 3px 0;
  text-decoration: underline;
  color: #b40000;
  /* template colour */
}

/*
 * styles for swatch option type
 */
/* place swatches in a horizontal line */
html.js .productOptionPickListSwatch li {
  display: inline;
}

/* hide the name for swatches when js is available */
html.js .productOptionPickListSwatch .swatch .name {
  display: none;
}

/* make the 'none' option for swatches look like a link */
html.js .productOptionPickListSwatch .swatchNone .name {
  text-decoration: underline;
  color: #075899;
  /* template colour */
}

/*
 * swatch / product preview display
 */
/* set up the container */
.productOptionPreviewDisplay {
  position: absolute;
  display: none;
  border: solid 1px black;
  background: #fff;
  padding: 1px;
  z-index: 10000;
  margin: 5px 0 0 5px;
}

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchColour {
  display: inline-block;
  width: 150px;
  height: 150px;
}

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchTwoColour .swatchColour {
  width: 75px;
}

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchThreeColour .swatchColour {
  width: 50px;
}

/*
 * control-panel-specific styles
 */
#orderCustomizeItem .productAttributeLabel {
  font-weight: normal;
}

/* most form styles are the same as the front end except for widths */
#orderCustomizeItem .productAttributeRow {
  padding-left: 190px;
}

#orderCustomizeItem .productAttributeLabel {
  margin: 4px 0 4px -180px;
  padding-top: 0;
  width: 180px;
}

/*
 * firefox specific styles
 */
@-moz-document url-prefix() {
  /* firefox won't hide elements with z-index values but we can render them offscreen without scrolling issues */
  html.js .productOptionViewRectangle input,
  html.js .productOptionPickListSwatch input {
    left: -10000px;
  }
}

@media only screen and (max-width: 767px) {
  .productAttributeList .productAttributeLabel {
    float: none;
    text-align: left;
    position: relative;
    left: -9px;
    width: auto;
  }

  .productAttributeList .productAttributeValue {
    float: none;
    padding: 0 15px;
    width: auto;
  }
}
/* clearfix for attribute rows */
.productAttributeRow:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.productAttributeRow {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .productAttributeRow {
  height: 1%;
}

.productAttributeRow {
  display: block;
}

/* close commented backslash hack */
.logo {
  font-size: 27px;
  font-weight: 700;
  line-height: 75px;
  margin: 0;
}

.topmenu-header {
  margin-bottom: 5px;
  text-align: right;
}
.topmenu-header li {
  display: inline;
  font-size: 10px;
  padding: 0 5px;
}
.topmenu-header li:first-child {
  padding-left: 0;
}
.topmenu-header li:last-child {
  padding-right: 0;
}
.topmenu-header .phone-number {
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
}
.topmenu-header .phone-number a {
  color: #222222;
}
.topmenu-header .login-logout {
  white-space: nowrap;
}

.topmenu-drop .phone-number {
  display: none;
}

.row.search-row {
  margin-bottom: 10px;
}
.row.search-row input {
  margin: 0;
}

h1, h2 {
  font-size: 23px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

.top-bar {
  margin-bottom: 12px;
}
.top-bar.expanded {
  height: 45px;
}
.top-bar li.name {
  display: none;
}
.top-bar ul > li.toggle-topbar {
  width: 100%;
}
.top-bar .has-tip {
  color: white;
  cursor: pointer;
}
.top-bar ul > li.categories {
  position: static;
}
.top-bar .categories .category-list > li > a {
  padding: 0 15px;
}
.top-bar .categories .category-list > li.has-dropdown > a, .top-bar .categories .category-list > li.HasSubMenu > a {
  padding-right: 33.75px;
}
.top-bar ul > li:hover:not(.na), .top-bar ul > li.active:not(.na), .top-bar ul > li:focus:not(.na) {
  background: black;
}
.top-bar ul > li:hover:not(.na) > a, .top-bar ul > li.active:not(.na) > a, .top-bar ul > li:focus:not(.na) > a {
  color: #f2f2f2;
}
.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.HasSubMenu .dropdown li a:hover,
.top-bar ul > li.has-dropdown .dropdown li a:focus,
.top-bar ul > li.HasSubMenu .dropdown li a:focus, .top-bar ul > li.HasSubMenu .dropdown li a:hover,
.top-bar ul > li.HasSubMenu .dropdown li a:focus {
  background: #333333;
}
.top-bar .home span {
  display: none;
}
.top-bar section > ul > li,
.top-bar .categories > ul > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid #151515;
}
.top-bar section > ul > li:hover,
.top-bar .categories > ul > li:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-bar section > ul.left > li:last-child:not(.home) {
  border-right: 0;
}
.top-bar section > ul.right > li:first-child {
  border-left: 0;
}
.top-bar .login-logout {
  color: black;
}

.tooltip {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.tooltip.tip-top, .tooltip.tip-right {
  box-shadow: none;
  color: white;
  background: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.tooltip.tip-top .nub, .tooltip.tip-right .nub {
  border-color: rgba(0, 0, 0, 0.85) transparent transparent;
}

div.alert-box {
  background-color: #b40000;
  display: none;
}

.panel.callout {
  background-color: #b40000;
  border-color: #810000;
}

.label {
  background: #b40000;
}

input.button[type="button"] {
  padding: 8px 20px 9px;
}

blockquote {
  padding: 9px 20px 9px 19px;
}

.orbit {
  max-height: 300px;
  overflow: hidden;
}
.orbit .slide-content {
  max-width: 42%;
  position: absolute;
  left: 7%;
  top: 8%;
}
.orbit .slide-heading {
  font-size: 50px;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.orbit .slide-text {
  font-size: 24px;
  display: block;
  margin: 8% 0 8%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.orbit .button {
  background-color: #000;
  border: 0;
  box-shadow: none;
  white-space: nowrap;
}
.orbit .slide-heading,
.orbit .slide-text {
  -moz-transition: font-size .2s ease-in-out;
  -webkit-transition: font-size .2s ease-in-out;
  -o-transition: font-size .2s ease-in-out;
  transition: font-size .2s ease-in-out;
}

.product-grid {
  clear: both;
  margin-bottom: 40px;
}
.product-grid ul {
  font-size: 0;
  margin: 0;
  overflow: hidden;
}
.product-grid li {
  font-size: 14px;
  background: #fff;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 1% 1% 0 0;
  overflow: hidden;
  padding: 10px 15px 10px;
  position: relative;
  width: 24.25%;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
}
.product-grid li:nth-child(4n+4) {
  margin-right: 0;
}
.product-grid h5 {
  font-size: 14px;
  margin: 0;
  min-height: 70px;
}
.product-grid .ProductDetails {
  margin-top: 5px;
}
.product-grid .ProductImage {
  display: table;
  width: 100%;
}
.product-grid .ProductImage a {
  display: table-cell;
  font-size: 0px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  width: 24.25%;
}
.product-grid .ProductImage a img {
  max-width: 100%;
  max-height: 100%;
}
.product-grid .ProductActionAdd, .product-grid .ProductRating {
  display: block;
  text-align: center;
}
.product-grid .ProductActionAdd {
  margin: 5px 0;
}
.product-grid .ProductCompareButton {
  text-align: center;
}
.product-grid .IndividualPrice {
  display: none;
}
.product-grid .quickview {
  position: absolute;
  top: 86px;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
  -moz-transition: opacity 250ms ease-in-out;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.product-grid li:hover .quickview {
  opacity: 1;
}

.six .product-grid li, .nine .product-grid li {
  margin: 1% 1% 0 0;
  width: 49.5%;
}

.six .product-grid li:nth-child(2n+2),
.nine .product-grid li:nth-child(2n+2) {
  margin-right: 0;
}

.product-grid table.header {
  display: none;
}

.hide-fourth-product ul li:nth-child(4),
.hide-fourth-product ul li:nth-child(5),
.hide-fifth-product ul li:nth-child(5) {
  display: none;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page .product-list table.header, .page .product-grid.List table.header {
  display: table;
  margin: 0;
}
.page .product-list ul li, .page .product-grid.List ul li {
  margin-right: 0;
  width: 100%;
}
.page .product-list .ProductImage, .page .product-grid.List .ProductImage {
  display: block;
  float: left;
  width: 30%;
}
.page .product-list .ProductDetails, .page .product-grid.List .ProductDetails {
  float: right;
  width: 70%;
}
.page .product-list .ProductDetails .row, .page .product-grid.List .ProductDetails .row {
  float: right;
  width: 44%;
}
.page .product-list .ProductDetails .CustomizeItemLink, .page .product-grid.List .ProductDetails .CustomizeItemLink {
  float: left;
}
.page .product-list h5, .page .product-grid.List h5 {
  float: left;
  width: 56%;
}
.page .product-list .qty-label, .page .product-grid.List .qty-label {
  display: none;
}
.page .product-list .IndividualPrice, .page .product-grid.List .IndividualPrice {
  display: inline;
  line-height: 32px;
  position: relative;
  right: 15px;
}
.page .product-list .ProductOptions, .page .product-grid.List .ProductOptions {
  clear: both;
}

.ProductPrice {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}

.ProductPrice strike {
  color: #222222;
  font-size: 12px;
}

.callout .ProductPrice {
  color: white;
}

.callout table .ProductPrice {
  color: #b40000;
}

.product-images {
  text-align: center;
  margin-bottom: 30px;
}

.main-image {
  max-height: 400px;
}

.clearing-assembled {
  margin-top: 20px;
}

ul.product-thumbs {
  text-align: center;
}
ul.product-thumbs li {
  border: 6px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 2px 10px;
  vertical-align: top;
  font-size: 0;
}
ul.product-thumbs li:hover {
  border: 6px solid #b40000;
}
ul.product-thumbs li > a {
  border: 3px solid #fff;
  display: table;
  overflow: hidden;
}
ul.product-thumbs li > a .thumb-image {
  display: table-cell;
  max-width: 100px;
  width: 100px;
  height: 90px;
  vertical-align: middle;
}
ul.product-thumbs li > a .thumb-image img {
  max-height: 100%;
}

.clearing-blackout {
  background: #222;
  margin: 0;
}
.clearing-blackout ul > li {
  border: 0;
  display: block;
  margin: 0;
}
.clearing-blackout ul > li:hover {
  border: 0;
}
.clearing-blackout ul > li > a {
  border: 0;
  display: inline;
}

.clearing-assembled .clearing-container ul[data-clearing] li.visible {
  border-top: 4px solid #b40000;
}

.clearing-main-right, .clearing-main-left {
  width: 200px;
}

.clearing-main-right:hover, .clearing-main-left:hover {
  background: rgba(255, 255, 255, 0.1);
}

.clearing-main-right:before {
  right: 0;
}

.clearing-main-left.disabled, .clearing-main-right.disabled {
  opacity: .15;
}

.row.DetailRow {
  margin-bottom: 15px;
}

.Label {
  color: #4D4D4D;
  font-weight: 500;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 3px;
}

.Value, .row form .DetailRow .Value {
  padding-left: 0;
}

.row form .DetailRow {
  margin: 0;
}

.Label.column {
  width: 33.33333%;
}

.Value.column {
  width: 66.66667%;
}

.product.page .Label.column {
  width: 25%;
}
.product.page .Value.column {
  width: 75%;
}

.productAttributeList {
  margin-top: -15px;
}

.show-reviews.rating-0, .rating-stars.rating-0 {
  visibility: hidden;
}
.show-reviews i, .rating-stars i {
  color: #3e4142;
}

.main .tabs-content {
  clear: both;
  min-height: 250px;
}

.videoRow {
  cursor: pointer;
}

#dsq1 {
  height: auto !important;
}

.ProductReviewList blockquote {
  padding-top: 0;
}
.ProductReviewList h4 {
  margin-bottom: 10px;
}

#recaptcha_response_field {
  height: 22px;
}

#rating-stars {
  float: left;
}
#rating-stars .icon-star {
  color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  cursor: pointer;
  line-height: 16px;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#rating-stars.rating-1 .icon-star:first-child {
  color: #b40000;
}
#rating-stars.rating-2 .icon-star:nth-child(1), #rating-stars.rating-2 .icon-star:nth-child(2) {
  color: #b40000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
#rating-stars.rating-3 .icon-star:nth-child(1), #rating-stars.rating-3 .icon-star:nth-child(2), #rating-stars.rating-3 .icon-star:nth-child(3) {
  color: #b40000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
#rating-stars.rating-4 .icon-star:nth-child(1), #rating-stars.rating-4 .icon-star:nth-child(2), #rating-stars.rating-4 .icon-star:nth-child(3), #rating-stars.rating-4 .icon-star:nth-child(4) {
  color: #b40000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
#rating-stars.rating-5 .icon-star {
  color: #b40000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.FastCartThickBox .prodName {
  margin-bottom: 10px;
  font-size: 18px;
}
.FastCartThickBox .fcProdImg {
  float: left;
  margin-right: 15px;
}
.FastCartThickBox .ProductPrice {
  display: block;
  padding: 5px 0;
}
.FastCartThickBox .Quantity {
  margin-top: 5px;
}
.FastCartThickBox .cartSummary {
  line-height: 18px;
}
.FastCartThickBox .cartSummary .CheckoutButton {
  margin-top: 10px;
}
.FastCartThickBox .CheckoutButton a {
  padding: 10px 15px 11px;
}
.FastCartThickBox .fastCartBottom #fastCartSuggestive .ProductActionAdd a {
  padding: 10px 15px 11px;
}

.ExpressCheckoutBlock .ChangeLink {
  display: none;
}

.ExpressCheckoutBlockCompleted .ChangeLink {
  display: inline-block;
}

.QuickSearch {
  margin: 0;
  padding: 0;
  text-align: left;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 6px;
  width: 300px;
  z-index: 9999;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-top: 1px;
}

.QuickSearchHover td {
  background: #e9e9e9;
}

.QuickSearchTitle td,
.QuickSearchAllResults td {
  font-weight: bold;
  padding: 5px 44px 6px;
  font-size: 11px;
}

.QuickSearchResult td {
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}

.QuickSearchResultImage {
  margin-left: 4px;
  margin-right: 10px;
  text-align: center;
  padding-right: 0;
}

.QuickSearchResultNoImage {
  padding-top: 10px;
  color: #777;
}

.QuickSearchResultName {
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
}

.QuickSearchResult .Price {
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}

.QuickSearchHover a {
  text-decoration: underline;
}

.QuickSearchAllResults a {
  text-decoration: underline;
  display: block;
}

.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
  outline: none;
  -moz-outline-style: none;
}

.social-media {
  text-align: center;
}
.social-media > div {
  display: inline-block;
  vertical-align: top;
}

.addthis_default_style .at300b {
  float: left;
}

ul.social-links {
  float: right;
  margin: 0;
}
ul.social-links span {
  display: none;
}
ul.social-links li {
  margin: 0;
}
ul.social-links a {
  color: rgba(34, 34, 34, 0.6);
  font-size: 18px;
  margin-top: 2px;
}
ul.social-links a:active, ul.social-links a:hover {
  color: #222222;
}

.category-paging {
  overflow: hidden;
}
.category-paging > ul {
  float: right;
}

.pagination .ActivePage {
  background-color: #b40000;
  color: #fff;
  font-weight: bold;
  padding: 1px 7px;
}

.panel h2, .panel h3, .panel h4 {
  margin-top: 0;
}

.Submit {
  clear: both;
  text-align: right;
}

select.large, .productOptionViewSelect select,
select.field-xlarge,
select.small {
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #555;
  font-size: 13px;
  line-height: 13px;
  outline: none;
  height: 32px;
  padding: 7px;
  margin-bottom: 9px;
}

select.small {
  width: auto;
}

.productAttributeConfigurablePickListSet:not(.productAttributeRuleCondition) .productAttributeLabel, .productAttributeConfigurablePickListSwatch .productAttributeLabel, .productAttributeConfigurableEntryText .productAttributeLabel {
  line-height: 30px;
}

.productOptionViewSelect select {
  width: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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

.radio-inline {
  margin: 5px 0 12px;
}
.radio-inline label {
  display: inline;
  padding-right: 8px;
}
.radio-inline br {
  display: none;
}

.radio-list {
  margin: 7px 0 18px;
}
.radio-list label {
  margin-bottom: 5px;
  display: inline-block;
}
.radio-list br {
  display: none;
}
.radio-list ul {
  line-height: 1;
  list-style-type: none;
}

.collapse select.large, .collapse .productOptionViewSelect select, .productOptionViewSelect .collapse select {
  border-radius: 0 3px 3px 0;
  position: relative;
  right: 2px;
}

form dt {
  clear: both;
  color: #4D4D4D;
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 12px;
  padding: 0 6px;
  text-align: right;
  width: 16.66667%;
}
form dd {
  float: right;
  padding: 0 6px;
  width: 83.33333%;
}
form small {
  line-height: 32px;
  margin-left: 10px;
}
form small, form .LittleNotePassword {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
form .area-note, form .LittleNotePassword {
  position: relative;
  top: -10px;
}

.payment .ErrorMessage {
  color: #c60f13;
}

.six dt, .row .six dt, .nine dt, .row .nine dt {
  width: 33.33333%;
}

.six dd, .row .six dd, .nine dd, .row .nine dd {
  width: 66.66667%;
}

.six dl.tabs dd, .nine dl.tabs dd {
  width: auto;
}

.prefix small {
  margin-left: 0;
}

.PriceLabel {
  line-height: 20px;
}

.InputLabel {
  line-height: 30px;
}

/* override inline styles on zip code fields */
#FormField_13, #FormField_23 {
  width: 100% !important;
}

.square ul {
  list-style-type: square;
  margin-left: 18px;
}

.ProductRating i, .rating-stars i {
  color: #3e4142;
}
.ProductRating .icon-rating-2, .rating-stars .icon-rating-2 {
  width: 2.25em;
}
.ProductRating .icon-rating-3, .rating-stars .icon-rating-3 {
  width: 3.25em;
}
.ProductRating .icon-rating-4, .rating-stars .icon-rating-4 {
  width: 4.25em;
}
.ProductRating .icon-rating-5, .rating-stars .icon-rating-5 {
  width: 5.25em;
}

.icon-rating-0:before {
  content: "\f005";
  visibility: hidden;
}

.icon-rating-1:before {
  content: "\f005";
}

.icon-rating-2:before {
  content: "\f005\f005";
}

.icon-rating-3:before {
  content: "\f005\f005\f005";
}

.icon-rating-4:before {
  content: "\f005\f005\f005\f005";
}

.icon-rating-5:before {
  content: "\f005\f005\f005\f005\f005";
}

.cart-header {
  position: relative;
}
.cart-header .three {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.ProceedToCheckout {
  text-align: center;
}

.CheckoutButton {
  margin-bottom: 15px;
}

.CartThumb img {
  margin-top: 10px;
}

.CartRemoveLink .icon-remove {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.productAttributes > span {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.RowDivider {
  display: none;
}

.subcat-grid img {
  max-width: 100px;
  max-height: 100px;
}

li.left {
  list-style-type: none;
}

table ul.button-group {
  margin: 0;
}

.express.checkout .panel {
  margin-bottom: 10px;
}

.ExpressCheckoutTitle h4 {
  margin: 0;
}

.ExpressCheckoutCompletedContent {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin-left: 10px;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
  display: none;
}

div.categoryPicker {
  border: 1px solid #BBBBBB;
  max-height: 300px;
  overflow: auto;
  padding-bottom: 3px;
  padding-left: 3px;
}

footer.main {
  color: #fff;
  background: #222;
  max-width: 100%;
  margin: 30px 0 0;
}
footer.main h3 {
  color: #fff;
}
footer.main ul {
  list-style: none;
}
footer.main ul ul {
  display: none;
}
footer.main p {
  text-align: center;
}
footer.main .divider {
  opacity: .15;
}
footer.main .credit-links p {
  font-size: 12px;
}

.right-button {
  overflow: hidden;
}

.hidden {
  display: none;
}

.wide-image {
  max-width: 100%;
}

.collapsed {
  margin: 0;
}

.clear {
  clear: both;
}

.last {
  margin-bottom: 15px;
}

.Required {
  color: #c60f13;
}

li.panel {
  list-style-type: none;
}

.panel .select2 {
  min-width: 100%;
}
.panel .select2 a {
  color: #222222;
}
.panel.callout label {
  color: white;
}
.panel.callout table label {
  color: #222222;
}

th.small, td.small {
  width: 10px;
}

th.medium, td.medium {
  width: 100px;
}

th.large, td.large {
  width: 55%;
}

.nowrap {
  white-space: nowrap;
}

td.right {
  float: none;
  text-align: right;
}

.collapse-bot {
  margin-bottom: 0;
}

.bump {
  margin-bottom: 15px;
}

.bump-down {
  margin-top: 15px;
}

.bump-right {
  margin-right: 22px;
}

.hide-last-child > *:last-child {
  display: none;
}

.or {
  text-align: center;
}

.small-input input {
  width: 80px;
}

ul.plain {
  list-style-type: none;
}

.ProductDetails .qtyInput {
  display: inline;
}

#AjaxLoading {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 220px;
  left: 50%;
  top: 15px;
  text-align: center;
  margin-left: -110px;
  z-index: 100;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.clear {
  clear: both;
}

.folded-info-link {
  margin: 5px 0;
}

.folded-info-link:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  padding-left: 4px;
}

.folded-info-link.open:after {
  content: "\f0d8";
}

.folded-info {
  display: none;
}

@media only screen and (max-width: 940px) {
  .orbit .button {
    display: inline;
  }

  .top-bar .categories .category-list > li > a,
  .top-bar ul > li a:not(.button) {
    padding: 0 12px;
  }
  .top-bar .categories .category-list > li.has-dropdown > a, .top-bar .categories .category-list > li.HasSubMenu > a,
  .top-bar ul > li.has-dropdown a:not(.button),
  .top-bar ul > li.HasSubMenu a:not(.button) {
    padding-right: 24px;
  }
  .top-bar ul > li.has-dropdown a:after, .top-bar ul > li.HasSubMenu a:after,
  .top-bar ul > li.HasSubMenu a:after {
    border-width: 4px;
    margin-right: 8px;
  }

  .page .product-grid li, .page .product-grid .ProductImage a,
  .nine .product-grid li,
  .nine .product-grid .ProductImage a,
  .six .product-grid li,
  .six .product-grid .ProductImage a {
    text-align: center;
    width: 49.5%;
  }
  .page .product-grid li:nth-child(4n+4),
  .nine .product-grid li:nth-child(4n+4),
  .six .product-grid li:nth-child(4n+4) {
    margin-right: 1%;
  }
  .page .product-grid li:nth-child(2n+2),
  .nine .product-grid li:nth-child(2n+2),
  .six .product-grid li:nth-child(2n+2) {
    margin-right: 0;
  }
  .page .product-grid h5,
  .nine .product-grid h5,
  .six .product-grid h5 {
    min-height: 40px;
  }

  .page .product-list table.header, .page .product-grid.List table.header {
    display: none;
  }
  .page .product-list .qty-label, .page .product-grid.List .qty-label {
    display: block;
  }
  .page .product-list .IndividualPrice, .page .product-grid.List .IndividualPrice {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar > ul {
    height: 45px;
  }
  .top-bar.expanded {
    height: inherit;
  }
  .top-bar li.name {
    display: block;
  }
  .top-bar .home span {
    display: inline;
  }

  .dropdown li {
    min-height: 0 !important;
  }

  .top-bar .categories-mega.left > ul, .top-bar .categories-mega.right > ul,
  .top-bar .categories-top.left > ul,
  .top-bar .categories-top.right > ul {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .top-bar .categories-mega.left > ul > li, .top-bar .categories-mega.right > ul > li,
  .top-bar .categories-top.left > ul > li,
  .top-bar .categories-top.right > ul > li {
    display: block;
    float: none;
    margin: 0 !important;
  }
  .top-bar .categories-mega.left > ul > li.has-dropdown .dropdown, .top-bar .categories-mega.left > ul > li.HasSubMenu .dropdown, .top-bar .categories-mega.left > ul > li.HasSubMenu .dropdown, .top-bar .categories-mega.right > ul > li.has-dropdown .dropdown, .top-bar .categories-mega.right > ul > li.HasSubMenu .dropdown, .top-bar .categories-mega.right > ul > li.HasSubMenu .dropdown,
  .top-bar .categories-top.left > ul > li.has-dropdown .dropdown,
  .top-bar .categories-top.left > ul > li.HasSubMenu .dropdown,
  .top-bar .categories-top.left > ul > li.HasSubMenu .dropdown,
  .top-bar .categories-top.right > ul > li.has-dropdown .dropdown,
  .top-bar .categories-top.right > ul > li.HasSubMenu .dropdown,
  .top-bar .categories-top.right > ul > li.HasSubMenu .dropdown {
    left: 100% !important;
    right: auto !important;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .orbit .slide-heading {
    font-size: 30px;
  }
  .orbit .slide-text {
    font-size: 15px;
  }
  .orbit .button {
    display: none;
  }

  .or {
    display: block;
  }

  .Label {
    text-align: left;
  }

  .row form .row .columns.Label {
    padding-left: 20px;
  }

  .Value, .row form .DetailRow .Value {
    padding: 0 15px;
  }

  form dt, form dd {
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
  }

  label.inline {
    margin: 0;
  }

  .CartThumb img {
    max-height: 45px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }

  .cart-header .three {
    position: static;
    bottom: 20px;
    right: 0;
  }

  .page .product-list table.header, .page .product-grid.List table.header {
    display: none;
  }
  .page .product-list .ProductImage, .page .product-grid.List .ProductImage {
    display: table;
    float: none;
    width: 100%;
  }
  .page .product-list .ProductDetails, .page .product-grid.List .ProductDetails {
    float: none;
    width: auto;
  }
  .page .product-list .ProductDetails h5, .page .product-grid.List .ProductDetails h5, .page .product-list .ProductDetails .row, .page .product-grid.List .ProductDetails .row {
    float: none;
    width: auto;
  }
  .page .product-list .ProductDetails .CustomizeItemLink, .page .product-grid.List .ProductDetails .CustomizeItemLink {
    float: right;
  }
  .page .product-list .qty-label, .page .product-grid.List .qty-label {
    display: block;
  }
  .page .product-list .IndividualPrice, .page .product-grid.List .IndividualPrice {
    display: none;
  }
  .page .product-list .productAttributes, .page .product-grid.List .productAttributes {
    text-align: left;
  }

  #ModalContainer {
    left: 1% !important;
    margin: 0 !important;
    top: 15% !important;
    width: 98% !important;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    line-height: inherit;
    margin: 5px 0;
    text-align: center;
  }

  .topmenu-header {
    text-align: center;
  }

  .orbit .slide-heading {
    font-size: 14px !important;
    text-align: left;
  }
  .orbit .slide-text {
    font-size: 12px !important;
    text-align: left;
  }

  .page .product-grid li, .page .product-grid .ProductImage a,
  .nine .product-grid li,
  .nine .product-grid .ProductImage a,
  .six .product-grid li,
  .six .product-grid .ProductImage a {
    float: none;
    text-align: center;
    margin-right: 0;
    width: auto;
  }
  .page .product-grid h5,
  .nine .product-grid h5,
  .six .product-grid h5 {
    min-height: 40px;
  }

  /*	// PRODUCT PAGE
  	.clearing-assembled.clearing-blackout{display:none;}*/
}
/* .on-sale-badge {display:none !important;} */
.account.page .top-menu li {
  font-family: 'Open Sans','Arial',sans-serif;
}

.top-menu {
  font-family: 'Open Sans','Arial',sans-serif;
  position: relative;
  margin-top: -5px;
  float: left;
  width: 50px;
}
.top-menu > a {
  padding: 10px 15px;
  color: #41413B;
  display: block;
  font-size: 21px;
}
.top-menu > a.active {
  background: #111111;
  color: white;
}
.top-menu > ul {
  background: #111111;
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  padding: 20px 25px;
  z-index: 100;
  width: 250px;
}
.top-menu > ul i {
  margin-right: 12px;
}
.top-menu > ul li {
  display: block;
  margin-bottom: 8px;
}
.top-menu > ul a {
  color: white;
  text-transform: uppercase;
}

.account-link,
.store-credit {
  border-top: 1px solid #3E3E3E;
  padding-top: 15px;
  margin-top: 15px;
}

.store-credit {
  color: #444;
  font-family: Georgia;
  font-size: 13px;
  padding-bottom: 10px;
}

.main-menu {
  clear: both;
  float: left;
  width: 100%;
}
.main-menu > ul {
  margin: 0;
  display: none;
}

.toggleMenu {
  display: none;
  padding: 10px 15px;
}
.toggleMenu .icon-reorder {
  color: #41413B;
  font-size: 21px;
}

.toggleMenu.active {
  background: #111111;
}
.toggleMenu.active .icon-reorder {
  color: white;
}

.nav > ul {
  text-align: center;
  list-style: none;
  *zoom: 1;
}
.nav > ul i {
  margin-right: 12px;
}
.nav > ul > li {
  float: left;
}
.nav > ul > li > .parent {
  background-repeat: no-repeat;
  background-position: right;
}
.nav > ul > li > a {
  display: block;
}
.nav > ul > li.hover > ul {
  left: 0;
}
.nav > ul:before, .nav > ul:after {
  content: " ";
  display: table;
}
.nav > ul:after {
  clear: both;
}
.nav li {
  position: relative;
}
.nav li ul {
  position: absolute;
  left: -9999px;
}
.nav li li.hover ul {
  left: 100%;
  top: 0;
}
.nav li li a {
  letter-spacing: 1px;
  font-size: 13px;
  color: white;
  display: block;
  position: relative;
  z-index: 100;
}
.nav li li li a {
  z-index: 200;
}
.nav ul a {
  color: #41413b;
  font-size: 14px;
  font-family: 'Open Sans','Arial',sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
}
.nav ul li > span {
  padding: 5px 20px;
  display: block;
}
.nav ul ul {
  list-style: none;
  width: 210px;
  z-index: 100;
  margin: 0;
  text-align: left;
  padding-top: 20px;
}
.nav ul ul .parent:after {
  content: "\f107";
  font-family: 'FontAwesome';
  float: right;
}
.nav ul ul li {
  background: #111111;
}
.nav ul ul ul {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .main-menu {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0 14px;
    margin-top: 20px;
    margin-bottoM: 15px;
  }

  .nav > ul > li {
    float: none;
    display: inline-block;
  }
  .nav > ul > li > a {
    border-right: 1px solid #74746F;
    line-height: 4px;
  }
  .nav > ul > li > a.parent-expand-link {
    border-right: 0;
    padding: 0; 
  }

  .nav > ul > li:last-child > a {
    border: 0;
  }

  .nav ul ul:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111111;
    position: absolute;
    top: 12px;
    left: 36px;
  }

  .nav ul ul ul {
    border-left: 1px solid #2F2F2F;
  }

  .nav ul ul ul:after {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main-menu {
    margin-top: -40px;
    margin-bottom: 15px;
  }

  .nav > ul {
    text-align: left;
    padding: 10px 0;
    background: #111;
  }
  .nav > ul .parent-expand-link {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav > ul .parent-expand-link:before {
    content: "\f107";
    color: #fff;
    font-size: 16px;
    font-family: 'FontAwesome';
  }
  .nav > ul .hover > .parent-expand-link:before {
    content: "\f106";
  }
  .nav > ul .parent:after {
    content: "" !important;
  }
  .nav > ul > li {
    float: none;
  }
  .nav > ul > li a {
    color: #fff;
  }

  .nav > ul > li > .parent {
    background-position: 95% 50%;
  }

  .nav li li .parent {
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }

  .hover .parent-category-link {
    display: block;
  }

  .nav ul ul {
    display: block;
    width: 100%;
    padding: 0;
  }
  .nav ul ul li {
    background: #262626;
    padding-left: 8px;
  }

  .nav > ul > li.hover > ul, .nav li li.hover ul {
    position: static;
  }

  .nav .page-menu-link {
    border-top: 1px solid #3E3E3E;
    padding-top: 15px;
    margin-top: 15px;
  }

  .nav .page-menu-link ~ .page-menu-link {
    border: none;
    margin: 0;
    padding: 0;
  }
}
/* FRONT PAGE CAROUSEL */
.orbit-wrapper .slider-nav span {
  width: 23px;
  height: 23px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.orbit-wrapper:hover .slider-nav span {
  opacity: 1;
}

.orbit-wrapper .timer {
  display: none;
}

ul.orbit-bullets {
  bottom: 5px;
  right: 20px;
  left: auto;
}
ul.orbit-bullets li {
  background-image: none;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
ul.orbit-bullets li.active {
  background: #b40000;
}

@media only screen and (max-width: 480px) {

  .toggleMenu {
    margin-left: -15px;
  }

  .nav > ul {
    margin-left: -15px;
  }

  /* MOBILE SIZE CAROUSEL */
  /* adjust rows for mobile */
  .default.page section > .row {
    margin: 0;
  }
  .default.page section > .row > .columns {
    padding: 0;
  }
  .default.page section > .row .row .details-row {
    margin: 0;
  }

  .row .product-images {
    padding: 0;
    width: 100%;
  }
  .row .product-images > .row {
    margin: 0;
  }
  .row .product-images > .row > .columns {
    margin: 0;
    padding: 0;
  }

  .row .product-details {
    padding: 0;
    width: 100%;
    float: left;
  }

  .qty-field {
    line-height: 2.3em;
  }

  .remove-btn {
    text-align: center;
  }

  ul.product-thumbs {
    margin-top: 15px;
    position: relative;
    left: 0;
  }

  .thumb-nav-wrap > ul li:first-child {
    margin: 0;
  }
  .thumb-nav-wrap > ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    outline: 0 !important;
  }
  .thumb-nav-wrap > ul li > a {
    background: #CDCBCC;
    border-radius: 20px;
    font-size: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 12px;
    height: 12px;
    display: block;
    outline: 0 !important;
  }
  .thumb-nav-wrap > ul li > a:hover {
    background: #BCBCBB;
  }
  .thumb-nav-wrap > ul li > a.active {
    background: #B5000A;
  }
  .thumb-nav-wrap > a {
    display: none;
  }

  .mobile-next, .mobile-prev {
    position: absolute;
    width: 23px;
    top: 50%;
    margin-top: -12px;
    z-index: 100;
    background-repeat: no-repeat;
  }
  .mobile-next i, .mobile-prev i {
    display: none;
  }

  .mobile-next {
    right: 0;
    background-image: url("../images/foundation/orbit/right-arrow.png");
  }

  .mobile-prev {
    left: 0;
    display: none;
    background-image: url("../images/foundation/orbit/left-arrow.png");
  }

  .main-image {
    display: none;
  }

  .thumb-wrap {
    position: relative;
    overflow: hidden;
  }

  ul.product-thumbs {
    text-align: left;
  }
  ul.product-thumbs > li {
    margin: 0;
  }
  ul.product-thumbs > li > a {
    width: 100%;
    border: 0;
  }
  ul.product-thumbs > li > a .thumb-image {
    max-width: none;
    height: auto;
    width: auto;
  }
}
/* DESKTOP SIZE CAROUSEL */
@media only screen and (min-width: 481px) {
  .thumb-nav-wrap {
    position: relative;
  }
  .thumb-nav-wrap > ul {
    display: none;
  }
  .thumb-nav-wrap > a {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    color: #101010;
    font-size: 18px;
  }
  .thumb-nav-wrap > a.prev {
    left: -10px;
  }
  .thumb-nav-wrap > a.next {
    right: -10px;
  }

  .thumb-wrap {
    overflow: hidden;
  }

  .mobile-next,
  .mobile-prev {
    display: none !important;
  }

  ul.product-thumbs {
    margin-top: 15px;
    position: relative;
    left: 0;
  }
  ul.product-thumbs > li {
    width: 25%;
    margin: 0;
  }
  ul.product-thumbs > li.active {
    box-shadow: 0 3px 0 #bf0000;
  }
  ul.product-thumbs > li > a {
    width: 100%;
    border: 0;
  }
}
body {
  font-size: 16px;
  line-height: 1.3;
  font-family: Georgia;
}

section.main {
  clear: both;
}

.wrap {
  border-top: 4px solid #111;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3, h4, h5 {
  letter-spacing: 1px;
}

h1 {
  font-size: 22px;
  color: #b40000;
}

h2 {
  font-size: 18px;
  color: #424242;
}

h3 {
  font-size: 16px;
  border-top: 3px solid #dbdbdb;
  padding-top: 10px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
  letter-spacing: normal;
}

.default h3 {
  border-top: 0;
  border-bottom: 3px solid #dbdbdb;
  padding-top: 0;
  padding-bottom: 10px;
}

.panel h3 {
  border: 0;
  padding-top: 0;
}

.category h1 {
  padding-bottom: 15px;
  border-bottom: 2px solid #EBEBEB;
}

.subheader {
  font-weight: 400;
}

header {
  margin: 0 auto;
  padding: 40px 15px;
  max-width: 100%;
  width: 1000px;
}

.logo {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px;
  line-height: inherit;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  bottom: 2px;
  width: 50%;
}
.logo a {
  color: #424242;
}

.info-col {
  float: right;
}

.search-form {
  position: relative;
  margin: 0 20px 0 0;
  float: left;
}
.search-form input {
  border: 0;
  background: none !important;
  box-shadow: none;
  border-radius: 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding-right: 5px;
  margin: 0;
  width: 160px;
}
.search-form input:focus {
  background: none;
  border: 1px solid #EDEDED;
  width: 180px;
  outline: 0;
}
.search-form button {
  background: none;
  position: absolute;
  border: 0;
  right: 0;
  top: 0px;
  font-size: 15px;
  line-height: 32px;
  padding: 0 5px;
  margin: 0;
}

.SearchSorting span {
  text-align: right;
  display: block;
  padding: 0 10% 0 0;
  line-height: 2.2em;
}

.cart-link {
  float: right;
}
.cart-link a {
  color: #424242;
  font-size: 15px;
  line-height: 32px;
  position: relative;
  text-align: center;
}
.cart-link a span {
  color: #b40000;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  font-family: 'Open Sans','Arial',sans-serif;
}

.button {
  background: #B6000A;
  border: 1px solid #940006;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Open Sans','Arial',sans-serif;
  box-shadow: none;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}

.checkout.page .strong.button {
  background: #B6000A;
  padding: 10px 20px 11px;
}

a.button {
  font-weight: 600;
}

input.button {
  font-weight: 300;
}

.button:hover {
  background: #940006;
}

.button:visited {
  line-height: 1;
}

.button.large {
  font-size: 14px;
  padding: 11px 30px;
  border-radius: 3px;
}

.button.white {
  background: none;
  border: 0;
}

.button.white:hover {
  background: none;
}

.button.postfix {
  padding: 0 6px;
}

footer .button {
  background: #424242;
  border: 1px solid #2F2F2F;
}

footer .button:hover {
  background: #2F2F2F;
}

.cart .product-list > .header, .cart .product-grid.List > .header {
  border: 0;
}

.cart .product-list .ProductDetails, .cart .product-grid.List .ProductDetails {
  text-align: left;
}

table thead tr th {
  font-weight: normal;
  padding: 12px 10px 13px;
}

table {
  border: 0;
}

table tfoot {
  background: none;
}

.cart table.footer tr td {
  border-bottom: 1px solid #C5C5C5;
}

table thead tr th, table tfoot tr td {
  text-transform: uppercase;
  font-family: 'Open Sans','Arial',sans-serif;
}

.cart .ProductPrice, .IndividualPrice {
  font-family: 'Georgia',serif;
  font-size: 14px;
  line-height: 32px;
}

.coupon-box-row .panel {
  background: #fff;
}
.coupon-box-row .button {
  background: #262626;
  border: #262626;
}
.coupon-box-row h4 {
  color: #434343;
}

.CartRemoveLink {
  display: block;
  margin: 3px 0 0 10px;
}
.CartRemoveLink .icon-remove {
  background: #363636;
  padding: 1px 2px;
  border-radius: 20px;
  color: #fff;
  font-size: 10.5px;
  font-weight: normal;
}

.cart-contents .PayPalExpressCheckout p:first-child {
  float: none !important;
}

.EstimateShipping select {
  height: 32px;
  border: 0;
}

.product-list > ul > li, .product-grid.List > ul > li {
  height: auto !important;
}

.page .product-list .ProductName, .page .product-grid.List .ProductName {
  float: left;
  width: 55%;
  font-family: 'Georgia',serif;
  font-size: 14px;
  text-align: left;
  line-height: 32px;
}
.page .product-list .ProductName a, .page .product-grid.List .ProductName a {
  color: #242424;
}
.page .product-grid.List .ProductPrice {
  float: left;
  width: 20%;
  text-align: right;
  line-height: 32px;
}
.page .product-grid.List .ProductQty,
.page .product-grid.List .ProductDescription {
  display: block;
  clear: both;
}
.page .product-grid.List .ProductActionAdd {
  display: inline-block;
  line-height: 32px;
  width: 25%;
  text-align: right;
  margin: 0;
  white-space: nowrap;
}
.page .product-list .GiftCertificateName, .page .product-grid.List .GiftCertificateName {
  width: 30%;
  padding-right: 30px;
}

li.GiftCertificate {
  padding-bottom: 30px;
}
li.GiftCertificate .ProductName.GiftCertificateName a {
  color: #b40000;
}
li.GiftCertificate .gift-for {
  line-height: 32px;
  margin-top: 7px;
  display: block;
}

.GiftCertificate .button-group li {
  height: auto !important;
  width: auto !important;
}

.EstimateShipping.panel {
  background: #ebebeb;
  border-color: #C5C5C5;
}

.express.checkout #CheckoutStepBillingAddress input[type="text"], .express.checkout #CheckoutStepBillingAddress input[type="password"], .express.checkout #CheckoutStepBillingAddress input[type="date"], .express.checkout #CheckoutStepBillingAddress input[type="datetime"], .express.checkout #CheckoutStepBillingAddress input[type="email"], .express.checkout #CheckoutStepBillingAddress input[type="number"], .express.checkout #CheckoutStepBillingAddress input[type="search"], .express.checkout #CheckoutStepBillingAddress input[type="tel"], .express.checkout #CheckoutStepBillingAddress input[type="time"], .express.checkout #CheckoutStepBillingAddress input[type="url"], .express.checkout #CheckoutStepBillingAddress textarea, .express.checkout #CheckoutStepBillingAddress select, .express.checkout #CheckoutStepShippingAddress input[type="text"], .express.checkout #CheckoutStepShippingAddress input[type="password"], .express.checkout #CheckoutStepShippingAddress input[type="date"], .express.checkout #CheckoutStepShippingAddress input[type="datetime"], .express.checkout #CheckoutStepShippingAddress input[type="email"], .express.checkout #CheckoutStepShippingAddress input[type="number"], .express.checkout #CheckoutStepShippingAddress input[type="search"], .express.checkout #CheckoutStepShippingAddress input[type="tel"], .express.checkout #CheckoutStepShippingAddress input[type="time"], .express.checkout #CheckoutStepShippingAddress input[type="url"], .express.checkout #CheckoutStepShippingAddress textarea, .express.checkout #CheckoutStepShippingAddress select {
  width: 300px;
  max-width: 100%;
}
.express.checkout #CheckoutStepBillingAddress #FormField_13, .express.checkout #CheckoutStepBillingAddress #FormField_23, .express.checkout #CheckoutStepShippingAddress #FormField_13, .express.checkout #CheckoutStepShippingAddress #FormField_23 {
  width: 300px !important;
}
.express.checkout #CheckoutStepBillingAddress label {
  text-transform: none;
  font-family: 'Georgia',sans-serif;
}
.express.checkout h4 {
  color: #262626;
}
.express.checkout label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.express.checkout .radio-list label {
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}
.express.checkout .button {
  background: #424242;
  border: 1px solid #242424;
  padding: 6px 15px;
  font-weight: 300;
}
.express.checkout .secondary.button {
  background: none;
  border: 0;
  color: #b40000;
  font-family: 'Georgia',serif;
  text-transform: none;
  font-size: 14px;
}
.express.checkout .panel {
  border: 0;
  position: relative;
  padding: 0;
}
.express.checkout .panel h4 {
  line-height: 48px;
  font-weight: bold;
  padding-left: 80px;
}
.express.checkout .panel .button {
  background: none;
  border: 0;
  color: #b40000;
}
.express.checkout .panel .button.small {
  padding: 0;
  line-height: 48px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 20px;
}
.express.checkout .panel .button.small:hover,
.express.checkout .panel .button.small:active,
.express.checkout .panel .button.small:visited,
.express.checkout .panel .button.small:focus {
  text-decoration: underline;
  border: 0;
  background: none;
  box-shadow: none;
}
.express.checkout .panel .ExpressCheckoutCompletedContent {
  font-family: 'Georgia',serif;
  margin-left: 20px;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
}
.express.checkout .NewsletterPrompt label {
  text-transform: none;
}

.ExpressCheckoutContent {
  padding: 20px 10px;
}

.ExpressCheckoutContent .ProductPrice {
  display: inline;
}

.step-number {
  background: #b40000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background: #F6F6F6;
  font-family: Georgia,serif;
}

p {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Georgia;
  line-height: 1.5;
  color: #424242;
}

p.intro {
  font-size: 18px;
  font-style: italic;
  font-family: Georgia;
  color: #424242;
}

blockquote {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: 'Open Sans','Arial',sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-indent: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid;
  border-color: #dbdbdb;
}

.QuickSearch {
  right: -40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.product-grid {
  margin-bottom: 20px;
}

.product-grid li {
  box-shadow: none;
  border-bottom: 2px solid #EDEDED;
}

.ProductDetails {
  color: #424242;
  font-size: 16px;
  font-family: 'Georgia',serif;
  text-align: center;
}

.ProductName {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.ProductName a {
  color: #424242;
}

li:hover .ProductName a {
  color: #b40000;
}

.ProductPrice {
  font-size: 14px;
  display: block;
  font-weight: normal;
  color: #424242;
  line-height: 1.5;
}

.product-grid .ProductImage {
  position: relative;
}
.product-grid .ProductImage a {
  height: auto;
}

.on-sale-badge {
  background: rgba(175, 0, 0, 0.5);
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  color: #fff;
  width: 0;
  height: 0;
  text-align: center;
  border-radius: 300px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.ComparisonTable .on-sale-badge, .QuickSearch .on-sale-badge {
  display: none;
}

.product-grid .ProductActionAdd .button {
  background: #424546;
  border: 1px solid #303334;
}

.subcat-grid {
  padding-bottom: 40px;
  border-bottom: 2px solid #EDEDED;
  width: 100%;
}

.subcat-grid li {
  text-align: center;
  padding-left: 23px;
  margin-left: 22px;
  margin-right: 0;
  position: relative;
}
.subcat-grid li .vertical-divider {
  border-left: 1px solid rgba(136, 136, 133, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  height: 12px;
  display: block;
}
.subcat-grid li:first-child {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}
.subcat-grid li:first-child .vertical-divider {
  display: none;
}
.subcat-grid li a {
  color: #111;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 300;
  letter-spacing: 1px;
}
.subcat-grid li:hover a {
  color: #b40000;
}
.subcat-grid li .th {
  margin-bottom: 10px;
}
.subcat-grid li .th img {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.inline-list.subcategory-list {
  border-bottom: 2px solid #EDEDED;
  margin: 0 1px 30px;
  overflow: hidden;
}
.inline-list.subcategory-list a {
  color: #111;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 300;
  letter-spacing: 1px;
}
.inline-list.subcategory-list a:hover {
  color: #b40000;
}

.inline-list.dividers {
  padding: 0 0 25px;
}
.inline-list.dividers li {
  border-left: 2px solid #EDEDED;
  line-height: 12px;
  padding-left: 22px;
}
.inline-list.dividers li:first-child {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}

.ProductRating i,
.rating-stars i,
.show-reviews i {
  font-size: 12px;
  letter-spacing: 2px;
  width: 5.25em;
}
.ProductRating i:after,
.rating-stars i:after,
.show-reviews i:after {
  color: rgba(62, 65, 66, 0.2);
}

.icon-rating-1:after {
  content: "\f005\f005\f005\f005";
}

.icon-rating-2:after {
  content: "\f005\f005\f005";
}

.icon-rating-3:after {
  content: "\f005\f005";
}

.icon-rating-4:after {
  content: "\f005";
}

.product-grid .ProductRating0 {
  display: none;
}

.ProductReviewForm label.inline {
  line-height: 20px;
}

.captcha-label {
  margin: 5px 0 0;
}

#rating-stars .icon-star {
  font-size: 18px;
  margin-right: 10px;
}

#recaptcha_widget_div {
  border: 0;
  padding-top: 0;
}

ul.product-thumbs li {
  border: 0;
}
ul.product-thumbs li:hover {
  border: 0;
}

.singleImage ul.product-thumbs {
  text-align: center;
}

.singleImage > ul {
  display: none;
}

.product-images {
  padding: 0 35px;
}

.product-details {
  margin-bottom: 20px;
}
.product-details > h1 {
  margin-top: -5px;
}

.AddToCartRow {
  border-bottom: 4px solid #DBDBDB;
}

.AddToCartButtonRow {
  border-top: 1px solid #E7E8E9;
  padding-top: 35px;
}

.wishlist-button {
  padding-left: 0;
}

.RemoveFromWishlistForm {
  margin-top: 5px;
  text-align: center;
}

#frmWishList {
  position: relative;
  margin-bottom: 10px;
}

.main-image-link {
  display: table;
  margin: auto;
}
.main-image-link .zoomie {
  display: table-cell;
  vertical-align: middle;
}

.SelectBox {
  height: 32px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.AddToCartRow form .DetailRow {
  margin-bottom: 15px;
}

.DetailRow {
  clear: both;
  overflow: hidden;
}
.DetailRow .Label {
  float: left;
  width: 25%;
}
.DetailRow .Value {
  float: right;
  width: 75%;
}

.FoldingRow .columns > div {
  padding-top: 15px;
  border-bottom: 1px solid #DBDBDB;
  display: none;
}
.FoldingRow h4 {
  cursor: pointer;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.FoldingRow h4:after {
  content: "\f077";
  font-family: 'FontAwesome';
  float: right;
}
.FoldingRow.FoldingRowOpen h4 {
  border: 0;
}
.FoldingRow.FoldingRowOpen h4:after {
  content: "\f078";
}
.FoldingRow.FoldingRowOpen .columns > div {
  display: block;
}

.main .tabs-content {
  min-height: 0;
}

.tabs-content > li h2 {
  border-top: 1px solid #DBDBDB;
  padding-top: 25px;
}

.tabs-content > li:first-child h2 {
  border: 0;
}

.BulkDiscountLink {
  padding-top: 20px;
}

.orbit {
  text-align: center;
  font-family: 'Open Sans','Arial',sans-serif;
}
.orbit .slide-content {
  background: rgba(186, 23, 22, 0.8);
  width: 33%;
  left: 0;
  top: 0;
  padding: 50px 15px 0;
  height: 100%;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.orbit .slide-heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  font-weight: normal;
  display: block;
}
.orbit .slide-text {
  font-style: italic;
  font-family: Georgia,serif;
  text-shadow: none;
  margin: 15px 0;
  display: block;
}
.orbit .button {
  background: #710D12;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
}

ul.breadcrumbs {
  background: none;
  border: 0;
  padding-left: 0;
  text-transform: lowercase;
}
ul.breadcrumbs li:before {
  content: ">";
  color: #66635E;
  font-size: 12px;
}
ul.breadcrumbs li {
  padding-right: 5px;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
  padding-left: 5px;
}
ul.breadcrumbs li.current + li {
  clear: both;
}
ul.breadcrumbs li.current + li a {
  padding-left: 0;
}
ul.breadcrumbs li.current + li:before {
  content: "";
}

p.footer {
  font-size: 11px;
  color: #595959;
}

ul.social-links {
  float: none;
}

footer.main {
  background: #ebebeb;
  color: #898989;
}
footer.main h4 {
  border-top: 1px solid rgba(163, 162, 162, 0.5);
  padding-top: 10px;
  margin-top: 35px;
  margin-bottom: 10px;
}
footer.main a {
  color: #898989;
  font-family: Georgia,serif;
}
footer.main .social-links a {
  color: #585858;
  margin-right: 15px;
}
footer.main .credit-links p, footer.main .credit-links a {
  color: #a3a2a2;
  text-align: left;
  font-size: 11px;
}
footer.main .credit-links p {
  border-top: 1px solid rgba(163, 162, 162, 0.5);
  padding-top: 15px;
  margin-top: 15px;
}

.product-grid.List .ProductDetails {
  text-align: left;
}
.product-grid.List .quickview.button,
.product-grid.List .Rating,
.product-grid.List .SalePrice:after {
  display: none;
}

#QuickView h3 {
  margin-bottom: 10px;
}

.quickview-description {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.QuickViewThickBox .addToCart input {
  margin-right: 20px;
  margin-bottom: 10px;
}
.QuickViewThickBox .addToCart .button.small {
  padding-left: 10px;
  padding-right: 10px;
}
.QuickViewThickBox .QuantityInput {
  line-height: 32px;
}

.product-grid .quickview {
  top: 40%;
  margin-left: -50px;
}

.FastCartThickBox h2 {
  margin: 10px 0;
  border-bottom: 3px solid #dbdbdb;
  padding-bottom: 15px;
}
.FastCartThickBox .cartSummary {
  text-align: center;
}
.FastCartThickBox .cartSummary .ProductPrice {
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}
.FastCartThickBox h4 {
  margin-bottom: 0;
}
.FastCartThickBox a.button {
  white-space: nowrap;
}
.FastCartThickBox .prodName {
  border: 0;
  padding: 0;
}
.FastCartThickBox .CheckoutButton a {
  letter-spacing: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.FastCartThickBox .Quantity {
  margin-top: 20px;
  margin-bottom: 0;
}
.FastCartThickBox .PayPalExpressCheckout p:first-child {
  float: none !important;
}

.fast-cart-mobile {
  display: none;
}

.express.checkout .ExpressCheckoutBlock .panel {
  padding: 20px;
}
.express.checkout .ExpressCheckoutBlock .panel h4 {
  line-height: 1;
  padding: 0;
}
.express.checkout .ExpressCheckoutBlock .panel h4.subheader {
  font-weight: normal;
}
.express.checkout .ExpressCheckoutBlock > .panel {
  padding: 0;
}
.express.checkout .ExpressCheckoutBlock > .panel h4 {
  line-height: 48px;
  padding-left: 80px;
}
.express.checkout label {
  letter-spacing: normal;
}
.express.checkout .checkout-confirm > .panel,
.express.checkout .CheckoutOrderComments {
  background: #fff;
  border: 1px solid #DCDCDC;
}
.express.checkout .CheckoutOrderComments {
  padding: 0 15px;
}
.express.checkout .radio-list {
  margin-left: 10px;
}
.express.checkout .radio-list br {
  display: block;
}

.payment-button-row {
  border-top: 1px solid #C6C6C6;
  padding-top: 20px;
}

.PaymentOptions h4 {
  font-weight: bold;
}

.account.page p, .account.page li {
  font-size: 15px;
  font-family: 'Georgia',serif;
}
.account.page .OrderItemList li {
  font-size: 14px;
}
.account.page .nav-bar h4 {
  margin-bottom: 15px;
  margin-top: 0;
}

.account h1 {
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 20px;
}
.account h2 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}
.account h6 {
  font-size: 14px;
  font-weight: 700;
}
.account .icon-comment {
  color: #B40000;
  font-size: 20px;
  padding-right: 5px;
}

.account .nav-bar {
  background: transparent;
}
.account .nav-bar li {
  border: 0 none;
  line-height: 30px;
  text-transform: uppercase;
}
.account .nav-bar li:hover {
  background: transparent;
}
.account .nav-bar li:hover a {
  color: #292929;
}
.account .nav-bar li:last-child {
  border: 0 none;
}
.account .nav-bar li a {
  color: #424242;
  padding: 0;
}

.account-home .BlockContent ul {
  margin: 0;
}
.account-home .BlockContent ul li {
  list-style: none;
  margin-bottom: 20px;
}

td.actions {
  min-width: 175px;
}

.account-inbox section.main form dt {
  line-height: 25px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.account-inbox section.main form dd {
  float: left;
}
.account-inbox section.main form dd select,
.account-inbox section.main form dd input,
.account-inbox section.main form dd textarea {
  margin-bottom: 20px;
}
.account-inbox section.main .AccountMessageList {
  list-style: none;
  margin-left: 0;
}
.account-inbox section.main .AccountMessageList h3 {
  border-top: 0 none;
}
.account-inbox section.main .AccountMessageList blockquote {
  text-transform: none;
  padding-left: 10px;
  margin-left: 20px;
  border-left: 1px solid #DBDBDB;
}
.account-inbox section.main .AccountMessageList hr {
  margin: 40px 0 35px;
}

.AccountOrderStatusList li.panel {
  padding: 20px 0;
}
.AccountOrderStatusList li.panel > form {
  margin-top: -1%;
}
.AccountOrderStatusList li.panel > form:first-child {
  padding-right: 20px;
}
.AccountOrderStatusList li.panel h6 {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 20px 20px;
  margin-top: 0;
}
.AccountOrderStatusList li.panel > div {
  padding: 0 20px;
}
.AccountOrderStatusList li.panel .label,
.AccountOrderStatusList li.panel .label.secondary {
  background: none;
  color: #505050;
}

.line {
  display: block;
}

.related-searches {
  margin-bottom: 20px;
}

#recaptcha_widget_div #recaptcha_area input[type="text"] {
  display: inline-block;
  height: auto;
}
#recaptcha_widget_div .recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
}
#recaptcha_widget_div .recaptchatable, #recaptcha_widget_div #recaptcha_area tr, #recaptcha_widget_div #recaptcha_area td, #recaptcha_widget_div #recaptcha_area th {
  vertical-align: top !important;
}
#recaptcha_widget_div table tr td {
  line-height: inherit;
}

small {
  font-size: 80%;
}

.wrap + iframe {
  display: none;
}

#rating-stars {
  border: 0;
  margin-bottom: 20px;
}

.reveal-modal {
  z-index: 120;
}

/* Out of Stock styling */
/* Gave strike through to text of out of stock options except rectangle styled */
label.outStock span.name {
  text-decoration: line-through;
}

.productOptionViewRectangle label.outStock span.name {
  text-decoration: none;
}

/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name,
.productOptionViewProductPickList .outStock span.name,
.productOptionViewProductPickListWithImage .outStock span.name,
.productOptionViewRectangle .option label.outStock {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  *zoom: 1;
}

/* Made the container of the strike through image relative */
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours,
.productOptionViewRectangle label {
  position: relative;
}

/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after,
.productOptionViewRectangle .outStock .name:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/out-of-stock-bg.png") center no-repeat;
  z-index: 999;
  content: "";
}

@media only screen and (min-width: 768px) {
  .top-menu .store-credit {
    display: none;
  }

  .cart-action-buttons > a {
    margin-right: 10px;
  }

  .cart-button-col-top > .button {
    margin-left: 20px;
    position: relative;
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    font-size: 22px;
  }

  .cart-header .PayPalExpressCheckout p:first-child {
    float: left !important;
    margin-right: 20px;
  }

  .wishlist-button {
    position: static;
  }

  header.main {
    padding-top: 65px;
    padding-bottom: 25px;
  }

  .main-menu > a > i {
    font-size: 18px;
  }

  .subcat-grid {
    overflow: hidden;
  }
  .subcat-grid > ul > .left {
    float: left;
  }

  .search-form {
    background: #111;
    padding: 8px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .search-form input {
    color: #fff;
    border: 0;
  }
  .search-form input:focus {
    border: 0;
  }
  .search-form button {
    color: #fff;
    line-height: 45px;
    margin-right: 15px;
  }

  .info-col {
    width: auto;
  }

  .page .product-list .ProductPrice, .page .product-grid.List .ProductPrice {
    float: none;
    width: auto;
  }

  .page .product-list .ProductActionAdd, .page .product-grid.List .ProductActionAdd {
    display: block;
    clear: both;
    margin: 10px 0;
    width: auto;
  }

  .main-image-link {
    min-height: 0 !important;
  }

  .ProductCompareButton {
    display: none;
  }
  
  .overlay-link {
    height: 75%;
  }
  
  .AccountOrderStatusList li.panel > form:first-child {
    padding: 0;
  }
  .AccountOrderStatusList form.bump-right {
    margin: 0;
  }
  .AccountOrderStatusList h4 {
    margin-top: 20px;
  }

  .express.checkout .panel h4 .ExpressCheckoutCompletedContent {
    display: none;
  }

  .orbit .slide-content {
    width: 45%;
  }
}
@media only screen and (min-width: 480px) {
  ul.product-thumbs li:first-child:last-child {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #FastCart {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .fastCartBottom {
    display: none;
  }

  .fast-cart-mobile {
    display: block;
  }

  .fast-cart-content {
    display: none;
  }

  .FastCartThickBox h2 {
    text-align: center;
  }

  .page .product-grid li {
    width: 49.5%;
    float: left;
  }
  .page .product-grid li:nth-child(odd) {
    padding-left: 0;
    padding-right: 7px;
  }
  .page .product-grid li:nth-child(even) {
    padding-left: 7px;
    padding-right: 0;
  }

  .inline-list.subcategory-list > li {
    float: none;
    padding: 0;
    border: 0;
    margin: 18px 0;
  }
  .inline-list.subcategory-list > li:first-child {
    margin-left: 0;
  }

  .default.page .product-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .orbit.with-bullets {
    margin-bottom: 0;
    overflow: hidden;
  }
  .orbit-bullets {
    display: none;
  }

  .orbit {
    overflow: visible;
  }
  .orbit .slide-content {
    background: rgba(0,0,0,0.2);
    padding: 20px 15px 30px;
    max-width: 100%;
    width: 100%;
    position: absolute;
  }
  .orbit .slide-content .button {
    font-size: 10px;
    padding: 5px 10px;
    float: left;
  }

  .row .row.DetailRow .QuantityInput, .row .product-details {
    padding: 0 15px;
  }

  .quickview.button {
    display: none;
  }

  .alert-box p {
    color: #fff;
  }

  .search.page h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .search.page section.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search.page .tabs dd:last-child a {
    text-indent: -999em;
    font-size: 0;
    overflow: hidden;
  }
  .search.page .tabs dd:last-child a:before {
    content: "Info";
    text-indent: 0;
    font-size: 14px;
  }
  .page .product-list .ProductName, .page .product-grid.List .ProductName {
    float: none;
    width: auto;
  }
  .page .product-list .ProductPrice, .page .product-grid.List .ProductPrice {
    text-align: left;
  }
}
@media only screen and (max-width: 360px) {
  .fast-cart-mobile .button-group.even.two-up li {
    width: 100%;
  }
  .fast-cart-mobile .button-group.even.two-up li a {
    padding-left: 0;
    padding-right: 0;
  }
}

/* temp styles for blog tags */
ul.blog-tags {
  list-style: none;
  margin: 20px 0 5px 0;
}

ul.blog-tags li {
  margin: 10px 10px 10px 0;
  display: inline-block;
}

ul.blog-tags li {
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background: #e8e8e8;
  border: none;
  border-radius: 3px;
}

table thead tr th, table thead tr td, table tbody tr td {
  padding: 9px 10px;
}
table thead tr th, table thead tr td {
  font-weight: bold;
}