/*@import "babylongrid/babylongrid-default.less";*/
/* COLOR CLASS */
/*.paypal{
	color: @paypal;
}
.scb{
	color: @scb;
}
.kbank{
	color: @kbank;
}
.krungsri{
	color: @krungsri;
}*/
.white {
  color: white;
}
.orange {
  color: #FF9900;
}
.line,
a.line {
  color: #00bc1e !important;
}
.twitter,
a.twitter {
  color: #0084b4 !important;
}
.instagram,
a.instagram {
  color: #3f729b !important;
}
.facebook,
a.facebook {
  color: #3b5998 !important;
}
.green {
  color: #3A9700;
}
.sky,
.blue {
  color: #0084b4;
}
.red {
  color: #D10003;
}
.orange {
  color: #FF9900;
}
.bg_green {
  background-color: #3A9700;
}
.bg_red {
  background-color: #D10003;
}
.bg_orange {
  background: #FF9900;
}
.bg_white {
  background: white;
}
/* ICON */
.social_network {
  display: inline-block;
  vertical-align: middle;
}
.social_network ul {
  display: flex;
}
.social_network li {
  display: inline-block;
  margin-left: 5px;
}
.social_network a {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.5;
}
.social_network a:hover {
  opacity: 1;
}
.social_network a.line {
  background: url(../images/assets/icon-line.svg) no-repeat;
  background-size: contain;
}
.social-share {
  margin: 10px 0 15px;
}
.social-share iframe {
  float: left;
  margin-right: 10px;
}
/* ELEMENT */
h1,
h2,
h3,
h4,
h5 {
  margin: 5px 0 10px 0;
}
body {
  line-height: 1.2;
  font-family: "newfont";
  margin: 0;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  /*font-family: "Lucida Grande", Helvetica, Arial, sans-serif;*/
}
body .wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
body .wrapper .content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1100px;
}
body .wrapper .content h1,
body .wrapper .content h2,
body .wrapper .content h3 {
  font-weight: normal;
  margin-bottom: 0;
}
body .wrapper .content img {
  display: block;
  margin: 0 auto 10px auto;
}
body .wrapper .page_content p {
  /*font-size: 1.5rem;*/
}
body:not(.small) #header {
  padding-top: 20px;
}
body.product #header.opaque {
  background-color: #000000;
}
body.close {
  background: #666666;
}
.site-announce {
  padding: 15px 40px 10px;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: relative;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.site-announce .close-button {
  text-decoration: none;
  color: #D10003;
  display: block;
  font-size: 1.5rem;
  text-align: center;
}
.site-announce .close-button .fa {
  vertical-align: middle;
}
.site-announce .close-button:hover {
  color: white;
}
.site-announce .close-button:hover .fa {
  color: #D10003;
}
/* TABLE */
table {
  text-align: left;
}
table.full {
  width: 100%;
}
table th.total,
table td.total {
  text-align: right;
}
.admin table {
  color: white;
  font-size: 1.2rem;
}
.admin .sub_product_container {
  width: 32%;
  margin-bottom: 20px;
  float: left;
  margin-right: 2%;
}
.admin .sub_product_container:nth-child(3n) {
  margin-right: 0;
  clear: right;
}
.admin .sub_product_container:nth-child(3n+1) {
  clear: left;
}
.admin .box.sub_product {
  background: rgba(0, 0, 0, 0.2);
}
.admin .box.sub_product .tn {
  position: relative;
}
.admin .box.sub_product .tn img {
  width: 100%;
}
a.no {
  border: none;
}
.product-image a,
.tn a,
.sq a,
.hero a {
  border: none;
}
.product-sign .fa {
  font-size: 1.5rem;
  margin-right: 5px;
}
.press_title {
  font-weight: normal;
  margin-bottom: 0;
}
.box {
  margin-bottom: 10px;
}
.box.detail {
  background-color: rgba(0, 0, 0, 0.7);
}
.box.main {
  background-color: rgba(255, 255, 255, 0.7);
}
.box.space {
  padding: 5px;
}
.box.remark {
  font-size: 1.5rem;
}
.box.black,
.box.inner-content {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.boxbox {
  margin: 10px 0;
}
.gallery {
  text-align: center;
  clear: both;
}
.gallery .tn {
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px 10px 5px;
}
.gallery .tn img {
  max-height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.gallery .tn:hover {
  opacity: 1;
}
.transfer_box {
  margin-bottom: 10px;
}
.transfer_box .logo {
  width: 30%;
  text-align: center;
  margin-right: 2%;
  float: left;
}
.transfer_box .logo img {
  max-width: 100%;
}
.transfer_box .info {
  text-align: center;
  font-size: 1.4rem;
  width: 68%;
  float: left;
  word-wrap: break-word;
}
.transfer_box:last-child {
  margin-bottom: 0;
}
.transfer_box.bitcoins,
.payment_title.bitcoins {
  background-color: #ff7838;
  color: white;
}
.transfer_box.paypal,
.payment_title.paypal {
  background-color: #003087;
  color: white;
}
.transfer_box.scb,
.payment_title.scb {
  background-color: #503081;
  color: white;
}
.transfer_box.kbank,
.payment_title.kbank {
  background-color: #008E2A;
  color: white;
}
.transfer_box.krungsri,
.payment_title.krungsri {
  background-color: #ffda00;
  color: #705f5f;
}
.bitcoins-address,
.promptpay-address {
  text-align: center;
  color: #FF9900;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px !important;
  margin: 10px 0;
  word-wrap: break-word;
}
#promptpay .qrcode {
  padding: 10px;
  background: white;
}
.qrcode img {
  max-width: 100%;
  image-rendering: pixelated;
  margin: 0 !important;
}
#payment .remark {
  font-size: 1rem;
  color: #00bc1e;
  margin-bottom: 10px;
  text-align: center;
}
#header #logo {
  margin: 0 auto;
}
#header #logo img {
  width: 100%;
  border: none;
}
#header h1#title {
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  text-indent: -9999px;
  background-size: cover;
}
.small #header {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  /*border: 2px solid white;*/
}
.small #header #logo {
  width: 70px;
  margin: 10px 10px 0 10px;
  float: left;
}
.small #header .title-link h1#title {
  width: 200px;
  height: 70px;
  margin-top: 5px;
  float: left;
}
.loading {
  position: fixed;
  z-index: 99;
  top: 5px;
  right: 5px;
}
/* TRANSITION */
#header {
  transition: background-color 0.3s ease-in-out;
}
.tn {
  transition: opacity 0.15s ease-out;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 20px;
  padding: 2px;
  text-align: center;
  background: black;
  color: white;
}
#footer a {
  text-decoration: none;
}
.menu {
  padding: 10px 0 0 0;
  text-align: center;
}
.menu li {
  padding: 0 7px;
  display: inline;
}
.menu li a {
  display: inline-block;
  font-size: 1.4rem;
  border: none;
  text-decoration: none;
}
.menu#category_menu {
  text-align: right;
}
.menu#category_menu li:first-child {
  padding-left: 0;
}
.menu#category_menu li:last-child {
  padding-right: 0;
}
#admin-menu li a {
  border: 0;
  text-decoration: none;
}
a.button .fa {
  font-size: initial !important;
}
.fade {
  opacity: 0;
}
.share {
  margin-bottom: 20px;
  text-align: center;
}
.share iframe {
  width: 140px;
}
.round {
  border-radius: 4px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.cut-box {
  display: none;
}
#email {
  margin: 10px;
  text-align: center;
}
#email input[name=email] {
  margin-right: 10px;
}
#paypal form {
  text-align: center;
  margin-top: 1em;
}
.payment_box {
  margin-bottom: 10px;
}
#coupon {
  margin: 20px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
