﻿/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v6-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/poppins-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/poppins-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/poppins-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/poppins-regular.svg#Poppins') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v16-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v16-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-italic.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-italic.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v16-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v16-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'adv8';
    src: url('../fonts/adv8.eot?3ux6pu');
    src: url('../fonts/adv8.eot?3ux6pu#iefix') format('embedded-opentype'), url('../fonts/adv8.ttf?3ux6pu') format('truetype'), url('../fonts/adv8.woff?3ux6pu') format('woff'), url('../fonts/adv8.woff') format('woff2'), url('../fonts/adv8.svg?3ux6pu#adv8') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
/* 	resets */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    *:focus {
        outline: none !important;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    height: auto;
    font-size: 14px !important;
}

body {
    background: #ffffff;
}

#mainbodyshell {
    background: #f5f5f5;
}

#breadcrumbshell {
    background: #eeeeee;
}

#mainbodyshell,
body#login {
    background: -moz-linear-gradient(-12.24% 81.45% 30deg, rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 50.22%, rgba(228, 228, 228, 1) 100%);
    background: -webkit-linear-gradient(30deg, rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 50.22%, rgba(228, 228, 228, 1) 100%);
    background: -webkit-gradient(linear, -12.24% 81.45%, 112.24% 18.55%, color-stop(0, rgba(228, 228, 228, 1)), color-stop(0.5022, rgba(255, 255, 255, 1)), color-stop(1, rgba(228, 228, 228, 1)));
    background: -o-linear-gradient(30deg, rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 50.22%, rgba(228, 228, 228, 1) 100%);
    background: -ms-linear-gradient(30deg, rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 50.22%, rgba(228, 228, 228, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#E4E4E4' ,GradientType=0)";
    background: linear-gradient(60deg, rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 50.22%, rgba(228, 228, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#E4E4E4', GradientType=1);
}

#login #bodyshell {
    margin-top: 40%;
    transform: translate(0, -40%);
}

body#login {
    background-image: url('https://advantage6.peoplevalue.co.uk/Contents/crmcontent/banners/welcomebanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

html,
body {
    font-family: 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

h1,
h2,
h3 {
    font-weight: 700;
    font-family: "Poppins", 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

h1 {
    font-size: 2em;
    margin: 10px 0 20px;
}

h2 {
    font-size: 1.6em;
    line-height: 1.6em;
}

h3 {
    font-size: 1.4em;
}

a {
    letter-spacing: 0.25px;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }
/* custom adv font */
.advicon {
    font-family: 'adv8' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
}

    .advicon.icon-digital-vouchers {
        font-size: 26px;
    }

    .advicon.icon-voucher-icon {
        font-size: 20px;
    }

    .advicon.icon-online-cashback {
        font-size: 24px;
    }

    .advicon.icon-online-offers {
        font-size: 24px;
    }

.icon-digital-vouchers:before {
    content: "\e901";
    letter-spacing: 0.3em;
}

.icon-online-cashback:before {
    content: "\e902";
    letter-spacing: 0.3em;
}

.icon-online-offers:before {
    content: "\e903";
    letter-spacing: 0.3em;
}

.icon-reloadable-cards:before {
    content: "\e904";
    letter-spacing: 0.3em;
}

.icon-voucher-icon:before {
    content: "\e900";
    letter-spacing: 0.3em;
}
/* ie support */
.icon-digital-vouchers {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe901;');
}

.icon-online-cashback {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe902;');
}

.icon-online-offers {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe903;');
}

.icon-reloadable-cards {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe904;');
}

.icon-voucher-icon {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe900;');
}
/* navbar */
#schemelogo .img-responsive,
#strapline .img-responsive {
    max-height: 60px;
    margin: 40px 0;
}

#strapline {
    text-align: right;
}

#straplinecontainer {
    height: 140px;
    text-align: center; /* align the inline(-block) elements horizontally */
    font: 0/0 a; /* remove the gap between inline(-block) elements */
}

#straplinecontainer:before { /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

#strapline {
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    font: 16px/1 Arial, sans-serif; /* reset the font property */
    width: 100%
}

.page-header {
    margin: 0;
    padding: 0!important
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}
/* social link */
#advsocial {
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    margin-top: 20px;
}

#advsocial .fab {
    padding: 10px;
    font-size: 20px !important;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    height: 40px;
}

#advsocial a {
    border-left: 0!important;
    padding-left: 0!important
}

#advsocial a:hover {
    font-weight: normal!important
}

#advsocial .fab:hover {
    padding: 10px;
    color: #ffffff;
}

#advsocial .fab {
    background: #f5f5f5;
    border: 1px solid;
}
/* social link end */
/* breadcrumb */
.breadcrumb {
    background: none;
    margin: 10px 0;
    padding: 8px 0;
}
/* tooltips */
.tooltip-inner {
    position: relative;
    background: #ffffff;
    -moz-box-shadow: 0 0 5px 2px #cccccc;
    -webkit-box-shadow: 0 0 5px 2px #cccccc;
    border: 1px solid;
    font-size: 14px;
    padding: 15px;
}

    .tooltip-inner:after,
    .tooltip-arrow:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.tooltip-arrow:after {
    border-color: rgba(255, 255, 255, 1);
    border-top-color: #47474a;
    border-width: 20px;
    margin-left: -20px;
}

.tooltip-arow:before {
    border-color: rgba(71, 71, 74, 1);
    border-top-color: #47474a;
    border-width: 21px;
    margin-left: -21px;
}
/*  getting started  */
.gs-nu1,
.gs-nu2,
.gs-nu3,
.gs-nu4,
.gs-nu5,
.gs-eu1,
.gs-eu2,
.gs-eu3,
.gs-eu4 {
    background-size: 200px 200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    margin: auto;
}

.gs-nu1 {
    background-image: url('/Content/crmcontent/getting-started/New-User_slide-1.gif');
}

.gs-nu2 {
    background-image: url('/Content/crmcontent/getting-started/New-User_slide-2.gif');
}

.gs-nu3 {
    background-image: url('/Content/crmcontent/getting-started/New-User_slide-3.gif');
}

.gs-nu4 {
    background-image: url('/Content/crmcontent/getting-started/New-User_slide-4.gif');
}

.gs-nu5 {
    background-image: url('/Content/crmcontent/getting-started/New-User_slide-5.gif');
}

.gs-eu1 {
    background-image: url('/Content/crmcontent/getting-started/Existing-User_slide-1.gif');
}

.gs-eu2 {
    background-image: url('/Content/crmcontent/getting-started/Existing-User_slide-2.gif');
}

.gs-eu3 {
    background-image: url('/Content/crmcontent/getting-started/Existing-User_slide-3.gif');
}

.gs-eu4 {
    background-image: url('/Content/crmcontent/getting-started/Existing-User_slide-4.gif');
}
/* modules */
a.btn.btn-primary.myacbtn {
    position: absolute;
    left: 15px;
    top: 135px;
}

.module .col-xs-9.col-sm-12 {
    position: relative;
}

.module {
    padding: 20px;
    text-align: left;
    min-height: 215px;
    margin: 0 0 30px 0;
    -moz-box-shadow: 0 0 5px 2px #e6e6e6;
    -webkit-box-shadow: 0 0 5px 2px #e6e6e6;
    box-shadow: 0 0 5px 2px #e6e6e6;
    border-radius: 0;
    background: #ffffff;
    border-bottom: solid 3px;
}

    .module.feat-module:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -moz-box-shadow: 0 0 5px 2px #cccccc;
        -webkit-box-shadow: 0 0 5px 2px #cccccc;
        box-shadow: 0 0 10px 4px #cccccc;
    }

    .module h3 {
        margin-top: 0;
    }

.modulecontent {
    padding: 20px;
}

a.btn.btn-primary,
.btn-primary,
.btn-link,
.btn-info,
.btn-danger {
    text-transform: capitalize;
    transition: all 300ms ease-in-out;
}

.btn .chevron {
    padding-left: 20px;
}

    .btn .chevron.btn-prev {
        padding-right: 20px;
        padding-left: 0;
    }

.module a.btn-primary:hover {
    color: #ffffff !important;
    border: solid 1px;
}

.btn-primary:hover {
    color: #ffffff;
}

    .btn-primary:hover .glyphicon-chevron-right,
    .btn-primary:hover .glyphicon-info-sign {
        color: #ffffff;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline-color: transparent !important;
}

.catretaileritem h3 .glyphicon-phone,
.catretaileritem h3 .glyphicon-credit-card,
.catretaileritem h3 .fa-hourglass-start,
.catretaileritem h3 .fa-ticket-alt,
.catretaileritem h3 .fa-piggy-bank,
.catretaileritem h3 .fa-desktop,
.catretaileritem h3 .icon-voucher_icon {
    padding-right: 10px;
}

.catretaileritem .col-sm-2 img.img-responsive {
    mix-blend-mode: darken;
}

.panel.catretaileritem.specialoffersshell {
    background: #F9F9F9;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .panel.catretaileritem.specialoffersshell .panel-heading h3 {
        font-size: 2.5rem !important;
    }
/*button#reset-filter {
    float: right;
}*/
#Home .mod-content a {
    margin-bottom: 10px;
}

#Home .mod-content h5 {
    display: none;
}

#Home .userselected .moduleimg img {
    position: absolute;
    text-align: center;
}

#Home .userselected .carousel-indicators li {
    opacity: 0.5;
}

    #Home .userselected .carousel-indicators li.active {
        opacity: 1;
    }

.module.feat-module.userselected .carousel-inner > .item,
.module.feat-module.userselected .carousel-inner > .item.active {
    min-height: 350px;
}

.module.feat-module.userselected:hover .carousel-inner {
    min-height: 350px;
    max-height: 350px;
}

#Home .userselected .carousel {
    height: 350px;
}

button.btn.btn-primary.offer-btn {
    color: #ffffff;
    border: solid 2px;
}

    button.btn.btn-primary.offer-btn .glyphicon-chevron-right {
        color: #ffffff;
    }

    button.btn.btn-primary.offer-btn:hover {
        color: #ffffff;
        border: solid 2px;
    }

#Home #bodyshell .module,
#mainmenu .module {
    padding: 0;
    max-height: 350px;
    min-height: 350px;
}

    #Home #bodyshell .module .modulecontent {
        min-height: 185px;
    }
/* wizard */
#quickstart #mainbodyshell {
    background: none;
}
/* savings calculator */

.range-slider {
    margin: 0px 0 0 0%;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 30px;
    border-radius: 50px;
    background: #f3f4ef;
    outline: none;
    padding: 0;
    margin: 0;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-webkit-slider-thumb:hover {
            background: #ec64a5;
        }

    .range-slider__range:active::-webkit-slider-thumb {
        background: #ec64a5;
    }

    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #99CA3C;
        cursor: pointer;
        -moz-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-moz-range-thumb:hover {
            background: #ec64a5;
        }

    .range-slider__range:active::-moz-range-thumb {
        background: #ec64a5;
    }

    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #cccccc;
    }

.range-slider:hover .cat-range a {
    font-weight: bold;
}

.range-slider__range:hover:focus ~ .range-slider__value {
    transform: scale(1.4) !important;
    transition: all 0.3s ease;
}

.range-slider__range ~ .range-slider__value {
    transition: all 0.3s ease;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #99CA3C;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: none;
    padding: 5px 10px 0;
    margin-left: 0;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
}

    .range-slider__value:before {
        content: '£';
    }

#savingscalc .module.feat-module:hover {
    transform: none;
    box-shadow: 0 0 5px 2px #e6e6e6;
}

#savingscalc .btn .chevron,
#savingscalcmodule .btn .chevron,
#scModel .btn .chevron,
#scModel a.btn.btn-primary .chevron {
    padding-left: 20px;
    float: right;
}

