/* Themify Customize Styling */
body {	
	font-family: "Tahoma", "Geneva", sans-serif;	line-height:20px;
 
}
#headerwrap {	background: none;
	background-color: #000066; 
}
#header {	
	color: #ffffff; 
}
#headerwrap a {	
	color: #ffffff; 
}
#site-description {	display: none; 
}
.post-title {		text-align:left; 
}
.single-post .has-post-title .post-title,.single-post .featured-area .post-title {		text-align:left; 
}
.post-meta, .loops-wrapper.list-post .post-meta, .single-post .post-meta, .loops-wrapper.grid6 .post-meta, .loops-wrapper.grid5 .post-meta, .loops-wrapper.grid4 .post-meta, .loops-wrapper.grid3 .post-meta, .loops-wrapper.grid2 .post-meta {		text-align:left; 
}
.post-date, .post .post-date .day,.post-date .month, .post .post-date .year, .loops-wrapper.list-post .post .post-date, .single #pagewrap .post-content .post-date, .single-post #pagewrap .post-date-inline .post-date .year {		text-align:left; 
}
.more-link {		text-align:left; 
}
#footerwrap {	background: none;
	background-color: #000000; 
}
#footer {	
	color: #ffffff; 
}
#footer a {		text-decoration:underline;

	color: #ffffff; 
}

/* Themify Custom CSS */
#content .products .product .product_type_variable {display: none;}

.button
{
color: #fff !important;}

.themify_builder_content-6605.themify_builder{
width: 600px;
height: 50px;
position: absolute;
right: 0;
top: 80px;
}

.product-categories li {
    line-height: 50% !important;
}

.mobile_menu_active #menu-icon, .fa-shopping-cart {
  color: white;
}


#menu-icon:before {
    content: "MENU ";
color:#fff;
}

#shopdock-ultra a, a:hover {
color: black;
text-decoration: underline;
}

#shopdock-ultra a:hover {
color: black;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #000066;
    color: #333;
    text-shadow: none;
}
.payment_box
{ background-color: #DDDDDD !important;
color: black !important;}

.payment_box input
{color: black !important; }

.woocommerce-info, ul.woocommerce-error {
border: 5px solid #F44336;
  background: #F2F2F2;
  font-weight: 700;
  font-size: 28px;
  color: red;
line-height: 1.2;
}

/* to disable animated labels on comment forms */

#commentform p label {
    transform: none !important;
}
2)

p.comment-form-cookies-consent input[type="checkbox"]:checked + label::after{
top:1.5ex;
}
3)

p.comment-form-cookies-consent {
margin-bottom:-8px !important;
}