/* CSS Document */
.dev_notice {
  background-color: #FF0004;
  font-size: 9px;
  font-weight: bold;
  padding: 2px;
  color: #FFFFFF;
}
body {
  background-image: url("../assets/images/bg.png");
}
a, .pagination>li>a {
  color: #4A0002;
}
a:hover, a:active {
  color: #8F0002;
}
a:focus, a:hover {
  color: #4A0002;
}
.btn-primary {
  background-color: #8F0002;
  border-color: #4A0002;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #4A0002;
  border-color: #4A0002;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4A0002;
  border-color: #4A0002;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4A0002;
  border-color: #4A0002;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #8F0002;
  border-color: #4A0002;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #eee;
  border-color: #8F0002;
}
.responsive_img img {
  max-width: 100%;
  height: auto;
}
.text_s {
  font-size: 12px;
}
.text_m {
  font-size: 14px;
}
.text_l {
  font-size: 18px;
}
.text_xl {
  font-size: 24px;
}
h1, h2, h3 {
  color: #444;
}
h1 {
  position: relative;
  border-left: 6px solid #A80002;
  border-radius: 8px;
  padding-left: 10px;
  margin-bottom: 40px;
}
h1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h1::after {
  bottom: -0.5em;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

/*
Header
*/
.header_logo {
  background-color: #FFF;
}
.navbar {
  min-height: 30px;
  margin-bottom: 0;
}
.navbar-default {
  border-bottom-color: #A80002;
}
.navbar-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav>li>a {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 4px solid #f8f8f8;
}
.active {
  border-bottom: 3px solid #000;
}
.navbar-nav>li>a:hover {
  border-bottom: 4px solid #A80002;
  border-radius: 8px;
}
.login_area {
  background-color: #FFF;
  float: right;
  padding: 5px 10px;
  border: 1px solid #A80002;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.footer {
  background-color: #A80002;
  color: #DDD;
  padding-top: 20px;
  margin-top: 50px;
}
.footer>.container {
  background-image: url("../assets/images/map_australia.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (min-width: 768px) {
  .footer>.container {
    background-image: url("../assets/images/map_australia_tablet.png");
  }
}
@media (min-width: 992px) {
  .footer>.container {
    background-image: url("../assets/images/map_australia_pc.png");
  }
}

.footer_company_info {
}
.copyright {
  padding: 20px;
  text-align: center;
}

.footer a:link, .footer a:visited {
  color: #DDD;
  text-decoration: none;
  border-bottom: none;
}
.footer a:hover, .footer a:active {
  color: #FFF;
  border-bottom: 1px solid #CCC;
}
.footer_menu_item {
  padding: 5px;
}
.product_img_admin_detail {
  max-width: 120px;
}
.product_img_admin_detail img {
  max-width: 100%;
  height: auto;
}
.product_new {
  color: #FFF;
  background-color: #A80002;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}
.product_list_item {
  padding: 0;
}
.product_list_item_body {
  border: 1px solid #CCCCCC;
  margin: 5px;
  padding: 10px;
}
.product_list_item_body_detail {
  margin: 5px;
  padding: 10px;
}

.product_image {
  text-align:  center;
  max-width: 100%;
}

.product_image img {
  max-width: 100%;
  height: auto;
  max-height: 480px;
}
@media (min-width: 768px) {
  .product_image img {
    max-height: 205px;
  }
}
@media (min-width: 992px) {
  .product_image img {
    max-height: 140px;
  }
}
@media (min-width: 1200px) {
  .product_image img {
    max-height: 177px;
  }
}
.product_list_item_stk_description {
  font-weight: bold;;
  line-height: 1.3em;
  min-height: 2.6em;
}
.product_list_item_stk_desc_line_2 {
  line-height: 1.3em;
  min-height: 2.6em;
}
.product_form_group>label {
  padding-left: 0;
}
.product_form_group>.col-sm-4 {
  padding-left: 0;
}
.product_form_group>.submit {
  padding-top: 3px;
}
.item_close {
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}

.checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0;
}
