/* Base Sass Styling */ /*
  Base colours
*/
/*
  Main font colour
*/
/*
  Brand primary colour, used in;

  - Hyperlinks
  - Button background
  - Icons
  - H1
*/
/*
  Offset colour of the primary brand colour used in hover actions against the primary brand colour
*/
/*
  Brand secondary colour, used in;

  - Footer, mailing list and large block background
  - Hyperlink hover
  - Icons
  - H2, H3, H4, H5
*/
/* BASE */
html {
  scroll-behavior: smooth;
}

body {
  background: #fefefe;
  font-family: "Nunito", sans-serif;
  color: #212529;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.02px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a, a:active, a:visited {
  color: #212529;
}

a:hover {
  color: #343434;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.rich-text a, .rich-text a:active, .rich-text a:visited {
  font-weight: bold;
  border-bottom: dashed 2px #212529;
}
.rich-text a:hover {
  border-bottom: dashed 2px #212529;
}
.rich-text h1 {
  padding-top: 30px;
}
.rich-text h2, .rich-text h3, .rich-text h4 {
  padding-top: 20px;
}
.rich-text img {
  width: 100%;
  height: auto;
}

hr {
  width: 100%;
  border-top: 2px solid #F4F7FA;
}

form {
  padding: 0;
  margin: 0;
}

.wow {
  visibility: hidden;
}

.crumb {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
}
.crumb a, .crumb a:active, .crumb a:visited {
  color: #212529;
}
.crumb .active {
  font-weight: normal;
}

.old-carousel {
  width: 100%;
  height: 400px;
  background-color: #FFF;
  border-radius: 20px;
  filter: drop-shadow(2px 2px 2px #F4F7FA);
  background-size: cover;
}

.blog-product-feature {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.blog-product-feature a > button {
  width: 100%;
}

.blog-featured-product {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.blog-featured-product a > button {
  width: 100%;
}

.carousel-inner {
  border-radius: 10px;
}

.br-10 img {
  border-radius: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.carousel-item {
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  font-size: 34px;
  padding: 20px;
  font-weight: normal;
}
.carousel-item .carousel-text {
  font-family: "Tilt Warp";
  filter: drop-shadow(2px 2px 2px #000);
  width: 75%;
  margin: 0 auto;
}
.carousel-item .carousel-link button {
  font-size: 26px;
  filter: none;
  margin: 0 auto;
  width: auto;
}

.carousel.product .carousel-control-prev, .carousel.product .carousel-control-next {
  width: 0;
  margin: 10px;
}
.carousel.product .carousel-control-prev i, .carousel.product .carousel-control-next i {
  color: #3B8EA5;
}
.carousel.product .carousel-item {
  color: #000;
  height: auto;
  text-align: left;
  font-size: 18px;
}
.carousel.product .carousel-item .prod .price {
  line-height: 53px;
}
.carousel.product .carousel-item .prod .footer button {
  font-size: 14px;
}

.tile {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 2px #F4F7FA);
  transition: all 0.3s ease-in-out;
}
.tile a, .tile a:active, .tile a:visited {
  color: #212529;
}
.tile .header {
  font-family: Tilt Warp;
  height: 150px;
  border-radius: 10px 10px 0 0;
  background-color: #F4F7FA;
  background-size: cover;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
}
.tile .header span {
  line-height: 150px;
}
.tile .content {
  overflow: hidden;
}
.tile .content li {
  font-weight: bold;
}
.tile .content i {
  color: #343434;
  padding-right: 5px;
}
.tile .footer {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.tile:hover {
  filter: drop-shadow(2px 2px 2px #343434);
}

.category {
  height: 100%;
  min-height: 200px;
  background-size: cover;
  color: #343434;
}
.category a:hover {
  text-decoration: underline;
}

.recent-posts {
  height: 310px;
}
.recent-posts .header {
  height: 100px;
}
.recent-posts .content {
  height: 150px;
  font-size: 20px;
  font-weight: 400;
}

.prod a, .prod a:active, .prod a:visited {
  color: #212529;
}
.prod .header {
  height: 250px;
  font-weight: 400px;
  font-size: 18px;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.prod .content {
  height: 80px;
  overflow: hidden;
}
.prod .footer {
  font-size: 22px;
  font-weight: 300;
  overflow: hidden;
}
.prod .footer button {
  font-size: 14px;
  padding: 10px;
}
.prod .price {
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
}

.prod:hover .content {
  font-weight: bolder;
}

section#flash-banner {
  padding: 20px;
  color: #FFF;
  font-size: 18px;
}
section#flash-banner img {
  max-width: 360px;
  margin-bottom: 20px;
}
section#flash-banner a {
  color: #FFF;
}

section#mailing-list {
  padding: 60px 0 60px 0;
  text-align: center;
  min-height: 200px;
  height: auto;
  background: #343434;
  color: #FFF;
}
section#mailing-list h1 {
  font-size: 40px;
  color: #FFF;
}
section#mailing-list input[type=text], section#mailing-list textarea {
  display: inline-block;
}

section#mailing-list input[type=text], section#mailing-list textarea,
section#footer-mailing-list input[type=text],
section#footer-mailing-list textarea {
  display: inline-block;
  border-radius: 50px 100px 100px 50px;
}
section#mailing-list button,
section#footer-mailing-list button {
  position: absolute;
  border-radius: 100px;
  margin-top: -6px;
  height: 53px;
  width: 53px;
  margin-left: -50px;
  padding: 0px;
  color: #FFF;
}
section#mailing-list button:hover,
section#mailing-list button:focus,
section#footer-mailing-list button:hover,
section#footer-mailing-list button:focus {
  color: #343434;
}

