.specials-page .l-page__layout {
  background-color: #eee;
}
.specials-page .l-layout__main {
  margin-top: 0;
}
.all-categories .l-page__layout {
  background-color: #eee;
}
.p-cms {
  text-align: left;
}

.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 15px 15px;
}
.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;
  }
}
.b-msrp-popup__price > * {
  margin-bottom: 20px;
}
.b-msrp-popup__price .old-price {
  display: none;
}
#homepage-slider {
  position: relative;
}
#homepage-slider .item {
  overflow: hidden;
  display: none;
}
#homepage-slider .item.active {
  display: block;
}
#homepage-slider .item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#homepage-slider .carousel-indicators {
  position: absolute;
  right: 8px;
  bottom: 5px;
  z-index: 15;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
#homepage-slider .carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #c08e8e;
}
#homepage-slider .carousel-indicators .active {
  background-color: #ce2523;
}
.b-homepage-hero__image {
  width: 100%;
  height: auto;
}
@media (max-width: 481px) {
  #homepage-slider .carousel-indicators {
    display: none;
  }
}
.b-featured-product {
  position: relative;
  max-width: 380px;
  text-align: center;
}
.b-featured-product__name {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.b-featured-product__name,
.b-featured-product__name a {
  color: black;
}
.b-featured-product__image {
  display: block;
  width: 100%;
  max-height: 380px;
}
.b-featured-product__image img {
  width: 160px;
  height: auto;
}
.b-featured-product__price {
  text-align: center;
}
.b-featured-product__price .b-price-regular {
  padding-top: 19px;
}
.b-featured-product__tier-price {
  position: absolute;
  bottom: 0;
}
@media (min-width: 481px) {
  .b-featured-product__name {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .b-featured-product__name {
    min-height: auto;
  }
}
.b-featured-list {
  text-align: left;
}
.b-featured-list:before,
.b-featured-list:after {
  content: " ";
  display: table;
}
.b-featured-list:after {
  clear: both;
}
.b-featured-list__header {
  padding: 0 10px 20px;
  margin-bottom: 0.2em;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}
.b-featured-list__item {
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .b-featured-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-featured-list__header {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
  }
  .b-featured-list__item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
    padding: 20px;
  }
  .b-featured-list__item:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .b-featured-list__header {
    font-size: 34px;
  }
  .b-featured-list__item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
    padding: 20px;
  }
  .b-featured-list__item:nth-of-type(2n+1) {
    clear: none;
  }
  .b-featured-list__item:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .b-featured-list__header {
    padding-bottom: 10px;
  }
}
.b-customer-reviews__stars {
  display: block;
}
.b-customer-reviews__customer {
  display: block;
  text-align: right;
}
.b-brand-image {
  height: auto;
}
.b-brand-image--cci-ammo,
.b-brand-image--cci {
  width: 110px;
}
.b-brand-image--pmc-ammo,
.b-brand-image--pmc {
  width: 150px;
}
.b-brand-image--fiocchi-ammo,
.b-brand-image--fiocchi {
  width: 161px;
}
.b-brand-image--blazer-brass {
  width: 184px;
}
.b-brand-image--blazer-brass-ammo,
.b-brand-image--tula-ammo,
.b-brand-image--tula,
.b-brand-image--wolf-ammo,
.b-brand-image--wolf,
.b-brand-image--hornady-ammo,
.b-brand-image--hornady {
  width: 200px;
}
.b-brand-image--federal-ammo,
.b-brand-image--federal {
  width: 240px;
}
.b-brand-image[alt~=Sellier],
.b-brand-image--winchester-ammo,
.b-brand-image--winchester,
.b-brand-image--remington-ammo,
.b-brand-image--remington,
.b-brand-image--magtech-ammo,
.b-brand-image--magtech,
.b-brand-image--speer-ammo,
.b-brand-image--speer {
  width: 250px;
}
.b-shop-by-manufacturer {
  margin-top: 50px;
  margin-bottom: 20px;
}
.b-shop-by-manufacturer__header {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 0.2em;
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}
.b-shop-by-manufacturer__wrapper {
  text-align: center;
}
.b-shop-by-manufacturer__item {
  display: inline-block;
  width: 100%;
  height: 85px;
  vertical-align: top;
  margin: 8px 0;
}
.b-shop-by-manufacturer__link {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.18s ease-in 0s;
}
.b-shop-by-manufacturer__link:last-of-type {
  padding-bottom: 0;
}
.b-shop-by-manufacturer__link:hover {
  background-color: #eee;
}
.b-shop-by-manufacturer__link:hover .b-shop-by-manufacturer__layer-corner {
  opacity: 1;
}
.b-shop-by-manufacturer__layer-corner {
  background-color: #b43d24;
  opacity: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -16px;
  bottom: -16px;
  z-index: 1;
  transform: rotateZ(45deg);
  transition: all 0.18s ease-in 0s;
}
.b-shop-by-manufacturer .b-brand-image {
  position: relative;
  z-index: 2;
  transition: all 0.18s ease-in 0s;
}
@media (min-width: 481px) {
  .b-shop-by-manufacturer:after {
    content: "";
    display: block;
    clear: both;
  }
  .b-shop-by-manufacturer__wrapper:after {
    content: "";
    clear: both;
  }
  .b-shop-by-manufacturer__item {
    width: 50%;
    float: left;
    margin: 10px 0;
  }
  .b-shop-by-manufacturer__link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .b-shop-by-manufacturer__header {
    font-size: 34px;
  }
  .b-shop-by-manufacturer__link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .b-shop-by-manufacturer {
    margin-bottom: 35px;
  }
  .b-shop-by-manufacturer__header {
    padding-bottom: 10px;
  }
  .b-shop-by-manufacturer__item {
    width: 33%;
    margin: 15px 0;
  }
}
.cms-index-index .l-layout__main {
  margin-top: 0;
}
.p-homepage__about,
.p-homepage__customer-reviews {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
}
.p-homepage__customer-reviews .b-rating-stars {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .p-homepage__about,
  .p-homepage__customer-reviews {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}