#coupon .title,
#coupon input[name=coupon_code],
#coupon .coupon_code {
  margin-right: 10px;
  display: inline;
}
#coupon .coupon_code {
  color: #3A9700;
}
#cart-float {
  transition: top 0.3s ease-in-out;
  z-index: 9;
  /*position: fixed;*/
  top: 10px;
  right: 10px;
  position: absolute;
}
#cart-float #cart-button {
  border-radius: 50%;
  display: block;
  background-position: 50% 50%;
  background-size: 100%;
  text-indent: -9999px;
  opacity: 0.6;
}
#cart-float #cart-button:hover {
  opacity: 1;
}
#cart-float #drop {
  /*.red-dot;*/
  position: absolute;
  border-radius: 0 70% 70% 70%;
  transform: rotate(45deg);
}
#cart-float #drop .item {
  text-align: center;
  color: white;
  display: block;
  transform: rotate(-45deg);
}
.red-dot {
  text-decoration: none;
  width: 28px;
  height: 28px;
  background: #D10003;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  color: white !important;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
}
.red-dot i {
  padding-top: 5px;
}
.red-dot:hover {
  background-color: black;
}
.red-dot:hover i {
  color: #D10003;
}
ul {
  padding-left: 0px;
  margin: 0;
}
ul li {
  list-style: none;
}
p {
  margin: 0 0 20px 0;
}
.button-group {
  text-align: center;
}
.button-group.left {
  text-align: left;
}
.button-group.right {
  text-align: right;
}
.button-group.box {
  background-color: transparent;
}
.button-group .button {
  margin-bottom: 2px;
  margin-right: 5px;
}
.button-group .button:last-child {
  margin-right: 0;
}
img.hide {
  opacity: 0;
  height: 1px;
}
button.button {
  padding: 0px 10px 2px;
}
a.button {
  padding: 4px 10px 0px;
}
.button,
a.button {
  display: inline-block;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border: none !important;
  font-size: 1.2rem;
}
.button.mini,
a.button.mini {
  font-size: 0.8rem;
}
.button.big,
a.button.big {
  font-size: 1.5rem;
}
.button:hover,
a.button:hover {
  border: none;
  background: white;
  color: #D10003;
}
.button.full,
a.button.full {
  width: 100%;
}
.button.view-product,
a.button.view-product {
  background-color: #FF9900;
}
.button.view-product:hover,
a.button.view-product:hover {
  background-color: white;
  color: #FF9900;
}
.button.grayscale,
a.button.grayscale {
  background-color: white;
  color: black;
}
.button.grayscale:hover,
a.button.grayscale:hover {
  background-color: black;
  color: white;
}
.outofstock {
  transition: opacity 0.15s ease-out;
  opacity: 0.6;
}
.outofstock .product-price {
  color: #666666;
}
.outofstock .button {
  background-color: #666666 !important;
  color: black !important;
}
.outofstock .button:hover {
  background-color: black !important;
  color: #666666 !important;
}
.outofstock:hover {
  opacity: 1;
}
#site-info {
  margin-bottom: 20px;
}
.shadow {
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.7);
}
.description {
  text-align: center;
  margin-top: 10px;
  color: white;
}
.description a {
  color: #C40;
  border-bottom: 1px dotted #C40;
  text-decoration: none;
}
.description a:hover {
  color: red;
  border-bottom: 1px dotted red;
}
.product-image {
  max-height: 700px;
  line-height: 0;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  max-width: 100%;
}
.product-content {
  margin-bottom: 40px;
}
#not-so-relate-product .item {
  margin-bottom: 10px;
}
#not-so-relate-product .item-box {
  margin: 0 5px;
}
#not-so-relate-product .item:first-child .item-box {
  margin-left: 0;
}
#not-so-relate-product .item:last-child .item-box {
  margin-right: 0;
}
.product-consignment {
  margin: 10px 0;
  font-style: italic;
  color: #D10003;
}
.product-consignment a {
  color: #FF5800;
}
span.discount-before {
  text-decoration: line-through;
  margin-left: 5px;
  color: #FF5800;
}
span.discount {
  margin-left: 5px;
  color: #3A9700;
}
#product,
#not-so-relate-product {
  margin-bottom: 20px;
}
#product .product-image img,
#not-so-relate-product .product-image img {
  width: 100%;
}
#product .product-title,
#not-so-relate-product .product-title {
  font-size: 1.3rem;
}
#product .product-title a,
#not-so-relate-product .product-title a {
  border-bottom: none;
}
#product .product-price,
#not-so-relate-product .product-price {
  font-size: 1.2rem;
  color: black;
}
#product .product-consignment,
#not-so-relate-product .product-consignment {
  font-size: 1rem;
}
#product .item,
#not-so-relate-product .item {
  float: left;
  position: relative;
}
#product .item-box,
#not-so-relate-product .item-box {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
}
#product .info,
#not-so-relate-product .info {
  padding: 5px;
}
#product .button-group,
#not-so-relate-product .button-group {
  padding: 10px;
}
#comment {
  margin-top: 50px;
}
#comment .title {
  margin: 10px 0;
  color: #D10003;
}
.blackhole {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blackhole .sign {
  text-align: center;
  font-size: 18rem;
}
.blackhole .sign.true {
  color: #3A9700;
}
.blackhole .sign.false {
  color: #D10003;
}
.blackhole .message {
  padding: 1%;
  font-size: 4rem;
  color: white;
  text-align: center;
}
.blackhole .moretext {
  padding: 1%;
  text-align: center;
  color: white;
}
.announce {
  /*text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white;*/
  font-size: 4rem;
  text-align: center;
  padding: 20px 0 10px;
  color: #D10003;
  line-height: 1;
}
.announce.mini {
  font-size: 1rem;
}
.action {
  clear: both;
}
.action .box {
  margin: 0;
  border-radius: 0;
}
.action .button {
  margin-right: 5px;
}
#admin-page .list-container {
  margin-bottom: 5px;
}
#admin-page #admin-order .column.order_no {
  width: 10%;
}
#admin-page #admin-order .column.dateadd {
  width: 10%;
}
#admin-page #admin-order .column.item {
  width: 50%;
}
#admin-page #admin-order .column.grandtotal {
  width: 10%;
}
#admin-page #admin-order .column.command {
  width: 10%;
}
#admin-page #admin-order .column.name {
  width: 15%;
}
#admin-page #admin-order .column.order_status {
  width: 10%;
}
#admin-page #admin-inform .column {
  /* &.order_no_raw{ width: 10%;} */
}
#admin-page #admin-inform .column.order_no {
  width: 10%;
  color: white;
}
#admin-page #admin-inform .column.payment_date {
  width: 20%;
}
#admin-page #admin-inform .column.amount {
  width: 12%;
  text-align: center;
}
#admin-page #admin-inform .column.payment_title {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
#admin-page #admin-inform .column.inform_status {
  width: 10%;
  text-align: center;
}
#admin-page #admin-inform .column.view_order {
  text-align: center;
  width: 10%;
}
#admin-page #admin-inform .column.command {
  width: 15%;
  text-align: right;
}
#admin-page #admin-inform .slip {
  margin-right: 5px;
}
#admin-page #admin-inform .remark {
  clear: both;
  padding: 3px 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
