/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  color: #484848;
  background-color: white;
}
a {
  color: #e12a27;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans.woff2') format('woff2'), url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-700.woff') format('woff'), url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-700.ttf') format('truetype');
  font-display: optional;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-condensed-700.woff') format('woff'), url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-condensed-700.ttf') format('truetype');
  font-display: optional;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans.woff2') format('woff2'), url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-400.woff') format('woff'), url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-400.ttf') format('truetype');
  font-display: optional;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-400-italic.woff') format('woff'), url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/fonts/open-sans-400-italic.ttf') format('truetype');
  font-display: optional;
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.36;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hidden {
  display: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.u-full-width {
  overflow-x: hidden;
}
.u-full-width__container {
  margin-left: -9999rem !important;
  margin-right: -9999rem !important;
  padding-left: 9999rem !important;
  padding-right: 9999rem !important;
}
@media (min-width: 481px) {
  .u-col-2-set {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-col-2-set:before,
  .u-col-2-set:after {
    content: " ";
    display: table;
  }
  .u-col-2-set:after {
    clear: both;
  }
  .u-col-2-set__col-1,
  .u-col-2-set__col-2 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}
.u-row {
  margin-left: -10px;
  margin-right: -10px;
}
.u-row:before,
.u-row:after {
  content: " ";
  display: table;
}
.u-row:after {
  clear: both;
}
.e-heading-page {
  color: #e12a27;
  font-size: 26px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .e-heading-page {
    font-size: 36px;
  }
}
.e-label--required {
  position: relative;
}
.e-label--required:after {
  position: absolute;
  content: '*';
  margin-left: 5px;
  font-weight: bold;
  color: #e12a27;
  font-size: 1em;
}
.e-input {
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #ccc;
  height: 35px;
  padding: 0 10px;
  background-color: white;
}
.e-input:focus {
  outline: none;
  background-color: #eee;
}
.e-input.validation-failed {
  color: #eb340a;
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
.e-input-textarea {
  padding: 10px;
  height: auto;
}
.e-input-iframe {
  width: 100%;
  height: 31px;
  min-height: 31px;
  border: 0;
}
.e-button-submit {
  background-color: #e12a27;
  border: 1px solid #e12a27;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}
.e-button-submit:hover {
  background-color: #ce2523;
  border-color: #ce2523;
  text-decoration: none;
}
.e-button-submit--black {
  background-color: #000;
  border-color: #000;
}
.e-button-submit--gray {
  background-color: #484848;
  border-color: #484848;
  font-size: 12px;
}
.e-button-submit--gray:hover {
  background-color: black;
  border-color: black;
}
.e-button-submit:disabled {
  cursor: not-allowed;
  background: #ccc;
  border-color: #ccc;
}
.e-button-add-to-cart {
  width: 245px;
  background-color: #e12a27;
  border: 1px solid #e12a27;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding: 9px 20px;
  text-align: left;
  text-transform: uppercase;
}
.e-button-add-to-cart:hover {
  background-color: #ce2523;
  border-color: #e12a27;
}
.b-category-nav {
  text-align: left;
}
.b-category-nav:before,
.b-category-nav:after {
  content: " ";
  display: table;
}
.b-category-nav:after {
  clear: both;
}
.b-category-nav__top-category {
  display: block;
  text-decoration: underline;
}
.b-category-nav__top-category:hover {
  text-decoration: none;
}
.b-category-nav__browse-by {
  font-size: 12px;
}
.b-category-nav__subcategories {
  padding: 0;
  list-style: none;
}
.b-category-nav__subcategories .b-category-nav__subcategory {
  width: 50%;
  min-height: 80px;
  float: left;
  margin: 0.5em 0;
  font-size: 14px;
}
.b-category-nav__subcategories .b-category-nav__subcategory:nth-child(2n + 1) {
  clear: left;
}
.b-category-nav__subcategories .b-category-nav__subcategory .b-category-nav__image {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.b-category-nav__subcategories .b-category-nav__subcategory .b-category-nav__name {
  display: block;
  text-decoration: underline;
  padding: 0 10px;
  text-align: center;
  margin: 5px 0;
}
.b-category-nav__subcategories .b-category-nav__subcategory .b-category-nav__name:hover {
  text-decoration: none;
}
.b-category-nav__subcategories .b-category-nav__subcategory--active .b-category-nav__name {
  font-weight: bold;
}
@media (min-width: 481px) {
  .b-category-nav__subcategories .b-category-nav__subcategory:nth-child(2n + 1) {
    clear: none;
  }
  .b-category-nav__subcategories .b-category-nav__subcategory .b-category-nav__image {
    float: left;
    margin: 0 10px;
  }
  .b-category-nav__subcategories .b-category-nav__subcategory .b-category-nav__name {
    text-align: left;
    margin-left: 100px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .b-category-nav__subcategories .b-category-nav__subcategory {
    padding-left: 1em;
    font-size: 16px;
  }
  .b-category-nav__subcategories .b-category-nav__subcategory {
    width: 100%;
    min-height: auto;
    float: none;
  }
  .b-category-nav__subcategories .b-category-nav__subcategory .b-category-nav__image {
    display: none;
  }
  .b-category-nav__subcategories .b-category-nav__subcategory .b-category-nav__name {
    margin-left: 0;
  }
}
.b-price-regular {
  font-size: 27px;
  color: #ce2523;
}
.b-price-sale {
  font-size: 27px;
}
.b-price-sale__old {
  line-height: 1em;
  margin: 0;
  color: #484848;
  text-decoration: line-through;
  font-size: 19px;
}
.b-price-sale__special {
  line-height: 1em;
  margin: 0;
  color: #ce2523;
}
.b-price-tier {
  font-size: 12px;
  color: #484848;
  margin: 0;
}
.b-tier-prices {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-price-ppr {
  font-size: 14px;
  color: #999;
}
.b-rating-stars {
  text-align: left;
  display: inline-block;
  color: #fac302;
  position: relative;
  font-size: 16px;
  width: 80px;
  line-height: 20px;
  height: 20px;
}
.b-rating-stars:before {
  display: block;
  content: "\2606\2606\2606\2606\2606";
  position: absolute;
  top: 0;
  left: 0;
}
.b-rating-stars__score {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.b-rating-stars--advanced-small:before,
.b-rating-stars--advanced-big:before {
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/rating/stars/rating-icons@2x.png');
  background-position: left top;
  content: '';
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.b-rating-stars--advanced-small .b-rating-stars__score,
.b-rating-stars--advanced-big .b-rating-stars__score {
  color: transparent;
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/rating/stars/rating-icons@2x.png');
  background-position: left bottom;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.b-rating-stars--advanced-small {
  width: 100px;
  height: 17px;
}
.b-rating-stars--advanced-small:before {
  background-size: 20px;
}
.b-rating-stars--advanced-small .b-rating-stars__score {
  background-size: 20px;
}
.b-rating-stars--advanced-big {
  width: 130px;
  height: 22px;
}
.b-rating-stars--advanced-big:before {
  background-size: 26px;
}
.b-rating-stars--advanced-big .b-rating-stars__score {
  background-size: 26px;
}
.b-rating-summary__links {
  line-height: 20px;
  margin: 0;
}
.b-rating-summary__links .b-rating-summary__add-link {
  border-left: 1px solid #484848;
  padding-left: 10px;
  margin-left: 10px;
}
.b-rating-summary__empty {
  display: block;
  font-size: 14px;
  margin: 0;
}
.b-rating-summary_one-line {
  text-align: left;
}
.b-rating-summary_one-line .b-rating-summary__stars {
  float: left;
}
.b-rating-summary_one-line .b-rating-summary__links {
  margin: 0 0 0 90px;
}
.b-rating-summary--advanced.b-rating-summary_one-line .b-rating-summary__links {
  margin-left: 110px;
  line-height: 17px;
}
.b-add-to-cart:before,
.b-add-to-cart:after {
  content: " ";
  display: table;
}
.b-add-to-cart:after {
  clear: both;
}
.b-add-to-cart__label,
.b-add-to-cart__input,
.b-add-to-cart__button {
  float: left;
}
.b-add-to-cart__button {
  width: auto;
  font-size: 14px;
}
.b-add-to-cart__label {
  line-height: 33px;
  margin-right: 10px;
}
.b-add-to-cart__input {
  width: 50px;
  text-align: center;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .b-add-to-cart__button {
    width: 245px;
    font-size: 16px;
  }
}
.b-product-tabs-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #484848;
  list-style: none;
}
.b-product-tabs-nav:before,
.b-product-tabs-nav:after {
  content: " ";
  display: table;
}
.b-product-tabs-nav:after {
  clear: both;
}
.b-product-tabs-nav__tab a {
  display: block;
  float: left;
  margin-right: 2px;
  margin-bottom: -1px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #484848;
  border-bottom: 0;
  padding: 10px 10px;
  color: black;
}
.b-product-tabs-nav__tab a:hover {
  text-decoration: none;
}
.b-product-tabs-nav__tab.active a {
  background: #e12a27;
  border-bottom: 1px solid #e12a27;
  color: white;
}
.b-product-tabs-content {
  text-align: left;
  padding: 20px 0;
}
@media (min-width: 481px) {
  .b-product-tabs-nav {
    padding-left: 10px;
  }
  .b-product-tabs-nav__tab a {
    margin-right: 10px;
  }
}
.b-form-control {
  text-align: left;
}
.b-form-control__label {
  display: block;
  padding-right: 10px;
  margin: 0 0 5px 0;
}
.b-form-control__input .b-form-control__note {
  color: #999;
  font-size: 14px;
  margin-top: 0.25em;
}
.b-form-control__input .validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  background: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/form/control/validation_advice_bg.gif') 2px 0 no-repeat;
  color: #eb340a;
}
.b-form-control__input .did-you-mean-container {
  font-size: 14px;
}
.b-form-control__input .did-you-mean-container .user-email {
  font-weight: bold;
}
.b-form-control__input .did-you-mean-container .corrected-email {
  font-weight: bold;
}
.b-form-control__input .did-you-mean-container .reverse-change {
  cursor: pointer;
  text-decoration: underline;
}
.b-form-control__input .did-you-mean-container .reverse-change:hover {
  text-decoration: none;
}
.b-form-control__input .did-you-mean-container .reverse-change .user-email {
  font-weight: normal;
}
.b-form-control__input--loading {
  position: relative;
}
.b-form-control__input--loading:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 24px;
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/form/control/opc-ajax-loader.gif');
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .b-form-control {
    position: relative;
  }
  .b-form-control__input {
    margin-left: 130px;
  }
  .b-form-control__label {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
  }
  .b-form-control--stacked .b-form-control__input {
    margin-left: 0;
  }
  .b-form-control--stacked .b-form-control__label {
    position: static;
    width: 100%;
  }
}
.b-form-fieldset {
  border: 1px solid #ddd;
  padding: 40px 20px 20px 20px;
  margin-top: 20px;
}
.b-form-fieldset:before,
.b-form-fieldset:after {
  content: " ";
  display: table;
}
.b-form-fieldset:after {
  clear: both;
}
.b-form-fieldset__legend {
  float: left;
  font-size: 18px;
  border: 1px solid #ddd;
  color: #e12a27;
  margin: -60px 0 0 -10px;
  background-color: white;
  padding: 5px 20px;
  text-transform: uppercase;
}
.b-form__control {
  margin-bottom: 10px;
}
.b-form__actions {
  margin-top: 20px;
}
.b-form__fieldset:not(:first-of-type) {
  margin-top: 3em;
}
.b-form-actions {
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: left;
}
.b-form-actions:before,
.b-form-actions:after {
  content: " ";
  display: table;
}
.b-form-actions:after {
  clear: both;
}
.b-form-actions__required-legend {
  position: relative;
  color: #e12a27;
  font-size: 12px;
  margin: 10px 0 10px 12px;
  text-align: right;
  float: right;
}
.b-form-actions__required-legend:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: '*';
  font-weight: bold;
  color: #e12a27;
  font-size: 1.2em;
}
.b-form-actions .b-form-actions__action {
  float: right;
  clear: right;
}
.b-form-required-legend {
  position: relative;
  display: inline-block;
  color: #e12a27;
  font-size: 12px;
}
.b-form-required-legend:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: '*';
  font-weight: bold;
  color: #e12a27;
  font-size: 1.2em;
}
.b-form-control-radio {
  text-align: left;
}
.b-form-control-radio__option {
  margin-bottom: 10px;
}
.b-form-control-radio__option .b-form-control-radio__input {
  float: left;
  margin-left: 2px;
  margin-top: 3px;
}
.b-form-control-radio__option .b-form-control-radio__label {
  padding-left: 40px;
}
.b-form-control-radio__option .b-form-control-radio__note {
  color: #999;
  font-size: 14px;
  margin-top: 0.25em;
}
@media (min-width: 481px) {
  .b-form-control-radio__option .b-form-control-radio__input {
    margin-top: 5px;
  }
}
.b-form-control-checkbox {
  text-align: left;
}
.b-form-control-checkbox__option {
  margin-bottom: 10px;
}
.b-form-control-checkbox__option .b-form-control-checkbox__input {
  display: none;
}
.b-form-control-checkbox__option .b-form-control-checkbox__label {
  padding-left: 47px;
}
.b-form-control-checkbox__option .b-form-control-checkbox__label label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 35px;
}
.b-form-control-checkbox__option .b-form-control-checkbox__label label:before {
  position: absolute;
  top: 0;
  left: -47px;
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
}
.b-form-control-checkbox__option .b-form-control-checkbox__input:checked + .b-form-control-checkbox__label label:after {
  position: absolute;
  top: 5px;
  left: -35px;
  content: '';
  display: block;
  width: 12px;
  height: 22px;
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: #6ab520;
  transform: rotate(45deg);
}
@media (min-width: 481px) {
  .b-form-control-checkbox__option .b-form-control-checkbox__input {
    margin-top: 5px;
  }
}
.b-form-control_select select {
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #ccc;
  height: 35px;
  padding: 0 10px;
  background-color: white;
}
.b-form-control_select select:focus {
  outline: none;
  background-color: #eee;
}
.b-form-control_select select.validation-failed {
  color: #eb340a;
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
.b-form-control-address__next-line {
  margin-top: 10px;
}
.b-form-control-name {
  margin-left: -10px;
  margin-right: -10px;
}
.b-form-control-name:before,
.b-form-control-name:after {
  content: " ";
  display: table;
}
.b-form-control-name:after {
  clear: both;
}
.b-form-control-name__first-name,
.b-form-control-name__last-name {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
}
.b-form-control-name__last-name {
  margin-top: 10px;
}
@media (min-width: 481px) {
  .b-form-control-name__first-name,
  .b-form-control-name__last-name {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .b-form-control-name__last-name {
    margin-top: 0;
  }
}
.b-form-control-password-confirm {
  margin-left: -10px;
  margin-right: -10px;
}
.b-form-control-password-confirm:before,
.b-form-control-password-confirm:after {
  content: " ";
  display: table;
}
.b-form-control-password-confirm:after {
  clear: both;
}
.b-form-control-password-confirm__password,
.b-form-control-password-confirm__confirm {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .b-form-control-password-confirm__password,
  .b-form-control-password-confirm__confirm {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-responsive {
  margin: 10px 0;
}
.table-responsive .table {
  margin-top: 0;
}
.table {
  font-size: 14px;
}
.b-limiter {
  font-size: 14px;
}
.b-limiter__label {
  display: none;
}
.b-limiter__select {
  display: inline-block;
  width: auto;
}
.b-limiter__suffix {
  display: inline-block;
  line-height: 35px;
  font-size: 12px;
}
@media (min-width: 481px) {
  .b-limiter__label {
    display: block;
    line-height: 20px;
    font-size: 12px;
  }
  .b-limiter__suffix {
    display: none;
  }
}
@media (min-width: 768px) {
  .b-limiter__label {
    display: none;
  }
  .b-limiter__suffix {
    display: inline-block;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .b-limiter__label {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
  }
}
.b-pages {
  line-height: 35px;
  font-size: 14px;
  text-align: right;
}
.b-pages__label {
  display: none;
}
.b-pages__pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-pages__pagination li {
  display: inline-block;
}
.b-pages__page {
  display: inline-block;
  background-color: white;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.b-pages__page--current {
  color: white;
  background-color: #ce2523;
  font-weight: bold;
}
.b-pages,
.b-pages a {
  color: black;
}
@media (min-width: 1024px) {
  .b-pages__label {
    display: inline-block;
    margin: 0;
  }
  .b-pages__page {
    padding: 0 15px;
  }
}
.messages {
  clear: both;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.error-msg,
.warning-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid;
  border-width: 1px;
  background-position: 10px 14px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 32px;
  font-weight: bold;
}
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/messages/i_msg-error.gif');
  color: #df280a;
}
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/messages/i_msg-success.gif');
  color: #3d6611;
}
.note-msg,
.notice-msg,
.warning-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/messages/i_msg-note.gif');
  color: #3d6611;
}
.b-product-list-item {
  text-align: left;
  background-color: white;
  border: 1px solid #ddd;
  padding: 8px;
}
.b-product-list-item:before,
.b-product-list-item:after {
  content: " ";
  display: table;
}
.b-product-list-item:after {
  clear: both;
}
.b-product-list-item__image {
  float: left;
  margin-right: 8px;
}
.b-product-list-item__image img {
  width: 90px;
  height: auto;
}
.b-product-list-item__name {
  font-size: 12px;
  margin: 0;
}
.b-product-list-item__name a {
  color: #484848;
}
.b-product-list-item__price {
  float: right;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  margin: 0.5em 0;
}
.b-product-list-item__add-to-cart {
  clear: right;
  float: right;
  width: auto;
  font-size: 12px;
}
@media (min-width: 768px) {
  .b-product-list-item__image img {
    width: 35px;
  }
  .b-product-list-item__add-to-cart {
    font-size: 10px;
    padding: 8px;
  }
}
@media (min-width: 1024px) {
  .b-product-list-item__image img {
    width: 90px;
  }
  .b-product-list-item__add-to-cart {
    font-size: 12px;
    padding: 8px 15px;
  }
}
.b-product-list__title {
  font-weight: bold;
}
.b-product-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-product-list__list .b-product-list__item {
  margin-bottom: 20px;
}
.algolia-autocomplete {
  width: 100%;
}
.aa-dropdown-menu,
.algoliasearch-autocomplete {
  background: white;
  position: absolute;
  right: 0;
  left: auto;
  top: 30px;
  width: 100%;
  border-top: 1px solid #484848;
  z-index: 1000;
}
.autocomplete-wrapper .category,
.algoliasearch-autocomplete-title {
  background-color: #F5F5F5;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px 0;
  color: #484848;
}
.algoliasearch-autocomplete-all-products {
  padding: 10px;
  text-align: center;
}
.algoliasearch-autocomplete-all-products a {
  cursor: pointer;
}
.aa-no-results,
.aa-no-results-products,
.algoliasearch-autocomplete-hit {
  padding: 10px 10px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.algoliasearch-autocomplete-hit {
  display: block;
  text-decoration: none;
  clear: both;
  text-align: left;
  border-bottom: solid 1px #ddd;
  color: #000;
}
.algoliasearch-autocomplete-hit:hover {
  background-color: #E5E5E5;
  color: black;
}
.algoliasearch-autocomplete-hit.marked {
  background-color: #E5E5E5;
  color: black;
}
.algoliasearch-autocomplete-hit em {
  font-weight: bold;
  font-style: normal;
}
.algoliasearch-autocomplete-hit .thumb {
  float: left;
}
.algoliasearch-autocomplete-hit .thumb img {
  width: 50px;
}
.algoliasearch-autocomplete-hit .info {
  margin-left: 60px;
}
.algoliasearch-autocomplete-hit .clearfix:after,
.algoliasearch-autocomplete-hit .u-row:after,
.algoliasearch-autocomplete-hit .b-form-control-name:after,
.algoliasearch-autocomplete-hit .b-form-control-password-confirm:after,
.algoliasearch-autocomplete-hit .l-page:after,
.algoliasearch-autocomplete-hit .l-layout:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.result-set:last-child .algoliasearch-autocomplete-hit:last-child {
  border-bottom: 1px solid #ddd;
}
.algoliasearch-autocomplete-category,
.algoliasearch-autocomplete-price {
  color: #666;
  font-size: 0.8em;
}
.algoliasearch-no-results {
  padding: 10px;
}
.aa-dataset-products {
  min-height: 0 !important;
}
@media (min-width: 481px) {
  .aa-dropdown-menu,
  .algoliasearch-autocomplete {
    width: 400px;
    left: auto !important;
  }
}
.b-compliance {
  text-align: left;
}
.b-compliance-method__title {
  color: #e12a27;
  padding: 5px 0;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.b-compliance-method__content {
  border: 1px solid #eee;
  padding: 20px 20px;
}
.b-compliance-method__content input {
  max-width: 100%;
}
.b-compliance-method__button {
  margin-top: 20px;
  text-align: right;
}
.p-customer-account_compliance__documents,
.p-customer-account_compliance__upload {
  margin-top: 3em;
}
.b-breadcrumbs {
  text-align: left;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0 0 14px 0;
}
.b-breadcrumbs li {
  display: inline-block;
}
.b-breadcrumbs__link,
.b-breadcrumbs__label {
  display: inline-block;
  padding: 14px 10px 0 10px;
}
.b-breadcrumbs__arrow {
  font-size: 10px;
  font-weight: bold;
  color: #ddd;
}
.b-form-custom-select {
  position: relative;
}
.b-form-custom-select__current {
  text-align: left;
  line-height: 35px;
}
.b-form-custom-select__list {
  position: absolute;
  display: none;
  width: 100%;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0 3px 8px 0 #ddd;
  z-index: 5;
  background: #fff;
}
.b-form-custom-select.active .b-form-custom-select__list {
  display: block;
}
.b-form-custom-select__item {
  padding: 0;
  line-height: 1.2;
}
.b-form-custom-select__item-no-link,
.b-form-custom-select__item-link {
  padding: 2px 10px;
  display: block;
}
.b-form-custom-select__item-no-link {
  color: #ddd;
}
.b-form-custom-select__item-link {
  color: #333333;
}
.b-form-custom-select__item-link:hover {
  background: #ddd;
  text-decoration: none;
}
.b-form-custom-select__item-link.active {
  background: #ddd;
}
.b-form-custom-select__list:hover .b-form-custom-select__item-link {
  background: none;
}
.b-form-custom-select__list:hover .b-form-custom-select__item-link:hover {
  background: #ddd;
}
.b-availability {
  font-weight: bold;
}
.b-header-logo {
  display: block;
  color: #ddd;
  text-align: center;
}
.b-header-logo:hover {
  text-decoration: none;
}
.b-header-logo__image {
  width: 100px;
  height: auto;
  vertical-align: bottom;
  margin-right: 5px;
}
.b-header-logo__subtitle {
  display: none;
}
@media (min-width: 481px) {
  .b-header-logo__subtitle {
    display: inline;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .b-header-logo {
    width: 130px;
  }
  .b-header-logo__image {
    width: 100%;
  }
  .b-header-logo__subtitle {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .b-header-logo {
    width: 190px;
  }
  .b-header-logo__subtitle {
    font-size: 14px;
  }
}
.b-header-top-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-align: right;
}
.b-header-top-links li {
  display: inline;
}
li.b-header-top-links__cms-link a {
  display: none;
}
li.b-header-top-links__blog-link a {
  color: #e12a27;
}
li.b-header-top-links__sign-link a {
  border-right: none;
  padding-right: 0;
}
li.b-header-top-links__cart-link,
.b-header-top-links li.top-link-cart {
  display: block;
  margin-top: 0.5em;
}
li.b-header-top-links__cart-link a,
.b-header-top-links li.top-link-cart a {
  display: inline-block;
}
.b-header-top-links__link {
  display: inline-block;
  color: white;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  font-weight: bold;
}
.b-header-top-links__link--last {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 481px) {
  li.b-header-top-links__sign-link a {
    border-right: 1px solid #ddd;
    padding-right: 10px;
  }
  li.b-header-top-links__cart-link,
  .b-header-top-links li.top-link-cart {
    display: inline;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  li.b-header-top-links__cms-link a {
    display: inline-block;
  }
}
.b-header-customer-service {
  color: white;
  font-size: 22px;
  text-align: right;
  line-height: 0.9em;
}
.b-header-customer-service__title {
  color: #ddd;
  display: block;
  font-size: 14px;
}
.b-header-customer-service__phone {
  color: white;
}
.b-header-customer-service__phone:hover {
  color: white;
  text-decoration: none;
}
.b-header-customer-service__email {
  display: none;
}
@media (min-width: 481px) {
  .b-header-customer-service {
    color: white;
    font-size: 22px;
    text-align: right;
  }
  .b-header-customer-service__email {
    display: block;
    color: #ddd;
    font-size: 14px;
  }
}
.b-header-social {
  margin: 0;
}
.b-header-social__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}
.b-header-social__icon img {
  width: 100%;
  height: auto;
}
.b-header-search__form {
  position: relative;
  margin-right: 42px;
}
.b-header-search__form:before,
.b-header-search__form:after {
  content: " ";
  display: table;
}
.b-header-search__form:after {
  clear: both;
}
.b-header-search__form .b-header-search__input {
  width: 100%;
  height: 30px;
  float: right;
}
.b-header-search__form .b-header-search__button {
  position: absolute;
  right: -42px;
  display: inline-block;
  background: #fff url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/layout/header/search/icon_search.png') no-repeat center center;
  width: 40px;
  height: 30px;
  text-indent: -9999px;
  margin-left: 2px;
}
@media (min-width: 481px) {
  .b-header-search__form .b-header-search__input {
    min-width: 250px;
  }
}
.b-footer-subscribe__title {
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
}
.b-footer-subscribe__input {
  display: inline-block;
  width: auto;
  color: #484848;
  margin-bottom: 10px;
}
.b-footer-contact-info {
  color: #ddd;
}
.b-footer-contact-info__title {
  margin: 0.5em 0 0 0;
}
.b-footer-contact-info__details {
  margin: 0;
}
@media (max-width: 480px) {
  .b-footer-contact-info__title,
  .b-footer-contact-info__details {
    float: left;
    margin: 0.5em 0;
  }
  .b-footer-contact-info__title {
    width: 30%;
    font-size: 1em;
    text-align: right;
    padding-right: 20px;
  }
  .b-footer-contact-info__details {
    width: 70%;
    text-align: left;
  }
}
.b-footer-copyrights {
  text-align: left;
  color: #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 20px;
}
.b-footer-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  max-width: 768px;
}
.b-footer-menu__item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #ddd;
}
.b-footer-menu__item:hover {
  color: #FFF !important;
  text-decoration: none;
}
.b-authorize-net-seal {
  text-align: center;
}
.b-authorize-net-seal__link {
  display: block;
  color: white;
  font-size: 12px;
}
.b-top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 300px;
}
.b-top-menu__link {
  display: block;
  padding: 13.33333333px 10px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #d44947;
  background-color: #ce2523;
}
.b-top-menu__link:hover {
  background-color: #d44947;
  text-decoration: none;
}
.b-top-menu__link--last {
  border-bottom: none;
}
.b-top-menu__sub {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.b-top-menu__sub .b-top-menu__link {
  background-color: #d44947;
  border-bottom-color: #d05c5b;
}
.b-top-menu__sub .b-top-menu__link:hover {
  background-color: #d05c5b;
}
.menu-active .b-top-menu__sub {
  display: block;
}
@media (min-width: 768px) {
  .b-top-menu {
    max-width: 100%;
    height: auto !important;
  }
  .b-top-menu:before,
  .b-top-menu:after {
    content: " ";
    display: table;
  }
  .b-top-menu:after {
    clear: both;
  }
  .b-top-menu li {
    position: relative;
    float: left;
  }
  .b-top-menu__link {
    border: 1px solid #d44947;
    border-left: none;
    border-top: none;
  }
  .b-top-menu__sub {
    position: absolute;
    top: 46px;
    left: 0;
    min-width: 250px;
    z-index: 1;
  }
  .b-top-menu__sub li {
    float: none;
  }
}
.b-show-top-menu {
  line-height: 46px;
  color: white;
  font-weight: bold;
  display: block;
  width: 70px;
  background-color: #ce2523;
  text-align: center;
  cursor: pointer;
}
.b-show-top-menu:hover {
  background-color: #d44947;
  text-decoration: none;
}
.l-header {
  position: relative;
  background-color: #484848;
  padding-top: 20px;
  text-align: center;
}
.l-header:before,
.l-header:after {
  content: " ";
  display: table;
}
.l-header:after {
  clear: both;
}
.l-header__top-links {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.l-header__logo {
  position: absolute;
  left: 5px;
  top: 10px;
  z-index: 1;
}
.l-header__search {
  width: 100%;
  margin-bottom: 10px;
}
.l-header__customer-service {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  right: 80px;
}
.l-header__social {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: 0;
}
@media (min-width: 481px) {
  .l-header__top-links {
    margin-bottom: 50px;
  }
  .l-header__search {
    width: auto;
    float: right;
  }
  .l-header__customer-service {
    position: relative;
    float: right;
    top: -1em;
    right: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .l-header__social {
    position: static;
    float: right;
    margin-right: 40px;
  }
}
.l-footer {
  color: #ddd;
  background-color: #484848;
  padding: 20px;
  text-align: center;
}
.l-footer:before,
.l-footer:after {
  content: " ";
  display: table;
}
.l-footer:after {
  clear: both;
}
.l-footer__contact {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.l-footer__contact:before,
.l-footer__contact:after {
  content: " ";
  display: table;
}
.l-footer__contact:after {
  clear: both;
}
.l-footer a {
  color: #ddd;
}
@media (min-width: 481px) {
  .l-footer__contact {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-footer__contact:before,
  .l-footer__contact:after {
    content: " ";
    display: table;
  }
  .l-footer__contact:after {
    clear: both;
  }
  .l-footer__contact-info {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
  .l-footer__contact-info_phone,
  .l-footer__contact-info_fax,
  .l-footer__contact-info_email {
    float: right;
    clear: right;
  }
}
@media (min-width: 768px) {
  .l-footer__contact-info {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
  }
  .l-footer__trust-signals {
    float: right;
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .l-footer__menu {
    display: none;
  }
}
.l-top-nav {
  position: relative;
  min-height: 46px;
  background-color: #ce2523;
}
.l-top-nav__menu {
  display: none;
  position: absolute;
  z-index: 10;
}
.l-top-nav__menu--open {
  display: block;
}
@media (min-width: 768px) {
  .l-top-nav__toggle {
    display: none;
  }
  .l-top-nav__menu {
    position: relative;
    display: block;
  }
}
.l-sidebar__nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.l-sidebar__checkout-trust-signals {
  text-align: center;
}
.l-page {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 320px;
}
.l-page__header {
  background-color: #484848;
}
.l-page__nav {
  background-color: #ce2523;
}
.l-page__footer {
  background-color: #484848;
}
.l-page__footer-subscribe {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .l-page {
    max-width: 1200px;
  }
}
.l-layout {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.l-layout:before,
.l-layout:after {
  content: " ";
  display: table;
}
.l-layout:after {
  clear: both;
}
.l-layout__main,
.l-layout__sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .l-layout-with-right-sidebar .l-layout__main {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 75%;
  }
  .l-layout-with-right-sidebar .l-layout__sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .l-layout-with-left-sidebar .l-layout__main {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 75%;
    left: 25%;
  }
  .l-layout-with-left-sidebar .l-layout__sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
    right: 75%;
  }
}

.b-sort-by {
  font-size: 14px;
}
.b-sort-by__label {
  display: none;
}
.b-sort-by__select {
  display: inline-block;
  width: auto;
}
.b-sort-by__direction img {
  vertical-align: middle;
  padding-left: 4px;
}
@media (min-width: 481px) {
  .b-sort-by__label {
    display: block;
    line-height: 20px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .b-sort-by__label {
    display: inline-block;
    line-height: 35px;
    margin-right: 10px;
  }
}
.b-toolbar:before,
.b-toolbar:after {
  content: " ";
  display: table;
}
.b-toolbar:after {
  clear: both;
}
.b-toolbar__sort-by {
  float: left;
}
.b-toolbar__pages {
  margin: 10px 0;
  text-align: center;
}
.b-toolbar__limiter {
  text-align: right;
}
@media (min-width: 481px) {
  .b-toolbar {
    padding-top: 1px;
  }
  .b-toolbar__pages {
    float: right;
    margin-top: 20px;
  }
  .b-toolbar__limiter {
    float: right;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .b-toolbar__pages {
    margin-top: 0;
  }
}
.b-category-product-list-item {
  border: 1px solid #ddd;
  background-color: white;
  padding: 20px 20px;
  text-align: left;
}
.b-category-product-list-item:before,
.b-category-product-list-item:after {
  content: " ";
  display: table;
}
.b-category-product-list-item:after {
  clear: both;
}
.b-category-product-list-item__name,
.b-category-product-list-item__name a {
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.b-category-product-list-item__name {
  margin: 0 0 20px 0;
  border-bottom: 1px solid black;
  padding-bottom: 6.66666667px;
}
.b-category-product-list-item__image {
  float: left;
  display: block;
  width: 120px;
}
.b-category-product-list-item__image img {
  width: 100%;
  height: auto;
}
.b-category-product-list-item__rating-summary {
  float: left;
  clear: left;
  width: 120px;
  text-align: center;
  font-size: 14px;
}
.b-category-product-list-item__description {
  width: auto;
  width: 100%;
  font-size: 14px;
  padding-left: 120px;
}
.b-category-product-list-item__price {
  float: right;
  text-align: right;
  margin-top: 20px;
}
.b-category-product-list-item__add-to-cart {
  float: right;
  clear: right;
  margin-top: 20px;
  font-size: 14px;
}
.b-category-product-list-item__availability {
  float: right;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .b-category-product-list-item__add-to-cart .e-button-add-to-cart {
    padding: 10px;
  }
}
@media (min-width: 481px) {
  .b-category-product-list-item__image {
    width: 150px;
  }
  .b-category-product-list-item__rating-summary {
    width: 150px;
    font-size: 16px;
  }
  .b-category-product-list-item__description {
    padding-left: 150px;
  }
  .b-category-product-list-item__add-to-cart {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .b-category-product-list-item__description {
    float: left;
    width: calc(100% - 300px);
    padding-left: 0;
  }
  .b-category-product-list-item__price {
    margin-top: 0;
  }
}
.b-category-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-category-product-list__item {
  margin-bottom: 20px;
}
.b-category-layer-state {
  border: 1px solid #ce2523;
  background-color: white;
  text-align: left;
  padding: 0 10px;
  font-size: 14px;
}
.b-category-layer-state__filters {
  list-style: none;
  padding: 0 0 0 10px;
}
.b-category-layer-state__filters .b-category-layer-state__filter {
  margin: 6.66666667px 0;
}
.b-category-layer-state__filters .b-category-layer-state__filter .b-category-layer-state__filter-remove {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 13px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background: url("https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/page/category/layer-nav/state/btn_remove.gif") 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 5px;
}
.b-category-layer-state__remove-all {
  text-align: right;
}
.b-category-layer-filter {
  text-align: left;
}
.b-category-layer-filter__name {
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 8px 30px 8px 10px;
  color: black;
  background-color: white;
}
.b-category-layer-filter__name:after {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  background: white url("https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/page/category/layer-nav/filter/triange_right_black.png") no-repeat 0 center;
  content: " ";
  width: 9px;
  height: 34px;
}
.b-category-layer-filter__options {
  display: none;
}
.b-category-layer-filter__options .b-category-layer-filter__option-name {
  display: block;
  margin-bottom: 8px;
  color: #484848;
}
.b-category-layer-filter__options .b-category-layer-filter__option-name:hover {
  color: #e12a27;
}
.b-category-layer-filter__options .b-category-layer-filter__option-name .b-category-layer-filter__option-count {
  color: black;
}
.b-category-layer-filter__options .b-category-layer-filter__option-name:hover .b-category-layer-filter__option-count {
  color: #e12a27;
}
.b-category-layer-filter--open .b-category-layer-filter__name:after {
  background-image: url("https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/page/category/layer-nav/filter/triange_down_black.png");
}
.b-category-layer-filter--open .b-category-layer-filter__options {
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  text-align: left;
}
.b-category-layer-nav-filters {
  width: 100%;
  background-color: #dedede;
  padding: 20px 20px;
  border-top: 1px solid #484848;
}
.b-category-layer-nav-filters__state {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .b-category-layer-nav-filters {
    background-color: transparent;
    padding: 0;
    border-top: none;
  }
}
.b-category-layer-toggle {
  position: relative;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  padding: 0 20px 0 10px;
  color: #484848;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: white;
  border: 1px solid #484848;
  z-index: 2;
}
.b-category-layer-toggle:after {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  background: transparent url("https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/page/category/layer-nav/filter/triange_right_black.png") no-repeat 0 center;
  content: " ";
  width: 9px;
  height: 34px;
}
.b-category-layer-toggle--open {
  background-color: #dedede;
  border-bottom-color: #dedede;
}
.b-category-layer-toggle--open:after {
  background-image: url("https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/page/category/layer-nav/filter/triange_down_black.png");
}
.b-category-layer-nav {
  position: relative;
}
.b-category-layer-nav__filters {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1;
}
.b-category-layer-nav__filters.b-category-layer-nav--open {
  display: block;
}
.b-category-layer-nav__toggle {
  max-width: 95px;
}
@media (min-width: 481px) {
  .b-category-layer-nav__toggle {
    max-width: 120px;
  }
}
@media (min-width: 1024px) {
  .b-category-layer-nav__toggle {
    display: none;
  }
  .b-category-layer-nav__filters {
    position: static;
    display: block !important;
  }
}
.b-category-ammo {
  text-align: left;
  border: 1px solid #d9ddd3;
  padding: 20px 20px;
  background: white;
}
.b-category-ammo:before,
.b-category-ammo:after {
  content: " ";
  display: table;
}
.b-category-ammo:after {
  clear: both;
}
.b-category-ammo__image {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.b-category-ammo__image img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.b-category-ammo__name {
  margin: 0 0 20px;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.b-category-ammo__name,
.b-category-ammo__name a {
  color: black;
}
.b-category-ammo__subcategories {
  margin-left: -10px;
  margin-right: -10px;
}
.b-category-ammo__subcategories:before,
.b-category-ammo__subcategories:after {
  content: " ";
  display: table;
}
.b-category-ammo__subcategories:after {
  clear: both;
}
.b-category-ammo__subcategories .b-category-ammo__subcategories-group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  list-style: none;
}
.b-category-ammo__subcategory {
  text-align: center;
  line-height: 1.5em;
}
.b-category-ammo__subcategory,
.b-category-ammo__subcategory a {
  color: black;
}
.b-category-ammo__subcategory:hover,
.b-category-ammo__subcategory a:hover {
  color: #e12a27;
}
.b-category-ammo__shop-now {
  margin-top: 20px;
  float: right;
}
@media (min-width: 768px) {
  .b-category-ammo__image {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 50px 0 0;
  }
  .b-category-ammo__subcategories .b-category-ammo__subcategories-group {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
  }
  .b-category-ammo__subcategory {
    text-align: left;
  }
}
.b-category-ammo-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-category-ammo-list__item {
  margin-bottom: 20px;
}
.b-category-top {
  text-align: left;
  border: 1px solid #d9ddd3;
  padding: 20px 20px;
  background: white;
}
.b-category-top:before,
.b-category-top:after {
  content: " ";
  display: table;
}
.b-category-top:after {
  clear: both;
}
.b-category-top__image {
  float: left;
  width: 150px;
  height: auto;
  margin: 0 50px 0 0;
}
.b-category-top__name {
  margin: 0 0 20px;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.b-category-top__name,
.b-category-top__name a {
  color: black;
}
.b-category-top__shop-now {
  clear: left;
  float: right;
}
@media (max-width: 480px) {
  .b-category-top__shop-now {
    width: 100%;
    float: none;
  }
}
.b-category-top-list__item {
  margin-bottom: 20px;
}
.l-layout__sidebar {
  position: static;
}
.b-category-description__content--hide-on-mobile {
  display: none;
}
.b-category-description__button {
  cursor: pointer;
}
@media (min-width: 768px) {
  .b-category-description__content--hide-on-mobile {
    display: block;
  }
  .b-category-description__button {
    display: none;
  }
}
.catalog-category-view .l-page__layout {
  background-color: #eee;
}
.catalog-category-view .l-layout__main {
  margin-top: 0;
}
.p-category__title {
  padding: 15px 0;
  margin: 0;
  line-height: 1.2;
}
.p-category__top-description {
  margin-bottom: 20px;
}
.p-category__layered-nav,
.p-category__top-toolbar,
.p-category__bottom-toolbar {
  margin: 10px 0;
}
.p-category__top-toolbar {
  float: left;
  margin-top: 0;
}
.p-category__top-toolbar .b-toolbar__pages,
.p-category__top-toolbar .b-toolbar__limiter {
  display: none;
}
.p-category__layer-nav-toggle {
  float: right;
  margin: 0;
}
.p-category__products {
  clear: both;
}
.p-category__bottom-description {
  margin-top: 20px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .p-category__layer-nav-toggle {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .p-category__top-toolbar {
    float: none;
  }
  .p-category__top-toolbar .b-toolbar__pages,
  .p-category__top-toolbar .b-toolbar__limiter {
    display: block;
  }
}
.catalogsearch-result-index .l-page__layout {
  background-color: #eee;
}
.catalogsearch-result-index .l-layout__main {
  margin-top: 0;
}
.p-search__title {
  white-space: nowrap;
  margin: 5px 0 0 0;
  line-height: 20px;
  max-height: 60px;
  font-size: 16px;
}
.p-search__title .p-search__title-term {
  display: block;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
}
.p-search__toolbar {
  margin: 0 -20px;
  padding: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-search__title {
    line-height: 60px;
    font-size: 36px;
    margin-top: 0;
  }
  .p-search__title .p-search__title-term {
    display: inline;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 0;
  }
}

