@media all and (max-width: 979px ) {
.secure-checkout-button, .login {
	 -webkit-border-radius: 6px !important;
     -khtml-border-radius: 6px !important;
     -moz-border-radius: 6px !important;
     border-radius: 6px !important;
}
/*************************************
DELIVERY OPTIONS
*************************************/
.basket-main .delivery-options div .inner .basket-qty {
	margin-top: 10px !important;
	height: 16px;
}
/***************************
CHECKOUT STEPS 
****************************/
.basket-middle, .checkout-middle {
	width: 100%;
}
#checkout-left {
	width: 76%;
}
#checkout-right {
	width: 22%;
}
/*********************************
LOGIN FORMS 
**********************************/
.new-customer, .existing-customer, #create-account, .password  {
	display: block;
	float: none;
	margin: 20px auto !important;
	width: 90%;
}
/**********************************
BASKET TABLES & HEADER 
***********************************/
.basket-header {
	width: 100%;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
}
.basket-main {
	width: 100%;
}
.basket-middle input.basket-qty {
	width: 21px !important;
	border: 1px solid #ccc;
	border-radius: 0 !important;
}
.basket-main .column-product-name,
.basket-main .column-product-delivery {
	width: 55%;
}
/*********************************
DELIVERY
**********************************/
.basket-main .column-delivery {
	width: auto;
}
.basket-main .delivery-options .delivery-form {
	width: 59%;
	margin-left: 7%;
}
.basket-main .delivery-options .delivery-form div.inner {
	width: 80%;
}
.basket-main .delivery-options .delivery-values {
    display: inline;
	float: right;
}
.basket-header .product-info-row {
	width: 60%;
}
.basket-header .qty-row {
	width: 17%;
}
.basket-header .price-row {
	width: 8%;
}
.basket-header .cost-row {
	width: 12.8%;
}
.basket-footer {
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.basket-footer .basket-footer-fix {
	width: auto;
}

.basket-main .column-prices .inner, 
.basket-main .column-costs .inner, 
.basket-main .delivery-prices .inner, 
.basket-main .delivery-costs .inner {
	width: 7%;
}
.basket-main .column-qty {
	width: 14%;
}
.basket-main .delivery-options .delivery-quantity {
	width: auto;
}
.basket-main .column-prices, 
.basket-main .column-costs, 
.basket-main .column-btn-remove {
	width: 8.1%;
}
}
@media all and (max-width: 768px ) {
/***********************************
CHECKOUT 
***********************************/
span.comment, .checkout-box div span.comment-1,
.checkout-box div span.comment.wide {
	margin: 10px 0;
	width: auto !important;
	line-height: 15px !important;
}
.checkout-box div span.comment.wide {
	margin: 20px 0 !important;
}
span.find-address-comment {
	line-height: 15px;
}
.text-area {
	margin: 10px 0;
	min-height: 60px;
	border: 1px solid #ccc;
}
#ShipChange label, #ShipChange select#Region {
	height: 20px !important;		
}
/***************************************
DELIVERY FORM 
****************************************/
#ShipChange {
	float: left;
}
}
@media all and (max-width : 767px) {

/*************************************
DELIVERY FORM
*************************************/
.basket-main .delivery-options .delivery-form,
.basket-main .delivery-options .delivery-form div.inner {
	text-align: center;
}
.basket-main .delivery-options .column-delivery {
	display: none;
}
/*****************************************
MOBILE BASKET
*****************************************/
.basket-main {
	border: 0;
}
.basket-main .basket-product-info {
	margin-bottom: 20px;
	width: 99.8%;
	border: 1px dotted #e2e2e2;
	border-top: 0;
	border-bottom: 0;
}
.basket-header .header-row {
	font-weight: bold;
	font-size: 14px;
}
.basket-header .qty-row,
.basket-header .price-row,
.basket-header .cost-row,











.basket-header .product-info-row {
	display: none;
}
.basket-header .header-row {
	display: block;
}
.basket-main .mlabel {
	display: inline;
	float: left;
}
.basket-main .mcontent {
	display: inline;
	float: right;
	margin-right: 2%;
	width: auto;
	text-align: right;	
	font-weight: bold;
}
.basket-main .delivery-options .mcontent {
	margin-left: 5px;
}
.basket-main .column-product-name .mcontent,
.basket-main .column-product-delivery .mcontent {
	float: left;
	font-weight: bold;
}
.basket-main .column-thumb {
	line-height: 10px;
}
.basket-main .delivery-thumb {
	display: none !important;
}
.basket-main .inner {float: none;}
.basket-main .column-product-name,
.basket-main .column-product-delivery,
.basket-main .column-qty,
.basket-main .column-prices,
.basket-main .column-costs,
.basket-main .column-btn-remove {
	display: block;
	float: none;
	min-height: 40px;
	width: 100%;
	border-bottom: 1px dotted #5AA9EA;
	background: #CCDAFC;
	text-align: left;
} 
.basket-main .column-qty .mlabel,
.basket-main .column-prices .mlabel,
.basket-main .column-costs .mlabel {
	margin-left: 5px;
	}
.basket-main .light {
	background: #eee;
}
.basket-main .product-title {
	background: #f59c0e;
	color: #fff;
	text-shadow: 0 1px 0 rgb(203, 136, 12);
}
.basket-main .delivery-options {
	border: 1px solid #e2e2e2;
}
.basket-total-price {
	margin-bottom: -6px;
	padding-top: 3px;
	width: 100%;
	height: 30%;
	border: 1px solid green;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	 
	 background: #002ab7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmFiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzI0NjNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ2Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #002ab7 0%, #2463e2 51%, #0046cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002ab7), color-stop(51%,#2463e2), color-stop(100%,#0046cb)); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002ab7 0%,#2463e2 51%,#0046cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002ab7 0%,#2463e2 51%,#0046cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002ab7 0%,#2463e2 51%,#0046cb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002ab7 0%,#2463e2 51%,#0046cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002ab7', endColorstr='#0046cb',GradientType=0 ); /* IE6-8 */
	text-shadow:0 1px 0 #000;
	color:#fff;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #000;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
#DiscountCode {
	float: none;
	width: 100%;
	text-align: center;
}
#ShipChange label {
	margin-right: 6px !important;
}
/***************************
DELIVERY VALUES 
***************************/
.basket-main .column-product-delivery {
	display: inline;
}
.delivery-spacer {
	display: none;
}
 
