body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
table {
  border-spacing: 0;
}
td {
  padding: 0
}
#div__body {
  --margin: 1px auto 0 !important
}
#outerwrapper {
  width: 100% !important;
  flex-direction: row !important;
}
.header {
  max-width: 1000px;
  margin: 28px auto;
}

.header .logo {
  float: left;
}

.header .logo img {
  max-width: 100%;
}

.header .top-header {
  float: right;
  line-height: 24px;
  font: 700 14px/1 'Raleway', sans-serif;
}

.header .top-header div {
  display: inline-block;
  --border-left: 1px solid #999;
  padding: 15px 24px;
}

.header .top-header .sign-in-out {
  --border-right: 1px solid #999;
}

.header .top-header i {
  font-size: 24px;
  color: #333;
}

.header .top-header a {
  text-decoration: none;
}

.header .top-header .qty-bubble {
  border-left: none;
  padding: 0 1px 1px 0;
  margin-left: 6px;
  float: right;
  height: 24px;
  line-height: 22px;
  background: #01a2e0;
  color: #fff;
  border-radius: 50%;
  min-width: 24px;
  text-align: center;
}

.header .top-header .sign-in-out-cta {
  border-left: none;
  padding: 0;
  bottom: 4px;
  position: relative;
  font: 700 12px 'Raleway', sans-serif;
  color: #000
}

.header::after {
  clear: both;
  content: '';
  display: block;
}

.content.home {
  background: url(/site/dealer_responsive/img/index_banner.png) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1560px;
  height: 700px;
}

.footer, .footer_mob {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
  font-size: 12px;
  color: #777;
  display: flex;
  justify-content: space-around;
}
.footer_logo img {
  max-width: 100%;
  height: 60px
}
.footer_logo:nth-of-type(2) img {
  height: 48px
}
.footer_mob .footer_logo {
  margin-bottom: 10px
}
.footer_mob .center_text {
  margin: 20px 15px
}
.footer_mob .footer_logo img {
  height: 50px
}
.footer_mob .footer_logo:nth-of-type(2) img {
  height: 38px
}
.footer .center_text, .footer_mob .center_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_mob {
  display: none
}
.categories_list_main {
  --background: url('/site/dealer_responsive/img/bg.png') center center no-repeat;
  --background-size: cover;
  background: #fff !important;
  margin: 0 auto;
  max-width: 1560px
}
.categories_list_title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #01a2e0;
  font-size: 46px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0 0 0;
}

.categ_name {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #01a2e0;
  font-size: 46px;
  text-transform: uppercase;
  text-align: left;
  padding: 40px 0 0 0;
}

.categories_list_content {
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
}
.categories_list_content::after {
  content: "";
  display: block;
}
.categories_list_cell {
  width: 150px;
  height: 200px;
  background: #fff;
  font-family: 'Oswald';
  font-size: 16px;
  color: #000;
  text-decoration: none;
  margin: 20px;
  float: left;
  border: 8px solid transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 250ms linear
}
.categories_list_cell img {
  max-width: 100%;
  max-height: 143px
}
.categories_list_cell:hover {
  border-color: #01a2e0;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)
}
.items_list_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px
}
.items_list_container::after {
  content: "";
  display: block;
  clear: both;
}
.items_list_diagram {
  width: 44%;
  margin-right: 1%;
  float: left;
  text-align: center;
}
.items_list_diagram img {
  max-width: 100%;
}
#items_list_table {
  display: inline-table;
  width: 55%;
  padding: 0;
  border-spacing: 0
}
#items_list_table tr {
  background: #fff;
  padding: 1px 0
}
#items_list_table td {
  padding: 0 0 0 2px
}
.table_header {
  background: rgba(0,0,0,0.4);
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: #fff
}
.table_header div {
  display: inline-block;
  padding: 8px 0 8px 2px
}
.table_header div:nth-of-type(1), .items_list_dense_item {
  width: 20%
}
.table_header div:nth-of-type(2) {
  width: 40%
}
.table_header div:nth-of-type(3) {
  width: 10%
}
.table_header div:nth-of-type(4), .items_list_dense_tag {
  width: 5%
}
.table_header div:nth-of-type(5), .items_list_dense_buy {
  width: 20%
}
.items_list_dense_item a {
  color: #01a2e0;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  transition: color 250ms linear
}
.items_list_dense_item a:hover {
  color: #01a2e0
}
.items_list_dense_description {
  width: 38%;
}
.items_list_dense_price {
  width: 12%;
  padding: 8px 0 8px 4px !important
}
.items_list_dense_description, .items_list_dense_price, .items_list_dense_tag {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 13px
}
.items_list_dense_buy #qty {
  color: #888;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  max-width: 34px;
  border: 1px solid rgba(0,0,0, 0.2);
  text-align: center;
}
.items_list_dense_buy .buy_button {
  background: #01a2e0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 2px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 250ms linear;
}
.items_list_dense_buy .buy_button:hover {
  background: #01a2e0
}
.item_details_info {
  width: 50%;
  float: left;
  margin-left: 5%
}
.item_details_info_id {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #01a2e0;
  font-weight: 700
}
.item_details_info_description, .item_details_info_price, .item_details_info_size, .item_details_info_qty {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000;
  padding: 0 0 10px;
  display: flex
}
.item_details_info_buy {
  margin: 40px 0 0
}
.nav {
  --background: url('/site/dealer_responsive/img/nav_bg.png') center no-repeat;
  background: #efefef;
  height: 46px;
  padding: 20px;
}
.nav_container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav_container a {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #000;
  --text-shadow: 0.707px 0.707px 2px #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 20px;
  border-top: 4px solid transparent;
  transition: all 250ms linear
}
.nav_container a:hover, .nav_container a.active {
  color: #01a2e0;
  text-shadow: none;
  --border-top: 4px solid #01a2e0;
}
.nav-collapse {
  display: none !important;
}
.nav-toggle {
  display: block;
  height: 42px;
  --border-top: 2px solid #333;
  --border-bottom: 2px solid #333;
  background: #efefef;
  line-height: 42px;
  color: #000;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-toggle:hover {
	color: #01a2e0;
}

