/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: ' ';
  display: table;
}
.lightSlider {
  overflow: hidden;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
  height: 100%;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 24px;
  padding: 6px;
  height: 36px;
}
@media (max-width: 767px) {
  .lSSlideOuter .lSPager.lSpg {
    right: 50%;
    -webkit-transform: translate(50%, 0) !important;
            transform: translate(50%, 0) !important;
  }
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  float: left;
  list-style: none;
  padding: 0 3px;
  height: 24px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #7b8a6f;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  text-indent: -999em;
  width: 24px;
  position: relative;
  z-index: 99;
}
.lSSlideOuter .lSPager.lSpg > li:hover a:before,
.lSSlideOuter .lSPager.lSpg > li.active a:before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f8c446;
  border: 1px solid #7b8a6f;
  border-radius: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .lSSlideOuter .lSPager.lSpg {
    bottom: 10px;
  }
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto !important;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #cbc5b8;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: ' ';
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 30px;
  display: block;
  bottom: 20%;
  height: 65px;
  background-image: url('https://dp8k5pf9le6li.cloudfront.net/skin/frontend/ammoman/rwd/images/slider_controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -16px;
}
@media (min-width: 768px) {
  .lSAction > a {
    background-image: url('https://dp8k5pf9le6li.cloudfront.net/skin/frontend/ammoman/rwd/images/slider_controls_white.png');
  }
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: -1px;
}
.lSAction > .lSNext {
  background-position: -30px 0;
  right: -1px;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* Homepage slider */
.lSSlideOuter {
  position: relative;
}
.b-brand-reviews__title img {
  width: 100px;
  max-width: 100px;
  max-height: 45px;
}
.b-brand-reviews .lSAction > a {
  background: none;
  height: 20px;
  bottom: 50%;
  margin-bottom: -10px;
}
.b-brand-reviews .lSAction > a:before {
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border: 4px solid #ddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-brand-reviews .lSAction > a.lSPrev {
  left: 4px;
}
.b-brand-reviews .lSAction > a.lSPrev:before {
  border-top: 0;
  border-right: 0;
}
.b-brand-reviews .lSAction > a.lSNext {
  right: -5px;
}
.b-brand-reviews .lSAction > a.lSNext:before {
  border-left: 0;
  border-bottom: 0;
}
.b-review-item {
  padding: 0 30px;
}
.b-review-item__product-image {
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.b-review-item__product-image img {
  height: auto;
}
.b-review-item__product-name {
  padding: 0 0 10px;
  display: inline-block;
}
.b-review-item__review-info {
  color: #b0b0b0;
}
.b-review-item__text {
  margin: 0 0 10px;
}
.b-review-item .ratings .rating-box {
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  .b-review-item {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .b-review-item__product-image {
    float: right;
    display: inline-block;
    width: 30%;
    padding: 0 10px;
  }
  .b-review-item__review {
    float: left;
    display: inline-block;
    width: 70%;
    padding: 0 10px;
  }
}
.b-category-calibers-in-stock {
  margin: 0 0 20px;
}
.b-category-calibers-in-stock__title {
  margin: 30px 0 15px;
}
.b-category-calibers-in-stock:after {
  display: block;
  clear: both;
  content: '';
}
.b-category-calibers-in-stock__calibers-instock {
  width: 100%;
  margin: 0 0 25px;
}
.b-calibers-instock__category-name {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 10px;
}
.b-calibers-instock--pistol .b-calibers-instock__category-name:after,
.b-calibers-instock--rifle .b-calibers-instock__category-name:after,
.b-calibers-instock--rimfire-shotgun .b-calibers-instock__category-name-rimfire:after,
.b-calibers-instock--rimfire-shotgun .b-calibers-instock__category-name-shotgun:after {
  margin-left: 5px;
  content: '';
  display: inline-block;
  background-image: url(https://dp8k5pf9le6li.cloudfront.net/skin/frontend/ammoman/rwd/images/calibers_sprite.png);
}
.b-calibers-instock--pistol .b-calibers-instock__category-name:after {
  width: 40px;
  height: 17px;
  background-position: 0 -60px;
}
.b-calibers-instock--rifle .b-calibers-instock__category-name:after {
  width: 89px;
  height: 17px;
  background-position: 0 -19px;
}
.b-calibers-instock--rimfire-shotgun .b-calibers-instock__category-name-rimfire {
  display: block;
}
.b-calibers-instock--rimfire-shotgun .b-calibers-instock__category-name-rimfire:after {
  width: 59px;
  height: 15px;
  background-position: 0 -118px;
}
.b-calibers-instock--rimfire-shotgun .b-calibers-instock__category-name-shotgun {
  display: block;
}
.b-calibers-instock--rimfire-shotgun .b-calibers-instock__category-name-shotgun:after {
  width: 44px;
  height: 16px;
  background-position: 0 -136px;
}
.b-calibers-instock__column a {
  color: #357b00;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .b-calibers-instock__column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 768px) {
  .b-category-calibers-in-stock__calibers-instock {
    width: 33.3333%;
    float: left;
  }
}
@media (min-width: 768px) {
  .b-calibers-instock__column {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}
.cms-index-index .b-top-brands__title,
.catalog-category-view .b-top-brands__title {
  margin-top: 50px;
}
.cms-index-index .b-top-brands__list,
.catalog-category-view .b-top-brands__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: none;
}
.cms-index-index .b-top-brands__brand,
.catalog-category-view .b-top-brands__brand {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 10px 10px 15px;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
}
.cms-index-index .b-top-brands__brand-name,
.catalog-category-view .b-top-brands__brand-name {
  font-size: 16px;
  display: block;
}
@media (min-width: 480px) {
  .cms-index-index .b-top-brands__brand,
  .catalog-category-view .b-top-brands__brand {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .cms-index-index .b-top-brands__brand,
  .catalog-category-view .b-top-brands__brand {
    width: 25%;
  }
}
.category-title {
  margin-bottom: 20px;
}
.category-title h1 {
  float: left;
  font-size: 22px;
}
.category-title .category-image {
  float: right;
}
.category-title .category-image img {
  width: 120px;
  max-width: 100%;
}
.b-category__description img {
  max-width: 100%;
}
.b-category__brands .b-top-brands {
  margin-top: 20px;
}
.b-category__brands .b-top-brands__brand-name,
.b-category__brands .b-top-brands__title {
  display: none !important;
}

