body {
  width: 100%;
  height: 100%;
  background: #000000 url('/image/BG.png') repeat;
  color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ff8a00;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #666666;
  color: #ffffff;
}

label {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

button:focus {
  outline: none !important;
}

#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

#content, #column-left, #column-right {
  padding-bottom: 730px;
  color: #ffffff;
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}

#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 320px;
  margin-left: -160px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

#alert .alert {
  margin-bottom: 15px;
}

/* HJS top bar */
#top {
  background: linear-gradient(to bottom, #000000 0%, #424242 100%);
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
  color: #ffffff;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a,
#top .list-inline-item .dropdown > a,
#top .list-inline-item .dropdown > span {
  font-size: 1.1em;
  color: #ffffff;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0 5px 0;
}

#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover {
  color: #ff8a00;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0;
}

#logo img {
  max-width: 260px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  background: #ffffff;
  color: #222222;
  border-color: #666666;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #424242, #111111);
  border-color: #000000;
}

#search .btn-lg:hover {
  background: #ff8a00;
  border-color: #ff8a00;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
  color: #ffffff;
  background: linear-gradient(to bottom, #424242, #111111);
  border-color: #000000;
}

#cart .btn-lg:hover {
  background: #ff8a00;
  border-color: #ff8a00;
}

#cart .dropdown-menu {
  background: #1b1b1b;
  color: #ffffff;
  border-color: #666666;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* HJS main menu */
#menu {
  background: linear-gradient(to bottom, #000000 0%, #424242 100%);
  border: 1px solid #ffffff;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #ffffff;
  text-shadow: none;
  padding: 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(255,255,255,0.08);
  color: #ff8a00;
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #1b1b1b;
  border-color: #666666;
}

#menu .dropdown-menu a {
  color: #ffffff;
}

#menu .dropdown-menu a:hover {
  color: #ff8a00;
  background: #2b2b2b;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  #menu .dropdown-inner {
    flex-direction: row;
  }
}

#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  text-shadow: none;
}

#menu .navbar-toggler i {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 0.9em;
}

/* bootstrap adjustments */
div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #ff8a00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/* forms */
.form-control,
.form-select {
  background-color: #ffffff;
  color: #222222;
  border-color: #777777;
}

.form-control:focus,
.form-select:focus {
  background-color: #ffffff;
  color: #111111;
  border-color: #aaaaaa;
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.15);
}

.input-group-text {
  background: #303030;
  border-color: #666666;
  color: #ffffff;
}

/* buttons */
.btn-primary,
.btn-success,
.btn-info {
  color: #ffffff;
  background: linear-gradient(to bottom, #424242, #111111);
  border-color: #000000;
}

.btn-primary:hover,
.btn-success:hover,
.btn-info:hover {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #ffffff;
}

.btn-secondary,
.btn-light {
  background: #303030;
  border-color: #666666;
  color: #ffffff;
}

.btn-secondary:hover,
.btn-light:hover {
  background: #444444;
  border-color: #777777;
  color: #ffffff;
}

/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background: linear-gradient(to bottom, #000000 0%, #424242 100%);
  border-top: 1px solid #dddddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666666;
}

footer a {
  color: #cccccc;
  text-decoration: none;
}

footer a:hover {
  color: #ff8a00;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #666666;
  border-radius: var(--bs-border-radius);
  background: linear-gradient(to bottom, #111111, #303030);
  color: #ffffff;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #ffffff;
}

.breadcrumb > li.breadcrumb-item > a:hover {
  color: #ff8a00;
}

.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

/* cards / general panels */
.card,
.list-group-item,
.accordion-item,
.modal-content {
  background: rgba(18,18,18,0.96);
  color: #ffffff;
  border-color: #666666;
}

.list-group-item a {
  color: #ffffff;
}

.list-group-item:hover {
  background: #2b2b2b;
}

/* product cards */
.product-thumb {
  border: 1px solid #dddddd;
  position: relative;
  height: 100%;
  background: rgba(8,8,8,0.94);
  color: #ffffff;
}

.product-thumb .image {
  text-align: center;
  background: #ffffff;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}

.product-thumb .description h4 {
  font-weight: bold;
  color: #ffffff;
}

.product-thumb .description h4 a,
.product-thumb .description p {
  color: #ffffff;
}

.product-thumb .description h4 a:hover {
  color: #ff8a00;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid #666666;
  background: linear-gradient(to bottom, #252525, #090909);
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: #ffffff;
  background: #ff8a00;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid #666666;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button {
    border-left: 1px solid #666666;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

/* pricing */
.price {
  color: #ffffff;
}

.price-new {
  font-weight: 600;
  color: #ffffff;
}

.price-old {
  color: #ff7b7d;
  text-decoration: line-through;
}

.price-tax {
  color: #bdbdbd;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #666666;
  margin-bottom: 15px;
  background: rgba(8,8,8,0.94);
}

.blog-thumb h4 {
  font-weight: bold;
  color: #ffffff;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  background: #ffffff;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
  color: #ffffff;
}

/* tables */
.table {
  --bs-table-color: #ffffff;
  --bs-table-bg: rgba(8,8,8,0.95);
  --bs-table-border-color: #555555;
  --bs-table-striped-color: #ffffff;
  --bs-table-striped-bg: rgba(255,255,255,0.04);
  --bs-table-hover-color: #ffffff;
  --bs-table-hover-bg: rgba(255,255,255,0.08);
}

/* pagination */
.pagination .page-link {
  background: #1a1a1a;
  border-color: #555555;
  color: #ffffff;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #ffffff;
}

/* cookie */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #1f1f1f;
  border-top: 1px solid #777777;
}

#cookie div {
  font-size: 16px;
  color: #ffffff;
}

.text-muted {
  color: #bdbdbd !important;
}

.dropdown-item {
  color: #ffffff;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: #2d2d2d;
  color: #ff8a00;
}

@media (max-width: 767.98px) {
  body {
    background-attachment: scroll;
  }

  #logo {
    text-align: center;
  }

  #logo img {
    max-width: 220px;
  }
}

/* HJS Apps dropdown visibility fix */
.dropdown-menu {
  background-color: #171717 !important;
  color: #ffffff !important;
  border: 1px solid #4b4b4b !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.55);
}

.dropdown-menu .dropdown-item,
.dropdown-menu a,
.dropdown-menu button {
  color: #ffffff !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background-color: #2a2a2a !important;
  color: #ff8a00 !important;
}

#top .dropdown-menu {
  background: linear-gradient(to bottom, #222222 0%, #0d0d0d 100%) !important;
  border-color: #5a5a5a !important;
}

#top .dropdown-menu .dropdown-item,
#top .dropdown-menu a {
  color: #ffffff !important;
}

#top .dropdown-menu .dropdown-item:hover,
#top .dropdown-menu a:hover {
  background: #2a2a2a !important;
  color: #ff8a00 !important;
}

/* HJS Apps orange interaction accent */
a:hover,
a:focus,
footer a:hover,
#menu .navbar-nav > li > a:hover,
#menu .dropdown-menu a:hover,
.product-thumb .description h4 a:hover,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #ff8a00;
}

#search .btn-lg:hover,
#cart .btn-lg:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.product-thumb .button button:hover,
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #ff8a00;
  border-color: #ff8a00;
}

