*,
*:after,
*:before {
    box-sizing: border-box;
    outline: none;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
    content: '';
    content: none;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: 13px;
    color: inherit;

    -webkit-appearance: none;
       -moz-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type='checkbox'] {
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
}
input[type='radio'] {
    -webkit-appearance: radio;
       -moz-appearance: radio;
}
select {
    text-indent: .01px;
    text-overflow: '';
    border: 0;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
code,
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * BODY MARK UP CHANGES
 *
 * Add mobile viewport meta tag
 * Use HTML entities for £
 * Add page class to body
 * 
 */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background: #333;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #396192;
}

p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: bold;
}

/**
 * LINK
 */
a {
    text-decoration: none;
    color: inherit;
}

/**
 * INPUT
 */
input,
select,
textarea {
    border: 0;
    border-radius: 0;

    -webkit-appearance: none;
       -moz-appearance: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * FORM
 */
form {
    margin-top: 20px;
}
form .item {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-bottom: 15px;
}
form .item:last-child {
    margin-bottom: 0;
}
form .item.textarea {
    max-width: 500px;
}
form .item label {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
form .item label.required:after {
    margin-left: 5px;
    content: '*';
    color: #e83d47;
}
form .item input,
form .item textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
}
form .item.textarea textarea {
    height: 180px;
    resize: none;
}
form .item button.button,
form .item input[type='submit'] {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: auto;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
form .item button.button:hover,
form .item input[type='submit']:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

/**
 * SPRY VALIDATION
 */
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
    display: none;
}

.textareaRequiredMsg,
.textareaInvalidFormatMsg,
.textareaMinValueMsg,
.textareaMaxValueMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
    display: none;
}

.textfieldRequiredState .textfieldRequiredMsg,
.textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg,
.textfieldValidState .textfieldValidMsg {
    font-size: 12px;
    display: inline-block !important;
    color: #e83d47;
}

.textareaRequiredState .textareaRequiredMsg,
.textareaInvalidFormatState .textareaInvalidFormatMsg,
.textareaMinValueState .textareaMinValueMsg,
.textareaMaxValueState .textareaMaxValueMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg,
.textareaValidState .textareaValidMsg {
    font-size: 12px;
    display: inline-block !important;
    color: #e83d47;
}


/**
 * ERROR MESSAGE
 */
#infoPages span.errorMessage,
#mainContent span.errorMessage {
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 100%;
    width: calc(100% - 1px);
    max-width: 340px;
    margin: 0 0 20px 0;
    margin-bottom: 10px;
    padding: 4px 6px;
    color: #fff;
    background: #e83d47;
}

#mainContent span.errorMessage {
    font-size: 14px;
    width: 100%;
    max-width: none;
}


/**
 * HEADER MARKUP CHANGES
 *
 * Search box placeholder = Search for products or brands
 * Move basket link to 'Your basket contains X items.'
 * Capitalise first letter of each word shipping select countries 
 * Create new div.information div.inner inside #header
 * Move #accountLinks and #branding4 to div.information div.inner
 * #accountLinks ul remove inline styling
 * Capitalise first letter of Online enquiries
 * Completely replace #branding3 inner html
 * Placeholder text on search box
 * 
 */
#header {
    overflow: hidden;
    width: 100%;
    background: #396192;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}

#header .information {
    padding: 7px 0;
    color: #fff;
    background: #2d4d74;
}
#header .information a:hover {
    text-decoration: underline;
}
#header .information .inner {
    font-size: 13px;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    min-height: 21px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 680px) {
    #header .information .inner #accountLinks,
    #header .information .inner #accountLinks ul,
    #header .information .inner #branding4 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
    #header .information .inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 360px) {
    #header .information .inner #accountLinks,
    #header .information .inner #branding4 {
        display: block;
        float: none;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }
    #header .information .inner #accountLinks ul {
        margin: 0 auto;
    }
}

#header .information #accountLinks {
    overflow: hidden;
}
#header .information #accountLinks ul,
#header .information #accountLinks ul li {
    display: inline-block;
}
#header .information #accountLinks ul li {
    margin-right: 10px;
    padding: 3px 10px 3px 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
#header .information #accountLinks ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

#header .information #branding4 {
    float: right;
    padding: 0;
}
#header .information #branding4 ul,
#header .information #branding4 ul li {
    display: inline-block;
}
#header .information #branding4 ul li {
    margin-right: 10px;
    padding: 3px 10px 3px 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
#header .information #branding4 ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
#header .information #branding4 ul li a {
    color: #fff;
}
#header .information #branding4 ul li a:hover {
    text-decoration: underline;
}

#header #branding {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
}

@media screen and (max-width: 460px) {
    #header #branding {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

#header #branding #branding1 {
    float: left;
    width: 200px;
    height: 46px;
}
#header #branding #branding1 img {
    width: 100%;
}
#header #branding #searchBox {
    position: relative;
    float: left;
    width: calc(100% - 460px);
    margin: 4px 0 0 30px;
}
#header #branding #searchBox form {
    margin-top: 0;
}
#header #branding #searchBox input.searchText {
    line-height: 18px;
    width: 100%;
    margin: 0;
    padding: 10px 12px 9px 12px;
}
#header #branding #searchBox input.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    background-image: url('../../images/search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

#header #branding #branding3 {
    float: right;
    width: 200px;
    margin: 4px 0 0 30px;
}
#header #branding #branding3 #miniCart {
    line-height: 38px;
    position: relative;
    max-height: 37px;
    padding: 0 45px 0 0;
    cursor: pointer;
    text-align: center;
    color: rgba(255,255,255,.8);
    background: #4c709c;
}
#header #branding #branding3 #miniCart:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 37px;
    height: 37px;
    content: '';
    background: #2d4d74;
    background-image: url('../../images/cart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
#header #branding #branding3 #miniCart .price span,
#header #branding #branding3 #miniCart .quantity span {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#header #branding #branding4 {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
    color: #fff;
}

@media screen and (min-width: 650px) and (max-width: 750px) {
    #header #branding {
        padding: 20px;
    }
    #header #branding #branding1 {
        float: none;
        clear: both;
        margin: 0 auto 20px auto;
    }
    #header #branding #searchBox {
        float: none;
        clear: both;
        width: calc(100% - 230px);
        margin: 0 auto;
    }
    #header #branding #branding3 {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 38px;
    }
    #header #branding #branding3 #miniCart {
        font-size: 0;
        padding: 0;
    }
    #header #branding #branding3 #miniCart:after {
        width: 42px;
        height: 42px;
    }
    #header #branding #branding3 #miniCart span {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #header #branding {
        padding: 15px 20px;
    }
    #header #branding #branding1 {
        float: none;
        clear: both;
        margin: 0 auto 20px auto;
    }
    #header #branding #searchBox {
        float: none;
        clear: both;
        width: 100%;
        margin: 0 auto;
    }
    #header #branding #branding3 {
        position: absolute;
        top: 12px;
        right: 20px;
        width: 38px;
    }
    #header #branding #branding3 #miniCart {
        font-size: 0;
        padding: 0;
        background: transparent;
    }
    #header #branding #branding3 #miniCart:after {
        width: 36px;
        height: 36px;
    }
    #header #branding #branding3 #miniCart span {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #header .information .inner {
        text-align: center;
    }
    #header #branding #branding3 {
        top: 7px;
        right: 10px;
    }
    #header .information #accountLinks ul,
    #header .information #branding4,
    #header .information #branding4 span {
        font-size: 12px;
        width: 100%;
    }
    #header .information #accountLinks ul li {
        margin-right: 5px;
        padding: 3px 5px 3px 0;
    }
}


/**
 * CONTAINER MARKUP CHANGES
 *
 * All elements except header/footer wrapped in container
 * 
 */