.season-tile {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  filter: drop-shadow(2px 2px 2px #F4F7FA);
  transition: all 0.3s ease-in-out;
}
.season-tile .title {
  border-radius: 0 0 10px 10px;
  background-color: #343434;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}

.season-tile:hover {
  filter: drop-shadow(2px 2px 2px #343434);
}

.category-tile {
  border-radius: 10px;
  width: 300px;
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(2px 2px 2px #F4F7FA);
  transition: all 0.3s ease-in-out;
}

.category-tile:hover {
  filter: drop-shadow(2px 2px 2px #343434);
}

.hero {
  height: auto;
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.hero span {
  filter: drop-shadow(2px 2px 2px #000);
  font-size: 42px;
  color: #FFF;
  font-weight: bold;
  font-family: "Tilt Warp";
}
.hero button {
  filter: none;
  width: 250px;
  border-radius: 0px;
  background-color: #343434;
  border: 2px solid #3B8EA5;
}
.hero.blog-hero {
  min-height: 0;
  height: auto;
  border-radius: 0px;
}
.hero.blog-hero span {
  filter: none;
  font-size: 42px;
  color: #FFF;
  font-family: "Tilt Warp";
  font-weight: 400;
}
.hero.blog-hero .title {
  font-size: 50px;
}
.hero.blog-hero .small {
  display: block;
  font-size: 18px;
}

section#blog-content h1 {
  padding-top: 30px;
  padding-bottom: 10px;
}
section#blog-content h2, section#blog-content h3, section#blog-content h4 {
  padding-top: 20px;
}

section#blog-author {
  font-size: 16px;
}
section#blog-author .headshot {
  height: 150px;
  max-width: 150px;
  background-color: #E4E4E2;
}
section#blog-author .headshot img {
  position: relative;
  top: 15px;
  left: 15px;
}
section#blog-author .date {
  margin-top: 20px;
}
section#blog-author .name {
  font-weight: bold;
  color: #3B8EA5;
}

