/* CSS for large displays 
   Values here will overwrite values from pre-loaded css EXCEPT the custom.css
*/

/* Hide the mobile menu */
.menu_mobile {
	display:none;
}
.menu_below_logo_mobile {
        display:none;
}

div.contactus_mobile_width {
	display:none;
}

.simple_footer_mob {
	display:none;
}

/* This class is to hide content for small screens < 1024px */
.show_small_screen {
  display:none;
}


/* CSS for EasyCart */
/*div.ecart_product_page {*/
td.ecart_product_page {
        width:100%;
        background-color:#fff;
        border:1px solid #f1f1f1;
        border-radius:2px;
        padding:5px;
   /*     float:left; this will set the td under each other */

}

td.ecart_product_image {
   /*     float:left; this will set the td under each other */
        max-width:400px;
        width:50%;
        padding:20px;
}
td.ecart_product_description {
   /*     float:left; this will set the td under each other */
        padding:20px;
        vertical-align:top;
}

div.ecart_product_details {
	float:left;
	width:100%;
        padding:5px;
        vertical-align:top;
	margin-top:20px;
	border:0px solid #000;
}

td.category_name {
	text-align:left;
	border-bottom:1px solid #f1f1f1;
	padding:5px 0px 5px 0px;
}

/* Top Forms - Appear from top - slidedown to screen */
div.top_actions_emailenquiry {
     position:fixed;
     background-color:#fff;
     top:10px;
     width:500px;
     height:520px;
     z-index:10;
     left:50%;
     margin-left:-250px;
     border-radius:2px 2px 2px 2px;
     border:1px solid #333;
     padding:10px;
}