#container .container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 460px) {
    #container .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}


/**
 * CONTENT
 */
.orderError #mainContent,
.orderFailed #mainContent,
.notifyInStock #infoPages,
.pricematch #infoPages {
    padding: 15px;
    background: #fff;
}
.notifyInStock h1,
.pricematch h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .notifyInStock h1,
    .pricematch h1 {
        padding: 11px 15px 11px 15px;
    }
}


/**
 * PAGES
 */
.pricematch #infoPages .errorMessage br {
    display: none;
}
.pricematch #infoPages .errorMessage span {
    float: none;
    width: 100%;
    max-width: 340px;
    margin-bottom: 10px;
}

.index #infoPages {
    padding: 15px;
    background: #fff;
}
.index #infoPages table {
    width: 100%;
    table-layout: fixed;
}
.index #infoPages img {
    max-width: 100%;
}


/**
 * SHIPPING
 */
.shipping #infoPages {
    padding: 15px;
    background: #fff;
}
.shipping #infoPages img {
    width: 100%;
}
.shipping #infoPages table {
    width: 100%;
}
.shipping #infoPages table.shipping-rates tr:first-child td {
    font-weight: bold;
    padding: 0 4px 6px 4px;
    border-bottom: 2px solid #ddd;
}
.shipping #infoPages table.shipping-rates table tr:first-child td {
    font-weight: normal;
    padding: 0;
    border-bottom: 0;
}
.shipping #infoPages table.shipping-rates td {
    padding: 4px;
    border-bottom: 1px solid #eee;
}
.shipping #infoPages table.shipping-rates tr:not(:first-child) td:not(:first-child) td {
    font-size: 13px;
    padding-top: 2px;
}

/**
 * NAVIGATION MARKUP CHANGES
 *
 * Add .close-out and .sale classes to their respective .navBar1 list elements
 * Change nav text: 
 * Wheelset Deals = Wheelsets / Online Bikes = Bikes / Home Trainers = Turbos
 * 
 */
#topBar {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#topBar .navBar1 {
    overflow: hidden;
    width: 100%;
    margin: 15px 0;
    background: #f3f4f6;
}
#topBar .navBar1 ul {
    overflow: hidden;
    display: flex;
    width: 100%;
}
#topBar .navBar1 li {
    // float: left;
    // width: 10%;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #ddd;
}
#topBar .navBar1 li:last-child {
    border-right: 0;
}
#topBar .navBar1 li a {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    transition: color 300ms ease-out;
    color: inherit;
}
#topBar .navBar1 li:not(.close-out):not(.sale) a:hover {
    transition: color 150ms ease-in;
    color: #666;
}
#topBar .navBar1 li.display {
    display: block !important;
}
#topBar .navBar1 li.close-out {
    font-weight: bold;
    color: #fff;
    border-right: 0;
    background: #ea3b43;
}
#topBar .navBar1 li.sale {
    border-right: 0;
    background: #fec600;
}
#topBar .navBar2 {
    display: none;
    background: green;
}

@media screen and (min-width: 750px) and (max-width: 900px) {
    #topBar .navBar1 li:not(.close-out):not(.sale) {
        position: relative;
        width: 12.5%;
        margin-top: 50px;
    }
    #topBar .navBar1 li:not(.close-out):not(.sale):before {
        position: absolute;
        top: -15px;
        right: 0;
        left: 0;
        width: 200%;
        height: 15px;
        content: '';
        background: #333;
    }
    #topBar .navBar1 li.close-out,
    #topBar .navBar1 li.sale {
        position: absolute;
        display: block;
        width: 50%;
    }
    #topBar .navBar1 li.close-out {
        left: 0;
    }
    #topBar .navBar1 li.sale {
        right: 0;
    }
}

@media screen and (max-width: 750px) {
	#topBar .navBar1 ul {
		display: block;
	}
    #topBar .navBar1 li:not(.close-out):not(.sale) {
        display: none;
        width: 100%;
        margin: 0 42px 0 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    #topBar .navBar1 li:nth-child(3) {
        border-top: 15px solid #333;
    }
    #topBar .navBar1 li.close-out,
    #topBar .navBar1 li.sale {
        position: relative;
        float: left;
        width: calc(50% - 19px);
    }
    #topBar .navBar1 li.sale {
        border-right: 15px solid #333;
    }
    #topBar .navBar1 li.sale:after {
        position: absolute;
        top: 0;
        left: calc(100% + 16px);
        display: block;
        width: 38px;
        height: 38px;
        content: '';
        cursor: pointer;
        background-color: #f3f4f6;
        background-image: url('../../images/menu.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}


/**
 * Sidebar
 */
#sidebarRight {
    display: none;
}


/**
 * Promo
 */
#promoBar {
    width: 100%;
    max-width: 1000px;
    /*display: none;*/
    margin-bottom: 15px;
}
#promoBar table {
    width: calc(100% + 30px);
    margin: 0 -15px;
    table-layout: fixed;
    border-spacing: 15px 0;
    border-collapse: separate;
    text-align: center;
}
#promoBar table td {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
#promoBar table a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 150%;
}
#promoBar table a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 650px) and (max-width: 850px) {
    #promoBar table tr td:last-child {
        display: none;
    }
}
@media screen and (min-width: 350px) and (max-width: 650px) {
    #promoBar {
        display: none;
    }
    /*#promoBar table td {
        float: left;

        width: calc(50% - 8px);
        margin-right: 15px;
    }
    #promoBar table td:nth-child(2n) {
        margin-right: 0;
    }
    #promoBar table td:first-child,
    #promoBar table td:nth-child(2) {
        margin-bottom: 15px;
    }*/
}
@media screen and (max-width: 350px) {
    #promoBar {
        display: none;
    }
    /*#promoBar table td {
        display: block;

        width: 100%;
        margin-bottom: 15px;
    }
    #promoBar table td:last-child {
        margin-bottom: 0;
    }*/
}


/**
 * FOOTER
 *
 * Completely remake footer section
 * 
 */
#footer {
    position: relative;
    width: 100%;
    background: #f3f4f6;
}
#footer:before {
    position: fixed;
    z-index: 1;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 200px;
    content: '';
    background: #f3f4f6;
}
#footer #footerLinks {
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 15px auto 0 auto;
    padding: 30px 20px;
    color: #777;
}
#footer #footerLinks a:hover {
    text-decoration: underline;
}
#footer #footerLinks ul {
    float: left;
    width: calc(23% - 15px);
    margin-right: 15px;
}
#footer #footerLinks ul:last-child {
    width: 31%;
    margin-right: 0;
}
#footer #footerLinks li.title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #396192;
}
#footer #footerLinks li {
    line-height: 24px;
    overflow: hidden;
}

#footer #footerLinks li form {
    margin-top: 10px;
}
#footer #footerLinks li form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 12px;
    border: 1px solid #ddd;
}
#footer #footerLinks li form input[type='submit'] {
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    float: right;
    width: auto;
    margin-bottom: 0;
    padding: 10px 20px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
#footer #footerLinks li form input[type='submit']:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

@media screen and (max-width: 900px) and (min-width: 650px) {
    #footer #footerLinks ul {
        width: calc(50% - 15px) !important;
    }
    #footer #footerLinks ul:nth-child(2n) {
        margin-right: 0;
    }
    #footer #footerLinks ul:first-child,
    #footer #footerLinks ul:nth-child(2n) {
        margin-bottom: 15px;
    }
    #footer #footerLinks ul:nth-child(3n) {
        clear: both;
    }
}
@media screen and (max-width: 650px) {
    #footer #footerLinks ul {
        width: 100% !important;
        margin: 0 0 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    #footer #footerLinks ul:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    #footer #footerLinks li form input[type='submit'] {
        width: 100%;
    }
}
@media screen and (max-width: 460px) {
    #footer #footerLinks {
        padding: 15px !important;
    }
}

