@charset "UTF-8";
/* CSS Document */
body {
  font-family: var(--font-primary);
  font-weight: 300;
  color: #333;
}

hr {
  border: none;
  border-bottom: 1px solid var(--mediumgrey);
}

hr.grey {
  border: none;
  border-bottom: 1px solid #D8D8D8;
}

header {
  background-color: rgb(var(--brand-primary));
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
}

/***************************************************************************************************
*********************************FONTS STYLES & SIZES **********************************************
***************************************************************************************************/
.text-thin {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-demi {
  font-weight: 700;
}

.text-bold {
  font-weight: 800;
}

/*.text-black { font-weight: 900; }*/
.condensed {
  font-family: var(--font-condensed);
}

.condensed-sm {
  font-family: var(--font-primary);
}

.pipe {
  height: 100%;
  width: 1px;
  margin: 15px;
  border-left: 1px solid #404040;
}

.alert {
  background-color: rgba(var(--brand-primary), 0.3);
  border: 2px solid rgb(var(--brand-primary));
  padding: 10px;
  border-radius: 2px;
}

h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
}

h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
}

h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
}

h4 {
  font-family: var(--font-paragraph);
  font-size: 1.5rem;
  font-weight: 500;
}

h5 {
  font-family: var(--font-paragraph);
  font-size: 1.2rem;
  font-weight: 500;
}

h6 {
  font-family: var(--font-paragraph);
  font-size: 1rem;
  font-weight: 500;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid #606060;
  margin: 15px 0;
  padding: 0;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.nodesktop {
  display: none;
}

.nomobile {
  display: block;
}

a, .btn {
  text-decoration: none;
  border: 0;
}

a:hover {
  text-decoration: underline;
}

button:hover, .btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
  transition-duration: 1s;
}

button.close {
  color: #fff;
}

.close {
  float: right;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #353535;
  filter: alpha(opacity=100);
  opacity: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 5px;
}

.btn {
  border-radius: 0 !important;
  margin: 15px 0 !important;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 1.2rem;
  height: auto;
  max-width: 300px;
  text-decoration: none;
  white-space: normal;
}

section {
  background-color: rgb(var(--light));
  color: rgb(var(--dark));
}

.btn-redeem {
  border: 0;
  background-color: #000;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 500;
}

.btn-redeem:hover {
  background-color: #db011c;
  color: #fff;
}

form {
  font-family: var(--font-paragraph);
}

form .row div { /*padding-left: 0; margin-left: 0;*/ }

p { /*color:#fff;*/
  line-height: 1.5;
  margin: 5px 4px;
}

form p {
  margin: 20px 0;
}

ol li {
  color: #87888F;
  line-height: 1.8;
  margin-bottom: 10px;
}

ol {
  list-style-position: inside;
}

li ol {
  margin-left: 10px;
}

