body {
  padding: 0;
}

main{
  background-color: #f8f6f4;
}

h1,h2,h3,h4,h5{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: italic;
}

p{
  font-family: "interstate", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

.breadcrumb, .pagination {
  list-style: none;
}

#wrapper .breadcrumb li {
  font-size: 14px;
}

.breadcrumb, .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

#wrapper .breadcrumb {
  padding: 0;
  background: 0 0;
}

#wrapper .breadcrumb ol {
  padding-left: 0;
  margin-bottom: 0;
}

#wrapper .breadcrumb li::after {
  margin: .3125em;
  color: #906f4e;
}

#wrapper .breadcrumb li > span {
  color: #b93d25;
}

#wrapper .breadcrumb li {
  font-size: 14px;
}

#wrapper .breadcrumb li > a, #wrapper .breadcrumb li > span {
  font-family: "interstate", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #906f4e;
  text-decoration: none;
  font-weight: 400;
}

h1 {
  color: #b93d25;
  font-style: italic;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1em;
}

h2.accordion-header{
  font-family: "interstate", sans-serif;
  font-size: 14px;
  text-transform: uppercase;

}

.product-information {
  font-size: .9375rem;
  color: #232323;
}

.product-price{
  color: #b93d25;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "interstate", sans-serif;
}

.accordion-item {
  background-color: #fff;
  /* border-bottom: 1px solid #906f4e67; */
  border-radius: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  color: #8d6d4c81;
  text-align: left;
  background-color: #fff;
  border: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #8d6d4c;
  background-color: #f8f6f4;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2308d6d4c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-body{
  font-size: .9375rem;
}

.btn-comment, .btn-comment-inverse {
  height: 36px;
  border-radius: 2px;
  background-color: #8d6d4c;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
}

.btn-comment, .btn-comment-big {
  height: auto !important;
}

.btn-comment:hover {
  background-color: #cea989;
}

.btn{
  font-family: "interstate", sans-serif;
  transition: all 0.2s ease-in;
  display: inline-block;
  vertical-align: middle;
  padding: .5rem 1.5rem;
  border-radius: 100rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
}

#content{
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