#footer .trustpilot {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
#footer .trustpilot iframe {
    margin: 0 auto;
}


/**
 * I DONT KNOW WHAT THIS IS
 */
#sb-container {
    display: none;
}


/**
 * PRODUCT LIST
 */
#productList .empty {
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    padding: 80px 40px;
    text-align: center;
    color: #999;
    background: #fff;
}

#productList .listItem.special .productImage:after {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    padding: 6px 8px;
    content: 'Special Offer';
    color: #333;
    background: #fec600;
}

/**
 * FILTER BAR
 *
 * 
 */
#productList #filterBar {
    overflow: hidden;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
#productList #filterBar .navBar1,
#productList #filterBar #pagingLinks,
#productList #filterBar .navBar2 {
    float: left;
}
#productList #filterBar .navBar1,
#productList #filterBar .navBar2 {
    width: 137px;
}
#productList #filterBar .navBar1 {
    margin-right: 6px;
}
#productList #filterBar select {
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 6px 10px;
    color: #fff;
    background: #4d719a;
}
#productList #filterBar .menuSelectFormLeft,
#productList #filterBar .menuSelectForm {
    position: relative;
}
#productList #filterBar .menuSelectFormLeft:after,
#productList #filterBar .menuSelectForm:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    pointer-events: none;
    background: #2e4e72;
    background-image: url('../../images/select.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
#productList #filterBar #pagingLinks {
    font-size: 0;
    line-height: 26px;
    float: right;
    width: 100%;
    max-width: calc(100% - 280px);
    //margin-left: 13px;
    padding: 0;
    text-align: right;
}
#productList #filterBar.bottom {
    position: relative;
    top: -1px;
    border-top: 1px solid #ddd;
}
#productList #filterBar.bottom #pagingLinks {
    width: 100%;
    padding: 0;
}
#productList #filterBar #pagingLinks a {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    min-width: 26px;
    height: 26px;
    margin-left: 5px;
    padding: 7px 6px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #4d719a;
}
#productList #filterBar #pagingLinks a.first,
#productList #filterBar #pagingLinks a.previous,
#productList #filterBar #pagingLinks a.next,
#productList #filterBar #pagingLinks a.last {
    width: 58px;
}
#productList #filterBar #pagingLinks a.disable {
    cursor: default;
    color: #999;
    background: #ddd;
}
#productList #filterBar #pagingLinks a.active {
    font-weight: bold;
    background: #2e4e72;
}
#productList #filterBar #pagingLinks a.limit {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    min-width: 20px;
    padding: 0;
    cursor: default;
    color: #999;
    background: transparent;
}
#productList #filterBar #pagingLinks a:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 995px) {
    #productList #filterBar #pagingLinks a {
        display: none;
    }
    #productList #filterBar #pagingLinks a.first,
    #productList #filterBar #pagingLinks a.previous,
    #productList #filterBar #pagingLinks a.next,
    #productList #filterBar #pagingLinks a.last {
        display: inline-block;
        width: calc(25% - 5px);
    }
}

@media screen and (min-width: 750px) and (max-width: 900px) {
    #productList #filterBar #pagingLinks a.first,
    #productList #filterBar #pagingLinks a.last {
        display: none;
    }
    #productList #filterBar #pagingLinks a.previous,
    #productList #filterBar #pagingLinks a.next {
        width: calc(50% - 3px);
    }
    #productList #filterBar #pagingLinks a.previous {
        margin-left: 0;
    }
}
@media screen and (max-width: 650px) {
    #productList #filterBar.bottom #pagingLinks a.first,
    #productList #filterBar.bottom #pagingLinks a.previous,
    #productList #filterBar.bottom #pagingLinks a.next,
    #productList #filterBar.bottom #pagingLinks a.last {
        display: inline-block;
        width: calc(25% - 5px);
        margin-left: 5px;
    }
    #productList #filterBar.bottom #pagingLinks a.first {
        margin-left: 0;
    }
    #productList #filterBar #pagingLinks a.first,
    #productList #filterBar #pagingLinks a.last {
        display: none;
    }
    #productList #filterBar #pagingLinks a.previous,
    #productList #filterBar #pagingLinks a.next {
        width: calc(50% - 3px);
    }
    #productList #filterBar #pagingLinks a.previous {
        margin-left: 0;
    }
}
@media screen and (max-width: 530px) {
    #productList #filterBar .navBar1,
    #productList #filterBar .navBar2 {
        width: 100%;
        margin-bottom: 6px;
    }
    #productList #filterBar #pagingLinks {
        float: none;
        clear: both;
        width: 100%;
        max-width: none;
        padding: 0;
    }
    #productList #filterBar #pagingLinks a.previous,
    #productList #filterBar #pagingLinks a.next {
        display: inline-block;
        width: calc(50% - 3px);
        margin-bottom: 5px;
    }
    #productList #filterBar #pagingLinks a.first {
        margin-left: 0;
    }
}


/**
 * INDEX MARKUP CHANGES
 *
 * .listItemFR changed to .listItem
 * Remove .clearFloat elements from #productList
 * Change .listItem order = productImage, productTitle, priceBox
 * Remove break tags from .priceBox
 * Remove map#homeLink / Add anchor link to logo linking to index page
 * Remove break tags from #branding4 .information
 * Remove .clearFloat just before #topBar
 * Need an element in the header to act as cart show trigger
 * Change .buyButtonSpec to .buyButton
 * Add 'Add to cart' text to .buyButton anchor
 * Bigger images returned for products
 * 
 */
.index #promoBar + h1,
.index #catDescription + h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .index #promoBar + h1,
    .index #catDescription + h1 {
        padding: 11px 15px 11px 15px;
    }
}

.index #catDescription {
    margin-bottom: 15px;
}
.index #catDescription img {
    width: 100%;
    vertical-align: middle;
}

.index #productList {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.index #productList form {
    margin-top: 0;
}
.index #productList .listItem {
    position: relative;
    float: left;
    width: 25%;
    height: 345px;
    padding: 0 15px 15px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f3f4f6;
}
@media screen and (min-width: 850px) {
    .index #productList .listItem:nth-of-type(4n) {
        border-right: 0;
    }
}
@media screen and (min-width: 650px) and (max-width: 850px) {
    .index #productList .listItem {
        width: 33.333333%;
    }
    .index #productList .listItem:nth-child(3n) {
        border-right: 0;
    }
}
@media screen and (min-width: 350px) and (max-width: 650px) {
    .index #productList .listItem {
        width: 50%;
        height: 363px;
    }
    .index #productList .listItem:nth-child(2n) {
        border-right: 0;
    }
}
@media screen and (max-width: 350px) {
    .index #productList .listItem {
        width: 100%;
        height: 363px;
        margin-bottom: 15px;
        border-right: 0;
    }
}

.index #productList .listItem .productImage {
    font-size: 0;
    width: calc(100% + 30px);
    height: 175px;
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: -15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.index #productList .listItem .productImage:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
.index #productList .listItem .productImage img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.index #productList .listItem .productTitle {
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
.index #productList .listItem .productTitle a {
    color: inherit;
}
.index #productList .listItem .productTitle a:hover {
    text-decoration: underline;
}

.index #productList .listItem .priceBox span.price {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #555;
}
.index #productList .listItem .priceBox span.rrp,
.index #productList .listItem .priceBox span.save {
    font-size: 12px;
    color: #999;
}
.index #productList .listItem .priceBox span.rrp {
    text-decoration: line-through;
}
@media screen and (max-width: 650px) {
    .index #productList .listItem .priceBox span.rrp,
    .index #productList .listItem .priceBox span.save {
        line-height: 16px;
        display: block;
        margin: 0 !important;
    }
}
.index #productList .listItem .priceBox span.save {
    margin-left: 10px;
    text-transform: uppercase;
    color: #ea3b43;
}
.index #productList .listItem .buyButton {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.index #productList .listItem .buyButton a {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 0;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
.index #productList .listItem .buyButton a:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}