.basket-main .delivery-options {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
}
.basket-main .delivery-options .column-product-delivery,
.basket-main .delivery-options .column-prices,
.basket-main .delivery-options .column-costs {
	background: #eee;
}
.basket-main .delivery-options .column-btn-remove {
	display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 853px) {
.basket-main .column-product-name,
.basket-main .column-product-delivery {
	width: 54% !important;
}
.basket-header .product-info-row {
	width: 59% !important;
}
}
@media only screen and (max-width : 630px) {
/***************************
FORGOTTEN PASSWORD BASKET AND CHECKOUT HEADERS 
****************************/
h1.forgotten-password, 
#checkout-steps h2,
#shopping-basket h1 {
	display: block;
	width: 100%;
	text-align: center;
}
/***************************
CHECKOUT STEPS 
****************************/
#checkout-left,
#checkout-right {
	display: block;
	float: none;
	clear: both;
	width: 95%;
	margin: 0 auto;
}
#checkout-right {
    text-align: center;
}
.text-box, .text-box2 {
	width: auto;
}
#order-summary {
	display: block;
	float: none;
	margin-bottom: 12px;
	padding: 5%;
	width: 90%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #252DC3;
	color: #fff;
	font-weight: bold;
}
.checkout-box div {
	 padding: 0;
}
.checkout-box div label {
	display: block;
	float: none;
	width: 100%;

}
.checkout-box div label.error {	padding-left:0;}

