/* Themify Customize Styling */
body {	background: none;
	background-color: #ffffff;
	font-family:Roboto;	font-weight:300;
	font-size:18px;
 
}
h1 {	
	font-family:Roboto;	font-weight:100;
	font-size:60px;
 
}
h2 {	
	font-family:Roboto;	font-weight:100;
	font-size:40px;
 
}
h3 {	
	font-family:Roboto;	font-weight:100;
	font-size:30px;
 
}
h4 {	
	font-family:Roboto;	font-weight:100;
	font-size:20px;
 
}
#headerwrap {	background: none;
	background-color: #000000; 
}
#header {	
	font-family:Dancing Script;	font-weight:normal;
 
}
#main-nav a {	
	font-family:Roboto;	font-weight:100;
	font-size:17px;
 
}
body:not(.mobile_menu_active).transparent-header #main-nav a, #main-nav a {	
	color: #ffffff; 
}
#main-nav a:hover {	
	color: #f5cd49; 
}
body:not(.mobile_menu_active) #main-nav .current_page_item > a:hover, body:not(.mobile_menu_active) #main-nav .current-menu-item > a:hover {	
	color: #f5cd49; 
}

/* Themify Custom CSS */
section.related.products h2 { text-align: center}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 0px;
}
img.flex-active
{
	width: 200px;
}
p a
{
	text-decoration: underline;
}

p a:hover
{
	color: red;
}

#main-nav li a::after
{
	display: none;
}

table, th, td {
	border: thin solid #666;
}

table {
  border-collapse: collapse;
}
table {
  border: 1px solid black;
}

th, td {
  padding: 10px;
  text-align: left;
}