html {
  font-size: 18px;
  font-family: "Play", Helvetica, sans-serif;
  font-weight: 400;
}
body {
  font-size: 1rem;
  line-height: 1.56;
  color: #666;
  background-color: #dcdcdc;
}
body.waiting-for-ajax {
  overflow: hidden;
}
body.waiting-for-ajax .modal {
  display: block;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(100, 100, 100, .4);
}
.modal span {
  position: absolute;
  top: 30%;
  left: calc(50% - 90px);
  font-size: 180px;
  color: #0469A8;
}
input {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  max-width: 90%;
}
input[type=text], input[type=password], textarea {
  background-color: white;
  font-family: "Play", Helvetica, sans-serif;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0.8rem;
  height: 2.3125rem;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px #999;
}
input[type=text]:disabled, input[type=password]:disabled, textarea:focus {
  cursor: default;
}
textarea {
  width: 400px;
  height: 100px;
}
select {
  max-width: 90%;
}
strong {
  font-weight: 700;
}
label {
  font-family: "Play", Helvetica, sans-serif;
  font-size: 0.89rem;
  color: #666;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #0469A8;
}
a:hover {
  color: #1d6175;
}
.bold-text {
  font-weight: 700;
}
.checkbox-label {
  padding-left: 0.5rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  top: 2px;
}
.divider-line {
  width: 100%;
  height: 2px;
  background-color: black;
  margin: 20px 0;
}
.divider-line-white {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 20px 0;
}
.error-message {
  color: #f44336;
  font-weight: 700;
}
.float-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 40%;
}
.float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 40%;
}
.form-line {
  min-height: 28px;
  position: relative;
  margin-top: 10px;
}
.form-line .ui-datepicker-trigger {
  padding-left: 10px;
  top: 4px;
}
.form-line label {
  display: block;
  padding-bottom: 4px;
}
.longer-label .form-line label, .form-line.longer-label label {
  width: 300px;
}
.longest-label .form-line label, .form-line.longest-label label {
  width: 400px;
}
.maximum-label .form-line label, .form-line.maximum-label label {
  width: 500px;
}
.form-line label.checkbox-label {
  width: auto;
  max-width: 600px;
}
.form-line label.textarea-label {
  text-align: left;
  width: auto;
  max-width: 600px;
}
.form-line label.top-label {
  text-align: left;
  display: block;
  padding: 0;
}
.form-line input[type=text] {
  display: inline-block;
}
.form-line textarea {
  display: block;
}
.highlighted-text {
  color: #cb5935;
  font-weight: 700;
}
.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.italic {
  font-style: italic;
}
.narrow {
  max-width: 500px;
  width: 90%;
}
.required-tag {
  color: #c00000;
}
.small-text {
  font-size: 0.9rem;
}
.font-awesome-quote-left {
  color: gainsboro;
  font-size: 1.5rem;
  padding-right: 10px;
  position: relative;
  top: -8px;
}
.font-awesome-quote-right {
  color: gainsboro;
  font-size: 1.5rem;
  padding-left: 10px;
  position: relative;
  top: -8px;
}
.embed-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
  text-align: left;
}
.embed-container {
  text-align: left;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
}
.textwidget {
  width: 90%;
  margin: 10px auto;
  height: 230px;
}
.bordered {
  border: 5px solid rgba(50, 50, 50, 0.8);
}
.circled {
  border-radius: 50%;
}
.ui-dialog {
  z-index: 9999;
  max-width: 90%;
}
.info-message {
  color: #0fb432;
}
.strength-bar-div {
  height: 16px;
  width: 200px;
  margin: 0;
  margin-left: 20px;
  display: inline-block;
  top: 5px;
}
p.strength-bar-label {
  font-weight: bold;
  width: 200px;
  height: 12px;
  font-size: 10px;
  color: #969696;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  text-align: left;
}
.strength-bar {
  font-size: 1px;
  height: 4px;
  width: 10px;
}
.ui-widget-content a {
  color: #33a5c6;
}
div.pp_default .pp_nav {
  position: absolute;
  top: 0;
  margin-top: 0;
}
#pp_full_res .pp_inline {
  position: relative;
  top: 20px;
}
div.pp_details {
  position: absolute;
  top: 0;
}
#pp_full_res {
  position: relative;
  top: 20px;
}
div.pp_default .pp_content_container .pp_details {
  position: absolute;
  top: 0;
}
div.pp_default .pp_expand {
  position: absolute;
  bottom: 10px;
  right: 30px;
  top: auto;
  display: block;
}
body .hide-retail-mode {
  visibility: hidden;
}
body.normal-mode .hide-retail-mode {
  visibility: visible;
}
h1 {
  font-size: 1.4rem;
  font-family: "Play", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  color: #cb5935;
  line-height: 1.05;
  text-align: left;
  text-transform: uppercase;
  padding: 20px;
}
h2 {
  font-size: 1.2rem;
  font-family: "Play", Verdana, sans-serif;
  margin: 10px 0 10px 20px;
  color: #666;
  line-height: 1.4;
  text-align: left;
}
h3 {
  font-size: 1.2rem;
  font-family: "Play", Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.46;
  color: #cb5935;
  text-align: left;
}
h4 {
  font-size: 1.06rem;
  font-family: "Play", Helvetica, sans-serif;
  margin: 10px 0;
  color: #666;
  line-height: 1.47;
  font-style: italic;
}
h5 {
  font-size: 2rem;
  font-family: "Play", Helvetica, sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #666;
  text-align: left;
  position: relative;
}
h6 {
  font-size: 1rem;
  font-family: "Play", Helvetica, sans-serif;
  margin-bottom: 10px;
  color: #666;
  text-align: left;
  position: relative;
  font-weight: bold;
}
p {
  padding-bottom: 10px;
  color: #666;
  font-size: 0.875rem;
}
#_wrapper {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
}
#_header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  border-bottom: 3px solid #cb5935;
  transition: 0.2s;
}
#_header_content {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  height: 120px;
  width: 95%;
}
#_logo {
  /*width: 30%; */
  max-height: 60px;
  max-width: 750px;
  display: block;
  position: absolute;
  top: 5px;
  /* left: -18px; */
  cursor: pointer;
}
#_fire_container {
  background-image: url("https://www.theshootingwarehouse.com/getimage.php?code=FLAME");
  background-position: 0 -1000px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fire 4s linear infinite alternate;
}
.fire-text {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
@keyframes fire {
  0% {
    background-position: 0% -18%;
  }
  100% {
    background-position: 0% -39%;
  }
}
#page_number {
  font-size: 15px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  background-color: white;
  font-family: "Play", Helvetica, sans-serif;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #666;
}
#previous_page, #next_page {
  font-size: 20px;
  line-height: 28px;
  height: auto;
  color: #0469A8;
}
#_shopping_cart {
  display: inline-block;
  position: absolute;
  top: 69px;
  right: 0;
  cursor: pointer;
}
#_shopping_cart .font-awesome {
  color: #fff;
  font-size: 2rem;
}
#_shopping_cart_quantity {
  color: #fff;
  font-size: 0.8rem;
  display: block;
  position: absolute;
  top: -4px;
  left: 20px;
  background-color: #c00000;
  height: 22px;
  width: 22px;
  border-radius: 22px;
  text-align: center;
  padding-top: 0;
  font-weight: bold;
}
#_shopping_cart_amount {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 20px;
  padding-top: 2px;
}
@media (min-width: 0) {
  #_search_bar {
    width: 75%;
    position: absolute;
    bottom: 10px;
    height: 40px;
    background-color: #d9dadb;
  }
}
@media (min-width: 999px) {
  #_search_bar {
    width: 68%;
    position: absolute;
    bottom: 10px;
    height: 40px;
    background-color: #d9dadb;
  }
}
@media (min-width: 1360px) {
  #_search_bar {
    width: 60%;
  }
}
#_search_button {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0469A8;
}
#_search_button span {
  color: white;
  text-align: center;
  display: block;
  margin: 0 auto;
  transform: translate(0px, -50%);
  position: relative;
  top: 50%;
}
#_display_search_text {
  font-size: 0.875rem;
  width: 60%;
  height: 40px;
  border: none;
  position: absolute;
  right: 50px;
  top: 0;
  background-color: #fff;
  outline: none;
}
#_focused_filters_wrapper {
  padding: 50px 0;
  max-width: 1600px;
  background-color: white;
  margin: 0 auto;
}
#focused_search_wrapper {
  position: absolute;
  right: -150px;
}
#focused_search_button, #focused_search_reset {
  margin: 10px auto;
}
#focused_search_button aside.ss-primary-icon, #focused_search_reset aside.ss-primary-icon {
  background-color: transparent;
}
#focused_filters {
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  padding: 0;
}
#focused_filters h2 {
  background-color: #00325a;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 10px;
}
/* #fs_products_found_wrapper {
	 padding: 8px;
}
 */