.blog-toc {
  filter: drop-shadow(2px 2px 2px #F4F7FA);
}
.blog-toc h4 {
  color: #3B8EA5;
}
.blog-toc a, .blog-toc a:active, .blog-toc a:visited {
  color: #212529;
}
.blog-toc a:hover {
  font-weight: bolder;
}
.blog-toc i {
  color: #3B8EA5;
}

.tile.blog-toc:hover,
.tile.product-filter:hover {
  filter: drop-shadow(2px 2px 2px #F4F7FA);
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  background-color: #343434;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  outline: none;
  border: none;
  border-radius: 10px;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
}
button:hover, button:focus {
  background-color: #3B8EA5;
}

.no-filter {
  filter: none;
}

small {
  font-weight: 300;
}

.container {
  max-width: 1200px;
}

.main {
  flex: 1;
}

.overlay {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px 10px 0 0;
}

h1 {
  font-size: 30px;
  font-weight: 400;
  color: #3B8EA5;
  font-family: "Tilt Warp";
}

h2 {
  font-weight: 600;
  font-size: 24px;
  color: #343434;
  font-family: "Open Sans";
}
h2 a:hover {
  font-weight: 600;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  color: #343434;
  font-family: "Open Sans";
}
h3 a, h3 a:active, h3 a:visited {
  line-height: 1.75;
  color: #212529;
  font-weight: bold;
  border-bottom: dashed 2px #343434;
}
h3 a:hover {
  line-height: 1.75;
  color: #3B8EA5;
  border-bottom: dashed 2px #3B8EA5;
}

h4 {
  font-weight: 600;
  font-size: 18px;
  color: #343434;
  font-family: "Open Sans";
}

h5 {
  font-weight: 600;
  font-size: 12px;
  color: #343434;
  font-family: "Open Sans";
}

.content img {
  float: right;
  margin: 0 0 0 20px;
}

.contact form span {
  width: 300px;
  font-size: 12px;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 10px;
}
.contact button {
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  outline: none;
}

.blog {
  font-size: 20px;
  font-weight: 300;
}
.blog .header {
  text-align: center;
  font-size: 40px;
  max-width: 1100px;
  margin: 30px auto;
  font-family: "Comfortaa";
}
.blog .header img {
  max-width: 800px;
  width: 95%;
  height: auto;
}
.blog .content {
  max-width: 700px;
  margin: 30px auto;
  font-family: "Comfortaa";
}
.blog .content h2 {
  font-size: 40px;
  text-transform: none;
}
.blog .content h3 {
  font-size: 32px;
  text-transform: none;
}
.blog .content h4 {
  font-size: 24px;
  text-transform: none;
}
.blog .content a, .blog .content a:active, .blog .content a:visited {
  color: #212529;
  border-bottom: dashed 2px #212529;
}
.blog .content a:hover {
  font-weight: bold;
}
.blog .content img {
  width: 100%;
  height: auto;
  margin: 20px 0 20px 0;
  float: none;
}
.blog .content .author .image {
  height: 150px;
  max-width: 150px;
  background-color: #F4F7FA;
}
.blog .content .author .image img {
  height: 150px;
  width: 150px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  left: 15px;
}
.blog .content .author .bio {
  font-size: 14px;
  font-family: "Tilt Warp";
  text-transform: uppercase;
  font-weight: 600;
}
.blog .content .author .bio small {
  text-align: left;
  text-transform: none;
}
.blog small {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #898989;
  margin: 0;
  padding-bottom: 10px;
}
.blog h2 a:hover {
  color: #65a15a;
}

.blog-recent {
  margin: 30px 0 0 0;
}
.blog-recent h4 {
  margin: 0;
}
.blog-recent h4 a {
  color: #65a15a;
}
.blog-recent h4 a:hover {
  font-weight: 600;
}

input[type=checkbox] {
  float: left;
  margin-right: 10px;
}

input[type=text], textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0px 0 0 17px;
  font-size: 18px;
  font-weight: 300;
  outline: none;
  border: none;
  background-size: 22px 22px;
  background-position-x: 10px;
  display: block;
}

textarea {
  height: 200px;
}

.badge {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
}

.old-tile {
  float: left;
  margin: 0 20px 20px 0;
  height: 250px;
  width: 100%;
  background: #F4F7FA no-repeat center;
  background-size: contain;
  text-align: center;
  border: 1px solid #65a15a;
}
.old-tile .tile-text {
  position: relative;
  top: 40%;
  font-weight: 600;
  font-size: 24px;
  text-shadow: 3px 3px 20px #000;
  color: #FFF;
  font-family: "Open Sans";
  text-transform: uppercase;
}

.product-filter {
  z-index: 1;
  padding: 15px;
  width: 100%;
  filter: drop-shadow(2px 2px 2px #F4F7FA);
  color: #212529;
}
.product-filter .filter {
  padding: 10px 15px 10px 15px;
  font-size: 18px;
}
.product-filter .chosen-container {
  width: auto !important;
}
.product-filter .chosen-single, .product-filter .chosen-choices {
  font-size: 20px;
  border: none;
  background: none;
  box-shadow: none;
  min-width: 150px;
}
.product-filter .chosen-single {
  margin-top: 0.25rem;
}
.product-filter label {
  padding-right: 10px;
  padding-left: 20px;
  width: 40%;
  text-align: right;
}
.product-filter .chosen-select, .product-filter select {
  padding-right: 30px;
  font-family: "Nunito" !important;
  border: 0;
  background-color: transparent;
  color: #212529;
  text-decoration: underline;
}
.product-filter .chosen-select:focus, .product-filter select:focus {
  border: none;
  outline: none;
}
.product-filter .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: "Nunito" !important;
  color: #000;
  padding-top: 4px;
  font-weight: lighter;
}
.product-filter ul.chosen-choices li.search-choice {
  line-height: 20px;
}

.product-tile {
  display: inline-block;
  margin: 0 0 3em 0;
  width: 100%;
  vertical-align: top;
}
.product-tile .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 300px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.product-tile .editor {
  height: 0px;
}
.product-tile .editor img {
  width: 70%;
  max-width: 240px;
  position: relative;
  top: 20px;
  left: 1%;
}
.product-tile h5 {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em;
  font-weight: normal;
  text-align: center;
}
.product-tile .content {
  padding: 5px;
}
.product-tile .description {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 4.2em;
}
.product-tile .price {
  margin: 2px 0 0 0;
  float: left;
  width: 30%;
  font-size: 18px;
  font-family: "Open Sans";
}
.product-tile .price-range {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-tile .link {
  float: right;
}

.product {
  text-align: left;
  font-size: 36px;
}
.product .description {
  font-size: 16px;
  padding: 20px;
}
.product img {
  height: auto;
  width: 100%;
}
.product .editor {
  height: 0px;
}
.product .editor img {
  max-width: 80%;
  position: relative;
  top: 10px;
  left: -5%;
}

.filter-collapse-title {
  font-size: 18px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}

.badge-info {
  font-weight: 300;
}

.all-products button {
  font-size: 11px;
  outline: none;
  padding: 5px;
}

/* HEADER */
header {
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(102, 102, 102, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(102, 102, 102, 0.15);
  width: auto;
  height: auto;
  position: relative;
}
header .logo {
  text-align: center;
}
header .navbar {
  text-transform: uppercase;
  font-weight: bold;
  color: #3B8EA5;
  width: 100%;
  padding: 0;
}
header .navbar a, header .navbar a:active, header .navbar a:visited {
  padding: 10px 10px 0px 10px;
  background: none;
  text-align: center;
  color: #3B8EA5;
}
header .navbar .navbar-nav {
  width: 100%;
}
header .navbar button {
  background-color: #3B8EA5;
  color: #FFF;
  width: 100%;
  line-height: 1.7;
  outline: none;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 300px;
}
header .navbar button:hover,
header .navbar button:focus {
  box-shadow: inset 0 0 0 2em #3B8EA5;
}
header .navbar .navbar-collapse {
  margin-top: 10px;
}
header .navbar .navbar-collapse li {
  width: auto;
  font-size: 16px;
  margin: 0 auto;
  line-height: 30px;
  padding: 10px 0 10px 0;
}
header .navbar .navbar-collapse li .dropdown-menu {
  border: none;
  text-transform: none;
}
header .navbar .navbar-collapse li .dropdown-menu a:hover {
  background: none;
}
header .navbar .navbar-collapse li.dropdown {
  height: auto;
}
header img {
  width: 100%;
  max-width: 250px;
}
header form {
  position: absolute;
  display: inline;
}
header .search {
  height: auto;
  width: 100%;
  max-width: 300px;
  padding: 5px;
  margin: 0 auto;
  background-color: #F4F7FA;
  border-radius: 10px;
}
header .search i {
  padding: 10px;
  color: #343434;
}
header input[type=text] {
  border: none;
  background-color: #F4F7FA;
  padding: 5px;
}

/* FOOTER */
footer {
  background-color: #343434;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #FFF;
}
footer a, footer a:active, footer a:visited {
  color: #FFF;
}
footer a:hover {
  color: #F4F7FA;
}
footer h1, footer h2, footer h3, footer h4 {
  color: #FFF;
}
footer input[type=text], footer textarea {
  display: inline-block;
}
footer .social {
  font-size: 24px;
}

/* CUSTOM INPUTS */
.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

.cb-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.cb-container input:checked ~ .checkmark {
  background-color: #65a15a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cookie-bar {
  box-shadow: none !important;
  width: auto !important;
  left: 10px;
  right: 10px !important;
  bottom: 10px !important;
  border-radius: 10px !important;
  background-color: #343434 !important;
  font-family: "Nunito", sans-serif !important;
}
#cookie-bar p {
  color: #FFF !important;
}

#cookie-bar-button {
  border-bottom: none !important;
  background-color: #c5c5c5 !important;
}

@media only screen and (min-width: 429px) {
  #cookie-bar {
    width: 300px !important;
    left: auto !important;
  }
}
/* Responsive Styling for min-429px screen. */
@media only screen and (min-width: 429px) {
  .homepage .old-tile {
    margin: 0 10px 10px 0;
  }
  .old-tile {
    width: 300px;
  }
  .product-tile {
    width: 300px;
  }
  .product img {
    height: auto;
    width: 90%;
    max-width: 350px;
    margin-left: 5%;
  }
  .product .editor {
    height: 0px;
  }
  .product .editor img {
    width: 70%;
    max-width: 280px;
    position: relative;
    top: 10px;
    left: -17px;
  }
}
/* Responsive Styling for min-768px screen. */
@media only screen and (min-width: 768px) {
  section#mailing-list input[type=text], section#mailing-list textarea {
    width: 280px;
  }
  .badge {
    margin-top: 0px;
    width: 280px;
  }
  button {
    width: auto;
  }
  .carousel-item {
    font-size: 46px;
  }
  .product-tile {
    display: inline-block;
    margin-bottom: 0.75rem;
    margin-right: 0rem;
    width: 260px;
    margin: 0 0 4em 1em;
  }
  .product-tile .editor img {
    top: 40px;
  }
  .all-products {
    margin-left: 1em;
  }
  .contact {
    text-align: right;
  }
  .contact form {
    float: right;
  }
  .blogs .img {
    height: 150px;
    width: 200px;
  }
  .product-filter .filter {
    display: inline;
    border-right: 1px solid #F4F7FA;
  }
  .product-filter .filter:last-child {
    border-right: none;
  }
  .product-filter label {
    width: auto;
    text-align: left;
  }
  .rich-text img {
    width: 50%;
    height: auto;
  }
  .width-25 img {
    width: 25%;
    height: auto;
  }
  .width-50 img {
    width: 50%;
    height: auto;
  }
  .width-75 img {
    width: 75%;
    height: auto;
  }
  .width-100 img {
    width: 100%;
    height: auto;
  }
  /* show 3 items */
  .carousel.product {
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */
  }
  .carousel.product .carousel-inner .active,
  .carousel.product .carousel-inner .active + .carousel-item,
  .carousel.product .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel.product .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel.product .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel.product .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel.product .carousel-inner .carousel-item-next,
  .carousel.product .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .carousel.product .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .carousel.product .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel.product .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel.product .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel.product .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .carousel.product .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .carousel.product .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel.product .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel.product .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel.product .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* Responsive Styling for min-992px screen. */
