/* colormekit.css¤Î¾å½ñ¤­ */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  margin:10px 0px;
    border: 1px solid #333;
  border-radius: 0;
  width:100%;
  padding:10px 0px;
  font-size:15px;
   background-color: #FFFFFF;
}

.btn a{
   background-color: #FFFFFF;
}


.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}

select {
  border-radius: 0;
}

input[type="text"] {
  border: 1px solid #ccc;
  padding:0.5em 1em;
  border-radius: 0;
  -webkit-appearance: none;
}


.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: left;
}

.table-bordered02{
  margin:0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table-bordered02 tr{
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}

.table-bordered02 th{
  border-top: solid 1px #ccc;
  padding: 15px 0px 15px 20px;
  text-align: left;
  width: 25%;
  font-size:16px;
  letter-spacing:0.5em;
}

.table-bordered02 td{
  border-top: solid 1px #ccc;
  text-align: left;
  width: 75%;
    font-size:16px;
  
}

.thumbs{
  margin:0px 0px 0px 0px;
}

.thumbs img{
  width:90px;
}

body .bx-wrapper {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none; !important;
background: transparent;
}

#slider8{
  margin:0px 0px 0px 0px;
}

#slider8 div img{
  	margin:0px 0px 0px 0px;
	width:100%; !important;
}

.product-unit{
  display:inline;
}

.product_num_bt{
    display:inline;
	margin: 0em auto;
}

.product_num_bt select {
	padding:0.5em 1em;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media only screen and (max-width:599px) {
  
  h2.menu_title{
  font-size:23px;
}
  
  .table-bordered02 th{
  padding: 15px 0px 15px 20px;
  text-align: left;
  width: 25%;
  font-size:14px;
  letter-spacing:0.5em;
}

.table-bordered02 td{
  text-align: left;
  width: 75%;
    font-size:14px;
  
}
  
  #slider8 div img{
    margin:0 auto;
	width:98%; !important;
}
  
 .thumbs img{
  width:23%;
}

  
}