#_selection_dropdown {
  width: 40%;
  width: calc(40% - 50px);
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  height: 46px;
}
#_selection_dropdown span.font-awesome {
  margin-left: 5px;
}
#_selection_name {
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.6rem;
}
#_selection_value_wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#_selection_value {
  font-size: 1.1rem;
}
#_selection_list {
  display: none;
  z-index: 500;
  width: auto;
  background-color: #fff;
  border: 1px solid #969696;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  padding-top: 10px;
  height: auto;
  max-height: calc(100vh - 165px) !important;
  overflow-y: auto !important;
  width: 100%;
}
/*#_selection_list > ul > li {
	 display: inline-block;
	 width: 16.2%;
	 vertical-align: top;
	 color: $secondary-color;
	 font-weight: 700;
}
*/
#_selection_list > ul > li {
  display: inline-block;
  width: 16.2%;
  vertical-align: top;
  color: #cb5935;
  font-weight: 700;
}
#_selection_list > ul > li > a {
  color: #cb5935;
  font-weight: 700;
  cursor: pointer;
}
/*#_selection_list > ul > li > a {
	 color: rgb(42,148,185);
	 font-size: .8rem;
	 cursor: pointer;
}
*/
#_selection_list > ul > li > ul {
  margin: 5px 0 10px 0;
}
#_selection_list > ul > li > ul > li > a {
  color: #969696;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
}
#_selection_list li a:hover {
  color: #11192d;
}
#_login_links {
  text-align: right;
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  top: 16px;
  right: 0;
}
#_login_links span.font-awesome {
  margin-right: 10px;
}
div.vertical-divider {
  width: 2px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  background-color: #000;
  color: #000;
}
span.vertical-divider {
  width: 8px;
  border-left: 2px solid #000;
  margin-left: 8px;
  display: inline-block;
  height: 10px;
}
div.white-vertical-divider {
  width: 2px;
  border-left: 2px solid #fff;
  margin: 0 10px;
  display: inline-block;
  height: 14px;
}
span.white-vertical-divider {
  width: 8px;
  border-left: 2px solid #fff;
  margin-left: 8px;
  display: inline-block;
  height: 10px;
}
#_header_content a {
  color: white;
}
#_header_content a:hover {
  color: #cb5935;
}
#_main_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  min-height: calc(100vh - 265px);
  position: relative;
  background-color: #fff;
  top: 40px;
}
body.normal-mode #_main_content {
  top: 0;
}
#_main_content.dealer-mode {
  top: 40px !important;
}
#_navbar {
  width: 100%;
  font-weight: 700;
  font-family: "Play", Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  bottom: 0;
  height: 45px;
  text-align: left;
}
#_navbar li {
  position: relative;
}
#_navbar li > a:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
}
#_navbar li > a:only-child:after {
  content: '';
  margin-left: 0;
}
#_navbar > ul {
  list-style: none;
  position: relative;
  width: auto;
  display: table;
  vertical-align: top;
  height: 45px;
  margin: 0;
}
#_navbar > ul > li {
  list-style: none;
  text-align: center;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  border-radius: 10px 10px 0 0;
}
#_navbar > ul > li > a {
  color: white;
  font-weight: 300;
  text-decoration: none;
  font-family: "Play", Helvetica, sans-serif;
  font-size: 1rem;
  width: 100%;
}
#_navbar > ul > li > a:hover {
  color: white;
}
#_navbar > ul > li:hover {
  background-color: #cb5935;
}
#_navbar li ul {
  display: none;
  width: auto;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: white;
  box-shadow: 3px 4px 11px 0 rgba(50, 50, 50, 0.53);
}
#_navbar > ul > li:hover > ul {
  display: block;
  z-index: 900;
}
#_navbar li ul li {
  white-space: nowrap;
  width: auto;
  text-align: left;
  padding: 2px 20px 2px 5px;
  border-bottom: 1px solid #e6e6e6;
}
#_navbar li ul li:hover {
  background-color: #cb5935;
  color: white;
}
#_navbar li ul li a {
  font-family: "Play", Helvetica, sans-serif;
  margin-left: 5px;
  font-size: 0.8rem;
  color: #666;
  font-weight: normal;
}
#_navbar li ul li:hover a {
  color: white;
  text-decoration: none;
}
#_mobile_logo {
  height: 35px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}
#_mobile_menu {
  font-family: "Play", Helvetica, sans-serif;
  display: none;
  position: relative;
  width: 100%;
  background-color: #d3d4d6;
  font-weight: 700;
  z-index: 500;
  font-size: 1.2rem;
}
#_mobile_menu .font-awesome {
  font-size: 20px;
}
#_mobile_menu li > a:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
}
#_mobile_menu li > a:only-child:after {
  content: '';
  margin-left: 0;
}
#_mobile_menu ul {
  width: 100%;
  list-style: none;
  border-top: 1px solid rgba(180, 180, 180, 0.3);
}
#_mobile_menu ul li {
  list-style: none;
  color: black;
  text-align: left;
  min-height: 40px;
  border-bottom: 1px solid rgba(180, 180, 180, 0.3);
  padding-top: 8px;
  position: relative;
  cursor: pointer;
}
#_mobile_menu ul li ul {
  display: none;
  margin-top: 10px;
  background-color: #d3d4d6;
}
#_mobile_menu ul li.expanded ul {
  display: block;
}
#_mobile_menu ul li ul li a {
  padding-left: 40px;
  color: black;
}
#_mobile_menu ul li ul li:last-child {
  border-top: none;
}
#_mobile_menu ul li a {
  padding-left: 20px;
  text-decoration: none;
  color: black;
  white-space: nowrap;
}
#_mobile_menu > ul > li > span.menu-title {
  padding-left: 20px;
}
#_mobile_menu > ul > li > a {
  padding-left: 20px;
}
#_mobile_menu > ul > li:hover > a {
  color: #2e5d6d;
}
#_mobile_menu > ul > li > ul > li:hover > a {
  color: #2e5d6d;
}
#_mobile_menu .font-awesome {
  font-size: 20px;
}
#_footer {
  margin: 0 auto;
  position: relative;
}
#_footer_content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 12px;
  height: 320px;
  left: 0;
  bottom: 0;
  background-color: #191919;
}
#_footer_logo {
  max-width: 320px;
}
#_footer p {
  color: #fff;
  margin: 0;
  font-size: 0.9rem;
}
#_footer p#copyright {
  color: #969696;
  font-size: 0.8rem;
}
#_contact_information {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
#_contact_information p {
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
#login_form table {
  margin-left: auto;
  margin-right: auto;
}
#_login_form_wrapper {
  margin: 0 auto;
  padding-top: 40px;
}
#login_form {
  border: 1px solid black;
  padding: 20px;
  margin: 0 auto;
  width: 400px;
  text-align: center;
}
#forgot_form {
  border: 1px solid black;
  padding: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  display: none;
}
#access_link_div {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.margin-div {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 1300px;
  width: 90%;
  padding: 0;
}
.margin-div.width-80 {
  width: 80%;
  max-width: 1050px;
}
.margin-div.width-60 {
  width: 60%;
  max-width: 800px;
}
.margin-div p {
  width: 100%;
}
#_main_content ul {
  width: 80%;
  margin: 0 auto 20px auto;
}
#_main_content ul li {
  list-style: none;
  font-size: 0.875rem;
  font-family: "Play", Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
}
.margin-div.width-80 {
  width: 80%;
  max-width: 1200px;
}
.margin-div.width-60 {
  width: 60%;
  max-width: 1000px;
}
#_shopping_cart_info {
  margin-left: 20px;
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background-color: #0469A8;
}
#_shopping_cart_info.fixed-position {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9000;
}
.ui-dialog {
  padding: 0;
  font-family: "Play", Helvetica, sans-serif;
}
.ui-widget-header {
  background: none;
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.ui-dialog-title {
  color: #666;
  font-family: "Play-Bold", Helvetica, sans-serif;
}
/*.ui-dialog-buttonset .ui-button {
	 font-family: $main-font !important;
	 height: 42px;
	 border-radius: 3px 0 0 3px;
	 text-align: center;
	 border: 0;
	 border-right: 1px solid #fff;
	 background: none;
	 background-color: inherit;
}
*/
.ui-dialog-buttonset .ui-button {
  font-family: "Play", Helvetica, sans-serif !important;
}
.ui-button-icon-only.ui-dialog-titlebar-close {
  text-indent: 0;
}
.ui-dialog-titlebar {
  background-color: #00325a;
  font-size: 1.4rem;
}
.ui-dialog-titlebar span {
  color: #fff;
}
.ui-dialog-titlebar-close span.fas {
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0.5em 1em 0.5em 0.4em;
}
.button span.font-awesome {
  padding-right: 5px;
}
.row {
  margin-bottom: 20px;
}
.small-text {
  font-size: 0.7rem;
  margin: 0;
}
.center-text {
  text-align: center;
}
.white-text {
  color: #fff;
}
.red-text {
  color: #c80000;
}
.orange-text {
  color: #fa9600;
}
.green-text {
  color: #009600;
}
.button.red-text:hover {
  color: #b40000;
}
.button.orange-text:hover {
  color: #e68200;
}
.button.green-text:hover {
  color: #00b400;
}
.error-container {
  height: 24px;
}
.allocation-text {
  color:#000;
  font-weight: bold;
  font-size: .7rem !important;
}
#_catalog_result {
  display: none;
}
#_sidebar_filter {
  display: none;
}
#_toast {
  display: inline-block;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 250px;
  background-color: #f0f0f0;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 20px;
  font-weight: 700;
  color: #000;
  z-index: 90000;
  text-align: center;
}
#_toast p {
  font-weight: 700;
  font-size: 24px;
}
#_login_form {
  margin-left: 90px;
}
#login_dialog {
  display: none;
}
#login_dialog img {
  max-width: 100%;
}
#login_dialog p {
  margin: 0;
  padding: 0;
  text-align: left;
}
#login_dialog label {
  display: block;
}
#login_dialog label.checkbox-label {
  display: inline-block;
}
#compare_panel {
  display: none;
  height: 80px;
  background-color: #00325a;
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
  text-align: right;
  border-top: 3px solid #cb5935;
}
body.normal-mode #compare_panel {
  bottom: 50px;
}
#compare_panel .compare-item {
  max-width: 145px;
  max-height: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background-color: #fff;
}
#compare_panel .compare-item > div {
  height: 80px;
  width: 140px;
  display: inline-block;
}
#compare_panel .product-thumbnail {
  height: 100%;
}
#compare_panel img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#compare_panel #compare_button {
  color: #fff;
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
  cursor: pointer;
  margin: 10px 0;
  background-color: transparent;
  border: none;
}
#compare_panel #compare_button:hover {
  color: #cb5935;
}
#compare_button_wrapper {
  float: left;
  position: relative;
  padding: 10px;
}
img.compare-image {
  max-width: 100%;
  max-height: 100%;
}
#compare_panel #compare_button span {
  padding-left: 10px;
}
#compare_panel .compare-item .remove-compare {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#compare_panel .compare-item .remove-compare span {
  color: #c00000;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#compare_panel .compare-item:hover .remove-compare {
  display: inline-block;
}
#compare_table td {
  width: 200px;
  padding: 0 10px;
  vertical-align: top;
  border: 0 solid #dcdcdc;
  border-width: 0.5px;
}
#_compare_dialog {
  max-height: 75vh !important;
}
.shaded {
  background-color: #dcdcdc;
}
#catalog {
  width: 100%;
  border-left: 0 solid #0469A8;
  border-right: 0 solid #0469A8;
  background-color: #fff;
}
#dealer_dashboard {
  height: 50px;
  background-color: #0469A8;
  color: #fff;
  width: 100%;
  border-top: 3px solid #cb5935;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
}
#dealer_dashboard > div {
  width: 100%;
  border-bottom: 0 solid #0469A8;
  border-width: 0.5px;
}
/* #dealer_dashboard div > div {
	 display: table-cell;
	 width: 16%;
	 vertical-align: middle;
	 position: relative;
	 cursor: pointer;
	 text-align: center;
	 border-right: 0 solid #0469A8;
	 border-width: .5px;
}
 */