#savingscalc .btn.btn-primary,
#savingscalcmodule .btn.btn-primary
 {
    min-width: 155px;
    max-width: 155px;
    font-size: 14px;
    line-height: 1.42857143;
    transition: all 300ms ease-in-out;
    text-transform: capitalize;
}
#savingscalcmodule .btn.btn-primary {
    margin: 10px auto;
}
#savingscalc .btn.btn-primary {
    margin: 0 auto 10px;
}
        #scModel .btn.btn-primary {
            min-width: 165px;
            max-width: 165px;
            font-size: 14px;
            line-height: 1.42857143;
            transition: all 300ms ease-in-out;
            text-transform: capitalize;
            margin: 10px auto;
        }

#savingscalc .cat-range a {
    color: #333333;
    transition: all 300ms ease;
    font-size: 1.5em;
}

    #savingscalc .cat-range a:hover {
        transition: all 300ms ease;
        text-decoration: none;
        font-weight: 600;
    }


#savingscalc h2 {
    font-size: 2em;
    margin: 10px 0 20px;
}

#savingscalc h5 {
    color: #777777;
    font-size: 1rem;
}

#savingscalc #total {
    font-weight: 600;
}

#savingscalcmodule #total:before {
    content: '£' !important;
}

#savingscalcmodule #saving:before, #savingscalcmodule #yearsaving:before {
    content: '£'
}

::-moz-range-track {
    background: #f3f4ef;
    border: 0;
}

input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}

#savingscalc .cat-range {
    margin: 15px 0;
}

#savingscalcmodule .module {
    max-height: 575px;
    min-height: 575px;
    margin-top: 20px;
}

#scModel img.offer-logo {
    max-width: 100px !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    overflow: visible !important;
    top: 50% !important;
    position: absolute !important;
    vertical-align: middle !important;
}

#scModel .calccatoffers h4 {
    line-height: 45px;
}

#savingscalc .calccatoffers button.btn.btn-primary.offer-btn,
#scModel .calccatoffers button.btn.btn-primary.offer-btn {
    margin-top: 15px !important;
}

#scModel .row.calccatoffers {
    border-bottom: 1px solid #f3f4ef;
}

#scModel .row.calccatoffers:last-child {
    border: none;
}

#scModel .row.calccatoffers .col-sm-3,
#scModel .row.calccatoffers .col-sm-4,
#scModel .row.calccatoffers .col-sm-5 {
    max-height: 80px !important;
    min-height: 80px !important;
}
    #scModel .row.calccatoffers .col-sm-5 ul {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    #scModel .row.calccatoffers .col-sm-4 button {
        margin-top: 22px;
    }
#scModel img.offer-logo.ol2 {
    padding: 14px;
}

#scModel img.offer-logo.ol3 {
    max-height: 46px;
    margin-top: 15px;
}

#scModel .modal-footer {
    text-align: center;
}

#scModel .scmod h2 {
    margin-bottom: 5px;
    margin-top: 15px;
}

#SavingsCalcBtn {
    position: fixed;
    right: -45px;
    top: 400px;
    z-index: 999999;
    width: 100px;
}
    #SavingsCalcBtn:hover {
        width: 270px;
    }
#SavingsCalcBtn svg {
    max-height: 32px;
    padding: 0;
    max-width: 28px;
}

#SavingsCalcBtn h3 {
    margin: 5px 10px 5px 5px;
    font-size: 1.2em;
}

    #SavingsCalcBtn .scbtn-title {
        display: none;
    }
        #SavingsCalcBtn:hover .scbtn-title {
            transition-delay: 0.2s;
            display: inline;
            color: #ffffff;
            padding-left: 5px;
            position: absolute;
            top: 34%;
            left: 17%;
        }

#savingscalcmodule .table > tbody > tr > td h2 {
    margin: 8px auto!important;
    font-size: 2em;
}

#savingscalcmodule .table > tbody > tr > td {
    border-top: none;
    padding: 0 !important;
    height: 39px;
}

#savingscalcmodule table {
    height: 160px;
    margin-bottom: 0 !important;
}
    #savingscalcmodule table h2 {
        width: 100%;
        background: #ededed;
        line-height: 40px;
    }

.mob-view {
    display: none;
}
.cbnorm {
    display: inline-block;
}

.cbsmall {
    display: none;
}

/* testing module style on homepage */
#Instore .ldcategorycontainer {
    margin-top: -40px;
    padding-top: 40px;
}

#getdiscounts span.glyphicon.glyphicon-search {
    padding: 0px 5px
}

#Home #bodyshell .module.feat-module a p {
    color: #333333 !important;
    font-size: 1em;
    opacity: 0;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

#Home #bodyshell .module:hover .moduleimg img {
    transform: scale(1.5);
    transition-duration: 20s;
}

#Home #bodyshell .module.feat-module:hover .btn.btn-primary {
    color: #ffffff;
}

#Home #bodyshell .module.feat-module:hover .btn .chevron * {
    color: #ffffff !important;
}

#Home #bodyshell .module.feat-module:hover h3 {
    text-decoration: underline;
}

#Home #bodyshell .module.feat-module:hover a p {
    text-decoration: none;
    opacity: 1;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

#Home #bodyshell .module .modulecontent {
    min-height: 145px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
/*#Home #bodyshell .row {
    min-height: 450px !important;
}*/
#Home #bodyshell .module .moduleimg {
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    position: relative;
    overflow: hidden;
}

#Home #bodyshell .module:hover .moduleimg {
    max-height: 85px !important;
    min-height: 150px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

#Home #bodyshell .modulecontent h3 {
    color: #333333;
}

#Home #bodyshell .module.feat-module:hover h3 {
    font-weight: bold;
    text-decoration: none;
}

#Home #bodyshell .mod-content {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

    #Home #bodyshell .mod-content h5 {
        color: #333333 !important;
    }

#Home #bodyshell .moduleimg {
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
}
/* testing module style on homepage end */
.nav-module {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    min-height: 220px;
}

.moduleheader {
    margin: -20px -20px 0;
    padding: 20px 20px 10px;
}

    .moduleheader h3 {
        color: #ffffff;
    }

.nav-module p {
    margin: 20px 0 10px;
}

    .nav-module p:first-of-type {
        height: 50px;
    }

.module.nav-module:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.feat-module {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.col-sm-8.TransferPreview span {
    float: right;
    text-align: left;
}

.wb-subtitle {
    font-size: 1.2em;
    margin: 0.8em 0 0.4em 0.4em;
    min-height: 40px;
}

.wb-btn {
    margin: 10px 0 10px;
}

.wb-chevron {
    width: 4em;
    text-align: right;
}

a .glyphicon-chevron-right,
button .glyphicon-chevron-right {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

a:hover .glyphicon-chevron-right,
button:hover .glyphicon-chevron-right {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}
/* search*/
.search-btn {
    text-align: center;
}

.searchbar {
    margin: 30px 0;
}

#sticky-search-trigger {
    cursor: pointer;
}

#searcharea {
    position: fixed;
    top: 285px;
    width: 60%;
    left: 20%;
    background: #ffffff;
}

#searchvalue.form-control {
    border-radius: 20px !important;
}

#searchhead h1 {
    text-align: center;
}

#ddsearch input#searchvalue {
    text-align: left;
}

#searchhead h1 {
    position: relative;
    margin-top: 120px;
}

.trending-retailers img.img-center.img-responsive {
    max-width: 80px;
}

.retailer-index-row {
    position: absolute;
    top: 87%;
}

.retailer-index {
    display: inline-block;
    margin: 10px 0.2em;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    border: 1px solid;
}

    .retailer-index:hover {
        color: #ffffff;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.2) translateZ(0);
        -webkit-transition-duration: 0.05s;
        transition-duration: 0.05s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

        .retailer-index:hover p {
            text-decoration: none;
            color: #ffffff !important;
        }

.retailer-logo img.img-responsive.img-center {
    margin-top: 20px;
}

h3.retailer-name {
    margin-top: 10px;
}
/* account filter */
.accountfilter h3 a,
.helpfilter h3,
.helpfilter h3 a,
.filtersectionshell h3,
.filtersectionshell h3 a {
    font-size: 15px;
    color: #333333 !important;
}

.helpfilter .module,
.accountfilter .module,
.categoryFilter .module {
    min-height: initial
}
/* sticky search */
.stickysearch {
    display: none !important;
    height: 50px;
    position: fixed;
    width: 120px;
    border-radius: 50px;
    top: 50%;
    right: -50px;
    z-index: 999;
    transition: 0.3s ease !important;
}

    .stickysearch:hover {
        transition: 0.3s ease;
        right: -35px;
    }

span.glyphicon.glyphicon-search.search2:before {
    border: 0px solid #ffffff;
    font-size: 1.3em;
    color: #ffffff;
    vertical-align: middle;
}

a#sticky-search {
    position: absolute;
    top: 12px;
    left: 6px;
}

/* buttons */
.btn,
.btn-primary:active,
.btn-primary.active,
#fuelcardchoice .module a.btn-primary {
    background: #FFF;
    border: none;
    color: #333333;
    border: solid 1px #cccccc;
    border-radius: 50px;
    text-align: left;
}

    .btn:hover .chevron * {
        color: #ffffff !important;
    }

    .btn:hover .glyphicon-gbp {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        transform: scale(1.2)
    }

    .btn .glyphicon-gbp {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
    }

    .btn:hover .glyphicon-trash {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        transform: scale(0.8);
    }

    .btn .glyphicon-trash {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        transform: scale(1);
    }

    .btn:hover .glyphicon-repeat,
    .btn:hover .glyphicon-refresh {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .btn .glyphicon-repeat,
    .btn .glyphicon-refresh {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
    }
/* rotating banner */
.bannerimg {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    width: 66%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
    float: right;
    /*margin-top: -10px;
    margin-right: -10px;*/
    position: relative;
    z-index: 0;
    /* top: 0;*/
}

.retailerbannerimg,
.categorybannerimg {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    width: 1170px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
    float: right;
    /*margin-top: -10px;
    margin-right: -10px;*/
    position: relative;
    z-index: -1;
    /* top: 0;*/
}

.clientlogobanner {
    overflow: hidden;
    width: 250px;
}

    .clientlogobanner img {
        max-height: 100px;
    }

.mainbannercarousel .item .container {
    padding: 0;
}

.mainbannercarousel .caption {
    text-align: left;
    height: 100%;
    width: 33%;
    position: relative;
    left: 5%;
    margin-top: 5%;
    z-index: 2
}

    .mainbannercarousel .caption h1 {
        text-align: left;
        font-size: 3em;
        color: white;
        text-shadow: 0px 0px 5px #333;
        letter-spacing: 0px;
    }

.mainbannercarousel img.img-responsive.retailer-logo {
    width: 155px;
    display: block;
    position: absolute;
}

.slick-slide.slick-current .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.mainbannercarousel .logo-box-right {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    /* float: right; */
    margin: auto;
    border-radius: 100%;
    height: 210px;
    width: 210px;
    left: 860px;
    top: 75px;
}

.mainbannercarousel .logo-box-left {
    background: #ffffff;
    position: absolute;
    /* float: right; */
    border-radius: 100%;
    height: auto;
    width: 270px;
    left: 0;
    top: 0;
}

    .mainbannercarousel .logo-box-left img.img-responsive.retailer-logo {
        width: 195px;
        display: block;
    }

.mainbannercarousel .caption h1 {
    text-align: left;
    font-size: 2em;
    /* text-shadow: 0px 0px 5px #333; */
    text-shadow: none;
}

.mainbannercarousel .caption h3 {
    font-size: 1.2em;
    color: #777777;
    width: 75%;
    line-height: 1.2em;
    -webkit-line-clamp: 3;
}
/* single banner caption style set in slick-theme.css */
/*.mainbannercarouselsingle .caption h1 {
    text-align: left;
    font-size: 2em;
    text-shadow: none;
    position: relative;
    margin-top: 20%;
    margin-left: 0;
}
.mainbannercarouselsingle .caption h3 {
    position: relative;
    margin-top: 40px;
    margin-left: 0;
    font-size: 1.2em;
    color: #777777;
    width: 75%;
    line-height: 1.2em;
    -webkit-line-clamp: 3;
}*/
.mainbannercarousel .btn.btn-primary {
    position: absolute;
    top: 210px;
    /* left: 140px; */
    z-index: 999;
}

    .mainbannercarousel .btn.btn-primary .chevron {
        color: #ffffff;
    }

.mainbannercarousel .box {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 500px;
    height: 360px;
    background: #ffffff;
    position: absolute;
    border-bottom: 3px solid;
    z-index: 1
}

.mainbannercarouselsingle .box {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    min-width: 440px;
    width: 50%;
    height: 360px;
    background: #ffffff;
    position: absolute;
    border-bottom: 3px solid;
}

.mainbannercarousel .logo-box-left img.img-responsive.retailer-logo {
    left: 0%;
    top: 0%;
}
/* old banner */
#rotatingbanner .carousel-control,
#rotatingoffershell .carousel-control {
    background: none;
    width: 3%;
}

