@media screen and (max-width:480px) { 

.m-only {
	display: block;
}

.m-only-inline {
	display: inline-block;
}

.t-only, .d-only, .w-only {
	display: none;
}

.inner {
	width: 97%;
	margin: auto;
}

header .inner {
	/* width: 100%; */
}
	
/* TABLET ******************************************************** */

table { 
	display: -webkit-flex;
	overflow: scroll;
	position: relative;
}
	
table tbody::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 40px;
    background-image: url(../images/arrow_table.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    opacity: 0.8;
	display: none;
}
	
table caption {
    padding: 13px;
}

/* NAV *********************************************************** */

nav {
    position: relative;
    float: left;
    width: 100%;
    height: auto !important;
    margin-top: 0px;
    padding-left: 0px;
}
/* 
.flexnav li ul {
    width: 100%;
	list-style: none;
	border: 0px !important;
}
	
.flexnav li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}
*/


.flexnav li a {
    padding: 10px 18px !important;
}
	
.flexnav {	
	padding: 0px;
	margin: 0px;
	opacity: 1 !important;
	max-height: 100% !important;
	overflow: visible;
}
	
.flexnav li {
    float: left;
    list-style: none;
    overflow: visible;
}

ul.sub-menu.flexnav-show {
    position: absolute;
    left: 0px;
    opacity: 1 !important;
    z-index: 9999;
}
	
ul.sub-menu li {
	width: 100%;
}


.flexnav li.menu-item-has-children {
    z-index: 9999;
    position: relative;
}

.flexnav li ul li a {
    width: 100%;
    float: left;
}

.flexnav li a {
    padding: 11px;
}

.flexnav .touch-button {
    width: 100%;
    opacity: 0;
}
	
/* LAYOUT ELEMENTS *********************************************** */

.w20_left, .w20_right {
	width: 100%;
	float: left;
}

.w30_left, .w30_right {
	width: 100%;
	float: left;
}

.w40_left, .w40_right {
	width: 100%;
	float: left;
}

.w50_left, .w50_right {
	width: 100%;
	float: left;
}

.w60_left, .w60_right {
	width: 100%;
	float: left;
}

.w70_left, .w70_right {
	width: 100%;
	float: left;
}

.w80_left, .w80_right {
	width: 100%;
	float: left;
}

.w100_left, .w100_right {
	width: 100%;
	float: left;
}

.sidebar {
	width: 100%;
	display: block;
	vertical-align: auto;
	margin-left: 0px;
	margin-top: 20px;
}
	
/* ADDED STYLES ********** */

.logo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
	
.logo img {
    width: 150px;
    margin: auto;
    float: none;
    display: block;
}

.logo a {
    width: 100%;
}

.content .inner .w100_left {
    padding: 30px;
}
	
header .leftdetails {
    float: right;
    width: 100%;
    text-align: center;
}
	
footer .list {
    width: 100%;
    margin-bottom: 20px;
	margin-right: 0px;
}

footer .content .inner {
    width: 100% !important;
}
	
.content.breadcrumb .w100_left {
    padding: 20px;
}
	
a.alignright img, img.alignright, .wp-caption.alignright {
    width: 100%;
    margin-left: 0px;
}


/* CART ***************************************************** */

.cart .row_heading {
	display: none;
}

.cart .image {
	display: block;
	width: 30%;
	padding: 5px;
	vertical-align: top;
	float: left;
}

.cart .name {
	display: block;
	width: 60%;
	padding: 5px;
	vertical-align: top;
	float: left;
}

.cart .quantity {
	display: block;
	width: 50%;
	padding: 5px 5px 5px 30%;
	vertical-align: middle;
	float: left;
	clear: both;
}

.cart .price {
	display: block;
	width: 30%;
	padding: 15px 5px 5px 5px;
	vertical-align: middle;
	float: left;
}

.cart .item_total {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: inherit;
	font-weight: bold;
	text-align: right;
}

.cart .remove {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	padding: 5px;
	vertical-align: inherit;
}

.cart .totals {
	display: inline-block;
	width: 49%;
	padding: 10px 0px;
	text-align: right;
	font-weight: bold;
}

.cart .totals_title {
	display: inline-block;
	width: 49%;
	padding: 10px 0px;
	text-align: left;
	font-weight: bold;
}

.cart .button_left {
	display: block;
	margin: 10px 0px 0px 0px;
	float: none;
}

.cart .button_right {
	display: block;
	margin: 10px 0px 0px 0px;
	float: none;
}

.cart .spacer {
	display: none;

}
.cart .postage {
	display: none;

}

input[name="cardnumber"] {
	display: inline;
	width: 100%;
}

select[name="expiry_m"],
select[name="expiry_y"] {
	width: 30%;
	margin-right: 3%;
}

input[name="cvn"] {
	width: 30%;
	margin-right: 0%;
}

.pay_method {
	width: 50%;
	margin-bottom: 10px;
}

button.login_button,
button.guest_button,
button.billing_button,
button.shipping_button,
button.cc_button,
button.pp_button,
button.dd_button,
button.cash_button {
	width: 100%;
	float: none;
}


	
}