/**
 * PRODUCT DETAIL MARKUP CHANGES
 *
 * Remove .breadcrumbs
 * Remove inline style from <h4>Product Details</h4> containing div
 * Move .mainImage to the top of #productDetail
 * Remove <span class="priceBox2">In Stock</span>
 * Remove rouge break tags
 * .rrp containing Cyclescheme needs to change class name
 * 
 */
#productDetail {
    overflow: hidden;
    padding: 15px;
    background: #fff;
}

#productDetail .header h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
    color: #333;
}
#productDetail .header,
#productDetail #priceTicket {
    float: right;
}
#productDetail .header,
#productDetail #priceTicket {
    width: 50%;
    max-width: 450px;
}

#productDetail .mainImage {
    float: left;
    clear: both;
    width: calc(50% - 15px);
    max-width: 450px;
    min-height: 100px;
    margin-right: 15px;
    margin-bottom: 25px;
}
#productDetail .mainImage img {
    max-width: 100%;
    max-height: 100%;
}

#productDetail .mainImage .jcarousel-container {
    width: 100% !important;
    margin-top: 20px;
    padding: 0 40px;
}

#productDetail .mainImage .jcarousel-container #mycarousel {
    font-size: 0;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.jcarousel-list {
    text-align: center;
}

#productDetail .mainImage .jcarousel-container .jcarousel-prev,
#productDetail .mainImage .jcarousel-container .jcarousel-next {
    position: absolute;
    z-index: 999999;
    top: 50%;
    display: none !important;
    width: 30px;
    height: 40px;
    margin-top: -25px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    background: #396192;
}
#productDetail .mainImage .jcarousel-container .jcarousel-prev:hover,
#productDetail .mainImage .jcarousel-container .jcarousel-next:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}
#productDetail .mainImage .jcarousel-container .jcarousel-prev {
    left: 0;
}
#productDetail .mainImage .jcarousel-container .jcarousel-next {
    right: 0;
}
#productDetail .mainImage .jcarousel-container .jcarousel-prev:before,
#productDetail .mainImage .jcarousel-container .jcarousel-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 16px;
    margin: -8px 0 0 -5px;
    content: '';
    background-image: url('../../images/carousel.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 19px 16px;
}
#productDetail .mainImage .jcarousel-container .jcarousel-next:before {
    background-position: -9px 0;
}

#productDetail .mainImage li.jcarousel-item {
    position: relative;
    display: inline-block !important;
    float: none !important;
    width: calc(20% - 10px);
    max-width: 66px;
    height: 0;
    max-height: 66px;
    margin: 0 10px 10px 0;
    padding-top: 15%;
    border: 2px solid #ddd;
}
#productDetail .mainImage li.jcarousel-item:nth-child(5n) {
    margin-right: 0;
}
#productDetail .mainImage li.jcarousel-item img {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    transform: translateY(4%);
}


#productDetail .priceBox1 span.price {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#productDetail .freeDelivery {
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    padding: 8px 10px;
    background: #fec600;
}
#productDetail div.priceBox2:nth-last-of-type(2n) {
    clear: both;
}
#productDetail div.priceBox2:nth-last-of-type(-n+2) {
    float: left;
    overflow: hidden;
    margin-top: 15px;
}
#productDetail div.priceBox2:last-of-type {
    margin-left: 5px;
}

#productDetail .priceBox2 span.rrp,
#productDetail .priceBox2 span.save {
    font-size: 13px;
    line-height: 18px;
    display: block;
}
#productDetail .priceBox2 span.rrp {
    margin-top: 10px;
    text-decoration: line-through;
    color: #999;
}
#productDetail .priceBox2 span.save {
    color: #ea3b43;
}
#productDetail .priceBox2 span.cyclescheme {
    font-weight: bold;
    line-height: 18px;
    display: block;
    color: #fdc52d;
}
#productDetail a.click_collect {
    font-weight: bold;
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 10px 8px 32px;
    transition: opacity 300ms ease-in;
    color: #fff;
    background: #ff5600;
    background-image: url('../../images/click_collect.png');
    background-repeat: no-repeat;
    background-position: left 10px top -10px;
    background-size: 13px;
}
#productDetail a.click_collect:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

#productDetail .assemblies {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 25px 0 15px 0;
}
#productDetail .assemblies tr td:first-child {
    font-weight: bold;
    width: 120px;
}
@media screen and (max-width: 650px) {
    #productDetail .assemblies td {
        float: left;
    }
    #productDetail .assemblies tr td:last-child {
        width: 100%;
    }
    #productDetail .assemblies td:first-child {
        padding-bottom: 5px;
    }
    #productDetail .assemblies td:last-child {
        padding-bottom: 10px;
    }
    #productDetail .assemblies tr td select {
        width: 100% !important;
    }
}
#productDetail .assemblies tr td select {
    font-size: 12px;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    padding: 6px 10px;
    color: #fff;
    background: #4d719a;
}
#productDetail .assemblies tr td:last-child {
    position: relative;
}
#productDetail .assemblies tr:not(:last-child) td:last-child:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    pointer-events: none;
    background: #2e4e72;
    background-image: url('../../images/select.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}


#productDetail #productOptions {
    font-size: 12px;
    float: right;
    width: 50%;
    max-width: 450px;
    margin: 25px 0 15px 0;
}
#productDetail #productOptions table td {
    line-height: 35px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}
#productDetail #productOptions table tr:first-child td {
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 4px;
    border-bottom: 2px solid #ddd;
}
#productDetail #productOptions table td:nth-child(1) {
    width: 60px;
}
@media screen and (max-width: 450px) {
    #productDetail #productOptions table td:nth-child(1) {
        display: none;
    }
}
#productDetail #productOptions table td:nth-child(2) {
    line-height: 16px;
    width: 140px;
}
@media screen and (max-width: 450px) {
    #productDetail #productOptions table td:nth-child(2) {
        width: 120px;
    }
    #productDetail #productOptions .noStock {
        width: 70px;
    }
}
#productDetail #productOptions table td:nth-child(3) {
    width: 135px;
}
#productDetail #productOptions table td:nth-child(4) {
    width: 40px;
    text-align: center;
}
#productDetail #productOptions table td:nth-child(5) {
    width: 70px;
}
#productDetail #productOptions table td:nth-child(6) {
    width: 40px;
}
#productDetail #productOptions .stockLink img {
    display: none;
}
#productDetail #productOptions .stockLink {
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    color: #fff;
    background: #396192;
}
#productDetail #productOptions .stockLink:before {
    content: '\00a3';
}
#productDetail #productOptions .stockLink:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

#productDetail #productOptions .noStock {
    line-height: 35px;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 80px;
    height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #e83d47;
}
#productDetail #productOptions .limited {
    color: #ffc700 !important;
}
#productDetail #productOptions .inStock {
    color: #8cc151;
}

#productDetail #productOptions .notify {
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin: 7px 5px 0 10px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    color: #fff;
    background: #396192;
}

#productDetail #productOptions .notify:before {
    content: '?';
}
#productDetail #productOptions .notify:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

@media screen and (max-width: 900px) {
    #productDetail .mainImage {
        float: none;
        width: 100%;
        max-width: none;
    }
    #productDetail .header,
    #productDetail #priceTicket {
        float: none;
        clear: both;
        overflow: hidden;
        width: 100%;
        max-width: none;
    }
    #productDetail .header {
        margin-top: 15px;
    }
    #productDetail #productOptions {
        float: none;
        clear: both;
        width: 100%;
        max-width: none;
        margin-top: 20px;
    }
}