.carousel-control,
.carousel-control.right,
.carousel-control.left {
    background: none;
    background-image: none;
}

    .carousel-control.right {
        width: 5%;
        left: 95%;
    }

    .carousel-control.left {
        width: 5%;
        margin-left: 0%;
    }

.bannerbutton {
    position: absolute;
    right: 60px;
    top: 42%;
}

.carousel-indicators {
    bottom: 88%;
}

    .carousel-indicators li {
        background: #ffffff;
    }

    .carousel-indicators .active {
        border-color: ffffff;
    }

#rotatingbannershell .col-lg-12 {
    padding: 0
}

#rotatingbannershell .item {
    background-size: cover;
    height: 300px;
    background-position: center;
}

#rotatingbannershell .smallbanner .item {
}

.carousel-inner .item {
    background-repeat: no-repeat;
    background-size: cover;
}
/* MyAccount */
#MyAccount h1.text-center.cash-amount {
    padding: 15px;
    color: #333333;
    background: #f5f5f5;
}

#MyAccount .col-xs-4 .module.cashbackmod {
    min-height: 235px;
    padding: 20px;
}

#MyAccount .module.cashbackmod h3 {
    min-height: 66px;
}

#MyAccount .cashbackmod p.text-muted {
    position: relative;
    max-width: 230px;
    text-align: left;
}

#MyAccount .module.cashbackmod {
    min-height: 330px;
}

#MyAccount #rotatingbannershell {
    margin-bottom: 20px;
}

span.glyphicon.glyphicon-remove {
    transition: all 300ms ease-in-out;
}

.btn.btn-danger:hover > .glyphicon.glyphicon-remove {
    color: #ffffff;
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
}

#MyAccount .chevron .glyphicon.glyphicon-gbp {
    float: right;
    text-align: right;
}

tr.unread {
    background: #f5f5f5
}
/*#MyAccount .col-md-9,
#MyAccount .col-sm-9, 
#mydd .col-md-9,
#mydd .col-sm-9 {
    margin-top: 20px !important;
}*/
#mydd .col-sm-4 {
    padding-left: 0px;
    margin-top: 20px;
}

#MyAccount .col-xs-4 .module {
    min-height: 220px;
}

.carousel-caption h1 {
    color: #FFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

#MyAccount #accountSBcommunication .text-danger {
    padding: 15px 20px 15px 15px;
    font-size: 0.9em;
}

#MyAccount #accountSBcommunication .bg-danger {
    margin-top: 15px;
}

.transferRL .gridviewoffer .catretaileritem {
    min-height: 420px;
    max-height: 420px;
}
/* news */
#newsshell {
    border-bottom: solid 1px #cccccc;
    border-width: 0 0 1px 0;
    margin-bottom: 20px;
    padding: 25px 0;
    background: #FFF;
}

    #newsshell ul {
        padding: 0 !important;
    }

    #newsshell li {
        list-style-type: none;
    }

#newshell .controls a {
    cursor: pointer;
}
/* resusable */
.navbar-nav .colouredimg {
    width: 50px;
}

.img-center {
    margin: 0 auto;
}
/* back to top */
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 15px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.80);
    font-size: 12px;
    padding: 1em 1.2em;
    border: 1px solid #cccccc;
    border-radius: 50px;
    display: none;
    z-index: 100;
}

    .back-to-top:hover {
        background-color: rgba(255, 255, 255, 0.80);
        transition: ease 300ms;
    }
/* footer */
#footershell {
    padding: 30px 0 0;
    background: #333333
}

#footershell {
    color: #FFF;
}

    #footershell ul {
        margin-left: 0;
        list-style: none;
        padding: 0;
    }

    #footershell li {
        margin: 10px 0;
    }

        #footershell li.header,
        #footershell li.header a {
            font-weight: 600;
            color: #FFF;
            font-size: 16px;
        }

    #footershell a {
        color: #ffffff;
        font-size: 12.6px;
        text-transform: capitalize;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        border-left: 0 solid;
    }

        #footershell a:hover {
            padding-left: 5px;
            font-weight: bold;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            border-left: 8px solid;
        }

#footercopyright {
    background: #FFF;
    color: #000;
    padding: 20px 0;
    margin-top: 20px;
}

#checkoutshell #footershell {
    padding: 0
}
/* sections */
#bodyshell {
    margin-top: 30px;
}

#recentshell {
    padding: 30px 0;
}

#bestsellerscarousel .carousel-control .glyphicon-chevron-right {
    margin-right: -60px;
}

#bestsellerscarousel .carousel-control .glyphicon-chevron-left {
    margin-left: -60px;
}

.carousel-control {
    text-shadow: none;
}

#bestsellerscarousel .glyphicon {
    color: #cccccc;
}

#recentshell,
#bestsellersshell,
#rotatingbannershell {
    background: #FFF;
}

    #recentshell h1,
    #bestsellersshell h1 {
        text-align: center;
    }

    #bestsellersshell h1 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    #recentshell .carousel-inner {
        padding: 4px;
    }

#Home #recentcarousel .module {
    padding: 20px
}

.fuelstations {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#fcshell .btn {
    margin: 5px auto;
}

#fcshell ul.nav.nav-tabs,
#fcshell ul.nav.nav-tabs {
    margin: auto 5px;
}
/* bestsellers */
#bestsellersshell {
    padding: 30px 0;
    margin-top: 20px
}

#bestsellerscarousel h3 {
    border-bottom: solid 1px #cccccc;
    padding: 0 0 15px;
}

.bestselleritem {
    text-align: center;
    height: 120px;
}

    .bestselleritem img {
        max-height: 70px;
        margin-bottom: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.bestsellerimage {
    position: relative;
    height: 80px;
}

.bestsellertext {
    position: absolute;
    bottom: 0;
    text-align: center;
    max-width: 170px;
    left: 50%;
    transform: translate(-50%, 15px);
}

/* homefeatureshell */
#homefeatureshell {
    padding: 20px 0;
}

    #homefeatureshell .glyphicon {
        font-size: 28px;
    }

    #homefeatureshell .col-xs-3 {
        text-align: center;
    }

    #homefeatureshell .col-xs-4 {
        min-height: 100px;
        border-right: solid 1px #cccccc;
    }

        #homefeatureshell .col-xs-4:last-of-type {
            border-right: none;
        }

    #homefeatureshell p {
        color: #333;
    }

#Home #homefeatureshell .col-sm-12 {
    padding: 0
}

.featuremob {
    display: none;
}
/* retailer offer  */
.offergridoffer .btn.btn-primary,
.catretaileritem .btn.btn-primary {
    min-width: 155px;
}

    .offergridoffer .btn.btn-primary .glyphicon.glyphicon-chevron-right,
    .catretaileritem .btn.btn-primary .glyphicon.glyphicon-chevron-right {
        float: right;
    }

#filtershell .filtersection {
    max-height: 300px;
    overflow: auto;
}
#myaccountFilterShell {
    margin-bottom: 20px;
} 
.filtersection label {
    font-weight: normal
}

.nooffers span.fas.fa-times:before {
    color: #cccccc !important;
}

#filtershell .badge {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #333;
    background-color: #f0f0f0;
}

#filtershell .nooffers .badge {
    color: #ccc !important;
}

#filtershell a.btn.btn-primary.resetbutton {
    float: right;
}

#filtershell .list-group-item {
    padding: 10px 15px 0 0;
    border: none;
}

#filtershell .list-group {
    margin-bottom: 0;
}

#filtershell .filtertoggle {
}

#filtershell .module {
    padding-top: 1px;
}

.filtersection .list-group-item.active {
    z-index: 2;
    color: #333;
    background: none;
    border: 0;
}

    .filtersection .list-group-item.active label {
        font-weight: bold
    }

.filtersapplied .glyphicon {
}

.displayoptions {
    margin-bottom: 5px;
}

    .displayoptions h3 {
        margin-top: 10px;
    }

.icon-group {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
}

.displayoptions .col-md-12.icon-group {
    padding-left: 20px;
}

.icon-group label.btn.btn-primary {
    height: 40px;
    width: 40px;
}

.icon-group i {
    margin: 5px -2px;
    text-align: center;
    font-size: 1.3em;
}

.displayoptions .col-sm-4 .row .col-sm-12.icon-group {
    padding: 0;
    margin: 0 0 0 10px;
}

.displayoptions .col-sm-8 .row .col-sm-12.icon-group {
    float: right;
    margin: 0 -10px 0 0;
}

.displayoptions .col-md-4 {
    padding-right: 0;
    padding-left: 10px;
}

.displayoptions .col-md-8 {
    padding-right: 10px;
    padding-left: 20px;
}

i.atoz:before {
    content: 'A-Z';
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-sefif;
    margin-left: -5px;
}

i.ztoa:before {
    content: 'Z-A';
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-sefif;
    margin-left: -5px;
}

i.glyphicon.glyphicon-fire {
    margin-top: 3px
}

.displayoptions .viewoptions h3 {
    margin-top: 6px;
}

.viewoptions .btn {
    padding: 0;
    border: 0;
    background: none;
}

.maincontent {
    padding: 20px;
    border-bottom: solid 3px;
    text-align: left;
    margin: 20px 0 30px 0;
    -moz-box-shadow: 0 0 5px 2px #cccccc;
    -webkit-box-shadow: 0 0 5px 2px #cccccc;
    box-shadow: 0 0 5px 2px #cccccc;
    border-radius: 0;
    background: rgba(255,255,255,0.95);
}

.col-md-8 .maincontent {
    min-height: 231px;
}

.catretaileritem, #Learning .panel.learningitem, #Recognition .panel.recognitionitem {
    text-align: left;
    margin: 0 0 30px 0;
    -moz-box-shadow: 0 0 5px 2px #cccccc;
    -webkit-box-shadow: 0 0 5px 2px #cccccc;
    box-shadow: 0 0 5px 2px #cccccc;
    border-radius: 0;
    background: #FFF;
    border-bottom: solid 3px;
    padding: 20px;
}

#Learning .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

    .catretaileritem.gridview {
        text-align: left;
        min-height: 320px;
        max-height: 320px;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

        .catretaileritem.gridview:hover {
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
            cursor: pointer;
        }

            .catretaileritem.gridview:hover > .catretailerinfo-bottom {
                height: 100%;
                transition: all 200ms ease-in-out;
                -webkit-transition: all 200ms ease-in-out;
            }

            .catretaileritem.gridview:hover .catretailerinfo-desc {
                opacity: 1;
                transition: all 200ms ease-in-out;
                -webkit-transition: all 200ms ease-in-out;
            }

            .catretaileritem.gridview:hover .btn-primary {
                color: #ffffff;
            }

            .catretaileritem.gridview:hover .glyphicon-chevron-right {
                color: #ffffff;
            }

.catretailerinfo-top {
    padding: 10px 30px 10px;
    height: 110px;
}

.catretailerinfo-desc {
    opacity: 0;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.catretailerinfo-bottom {
    background: #ffffff;
    height: 140px;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

    .catretailerinfo-bottom h3 {
        margin-top: 0px;
    }

.catretailerinfo-btn {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.catretailerinfo h3 {
    margin-top: 0;
}

.catretailerinfo {
    padding: 0 0 20px;
}

.catretaileritem.gridview img.img-center {
    max-width: 150px;
    height: auto;
    margin: 20px auto 0;
}

.catretaileroffers li {
    padding-left: 20px;
}

#CategoryView .gridviewoffer .catretaileroffers {
    border-top: solid 1px #cccccc;
    padding: 20px 0 0;
    position: relative;
}

    #CategoryView .gridviewoffer .catretaileroffers button.btn.btn-primary {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 70px;
    }

#ProductView .gridviewoffer .catretaileroffers {
    border-top: solid 1px #cccccc;
    padding: 20px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
}

    #ProductView .gridviewoffer .catretaileroffers button.btn.btn-primary {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }

.outofstock {color: #FFF}
h3.text-danger.list-danger {
    position: relative;
    font-size: 1.2em;
    font-weight: 300;
    color: #ffffff;
    background: #ac2925;
    padding: 5px 10px 5px;
    white-space: nowrap;
}

.col-sm-6 h3.text-danger.grid-danger {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    font-weight: 300;
    color: #ffffff;
    background: #ac2925;
    padding: 5px 10px 5px;
    white-space: nowrap;
    background-size: cover;
    width: auto;
}

.col-md-4 h3.text-danger.grid-danger {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    font-weight: 300;
    color: #ffffff;
    background: #ac2925;
    padding: 5px 10px 5px;
    white-space: nowrap;
    background-size: cover;
    width: 100%;
}

#itemCatView h3 {
    font-size: 1.2em;
}

#itemCatView .gridviewoffer .catretaileritem {
    position: relative;
}

