/* SETTING */
.white {
  color: white;
}
.orange {
  color: #FF9900;
}
.green {
  color: #3A9700;
}
.red {
  color: #D10003;
}
.orange {
  color: #FF9900;
}
.bg_green {
  background-color: #3A9700;
}
.bg_red {
  background-color: #D10003;
}
.bg_orange {
  background: #FF9900;
}
.bg_white {
  background: white;
}
/* --------------------------------------------------- */
body {
  background-color: #161a31;
  background-image: url(assets/headerbg.jpg);
  background-position-x: center;
  background-position-y: top;
}
#header h1#title {
  background-image: url(assets/title.png);
}
#cart-float #cart-button {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  background-image: url(assets/cart.jpg);
}
/* FONT */
.press_title,
.label,
.fa-spin {
  color: #D10003;
}
#footer a {
  color: #D10003;
}
#footer a:hover {
  color: #FF9900;
}
#site-info .site-title {
  color: #D10003;
}
#site-info .site-description {
  color: #FFF;
}
.menu a,
#admin-menu a {
  color: #FFF;
}
.menu a.active,
#admin-menu a.active,
.menu a:hover,
#admin-menu a:hover,
.menu a:active,
#admin-menu a:active {
  color: #D10003;
}
#category_menu a {
  color: #D10003;
}
#category_menu a.active,
#category_menu a:hover,
#category_menu a:active {
  color: #FFF;
}
#drop {
  background-color: #D10003;
}
.box a,
.content a,
.page a {
  color: #D10003;
  text-decoration: none;
  border-bottom: 1px dotted #D10003;
}
#product-page .product_category,
#product-page .product_review,
#product-page .product_description,
#product-page .product-condition .condition_title {
  color: #FFF;
}
#product-page .product_stock {
  color: #D10003;
}
#product-page .product_stock .number {
  color: #FFF;
}
.sub_amount,
.sub_price,
#cart .list.grandtotal .product-price .padding {
  color: #FFF;
}
.shadow {
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.7);
}
body .content h1,
body .content h2,
body .content h3,
body .content h4,
body .content h5 {
  color: #D10003;
}
body .content h1,
body .content h2,
body .content h3,
body .content h4,
body .content h5,
body .content p {
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.7);
}
.box {
  border-radius: 4px;
}
.box.content,
.box.detail {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
}
.button,
a.button {
  background: #D10003;
  color: #FFF;
}
.button.inactive,
a.button.inactive {
  background-color: black;
  color: #FFF;
}
.answer {
  color: #FFF;
}
input:not([type=image]),
textarea,
select,
.inputclass {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
}
input:not([type=image]).require,
textarea.require,
select.require,
.inputclass.require {
  border-bottom: 1px solid #D10003;
}
/* ADMIN */
#admin-page .title {
  color: #D10003;
}
#admin-page .product-quantity {
  color: #FFF;
}
#admin-product .list:hover .product-info .title,
#admin-product .list:hover .product-quantity,
#admin-product .list:hover .product-price {
  color: #FFF;
}
/*# sourceMappingURL=style.css.map */