#productDetail #productOptions + div,
#productDetail .assemblies + div {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
    border-top: 2px solid #ddd;
}
#productDetail #productOptions + div h4,
#productDetail .assemblies + div h4 {
    font-size: 18px;
    font-weight: bold;
    float: left;
}
#productDetail #productOptions .addToCartButton {
    font-size: 9px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 6px 0;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
#productDetail #productOptions .addToCartButton:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

#productDetail .assemblies table {
    width: 100%;
}
#productDetail .assemblies input.confirmAssyButton {
    font-size: 10px;
    font-weight: bold;
    display: block;
    float: right;
    margin-top: 15px;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
#productDetail .assemblies input.confirmAssyButton:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

#productDetail .pdDesc {
    clear: both;
    width: 100%;
    max-width: 700px;
}
#productDetail .pdDesc * {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    max-width: 100% !important;
    color: #333 !important;
}
#productDetail .pdDesc .clear,
#productDetail .pdDesc br {
    display: none;
}
#productDetail .pdDesc p,
#productDetail .pdDesc span,
#productDetail .pdDesc li {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}
#productDetail .pdDesc p:last-child,
#productDetail .pdDesc ul:last-child {
    margin-bottom: 0 !important;
}
#productDetail .pdDesc ul,
#productDetail .pdDesc ol {
    margin: 10px 0 15px 0 !important;
    padding-left: 25px !important;
}
#productDetail .pdDesc ul {
    list-style: disc !important;
}
#productDetail .pdDesc ol {
    list-style: decimal !important;
}
#productDetail .pdDesc li {
    margin-bottom: 0 !important;
    margin-left: 20px !important;
}

#productDetail .pdDesc a span {
    color: #396192 !important;
}
#productDetail .pdDesc a:hover span {
    text-decoration: underline;
}

#productDetail .pdDesc table {
    width: 100% !important;
}
#productDetail .pdDesc table * {
    padding: 0 !important;
}
#productDetail .pdDesc table.specsTable tr:first-child td {
    font-weight: bold;
    padding-bottom: 6px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}
#productDetail .pdDesc table.specsTable tr td {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}
#productDetail .pdDesc table.specsTable p {
    margin-bottom: 5px !important;
}

/**
 * CATEGORY
 *
 * Move h1 above #sidebarLeft
 * Move #catDescription to above #department
 * Move #sidebarLeft to top of #department
 * Change .listItemFR to listItem
 * Remove br tags in .priceBox
 * Change .buyButtonSpec to .buyButton
 * Remove .listmenu2 first ul - keep contents
 * Remove all nested li classes - submenu / parent
 * Add empty div.chevron to all top level .listmenu2 li's
 * Remove .tftable - too cluttered
 * 
 */
.category #catDescription {
    margin-bottom: 15px;
}
.category #catDescription img {
    width: 100%;
    vertical-align: middle;
}

.category #department > h1 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .category #department > h1 {
        width: calc(100% - 53px);
        padding: 11px 15px 11px 15px;
    }
}

.category #sidebarLeft {
    font-size: 13px;
    float: left;
    width: 220px;
    margin-right: 15px;
    padding: 15px;
    background: #fff;
}
.category #sidebarLeft .empty {
    font-weight: bold;
    padding: 50px 0;
    text-align: center;
    color: #999;
}
@media screen and (max-width: 750px) {
    .category #sidebarLeft {
        width: 100%;
        padding: 0;
        background: transparent;
    }
    .category #sidebarLeft:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 38px;
        height: 38px;
        content: '';
        cursor: pointer;
        background-color: #f3f4f6;
        background-image: url('../../images/menu.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .category #sidebarLeft .listmenu2 {
        display: none;
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
        background: #fff;
    }
    .category #sidebarLeft .listmenu2.display {
        display: block;
    }
    .category #sidebarLeft .listmenu2 ul li.parent ul {
        display: none;
    }
}

.category #sidebarLeft ul li ul {
    display: none;
}
.category #sidebarLeft .parent.display ul {
    display: block !important;
}
.category #sidebarLeft .parent.display .chevron {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.category #sidebarLeft li.parent,
.category #sidebarLeft li.submenu {
    position: relative;
    margin-bottom: 10px;
}
.category #sidebarLeft li.parent .chevron,
.category #sidebarLeft li.submenu .chevron {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: .5;
    background-image: url('../../images/chevron.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 6px;
}
.category #sidebarLeft li.submenu .chevron {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    pointer-events: none;
}
.category #sidebarLeft ul > li:last-child {
    margin-bottom: 0;
}
.category #sidebarLeft li.parent > a,
.category #sidebarLeft li.submenu > a {
    font-weight: bold;
    line-height: 18px;
    display: block;
    width: 100%;
    padding: 5px 26px 5px 8px;
    background: #ddd;
}
.category #sidebarLeft li.parent ul li {
    margin-bottom: 0;
}
.category #sidebarLeft li.parent ul li a {
    font-weight: normal;
    line-height: 20px;
    padding: 4px 8px 0 8px;
    background: transparent;
}

.category #department {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.category #productList {
    position: relative;
    overflow: hidden;
    width: calc(100% - 235px);
    background: #fff;
}
@media screen and (max-width: 750px) {
    .category #productList {
        width: 100%;
    }
}
.category #productList #top {
    position: absolute;
    top: -15px;
}
.category #productList form {
    margin-top: 0;
}

.category #productList .listItem {
    position: relative;
    float: left;
    width: 33.333333%;
    height: 345px;
    padding: 0 15px 15px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f3f4f6;
}

@media screen and (min-width: 350px) and (max-width: 900px) {
    .category #productList .listItem {
        width: 50%;
        height: 363px;
    }
}

@media screen and (max-width: 350px) {
    .category #productList .listItem {
        width: 100%;
        height: 363px;
        border-right: 0;
    }
}

.category #productList .listItem .productImage {
    font-size: 0;
    width: calc(100% + 30px);
    height: 175px;
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: -15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.category #productList .listItem .productImage:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
.category #productList .listItem .productImage img {
    display: inline-block;
    max-height: 140px;
    vertical-align: middle;
}
.category #productList .listItem .productTitle {
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
.category #productList .listItem .productTitle a {
    color: inherit;
}
.category #productList .listItem .productTitle a:hover {
    text-decoration: underline;
}

.category #productList .listItem .priceBox span.price {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #555;
}
.category #productList .listItem .priceBox span.rrp,
.category #productList .listItem .priceBox span.save {
    font-size: 12px;
    color: #999;
}
.category #productList .listItem .priceBox span.rrp {
    text-decoration: line-through;
}
@media screen and (max-width: 650px) {
    .category #productList .listItem .priceBox span.rrp,
    .category #productList .listItem .priceBox span.save {
        line-height: 16px;
        display: block;
        margin: 0 !important;
    }
}
.category #productList .listItem .priceBox span.save {
    margin-left: 10px;
    text-transform: uppercase;
    color: #ea3b43;
}

.category #productList .listItem .buyButton {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.category #productList .listItem .buyButton a {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 0;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
.category #productList .listItem .buyButton a:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

.category .navigation {
    width: 100%;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
}


/**
 *
 * SHOPPING CART
 *
 * Markup has been completely rewritten
 * 
 */
.cart h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .cart h1 {
        padding: 11px 15px;
    }
}

.cart #shoppingCart {
    overflow: hidden;
}

.cart #messageBox p {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
.cart #messageBox p:last-child {
    margin-bottom: 0;
}
.cart p.message {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}
.cart p.message a {
    color: #3a6290;
}
.cart p.message a:hover {
    text-decoration: underline;
}

