
/* unvisited link */
 a:link {
    color: #64c9ea;
}

/* visited link */
a:visited {
    color: #64c9ea;
}

/* mouse over link */
a:hover {
    color: #64c9ea;
}

/* selected link */
a:active {
    color: #64c9ea;
}
/* Enter Your Custom CSS Here */

.woocommerce .products .add_to_cart_button {
	display: none!important;
/* Hides the Add to Cart button on the thumbnail pages */
}


li.description_tab.active a{
 background-color:#ffffff;
  border: #ffffff;
  outline: none;
  
}

/*#two-column{
	width: 550px;
}
#two-column #left{
	width: 300px;
	float: left;
}
#two-column #right{
	width: 250px;
	float: right;
}
#two-column p{
	margin-bottom: 12px;
}
#two-column input[type="text"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 540px;
	padding: 5px;
}
#two-column #right input[type="email"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 240px;
	padding: 5px;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
	width:240px;
}
#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 540px;
}
#two-column input[type="submit"]{
	padding:8px 18px;
	background:#222;
	color:#fff;
	border: 1px solid #fff;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
	background: #eee;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #222;
}





 @media screen and (max-width: 480px) {

    #two-column {
    width: 94%;
    }
    #two-column #left {
    clear: both;
    padding: 1% 4%;
    width: auto;
    float: none;
    }

    #two-column #right {
    clear: both;
    padding: 1% 4%;
    width: auto;
    float: none;
    }

    #two-column {
    clear: both;
    padding: 1% 4%;
    width: auto;
    float: none;
    }


*/

mark.count {
display: none;
}

.flexslider .flex-active-slide .flex-caption {
	display: none;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  max-height: 170px;
}

li.specifications_tab.active a{
 background-color:#ffffff;
  border: #ffffff;
  outline: none;
   
}
ul.tabs li a {
   background-color:#ebe9eb;
  border: #ebe9eb;
  outline: none;
  
}

li.technical-information_tab.active a{
 background-color:#ffffff;
  border: #ffffff;
  outline: none;
   
}
@media only screen and (max-width:767px)
{
#nav_menu-4 {
display: none;
}
}

.columns-wrapper {
	width: 100%;
	min-width: 1000px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* To hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}
/* To centre main menu */
.nav-primary {
    text-align: center;
}

/* Font Colour Pages and Posts */
p { color:#000000; }

/* Hide add to cart */

.single-product .tags-list {
    display: none;
}