/************************************************************************************
About The Theme
*************************************************************************************/

/*   
Stylesheet to hide the mobile elements for the move from viewing the mobile site to viewing the full site.
Author: Martin Krestan
Author URL: http://www.mywork.com.au
Version: 1.0
*/

/************************************************************************************
Global Additions
*************************************************************************************/

#header #cart .heading2 a {
	color: #ffffff;
}
#header #cart .heading2 a span {
	background: none;
	padding-right: 0px;
}
#header #cart .heading2 a span.cart-title {
	font-weight: bold;
}
#header #cart.active .heading2 {
	margin: 0px;
	padding: 0px;
}
#header .links .special {
	border: 0px;
}
/* Back Button */
h1 {
	position: relative;
}
/* Product Page */
.product-info .cart div {
	margin-left: 10px;
}
.product-info .cart div > span {
	display: inline-block;
}
.add-to-wl-cp a {
	display: block;
}
/* Checkout */
.checkout-product.desktop {
	display: block;
}
textarea.checkout-comments {
	width: 98%;
}
/*Mobile-View Footer*/
.mobile-view {
	width: 100%;
	margin: 10px 0px;
	text-align: center;
	display: block;
}
.mobile-view a {
	width: auto;
	display: inline-block;
	padding: 10px;
	background: #38B0E3;
	color: #ffffff;
}
.mobile-view a:hover,
.mobile-view a:active {
	background: #333333;
}
.mobile-view a#view_mob_link {
	display: inline-block;
}

/************************************************************************************
Global Hides
*************************************************************************************/

#header #cart .heading2, /* Cart */
#header #cart .checkout-button, /* Cart */
#header .links a.link-mobile.product, /* Links */
.mobile-header, /* Top Mobile Menu */
.mobile-menu, /* Mobile Main Menu */
#header #mobile-search, /* Duplicate Search For Mobile */
#header .mobile-currency, /* Currency Dropdown Inside Header */
#mobile_category, /* Mobile Homepage Categories */
#content .box.category, /* Mobile Homepage Categories */
h1 a.mobile-back, /* Back Button */
#content .content.account ul li a i, /* Account Icons */
.htabs a i, /* Product Tab Icons */
.category-list ul li a i, /* Refine Search Icon */
i.icon-caret-right, /* Global Caret Right Icon Hide */
.checkout-product.mobile, /* Checkout */
#footer h3 i, /* Footer Icons */
#footer.mobile, /* Mobile Footer */
#footer .column h3 span.menu-close, /* Footer H3 Close Text */
#footer .column h3 span span.text-show, /* Footer H3 Rename Text */
#footer .column ul li a span.menu-close, /* Footer Double Up Account Text */
.mobile-view a#view_full_link { /* View Full Button */
	display: none;
}