#itemCatView .gridviewoffer .catretaileroffers button.btn.btn-primary {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

#itemCatView .gridviewoffer .catretailerinfo img.img-responsive {
    max-height: 70px
}

#itemCatView .catretailerimage {
    height: 70px;
}

#itemCatView .catretailerinfo {
    padding: 20px 0;
}

h3.text-danger.list-danger,
h3.text-danger.grid-danger {
    color: #ffffff !important;
}
/*#Discounts .catretaileroffers button.btn.btn-primary {
    margin-bottom: -25px;
}*/
#retaileroffers a.btn.btn-danger.btn-block.multi-btn {
    white-space: initial;
    text-align: center;
}

.catretaileroffers .glyphicon,
.catretaileroffers .fas {
    font-size: 30px;
}

.catretaileroffers .btn .glyphicon,
.catretaileroffers .btn .fas {
    font-size: 14px;
}

.catretaileroffers .glyphicon.nooffers,
.catretaileroffers .fas.nooffers {
    font-size: 30px;
}

.catretaileroffers .tooltip h3 {
    color: #FFF;
    margin-top: 20px;
}

.popover {
    color: #333333 !important;
}

.catretaileroffers .popover {
    text-align: center
}

    .catretaileroffers .popover h3 {
        margin: 0 0 5px
    }

.catretaileritem.nooffers {
    border-bottom: solid 3px #CCCCCC
}

    .catretaileritem.nooffers h3,
    #retaileroffers .catretaileritem.nooffers h3 a {
        color: #CCCCCC
    }

:target:before {
    content: "";
    display: block;
    height: 75px;
    margin: -75px 0 0;
}
/*#MyAccount .maincontent {
    margin-top: 20px;
    transform: translate(0, -40px);
}*/
.headlineoffer {
    text-align: right;
}

.offertypetext {
    display: none;
}
/* grid */
.catretaileroffers .list-inline {
    margin-bottom: 0;
}

.gridviewoffer .catretaileroffers .list-inline {
    margin-bottom: 0;
    display: inline-flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.gridviewoffer .popover {
    min-width: 276px !important;
    left: -111px !important;
}

.gridviewoffer .noofferitem {
    display: none;
}

.catretaileritem.gridview li {
    padding: 0 10px;
}

.catretaileritem.gridview ul.list-inline {
    margin-bottom: 20px;
}

.catretaileritem.gridview .catretaileroffers h3 {
    margin: 0 0 20px;
}

.offergrid {
    padding-right: 10px;
}

h3.retailercount {
    margin-top: 20px;
}

#filtershell button#reset-filter {
}

.btn-primary:active,
.btn-primary.active {
    background: #dbdbdb;
}

#retaileroffers .fa-hourglass-start {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#retaileroffers h3:hover .fa-hourglass-start {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#retaileroffers h3:hover .glyphicon-credit-card {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#retaileroffers h3:hover .glyphicon-phone {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#retaileroffers .panel-body .col-sm-9 > h3 {
    margin-top: 0
}

#retaileroffers .panel-body ul {
    padding-left: 25px;
}

#retaileroffers #departmentFilter ul.list-group.checked-list-box {
    padding-left: 5px;
}

#retaileroffers .keyinfo {
    background: #f0f0f0;
    padding: 20px;
}

    #retaileroffers .keyinfo h4 {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 15px;
        font-size: 1.2em;
    }

    #retaileroffers .keyinfo li {
        padding-bottom: 5px;
    }

        #retaileroffers .keyinfo li:last-child {
            padding-bottom: 15px;
        }

#retaileroffers .offergridoffer h4 {
    font-size: 1.2em;
}

.keyinfo li {
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.5em;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}

#addedtobasket {
    position: absolute;
    top: 0;
    float: left;
    width: 100%;
    left: 0;
    z-index: 100;
}

    #addedtobasket .alert-warning {
        color: #FFF;
        border-radius: 0 0 4px 4px;
        border: none;
    }
/* Wellbeing */
#Wellbeing #mainbodyshell {
    background: #ffffff !important;
}

#Wellbeing .col-md-9 .maincontent {
    box-shadow: none;
    border-bottom: none;
}

    #Wellbeing .col-md-9 .maincontent .row .col-sm-12 {
        margin-top: 20px;
    }

#Wellbeing .col-sm-4 .module {
    padding: 0;
    min-height: 290px;
    max-height: 290px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

#Wellbeing #wellmod.col-sm-4,
#Wellbeing .healthandwellbeing .col-sm-4 {
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

    #Wellbeing .healthandwellbeing .col-sm-4:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        cursor: pointer;
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
    }

    #Wellbeing #wellmod.col-sm-4:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        cursor: pointer;
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
    }

    #Wellbeing #wellmod.col-sm-4 .module:hover .btn-primary,
    #Wellbeing .healthandwellbeing .col-sm-4 .module:hover .btn-primary {
        color: #ffffff;
    }

    #Wellbeing #wellmod.col-sm-4 .module:hover .chevron,
    #Wellbeing .healthandwellbeing .col-sm-4 .module:hover .chevron {
        color: #ffffff;
    }

    #Wellbeing #wellmod.col-sm-4 .module:hover h3 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #Wellbeing .healthandwellbeing .col-sm-4 .module h3 {
        font-size: 1.3em;
    }

#Wellbeing .col-sm-4 .module h3 {
    margin: 20px;
    font-size: 1.05em;
    padding: 0 30px 0 0;
}

#Wellbeing .healthandwellbeing .col-sm-4 .module {
    max-height: 150px;
    min-height: 150px;
    text-align: center;
}

#Wellbeing #filtershell hr {
    margin-bottom: 10px;
}

#Wellbeing .mod-bottom a.btn.btn-primary {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#Wellbeing .mod-bottom {
    position: relative;
}

#Wellbeing .img-rounded {
    border-radius: 0 !important;
}

#Wellbeing .catretailerinfo-top {
    padding: 0;
}

#Wellbeing .catretailerinfo-bottom h3 {
    font-size: 1.2em;
}

#Wellbeing .catretailerinfo-desc {
    opacity: 1;
}

#Wellbeing .catretailerinfo-bottom {
    height: 180px;
}
/* lotto */
.lottoview .container .row:first-child {
    background: #ffffff;
    padding: 20px;
    margin: 20px 0;
}

.lottoview .small {font-size: 85%!important}
.lottoball {
    width: 65px;
    height: 65px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.8em;
    padding-top: 14px;
    margin-right: 10px;
}

.numberball {
    width: 55px;
    height: 55px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.8em;
    padding-top: 10px;
    margin-right: 10px;
}

#changenumbers .lottoball {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 2.2em;
    padding-top: 26px;
    margin-right: 25px;
    vertical-align: middle;
}

.numberinput {
    background: none;
    border: none;
    width: 70%;
    text-align: center;
}

#next-draw {
    width: 100%;
    height: 100%;
    min-height: 180px;
    max-width: 180px;
    border-radius: 50%;
    margin: 10px auto;
    padding: 20px;
    float: right;
    border: 1px solid;
    min-width: 180px;
}

#Community .maincontent {
    min-height: 265px;
}

#Community .lottoview .module {
    min-height: 275px;
}

#win-num .lottoball {
    background: #ffffff;
    border: 1px solid;
}

label#DrawNumber1-error,
label#DrawNumber2-error,
label#DrawNumber3-error,
label#DrawNumber4-error,
label#DrawNumber5-error {
    position: relative;
    color: transparent;
    background-color: transparent;
    border-radius: 50%;
    width: 100px;
    border: 5px solid red;
    height: 100px;
    margin: -71px auto;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* pageinfo */
#pageinfoshell {
    text-align: left;
    background: #FFF;
    padding: 20px 0;
    margin-bottom: 20px;
    background: #FFFFFF;
}

    #pageinfoshell p {
        font-size: 16px;
    }
    /* my cards */
    /* retailer */
    #pageinfoshell.retailerpage {
        text-align: left;
    }

#retaileroffers .panel-heading h3, #Learning .panel-heading h3 {
    margin: 0;
    font-size: 20px;
}

#retaileroffers h4 {
    color: #333333;
}

#retaileroffers .vouchercode h3 {
    margin: 0px 20px 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.3em;
}

#retaileroffers .offergridoffer.onlineoffer h4 {
    margin-bottom: 10px;
}

#retaileroffers button.btn.btn-primary.btn-sm.OnFilterBtn {
    position: absolute;
    top: -5px;
    right: 0;
    min-width: 120px;
}

.offergridheader {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
}

.offergridoffer h3 {
    margin-top: 10px;
}

.offergridoffer h4 {
    margin-bottom: 20px;
}

#onlineoffers .offergridoffer,
#specialoffers .offergridoffer {
    border: none;
    margin: 0 0 20px;
    background: #F9F9F9;
    padding: 10px 0 10px 10px;
}

.offergridoffer {
    border-bottom: solid 1px #cccccc;
    margin: 20px 0;
}

    .offergridoffer:last-of-type {
        border-bottom: none;
    }

.gridviewoffer .catretaileroffers li {
    padding: 0 8px;
    margin-bottom: 20px
}

.gridviewoffer .catretaileritem {
    min-height: 370px;
    max-height: 370px;
}

.gridviewoffer .catretailerinfo {
    min-height: 205px;
}

.gridviewoffer h2 {
    font-size: 1.1em;
    line-height: 1;
}

.gridviewoffer .catretailerinfo h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}

.gridviewoffer .catretailerinfo img.img-responsive {
    max-height: 90px;
}

.gridviewoffer .glyphicon,
.gridviewoffer .fas,
.gridviewoffer .glyphicon.nooffers,
.gridviewoffer .fas.nooffers {
    font-size: 24px;
}

.catretailerimage {
    height: 90px;
    position: relative
}

.col-lg-3 .catretailerimage {
    height: 70px;
    position: relative
}

.gridviewoffer .catretailerinfo img.img-responsive {
    max-height: 70px;
}

.catretailerimage img {
    position: absolute;
    /* 2 */
    top: 50%;
    /* 3 */
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#retaileroffers .popover {
    min-width: 250px;
}

#retaileroffers .popover-wrap {
    cursor: pointer;
}

    #retaileroffers .popover-wrap:hover {
        text-decoration: underline;
    }
/* special offer */
/*
    .specialoffersshell {
        background-color: #FCF3CF
    }
    #retaileroffers .specialoffersshell h3 a,#retaileroffers .specialoffersshell h3 {
        color: #F39C12
    }
    .specialoffersshell.catretaileritem {
        border-bottom: solid 3px #F39C12
    }
    #specialoffers .offergridoffer {
        background: #FFF
    }
    */
/* basket */
.cashbackpreview {
    color: #bcbcbc;
}