#admin-page .list {
  position: relative;
  border-left: 3px solid #D10003;
  font-size: 1rem;
  margin-bottom: 5px;
}
#admin-page .list .column {
  float: left;
}
#admin-page .list input[name=request_amount] {
  max-width: 150px;
  margin-right: 5px;
}
#admin-page .list .order_status {
  color: white;
  text-align: center;
}
#admin-page .list .order_status.received {
  background-color: #FF7CC5;
}
#admin-page .list .order_status.inform {
  background-color: #FFBD17;
}
#admin-page .list:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
#admin-page .list.status.pending {
  background: #FF9900;
}
#admin-page .list.status.shipped {
  background-color: #1F72FF;
}
#admin-page .list.status.paid,
#admin-page .list.status.approved {
  background-color: #5DBF00;
}
#admin-page .list.status.cancel,
#admin-page .list.status.refund {
  background-color: black;
  color: grey;
}
#admin-page .list.inactive {
  background-color: black;
  color: grey;
}
#admin-page .list:hover {
  border-left: 3px solid #FF9900;
}
#admin-page .list a {
  text-decoration: none;
}
#admin-page .list .command {
  text-align: center;
}
#admin-page .list .command .padding {
  padding: 0 !important;
}
#admin-page .list .sub_detail {
  float: right;
}
#admin-page .list .sub_detail .days_from_purchase {
  text-align: right;
}
#admin-page .list .sub_detail .days_from_purchase .days {
  font-size: 2rem;
  line-height: 1.8rem;
  min-width: 30px;
}
#admin-page .list .sub_detail .request_history {
  text-align: right;
  font-size: 0.9rem;
}
.admin-consignor .consignor-info {
  width: 40%;
}
.admin-consignor .consignor-info .info-box {
  background-color: rgba(0, 0, 0, 0.7);
}
.admin-consignor .consignor-info .title {
  font-size: 1.5rem;
  color: #D10003;
}
.admin-consignor .consignor-info .description {
  text-align: left;
}
.admin-consignor .consignor-product {
  width: 60%;
}
.admin-consignor .consignor-product .product_id {
  color: white;
}
.admin-consignor .consignor-product .SKU,
.admin-consignor .consignor-product .price {
  color: #D10003;
}
.admin-consignor .consignor-product .title a {
  color: black;
}
#admin-product .list.parent_product {
  padding: 0 10px 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border-left: none;
  margin: 5px 0;
}
#admin-product .list.sub_product input {
  text-align: center;
}
#admin-product .list-box > div {
  float: left;
}
#admin-product .list-box .product-image {
  width: 10%;
}
#admin-product .list-box .product-image img {
  width: 100%;
  margin-bottom: 0;
}
#admin-product .list-box .product-info {
  width: 55%;
}
#admin-product .list-box .product-info .title {
  font-weight: normal;
  margin-bottom: 0;
}
#admin-product .list-box .product-info .title,
#admin-product .list-box .number {
  font-size: 1.2rem;
}
#admin-product .list-box .product-quantity {
  width: 5%;
}
#admin-product .list-box .product-price {
  width: 20%;
}
#admin-product .list-box .product-stock {
  width: 20%;
}
#admin-product .list-box .command {
  width: 10%;
}
#admin-product .list-box .command .button {
  padding: 2px 0;
}
#admin-product.admin-stock .product-info {
  width: 70%;
}
#admin-product.admin-stock .product-image {
  width: 5%;
}
#hero {
  position: relative;
  margin-bottom: 20px;
}
#hero .hero-element {
  z-index: 1;
  position: absolute;
  text-align: center;
  bottom: 5%;
  width: 100%;
}
#hero .hero-element .product_price {
  font-size: 2.5rem;
  color: white;
}
#hero .product-image {
  z-index: 0;
}
#product-page .product_description {
  margin-bottom: 10px;
}
#product-page .product-condition {
  text-align: center;
}
#product-page .product-condition .condition_title {
  font-size: 3rem;
}
#product-page .left,
#product-page .right {
  margin-bottom: 20px;
}
#admin_product .press_title {
  text-align: left;
}
#admin_product .sq img,
#admin_product .hero img {
  width: 100%;
}
#admin_product .more_image {
  text-align: center;
}
#admin_product .more_image .box {
  border-radius: 0;
}
#admin_product .more_image .upload-box {
  margin-bottom: 20px;
}
#admin_product .more_image .tn {
  margin: 0 10px 10px 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}
