/* line 1, app/assets/stylesheets/scss/_adminpanel-wrapper.scss */
.adminpanel-wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

/* line 5, app/assets/stylesheets/scss/_adminpanel-wrapper.scss */
.adminpanel-wrapper #sidebar {
  min-width: 250px;
  max-width: 250px;
}
/* line 4, app/assets/stylesheets/scss/_call-to-action.scss */
.call-to-action {
  position: relative;
  background-color: #e8c0b8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 11, app/assets/stylesheets/scss/_call-to-action.scss */
.call-to-action .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

/* line 20, app/assets/stylesheets/scss/_call-to-action.scss */
.call-to-action form {
  font-family: 'GlacialIndifferenceRegular' !important;
  color: grey;
  font-size: 19px !important;
}

/* line 25, app/assets/stylesheets/scss/_call-to-action.scss */
.call-to-action form .join_button {
  font-size: 1.5rem;
  color: black;
  background-color: transparent;
  border-color: black;
}

/* line 31, app/assets/stylesheets/scss/_call-to-action.scss */
.call-to-action form .join_button:active {
  box-shadow: none !important;
}

/* line 34, app/assets/stylesheets/scss/_call-to-action.scss */
.call-to-action form .join_button:active:focus {
  color: #ffffff;
  background-color: #161617;
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 40, app/assets/stylesheets/scss/_call-to-action.scss */
.call-to-action form .join_button:hover {
  color: #F1F2E9;
  background-color: black;
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/scss/_digg_pagination.scss */
.digg_pagination {
  height: 50px;
  /* Center horizontally*/
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/scss/_digg_pagination.scss */
.digg_pagination .pagination li a {
  color: grey;
  border-color: transparent;
}
/* line 5, app/assets/stylesheets/scss/_faq.scss */
.faq {
  padding-bottom: 100px !important;
}
/* line 1, app/assets/stylesheets/scss/_flas_messages.scss */
#flash_messages {
  background-color: #f89406;
}

/* line 4, app/assets/stylesheets/scss/_flas_messages.scss */
#flash_messages .warning {
  text-align: center;
}
/* line 1, app/assets/stylesheets/scss/_footer.scss */
footer.footer {
  background-color: #09371f;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 6, app/assets/stylesheets/scss/_footer.scss */
footer.footer a {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-color: black;
}

/* line 12, app/assets/stylesheets/scss/_footer.scss */
footer.footer a:active {
  box-shadow: none !important;
  border-color: #161617 !important;
}

/* line 16, app/assets/stylesheets/scss/_footer.scss */
footer.footer a:active:focus {
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 20, app/assets/stylesheets/scss/_footer.scss */
footer.footer a:hover {
  text-decoration: underline;
}

/* line 24, app/assets/stylesheets/scss/_footer.scss */
footer.footer .container-custom {
  width: 90%;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}
/* line 5, app/assets/stylesheets/scss/_global.scss */
body {
  font-family: 'GlacialIndifferenceRegular', sans-serif !important;
  font-family: 'GlacialIndifferenceRegular', sans-serif !important;
}

/* line 9, app/assets/stylesheets/scss/_global.scss */
p {
  font-family: 'GlacialIndifferenceRegular', sans-serif;
}

/* line 13, app/assets/stylesheets/scss/_global.scss */
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GlacialIndifferenceRegular', sans-serif;
  font-weight: 700;
}

/* line 25, app/assets/stylesheets/scss/_global.scss */
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 30, app/assets/stylesheets/scss/_global.scss */
a {
  color: #c2aa6a !important;
}
/* line 1, app/assets/stylesheets/scss/_icons.scss */
.features-icons {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 4, app/assets/stylesheets/scss/_icons.scss */
.features-icons .icons-text {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

/* line 8, app/assets/stylesheets/scss/_icons.scss */
.features-icons .icons-text h2 {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-product-text {
  padding: 7px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top-color: rgba(119, 119, 119, 0.15) !important;
}

/* line 20, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-product-text a {
  color: rgba(0, 0, 0, 0.5);
  padding-right: 1rem !important;
}

/* line 24, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-product-text a:hover {
  color: black;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-item {
  max-width: 20rem;
}

/* line 32, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

/* line 34, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

/* line 40, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

/* line 45, app/assets/stylesheets/scss/_icons.scss */
.features-icons .features-icons-item img {
  vertical-align: middle;
  margin-left: auto;
}

/* line 50, app/assets/stylesheets/scss/_icons.scss */
.features-icons .featured-item {
  margin-bottom: 3rem;
}

/* line 53, app/assets/stylesheets/scss/_icons.scss */
.features-icons .icons-menu-item {
  font-family: 'GlacialIndifferenceRegular';
  font-size: 48px;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
/* line 1, app/assets/stylesheets/scss/_join_us.scss */
.call-to-action {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 5, app/assets/stylesheets/scss/_join_us.scss */
.call-to-action .form-row div {
  padding-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 5, app/assets/stylesheets/scss/_masthead.scss */
header.masthead {
  position: relative;
  background-color: #e8c0b8;
  padding-left: 12rem !important;
  padding-right: 10rem !important;
  min-height: 16rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  background: url(/assets/img/mastheadbanner3-62d8b7f017468debe0da7ac1f680d73315626cffbfdc20261e157536466456fd.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 23, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 38, app/assets/stylesheets/scss/_masthead.scss */
header.masthead h3 {
  font-weight: 900;
}

/* line 42, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .contact-form-container {
  display: none;
}

/* line 45, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button {
  font-size: 1.5rem;
  color: black;
  background-color: transparent;
  border-color: black;
}

/* line 51, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button:active {
  box-shadow: none !important;
}

/* line 54, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button:active:focus {
  color: #ffffff;
  background-color: #161617;
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 60, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button:hover {
  color: #F1F2E9;
  background-color: black;
  text-decoration: underline;
}

/* line 65, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button_form {
  color: black;
  background-color: transparent;
  border-color: black;
  box-shadow: none !important;
}

/* line 72, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button_form:hover {
  color: #F1F2E9;
  background-color: black;
  text-decoration: underline;
}

/* line 77, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button_form:active {
  box-shadow: none !important;
}

/* line 80, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .join_button_form:active:focus {
  color: #ffffff;
  background-color: #161617;
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 86, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .maybelatter_form {
  color: black;
  background-color: transparent;
  border-color: black;
}

/* line 92, app/assets/stylesheets/scss/_masthead.scss */
header.masthead button:focus {
  outline: 0;
}

/* line 101, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .container-custom {
  width: 90%;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  /* line 112, app/assets/stylesheets/scss/_masthead.scss */
  header.masthead .form-control {
    min-width: 28em !important;
  }
}

@media (max-width: 768px) {
  /* line 117, app/assets/stylesheets/scss/_masthead.scss */
  header.masthead .form-control {
    min-width: 6em !important;
  }
}

@media (max-width: 576px) {
  /* line 122, app/assets/stylesheets/scss/_masthead.scss */
  header.masthead .form-control {
    min-width: 6em !important;
  }
}

/* line 126, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .form-control {
  font-family: 'GlacialIndifferenceRegular' !important;
  color: grey;
  font-size: 19px !important;
  background-color: #F1F2E9;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}

/* line 141, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .search {
  margin-right: 0px;
  margin-left: auto;
  padding-right: 1rem;
}

/* line 145, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .search .navbar-search-btn {
  font-size: 19px !important;
  color: black;
  background-color: #F1F2E9;
}

/* line 154, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .search .navbar-search-btn:active {
  box-shadow: none !important;
}

/* line 157, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .search .navbar-search-btn:active:focus {
  color: #ffffff;
  background-color: #161617;
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 163, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .search .navbar-search-btn:hover {
  color: #F1F2E9;
  background-color: black;
  text-decoration: underline;
}

/* line 183, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .search .input-group {
  margin-left: auto;
  margin-right: auto;
  vertical-align: center !important;
}

/* line 189, app/assets/stylesheets/scss/_masthead.scss */
header.masthead .masthead-search {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 5, app/assets/stylesheets/scss/_masthead_banner.scss */
header.masthead-banner {
  position: relative;
  background-color: gray;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 16, app/assets/stylesheets/scss/_masthead_banner.scss */
header.masthead-banner .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 23, app/assets/stylesheets/scss/_masthead_banner.scss */
header.masthead-banner .container-custom {
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}
/* line 1, app/assets/stylesheets/scss/_navbar.scss */
.sticky-top {
  background-color: white;
}

/* line 4, app/assets/stylesheets/scss/_navbar.scss */
.submenu {
  background-color: white !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 5rem !important;
  padding-left: 5rem !important;
  font-size: 11px;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

/* line 16, app/assets/stylesheets/scss/_navbar.scss */
.navbar {
  background-color: white;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 5rem !important;
  font-size: 19px;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

/* line 26, app/assets/stylesheets/scss/_navbar.scss */
.navbar nav {
  font-weight: normal;
  font-style: normal;
}

/* line 34, app/assets/stylesheets/scss/_navbar.scss */
.navbar .navbar-brand {
  font-family: 'GlacialIndifferenceRegular';
  font-size: 48px;
  padding-left: 1rem !important;
  padding-right: 5rem !important;
}

/* line 40, app/assets/stylesheets/scss/_navbar.scss */
.navbar .search {
  margin-right: 0px;
  margin-left: auto;
  padding-right: 1rem;
}

/* line 44, app/assets/stylesheets/scss/_navbar.scss */
.navbar .search .navbar-search-btn {
  font-size: 19px !important;
  color: black;
  background-color: #F1F2E9;
}

/* line 53, app/assets/stylesheets/scss/_navbar.scss */
.navbar .search .navbar-search-btn:active {
  box-shadow: none !important;
}

/* line 56, app/assets/stylesheets/scss/_navbar.scss */
.navbar .search .navbar-search-btn:active:focus {
  color: #ffffff;
  background-color: #161617;
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 62, app/assets/stylesheets/scss/_navbar.scss */
.navbar .search .navbar-search-btn:hover {
  color: #F1F2E9;
  background-color: black;
  text-decoration: underline;
}

/* line 67, app/assets/stylesheets/scss/_navbar.scss */
.navbar .search .form-control {
  min-width: 28em;
  font-family: 'GlacialIndifferenceRegular' !important;
  color: grey;
  font-size: 19px !important;
  background-color: #F1F2E9;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  height: auto !important;
}

/* line 82, app/assets/stylesheets/scss/_navbar.scss */
.navbar .main_menu {
  margin-left: auto;
  width: 60%;
}

/* line 91, app/assets/stylesheets/scss/_navbar.scss */
.navbar .join_button a {
  font-size: 1.5rem;
  color: black;
  background-color: #F1F2E9;
  border-color: black;
}

/* line 97, app/assets/stylesheets/scss/_navbar.scss */
.navbar .join_button a:hover {
  color: #F1F2E9;
  background-color: black;
  text-decoration: underline;
}

/* line 102, app/assets/stylesheets/scss/_navbar.scss */
.navbar .join_button a:active {
  box-shadow: none !important;
}

/* line 105, app/assets/stylesheets/scss/_navbar.scss */
.navbar .join_button a:active:focus {
  color: #ffffff;
  background-color: #161617;
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 113, app/assets/stylesheets/scss/_navbar.scss */
.navbar #flash_messages {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 118, app/assets/stylesheets/scss/_navbar.scss */
.navbar #flash_messages .warning {
  text-align: center;
}

/* line 125, app/assets/stylesheets/scss/_navbar.scss */
.navbar .container-custom {
  width: 100%;
  padding-right: 35px;
  margin-right: auto;
  margin-left: auto;
}
/* line 1, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */
}

/* line 5, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination a, .digg_pagination span, .digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 10, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 13, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

/* line 19, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 23, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination a:hover, .digg_pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 26, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination .page_info {
  color: grey;
  padding: 0.4em 0.6em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 33, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 37, app/assets/stylesheets/scss/_pagination.scss */
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 43, app/assets/stylesheets/scss/_pagination.scss */
* html .digg_pagination {
  height: 1%;
}

/* line 45, app/assets/stylesheets/scss/_pagination.scss */
*:first-child + html .digg_pagination {
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/scss/_pagination.scss */
.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default;
}

/* line 54, app/assets/stylesheets/scss/_pagination.scss */
.apple_pagination a, .apple_pagination span {
  padding: 0.2em 0.3em;
}

/* line 56, app/assets/stylesheets/scss/_pagination.scss */
.apple_pagination .disabled {
  color: #aaaaaa;
}

/* line 58, app/assets/stylesheets/scss/_pagination.scss */
.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}

/* line 70, app/assets/stylesheets/scss/_pagination.scss */
.apple_pagination a {
  text-decoration: none;
  color: black;
}

/* line 73, app/assets/stylesheets/scss/_pagination.scss */
.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}

/* line 76, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default;
}

/* line 80, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
  padding: 0.2em 0.5em;
}

/* line 82, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination .disabled {
  color: #aaaaaa;
}

/* line 84, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination .current {
  font-style: normal;
  font-weight: bold;
  color: #ff0084;
}

/* line 88, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination a {
  border: 1px solid #dddddd;
  color: #0063dc;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination a:hover, .flickr_pagination a:focus {
  border-color: #003366;
  background: #0063dc;
  color: white;
}

/* line 96, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination .page_info {
  color: #aaaaaa;
  padding-top: 0.8em;
}

/* line 99, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination .previous_page, .flickr_pagination .next_page {
  border-width: 2px;
}

/* line 101, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination .previous_page {
  margin-right: 1em;
}

/* line 103, app/assets/stylesheets/scss/_pagination.scss */
.flickr_pagination .next_page {
  margin-left: 1em;
}
/* line 1, app/assets/stylesheets/scss/_products.scss */
.products-body {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.5rem !important;
  padding-right: 5rem !important;
}

/* line 8, app/assets/stylesheets/scss/_products.scss */
.single-product-body {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.5rem !important;
  padding-right: 5rem !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 17, app/assets/stylesheets/scss/_products.scss */
.products {
  padding: 3rem;
}

/* line 24, app/assets/stylesheets/scss/_products.scss */
.products .product {
  padding: 1rem;
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  border-color: #e0e0e0;
}

/* line 32, app/assets/stylesheets/scss/_products.scss */
.products .product-image {
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  border-color: black;
}

/* line 38, app/assets/stylesheets/scss/_products.scss */
.products .product-detail {
  padding-top: 5%;
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  border-color: #e0e0e0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

/* line 48, app/assets/stylesheets/scss/_products.scss */
.products .product-offers {
  padding-top: 5%;
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  border-color: #e0e0e0;
}
/* line 6, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-list-container {
  padding: 7px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 5px solid;
  border-top-color: rgba(119, 119, 119, 0.15) !important;
}

/* line 14, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-list-item {
  border-bottom: 5px solid;
  border-bottom-color: rgba(119, 119, 119, 0.15) !important;
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-product-text a {
  color: rgba(0, 0, 0, 0.5);
}

/* line 27, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-product-text a:hover {
  color: black;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-img-big {
  min-height: 30rem;
  overflow: hidden;
}

/* line 39, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-img1 {
  background-color: #acf2e5;
  min-height: 30rem;
  background-image: url(/assets/img/weweed_infusion-aa0d9d22e1eb9bc2ea1c4be76aaa24073b631841a2536563266bd5f3e23e7ed0.jpeg);
  background-size: cover;
}

/* line 45, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-img2 {
  background-color: #acf2e5;
  min-height: 30rem;
  background-image: url(/assets/img/CBD-sex-hero-cropped-4fc711fa1fcef4610f4b778ec7e7febabd95bb5773b47d4af9ba488b56c07839.jpg);
  background-size: cover;
}

/* line 51, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-img3 {
  background-color: #acf2e5;
  min-height: 30rem;
  background-image: url(/assets/img/joint-eca048ea74f49e474c8903af674b420e9770d1b1356860420fd25681597ff6e3.jpg);
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 58, app/assets/stylesheets/scss/_showcase.scss */
  .showcase .showcase-text {
    padding: 2.5rem;
  }
}

@media (min-width: 768px) {
  /* line 63, app/assets/stylesheets/scss/_showcase.scss */
  .showcase .showcase-product-name {
    padding: 2rem;
  }
}

/* line 79, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-offers-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 83, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-offers-list .offers_button {
  color: black;
  background-color: transparent;
  width: 100%;
}

/* line 105, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-description {
  display: none;
}

/* line 109, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-product-offers {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 114, app/assets/stylesheets/scss/_showcase.scss */
.showcase .showcase-back-button .back-button {
  color: black;
  background-color: transparent;
}
/* line 1, app/assets/stylesheets/scss/_sidemenu.scss */
.filters-container {
  background-color: white;
}

/* line 4, app/assets/stylesheets/scss/_sidemenu.scss */
.filters-container li {
  width: 100%;
  margin-right: 1rem;
  text-align: left !important;
}

/* line 9, app/assets/stylesheets/scss/_sidemenu.scss */
.filters-container .btn-filter {
  font-size: 1rem;
  color: black;
  background-color: transparent;
  text-align: left !important;
  border-color: black;
}

/* line 16, app/assets/stylesheets/scss/_sidemenu.scss */
.filters-container .btn-filter:active {
  box-shadow: none !important;
}

/* line 19, app/assets/stylesheets/scss/_sidemenu.scss */
.filters-container .btn-filter:active:focus {
  color: #ffffff;
  background-color: #161617;
  border-color: #161617 !important;
  box-shadow: none !important;
}

/* line 25, app/assets/stylesheets/scss/_sidemenu.scss */
.filters-container .btn-filter:hover {
  color: #F1F2E9;
  background-color: black;
  text-decoration: underline;
}
/* line 5, app/assets/stylesheets/scss/_testimonials.scss */
#home-testimonials {
  background-color: #F1F2E9 !important;
}

/* line 8, app/assets/stylesheets/scss/_testimonials.scss */
.testimonials {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* line 12, app/assets/stylesheets/scss/_testimonials.scss */
.testimonials h3 {
  font-weight: 900;
}

/* line 22, app/assets/stylesheets/scss/_testimonials.scss */
.testimonials .testimonial-item {
  max-width: 18rem;
  background-color: black !important;
}

/* line 25, app/assets/stylesheets/scss/_testimonials.scss */
.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

/* line 29, app/assets/stylesheets/scss/_testimonials.scss */
.testimonials .testimonial-item h2 {
  font-weight: bold;
}

/* line 33, app/assets/stylesheets/scss/_testimonials.scss */
.testimonials .showcase-offers {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
