#Left_img {
  max-width: 300px;
  height: auto;
  width: 60%;
}
.top_category_img  {
  max-width: 100%;
  height: auto;
}

.breadcrumb-item+.breadcrumb-item::before { content: ">"; }

#table_1 {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-collapse: collapse;
}
#table_1 td {
  border: 1px solid #e7e7e7;
  padding: 5px 2px 5px 2px;
}
#table_1 th {
  border: 1px solid #e7e7e7;
  padding: 5px 2px 5px 2px;
  white-space: nowrap;
  text-align: center;
}
/*#table_1 tr:first-child {
  font-size: 1.4rem;
  font-weight: 600;
}*/
#table_1 tr:nth-child(2) th {
  
}

#table_4 tbody tr {
  cursor: pointer;
}

#table_2 tbody td:nth-child(2) {
  cursor: pointer;
}
#table_3 tbody td:nth-child(2) {
  cursor: pointer;
}
.free-size {
  /*-ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;*/
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.popup_table {
  width: 100%;
}
.popup_table tr {
  line-height: 40px;
}
.popup_table th {
  width: 130px;
  padding-left: 15px;
  text-align: left;
}
.popup_table td {
  text-align: left;
}
.radiobox_span {
  padding-right: 10px;
}
.radiobox_span input {
  vertical-align: middle;
}
.__se_tb1{
	width:50%
	border: 1px solid rgb(100, 183, 84); 
	border-collapse: collapse;
}
.__se_tb1 > tbody > td {
	border: 1px solid rgb(100, 183, 84); 
}
.td_1{
	width: 30px;
	border: none;
}
.td_2{
	padding: 5px; 
	width: 200px; 
	text-align: center; 
	padding: 5px; 
	width: 100px; 
	text-align: center; 
	border: 1px solid rgb(100, 183, 84); 
}
.td_2 > img{
	width:100%;
	height:auto;
	object-fit : cover;
}
.td_3{
	padding: 10px; 
	border: 1px solid rgb(100, 183, 84);
	border-image: none;
}
@media (max-width:285px){
	.btn_order{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}