#admin_product .more_image img {
  max-height: 100px;
  max-width: 100%;
}
.badge {
  width: 180px;
  height: 180px;
}
.archive-button,
.inform-archive-button,
.inbox-button,
.inform-inbox-button,
.order-inbox-button,
.delete-image {
  text-decoration: none;
  width: 28px;
  height: 28px;
  background: #D10003;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  color: white !important;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
  top: -15px;
  right: -15px;
  position: absolute;
}
.archive-button i,
.inform-archive-button i,
.inbox-button i,
.inform-inbox-button i,
.order-inbox-button i,
.delete-image i {
  padding-top: 5px;
}
.archive-button:hover,
.inform-archive-button:hover,
.inbox-button:hover,
.inform-inbox-button:hover,
.order-inbox-button:hover,
.delete-image:hover {
  background-color: black;
}
.archive-button:hover i,
.inform-archive-button:hover i,
.inbox-button:hover i,
.inform-inbox-button:hover i,
.order-inbox-button:hover i,
.delete-image:hover i {
  color: #D10003;
}
.archive_link {
  font-size: 1.2rem;
}
#cart .list {
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
#cart .list.product {
  background: rgba(255, 255, 255, 0.7);
}
#cart .list .delete-item {
  text-decoration: none;
  width: 28px;
  height: 28px;
  background: #D10003;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  color: white !important;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
  top: -15px;
  left: -15px;
  position: absolute;
}
#cart .list .delete-item i {
  padding-top: 5px;
}
#cart .list .delete-item:hover {
  background-color: black;
}
#cart .list .delete-item:hover i {
  color: #D10003;
}
#cart .list.grandtotal {
  font-size: 2rem;
  margin-bottom: 10px;
}
#cart .list.grandtotal .product-price .padding {
  color: white;
}
#cart .list .list-box {
  border-radius: 4px;
  overflow: hidden;
}
#cart .list .list-box .info {
  margin-top: 1%;
  float: left;
  color: #D10003;
  width: 70%;
}
#cart .list .list-box .info .title {
  padding-left: 2%;
}
#cart .list .list-box .info .remark {
  padding-top: 0.1em;
  color: #3A9700;
  padding-left: 2%;
}
#cart .list .list-box .number {
  float: left;
  text-align: center;
}
#cart .list .list-box .product-image {
  float: left;
}
#cart .list .list-box .product-image img {
  width: 100%;
  margin-bottom: 0;
}
#cart .list .list-box .product-info .title {
  color: #D10003;
}
#cart .list .list-box .product-info .product_no,
#cart .list .list-box .product-info .product_info {
  font-size: 1.2rem;
  color: #666666;
}
#cart .list .list-box .product-info .description {
  margin-top: 5px;
  font-style: italic;
}
#cart .list .list-box .product-quantity {
  color: #666666;
}
#cart .list .list-box .product-image,
#cart .list .list-box .product-info,
#cart .list .list-box .product-quantity,
#cart .list .list-box .product-price {
  float: left;
}
#cart .list .list-box .product-price {
  text-align: right;
}
/* FORM */
.inline label.title {
  margin-right: 5px;
}
.inline .label {
  width: 30%;
  padding-right: 2%;
  text-align: right;
}
.inline .input {
  width: 68%;
}
.inline label,
.inline .label,
.inline .input {
  float: left;
}
/******************************************/
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-top: 5px;
  padding-left: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -30px;
}
label.css-label {
  background-image: url(../images/assets/checkbox-bg.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/******************************************/
.input {
  width: 100%;
}
input,
textarea {
  padding: 1px 0 1px 4px;
}
.label,
.input {
  float: none;
  text-align: left;
}
.normal input {
  width: 100%;
}
.short input {
  width: 50%;
}
/*.tri input{
	width: 33%;
}
*/
.input-box.full input {
  width: 99%;
}
.input-box.horizontal .label {
  width: 15%;
  margin-right: 2%;
  float: left;
}
.input-box.horizontal .input {
  width: 83%;
  float: left;
}
.action .inline .input {
  width: inherit;
  margin-right: 10px;
}
.input {
  margin-bottom: 5px;
}
input:not([type=image]),
textarea,
select,
.inputclass {
  font-size: 1.2rem;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid black;
}
input:not([type=image]).require,
textarea.require,
select.require,
.inputclass.require {
  border-bottom: 1px solid red;
}
input.tracking_no {
  text-transform: uppercase;
}
textarea {
  width: 100%;
}
textarea {
  min-height: 150px;
}
.short textarea {
  min-height: 80px;
}
input[type=file] {
  font-size: 0.8rem;
  padding: 1%;
  width: 98%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
input[type=file].require {
  border-bottom: 1px solid #D10003;
}
.search_form_box {
  text-align: center!important;
}
.admin #search {
  width: 300px;
  margin: 10px auto;
}
.admin #search input[name=search] {
  width: 65%;
  margin-right: 2%;
}
.admin #search button {
  width: 30%;
}
/*.short{
	input{
		width: 50% !important;
	}
}*/
.mini input {
  width: 20% !important;
}
.padding {
  padding: 10px;
}
.padding.mini {
  padding: 0 2px;
}
.calculate {
  margin-bottom: 10px;
}
.calculate .padding {
  padding: 0 10px;
}
.sign {
  color: white;
}
.sign.big {
  font-size: 4rem;
}
.social_contact a:not(:hover) {
  border-bottom: none;
}
/* Micro Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.more-detail {
  margin: 5px 0;
  text-decoration: none;
  color: #FF9900;
}
.more-detail:hover {
  color: #FF5800;
}
.display-short {
  display: none;
}
/*************************************************************/
/* BBGRID SYSTEM*/
.container {
  width: 100% !important;
}
.widget {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #FFF;
}
/*************************************************************/
/* Media Query */
@media screen and (min-width: 320px) {
  body {
    font-size: 16px;
  }
  #header #logo {
    width: 90px;
    margin-bottom: -10px;
  }
  #header h1#title {
    width: 190px;
    height: 80px;
    background-size: contain;
  }
  #cart-button {
    width: 50px;
    height: 50px;
  }
  #drop {
    width: 20px;
    height: 20px;
    top: 60px;
    right: 15px;
  }
  #drop .item {
    font-size: 1.1rem;
    padding-right: 0;
    padding-top: 0;
  }
  .list-box .product-image {
    width: 20%;
  }
  .list-box .product-info {
    width: 50%;
  }
  .list-box .product-quantity {
    width: 5%;
  }
  .list-box .product-price {
    width: 25%;
  }
  .calculate .discount .product-price,
  .calculate .shipping .product-price,
  .calculate .handling .product-price {
    margin-left: 15%;
  }
  .calculate .product-info {
    margin-left: 10%;
  }
  .calculate .grandtotal .product-price {
    width: 40%;
  }
  .small #header #main-menu {
    clear: both;
  }
  .small #cart-float {
    position: fixed;
  }
  .half:nth-child(odd),
  .section2:nth-child(odd) {
    margin-bottom: 20px;
  }
  .sub_product_box {
    border-radius: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #D10003;
  }
  .sub_product_box .tn {
    width: 15%;
    float: left;
    margin-right: 1%;
  }
  .sub_product_box .tn img {
    width: 100%;
  }
  .sub_product_box .sub_product_info {
    width: 84%;
    float: left;
  }
  .sub_product_box .sub_title,
  .sub_product_box .sub_amount,
  .sub_product_box .sub_price {
    float: left;
  }
  .sub_product_box .sub_title {
    width: 70%;
    color: white;
  }
  .sub_product_box .sub_description {
    font-size: 1rem;
    font-style: italic;
  }
  .sub_product_box .sub_amount {
    text-align: center;
  }
  .sub_product_box .sub_price {
    text-align: right;
  }
  .sub_product_box .sub_amount {
    width: 10%;
  }
  .sub_product_box .sub_price {
    width: 20%;
  }
  .sub_product_box .command {
    clear: both;
    text-align: right;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  #not-so-relate-product .item {
    width: 50%;
  }
  #not-so-relate-product .item:nth-child(2n+1) {
    clear: left;
  }
  #not-so-relate-product .item:nth-child(2n+1) .item-box {
    margin-left: 0;
  }
  #not-so-relate-product .item:nth-child(2n+2) .item-box {
    margin-right: 0;
  }
  .small #header #main-menu {
    padding-top: 0px;
  }
  #admin-product .list-box .product-info {
    width: 50%;
  }
  #admin-product .list-box .product-price {
    width: 25%;
  }
  #admin-product .list-box .title,
  #admin-product .list-box .number {
    font-size: 1rem;
  }
}
@media screen and (max-width: 719px) {
  /* ADMIN ORDER */
  .col-left,
  .col-center,
  .col-right {
    float: left;
  }
  .col-left .column,
  .col-center .column,
  .col-right .column {
    width: 100% !important;
    float: none !important;
  }
  .col-left,
  .col-right {
    width: 20%;
    clear: left;
    text-align: center;
  }
  .col-center {
    width: 80%;
    float: right;
  }
  /* ADMIN INFORM */
  #admin-inform .column.order_no {
    width: 20% !important;
  }
  #admin-inform .column.payment_date {
    width: 25% !important;
  }
  #admin-inform .column.amount {
    width: 15% !important;
  }
  #admin-inform .column.payment_title {
    width: 20% !important;
  }
  #admin-inform .column.inform_status {
    width: 20% !important;
  }
  #admin-inform .column.view_order {
    width: 40% !important;
    float: right;
  }
  #admin-inform .column.command {
    width: 40% !important;
    text-align: left !important;
    float: right;
  }
  #admin-inform .column.command .button {
    width: 50% !important;
  }
  #admin-inform .display-full {
    display: none;
  }
  #admin-inform div.display-short {
    display: block;
  }
  #admin-inform span.display-short {
    display: inline;
  }
  .quad,
  .section4 {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .quad:nth-child(2n),
  .section4:nth-child(2n) {
    margin-right: 0px;
  }
  .admin .sub_product_container {
    width: 49%;
    margin-right: 2%;
  }
  .admin .sub_product_container:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  #not-so-relate-product .item {
    width: 33.3333%;
  }
  #not-so-relate-product .item:nth-child(3n+1) {
    clear: left;
  }
  #not-so-relate-product .item:nth-child(3n+1) .item-box {
    margin-left: 0;
    margin-right: 5px;
  }
}
@media screen and (max-width: 919px) {
  #admin-menu {
    text-align: center;
  }
  #admin-menu li {
    display: inline-block;
    padding: 0 10px;
  }
}
@media screen and (min-width: 920px) {
  #admin-menu {
    width: 15%;
    margin-right: 1%;
  }
  #admin-page {
    width: 84%;
  }
  #admin-menu,
  #admin-page {
    float: left;
  }
}
@media screen and (min-width: 720px) {
  body {
    font-size: 20px;
  }
  #header #logo {
    width: 150px;
    margin-bottom: -25px;
  }
  #header h1#title {
    width: 350px;
    height: 150px;
  }
  #cart-button {
    width: 80px;
    height: 80px;
  }
  #drop {
    width: 30px;
    height: 30px;
    top: 95px;
    right: 25px;
  }
  #drop .item {
    font-size: 1.4rem;
    padding-right: 2px;
    padding-top: 2px;
  }
  .half,
  .section2 {
    width: 48%;
    float: left;
  }
  .half:nth-child(odd),
  .section2:nth-child(odd) {
    margin-right: 2%;
  }
  .half:nth-child(even),
  .section2:nth-child(even) {
    margin-left: 2%;
  }
  .half:nth-child(2n+1),
  .section2:nth-child(2n+1) {
    clear: left;
  }
  .half.center,
  .section2.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .half:nth-child(odd),
  .section2:nth-child(odd) {
    margin-bottom: 0;
  }
  .tri,
  .section3 {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .tri:nth-child(3n),
  .section3:nth-child(3n) {
    margin-right: 0;
  }
  .tri:nth-child(3n+1),
  .section3:nth-child(3n+1) {
    clear: left;
  }
  .tri.center,
  .section3.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .quad,
  .section4 {
    width: 24%;
    float: left;
    margin-right: 1.33%;
  }
  .quad:nth-child(4n),
  .section4:nth-child(4n) {
    margin-right: 0;
  }
  .quad:nth-child(4n+1),
  .section4:nth-child(4n+1) {
    clear: left;
  }
  .quad.center,
  .section4.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .list-box .product-image {
    width: 10%;
  }
  .list-box .product-info {
    width: 70%;
  }
  .list-box .product-quantity {
    width: 5%;
  }
  .list-box .product-price {
    width: 15%;
  }
  .calculate .title {
    text-align: right;
  }
  .calculate .discount .product-price,
  .calculate .shipping .product-price,
  .calculate .handling .product-price {
    margin-left: 10%;
  }
  .calculate .product-info {
    margin-left: 10%;
    width: 65%;
  }
  .calculate .grandtotal .product-price {
    width: 25%;
  }
  #product-page .left,
  #admin_product .left {
    width: 30%;
    margin-right: 5%;
  }
  #product-page .right,
  #admin_product .right {
    width: 65%;
  }
  #product-page .left,
  #admin_product .left,
  #product-page .right,
  #admin_product .right {
    float: left;
  }
  #not-so-relate-product .item {
    width: 25%;
  }
  .small #header #main-menu {
    margin: 25px 0 0 15px;
    float: left;
    clear: none;
  }
  .small #cart-float {
    top: 90px;
    position: fixed;
  }
  .sub_product_box {
    padding-bottom: 5px;
    border-bottom: 1px solid #D10003;
  }
  .sub_product_box .sub_title {
    width: 55%;
  }
  .sub_product_box .sub_amount,
  .sub_product_box .sub_price {
    width: 10%;
  }
  .sub_product_box .command {
    margin-left: 1%;
    float: right;
    text-align: right;
    clear: none;
  }
}
@font-face {
  font-family: "newfont";
  src: url("../fonts/supermarket.ttf");
}
/*# sourceMappingURL=base.css.map */