h3.cashbackpreview {
    color: #999999;
}

.basketitem h3 {
    margin-top: 0;
}

.basketitem .col-sm-4 h3 {
    font-size: 1em;
}

.basketitem .col-sm-3 h3 {
    font-size: 1.4em;
}

.basketitem .qty-increment {
    top: 27px;
    position: absolute;
    right: 20px;
    max-height: 30px;
}

    .basketitem .qty-increment input {
        text-align: left !important;
    }

.basketitem .btn-link {
    padding: 0;
    margin: 0;
    border: 0;
}

.basketitem p .btn-link {
    font-size: 12px;
}

.basketitem h3 .btn-link {
    font-size: 1.2em;
    white-space: normal;
    text-align: left
}


.basketitem .form-group {
    min-width: 100%;
}

.basketitem .form-control.input-sm {
    width: 65px;
}

.basketitem .input-group-addon {
    padding: 0
}

.basketitem .input-group.col-sm-12 {
    margin-bottom: 10px;
}

.basketitem .col-sm-2 input.btn.btn-primary.btn-sm {
    min-width: 100%;
    margin: 10px 0 5px;
    text-align: center !important;
}

.basketitem .btn {
    text-align: center;
}

.basketitem input {
    min-width: 100%;
    margin: 0 0 5px;
}

.basketitem .btn-danger {
    min-width: 100%;
}

    .basketitem .btn-danger .glyphicon {
        float: none;
        padding: 2px;
    }

button.btn.btn-danger.btn-sm {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.basketitem .form-control.input-sm {
    text-align: left;
    padding-left: 10px;
}

.basketitem input.qtyminus {
    position: absolute;
    right: 3px;
    height: 30px;
    top: 3px;
}

.basketitem i.fas.fa-minus {
    right: 9px;
}

.basketitem input.qtyplus {
    position: absolute;
    right: 40px;
    top: 3px;
    height: 30px;
}

.basketitem i.fas.fa-plus {
    left: -58px;
}

.basketitem h2 {
    line-height: 1;
    margin-top: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.text-danger,
.alert-danger,
.field-validation-error {
    color: #ac2925;
}
/* marketplace */
#marketPlace #filtershell h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#marketPlace .tab-content h2 {
    margin-top: 0;
}

#marketPlace .marketplace h3 {
    margin-top: 10px;
}

#marketPlace .categoryFilter .fas,
#marketPlace .categoryFilter .far {
    font-size: 1.6em;
    padding: 5px;
    background: #dbdbdb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
}

    #marketPlace .categoryFilter .fas + p,
    #marketPlace .categoryFilter .far + p {
        margin-top: 10px;
    }

#marketPlace #mpsearchshell #searchFilter.collapse.in {
    min-height: 180px;
}

#marketPlace #mpsearchshell .form-control {
    border-radius: 50px;
    margin-bottom: 15px;
    outline: transparent;
    border-color: #dbdbdb;
    transition: 200ms ease;
    -webkit-transition: 200ms ease;
}

    #marketPlace #mpsearchshell .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #cccccc;
        transition: 200ms ease;
        -webkit-transition: 200ms ease;
    }

#marketPlace #mpsearchshell #SelectedCategory.form-control:focus,
#marketPlace #mpsearchshell #SelectedPrice.form-control:focus {
    border-radius: 0;
    transition: 200ms ease;
    -webkit-transition: 200ms ease;
}

#marketPlace #mpsearchshell #searchFilter .col-sm-12 {
    padding: 0;
}

#mpcontent a.btn.btn-primary,
#mpcontent .btn-primary,
#mpcontent .btn-link,
#mpcontent .btn-info,
#mpcontent .btn-danger {
    min-width: 100px;
    margin: 5px auto;
}

    #mpcontent a.btn.btn-primary .glyphicon,
    #mpcontent .btn-primary .glyphicon,
    #mpcontent .btn-link .glyphicon,
    #mpcontent .btn-info .glyphicon,
    #mpcontent .btn-danger .glyphicon {
        float: right;
        text-align: right;
    }

a.btn.btn-primary.add-item-btn {
    min-width: 140px !important;
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
}

.add-item-btn span.glyphicon.glyphicon-plus {
    float: right;
}

#mpcontent .glyphicon-repeat {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

#marketPlace a.btn.btn-info.close-filter {
    border: none;
    float: right;
    cursor: pointer;
}

#marketPlace #filtershell .col-xs-6 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#marketPlace #filtershell .col-xs-6 span.chevron a {
    line-height: 30px;
}

a.btn.btn-primary.open-filter {
    position: absolute;
    top: 0;
    right: 35px;
}

    a.btn.btn-primary.open-filter:focus #filtershell {
        opacity: 0;
        display: none;
        height: 40px;
        transition: 200ms ease ease-in-out;
        -webkit-transition: 200ms ease ease-in-out;
    }

button#open-filter,
button#close-filter {
    float: right;
}
/* wizard */
#quickstart .jumbotron h1 {
    font-size: 40px;
}

.progress {
    height: 30px;
}

.progress-bar {
    background-color: #f5f5f5;
    line-height: 30px;
}

.progress .badge {
    background: #FFFFFF;
}

.progress-bar:not(:last-child) {
    border-right: solid 1px #ccc
}

.progress-bar.active {
    color: #FFF;
}

#quickstart .navbar-nav > li > a {
    padding: 5px 0
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.has-feedback label ~ .form-control-feedback {
    top: 0
}
/* time out */
#timeout {
    border-top: none;
}

#timeout {
    background: #F5F5F5;
}

    #timeout h1 {
        font-size: 100px;
    }
/* Form number progress */
.numberprogress {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

    .numberprogress .circle,
    .numberprogress .bar {
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #cccccc;
    }

    .numberprogress .bar {
        position: relative;
        width: 80px;
        height: 6px;
        top: -33px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .numberprogress .circle .label {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 25px;
        border-radius: 32px;
        margin-top: 3px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .numberprogress .circle .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
    }

    .numberprogress .bar.done,
    .numberprogress .circle.done {
        background: #eee;
    }

    .numberprogress .bar.active {
        background: linear-gradient(to right, #eeeeee 40%, #ffffff 60%);
    }

    .numberprogress .circle.done .label {
        color: #FFF;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    }

    .numberprogress .circle.done .title {
        color: #444444;
    }

    .numberprogress .circle.active .label {
        color: #ffffff;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    }

p.moreinfolink.text-muted.small {
    margin-top: 20px;
}

tr.co-total h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    margin-top: 5px;
}

.co-total > td {
    padding: 20px 0 20px 10px !important;
    line-height: 30px !important;
    background: #f5f5f5;
}

#postageshell .glyphicon-remove-circle,
#deliveryshell .glyphicon-remove-circle,
#billingshell .glyphicon-remove-circle,
#paymentshell .glyphicon-remove-circle {
    color: #cccccc;
}

#checkoutshipping .module {
    min-height: 280px;
}

#checkoutshell .savedcard {
    background: url(https://advantage6.peoplevalue.co.uk/Contents/img/blank-card.svg);
    background-repeat: no-repeat;
    background-size: 170px auto;
    height: 110px;
    margin-bottom: 30px;
    padding: 15px;
}

    #checkoutshell .savedcard h3 {
        color: #cccccc;
    }

#checkoutshell .col-sm-12.card-sec-title h3 {
    padding-bottom: 10px;
}

#checkoutshell .order-address {
    margin-top: 40px;
}

td.covalue {
    min-width: 85px;
}
td.cotitle {
    max-width: 100px;
}
#co-container .panel-heading {
    padding: 10px
}

#co-container .panel-body {
    padding: 0 10px
}

#co-container h4 {
    line-height: 1.5
}

#co-container .module h2 {
    margin-top: 0
}

#co-container .module {
    padding-top: 20px
}

#co-container .btn.btn-link {
    background: #ffffff;
    border: none;
    color: #333;
    border: solid 1px #cccccc;
    border-radius: 50px;
    text-align: left;
}

    #co-container .btn.btn-link:hover,
    #co-container .btn.btn-link:focus {
        color: #ffffff;
        text-decoration: none;
    }

        #co-container .btn.btn-link:hover .glyphicon.glyphicon-chevron-down,
        #co-container .btn.btn-link:focus .glyphicon.glyphicon-chevron-down,
        a.btn.btn-link:focus .glyphicon.glyphicon-chevron-down {
            color: #ffffff;
            transition: 0.50s;
            -webkit-transition: 0.50s;
            -moz-transition: 0.50s;
            -ms-transition: 0.50s;
            -o-transition: 0.50s;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

#co-container span.glyphicon.glyphicon-chevron-down {
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
}

#paymentselection button#pay-now-button {
    display: inline-block;
    padding: 6px 12px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    background: #ffffff;
    border: none;
    color: #333333;
    border: solid 1px #cccccc;
    border-radius: 50px;
    text-align: left;
    touch-action: manipulation;
    cursor: pointer !important;
    white-space: nowrap;
    vertical-align: middle;
}

    #paymentselection button#pay-now-button:hover,
    #paymentselection button#pay-now-button:focus {
        color: #ffffff;
        text-decoration: none;
    }

        #paymentselection button#pay-now-button:hover .glyphicon.glyphicon-chevron-right {
            color: #ffffff;
        }

.buynowbutton {
    margin-bottom: 20px
}

    .buynowbutton .disabled, .buynowbutton .disabled .glyphicon-chevron-right {
        /*background: none!important*/
        color: #FFF
    }

.module-footer {
    border-top: solid 1px #cccccc;
    bottom: 23px;
    position: absolute;
    width: 300px;
    padding: 20px 0;
}

#paymentSenseShell .paymentShell {
    min-height: 1100px;
}
/* competitions */
#competitions .module {
    min-height: 350px;
    position: relative;
}

#competitions .btn-primary {
    position: absolute;
    bottom: 25px;
}
/* contact */
#Contact #mainbodyshell .module {
    min-height: 220px
}
/* help */
#HelpAccount #mainbody .col-sm-9 h1 {
    /*padding-top: 20px;*/
}

#HelpIndex #mainbodyshell .module p a + a:before {
    content: '| ';
}

#HelpAccount blockquote p,
#HelpAccount blockquote .table,
#HelpInstore blockquote p,
#HelpCommunity blockquote p,
#HelpOnline blockquote p,
#HelpFuel blockquote p,
#BPFuelCard blockquote p {
    font-size: 14px
}
/* Help */
#HelpCommunity .col-sm-9,
#HelpInstore .col-sm-9,
#HelpAccount .col-sm-9 {
    /*margin-top: 20px;*/
}

#HelpCommunity .module a.btn.btn-primary,
#HelpInstore .module a.btn.btn-primary,
#HelpAccount .module a.btn.btn-primary {
    position: absolute;
    top: 100px;
}
span.glyphicon.glyphicon-volume-up.small.text-muted {
    display: none;
}
/* local discounts */
.localdiscountfilter .module {
    min-height: initial
}
/* Discounts */
#Discounts .col-md-4 .modulecontent a.btn.btn-primary {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
/* FuelCard */
#FuelCard .col-sm-3 .module {
    min-height: 190px;
}

    #FuelCard .col-sm-3 .module a.btn.btn-primary {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

#FuelCard .col-sm-12 .module {
    min-height: 150px;
}

#FuelCard .col-xs-12 .module {
    min-height: 110px;
}

    #FuelCard .col-xs-12 .module a.btn.btn-primary {
        position: absolute;
        bottom: 0px;
        left: 10px;
    }

#FuelCard .col-sm-3 .fc-linkbox {
    height: 100%;
    min-height: 150px;
}

#FuelCard .col-xs-12 .fc-linkbox {
    height: 100%;
    min-height: 110px;
}

#FuelCard .col-sm-12.fc-linkbox {
    min-height: 175px;
    height: 100%;
    padding: 10px;
}

#FuelCard .col-sm-3 .fc-linkbox:hover {
    cursor: pointer;
}

    #FuelCard .col-sm-3 .fc-linkbox:hover .btn-primary,
    #FuelCard .col-sm-3 .fc-linkbox:hover .glyphicon-chevron-right {
        color: #ffffff;
    }

