/* CSS for mobile devices or small displays 
   Values here will overwrite values from pre-loaded css EXCEPT the custom.css
*/

.login {
	display:none;
}

/* This will overwrite the sitewidth set by user */
div.header_width_adjustment {
	width:100% !important;
};

.mattblackmenu {
	display:none;
}

.socialmedia {
	display:none;
}

/* see medium_pc */
.menu_mobile {
	float:right;
	margin-right:20px;
}

.menu_below_logo {
	display:none;
}

.print_share {
	display:none;
}

/* This class is to hide content for big screens >= 1024px */
.show_big_screen {
  display:none;
}


/* Contact Us table */
div.contactus_full_width {
	display:none;
}

/* Simple Footer */	
.simple_footer {
        display:none;
}

/* EasyCart */
td.ecart_product_page {
        width:100%;
	margin: 0 auto;
        background-color:#fff;
        border:1px solid #f1f1f1;
        border-radius:2px;
        padding:5px;

}

td.ecart_product_image {
        width:100%;
        padding:0px;
}
#pimage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

