.gun_no {
  background-color: #b02836;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  display: inline-block;
  -ms-transform: skewX(-7deg);
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
  line-height: 1.4em;
  text-transform: uppercase;
}

.product_descr {
    font-weight: 700!important;
    font-family: proxima-nova, sans-serif;
}

.wrap-compact.readers-score .slider-gallery {
    margin-bottom: 2rem;
}

.wrap-editors-choice {
	margin-bottom:3rem;
	margin-top:3rem;
}

.wrap-editors-choice a {
  color: #b02836;
  font-weight: 700;
}

.wrap-editors-choice h2 a {
    color: #b02836;
}

.wrap-editors-choice h3 a {
	color: #222e61;
}



.wrap-compact {
  z-index: 10;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.wrap-compact a {
  color: #b02836;
}
.wrap-compact .slider-gallery .carousel-item {
  text-align: center;
}
.wrap-compact .slider-gallery .carousel-control-prev {
  left: -50px;
  opacity: 1;
}
.wrap-compact .slider-gallery .carousel-control-prev .carousel-control-prev-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}
.wrap-compact .slider-gallery .carousel-control-prev .carousel-control-prev-icon:after {
  content: "\f053";
  font-size: 55px;
  color: #222e61;
  font-family: "Font Awesome 5 Pro";
}
.wrap-compact .slider-gallery .carousel-control-next {
  right: -50px;
  opacity: 1;
}
.wrap-compact .slider-gallery .carousel-control-next .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}
.wrap-compact .slider-gallery .carousel-control-next .carousel-control-next-icon:after {
  content: "\f054";
  font-size: 55px;
  color: #222e61;
  font-family: "Font Awesome 5 Pro";
}
.wrap-compact .img-cpact {
  text-align: center;
	margin-bottom: 1rem;
}
.wrap-compact .cnt-cpact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 3%;
}
.wrap-compact .cnt-cpact h3 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
.wrap-compact .cnt-cpact .cp-right ul {
  border: 1px solid #efefef;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wrap-compact .cnt-cpact .cp-right ul li {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  float: left;
}
.wrap-compact .cnt-cpact .cp-right ul li span:last-child {
  text-transform: uppercase;
}
.wrap-compact .cnt-cpact .cp-right ul li.final {
  width: 100%;
  background-color: #efefef;
  font-size: 24px;
  line-height: 24px;
  font-family: proxima-nova, sans-serif;  text-transform: uppercase;
  color: #222e61;
  padding: 10px;
}
.wrap-compact .cnt-cpact .cp-right p {
  margin: 0;
  padding: 0;
}

.wrap-compact.readers-score .rating-stars ul#stars {
    margin-bottom:0;
    padding-bottom:0;
    padding-top:0
}

.wrap-compact.readers-score .main-submit button {
    padding:0;    
}

@media screen and (max-width: 767px) {
  .wrap-compact .slider-gallery {
    margin-bottom: 20px;
  }
  .wrap-compact .slider-gallery .carousel-control-prev {
    left: -25px;
  }
  .wrap-compact .slider-gallery .carousel-control-prev .carousel-control-prev-icon {
    height: auto;
  }
  .wrap-compact .slider-gallery .carousel-control-prev .carousel-control-prev-icon:after {
    font-size: 30px;
  }
  .wrap-compact .slider-gallery .carousel-control-next {
    right: -25px;
  }
  .wrap-compact .slider-gallery .carousel-control-next .carousel-control-next-icon {
    height: auto;
  }
  .wrap-compact .slider-gallery .carousel-control-next .carousel-control-next-icon:after {
    font-size: 30px;
  }

  .wrap-compact .cnt-cpact {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .wrap-compact .cnt-cpact h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .wrap-compact .cnt-cpact .cp-right ul li {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .wrap-compact .cnt-cpact .cp-right ul li span:last-child {
    float: right;
    width: 50px;
    text-align: revert;
  }
}

/*# sourceMappingURL=editorchoice.css.map */