#FuelCard #pageinfoshell .col-xs-12.text-center {
    margin: 30px auto -20px;
}

#FuelCard .fuelstationinfo h4 {
    font-size: 15px;
}

#FuelCard h1.firstHeading {
    font-size: 15px;
    letter-spacing: 1px;
}
/* #ExtraBenefits */
#ExtraBenefits .col-sm-4 .module {
    min-height: 180px;
}

#ExtraBenefits .col-sm-4 .exben-btns {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#ExtraBenefits .catretaileritem.gridview img.img-center {
    margin: 0 auto;
    max-height: 145px;
    max-width: 240px;
}

/* Admin */
#Admin .col-xs-12 .btn-primary {
    position: absolute;
    bottom: 0;
    left: 10px;
}

#Admin .module .col-xs-12 {
    min-height: 120px;
    height: 100%;
}
/* check out */
#checkoutshell .panel.module {
    min-height: inherit
}
/* offer transfer */
#offertransfer {
    text-align: center;
}
/* quantity buttons */
.qty-increment {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 999;
}

.reloadcard .qty-increment,
.reoffer .qty-increment {
    right: 5px;
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 3px 3px 0;
}

input.qtyplus,
input.qtyminus {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #cccccc;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0px solid transparent;
    width: 30px;
    height: 34px;
    background-color: transparent;
    outline-color: #ffffff;
    margin-top: -5px;
    font-size: 1.5em;
    line-height: 1em;
}

i.fas.fa-plus {
    position: absolute;
    left: 11px;
    top: 6px;
    pointer-events: none;
    z-index: 999999;
}

i.fas.fa-minus {
    position: absolute;
    right: 6px;
    top: 6px;
    pointer-events: none;
    z-index: 999999;
}

input#retpinfo-desc-more {
    display: none;
}

.pinfo-desc,
.pinfo-desc-trim {
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: auto;
    text-overflow: inherit;
}

p#retpinfo-desc {
    margin-bottom: 20px;
}

#retaileroffers .specialoffersshell .panel-heading h3 {
    margin: 0;
    font-size: 1.5em !important;
}

#retaileroffers .filtersectionshell {
    border: 1px solid #f0f0f0;
    padding: 20px;
}

    #retaileroffers .filtersectionshell h3 {
        margin-top: 5px;
        font-size: 1.3em;
    }

    #retaileroffers .filtersectionshell button#reset-filter {
        float: right;
        position: absolute;
        right: 30px;
        top: 15px;
        width: 35px;
        height: 35px;
        padding: 6px 10px;
    }

    #retaileroffers .filtersectionshell .panel-body ul {
        padding-left: 15px;
    }

h3.recent-title.text-center {
    font-size: 1.2em;
}

#recentcarousel button.btn.btn-primary.btn-sm {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}

#recentcarousel img.img-responsive.img-center {
    min-height: 35px;
    max-height: 50px !important;
}

#prod-filter .col-md-12 p,
#cat-filter .col-md-12 p {
    min-width: 90px;
    text-align: center;
}
/* Welcome modal */
#WelcomeModal {
    text-align: center;
}

    /*#WelcomeModal .carousel-inner {
        height: 380px;
    }*/

svg#vouiconsvg {
    height: 24px;
    width: 35px;
    display: block;
}

.nooffers svg#vouiconsvg {
    opacity: 0.3;
}

/*#WelcomeModal.modal {
    position: fixed;
    z-index: 1050;
    margin: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 450px;
    height: 650px;
    padding: 0 !Important;
}*/

#WelcomeModal .carousel-inner .item {
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    height: 310px;
    width: 350px;
    background-color: #ffffff;
}

#WelcomeModal .carousel-indicators li {
    background: lightgrey;
}

#WelcomeModal .carousel-indicators .active {
    background: #333333 !important;
}

#WelcomeModal .modal-header h1 {
    margin-bottom: 10px;
}

#WelcomeModal .modal-body h3 {
    margin-top: 10px;
}

#WelcomeModal .modal-body p {
    margin-bottom: 20px;
}
/* Feedback */
.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

    .star-rating .fa-star {
        color: #ff9600;
    }

button#FeedbackBtn {
    position: fixed;
    right: -45px;
    top: 320px;
    z-index: 999999;
    width: 100px;
}

    button#FeedbackBtn h3 {
        margin: 10px 10px 10px 5px;
        font-size: 1.2em;
    }

    button#FeedbackBtn .fbbtn-title {
        display: none;
    }

span.far.fa-comment {
    font-size: 1.4em;
}

.btn.btn-primary:hover span.far.fa-comment {
    color: #ffffff;
}

.btn.btn-primary:focus span.far.fa-comment {
    color: #ffffff;
}

button#FeedbackBtn:hover .fbbtn-title {
    transition-delay: 0.2s;
    display: inline;
    color: #ffffff;
    padding-left: 5px;
}

button#FeedbackBtn:hover {
    width: 230px;
}

#fb-btn {
    display: none;
}

.btn-primary.btn-disabled {
    background-color: #808080;
    border-color: #808080;
    color: #FFFFFF;
}

.btn-primary.btn-disabled .glyphicon-chevron-right, .btn-primary.btn-disabled .glyphicon-repeat {
    color: #FFFFFF;
}

/* learning */
#Learning .tab-pane:not(.active) {
    display: none;
}

#Learning h3.panel-title {
    font-size: 1.4em;
}

#Learning .learningcompleted {
    color: #f2ab1a
}

#Learning .learninginprogress {
    color: #58a539
}

#Learning .learingnotstarted {
    color: #256fe5
}

#Learning .learningitemslist {
    max-height: 500px;
    overflow-y: auto;
}

#Learning #activityGraph {
}

#Recognition .nominationaction {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer
}

#Recognition .comments .comment {
    background: #F5F5F5;
    margin: 10px 0 0;
    padding: 10px;
}

#Recognition .recognitionitem {
    padding: 0!important
}

#Recognition .comment a {
    color: #333;
    font-weight: bold
}
#Recognition .recognitionitem h3, #Recognition .recognitionitem h4, #Recognition .recognitiondate {
    font-weight: normal;
    color: #47474a
}
#Recognition .recognitionitem .nomineename {
    font-weight: bold
}

#Recognition .nominatebuttons {
    padding: 15px 10px
}

    #Recognition .nominatebuttons .col-lg-2 {
        width: 20%;
        padding: 5px
    }

    #Recognition .nominatebuttons .btn-primary p {
        border-top: solid 1px #99CA3C;
        padding-top: 10px;
        margin-top: 10px;
    }

    #Recognition .nominatebuttons .btn-primary {
        font-size: 16px;
        white-space: normal;
        margin-bottom: 10px;
        background: #FFF;
        padding: 20px;
        border: solid 3px #FFFFFF;
        border-radius: 5px;
    }

    #Recognition #EditPicture .profileselection .btn-primary {
        padding: 0;
        border-radius: 50%;
    }

    #Recognition .nominatebuttons .btn-primary:hover {
        border: solid 3px #3d3f44
    }

    #Recognition .nominatebuttons .col-xs-6.col-sm-3 {
        padding: 0 5px;
    }

    #Recognition .nominatebuttons .btn input[type=radio], .nominatebuttons .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

	#NominateForm h3, #searchformrecognition h3 {
        margin-top: 0
	}
    #NominateForm .form-group, #searchformrecognition .form-group {
        margin: 0
    }

    #NominateForm .control-label {
        text-align: left!important;
    }

    #Recognition .modal-content.module {
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    #NominateField {
        display: none;
    }

    #NominateForm .tokenize > .tokens-container > .placeholder {
        color: #999
    }

    #NominateFieldLoading ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #555;
        opacity: 1; /* Firefox */
    }

    #NominateFieldLoading :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #999;
    }

    #NominateFieldLoading ::-ms-input-placeholder { /* Microsoft Edge */
        color: #999;
    }

    #Recognition .recognitionitem.pinned {
    }

    #Recognitionwallhome {
    }
    #Recognitionwallhome .maincontent {
        margin-top: 0
    }
    #Recognitionwallhomecontent a {
        color: inherit
    }

    #Recognitionwallhomecontent {
        height: 978px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #Recognitionwallhomecontent .recognitionitem p {
        margin-bottom: 5px;
    }
    #Recognitionwallhomecontent .recognitionitem h5 {
        font-weight: 600;
    }
    #Recognitionwallhomecontent .recognitionitem {
        border-bottom: solid 1px #cccccc;
        padding: 5px 0;
        margin: 5px 0;
    }

    #Recognitionwallhome h2 {
        margin-top: 0
    }

    #Recognition #profile {
        padding-top: 10px
    }

   #Recognition #profile .nav.nav-pills {
       padding-bottom: 10px
   }
    #Recognition #profile .nav-pills > li > a {
        border-radius: 50px;
        padding: 5px 10px;
    }

    #Recognition #profile .nav-pills > li.active > a {
        background: #FFFFFF;
        color: initial;
    }

    #Recognition #profile .nav-pills .btn:hover .chevron * {
        color: inherit !important;
    }

    #Recognition #profile .nav-pills .btn-primary:hover {
        color: inherit;
    }

    #Recognition #profile {}

    .changepicture #changepicture, .changepicture .upload-result, .changepicture.ready .upload-msg {
        display: none;
    }

    .changepicture.ready #changepicture {
        display: block;
    }

    .changepicture.ready .upload-result {
        display: inline-block;
    }

    .upload-msg {
        text-align: center;
        padding: 50px;
        font-size: 22px;
        color: #aaa;
        width: 260px;
        margin: 50px auto;
        border: 1px solid #aaa;
    }

    #profiledefault {
        display: none;
    }


    #searchformrecognition .twitter-typeahead {
        width: 100%
    }

    #searchformrecognition .tt-menu {
        width: 100%;
        left: 0!important;
    }

    .profile-upload .profile-upload-wrap,
    .profile-upload .upload-result,
    .profile-upload.ready .upload-msg {
        display: none;
    }

    .profile-upload.ready .profile-upload-wrap {
        display: block;
    }

    .profile-upload.ready .form-group {
        height: 480px;
    }

    .profile-upload.ready .upload-result {
        display: inline-block;
    }

    .profile-upload-wrap {
        width: 420px;
        height: 420px;
        margin: 10px auto 0;
    }

    .upload-msg {
        text-align: center;
        padding: 50px;
        font-size: 22px;
        color: #aaa;
        width: 260px;
        margin: 50px auto;
        border: 1px solid #aaa;
    }


#Commsportal .season-notify {
    position: absolute;
    top: 3px;
    width: 60%;
    height: auto;
    background: #99CA3C;
    z-index: 99;
    padding: 4px;
    left: 50%;
    transform: translate(-50%);
    /*            box-shadow: 0 5px 10px #333;*/
    border-radius: 50px;
}

    #Commsportal .season-notify p {
        font-weight: 600;
        color: #fff;
        margin: 0
    }



#Commsportal .fav-thing {
    position: absolute;
    right: 30px;
    top: 245px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: white;
}


    #Commsportal .fav-thing .fa {
        padding: 14px;
        font-size: 20px;
        color: #ccc;
    }

    #Commsportal .fav-thing a {
        transition: ease 0.3s all;
    }

        #Commsportal .fav-thing a:hover .fa {
            color: #ec64a5;
            transition: ease 0.3s all;
        }

#Commsportal .catretailerimage.crimg {
    min-height: 230px;
    min-width: 100%;
    margin: -20px;
    margin-bottom: 30px;
}

    #Commsportal .catretailerimage.crimg img.img-responsive {
        margin: 0px auto;
        background: white;
        max-height: 200px !important;
        box-shadow: none;
    }

#Commsportal .crimg1 {
    background: rgba(98,98,98,1);
}

#Commsportal .crimg2 {
    background: rgba(98,98,98,0.75);
}

#Commsportal #scheme-info {
    background: #eee;
}

