boady{
	font-family: 'Lato', sans-serif;
}

/* .sub-product ::-webkit-scrollbar {
    width: 1em;
}
 
.sub-product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.sub-product::-webkit-scrollbar-thumb {
  background-color: #F07621 !important;
  outline: 1px solid #F07621 !important;
}
 */


td{
	padding: 0px !important;
}
.thead{
	font-family: 'Lato', sans-serif;
	background: #F07621;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
ul {
    padding: 0;
    list-style: outside none none;
}
#nav li {
 
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding: 18px;
  text-transform: uppercase;
}
#list-nav li {
 
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding: 18px;
  text-transform: uppercase;
}
#nav li:hover {
	background: #e37b32;
	color: #fff !important;
	transition: 1.05s ease 0s;
	
}
#list-nav li:hover {
	background: #e37b32;
	color: #fff !important;
	transition: 1.05s ease 0s;
}
#nav li:nth-child(odd) {
	 background: #FAEDE5 none repeat scroll 0 0;
}
#list-nav li:nth-child(odd) {
	 background: #FAEDE5 none repeat scroll 0 0;
}
#nav li:nth-child(odd):hover {
	background: #e37b32;
	color: #fff !important;
	transition: 1.05s ease 0s;
}
#list-nav li:nth-child(odd):hover {
	background: #e37b32;
	color: #fff !important;
	transition: 1.05s ease 0s;
}
#nav li a {
  color: #777777 !important;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
#list-nav li a {
  color: #777777 !important;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
#nav li a:hover {

  text-decoration: none;
  color: #fff !important;

}
#list-nav li a:hover {

  text-decoration: none;
  color: #fff !important;
}

/* #nav li:nth-child(2n+1):hover {
  transition: 1.01s ease 0s;
} */
.no-padding{
	padding: 0px !important;
	margin: 0px;
}
.product_row {
  
}
.sub_product {
  max-height: 643px;
  min-height: 643px;
  overflow-y: auto;
}
.scrollable {
    /* width: 400px;
    max-height: 400px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden; */
	
}
.prev-header{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.prev-header h2{
	margin-bottom: 20px;
	
}
.prev-btn-left {
  background: #777 none repeat scroll 0 0;
  color: #fff;
  font-family: lato;
  font-size: 18px;
  padding: 6px 30px;
}
.prev-btn-right{
  background: #F07621 none repeat scroll 0 0;
  color: #fff;
  font-family: lato;
  font-size: 18px;
  padding: 6px 30px;
}
a {
	text-decoration: none !important;
}
.prev-btn-left:hover {
  color: #F07621;
  background: #a1a1a1;
}
.prev-btn-right:hover {
  color: #fff;
  background: #ccc;
}

/* sub products css */

.list li {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding: 18px;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
}

.list > ul {
    padding: 0;
    list-style: outside none none;
}
.list > li {
 
  
}
.list > li:nth-child(odd) {
	 background: #FAEDE5 none repeat scroll 0 0;

}

.list > li a {
  color: #777777;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
.list ul li a:hover {

  text-decoration: none;
  
}
#prev_body {
  margin-left: 109px;
}