.cart form {
    margin-top: 0;
}

.cart #cart {
    float: right;
    width: calc(40% - 15px);
    padding: 15px;
    background: #fff;
}
@media screen and (max-width: 814px) {
    .cart #cart {
        float: left;
        width: 100%;
    }
}

.cart #cart .title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 -8px;
    padding: 8px;
    background: #f5f5f5;
}
.cart #cart .title span {
    float: right;
    color: #3a6290;
}
.cart #cart .delivery,
.cart #cart .voucher,
.cart #cart .sub-total,
.cart #cart .tax-refund,
.cart #cart .shipping {
    padding: 0 8px;
}
.cart #cart .sub-total,
.cart #cart .tax-refund {
    border-bottom: 1px solid #ddd;
}
.cart #cart .tax-refund span {
    color: #999;
}
.cart #cart .delivery,
.cart #cart .voucher {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.cart #cart .delivery .title,
.cart #cart .voucher .title {
    font-size: 14px;
    margin-bottom: 8px;
    background: #ddd;
}
.cart #cart .voucher {
    overflow: hidden;
}
.cart #cart .voucher p {
    font-size: 12px;
}
.cart #cart .voucher input[type='text'] {
    float: left;
    width: 40px;
    width: calc(100% - 76px);
    padding: 4px;
    border: 1px solid #ddd;
}
.cart #cart .voucher .button {
    font-size: 9px;
    font-weight: bold;
    display: block;
    float: left;
    margin-left: 10px;
    padding: 6px 12px 7px 12px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    vertical-align: top;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
.cart #cart .voucher .button:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}
.cart #cart .voucher .voucherMsg {
    font-size: 12px;
    font-weight: bold;
    display: block;
    float: left;
    clear: both;
    width: calc(100% - 1px);
    margin-top: 10px;
    padding: 4px 6px;
    color: #fff;
}
.cart #cart .voucher .voucherMsg.error {
    background: #e83d47;
}
.cart #cart .voucher .voucherMsg.success {
    background: #8ebf5e;
}
.cart #cart .delivery .preference {
    font-size: 12px;
    margin-bottom: 10px;
}
.cart #cart .delivery .preference span {
    display: block;
    margin-bottom: 10px;
}
.cart #cart .delivery .preference input {
    font-size: 12px;
    margin-left: 0;
    color: #999;
}
.cart #cart .delivery .country {
    position: relative;
    margin: 0 -8px;
}
.cart #cart .delivery .country:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    pointer-events: none;
    background: #2e4e72;
    background-image: url('../../images/select.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.cart #cart .delivery .country select {
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    background: #4d719a;
}
.cart #cart .total {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    color: #333;
    border-top: 3px solid #396192;
}
.cart #cart .total span {
    float: right;
}

.cart #cart .checkout {
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
}
.cart #cart .checkout .pay,
.cart #cart .checkout span,
.cart #cart .checkout .paypal {
    line-height: 38px;
    display: block;
}
.cart #cart .checkout .pay {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #7ead49;
    background: #8cc152;
}
.cart #cart .checkout .pay:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}
.cart #cart .checkout span {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #999;
}
.cart #cart .checkout .paypal {
    line-height: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cart #cart .checkout .paypal img {
    width: 100%;
    max-width: 155px;
}

.cart #product-list {
    float: left;
    overflow: hidden;
    width: 60%;
    padding: 15px;
    border-top: 1px solid #ddd;
    background: #fff;
}
@media screen and (max-width: 814px) {
    .cart #product-list {
        float: left;
        width: 100%;
    }
}

.cart #product-list .empty {
    font-size: 15px;
    font-weight: bold;
    line-height: 200px;
    height: 200px;
    text-align: center;
    color: #999;
}

.cart #product-list .button {
    font-size: 10px;
    font-weight: bold;
    display: block;
    float: right;
    margin-top: 15px;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
.cart #product-list .button:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

.cart #product-list .product {
    position: relative;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.cart #product-list .product .image {
    font-size: 0;
    float: left;
    width: 25%;
    text-align: center;
}
@media screen and (max-width: 450px) {
    .cart #product-list .product .image {
        float: none;
        width: 100%;
    }
}

.cart #product-list .product .image:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
.cart #product-list .product .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.cart #product-list .product .detail {
    float: left;
    width: 45%;
    margin-left: 20px;
}
@media screen and (max-width: 450px) {
    .cart #product-list .product .detail {
        float: none;
        width: 100%;
        margin: 15px 0 15px 0;
    }
}

.cart #product-list .product .title {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
.cart #product-list .product .description {
    font-size: 13px;
    margin-bottom: 10px;
    color: #999;
}
.cart #product-list .product .stock {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #fff;
    background: #e83d47;
}
.cart #product-list .product .stock.in-stock {
    color: #fff;
    background: #8dc058;
}
.cart #product-list .product .stock.in-warehouse,
.cart #product-list .product .stock.limited {
    color: #333;
    background: #fdc52d;
}
.cart #product-list .product .quantity {
    font-size: 12px;
    color: #999;
}
.cart #product-list .product .quantity input {
    width: 40px;
    margin-left: 5px;
    padding: 4px;
    text-align: center;
    border: 1px solid #ddd;
}
.cart #product-list .product .remove {
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    border-bottom: 1px dotted #ddd;
}
.cart #product-list .product .prices {
    position: absolute;
    top: 18px;
    right: 15px;
    text-align: right;
}
@media screen and (max-width: 450px) {
    .cart #product-list .product .prices {
        position: static;
        width: 100%;
        text-align: left;
    }
}

.cart #product-list .product .prices .price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.cart #product-list .product .prices .rrp,
.cart #product-list .product .prices .save {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}
@media screen and (max-width: 450px) {
    .cart #product-list .product .prices .rrp,
    .cart #product-list .product .prices .save {
        display: inline-block;
    }
    .cart #product-list .product .prices .save {
        margin-left: 5px;
    }
}
.cart #product-list .product .prices .rrp {
    text-decoration: line-through;
    color: #999;
}
.cart #product-list .product .prices .save {
    color: #e83d47;
}

.cart .shipping-text {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
}
.cart .shipping-text h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.cart .shipping-text ul {
    margin-bottom: 15px;
    padding-left: 30px;
}
.cart .shipping-text ul li {
    line-height: 20px;
    list-style: disc;
}

/**
 *
 * INFORMATION
 */
.information h1 {
    font-size: 16px;
    font-weight: bold;
    // float: right;
    // width: calc(100% - 235px);
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .information h1 {
        float: none;
        width: 100%;
        padding: 11px 15px 11px 15px;
    }
}

.information #sidebarLeft {
    font-size: 13px;
    float: left;
    width: 220px;
    min-height: 200px;
    margin-right: 15px;
    padding: 15px;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .information #sidebarLeft {
        width: 100%;
        padding: 0;
        background: transparent;
    }
    .information #sidebarLeft:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 38px;
        height: 38px;
        content: '';
        cursor: pointer;
        background-color: #f3f4f6;
        background-image: url('../../images/menu.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .information #sidebarLeft .listmenu2 {
        display: none;
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
        background: #fff;
    }
    .information #sidebarLeft .listmenu2.display {
        display: block;
    }
    .information #sidebarLeft .listmenu2 ul li.parent ul {
        display: none;
    }
}

