body#boydsBody {
  background-color: transparent;
}

.description {
  font-size: 2rem;
}

.rifleHeading {
  margin-top: 1.2rem;
  font-family: Montserrat;
  font-weight: 900;
  text-transform: uppercase;
}

.makeTitle {
  color: #bf1e2e;
  font-size: 3rem;
}

.modelTitle {
  color: #222;
  font-size: 2.4rem;
}

.productName {
  text-transform: uppercase;
  margin-top: 0.4rem;
  font-size: 1.8rem;
}

.productImage {
    width: 100%;
}

.shapeHeader {
  color: white;
  background-color: #bf1e2e;
  padding: 0.6rem;
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}

.shapeToggle {
  float: right;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.shapeContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.shape {
    box-sizing: border-box;
    width: 32%;
    border: 2px solid #bf1e2e;
    margin: 0.2rem;
    display: flex;
    flex-direction: column;
    opacity: 75%;
}

.selected {
  font-weight: 700;
  opacity: 100%;
}

.shapeImageContainer {
    flex-grow: 1;
    align-self: stretch;
}

.shapeImage {
  width: 100%;
  object-fit: cover;
  align-self: stretch;
  opacity: 100%;
}

.shapeText {
  color: white;
  background-color: #bf1e2e;
  padding: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.addonImg {
  width: 80px;
  height: 80px;
}