#Commsportal .season-notify {
    position: absolute;
    top: 3px;
    width: 60%;
    height: auto;
    background: #99CA3C;
    z-index: 99;
    padding: 4px;
    left: 50%;
    transform: translate(-50%);
    /*            box-shadow: 0 5px 10px #333;*/
    border-radius: 50px;
}

    #Commsportal .season-notify p {
        font-weight: 600;
        color: #fff;
        margin: 0
    }

#Commsportal #contentpreview .form-horizontal .form-group {
    margin-bottom: 10px
}

#Commsportal .gridviewoffer .catretaileritem {
    min-height: 480px;
    max-height: 480px;
}
#Admin #Commsportal .col-xs-12 .btn-primary {
    position: inherit;
    bottom:  inherit;
    left:  inherit;
}

    #LogoffShell a {
        text-decoration: underline
    }

/* MEDIA QUERIEES */
@media (max-width:767px) {
    #savingscalc .cat-range a {
        font-size: 1.35em;
    }
    .cbnorm {
        display: none;
    }
    .cbsmall {
        display: block;
    }
    #scModel .calccatoffers {
        text-align: center;
    }
    #scModel .calccatoffers h4 {
        line-height: 25px;
        margin-bottom: 0;
    }
    .sc-title .popover-content {
        width: 90vw !important;
    }
    .sc-title .popover {
        min-width: 90vw !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
        .sc-title .popover > .arrow {
            display: none;
        }
        .mob-view {
            display: block;
        }
    #savingscalc button.btn.btn-primary {
        max-width: 100px !important;
        min-width: 40px !important;
        text-align: center;
        margin: auto;
        padding: 6px 12px !important;
        width: 100% !important;
    }
    #savingscalcmodule .module {
        max-height: 210px;
        min-height: 210px;
        margin-top: 0px;
        padding: 0;
    }
    #threedsecure #ccframe {
        height: 500px;
    }

    #Recognitionwallhome {
        height: 470px;
    }

    #Recognitionwallhomecontent {
        height: 300px;
    }

    .modal-dialog {
        max-width: 95vw;
    }
    .tt-hint {
        display: none;
    }
    #changenumbers .lottoball {
        margin-top: 15px;
    }
    .numberinput {
        height: 50px;
    }

    #win-num .lottoball p {
        line-height: 60px;
    }
    #mpcontent a.btn.btn-primary,
    #mpcontent .btn-primary,
    #mpcontent .btn-link,
    #mpcontent .btn-info,
    #mpcontent .btn-danger {
        min-width: 155px;
        margin: 5px auto;
    }
    .marketplace .col-sm-4.col-lg-3.text-right p {
        text-align: left;
    }
    .marketplace .imageshell {
        padding: 20px;
    }
    a {
        letter-spacing: 0px;
    }
    /*#WelcomeModal.modal {
        width: 95%;
        height: auto;
        left: 2%;
        transform: translate(-3%);
    }*/
    /* banner */
    .categorybannerimg {
        min-height: 400px;
        max-width: 100vw;
    }
    #schemelogo {
        min-height: 45px;
    }
    h1.nobannertext2 {
        top: 40px !important;
    }
    #bestsellerscarouselmobile .carousel-inner {
        min-height: 140px;
    }
    #PreferencesModalBtn h3 span.visible-xs {
        display: inline-block !important;
    }
    .slick-dots {
        bottom: 375px !important;
    }

        .slick-dots li button:before {
            font-family: 'slick';
            font-size: 20px !important;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '•';
            text-align: center;
            opacity: 0.5 !important;
            color: #ffffff !important;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1 !important;
        }

    #Wellbeing .mod-bottom {
        position: absolute;
        background: #ffffff;
        width: 95%;
        bottom: 0;
        overflow: hidden;
    }
    #fb-btn {
        display: block;
    }
    #MyAccount .cashbackmod p.text-muted {
        max-width: 100%!important;
    }
    .mob-fb-btn h3 {
        margin-top: 0px !important;
        font-size: 1.3em;
        line-height: 2;
    }

    .mob-fb-btn span.far.fa-comment {
        color: #ffffff;
    }

    .mob-fb-btn {
        margin: 0 0 -20px;
        height: 50px;
        padding: 10px 15px;
        text-align: center;
    }

    #footershell .fbbtn-title a {
        font-size: 18px;
    }

    .viewas {
        display: none;
    }

    .sortby p {
        text-align: left !important;
    }

    #ProductView .gridviewoffer .catretaileroffers,
    #ProductView .gridviewoffer .catretaileroffers button.btn.btn-primary {
        position: relative;
    }

        #ProductView .gridviewoffer .catretaileroffers button.btn.btn-primary {
            margin: 10px auto;
            left: inherit;
            margin-left: 50%;
        }

    #ProductView .gridviewoffer .catretaileroffers {
        margin: 10px auto;
        width: 100%;
        bottom: 0;
    }

    .displayoptions .col-md-12.icon-group {
        padding-left: 10px;
    }

    .list-inline > li {
        padding: 0 10px;
    }

        .list-inline > li.noofferitem {
            display: none;
        }

    #accountSBaddresses a.btn.btn-primary {
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .basketitem img.img-responsive {
        max-width: 60%;
        margin: 10px auto 20px;
    }

    .basketitem button.btn.btn-danger.btn-sm {
        margin: 10px auto 20px;
    }

    button#FeedbackBtn {
        display: none;
    }

    span.hidden-sm.hidden-md.small {
        margin-left: -15px;
    }

    .gridviewoffer .catretaileritem {
        max-height: 100%;
        min-height: 0%;
        height: auto;
    }

    #itemCatView .catretaileritem {
        position: relative;
    }

    #itemCatView .catretaileroffers button.btn.btn-primary {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
    }

    #FuelCard .form-horizontal .col-sm-3 {
        margin: 10px 0 !important;
    }

    #Community button.btn.btn-primary.comp-btn {
        margin-bottom: 20px;
    }

    #Discounts .catretaileroffers button.btn.btn-primary {
        margin: 0px auto;
    }

    #Discounts .catretaileroffers .col-xs-12.text-right {
        text-align: center;
        margin-top: 10px;
    }

    #retaileroffers .panel-heading h3 {
        margin: 0;
        font-size: 1.3em;
    }

    .pinfo-desc-trim {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    input#retpinfo-desc-more {
        display: block;
    }

    .pinfo-desc {
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: auto;
        text-overflow: inherit;
    }

    .col-sm-12 #categoryfilter.affix,
    .col-sm-12 #filtershell.affix,
    .col-md-4 #categoryfilter.affix,
    .col-md-4 #filtershell.affix {
        position: static;
        width: 100% !important;
    }



    .table-responsive > .table {
        margin-bottom: 0;
        overflow-x: scroll;
    }

        .table-responsive > .table > tbody > tr > td {
            white-space: normal !important;
        }

    #mpcontent .table-responsive > .table a.btn.btn-primary .chevron,
    #mpcontent .table-responsive .button-txt {
        display: none;
    }

    #mpcontent .table-responsive > .table a.btn.btn-primary,
    #mpcontent .btn-primary,
    #mpcontent .table-responsive > .table a.btn.btn-danger,
    #mpcontent .btn-danger {
        max-width: 80px !important;
        min-width: 60px;
        max-height: 40px;
        text-align: center;
    }

    .table-responsive > .table a .glyphicon {
        float: left;
        text-align: center;
    }

    #mpcontent .btn-danger .glyphicon {
        float: none;
        text-align: center;
    }

    #breadcrumbshell {
        display: none
    }

    .featuremob {
        display: block;
    }

    a.btn.btn-primary.add-item-btn {
        min-width: 140px !important;
        float: left;
        position: relative;
        margin-bottom: 20px;
        margin-right: calc(100% - 100px);
    }

    .add-item-btn .chevron {
        padding-left: 0 !important;
    }

    #marketPlace #filtershell .col-xs-6 h2 {
        font-size: 1.2em;
        padding-right: 0;
        margin-right: -50px;
    }

    .bestselleritem img {
        padding-bottom: 5px;
    }

    .bestsellertext p {
        font-size: 0.9em;
    }

    #next-draw {
        width: 100%;
        height: 100%;
        min-height: 180px;
        min-width: 180px;
        border-radius: 180px;
        margin: 10px auto;
        padding: 20px;
        float: none;
    }

    .lottoview .container .col-sm-4 .row {
        padding: 0;
        margin: 0;
    }

    #Contact #mainbodyshell .module {
        min-height: 100%;
    }

    #login #bodyshell {
        margin-top: 10%;
        transform: translate(0,0)!important;
    }

    #login #schemelogo img.img-responsive {
        left: 0px;
        position: relative;
        float: initial;
    }

    #login a {
        text-align: center;
    }

    #login #forgotten .col-xs-12 {
        text-align: center;
        margin: 10px auto;
    }

    #schemelogo img.img-responsive {
        left: 15px;
        float: left;
    }

    #sstrapline img.img-responsive {
        right: 15px;
        position: absolute;
    }

    #schemelogo .img-responsive,
    #strapline img.img-responsive.pull-right {
        margin: 15px auto;
        max-height: 35px;
    }

    #straplinecontainer {
        height: 65px
    }

    .mainbannercarousel .box {
        -webkit-clip-path: none;
        clip-path: none;
        width: 100vw;
        height: 200px;
        background: #ffffff;
        bottom: 0;
    }

    .clientlogobanner {
        position: absolute;
        clear: both;
        left: 50%;
        overflow: hidden;
        width: 150px;
        transform: translate(-50%);
        margin-top: 0;
    }

    .mainbannercarousel .item {
        height: 400px;
        width: 100vw;
    }

    .mainbannercarouselsingle .item {
        height: 400px;
        width: 100vw;
    }

    .mainbannercarousel .logo-box-left img.img-responsive.retailer-logo {
        max-width: 125px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .item.slick-slide.slick-current.slick-active.slick-center:before {
        background-image: linear-gradient(to bottom, transparent, #47474a);
    }

    .mainbannercarousel .btn.btn-primary {
        position: absolute;
        z-index: 999;
        left: 50%;
        transform: translate(-50%);
        top: 120px;
    }

    .bannerimg {
        width: 100vw;
        height: calc(360px - 160px);
        min-height: 1px;
        float: none;
    }

    .box {
        width: 100%;
        height: 200px;
        line-height: 1.2;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        clip-path: none;
    }

    .mainbannercarousel .caption {
        left: 0
    }
    .caption p {
        margin: 0px;
    }
    .mainbannercarousel .box {
            width: 100%!important;
    }

    .mainbannercarousel .caption h1 {
        text-align: center;
        font-size: 2em;
        color: #ffffff;
        top: 20px;
        margin-top: 0px;
        left: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainbannercarouselsingle .caption h1 {
        text-align: center;
        font-size: 2em;
        color: #ffffff;
        position: absolute;
        top: 20px;
        margin-top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 100vw;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainbannercarousel .caption h3 {
        text-align: center;
        width: 100%;
    }

    .mainbannercarousel .logo-box-left,
    .mainbannercarousel .logo-box-right {
        height: auto;
        width: 100%;
        margin: 70px auto 0;
        border-radius: 0;
        background: none;
        bottom: 0;
    }

    #filtershell .affix {
        position: static !important;
    }

    label.btn.btn-primary.active:focus {
        box-shadow: 0 0 0 10px #dbdbdb;
    }

    .featuredt .homefeatureitem {
        display: none;
    }

    .featuremob .homefeatureitem {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: auto;
    }

    .featuremob .col-xs-3,
    .featuremob .col-xs-6 {
        padding: 0;
    }

        .featuremob .col-xs-6 .feat-module h3 {
            font-size: 1.2em;
        }

    .featuremob .homefeatureshell {
        margin-top: 0px;
        line-height: 15px;
        font-size: 0.9em;
    }

    #mob-item-a {
        position: absolute;
        left: 15px;
        z-index: 99;
    }

    #mob-item-b {
        background: #ffffff;
        border-radius: 0;
        width: 70vw;
        margin-left: 50%;
        transform: translate(-50%);
    }

        #mob-item-b h1 {
            margin: 25px 0 15px;
        }

    #mob-item-c {
        position: absolute;
        right: 15px;
        z-index: 99;
    }

        #mob-item-a p,
        #mob-item-b p,
        #mob-item-c p {
            margin-top: -10px;
        }

    #mob-item-b p {
        color: #333333 !important;
    }

    .featuremob p {
        line-height: 15px;
        color: #ffffff !important;
        font-size: 0.9em;
    }

    .homefeatureitem .glyphicon {
        color: white !important;
        font-size: 1.5em !important;
    }

    #Home #bodyshell .moduleimg {
        min-height: 150px !important;
        max-height: 150px !important;
        overflow: hidden;
    }

    #Home #bodyshell .module.feat-module a p {
        display: none;
    }

    #Home #bodyshell .module,
    #mainmenu .module {
        padding: 0;
        max-height: 205px !important;
        min-height: 205px !important;
    }

    #Home .module.feat-module:hover {
        transform: none;
    }

    #Home #bodyshell .module:hover .moduleimg img {
        transform: none;
        -webkit-transform: none;
    }

    #Home #bodyshell .module.feat-module:hover h3 {
        text-decoration: none;
    }

    #Home #bodyshell .module.feat-module:hover a p {
        text-decoration: none;
        opacity: 0;
        transition: none;
        -webkit-transition: none;
        display: none;
    }

    #Home .feat-module h3 {
        font-size: 1.1em;
        text-align: center;
        line-height: 1.4;
        padding-left: 5px;
        padding-right: 5px;
    }

    #Home #bodyshell .module .modulecontent {
        min-height: 90px;
        padding: 15px;
    }

    #footershell {
        padding: 0;
    }

        #footershell > .container {
            display: none;
            background: #ffffff;
        }

    #footercopyright {
        padding: 0 20px 20px;
    }

    #filtershell.affix {
        position: static
    }

    #categoryfilter.affix,
    #Discounts #filtershell.affix {
        top: 0;
        width: auto;
    }

    .retailer-logo img.img-responsive.img-center {
        padding: 0 20px 20px;
        max-width: 50%;
        margin: 0 auto 10px;
    }

    h3.retailer-name {
        text-align: center !important;
    }

    p#retpinfo-desc {
        padding: 5px 25px 0px;
    }

    input#retpinfo-desc-more {
        margin: 5px 33.33%;
    }

    .headlineoffer ~ .btn.btn-primary {
        position: absolute;
        top: 30px;
        right: 75px;
        font-size: 0.9em;
        transform: scale(0.9);
        margin-bottom: 20px;
    }

    .offergridoffer .col-sm-3 .btn.btn-primary,
    .catretaileritem .col-sm-3 .btn.btn-primary {
        margin: 20px 23.33%;
    }

    .carousel-control.right {
        width: 5%;
        left: 95% !important;
    }

    .carousel-control.left {
        width: 5%;
        margin-left: 0% !important
    }

    #Wellbeing .mod-bottom {
        min-height: 100px;
    }

    #Wellbeing .col-sm-4 .module {
        min-height: 330px;
        max-height: 330px;
        overflow: hidden;
        border: 1px solid #f0f0f0;
    }

    #Wellbeing .catretaileritem.gridview {
        margin: 15px 20px;
    }

    #Instore .modal-body .catretaileroffers {
        border: none;
        padding: 0;
    }

    #MyAccount #mycards .catretaileroffers li,
    #MyAccount .catretaileroffers li a {
        padding-left: 0;
        text-align: center;
    }

    #MyAccount #mycards .dropdown-backdrop {
        background: rgba(0, 0, 0, 0.3) !important;
    }

    #MyAccount #mycards ul.dropdown-menu.dropdown-menu-right {
        position: fixed;
        top: 30vh;
        left: 10vw;
        max-width: 80vw;
    }
}
@media only screen and (min-device-width : 330px) and (max-device-width : 480px) and (orientation : portrait) {
    .catretailerinfo h3 {
        max-width: 180px;
        word-wrap: break-word;
    }
    #savingscalcmodule .module {
        max-height: 325px;
        min-height: 325px;
        margin-top: 0px;
        padding: 0;
        margin-bottom: 15px;
    }
    #savingscalcmodule table {
        border: 0!important;
        height: 130px;
    }
        #savingscalcmodule table h4 {
            margin-bottom: 0;
            
        }
    h1.sc-title {
        margin-bottom: 10px;
    }
    #scModel .calccatoffers h4 {
        line-height: 25px;
        margin-bottom: 0;
    }
        #scModel .calccatoffers p {
            text-align: center;
        }
        #scModel .row.calccatoffers .col-xs-12 {
            max-height: 50px !important;
            min-height: 50px !important;
        }
        #scModel .row.calccatoffers .col-xs-12 button {
            margin-top: 0;
            margin-left: 50%;
            transform: translate(-50%);
        }
    #savingscalc button.btn.btn-primary {
        margin-left: -10px !important;
    }
}
@media only screen and (min-device-width : 230px) and (max-device-width : 374px) and (orientation : portrait) {
    #savingscalc button.btn.btn-primary {
        margin-left: -15px !important;
    }

    h1.sc-title {
        font-size: 24px !important;
    }

    #savingscalcmodule .module {
        max-height: 330px !important;
        min-height: 330px !important;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
        padding: 0 !important;
    }

    #savingscalcmodule table {
        height: 120px !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    a {
        letter-spacing: 0px;
    }
    #login #bodyshell {
        margin-top: 20%;
        transform: translate(0);
    }
    .mainbannercarousel .caption h3 {
    }

    .clientlogobanner {
    }

    .box {
        width: 66.6%;
    }

    .gridviewoffer .catretaileritem {
        min-height: 1px;
        max-height: 500px;
        min-height: 350px;
    }

    .col-sm-12 #categoryfilter.affix,
    .col-sm-12 #filtershell.affix,
    .col-md-4 #categoryfilter.affix,
    .col-md-4 #filtershell.affix {
        position: static;
        width: 100% !important;
    }

    .displayoptions .col-sm-8 .row .col-sm-12.icon-group {
        float: none;
    }

    .icon-group {
        text-align: center;
    }

    #categoryfilter p {
        text-align: center;
    }

    .pinfo-desc-trim {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    input#retpinfo-desc-more {
        display: block;
    }

    .pinfo-desc {
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: auto;
        text-overflow: inherit;
    }

    .offergridoffer h3 {
        margin-top: 0px;
        font-size: 1.6em;
    }

    #retaileroffers .catretaileritem button.visible-sm.btn.btn-primary {
        margin-top: -5px;
        position: absolute;
        top: 0;
    }

    #voucheroffers img.img-responsive {
        display: none;
    }

    #Wellbeing .catretailerinfo-bottom h3 {
        font-size: 1.2em;
    }

    #Wellbeing .catretailerinfo-desc {
        opacity: 0;
    }

    #Wellbeing .catretailerinfo-bottom {
        height: 140px;
    }

    #Wellbeing .catretaileritem.gridview img.img-center {
        max-width: 120px;
    }

    #Wellbeing .catretaileritem .btn.btn-primary {
        min-width: 120px;
    }

    #MyAccount #mycards .dropdown-backdrop {
        background: rgba(0, 0, 0, 0.3) !important;
    }
}