#dealer_dashboard div > div:hover {
  background-color: #cb5935;
}
/* #dashboard_line_2 > div:last-child:hover {
	 background-color: rgb(42, 148, 185);
	 cursor: default;
}
 */
#dealer_dashboard div p {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
  text-align: left;
  font-size: 14px;
}
#dealer_dashboard div span.font-awesome {
  display: inline-block;
  margin: 0 10px;
  font-size: 22px;
  vertical-align: middle;
}
#catalog_main {
  display: flex;
  width: 100%;
}
#sidebar {
  flex: 0 1 25%;
  max-width: 300px;
  border-top: 1px solid #dcdcdc;
  position: relative;
  z-index: 1;
}
#sidebar hr {
  border: 1px solid #dcdcdc;
  width: 100%;
  margin: 10px 0;
}
#sidebar h2, #sidebar p {
  padding: 0 20px;
  white-space: nowrap;
}
#sidebar_header > p:first-child {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}
#sidebar_header > p#_legacy_wrapper {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}
#sidebar #counts_paragraph {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  font-size: 0.7rem;
}
#sidebar_content_wrapper {
  position: relative;
  background-color: white;
}
#sidebar #sidebar_title {
  white-space: normal;
  padding: 0;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
#results {
  flex: 1 1 auto;
}
#results > p {
  padding: 20px;
  font-size: 1.2rem;
  color: #0469A8;
  border: 1px solid #dcdcdc;
}
a.change-page {
  font-size: 1.2rem;
  margin: 0 10px;
}
a.current-page {
  color: #323232 !important;
}
a.current-page:hover {
  color: #323232 !important;
}
#results span.font-awesome-spinner {
  font-size: 120px;
  color: #0469A8;
}
#control_bar {
  display: flex;
  min-height: 50px;
}
#mobile_filter_button {
  display: none;
  flex: 0 0 auto;
  border-left: 0 solid #dcdcdc;
  border-width: 0.5px;
  text-align: center;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  right: 0;
  position: absolute;
  font-size: 1.3rem;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
/*#mobile_filter_button:hover {
	 background-color: rgb(10,50,120);
	 color: rgb(255,255,255);
}
*/
#selected_filters {
  flex: 1 1 auto;
  padding-bottom: 4px;
  max-width: 35%;
  border-right: 0 solid #dcdcdc;
  border-width: 0.5px;
}
.selected-filter {
  display: block;
  color: #0a3278;
  background-color: #fafafa;
  border: 0;
  padding: 2px 4px;
  font-size: 0.6rem;
  margin: 2px;
  cursor: pointer;
  float: left;
  border: 0 solid #dcdcdc;
  border-width: 0.5px;
  max-width: 100%;
  overflow: scroll;
}
.selected-filter span.font-awesome-close {
  margin-right: 5px;
  color: #f44336;
}
#top_page_numbers {
  flex: 0 1 auto;
  padding: 0 10px;
  width: 25%;
  border-left: 0 solid #dcdcdc;
  border-width: 0.5px;
  position: relative;
}
#top_page_numbers p {
  line-height: 50px;
  margin: 0;
  padding: 0;
}
#control_bar select#per_page_results {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
#page_number_selectors {
  display: inline-block;
  float: right;
}
#filter_by, #sort_by {
  visibility: hidden;
  flex: 0 1 auto;
  padding: 0 10px;
  width: 20%;
  text-align: center;
  line-height: 50px;
}
#control_bar label {
  display: inline-block;
  font-size: 0.8rem;
}
#control_bar select {
  background-color: #fafafa;
  background-image: url('data:image/svg+xml; base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+');
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  height: 1.2rem !important;
  padding: 0 !important;
  padding-left: 2px !important;
  -webkit-appearance: none !important;
  border-radius: 0;
  padding-right: 30px !important;
  width: 120px;
  margin: 0 !important;
}
#sidebar p#_loading_filters {
  padding: 40px 20px;
  text-align: left;
  font-size: 1.2rem;
}
.sidebar-search {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  /* display: none;
	 */
}
.quick-order h3, .sidebar-search h3, .sidebar-search h4 {
  font-size: 0.9rem;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin: 0 auto;
  color: #969696;
  padding: 5px 20px;
  cursor: pointer;
  text-align: left;
}
input[type=text].quick-order-item, .sidebar-search input[type=text] {
  height: 30px;
  width: 140px;
}
.quick-order {
  border-bottom: 1px solid #dcdcdc;
}
#_quick_order_wrapper {
  padding: 0 20px;
}
.quick-order .row {
  margin-bottom: 5px;
}
#control_bar #_loading_filters {
  visibility: visible;
  position: absolute;
  height: 50px;
  line-height: 50px;
  left: 35%;
  width: 40%;
}
#_loading_filters {
  color: #cb5935;
  font-weight: 700;
  text-align: center;
}
div.add-multi-items-wrapper {
  padding: 5px;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  width: 100%;
}
td > .add-multi-items-wrapper {
  border: 0;
}
.add-multi-items-wrapper button {
  height: 35px;
  background-color: #cb5935;
  color: white;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0;
  font: inherit;
  font-size: 0.8rem;
  padding: 1px 7px 2px;
  border: 0;
}
#_item_number_search_button, #_mfr_number_search_button, #_upc_search_button, #_scan_code_search_button {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: white;
  background-color: #0469A8;
  border: 1px solid #0469A8;
  left: -1px;
  top: -9px;
}
#_item_number_search_button span, #_mfr_number_search_button span, #_upc_search_button span, #_scan_code_search_button span {
  color: white;
  text-align: center;
  display: block;
  margin: 0 auto;
  transform: translate(0px, -50%);
  position: relative;
  top: 50%;
  font-size: 0.75rem;
}
#results > div.catalog-item {
  border: 1px solid #dcdcdc;
  height: auto;
  min-height: 120px !important;
  max-height: 140px !important;
  position: relative;
  width: 100%;
  display: flex;
  border-bottom: 0;
}
#results tr.catalog-item {
  border: 1px solid #dcdcdc;
  height: auto;
  position: relative;
  width: 100%;
  display: table-row;
  border-bottom: 0;
}
#results .catalog-item:last-child, .catalog-item:nth-child(25) {
  border-bottom: 1px solid #dcdcdc;
}
#recently_viewed .product-thumbnail, #results .product-thumbnail {
  position: relative;
  height: auto;
  border-right: 1px solid #dcdcdc;
  flex: 0 0 10%;
}
#recently_viewed .product-thumbnail img, #results .product-thumbnail img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 20px;
  padding-bottom: 20px;
}
#results .product-list-information {
  flex: 0 0 55%;
  padding: 20px 0 20px 20px;
}
#results .product-list-description {
  font-size: 0.8rem;
  color: #000;
  font-weight: 600;
}
#results .product-list-details {
  font-size: 0.8rem;
  color: #646464;
  font-weight: 300;
}
#results .product-list-details label {
  font-size: 0.8rem;
  color: #0469A8;
  top: 0;
  text-transform: uppercase;
}
#_product_details_images img {
  max-height: 400px;
}
#results .add-to-cart-section {
  flex: 0 0 15%;
  text-align: center;
  padding: 20px 0;
}
#results .add-to-cart-section input {
  padding: 0.5rem 0.2rem !important;
  text-align: center;
  max-height: 100%;
}
#results .add-to-cart-section p {
  padding: 0;
  margin: 0;
  height: auto;
  padding-top: 5px;
  font-size: 1rem;
}
#results .add-to-cart-section p:last-child {
  font-size: 0.8rem !important;
}
#results .add-to-cart-section button {
  color: #fff;
  padding: 2px 10px;
  margin: 1px 0 0 0;
  font-size: 0.7rem;
  border: 1px solid #fff;
  white-space: nowrap;
}
#results .add-to-cart-section button span {
  margin-right: 10px;
}
#results .add-to-cart-section button.add-to-cart {
  background-color: #139cea;
}
#results .add-to-cart-section button.add-to-cart:hover {
  color: #139cea;
  background-color: #fff;
  border: 1px solid #139cea;
}
#results .add-to-cart-section button.add-to-wishlist {
  background-color: #bf4524;
}
#results .add-to-cart-section button.add-to-wishlist:hover {
  color: #bf4524;
  background-color: #fff;
  border: 1px solid #bf4524;
}
input.order-quantity {
  width: 40px;
  font-size: 0.7rem;
  padding: 2px 4px;
  margin: 0;
  height: auto;
  text-align: left;
}
#results .product-price {
  flex: 0 0 15%;
  vertical-align: middle;
  color: #cb5935;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  height: auto !important;
  position: absolute !important;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
}
/*span.product-cost {
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%,-50%);
}
*/
#_product_outfitter_area .product-list-description {
  font-size: 0.8rem;
}
#_product_outfitter_area .product-list-information {
  flex: 0 0 50%;
}
#results .cart-items .product-cost, #_product_outfitter_area .product-cost, #results .product-cost {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.3rem;
}
#results .cart-items .product-retail, #_product_outfitter_area .product-retail, #results .product-retail {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.3rem;
  color: inherit;
  top: 20px;
}
body.normal-mode .cart-items .product-retail, body.normal-mode #_product_outfitter_area .product-retail, body.normal-mode #results .product-retail {
  font-size: 1rem;
  color: #00325a;
  margin-top: 5px;
  top: 0;
}
.cost-per-round {
  white-space: nowrap;
}
#results .cost-per-round {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.7rem;
  color: #8c8c8c;
  margin-top: 5px;
  font-weight: normal;
}
#results {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.7rem;
  margin-top: 5px;
  font-weight: normal;
}
#results div table {
  width: 100%;
  margin: 0 auto;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
