/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
/* theme.css | https://rapharwell.com/themes/classic/assets/css/theme.css */

#wrapper {
  /* background: #f6f6f6; */
  background: #f2edd5;
}

#custom-text {
  /* background: #fff; */
  background: #f29057;
}

#custom-text .page-content.page-cms ul .dark, #custom-text p .dark, .page-content.page-cms #custom-text ul .dark {
  /* color: #232323; */
  color: #fff;
}

#custom-text .page-content.page-cms ul, #custom-text p, .page-content.page-cms #custom-text ul {
  /* color: #232323; */
  color: #fff;
}

#custom-text h2 {
  /* color: #232323; */
  color: #fff;
}

.btn-primary, .btn-primary:hover {
  /* background-color: #24b9d7; */
  background-color: #f26666;
}

.product-flags li.product-flag {
  /* background: #24b9d7; */
  background: #f26666;
}

a {
  /* color: #24b9d7; */
  color: #f26666;
}

.pagination .current a {
  /* color: #24b9d7; */
  color: #f26666;
}