@media (max-width:767px) and (orientation:landscape) {

    .headlineoffer ~ .btn.btn-primary {
        top: 0;
        right: 150px;
    }
    .mainbannercarousel .item {
        height: 360px;
    }
    .offergridoffer .col-sm-3 .btn.btn-primary,
    .catretaileritem .col-sm-3 .btn.btn-primary {
        margin: 20px 0;
    }
    #Wellbeing .img-rounded {
        border-radius: 0 !important;
        min-width: 600px;
        margin-top: -100px;
        overflow: hidden;
    }
    #mob-item-b {
        width: 82.5vw !important;
    }

    .bestsellertext {
        width: 28.75vw;
    }

    .sm_menu_outer .mobile_menu li.active > .submenu > .hasChild .submenu {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -moz-column-fill: balance;
        column-fill: balance;
    }

    .sm_menu_outer .mobile_menu li.active > .submenu li:first-child {
        columns: 1;
    }

    #MyAccount #mycards .catretaileroffers li,
    #MyAccount .catretaileroffers li a {
        padding-left: 5px;
    }
}

@media (min-width:768px) and (max-width: 991px) {

    #savingscalcmodule .module {
        max-height: 350px;
        min-height: 350px;
        margin-top: 0px;
        padding: 0;
    }
    #welbeingAbout h2 {
        margin-top: 0;
    }

    #Contact #mainbodyshell .module {
        min-height: 215px;
    }

    #Wellbeing .mod-bottom {
        min-height: 130px;
    }

    #filtershell .list-group {
        margin-bottom: 0;
        -webkit-column-count: 2;
        column-count: 2;
    }

    #MyAccount #mycards #filtershell .list-group {
        -webkit-column-count: 1;
        column-count: 1;
    }

    #MyAccount #mycards .btn.btn-primary {
        max-width: 100% !important;
        min-width: 1px;
        margin: 5px;
    }

    #MyAccount #mycards .catretaileroffers li {
        padding: 0px;
    }
}

@media (min-width:992px) {
    #Contact #mainbodyshell .module {
        min-height: 215px;
    }

    .offergridoffer h3 {
        margin-top: 0px;
        font-size: 1.6em;
    }

    .col-sm-6 .offergridoffer .btn.btn-primary,
    .col-sm-6 .catretaileritem .btn.btn-primary {
        min-width: 140px !important;
        max-width: 140px !important;
    }

    .col-lg-4 .offergridoffer .btn.btn-primary,
    .col-lg-4 .catretaileritem .btn.btn-primary {
        min-width: 160px !important;
        max-width: 160px !important;
    }

    #onlineoffers .offergridoffer .btn.btn-primary,
    #onlineoffers .catretaileritem .btn.btn-primary {
        min-width: 180px !important;
        max-width: 180px !important;
    }

    .btn .chevron {
        padding-left: 5px;
    }

    #Wellbeing .mod-bottom {
        min-height: 120px;
    }

    #MyAccount #mycards .btn.btn-primary {
        max-width: 100% !important;
        min-width: 1px;
        margin: 5px;
    }

    #MyAccount #mycards .catretaileroffers li {
        padding: 0px;
    }

    .col-md-4 #categoryfilter.affix {
        top: 70px;
        width: 292.50px;
    }

    .col-lg-3 #categoryfilter.affix,
    .col-lg-3 #filtershell.affix {
        top: 70px;
        width: 292.50px;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .pinfo-desc-trim {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    input#retpinfo-desc-more {
        display: block;
    }

    .pinfo-desc {
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: auto;
        text-overflow: inherit;
    }


}

@media (max-width: 1024px) {
    .mainbannercarousel .box {
        width: 400px;
    }
}


@media(min-width:1200px) {
    #Contact #mainbodyshell .module {
        min-height: 205px;
    }

    .offergridoffer .btn.btn-primary,
    .catretaileritem .btn.btn-primary {
        min-width: 155px;
        max-width: 155px !important;
    }

    #MyAccount #mycards .btn.btn-primary {
        max-width: 100% !important;
        min-width: 1px;
        margin: 5px;
    }

    #MyAccount #mycards .catretaileroffers li {
        padding: 0px;
    }

    #onlineoffers .offergridoffer .btn.btn-primary {
        max-width: 165px !important;
        min-width: 165px !important;
    }

    #onlineoffers .catretaileritem .btn.btn-primary {
        min-width: 185px;
        max-width: 185px;
    }

    .btn .chevron {
        padding-left: 20px;
    }

    #Wellbeing .mod-bottom {
        min-height: 100px;
    }

    .input-validation-error {
        border: solid 1px #ac2925
    }

    .col-md-4 #categoryfilter.affix {
        top: 70px;
        width: 292.50px;
    }

    .col-lg-3 #categoryfilter.affix,
    .col-lg-3 #filtershell.affix {
        top: 70px;
        width: 262.50px;
    }

    #filtershell.affix-bottom {
        position: absolute;
        width: 262.50px;
    }
}