.nav-collapse ul {
  background: #01a2e0;
}
.nav-collapse li {
  padding: 10px
}
.nav-collapse li a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms linear
}
.nav-collapse li a:hover {
  color: #000;
}
.header .top-header {
  position: relative;
}
.search_form {
  position: absolute;
  z-index: -9999;
  border-left: none !important;
  top: -30px;
  left: 0;
  height: 25px;
  padding: 0 !important;
  background: rgba(255,255,255,0.9);
  width: 300px;
  opacity: 0;
  transition: all 250ms ease-in-out
}
.search_form input[type="text"] {
  border: 1px solid #01a2e0;
  border-radius: 6px;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  color: #666;
  font-size: 12px
}
.search_form i.fa-search {
  font-size: 18px;
  margin: 0px 0 0 10px;
  padding: 4px 8px;
  border-radius: 8px;
  position: absolute;
  cursor: pointer;
  transition: all 250ms linear
}
.search_form i.fa-search:hover {
  color: #01a2e0;
}
.search_form i.fa-times {
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: all 250ms linear
}
.search_form i.fa-times:hover {
  color: #01a2e0
}
.search_form.search_hover {
  opacity: 1;
  z-index: 9999;
  top: 0
}
#main .login-view {
  padding-left: 0;
  padding-right: 0;
  border-right: none
}
#main .login-view .marquee {
  display: none;
}
#main .login-view h3 {
  font-family: 'Oswald', sans-serif;
  color: #01a2e0;
  font-size: 26px;
  text-transform: uppercase;
  margin: 40px 0
}
#main .login-view input {
  background: rgba(0,0,0,0.5) !important;
  color: #fff !important;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  width: 340px;
  height: 40px
}
.sign-in-actions .btn-primary {
  background-image: none !important;
  background: #01a2e0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-family: 'Oswald', sans-serif !important;
  width: 170px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 250ms linear !important;
}
.sign-in-actions .btn-primary:hover {
  background: #fff !important;
  color: #000 !important;
}
.controls input::-webkit-input-placeholder {
    color:    #acacac !important;
}
.controls input:-moz-placeholder {
    color:    #acacac !important;
}
.controls input::-moz-placeholder {
    color:    #acacac !important;
}
.controls input:-ms-input-placeholder {
    color:    #acacac !important;
}
#login-register .page-header {
  border-bottom: none
}
#login-register .sign-in-actions {
  border-top: none
}
.login-body {
  margin-left: 0 !important
}
#reg_form_1, #reg_form_2, #claim_form {
  margin: 0 auto;
}
.categories_list_content table {
  margin: 0 auto;
}
.cart, .search, .sign-in-out {
  cursor: pointer;
}
.cart i, .search i, .sign-in-out i {
  transition: all 250ms linear;
}
.cart:hover i, .search:hover i, .sign-in-out:hover i {
  color: #01a2e0
}
#login-register {
  background: url('/site/dealer_responsive/img/dealerlogin.png') center center;
  /* background: url('/site/dealer_responsive/img/login_bg.png') center center; */
  background-size: cover;
  height: 700px;
  text-align: center;
}
#main .login-view h3.dealer_login_title {
  font-family: 'Oswald';
  font-size: 50px;
  color: #fff;
  margin: 40px 0
}
/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
#main .item-list-navigable .thumbnail, .checkout-summary-item-thumbnail {
  display: none !important
}
.items_list_cell {
    width: 240px;
    height: 300px;
    background: #fff;
    font-family: 'Oswald';
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 20px;
    float: left;
    border: 8px solid transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 250ms linear;
}
.items_list_cell:hover {
  border-color: #01a2e0;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.items_list_cell img {
    max-width: 100%;
    max-height: 130px
}
.item_name {
  color: #01a2e0
}
.item_price {
  color: #01a2e0
}
.item_details_link {
  color: #fff;
  background: #01a2e0;
  width: 80px;
  margin: 0 auto 10px;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 250ms linear
}
.item_details_link:hover {
  background: #01a2e0;
}
.item_details_info_price span {
  color: #01a2e0;
  margin-left: 15px
}
#size {
  display: inline-table;
}
#size .labelSpanEdit {
    display: none
}
.item_details_info_size {
  display: flex;
  line-height: 30px
}
.item_details_info_size select.inputreq {
  height: 30px;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px
}
.item_details_info_qty input#qty {
  height: 22px;
  line-height: 22px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-align: center;
  margin-left: 15px;
}
.item_details_info_price .label, .item_details_info_qty .label, .item_details_info_size .label {
  width: 50px
}
.item_details_info_addToCart {
  margin-top: 20px
}
.item_details_info_addToCart a.buy_button {
  background: #01a2e0;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  border-radius: 6px;
  padding: 2px 10px;
  cursor: pointer;
  transition: all 250ms linear
}
.item_details_info_addToCart a.buy_button:hover {
  background: #01a2e0
}
.categories_list_title#item_list_category_title {
  padding: 0 0 40px
}
.categories_parent {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
}
.downloads_container {
  margin: 0 auto;
  width: 100%;
}
.downloads {
  width: 50%;
  background: #fff;
  border-radius: 6px;
  padding: 0 20px 20px;
  margin: 0px auto;
}
.downloads a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  background: #01a2e0;
  border:1px solid transparent;
  padding: 15px 10px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px auto;
  display: block;
  max-width: 280px;
  box-sizing: border-box;
  transition: all 250ms linear;
}
.downloads a:hover {
  background: #000;
  --border:1px solid #01a2e0;
  color: #fff;
}
.enlarge_diagram {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: #01a2e0;
  text-decoration: none;
  position: relative;
  top: 10px;
  bottom: 10px;
  transition: all 250ms linear;
}
.enlarge_diagram:hover {
  color: #01a2e0
}
@media screen and (max-width: 1024px) {
  .categories_list_content {
    max-width: 954px
  }
  .items_list_cell {
    width: 278px
  }
}
@media screen and (max-width: 768px) {
  .categories_list_content {
    max-width: 768px
  }
  .nav_container {
    width: 100%
  }
  .nav_container a {
    font-size: 16px
  }
  .items_list_container {
    text-align: center;
  }
  .items_list_diagram {
    width: 90%;
    margin-right: 0;
    margin: 0 auto 10px;
    float: none;
  }
  .items_list_diagram img {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  #items_list_table {
    width: 90%
  }
  .header {
    display: flex;
    justify-content: space-around;
  }
  .header .logo {
    width: 50%
  }
  .choose_manufacturer_container .manufacturer1, .choose_manufacturer_container .manufacturer2, .choose_manufacturer_container .manufacturer3 {
    max-width: 520px;
    margin: 20px auto 0
  }
  .items_list_cell {
    width: 216px
  }
  .item_details_info {
    margin-left: 0;
    margin: 0 auto;
    float: none
  }
  .item_details_info_description, .item_details_info_buy {
    display: flex;
    justify-content: center;
    text-align: left
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
  .nav-collapse {
    display: block !important;
  }
  .brands_logos img {
    max-height: 60px !important
  }
  .brands_logos img:last-of-type {
    max-height: 48px !important
  }
  #main .login-view {
    text-align: center;
    border-bottom: none
  }
  #main .login-register {
    padding-left: 0px
  }
  #main .login-header {
    margin-top: 0px
  }
  #main .login-view h3.dealer_login_title {
    font-size: 42px
  }
  #login-register {
    height: auto
  }
  .header .logo img {
    max-width: 90%
  }
  .header {
    flex-direction: column;
    text-align: center;
  }
  .header .logo {
    float: none;
    width: 100%
  }
  .header .top-header {
    float: none;
    margin-top: 20px
  }
  .categories_list_title {
    font-size: 38px
  }
  .categories_list_cell, .items_list_cell {
    width: 205px
  }
  .items_list_dense_item, .items_list_dense_description {
    display: block;
    width: 100%;
    text-align: left
  }
  .items_list_dense_buy {
    width: 30%;
  }
  .table_header div:nth-of-type(2) {
    display: none
  }
  .table_header div:nth-of-type(1) {
    width: 42%;
    text-align: left;
  }
  .table_header div:nth-of-type(5) {
    width: 16%;
    margin-left: 4%;
    text-align: left;
  }
  .search_form {
    width: 100%;
  }
  .search_form i.fa-times {
    right: 40px
  }
  .footer, .bbb-logo {
    display: none;
  }
  .footer_mob {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .categories_list_cell, .items_list_cell {
    width: 166px
  }
}
@media screen and (max-width: 320px) {
  #main .login-view h3.dealer_login_title {
    font-size: 32px
  }
  #main .login-view input {
    width: 280px
  }
}

