@media (min-width: 1200px) {
	.container {
	    width: 970px !important;
	}
}

.top-logo {
	float: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 30px;
}
@media (min-width: 768px) {
.top-nav {
	width: 100%;
	text-align: center;
}
.navbar-header {
	width: 100%;
}
.top-des {
	clear: both;
	text-align: center;
	margin-top: 15px;
}
.top-logo {
	margin-left: -30px;
}

.main-box{
	display: flex;
	justify-content:space-around;
	align-items:center;
}

}
@media (max-width: 767px) {
	
.top-nav,.top-des {
	text-align: center;
}
.top-nav {
	line-height: 24px;
	margin-top: -10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
}
.top-logo {
	clear: both;
	display: block;
	width: 100%;
	position: relative !important;
	height: 40px;
	margin-top: 10px;
	text-align: center;	
	margin-bottom: 10px;
}
}
@media (min-width: 768px) {
	
	.top-des {
		clear: both;
	}
}
.navbar-header {
	width: 100%;
}
.top-nav {
	width: 100%;
	padding: 0;
	height: 40px;
}
p {
	line-height: 24px;
}
.table-striped tr:nth-child(odd) { background-color:#edf9df !important; }
/* .table-striped tr:nth-child(odd) { background-color:#f9cdcf !important; } */

.btn-primary {
	background: #7EB73D;
}
.btn-primary:hover {
	background: #AECF39;
}
.table-top tr th,.table-top tr td {
	vertical-align: top !important;
}
.error {
	color: red;
}
.table-menu, .table-menu th, .table-menu td {
	background: #fff !important;
}
.table-menu .form-control {
	display: inline-block;
	width: 30px;
	height: 14px !important;
	margin: 0 !important;
	line-height: 20px !important;
}
.menu-list-iten span {
	display: inline-block;
	font-weight: bold;
	padding-bottom: 5px;
}

.dayset {
	background: #7EB73D;
	color: #fff;
	display: inline-block;
	padding: 3px 6px;
	color: #fff;
	letter-spacing: 1px;
	margin-right: 8px;
}
.day-title {
	font-size: 16px;
}

.right-logo {
	float: right;
    position: absolute;
    top: 0;
    right: 0;
   
    margin-top: 25px;
}

.td-text{
    font-size: 12px;
}

.img-class {
    padding: 10px;
    width: 50%;
}

.text-white {
    color: #ffffff;
}

.core-bgcolor {
    background-color: #00b914;
}

.sub-bgcolor{
    background-color: rgba(0, 136, 15, 0.10);
}

.main-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-price thead tr th {
	font-size:14px;
	background-color:#7EB73D;
}

.btn-closeout {
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
/*     padding: 6px 12px; */
    padding: 6px 25px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
	background: red;
	color: #fff;
}

.closeout-text {
	font-weight: bold;
	color: red;
}

.notice-box {
	border: solid 2px red;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: red;
	font-weight: bold;
	font-size: 14px;
}

@media (max-width: 543px) {
	.notice-box {
		margin-right: 0;
		margin-left: 0;
	}
}
