/*! 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%;
  }
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel {
  width: 225px;
}
.carousel .item {
  border: none;
  margin: 0;
  padding: 0 0 10px 0;
}
.carousel img {
  display: block;
  border: 1px solid #ddd;
  width: 225px;
  height: 225px;
}
.carousel .carousel-constrols,
.carousel .carousel-indicators {
  width: 100%;
  position: absolute;
  color: #FFF;
  line-height: 24px;
  font-size: 14px;
  bottom: 0;
}
.carousel .carousel-indicators {
  background-color: #484848;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  z-index: 3;
}
.carousel .carousel-control {
  position: relative;
  display: block;
  top: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  z-index: 4;
}
.carousel .carousel-control.left {
  left: 5px;
}
.carousel .carousel-control.right {
  right: 5px;
}
.b-product-media__carousel {
  margin: 0 auto;
}
.b-product-shop:before,
.b-product-shop:after {
  content: " ";
  display: table;
}
.b-product-shop:after {
  clear: both;
}
.b-product-shop__short-description {
  float: left;
  margin-bottom: 20px;
}
.b-product-shop__short-description > * {
  margin: 0;
  font-size: 12px;
}
.b-product-shop__price,
.b-product-shop__tier-prices {
  float: right;
  clear: both;
  text-align: right;
}
.b-product-shop__price {
  margin: 20px 0 0 60px;
}
.b-product-shop__add-to-cart {
  clear: both;
  float: right;
  margin: 20px 0;
}
.b-product-shop__description {
  clear: both;
}
.b-product-shop__availability {
  width: 100%;
  clear: both;
  text-align: right;
}
@media (min-width: 481px) {
  .b-product-shop__price,
  .b-product-shop__tier-prices {
    clear: right;
  }
}
@media (min-width: 768px) {
  .b-product-shop__add-to-cart {
    clear: right;
    float: right;
  }
}
.b-product-info__column {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-product-info__column .b-product-info__attribute {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  text-align: left;
  font-size: 0;
}
.b-product-info__column .b-product-info__attribute .b-product-info__label {
  display: inline-block;
  font-weight: bold;
  width: 45%;
  vertical-align: top;
  padding-right: 12px;
  font-size: 14px;
  word-wrap: break-word;
}
.b-product-info__column .b-product-info__attribute .b-product-info__value {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  font-size: 14px;
}
@media (min-width: 768px) {
  .b-product-info {
    margin-left: -10px;
    margin-right: -10px;
  }
  .b-product-info:before,
  .b-product-info:after {
    content: " ";
    display: table;
  }
  .b-product-info:after {
    clear: both;
  }
  .b-product-info__column {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}
.b-product-review {
  text-align: left;
  border-bottom: 1px solid #eee;
}
.b-product-review__title {
  margin-bottom: 0;
}
.b-product-review__summary {
  margin-top: 0;
  font-size: 14px;
}
.b-product-review__ratings {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-product-review__ratings .b-product-review__rating-label {
  display: inline-block;
  width: 100px;
}
.b-product-review__details {
  margin: 1em 0;
}
.b-product-review-list {
  text-align: left;
}
.b-product-review-form {
  text-align: left;
}
.b-product-review-form__low-rating-controls {
  border: 1px solid #e12a27;
  padding: 20px 20px;
}
.b-product-review-form__low-rating-controls .b-product-review-form__low-rating-text {
  margin-top: 0;
}
@media (min-width: 768px) {
  .b-product-review-form__nickname,
  .b-product-review-form__summary {
    width: 70%;
  }
  .b-product-review-form .b-form-control__label {
    width: 250px;
  }
  .b-product-review-form .b-form-control__input,
  .b-product-review-form .b-form-control__info {
    margin-left: 250px;
  }
  .b-product-review-form__email {
    width: 71%;
  }
  .b-product-review-form__email .b-form-control__label {
    width: 230px;
  }
  .b-product-review-form__email .b-form-control__input {
    margin-left: 230px;
  }
}
.b-rating-control {
  list-style: none;
  padding: 20px 0 1px 0;
}
.b-rating-control__item {
  border-top: 1px solid #eee;
  margin-bottom: 10px;
  padding-top: 10px;
}
.b-rating-control-item__input {
  margin-top: 35px;
}
.b-rating-control-item__input:before,
.b-rating-control-item__input:after {
  content: " ";
  display: table;
}
.b-rating-control-item__input:after {
  clear: both;
}
.b-rating-control-item__label {
  top: 10px;
  margin-bottom: 9px;
}
.b-rating-control-item__label:before,
.b-rating-control-item__label:after {
  content: " ";
  display: table;
}
.b-rating-control-item__label:after {
  clear: both;
}
.b-rating-control-item__input .b-rating-control-item__radio,
.b-rating-control-item__info-box {
  float: left;
  width: 11%;
  text-align: center;
  display: block;
  margin-left: 9%;
}
.b-rating-control-item__info-box {
  min-height: 1px;
  position: relative;
  text-align: center;
}
.b-rating-control-item__info-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 12px;
}
@media (min-width: 481px) {
  .b-rating-control-item__info-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .b-rating-control-item__input {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  .b-rating-control-item__label {
    margin-bottom: 5px;
  }
  .b-rating-control-item__info-box {
    position: relative;
    height: 1px;
  }
  .b-rating-control-item__info-text {
    top: -35px;
  }
  .b-rating-control-item .b-form-control__info {
    display: none;
  }
  .b-rating-control-item--first .b-form-control__info {
    display: block;
  }
}
.b-product-qa-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.b-product-qa-list__item {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.b-product-qa-item__question {
  margin-bottom: 0.5em;
}
.b-product-qa-item__info {
  font-size: 12px;
  margin: 0;
}
.b-product-qa-form {
  text-align: left;
}
.b-product-qa-form:before,
.b-product-qa-form:after {
  content: " ";
  display: table;
}
.b-product-qa-form:after {
  clear: both;
}
.b-product-qa-form [id^="amasty_recaptcha"] {
  float: right;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .b-product-qa-form__name,
  .b-product-qa-form__email {
    width: 70%;
  }
}
.b-product-qa {
  text-align: left;
}
.b-product-qa-info {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 20px 20px;
  font-size: 12px;
}
.b-product-qa-info__button {
  float: left;
  margin-right: 20px;
}
.b-product-qa-info__content {
  margin: 0;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal button.close {
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: -10px;
  top: -27px;
  filter: alpha(opacity=65);
  opacity: 0.65;
  color: #fff;
  font-size: 35px;
  line-height: 20px;
}
.modal button.close:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal button.close span {
  display: inline-block;
  height: 20px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 45px 10px 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.modal-header {
  min-height: 16px;
  padding: 15px;
}
.modal-title {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 19px;
  margin-top: 8px;
  margin-bottom: 4px;
  line-height: 1.4;
}
.modal-subtitle {
  margin-bottom: 0;
}
.modal-body {
  position: relative;
  padding: 10px 20px 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #999;
}
.modal-footer button {
  background: #e12a27;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
  line-height: 1;
}
.modal-footer button:hover {
  background: #ce2523;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 625px;
    margin: 55px auto 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.next-review-modal ul {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.next-review-modal li {
  text-align: center;
  display: inline-block;
  margin: 0 15px 25px;
  vertical-align: top;
  max-width: 160px;
}
.next-review-modal .product-image img {
  max-width: 160px;
}
.next-review-modal .product-title {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 11px;
  color: #000;
  text-transform: uppercase;
}
.next-review-modal .product-title:hover {
  color: #000;
  text-decoration: underline;
}
.next-review-modal .modal-footer {
  margin-top: 0;
  display: none;
}
.b-review-stars-form {
  clear: both;
  text-align: left;
}
.b-review-stars-form__main-header {
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 17px;
  color: #000;
}
.b-review-stars-form__container {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.b-review-stars-form__header {
  margin: 0 0 23px;
  font-size: 16px;
  font-weight: 400;
}
.b-review-stars-form__product-name {
  font-weight: 800;
}
.b-review-form:before,
.b-review-form:after {
  content: " ";
  display: table;
}
.b-review-form:after {
  clear: both;
}
.b-review-form__row:before,
.b-review-form__row:after {
  content: " ";
  display: table;
}
.b-review-form__row:after {
  clear: both;
}
.b-review-form__submit {
  float: right;
}
.b-review-form__low-rating {
  border: 1px solid #eb340a;
  padding: 10px;
  margin: 0 0 10px;
}
.b-review-form__low-rating p {
  margin: 0 0 20px;
}
.b-review-form__rating-validate {
  margin: 0 10px;
  text-align: center;
}
.b-review-form__rating-validate .validation-advice {
  display: inline-block;
}
.b-stars-control:before,
.b-stars-control:after {
  content: " ";
  display: table;
}
.b-stars-control:after {
  clear: both;
}
.b-stars-control__label {
  text-align: center;
  min-width: 115px;
  padding: 10px 0;
  display: block;
}
.b-stars-control__stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.b-stars-control__stars input {
  display: none;
}
.b-stars-control__stars label {
  display: inline-block;
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/page/product/advancedreview/form/rating-icons@2x.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.b-stars-control__stars label:hover,
.b-stars-control__stars label:hover ~ label,
.b-stars-control__stars input:checked ~ label {
  background-position: bottom;
}
.b-form-review-stars {
  width: 100%;
  display: inline-block;
  padding: 5px 0 0;
}
.b-form-review-stars__stars-control {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.b-form-review-stars__stars-control:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .b-review-form__column {
    width: 50%;
    float: left;
    min-height: 10px;
  }
  .b-review-form__rating-validate {
    text-align: left;
  }
  .b-form-review-stars {
    min-width: 310px;
  }
  .b-form-review-stars__stars-control {
    padding: 0;
    margin: 0 0 0 10px;
  }
  .b-stars-control__label {
    text-align: right;
    float: left;
  }
  .b-stars-control__stars {
    float: left;
    margin-left: 20px;
    padding: 7px 0 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.b-review-rate {
  border: 1px solid #EEE;
  border-bottom: none;
  padding: 0 10px 4px;
}
.b-review-rate p {
  vertical-align: top;
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 0 0;
  margin: 0;
  color: #B4B4B4;
}
.b-review-rate__label {
  vertical-align: top;
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 15px 0 0;
  margin: 0;
  color: #B4B4B4;
}
.b-review-rate:hover .b-review-rate__label {
  color: #666;
}
.b-review-rate__usefull {
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/page/product/advancedreview/item/thumbs-up@2x.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: inline-block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  opacity: 0.5;
  font-size: 0;
}
.b-review-rate__usefull:active,
.b-review-rate__usefull.active {
  opacity: 1;
  background-position: bottom;
}
.b-review-rate:hover .b-review-rate__usefull {
  opacity: 0.7;
}
.b-review-rate .b-review-rate__usefull:hover {
  opacity: 1;
}
.b-review-rate__value {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 0 0 8px;
  margin: 0;
  color: #B4B4B4;
}
.b-review-rate .recommendActions {
  border: none;
  padding: 0;
  text-align: right;
}
.b-product-advancedreview {
  display: block;
  position: relative;
  padding: 30px 0 50px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.b-product-advancedreview__header {
  font-size: 14px;
  color: #B4B4B4;
}
.b-product-advancedreview__rate-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.b-product-advancedreview__content {
  font-size: 14px;
  line-height: 1.25;
  color: #000;
  margin: 0;
}
.b-product-advancedreview__ratings {
  padding: 13px 0;
}
.b-product-advancedreview-content__date {
  white-space: nowrap;
}
.b-product-advancedreview-content__title {
  font-size: 16px;
  margin: 0 0 10px;
  color: #000;
}
@media (min-width: 768px) {
  .b-review-rate {
    padding: 0 18px 4px;
  }
  .b-product-advancedreview {
    display: flex;
    padding: 30px;
    margin: 0;
  }
  .b-product-advancedreview__column-left {
    width: 35%;
    padding-right: 20px;
  }
  .b-product-advancedreview__column-right {
    width: 65%;
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
.b-shooters-reviews {
  margin-bottom: 30px;
}
.b-shooters-reviews__header {
  background: #f9f9f9;
  margin: -20px -20px 0;
  padding: 22px 20px;
}
.b-shooters-reviews__header:before,
.b-shooters-reviews__header:after {
  content: " ";
  display: table;
}
.b-shooters-reviews__header:after {
  clear: both;
}
.b-shooters-reviews__header-title {
  font-size: 17px;
  font-weight: 800;
  float: left;
  line-height: 1.2;
  padding: 7px 0;
  margin: 0;
}
.b-shooters-reviews__header-title span {
  font-weight: 400;
  font-size: 18px;
  margin: 0 5px;
}
.b-shooters-reviews__add-button {
  background: #949494;
}
.b-shooters-reviews__filter-bar:before,
.b-shooters-reviews__filter-bar:after {
  content: " ";
  display: table;
}
.b-shooters-reviews__filter-bar:after {
  clear: both;
}
.b-shooters-reviews__all-reviews {
  margin: 10px 0;
  text-align: center;
}
.b-shooters-reviews__all-reviews a {
  cursor: pointer;
}
.review-toolbar,
.review-list {
  position: relative;
}
.review-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  opacity: 0.8;
}
.b-review-filters__title {
  text-align: center;
  font-size: 18px;
  color: #000;
}
.b-review-filters__container {
  text-align: center;
}
.b-review-filters__rating-count,
.b-review-filters__sort-by {
  display: inline-block;
  width: 260px;
  vertical-align: top;
}
.b-review-filters__rating-count .e-label,
.b-review-filters__sort-by .e-label {
  text-align: center;
  padding: 0;
}
.b-review-filters__rating-count-label {
  width: 85px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  text-align: right;
}
.b-review-filters__rating-count-stars {
  display: inline-block;
  max-width: 140px;
  height: 24px;
  background-image: url('https://assets.targetbarn.com/skin/frontend/targetbarn/rwd/images/components/blocks/global/rating/stars/rating-icons@2x.png');
  background-position: bottom left;
  background-size: 28px;
}
.b-review-filters__rating-count-stars--5 {
  width: 140px;
}
.b-review-filters__rating-count-stars--4 {
  width: 112px;
}
.b-review-filters__rating-count-stars--3 {
  width: 84px;
}
.b-review-filters__rating-count-stars--2 {
  width: 56px;
}
.b-review-filters__rating-count-stars--1 {
  width: 28px;
}
.b-form-custom-select__item-no-link .b-review-filters__rating-count-stars {
  background-position: top left;
}
.b-review-filters .b-form-custom-select__current {
  padding-top: 5px;
}
.b-review-filters .b-form-custom-select__item-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-review-filters .b-form-custom-select,
.b-review-filters select.e-input {
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .b-review-filters__rating-count {
    margin-bottom: 20px;
  }
}
.b-most-helpful {
  margin: -20px -20px 20px;
  padding: 20px 20px 0;
  background: #f9f9f9;
}
.b-most-helpful__title {
  text-align: center;
  font-size: 17px;
  padding: 6px 0 4px;
  margin: 0;
  color: #000;
}
.b-most-helpful__description {
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 20px;
  text-align: left;
}
.b-most-helpful__items {
  margin: 20px 0 0;
  display: block;
}
.b-most-helpful__items:after {
  display: block;
  clear: both;
  content: '';
}
.b-most-helpful__item {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.b-most-helpful__item-container {
  border: 1px solid #eee;
  background: #fff;
  padding: 18px 20px 45px 20px;
  position: relative;
  height: 100%;
}
.b-most-helpful__item-content {
  padding-bottom: 20px;
}
.b-most-helpful__item-content-summary {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
}
.b-most-helpful__item-content-author {
  font-size: 14px;
  color: #b4b4b4;
}
.b-most-helpful__item-content-text {
  font-size: 14px;
  font-family: "Arial";
  color: #000;
  line-height: 1.2;
}
.b-most-helpful__helpful-for {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 6px 30px;
  color: #b4b4b4;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
  font-family: "Arial";
}
.b-most-helpful__helpful-for p {
  margin: 0;
  padding: 0;
}
.b-most-helpful__rating-stars {
  padding: 0;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .b-most-helpful__items {
    display: -webkit-flex;
    display: flex;
  }
  .b-most-helpful__item {
    width: 50%;
    float: left;
    padding-left: 13px;
    margin-bottom: 0;
  }
  .b-most-helpful__item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 13px;
  }
  .b-most-helpful__item-container {
    padding: 18px 30px 45px 40px;
  }
}
.b-product-single-rating {
  text-align: left;
}
.b-product-single-rating__label {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  padding: 2px 0 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}
.b-product-single-rating__stars {
  display: inline-block;
  vertical-align: top;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1141;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1142;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1144;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1143;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1145;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.catalog-product-view .l-page__layout {
  background-color: #eee;
}
.p-product {
  background-color: white;
  border: 1px solid #ddd;
  padding: 20px 20px;
}
.p-product__name {
  margin-top: 0;
  font-weight: normal;
  color: black;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6.66666667px;
}
.p-product__rating-summary {
  margin-bottom: 20px;
  font-size: 12px;
}
.p-product__media {
  text-align: center;
  margin: 10px 0;
}
.p-product__tabs {
  clear: both;
  margin-top: 20px;
}
@media (min-width: 481px) {
  .p-product__media {
    float: left;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .p-product {
    position: relative;
  }
  .p-product__name,
  .p-product__rating-summary,
  .p-product__shop {
    margin-left: 245px;
  }
  .p-product__rating-summary {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .p-product__media {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 225px;
  }
  .p-product__shop {
    min-height: 260px;
  }
}