.jumbotron {
  background: linear-gradient(to bottom, rgba(var(--dark), 0.5), rgba(var(--dark), 0.8)), url("/templates/page/images/MilwaukeeHomeBground.webp");
  color: rgb(var(--light));
  padding: 100px 0;
  margin-bottom: 0;
  height: 100%;
  min-height: 100vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron h1 {
  font-weight: 900;
  text-shadow: 5px 5px 5px rgb(var(--dark));
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: clamp(3rem, 10vw, 7rem);
}

.jumbotron h1.reduced {
  font-weight: 900;
  text-shadow: 5px 5px 5px rgb(var(--dark));
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: clamp(2.25rem, 5vw, 5rem);
}

.jumbotron h3 {
  font-weight: 900;
  text-shadow: 5px 5px 5px rgb(var(--dark));
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: clamp(1.5rem, 5vw, 4rem);
}

.jumbotron .card {
  border-radius: 0;
  border: 2px solid rgb(var(--light));
  z-index: 1;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .jumbotron .card {
    height: unset;
  }
  #rebate_category .mobile_card {
    max-height: 20vh;
  }
}
.jumbotron .card.start-redemption {
  background: linear-gradient(to bottom, rgba(var(--dark), 0.9) 50%, rgba(var(--dark), 0.3)), url("/templates/page/images/StartRedemption.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.jumbotron .card.search-product {
  background: linear-gradient(to bottom, rgba(var(--dark), 0.9) 50%, rgba(var(--dark), 0.3)), url("/templates/page/images/SearchProduct.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.jumbotron .card.search-dist {
  background: linear-gradient(to bottom, rgba(var(--dark), 0.9) 50%, rgba(var(--dark), 0.3)), url("/templates/page/images/SearchDist.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.jumbotron .card-title {
  position: relative;
  z-index: 1;
  color: rgb(var(--light));
  font-family: var(--font-condensed);
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 3rem);
  text-transform: uppercase;
}

.jumbotron .card-body {
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.color-dodge, .card:hover .color-dodge-hover {
  background-color: rgb(var(--brand-primary));
  mix-blend-mode: color-dodge;
}

.jumbotron a {
  text-decoration: none;
}

.jumbotron .card:hover .card-body:not(.color-dodge-hover) {
  background-color: transparent;
  mix-blend-mode: normal;
}

.lookupicon {
  max-height: 180px;
}

.bg-box {
  background-color: rgba(var(--dark), 0.8);
  padding: 10px;
}

.bg-box a:not(.btn) {
  color: rgb(var(--brand-primary));
}

.border-box {
  padding: 10px;
  border: 2px solid rgb(var(--light));
}

.half-block {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
}

.left {
  float: left;
}

img.left {
  margin-right: 20px;
}

.right {
  float: right;
}

img.right {
  margin-left: 20px;
}

.clear {
  float: none;
  clear: both;
}

.modal-dialog {
  width: 95%;
  max-width: 95%;
}

.modal-content, .modal-content * {
  color: #353535;
}

.modal h3 {
  font-weight: 700;
  text-shadow: none;
  font-size: clamp(1rem, 5vw, 2rem);
  line-height: clamp(1rem, 5vw, 2rem);
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.form-group {
  display: flex;
  flex-direction: row;
}

.form-group .input_wrap {
  flex: 1 1 auto;
  display: block;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 4px;
  margin-top: -4px;
}

.form-group.select_fix .input_wrap {
  margin-bottom: 10px !important;
  margin-right: 8px !important;
  margin-top: -4px !important;
}

/*.file_upload { display:none; }*/
.select2-search--dropdown .select2-search__field {
  width: 97%;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.product-box {
  max-height: 185px;
  background-color: rgba(var(--darkgrey), 0.8);
}

.texture-bg {
  background: url("/templates/page/images/TileBackground.webp") center/cover;
  max-height: 185px;
}

.receive-box {
  max-height: 185px;
  background-color: rgba(var(--brand-primary), 0.8);
}

.enter-tile .product-box,
.enter-tile .receive-box {
  height: 0px;
  padding-bottom: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.enter-tile .texture-bg {
  max-height: 100%;
}

.product-box img, .receive-box img {
  width: initial;
  height: initial;
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 0.3)) drop-shadow(-3px -3px 3px rgba(0, 0, 0, 0.5)) contrast(108%);
}

.no-shadow {
  text-shadow: none !important;
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}

.tile-title {
  z-index: 1;
}

.category-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  height: auto;
  margin: 15px 0px 10px;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #eee;
  /*border-color: #bd0118;
  background-color: #bd0118;*/
  transition: 0.5s ease;
  transition-property: color, border-color, background-color;
  max-width: 30%;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 1.5% !important;
}

.category-button:hover {
  background-color: #db011c;
  color: #fff;
}

.category-filter h2 {
  font-size: 2em;
}

h2.subcatfilter {
  white-space: pre-line;
  padding: 20px;
  cursor: pointer;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.subcat {
  padding: 20px;
  margin: 20px;
  background-color: #db011c;
  color: #fff;
}

.subcat:hover {
  background-color: #840010;
}

.subcatbox {
  margin: 0 -20px -20px -20px;
  background-color: #fff;
  border: 2px solid #db011c;
}

.subcatbox:hover {
  border: 2px solid #840010;
}

.arrow_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.arrow_title {
  background-color: #bd0118;
  color: #fff;
  position: absolute;
  height: 200px;
  bottom: -80px;
  width: 100%;
}

.arrow_title:before {
  content: "";
  height: 26px;
  position: absolute;
  width: 100%;
  left: 0;
  background-image: linear-gradient(to bottom right, transparent 48%, #bd0118 52%), linear-gradient(to bottom left, transparent 48%, #bd0118 52%);
  background-size: 50.5% 100%;
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  top: -26px;
  z-index: 1;
}

.filtered {
  background: #bd0118;
}

.filtered:hover img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.filter {
  width: 100%;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.front, .back {
  width: 100%;
  height: 100%;
}

.back {
  padding: 20px;
}

.flipper .back a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  color: #333;
}

.box {
  float: left;
  position: relative;
  width: 32%;
  /*padding-bottom: 32%;*/
  padding-bottom: 0;
  margin: 0.5%;
}

.box50 {
  float: left;
  position: relative;
  width: 46%;
  padding-bottom: 0; /* = width for a 1:1 aspect ratio */
  margin: 2%;
}

.box50 img {
  width: 100%;
}

/* flip speed goes here */
.flipper {
  transition: 0.5s;
  transform-style: preserve-3d;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

/* *******************************************************************
***************** BOOTSTRAP FORM FIELD OVERRIDE **********************
******************************************************************* */
/*
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 36px;
    padding: 8px;
    margin:2px 4px;
    font-size: 14px;
    line-height: 20px;
    color: #353535;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	box-shadow:none;
	border:none;
}
*/
.sendto {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

input {
  width: 97%;
  height: 36px;
  font-size: 14px;
  border: none;
  padding: 8px;
  /*max-width:450px; */
  color: #353535;
  border: 1px solid #18457b;
  font-family: var(--font-paragraph);
  margin: 8px 4px;
}

input[type=checkbox] {
  width: 16px;
  border: 1px solid #cccccc;
  height: 16px;
  font-size: 16px;
  border: none;
  padding: 2px 10px;
  margin-left: 10px;
}

select {
  width: 90%;
  /*max-width:450px;*/
  height: 36px;
  font-size: 14px;
  color: #353535;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #18457b;
  font-family: var(--font-paragraph);
  margin: 8px 4px;
}

option {
  background-color: #fff;
}

label:not(.check-label) {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: 20px;
  /*padding-left: 3px;*/
  text-align: left;
}

input[type=checkbox] {
  position: absolute;
  left: -9999;
  opacity: 0;
}
input[type=checkbox]:focus + label {
  outline: 2px dotted #fff;
}

label {
  display: block;
  padding-left: 1.5em;
  text-indent: -0.7em;
}

input[type=checkbox] + label:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f096";
  letter-spacing: 10px;
  cursor: pointer;
}

input[type=checkbox]:checked + label:before {
  content: "\f046";
}

input[type=checkbox]:checked + label:before {
  letter-spacing: 8px;
}

select option {
  color: #000;
}

select option:first-child {
  color: #a9a9a9;
}

.boxtiles a {
  text-decoration: none !important;
}

.boxtiles .col {
  border: 1px solid black;
  padding: 12px;
}

.boxtiles .col:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

a.buttontile {
  text-decoration: none !important;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 400px;
  max-height: 70vh;
}

a.buttontile:hover button {
  background-color: #db011c !important;
  color: #fff;
}

.buttontile button {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto !important;
}

.bookdemo {
  background-image: url("/templates/page/images/MIL_Demo.webp");
}

.redemption {
  background-image: url("/templates/page/images/MXFuel_Family.webp");
}

/*
select {
  background-color: white;
  display: inline-block;
  width:97%;
  border:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*/
/* arrows */
/*
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #ff0a0a, #ff0a0a);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.9em 5em;
  background-repeat: no-repeat;
  padding-right: 50px;
}
*/
footer {
  background: rgb(var(--brand-primary));
  color: rgb(var(--light));
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-weight: 700;
}

footer .content {
  padding-bottom: 25px;
}

footer a {
  color: rgb(var(--light));
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  margin: 20px auto;
  max-width: 70%;
}

footer p.copyright {
  max-width: 100%;
  text-align: center;
}

footer .logo {
  height: 5rem;
  padding: 10px;
}

input {
  color: #000;
}

label.error {
  display: block;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  color: #ff0a0a;
  margin-bottom: 10px;
  margin-top: 0px;
}

.input_wrap {
  border: 1px solid slategrey;
  background: white;
  padding: 5px;
  margin: 10px auto;
  display: block;
}

.input_wrap label {
  display: block;
  color: darkred;
  font-size: 12px;
  margin: 0;
  text-align: left;
  font-weight: 500;
  padding-left: 14px;
  text-transform: uppercase;
}

.input_wrap input[type=text],
.input_wrap select {
  font-size: 16px;
  padding: 0 4px;
  width: 100%;
  border: 0;
  margin: 0;
}

.input_wrap input::-moz-placeholder {
  color: #D1D1D1;
}

.input_wrap input::placeholder {
  color: #D1D1D1;
}

div.error:after {
  display: block;
}

.products-sold {
  padding: 20px;
}

.products-sold:not(:first-child) {
  margin-top: 10px;
}

.products-sold label.error, .rebate_receipt_upload label.error {
  display: block;
  width: 100% !important;
  text-align: left;
}

.img_container {
  max-width: 100%; /*max-height:200px;*/
  overflow: hidden;
}

.img_container img {
  width: auto;
  height: 200px;
}

#rebate_receipt, #rebate_upc, .rebate_serial {
  /*	display: none;*/
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

#receipt_img, #upc_img, .serial_img {
  max-width: 100%;
  text-indent: -50%; /*margin-top:-50%;*/
}

img[src="#"] {
  display: none;
}

.upc_container {
  margin: 0 auto;
  max-width: 380px;
}

.upc_conatiner input {
  width: 100%;
}

.rules_container {
  margin: 0 auto;
  max-width: 300px;
}

.rules_container select {
  width: 100%;
}

strong {
  font-weight: 900;
}

.content {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.footer .content {
  display: block;
}

button {
  background: none;
  border: 0;
}

.error {
  display: block;
  font-size: 11px;
  color: rgb(var(--brand-primary));
  font-weight: 600;
  font-family: var(--font-paragraph);
}

#toggle {
  font-size: 24px;
  border: 1px solid white;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
}

nav {
  text-align: center;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 10px;
}

.nav-link {
  font-size: 1.25rem;
}

.navbar-toggler, .navbar-toggler:focus {
  color: rgb(var(--light));
  border: 0;
  border-radius: 0px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand img {
  height: 68px;
}

ul#menu {
  display: none;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  border-top: 1px solid white;
  z-index: 999;
}

ul#menu li {
  list-style: none;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid white;
  padding: 10px 17px;
  position: relative;
}

ul#menu li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  font-size: 1.3rem;
}

.main_bg {
  background-size: cover;
  height: 100%;
  display: block;
}

.item_remove[name=item_remove_0] {
  display: none;
}

.tagline {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  border-top: 1px solid #a7a9ac;
  border-bottom: 1px solid #a7a9ac;
  margin-right: 50px;
  max-width: 90%;
}

body {
  color: #414042;
  max-width: 100%;
  overflow-x: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
  border: none;
}

.triangle-border {
  background: #414042;
  color: #fff;
  position: relative;
}

.triangle-border:before, .triangle-border:after {
  border-color: #414042 transparent;
}

input[type=text], select {
  width: 90%;
}

.form-control {
  font-size: 14px;
  padding: 8px;
  /*max-width: 450px;*/
  color: #353535;
  border: 1px solid #18457b;
  font-family: var(--font-paragraph);
  margin: 2px 4px;
  border-radius: 0;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.input-group-addon, .input-group-btn {
  width: auto;
}

.input-group {
  position: relative;
  display: block;
  max-width: 300px;
  border-collapse: separate;
  /*margin: auto;*/
}

h3 {
  font-weight: 600;
  white-space: pre-wrap;
}

img.giftcard {
  width: 250px;
}

.half.icons {
  width: 42%;
  margin: 10px 7% 10px 1%;
}

input[type=text], select {
  font-size: 16px;
  padding: 4px;
  width: 100%;
}

select {
  width: 100%;
}

.lang_toggle {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border: 2px solid white;
  padding: 8px 10px;
  z-index: 999;
}

.lang_toggle:hover {
  background-color: white;
  color: #000;
}

.pdfnotice {
  border: 1px solid steelblue;
  border-radius: 3px;
  padding: 12px;
  color: steelblue;
  background-color: gainsboro;
}

.starburst {
  position: absolute;
  right: 0;
  background: rgba(219, 1, 28, 0.8);
  padding: 4px 12px;
  font-family: var(--font-paragraph);
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

input#filter_submit {
  width: auto;
  height: auto;
  color: #fff;
  margin-right: 15px !important;
}

.box50 {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 100px;
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: -moz-max-content;
  min-width: max-content;
  /* margin-left:12px;*/
  margin-top: 0px;
}

.list.nav-pills {
  min-height: 70px;
}

.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
  border-radius: 5px;
  background-size: cover;
  margin: 2px;
}

.list li a {
  height: 100%;
  width: 100%;
  max-width: 200px;
  min-width: 150px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.list li a.active {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #db011c !important;
}

.list li a:hover {
  background-color: #db011c !important;
  color: #fff !important;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 30px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-right {
  float: right;
}

.scroller-left {
  float: left;
}

@media screen and (max-width: 540px) {
  .list li a {
    max-width: 140px;
    min-width: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .wrapper {
    overflow: scroll;
  }
  .scroller-right, .scroller-left {
    display: none !important;
  }
}
.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  width: 100%;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 100;
  display: block;
  width: 100%;
  border: 1px solid lightgrey;
  border-top: none;
  margin-top: 5px;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 3px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  background-color: #fff;
  padding: 6px 5px;
  font-size: 16px;
  line-height: 22px;
}

.tt-suggestion:hover {
  background-color: #edbfc1;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}

.twitter-typeahead {
  width: 100%;
}

.or_line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin: 5px 10px;
}

.or_line:before, .or_line:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 49%;
  height: 1px;
  content: " ";
  background-color: #acacac;
}

.or_line:before {
  margin-left: -51%;
  text-align: right;
}

.or_line:after {
  margin-left: 2%;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  .product {
    margin-top: 10px;
  }
}
@media screen and (max-width: 950px) {
  .flipper img {
    width: 100%;
    margin: 0;
  }
  .left, .right {
    float: none;
  }
  .tagline {
    padding: 10px 5%;
  }
  .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
    width: 100% !important;
  }
  .box, .box50 {
    width: 46%;
    padding-bottom: 0;
    margin: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 46%;
  }
  .form-group {
    flex-wrap: wrap;
  }
  .form-group .input_wrap {
    flex: 0 0 100%;
  }
  .form-group:not(.input_wrap:first-child) {
    margin-top: 12px;
  }
  /*flex: 0 0 100%;*/
  .footer p {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .box {
    width: 100%;
  }
  .box50 {
    width: 96%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .nodesktop {
    display: block;
  }
  .nomobile {
    display: none;
  }
  header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .category-button {
    min-width: 100%;
    max-width: 100%;
  }
  .category-filter h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 450px) {
  .condensed-sm {
    font-family: var(--font-condensed);
  }
}
.custom-search-group {
  position: relative;
}
.custom-search-group label {
  font-size: 1.5rem;
  padding-left: 1rem;
}
.custom-search-group .custom-search-input {
  border: 2px solid black;
  font-size: 2rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
  height: 50px;
}
.custom-search-group .custom-search-input:focus ~ .datalist {
  display: block;
}
.custom-search-group .datalist {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0%;
  width: calc(100% - 2 * var(--bs-gutter-x) * 0.5);
  max-height: 300px;
  overflow-y: scroll;
  transform: translate(0%, 0%);
  background-color: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  display: none;
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
}
.custom-search-group .datalist li {
  margin: 0.25rem 0rem;
  border-left: 4px solid rgb(var(--brand-primary));
  pointer-events: all;
  cursor: pointer;
}
.custom-search-group .datalist li:hover {
  background-color: #eee;
}
.custom-search-group .datalist li list-p {
  border-left: 4px solid rgb(var(--mediumgrey));
}

.datalist-cat {
  color: rgb(var(--brand-primary));
  margin: 5px;
}

.datalist-cat-p {
  color: rgb(var(--mediumgrey));
  margin: 5px;
}

.category-card {
  height: 15vw;
}

@media screen and (max-width: 1200px) {
  .category-card {
    height: 25vw;
  }
}
@media screen and (max-width: 750px) {
  .category-card {
    height: 50vw;
  }
}/*# sourceMappingURL=style.css.map */