/* All elements will have padding and border included in the total width/height for simplicity */
* {
  box-sizing: border-box;
}

/* Links by default appear orange if not more specifically specified */
a {color: #ff9900;}

/* Smart horizontal rule */
hr.smartHR {
    border: 0;
    height: 1px;
    width: 100%;
    margin-left: 2%; margin-right: 2%;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

body {
    margin: 0; /* Remove browser default margins, to give a consistent playing field */
    padding: 0;
    overflow-x: hidden; /* Avoid any horizontal scroll bars appearing with overflow-x */
    font-family: sans-serif;
    font-size: 16px;
}

/* margin and max-width needed to centre the site but allow it to responsively size to smaller viewports */
html {
    margin: 0 auto;
    max-width: 1100px;
}

/* Responsive banner, svg bits can scale within chosen limits, main banner graphic resizes too */
header {
    position: relative; /* relative allows bits inside to be positioned absolutely within it */
}
#bannerSvgCS {width: 45%; padding: 1px 0 0 3px; max-width: 330px; min-width: 185px;}
#bannerSvgGA {width: 35%; max-width: 330px;}
#cartIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 7%;
    max-width: 50px;
    min-width: 30px;
    height: 35px; /* height needed for Android 4.3 and down, or appars half way down page, ignored for later browsers */
}
#homeIcon {
    position: absolute;
    top: 4px;
    right: 72px;
    width: 7%;
    max-width: 45px;
    min-width: 27px;
    height: 35px; /* height needed for Android 4.3 and down, or appars half way down page, ignored for later browsers */
}
/* No home icon on home page */
#webPage4732 #homeIcon {
    display: none;
}
/* The padding-top is a css trick to give the height at % of the width, so that the background image can resize at the correct aspect ratio. */
#bannerImgDiv{background-image: url('../CSSiteImages/csBanner1200.jpg'); background-size: 100% 100%; padding-top: 12%;}