#results div table thead {
  border: 1px solid #dcdcdc;
  font-weight: bold;
}
#results div table th {
  padding: 0 5px;
  border: 1px solid #dcdcdc;
  width: auto;
  font-size: 0.8rem;
  border-collapse: collapse;
  vertical-align: middle;
}
#results div table th:nth-child(1) {
  width: 50px;
}
#results div table th:nth-child(2) {
  width: 50px;
}
#results div table th:nth-child(3) {
  width: 40px;
}
#results div table th:nth-child(4) {
  width: 50px;
  white-space: nowrap;
}
#results div table th:nth-child(5) {
  width: 300px;
}
#results div table th:nth-child(6) {
  width: 70px;
}
#results div table th:nth-child(7) {
  width: 100px;
}
#results div table th:nth-child(8) {
  width: 70px;
}
#results div table tr td:nth-child(5) {
  overflow: hidden;
  text-overflow: ellipsis;
}
#results div table td {
  font-size: 0.9rem;
  max-width: 100%;
  white-space: nowrap;
  line-height: 1;
  padding: 4px;
  border: 1px solid #dcdcdc;
  width: auto;
  border-collapse: collapse;
}
#results div table td .on-hand {
  font-family: "Play", Helvetica, sans-serif !important;
}
#results div table td .underline {
  font-family: "Play", Helvetica, sans-serif !important;
}
#results div table td .add-multi-items-wrapper {
  border: 0;
}
#results div table .cost-per-round {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.6rem;
  color: #8c8c8c;
  margin-top: 2px;
  font-weight: normal;
  font-family: "Play", Helvetica, sans-serif !important;
}
#results div table tr.paging-footer td:nth-child(1) {
  border-right: 0;
}
#results div table tr.paging-footer td:nth-child(2) {
  border-left: 0;
}
#product_details #_product_details_primary_info .cost-per-round p {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.7rem;
  color: #8c8c8c;
  font-weight: normal;
}
#product_details #_product_details_primary_info .cost-per-round span {
  font-size: 0.5rem;
  position: relative;
  top: -2px;
  display: inline;
}
#product_details #_product_thumbnail {
  padding: 0;
}
#results .cart-items .product-price {
  flex: 0 0 12%;
}
#shopping_cart_items.cart-items .product-price {
  flex: 0 0 17%;
}
#results .cart-items .catalog-item .product-list-information {
  flex: 0 0 40%;
  min-width: 300px;
}
#results .cost-label, #results .retail-label {
  font-size: 0.8rem;
}
#results .before-label {
  font-size: 0.8rem;
}
.product-before-price {
  font-size: 0.8rem !important;
  color: #00325a !important;
}
.savings-original-price {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 50, 90, 0.9);
  font-size: 1rem !important;
}
.product-savings-span {
  color: #009600 !important;
  font-size: 1rem !important;
  margin-bottom: 12px;
}
#sidebar_filters {
  margin-top: 0;
}
.sidebar-filter {
  padding: 0;
  width: 95%;
  border-bottom: 1px solid #c8c8c8;
}
.sidebar-filter h3 {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin: 0 auto;
  color: #969696;
  padding: 5px 20px;
  cursor: pointer;
}
.sidebar-filter h3 span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0px, -50%);
}
.sidebar-filter h3 span.font-awesome-plus {
  display: inline;
}
.sidebar-filter h3 span.font-awesome-minus {
  display: none;
}
.sidebar-filter.opened h3 span.font-awesome-plus {
  display: none;
}
.sidebar-filter.opened h3 span.font-awesome-minus {
  display: inline;
}
.sidebar-filter div.filter-options {
  display: none;
  padding-bottom: 10px;
}
.sidebar-filter.opened div.filter-options {
  display: block;
}
.sidebar-filter input[type=text] {
  font-size: 0.9rem;
  padding: 5px 10px;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.sidebar-filter p {
  font-size: 0.9rem;
  font-weight: 300;
}
.sidebar-filter p label {
  font-weight: 300;
  font-size: 0.8rem;
  white-space: normal;
  display: inline;
  white-space: nowrap;
}
.sidebar-filter div.filter-checkboxes {
  margin-top: 5px;
  max-height: 150px;
  overflow: auto;
}
.sidebar-filter.no-filter-text p.filter-text-filter-wrapper {
  display: none;
}
#sidebar_bottom {
  height: 5px;
}
#_selection_dropdown.selected {
  background-color: #0469A8;
  color: #fff;
}
#_product_details {
  background-color: #fff;
}
#_product_details_top {
  height: 115px;
  width: 100%;
  position: relative;
  font-size: 2rem;
}
#_product_details_top div {
  position: relative;
}
#_product_details_top p {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  font-size: 1rem;
  font-weight: 700;
}
#_product_details_logo_wrapper {
  text-align: center;
  border-right: 1px solid #dcdcdc;
}
#_product_details_logo_wrapper p {
  font-size: 0.7rem;
  top: auto;
  bottom: -10px;
  position: relative;
  background-color: #00325a;
  color: white;
  font-weight: normal;
}
#_product_details_top div#_product_details_manufacturer_image_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}
#_product_details_top div#_product_details_manufacturer_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#_product_details_top div#_product_details_manufacturer_image img {
  max-width: 95%;
  max-height: 95%;
  max-height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#_product_details_top div#_product_details_description {
  height: 45px;
}
#_product_details_top div#_product_details_description > p {
  line-height: 20px;
}
#_product_details_primary_info {
  height: 100%;
  margin-bottom: 0;
  position: relative;
  font-size: 1rem;
  display: flex;
}
#_product_details_primary_info .pricing {
  display: flex;
  padding-top: 12px;
}
#_product_details_primary_info .metrics {
  flex: 1 1 auto;
  font-size: 1rem;
  padding-top: 12px;
  height: 45px;
  line-height: 1.1rem;
}
#_product_pricing_wrapper .details-price {
  display: inline-block;
  position: relative;
  padding: 10px 0 0 0;
  margin: 10px 30px;
  flex: 0 1 auto;
}
#_product_details_primary_info .details-price {
  display: inline-block;
  position: relative;
  padding: 10px 0 0 0;
  margin-right: 20%;
  flex: 0 1 auto;
}
#_product_pricing_wrapper .label, #_product_details_primary_info .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.7rem;
  font-weight: bold;
  color: #000;
}
#_product_details_primary_info .red-tag {
  font-size: 0.5rem;
  color: #fff;
  background-color: #c00000;
  padding: 0 5px;
  border-radius: 2px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#_product_pricing_wrapper .value, #_product_details_primary_info .value {
  color: #cb5935;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: right;
}
#_product_pricing_wrapper .dollar, #_product_details_primary_info .dollar {
  font-size: 0.9rem;
  position: relative;
  top: -6px;
  display: inline;
  left: auto;
}
#_product_details_wrapper {
  display: flex;
  border: 0 solid #c8c8c8;
  border-width: 0.5px 0 0 0;
  margin-top: 0;
}
#_product_details_images {
  flex: 1 1 55%;
  text-align: center;
  border: 0;
  position: relative;
  width: 55%;
  height: 100%;
  float: left;
}
#_product_details_images img {
  max-width: 96%;
  margin: 20px 2% 20px 2%;
}
#_product_details_facets {
  flex: 1 1 45%;
  border: 0 solid #c8c8c8;
  border-width: 0 0 0 0.5px;
  padding: 10px;
  position: relative;
  width: 45%;
  height: 100%;
  float: right;
}
#_product_details_facet_table {
  width: 100%;
}
#_product_details_facet_table td {
  padding: 4px 10px;
  font-size: 0.8rem;
}
#_product_details_facet_table td.highlighted-text {
  color: #0469A8;
  cursor: pointer;
}
#_product_details_facet_table tr:nth-child(odd) td {
  background-color: #dcdcdc;
}
#_product_details_facet_table tr td:nth-child(2) {
  text-align: right;
  word-break: break-word;
}
#_product_details_actions {
  flex: 1 1 25%;
  border: 0 solid #c8c8c8;
  border-width: 0 0 0.5px 0;
  position: relative;
}
/*#_product_details_actions > div {
	 margin: 20px;
}
*/
#_product_details_detailed_description {
  padding: 20px;
  border: 0 solid #c8c8c8;
  border-width: 0.5px 0;
  margin: 0 !important;
}
#_product_details_detailed_description > p {
  max-height: 175px;
  overflow: scroll;
}
#_product_details_inventory {
  font-size: 1.3rem;
  margin: 20px 0 20px 20px;
  text-align: center;
}
#_product_details_cart_quantity {
  margin: 20px 20px 20px 0;
  text-align: center;
}
#_product_details_cart_quantity input {
  margin: 0;
  text-align: center;
}
#_product_details_documents {
  display: flex;
  height: 70px;
  left: 0;
  width: 100%;
  border: 0 solid #c8c8c8;
  border-width: 0 0 0.5px 0;
}
#_product_details_documents div span {
  font-size: 2.6rem;
  position: relative;
  top: 10px;
  margin-right: 10px;
}
#_product_details_restrictions p {
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem;
}
#_product_outfitter_area {
  flex: 1 1 65%;
  text-align: left;
  border: 0 solid #c8c8c8;
  border-width: 0 0.5px 0.5px 0;
  position: relative;
  margin-top: 75px;
  width: 65%;
}
#_thumbnail_row {
  border-top: 0 solid #c8c8c8;
  border-bottom: 0 solid #c8c8c8;
  border-width: 0.5px;
}
.image-thumbnails {
  max-width: 100px !important;
  max-height: 75px !important;
  padding: 1px;
}
.image-thumbnails:hover {
  border: 0.5px solid #c8c8c8;
  padding: 0;
  cursor: pointer;
}
/* 360 STYLES */
#rotatorContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -274px 0 0 -400px;
  background-color: #fff;
  z-index: 100001;
}
#rotatorExit {
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  position: absolute;
  top: 3px;
  right: 3px;
}
#rotatorModal {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#shelf_tag, #spec_sheet {
  text-align: center;
  flex: 1 1 50%;
  height: 70px;
  color: #00325a;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  border: 0 solid #c8c8c8;
  cursor: pointer;
}
#shelf_tag {
  border-width: 0 0.5px 0 0;
}
#spec_sheet {
  border-width: 0 0 0 0.5px;
}
#_product_outfitter_container {
  width: 70%;
  height: 75px;
  border: 0 solid #c8c8c8;
  border-width: 0 0.5px 0.5px 0.5px;
  position: absolute;
  overflow: hidden;
}
#_product_outfitter_label {
  height: 35%;
  left: 20%;
  position: relative;
  width: 81%;
  text-align: center;
  background-color: #00325a !important;
  border-bottom: 0 solid white;
  border-width: 0.5px;
}
#_product_outfitter_label p {
  padding: 0;
  font-size: 0.9rem;
  color: white;
}
#_product_outfitter_wrapper {
  position: relative;
  width: 100%;
  left: 20%;
  height: 70%;
}
#_product_outfitter_scroller {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline;
  white-space: nowrap;
}
#_outfitter_product_details {
  width: 20%;
  height: 100%;
  color: #fff;
  background-color: #0469A8;
  display: inline-flex;
  text-align: center;
  padding-top: 17px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  border-right: 0.5px solid #fff;
  font-size: 1.3rem;
}
#results .product-cost .dollar {
  font-size: 0.9rem;
  position: relative;
  top: -4px;
  display: inline;
  left: auto;
}
#results .product-retail .dollar {
  font-size: 0.9rem;
  position: relative;
  top: -4px;
  display: inline;
  left: auto;
}
body.normal-mode .product-retail .dollar {
  font-size: 0.7rem;
}
#_outfitter_product_details:hover {
  background-color: #cb5935;
}
#_outfitter_options_container {
  border: 1px solid #dcdcdc;
  border-top: 0;
  width: 100%;
  display: table;
  border-spacing: 5px;
  /*position: absolute;
	*/
  background-color: #fff;
  z-index: 1;
}
#_outfitter_count_container {
  display: table-cell;
  border-spacing: 5px;
  text-align: center;
  min-width: 90px;
}
.outfitter-brand-filter, .outfitter-item-sort-list {
  display: table-cell;
}
/*.outfitter-brand-filter {
	 min-width: 350px;
}
*/
.outfitter-item-count-label {
  margin-left: 5px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
}
/*#account_balance .select2-container--default .select2-selection--single .select2-selection__placeholder, #_outfitter_options_container .select2-container--default .select2-selection--single .select2-selection__placeholder {
	 color: rgb(170,170,170);
}
*/
#_outfitter_options_container .select2-container {
  min-width: 250px;
  height: 35px;
  margin-bottom: 2px;
}
#_outfitter_options_container span {
  line-height: 35px;
  height: 35px;
}
#_outfitter_options_container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 29px;
}
.outfitter-container-scroller {
  position: relative;
  max-height: 450px;
  overflow: scroll;
  /*margin-top: 48px;
	*/
}
.outfitter-container-scroller input.order-quantity {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}
.outfitter-category {
  width: 20%;
  height: 100%;
  color: #fff;
  background-color: #0469A8;
  display: inline-flex;
  text-align: center;
  border-left: 0.5px solid #fff;
  padding-top: 9px;
  cursor: pointer;
}
.outfitter-category:hover {
  background-color: #cb5935;
}
.outfitter-category:first-child {
  border-left: 0;
}
.outfitter-right-arrow {
  position: absolute;
  right: 0;
  height: 65%;
  top: 35%;
  width: 48px;
  color: white;
  background-color: #0469A8;
  border-left: 0.5px solid #fff;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.outfitter-left-arrow {
  position: absolute;
  left: 20%;
  height: 65%;
  top: 35%;
  width: 48px;
  color: white;
  background-color: #0469A8;
  border-right: 0.5px solid #fff;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  z-index: 1;
}
.selected-outfitter-tab {
  background-color: #00325a !important;
}
.outfitter-tab-divs {
  /*max-height: 621px;
	*/
  /*overflow: scroll;
	*/
}
.outfitter-item-sort-item {
  color: #0469A8;
  cursor: pointer;
  font-weight: 700;
}
.outfitter-item-sort-selected {
  color: #00325a;
}
.outfitter-item-sort-item:hover {
  color: #cb5935;
}
#_product_details_add_to_wishlist_wrapper, #_product_details_add_to_cart_wrapper {
  width: 48%;
  display: inline-block;
  margin: 20px 0;
}
#_product_details_add_to_wishlist_wrapper button {
  font-size: 0.9rem;
  padding: 8px 15px;
}
#_product_details_add_to_wishlist_wrapper span {
  padding: 10.5px 15.5px;
}
#_product_details_add_to_cart_wrapper aside {
  font-size: 0.9rem;
}
#_product_details_add_to_wishlist_wrapper aside {
  font-size: 0.9rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  display: flex;
  max-width: 85%;
  margin: 0 auto;
}
button.dialog-cancel {
  background-image: none;
  background-color: #f44336;
  color: #fff;
  border: 0;
}
button.dialog-save {
  background-image: none;
  background-color: #30be50;
  color: #fff;
  border: 0;
}
.ui-dialog-buttonset {
  float: none;
  display: flex;
  max-width: 85%;
  margin: 0 auto;
}
.ui-dialog-buttonset button {
  background-image: none;
  border: 0;
  border-radius: 3px;
  margin: 0 auto !important;
  width: 45%;
}
.ui-dialog-buttonset button.dialog-cancel {
  background-color: #f44336;
  color: #fff;
}
.ui-dialog-buttonset button.dialog-save {
  background-image: none;
  background-color: #30be50;
  color: #fff;
  text-align: center;
  display: block;
}
#_header_special {
  position: absolute;
  top: 65px;
  right: 28%;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}