/* Videos Template */

#page--164 .categories_list_content,
#page-youtube .categories_list_content {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  margin: 0 auto 30px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

#page--164 .video-category,
#page-youtube .video-category {
  justify-self: center;
  width: 75%;
  background: #f9f9f9;
  border-radius: 3px;
  padding: 20px 10px;
  color: #003f87;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

#page--164 .youtube-video {
  justify-self: center;
}

#page-youtube .video-category:hover, 
#page--164 .video-category:hover {
  color: #01a2e0;
  background: #fff;
  box-shadow: 3px 3px 9px rgba(153, 153, 153, .4);
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 767px) {
  #page--164 .categories_list_content, 
  #page-youtube .categories_list_content {
    grid-template-columns: 90%;
    grid-row-gap: 20px;
    justify-content: center;
  }
}

.video-url {
  display: none;
}

.youtube-video a {
  display: block;
  width: 100%;
  border-radius: 3px;
  background: #f9f9f9;
  text-decoration: none;
}

.youtube-video a img {
  border-radius: 3px;
  padding-top: 10px;
}

.youtube-video .video-title {
  display: block;
  padding: 10px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #003f87;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

.youtube-video a:hover {
  box-shadow: 3px 3px 9px rgba(153, 153, 153, .4);
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

.youtube-video a:hover .video-title {
  color: #01a2e0;
}
/* Videos Template End */



/*------------------------------------------------------
---------------- New Downloads Page 
-------------------------------------------------------*/
/* Page Container */
.downloads-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 20px;
  font-family: 'Roboto', sans-serif;
}

/* Section Styling */
.download-section,
.link-section {
  margin-bottom: 50px;
}

/* Default alignment (desktop) */
.download-section,
.link-section {
  text-align: left;
}

/* Headings */
.download-section h2,
.link-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

/* Underline */
.download-section h2::after,
.link-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #01a2e0;
  margin: 10px 0 0; /* left aligned by default */
}

/* Grid Layout */
.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

/* Card Style Links */
.downloads-grid a {
  display: block;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  color: #000;
  text-align: left;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  position: relative;
}

.downloads-grid a:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  border-color: #01a2e0;
}

/* File Type Label */
.file-type {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #01a2e0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Title */
.title {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

/* Download Icon */
.downloads-grid a::after {
  content: "↓";
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #01a2e0;
}

/* Link Cards Layout */
.link-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Individual Card */
.link-card {
  display: block;
  background: linear-gradient(135deg, #01a2e0, #0077a6);
  border-radius: 14px;
  padding: 30px 25px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.link-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Label */
.link-label {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 1px;
}

/* Title */
.link-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  margin: 10px 0 8px;
}

/* Description */
.link-card p {
  font-size: 14px;
  opacity: 0.9;
}

/* Arrow Indicator */
.link-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  opacity: 0.8;
}

/* Mobile */
@media (max-width: 768px) {
  .downloads-page {
    padding: 20px 15px;
  }

  .download-section h2,
  .link-section h2 {
    font-size: 24px;
    text-align: center;
  }

  .download-section h2::after,
  .link-section h2::after {
    margin: 10px auto 0; /* centers underline on mobile */
  }

  .link-card {
    padding: 20px;
  }
}