@import"MocoStyles.css";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: 'Open Sans', sans-serif !important; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 22px;
    margin: 0 0 15px;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 14px;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    padding: 15px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Bozboz Additions
========================================================================== */

html,
input,
textarea {
    font-family: 'Open Sans', Arial, sans-serif;
}

/*
* Mixin files
*/

.clearfix,
.footer,
.wrap-footer-nav,
.footer-nav,
.feature-form fieldset {
    zoom: 1;
}

    .clearfix:before,
    .footer:before,
    .wrap-footer-nav:before,
    .footer-nav:before,
    .feature-form fieldset:before,
    .clearfix:after,
    .footer:after,
    .wrap-footer-nav:after,
    .footer-nav:after,
    .feature-form fieldset:after {
        content: "";
        display: table;
    }

    .clearfix:after,
    .footer:after,
    .wrap-footer-nav:after,
    .footer-nav:after,
    .feature-form fieldset:after {
        clear: both;
    }

.reset,
.faux-link,
.qty .update-quantity {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.secret-list,
#popular_searches > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form.progress-form {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/*
* Predefind Styles
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Base
 * e.g. div, p, a, h1, h2
 */

body {
    min-width: 245px;
    /*background: #f1f2f3;    
    font-size: 14px;
    font-size: 0.88rem; 
  background: url('/images/main-background.jpg');
  @include bp(horse) {
  	background-image: none;
  }
  */
}

html {
    font-family: 'Open Sans', Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    background: #c2d8ed;
}

a,
a *,
label,
input {/*
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;*/
}

/*
a {
    color: #f68c1e;
}

    a:hover {
        color: #256aad;
    }*/

input::-webkit-input-placeholder {
    color: #86BFE2;
}

input:-moz-input-placeholder {
    color: #86BFE2;
}

input::-moz-input-placeholder {
    color: #86BFE2;
}

input:-ms-input-placeholder {
    color: #86BFE2;
}

/*p,
ol,
ul {
    color: #256aad;
    line-height: 1.4;
    margin: 0 0 20px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #256aad;
}

h5 {
    font-size: 14px;
    font-size: 0.88rem;
    margin: 12px 0;
}

/**
 * Structure
 * e.g. header, footer, breadcumb, menu, nav
 */





.wrap {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0;
    position: relative;
    width: 100%;
}

.wrap-home .box.box-large.account {
    display: none;
}

.wrap-fast-order .box.box-large.account,
.wrap-fast-order .box.box-large.reviews,
.wrap-fast-order .box.box-medium.security {
    display: none;
}

.wrap-main {
    padding: 20px;
    background: #fff;
}

.wrap-login .main {
    min-height: 0;
}

.wrap-footer-nav {
    padding: 0 20px;
    background: #fff;
}

.wrap-footer {
    padding: 0 20px;
}

.logo {
    float: left;
    height: 210px;
    width: 35%;
    margin-right: 3%;
    position: relative;
}
/*
.nav {
    background: #3b8ac3;
    border-top: 6px solid #d1d1d1;
}

    .nav .wrap {
        width: 100%;
    }
*/
.header-info {
    float: left;
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 62%;
}

.search {
    float: left;
    width: 57%;
    height: 210px;
    padding-top: 55px;
}

.information {
    float: right;
    width: 43%;
    height: 210px;
    padding-left: 20px;
}

.main {
    float: left;
    width: 100%;
    padding-right: 295px;
}

.main-full {
    float: none;
    padding: 0;
}

.main-stubby {
    min-height: 1472px;
}

.main-stubby-cms {
    min-height: 1800px;
}

.main-stubby-account {
    min-height: 1500px;
}

.secondary {
    position: absolute;
    top: 20px;
    right: 20px;
    float: right;
    width: 275px;
}

/**
 * Modular
 * e.g. .box, .heading
 */

.logo-text {
    display: block;
    max-width: 190px;
    position: absolute;
    bottom: 65px;
    left: 80px;
}

.logo-house {
    display: block;
    width: 320px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.logo-link {
    display: inline-block;
    margin-top: 20px;
}

.nav-list-wrap {
    border-left: 1px solid #215f9a;
    border-right: 1px solid #63a1cf;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .nav-list-wrap .nav-list {
        display: table;
        width: 100%;
    }

/*.nav-item {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

    .nav-item.nav-item-login {
        display: none;
    }

    .nav-item .nav-link {
        font-size: 14px;
        font-size: 0.88rem;
        background: #3b8ac3;
        border-left: 1px solid #63a1cf;
        border-right: 1px solid #215f9a;
        color: #fff;
        display: block;
        font-family: 'Open Sans', Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
        height: 42px;
        line-height: 42px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        position: relative;
    }

        .nav-item .nav-link:hover {
            background: #256aad;
            border-left: 1px solid #215f9a;
        }

        .nav-item .nav-link.nav-link-home {
            padding: 0 20px;
            font-size: 24px;
            line-height: 46px;
        }

            .nav-item .nav-link.nav-link-home:hover {
                background: #256aad;
            }

        .nav-item .nav-link.selected {
            background-color: #256aad;
            border-left: 1px solid #215f9a;
        }
*/
.icon-home {
    width: 22px;
    height: 24px;
}

.nav-select {
    cursor: pointer;
    height: 50px;
    display: none;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

.link-plain {
    text-decoration: none;
    color: #256aad;
}

    .link-plain:hover {
        text-decoration: underline;
    }

.faux-link {
    color: #f17e21;
}

.breadcrumb {
    font-size: 11px;
    font-size: 0.69rem;
    font-family: 'Open Sans', Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    color: #256aad;
    padding: 10px 0;
    width: 100%;
}

    .breadcrumb .breadcrumb-link {
        color: #256aad;
        padding: 0 5px;
        text-decoration: none;
    }

        .breadcrumb .breadcrumb-link:hover {
            text-decoration: underline;
        }

.input {
    font-size: 20px;
    font-size: 1.25rem;
    color: #3b8ac3;
    background: #fff;
    height: 40px;
    width: 255px;
    padding: 5px 15px 3px;
    border: none;
    float: left;
}

    .input:focus {
        outline: none;
    }

.submit-container {
    background: #41b9ef;
    border: 1px solid #41b9ef;
    height: 40px;
    width: 45px;
    float: left;
    position: relative;
}

    .submit-container:hover {
        background: #256aad;
        border: 1px solid #215f9a;
    }

.submit {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: transparent;
    display: block;
    height: 38px;
    width: 100%;
    padding: 0;
    border: none;
    position: relative;
    z-index: 5;
}

    .submit:focus {
        outline: none;
    }

.search-form {
    width: 300px;
}

.icon-search-container {
    text-align: center;
    height: 38px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.icon-search {
    font-size: 22px;
    font-size: 1.38rem;
    position: relative;
    top: 8px;
    color: #fff;
}

.text-special {
    color: #f68c1e;
}

.image {
    width: 100%;
    display: block;
}

/*.btn,
.sli_container .sli_grid_moreinfo a,
.sli_container .sli_grid_buy a {
    font-size: 14px;
    font-size: 0.88rem;
    border-radius: 5px;
    background-clip: padding-box;
    border: 1px solid #f17e21;
    background: #f17e21;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 10px 1.3em;
}

    .btn:hover,
    .sli_container .sli_grid_moreinfo a:hover,
    .sli_container .sli_grid_buy a:hover {
        background: #E06203;
        border: 1px solid #C15402;
    }

.btn-alt {
    background-color: #3b8ac3;
    border-color: #3b8ac3;
}

    .btn-alt:hover {
        border-color: #3b8ac3;
        background: #256aad;
    }

a.btn:hover,
.sli_container .sli_grid_moreinfo a:hover,
.sli_container .sli_grid_buy a:hover {
    color: #fff;
}
*/
.box {
    /*border-radius: 10px;*/
    background-clip: padding-box;
    border: 1px solid #3b8ac3;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.box-large {
    margin-bottom: 20px;
}

.box-medium {
    height: 350px;
}

.box-small {
    width: 50%;
    float: left;
}

.box-container {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 20px;
}

.box.reviews {
    height: 395px;
}

    .box.reviews .text {
        font-size: 12px;
        font-size: 0.75rem;
        color: 000;
        margin: 0 0 10px;
    }

.feature-container {
    overflow: hidden;
    height: 275px;
    margin-left: -20px;
    margin-bottom: 20px;
}

.feature {
    position: relative;
    width: 100%;
    height: 275px;
    float: left;
    border: none;
}

.feature-primary {
    background: url("../resources/files/feature-primary.jpg") right no-repeat;
    background-size: cover;
}

.feature-secondary {
    background: url("../resources/files/feature-secondary.jpg") right no-repeat;
    background-size: cover;
}

.feature-inner {
    /*border-radius: 10px 50px 10px 10px;*/
    background-clip: padding-box;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    width: 65%;
    height: 100%;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 20px;
    right: 20px;
    color: #000;
    position: absolute;
}

    .feature-inner h2 {
        color: #000;
    }

.promo-box {
    /*height: 165px;*/
    margin-bottom: 20px;
}

.small-slider {
    height: 350px;
    padding-bottom: 25px;
}

.feature-heading {
    font-size: 18px;
    font-size: 1.13rem;
    margin: 0;
    color: #333;
    display: inline-block;
}

.feature-inner p {
    font-size: 14px;
    font-size: 0.88rem;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.heading,
.heading-reviews {
    font-size: 14px;
    font-size: 0.88rem;
    background: #3b8ac3;
    position: relative;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 15px;
    margin: 0;
    color: #fff;
    display: block;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.box .list {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.box .list-item {
    border-bottom: 1px solid #a2c7e2;
    overflow: hidden;
    padding: 4px 5px;
}

    .box .list-item:last-child {
        border-bottom: none;
    }

.box .list-link {
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.box .list-image {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 12px 8px;
    width: 25px;
    float: left;
}

.box .sub-heading {
    font-size: 14px;
    font-size: 0.88rem;
    font-family: 'Fjalla One', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #1b2791;
    font-weight: 400;
    margin-left: 55px;
    padding: 12px 5px 8px 55px;
    margin: 0;
}

.box .item-price,
.box .sli_container .sli_grid_price,
.sli_container .box .sli_grid_price {
    font-size: 14px;
    font-size: 0.88rem;
    float: right;
    color: #8d2368;
}

.box .notes {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #256aad;
    border-top: 1px solid #d4e7fa;
    text-align: center;
    padding: 8px 15px 2px;
    background: #fff;
}

    .box .notes .note-text {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0 0 5px;
        padding: 0 25px;
        line-height: 1.3;
    }

.box .total-price {
    font-size: 14px;
    font-size: 0.88rem;
    color: #fff;
    display: inline-block;
    float: right;
    position: absolute;
    top: 13px;
    right: 25px;
}

    .box .total-price:after {
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: white;
        border-top-width: 0;
        position: absolute;
        top: 26px;
        right: 12px;
        content: '';
    }

.box.basket {
    position: relative;
    max-height: 422px;
    z-index: 50;
}

    .box.basket .heading-container {
        text-align: left;
    }

    .box.basket .heading {
        background: url("../images/basket-icon.png") 30px 11px no-repeat #3b8ac3;
    }

    .box.basket .list {
        max-height: 215px;
        min-height: 60px;
        overflow-y: auto;
    }

    .box.basket .checkout-link {
        font-size: 12px;
        font-size: 0.75rem;
        background: #3b8ac3;
        width: 100%;
        text-decoration: none;
        text-align: center;
        display: block;
        font-weight: 400;
        text-transform: uppercase;
        padding: 13px 15px;
        margin: 0;
        color: #fff;
    }

        .box.basket .checkout-link:hover {
            background: #256aad;
        }

.reviews-inner,
.sli_container .sli_grid_result {
    padding: 15px 20px;
}

.box.categories {
    display: none;
}

.inner-basket.show,
.reviews-inner.show,
.sli_container .show.sli_grid_result,
.categories-inner.show,
#mc_embed_signup.show {
    display: block;
}

.box-large.small-slider {
    height: auto;
}

.small-slider {
    position: relative;
    height: auto;
    border: none;
    width: 100%;
}

    .small-slider .slider-inner {
        width: 100%;
        padding: 10px 20px;
    }

    .small-slider .heading {
        font-size: 30px;
        font-size: 1.88rem;
        color: #3b8ac3;
        text-align: left;
        background: #fff;
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 40px;
        font-weight: 400;
    }

    .small-slider .list {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .small-slider .list-item {
        float: left;
        width: 25%;
        text-align: center;
    }

    .small-slider .list-item-inner {
        padding: 0 10px;
    }

    .small-slider .product-heading {
        font-size: 17px;
        font-size: 1.06rem;
        color: #1b2791;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .small-slider .description {
        color: #3b8ac3;
        margin-top: 5px;
        margin-bottom: 15px;
        font-weight: 400;
    }

    .small-slider .list-image {
        width: 100%;
        max-width: 140px;
    }

    .small-slider .add-link {
        text-transform: uppercase;
        padding: 0;
        width: 50%;
        min-width: 90px;
        height: 40px;
        line-height: 40px;
    }

.slider {
    height: auto;
    position: relative;
}

    .slider .slider-image {
        border-radius: 10px;
        background-clip: padding-box;
        display: block;
        width: 100%;
    }

.slider-pagination {
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}

    .slider-pagination .paginate-item {
        margin: 0 6px;
        position: relative;
        top: 3px;
        display: inline-block;
    }

        .slider-pagination .paginate-item .paginate-link {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            border-radius: 10px;
            background-clip: padding-box;
            -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            background: #fff;
            width: 13px;
            height: 13px;
            display: block;
            border: 1px solid #f17e21;
        }

            .slider-pagination .paginate-item .paginate-link.active {
                background: #f17e21;
                border: 1px solid #f17e21;
            }

            .slider-pagination .paginate-item .paginate-link:hover {
                background: #f17e21;
                border: 1px solid #f17e21;
            }

.small-slider .slider-pagination {
    margin-left: -20px;
    bottom: 0;
}

.slider-nav {
    margin-left: -20px;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

    .slider-nav .slider-nav-link {
        position: absolute;
        display: block;
        height: 60px;
        width: 30px;
    }

        .slider-nav .slider-nav-link.prev {
            left: 0;
            background: url("../images/slider-prev.png") no-repeat;
        }

        .slider-nav .slider-nav-link.next {
            right: 0;
            background: url("../images/slider-next.png") no-repeat;
        }

.small-slider.convincer .list-item {
    width: 33%;
}

.small-slider.convincer .convincer-heading {
    font-size: 18px;
    font-size: 1.13rem;
    color: #f17e21;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.small-slider.convincer .description {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
}

.small-slider.convincer .list-image {
    max-width: 180px;
}

.small-slider.convincer .slider-pagination {
    bottom: 15px;
}

.security {
    text-align: center;
}

.security-image {
    display: inline-block;
}

.footer-nav {
    float: left;
    width: 50%;
}

.footer-nav-section {
    width: 50%;
    float: left;
}

.footer-nav-title {
    font-size: 14px;
    font-size: 0.88rem;
    border-left: 1px solid #a2c7e2;
    color: #2d6892;
    background: #b1d0e7;
    margin: 0;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 12%;
}

.footer-nav-list {
    width: 100%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 10px 0 20px;
    text-align: left;
    background: #fff;
}

.footer-nav-link {
    font-size: 14px;
    font-size: 0.88rem;
    color: #3b8ac3;
    display: block;
    text-decoration: none;
    padding: 6px 4px;
    padding-left: 12%;
}

    .footer-nav-link:hover {
        background: #F3FAFF;
    }

.copyright {
    font-size: 12px;
    font-size: 0.75rem;
    color: #256aad;
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.footer .social {
    width: 360px;
    float: right;
    margin-right: -10px;
}

    .footer .social .social-icon-wrap {
        display: inline-block;
    }

    .footer .social .social-icon {
        display: inline-block;
        position: relative;
        width: 45px;
        height: 95px;
        float: left;
        margin-left: 10px;
    }

    .footer .social .twitter {
        background: url("../images/twitter-icon.png") no-repeat center 27px #2ca8d2;
    }

        .footer .social .twitter:hover {
            background-color: #007AA3;
        }

    .footer .social .facebook {
        background: url("../images/facebook-icon.png") no-repeat center 27px #305891;
    }

        .footer .social .facebook:hover {
            background-color: #033A88;
        }

    .footer .social .linked-in {
        background: url("../images/linked-in-icon.png") no-repeat center 27px #4498c8;
    }

        .footer .social .linked-in:hover {
            background-color: #0068A3;
        }

    .footer .social .email {
        background: url("../images/email-icon.png") no-repeat center 27px #738a8d;
    }

        .footer .social .email:hover {
            background-color: #4B5A5C;
        }

    .footer .social .plus {
        background: url("../images/plus-icon.png") no-repeat center 27px #f8694d;
    }

        .footer .social .plus:hover {
            background-color: #FF4520;
        }

    .footer .social .google-plus {
        background: url("../images/google-plus-icon.png") no-repeat center 27px #ce4d39;
    }

        .footer .social .google-plus:hover {
            background-color: #E21E00;
        }

    .footer .social .social-triangle {
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        padding-left: 50%;
        padding-bottom: 40%;
        overflow: hidden;
    }

        .footer .social .social-triangle:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            margin-left: -500px;
            border-left: 500px solid transparent;
            border-right: 500px solid transparent;
            border-bottom: 150px solid #c2d8ed;
        }

.sign-in {
    font-size: 16px;
    font-size: 1rem;
    background: #00507C;
    display: inline-block;
    width: 160px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    float: left;
}

    .sign-in:hover {
        color: #fff;
        background: #013a5a;
    }

.language-select {
    position: relative;
    height: 42px;
    width: 130px;
    float: left;
    text-align: center;
    padding-left: 5px;
}

.nav .language-select {
    display: none;
    background: none;
}

.flag {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
    filter: alpha(opacity=50);
    opacity: 0.5;
    zoom: 1;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    margin: 13px 3px 0;
    width: 30px;
    height: 20px;
}

    .flag:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
        filter: alpha(opacity=80);
        opacity: 0.8;
        zoom: 1;
    }

    .flag.selected {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
        opacity: 1;
        zoom: 1;
        border: 1px solid #fff;
    }

    .flag:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
        filter: alpha(opacity=0);
        opacity: 0;
        zoom: 1;
        content: '';
        display: block;
        background: url("../images/flag-select-arrow.png") no-repeat;
        height: 9px;
        width: 13px;
        position: absolute;
        bottom: -14px;
        left: 8px;
    }

    .flag.selected:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
        filter: alpha(opacity=90);
        opacity: 0.9;
        zoom: 1;
    }

    .flag:hover:after {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
        opacity: 1;
        zoom: 1;
    }

    .flag.britain {
        background: url("../images/british-flag.png") no-repeat;
    }

    .flag.germany {
        background: url("../images/german-flag.png") no-repeat;
    }

    .flag.france {
        background: url("../images/french-flag.png") no-repeat;
    }

.phone {
    font-size: 13px;
    font-size: 0.81rem;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-transform: uppercase;
}

.phone-text-large {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 10px;
    text-decoration: none;
    color: #fff;
}

    .phone-text-large:hover {
        color: #fff;
        cursor: default;
    }

.footer-phone {
    font-size: 13px;
    font-size: 0.81rem;
    display: none;
    color: #256aad;
}

    .footer-phone .phone-text-large {
        color: #256aad;
    }

.list-category {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-category-link {
    font-size: 14px;
    font-size: 0.88rem;
    color: #363636;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #ccc;
}

    .list-category-link:hover {
        background: #F1F1F1;
    }

.nav .list-category-link {
    padding: 15px;
    background: #ebf3f9;
}

.heading.heading-drop-down.open:after {
    background: none;
}

.footer-nav-title.open:after {
    background: none;
}

/*Product page styling*/

.main-content {
    position: relative;
    overflow: hidden;
    padding: 20px 5px 20px 0;
}

.product-primary {
    padding-bottom: 30px;
}

    .product-primary .product-image-slider {
        padding-bottom: 5px;
        display: block;
        margin: 0 auto 20px;
    }

.product-secondary {
    clear: both;
}

.product-image-slider {
    float: left;
    width: 32%;
    padding-right: 40px;
    margin-bottom: 20px;
}

    .product-image-slider .thumbs {
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 10px;
        margin-left: 3px;
    }

        .product-image-slider .thumbs .thumb-link {
            padding-left: 2px;
            display: block;
            width: 33%;
            float: left;
        }

        .product-image-slider .thumbs .thumb-image {
            width: 100%;
            border: 1px solid #EBF3F9;
        }

    .product-image-slider .slider-pagination {
        position: static;
    }

        .product-image-slider .slider-pagination .paginate-link {
            height: 13px;
            width: 13px;
        }

.product-image {
    width: 100%;
}

.product-info {
    margin-bottom: 20px;
    margin-left: 32%;
    position: relative;
    z-index: 5;
}

.product-description {
    margin-left: 32%;
    position: relative;
    z-index: 5;
}

    .product-description .product-intro {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
    }

    .product-description p {
        font-size: 16px;
        font-size: 1rem;
    }

    .product-description ul {
        font-size: 15px;
        font-size: 0.94rem;
    }

.product-title {
    font-size: 30px;
    font-size: 1.88rem;
    color: #f17e21;
    font-weight: 400;
    margin: 0 0 5px;
}

.product-sub-title,
.content-list-heading {
    font-size: 25px;
    font-size: 1.56rem;
    color: #256aad;
    font-weight: 400;
    margin: 0;
}

.content-list-heading {
    margin-bottom: 10px;
}

.product-review {
    font-size: 14px;
    font-size: 0.88rem;
    color: #256aad;
}

    .product-review .review-link {
        color: #256aad;
        padding: 0 5px;
        text-decoration: none;
        display: inline-block;
    }

        .product-review .review-link:hover {
            text-decoration: underline;
        }

.product-stars {
    padding: 15px 0 0;
    display: block;
}

.product-rating {
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.customer-reviews {
    display: inline-block;
    padding: 15px 0 5px;
}

.old-price {
    text-decoration: line-through;
}

.offer-price {
    color: #f17e21;
}

.tab-alt-content td {
    padding: 20px;
}

.tab-alt-content .field-group {
    width: 100%;
}

.product-options form {
    font-size: 14px;
    font-size: 0.88rem;
    color: #256aad;
    width: 100%;
    background: #EBF3F9;
    overflow: hidden;
}

.product-options table {
    width: 100%;
    text-align: center;
}

.product-options tr {
    background: #EBF3F9;
}

    .product-options tr:nth-child(odd) {
        background: #F9FCFF;
    }

.product-options th {
    color: #fff;
    font-weight: 400;
    background: #3b8ac3;
}

.product-options th {
    padding: 10px;
}

.product-options td {
    padding: 10px;
}

.product-options thead {
    background: #3b8ac3;
}

.product-options-submit {
    float: right;
    width: auto;
    margin: 15px;
}

    .product-options-submit:focus {
        outline: none;
    }

.product-options-alt th {
    background: #d8e8f3;
    color: #3b8ac3;
    white-space: nowrap;
    border: 1px solid #63a1cf;
}

.product-options-alt td {
    border-left: 1px solid #a2c7e2;
}

    .product-options-alt td:last-child {
        border-right: 1px solid #a2c7e2;
    }

.product-options-alt tr:last-child td {
    border-bottom: 1px solid #a2c7e2;
}

.qty .update-quantity {
    border-radius: 9px;
    background-clip: padding-box;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-size: 0.63rem;
    background-color: #d7e7f3;
    margin: 0 5px;
}

    .qty .update-quantity:hover,
    .qty .update-quantity:focus {
        outline: 0;
        background-color: #b0d0e7;
    }

.tabs input[type=radio] {
    display: none;
}

.tabs {
    height: 280px;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

    .tabs li {
        display: table-cell;
    }

        .tabs li:last-child .tab-handle {
            margin-right: 0;
            border-bottom: 2px solid #3b8ac3;
        }

    .tabs .tab-handle {
        font-size: 14px;
        font-size: 0.88rem;
        text-align: center;
        background: #3b8ac3;
        display: block;
        padding: 10px 0;
        height: 40px;
        color: #fff;
        cursor: pointer;
        margin-right: 5px;
        border-bottom: 1px solid #256aad;
    }

.tab-trigger:checked + .tab-handle {
    background: #256aad;
}

    .tab-trigger:checked + .tab-handle:after {
        background-image: none;
    }

.tab-trigger:checked ~ .tab-content {
    display: block;
}

.tab-content {
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10px 30px;
    display: none;
    height: 185px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    border: 2px solid #EBF3F9;
    top: 45px;
    left: 0;
    width: 100%;
}

    .tab-content p {
        margin: 12px 0;
    }

/*New styling in conjunction with product tab jQuery*/

.product-detail-tabs .open-tab-content {
    display: block;
}

.product-detail-tabs .selected-tab {
    background: #256aad;
}

/*General Content*/

.content-list {
    color: #256aad;
    padding: 0;
    line-height: 1.5;
}

.content-list-item {
    background: url("../images/list-tick.png") no-repeat -2px -3px;
    padding: 0 32px;
    list-style: none;
}

/*Category Page*/

.listing-wrap {
    padding: 20px;
}

.large-feature {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0;
    background: none;
}

    .large-feature .box-container {
        width: 100%;
        padding-left: 0;
    }

    .large-feature .feature {
        background: url("../images/large-test.jpg") left no-repeat;
        height: 286px;
        max-width: 780px;
        border: none;
        margin-bottom: 0;
        background-size: cover;
        overflow: auto;
    }

    .large-feature .feature-inner {
        width: 60%;
        left: 20px;
        top: 0px;
    }

    .large-feature .feature-heading {
        font-size: 30px;
    }

.feature-inner .feature-heading {
    margin-bottom: 5px;
}

.listing .list {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.listing .list-item-top {
    overflow: hidden;
}

    .listing .list-item-top .description {
        margin-left: 20%;
        padding-left: 20px;
    }

.listing .list-item {
    border-bottom: 1px solid #3b8ac3;
    position: relative;
    padding: 20px 20px 0;
}

.listing .list-image {
    max-width: 100%;
}

.listing .list-heading,
.listing .sli_container .sli_grid_title,
.sli_container .listing .sli_grid_title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #f17e21;
    margin-top: 6px;
    margin-bottom: 4px;
}

.listing .list-heading-sub {
    font-size: 18px;
    font-size: 1.13rem;
    color: #256aad;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.listing .product-link-image {
    width: 20%;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    top: 20px;
}

.listing .product-link-title {
    text-decoration: none;
}

.listing .add-to-basket {
    white-space: nowrap;
}

    .listing .add-to-basket .btn,
    .listing .add-to-basket .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .listing .add-to-basket a,
    .listing .add-to-basket .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .listing .add-to-basket a {
        padding: 10px 15px;
    }

.listing .description {
    position: relative;
    z-index: 2;
}

.listing .list-info,
.listing .list-info-secondary {
    margin-left: 20%;
    padding-left: 20px;
}

.listing .info-item {
    margin-bottom: 5px;
    position: relative;
}

    .listing .info-item .info {
        width: 50%;
        padding: 10px;
        text-align: left;
    }

    .listing .info-item:nth-child(4n+1) {
        /*background: #F9FCFF;*/
    }

    .listing .info-item td {
        width: 25%;
        padding: 10px;
        text-align: center;
    }

.listing .list-info-sub {
    color: #256aad;
    border-top: 1px solid #DAEAF5;
    display: block;
    margin-top: 15px;
    padding: 15px 10px;
}

.listing .secret-add-link {
    display: none;
    padding-bottom: 10px;
}

    .listing .secret-add-link .btn,
    .listing .secret-add-link .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .listing .secret-add-link a,
    .listing .secret-add-link .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .listing .secret-add-link a {
        border-radius: 0;
        background-clip: padding-box;
        display: block;
        padding: 14px 20px;
        width: 100%;
    }

.listing .list-link {
    font-size: 16px;
    font-size: 1rem;
    color: #39b54a;
    text-decoration: none;
    margin-right: 15px;
}

    .listing .list-link:hover {
        text-decoration: underline;
    }

.listing .list-link-alt {
    color: #f17e21;
}

.listing p {
    font-size: 16px;
    font-size: 1rem;
}

/*Search Page*/

.full-title {
    font-size: 30px;
    font-size: 1.88rem;
    border-bottom: 2px solid #3b8ac3;
    color: #3b8ac3;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 10px;
    margin: 0 0 40px;
}

    .full-title.full-title-alt {
        font-weight: 400;
        margin-bottom: 0;
    }

.search-term {
    font-weight: 900;
}

.search-again {
    padding: 20px;
}

    .search-again h2 {
        margin-top: 0;
    }

    .search-again p {
        color: #3b8ac3;
    }

.search-again-form {
    overflow: hidden;
    margin-top: 25px;
}

    .search-again-form .field {
        line-height: 1.3;
        height: 40px;
        border-color: #3b8ac3;
    }

        .search-again-form .field:focus {
            outline: none;
        }

    .search-again-form .field-group {
        position: relative;
    }

        .search-again-form .field-group .submit-container {
            border-color: #3b8ac3;
            position: absolute;
            top: 1px;
            right: 1px;
            height: 38px;
            width: 42px;
            cursor: pointer;
            background: #3b8ac3;
        }

            .search-again-form .field-group .submit-container:hover {
                border-color: #256aad;
                background: #256aad;
            }

        .search-again-form .field-group .btn,
        .search-again-form .field-group .sli_container .sli_grid_moreinfo a,
        .sli_container .sli_grid_moreinfo .search-again-form .field-group a,
        .search-again-form .field-group .sli_container .sli_grid_buy a,
        .sli_container .sli_grid_buy .search-again-form .field-group a {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            border-radius: 0;
            background-clip: padding-box;
            height: 38px;
            width: 38px;
            padding: 13px 20px;
            line-height: 1;
            top: 1px;
            right: 1px;
            border: none;
            background: transparent;
        }

        .search-again-form .field-group .icon-search-again {
            font-size: 20px;
            color: #fff;
            position: absolute;
            top: 8px;
            right: 9px;
        }

/*End Search Page*/

/*Login Page*/

.wrap-login .main {
    padding-right: 0;
}

/*Text Alignment*/

.wrap-login .main-content {
    text-align: center;
    margin-top: 100px;
}

.main .main-content p,
.main .feature-inner .feature-heading,
.main .feature-inner h2,
.main .address-table p {
    text-align: left;
}

.feature-inner .feature-heading {
    display: block;
}

.main .main-login p {
    text-align: center;
}

.list-info-secondary .description {
    margin-top: 20px;
}

/*End text align changes*/

.main-login {
    border: 1px solid #3b8ac3;
    display: inline-block;
    width: 70%;
    background: #F9FCFF;
}

.login-box {
    padding: 40px 0;
    width: 50%;
    /*float: left;*/
}

.login-info .heading-bold {
    font-size: 26px;
    font-size: 1.63rem;
    color: #3b8ac3;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Fjalla One', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
}

.login-info p {
    font-size: 16px;
    font-size: 1rem;
    color: #3b8ac3;
}

.login-inner {
    padding: 0 40px;
}

.login-existing .login-inner {
    border-right: 1px solid #3b8ac3;
}

.login-existing .login-info-extra {
    margin-top: 20px;
}

.main .login-info-extra p {
    text-align: center;
}


    .login-new .login-form .btn, .login-accountless .login-form .btn,
    .login-new .login-form .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .login-new .login-form a,
    .login-new .login-form .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .login-new .login-form a {
        color: #fff;
        width: 100%;
        text-align: center;
    }

.login-form {
    text-align: left;
}

    .login-form .field-group:last-child {
        margin-bottom: 0;
    }

.login-info-extra {
    margin-top: 40px;
}

    .login-info-extra p,
    .login-info-extra a {
        text-align: center;
        color: #3b8ac3;
        margin-bottom: 5px;
    }

    .login-new .login-form, .login-accountless .login-form {
    padding: 3px 30px 20px;
}


/*End Login Page*/

/*Account detail page*/

.account-heading {
    border-bottom: 2px solid #3b8ac3;
    margin-bottom: 20px;
}

    .account-heading .full-title {
        font-size: 20px;
        font-size: 1.25rem;
        border-bottom: none;
        display: block;
        margin: 0 0 20px;
        padding: 0;
    }

        .account-heading .full-title span {
            display: inline-block;
        }

        .account-heading .full-title .account-number {
            font-size: 14px;
            font-size: 0.88rem;
            float: right;
            text-transform: uppercase;
        }

        .account-heading .full-title .account-expires {
            font-size: 14px;
            font-size: 0.88rem;
            color: #75add5;
            display: block;
            text-align: right;
            text-transform: uppercase;
        }

    .account-heading .log-out {
        font-family: 'Fjalla One', Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: uppercase;
        position: relative;
        bottom: 1px;
        text-decoration: none;
        margin-left: 25px;
    }

        .account-heading .log-out:hover {
            color: #f17e21;
            text-decoration: underline;
        }

.menu-inner {
    padding: 20px 25px;
}

    .menu-inner.show {
        display: block;
    }

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list-item {
    display: block;
    padding: 5px 10px;
}

.menu-last-item {
    margin-top: 20px;
}

.menu-list-link {
    font-size: 14px;
    font-size: 0.88rem;
    color: #3b8ac3;
    text-decoration: none;
}

.tabs-inverse {
    height: 428px;
}

    .tabs-inverse p {
        color: #3b8ac3;
    }

    .tabs-inverse .tab-handle {
        border-radius: 5px 5px 0 0;
        background-clip: padding-box;
        background: #fff;
        border: 2px solid #3b8ac3;
        border-bottom: 0;
        color: #3b8ac3;
    }

        .tabs-inverse .tab-handle:hover {
            background: #EAF3F8;
        }

    .tabs-inverse .tab-content {
        top: 38px;
        height: 390px;
        border-color: #3b8ac3;
        border-bottom: 0;
    }

    .tabs-inverse .tab-trigger:checked + label {
        position: relative;
        background: #fff;
        z-index: 10;
        border-bottom: 5px;
    }

    .tabs-inverse .tab-trigger:checked ~ .tab-content {
        z-index: 8;
    }

    .tabs-inverse .field-group-featured {
        width: 33%;
        float: left;
        clear: none;
        padding-left: 15px;
    }

.filter-actions {
    border: 2px solid #3b8ac3;
    padding-bottom: 15px;
    padding: 10px 20px;
    overflow: hidden;
    border-top: 2px solid #a2c7e2;
    text-align: right;
}

    .filter-actions + li {
        margin-left: 0;
    }

    .filter-actions .field-group-featured {
        width: auto;
        display: inline-block;
        clear: none;
        margin-bottom: 0;
        padding-left: 20px;
        text-align: left;
    }

        .filter-actions .field-group-featured label {
            line-height: 26px;
        }

        .filter-actions .field-group-featured input[type="checkbox"] {
            margin-top: 4px;
        }

    .filter-actions .field-group .btn,
    .filter-actions .field-group .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .filter-actions .field-group a,
    .filter-actions .field-group .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .filter-actions .field-group a {
        padding: 10px 14px;
        position: relative;
        top: 4px;
        height: auto;
        line-height: 1;
        display: inline;
        float: left;
    }

.tabs-alt {
    padding: 0;
    height: auto;
    margin: 0 0 5px;
    list-style: none;
    width: 100%;
    display: table;
}

    .tabs-alt li {
        text-align: center;
        display: table-cell;
    }

        .tabs-alt li:last-child a {
            margin-right: 0;
        }

        .tabs-alt li a {
            font-size: 14px;
            font-size: 0.88rem;
            background: #3b8ac3;
            text-decoration: none;
            color: #fff;
            padding: 10px 0;
            height: 40px;
            display: block;
            margin-right: 5px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .tabs-alt li a.selected {
                background: #256aad;
            }

            .tabs-alt li a:hover {
                cursor: pointer;
            }

.tab-alt-content {
    font-size: 14px;
    font-size: 0.88rem;
    margin-bottom: 5px;
    display: none;
    width: 100%;
    color: #3b8ac3;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

    .tab-alt-content.tab-show {
        display: table;
    }

    .tab-alt-content .field {
        height: 40px;
        border-color: #3b8ac3;
    }

.tab-alt-row {
    border-top: 1px solid #c2d8ed;
}

    .tab-alt-row td {
        text-align: left;
        padding: 20px;
    }

        .tab-alt-row td:nth-child(3) {
            text-align: center;
        }

        .tab-alt-row td a {
            color: #3b8ac3;
            text-decoration: none;
        }

    .tab-alt-row .edit {
        font-size: 14px;
        font-size: 0.88rem;
        color: #f17e21;
    }

        .tab-alt-row .edit.selected {
            display: none;
        }

    .tab-alt-row.open {
        background: #ebf3f9;
    }

.hidden-tab-row {
    display: none;
    height: 60px;
}

    .hidden-tab-row.edit-view-show {
        display: table-row;
        background: #ebf3f9;
    }

.field-group.field-group-alt {
    width: 100%;
    float: right;
    margin-top: 10px;
}

    .field-group.field-group-alt .btn,
    .field-group.field-group-alt .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .field-group.field-group-alt a,
    .field-group.field-group-alt .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .field-group.field-group-alt a,
    .field-group.field-group-alt .btn-cancel {
        width: 30%;
        float: right;
        margin-left: 10px;
    }

    .field-group.field-group-alt .btn-cancel {
        background: #808080;
        border-color: #808080;
    }

        .field-group.field-group-alt .btn-cancel:hover {
            color: #fff;
            background: #666;
        }

/*New styling to accompany edit jQuery on account detail page*/

.hidden-tab-row.show-edit-details {
    display: table-row;
}

/*End account detail page*/

.jump-list {
    padding: 15px;
    border: 1px solid #a2c7e2;
}

    .jump-list li {
        display: inline-block;
        line-height: 38px;
    }

    .jump-list a {
        padding: 5px;
        text-decoration: none;
    }

/*Mega Menu*/

.mega-list,
.mega-child {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-list {
    border-bottom: 1px solid #256aad;
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    padding-top: 15px;
}

.nav-link.mega-link:after {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-none-color: black;
    border-up-width: 0;
}

.mega-link,
.mega-child-link {
    text-decoration: none;
}

.has-mega-list.open .mega-list {
    display: table;
}

.has-mega-list.open > .nav-link {
    background: #256aad;
    border-left: 1px solid #215f9a;
}

    .has-mega-list.open > .nav-link:after {
        display: block;
    }

.mega-item.open .mega-child {
    display: block;
}

.mega-item.open > .nav-link {
    background: #256aad;
    border-left: 1px solid #215f9a;
}

.open-item .mega-child {
    display: table;
}

.mega-link.open-first {
    background: #256aad;
    border-left: 1px solid #215f9a;
}

.has-mega-list > .nav-link {
    position: relative;
}

    .has-mega-list > .nav-link:after {
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #c2d8ed;
        border-top-width: 0;
        content: '';
        position: absolute;
        z-index: 900;
        bottom: -15px;
        cursor: default;
        left: 50%;
        margin-left: -8px;
        display: none;
    }

.nav-item.has-mega-list:hover:after {
    display: block;
}

.mega-child {
    border: 1px solid #256aad;
    padding: 20px 25% 20px 0;
    border-top: none;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    background: #F9FCFF;
    min-height: 415px;
}

.mega-child-link {
    color: #256aad;
    -webkit-transition: 0.1s all ease;
    transition: 0.1s all ease;
    display: block;
    padding: 10px;
    line-height: 20px;
}

    .mega-child-link:hover {
        color: #fff;
        background: #f17e21;
    }

    .mega-child-link strong {
        -webkit-transition: 0 all ease;
        transition: 0 all ease;
    }

.mega-link {
    border-top: 2px solid #c2d8ed;
}

.mega-item:first-child {
    border-left: 1px solid #256aad;
}

.mega-item:last-child {
    border-right: 1px solid #256aad;
}

.mega-special-item {
    height: 400px;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 20px;
}

    .mega-special-item .add-link {
        padding: 8px 20px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

.mega-featured-top {
    width: 100%;
}

.mega-product-heading {
    font-size: 18px;
    font-size: 1.13rem;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
}

.mega-product-description {
    font-size: 14px;
    font-size: 0.88rem;
    margin-top: 5px;
    font-weight: 400;
}

.mega-featured-image {
    max-width: 130px;
    max-height: 200px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.box.mega-featured {
    min-height: 350px;
    height: auto;
    border-color: #f68c1e;
}

    .box.mega-featured .heading {
        background: #f68c1e;
    }

/*end mega menu section*/

.feature-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #c2d8ed;
    color: #3b8ac3;
}

    .feature-table th {
        background: #3b8ac3;
        color: #fff;
        font-weight: normal;
        padding: 10px 20px;
        text-align: left;
        border: 1px solid #3b8ac3;
    }

    .feature-table td {
        padding: 10px 20px;
    }

    .feature-table img {
        max-width: 80px;
    }

    .feature-table tr + tr td {
        border-top: 1px solid #c2d8ed;
    }

    .feature-table .discount {
        color: #39b54a;
    }

    .feature-table .qty {
        width: 50px;
        border: 1px solid #3b8ac3;
        margin-right: 15px;
        margin-left: 2px;
        padding: 10px;
        color: #363636;
    }

    .feature-table.section {
        border: 0;
    }

        .feature-table.section .btn,
        .feature-table.section .sli_container .sli_grid_moreinfo a,
        .sli_container .sli_grid_moreinfo .feature-table.section a,
        .feature-table.section .sli_container .sli_grid_buy a,
        .sli_container .sli_grid_buy .feature-table.section a {
            width: 100%;
        }

    .feature-table .extra-label {
        display: none;
    }

.icon-bin {
    display: inline-block;
    width: 24px;
    height: 31px;
}

.section {
    width: 50%;
    float: left;
}

    .section:first-child {
        padding-right: 20px;
    }

    .section:last-child {
        padding-left: 20px;
    }

.section-mini-height {
    min-height: 190px;
    margin-bottom: 20px;
}

.section-faux {
    height: 1px;
}

.section.faq-section {
    padding: 20px;
}

    .section.faq-section:last-child {
        padding-left: 20px;
    }

    .section.faq-section h2 {
        margin-top: 0;
    }

/*Checkout Confirm*/

.payment-icon {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
}

.table-heading {
    font-size: 22px;
    font-size: 1.38rem;
    margin-top: 30px;
    margin-bottom: 20px;
}

.feature-table.payment-table {
    border: 1px solid #c2d8ed;
    position: relative;
}

    .feature-table.payment-table .type-heading {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 8px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .feature-table.payment-table td {
        position: relative;
        background: #F9FCFF;
        border-bottom: 1px solid #c2d8ed;
    }

    .feature-table.payment-table tr {
        position: relative;
    }

    .feature-table.payment-table .radio-tickbox {
        -webkit-transition: 0 all ease;
        transition: 0 all ease;
        float: left;
        margin-top: 8px;
        width: 28px;
        height: 28px;
        display: block;
        border: 1px solid #ccc;
        background: url("../images/tick.png") 20px 20px no-repeat white;
    }

    .feature-table.payment-table .payment-method {
        position: absolute;
        left: -9999px;
    }

    .feature-table.payment-table .selected-payment .radio-tickbox {
        background-position: 3px 3px;
    }

    .feature-table.payment-table .payment-method:checked + .btn,
    .feature-table.payment-table .sli_container .sli_grid_moreinfo .payment-method:checked + a,
    .sli_container .sli_grid_moreinfo .feature-table.payment-table .payment-method:checked + a,
    .feature-table.payment-table .sli_container .sli_grid_buy .payment-method:checked + a,
    .sli_container .sli_grid_buy .feature-table.payment-table .payment-method:checked + a {
        background: #E06203;
        border-color: #C15402;
    }

    .feature-table.payment-table p {
        margin-bottom: 6px;
    }

    .feature-table.payment-table .note-text {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .feature-table.payment-table .paypal-logo {
        padding: 9px;
        position: relative;
        left: 2px;
        top: 4px;
        max-width: 90px;
    }

    .feature-table.payment-table tr td:first-child {
        text-align: center;
        background: #3b8ac3;
        color: #fff;
        padding: 40px 20px;
    }

    .feature-table.payment-table .select-btn-container {
        text-align: center;
        min-width: 170px;
    }

    .feature-table.payment-table .btn,
    .feature-table.payment-table .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .feature-table.payment-table a,
    .feature-table.payment-table .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .feature-table.payment-table a {
        width: 130px;
        display: block;
        float: right;
        color: #fff;
    }

    .feature-table.payment-table .payment-select-label {
        display: block;
        padding: 40px 20px;
        margin: -40px -20px;
    }

.confirmed-basket {
    margin-bottom: 0;
}

.confirmed-qty {
    display: inline-block;
    padding: 6px 12px;
    color: #888;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-left: 10px;
}

.feature-table.confirmed-details-table {
    width: 100%;
}

    .feature-table.confirmed-details-table td {
        text-align: left;
    }

    .feature-table.confirmed-details-table p {
        color: #3b8ac3;
        margin-bottom: 2px;
    }

    .feature-table.confirmed-details-table tr + tr td {
        border-top: none;
    }

        .feature-table.confirmed-details-table tr + tr td:first-child {
            border-color: #c2d8ed;
        }

    .feature-table.confirmed-details-table th {
        color: #3b8ac3;
        font-weight: 900;
        border: none;
        background: #EBF3F9;
    }

.confirm-section-wrap {
    position: relative;
    overflow: hidden;
}

    .confirm-section-wrap .section-faux {
        width: 40%;
    }

.feature-table.confirm-order-table {
    float: right;
    padding: 0;
    width: 50%;
    margin-top: 10px;
    text-align: right;
}

    .feature-table.confirm-order-table td {
        padding: 10px 0;
    }

    .feature-table.confirm-order-table tr + tr td:first-child {
        border-width: 1px;
    }

.feature-table .btn.confirm-order,
.feature-table .sli_container .sli_grid_moreinfo a.confirm-order,
.sli_container .sli_grid_moreinfo .feature-table a.confirm-order,
.feature-table .sli_container .sli_grid_buy a.confirm-order,
.sli_container .sli_grid_buy .feature-table a.confirm-order {
    padding: 14px 12px;
    float: right;
    width: auto;
    margin-top: 20px;
}

.membership-expire {
    font-weight: bold;
}

    .membership-expire .btn,
    .membership-expire .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .membership-expire a,
    .membership-expire .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .membership-expire a {
        font-weight: normal;
        float: right;
    }

    .membership-expire td:first-child {
        padding-top: 0;
    }

.checkout-confirm-details .table-heading:first-child {
    margin-top: 5px;
}

.feature-form.card-details-form {
    border: 1px solid #c2d8ed;
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
}

    .feature-form.card-details-form .field {
        padding: 5px;
        height: 36px;
    }

    .feature-form.card-details-form fieldset {
        padding: 20px;
    }

.checkout-code-form {
    margin-bottom: 20px;
}

    .checkout-code-form input {
        max-width: 300px;
        float: right;
    }

.card-payments {
    display: none;
}

    .card-payments.checked {
        display: block;
    }

.address-table input[type=checkbox] {
    margin-left: 18px;
}

.delivery-type-table .standalone-field {
    max-width: 320px;
}

.back-to-top {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
    filter: alpha(opacity=60);
    opacity: 0.6;
    zoom: 1;
    border-radius: 0 10px 10px 0;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 2px 0px 5px 0px rgba(50, 50, 50, 0.3);
    position: relative;
    position: fixed;
    width: 60px;
    height: 65px;
    background: #333;
    border: 1px solid #fff;
    border-left: none;
    z-index: 10000;
    bottom: 100px;
    left: 0;
    display: none;
}

    .back-to-top.show {
        display: block;
    }

    .back-to-top:after {
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom-color: white;
        border-top-width: 0;
        content: '';
        position: absolute;
        top: 22px;
        left: 15px;
    }

.is-hidden {
    display: none;
}

/*Countdown Styling*/

.countdown-wrap {
    background: #3b8ac3;
    border-top: 6px solid #d1d1d1;
}

    .countdown-wrap .wrap {
        -webkit-box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
        background: #256aad;
        height: 150px;
    }

    .countdown-wrap .countdown-text {
        width: 60%;
        float: left;
        padding: 40px 0 0 40px;
    }

        .countdown-wrap .countdown-text .countdown-heading {
            font-size: 40px;
            font-size: 2.5rem;
            position: relative;
            margin: 10px 0 0;
            font-weight: 400;
            color: #fff;
            float: left;
            padding-bottom: 20px;
            padding-left: 10px;
        }

            .countdown-wrap .countdown-text .countdown-heading .countdown-image-swoosh {
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .countdown-wrap .countdown-text .countdown-image-clock {
            float: left;
            margin-right: 30px;
        }

    .countdown-wrap .countdown-timer {
        padding: 38px 20px 0 0;
        width: 40%;
        float: right;
        margin: 0;
        position: relative;
    }

.countdown-text-image {
    width: 100%;
}

.countdown-image-timer {
    position: absolute;
    top: 42px;
    left: 50px;
    float: left;
}

.countdown_amount {
    border-radius: 5px;
    background-clip: padding-box;
    color: #f17e21;
    font-weight: 900;
    font-size: 40px;
    background: #fff;
    padding: 3px 10px;
    width: 70px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

    .countdown_amount:before {
        content: ':';
        font-size: 40px;
        color: #fff;
        position: absolute;
        left: -20px;
    }

.countdown_section:first-child .countdown_amount:before {
    content: '';
}

.countdown_section {
    font-size: 14px;
    font-size: 0.88rem;
    font-weight: 900;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    padding-left: 30px;
}

#banner_right {
    padding-top: 0;
    float: right;
}

.countdown_rtl {
    direction: rtl;
}

.countdown_holding span {
    color: #888;
}

.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 12px;
    text-align: center;
}

.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: 48%;
}

.countdown_show4 .countdown_section {
    width: 24.5%;
}

.countdown_show4,
.countdown_show3,
.countdown_show2,
.countdown_show1 {
    display: block;
}

.countdown_show5 .countdown_section {
    width: 19.5%;
}

.countdown_show6 .countdown_section {
    width: 16.25%;
}

.countdown_show7 .countdown_section {
    width: 14%;
}

.countdown_descr {
    display: block;
    width: 100%;
    text-align: center;
}

.generic-error,
#sli_noresult.sli_bottom_border {
    border-radius: 5px;
    background-clip: padding-box;
    display: inline-block;
    padding: 15px 15px 15px 50px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.3;
}

    .generic-error i,
    #sli_noresult.sli_bottom_border i {
        border-radius: 25px;
        background-clip: padding-box;
        font-size: 20px;
        font-size: 1.25rem;
        width: 25px;
        height: 25px;
        text-align: center;
        position: absolute;
        left: 15px;
        top: 12px;
        line-height: 1.3;
        margin-right: 8px;
        background: #fff;
    }

/*Generic Content*/

.generic-table {
    color: #256aad;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
}

    .generic-table thead {
        background: #EBF3F9;
    }

    .generic-table td,
    .generic-table th {
        padding: 14px 10px;
        border: 1px solid #ccc;
    }

/*Membership Page*/

.product-plus-wrap .btn.add-link,
.product-plus-wrap .sli_container .sli_grid_moreinfo a.add-link,
.sli_container .sli_grid_moreinfo .product-plus-wrap a.add-link,
.product-plus-wrap .sli_container .sli_grid_buy a.add-link,
.sli_container .sli_grid_buy .product-plus-wrap a.add-link {
    width: 70%;
    min-width: 55px;
}

.checkout-basket-wrap {
    clear: both;
}

    .checkout-basket-wrap .feature-table,
    .checkout-confirm-details .feature-table {
        text-align: center;
    }

.fa.fa-home {
    margin-top: 9px;
}

.fa.fa-bars {
    margin-top: 12px;
}

/*Further mega menu styling*/

.mega-child .mega-child-section {
    float: left;
    width: 25%;
}

.mega-child li ul {
    list-style: none;
    padding-left: 0;
}

.mega-child-heading {
    font-weight: bold;
}

.ie-warning {
    display: none;
}

.MagicThumb {
    z-index: 1;
}

.heading a {
    text-decoration: none;
}

.product-secondary .product-extra-info.tab-content {
    height: auto;
    max-height: 230px;
}

.fast_order_quantity input {
    width: 30px;
    margin: 0 2px;
    text-align: center;
}

.general-image-full {
    width: 100%;
}

.general-image-adapt {
    max-width: 100%;
}

.product-ingredients {
    padding: 0 0 3px 30px;
    margin-bottom: 20px;
}

    .product-ingredients ul {
        list-style: disc;
        margin: 0;
        padding: 0;
    }

    .product-ingredients li {
        color: #3b8ac3;
    }

.nutrient-search-terms {
    border-bottom: 1px solid #3b8ac3;
    padding: 0 0 20px;
}

    .nutrient-search-terms .remove-button {
        margin-left: 20px;
    }

.nutrient-search-heading {
    font-size: 22px;
    font-size: 1.38rem;
    color: #3b8ac3;
    margin-top: 0;
}

.nutrient-search-list {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.nutrient-search-item button {
    font-size: 15px;
    font-size: 0.94rem;
    border: none;
    background: #3b8ac3;
    padding: 10px 15px 10px 20px;
    float: left;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 15px;
    min-width: 140px;
}

.product-extra-wrap.nutrient-selector-wrap {
    padding-top: 20px;
}

/*Styling for the account detail tab radio buttons*/

.tab-alt-content .edit-view-show label {
    display: block;
    margin-bottom: 10px;
}

.tab-alt-content .edit-view-show input {
    margin-right: 8px;
}

.form label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #3b8ac3;
}

.form select {
    background: #fff;
}

.feature-form {
    background: #EAF3F8;
    padding: 0 40px;
    overflow: hidden;
}

    .feature-form fieldset {
        margin: 0;
        padding: 60px 0 0 20px;
        border: 0;
        position: relative;
    }

        .feature-form fieldset + fieldset {
            border-top: 1px solid #a2c7e2;
        }

    .feature-form p {
        padding-right: 20px;
    }

    .feature-form .no-legend {
        padding-top: 0;
    }

    .feature-form legend {
        text-transform: uppercase;
        color: #f68c1e;
        margin-bottom: 20px;
        position: absolute;
        top: 20px;
        left: 20px;
    }

.feature-form-gap {
    border-right: 20px solid white;
}

.form-slim {
    padding: 0;
    display: table;
    width: 100%;
}

    .form-slim .cell {
        vertical-align: middle;
        display: table-cell;
        padding: 20px 0 20px 20px;
    }

        .form-slim .cell:last-child {
            padding-right: 20px;
        }

    .form-slim .cell-small {
        width: 70px;
    }

    .form-slim .cell-full {
        width: 100%;
    }

    .form-slim label {
        margin-bottom: 0;
    }

    .form-slim input[id="qty"] {
        width: 100px;
    }

    .form-slim .field {
        height: auto;
    }

.field {
    font-family: 'Open Sans', Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    display: block;
    width: 100%;
    line-height: 1;
    border: 1px solid #215f9a;
    padding: 10px;
    height: 43px;
}

.field-group {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.field-group-small {
    width: 25%;
}

.field-group-medium {
    width: 50%;
}

.field-group-large {
    width: 75%;
}

.field-group-full {
    width: 100%;
}

    .field-group-full .tiny-field {
        width: 20%;
        min-width: 60px;
    }

.field-group-nolabel {
    padding-top: 26px;
}

.field-group .btn,
.field-group .sli_container .sli_grid_moreinfo a,
.sli_container .sli_grid_moreinfo .field-group a,
.field-group .sli_container .sli_grid_buy a,
.sli_container .sli_grid_buy .field-group a {
    font-family: 'Open Sans', Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    width: 100%;
    height: 43px;
    padding: 0;
    line-height: 43px;
    text-align: center;
}

.feature-form .field-group {
    padding-right: 20px;
}

.field-group-huge,
.field-group-featured,
.field-group-grouped {
    width: 100%;
    clear: both;
    float: none;
}

    .field-group-featured label {
        white-space: normal;
        margin-left: 30px;
        margin-bottom: 0;
    }

    .field-group-featured input[type="checkbox"] {
        float: left;
        margin-top: 3px;
    }

    .field-group-grouped .line {
        color: #363636;
        color: rgba(54, 54, 54, 0.7);
        font-size: 13px;
        font-size: 0.81rem;
        font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .field-group-grouped input {
        margin-right: 5px;
    }

textarea.field {
    resize: vertical;
    height: 120px;
}

.required label:after {
    content: '*';
    padding-left: 5px;
}

.error {
    font-size: 13px;
    font-size: 0.81rem;
    background-color: #e24040;
    color: #fff;
    display: block;
    line-height: 1;
    margin-top: 5px;
    padding: 10px;
    position: relative;
}

    .error:before {
        position: absolute;
        top: -5px;
        left: 10px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #e24040;
        border-top-width: 0;
        content: '';
    }

.error-group .field {
    border-color: #e24040;
}

.error-group label {
    color: #e24040;
}

.error-group .line {
    color: #363636;
    color: rgba(54, 54, 54, 0.7);
}

.standalone-field {
    width: 100%;
    margin-bottom: 20px;
}

textarea.standalone-field {
    resize: vertical;
    height: 75px;
}

.form.progress-form {
    position: relative;
    z-index: 10;
}

    .form.progress-form:before {
        content: '';
        position: absolute;
        z-index: 750;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background: rgba(255, 255, 255, 0.5);
        cursor: wait;
    }

    .form.progress-form .btn.form-submit,
    .form.progress-form .sli_container .sli_grid_moreinfo a.form-submit,
    .sli_container .sli_grid_moreinfo .form.progress-form a.form-submit,
    .form.progress-form .sli_container .sli_grid_buy a.form-submit,
    .sli_container .sli_grid_buy .form.progress-form a.form-submit {
        position: relative;
        z-index: 800;
        background: url("../images/ajax-loader.gif") center no-repeat #f17e21;
        cursor: default;
    }

        .form.progress-form .btn.form-submit:focus,
        .form.progress-form .sli_container .sli_grid_moreinfo a.form-submit:focus,
        .sli_container .sli_grid_moreinfo .form.progress-form a.form-submit:focus,
        .form.progress-form .sli_container .sli_grid_buy a.form-submit:focus,
        .sli_container .sli_grid_buy .form.progress-form a.form-submit:focus {
            outline: none;
        }

.field-group-submit {
    float: right;
}

.form-submit .jump-list a {
    display: inline-block;
}

/*SLi search styles*/

#left_col a {
    margin-left: 22px;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
}

    #left_col a:hover {
        text-decoration: underline;
    }

input[type="checkbox"] {
    float: left;
    position: relative;
    top: 3px;
}

input[type="radio"] {
    position: relative;
    top: 3px;
}

div#left_col {
    margin-right: 0;
    width: auto !important;
    width: 20% !important;
}

    div#left_col .box {
        border-radius: 10px;
        border: 1px solid #3b8ac3;
        margin-bottom: 20px;
    }

div.sli_container {
    color: #000;
    width: 78%;
    padding-left: 2%;
}

    div.sli_container a {
        color: #256aad;
        text-decoration: none;
    }

        div.sli_container a:hover {
            text-decoration: underline;
        }

    div.sli_container .sli_bct {
        color: #256aad;
        padding: 8px 5px;
    }

    div.sli_container .sli_view b {
        color: #256aad;
    }

    div.sli_container .sli_view a {
        color: #256aad;
    }

    div.sli_container .sli_search_suggestions {
        color: #256aad;
        padding: 7px;
    }

        div.sli_container .sli_search_suggestions a {
            padding: 2px 0px;
            display: inline-block;
        }

    div.sli_container .sli_sort {
        color: #256aad;
        padding-bottom: 12px;
    }

        div.sli_container .sli_sort b {
            color: #256aad;
        }

        div.sli_container .sli_sort a {
            color: #256aad;
        }

    div.sli_container .pageactive {
        color: #256aad;
    }

    div.sli_container .pageselectortext a.pageselectorlink {
        color: #256aad;
        font-weight: normal;
    }

    div.sli_container #sli_pagination_header,
    div.sli_container #sli_view_sort {
        padding: 5px 0;
        font-size: 13px;
        font-size: 0.81rem;
    }

    div.sli_container .sli_bottom_border {
        border-color: #c2d8ed;
    }

    div.sli_container #sli_poweredby {
        font-size: 13px;
        font-size: 0.81rem;
    }

        div.sli_container #sli_poweredby span {
            position: relative;
            top: 2px;
            padding-right: 3px;
        }

    div.sli_container .btn,
    div.sli_container .sli_grid_moreinfo a,
    div.sli_container .sli_grid_buy a {
        color: #fff;
    }

        div.sli_container .btn:hover,
        div.sli_container .sli_grid_moreinfo a:hover,
        div.sli_container .sli_grid_buy a:hover {
            text-decoration: none;
        }

    div.sli_container .sli_related_searches {
        margin-top: 10px;
    }

    div.sli_container .listing p {
        font-size: 13px;
        font-size: 0.81rem;
    }

    div.sli_container .listing .list-info,
    div.sli_container .listing .list-info-secondary {
        margin-left: 23%;
    }

    div.sli_container .product-link-title {
        color: #f17e21;
    }

        div.sli_container .product-link-title:hover {
            text-decoration: none;
        }

#left_col .sli_reset {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 0;
    margin-top: 5px;
}

    #left_col .sli_reset:hover {
        color: #fff;
    }

.sli_facets a {
    -webkit-transition: 0.1s all ease;
    transition: 0.1s all ease;
    color: #256aad;
}

.sli_facets li {
    font-size: 13px;
    font-size: 0.81rem;
}

.sli_count {
    -webkit-transition: 0 all ease;
    transition: 0 all ease;
}
.sli_container .sli_grid_result {
    display: inline-block;
    margin: 10px;
    height: auto;
    min-height: 410px;
    padding-bottom: 80px;
    position: relative;
    vertical-align: top;
    width: 245px;
}

.sli_container .sli_grid_image {
    text-align: center;
}

    .sli_container .sli_grid_image img {
        width: 240px;
        height: 240px;
    }

.sli_container .sli_grid_title {
    line-height: 1.1;
    text-align: center;
}

    .sli_container .sli_grid_title > a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2;
        text-decoration: none;
    }

.sli_container .sli_grid_sub_title {
    font-size: 12px;
    color: #256aad;
    margin-bottom: 0px;
    height: auto;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 0px;
}

.sli_container .sli_grid_size {
    font-size: 14px;
    font-size: 0.88rem;
    color: #256aad;
    display: inline-block;
    font-weight: 400;
    margin-top: 0;
    padding: 5px;
    vertical-align: top;
    width: 70%;
    height: auto;
}

.sli_container .sli_grid_price {
    display: inline-block;
    margin-left: -4px;
    padding: 5px;
    height: auto;
    text-align: center;
    vertical-align: top;
    color: #271d65 !important;
}

.sli_container .sli_grid_moreinfo {
    
}

    .sli_container .sli_grid_moreinfo a {
        color: #fff;
        text-decoration: none;
    }

        .sli_container .sli_grid_moreinfo a:hover {
            text-decoration: none;
        }

.sli_container .sli_grid_buy {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .sli_container .sli_grid_buy a {
        color: #fff;
        text-decoration: none;
    }

        .sli_container .sli_grid_buy a:hover {
            text-decoration: none;
        }

.sli_spelling {
    border-bottom: 1px solid #256aad;
    padding-bottom: 10px;
    font-weight: 800;
}

    .sli_spelling a {
        text-decoration: none;
    }

    .sli_spelling.sli_bottom_border {
        font-size: 20px;
        font-size: 1.25rem;
        color: #256aad;
        margin-bottom: 0;
    }

.sli_bottom_border {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #f68c1e;
}
.product-info__rating {
    text-align: center;
    color: #271d66;
    margin-bottom: 10px;
}
#sli_noresult.sli_bottom_border {
    padding: 20px;
    width: 100%;
    color: #000;
}

#popular_searches {
    padding-top: 20px;
}

    #popular_searches li {
        display: inline-block;
        padding: 5px;
    }

    #popular_searches a {
        text-decoration: none;
    }

.wrap-main.sli_wrapper .main {
    float: none;
    padding-right: 0;
}

.wrap-main.sli_wrapper .sli_container {
    width: 100% !important;
}

@media (-moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

    .box.basket .heading {
        background-image: url(/images/basket-icon@2x.png);
        background-size: 29px 23px;
    }

    .slider-nav .slider-nav-link.prev {
        background-image: url(/images/slider-prev@2x.png);
        background-size: 30px 60px;
    }

    .slider-nav .slider-nav-link.next {
        background-image: url(/images/slider-next@2x.png);
        background-size: 30px 60px;
    }

    .footer .social .twitter {
        background-image: url(/images/twitter-icon@2x.png);
        background-size: 27px 22px;
    }

    .footer .social .facebook {
        background-image: url(/images/facebook-icon@2x.png);
        background-size: 27px 22px;
    }

    .footer .social .linked-in {
        background-image: url(/images/linked-in-icon@2x.png);
        background-size: 27px 22px;
    }

    .footer .social .email {
        background-image: url(/images/email-icon@2x.png);
        background-size: 27px 22px;
    }

    .footer .social .plus {
        background-image: url(/images/plus-icon@2x.png);
        background-size: 27px 22px;
    }

    .footer .social .google-plus {
        background-image: url(/images/google-plus-icon@2x.png);
        background-size: 27px 22px;
    }

    .flag:after {
        background-image: url(/images/flag-select-arrow@2x.png);
        background-size: 13px 9px;
    }

    .flag.britain {
        background-image: url(/images/british-flag@2x.png);
        background-size: 30px 20px;
    }

    .flag.germany {
        background-image: url(/images/german-flag@2x.png);
        background-size: 30px 20px;
    }

    .flag.france {
        background-image: url(/images/french-flag@2x.png);
        background-size: 30px 20px;
    }

    .content-list-item {
        background-image: url(/images/list-tick@2x.png);
        background-size: 23px 28px;
    }

    .feature-table.payment-table .radio-tickbox {
        background-image: url(/images/tick@2x.png);
        background-size: 20px 20px;
    }
}

@media only screen and (min-width: 790px) {

    .nav-products {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {

    .header.header-alt {
        background-position: -600px -10px;
    }

    .language-select {
        width: 160px;
        padding-left: 0;
    }

    .main-login {
        width: 85%;
    }

    .tabs-alt {
        display: block;
    }

        .tabs-alt li {
            display: block;
        }

            .tabs-alt li a {
                margin-right: 0;
                padding: 15px;
                height: auto;
                border-bottom: 1px solid #256aad;
            }

    .field-group.field-group-alt .btn,
    .field-group.field-group-alt .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .field-group.field-group-alt a,
    .field-group.field-group-alt .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .field-group.field-group-alt a,
    .field-group.field-group-alt .btn-cancel {
        margin-left: 0;
        float: left;
        margin-right: 2%;
        width: 49%;
    }

        .field-group.field-group-alt .btn:last-child,
        .field-group.field-group-alt .sli_container .sli_grid_moreinfo a:last-child,
        .sli_container .sli_grid_moreinfo .field-group.field-group-alt a:last-child,
        .field-group.field-group-alt .sli_container .sli_grid_buy a:last-child,
        .sli_container .sli_grid_buy .field-group.field-group-alt a:last-child,
        .field-group.field-group-alt .btn-cancel:last-child {
            margin-right: 0;
        }

    .feature-table td {
        font-size: 13px;
        font-size: 0.81rem;
        padding: 15px 10px;
    }

    .confirm-section-wrap .section-faux {
        width: 30%;
    }

    .countdown-wrap .wrap {
        height: 250px;
    }

    .countdown-wrap .countdown-text {
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center;
        padding-top: 30px;
    }

    .countdown-wrap .countdown-text .countdown-heading {
        font-size: 34px;
        font-size: 2.13rem;
    }

    .countdown-wrap .countdown-timer {
        width: 100%;
        float: none;
        overflow: hidden;
        padding-top: 20px;
    }

    .countdown-text-image {
        width: 100%;
        max-width: 620px;
    }

    #banner_right {
        float: none;
        width: 430px;
        margin: 0 auto;
    }

    .feature-form {
        padding: 0 20px;
    }

    .sli_container .sli_grid_result {
        width: 22%;
        min-height: 390px;
    }
}

@media only screen and (max-width: 767px) and (-moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {

    .tabs .tab-handle:after {
        background-image: url(/images/dropdown-icon-tabs@2x.png);
        background-size: 29px 23px;
    }
}

@media only screen and (max-width: 767px) {

    .input {
        font-size: 18px;
        font-size: 1.13rem;
    }

    .box-small {
        width: 100%;
    }

    .box-container {
        width: 100%;
        padding-left: 20px;
    }

    .feature-container {
        height: auto;
        z-index: 50;
        margin-bottom: 0;
    }

    .feature {
        height: 200px;
    }

    .feature-inner {
        width: 80%;
    }

    .small-slider .add-link {
        width: 100%;
        min-width: 0;
    }

    .slider {
        padding-bottom: 25px;
    }

    .slider-pagination {
        bottom: -3px;
    }

        .slider-pagination .paginate-item .paginate-link {
            width: 10px;
            height: 10px;
        }

    .slider-nav .slider-nav-link {
        height: 40px;
        width: 20px;
    }

        .slider-nav .slider-nav-link.prev {
            background: url("../images/slider-prev-small.png") no-repeat;
        }

        .slider-nav .slider-nav-link.next {
            background: url("../images/slider-next-small.png") no-repeat;
        }

    .small-slider.convincer .convincer-heading {
        font-size: 14px;
        font-size: 0.88rem;
    }

    .small-slider.convincer .description {
        font-size: 14px;
        font-size: 0.88rem;
    }

    .footer-nav-section {
        width: 50%;
    }

    .footer-nav-title {
        padding: 12px 8px;
    }

    .footer-nav-link {
        padding: 8px;
    }

    .sign-in {
        font-size: 14px;
        font-size: 0.88rem;
        width: 145px;
        height: 40px;
        line-height: 40px;
        float: right;
    }

    .language-select {
        width: 145px;
        float: right;
    }

    .product-image-slider {
        width: 42%;
    }

    .product-info {
        margin-left: 42%;
    }

    .product-description {
        margin-left: 42%;
    }

    .product-options form {
        background: none;
    }

    .product-options tr:nth-child(odd) {
        background: none;
    }

    .product-options tr {
        background: none;
    }

    .product-options-submit {
        border-radius: 0;
        background-clip: padding-box;
        width: 100%;
        margin: 0;
        padding: 20px 30px;
    }

        .product-options-submit:hover {
            background: #f17e21;
            border: 1px solid #f17e21;
        }

    .product-options-alt td {
        padding-left: 50%;
        border-right: 1px solid #a2c7e2;
    }

    .product-options table,
    .product-options thead,
    .product-options tbody,
    .product-options th,
    .product-options td,
    .product-options tr {
        display: block;
    }

        .product-options thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .product-options tr:last-child {
            border-bottom: none;
        }

    .product-options td {
        position: relative;
        z-index: 5;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 45%;
        border-bottom: 1px solid #ccc;
    }

        .product-options td:before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #EBF3F9;
            width: 40%;
            padding: 16px 0;
            white-space: nowrap;
        }

    .product-options .secret-heading-bg {
        position: absolute;
        top: 0;
    }

    .product-options select {
        padding: 3px 5px;
        background: #fff;
    }

    .product-options .qty:before {
        padding: 21px 0;
    }

    .product-options .product-code {
        background: #3b8ac3;
        color: #fff;
        border: 1px solid #3b8ac3;
    }

        .product-options .product-code:before {
            background: #3b8ac3;
            border-right: 1px solid #317AAF;
        }

    .product-options td:nth-of-type(1):before {
        content: "Code";
    }

    .product-options td:nth-of-type(2):before {
        content: "Amount";
    }

    .product-options td:nth-of-type(3):before {
        content: "Unit Price";
    }

    .product-options td:nth-of-type(4):before {
        content: "Stock Status";
    }

    .product-options td:nth-of-type(5):before {
        content: "Price";
    }

    .product-options td:nth-of-type(6):before {
        content: "Special Offer";
    }

    .product-options td:nth-of-type(7):before {
        content: "Qty";
    }

    .product-options-alt td:nth-of-type(2):before {
        content: "Description";
    }

    .product-options-alt td:nth-of-type(3):before {
        content: "Amount";
    }

    .product-options-alt td:nth-of-type(4):before {
        content: "Unit Price";
    }

    .product-options-alt td:nth-of-type(5):before {
        content: "Price";
    }

    .product-options-alt td:nth-of-type(6):before {
        content: "Special Offer";
    }

    .product-options-alt td:nth-of-type(7):before {
        content: "Qty";
    }

    .product-extra-wrap {
        height: auto;
    }

    .tabs li {
        display: block;
        position: relative;
    }

        .tabs li:last-child .tab-handle {
            border-bottom: none;
        }

    .tabs .tab-handle {
        padding: 15px 20px;
        text-align: left;
        margin-right: 0;
        height: auto;
    }

        .tabs .tab-handle:after {
            background: url("../images/dropdown-icon-tabs.png") 0 -3px no-repeat;
            content: '';
            width: 29px;
            height: 23px;
            position: absolute;
            right: 15px;
            top: 19px;
        }

    .tab-content {
        position: static;
        height: auto;
    }

    .large-feature .feature-inner {
        width: auto;
        bottom: 20px;
    }

    .listing .list-item-top .description {
        margin-left: 0;
        padding-left: 0;
        margin-right: 20%;
        padding-right: 20px;
    }

    .listing .list-item {
        padding: 20px 0 0;
    }

    .listing .product-link-image {
        width: 30%;
        position: relative;
        top: 0;
        float: right;
    }

    .listing .description {
        padding-right: 35%;
        min-height: 150px;
    }

    .listing .list-info,
    .listing .list-info-secondary {
        margin-left: 0;
        padding-left: 0;
    }

    .search-again-form .field-group {
        width: 100%;
    }

    .main-login {
        width: 100%;
    }

    .tabs-inverse {
        height: auto;
    }

        .tabs-inverse .tab-handle {
            border-radius: 0;
            background-clip: padding-box;
            margin-bottom: 0;
        }

        .tabs-inverse .tab-content {
            height: auto;
        }

        .tabs-inverse .tab-trigger:checked + label {
            background: #3b8ac3;
            color: #fff;
        }

        .tabs-inverse .field-group-featured {
            width: 50%;
        }

    .filter-actions {
        border-top: 2px solid #3b8ac3;
    }

        .filter-actions .field-group-featured {
            width: 48%;
        }

        .filter-actions .field-group-btn {
            padding-left: 0;
            width: 100%;
        }

    .mega-child {
        padding-right: 30%;
    }

    .mega-special-item {
        width: 30%;
    }

    .feature-table th {
        padding: 10px;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .feature-table img {
        max-width: 40px;
    }

    .feature-table .qty {
        padding: 3px 7px;
        width: 30px;
        margin-left: 7px;
    }

    .feature-table .faux-link {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 3px;
    }

    .feature-table.payment-table td {
        display: table-cell;
        text-align: left;
        padding: 10px;
    }

    .feature-table.payment-table tr.option-row > td:first-child {
        padding: 25px 6px;
        display: none;
    }

    .feature-table.payment-table .select-btn-container {
        min-width: 165px;
    }

    .feature-table.payment-table .payment-select-label {
        padding: 25px 6px;
        margin: -25px -6px;
    }

    .feature-table.confirmed-details-table th {
        display: table-cell;
    }

    .confirm-section-wrap .section-faux {
        width: 0;
    }

    .feature-table.confirm-order-table td {
        font-size: 14px;
        font-size: 0.88rem;
        text-align: center;
    }

    .feature-form.card-details-form {
        width: 100%;
    }

        .feature-form.card-details-form .field-group {
            width: 100%;
        }

    .checkout-code-form label span {
        display: block;
        margin-top: -15px;
    }

    .delivery-type-table,
    .delivery-special-table {
        width: 100%;
    }

    .feature-form-gap {
        border: none;
    }

    .form-slim {
        padding-bottom: 15px;
    }

    .form-slim {
        display: block;
    }

    .form-slim .cell {
        height: 63px;
        display: block;
        float: left;
        width: 50%;
        padding: 20px 15px 0 20px;
    }

        .form-slim .cell:last-child {
            float: right;
        }

    .form-slim label {
        line-height: 40px;
    }

    .form-slim input[id="qty"] {
        width: 100%;
    }

    .form-slim .btn,
    .form-slim .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .form-slim a,
    .form-slim .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .form-slim a {
        width: 100%;
        margin-bottom: 20px;
    }

    .field-group-small {
        width: 50%;
    }

    .field-group-large {
        width: 50%;
    }

    div#left_col {
        width: 30% !important;
    }

    div.sli_container {
        width: 68% !important;
    }

        div.sli_container .sli_sort {
            clear: both;
            float: left;
            text-align: left;
            margin-top: 10px;
            margin-left: 5px;
        }

        div.sli_container .listing .list-info,
        div.sli_container .listing .list-info-secondary {
            margin-left: 0;
        }

    .sli_container .sli_grid_result {
        min-height: 420px;
        width: 29.9%;
    }

    .sli_container .sli_grid_moreinfo a {
        padding: 10px 15px;
    }

    .sli_container .sli_grid_buy a {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 790px) and (-moz-device-pixel-ratio: 1.5), only screen and (max-width: 790px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 790px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 790px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 790px) and (min-resolution: 1.5dppx) {

    .box.reviews .heading {
        background-image: url(/images/reviews-icon@2x.png);
        background-size: 29px 23px;
    }

    .box.account .heading {
        background-image: url(/images/account-icon@2x.png);
        background-size: 29px 29px;
    }

    .box.categories .heading {
        background-image: url(/images/categories-icon@2x.png);
        background-size: 29px 23px;
    }
}

@media only screen and (max-width: 790px) {
/*
    .header {
        background-position: -770px 130px;
        height: 395px;
        padding-top: 50px;
    }

        .header.header-alt {
            background-position: -700px -10px;
        }
*/
    .footer {
        text-align: center;
    }

    .wrap-home .box.box-large.account {
        display: block;
    }

    .wrap-fast-order .box.box-large.account,
    .wrap-fast-order .box.box-large.reviews,
    .wrap-fast-order .box.box-medium.security {
        display: block;
    }

    .wrap-fast-order .box.box-medium.security {
        display: none;
    }

    .wrap-main {
        padding: 0;
    }

    .wrap-footer-nav {
        padding: 0;
    }

    .wrap-footer {
        padding: 0;
    }

    .logo {
        height: 240px;
        max-width: none;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

   /* .nav {
        -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.75);
        background: #262c62;
        clear: both;
        border-top: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
*/
    .header-info {
        position: static;
        width: 100%;
        height: auto;
        clear: both;
        border-top: 5px solid #d1d1d1;
    }

    .search {
        width: 73%;
        height: auto;
        padding-top: 0;
    }

    .information {
        float: left;
        width: 27%;
        height: 45px;
        padding-left: 0;
    }

    .main {
        min-height: 0 !important;
        padding-right: 0;
    }

    .secondary {
        position: static;
        float: none;
        width: 100%;
    }

    .logo-text {
        padding: 0 10px;
        position: static;
        width: 100%;
        max-width: 280px;
        display: inline-block;
    }

    .logo-house {
        width: 85%;
        max-width: 320px;
    }

    .logo-link {
        margin-top: 45px;
    }

    .nav-list-wrap {
        display: none;
        border: none;
        border-top: 1px solid #215f9a;
    }

        .nav-list-wrap.show {
            display: block;
        }

    .nav-item.nav-item-login {
        display: block;
    }

    .nav-item {
        display: block;
    }

        .nav-item .nav-link {
            border: none;
            border-top: 1px solid #63a1cf;
            border-bottom: 1px solid #215f9a;
        }

            .nav-item .nav-link:hover {
                border-left: none !important;
                border-top: 1px solid #215f9a;
            }

            .nav-item .nav-link.selected {
                border: none;
                border-top: 1px solid #215f9a;
            }

    .nav-select {
        display: block;
    }

    .breadcrumb {
        /*background: #E7F2FA;*/
        border-top: 1px solid #DAEBF6;
        border-bottom: 1px solid #DAEBF6;
        width: 100%;
        padding: 15px 10px;
        line-height: 1.6;
        text-align: center;
    }

    .input {
        font-size: 17px;
        font-size: 1.06rem;
        height: 45px;
        width: 75%;
        text-align: center;
    }

    .submit-container {
        height: 45px;
        width: 25%;
    }

    .submit {
        font-size: 12px;
        font-size: 0.75rem;
        height: 43px;
    }

    .search-form {
        height: 45px;
        width: auto;
    }

    .icon-search-container {
        height: 43px;
        line-height: 50px;
    }

    .icon-search {
        top: -1px;
    }

    .box {
        border-radius: 0;
        background-clip: padding-box;
        margin-bottom: 0;
        border: none;
    }

    .box-large {
        margin-bottom: 0;
    }

    .box-medium {
        height: 365px;
    }

    .box-container {
        width: 50%;
        border: 10px solid #fff;
        padding-left: 0;
    }

    .box.reviews {
        height: auto;
    }

        .box.reviews .heading {
            background: url("../images/reviews-icon.png") 30px 19px no-repeat #3b8ac3;
        }

    .feature-container {
        margin-left: 0;
        padding: 0 10px;
    }

    .feature {
        height: 250px;
    }

    .feature-inner {
        /*border-radius: 0 50px 0 0;*/
        background-clip: padding-box;
        width: auto;
        left: 10px;
        bottom: 10px;
        text-align: center;
    }

    .heading,
    .heading-reviews {
        padding: 20px 15px;
    }

    .box .list-item {
        padding: 6px 5px;
    }

    .box .notes {
        padding: 12px 15px 5px;
    }

        .box .notes .note-text {
            padding: 0 15px;
        }

    .box .total-price {
        top: 16px;
    }

    .box .total-price {
        top: 21px;
    }

        .box .total-price:after {
            top: 32px;
        }

    .box.account .heading {
        background: url("../images/account-icon.png") 30px 17px no-repeat #3b8ac3;
    }

    .box.basket {
        border-bottom: 1px solid #215f9a;
        height: auto;
    }

        .box.basket .heading {
            background-position: 30px 17px;
            border-bottom: none;
        }

        .box.basket .checkout-link {
            padding: 18px 15px;
            background: #2E78AD;
            background: #256aad;
        }

   /* .box.categories .heading {
        background: url("../images/categories-icon.png") 30px 19px no-repeat #3b8ac3;
    }*/

    .small-slider-container {
        padding-bottom: 10px;
    }

    .box-large.small-slider {
        margin-bottom: 0;
    }

    .small-slider .slider-inner {
        padding: 20px;
    }

    .small-slider .heading {
        text-align: center;
        font-size: 26px;
        font-size: 1.63rem;
    }

    .small-slider .product-heading {
        font-size: 16px;
        font-size: 1rem;
    }

    .small-slider .add-link {
        font-size: 13px;
        font-size: 0.81rem;
        line-height: 35px;
        height: 35px;
    }

    .small-slider {
        padding-bottom: 30px;
    }

    .slider {
        margin-bottom: 10px;
    }

        .slider .slider-image {
            border-radius: 0;
            background-clip: padding-box;
        }

    .small-slider .slider-pagination {
        bottom: 10px;
    }

    .slider-nav {
        height: 40px;
        margin-top: -20px;
    }

    .small-slider.convincer .convincer-heading {
        font-size: 16px;
        font-size: 1rem;
    }

    .small-slider.convincer .description {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .security {
        display: none;
    }

    .promo-container {
        display: none;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-nav-title {
        text-align: center;
    }

    .footer-nav-list {
        text-align: center;
    }

    .copyright {
        clear: both;
        display: inline-block;
        float: none;
        padding: 0 20px;
    }

    .footer .social {
        width: 100%;
        height: auto;
        text-align: center;
        margin-right: 0;
    }

    .sign-in {
        font-size: 15px;
        font-size: 0.94rem;
        display: block;
        width: 100%;
        height: 45px;
        padding: 0;
        margin: 0;
        text-align: center;
        line-height: 45px;
    }

    .language-select {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .flag:after {
        display: none;
    }

    .phone {
        display: none;
    }

    .footer-phone {
        display: block;
    }

    .heading.heading-drop-down {
        border-bottom: 1px solid #215f9a;
    }

    .main-content {
        text-align: center;
        padding: 20px;
    }

        .main-content ol {
            padding-right: 40px;
        }

    .product-image-slider {
        width: 100%;
        max-width: 190px;
        float: none;
        display: inline-block;
        padding-right: 0;
        position: static;
    }

    .product-info {
        margin-left: 0;
    }

    .product-description {
        margin-left: 0;
    }

    .tabs .tab-handle {
        text-align: center;
    }

    .content-list-item {
        max-width: 450px;
    }

    .listing .product-link-image {
        width: 25%;
        position: relative;
        top: 0;
    }

    .listing .description {
        padding-right: 0;
        min-height: 0;
    }

    .listing .info-item .info {
        width: 100%;
        padding: 14px 10px;
    }

    .listing .info-item td {
        width: 100%;
    }

    .listing .list-link {
        display: inline-block;
        padding-bottom: 5px;
    }

    .listing .list-link-alt {
        white-space: nowrap;
    }

    .full-title {
        font-size: 26px;
        font-size: 1.63rem;
        text-align: center;
    }

    .search-again-form {
        text-align: center;
    }

        .search-again-form .field-group {
            width: 60%;
        }

    .delivery-type-table p,
    .delivery-special-table p {
        text-align: center;
    }

    .main-content {
        text-align: left;
    }

    .login-box {
        width: 100%;
        padding: 40px 0 10px;
    }

    .login-existing .login-inner {
        border: none;
    }

    .login-new .login-form {
        padding: 0 0 20px;
    }

    .login-new {
        padding-bottom: 30px;
    }

    .login-form {
        text-align: center;
    }

    .account-heading .full-title .account-number {
        display: block;
        float: none;
    }

    .account-heading .full-title .account-expires {
        text-align: center;
    }

    .menu-inner {
        display: none;
        text-align: center;
    }

    .tabs-inverse .tab-content {
        text-align: left;
    }

    .tabs-inverse .field-group-featured {
        width: 33%;
    }

    .mega-list {
        display: none !important;
    }

    .has-mega-list > .nav-link:after {
        display: none !important;
    }

    .feature-form.delivery-type-table,
    .feature-form.delivery-special-table {
        margin-top: 0;
    }

    .feature-table.payment-table td {
        padding: 10px 20px;
    }

    .feature-table.payment-table .paypal-logo {
        max-width: 80px;
    }

    .feature-table.payment-table tr td:first-child {
        display: table-cell;
    }

    .feature-table.confirmed-details-table td {
        text-align: center;
    }

    .feature-table .btn.confirm-order,
    .feature-table .sli_container .sli_grid_moreinfo a.confirm-order,
    .sli_container .sli_grid_moreinfo .feature-table a.confirm-order,
    .feature-table .sli_container .sli_grid_buy a.confirm-order,
    .sli_container .sli_grid_buy .feature-table a.confirm-order {
        padding: 14px 7px;
        margin: 10px auto;
        width: 60%;
        min-width: 200px;
        float: none;
    }

    .membership-expire .btn,
    .membership-expire .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .membership-expire a,
    .membership-expire .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .membership-expire a {
        float: none;
    }

    .countdown-wrap .wrap {
        height: auto;
        padding-bottom: 30px;
        border-bottom: 6px solid #d1d1d1;
    }

    .countdown-wrap .countdown-text {
        padding: 20px 20px 0;
    }

    .countdown_amount {
        font-size: 30px;
        width: 60px;
        padding: 5px 10px;
    }

        .countdown_amount:before {
            top: -4px;
        }

    #banner_right {
        width: 380px;
    }

    .generic-error,
    #sli_noresult.sli_bottom_border {
        padding: 15px;
    }

        .generic-error i,
        #sli_noresult.sli_bottom_border i {
            display: none;
        }

    .generic-table {
        text-align: center;
    }

    .product-plus-wrap .slider-pagination {
        margin-left: 0;
    }

    .fa.fa-home {
        margin-top: 8px;
    }

    .fa.fa-search {
        margin-top: 12px;
    }

    .product-ingredients {
        padding: 0 0 3px 20px;
    }

    .field-group-full .tiny-field {
        margin: 0 auto;
    }

    .field-group {
        width: 100%;
    }

    div#left_col {
        width: 100% !important;
    }

    div.sli_container {
        width: 100% !important;
        padding-left: 0;
    }

    .left_menu .reviews-inner,
    .left_menu .sli_container .sli_grid_result,
    .sli_container .left_menu .sli_grid_result {
        display: none;
    }

        .left_menu .reviews-inner.show,
        .left_menu .sli_container .show.sli_grid_result,
        .sli_container .left_menu .show.sli_grid_result {
            display: block;
        }

    .left_menu .heading.heading-drop-down:after {
        background: url("../images/dropdown-icon.png") no-repeat;
        content: '';
        width: 29px;
        height: 23px;
        position: absolute;
        right: 15px;
        top: 23px;
    }

    #left_col .sli_reset {
        display: inline-block;
    }

    .sli_container .sli_grid_result {
        width: 44.75%;
    }
}

@media only screen and (max-width: 700px) {

    .login-form .field-group {
        width: 100%;
    }

    .section:first-child {
        padding-right: 0;
    }

    .section:last-child {
        padding-left: 0;
    }

    .section {
        width: 100%;
        margin-top: 20px;
    }

    .section-faux {
        display: none;
    }

    .feature-form-gap {
        border: 0;
    }

    .field-group {
        width: 50%;
    }

    .sli_container .sli_grid_moreinfo a {
        padding: 10px 12px;
    }

    .sli_container .sli_grid_buy a {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 520px) {

    .header {
        background-position: -750px 135px;
    }

        .header.header-alt {
            height: 180px;
        }

            .header.header-alt .logo-text {
                max-width: 200px;
                margin-top: 0;
            }

            .header.header-alt .logo-house {
                left: 0;
                width: 275px;
                bottom: -10px;
            }

    .search {
        width: 68%;
    }

    .information {
        width: 32%;
    }

    .box-container {
        border: none;
        width: 100%;
    }

    .feature-container {
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        padding: 0;
        background: #f2f2f2;
    }

    .feature-primary {
        display: none;
    }

    .feature-secondary {
        display: none;
    }

    .box .notes {
        background: #F4FBFF;
        border-top: 1px solid #215f9a;
    }

    .box.basket .list {
        background: #EDF8FF;
    }

    .box.categories {
        display: block;
    }

    .inner-basket,
    .reviews-inner,
    .sli_container .sli_grid_result,
    .categories-inner, 
    #mc_embed_signup {
        display: none;
    }

    .small-slider {
        padding-bottom: 0;
    }

        .small-slider.convincer {
            display: none;
        }

    .slider {
        margin-bottom: 0;
        padding-bottom: 35px;
    }

    .slider-pagination {
        bottom: 13px;
    }

    .small-slider .slider-pagination {
        display: inline-block;
    }

    .footer-nav-title {
        border-left: none;
    }

    .heading.heading-drop-down {
        font-size: 14px;
        font-size: 0.88rem;
        background: #3b8ac3;
        position: relative;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        color: #fff;
        display: block;
        padding: 20px 10px;
    }

        .heading.heading-drop-down:after {
            background: url("../images/dropdown-icon.png") no-repeat;
            content: '';
            width: 29px;
            height: 23px;
            position: absolute;
            right: 15px;
            top: 23px;
        }

    .listing .list {
        padding: 20px 0;
    }

    .listing .list-item-top .description {
        margin-right: 40%;
        padding-right: 10px;
    }

    .listing .product-link-image {
        width: 40%;
    }

    .listing .add-to-basket .btn,
    .listing .add-to-basket .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .listing .add-to-basket a,
    .listing .add-to-basket .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .listing .add-to-basket a {
        padding: 8px;
    }

    .listing .info-item {
        background: #EBF3F9;
    }

        .listing .info-item:nth-child(4n+1) {
            background: #EBF3F9;
        }

    .listing .list-info-sub {
        padding: 15px 10px 5px;
    }

        .listing .list-info-sub .add-to-basket {
            display: none;
        }

    .listing .secret-add-link {
        display: table-cell;
    }

    .search-again-form .field-group {
        width: 100%;
    }

    .address-table p {
        text-align: center;
    }

    .tabs-inverse .field-group-featured {
        width: 50%;
    }

    .feature-table td {
        font-size: 15px;
        font-size: 0.94rem;
    }

    .feature-table img {
        max-width: 100px;
    }

    .feature-table .qty {
        padding: 10px;
        width: 50px;
    }

    .feature-table .faux-link {
        font-size: 15px;
        font-size: 0.94rem;
    }

    .feature-table {
        border: 2px solid #c2d8ed;
    }

        .feature-table th {
            display: none;
        }

        .feature-table tr {
            background: #F9FCFF;
        }

            .feature-table tr + tr td {
                border-top: 0;
            }

                .feature-table tr + tr td:first-child {
                    border-top: 2px solid #c2d8ed;
                }

        .feature-table td {
            display: block;
            border: 0;
            padding: 20px 10px 0;
        }

            .feature-table td:last-child {
                padding-bottom: 20px;
            }

        .feature-table .extra-label {
            display: inline-block;
            padding: 0 20px;
        }

        .feature-table.payment-table tr.option-row > td:first-child {
            display: none;
        }

        .feature-table.confirmed-details-table {
            border: 1px solid #c2d8ed;
        }

            .feature-table.confirmed-details-table tr + tr td:first-child {
                border-top: 1px solid #c2d8ed;
            }

        .feature-table.confirm-order-table {
            width: 100%;
            margin-top: 20px;
        }

        .feature-table .btn.confirm-order,
        .feature-table .sli_container .sli_grid_moreinfo a.confirm-order,
        .sli_container .sli_grid_moreinfo .feature-table a.confirm-order,
        .feature-table .sli_container .sli_grid_buy a.confirm-order,
        .sli_container .sli_grid_buy .feature-table a.confirm-order {
            float: none;
            margin-top: 0;
            padding: 15px 12px;
        }

    .checkout-code-form input {
        max-width: none;
        float: none;
    }

    .checkout-code-form .cell {
        height: auto;
    }

    .countdown_amount {
        font-size: 26px;
        width: 50px;
        padding: 7px 8px;
    }

    .countdown_amount:before {
        font-size: 32px;
        top: -1px;
        left: -19px;
    }

    .countdown_section {
        padding-left: 0px;
    }

    #banner_right {
        width: 340px;
    }

    .product-plus-wrap .slider-nav {
        top: 50%;
        margin-top: -20px;
    }

    .product-plus-wrap .list-item {
        width: 50%;
        margin-bottom: 40px;
    }

    .feature-form fieldset {
        padding-left: 0;
    }

    .feature-form p {
        padding-right: 0;
    }

    .feature-form legend {
        left: 0;
    }

    .form-slim .cell {
        width: 100%;
        padding-bottom: 0;
    }

    .field-group {
        width: 100%;
    }

    .feature-form .field-group {
        padding-right: 0;
    }

    .sli_container .sli_grid_result {
        display: block;
        padding-bottom: 120px;
        min-height: 482px;
        width: 95%;
    }

    .sli_container .sli_grid_moreinfo {
        float: none;
        left: 10px;
        right: 10px;
        margin: 0;
    }

        .sli_container .sli_grid_moreinfo a {
            width: 100%;
        }

    .sli_container .sli_grid_buy {
        float: none;
        left: 10px;
        right: 10px;
        bottom: 66px;
        margin: 0;
    }

        .sli_container .sli_grid_buy a {
            width: 100%;
        }
}

@media only screen and (max-width: 520px) and (-moz-device-pixel-ratio: 1.5), only screen and (max-width: 520px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 520px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 520px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 520px) and (min-resolution: 1.5dppx) {

    .heading.heading-drop-down:after {
        background-image: url(/images/dropdown-icon@2x.png);
        background-size: 29px 23px;
    }
}
/*
@media only screen and (max-width: 410px) and (-moz-device-pixel-ratio: 1.5), only screen and (max-width: 410px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 410px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 410px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 410px) and (min-resolution: 1.5dppx) {

    .footer-nav-title:after {
        background-image: url(/images/dropdown-icon-nav@2x.png);
        background-size: 29px 23px;
    }
}

@media only screen and (max-width: 410px) {

    .header {
        padding-top: 0;
        height: auto;
        overflow: hidden;
        background-position: -730px 95px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .wrap-footer-nav {
        padding-bottom: 5px;
        background: #c2d8ed;
    }

    .logo {
        position: static;
        float: none;
        display: block;
        margin: 0 auto;
        height: 167px;
    }

        .logo .logo-link {
            display: block;
        }

    .search {
        width: 100%;
    }

    .information {
        height: auto;
        width: 100%;
        clear: both;
        position: static;
    }

    .logo-text {
        max-width: 245px;
    }

    .logo-link {
        margin-top: 68px;
    }

    .nav-item .nav-link {
        height: 50px;
        line-height: 50px;
    }

    .input {
        font-size: 18px;
        font-size: 1.13rem;
        height: 50px;
        width: 80%;
    }

    .submit-container {
        height: 50px;
        width: 20%;
    }

    .submit {
        height: 48px;
    }

    .search-form {
        height: 50px;
        width: auto;
    }

    .icon-search {
        top: 2px;
    }

    .box.reviews .header {
        font-size: 14px;
        font-size: 0.88rem;
        color: #2d6892;
        background: #b1d0e7;
        margin: 0;
        font-weight: 400;
        border-bottom: 1px solid #215f9a;
        padding: 20px 10px;
        color: #fff;
        background: #3b8ac3;
        padding: 12px 8px;
    }

    .feature {
        border: 3px solid #c2d8ed;
        padding: 10px;
        height: auto;
        background-position: bottom;
        height: auto;
    }

    .box .heading.heading-drop-down {
        padding: 23px 10px;
    }

    .box .total-price {
        top: 24px;
        right: 20px;
    }

        .box .total-price:after {
            display: none;
        }

    .box.account .heading {
        background-position: 30px 19px;
    }

    .box.basket .heading {
        background-position: 30px 19px;
    }

    .box.categories .heading {
        background-position: 30px 21px;
    }

    .small-slider-container {
        display: none;
    }

    .slider {
        padding-bottom: 40px;
    }

    .slider-pagination {
        height: 40px;
        bottom: 0px;
    }

    .footer-nav-section {
        width: 100%;
    }

    .footer-nav-title {
        border-bottom: 1px solid #a2c7e2;
        padding: 18px 10px;
    }

    .footer-nav-list {
        display: none;
    }

        .footer-nav-list.show {
            display: block;
        }

    .footer .social .social-icon-wrap {
        display: block;
        float: left;
        width: 19.5%;
        padding: 0 2px;
    }

    .footer .social .social-icon {
        float: none;
        margin: 0 5px;
        width: 100%;
    }

    .sign-in {
        display: none;
    }

    .nav .language-select {
        display: block;
    }

    .language-select {
        background: #d1d1d1;
        width: 100%;
        position: static;
        clear: both;
        height: 50px;
        padding-top: 1px;
        display: none;
    }

    .footer-nav-title:after {
        background: url("../images/dropdown-icon-nav.png") no-repeat;
        content: '';
        width: 29px;
        height: 23px;
        position: absolute;
        right: 15px;
        top: 17px;
    }

    .product-description {
        padding: 0 20px;
    }

    .tab-alt-content.product-options td {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 45%;
    }

    .tab-alt-content td {
        padding: 10px;
    }

    .tabs .tab-handle {
        padding: 20px;
    }

    .tab-content {
        padding: 10px 20px;
    }

    .content-list-item {
        max-width: none;
    }

    .large-feature {
        height: auto;
    }

        .large-feature .feature {
            height: auto;
        }

        .large-feature .feature-inner {
            padding: 15px;
            position: static;
            bottom: 15px;
            left: 15px;
            top: 15px;
            right: 15px;
        }

    .tabs-inverse .field-group-featured {
        width: 100%;
    }

    .filter-actions .field-group-featured {
        width: 100%;
    }

    .tab-alt-row td {
        padding: 15px;
    }

    .feature-table.payment-table td {
        display: block;
        border-bottom: none;
        padding: 10px 15px;
        text-align: center;
    }

    .feature-table.payment-table tr {
        border-bottom: 1px solid #c2d8ed;
    }

    .feature-table.payment-table .radio-tickbox {
        margin-bottom: 15px;
    }

    .membership-expire .btn,
    .membership-expire .sli_container .sli_grid_moreinfo a,
    .sli_container .sli_grid_moreinfo .membership-expire a,
    .membership-expire .sli_container .sli_grid_buy a,
    .sli_container .sli_grid_buy .membership-expire a {
        line-height: 20px;
    }

    .countdown-wrap .wrap {
        padding-bottom: 25px;
    }

    .countdown-wrap .countdown-timer {
        padding-right: 0;
    }

    .countdown_amount {
        font-size: 22px;
        padding: 7px 6px 4px;
        width: 40px;
    }

        .countdown_amount:before {
            font-size: 26px;
            top: 3px;
            left: -15px;
        }

    .countdown_section {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        padding-left: 0px;
    }

    .countdown_section {
        font-size: 11px;
        font-size: 0.69rem;
    }

    #banner_right {
        width: 280px;
    }

    .generic-table td,
    .generic-table th {
        padding: 12px 7px;
    }

    div.sli_container .sli_search_suggestions {
        line-height: 22px;
    }

    div.sli_container .sli_sort {
        line-height: 22px;
    }

    div.sli_container #sli_pagination_header,
    div.sli_container #sli_pagination_footer {
        text-align: left;
        margin-left: 5px;
    }

    .sli_container .sli_grid_result {
        width: 100%;
        min-height: 400px;
        margin: 5px 0;
    }
}*/

@media only screen and (max-width: 330px) {

    .countdown-wrap .countdown-text {
        padding: 20px 10px 0;
    }

    .countdown_amount {
        font-size: 20px;
        width: 34px;
    }

        .countdown_amount:before {
            top: 1px;
            left: -14px;
        }

    #banner_right {
        width: 250px;
    }
}

@media print {

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.trade-login-main {
    width: auto;
}

.trade-login {
    width: auto;
    border-right: none !important;
}

    .trade-login .login-inner {
        border-right: none !important;
    }



.tp-widget-logo {
    display: none !important;
}





.basket-table th {
    background: #3b8ac3 !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 10px 1px !important;
    text-align: left !important;
    border: 1px solid #3b8ac3 !important;
    text-align: center !important;
}


.select-card-table tr td{
    background:none !important;
    border:none !important;
    padding:10px !important;

}

.product-sub-title p{
    color:black;
}


.memOfferRow {
    color:red;
    font-size:0.8em;
    padding: 0px;
    margin:0px;
}

.memOfferRow td {
    padding:0px !important;
}

.health-zone__article-image
{
    width:100%;
}