#_retail_mode {
  position: absolute;
  top: 65px;
  right: 14%;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}
#_header_special > span:last-child {
  font-size: 1.2rem;
}
#_retail_mode > span:last-child {
  font-size: 1.2rem;
}
#_tag_line {
  position: absolute;
  top: -3px;
  left: 50%;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 6px;
  transform: translate(-50%, 0);
  padding-top: 10px;
}
#_tag_line span:first-child {
  font-weight: 100;
}
#_tag_line span:nth-child(2) {
  font-weight: 300;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
#_tag_line span:last-child {
  font-weight: 600;
}
body.normal-mode .recently-viewed {
  bottom: -30px;
}
body.normal-mode .recently-viewed.shown {
  bottom: 50px;
  visibility: visible;
}
.recently-viewed .contents {
  width: 100%;
}
.recently-viewed .contents .recently-viewed-item {
  height: 70px;
  width: 140px;
  margin: 5px;
  display: inline-block;
}
.recently-viewed-item .product-thumbnail {
  height: 100% !important;
}
.recently-viewed-item img {
  padding: 0 !important;
}
.recently-viewed .content-wrapper {
  height: 80px;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  width: 100%;
  bottom: 0;
  position: relative;
}
.recently-viewed .contents .thumb-wrapper {
  width: 140px;
  height: 80px;
  position: relative;
}
.recently-viewed .contents .thumb {
  max-width: 135px;
  max-height: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#recently_viewed_content_wrapper {
  overflow-y: scroll;
}
#recently_viewed_contents {
  display: flex;
}
#recently_viewed_contents a {
  max-width: 145px;
}
#tab_container.shown {
  bottom: 50px;
  visibility: visible;
}
#tab_container {
  position: fixed;
  bottom: -30px;
  display: inline-block;
  height: auto;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#tab_wrapper {
  position: absolute;
  top: -35px;
}
#tab_wrapper .inner {
  display: flex;
  justify-content: flex-start;
}
#tab_wrapper .inner > aside:nth-child(1) {
  height: 35px;
  padding: 0.25em 1em;
  /* flex: 1 0;
	 */
  margin-right: 10px;
  text-align: center;
  font-size: 1em;
  background-color: #00345b;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  width: 190px;
}
#tab_wrapper .inner > aside:nth-child(2) {
  height: 35px;
  padding: 0.25em 1em;
  /* flex:1 0;
	 */
  text-align: center;
  font-size: 1em;
  background-color: #00345b;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  width: 123px;
}
#_helpdesk_ticket > #_loader {
  font-size: 10rem;
  color: #57b8d4;
  margin-left: 40%;
  margin-top: 10%;
}
span.font-awesome-heart {
  color: #f44336;
}
#results .catalog-item-functions {
  overflow: hidden;
  font-size: 0.9rem;
  width: 65vw;
  max-width: 1000px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#favorite_items .catalog-item-functions, #wishlist_items .catalog-item-functions {
  width: 35vw;
  max-width: 700px;
}
/*.catalog-item-functions a:first-child {
	 margin-right: 40px;
}
*/
.display-note {
  padding-left: 10px;
  font-style: italic;
  cursor: pointer;
}
#_add_quantity_section {
  display: inline-flex;
  height: 42px;
}
#_add_quantity_section span {
  height: 42px;
  width: 42px;
}
#_quantity_section a span:hover {
  background-color: #57b8d4;
  color: #1d6175;
}
#results .add-to-cart-section input {
  height: 42px;
  font-size: 0.9rem;
  box-shadow: none;
  padding: 0.5rem 0.8rem;
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
#results .increase-quantity span, #results .reduce-quantity span {
  cursor: pointer;
  font-size: 1rem;
  display: block;
  padding: 0 5px;
  margin: 0;
  height: 21px;
}
#results .increase-quantity span {
  border-bottom: 1px solid white;
  border-radius: 0 3px 0 0;
}
#results .reduce-quantity span {
  border-radius: 0 0 3px 0;
}
#dealer_login_dialog .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #c8c8c8;
}
#_invoice_confirmation_details, #skipped_products_table, #_receipt_details, #product_choice_table, #dealer_product_choice_table, #_shorted_items {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  border-color: grey;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
#_invoice_confirmation_details thead, #skipped_products_table thead, #_receipt_details thead, #product_choice_table thead, #dealer_product_choice_table thead, #_shorted_items thead {
  /*display: table-header-group;
	*/
  vertical-align: middle;
  border-color: inherit;
  background-color: #00325a;
}
#_receipt_details > thead:first-child > tr:first-child > th, #product_choice_table > thead:first-child > tr:first-child > th, #dealer_product_choice_table > thead:first-child > tr:first-child > th, #_shorted_items > thead:first-child > tr:first-child > th {
  border-top: 0;
}
#_invoice_confirmation_details > thead > tr > th, #skipped_products_table > thead > tr > th, #_receipt_details > thead > tr > th, #product_choice_table > thead > tr > th, #dealer_product_choice_table > thead > tr > th, #_shorted_items > thead > tr > th {
  text-align: left;
  padding: 0.9rem;
  font-weight: 400;
  color: #fff;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#dealer_product_choice_table > thead > tr > th:first-child, #product_choice_table > thead > tr > th:first-child {
  width: 80px;
}
#_invoice_confirmation_details > tbody > tr > td, #skipped_products_table > tbody > tr > td, #product_choice_table > tbody > tr > td, #dealer_product_choice_table > tbody > tr > td, #_shorted_items > tbody > tr > td {
  text-align: left;
  padding: 0.6rem;
  vertical-align: top;
  border-top: 0;
}
#dealer_product_choice_table > tbody > tr, #product_choice_table > tbody > tr {
  cursor: pointer;
}
#product_choice_table > tbody > tr:hover {
  background-color: #57b8d4;
  color: #fff;
}
#product_choice_table > tbody > tr > td:nth-child(n+3), #_shorted_items > tbody > tr > td:nth-child(n+3), #_shorted_items thead tr th:nth-child(n+3) {
  text-align: center;
}
/**/
#_invoice_confirmation_details, #_shorted_items {
  width: 100%;
  border-spacing: 0;
}
#_invoice_confirmation_details th, #_invoice_confirmation_details td, #_invoice_confirmation_details tr, #_invoice_confirmation_details thead, #_invoice_confirmation_details tbody, #_shorted_items th, #_shorted_items td, #_shorted_items tr, #_shorted_items thead, #_shorted_items tbody {
  display: block;
}
/* #_invoice_confirmation_details thead tr, */
#_shorted_items thead tr {
  /* fallback */
  width: 100%;
  /* minus scroll bar width */
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}
#_invoice_confirmation_details tr:after, #_shorted_items tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
#_invoice_confirmation_details tbody, #_shorted_items tbody {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
#_invoice_confirmation_details tbody td, #_invoice_confirmation_details thead th, #_shorted_items tbody td, #_shorted_items thead th {
  width: 15%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#_shorted_items tbody td:nth-child(1), #_shorted_items thead th:nth-child(1) {
  width: 10%;
}
#_shorted_items tbody td:nth-child(2), #_shorted_items thead th:nth-child(2) {
  width: 45%;
}
#_shorted_items thead tr th {
  height: 62px;
  line-height: 35px;
  /*text-align: center;
	*/
}
#_shorted_items tfoot {
  text-align: center;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#_shorted_items tfoot > tr > td {
  color: #00325a;
}
#_shorted_items_container {
  text-align: center;
}
#_shorted_items_container > span {
  font-size: 1.4rem;
}
/**/
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
  z-index: 9999;
}
#_results_table_wrapper {
  height: 100%;
}
#_results_status, #_cart_status {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  color: #cb5935;
  text-align: center;
}
#_results_status {
  border: 0 solid #dcdcdc;
  border-width: 0.5px;
}
#_results_status i {
  color: #00345b;
}
#_retail_login, #_customer_login {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: 600;
  font-size: 1.2rem;
  background-color: #cb5935;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  top: 120px;
  line-height: 35px;
  position: fixed;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#_customer_login {
  display: none;
}
body.normal-mode #_retail_login {
  display: none;
}
#_retail_login .clickable, #_customer_login .clickable {
  font-weight: normal;
}
.favorite {
  cursor: pointer;
}
.heart-shape {
  position: relative;
  width: 35px;
  -webkit-animation: heart-beats 3s infinite;
  animation: heart-beats 3s infinite;
}
.heart-shape:before, .heart-shape:after {
  background: #fd3803;
  position: absolute;
  width: 22px;
  height: 35px;
  bottom: -15px;
  left: 22px;
  content: '';
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg) translateZ(0);
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.heart-shape:after {
  left: 0;
  transform: rotate(45deg) translateZ(0);
  -webkit-transform: rotate(45deg) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.formError .formErrorContent {
  background: none;
  position: absolute;
  right: -90px;
  top: -25px;
  z-index: 2501;
  color: #fd3803;
  width: auto;
  min-width: 120px;
  max-width: 250px;
  font-family: "Play", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.formFieldError {
  border: 1px solid #fd3803 !important;
  background-color: #fff !important;
}
.lead-free, .california-compliant, .left-handed, .bulk-priced, .closeout, .exclusive, .full-case-only, .hazmat, .law-enforcement, .mapp-priced, .net-priced, .new-item, .on-sale, .promotion {
  font-size: 0.7rem !important;
  color: #fff !important;
  padding: 0 5px !important;
  border-radius: 2px !important;
  position: relative !important;
  top: -2px !important;
  margin-right: 5px !important;
}
.product-tag {
  font-size: 0.7rem !important;
  color: #fff !important;
  padding: 0 5px !important;
  border-radius: 2px !important;
  position: relative !important;
  top: -2px !important;
  margin-right: 5px !important;
  white-space: nowrap;
}
.allocated-text {
  font-size: 0.7rem !important;
  font-weight: bold !important;
  padding: 0 5px !important;
  border-radius: 2px !important;
  position: relative !important;
  top: -2px !important;
  margin-right: 5px !important;
  color: #000;
  background-color: #c4ff00;
}
.california-compliant {
  background: #003262;
}
.lead-free {
  background-color: #00a552;
}
.left-handed {
  background-color: #daa520;
}
.bulk-priced {
  background-color: #00325a;
}
.closeout {
  background-color: #000;
}
.exclusive {
  background-color: #0469A8;
}
.full-case-only {
  background-color: #c800c8;
}
.hazmat {
  background-color: #cb5935;
}
.law-enforcement {
  background: #000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000 33.3%, #0005f9 33.3%, #0005f9 66.6%, #000 66.6%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 33.3%, #0005f9 33.3%, #0005f9 66.6%, #000 66.6%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 33.3%, #0005f9 33.3%, #0005f9 66.6%, #000 66.6%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mapp-priced {
  background-color: #aaa;
}
.net-priced {
  background-color: #2d4d87;
}
.new-item {
  background-color: #32c653;
}
.on-sale {
  background-color: #fd3803;
}
.promotion {
  background-color: #795291;
}
.bulk-pricing {
  width: 100%;
}
.hover-image {
  color: #0469A8;
}
.hover-image:hover {
  color: #cb5935;
}
.hover-image img {
  border: 1px solid #dcdcdc;
  max-height: 150px;
  max-width: 150px;
}
#_credit_memos_table thead > tr {
  background-color: #00325a;
  font-weight: 700;
  color: #fff;
}
#_credit_memos_table tr {
  line-height: 40px;
}
#_credit_memos_table tr > td {
  padding: 0 10px;
}
#_credit_memos_table > tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#_credit_memos_table_filter {
  text-align: left;
  float: left;
  margin: 20px;
  margin-left: 40px;
  margin-bottom: 10px;
}
#_credit_memos_table_filter input, #open_invoices_filter input {
  height: 42px !important;
  border: 0 solid #dcdcdc !important;
  border-width: 0.5px !important;
  font-size: 0.9rem !important;
  width: 420px;
  padding: 14px !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  margin-left: 8px;
  width: 347px !important;
  padding: 14px !important;
  font-family: Play, san-serif !important;
}
#_product_bulk_price {
  color: #cb5935;
  font-weight: 600;
}
#_product_bulk_pricing_wrapper {
  border-top: 0 solid #dcdcdc;
  border-bottom: 0 solid #dcdcdc;
  border-width: 0.5px;
  padding: 15px;
  cursor: pointer;
}
#_product_pricing_wrapper {
  border-bottom: 0 solid #dcdcdc;
  border-width: 0.5px;
}
#_product_bulk_pricing_wrapper.bulk-active, #_product_bulk_pricing_wrapper:hover {
  border-width: 1.5px;
  border-color: #0469A8;
  padding-top: 14px;
  padding-bottom: 15px;
}
#_main_content > .user-not-logged-in {
  text-align: center;
  font-weight: 700;
}
#_clear_departments {
  display: none;
  padding: 5px;
  font-size: 0.8rem;
  position: absolute;
  z-index: 1;
  right: 5px;
}
#_clear_departments span:first-child {
  margin-right: 5px;
}
#submit_order_dialog h3 {
  text-align: center;
  font-size: 1.6rem;
}
#open_dashboard span.font-awesome-plus {
  transition: transform 0.5s;
}
.is-closed {
  transform: rotate(45deg);
}
#_product_details_tags {
  display: block;
  padding-top: 10px;
  white-space: nowrap;
}
#_settings_nav_wrapper {
  flex: 0 1 25%;
  max-width: 300px;
  border-top: 1px solid #dcdcdc;
  position: relative;
}
#_settings_nav_wrapper ul li {
  font-size: 1.1rem;
}
#_settings_nav_wrapper ul {
  max-width: 300px;
}
.disabled {
  pointer-events: none;
}
.ss-button.disabled, .ss-button-large.disabled {
  background-color: #c8c8c8 !important;
}
.ss-button-icon-left.disabled {
  background-color: #c8c8c8 !important;
}
.ss-button-icon-left.disabled {
  background-color: #c8c8c8 !important;
}
.disabled .ss-button-icon, .disabled .ss-button-icon-large {
  background-color: #c8c8c8 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.disabled > div {
  background-color: #c8c8c8 !important;
}
h2 .font-awesome {
  margin-right: 15px;
}
#shopping_cart_nav_bar > div {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 100%;
  width: 100%;
}
#shopping_cart_nav_bar > div > aside {
  padding: 0;
}
#shopping_cart_nav_bar > div > aside:first-child aside {
  border-left: 0;
}
#shopping_cart_nav_bar > div > aside:last-child aside {
  border-right: 0;
}
#shopping_cart_nav_bar > div > aside i {
  text-align: right;
  margin-right: 10px;
}
#shopping_cart_nav_bar > div > aside span {
  text-align: left;
}
#shopping_cart_nav_bar .ss-button {
  max-width: 100%;
  font-size: 0.8rem;
  width: 100%;
  margin: 0;
  border-radius: 0;
  height: 40px;
}
.cart-header > div {
  margin: 10px 0;
}
.cart-header input[type="text"] {
  margin-bottom: 0;
  height: 36px;
  font-size: 0.7rem;
}
.cart-header p {
  padding-bottom: 0;
}
.cart-header input[type="checkbox"] {
  font-size: 1.3rem;
}
.cart-header label {
  font-size: 1rem;
}
.cart-header span {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
}
.cart-header .ss-button .ss-button-icon {
  padding-top: 0;
}
/* ################################################################################ */
section.tiles-container {
  display: inline-block;
}
section.tiles-container .tiles-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 12px;
}
section.tiles-container .tiles-wrapper > aside {
  position: relative;
  width: 250px;
  max-width: 50%;
  height: 130px;
  background-color: #0469A8;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}
section.tiles-container .tiles-wrapper > aside a > span {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
section.tiles-container .tiles-wrapper > aside p {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  bottom: 0;
  margin: 0 !important;
  height: 100%;
  display: grid;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}
section.tiles-container .tiles-wrapper > aside a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background-color 250ms ease;
}
section.tiles-container .tiles-wrapper > aside a:hover {
  background-color: #cb5935;
}
/* #################################################################################*/
#dropship_form_dialog .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
}
/* #################################################################################*/
#_mobile_nav {
  font-size: 2.5rem;
  display: none;
  position: absolute;
  top: 5px;
  position: absolute;
  right: -55px;
  top: 8px;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