/* Nav links under banner, flex layout */
nav .smartHR {display: none;} /* only displayed at small screen sizes */
nav {margin-top: 1px; font-size: 1.1em; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%;}
nav a{display: block; line-height: 1.3em; width: 20%; text-decoration: none; text-align: center; color: #cc0000;}
/* Change colour when hovering */
nav a:active, nav a:hover {color: #000000; transition: all 1s;}

main {padding: 2px 2px 0 4px;}

.errorStringDiv {margin: 10px 0 0 10px; color: #A21}

form.newCustomerForm {display:none}

.productListBlockDiv {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.productListProductDiv {-webkit-box-flex: 1;-webkit-flex: 1 1 360px;-ms-flex: 1 1 360px;flex: 1 1 360px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0.5% 0.5%; padding: 5px;
border-radius: 10px; box-shadow: 4px 4px 10px 2px rgba(150,130,110,0.35); min-width: 250px !important;
}
.productListImageDiv {margin: 2px 0 0 2px; -webkit-box-flex: 1; -webkit-flex: 1 1 120px; -ms-flex: 1 1 120px; flex: 1 1 120px;  max-width: 160px; text-align: center;}

.productListAfterImageDiv {
    -webkit-box-flex: 2;
    -webkit-flex: 2 2 200px;
    -ms-flex: 2 2 200px;
    flex: 2 2 200px;
    margin-left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

.productListImageDiv img {width: 100%;}
.productListDetailsDiv {-webkit-box-flex: 1;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto; font-size: 1.1em;}
.productListPriceDiv{-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto; padding: 5px 0 15px 5px; font-size: 1.3em;}
.productListDescriptionDiv {font-weight: bold; color:#345; text-transform: uppercase; margin: 2px 0 0 4px}
.productListTextDiv {margin: 8px 0 8px 4px; color: #345;}

#indyReview {-webkit-box-flex: 1;-webkit-flex: 1 1 180px;-ms-flex: 1 1 180px;flex: 1 1 180px;}
#indyReview img {display:inline-block; vertical-align: middle; padding: 5px;}
#indyReview p {display:inline-block; vertical-align: middle; max-width: 100px;}
#freeDel {-webkit-box-flex: 1;-webkit-flex: 1 1 180px;-ms-flex: 1 1 180px;flex: 1 1 180px;}
#socialMedia {-webkit-box-flex: 1;-webkit-flex: 1 1 180px;-ms-flex: 1 1 180px;flex: 1 1 180px; }
#socialMedia a {display:inline-block; vertical-align: middle;}

footer {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
footer .fullLink {-webkit-box-flex: 1;-webkit-flex: 1 1 150px;-ms-flex: 1 1 150px;flex: 1 1 150px; margin: 2px 0 12px 0; line-height: 1.7em;}

#footerArticles {margin: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.productListBlockDiv .ourPriceSpan {display: block; margin-left: 2px; color: #542; }
.productListBlockDiv .ourPriceSpan .priceSpan {font-weight: bold; }
.productListBlockDiv .priceVatLabelSpan {font-size: 0.7em; margin-left: 1px;}

.productListMoreInfoLink {
    text-decoration: none;
    display: inline-block;
    padding: 4px 10px;
    margin-top: 7px;
    background: #4479BA;
    color: #FFF;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px;
}
.productListMoreInfoLink:hover {
    background: #356094;
    border: solid 1px #2A4E77;
}
.productListMoreInfoLink:active {
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

/* Product Leaf purchase pages */
.productFamilyLeaf main {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
h1 {width: 100%; font-size: 1.1em; padding: 1px 0 0 10px; color: red; border-bottom: 1px solid red; text-align:left;}
.pageImageDiv {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto; text-align: center;}
.afterImageDiv {
    margin-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}
/* The following needed for easyzoom */
.pageImageDiv {position: relative; display: inline-block;}
.pageImageDiv img {vertical-align: bottom;}
.easyzoom.is-ready img {cursor: crosshair;}
.easyzoom-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* If no big img to zoom to, no messge needed */
.easyzoom-notice {display: none;}

.pageContentDiv{-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2; padding-right: 1em;}
#popupOptionsWrapperDiv{-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1; margin-top: 5px}
#popupOptionsDiv {margin: 8px 0; }
#popupOptionsForm select {font-size: 1.0em;}
#popupOptionsForm input {display: block; margin-top: 5px;}
#popupOptionError {font-weight: bold; margin-top: 10px; color: #A21}
#popupOptionsPriceDiv .ourPriceSpan {display: block; color: #542;}
#popupOptionsPriceDiv .ourPriceSpan .priceSpan {font-size: 1.5em; font-weight: bold;}
#popupOptionsPriceDiv .priceVatLabelSpan {font-size: 1.1em;}

/* These are on cartPage, checkoutPage and thankYouPage */
.cartEmptySpan {display:block; color: #800; font-size: 1.2em; text-align: center; }
.cartTitleTable {width: 99%; font-size: 1.2em; font-weight: bold; color: #069; margin: 10px 0 6px 5px; text-align: center; border-bottom: 1px solid #999;}
.cartTable {width: 99%; border-spacing: 0; padding: 0 0 5px 0; margin-left: 5px; border: 1px solid #069;}
.cartColumnHeadingsTR {width: 100%; font-size: 0.9em; font-weight: bold; color: #fff; background-color: #ff9900; line-height: 1.2em;}
.cartColumnHeadingsTR td {border-bottom: 1px solid #069; text-align: right;}
.cartTable td {padding: 2px;}
/* text-align below needs td. at start or it is overridden for some reason by our supposedly more general text-align right rule above */
td.cartProductHeadingTD {width: 50%; text-align: center;}
.cartUnitCostHeadingTD {width: 13%;}
.cartQuantityHeadingTD {width: 13%;}
.cartTotalHeadingTD {width: 15%;}
.cartRemoveHeadingTD {width: 9%;}

.cartTable {background-color: #F2F2F2;}
.cartTR td {text-align: right;}
td.cartProductTD{text-align: center;}
.cartProductLink {color: #56665D; font-size: 0.9em;}
.cartProductLink:hover{color: #ff9900; }
.cartQuantityTD input{width:30px; text-align: right;}
.cartRemoveTD {padding-right: 4px;}

#cartDeliveryAndHandlingTable {width: 99%; margin-left: 5px;}
.cartDeliveryAndHandlingLabelTD {width: 76%; text-align: right; padding: 8px 4px 0 0; color: #666;}
#cartDeliveryAndHandlingTotalTD {width: 15%; text-align: right; padding: 2px; border-bottom: 1px solid #999; color: #666}
.cartDeliveryAndHandlingPaddingTD {width: 9%; text-align: right }
#deliveryMethodsDiv{padding-top: 3px;}

#cartTotalBeforeVATTable {width: 99%; margin-left: 5px; margin-top: 2px;}
.cartTotalBeforeVATLabelTD {width: 76%; text-align: right; padding: 8px 4px 0 0;}
#cartTotalBeforeVATTD {width: 15%; text-align: right; padding: 3px 1px 0 0; color: #666;}
.cartTotalBeforeVATPaddingTD {width: 9%; text-align: right }
#cartVATTable {width: 99%; margin-left: 5px;}
.cartVATLabelTD {width: 76%; text-align: right; padding: 8px 4px 0 0;}
#cartVATTD {width: 15%; text-align: right; padding: 3px 1px 0 0; color: #666;}
.cartVATPaddingTD {width: 9%; text-align: right }

#cartOrderTotalTable {width: 99%; margin-left: 5px; margin-top: 6px}
#cartOrderTotalLabelTD {width: 76%; text-align: right; padding-right: 4px }
/* Stop very long text making del. methods too wide */
#deliveryMethods {max-width: 300px; text-overflow: ellipsis;}
#cartOrderTotalTD {width: 15%; text-align: right; padding: 3px 1px 3px; color: #333; font-weight: bold; border-bottom: 2px solid #333;}
.cartOrderTotalEmptyTD {width: 9%; text-align: right }
.cartOrderTotalRecalculateTD {text-align: right; padding-top: 2px; }
.cartRecalculateButton {font-size: 0.7em; width: 100%;}

#voucherForm {display: block; text-align: right; margin: 10px 5px 4px 4px; font-size: 1.1em;}
#voucherForm input{margin:0px 0px 0px 4px}
#voucherForm .errorStr {color: #A21; margin-top: 3px; display: block; font-weight: bold}

#prevPageButtonForm {float: left; margin: 3px 0 0 5px}
#frontPageButtonForm {float: right; margin: 3px 5px 0 0}
#cartCheckoutDiv {float: right; margin: 5px 5px 0 0; padding: 2px 0 0 0; text-align: center; height: 55px; border: 1px solid #006699; background-color: #ff9900}
#checkoutButtonForm{margin: 3px 0 0 0; padding: 2px 8px 0px 8px}
#contShopLabel, #proceedToLabel {display: block; }
#continueShoppingDiv {float: left; margin: 5px 0 0 5px; padding: 2px 0 0 0; text-align: center; width: 270px; height: 55px; border: 1px solid #006699; background-color: #ff9900}

.proceedToSecurePaymentDiv input[type="submit"] {margin:0px 0px 0px 10px}

 /* Login & register forms on checkout & my account pages */
.returningCustomerForm {height:140px; margin: 15px 0 30px 10px; border:1px solid #069; width: 280px;}
.returningCustomerForm a {margin-left:5px; font-size:0.9em;}
.newCustomerForm {height:145px; margin: 40px 10px 0px 0px; border:1px solid #069; display:block; float:right; width: 280px;}
.returningCustomerHeadingSpan, .newCustomerHeadingSpan {display:block; width: 276px; padding: 2px 0 2px 4px}
.returningCustomerTable {margin:5px 0px 0px 2px;}
.newCustomerTable {margin:5px 0px 0px 2px;}
.returningEmailLabelSpan, .returningPasswordLabelSpan, .newEmailLabelSpan, .newPassword1LabelSpan, .newPassword2LabelSpan {text-align:right; font-size: 0.9em; color: #345; margin:0px 0px 4px 2px; display:block;}
.returningEmailTextField, .returningPasswordTextField, .newEmailTextField, .newPassword1TextField, .newPassword2TextField {margin:0px; padding:0px; width:155px;}
.returningCustomerErrorStringDiv, .newCustomerErrorStringDiv  {color: #A21; padding-left:5px; padding-top:7px;}
.returningCustomerButton {width:150px; margin:6px 0px 6px 70px;}
.newCustomerButton {width:150px; margin:6px 0px 0px 105px;}

#deliveryTableErrorString p {margin: 10px; padding: 5px; color: #A21; border: 1px solid #A21}

/* Customer details form is shared between checkout and My Account areas */
.customerDetailsHeadingDiv{text-align:center;background-color: #FF9900;border: 1px solid #006699;padding:2px;width: 100%;font-weight: bold;}
.customerDetailsTable {margin: 0 0 6px 0; padding: 3px 0 0 0; border: 1px solid #006699; background-color: #FFFFd8; width: 100%;}
.customerDetailsTable input {font-size: 0.9em; color: #000; margin: 2px 0 2px 4px; width: 90%; max-width: 300px;}
.customerDetailsTable select {font-size: 0.9em;} 
input#postcode, input#telephone {width: 110px}
.customerDetailsTable td textarea {width:97%; height: 100px; margin:5px 4px 7px 4px;}
.customerDetailsTable td select {margin:2px 0 0 4px; width: 90%; min-width: 100px; max-width: 300px; text-overflow: ellipsis}

#telephoneExplanationTD{display: none;}
.mandatoryTextDiv {font-size: 0.8em; margin: 14px 10px 0 0; text-align: right}
.customerDetailsSubmitDiv {background-color:#fa6; border: 1px solid #069; width: 200px; height:34px; margin: 0 auto; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.customerDetailsSubmitButton {width:150px; margin: auto; font-size: 1em;}
.customerDetailsErrorStringDiv {font-weight: bold; margin: 10px 0 0 5px; color: #A21}
.customerDetailsTable label {display: inline-block; width: 100%; text-align:right;}

#alternativeDeliveryAddressOptionTD{background-color: #ff9900;padding:8px;border-top: 1px solid #006699;border-bottom: 1px solid #006699;width:100%; text-align: center;}
#alternativeDeliveryAddressCheckBox {margin:2px 5px 5px 0; width: 18px;}
#mailingListTD {padding:10px;}
input.distributionListCheckBox {margin:2px 5px 5px 5px; width:18px;}

.checkoutBackToLoginLink, .checkoutBackToCartLink {margin-left: 10px; font-size: 0.9em;}
.checkoutPage .generalErrorStringDiv {font-size: 1.5em; margin-left: 5px; margin-top: 10px; color: #A21}
.checkoutPage .fieldErrorSpan {color: #A21;}

/*Appears on both Thankyou page and alt delivery address table*/
.customerDetailsSummaryTable{width:100%;border: 1px solid #006699;background-color: #FFFFd8;}
.customerDetailsSummaryTable td{padding:1px 0 0 14px; color: #334455;}
.customerDetailsTableTDLabel{width:33%;text-align:right}
.customerDetailsTableRow1 td{text-align:center;border-bottom:1px solid #000;font-weight: bold;}
#editCustomerBillingDetails{width:100%;padding:4px;text-align:center;background-color:#FFFFd8;margin:0 0px 20px 0; border-left: 1px solid #006699;border-right: 1px solid #006699;border-bottom: 1px solid #006699;}
#editCustomerDeliveryDetails{width:100%;padding:4px;text-align:center;background-color:#FFFFd8;margin:0 0px 20px 0; border-left: 1px solid #006699;border-right: 1px solid #006699;border-bottom: 1px solid #006699;}

.myAccountPage #loggedInMsgDiv {margin: 5px 0 5px 0; color: #B33;}
.myAccountPage #backToLoginLink {display: block; padding: 25px 0 0 0;}
.myAccountPage  .customerDetailsTable {margin: 6px 0 0 6px; padding:20px 0 50px 0; border: 2px solid #006699; background-color: #eaeff5; width: 625px;}
.myAccountPage .customerDetailsSubmitDiv{background-color:#eaeff5; border: 2px solid #006699; position:relative; top:-64px; left:150px; width: 270px; height:32px;}
.myAccountPage .distributionListCheckBox {margin-top: 10px}

.forgottenPasswordPage p {margin:10px 0px 10px 20px; width:350px;}
.forgottenPasswordPage .submitButton {margin:10px 0px 0px 55px}
.forgottenPasswordPage form {margin-left:20px}
.forgottenPasswordPage .errorStringDiv {margin: 10px 0 0 20px; color: #A21}
.forgottenPasswordPage .successStringP {margin-top: 10px; font-weight: bold;}
.forgottenPasswordPage .backToLoginLinkDiv {margin:15px 0px 0px 10px; font-size: 0.9em;}

.mailingListPage p {margin:20px 0px 20px 20px;}
#subscribeForm {text-align: center;} 
.mailingListPage .subscribeButton, .mailingListPage .unsubscribeButton {display: block; margin:8px auto; font-size: 1.1em; -webkit-appearance: button;}
#subscribeForm input[type=text]  {font-size: 1.1em; width: 50%;}
.mailingListPage .errorStringDiv {margin: 10px 0px 0px 20px; color: #A21}
.mailingListPage .successStringP {margin-top: 10px; font-weight: bold;}

.thankYouPage .cartTitleSpan{font-size: 1.1em; font-weight: bold; color: #cc0000; padding:15px 0}
.thankYouPage #voucherForm{display:none;}
.thankYouPage .customerDetailsTable{margin:20px 10px 0px 10px; border: 1px solid #006699;background-color: #ddd;}
.thankYouPage .customerDetailsTable td{padding:1px 0 0 4px; color: #345;}
.thankYouPage .customerDetailsNoteLabelTD {width: 180px; } 
.thankYouPage .customerDetailsNoteContentTD {width: 300px;}
.thankYouPage .proceedToSecurePaymentDiv{height: 35px; margin:10px 10px 20px 10px; border:1px solid #8a322e; background-color:#ff9900; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}
.thankYouPage .proceedToSecurePaymentDiv input{font-size: 1.0em;}

#paymentStatusPage #paymentStatusDiv {font-weight: bold; margin: 10px 10px 0 5px}

/* Hide what we don't want */
#oneStepLogInButtonForm, #passwordLabelTD, #passwordFieldTD, #passwordExplanationTD {display:none;}

/* Not displaying the cart on the checkout page */
.checkoutPage .cartTitleTable, 
.checkoutPage .cartTable, 
.checkoutPage #cartDeliveryAndHandlingTable, 
.checkoutPage #cartTotalBeforeVATTable, 
.checkoutPage #cartVATTable, 
.checkoutPage #cartOrderTotalTable, 
.checkoutPage #voucherForm{display:none}

.boldRed {color: #cc0000; font-weight: bold;}

/* Subheads on T&C page */
.subHeadDiv {font-weight: bold; margin: 15px 4px 0 0; color: #56665D; border-bottom: 1px solid #BBB; text-align: right}

/* For splitting content across two halves of page */
.twoHalvesDiv {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;}
.leftHalfDiv {-webkit-box-flex: 1;-webkit-flex: 1 1 300px;-ms-flex: 1 1 300px;flex: 1 1 300px; padding-right: 1%;}
.rightHalfDiv  {-webkit-box-flex: 1;-webkit-flex: 1 1 300px;-ms-flex: 1 1 300px;flex: 1 1 300px; padding-left: 1%;}

.infoPageDiv {padding: 3px 10px 10px 10px;}

/* Some pages two columns at wider screen widths, reduce to 1 for narrow screen */
#aboutUsDiv,  #gloveCareDiv, #termsDiv {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/* WARNING careful changing this much above 400px as the csBanner400.jpg image is used in this block and stretches when wider */
/* Note EasyZoom has javascript to disable it for mobile sized screens in the DropIn */
@media (max-width: 450px)
{
    /* Buttons and option menus more thumb friendly */
    select, option, button, input {height: 25px; vertical-align: middle; font-size: 1em;}

    /* Push the nav menu to under the main content and change to column layout */
    body {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
    main {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
    nav .smartHR {display: block;} /* only displayed at small screen sizes */
    /* Firefox will not centre the links without display: block; */
    nav a {min-height: 2em; width: 100%; text-decoration: underline;}
    #footerArticles{-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}
    nav {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5; padding-top: 5px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
    footer {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}

    /* Footer link small size layout */
    footer {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
    footer .fullLink {-webkit-box-flex: 1;-webkit-flex: 1 1 10px;-ms-flex: 1 1 10px;flex: 1 1 10px; margin: 2px 0  12px 0;}

    /* Rejig banner graphics */
    #bannerSvgGA {display: none;}

    /* See note on main CSS, the smaller image has a different aspect ratio */
    #bannerImgDiv{background-image: url('../CSSiteImages/csBanner400.jpg'); background-size: 100% 100%; padding-top: 18%;}

    /* At mob size, the footer message is seen anyway about free del. just below the cart */
    #cartDropInDiv{display:none;}

    /* Prevent option menus pushing the layout too wide, also make higher */
    #deliveryMethods {min-width: 210px; max-width: 220px; text-overflow: ellipsis;}
    #countryList {min-width: 210px; max-width: 220px; text-overflow: ellipsis;}

    #continueShoppingDiv{display: none;}

    /* Single column layout on these pages when narrow screen */
    #aboutUsDiv,  #gloveCareDiv, #termsDiv {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
}