<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.t3-wrapper {
  margin: auto;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1680px) {
  .t3-wrapper {
    width: 1680px;
  }
}
.t3-slideshow {
  z-index: 1;
}
.t3-slideshow + #t3-home #t3-section {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .equal-height &gt; .col,
  .equal-height &gt; .col &gt; * {
    min-height: 0 !important;
  }
}
.t3-topbar {
  background: #222222;
  color: #999999;
  font-size: 13px;
}
.t3-topbar p {
  color: #999999;
  margin-bottom: 0;
}
.t3-topbar .topbar-left {
  border-left: 1px solid #303030;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
}
.t3-topbar .topbar-right {
  border-right: 1px solid #303030;
  height: 40px;
  line-height: 40px;
}
.t3-topbar .topbar-right:before,
.t3-topbar .topbar-right:after {
  display: table;
  content: " ";
}
.t3-topbar .topbar-right:after {
  clear: both;
}
.t3-topbar .topbar-right &gt; div {
  border-left: 1px solid #303030;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.t3-topbar .topbar-right &gt; div:before,
.t3-topbar .topbar-right &gt; div:after {
  display: table;
  content: " ";
}
.t3-topbar .topbar-right &gt; div:after {
  clear: both;
}
.t3-topbar .topbar-right .vm-currency &gt; span {
  display: inline-block;
}
.t3-topbar .topbar-right .vm-currency form {
  display: inline-block;
}
.t3-topbar .topbar-right .vm-currency form select {
  height: auto;
}
.t3-topbar .topbar-right .vm-currency form #virtuemart_currency_id_chosen {
  margin: 0;
  width: auto !important;
}
.t3-topbar .topbar-right .vm-currency form #virtuemart_currency_id_chosen .chosen-single {
  background: transparent;
  border: 0;
  color: #00b74e;
  box-shadow: none;
  height: auto;
  padding: 0;
}
.head-cart {
  position: relative;
}
@media (max-width: 767px) {
  .head-cart {
    padding-right: 15px;
  }
}
.head-cart #head-cart-dropdown {
  background: url("../../../templates/ja_autoshop/images/cart.png") no-repeat center center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  height: 50px;
  width: 50px;
  position: relative;
}
.head-cart #head-cart-dropdown .total-product {
  background: #00b74e;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: 0;
  line-height: 19px;
  height: 20px;
  top: 50%;
  padding: 0 3px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 20px;
}
.head-cart #head-cart-dropdown.has-product {
  border-color: #00b74e;
}
.head-cart #head-cart-dropdown.has-product .total-product {
  background: #00b74e;
  color: #ffffff;
}
.head-cart #head-cart-dropdown.has-product .total-product:before {
  border-color: transparent #00b74e transparent transparent;
}
.head-cart .dropdown-menu {
  background: #ffffff;
  border: 1px solid #eaeaea;
  min-width: 320px;
  margin-top: 0;
  padding: 12.5px 0;
}
.head-cart .dropdown-menu .product_row {
  padding: 12.5px 25px;
  border-bottom: 1px solid #eaeaea;
}
.head-cart .dropdown-menu .product-item {
  float: left;
  width: 70%;
}
.head-cart .dropdown-menu .subtotal_with_tax {
  color: #222222;
  font-weight: 600;
  float: right;
  width: 30%;
  text-align: right;
}
.head-cart .dropdown-menu .product_name &gt; a {
  color: #303030;
}
.head-cart .dropdown-menu .product_name &gt; a:hover {
  color: #00b74e;
}
.head-cart .dropdown-menu .total-container {
  padding: 12.5px 25px;
  color: #222222;
  font-weight: 500;
}
.head-cart .dropdown-menu .total strong {
  color: #222222;
  margin-left: 5px;
}
.head-cart .dropdown-menu .show_cart &gt; a {
  color: #ffffff;
  background-color: #00b74e;
  border-color: #00b74e;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12.5px;
  text-transform: uppercase;
  margin-top: 12.5px;
}
.head-cart .dropdown-menu .show_cart &gt; a:focus,
.head-cart .dropdown-menu .show_cart &gt; a.focus {
  color: #ffffff;
  background-color: #008438;
  border-color: #003818;
}
.head-cart .dropdown-menu .show_cart &gt; a:hover {
  color: #ffffff;
  background-color: #008438;
  border-color: #007a34;
}
.head-cart .dropdown-menu .show_cart &gt; a:active,
.head-cart .dropdown-menu .show_cart &gt; a.active,
.open &gt; .dropdown-toggle.head-cart .dropdown-menu .show_cart &gt; a {
  color: #ffffff;
  background-color: #008438;
  background-image: none;
  border-color: #007a34;
}
.head-cart .dropdown-menu .show_cart &gt; a:active:hover,
.head-cart .dropdown-menu .show_cart &gt; a.active:hover,
.open &gt; .dropdown-toggle.head-cart .dropdown-menu .show_cart &gt; a:hover,
.head-cart .dropdown-menu .show_cart &gt; a:active:focus,
.head-cart .dropdown-menu .show_cart &gt; a.active:focus,
.open &gt; .dropdown-toggle.head-cart .dropdown-menu .show_cart &gt; a:focus,
.head-cart .dropdown-menu .show_cart &gt; a:active.focus,
.head-cart .dropdown-menu .show_cart &gt; a.active.focus,
.open &gt; .dropdown-toggle.head-cart .dropdown-menu .show_cart &gt; a.focus {
  color: #ffffff;
  background-color: #006029;
  border-color: #003818;
}
.head-cart .dropdown-menu .show_cart &gt; a.disabled:hover,
.head-cart .dropdown-menu .show_cart &gt; a[disabled]:hover,
fieldset[disabled] .head-cart .dropdown-menu .show_cart &gt; a:hover,
.head-cart .dropdown-menu .show_cart &gt; a.disabled:focus,
.head-cart .dropdown-menu .show_cart &gt; a[disabled]:focus,
fieldset[disabled] .head-cart .dropdown-menu .show_cart &gt; a:focus,
.head-cart .dropdown-menu .show_cart &gt; a.disabled.focus,
.head-cart .dropdown-menu .show_cart &gt; a[disabled].focus,
fieldset[disabled] .head-cart .dropdown-menu .show_cart &gt; a.focus {
  background-color: #00b74e;
  border-color: #00b74e;
}
.head-cart .dropdown-menu .show_cart &gt; a .badge {
  color: #00b74e;
  background-color: #ffffff;
}
.t3-navbar-category .t3-module {
  border: 0;
  margin: 0;
}
.t3-navbar-category .module-inner {
  border: 0;
  position: relative;
}
.t3-navbar-category .module-inner .module-title {
  background: #00b74e;
  border: 0;
  color: #ffffff;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 0.5px;
  margin: 0;
  position: relative;
  padding: 20px 20px 20px 0;
  z-index: 3;
}
.t3-navbar-category .module-inner .module-title span {
  border-left-color: #222222;
  line-height: 1;
  font-weight: 700;
}
.t3-navbar-category .module-inner .module-ct {
  background: #ffffff;
  border: 0;
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0;
  margin-top: 0;
  width: 100%;
  z-index: 1000;
}
.t3-navbar-category.category-dropdown .module-ct {
  display: none;
}
.t3-navbar-category.category-dropdown.open {
  z-index: 3;
}
.t3-navbar-category.category-dropdown.open::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.t3-navbar-category.category-dropdown.open .module-ct {
  display: block;
}
.t3-navbar-category.category-dropdown .module-title {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.t3-navbar-category.category-dropdown .module-title span:before {
  content: "\f0c9";
  font-family: FontAwesome;
  float: right;
  letter-spacing: 0 !important;
}
.t3-navbar-category.category-dropdown .module-title:hover {
  background: #00a847;
  cursor: pointer;
}
.t3-navbar-category .nav-stacked {
  background: #222222;
  position: relative;
}
.t3-navbar-category .nav-stacked &gt; li &gt; a {
  color: #ffffff;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 20px 25px;
}
.t3-navbar-category .nav-stacked &gt; li &gt; a .caret {
  border: none;
  float: right;
  font-style: normal;
  width: auto;
}
.t3-navbar-category .nav-stacked &gt; li &gt; a .caret::after {
  content: "\f105";
  font-family: "FontAwesome";
  width: auto;
}
.t3-navbar-category .nav-stacked &gt; li &gt; a:hover,
.t3-navbar-category .nav-stacked &gt; li &gt; a:focus,
.t3-navbar-category .nav-stacked &gt; li &gt; a:active {
  background: transparent;
  color: #00b74e;
}
.t3-navbar-category .nav-stacked &gt; li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 0;
}
.t3-navbar-category .nav-stacked .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 220px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-navbar-category .nav-stacked .dropdown-menu &gt; li &gt; a,
.t3-navbar-category .nav-stacked .dropdown-menu &gt; li &gt; span {
  padding: 20px 25px;
  text-transform: uppercase;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.t3-navbar-category .nav-stacked .dropdown-menu &gt; li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.t3-navbar-info {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  padding: 0 25px;
}
.t3-navbar-info .fa {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: inline-block;
  margin-right: 6.25px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
}
.t3-header {
  background: #1349b2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search .search {
  border: 0;
  display: flex;
  padding: 0;
  margin: 0;
}
.head-search .search input {
  height: 50px;
}
.head-search .search input.inputbox {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
  border: 0;
  padding-left: 20px;
  width: 520px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .head-search .search input.inputbox {
    width: 300px;
  }
}
.head-search .search input.button {
  background-color: #222222;
  background-image: url('../../../templates/ja_autoshop/images/ico/search.png');
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  font-size: 0;
  border: 0;
  color: #ffffff;
  width: 50px;
}
.t3-sl {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
#t3-section {
  margin-top: 25px;
}
#t3-section .module-inner,
#t3-section .module-title,
#t3-section .module-ct {
  background: transparent;
  border: 0;
}
#t3-section .module-title {
  border-top: 2px solid #222222;
  font-size: 18px;
}
#t3-section .module-title span {
  font-weight: 600;
}
#t3-section .module-ct {
  padding: 0;
}
#t3-tabs {
  position: relative;
}
#t3-tabs .nav-tabs {
  position: absolute;
  top: 20px;
  right: 0;
}
@media (max-width: 767px) {
  #t3-tabs .nav-tabs {
    position: static;
    margin-bottom: 20px;
  }
}
#t3-tabs .nav-tabs &gt; li &gt; a {
  background: transparent;
  padding: 6px 0;
}
#t3-tabs .nav-tabs &gt; li &gt; a:hover,
#t3-tabs .nav-tabs &gt; li &gt; a:focus,
#t3-tabs .nav-tabs &gt; li &gt; a:active {
  color: #222222;
}
#t3-tabs .nav-tabs &gt; li.active &gt; a {
  color: #222222;
}
.t3-mainbody {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-home {
  position: relative;
  margin-bottom: 125px;
  z-index: 2;
}
@media (max-width: 767px) {
  .t3-home {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .t3-home .t3-sidebar {
    margin-top: 0 !important;
  }
}
.t3-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-sidebar {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-footer {
  border-top: 1px solid #303030;
  background: #222222;
  color: #999999;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav &gt; div {
  border-right: 1px solid #303030;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .t3-footnav &gt; div {
    border-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t3-footnav &gt; div:first-child {
  padding-left: 0;
}
.t3-footnav .t3-module {
  background: transparent;
  color: #999999;
  margin-top: 50px;
  margin-bottom: 50px;
}
.t3-footnav .t3-module .module-inner {
  border: 0;
}
.t3-footnav .t3-module .module-title {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12.5px;
  padding: 0;
}
.t3-footnav .t3-module .module-title span {
  border: 0;
  padding: 0;
}
.t3-footnav .t3-module .module-ct {
  background: transparent;
  padding: 0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul &gt; li {
  display: block;
}
.t3-footnav .t3-module ul &gt; li + li {
  margin-top: 10px;
  margin-right: 0;
}
.t3-footnav .t3-module ul &gt; li &gt; a {
  background: transparent;
  border-bottom: 1px solid #303030;
  color: #999999;
  display: inline;
  padding: 0;
  line-height: 1;
}
.t3-footnav .t3-module ul &gt; li &gt; a:hover,
.t3-footnav .t3-module ul &gt; li &gt; a:active,
.t3-footnav .t3-module ul &gt; li &gt; a:focus {
  color: #ffffff;
}
.t3-footnav .t3-module ul &gt; li.open &gt; a,
.t3-footnav .t3-module ul &gt; li.active &gt; a {
  color: #ffffff;
}
.t3-copyright {
  border-top: 1px solid #303030;
  font-size: 13px;
  padding: 50px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright a {
  border-bottom: 1px solid #303030;
  color: #999999;
}
.t3-copyright a:hover,
.t3-copyright a:active,
.t3-copyright a:focus {
  color: #ffffff;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .3;
  display: inline-block;
}</pre></body></html>