#_mobile_results_bar {
  display: none;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-top: 0 solid #dcdcdc;
  border-width: 0.5px;
}
nav {
  width: 150px;
  padding: 0 25px 0 25px;
  position: fixed;
  top: 0;
  height: 100%;
  margin: 0 0 0 -170px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
  background: #00325a;
  left: 0;
}
.menu-show {
  margin: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
}
nav.menu-show {
  /*left: 0;
	*/
}
nav.menu-show #_mobile_nav {
  right: 10px;
}
#mobile_navbar {
  margin-top: 50px;
}
#mobile_navbar li {
  margin: 20px 0;
}
#mobile_navbar li a span {
  font-size: 1.3rem;
}
#results {
  margin-top: 0;
}
#results.legacy-view .hide-legacy-view {
  display: none;
}
#sidebar.legacy-view .sidebar-search {
  display: block;
}
#results .legacy-cost {
  font-size: 0.8rem;
  font-family: 'Play-Bold', "Play", Helvetica, sans-serif;
  font-weight: 700;
}
#specsheet {
  background: white;
}
#specsheet #_specsheet_pricing table tr td:first-child {
  font-weight: 700;
}
#specsheet #_specsheet_pricing table tr:last-child {
  margin-top: 30px;
  font-size: 34px;
}
#specsheet #_specsheet_specifications {
  /* the following is to make borders even on all cells, something that tables do better than divs */
}
#specsheet #_specsheet_specifications .spec-table-wrapper {
  display: flex;
  margin: 15px;
  background-color: red;
}
#specsheet #_specsheet_specifications .tr:nth-child(6) {
  /* would have to adjust this based on how many rows in first column */
}
#_company_message_icon_wrapper {
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
}
#_company_message_icon_wrapper span {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
#_specsheet_company_logo_wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 60px;
}
#_specsheet_company_logo_wrapper #_specsheet_company_logo img {
  position: relative;
  max-width: 95%;
  max-height: 95%;
}
#_specsheet_thumbnail_wrapper {
  text-align: center;
  border: 0;
  position: relative;
}
#_specsheet_thumbnail_wrapper #_specsheet_thumbnail img {
  max-width: 96%;
  margin: 20px 2% 20px 2%;
  max-height: 100px;
}
#_specsheet_manufacturer_image_wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}
#_specsheet_manufacturer_image_wrapper #_specsheet_manufacturer_logo img {
  max-width: 95%;
  max-height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.limited-manufacturer-notice {
  color: #f44336;
  font-size: 1.2rem;
  text-align: center;
  font-family: inherit;
  font-weight: bold;
  display: block;
}
.limited-manufacturer-text {
  display: block;
  padding: 20px;
  max-height: 100px;
  overflow: scroll;
}
@keyframes heart-beats {
  0% {
    transform: scale(0.7);
  }
  7% {
    transform: scale(1.2);
  }
  12% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.99);
  }
}
@-webkit-keyframes heart-beats {
  0% {
    -webkit-transform: scale(0.7);
  }
  7% {
    -webkit-transform: scale(1.2);
  }
  12% {
    -webkit-transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1.3);
  }
  60% {
    -webkit-transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.99);
  }
}
@media (max-width: 1360px) {
  #_retail_mode {
    right: 16%;
  }
  #_header_special {
    right: 17%;
    top: 34px;
  }
}
@media (max-width: 1100px) {
  #tab_wrapper {
    top: -30px;
  }
  #tab_wrapper .inner > aside {
    padding-top: 5px;
    height: 30px;
  }
  #_tag_line {
    display: none;
  }
  #sidebar_spacer {
    display: none;
  }
  #sidebar_content_wrapper {
    top: 0 !important;
  }
  #sidebar {
    display: none;
    position: absolute;
    top: 40px;
    left: auto;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    border: 1px solid #969696;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(153, 153, 153, .8);
    -moz-box-shadow: 3px 3px 5px 0 rgba(153, 153, 153, .8);
    box-shadow: 3px 3px 5px 0 rgba(153, 153, 153, .8);
    border-bottom-right-radius: 8px;
    padding: 10px;
    width: 250px;
  }
  #sidebar.shown {
    display: block;
  }
  #mobile_filter_button {
    display: block;
    flex: 0 0 auto;
  }
  #selected_filters, #top_page_numbers {
    display: none;
  }
  #_shopping_cart_quantity {
    font-size: 1rem;
  }
  #_product_details_primary_info .metrics, #_product_details_primary_info .pricing {
    padding-top: 6px;
  }
}
@media (max-width: 1000px) {
  #_header_content {
    width: 96%;
    padding: 0 20px;
  }
  #_main_content {
    width: 100%;
    padding: 0;
  }
  #_footer_content {
    width: 100%;
    padding: 0 20px;
  }
  #_header_special {
    display: none;
  }
  #_retail_mode {
    display: none;
  }
  #_login_links {
    top: 65px;
  }
  #_shopping_cart {
    top: 26px;
  }
  #_display_search_text {
    height: 40px;
  }
  #_search_bar {
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 40px;
  }
  #_search_button {
    height: 40px;
  }
  #_selection_dropdown {
    height: 40px;
  }
  #_logo {
    left: 20px;
    width: 50%;
  }
  #filter_by {
    padding: 5px 10px;
  }
  #sort_by {
    padding: 5px 10px;
  }
  #_selection_list > ul > li {
    width: 30%;
  }
  #_product_details_logo_wrapper {
    display: none;
  }
  #_product_details_information {
    max-width: 100%;
    flex-basis: 100%;
  }
  #_product_details_wrapper {
    display: block;
  }
  #_product_outfitter_container {
    width: 100%;
  }
  #_product_outfitter_area {
    width: 100%;
  }
  #_product_details_facets {
    border-width: 0 0 0.5px 0.5px;
  }
  #sort_by, #filter_by {
    width: 30%;
    line-height: 1rem;
  }
}
@media (max-width: 800px) {
  /* #dealer_dashboard div p {
		 display: none;
	}
	 */
  /*.product-thumbnail {
		 width: 60px;
		 height: 120px;
		 position: absolute;
		 top: 0;
		 left: 0;
	}
	*/
  /*.product-thumbnail img {
		 width: 90%;
	}
	*/
  /*.product-list-information {
		 height: 120px;
		 position: absolute;
		 top: 0;
		 left: 100px;
		 right: 0;
	}
	*/
  /*.product-list-information {
		 height: 120px;
		 position: absolute;
		 top: 0;
		 left: 60px;
		 right: 0;
	}
	*/
  /*.product-list-description {
		 height: 40px;
		 position: absolute;
		 top: 0;
		 left: 0;
		 right: 0;
		 font-size: 1.0rem;
		 padding-left: 20px;
		 padding-top: 5px;
	}
	*/
  /*.product-list-details {
		 height: 40px;
		 position: absolute;
		 top: 40px;
		 left: 0;
		 width: 200px;
		 padding-left: 20px;
		 padding-top: 5px;
	}
	*/
  /*.product-list-tags {
		 height: 40px;
		 position: absolute;
		 top: 80px;
		 left: 0;
		 width: 200px;
		 padding-left: 20px;
	}
	*/
  /*.add-to-cart-section {
		 height: 80px;
		 position: absolute;
		 top: 40px;
		 left: 200px;
	}
	*/
  /*.product-price {
		 height: a;
		 position: absolute;
		 top: 40px;
		 right: 0;
	}
	*/
  #_header_content {
    height: 120px;
  }
  #_header {
    height: 120px;
  }
  #_header_background {
    height: 120px;
  }
  #_search_bar {
    bottom: 10px;
  }
  #_header_muzzle {
    display: none;
  }
  #_mobile_nav {
    display: inline-block;
  }
  #_login_links {
    display: none;
    text-align: center;
    width: 100%;
    right: 0;
  }
  #_selection_dropdown {
    font-size: 1.2rem;
    width: 45%;
    width: calc(50% - 50px);
  }
  #_display_search_text {
    font-size: 1.2rem;
    width: 50%;
  }
  #_search_button span {
    font-size: 1.6rem;
  }
  #dealer_dashboard div span.font-awesome {
    font-size: 1.8rem;
  }
  #results .product-list-details .compare-checkbox {
    display: none;
  }
  #results .product-list-details .checkbox-label {
    display: none;
  }
  #results .product-list-details .vertical-divider {
    height: 10px !important;
    padding-right: 8px;
    border-right: solid 1px #000;
    margin-right: 8px;
  }
  #_add_quantity_section {
    height: 30px;
  }
  #_add_quantity_section span {
    width: 30px;
    height: 30px;
  }
  .ss-button-icon-left, .ss-button-icon-right {
    padding: 6px;
    font-size: 18px;
  }
  #_add_quantity_section span.ss-success-icon-only {
    border-radius: 3px;
    font-size: 18px;
  }
  #_add_quantity_section span.ss-primary-icon-only {
    border-radius: 3px;
    font-size: 18px;
  }
  .add-to-cart-section input {
    height: 30px;
  }
  #results > div.catalog-item {
    display: block;
  }
  #results .product-thumbnail {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #results .product-list-information {
    height: 120px;
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    padding: 0;
  }
  #results .product-list-description {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    padding-left: 10px;
    padding-top: 5px;
  }
  #results .product-list-details {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    padding-left: 10px;
    padding-top: 5px;
  }
  #results .product-list-tags {
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
    width: 170px;
    padding-left: 10px;
  }
  div.vertical-divider {
    display: inline-block;
    background-color: transparent;
    width: 0;
    height: 0;
    margin: 0;
  }
  #control_bar select {
    width: 120px;
  }
  #_selection_list {
    padding: 10px;
  }
  #_selection_list > ul > li {
    width: 32%;
  }
  #_selection_lise > ul > li:last-child {
    margin-left: 0;
  }
  #_outfitter_count_container {
    display: inline-block;
  }
  #_outfitter_options_container span {
    line-height: 1.2;
    height: auto;
  }
  #_outfitter_options_container span.select2-selection__rendered {
    line-height: 2;
  }
  .outfitter-item-sort-list {
    display: block;
    padding-left: 20px;
  }
  .outfitter-item-sort-list div.vertical-divider {
    width: 2px;
    height: 12px;
    display: inline-block;
    margin: 0 10px;
    background-color: #000;
    color: #000;
  }
  #select2-98hv-container {
    height: auto;
  }
  .filter-checkboxes {
    overflow: auto;
  }
  .recently-viewed {
    display: block;
  }
  .recently-viewed .tab {
    height: 26px;
    margin-top: -26px;
  }
  #results .cart-items .catalog-item .product-list-information {
    min-width: 200px;
  }
}
@media (max-width: 600px) {
  /* #_product_details_primary_info .details-price {
		 margin: 10px;
	}
	 */
  /* #_search_bar {
		 bottom: 54px;
	}
	 */
  #_header_content {
    height: 105px;
  }
  #_product_details_images {
    float: none;
    width: 100%;
  }
  #_product_details_images img {
    max-height: 300px;
  }
  #_product_details_facets {
    width: 100%;
    border-width: 0.5px 0 0 0;
    margin: 0 auto;
  }
  #_mobile_results_bar {
    display: block;
  }
  .add-to-cart-section {
    left: 0;
    bottom: 0;
    width: 100px;
    height: 30px;
    padding: 0;
    position: absolute;
  }
  #_add_quantity_section .add-to-cart {
    display: none;
  }
  #_add_quantity_section .add-to-wishlist {
    display: none;
  }
  #_add_quantity_section .order-quantity {
    display: none;
  }
  #_add_quantity_section span.ss-success-icon-only {
    border-radius: 3px;
    font-size: 18px;
  }
  #_add_quantity_section span.ss-primary-icon-only {
    border-radius: 3px;
    font-size: 18px;
  }
  #_product_details_documents {
    display: none;
  }
  #_header {
    height: 105px;
  }
  #_logo {
    left: 45px;
    width: 40%;
  }
  #_shopping_cart {
    margin-right: 20px;
    top: 15px;
  }
  #_wrapper {
    padding-top: 105px;
  }
  #results .add-to-cart-section p:last-child {
    position: absolute;
    top: 6px;
  }
}
@media (max-width: 400px) {
  /* #results .catalog-item{
		min-height:160px !important;
		 max-height: 160px !important;
	}
	 */
  #_retail_login, #_customer_login {
    top: 105px;
  }
  #login_dialog img {
    max-width: 100%;
    margin-left: 0;
  }
  .ui-dialog {
    width: 90% !important;
  }
  #tab_wrapper {
    top: -25px;
  }
  #tab_wrapper > .inner > aside {
    height: 25px;
  }
  #_selection_list > ul > li:last-child {
    margin-left: 0 !important;
  }
  #results .product-cost {
    margin-top: 0;
  }
  #control_bar {
    height: 40px;
    min-height: 40px;
  }
  #control_bar #_loading_filters {
    height: 40px;
    line-height: 40px;
    left: 0;
    width: 70%;
  }
  #_header_content {
    padding: 0 10px;
    height: 110px;
  }
  #_shopping_cart_amount {
    display: none;
  }
  #_current_flyers_dialog {
    max-height: 500px !important;
  }
  #results .product-price {
    height: auto !important;
    padding: 0 !important;
    right: 4px !important;
    bottom: 4px !important;
    top: auto !important;
  }
  #_environment {
    display: none;
  }
}