.list-menu,
#checkout-progress input[type="text"],
#checkout-progress textarea, 
#checkout-progress select, 
#checkout-progress .text-area,
#checkout-progress input[type="password"],
#checkout-login input[type="text"],
#checkout-login textarea, 
#checkout-login  select, 
#checkout-login .text-area,
#checkout-login input[type="password"],
#forgotten-password input[type="text"],
#forgotten-password textarea, 
#forgotten-password select, 
#forgotten-password .text-area,
#forgotten-password input[type="password"] {
	padding: 1% 0 1% 1%;
	width: 99%;
	height: 20px;
	border: 1px solid #f59c0e;
	background: #FFEFBD;
	color: #000000;
}
select, .list-menu {
	padding: 5px 0;
	width: 100%;
	height: 30px !important;
}
.list-menu, select{
	-webkit-appearance: menu !important;
    -moz-appearance: menu !important;
    -khtml-appearance: menu !important;
}
textarea {
	min-height: 50px;
	width: 100%;
}
#order-summary h5 {
	color: #fff;
}
#order-summary p small {
	color: #fff;
}
.basket-middle a.button, .basket-middle a.button:hover,
.basket-del, #find-address, #find-address2, #complete-order ,
.basket-middle input[type="button"], .basket-middle input[type="reset"], .basket-middle input[type="submit"], .button {
	margin: 5px 0;
	padding: 10px 0 ;
	width: 100%;
	text-align: center;
}
#ShipChange input, #ShipChange label, #ShipChange select {
	margin: 0;
}
.basket-update-main {
	margin: 0 !important;
	padding: 0 !important;
}
.basket-middle select#Region {
	float: left;
	margin-top: 6px !important;
	padding: 0;
	width: 70%;
	height: 20px;
	border-radius: 0 !important;
}
.basket-middle .basket-del {
	padding: 0 !important;
	width: auto;
}
.button {
	margin: 0;
}
.basket-middle a.basket-remove, .basket-middle input.basket-update {
	padding: 0 !important;
	width: 56px !important;
}
/*********************************
LOGIN CHECKOUT BUTTONS
*********************************/
.secure-checkout-button,
.login {
	display: block !important;
	float: none;
	clear: both;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100% !important;
	height: 30px !important;
	border-radius: 6px !important;
	text-align: center !important;
	line-height: 10px;
}
.or, .paypal-btn, .amazon-btn {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
/*********************************
DISCOUNT CODE
**********************************/
#DiscountCode input#DiscountCode {
	margin-top: 5px;
	height: 15px;
}
#DiscountCode .discount-label {
	width: 33%;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.basket-main .delivery-options .delivery-quantity {
	display: inline;
	float: left;
}
.basket-main .delivery-options .delivery-form {
	float: left;
	width: 70% !important;
}

.basket-main .delivery-options .delivery-values {
	float: right;
	margin-right: 3%;
	width: 27%;
}
.basket-main .delivery-options .delivery-prices, 
.basket-main .delivery-options .delivery-costs {
	float: right;
	width: 30%;
	text-indent: 10px;
}
}
@media all and (max-width: 480px) {
/************************************
CHECKOUT LABEL
*************************************/
.checkout-box div label {
 	padding: 5px 0 5px 0;
}
/************************************
SHIP CHANGE FORM 
*************************************/
#ShipChange {
	width: 100%;
	margin-top: 4px;
}
#Region {
	margin: 0 !important;
}
/*************************************/
.basket-main .column-product-delivery .mcontent {
	width: 78%;
}
.basket-main .delivery-options .delivery-prices, .basket-main .delivery-options .delivery-costs {
	width: 49%;
	text-align: left;
	text-indent: 11px;
}
.basket-main .delivery-options .delivery-form {
	float: none;
	width: 100%;
	text-align: center;
}
 /*************************************
DISCOUNT CODE
**************************************/
.discount-code-txt {
	margin-right: 2px;
	font-size: 10px;
}
#DiscountCode {
	width: 100%;
}
.discount-code,
.discount-label,
.discount-button {
	display: inline;
	float: left; 
}
#DiscountCode .discount-label {
	width: auto;
}
#DiscountCode .discount-code-input {
	float: left;
	width: 70px;
	height: 20px;
}
}