@media only screen and (min-width: 992px) {
  header .logo {
    text-align: left;
  }
  header .navbar {
    color: #000;
  }
  header .navbar a, header .navbar a:active, header .navbar a:visited {
    color: #000;
  }
  header .navbar .navbar-collapse li {
    font-size: 14px;
    margin-right: 30px;
  }
  header .navbar .navbar-collapse .dropdown-menu.show {
    display: none;
  }
  header .navbar .navbar-collapse li.dropdown:hover > .dropdown-menu {
    box-shadow: inset 0 2px 0 0 #3B8EA5;
    display: block;
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
    text-transform: none;
  }
  header .navbar .navbar-collapse li.dropdown:hover > .dropdown-menu a, header .navbar .navbar-collapse li.dropdown:hover > .dropdown-menu a:active, header .navbar .navbar-collapse li.dropdown:hover > .dropdown-menu a:visited {
    text-align: left;
  }
  header .navbar .navbar-collapse li.dropdown:hover > .dropdown-menu a:hover {
    color: gray;
  }
  header .navbar .navbar-collapse li.dropdown:hover > .dropdown-menu a:focus {
    background-color: transparent;
  }
  .recent-posts:hover {
    transform: scale(1.1, 1.1);
  }
  .recent-posts:hover:after {
    opacity: 1;
  }
  section#blog-content .container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .carousel-item {
    height: 400px;
    font-size: 60px;
  }
  .blog-recent {
    margin: 0;
  }
  .blog-hero span {
    font-size: 50px;
  }
  .collapse {
    display: block;
  }
  .filter-collapse-title {
    visibility: hidden;
  }
  #filter-collapse {
    margin-top: -60px;
  }
  .product-tile {
    display: inline-block;
    margin-bottom: 4rem;
  }
  .product .editor img {
    left: -4%;
  }
}
select::-webkit-input-placeholder {
  font-family: "Nunito", sans-serif;
}

button#to-top {
  display: inline-block;
  background-color: #3B8EA5;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  left: calc(50% - 25px);
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 0;
  filter: none;
}

button#to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

button#to-top:hover,
button#to-top:focus {
  cursor: pointer;
  background-color: #F4F7FA;
}

button#to-top.show {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=app-stripsearch.css.map */
