/** {
    margin:0;
    padding:0;
    box-sizing: border-box;
}*/

body,footer {
  font-family: "brandon-grotesque", sans-serif;
  background-color: #2e2a25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.small-container {
  max-width: 1370px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 250px;
}

.single-product {
  margin-top: 80px;
}

.small-img-row {
  display: flex;
  justify-content: space-around;
}

.col-2 img {
  max-width: 100%;
  padding: 50px 0;
}

.small-img-col {
  flex-basis: 24%;
  cursor: pointer;
}

.single-product .col-2 img {
  padding: 0;
}

.single-product .col-2 {
  padding: 20px;
}

.col-2 {
  flex-basis: 45%;
  min-width: 300px;
}

.col-2 h1 {
  font-size: 50px;
  line-height: 43px;
  margin: 5px 0;
  margin-left: -7px;
  font-family: 'Aboreto', sans-serif;
  color: #8e755b;
  font-weight: 300;
}

      .image-grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
		width: 60vw;
		padding-top: 150px
      }

      .image-grid-item {
        text-align: center;
      }
      img {
        width: 100%;
      }

.key-features p {
	line-height: 1.5em;
}
.key-features h1 {
	font-size: 16px;
}

.single-product select {
  display: block;
  padding: 10px;
  margin-top: 20px;
}

#ProductImg {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h2 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #8e755b;
  margin-bottom: 0px;
  font-weight: 600;
}

h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #b1b1b1;
  font-size: 10px;
  margin-top: 0px;
  text-transform: uppercase;
}

.single-product input {
  width: 50px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  font-size: 20px;
}

input:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #2e2a25;
}

p {
  color: #C4BCB3;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 3px;
}

h6 {
  color: #C4BCB3;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 16px;
}

.indentThisData {
  margin-left: 25px;
}

/*Boxes*/
.boxarama {
  display: flex;
  align-items: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 15px;
}

.box {
  width: 110px;
  height: 110px;
  margin: 10px;
  box-sizing: border-box;
  outline: 0px solid #8e755b;
  outline-offset: 5px;
  position: relative;
  margin-bottom: 50px;
  background-color: #2e2a25;
}

.box:hover {
  outline: 0px solid #8e755b;
  transition: .6s ease-in-out;
}

.box p {
  text-align: center;
  font-size: 12px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;

}

/* Add some styling to the accordion */
.accordion {
  color: #8e755b;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 18px;
  width: 100%;
}

/* Style the list that is displayed when the accordion is opened */
.accordion ul {
  list-style: circle;
  color: #8e755b;
  margin: 0;
  margin-left: 0px;
  padding-bottom: 25px;
}

.accordion li {
  padding-left: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #F0F0F0;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 3px;
}

/* Add some styling to the logo */
.accordion img {
  height: 24px;
  margin-left: auto;
}

/* Hide the list by default */


h5 {
  font-size: 12px;
  color: #b1b1b1;
  margin-bottom: 0;
  padding-left: 0;
  transition: 0.2s ease-in-out;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.boxtitle {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F0F0F0;
  letter-spacing: 1px;
  font-size: 12px;
  padding-bottom: 0px;
  margin: 0;
}

@media screen and (max-width: 896px) {
  .row {
    display: inline;
  }

  .small-container {
    max-width: 100%;
    margin: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .col-2 {
    flex-basis: 45%;
    min-width: 200px;
  }
        .image-grid-container {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 30px;
		  width: auto;
		  padding: 50px 20px 150px;
        }

        .image-grid-item {
          text-align: center;
        }

	
	
}

.st0 {
  fill: #57514E;
}

.st0:hover {
  fill: #8e755b;
  transition: .6s ease-in-out;
}

.boxaramaWords {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.boxaramaTwo {
  width: 130px;
  height: 110px;
  margin: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
}

.boxaramaTwo svg{
  border-radius: 5px;
  fill: #8e755b;
}