.information #sidebarLeft ul li ul {
    display: none;
}
.information #sidebarLeft .parent.display ul {
    display: block !important;
}
.information #sidebarLeft .parent.display .chevron {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.information #sidebarLeft li.parent,
.information #sidebarLeft li.submenu {
    position: relative;
    margin-bottom: 10px;
}
.information #sidebarLeft li.parent .chevron,
.information #sidebarLeft li.submenu .chevron {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: .5;
    background-image: url('../../images/chevron.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 6px;
}
.information #sidebarLeft li.submenu .chevron {
    transform: rotate(-90deg);
    pointer-events: none;
}
.information #sidebarLeft ul > li:last-child {
    margin-bottom: 0;
}
.information #sidebarLeft li.parent > a,
.information #sidebarLeft li.submenu > a {
    font-weight: bold;
    line-height: 18px;
    display: block;
    width: 100%;
    padding: 5px 26px 5px 8px;
    background: #ddd;
}
.information #sidebarLeft li.parent ul {
    line-height: 20px;
    padding: 4px 8px 0 8px;
}

.information #content {
    position: relative;
}
.information #information {
    overflow: hidden;
    // width: calc(100% - 235px);
    width: 100%;
    padding: 15px;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .information #information {
        width: 100%;
    }
}


/**
 * LOGIN / REGISTER
 */

.account #infoPages {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.account #infoPages h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.account #infoPages .contentInfo {
    background: #fff;
}
.account #infoPages .contentInfo form {
    margin-top: 0;
}
.account #infoPages .contentInfo form .item {
    width: 100%;
    max-width: none;
}
.account #infoPages .contentInfo table {
    width: 100%;
}
.account #infoPages .contentInfo table td {
    padding: 6px;
}
.account #infoPages .contentInfo table input:not([type='submit']) {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.account #infoPages #login,
.account #infoPages #register {
    float: left;
    width: 50%;
}
@media screen and (max-width: 650px) {
    .account #infoPages #login,
    .account #infoPages #register {
        float: none;
        width: 100%;
    }
    .account #infoPages #login {
        margin-bottom: 15px;
        padding-right: 0 !important;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .account #infoPages #register {
        padding-left: 0 !important;
        border-left: 0 !important;
    }
}

.account #infoPages #login {
    padding-right: 20px;
}
.account #infoPages #register {
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.account #infoPages #login .password {
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
    color: #3a6290;
}
.account #infoPages #login .password:hover {
    text-decoration: underline;
}


/**
 * SEARCH CHANGES
 *
 * Remove tr containing hr
 * Change image width to 150
 * Add strong to search query
 * 
 */
.search #department {
    width: 100%;
}
.search #department table {
    width: 100%;
    background: #fff;
}

.search #department table tr:first-child td {
    padding: 15px 0;
    background: #fff;
}
.search #department table tr:first-child td:not(.empty) {
    border-bottom: 15px solid #333;
}
.search #department table tr td {
    display: block;
    width: 100%;
    padding: 0 15px;
}
.search #department table tr:not(:first-child) {
    position: relative;
    float: left;
    width: 25%;
    height: 345px;
    border-right: 1px solid #ddd;
    background: #f3f4f6;
}
@media screen and (min-width: 850px) {
    .search #department table tr:nth-child(4n+1) {
        border-right: 0;
    }
}
@media screen and (min-width: 650px) and (max-width: 850px) {
    .search #department table tr:not(:first-child) {
        width: 33.333333%;
    }
    .search #department table tr:nth-child(3n+1) {
        border-right: 0;
    }
}
@media screen and (min-width: 350px) and (max-width: 650px) {
    .search #department table tr:not(:first-child) {
        width: 50%;
        height: 363px;
    }
    .search #department table tr:nth-child(2n+1) {
        border-right: 0;
    }
}
@media screen and (max-width: 350px) {
    .search #department table tr:not(:first-child) {
        width: 100%;
        height: 363px;
        border-right: 0;
    }
}

.search #department table tr:not(:first-child) td {
    text-align: left;
}
.search #department table tr:not(:first-child) td:first-child {
    display: table;
    height: 175px;
    text-align: center;
    background: #fff;
}
.search #department table tr:not(:first-child) td:first-child:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
.search #department table tr:not(:first-child) td:first-child img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.search #department table tr:not(:first-child) td:nth-child(2) {
    font-weight: bold;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    border-top: 1px solid #ddd;
}
.search #department table tr:not(:first-child) td:nth-child(2) a {
    color: #333 !important;
}
.search #department table tr:not(:first-child) td:nth-child(2) a:hover {
    text-decoration: underline;
}
.search #department table tr:not(:first-child) td:nth-child(3) {
    font-weight: bold;
    display: block;
    color: #555;
}
.search #department table tr:not(:first-child) .priceBox span.price {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    color: #555;
}
.search #department table tr:not(:first-child) .priceBox span.rrp,
.search #department table tr:not(:first-child) .priceBox span.save {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.search #department table tr:not(:first-child) .priceBox span.rrp {
    text-decoration: line-through;
}
@media screen and (max-width: 650px) {
    .search #department table tr:not(:first-child) .priceBox span.rrp,
    .search #department table tr:not(:first-child) .priceBox span.save {
        line-height: 16px;
        display: block;
        margin: 0 !important;
    }
}
.search #department table tr:not(:first-child) .priceBox span.save {
    margin-left: 10px;
    text-transform: uppercase;
    color: #ea3b43;
}
.search #department table tr:not(:first-child) td:last-child {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.search #department table tr:not(:first-child) .buyButton a {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 0;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
.search #department table tr:not(:first-child) .buyButton a:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}


/**
 * CHECKOUT 1 CHANGES
 *
 * Added <h1>Checkout</h1> before #mainContent
 * Add paragraph tags around .contentMessage text
 * Change p align="center" to div.control
 * Remove all &nbsp;
 * Remove tr with empty td that is acting as a spacer
 * 
 */
.checkout-1 h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .checkout-1 h1 {
        padding: 11px 15px 11px 15px;
    }
}

.checkout-1 #mainContent {
    padding: 15px;
    background: #fff;
}

.checkout-1 #mainContent p a {
    color: #3a6290;
}

.checkout-1 #mainContent table {
    width: 100%;
    background: #fff;
}

.checkout-1 #mainContent table tr.entryTableHeader {
    padding: 0;
    background: #ddd;
}
.checkout-1 #mainContent table tr.entryTableHeader td {
    line-height: 34px;
    height: 34px;
    margin-bottom: 25px;
    padding: 0 8px !important;
}

.checkout-1 #mainContent table tr.entryTableHeader + tr td {
    padding-top: 15px;
}
.checkout-1 #mainContent table tr {
    padding: 5px 0 10px 0;
}
.checkout-1 #mainContent table tr td {
    padding-bottom: 10px;
}
.checkout-1 #mainContent table tr td:first-child {
    font-weight: bold;
    width: 160px;
    padding-left: 8px;
}
@media screen and (max-width: 650px) {
    .checkout-1 #mainContent table:first-child tr.entryTableHeader td:last-child {
        line-height: 0;
        height: 0;
    }
    .checkout-1 #mainContent table tr.entryTableHeader + tr td:nth-child(2) {
        padding-top: 0;
    }
    .checkout-1 #mainContent table tr.entryTableHeader td {
        float: left;
        margin-bottom: 0;
    }
    .checkout-1 #mainContent table tr:not(:first-child) td {
        display: block;
    }
    .checkout-1 #mainContent table tr td:nth-child(2) {
        padding-top: 0;
    }
    .checkout-1 #mainContent table tr td {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

.checkout-1 #mainContent table input:not([type='checkbox']),
.checkout-1 #mainContent table textarea {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 8px 10px;
    border: 1px solid #ddd;
}
@media screen and (max-width: 650px) {
    .checkout-1 #mainContent table input:not([type='checkbox']),
    .checkout-1 #mainContent table textarea {
        max-width: none;
    }
}

.checkout-1 #mainContent table .textfieldRequiredMsg,
.checkout-1 #mainContent table .textfieldInvalidFormatMsg,
.checkout-1 #mainContent table .textfieldMinValueMsg,
.checkout-1 #mainContent table .textfieldMaxValueMsg,
.checkout-1 #mainContent table .textfieldMinCharsMsg,
.checkout-1 #mainContent table .textfieldMaxCharsMsg,
.checkout-1 #mainContent table .textfieldValidMsg {
    font-size: 12px;
    margin-left: 15px;
    color: #e83d47;
}
@media screen and (max-width: 900px) {
    .checkout-1 #mainContent table .textfieldRequiredState .textfieldRequiredMsg,
    .checkout-1 #mainContent table .textfieldInvalidFormatState .textfieldInvalidFormatMsg,
    .checkout-1 #mainContent table .textfieldMinValueState .textfieldMinValueMsg,
    .checkout-1 #mainContent table .textfieldMaxValueState .textfieldMaxValueMsg,
    .checkout-1 #mainContent table .textfieldMinCharsState .textfieldMinCharsMsg,
    .checkout-1 #mainContent table .textfieldMaxCharsState .textfieldMaxCharsMsg,
    .checkout-1 #mainContent table .textfieldValidState .textfieldValidMsg {
        display: block;
        margin: 5px 0 0 0;
    }
}

.checkout-1 #mainContent table td span:not(:first-of-type) {
    display: none;
}

.checkout-1 #mainContent table:first-child tr:nth-child(5) td {
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.checkout-1 #mainContent table td #SPLSearchArea {
    margin-top: -10px;
}
.checkout-1 #mainContent table td #SPLSearchArea select {
    width: 100%;
    max-width: 400px;
    // min-height: 130px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.checkout-1 #mainContent input[type='button'].box,
.checkout-1 #mainContent input[type='submit'].box {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: auto;
    margin-top: 15px;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
.checkout-1 #mainContent input[type='button'].box:hover,
.checkout-1 #mainContent input[type='submit'].box:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}
.checkout-1 #mainContent input[type='button'].box {
    margin-bottom: 20px;
}
.checkout-1 #mainContent #chkSame3 + label {
    font-size: 12px;
    font-weight: bold;
}
.checkout-1 #mainContent .control {
    overflow: hidden;
    width: 100%;
}
.checkout-1 #mainContent .control #btnBack {
    float: left;
}
.checkout-1 #mainContent .control #btnStep1 {
    float: right;
}
.checkout-1 #mainContent .control .box {
    margin-bottom: 0 !important;
}


/**
 * CHECKOUT 2 CHANGES
 *
 * Move <h4>Please confirm your order details</h4> to before #mainContent
 * Change the above h4 to h1
 * Remove two br tags before last table
 * Change p align="center" to div.control
 * Remove <p>&nbsp;</p>
 * Remove all &nbsp;
 * 
 */
.checkout-2 h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .checkout-2 h1 {
        padding: 11px 15px 11px 15px;
    }
}

.checkout-2 #mainContent {
    padding: 15px;
    background: #fff;
}
.checkout-2 #mainContent form {
    margin-top: 0;
}

.checkout-2 #mainContent table:first-child {
    margin-bottom: 25px;
}
.checkout-2 #mainContent table:first-child td:nth-last-of-type(-n+2) {
    min-width: 70px;
}
.checkout-2 #mainContent table:first-child .infoTableHeader {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.checkout-2 #mainContent .label td {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
}
.checkout-2 #mainContent table:first-child .label td:nth-last-of-type(-n+2) {
    text-align: right;
}
.checkout-2 #mainContent table:first-child .content td {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.checkout-2 #mainContent table:first-child tr.content td[colspan='2'] {
    font-weight: bold;
}

.checkout-2 #mainContent table:nth-child(2),
.checkout-2 #mainContent table:nth-child(3) {
    float: left;
    width: calc(50% - 7.5px);
    vertical-align: top;
}
.checkout-2 #mainContent table:nth-child(2) {
    margin-right: 15px;
}

.checkout-2 #mainContent table:nth-child(2) tr:first-child td,
.checkout-2 #mainContent table:nth-child(3) tr:first-child td {
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    padding: 0 8px;
    background: #ddd;
}
.checkout-2 #mainContent table:nth-child(2) tr:first-child + tr td,
.checkout-2 #mainContent table:nth-child(3) tr:first-child + tr td {
    padding-top: 8px;
}
.checkout-2 #mainContent table:nth-child(2) tr td:first-child,
.checkout-2 #mainContent table:nth-child(3) tr td:first-child {
    font-weight: bold;
}
.checkout-2 #mainContent table:nth-child(2) td,
.checkout-2 #mainContent table:nth-child(3) td {
    line-height: 20px;
    padding: 0 8px;
}

@media screen and (max-width: 650px) {
    .checkout-2 #mainContent table:nth-child(2),
    .checkout-2 #mainContent table:nth-child(3) {
        width: 100%;
    }
    .checkout-2 #mainContent table:nth-child(2) {
        margin-bottom: 15px;
    }
}

.checkout-2 #mainContent table:nth-child(4) tr td:first-child {
    font-weight: bold;
}
.checkout-2 #mainContent table:nth-child(4) td {
    line-height: 20px;
    padding: 15px 8px 0 8px;
}

.checkout-2 #mainContent .contentMessage {
    margin-top: 20px;
}

.checkout-2 #mainContent input[type='button'].box,
.checkout-2 #mainContent input[type='submit'].box {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: auto;
    margin-top: 15px;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 300ms ease-in;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2d4d74;
    background: #396192;
}
.checkout-2 #mainContent input[type='button'].box:hover,
.checkout-2 #mainContent input[type='submit'].box:hover {
    transition: opacity 150ms ease-out;
    opacity: .8;
}

.checkout-2 #mainContent .control {
    overflow: hidden;
    width: 100%;
}
.checkout-2 #mainContent .control #btnBack {
    float: left;
}
.checkout-2 #mainContent .control #btnConfirm {
    float: right;
}
@media screen and (max-width: 650px) {
    .checkout-2 #mainContent input[type='button'].box,
    .checkout-2 #mainContent input[type='submit'].box {
        width: 100%;
    }
}


/**
 * CHECKOUT 3
 */
.checkout-3 h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .checkout-3 h1 {
        padding: 11px 15px 11px 15px;
    }
}

.checkout-3 #mainContent {
    padding: 12px;
    background: #fff;
}


/**
 * ORDER ERRORS
 */
.orderError #mainContent a,
.orderFailed #mainContent a {
    color: #396192;
}
.orderError #mainContent a:hover,
.orderFailed #mainContent a:hover {
    text-decoration: underline;
}
.orderError #mainContent .contentMessage,
.orderFailed #mainContent .contentMessage {
    font-size: 16px;
    font-weight: bold;
    margin: -15px -15px 0 -15px;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    color: #3a6290;
    border-bottom: 15px solid #333;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .orderError #mainContent .contentMessage,
    .orderFailed #mainContent .contentMessage {
        padding: 11px 15px 11px 15px;
    }
}


.thankYou h1 {
    font-size: 22px;
    font-weight: bold;
    padding: 15px;
    color: #376094;
    background: white;
}
.thankYou .content {
    padding: 0 15px 15px 15px;
    background: white;
}
.thankYou .analytics {
    display: none;
}


/**
 * Info Pages
 */

#infoPages h1 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: -15px -15px 0 -15px;
    margin-bottom: 15px;
    padding: 15px 15px 14px 15px;
    text-transform: capitalize;
    border-bottom: 15px solid #333;
    background: #fff;
}
#infoPages h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
#infoPages h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
#infoPages ul,
#infoPages ol {
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
}
#infoPages ul li {
    list-style: disc;
}
#infoPages ol li {
    list-style: decimal;
}
