/* RESET STYLES */

.column,
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-16,
.span-17,
.span-18,
.span-19,
.span-20,
.span-21,
.span-22,
.span-23,
.span-24 {
    display: inline-block;
    float: none;
    vertical-align: top;
}

/**
 * Eric Meyer's Reset CSS v2.0
(http://meyerweb.com/
eric/tools/css/reset/)
 * http://cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong{
    font-weight:bold !important;
}

i, em, dfn {
    font-style: italic !important;
}
/*
    Font Face Styles
*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-r.ttf');
    /* IE fix */
    src: url('../fonts/roboto-r.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Roboto_b';
    src: url('../fonts/roboto-b.ttf');
    /* IE fix */
    src: url('../fonts/roboto-b.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
    Font Face Styles END
*/

body {
    background: #fff;
    color: #232323;
    font-family: 'Roboto', sans-serif;
}
a,
a:focus {
    color: #232323;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus,
a:hover {
    color: #232323;
}

h1, h2, h3, h4 {
    font-family: 'Roboto_b', sans-serif;
    color: #1A3B69;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 18px;
}
h3{
    font-size: 14px;
}
/* MAIN wrapper and page START */

#page {
    position: relative;
    min-width: 980px;
}
/* For footer */
#page:before,
#page:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 220px;
    left: 0;
    bottom: 115px;
    background: #FCFCFC;
    z-index: -99;
}
#page:after {
    height: 115px;
    bottom: 0;
    background: #1A3B69;
    z-index: -999;
}
.feature-can-collect #page:after,
.page-guestOrderPaymentDeclinedPage #page:after {
    z-index: -1;
}
.page-guestOrderPaymentDeclinedPage #page{
    overflow: hidden;
}
.template-pages-layout-tp1BannerButtonCopyTemplate #content .content ul,
.template-pages-layout-tp1BannerButtonCopyTemplate #content .content ol {
    list-style: initial !important;
}
/* MAIN wrapper and page END */


/*
    HEADER START
*/

#header {
    width: 980px;
    height: 170px;
    margin: 0 auto;
}
#header .tpHeaderContent_holder {
    height: 170px;
}
#header .tpHeaderContent_holder:after {
    content: '';
    display: table;
    clear: both;
}
#header .tpSiteLogo {
    width: 170px;
    height: 120px;
    float: left;
    margin: 25px;
}
#header .tpSiteLogo a {
    display: block;
}
#header .tpSiteLogo img {
    width: 100%;
}

/* header - M2 */
.feature-design #header .tpSiteLogo {
    width: 116px;
    height: 81px;
    margin: 24px 25px 18px 15px;
}
.feature-design #header {
    height: 154px;
}
.feature-design #header .tpHeaderContent_holder {
    height: 154px;
}
.feature-design .header_buttons:before {
    top: 212px;
}
/* header payment - M2 */
.feature-design .tp_header {
    width: 980px;
    margin: 0 auto;
}
.feature-design .tp_header .tp_logo {
    float: left;
    width: 116px;
    height: 81px;
    margin: 24px 25px 18px 15px;
}
.feature-design .tp_header .tp_logo a {
    display: block;
}
.feature-design .tp_header .tp_logo img {
    width: 100%;
}
.feature-design .tp_orderSteps_wrapp {
    float: right;
    margin: 39px 0 0 0;
}
.feature-design .tp_orderStep_num {
    float: left;
}
.feature-design .tp_orderStep_num span,
.feature-design .tp_orderStep_num p,
.feature-design .tp_orderStep_num:after {
    display: inline-block;
}
.feature-design .tp_orderStep_num span {
    color: #296C96;
    font-size: 24px;
    background: #fff;
    border: 1px solid #296C96;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
}
.feature-design .tp_orderStep_num.active span,
.feature-design .tp_orderStep_num.passed span {
    color: #fff;
    background: #296C96;
    vertical-align: middle;
}
.feature-design .tp_orderStep_num p {
    color: #616161;
    margin: 0 6px 0 9px;
}.feature-design .tp_orderStep_num.active p,
 .feature-design .tp_orderStep_num.passed p {
     color: #333;
 }
.feature-design .tp_orderStep_num:after {
    content: "";
    width: 88px;
    height: 3px;
    background: #fff;
    border: 1px solid #296C96;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
}
.feature-design .tp_orderStep_num.active:after,
.feature-design .tp_orderStep_num.passed:after{
    background: #296C96;
}
.feature-design .tp_orderStep_num:last-child:after {
    content: none;
}
/* header links */

.tpHeaderLinks {
    min-width: 440px;
    height: 30px;
    margin: 10px 0;
    float: right;
}
.tpHeaderLinks ul {
    display: block;
    text-align: right;
}
.tpHeaderLinks ul li {
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    text-align: left;
    border-right: 2px solid #333;
}
.tpHeaderLinks li div {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.tpHeaderLinks .button_image {
    margin-right: 2px;
}
.tpHeaderLinks .button_image img {
    vertical-align: middle;
}
.tpHeaderLinks li a {
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
    color: #333;
}
.tpHeaderContent_holder .tpMiniCart {
    float: right;
}
.tpHeaderContent_holder .tpMiniCart li {
    line-height: 30px;
    height: 30px;
    padding: 0 15px 0 46px;
    margin: 10px 0;
    background: url(../images/quote-icon.png) no-repeat 15px 50% transparent;
    vertical-align: middle;
}
.tpHeaderContent_holder .tpMiniCart a {
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
    color: #333;
}

/* header links - M2 */
.feature-design .tpHeaderLinks {
    width: 100%;
    margin: 0;
}
.feature-design .tpHeaderLinks li div {
    height: 41px;
    line-height: 41px;
}
.feature-design .tpHeaderLinks li a {
    font-size: 12px;
}
.feature-design .tpHeaderLinks li a.dropDownHeaderLink,
.feature-design .tpHeaderLinks li a.sessioncamhidetext{
    font-size: 14px;
}

.feature-design .tpHeaderLinks li a.dropDownHeaderLink {
    display: inline-block;
    height: 100%;
}
.feature-design .tpHeaderLinks li a.dropDownHeaderLink:after {
    content: "\f078";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 9px;
}
.feature-design .tpHeaderLinks:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    height: 40px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    z-index: -1;
}
.feature-design .tpHeaderLinks ul li {
    border: none;
    height: 41px;
}
.feature-design .tpHeaderLinks .your-acc-wrapper {
    position: relative;
}
.feature-design .tpHeaderLinks .accountOptionsBox {
    position: absolute;
    display: none;
    height: auto;
    top: 40px;
    width: 135px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    z-index: 1000;
}
.feature-design .tpHeaderLinks .tpYourAccountOptions,
.feature-design .tpHeaderLinks .accountOptionsBox>.option{
    display: block;
    height: auto;
    line-height: 27px;
}
.feature-design .tpHeaderLinks .tpYourAccountOptions:hover,
.feature-design .tpHeaderLinks .accountOptionsBox>.option:hover {
    background: #e0e0e0;
}

.feature-design .tpHeaderLinks .option {
    width: 100%;
    height: auto;
    line-height: 27px;
    padding: 0 12px;
    font-size: 12px;
    color: #616161;
    font-family: 'Roboto_b', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feature-design .tpHeaderLinks .option a {
    display: inline-block;
    width: 100%;
    color: #1A3B69;
}
.feature-design .tpHeaderLinks .option:hover {
    color: #000;
}
.feature-design .tpHeaderLinks .tpYourAccountOptions:hover a,
.feature-design .tpHeaderLinks .accountOptionsBox>.option:hover a {
    text-decoration: none;
    color: #1A3B69;
}

/* header searchbox */

#header .tpSearchBox {
    width: 460px;
    float: left;
    margin: 40px 0 0 95px;
    position: relative;
    z-index: 999;
}
.tpSearchBox .siteSearch {
    width: 439px;
    height: 34px;
    padding: 0 0 0 15px;
    border: 3px solid #EC9B0C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
}
.tpSearchBox .siteSearch:after {
    content: '';
    display: table;
    clear: both;
}
.tpSearchBox .siteSearch input {
    outline: none;
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#header .tpSearchBox .siteSearch .ui-menu {
    width: 420px !important;
}
.tpSearchBox .siteSearch #search {
    color: #333333;
    font-size: 14px;
    width: 420px;
    padding: 0 35px 0 0;
    position: absolute;
    padding-bottom: 3px;
    background: none;
    top: 0;
    left: 18px;
}
.tpSearchBox .siteSearch .button {
    position: absolute;
    top: 1px;
    right: 1px;
    margin: 0;
    width: 32px;
    height: 32px;
    background: url(../images/icn_header_search.png) #EC9B0C no-repeat 8px 8px;
    background-size: 16px;
}
.tpSearchBox .siteSearch .ui-menu {
    margin: 0;
    padding: 0;
    top: 52px;
    left: 20px;
    border-radius: 0;
    border-top-width: 0;
    border-color: #d4d4d4;
}
.tpSearchBox .siteSearch .ui-menu .ui-menu-item {
    line-height: 42px;
}
.tpSearchBox .siteSearch .ui-menu .ui-menu-item:hover {
    background-color: #d4d4d4;
}
.tpSearchBox .siteSearch .ui-menu .ui-menu-item a {
    font-size: 14px;
    color: #232323;
    display: flex;
}
.tpSearchBox .siteSearch .ui-menu .ui-menu-item:hover a {
    font-weight: normal;
}
.headerBanner {
    margin: 0 auto;
    width: 950px;
}

/* header searchbox  - M2 */
.feature-design #header .tpSearchBox {
    float: right;
    margin: 49px 8px 0 0;
    width: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feature-design .tpSearchBox .siteSearch {
    width: 360px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 41px;
    padding: 0;
}
.feature-design .tpSearchBox .siteSearch #search {
    width: 290px;
    top: 0;
    font-size: 16px;
    left: 0;
    padding: 4px 7px 4px 25px;
}
.feature-design .tpSearchBox .siteSearch .button {
    border-radius: 0;
    height: 41px;
    width: 41px;
    top: 0;
    right: 0;
    background: url(../images/icn_header_search_white.png) #EC9B0C no-repeat 12px 12px;
    background-size: 45%;
    text-indent: -9999px;
}
.feature-design #header .tpSearchBox .siteSearch .ui-menu {
    width: 359px !important;
    top: 42px !important;
    left: -1px !important;
}

/* header - M3 */
.feature-can-collect.feature-design #header {
    height: 139px;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder {
    height: 139px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.feature-can-collect.feature-design .tpHeaderLinks {
    height: auto;
    order: 1;
    width: 100%;
}
.feature-can-collect.feature-design #header .tpSiteLogo {
    width: 130px;
    margin: -40px 50px 0 0;
    order: 2;
    height: auto;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart {
    order: 4;
    position: relative;
    margin: 0 20px 0 0;
}
.feature-can-collect.feature-design #header .tpSearchBox {
    order: 3;
    margin: 5px 40px 0 0;
    width: 575px;
}
.feature-can-collect.feature-design .tpSearchBox .siteSearch {
    width: 575px;
    height: auto;
    border: none;
    font-size: 0;
}
.feature-can-collect.feature-design .tpSearchBox .siteSearch #search {
    height: 50px;
    width: 85%;
    padding: 0 15px;
    float: none;
    position: static;
    line-height: 16px;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    border-right: none;
}
.feature-can-collect.feature-design .tpSearchBox .siteSearch .button {
    height: 50px;
    background: #EC9B0C;
    text-indent: 0;
    color: #ffffff;
    padding: 0 15px;
    float: none;
    position: static;
    font-size: 16px;
    line-height: 16px;
    width: 14%;
    box-sizing: border-box;
    border: 2px solid #EC9B0C;
    cursor: pointer;
}
.feature-can-collect.feature-design #header .tpSearchBox .siteSearch .ui-menu {
    width: 567px !important;
    top: 50px !important;
    left: 0 !important;
}
.feature-can-collect.feature-design .tpHeaderLinks li a.dropDownHeaderLink:after {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: top;
}
.feature-can-collect.feature-design .tpHeaderLinks ul {
    padding: 20px 0 0 0;
}
.feature-can-collect.feature-design .tpHeaderLinks:before {
    display: none;
}
.feature-can-collect.feature-design .tpHeaderLinks ul li {
    height: auto;
    line-height: 19px;
    padding: 0 0 0 10px;
    margin-right: 10px;
    border-left: 1px solid #e0e0e0;
}
.feature-can-collect.feature-design .tpHeaderLinks ul li:first-child,
.feature-can-collect.feature-design .tpHeaderLinks .your-acc-holder {
    border: none;
}



.feature-can-collect.feature-design .tpHeaderLinks li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #616161;
    cursor: pointer;
}
.feature-can-collect.feature-design .tpHeaderLinks li a.dropDownHeaderLink {
    font-family: 'Roboto_b', sans-serif;
}
.feature-can-collect.feature-design .tpHeaderLinks li a.dropDownHeaderLink,
.feature-can-collect.feature-design .tpHeaderLinks li a.sessioncamhidetext {
    font-size: 16px;
    color: #616161;
}
.feature-can-collect.feature-design .tpHeaderLinks li a.sessioncamhidetext,
.feature-can-collect.feature-design .tpHeaderLinks li a.dropDownHeaderLink {
    cursor: default;
}
.feature-can-collect.feature-design .tpHeaderLinks li a:hover {
    text-decoration: none;
}
.feature-can-collect.feature-design .tpHeaderLinks li div {
    height: auto;
    padding: 0;
    line-height: 19px;
}
.feature-can-collect.feature-design .tpHeaderLinks .button_image img {
    display: none;
}
.feature-can-collect.feature-design .tpHeaderLinks .accountOptionsBox {
    width: 192px;
    top: 32px;
    left: -64px;
    border: 1px solid #bdbdbd;
    text-align: right;
}
.feature-can-collect.feature-design .tpHeaderLinks .accountOptionsBox:before {  /* fix dropdown's behavior */
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    width: 100%;
    height: 30px;
    background: transparent;
}
.feature-can-collect.feature-design .tpHeaderLinks .tpYourAccountOptions {
    border-bottom: 1px solid #bdbdbd;
}
.feature-can-collect.feature-design .tpHeaderLinks .tpYourAccountOptions:hover {
    background: #eee;
}
.feature-can-collect.feature-design .tpHeaderLinks .tpYourAccountOptions:hover a,
.feature-can-collect.feature-design .tpHeaderLinks .accountOptionsBox>.option:hover a {
    color: #616161;
}
.feature-can-collect.feature-design .tpHeaderLinks .tpYourAccountOptions .option a {
    padding: 20px;
    color: #616161;
    box-sizing: border-box;
}
.feature-can-collect.feature-design .tpHeaderLinks .tpYourAccountOptions .option a {
    padding: 20px;
}
.feature-can-collect.feature-design .tpHeaderLinks .accountOptionsBox>.option {
    padding: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #616161;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart #cart_header {
    position: relative;
    height: 56px;
    width: 155px;
    padding: 0 0 0 67px;
    box-sizing: border-box;
    background: url(../images/basket-icon.png) no-repeat 0 0;
    background-size: 56px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.feature-can-collect.feature-design .tpHeaderContent_holder .tpMiniCart .mini_cart_header li {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    height: auto;
}
.feature-can-collect.feature-design .tpHeaderContent_holder .tpMiniCart a {
    font-size: 18px;
    line-height: 18px;
}
.feature-can-collect.feature-design .tpHeaderContent_holder .tpMiniCart .legend a {
    color: #fff;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart #cart_content {
    order: 2;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart .mini-cart-icon-total-items {
    position: absolute;
    right: 10px;
    top: 6px;
    background: #296c96;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart .mini-cart-icon-total-price,
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart #minicart_data span {
    font-size: 16px;
    color: #616161;
    white-space: nowrap;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart #cart_header a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    color: #616161;
    margin-left: 12px;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart #cart_header a:hover {
    text-decoration: none;
}
.feature-can-collect.feature-design #header .tpHeaderContent_holder .tpMiniCart #cart_header ul {
    order: 1;
    margin-bottom: 5px;
}
.feature-can-collect.feature-design .cart_popup {
    position: absolute;
    width: 400px;
    background: #fff;
    z-index: 100;
    right: 0;
    top: 64px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}
.feature-can-collect.feature-design .cart_popup:before {
    content: '';
    position: absolute;
    top: -12px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #bdbdbd;
}
.feature-can-collect.feature-design .cart_popup > ul {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect.feature-design .cart_popup .title {
    display: block;
    position: relative;
    background: #eee;
    padding: 20px;
    border-bottom: 2px solid #1a3b69;
}
.feature-can-collect.feature-design .cart_popup .title img {
    display: none;
}
.feature-can-collect.feature-design .cart_popup .title h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #333;
}
.feature-can-collect.feature-design .cart_popup .legend {
    margin: 20px 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
    color: #616161;
    font-size: 14px;
}
.feature-can-collect.feature-design .cart_popup .cart_modal_popup {
    display: block;
    padding: 20px 0;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #bdbdbd;
    overflow: hidden;
    background: none;
}
.feature-can-collect.feature-design .cart_popup .cart_modal_popup.empty-popup-cart {
    margin: 20px 20px 0;
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect.feature-design #rollover_cart_popup .cart_modal_popup .prod_image {
    border: none;
    height: auto;
    max-width: 60px;
    margin: 0 20px 0 0;
}
.feature-design #rollover_cart_popup .mini-cart-total-price-without-delivery {
    text-align: right;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
}
.feature-design #rollover_cart_popup .mini-cart-total-price-value,
.feature-design #rollover_cart_popup .mini-cart-total-price-title {
    font-weight: normal;
    margin: 0;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 24px;
}
.feature-design #rollover_cart_popup .mini-cart-total-price-title {
    float: left;
}
.feature-design #rollover_cart_popup .mini-cart-total-price-value strong,
.feature-design #rollover_cart_popup .mini-cart-total-price-title strong {
    color: #333;
}
.feature-can-collect.feature-design #rollover_cart_popup .cart_modal_popup .prod_image img {
    width: 60px;
    min-height: 60px;
}
.feature-can-collect.feature-design .cart_popup .prod_info p {
    display: block;
}
.feature-can-collect.feature-design #rollover_cart_popup .cart_modal_popup .prod_info {
    width: 240px;
    margin: 0;
    line-height: 20px;
    text-align: left;
}
.feature-can-collect.feature-design #rollover_cart_popup .cart_modal_popup .prod_info a {
    margin: 0 0 10px 0;
    display: inline-block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.feature-can-collect.feature-design #rollover_cart_popup .cart_modal_popup .prod_info a:hover {
    text-decoration: none;
}
.feature-can-collect.feature-design #rollover_cart_popup .cart_modal_popup .prod_info p {
    margin-bottom: 10px;
}
.feature-can-collect.feature-design #rollover_cart_popup .cart_modal_popup .prod_info p:last-child {
    margin-bottom: 0;
}
.feature-can-collect.feature-design #rollover_cart_popup .prod_name {
    font-weight: normal;
    color: #616161 !important;
}
.feature-can-collect.feature-design .cart_popup .total_price {
    font-size: 14px;
    color: #616161;
    margin-bottom: 20px;
    padding: 0 20px;
}
.feature-can-collect.feature-design .cart_popup .total_price p {
    display: inline-block;
}
.feature-can-collect.feature-design .cart_popup .links a {
    display: inline-block;
    background: #ec9b0c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    margin: 20px;
    padding: 15px;
    color: #333;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    text-decoration: none;
    width: 35%;
}
.feature-can-collect.feature-design .cart_popup .links a:hover {
    background: #f4a826;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11),
    0 6px 6px rgba(0, 0, 0, 0.13);
}
.feature-can-collect.feature-design .cart_popup .links .cart-popup-checkout-btn {
    margin: 20px;
    width: 35%;
    display: inline-block;
}
.feature-can-collect.feature-design .cart_popup .links .cart-popup-checkout-btn a {
    margin: 0;
    width: 100%;
    background: #296c96;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.feature-can-collect.feature-design .cart_popup .links .cart-popup-checkout-btn a:hover {
    background: #2f7cab;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.feature-can-collect.feature-design .cart_popup .links .large img {
    display: none;
}

.feature-can-collect.feature-design .header_buttons:before {
    top: 196px;
}

.siteSearch.search .thumb img {
    width: 50px;
    height: auto;
}

.siteSearch.search span.desc.clearfix {
    float: right;
}

.siteSearch.search span.title {
    overflow: hidden;
    font-size: 12px;
    padding-left: 10px;
}

.siteSearch.search span.price {
    display: none;
}

.siteSearch.search li.product.ui-menu-item {
    display: flex;
}

/*
    HEADER END
*/


/*
    CONTENT START
*/

#content {
    min-height: 400px;
    width: 950px;
    padding: 0 15px;
    margin: 0 auto 100px;
}

/* BREADCRUMBS START */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.tpBreadcrumb {
    list-style: none;
    margin: 20px 0;
}
.tpBreadcrumb li {
    display: block;
    float: left;
    position: relative;
    line-height: 12px;
    width: auto;
    padding: 10px 11px 10px 15px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
.tpBreadcrumb li.active {
    text-decoration: none;
}
.tpBreadcrumb li:before {
    content: url(../images/breadcrumb_arrow.png);
    position: absolute;
    left: 0;
}
.tpBreadcrumb li:first-child {
    padding-left: 0;
}
.tpBreadcrumb li:first-child:before {
    content: '';
}

.tpBreadcrumb li:last-child {
    text-decoration: none;
}

.tpBreadcrumb li a {
    text-decoration: none;
    color: #1A3B69;
}
.tpBreadcrumb li span {
    color: #232323;
    font-family: 'Roboto_b', sans-serif;
}

/* BREADCRUMBS END */


/* SLIDE VIEWER START */

.flexslider.slider_component {
    position: relative;
    margin: 0 0 10px;
    border: none;
    border-radius: 0;
}

#homepage_slider.stripViewer {
    border: none;
}
#homepage_slider.headlined {
    width: 300% !important;
    left: -100% !important;
}
#homepage_slider.stripViewer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
}
#homepage_slider.stripViewer ul li {
    float: left;
}
.stripTransmitter {
    position: absolute;
    bottom: 0;
    left: 85px;
    background: none;
    width: auto !important;
    overflow: hidden;
    padding: 0;
}
.headlined + .stripTransmitter {
    width: 300% !important;
    left: -100% !important;
    position: relative;
    background-color: #FAFAFA;
    overflow: visible;
    text-align: center;
}

.stripTransmitter ul {
    list-style-type: none;
}
.headlined + .stripTransmitter ul {
    display: inline-block;
    position: relative;
    margin: auto;
    color: #616161;
    font-size: 16px;
    width: 950px;
    text-align:center;
}

.stripTransmitter ul li {
    float: left;
    height: 14px;
    width: 14px;
    background: #333;
    padding: 8px;
    margin: 0;
}
.headlined + .stripTransmitter ul li {
    display: inline-block;
    float: none;
    background-color: transparent;
    height: 60px;
    width: 25%;
    padding: 0;
    vertical-align: middle;
}

.stripTransmitter a {
    display: inline-block;
    text-decoration: none;
    width: 14px;
    height: 14px;
    background: #d4d4d4;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0;
}
.headlined + .stripTransmitter a {
    width: 100%;
    height: 100%;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #616161;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 20px;
    border: medium none;
    vertical-align: middle;
    display:table;
}

.headlined + .stripTransmitter a span {
    display: table-cell;
    vertical-align: middle;
}

.stripTransmitter a:hover,
.stripTransmitter a.current {
    background: #FFEC02;
}
.headlined + .stripTransmitter a:hover {
    background: none;
}
.headlined + .stripTransmitter a.current {
    background-color: #EEE;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: #1A3B69;
    color: #212121;
    padding-bottom: 8px;
}


.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.flex-direction-nav li a.flex-prev {
    display: block;
    float: left;
    width: 75px;
    height: 348px;
    background: url(../images/leftFacingArrow.png) no-repeat 0 0 transparent;
}
.flex-direction-nav li a.flex-next {
    display: block;
    float: right;
    width: 75px;
    height: 348px;
    background: url(../images/rightFacingArrow.png) no-repeat 0 0 transparent;
}

/* SLIDE VIEWER END */

.flex-direction-nav {
    display: none;
    /*    top: 0;
                left: 0;
                width: 100%;
                display: block;
                position: absolute;
                height: 0px;
                overflow: visible;
                opacity: 0;
                animation: fadeOut 0.2s;*/
}
/*.page-CPSHomePage .flex-direction-nav li a:before {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    color: white;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 35px;
    text-align: center;
    vertical-align: center;
    line-height: 40px;
}
.flexslider.slider_component:hover > .flex-direction-nav {
    animation: fadeIn 0.2s;
    opacity: 1;
}
.flex-direction-nav li a.flex-prev:before {
    content: "\f137";
}
.template-pages-layout-tp1BannerButtonCopyTemplate .flex-direction-nav li a.flex-prev:before,
.template-pages-layout-tp1BannerButtonCopyTemplate .flex-direction-nav li a.flex-next:before{
    display:none;
}
.flex-direction-nav li a.flex-prev {
    display: block;
    float: left;
    width: 75px;
    height: 328px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
}
.flex-direction-nav li a.flex-next:before {
    content: "\f138";
}
.flex-direction-nav li a.flex-next {
    display: block;
    float: right;
    width: 75px;
    height: 328px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    right: 10px;
}*/
.tooltip {
    visibility: hidden;
}

/* LEFT SIDE NAVIGATION START */

.sd_cat_heading {
    min-height: 34px;
    margin-bottom: 0;
    font-size: 23px;
}
.sd_cat_heading.selected {
    background: none;
}
.sd_cat_heading a {
    text-decoration: none;
}
.sd_cat_menu li {
    background-color: #EDEDED;
    border-top: 1px solid #fff;
    color: #1A3B69;
}
.sd_cat_menu li a {
    font-size: 17px;
    color: #1A3B69;
    line-height: inherit;
    padding: 18px 18px 19px 21px;
    position: relative;
}
.sd_cat_menu li a:hover {
    background-color: #d7d7d7;
    padding-left: 21px;
    font-weight: normal;
    color: #1A3B69;
}
.sd_cat_menu li a:hover:after {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    background-color: #1A3B69;
}

/* LEFT SIDE NAVIGATION END */


/* RIGHT SIDE NAVIGATION START */

#tp1BannerButtonCopy {
    width: 670px;
    float: right;
}
.tpNavigationContentArea {
    width: 100%;
}
#tp1BannerButtonCopy .tpNavigationContentArea {
    margin-top: 20px;
    overflow: hidden;
}
#tp1BannerButtonCopy .tpNavigationContentHeader .content,
#tp1BannerButtonCopy .tpNavigationContentHeader,
#tp1BannerButtonCopy .tpNavigationContentHeader .content p {
    font-family: 'Roboto', sans-serif;
    color: #232323;
    font-size: 13px;
    line-height: 15px;
}
#tp1BannerButtonCopy .tpNavigationContentHeader .content a {
    font-family: 'Roboto_b', sans-serif;
    text-decoration: underline;
    color: #1A3B69;
}
#tp1BannerButtonCopy .tpNavigationContentArea .gallery_paragraph_component {
    clear: both;
    margin-bottom: 10px;
}

#tp1BannerButtonCopy .tpNavigationContentArea .button_block {
    float: left;
    height: 108px;
    width: 291px;
    border-radius: 7px;
    padding: 10px 25px 3px 10px;
    margin-bottom: 15px;
    background: #ECECEC;
    border-bottom: 7px solid #ECECEC;
}
#tp1BannerButtonCopy .tpNavigationContentArea .button_block:hover {
    background: #D5D5D5;
    border-bottom-color: #1A3B69;
}
#tp1BannerButtonCopy .tpNavigationContentArea .button_block a {
    display: table;
    text-decoration: none;
    height: 108px;
}
#tp1BannerButtonCopy .tpNavigationContentArea .button_block .heading-image {
    display: table-cell;
    vertical-align: middle;
    min-width: 95px;
    text-align: center;
}
#tp1BannerButtonCopy .tpNavigationContentArea .button_block .inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}
#tp1BannerButtonCopy .tpNavigationContentArea .button_block .heading-image img {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
#tp1BannerButtonCopy .tpNavigationContentArea .button_block .inner h3 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 25px;
}
#tp1BannerButtonCopy .tpNavigationContentArea .button_block .inner p {
    height: auto;
    margin: 0;
    background: none;
    position: inherit;
    border-radius: 0;
}


/* RIGHT SIDE NAVIGATION END */


/*PRODUCT CATEGORIES PAGE START*/

#r_content .hero {
    overflow: hidden;
    height: 225px;
    margin-bottom: 10px;
}
#r_content .hero img {
    height: 225px;
    width: 100%;
}
#r_content .hero a {
    display: block;
    height: 225px;
}
#r_content .hero .hero_content {
    width: 45%;
    margin: 0;
    bottom: 20px;
}
#r_content .hero .hero_content:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #193b69;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#r_content .hero .hero_content p {
    padding: 10px;
    position: relative;
}

.page-category #products {
    margin-top: 20px;
}

#products .cat_prod {
    background: #fff;
    min-height: 213px;
    height: auto;
    width: 190px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ededed;
    margin: 0 20px 20px 0;
    overflow: visible;
}
#products .cat_prod:hover {
    border-color: #d7d7d7;
}
#products .cat_prod:hover .prod_info {
    background-color: #d7d7d7;
}
#products .cat_prod:hover .prod_info h4 {
    font-family: 'Roboto_b', sans-serif;
}
#products .cat_prod:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: -10px;
    bottom: -3px;
    background-color: #1A3B69;
    border-width: 0 10px 0 11px;
    border-style: solid;
    border-color: #1A3B69;
}
#products .cat_prod.last {
    margin-right: 0;
}
.prod_img {
    text-align: center;
    height: 149px;
    overflow: hidden;
}
.prod_img img {
    width: 149px;
}
.prod_info {
    bottom: 0;
    text-align: center;
    padding: 14px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ededed;
}
.prod_info h4 {
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    min-height: 36px;
}
.prod_info h4 a {
    text-decoration: none !important;
}
.prod_info p {

}

/*PRODUCT CATEGORIES PAGE END*/


/* PRODUCT LISTING PAGE START */

#facets_filters {
    width: 230px;
    padding-left: 5px;
    float: left;
}
#facets_filters .title_holder h2,
#facets_filters h3 {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
    font-family:  'Roboto_b', sans-serif;
}
#facetWrapper .termtext .collapsed_category,
#facetWrapper .termtext .expanded_category {
    float: right;
    width: 15px;
    height: 13px;
    background: url(../images/sub_cat_arrows.png) no-repeat 0 0 transparent;
    margin: 4px 40px 0 5px;
}
#facetWrapper .termtext .expanded_category {
    height: 13px;
    background-position: 0 -13px;
}
.page-CPSSpotlightPage #facetWrapper .termtext .subCategory, .page-CPSSearchPage #facetWrapper .termtext .subCategory{
    display:none;}
#facetWrapper .termtext .subCategory li {
    padding-left: 15px;
    background: url(../images/sub_cat_icon.png) no-repeat 0 0 transparent;
}
#facetWrapper .termtext .subCategory {
    display: none;
}
#facetWrapper .termtext.act > .subCategory {
    display: block;
}
#facetWrapper .termtext.act > form > .collapsed_category {
    height: 13px;
    background-position: 0 -13px;
}
#divFacet > .allFacetValues .termtext > form > .control {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    min-height: 18px;
    color: #1A3B69;
    font-weight: normal;
    font-family: 'Roboto_b', sans-serif;
    margin-bottom: 14px;
}
#divFacet > .allFacetValues .termtext > form > .control .selected {
    background: none;
}
#divFacet > .allFacetValues .termtext > form > .control .active {
    font-family: 'Roboto', sans-serif; font-weight:500;
}
#facets_filters .category {
    background-color: #ededed;
    width: 205px;
    min-height: 25px;
    position: relative;
    margin-bottom: 20px;
}
#facets_filters .category .refinementToggle {
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
    padding: 5px 40px 5px 13px;
    display: block;
    text-decoration: none;
}
#facets_filters .collapsableArrow .dropdown {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 16px;
    height: 10px;
    background: url(../images/filter_dropdown_arrows.png) no-repeat 0 0 transparent;
    background-size: 16px 20px;
    border: none;
    padding: 0;
}
#facets_filters .collapsableArrow.toggleArrow .dropdown {
    background-position: 0px -10px;
}
#facets_filters .facet_block {
    width: 205px;
    margin-bottom: 22px;
}
#facets_filters .facet_block li,
#facets_filters .facet_block li a {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Roboto_b', sans-serif;
    color: #193c69;
}
#facets_filters .facet_block li {
    position: relative;
    padding: 2px 0 2px 58px;
}
#facets_filters .facet_block label input[type="checkbox"]:not(:checked),
#facets_filters .facet_block label input[type="checkbox"]:checked {
    visibility: hidden;
    margin: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}
#facets_filters .facet_block label:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #d4d4d4;
    background: #ededed;
    visibility: visible;
    cursor: pointer;
}
#facets_filters .facet_block label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: -16px;
    background: #ededed;
    transition: all .2s;
}
#facets_filters .facet_block label.checked:after {
    content: 'вњ”';
    font-size: 12px;
    line-height: 0.8;
    color: #183c69;
    background: none;
    transition: all .2s;
}
#facets_filters .facet_block label,
#facets_filters .facet_block li a {
    cursor: pointer;
    position: relative;
    line-height: 21px;
    margin-bottom: 3px;
}
#facets_filters .facet_block label:hover,
#facets_filters .facet_block li a:hover {
    text-decoration: underline;
}
#facets_filters .facet_block li a {
    padding: 0 30px 0 13px;
    position: inherit;
}
#facets_filters .facet_block label input[type="checkbox"]:not(:checked) + span:before,
#facets_filters .facet_block label input[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #d4d4d4;
    background: #ededed;
    visibility: visible;
    cursor: pointer;
}
#facets_filters .facet_block label input[type="checkbox"]:not(:checked) + span:after,
#facets_filters .facet_block label input[type="checkbox"]:checked + span:after {
    content: '';
    background-image: url(../images/filter_tick.png);
    display: block;
    height: 10px;
    width: 10px;
    background-size: 10px 10px;
    position: absolute;
    top: 6px;
    left: 17px;
    cursor: pointer;
    visibility: visible;
}
#facets_filters .facet_block label input[type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
}
#facets_filters .facet_block label input[type="checkbox"]:checked + span:after {
    opacity: 1;
}
#facets_filters .topFacetValues .more a,
#facets_filters .allFacetValues .more a {
    margin: -10px 0 18px 13px;
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto_b', sans-serif;
}
#facets_filters .topFacetValues .more a:after,
#facets_filters .allFacetValues .more a:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 9px;
    background: url(../images/filter_dropdown_arrows.png) no-repeat 0 -11px transparent;
    background-size: 13px;
    margin-left: 10px;
}
#facets_filters .allFacetValues .more a:after {
    background: url(../images/filter_dropdown_arrows.png) no-repeat 0 0 transparent;
    background-size: 13px;
}
#facetWrapper span.facet {
    cursor: pointer;
    display: inline;
    width: 164px;
}
#selected_facet_options {
    margin-top: 15px;
}
#selected_facet_options .facet_block li > a {
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
}
#selected_facet_options .facet_block li .remove a img {
    width: 10px;
    position: relative;
    top: 2px;
}
#selected_facet_options .facet_block li .remove a {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -8px 0 0;
    padding: 0;
    line-height: 15px;
}
.prod_nav_top {
    margin: 5px 0 17px 0;
}
.prod_nav_top h1 {
    font-family: 'Roboto_b', sans-serif;
    font-size: 16px;
    color: #1A3B69;
}
.feature-design .prod_search_result_pagination h1 {
    color: #232323;
}
.prod_nav_top .searchSpellingSuggestionPrompt {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    margin: 10px 0 0 12px;
    color: #333;
}
.prod_nav_top .searchSpellingSuggestionPrompt a {
    color: #193b69;
}
.showing_prods {
    width: 24%;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
.showing_prods span,
.n_prods span,
.n_prods ul li a {
    font-weight: normal;
    font-family: 'Roboto_b', sans-serif;
}
.n_prods {
    width: 33%;
    padding-top: 0;
    margin-top: 0;
    margin: 0 2% 0 0;
}
.n_prods .d_table .prod_nav_title {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}
.view_mode_buttons {
    width: 54px;
    position: relative;
    top: 3px;
}
.view_mode_buttons span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: top;
    float: left;
}
.grid_view .view_mode_buttons .grid_button:before,
.grid_view .view_mode_buttons .list_button:before,
.list_view .view_mode_buttons .grid_button:before,
.list_view .view_mode_buttons .list_button:before {
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 15px;
    background: #296C96;
    top: 0px;
    font-family: 'FontAwesome';
    display: block;
}
.grid_view .view_mode_buttons .list_button:before,
.list_view .view_mode_buttons .grid_button:before {
    color: #616161;
    background: #fff;
    cursor: pointer;
}
.view_mode_buttons .list_button:before {
    content: "\f0c9";
}
.view_mode_buttons .grid_button:before {
    content: "\f00a";
}
.prod_nav_title {
    padding: 0px 3px 0 1px;
    color: #616161;
}
.curr_prods,
.all_prods {
    font-size: 12px;
    color: #616161;
}
.prod_nav_txt {
    font-size: 12px;
    padding: 0 3px;
    color: #616161;
}
.n_prods .prod_nav_title {
    padding-right: 6px;
}
.n_prods ul li {
    line-height: 12px;
    margin-right: 0;
}
.n_prods ul li a {
    font-size: 12px;
    color: #616161;
    line-height: 12px;
    padding: 6px;
    margin-right: 0;
    min-width: 13px;
    text-align: center;
    display: block;
}
.n_prods ul li.active {
    background: #296C96;
}
.n_prods ul li.active a {
    color: #fff;
    text-decoration: none;
}
#products {
    display: table;
}
#products .row {
    width: 100%;
    display: table-row;
}
.grid_view #products .row .prod {
    height: auto;
    width: 220px;
    max-width: 220px;
    background-color: #fff;
    display: table-cell;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #fff;
    float: none;
    position: relative;
    margin: 0;
    z-index: 98;
    overflow: inherit;
}
.grid_view #products .row .prod:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.grid_view #products .row .prod > div {
    box-sizing: border-box;
    padding: 10px;
    min-height: 250px;
}
.grid_view .plp_add_to_cart_form,
.grid_view #products .row .prod .variant_select {
    display: none;
}
.grid_view #products .row .prod:nth-child(3) {
    border-right-width: 0;
}
#products .row .prod_img {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 130px;
    width: auto;
}
#products .row .prod_img img {
    width: 130px;
}
.grid_view #products .row .prod .prod_info {
    position: relative;
    width: 190px;
    height: 100%;
    padding: 30px 0 0;
    background: #fff;
}
#products .row .prod .prod_info h4 {
    text-align: left;
    line-height: inherit;
}
#products .row .prod .prod_info h4 a {
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
    color: #232323;
    line-height: 20px;
}
#products .row .prod .prod_info h4 .product_code {
    display: inline-block;
}
.feature-design .grid_view #products .product_price_holder,
.feature-design .grid_view #products .productPriceRetrievingError {
    display: block;
    padding: 10px 0 0 0;
    width: 200px;
    line-height: 19px;
    border-top: 1px solid #e0e0e0;
}
.feature-design .list_view #products .price_error_message_holder {
    position: absolute;
    top: 65px;
    right: 10px;
    width: 180px;
}
.feature-design .grid_view #products .price_error_message_holder {
    position: relative;
}
.feature-design .grid_view #products .price_error_message_holder .price-message,
.feature-design .list_view #products .price_error_message_holder .price-message {
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
}
.feature-design .grid_view #products .price_error_message_holder .info-tooltip,
.feature-design .list_view #products .price_error_message_holder .info-tooltip {
    position: absolute;
    top: 33px;
    right: 130px;
}
.feature-design .grid_view #products .price_error_message_holder .info-tooltip {
    top: 16px;
    right: 0;
}
.feature-design .list_view #products .price_error_message_holder .info-tooltip-icon,
.feature-design .grid_view #products .price_error_message_holder .info-tooltip-icon {
    width: 13px;
    height: 13px;
    line-height: 15px;
    font-size: 11px;
}
.feature-design .grid_view #products .price_error_message_holder .info-tooltip-message {
    text-align: left;
    top: -58px;
    right: 20px;
}
.feature-design .list_view #products .price_error_message_holder .info-tooltip-message {
    text-align: left;
    top: -33px;
    right: 20px;
}
.feature-design .list_view #products .price_error_message_holder .info-tooltip-message:before {
    top: 30px;
}
.feature-design .list_view #products .price_error_message_holder .info-tooltip-message:after {
    top: 33px;
}

.feature-design #products .price_value {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    color: #333;
}
.feature-design.feature-can-collect #products .rrp_price_ex_vat {
    text-decoration: line-through;
    order: 5;
    color: #333;
}
.feature-design.feature-can-collect .grid_view #products .rrp_price_ex_vat {
    margin-right: 10px;
}
.feature-design.feature-can-collect #products .rrp_price_ex_vat ~ .price_value,
.feature-can-collect .grid_view #products .row .prod .prod_info .rrp_price_ex_vat ~ .price_value {
    color: #ff0000;
}
.feature-can-collect .grid_view #products .row .prod .prod_info .rrp_price_ex_vat ~ .price_value {
    order: 10;
}
.feature-design.feature-can-collect.Guest-Checkout .grid_view #products .row .prod .prod_info .promotion_message {
    order: 12;
    font-size: 14px;
    line-height: 16px;
    display:block;
    width:100%;
}
.feature-design.feature-can-collect.Guest-Checkout .grid_view #products .row .prod .prod_info .promotion_message p{
    display:block;
}
.feature-design .list_view #products .product_price_holder {
    /* position: absolute; */
    /* top: 17px; */
    /* right: 20px; */
    /* line-height: 18px; */
    text-align: right;
    /* width: 130px; */
    float: right;
}
.feature-design #products .price_info_holder {
    display: block;
    line-height: 22px;
}
.feature-design.feature-can-collect.Guest-Checkout .list_view #products .promotion_message {
    line-height: 16px;
    padding-left: 10px;
    font-size: 14px;
}
.feature-design.feature-can-collect.Guest-Checkout .list_view #products .promotion_message p {
    display: block;
    margin:0 0 2px;
}
#products .row .prod .prod_info h4 .product_code span {
    font-size: 13px;
    line-height: 20px;
    color: #616161;
}
.list_view #products .row .prod:hover:after,
.grid_view #products .row .prod > div:hover:after,
#facets_filters .category:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #1A3B69;
}
.list_view #products .row .prod {
    width: 700px;
    height: auto;
    min-height: 160px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    margin: 0 0 20px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    overflow: inherit;
    padding: 14px 20px 30px 20px;
}
.list_view #products .row .prod:hover:after {
    width: 700px;
    left: -1px;
    bottom: -2px;
}

.list_view #products .row .prod_info {
    position: inherit;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    width: 79%;
    padding-right: 0;
}
.list_view #products .row .prod_info h4 {
    min-height: inherit;
}
.tpPlpProductPanelComponent .yCmsComponent.logInForTradePricesLink {
    float: left;
    margin: 15px 0 10px;
}
.grid_view .tpPlpProductPanelComponent .yCmsComponent.logInForTradePricesLink {
    float: none;
    margin: 5px 0 10px;
}
.list_view #products .row .variant_select,
.list_view #products .row .plp_add_to_cart_form {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.list_view #products .row .variant_select {
    position: static;
    width: 167px;
    margin-right: 15px;
}
.list_view #products .row .variant_select label {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    margin-right: 5px;
}
.list_view #products .row .variant_select .dropdown {
    width: 116px !important;
    height: 38px !important;
    padding-left: 10px;
    border-color: #e0e0e0;
    vertical-align: top;
}
.list_view #products .row .variant_select .dropdown .dropdown-opener{
    height: 38px !important;
    line-height: 40px !important;
    background: none;
}
.list_view #products .row .variant_select .dropdown .dropdown-opener:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #616161;
    position: absolute;
    top: 15px;
    right: 10px;
}
.list_view #products .row .variant_select .dropdown ul {
    border: 1px solid #e0e0e0;
    margin-top: 7px;
}
.list_view #products .row .variant_select .dropdown ul li {
    color: #616161;
    font-size: 14px;
    padding: 3px 25px 3px 10px;
}
.list_view #products .row .variant_select .dropdown ul li[data-selected="selected"],
.list_view #products .row .variant_select .dropdown ul li:hover {
    background: #d4d4d4;
}
.list_view #products .row .variant_select .dropdown ul li:first-child {
    /*display: none;*/
}
.list_view #products .row .variant_select label,
.list_view #products .row .variant_select .dropdown .dropdown-opener,
.list_view #products .row .plp_add_to_cart_form .tpQ_input label {
    font-size: 14px;
    color: #616161;
}
.list_view #products .row .plp_add_to_cart_form .tpQ_input label {
    margin-right: 5px;
}

.list_view #products .row .plp_add_to_cart_form .tpQ_input input {
    width: 40px !important;
    height: 36px !important;
    margin: 0 18px 0 0 !important;
    text-align: left !important;
    border-color: #e0e0e0;
    color: #232323;
    font-family: 'Roboto_b', sans-serif;
    padding: 1px 10px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}
.list_view #products .row .variant_select.form_field_error {
    width: 167px;
}
.list_view #products .row .variant_select.form_field_error .dropdown {
    background: #f8e5e5;
}
.list_view #products .row .variant_select.form_field_error .dropdown:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #c92d2d;
}
.list_view #products .row .variant_select.form_field_error .tpVariantsErrorMsg {
    position: absolute;
    left: 40px;
    top: -17px;
    color: #c92d2d;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.list_view #products .row .plp_add_to_cart_form .tpQ_input .ui-spinner {
    display: none;
}
.list_view #products .row .plp_add_to_cart_form .tpQ_button {
    float: right;
}
.list_view #products .row .plp_add_to_cart_form .add_to_quote_message {
    position: absolute;
    top: -40px;
    right: 0;
    color: #36723b;
    background: #e8f5e9;
    border: 2px solid #8dae8f;
    text-align: center;
    padding: 7px 5px;
    width: auto;
    min-width: 207px;
    font-size: 14px;
}
.list_view .plp_add_to_cart_form .addToQuoteList {
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #333333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
    border: none;
}
.list_view .plp_add_to_cart_form .addToQuoteList:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}

/*PRODUCT LISTING PAGE END*/


/* PRODUCT DETAIL PAGE START */

.tpInfoWrapper .tpProductTitle {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}

.tpProductItem {
    font-size: 13px;
    color: #616161;
}

.tpInfoWrapper {
    margin-bottom: 35px;
}

#add_to_quote_message {
    color: #36723b;
    background: #e8f5e9;
    border: 2px solid #8dae8f;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
}

#tpPdpRightPanelComponent:after,
#add_to_quote_message {
    content: "";
    display: block;
    clear: both;
}

/* PRODUCT IMAGES START */

.tpProductView .s7flyoutviewer .s7swatches {
    width: 84px !important;
}
.tpProductView .s7flyoutviewer .s7swatches > div:first-child {
    left: -5px !important;
}
.tpProductView .s7flyoutviewer .s7swatches .s7scrollupbutton,
.tpProductView .s7flyoutviewer .s7swatches .s7scrolldownbutton {
    background-image: none !important;
    width: 25px;
    height: 25px;
    left: -23px !important;
}
.tpProductView .s7swatches .s7scrollupbutton:after,
.tpProductView .s7swatches .s7scrolldownbutton:after {
    font-family: 'FontAwesome';
    font-size: 40px;
    content: "\f106";
    display: block;
    width: 25px;
    height: 25px;
    color: #002d5d;
    line-height: 25px;
}
.tpProductView .s7swatches .s7scrolldownbutton:after {
    content: "\f107";
}
.tpProductView .s7flyoutviewer .s7swatches .s7thumb[state="selected"] {
    border-color: #F4A91F !important;
    border-width: 1px !important;
}

.s7flyoutviewer .s7swatches .s7thumb[state="default"] {
    border: 1px solid #ddd !important;
}
.tpProductView .s7viewwiththumbnails .s7flyoutzoomview {
    left: 83px !important;
}

/* PRODUCT IMAGES END */


/* PRODUCT TABS START */

.hidden {
    display: none;
}
.tpProductInformation {
    margin-top: 35px;
}
.tbOverviewLeft,
.tbOverviewRight {
    float: left;
}
.tbOverviewLeft {
    width: 524px;
}
.featureClass h4 {
    padding-top: 12px;
    margin-bottom: 3px;
}
.featureClass table {
    margin-bottom: 10px;
}
.featureClass table td {
    padding: 5px;
}
.featureClass table td.attrib {
    width: 190px;
}
tbody tr:nth-child(even) td,
tbody tr.even td {
    background: #eff0f0;
}
#prod_tabs.ui-tabs {
    position: relative;
    padding: 0;
}
#prod_tabs.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}
#prod_tabs.ui-tabs .ui-tabs-nav li {
    float: left;
    list-style: none;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #D4D4D4;
    width: auto;
    min-height: 30px;
    background: #D4D4D4;
    border-radius: 5px 5px 0 0;
}
#prod_tabs.ui-tabs .ui-tabs-nav li h2 a {
    display: block;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding: 0 21px;
}
#prod_tabs.ui-tabs .ui-tabs-nav li img {
    padding: 0 10px;
}
#prod_tabs.ui-tabs .ui-tabs-hide {
    display: none !important;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: #1A3B69;
    border-bottom: 1px solid #1A3B69;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-state-hover {
    background: #1A3B69;
    border-bottom: 1px solid #1A3B69;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-state-hover a {
    color: #fff;
}
#prod_tabs.ui-tabs .ui-tabs-nav .ui-state-active {
    text-decoration: none;
}
#prod_tabs.ui-tabs .ui-tabs-nav li:first-child {
    border-left: none;
    margin-left: 0;
}
#prod_tabs.ui-tabs .ui-tabs-nav li h2 {
    margin: 0;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a {
    color: #232323;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #fff;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a:hover {
    text-decoration: none;
}
#prod_tabs.ui-tabs .ui-tabs-panel {
    border-top: 2px solid #1A3B69;
    padding: 19px 20px 22px 23px;
}
#prod_tabs.ui-tabs .ui-tabs-panel h4 {
    font-size: 14px;
    margin-bottom: 14px;
}
#prod_tabs {
    margin-top: 0;
}
.prod_content {
    overflow: auto;
    outline: none;
    min-height: 240px;
    font-size: 13px;
    line-height: 17px;
}
.prod_content h3 {
    color: #232323;
    font-weight: bold;
;
}
.prod_content ul {
    list-style: none;
    padding: 0 0 0 14px;
}
.prod_content ul li {
    padding: 0 0 14px 6px;
    position: relative;
}
.prod_content ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: -16px;
}
.prod_content div h3 {
    padding-top: 12px;
}

/* PRODUCT TABS END */


/* PRODUCT INFO START */

.tpProductView {
    position: relative;
    min-height: 400px;
}
.tpProductView .tpProductInfo {
    width: 280px;
    height: auto;
    min-height: 230px;
    position: absolute;
    top: 40px;
    right: 40px;
}

.tpProductView .tpProductInfo .tpVariantsWrapper.form_field_error .dropdown {
    width: 234px !important;
    border: none;
    background: #f8e5e5;
    color: #c92d2d;
    border-bottom: 2px solid #c92d2d;
}
.tpProductView .tpProductInfo .tpInfoWrapper .tpProductTitle,
.tpProductView .tpProductInfo .tpInfoWrapper .tpProductItem {
    font-weight: 500;
    font-size: 14px;
    color: #193a69;
    line-height: 21px;
    margin-bottom: 12px;
}

.tpProductView .tpProductInfo .tpVariantsWrapper {
    float: left;
    width: 100%;
    min-height: 50px;
}
.tpProductInfo .tpVariantsWrapper #variantList {
    display: none;
}

.tpProductInfo .tpVariantsWrapper label,
.tpQ_Text {
    float: left;
    font-size: 13px;
    color: #232323;
    line-height: 41px;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown,
.tpQ_input .qty {
    width: 230px !important;
    height: 40px !important;
    padding: 0 0 0 8px;
    float: right !important;
    border: 2px solid #ececec;
    margin: 0 0 20px 0;
}

.tpProductInfo .tpQ_input:after {
    content: "";
    display: block;
    clear: both;
}

.tpProductInfo .tpQ_button input,
.tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.tpProductInfo .tpQ_button input:hover,
.tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}

.tpProductInfo .tpQ_button input {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 20px;
    cursor: pointer;
    background: #EC9B0C;
    color: #333;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    border: none;
}

.tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton,.tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButtonDisabled,
.tpProductInformation .tbOverviewRight .tpContactsWrapp a {
    display: block;
    float: right;
    width: 191px;
    background: #ec9b0c;
    color: #000;
    text-align: center;
    line-height: 33px;
    font-family: "Roboto_b", sans-serif;
    cursor: pointer;
    border: 1px solid #d88b0f;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
}
.tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton:hover,
.tpProductInformation .tbOverviewRight .tpContactsWrapp a:hover {
    background: #d88b0f;
    text-decoration: none;
}

.tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton {
    width: 120px;
    padding: 4px 0;
    background: #296B95;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton:hover {
    background: #296B95;
}

.tpProductInfo .tpVariantsWrapper .tpVariantsErrorMsg {
    display: none;
    position: relative;
    top: -15px;
    z-index: -1;
    margin: 0 0 0 38px;
    color: #c92d2d;
    font-size: 13px;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown .dropdown-opener {
    height: 100% !important;
    line-height: 40px !important;
    padding: 0 40px 0 0;
    font-size: 13px;
    background: none;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown .dropdown-opener:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #232323;
    position: absolute;
    top: 16px;
    right: 14px;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown.open .dropdown-opener:after {
    border-bottom: 9px solid #232323;
    border-top: none;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul {
    top: 40px;
    left: 0;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul li {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size:13px;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul li:hover,
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul li[data-selected="selected"] {
    background-color: #d7d7d7;
}
.tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul li:first-child {
    display: none;
}
.tpProductView .tpProductInfo .tpBasketWrapper {
    bottom: 0;
}

/* PRODUCT INFO END */


/* PRODUCT PRODUCT QUERY START */

.tpProductInformation .tbOverviewRight {
    border: 2px solid #1A3B69;
    width: 350px;
    margin-left: 32px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.tpProductInformation .tbOverviewRight h3 {
    background-color: #1A3B69;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 49px;
    min-height: 49px;
    padding-bottom: 0;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.tpProductInformation .tbOverviewRight .tpContactsWrapp {
    margin: 0 auto;
    width: 267px;
}
.tpProductInformation .tpContactsWrapp ul {
    margin: 15px 0 10px 0;
}
.tpProductInformation .tpContactsWrapp ul > li.yCmsComponent {
    display: table;
    word-break: break-all;
    padding-bottom: 6px;
}
.tpProductInformation .tpContactsWrapp a,
.tpContactsWrapp .tp_brachIcon {
    float: left;
    margin: 3px 20px 0 0;
    width: 40px;
}
.tpProductInformation .tpContactsWrapp .tpBranch {
    color: #333;
    display: table-cell;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
    min-height: 57px;
    vertical-align: middle;
    word-wrap: break-word;
}
.tpProductInformation .tbOverviewRight .tpContactsWrapp a {
    width: 258px;
    margin: 0 0 20px 4px;
    float: none;
    color: #333333;
}
.tpProductInformation .tbOverviewRight .tpContactsWrapp a:hover {
    background-color: #d88b0f;
    text-decoration: none;
}

/* PRODUCT PRODUCT QUERY END */


/* STOCK AVAILABILITY LIGHTBOX START */

.page-cpsProductDetails #cboxClose {
    width: 13px;
    height: 13px;
    top: 12px;
    right: 10px;
    bottom: auto;
    background: url('../images/colorbox/tp_popup_close.png') 0px 0px no-repeat;
}
.page-cpsProductDetails #cboxClose.hover {
    background-position: 0px 0px;
}
.page-cpsProductDetails #cboxOverlay {
    background: #fff;
    opacity: 0.75 !important;
}
.page-cpsProductDetails #cboxMiddleLeft,
.page-cpsProductDetails #cboxMiddleRight,
.page-cpsProductDetails #cboxTopLeft,
.page-cpsProductDetails #cboxTopCenter,
.page-cpsProductDetails #cboxTopRight,
.page-cpsProductDetails #cboxBottomLeft,
.page-cpsProductDetails #cboxBottomCenter,
.page-cpsProductDetails #cboxBottomRight {
    display: none;
}
.page-cpsProductDetails #colorbox {
    overflow: visible !important;
}
.page-cpsProductDetails #cboxContent {
    height: auto !important;
    overflow: visible !important;
    border: 5px solid #002c5f;
;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.page-cpsProductDetails #cboxWrapper {
    overflow: visible !important;
    height: auto !important;
}
.page-cpsProductDetails #cboxLoadedContent {
    padding: 0px;
    overflow: hidden !important;
    height: auto !important;
    margin-bottom: 15px;
}
#tp_CheckStockPopup {
    padding: 0;
}
#tp_CheckStockPopup .tp_stockCheck {
    background: #002c5f;
    color: #fff;
    height: 37px;
    line-height: 37px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif; font-weight:500;
    padding-left: 11px;
}
#tp_CheckStockPopup .tp_stock_pd {
    padding: 10px;
    overflow: hidden;
}
#tp_CheckStockPopup .tp_stock_ProdImage {
    float: left;
    width: 144px;
    padding: 0 23px 0 0;
}
#tp_CheckStockPopup .tp_stock_ProdImage img {
    width: 100%;
}
#tp_CheckStockPopup .tpInfoWrapper h2.tpProductTitle,
#tp_CheckStockPopup .tpInfoWrapper .tpProductItem {
    color: #193b69;
    font-size: 14px;
    line-height: 19px;
}
#tp_CheckStockPopup .tpInfoWrapper .tpProductItem {
    margin-top: 14px;
}
#tp_CheckStockPopup .tp_stock_search,
#tp_CheckStockPopup .tp_stockList {
    padding: 0 10px 10px;
}
#tp_CheckStockPopup .tp_stockList {
    padding-top: 20px;
}
#tp_CheckStockPopup .tp_stock_search {
    padding-bottom: 0;
}
#tp_CheckStockPopup .tp_stock_search img {
    max-width: 748px;
}
#tp_CheckStockPopup .post_code_search {
    border: none;
    padding: 0 0 10px 0;
    margin: 0;
}
#tp_CheckStockPopup .post_code_search_wrap {
    float: none;
    width: auto;
    margin: 0;
}
#tp_CheckStockPopup .post_code_search_wrap .cnt_sb_heading,
#tp_CheckStockPopup .tp_stockList .cnt_sb_heading {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}
#tp_CheckStockPopup .post_code_search form {
    float: none;
    width: auto;
    height: 35px;
}
#tp_CheckStockPopup .post_code_search .form_field-input input[type=text] {
    height: 27px;
    line-height: 27px;
    border-color: #888;
    width: 535px;
    color: #989898;
    padding: 0 5px;
    margin: 3px 0 0 0;
    outline: none;
}
#tp_CheckStockPopup .search_cta {
    display: block;
    float: right;
    width: 191px;
    background: #ec9b0c;
    padding: 0;
    color: #000;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #d88b0f;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
    outline: none;
}
#tp_CheckStockPopup .search_cta:hover {
    background: #d88b0f;
}
#tp_CheckStockPopup .tp_branchView_actions {
    width: 70%;
    margin: 0 auto;
    height: 35px;
    padding: 0 0 15px;
}
#tp_CheckStockPopup .tp_branchView_actions > a {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #232323;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #232323;
}
#tp_CheckStockPopup .list_active .tp_branchView_actions > a.tp_viewList,
#tp_CheckStockPopup .map_active .tp_branchView_actions > a.tp_viewMap {
    background: #232323;
    color: #fff;
}
#tp_CheckStockPopup .tp_branchView_actions > a.tp_viewList {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
#tp_CheckStockPopup .tp_branchView_actions > a.tp_viewMap {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
#homeLocation {
    border: 1px solid gainsboro;
    margin: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/tp_icn_gotomylocation.png) no-repeat center center;
}

/* Search result relevancy */

#r_content {
    width: 700px;
}
.prod_nav_top .title_holder {
    float: left;
}
.prod_nav_top .pagination,
.prod_nav_bottom .pagination {
    padding: 0 10px;
}
.prod_nav_top .pagination ul,
.prod_nav_bottom .pagination ul {
    padding: 0;
}
.prod_nav_top .pagination span.arrow_right,
.prod_nav_bottom .pagination span.arrow_right,
.prod_nav_top .pagination span.arrow_left,
.prod_nav_bottom .pagination span.arrow_left {
    height: 16px;
}
.prod_nav_top .pagination span.arrow_left,
.prod_nav_bottom .pagination span.arrow_left {
    margin-left: -15px;
}
#relevanceCalculationForm {
    overflow: hidden;
}
#relevanceCalculationForm .calculate_button input {
    text-align: center;
    width: 160px;
    margin: 0 0 20px 0;
}
.prod_list .prod {
    width: 100%;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #d4d4d4;
    margin: 0;
    min-height: 150px;
    height: inherit;
}
.prod_list .prod a {
    display: block;
}
.prod_list .prod > * {
    float: left;
}
.prod_list .prod .thumb {
    padding: 0 10px 10px;
    margin: 10px 20px 0 0;
    border-right: 1px solid #d4d4d4;
    min-width: 96px;
}
.prod_list .prod .text_holder {
    margin-right: 20px;
    max-width: 590px;
}
.prod_list .prod .details h2 {
    padding: 10px 0;
    margin: 0;
}
.prod_list .prod .summary p {
    font-size: 14px;
    line-height: 16px;
}
.prod_list .prod .product_relevance {
    float: right;
    width: 200px;
    margin-top: 10px;
}
.prod_list .prod .product_relevance .product_code {
    padding-bottom: 20px;
}
.prod_list .prod .product_relevance .product_relevance_score {
    overflow: hidden;
    padding-left: 3px;
}
.prod_list .prod .product_relevance .product_relevance_score > * {
    float: left;
}
.prod_list .prod .product_relevance .form_field-label {
    margin-right: 15px;
    padding-top: 20px;
}
.prod_list .prod .product_relevance .form_field-input {
    margin: 0 15px 0 -26px;
}
.nobr {
    font-weight: inherit;
    white-space: nowrap;
}
#tp_CheckStockPopup .store_info .tp_stockBranchIcon {
    min-width: 200px;
    width: auto;
}
#tp_CheckStockPopup .stockInMapPopup div,
#tp_CheckStockPopup .stockInMapPopup .tp_branchStatus {
    float: left;
}
#tp_CheckStockPopup .tp_branchNumber .call {
    float: left;
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 0 5px;
    color: #1a3b69;
}
#tp_CheckStockPopup .tp_stockBranchIcon {
    padding: 0 15px 5px 0;
    min-height: 0;
}
#tp_CheckStockPopup .tp_branchNumber.stockInMapPopup {
    text-align: left;
    padding: 0;
}
#tp_CheckStockPopup .tp_branchNumber br {
    display: none;
}
#tp_CheckStockPopup .tp_branchNumber.stockInMapPopup:after {
    content: '';
    display: table;
    clear: both;
}
#tp_CheckStockPopup .tp_stockList h3,
#tp_CheckStockPopup .tp_stockList li {
    color: #232323;
}
#tp_CheckStockPopup .tp_stockList h3 {
    margin: 0 0 15px 0;
    padding: 0;
}
#tp_CheckStockPopup .tp_stockList .tp_stockList_links {
    background: #ededed;
    padding: 10px 15px;
}
#tp_CheckStockPopup .tp_stockList li {
    padding: 5px 0 8px 0;
    margin: 0;
}
#tp_CheckStockPopup .tp_stockList li a {
    font-size: 15px;
    color: #232323;
    text-decoration: underline;
;
}
#tp_CheckStockPopup .tp_stockList li a:hover {
    text-decoration: none;
}
#tp_CheckStockPopup .tp_stock_result,
#tp_CheckStockPopup .tp_stockList {
    display: none;
}
#tp_CheckStockPopup .search_input_wrapper {
    float: left;
    margin-right: 10px;
}
#tp_CheckStockPopup .search_input_wrapper .form_field_error {
    width: 487px;
}
#tp_CheckStockPopup .search_input_wrapper .form_field_error .form_field-input input {
    border: 2px solid #ed1c24;
}
#tp_CheckStockPopup .search_input_wrapper .form_field_error p span {
    color: #222222;
    font-weight: 500;
    font-size: 14px;
}
#tp_CheckStockPopup .tp_stockList .tp_stockList_links {
    margin-top: 10px;
    padding: 12px;
    background-color: #eeeded;
}
#tp_CheckStockPopup .tp_stockList .tp_stockList_links a {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    line-height: 27px;
}
#tp_CheckStockPopup .tp_stockList .tp_stockList_links a:hover {
    text-decoration: underline;
}

/* STOCK AVAILABILITY LIGHTBOX END */


/* STOCK SHECK POPUP START */

.tp_stock_result {
    padding: 10px;
    display: none;
}
.tp_stock_result .title_wrapper:after {
    content: '';
    clear: both;
    display: table;
}
.tp_stock_result .cnt_sb_heading {
    margin: 0;
    padding: 0 0 10px;
    float: left;
    font-size: 16px;
    color: #232323;
    line-height: 100%;
    font-weight: 500;
    color: #000;
}
.tp_stock_result .tp_chekbox {
    float: right;
    font-size: 16px;
}
input#onlyWithStock {
    margin: 0 10px 0 0;
}
.tp_stockBranches {
    min-height: 80px;
    box-sizing: border-box;
    padding: 20px 0 5px;
}
.tp_stockBranch {
    border-bottom: 3px solid #002C5F;
    min-height: 80px;
    box-sizing: border-box;
    padding: 20px 0 5px;
}
.tp_stockBranch:after,
.tp_stockBranchInfo:after {
    content: '';
    display: table;
    clear: both;
}
.tp_stockBranchIcon,
.tp_stockBranchInfo,
.tp_stockBranchPhone {
    float: left;
    min-height: 80px;
}
.tp_stockBranchIcon {
    width: 100px;
    padding: 20px 15px 0 0;
}
.tp_stockBranchIcon .tp_branchStatus {
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/tp_icn_stock_res2.png) no-repeat 0px 0px;
    margin: 0 auto 15px;
}
#stockMsg {
    display: inline-block;
    margin: 5px 0 0 5px;
}
.tp_stockBranchIcon .tp_branchStatus.call {
    background-position: 0px -33px;
}
.tp_branchNumber {
    text-align: center;
    padding: 5px 0 0 0;
    color: #0a5038;
    font-size: 16px;
}
.tp_branchNumber .call {
    font-size: 14px;
}
.tp_stockBranchInfo {
    width: 440px;
}
.tp_branchDetails_name,
.tp_branchDetails_adress,
.tp_branchDetails_misc {
    float: left;
}
.tp_branchDetails_misc a {
    color: #1a3b69;
}
.tp_branchDetails_name h3.title,
.tp_branchDetails_adress h3.title,
.tp_branchDetails_misc h3.title {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif; font-weight:500;
    line-height: 21px;
}
.tp_branchDetails_misc h3:nth-of-type(2),
.tp_branchDetails_misc h3:nth-of-type(2) ~ p {
    display: none;
}
.tp_branchDetails_name p,
.tp_branchDetails_adress p,
.tp_branchDetails_misc p {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.tp_branchDetails_name {
    float: none;
}
.tp_branchDetails_adress {
    width: 170px;
}
.address_data p {
    margin-bottom: 0;
}
.address_data strong {
    font-weight: bold;
}
.tp_stockBranchPhone {
    width: 180px;
    padding: 16px 0 10px 10px;
    box-sizing: border-box;
    position: relative;
    height: 9.4em;
}
.tp_stockBranchPhone .tp_set_new_branch {
    text-decoration: none;
}
.tp_stockBranchPhone .tp_set_new_branch:hover {
    color: #232323;
    background-color: #E4a30b;
}
.tp_stockBranchNumber {
    font-size: 14px;
    line-height: 25px;
    padding-left: 25px;
    background: url(../images/tp_icn_stock_res2.png) no-repeat 0px -60px;
    padding-bottom: 15px;
}
#tp_CheckStockPopup .tp_stockBranchNumber {
    width: 100px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif; font-weight:700;
}
.tp_stockBranch_call {
    padding: 3px 0;
    display: block;
    background-color: #96cff5;
    border: 1px solid #7cb7d8;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
}
.tp_stockBranch_call:hover {
    background-color: #7cb7d8;
    text-decoration: none;
    color: #000;
}

/* Branch Details */

.tp_stock_branchDetails {
    padding: 15px 0px;
    margin: 0 12px;
    border-top: 3px solid #0a4f38;
}
.tp_stock_branchDetails .tp_stock_detailsWrapper {
    padding: 5px 0;
}
.tp_stock_detailsWrapper:after {
    content: '';
    clear: both;
    display: table;
}
.tp_stock_detailsWrapper .col_left {
    width: 410px;
    float: left;
}
.tp_stock_detailsWrapper .col_right {
    width: 304px;
    padding-left: 10px;
    float: right;
}
.tp_stock_branchDetails .tp_stock_BranchName {
    position: relative;
    min-height: 45px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.tp_stock_branchDetails .tp_stock_BranchName:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/tp_icons_branchDetails.png) no-repeat 0 -144px;
    background-size: 27px;
    width: 30px;
    height: 55px;
}
.tp_stock_branchDetails .tp_stock_BranchName h3 {
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    font-family: 'Roboto', sans-serif; font-weight:700;
}
.tp_stock_branchDetails .tp_stock_BranchName p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 5px 0;
}
.tp_stock_branchDetails .tp_stock_BranchDistance {
    text-align: right;
}
.tp_stock_branchDetails .tp_stock_BranchDistance p {
    margin-right: 10px;
    line-height: 45px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif; font-weight:500;
}
.tp_branchBox {
    border: 2px solid #bfbfbf;
}
.tp_branchBox .tp_branchBox_title {
    position: relative;
    border-bottom: 2px solid #bfbfbf;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 40px;
    font-size: 18px;
}
.tp_branchBox .tp_branchBox_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/tp_icons_branchDetails.png) no-repeat 10px 0px;
}
.tp_branchBox.name .tp_branchBox_title:before {
    background-position: 10px -103px
}
.tp_branchBox.adress .tp_branchBox_title:before {
    /*background-position: 12px 3px;
    background-size: 25px;*/
    background-position: 10px -103px
}
.tp_branchBox.hours .tp_branchBox_title:before {
    background-position: 6px -50px
}
.tp_branchBox.serv .tp_branchBox_title:before {
    background-position: 6px -239px
}
.tp_branchBox .tp_branchBox_info {
    padding: 10px;
    padding-left: 40px;
    font-family: 'Roboto', sans-serif;
}
.tp_stock_branchDetails .tp_branchBox .tp_branchBox_info p {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    padding-left: 40px;
}
.tp_stock_branchDetails .tp_stock_BranchInfo .tp_branchBox.name {
    margin-bottom: 10px;
}
.tp_stock_BranchServices .tp_branchBox_info,
.tp_stock_BranchHours .tp_branchBox_info {
    padding-left: 10px;
}
.tp_stock_BranchServices .tp_branchServices_list {
    padding-top: 5px;
}
.tp_stock_BranchServices .tp_branchServices_list li {
    float: left;
    box-sizing: border-box;
    text-align: center;
}
.tp_stock_BranchServices .tp_branchServices_list:after {
    content: '';
    clear: both;
    display: table;
}
.tp_stock_BranchHours .tp_branchHours_list:after {
    content: '';
    clear: both;
    display: table;
}
.tp_stock_BranchHours .tp_branchHours_list dt,
.tp_stock_BranchHours .tp_branchHours_list dd {
    float: left;
    padding: 3px 0;
    font-weight: normal;
}
.tp_stock_BranchHours .tp_branchHours_list dt {
    width: 110px;
    padding-right: 10px;
}
.tp_stock_BranchHours .tp_branchHours_list dd {
    width: 160px;
}
.tp_branchDetails_informer {
    font-size: 16px;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
}
.tp_stock_BranchDistance strong {
    font-family: 'Roboto', sans-serif; font-weight:700;
    font-size: 16px;
    padding: 10px 0;
}
.tp_stock_BranchDistance strong {
    font-weight: bold;
}
#tp_CheckStockPopup .tp_stock_branchDetails .store_map {
    height: 243px;
}
#mapContainer .map_search {
    margin-top: 0;
}
#tp_CheckStockPopup .list_active #mapContainer {
    display: none;
}
#tp_CheckStockPopup .map_active #stock_results {
    display: none;
}
.tp_branchList_back {
    display: block;
    width: 148px;
    background-color: #96cff5;
    color: #333;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #7cb7d8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
}
.tp_branchList_back:hover {
    /*  background-color: #7cb7d8;
    text-decoration: none;
    color: #333;*/
    background-color: #8AA9A8;
    text-decoration: none;
    color: #232323;
    display: block;
    width: 148px;
    background: #9fc2c1;
    color: #232323;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #8daf9c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
}
.back_to_result {
    padding: 0 0 15px 0;
    margin-top: -10px;
}
.back_to_result a {
    font-family: 'Roboto', sans-serif; font-weight:700;
}

/* MAP */

.map_labels {
    color: #FFF;
    background: url(../images/store_locator/results_pin.png) no-repeat center center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif; font-weight:500;
    text-align: center;
    width: 32px;
    height: 37px;
    padding-left: 1px;
    padding-top: 8px;
    border: 0;
    z-index: 100 !important;
}
.map_labels_selected {
    color: #FFF;
    background: url(../images/store_locator/results_pin.png) no-repeat center center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-size: 40px 56px;
    width: 40px;
    height: 44px;
    padding-left: 1px;
    padding-top: 12px;
    border: 0;
}
.tp_map_labels {
    color: #FFF;
    background: url(../images/store_locator/tp_marker_small.png) no-repeat center center;
    background-size: 20px 36px;
    width: 20px;
    height: 36px;
    border: 0;
}

/* BRANCH INFO ON MAP */

div.gm-style-iw {
    left: 22px !important;
    min-height: 250px;
    max-height: 350px;
}
.gm-style-iw > div {
    overflow: hidden !important;
}
.store_locator h3,
.store_locator h4,
.content_full_w h3 {
    font-family: 'Roboto_b', sans-serif;
    line-height: normal;
    color: #232323;
}
.store_locator .cnt_sb_heading {
    margin-bottom: 0;
}
.store_info {
    padding: 0;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
}
.store_info h3 {
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #232323;
}
.store_info .info_heading {
    font-size: 14px;
    margin-bottom: 3px;
    color: #232323;
    font-family: 'Roboto_b', sans-serif;
    font-weight: normal;
    line-height: normal;
}

.store_info > .info_heading, .store_info > .section_info {
    display: none;
}

.store_info .section_info {
    font-size: 13px;
    line-height: 120%;
}
.store_info br {
    display: none;
}
.store_info .address {
    float: left;
    margin-bottom: 0px;
    width: 50%;
    min-height: 75px;
}
.store_info .opening_times {
    float: right;
}
.store_info .opening_times ul li {
    margin-bottom: 4px;
    font-size: 11px;
}
.store_info .opening_times ul li .wk_day {
    display: block;
    width: 40px;
    float: left;
}
.store_info .contact_details {
    float: left;
    width: 50%;
    margin-top: 10px;
}
.store_info .contact_details a {
    color: #1a3b69;
    font-family: 'Roboto', sans-serif;
}
.store_info .contact_details .info_heading {
    padding: 0;
}
.store_info .options {
    margin-top: 7px;
}
.store_info .options a.primary_cta_small {
    float: left;
    width: 40%;
}
.store_info .options a.primary_cta_small:hover {
    background: #d88b0f;
    text-decoration: none;
}
.store_info .options a.secondary_cta_small {
    float: right;
    width: 40%;
}
.store_info .options a.secondary_cta_small:hover {
    background-color: #7cb7d8;
    text-decoration: none;
}
.store_info .opening_times span,
.store_info .address li {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.primary_cta_small {
    background-color: #ec9b0c;
    padding: 10px 0px 10px 0px;
    color: #000;
    border: 1px solid #d88b0f;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    line-height: 102%;
    font-family: 'Roboto_b', sans-serif;
}
.secondary_cta_small {
    background-color: #96cff5;
    padding: 10px 0px 10px 0px;
    border: 1px solid #7cb7d8;
    color: #000;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    line-height: 102%;
}
.hidden_map_popup {
    display: none;
}

/* NEARST BRANCHES */

.nearest_branches {
    margin-top: 20px;
}
.branch_results {
    width: 100%;
}
.branch {
    border-bottom: 2px solid #EAEAEA;
    padding: 20px 15px 20px 15px;
}
.no-result-services {
    text-align: center;
    padding-top: 2em;
    margin-bottom: 170px;
}

/* NEAREST BRANCHES */

.branch .reslt_num {
    display: block;
    width: 32px;
    height: 35px;
    background: url(../images/store_locator/results_pin.png) no-repeat center center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    float: left;
    margin-top: -16px;
}
.branch_info {
    width: 30%;
    float: left;
    margin-left: 20px;
}
.branch_info > h3 {
    font-size: 18px;
    margin-bottom: 0px;
    width: 100%;
}
.branch_info .address {
    padding-top: 7px;
    float: left;
    width: 50%;
}
.branch_info .contact_details {
    float: left;
    margin: 0;
    width: 45%;
    padding-left: 5%;
}
.branch_info .info_heading {
    margin-bottom: 1px;
    font-weight: bold;
    color: #000;
}
.contact_details .info_heading {
    padding-top: 7px;
}
.section_info li {
    font-size: 14px;
}
.directions {
    float: right;
    margin-right: 20px;
    width: 20%;
}
.distance {
    float: left;
    margin-left: 15px;
    width: 20%;
}
.distance h4 {
    font-size: 14px;
    color: #000;
    margin-right: 5px;
    font-weight: normal;
    float: left;
    line-height: 17px;
}
.distance .miles {
    font-size: 18px;
    color: #333333;
    text-transform: capitalize;
    font-weight: bold;
}
.branch_services {
    margin-left: 0px;
    float: left;

    width: 20%;
}
.branch_services h4 {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.branch_services ul {
    width: 100%;
}
.branch_services ul li {
    float: none;
    margin-right: 0px;
    margin-top: 5px;
}
.branch_services ul li img {
    width: 110px !important;
    height: inherit !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*.branch_services ul li {
    float: left;
    margin-right: 5px;
    }
*/

/*
.branch_services ul li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
*/

.branch .options {
    height: 102px;
    float: right;
    width: 130px;
    position: relative;
    margin-left: 10px;
    padding-top: 21px;
}
.branch .options a.primary_cta,
.branch .options a.secondary_cta {
    padding: 10px 0px;
    line-height: 102%;
    text-decoration: none;
    color: #232323;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
}
.branch .options a.primary_cta:hover,
.branch .options a.secondary_cta:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
.options a.secondary_cta {
    position: relative;
    margin-top: 10px;
}
.nearest_branches .pagination {
    width: auto;
    text-align: center;
}
.nearest_branches .pagination ul {
    float: none !important;
    display: inline-block;
    padding: 0;
}
.store_locator .pagination span.arrow_right,
.store_locator .pagination span.arrow_left {
    position: relative;
    top: -6px;
}
.store_filter .store_filter_wrap {
    border: none;
}
.store_filter form {
    text-align: right;
}
.store_filter label.filter,
.store_filter form input[type="submit"] {
    float: none;
    display: inline-block;
}
.store_filter label.filter { /* <-- DELETE THIS */
    /*display: none;  <-- DELETE THIS */
    width: auto;
    text-align: center;
}
/*.store_filter label.filter:first-child,  <-- DELETE THIS */
/*.store_filter label.filter:first-child + .filter,  <-- DELETE THIS */
/*.store_filter label.filter:first-child + .filter + .filter {  <-- DELETE THIS */
/*    display: inline-block;  <-- DELETE THIS
}*/
.store_filter label.filter .filter_info {
    display: none;
}
.store_filter label.filter img {
    /*    width: 148px;  <-- DELETE THIS */
    /*    height: 72px;  <-- DELETE THIS */
    position: relative;
    bottom: inherit;
    left: inherit;
}
.store_filter label.filter input[type="checkbox"] {
    display: inline-block;
    position: relative;
    bottom: inherit;
    left: inherit;
}
.store_filter form input[type="submit"] {
    margin-top: 0;
    position: relative;
    top: -50px;
    font-family: 'Roboto_b', sans-serif;
    font-size: 15px;
    border-radius: 0px;
}
.store_filter form input[type="submit"] {
    color: #333;
    background: #EC9B0C;
    border-color: #EC9B0C;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
}
.store_filter form input[type="submit"]:hover {
    background: #EC9B0C;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}

/* STORE LOCATOR */

.map_search {
    margin-top: 20px;
}
.store_map {
    margin-top: 0px !important;
    height: 340px;
}
#tp_CheckStockPopup .store_map {
    height: 540px;
}
.store_locator .store_map {
    height: 410px;
}
.content_full_w {
    width: 100%;
}

/* STOCK SHECK POPUP END */


/* PRODUCT DETAIL PAGE END */


/*
    CONTENT END
*/


/*
    FOOTER START
*/

.travis-perkins-footer {
    width: 980px;
    margin: 0 auto;
    position: relative;
    /*    background: #fdfdfd;*/
    overflow: visible;
}

@media (max-width: 980px) {
    .travis-perkins-footer {
        overflow: hidden;
    }
}
.travis-perkins-footer:after {
    content: '';
    display: table;
    clear: both;
}

.travis-perkins-footer #footer {
    padding: 40px 25px;
}
#footer .Fa {
    display: block;
    text-align: center;
}
#footer .Fa > li {
    display: inline-block;
    width: 208px;
    margin: 0 0 0 20px;
    text-align: left;
    vertical-align: top;
}
#footer .Fa a {
    color: #333;
    line-height: 18px;
    font-size: 13px;
}
#footer .Fa h3 {
    padding-bottom: 15px;
}
#footer .Fa h3 a {
    color: #1A3B69;
    font-size: 14px;
}
.travis-perkins-footer #links,
.travis-perkins-footer #copyright {
    padding: 15px 0;
    height: 85px;
    background: #1A3B69;
}
.travis-perkins-footer #links a,
.travis-perkins-footer #copyright a,
.travis-perkins-footer #links p,
.travis-perkins-footer #copyright p {
    color: #fff;
    font-size: 14px;
}
.travis-perkins-footer #links a {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.travis-perkins-footer #links {
    width: 300px;
    float: right;
    padding-right: 25px;
}
#links .footer_image {
    display: none;
}
.travis-perkins-footer #copyright {
    width: 630px;
    float: left;
    padding-left: 25px;
}
#links .Fa {
    display: block;
    text-align: right;
}
#links .Fa > li {
    display: inline-block;
    margin: 0 10px;
}
/* footer - payment - M2*/
.feature-design #payment_wrapp .travis-perkins-footer #copyright {
    height: 110px;
    width: 600px;
    padding: 25px 0;
    background: none;
    float: none;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.feature-design #payment_wrapp .travis-perkins-footer #copyright a,
.feature-design #payment_wrapp .travis-perkins-footer #copyright p {
    color: #333;
    font-size: 13px;
    line-height: 23px;
}
.feature-design #payment_wrapp .travis-perkins-footer #copyright .copyright-notice {
    font-family: "Roboto_b", sans-serif;
    margin-bottom: 6px;
}
.feature-design #payment_wrapp .travis-perkins-footer #copyright p:nth-child(3){
    margin-bottom: 12px;
}
.feature-design #payment_wrapp .travis-perkins-footer #copyright p:nth-child(4),
.feature-design #payment_wrapp .travis-perkins-footer #copyright p:nth-child(5) {
    display: inline-block;
}
.feature-design #payment_wrapp #paymentType {
    float: right;
    margin-top: 85px;
}
.feature-design #payment_wrapp #paymentType img {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.feature-design #payment_wrapp .travis-perkins-footer {
    bottom: -141px;
}
.feature-design #payment_wrapp .travis-perkins-footer #links {
    width: 100%;
    float: none;
    padding: 0;
    background: #1A3B69;
    clear: both;
    line-height: 50px;
    height: 50px;
}
.feature-design #payment_wrapp .travis-perkins-footer #links a {
    font-size: 12px;
}
.feature-design #payment_wrapp #links .Fa {
    text-align: left;
}
.feature-design #payment_wrapp #links .Fa > li:first-child {
    margin-left: 0;
}
.feature-design #payment_wrapp #payment-footer {
    overflow: hidden;
    background: #fcfcfc;
}
.feature-design.template-pages-CheckoutPageTemplate #page:before,
.page-guestOrderPaymentDeclinedPage #page:before {
    height: 160px;
    background: #fcfcfc;
    bottom: -91px;
}
.feature-design.template-pages-CheckoutPageTemplate #page:after,
.page-guestOrderPaymentDeclinedPage #page:after {
    height: 50px;
    bottom: -141px;
}
/*
    FOOTER END
*/


/*
    BRANCH LOCATOR START
*/

.store_locator .str_loc_heading {
    padding: 20px;
    min-height: 30px;
    background: #1A3B69;
}
.store_locator .str_loc_heading:after {
    content: '';
    clear: both;
    display: table;
}
.store_locator .str_loc_heading h2 {
    float: left;
    font-size: 24px;
    line-height: 30px;
}
.store_locator .str_loc_heading p {
    float: right;
    font-size: 14px;
    line-height: 30px;
}
.store_locator .str_loc_heading p .bold {
    font-family: 'Roboto_b', sans-serif;
}
.store_locator .post_code_search {
    margin: 20px 0 0 0;
    border: none;
}
.store_locator .post_code_search_wrap {
    margin: 0;
}
.post_code_search .post_code_search_wrap h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    font-weight: normal;
}
.post_code_search .post_code_search_wrap p {
    display: none;
}
.store_locator #storeFinderForm {
    width: 575px;
    float: right;
    top: 0;
    background: none;
}
.store_locator #storeFinderForm:before {
    display: none;
}
.store_locator #storeFinderForm input.text_input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #888 !important;
    padding: 3px!important;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin: 0 10px 10px 0;
    width: 375px;
    height: 32px;
}
.store_locator #storeFinderForm input[type="submit"] {
    float: right;
    width: 175px;
    border: 2px solid #EC9B0C !important;
    font-family: 'Roboto_b', sans-serif;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    min-height: 16px;
    height: auto;
    padding-left:0px!important;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
}
.store_locator #storeFinderForm input[type="submit"]:hover {
    background-color: #EC9B0C;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
/*
    BRANCH LOCATOR END
*/


/*
    BRANCH LOCATOR LIST OF BRANCHES
*/

.store_locator .post_code_results {
    margin-top: 0;
}
.post_code_results > h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #000;
}
.post_code_results > p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}
.store_locator .post_code_results_wrap {
    padding: 30px 0 30px 15px;
    margin-top: 0;
    background: none;
}
.post_code_results_wrap ul li {
    margin-bottom: 30px;
}
.post_code_results_wrap ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}
.post_code_results_wrap ul li a:hover {
    text-decoration: underline;
}

/*
    BRANCH LOCATOR LIST OF BRANCHES END
*/


/*
    BRANCH LOCATOR INVALID TOWN
*/

.search_input_wrapper .skip {
    display: none;
}
.form_field_error {
    float: left;
    width: 385px;
}
.form_field_error p {
    display: block;
}
.form_field_error p span {
    display: block;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif; font-weight:500;
    font-size: 14px;
}
.post_code_search .form_field_error input[type="text"] {
    float: none;
}
#storeFinderForm .form_field_error input.text_input {
    height: 30px;
    border: 2px solid #ed1c24 !important;
}

/*
    BRANCH LOCATOR INVALID TOWN END
*/


/* NO SEARCH RESULTS PAGE START */

.search_NoResult .content h2 {
    color: #232323;
    font-size: 21px;
    font-family: 'Roboto_b', sans-serif;
    line-height: 28px;
    margin-bottom: 22px;
}
.search_NoResult .content p {
    color: #232323;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 22px;
}
.search_NoResult .content ul li {
    color: #232323;
    font-size: 15px;
    line-height: 16px;
    list-style-type: circle;
}
.search_NoResult .siteSearch {
    width: 462px;
    height: 36px;
    border: 3px solid #EC9B0C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 3px 0 14px;
    margin: 16px 0 14px;
    position: relative;
}
.feature-design .search_NoResult .siteSearch {
    border: none;
}
.search_NoResult .siteSearch #search {
    float: left;
    width: 425px;
    height: 36px;
    border: none;
    margin: 0;
    padding: 0 25px 3px 0;
    line-height: 36px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #C8C8C8;
    position: absolute;
    top: 0;
    left: 14px;
    background: none;
}
.search_NoResult .siteSearch #search:focus {
    outline: none;
}
.feature-design .search_NoResult .siteSearch #search {
    height: 45px;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #616161;
}
.search_NoResult .siteSearch .button {
    background: #EC9B0C url("../images/icn_header_search.png") no-repeat scroll 8px 6px;
    background-size: 18px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
}
.feature-design .search_NoResult .siteSearch .button {
    text-indent: -9999px;
    height: 45px;
    width: 45px;
    border-radius: 0;
    vertical-align: top;
    font-size: 0px;
    color: white;
    top: 0px;
    background-position: 14px;
}
.search_NoResult .content ul a {
    text-decoration: underline;
    color: #1A3B69;
    font-family: 'Roboto_b', sans-serif;
}
.search_NoResult .searchSpellingSuggestionPrompt {
    display: none;
}

/* NO SEARCH RESULTS PAGE END */


/*  BRANCH SEARCH RESULTS START */

.nearest_branches .cnt_sb_heading {
    font-size: 17px;
}
.nearest_branches .branch {
    color: #000;
    padding-left: 80px;
    position: relative;
    border-bottom: 2px solid #d4d4d4;
}
.nearest_branches .branch .reslt_num {
    position: absolute;
    width: 60px;
    height: 189px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background: #fff;
    color: #012d5b;
    font-size: 24px;
    box-sizing: border-box;
    padding-top: 20px;
}
.nearest_branches .branch.selected .reslt_num:before {
    content: '';
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    background-color: #012d5b;
    top: -2px;
}
.nearest_branches .branch.selected {
    background: #fff;
}
.nearest_branches .branch.selected .reslt_num {
    background: #012d5b;
    color: #fff;
    font-weight: 600;
}
.nearest_branches .branch_info {
    width: 37%;
    margin-left: 0;
    font-size: 13px;
}
.nearest_branches .branch_info > h3 {
    text-transform: capitalize;
    font-size: 14px;
}
.nearest_branches .address .section_info li {
    text-transform: capitalize;
}
.nearest_branches .branch_info > .info_heading,
.nearest_branches .branch_info > .section_info {
    display: none;
}
.nearest_branches .branch_info .info_heading {
    font-weight: 600;
}
.nearest_branches .branch_info .address {
    width: 150px;
}
.nearest_branches .branch_info .contact_details {
    width: 150px;
    float: right;
    margin: 0;
}
.nearest_branches .distance:after {
    content: '';
    clear: both;
    display: table;
}
.nearest_branches .distance h4 {
    display: inline-block;
}
.nearest_branches .distance .miles {
    font-size: 14px;
}
.nearest_branches .branch_services h4 {
    font-size: 14px;
    color: #000;
}
.nearest_branches .branch .primary_cta,
.nearest_branches .branch .secondary_cta {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 15px;
}
.nearest_branches .branch .primary_cta {
    background: #EC9B0C;
    border-color: #EC9B0C;
}
.nearest_branches .branch .options .secondary_cta {
    background: #296C96;
    border-color: #296C96;
    color: #fff;
}
.nearest_branches .pagination {
    width: auto;
    text-align: center;
}
.nearest_branches .pagination ul {
    float: none !important;
    display: inline-block;
    padding: 0;
}
.store_locator .pagination span.arrow_right,
.store_locator .pagination span.arrow_left {
    position: relative;
    top: -6px;
}
.tp_branchList_pagination {
    width: 320px;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
}

.prod_nav_bottom .tp_branchList_pagination {
    padding: 0;
    margin: 0;
    float: right;
    width: 332px;
}
.prod_nav_bottom .tp_branchList_pagination ul {
    padding-top: 0;
    text-align: right;
}
.prod_nav_bottom .tp_branchList_pagination ul li {
    position: relative;
    top: -11px;
    display: inline-block;
    float: none;
    width: 24px;
    height: 28px;
}
.prod_nav_bottom .tp_branchList_pagination ul li a {
    line-height: 28px;
}
.prod_nav_bottom .tp_branchList_pagination li.prev,
.prod_nav_bottom .tp_branchList_pagination li.next {
    top: 0px;
}
.prod_nav_bottom .tp_branchList_pagination li.prev a {
    background-position: 7px -91px;
}
.prod_nav_bottom .tp_branchList_pagination li.prev.disable a {
    background-position: 7px 6px;
}
.prod_nav_bottom .tp_branchList_pagination li.next a {
    background-position: 8px -139px;
}
.prod_nav_bottom .tp_branchList_pagination li.next.disable a {
    background-position: 9px -43px;
}
.tp_branchList_pagination ul {
    position: relative;
}
.tp_branchList_pagination ul:after {
    content: '';
    clear: both;
    display: table;
}
.tp_branchList_pagination ul li {
    float: left;
    width: 27px;
    height: 31px;
    margin: 0 3px;
    padding: 0 2px;
    border: 1px solid #fff;
}
.tp_branchList_pagination ul li.active {
    border-color: #1A3B69;
    background-color: #fff;
}
.tp_branchList_pagination ul li.active a {
    cursor: default;
    text-decoration: none;
}
.tp_branchList_pagination ul li.dots {
    margin: 0;
    line-height: 40px;
    width: 10px;
}
.tp_branchList_pagination ul li a {
    display: block;
    line-height: 31px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}
.tp_branchList_pagination li.prev,
.tp_branchList_pagination li.next {
    border-color: #193c69;
}
.tp_branchList_pagination li.prev {
    margin: 0 7px 0 0;
}
.tp_branchList_pagination li.next {
    margin: 0 0 0 7px;
}
.tp_branchList_pagination li.prev.disable,
.tp_branchList_pagination li.next.disable {
    border-color: #ddd;
}
.tp_branchList_pagination .disable a {
    pointer-events: none;
    cursor: default;
}
.tp_branchList_pagination li.prev.disable:hover,
.tp_branchList_pagination li.next.disable:hover {
    border-color: #b3b3b3;
}
.tp_branchList_pagination li.prev a,
.tp_branchList_pagination li.next a {
    background: url(../images/tp_icn_paginator.png) no-repeat 7px 0px;
    width: 23px;
    height: 23px;
}
.tp_branchList_pagination li.prev a {
    background-position: 8px -89px;
}
.tp_branchList_pagination li.next a {
    background-position: 9px -138px;
}
.tp_branchList_pagination li.prev.disable a {
    background-position: 8px 8px;
}
.tp_branchList_pagination li.next.disable a {
    background-position: 10px -42px;
}
.capitalize {
    text-transform: capitalize;
}

/*  BRANCH SEARCH RESULTS END   */


/* Content Spot on Branch pages START */

.store_locator .promos,
.content_full_w .promos {
    border: none;
    padding: 0;
    margin-top: 0;
}
.store_locator .promos > div,
.content_full_w .promos > div {
    padding: 15px 0 10px 0;
}
.store_locator .promos > div:first-child,
.content_full_w .promos > div:first-child {
    padding-top: 40px;
}
.store_locator .promos > div.clear,
.content_full_w .promos > div.clear {
    padding: 0;
}
.store_locator .promos,
.content_full_w .promos,
.store_locator .promos p,
.content_full_w .promos p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 18px;
}
.store_locator .promos a,
.content_full_w .promos a {
    color: #193b69;
}
.store_locator .promos h1,
.store_locator .promos h2,
.store_locator .promos h3,
.store_locator .promos h4,
.content_full_w .promos h1,
.content_full_w .promos h2,
.content_full_w .promos h3,
.content_full_w .promos h4 {
    font-family: 'Roboto', sans-serif; font-weight:500;
    font-weight: normal;
}

/* Content Spot on Branch pages END */


/*
    HOMEPAGE SUPER NAV START
*/


/* Standard syntax */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
#tp_nav_main {
    overflow: auto;
    position: relative;
    width: 100%;
    background-color: #1A3B69;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 99;
}
#tp_nav_main > ul > li:hover:before {
    content: '';
    display: block;
    opacity: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.4s;
    pointer-events: none;
}
#tp_nav_main > .level1CategoryList {
    margin: 0 auto;
    width: 950px;
    display: flex;
    height: 58px;
    position: relative;
    justify-content: center;
    align-items: stretch;
}
#tp_nav_main .level1CategoryList li.level1CategoryHover .tp_nav2level {
    display: flex;
    animation: fadeIn 0.4s;
}
#tp_nav_main .level1CategoryList li.level1CategoryHover > span a {
    color: #fff;
    border-color: #333;
    background: #333;
}
.tp_nav2level {
    display: none;
    flex-wrap: wrap;
    align-content: stretch;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 222;
    width: 907px;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #d4d4d4;
    border-top: none;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.6);
    text-align: left;
    animation: fadeOut 0.4s;
}
.tp_nav2level:after {
    content: '';
    display: table;
    clear: both;
}
#tp_nav_main .tp_nav2level > li {
    display: inline-block;
    float: none;
    width: 161px;
    padding: 10px 0px 10px 13px;
    background: #fff;
    vertical-align: top;
    position: relative;
}
#tp_nav_main .tp_nav2level > li:after {
    content: '';
    display: block;
    width: 1px;
    background-color: #D4D4D4;
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 15px;
}
#tp_nav_main .tp_nav2level > li:first-child:after,
#tp_nav_main .tp_nav2level > li:nth-child(6):after {
    display: none;
}
#tp_nav_main .tp_nav2level > .tp_nav2level_viewAll {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: auto;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
#tp_nav_main .tp_nav2level > .tp_nav2level_viewAll a {
    font-family: 'Roboto', sans-serif; font-weight:300;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: none;
    font-weight: normal;
    color: #1a3b69;
    cursor: pointer;
}
#tp_nav_main .tp_nav2level > .tp_nav2level_viewAll a:hover {
    text-decoration: underline;
    font-weight: bold;
    background: none;
    color: #1a3b69;
}
#tp_nav_main li.tp_nav2level_category .nav2level_Title {
    margin-bottom: 6px;
}
#tp_nav_main li.tp_nav2level_category .nav2level_Title a {
    display: table-cell;
    width: 164px;
    height: 36px;
    border: none;
    margin: 0 0 5px 0;
    padding: 0 5px;
    background: none;
    color: #232323;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
}
#tp_nav_main li.tp_nav2level_category .nav2level_Title a:hover {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: underline;
    background: none;
}
#tp_nav_main .nav3level li {
    display: block;
    background: #fff;
    float: none;
    width: 164px;
    height: auto;
    line-height: 24px;
    text-align: left;
}
#tp_nav_main .nav3level li a,
#tp_nav_main .nav3level li span {
    display: block;
    width: 154px;
    padding: 3px;
    height: auto;
    font-family: 'Roboto', sans-serif; font-weight:300;
    font-size: 11px;
    color: #232323;
    border: none;
}
#tp_nav_main .nav3level li.nav3level_cat_last span.invisible {
    display: none;
}
#tp_nav_main .nav3level li a:hover,
#tp_nav_main .nav3level li span:hover {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#tp_nav_main .nav3level li a:hover {
    background: none;
    font-weight: medium;
    text-decoration: underline;
}
#tp_nav_main .nav3level li.nav3level_cat_last span {
    display: inline;
    position: relative;
    padding-right: 15px;
    color: #193a69;
    font-family: 'Roboto', sans-serif; font-weight:300;
    font-size: 13px;
    cursor: pointer;
}
#tp_nav_main .nav3level li.nav3level_cat_last span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: 0;
    background: url(../images/forward_triangle_blue.png) no-repeat 0px 0px;
}
#tp_nav_main .nav3level li.nav3level_cat_last span:hover {
    color: #193b68;
    background: #fff;
    font-weight: normal;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif; font-weight:500;
}
#tp_nav_main > ul > li {
    background: #1A3B69;
    vertical-align: top;
    display: flex;
}
#tp_nav_main > ul > li .link {
    display: flex;
    margin: 12px 0 6px;
    border-left: 1px solid #fff;
}
#tp_nav_main > ul > li .link a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 34px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-width: 0;
    vertical-align: middle;
    font-size: 13px;
    padding: 3px 5px;
    line-height: 15px;
    font-weight: normal;
}
#tp_nav_main > ul > li:first-child .link {
    border-left-width: 0;
}
#tp_nav_main > ul > li .link a:hover {
    color: #193b69 !important;
    border-color: #fff;
    background: #fff;
    border-image: none;
}
#tp_nav_main > ul > li .link:hover,
#tp_nav_main > ul > li:hover .link {
    border-left-color: #fff;
}
#tp_nav_main > ul > li:hover {
    color: #193b69;
    background: #fff;
}
#tp_nav_main > ul > li:hover + li .link {
    border-left-color: #002C5F;
}
#tp_nav_main > ul > li:hover .link a {
    color: #193b69;
    border-image: none;
    border-color: #fff;
}
#tp_nav_main .level1CategoryList li.level1CategoryHover > span a {
    color: #1A3B69;
    border-color: #fff;
    background: #fff;
}

/*
    HOMEPAGE SUPER NAV END
*/


/*  BRANCH LOCATOR : STORE DETAILS START */


body .chsn_branch {
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.chsn_branch .tp_branch_title {
    position: relative;
    padding: 5px 30px;
    background: #1A3B69;
}
.chsn_branch .tp_branch_title:after {
    content: '';
    clear: both;
    display: table;
}
.chsn_branch .tp_branch_title h2 {
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    text-transform: capitalize;
}
.chsn_branch .tp_branch_title .secondary_cta {
    background: #296C96;
    border-color: #296C96;
    color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
}
.content_full_w .str_loc_heading {
    padding: 20px;
    min-height: 30px;
    background: #193a68;
}
.content_full_w .str_loc_heading h2 {
    float: left;
    font-family: 'Roboto', sans-serif; font-weight:500;
    font-size: 24px;
    line-height: 30px;
}
.content_full_w .str_loc_heading p {
    float: right;
    font-family: 'Roboto', sans-serif; font-weight:500;
    font-size: 14px;
    line-height: 30px;
}
.content_full_w .str_loc_heading:after {
    content: '';
    clear: both;
    display: table;
}
.content_full_w .post_code_search {
    margin: 20px 0 0 0;
    border: none;
}
.content_full_w .post_code_search_wrap {
    margin: 0;
}
.post_code_search .post_code_search_wrap h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #232323;
    font-weight: normal;
}
.post_code_search .post_code_search_wrap p {
    display: none;
}
.content_full_w #storeFinderForm {
    width: 575px;
    float: right;
    top: 0;
    background: none;
}
.content_full_w #storeFinderForm:before {
    display: none;
}
.content_full_w #storeFinderForm input.text_input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #888 !important;
    padding: 3px!important;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin: 0 10px 10px 0;
    width: 375px;
    height: 32px;
}
.content_full_w #storeFinderForm input[type="submit"] {
    float: right;
    width: 175px;
    border: 2px solid #d88b0f !important;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    min-height: 16px;
    height: auto;
}
.content_full_w .map_search {
    margin: 0;
}
.content_full_w .store_map {
    height: 410px;
}
.chsn_branch .cps_branch_title {
    position: relative;
    padding: 5px 30px;
    background: #012d5b;
}
.chsn_branch .cps_branch_title:after {
    content: '';
    clear: both;
    display: table;
}
.chsn_branch .cps_branch_title h2 {
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    text-transform: capitalize;
}
.cps_branch_title .directions {
    float: right;
}
.cps_branch_title .secondary_cta {
    background-color: #97cff4;
    padding: 13px 0px 13px 0px;
    border: 1px solid #7cb7d8;
    color: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    line-height: 105%;
    width: 150px;
}
.cps_branch_title .secondary_cta:hover {
    background-color: #7cb7d8;
}
.chsn_branch .distance {
    float: none;
    position: absolute;
    top: 116px;
    right: 32px;
    margin: 0;
    width: auto;
}
.chsn_branch .distance h4,
.chsn_branch .distance .miles {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 18px;
    color: #000;
}
.chsn_branch .distance h4 {
    font-size: 15px;
}
.content_full_w .chsn_branch .chsn_branch_details {
    border: none;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    float: none;
}
.content_full_w .chsn_branch .chsn_branch_details:after {
    content: '';
    clear: both;
    display: table;
}
.chsn_branch .chsn_branch_details .brnch_manager,
.chsn_branch .chsn_branch_details .opn_hours,
.chsn_branch .chsn_branch_details .contacts,
.chsn_branch .chsn_branch_details .services {
    float: none;
    border: none;
    width: 60%;
    box-sizing: border-box;
}
.chsn_branch .chsn_branch_details .brnch_manager,
.chsn_branch .chsn_branch_details .contacts {
    width: 40%;
    padding: 0 25px 0 0;
}
.chsn_branch_details {
    width: 350px;
    float: left;
}
.chsn_branch_details {
    width: 520px;
    float: right;
}
.chsn_branch_details .brnch_manager,
.chsn_branch_details .contacts,
.chsn_branch_details .opn_hours,
.chsn_branch_details .services {
    float: none;
    width: auto;
    border: none;
    margin: 0;
}
.chsn_branch_details .brnch_manager {
    min-height: 212px;
}
.chsn_branch_details .brnch_manager .heading,
.chsn_branch .chsn_branch_details h2,
.chsn_branch_details .contacts .heading,
.chsn_branch_details .opn_hours .heading,
.chsn_branch_details .services .heading {
    background: none;
    padding: 0;
    border: none;
    float: none;
    font-family: 'Roboto', sans-serif; font-weight:500;
    font-size: 18px;
    padding-bottom: 25px;
}
.chsn_branch .chsn_branch_details h2 {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding-bottom: 5px;
}
.chsn_branch_details .brnch_manager .content,
.chsn_branch_details .contacts .content,
.chsn_branch_details .opn_hours .content,
.chsn_branch_details .brnch_manager .content {
    font-weight: 300;
    font-size: 13px;
    padding: 0 0 10px 0;
    text-transform: capitalize;
}
.chsn_branch_details .contacts .content .cntct .cntct_type,
.chsn_branch_details .contacts .content .cntct .details {
    font-weight: 500;
    font-size: 13px;
    float: none;
    display: inline-block;
    width: auto;
}
.chsn_branch_details .contacts .content br {
    display: none;
}
.chsn_branch_details .contacts .content .cntct .cntct_type {
    width: 90px;
}
.chsn_branch_details .contacts .content .cntct .details {
    font-family: 'Roboto', sans-serif; font-weight:300;
}
.chsn_branch_details .contacts .content .cntct .details a {
    color: #000;
    text-decoration: : none;
    text-transform: lowercase;
}
.chsn_branch_details .opn_hours .content ul li span.wk_day {
    margin-right: 50px;
}
.chsn_branch_details .services .content {
    padding-left: 0;
}
.chsn_branch_details .services ul li {
    float: none;
    display: none;
    width: 148px;
    margin-right: 15px;
}
.chsn_branch_details .services ul li:first-child,
.chsn_branch_details .services ul li:first-child + li,
.chsn_branch_details .services ul li:first-child + li + li {
    display: inline-block;
}
.chsn_branch_details .services ul li span {
    display: none;
}
.chsn_branch_details .services ul li img {
    margin: 0;
    width: 100%;
}

/*  BRANCH LOCATOR : STORE DETAILS END */


/*
    COOKIE BANNER START
*/

#cookie-policy {
    background: #012d5b;
    height: auto;
    position: relative;
    text-align: center;
    z-index: 9999;
}
#cookie-policy .cookie-policy-holder {
    width: 960px;
    padding: 20px 0px;
    position: relative;
}
#cookie-policy .cookie-policy-holder .title {
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    display: block;
}
#cookie-policy .cookie-policy-holder p {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    width: 65%;
    line-height: 22px;
}
#cookie-policy .cookie-policy-holder button {
    background: #ec9b0c;
    width: 15%;
    border-radius: 0;
    border: 0;
    margin-right: 2px;
    cursor: pointer;
    font-family: "Roboto_b", sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
    line-height: 35px;
    padding: 5px 30px;
}

/*
    COOKIE BANNER END
*/

/* BUTTONS START */

button.button,
a.button {
    padding: 15px 46px;
    color: #333333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
    border: none;
}
button.button:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
button.previous {
    padding: 0 0px 0 0px;
    margin-right: 0;
    width: 120px;
}
button.next:after,
button.previous:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 11px;
    width: 0;
}
button.next:after {
    border-left: 11px solid #232323;
    right: 10px;
}
button.previous:after {
    border-right: 11px solid #232323;
    left: 10px;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

/* BUTTONS END */

/* PROGRESS BAR START */

.progress-bar-container {
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 0 20px;
    overflow: hidden;
    padding-top: 15px;
}
.progress-bar {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
.progress-step {
    background-color: #fff;
    border-bottom: 3px solid #d7d7d7;
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    height: 54px !important;
    max-height: 54px !important;
    position: relative;
    text-align: left;
}
.progress-step.active,
.progress-bar .progress-step.active:last-child {
    border-bottom: 3px solid #1A3B69;
}
.steps-2.progress-bar .progress-step {
	width: 50%;
}
.steps-3.progress-bar .progress-step {
    width: 33%;
}
.steps-4.progress-bar .progress-step {
    width: 25%;
}
.progress-bar .progress-step a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.progress-bar .progress-step a:hover .name {
    text-decoration: underline;
}
.progress-bar .progress-step .name {
    width: 65%;
    color: #d7d7d7;
}
.progress-bar .progress-step.active .name {
    color: #1A3B69;
}
.progress-bar .progress-step .number {
    width: 35px;
    height: 35px;
    border: 2px solid #d7d7d7;
    padding: 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 10px;
    line-height: 35px;
    text-align: center;
}
.progress-bar .progress-step .name,
.progress-bar .progress-step .number {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}
.progress-bar .progress-step:last-child {
    border: 0;
}
.progress-bar .visited.progress-step a {
    background-color: #fff;
    color: #193b69;
    outline: none;
}

/* GIBI */

.progress-bar .progress-step button:hover .name {
    text-decoration: underline;
}
.progress-bar .visited.progress-step button {
    background-color: #FFF;
    color: #0A4F38;
    border: none;
    padding: 0!important;
    width: 100%;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}
.progress-bar .progress-step button .number {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 10px;
    line-height: 35px;
    text-align: center;
}
.progress-bar .visited.progress-step {
    background-color: #EDEDED;
}
.progress-bar .visited.progress-step button .number {
    border-color: #d7d7d7;
    color: #D7D7D7
}
.progress-bar .progress-step button .name,
.progress-bar .progress-step button .number {
    display: inline-block;
    vertical-align: middle;
}

/* FINE GIBI */

.progress-bar .visited.progress-step a .number {
    border-color: #d7d7d7;
}
.progress-bar .active.progress-step a {
    background-color: #fff;
    color: #1A3B69;
}
.progress-bar .active.progress-step a .number {
    border-color: #1A3B69;
}
.progress-bar .disabled.progress-step {
    color: #999999;
    cursor: default;
}
.progress-bar .disabled.progress-step,
.progress-bar .disabled.progress-step .number {
    border-bottom: 3px solid #d7d7d7;
    color: #d7d7d7;
}
.progress-bar li.disabled.progress-step:first-child,
.progress-bar li.disabled.progress-step:first-child + li.disabled.progress-step {
    background-color: #EDEDED;
}
.progress-bar li.disabled.progress-step:first-child button,
.progress-bar li.disabled.progress-step:first-child + li.disabled.progress-step button {
    background-color: #EDEDED;
}
.progress-bar li.disabled.progress-step:first-child .number,
.progress-bar li.disabled.progress-step:first-child + li.disabled.progress-step .number,
.progress-bar .visited.progress-step .number {
    text-indent: -99999px;
    background: url(../images/icn_tcc_complete_step.png) center center no-repeat;
}

/* PROGRESS BAR END */


/* APPLICATION FORM START */

#guestRequestQuoteBody,
#requestQuoteBody {
    float: left;
    width: 100%;
}
#guestRequestQuoteBody .application-form,
#requestQuoteBody .application-form{
    float: left;
    width: 930px;
    padding: 0 10px;
}
#guestRequestQuoteBody .quote-header h2,
#requestQuoteBody .quote-header h2 {
    width: 100%;
    float: left;
    background: #1A3B69;
    color: #fff;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}
#guestRequestQuoteBody .quote-header h2 > div,
#requestQuoteBody .quote-header h2 > div{
    display: inline;
    padding-left: 20px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}
#guestRequestQuoteBody .quote-header > div,
#requestQuoteBody .quote-header > div {
    float: left;
    width: 890px;
    margin: 10px 10px 24px 10px;
    height: 50px;
    line-height: 50px;
    background: #ededed;
    color: #333;
    position: relative;
    padding-left: 40px;
}
#guestRequestQuoteBody .quote-header > div:before,
#requestQuoteBody .quote-header > div:before,
#registerExistingAccountForm .account-number-info > div:before {
    content: "i";
    color: #fff;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 10px;
    background: #616161;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#guestRequestQuoteBody .page-title,
#requestQuoteBody .page-title {
    text-align: left;
}
#guestRequestQuoteBody .application-form-body {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}
.application-form form .label,
.application-form form .input,
.application-form form .info-tooltip {
    display: inline-block;
}
.application-form form .label-and-input .label,
.application-form form .label-and-input .input,
.application-form form .label-and-input .info-tooltip {
    height: 32px;
    vertical-align: middle;
}
.application-form form .inline-with-input {
    margin: 5px 0;
    padding-left: 148px;
    width: 215px;
}
.application-form form .inline-with-input button {
    margin: 0;
    width: 100%;
    font-family: 'Roboto_b', sans-serif;
    font-size: 15px;
    padding: 4px 0;
    background: #296B95;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 33px;
    box-sizing: content-box;
}
.application-form #tradeCashCardApplicationDetailsForm h3 {
    border-bottom: 1px solid #d7d7d7;
    color: #232323;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#tradeCashCardApplicationDetailsForm .pstrength-minchar {
    display: none;
}

.application-form-body > p + .section > h3 {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    text-indent: 0px;
}
.application-form-body {
    font-family: 'Roboto', sans-serif;
}
.application-form-body .section .span-15 {
    font-family: 'Roboto', sans-serif;
    width: 460px;
    font-size: 18px;
}
.application-form button.next:after {
    display: none;
    padding: 0 10px;
    width: 110px;
}
.application-form .application-form-body {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}
.application-form #guestRequestQuoteForm,
.application-form #requestQuoteForm {
    position: relative;
    float: left;
}
.application-form #guestRequestQuoteForm > p,
.application-form #requestQuoteForm > p{
    position: absolute;
    left: 180px;
    top: 21px;
    font-size: 12px;
    font-family: 'Roboto_b', sans-serif;
}
.application-form #guestDetailsHeaderText,
.application-form #requestQuoteForm {
    float: left;
    width: 100%;
}
.application-form #guestDetailsHeaderText h3,
.application-form #requestQuoteForm h3{
    color: #232323;
    font-size: 18px;
    line-height: 21px;
    margin: 15px 0 7px 0;
}
#requestQuoteBody .application-form #ContactDetailsForm {
    float: left;
    width: 100%;
}
.application-form #guestDetailsForm {
    float: left;
    width: 410px;
    min-height: 435px;
}
#requestQuoteBody .application-form .span-12,
#requestQuoteBody .application-form .span-11,
#requestQuoteBody .application-form #BranchFinder > .span-11 {
    float: left;
    width: 455px;
    min-height: 355px;
}
#requestQuoteBody .application-form #BranchFinder > .span-11 {
    min-height: 120px;
}
#requestQuoteBody .application-form #AdditionalInformation .span-8,
#requestQuoteBody .application-form #AdditionalInformation .span-15 {
    float: left;
    width: 320px;
    min-height: 120px;
}
#requestQuoteBody .application-form #AdditionalInformation .span-15 {
    width: 590px;
}
#requestQuoteBody .application-form #branchInfoContainer h4 {
    line-height: 20px;
}
#requestQuoteBody .application-form #branchInfoContainer .address {
    margin: 40px 0 10px 0;
}
#requestQuoteBody .application-form #branchInfoContainer .section_info,
#requestQuoteBody .application-form #branchInfoContainer li {
    font-size: 14px;
    line-height: 18px;
}
#requestQuoteBody .application-form #AdditionalInformation textarea {
    margin-top: 0;
    width: 100%;
    max-width: 576px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #232323;
    border: 2px solid #d4d4d4;
    height: auto;
    min-height: 100px;
}
.application-form .required {
    padding: 0;
    position: absolute;
    top: 13px;
    right: 3px;
    font-size: 12px;
}
.application-form form .section {
    margin-bottom: 30px;
    vertical-align: top;
}
.application-form form .section .content {
    padding-top: 20px;
    font-size: 16px;
}
.application-form form .section .content a {
    color: #193b68;
}
.application-form #guestDetailsForm .label-and-input,
.application-form #requestQuoteForm .label-and-input {
    margin-top: 10px;
    position: relative;
    height: 60px;
    width: 332px;
    float: left;
}
.application-form .section .subtext .content {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    padding: 0;
    margin-bottom: 20px;
}
.application-form #requestQuoteForm .inline-with-input {
    margin: 0;
    padding: 0;
    width: 455px;
}
.application-form #requestQuoteForm .inline-with-input button {
    width: 170px;
    margin: 30px 0 0 162px;
    font-size: 14px;
}
.application-form form .label-and-input {
    display: inline-block;
    margin: 10px 10px 10px 0px;
    position: relative;
    height: 32px;
}
.application-form form .label-and-input .label {
    width: 145px;
}
.application-form form .label-and-input label {
    font-family: 'Roboto', sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 32px;
}
.application-form form .label-and-input .input select {
    height: 32px;
    padding: 2px 3px;
    margin: 0;
}
.application-form form .label-and-input .input,
.application-form form .label-and-input .input select {
    width: 215px;
}
.application-form form .label-and-input .input input,
#autorizationForm form .label-and-input .input input,
.feature-design #forgottenPwdForm .label-and-input .input input,
.feature-design #accountManagementOuterContainer .label-and-input .input input {
    display: block;
    height: 26px;
    padding: 3px;
}
.application-form form .label-and-input .input input,
#autorizationForm form .label-and-input .input input,
.feature-design #accountManagementOuterContainer .label-and-input .input input {
    width: 207px;
}
.feature-design #forgottenPwdForm .label-and-input .input input {
    width: 260px;
}
.application-form form .label-and-input .input input,
.application-form form .label-and-input .input select {
    border: 1px solid #888888;
    font-family: 'Roboto', sans-serif;
}
.application-form #guestDetailsForm .label-and-input.invisible,
.application-form form .label-and-input.invisible {
    display: none;
}
/*.application-form form .inline-with-input {
    margin: 5px 0;
    padding-left: 148px;
    width: 215px;
}
.application-form form .inline-with-input button {
    margin: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
}*/
.application-form #guestRequestQuoteForm .label-and-input .label,
.application-form #guestRequestQuoteForm .label-and-input .input,
.application-form #requestQuoteForm .label-and-input .label,
.application-form #requestQuoteForm .label-and-input .input {
    width: 100%;
}
.application-form #guestRequestQuoteForm .label-and-input label,
.application-form #requestQuoteForm .label-and-input label,
.application-form #guestRequestQuoteForm .label-and-input input,
.application-form #requestQuoteForm .label-and-input input,
.application-form #guestRequestQuoteForm .label-and-input select,
.application-form #requestQuoteForm .label-and-input select {
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
}
.application-form #guestRequestQuoteForm .label-and-input label,
.application-form #requestQuoteForm .label-and-input label {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}
.application-form #guestRequestQuoteForm .label-and-input input,
.application-form #requestQuoteForm .label-and-input input {
    display: block;
    height: 20px;
    padding: 3px;
    width: 322px;
}
.application-form #requestQuoteForm .label-and-input select {
    width: 332px;
    padding: 3px;
    line-height: 30px;
    height: 30px;
}
.application-form #guestRequestQuoteForm .label-and-input input,
.application-form #guestRequestQuoteForm .label-and-input select,
.application-form #requestQuoteForm .label-and-input input,
.application-form #requestQuoteForm .label-and-input select {
    border: 2px solid #d4d4d4;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #232323;
}
.application-form #guestRequestQuoteForm .label-and-input input:active,
.application-form #guestRequestQuoteForm .label-and-input input:focus,
.application-form #guestRequestQuoteForm .label-and-input select:active,
.application-form #guestRequestQuoteForm .label-and-input select:focus,
.application-form #additionalInformation textarea:active,
.application-form #additionalInformation textarea:focus {
    border: 2px solid #296C96;
}
.application-form #guestRequestQuoteForm .label-and-input select {
    height: 32px;
    padding: 2px 3px;
}
.application-form form .label-and-input.input-error,
.feature-design #forgottenPwdForm .label-and-input.input-error,
.feature-design #accountManagementOuterContainer .label-and-input.input-error {
    margin-bottom: 15px;
}
.application-form form .label-and-input.input-error input,
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input.input-error input,
.application-form form .label-and-input.input-error select {
    border-color: #ED1C24;
}
.application-form form .label-and-input.input-error p,
.feature-design #forgottenPwdForm .label-and-input.input-error p,
.feature-design #accountManagementOuterContainer .label-and-input.input-error p {
    color: #ED1C24;
    left: 150px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    font-size: 13px;
}
.application-form #guestRequestQuoteForm .label-and-input.input-error input,
.application-form #guestRequestQuoteForm .label-and-input.input-error select,
.application-form #requestQuoteForm .label-and-input.input-error input,
.application-form #requestQuoteForm .label-and-input.input-error select,.feature-design #forgottenPwdForm .label-and-input.input-error input,
.feature-design #accountManagementOuterContainer .label-and-input.input-error input {border: 2px solid #ED1C24;
}
#branchSection #branchInfoContainer {
    padding: 10px 0 0 0;
}
#branchSection #branchInfoContainer h4 {
    color: #000;
    font-family: 'Roboto_b', sans-serif;
    font-size: 15px;
}
#branchSection #branchInfoContainer ul {
    padding: 3px 0 10px 0;
}
#branchSection #branchInfoContainer li {
    font-size: 15px;
    line-height: 16px;
}
/*.application-form #guestRequestQuoteForm .subsectionHeader {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
}
.application-form form #confirmOrderNotesBottomText {
    padding-top: 20px;
}*/
#guestRequestQuoteForm .label-and-input.input-error p,
#requestQuoteForm .label-and-input.input-error p{
    color: #c92d2d;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -18px;
    font-size: 13px;
    top: inherit;
}
/*.form-global-error-box {
    border: solid 1px #ED1C24;
    padding: 3px;
}
.form-global-error-box li {
    color: #ED1C24;
}*/
#guestAccountInfoHeaderText,
#guestAccountInfoForm,
#additionalInformation {
    float: right;
    width: 520px;
    background: #ededed;
}
#guestAccountInfoHeaderText {
    margin-top: -39px;
    line-height: 46px;
    padding-bottom: 10px;
}
#guestAccountInfoHeaderText h3 {
    color: #333;
    padding-left: 18px;
    font-size: 18px;
}
#guestAccountInfoForm .accountQuestionBox,
#guestAccountInfoForm .accountDetails,
#guestAccountInfoForm .marketingQuestionBox,
#guestAccountInfoForm #additionalInformation {
    float: left;
    width: 484px;
    padding: 0 18px 11px 18px;
}
#guestAccountInfoForm .accountDetails {
    padding-bottom: 22px;
}
#guestAccountInfoForm .marketingQuestionBox {
    padding-bottom: 16px;
}
#guestAccountInfoForm .accountDetails .label-and-input input {
    width: 340px;
}
#guestAccountInfoForm .accountQuestionBox .accountQuestionText,
#guestAccountInfoForm .marketingQuestionBox .marketingQuestionText,
#additionalInformation .additionalQuestionText,
#additionalInformation p {
    color: #333;
    font-size: 14px;
    font-family: 'Roboto_b', sans-serif;
    padding-bottom: 17px;
}

#guestAccountInfoForm .marketingQuestionBox .marketingQuestionText {
    padding-bottom:10px;
}

#guestAccountInfoForm .marketingQuestionBox .marketingQuestionAdditionalText {
    color: #616161;
    font-size:13px;
    line-height:20px;
    padding-bottom: 17px;
}

#guestAccountInfoForm .quoteFormRadioButtons {
    float: left;
    width: 150px;
    position: relative;
    height: 30px;
}
#guestAccountInfoForm .quoteFormRadioButtons .form_field-label,
#guestAccountInfoForm .quoteFormRadioButtons .form_field-input {
    position: absolute;
    top: 0;
    left: 0;
}
#guestAccountInfoForm .quoteFormRadioButtons .form_field-label {
    left: 118px;
    overflow: hidden;
}
#guestAccountInfoForm .quoteFormRadioButtons .form_field-label:first-child {
    left: 28px;
}
#guestAccountInfoForm .quoteFormRadioButtons .form_field-input:last-child  {
    left: 91px;
}
#additionalInformation .additionalQuestionText {
    padding-bottom: 9px;
}
#additionalInformation textarea {
    height: 88px;
    background: #FFFFFF;
    border: 2px solid #d4d4d4;
    width: 470px;
    color: #232323;
}
#additionalInformation p {
    text-align: right;
    padding-bottom: 20px;
    color: #616161;
}
/*.application-form-body .navigation-button-container button.previous {
    padding: 0px;
    margin-left: 0;
    background-color: #97cff4 !important;
    border: 1px solid #97cff4;
}
.application-form-body .navigation-button-container button.previous:after {
    display: none;
}
*/
.application-form #guestRequestQuoteForm .form_field-input input.checkbox {
    display: none;
}
.application-form #guestRequestQuoteForm .form_field-input .quoteFormRadioButton {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    border: 2px solid #d4d4d4;
    position: relative;
}
.application-form #guestRequestQuoteForm .form_field-input .quoteFormRadioButton.checked {
    border: 2px solid #EC9B0C;
}
.application-form #guestRequestQuoteForm .form_field-input .quoteFormRadioButton.checked:after {
    content: "";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #EC9B0C;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.application-form #guestRequestQuoteForm .quotePrivacyTerms {
    float: right;
    width: 337px;
    font-size: 14px;
    font-family: 'Roboto_b', sans-serif;
    padding: 18px 0 33px;
    line-height: 16px;
}
.application-form #guestRequestQuoteForm .quotePrivacyTerms a {
    color: #1A3B69;
}
#guestRequestQuoteBody .navigation-button-container {
    float: left;
    width: 100%;
    padding-bottom: 85px;
}
#guestRequestQuoteBody .navigation-button-container .align-left {
    float: left;
}
#guestRequestQuoteBody .navigation-button-container .align-right {
    float: right;
}
#guestRequestQuoteBody .navigation-button-container .align-left button {
    background: #296B95;
    color: #fff;
}

/* Info Tooltip */
.application-form #tradeCashCardApplicationDetailsForm .info-tooltip,
.feature-design #forgottenPwdForm .info-tooltip,
.feature-design #accountManagementOuterContainer .info-tooltip,
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip {
    height: 28px;
    position: absolute;
    right: -40px;
    top: -2px;
}
.application-form form .label-and-input .info-tooltip {
    padding-top: 5px;
}
.application-form #guestRequestQuoteForm .info-tooltip .info-tooltip-message:before,
.application-form #guestRequestQuoteForm .info-tooltip .info-tooltip-message:after,
#autorizationForm .info-tooltip .info-tooltip-message:before,
#autorizationForm .info-tooltip .info-tooltip-message:after,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:before,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:after,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:before,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:after,
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-message:before{
    border: solid transparent;
    content: "";
    width: 0;
    left: 100%;
    height: 0;
    position: absolute;
    pointer-events: none;
}
.application-form #guestRequestQuoteForm .info-tooltip .info-tooltip-message:before,
#autorizationForm .info-tooltip .info-tooltip-message:before,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:before,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:before,
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-message:before {
    border-color: transparent;
    border-left-color: #1A3B69;
    border-width: 7px;
    top: 6px;
}
.application-form #guestRequestQuoteForm .info-tooltip .info-tooltip-message:after,
#autorizationForm .info-tooltip .info-tooltip-message:after,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:after,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:after,
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-message:after{
    border-color: transparent;
    border-left-color: #FFFFFF;
    border-width: 4px;
    top: 9px;
}
.application-form #guestRequestQuoteForm .info-tooltip,
.application-form #requestQuoteForm .info-tooltip,#autorizationForm .info-tooltip,
.feature-design #forgottenPwdForm .info-tooltip,
.feature-design #accountManagementOuterContainer .info-tooltip {    height: 18px;
    position: absolute;
    right: -26px;
    bottom: 4px;
}
.application-form #guestRequestQuoteForm .info-tooltip .info-tooltip-icon,
.feature-design #products .info-tooltip-icon,
.feature-design #ProductDetail .info-tooltip-icon,
.feature-design .basket .info-tooltip-icon,
#autorizationForm .info-tooltip .info-tooltip-icon,
#registerExistingAccountForm > .application-form-body .info-tooltip .info-tooltip-icon,
#activateAccountForm > .application-form-body .info-tooltip .info-tooltip-icon,
#updatePasswordForm .info-tooltip .info-tooltip-icon,
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-icon,
.application-form #requestQuoteForm .info-tooltip .info-tooltip-icon {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    background-color: #1A3B69;
    cursor: default;
    display: block;
    line-height: 18px;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 12px;
    padding: 0;
    border: none;
    font-family: "Roboto_b", sans-serif;
}
.application-form form .info-tooltip .info-tooltip-icon,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-icon,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-icon {
    border: 2px solid #1A3B69;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    background-color: #1A3B69;
    cursor: default;
    display: block;
    font-family: "Roboto_b", sans-serif;
    line-height: 12px;
    padding: 6px 9px;
}
.application-form form .info-tooltip .info-tooltip-message,
.feature-design #products  .info-tooltip-message,
.feature-design #ProductDetail .info-tooltip-message,
.feature-design .basket .info-tooltip-message,
#autorizationForm .info-tooltip .info-tooltip-message,
.feature-design #forgottenPwdForm .info-tooltip-message,
.feature-design #accountManagementOuterContainer .info-tooltip-message,
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-message {
    background: #FFFFFF;
    border: 2px solid #1A3B69;
    color: #232323;
    display: none;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    margin: -10px 0 0 -201px;
    padding: 10px;
    position: absolute;
    width: 150px;
    font-size: 12px;
    z-index: 999;
    margin-left: 0;
}
#autorizationForm .info-tooltip .info-tooltip-message {
    left: -180px;
}.application-form #guestRequestQuoteForm .info-tooltip .info-tooltip-message,
 .application-form #requestQuoteForm .info-tooltip .info-tooltip-message {
     margin: -21px 0 0 -181px;

 }
.application-form form .info-tooltip .info-tooltip-message:before,
.application-form form .info-tooltip .info-tooltip-message:after,
.feature-design #products  .info-tooltip .info-tooltip-message:before,
.feature-design #products  .info-tooltip .info-tooltip-message:after,
.feature-design #ProductDetail .info-tooltip .info-tooltip-message:before,
.feature-design #ProductDetail .info-tooltip .info-tooltip-message:after,
.feature-design .basket .info-tooltip .info-tooltip-message:before,
.feature-design  .basket .info-tooltip .info-tooltip-message:after,
#autorizationForm .info-tooltip .info-tooltip-message:before,
#autorizationForm .info-tooltip .info-tooltip-message:after,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:before,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:after,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:before,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:after {
    border: solid transparent;
    content: " ";
    width: 0;
    left: 100%;
    height: 0;
    position: absolute;
    pointer-events: none;
}
.application-form form .info-tooltip .info-tooltip-message:before,
.feature-design #products  .info-tooltip .info-tooltip-message:before,
.feature-design #ProductDetail .info-tooltip .info-tooltip-message:before,
.feature-design .basket .info-tooltip .info-tooltip-message:before,
#autorizationForm .info-tooltip .info-tooltip-message:before,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:before,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:before  {
    border-color: transparent;
    border-left-color: #193a68;
    border-width: 7px;
    top: 5px;
}
.application-form form .info-tooltip .info-tooltip-message:after,
.feature-design #products  .info-tooltip .info-tooltip-message:after,
.feature-design #ProductDetail .info-tooltip .info-tooltip-message:after,
.feature-design  .basket .info-tooltip .info-tooltip-message:after,
#autorizationForm .info-tooltip .info-tooltip-message:after,
.feature-design #forgottenPwdForm .info-tooltip .info-tooltip-message:after,
.feature-design #accountManagementOuterContainer .info-tooltip .info-tooltip-message:after {
    border-color: transparent;
    border-left-color: #FFFFFF;
    border-width: 4px;
    top: 8px;
}
.feature-design #autorizationForm .info-tooltip,
.feature-can-collect.page-checkout-login .info-tooltip {
    display: none;
}
.application-form form .info-tooltip .info-tooltip-icon:hover .info-tooltip-message,
.application-form form .info-tooltip .info-tooltip-icon:active .info-tooltip-message {
    display: inline-block;
}
.application-form form .info-tooltip .info-tooltip-icon:hover .info-tooltip-message,
.application-form form .info-tooltip .info-tooltip-icon:active .info-tooltip-message {
    display: inline-block;
}.application-form form .label-and-checkbox {
     height: 35px;
     line-height: 35px;
 }
.application-form form .label-and-checkbox label {
    font-size: 16px;
}
.application-form form .label-and-checkbox .input {
    margin-right: 20px;
    vertical-align: middle;
}
.navigation-button-container > div {
    width: 50%;
    min-height: 55px;
    padding: 20px 0;
    float: left;
}
.application-form form button.previous {
    position: relative;
    margin: 0;
    width: 120px;
    font-family: 'Roboto_b', sans-serif;
    font-size: 15px;
    padding: 4px 0;
    background: #296B95;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 33px;
    box-sizing: content-box;
}
.application-form form button.previous:after {
    display: none;
}

/* Tooltip on PLP, PDP */
.feature-design #products .tpPlpProductPanelComponent .productPriceMessage {
    position: absolute;
    top: 15px;
    right: 45px;
}
.feature-design #products .tpPlpProductPanelComponent .loggedOutToolTipOnProductPage {
    position: absolute;
    top: 0;
    right: 20px;
}
.feature-design #products .loginToViewPrice,
.feature-design #ProductDetail .loginToViewPrice {
    font-size: 14px;
    text-decoration: none;
    color: #1a3b69;
}
.feature-design #ProductDetail .loginToViewPrice {
    font-size: 16px;
}
.feature-design #products .toolTipContent,
.feature-design #ProductDetail .toolTipContent,
.feature-design .basket .toolTipContent {      /*temp decision - remove after fix content && before push*/
    font-size: 0;
}
.feature-design #products .toolTipContent:hover,
.feature-design #ProductDetail .toolTipContent:hover,
.feature-design .basket .toolTipContent:hover {
    text-decoration: none;
}
.feature-design #products .info-tooltip-message,
.feature-design #ProductDetail .info-tooltip-message,
.feature-design .basket .info-tooltip-message {
    top: 10px;
    right: 25px;
    margin: 0;
}
/* tooltip - PLP - grid view */
.feature-design .grid_view #products  .loggedOutToolTipOnProductPage,
.feature-design #ProductDetail .loggedOutToolTipOnProductPage {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}
.feature-design .grid_view #products  .productPriceMessage,
.feature-design #ProductDetail .productPriceMessage {
    position: static;
    margin: 10px 8px 0 0;
    display: inline-block;
}

.feature-design .grid_view #products .loggedOutToolTipOnProductPage:before {
    position: absolute;
    content: "";
    display: block;
    border-top: 1px solid #e0e0e0;
    width: 200px;
    top: 7px;
    left: -170px;
}

.feature-design .grid_view #products .info-tooltip-message {
    top: -40px;
}
.feature-design .grid_view #products .info-tooltip-message:before {
    top: 55px;
}
.feature-design .grid_view #products .info-tooltip-message:after {
    top: 58px;
}
/* tooltip - PDP */
.feature-design #ProductDetail .price_error_message_holder {
    text-align: left;
}
.feature-design #ProductDetail .price_error_message_holder .info-tooltip {
    display: inline-block;
    width: 5%;
}
.feature-design #ProductDetail .price_error_message_holder .info-tooltip-icon {
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 11px;
}
.feature-design #ProductDetail .price_error_message_holder .info-tooltip-message {
    top: 13px;
}
.feature-design #ProductDetail span.info-tooltip-icon {
    padding: 0;
    text-align: center;
}
.feature-design #tpPdpRightPanelComponent .tpInfoWrapper {
    text-align: right;
}
.feature-design #ProductDetail .info-tooltip-message {
    text-align: left;
}
.feature-design #ProductDetail .info-tooltip-message {
    top: 9px;
    right: 25px;
}

/* tooltip - Quote list */
.feature-design .baskt_item {
    position: relative;
}
.feature-design .basket .toolTipContainer,
.feature-design .basket .price_error_message_holder .info-tooltip-icon {
    position: absolute;
    top: -15px;
    right: -25px;
}

.feature-design .basket .price_error_message_holder .info-tooltip-icon {
    top: 0;
}

.feature-design .basket .info-tooltip-icon .info-tooltip-message {
    top: -5px;
    text-align: left;
}

.feature-design .basket .productPriceMessage {
    position: absolute;
    top: 18px;
    right: 40px;
    width: 152px;
    font-size: 13px;
}

/* Info Tooltip - END */
/*
h4.branchName {
    text-align: right;
    margin-right: 60px;
}
span.branchText {
    margin-bottom: 10px;
}
#requiredFields {
    float: right;
}
#BranchDetails,
.application-form form .text-block {
    background: #FFFFFF;
    border: 1px solid #888888;
    border-radius: 0px;
    margin: 0;
    box-shadow: none;
}
#branchSection #branchInfoContainer {
    padding: 10px 0 0 0;
}
#branchSection #branchInfoContainer h4 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
#branchSection #branchInfoContainer li {
    font-size: 15px;
    line-height: 16px;
}
#branchSection #branchInfoContainer ul {
    padding: 3px 0 10px 0;
}
*/
.progress-bar-container + .imageParagraphBanner_link {
    display: block;
    padding: 0 0 15px 0;
}
.application-form-body > .content > span,
.application-form-body > p.yCmsComponent + .content > span {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    color: #232323;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.application-form-body > p.yCmsComponent + .content > br {
    display: none;
}
.application-form-body > .content {
    padding: 5px 0 10px;
}
.application-form-body > .content ol li,
.application-form-body > .content p {
    padding-bottom: 15px;
}



/* APPLICATION FORM END */

/* QuoteList Confirmation Page START */

.thankyou-box .content {
    width: 100%;
    float: left;
    background: #1A3B69;
    color: #fff;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    position: relative;
}
.thankyou-box .content:before {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 34px;
}
.thankyou-box .content div {
    display: inline;
    padding-left: 20px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}
.thankyou-box .thankyou-text .content {
    background: none;
    padding: 27px 10px 10px;
    width: 930px;
    height: auto;
    line-height: 22px;
    color: #232323;
}
.thankyou-box .thankyou-text .content:before {
    display: none;
}

/* QuoteList Confirmation Page END */

/*
    Trade Account Page START
*/

.yCmsContentSlot.carousel_2 {
    min-height: 350px;
    height: auto;
}
.join_benefits {
    width: 930px;
    margin: 40px auto;
}
.join_benefits .account_types {
    width: 100%;
    margin: 0px auto;
}
.join_benefits .account_types h3 {
    width: 100%;
    height: 75px;
    text-indent: -999999px;
    background: url(../images/external/other/join_heading.png) no-repeat center center;
}
.join_benefits .benefits {
    width: 46.5%;
    float: left;
    margin: 35px 0px 0px 0px;
    position: relative;
    min-height: 470px;
}
.join_benefits .benefits .benefits_wrap {
    background-color: #e8eeec;
    min-height: 360px;
    padding: 30px 0px 0px 40px;
}
.join_benefits .benefits ul {
    width: 70%;
    list-style: none;
    display: block;
}
.join_benefits .benefits ul li {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto_b", sans-serif;
    padding: 10px 0 10px 35px;
    background: url(../images/external/other/check.png) no-repeat left center;
    line-height: 130%;
    margin-bottom: 10px;
    width: 300px;
}
.join_benefits .benefits > a.primary_cta {
    width: 250px;
    font-size: 17px;
    position: absolute;
    bottom: 0px;
    left: 85px;
    background-color: #ec9b0c;
    border: 1px solid #d88b0f;
    font-family: 'Roboto_b', sans-serif;
}
.join_benefits .benefits > a.primary_cta:hover {
    background-color: #d88b0f;
}
.join_benefits .benefits > a.primary_cta > .cta_arrow {
    font-size: 14px;
}
.join_benefits .credit_account {
    float: right;
}
.join_benefits {
    overflow: hidden;
}
.join_benefits .benefits:nth-child(3) {
    float: right;
}
.join_benefits .benefits .content {
    background-color: #f4f8fe;
    min-height: 360px;
    margin-top: 80px;
    padding: 30px 40px;
}
.join_benefits .benefits > .primary_cta {
    width: 250px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 85px;
}
.join_benefits .benefits > .primary_cta a {
    text-decoration: none;
    color: #333;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
}
.join_benefits .benefits > .primary_cta a:after {
    display: none;
    content: "\25ba";
    font-size: 12px;
    line-height: 135%;
    padding-left: 5px;
}
.skip {
    position: absolute;
    top: -30000px;
    left: -30000px;
}
.main_heading_center h2 {
    font-size: 20px;
    color: #232323;
}

/*
    Trade Account Page END
*/



/* ADD TO CART POPUP */

#cart_popup {
    position: absolute;
    top: 148px;
    right: 30px;
    z-index: 2147483647;
    margin: 0px;
}
#cart_popup {
    display: none;
}
.feature-can-collect #cart_popup {
    top: 126px;
    right: inherit;
    left: 50%;
    margin-left: 60px;
}
#cart_popup.cart_popup {
    width: 235px;
    border: 1px solid #0a4f38;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
    padding-bottom: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: visible;
    z-index: 2147483647;
}
.feature-can-collect #cart_popup.cart_popup {
    width: 400px;
    border: none;
    background: #ffffff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 0;
}
#cart_popup.cart_popup:before {
    content: "";
    position: absolute;
    top:-21px;
    right: 20px;
    height: 0px;
    width: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 20px solid #0a4f38;
    z-index: 2147483649;
}
.feature-can-collect #cart_popup.cart_popup:before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #bdbdbd;
}
#cart_popup.cart_popup .cart_modal_popup .prod_info p,
#cart_popup.cart_popup p,
#cart_popup.cart_popup div {
    color: #000;
}
.feature-can-collect #cart_popup.cart_popup .cart_modal_popup .prod_info p {
    color: #616161;
    font-size: 14px;
    text-align: left;
}
#cart_popup.cart_popup .title a.close {
    display: none;
}
#cart_popup.cart_popup .title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #0a4f38;
    text-align: center;
    text-transform: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
.feature-can-collect #cart_popup.cart_popup .title {
    width: 360px;
    background: #eee;
    padding: 20px;
    border-bottom: 2px solid #1a3b69;
    font-size: 18px;
    line-height: 22px;
    height: auto;
    text-align: left;
}
#cart_popup.cart_popup .title h3 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-transform: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
.feature-can-collect #cart_popup.cart_popup .title h3 {
    height: auto;
    line-height: 22px;
    color: #333;
}
#cart_popup.cart_popup .cart_modal_popup {
    margin: 0 10px;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #b3b3b3;
}
.feature-design #cart_popup.cart_popup.sticky_popup {
    margin-left: 60px;
    left: 50%;
    right: auto;
    top: 130px;
    position: absolute;
}

.feature-design #cart_popup.cart_popup.fix_cart_popup {
    position: fixed;
    top: 10px;
}

.feature-can-collect #cart_popup.cart_popup.sticky_popup .cart_modal_popup {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
}
.feature-can-collect #cart_popup.cart_popup.sticky_popup .cart_modal_popup:before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    display: block;
    width: 360px;
    box-sizing: border-box;
    height: 1px;
    background-color: #bdbdbd;
}
#cart_popup.cart_popup .cart_modal_popup:after {
    content: " ";
    display: table;
    clear: both;
}
#cart_popup .cart_popup_added_msg {
    padding: 12px 0px;
    margin: 0 0px;
    border-bottom: 1px solid #b3b3b3;
    color: #000;
    text-align: center;
    background: url(../images/basket_check.png) no-repeat 8px 12px;
}
.feature-can-collect #cart_popup .cart_popup_added_msg {
    background: #296c96;
    border: none;
    color: #fff;
    background-size: 40px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}
.feature-can-collect #cart_popup .cart_popup_added_msg:before {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
    background-size: contain;
    background-image: url(../images/BasketIcon_Added.png);
}
#cart_popup.cart_popup .cart_modal_popup .prod_image,
#rollover_cart_popup .cart_modal_popup .prod_image {
    float: left;
    border: 1px solid #000;
    max-width: 71px;
    height: 71px;
    margin: 12px 0 0 0px;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.feature-can-collect #cart_popup.cart_popup .cart_modal_popup .prod_image {
    margin: 20px 10px 0 20px;
    width: 80px;
    height: 80px;
    border: none;
    max-width: 80px;
}
.feature-can-collect #cart_popup.cart_popup .cart_modal_popup .prod_image img {
    width: 60px;
    height: 60px;
    min-height: 60px;
    padding: 10px;
}
#cart_popup.cart_popup .cart_modal_popup .prod_image img,
#rollover_cart_popup .cart_modal_popup .prod_image img {
    width: auto;
    min-height: 71px;
}
#cart_popup.cart_popup .cart_modal_popup .prod_info,
#rollover_cart_popup .cart_modal_popup .prod_info{
    float:left;
    width: 110px;
    margin: 12px 0 0 5px;
    padding: 0;
    background: none;
    position: relative;
    bottom: 0;
    top: 0;
}
.feature-can-collect #cart_popup.cart_popup .cart_modal_popup .prod_info {
    display: inline-block;
    position: relative;
    width: 240px;
    line-height: 20px;
    margin: 20px 20px 20px 0;
}
#cart_popup .cart_popup_total_items {
    padding: 12px 0;
    font-weight: bold;
    text-align:center;
}
.feature-can-collect #cart_popup .cart_popup_total_items {
    display: none;
}
#cart_popup.cart_popup .links {
    margin: 0;
}
.feature-can-collect #cart_popup.cart_popup .links {
    margin: 20px;
}
#cart_popup.cart_popup .links a.positive {
    display: block;
    float: none;
    width: 155px !important;
    height: 32px;
    line-height: 31px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-shadow: none;
    border: 1px solid #e99b0b;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #f6b112;
    padding: 0px 12px;
    margin: 0 auto;
    text-align: center;
}
.feature-can-collect #cart_popup.cart_popup .links a.positive {
    width: 100% !important;;
    background: #ec9b0c;
    padding: 15px;
    color: #333;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 14px;
    border-radius: 0;
    border: none;
    line-height: 17px;
    height: auto;
    box-sizing: border-box;
}
#cart_popup.cart_popup .prod_info_name,
#rollover_cart_popup .prod_name {
    font-weight: bold;
    color: #0A4F38 !important;
}
.feature-can-collect #cart_popup.cart_popup .prod_info_name {
    color: #616161 !important;
    font-weight: normal;
}
.feature-can-collect #cart_popup.cart_popup .prod_info_name,
.feature-can-collect #cart_popup.cart_popup .prod_qty,
.feature-can-collect #cart_popup.cart_popup .prod_price {
    padding: 5px 0px;
}

/* ADD TO CART POPUP END */

.tpContentButtons .button_block a h3:first-child {
    /*display: none;*/
}

.tpQuoteWrapp {
    display: block;
    min-height: 32px;
    list-style: none;
    padding: 10px 0;
}

.tpQuoteWrapp .add_to_cart_form > li {
    display: block;
    float: left;
    min-height: 32px;
}
.tpQuoteWrapp .add_to_cart_form .tpQ_button {
    float: right;
    margin-left: 0px;
}
.tpQuoteWrapp .add_to_cart_form .tpQ_Text {
    width: 60px;
    line-height: 32px;
    padding-right: 35px;
    text-align: right;
}
.tpQuoteWrapp .add_to_cart_form > li input,
.tpQuoteWrapp .add_to_cart_form > li select {
    height: 30px;
    border: 1px solid #b3b3b3;
    color: #333333;
    line-height: 30px;
    margin: 0;
    padding: 0;
    outline: none;
}
.tpQuoteWrapp .add_to_cart_form .tpQ_select {
    width: 225px;
}
.tpQuoteWrapp .add_to_cart_form .tpQ_select select {
    width: 100%;
}

.tpQuoteWrapp .add_to_cart_form .tpQ_input {
    width: 40px;
}
.tpQuoteWrapp .add_to_cart_form .tpQ_input input {
    width: 46px;
    text-align: center;

}
.tpQuoteWrapp .add_to_cart_form .tpQ_button input{
    width: 150px;
    color: #232323;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.tpQuoteWrapp .add_to_cart_form .tpQ_button input[type="submit"],
.tpQuoteWrapp .add_to_cart_form .tpQ_button input.postcode {
    background: #f4b11a;
    border: 1px solid #f4a91f;
    font-size: 13px;
}
.tpQuoteWrapp .add_to_cart_form .tpQ_button input[type="submit"]:hover,
.tpQuoteWrapp .add_to_cart_form .tpQ_button input.postcode:hover {
    background: #d49b23;
}
/* Quote list START */

.basket {
    padding-top: 0;
}
.empty_basket_title .cnt_mn_heading {
    background: #1A3B69;
    min-height: 30px;
    padding: 20px 10px 20px 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}
.empty_basket_title p {
    padding: 27px 10px 10px;
    float: left;
    width: 930px;
    line-height: 22px;
}
.quote-heading {
    background: #1A3B69;
    min-height: 30px;
    padding: 20px 10px 20px 20px;
}
.quote-heading h2 {
    font-family: "Roboto", sans-serif;
}

.basket_headings {
    margin-top: 20px;
}

.basket_ctas {
    position: relative;
}

.checkoutButton,
.add-more-button {
    position: absolute;
    bottom: -13px;
    right: 0;
    padding: 15px 46px;
    color: #333333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
}

.add-more-button {
    background: #296B95;
    right: 764px;
    padding: 15px 25px;
}

.add-more-button a {
    color: #fff;
}

.checkoutButton:hover,
.add-more-button:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}

.checkoutButton a:hover,
.add-more-button a:hover {
    text-decoration: none;
}

.basket_items + .basket_ctas .checkoutButton {
    right: 10px;
}

.baskt_items_wrap {
    border: none;
    padding: 0 5px;
    margin: 10px 0 75px;
}

.basket_headings h3 {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.basket_headings h3.itm {
    margin-left: 8px;
}

.baskt_item {
    border: 1px solid #ececec;
    margin: 0 auto 10px;
    padding: 10px;
}

.baskt_item .itm_img {
    width: auto;
    min-height: auto;
}

.baskt_item .itm_img img{
    width: 80px;
}

.baskt_item .itm_info h3 {
    margin: 0 0 8px 0;
}

.baskt_item .itm_info h3 a {
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
    color: #232323;
}

.baskt_item .itm_info h3 a:hover {
    text-decoration: none;
}

.baskt_item .itm_optns input[type="text"] {
    border-radius: 0;
    border: 1px solid #ededed;
    text-align: left;
    padding-left: 10px;
    margin: 0 0 5px 0;
}

.baskt_item .itm_optns a,
.basket_items .itm,
.basket_items .qty,
.baskt_item .item_code {
    color: #616161;
}

.basket_headings h3.qty {
    margin-right: 51px;
}

.baskt_item .item_code {
    font-size: 13px;
}

.baskt_item .itm_optns {
    width: 100px;
    margin-right: -20px;
    padding-top: 0;
}

.baskt_item .itm_optns a {
    padding-left: 0;
    margin: 0 0 0 18px;
    position: relative;
    font-size: 13px;
}

.baskt_item .itm_optns a.itm_update,
.baskt_item .itm_optns a.itm_remove {
    background: none;
}

.baskt_item .itm_optns a.itm_remove:before,
.baskt_item .itm_optns a.itm_update:before {
    position: absolute;
    left: -18px;
    font-family: "FontAwesome";
}

.baskt_item .itm_optns a.itm_remove:before {
    content: "\f00d";
}

.baskt_item .itm_optns a.itm_update:before {
    content: "\f01e";
}

.baskt_item .itm_optns a.itm_update:hover,
.baskt_item .itm_optns a.itm_remove:hover {
    color: #1A3B69;
}

.qty_label,
.prc {
    display: none;
}

/* Quote list - M2 */
.feature-design .baskt_item .itm_info {
    width: 470px;
    margin-right: 30px;
}
.feature-design .baskt_item .itm_optns {
    float: left;
    margin-right: 75px;
    line-height: 12px;
}
.feature-design .baskt_item .itm_price {
    float: left;
    line-height: 17px;
}
.feature-design .baskt_item .itm_price span {
    display: block;
    font-size: 13px;
}
.feature-design .basket_headings h3.qty {
    float: left;
    margin: 0 128px 0 584px;
}
.feature-design .basket_headings h3.prc {
    display: block;
    float: right;
    margin-right: 96px;
    color: #616161;
}


/* Quote list - M3 */


.feature-can-collect .quote-heading h2 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    margin: 0;
}
.feature-can-collect .basket_headings h3 {
    font-size: 14px;
}
.feature-can-collect  .quote-links {
    font-size: 14px;
    float: right;
    margin-top: -40px
}
.feature-can-collect .quote-links a {
    color: #1a3b69;
}
.feature-can-collect .basket_headings {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px;
    background: #ededed;
    width: auto;
}
.feature-can-collect .basket_headings h3.itm {
    width: 65%;
    margin: 0;
}
.feature-can-collect.feature-design .basket_headings h3.qty {
    width: 15%;
    margin: 0;
    padding: 0 30px 0 15px;
    box-sizing: border-box;
}
.feature-can-collect.feature-design .basket_headings h3.prc {
    width: 20%;
    margin: 0;
    padding: 0 30px 0 25px;
    box-sizing: border-box;
}
.feature-can-collect .baskt_items_wrap {
    padding: 0;
    margin: 0;
}
.feature-can-collect.feature-design .baskt_item {
    display: flex;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #bdbdbd;
}
.feature-can-collect.feature-design .baskt_item.poa {
    background: #fafafa;
}
.feature-can-collect .baskt_item .itm_img img {
    width: 82px;
    margin: 0 20px 0 10px;
}
.feature-can-collect .baskt_item.poa .itm_img img {
    width: 82px;
    margin: 0 20px 0 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #bdbdbd;
}
.feature-can-collect .baskt_item .itm_img a {
    display: inline-block;
}
.feature-can-collect.feature-design .baskt_item .itm_info {
    width: 55%;
    margin: 0;
    padding: 0 10px;
}
.feature-can-collect .baskt_item .itm_info h3 {
    margin-bottom: 5px;
}
.feature-can-collect .baskt_item .itm_info h3 a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.feature-can-collect .baskt_item .item_code {
    font-size: 14px;
}
.feature-can-collect .baskt_item .ccButton,
.feature-can-collect .baskt_item .tpQ_button {
    display: inline-block;
    vertical-align: middle;
}
.feature-can-collect .baskt_item .ccButton input:focus,
.feature-can-collect .baskt_item .tpQ_button input:focus {
    outline: none;
}
.feature-can-collect .baskt_item .ccButton input:hover,
.feature-can-collect .baskt_item .tpQ_button input:hover {
    background-color: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11),
    0 6px 6px rgba(0, 0, 0, 0.13);
}
.feature-can-collect .baskt_item .ccButton input,
.feature-can-collect .baskt_item .tpQ_button input {
    display: inline-block;
    min-width: 180px;
    word-wrap: break-word;
    white-space: inherit;
    padding: 15px 14px 15px 39px;
    margin: 20px 10px 0 0;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    font-family: "Roboto_b", sans-serif;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    cursor: pointer;
}
.feature-can-collect .baskt_item .tpQ_button input {
    background-size: 20px;
    background-position: 10px 50%;
    max-width: 260px;
    margin-right: 0;
}
.feature-can-collect .baskt_item .ccButton input {
    background-size: 14px;
    background-position: 10px 50%;
    width: 200px;
}
.feature-can-collect .baskt_item .ccButton input.addToCollectionOnQuoteListDisabled,
.feature-can-collect .baskt_item .tpQ_button input.btn-disabled {
    background-color: #fff;
    border: none;
    box-shadow: none;
    cursor: default;
    color: #616161;
}
.feature-can-collect .tpQ_button input {
    margin-right: 0;
}
.feature-can-collect .change-postcode {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    cursor: pointer;
    width: 100px;
}
.feature-can-collect.page-QuotePage .change-postcode {
    width: 96%;
}
.feature-can-collect .change-postcode:hover {
    text-decoration: underline;
}
.feature-can-collect .change-postcode:before {
    content: '\f040';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 8px;
}
.feature-can-collect.feature-design .baskt_item .itm_optns {
    width: 15%;
    margin: 0;
    padding: 0 20px;
}
.feature-can-collect .baskt_item .itm_optns input[type="text"] {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
}
.feature-can-collect .baskt_item .itm_optns a.itm_update,
.feature-can-collect .baskt_item .itm_optns a.itm_remove {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}
.feature-can-collect .baskt_item .itm_optns a.itm_update:hover,
.feature-can-collect .baskt_item .itm_optns a.itm_remove:hover {
    color: #616161;
}
.feature-can-collect .baskt_item .itm_optns a.itm_remove:before {
    content: '\f014';
}
.feature-can-collect.feature-design .baskt_item .itm_price,
.feature-can-collect.feature-design .basket .productPriceMessage {
    width: 20%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px 0 0;
}
.feature-can-collect.feature-design .basket .productPriceMessage {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #616161;
    top: 0;
    right: 0;
    padding-right: 40px;
}
.feature-can-collect.feature-design .basket .price_error_message_holder .info-tooltip-icon {
    right: 15px;
}
.feature-can-collect.feature-design .baskt_item .itm_price p {
    font-size: 20px;
    line-height: 20px;
    color: #333;
}
.feature-can-collect.feature-design .baskt_item .itm_price span {
    font-size: 14px;
    color: #616161;
    text-align: left;
}
.feature-can-collect .basket_ctas .checkoutButton,
.feature-can-collect .basket_ctas .add-more-button {
    position: static;
}
.feature-can-collect .quote-heading .basket_ctas .checkoutButton {
    position: absolute;
    bottom: -7px;
}
.feature-can-collect .quote-heading .basket_ctas {
    margin: 0;
}
.feature-can-collect .basket_ctas {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

/* Quote list END */

/* Basket page START */

.page-cartPage.feature-can-collect .basket {
    position: relative;
}
.page-cartPage.feature-can-collect .basket br {
    display: none;
}
.page-cartPage.feature-can-collect .basket h2.cnt_mn_heading {
    background: #1A3B69;
    min-height: 30px;
    padding: 20px 10px 20px 20px;
    margin-bottom: 0;
}
.page-cartPage.feature-can-collect .basket h2.cnt_mn_heading span {
    font-family: "Roboto", sans-serif;
    color: #fff;
}
.page-cartPage.feature-can-collect .basket .basket_ctas {
    position: inherit;
    margin: 0;
}
.page-cartPage.feature-can-collect .basket #consolidation-options-container {
    margin: 20px 0;
    padding: 20px;
    box-sizing: border-box;
    background: #fafafa;
}
.page-cartPage.feature-can-collect .basket #consolidation-options-container:before {
    display: none;
}
.page-cartPage.feature-can-collect .basket #consolidation-update-container {
    margin: 20px 0;
    background: #fafafa;
}
.page-cartPage.feature-can-collect .basket #consolidation-update-message {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #ededed;
    border-bottom: 2px solid #1a3b69;
    font-size: 20px;
    line-height: 24px;
}
.page-cartPage.feature-can-collect .basket #consolidation-update-description {
    line-height: 24px;
    padding: 20px;
    font-size: 16px;
    color: #333;
}
.page-cartPage.feature-can-collect .basket #insufficient-stock-products b {
    padding: 0px 20px 10px;
    font-size: 18px;
    color: #333;
    display: inline-block;
    line-height: 22px;
}
.page-cartPage.feature-can-collect .basket #insufficient-stock-products a {
    display: inline-block;
    font-size: 16px;
    padding: 0px 20px 20px;
    color: #616161;
    line-height: 19px;
}
.page-cartPage.feature-can-collect .basket #insufficient-stock-products a:hover {
    text-decoration: none;
}
.page-cartPage.feature-can-collect .basket #consolidation-success-container {
    margin: 20px 0;
    padding: 20px;
    border-bottom: 2px solid #296c96;
    background: #EEF3F7;
    color: #1a3b69;
    font-size: 14px;
}
.page-cartPage.feature-can-collect .basket #consolidation-success-container span:before {
    content: '\f00c';
    font-family: "FontAwesome";
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #296c96;
    margin-right: 10px;
    color: white;
    font-size: 12px;
}
.page-cartPage.feature-can-collect .basket #consolidation-options-header h4 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}
.page-cartPage.feature-can-collect .basket #consolidation-options-body span {
    line-height: 24px;
    font-size: 14px;
    color: #616161;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
}
.page-cartPage.feature-can-collect .basket #consolidation-options {
    margin: 0;
}
.page-cartPage.feature-can-collect .basket #consolidationBranchForm label {
    display: inline-block;
    position: relative;
    padding: 5px 5px 5px 25px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #616161;
    width: 880px;
}
.page-cartPage.feature-can-collect .basket #consolidationBranchForm input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 10px;
}
.page-cartPage.feature-can-collect .basket .checkoutButton {
    position: inherit;
    padding: 0;
    box-shadow: none;
    background: none;
}
.page-cartPage.feature-can-collect .basket .checkoutButton a {
    position: absolute;
    background: #ec9b0c;
    padding: 15px 46px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    bottom: inherit;
    right: 10px;
    top: 90px;
}
.page-cartPage.feature-can-collect .basket .baskt_items_wrap {
    padding: 0;
    margin: 0;
    background: #fafafa;
    position: relative;
}
.page-cartPage.feature-can-collect .basket .baskt_items_wrap:before,
.page-cartPage.feature-can-collect .basket .baskt_items_wrap:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    background: #fafafa;
    z-index: -1;
    width: 100%;
    height: 350px;
}
.page-cartPage.feature-can-collect .basket .baskt_items_wrap:after {
    left: 100%;
    right: 0;
}
.page-cartPage.feature-can-collect .basket .baskt_items_wrap .pickup-order-group,
.page-cartPage.feature-can-collect .basket .baskt_items_wrap .delivery-order-group,
.page-cartPage.feature-can-collect .basket .baskt_items_wrap .pick-and-pack-order-group,
.page-cartPage.feature-can-collect .basket .baskt_items_wrap .divert-delivery-order-group{
    padding-bottom: 20px;
    background: #fff;
}
.page-cartPage.feature-can-collect .basket .all-delivery .basket_headings {
    position: relative;
    margin-bottom: 10px;
}
.page-cartPage.feature-can-collect .basket .all-delivery .basket_headings:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: #fff;
}
.page-cartPage.feature-can-collect .basket .consignment-header {
    font-family: 'Roboto', sans-serif;
    color: #616161;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    background: #ededed;
    border-bottom: 2px solid #1A3B69;
}
.page-cartPage.feature-can-collect .basket .delivery-order-group .consignment-header,
.page-cartPage.feature-can-collect .basket .pick-and-pack-order-group .consignment-header,
.page-cartPage.feature-can-collect .basket .divert-delivery-order-group .consignment-header{
    margin: 0 10px;
    border: none;
    padding: 15px 0;
    color: #fff;
    background: #296c96;
    text-align: center;
}
.page-cartPage.feature-can-collect .basket .all-delivery .consignment-header strong {
    font-weight: normal !important;
}
.page-cartPage.feature-can-collect .basket .consignment-header .delivery-type {
    color: #333;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-left: 38px;
}
.page-cartPage.feature-can-collect .basket .delivery-order-group .delivery-type:before,
.page-cartPage.feature-can-collect .basket .pick-and-pack-order-group .delivery-type:before,
.page-cartPage.feature-can-collect .basket .all-delivery .delivery-type:before {
    background: url(../images/cctruck.png) 0 0 no-repeat transparent;
    background-size: 28px;
}
.page-cartPage.feature-can-collect .basket .consignment-header .postcode {
    margin-right: 10px;
}
.page-cartPage.feature-can-collect .basket .consignment-header .change-postcode {
    display: inline;
    width: auto;
    margin: 0;
}
.page-cartPage.feature-can-collect .basket .consignment-header .change-postcode:before {
    display: none;
}
.page-cartPage.feature-can-collect .basket .consignment-header .change-postcode strong {
    font-size: 14px;
    color: #1a3b69;
    font-weight: normal !important;
}
.page-cartPage.feature-can-collect .basket .consignment-header .change-postcode strong:hover {
    text-decoration: underline;
    cursor: pointer;
}
.page-cartPage.feature-can-collect .basket .basket_headings {
    display: flex;
    position: relative;
    justify-content: flex-start;
    padding: 10px;
    background: #fafafa;
    color: #616161;
    font-size: 14px;
    margin-top: 0;
    box-sizing: border-box;
}
.page-cartPage.feature-can-collect .basket .basket_headings h3 {
    margin: 0;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 17px;
    color: #616161;
}
.page-cartPage.feature-can-collect .basket .basket_headings .itm {
    width: 345px;
    padding: 0;
}
.page-cartPage.feature-can-collect .basket .basket_headings .qty,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns {
    width: 185px;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
.page-cartPage.feature-can-collect .basket .basket_headings .prc,
.page-cartPage.feature-can-collect .basket .basket_headings .sbt,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_price,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_total {
    width: 155px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
.page-cartPage.feature-can-collect .basket .basket_headings .prc,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_price {
    width: 140px;
}
.page-cartPage.feature-can-collect .basket .basket_headings .delivery,
.page-cartPage.feature-can-collect .basket .basket_headings .prc span,
.page-cartPage.feature-can-collect .basket .basket_headings .sbt span {
    display: none;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time {
    width: 180px;
    padding-left: 10px;
    box-sizing: border-box;
}
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .error-message {
    position: absolute;
    top: -54px;
    right: 7px;
    background: #f44336;
    min-width: 200px;
    padding: 10px;
    line-height: 17px;
}
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .error-message:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #f44336;
}
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .cancel {
    position: absolute;
    bottom: -26px;
    right: 29px;
    font-size: 12px;
    line-height: 14px;
}
.page-cartPage.feature-can-collect .basket .baskt_item {
    padding: 20px 0;
    border-color: #bdbdbd;
    border-width: 0 0 1px 0;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
    font-size: 0;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_img img {
    width: auto;
    margin: 0;
    max-width: 100%;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_info {
    width: 280px;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_info h3 {
    margin: 0;
    font-weight: 700;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_info h3 a,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_info p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns input[type="text"] {
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    color: #000;
    margin: 0 0 8px 0;
    width: 92px;
    box-sizing: border-box;
    line-height: 16px;
    outline: none;
    text-decoration: none !important;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns a.itm_update,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns a.itm_remove {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns a.itm_update:before,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns a.itm_remove:before {
    content: '\f01e';
    display: inline-block;
    position: relative;
    margin-right: 5px;
    left: 0;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns a.itm_remove:before {
    content: '\f014';
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns a.itm_update:hover,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_optns a.itm_remove:hover {
    text-decoration: none;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_price p,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_total p {
    font-size: 18px;
    line-height: 20px;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_price span,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_total span {
    text-align: left;
    font-size: 14px;
    color: #616161;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time,
.page-cartPage.feature-can-collect .basket .supplier-delivery-info .supplier-time {
    position: relative;
    color: #616161;
    font-size: 14px;
    line-height: 26px;
}
.page-cartPage.feature-can-collect .basket .supplier-delivery-info .supplier-time {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time img {
    display: none;
}
.page-cartPage.feature-can-collect .basket .collection-entry-button,
.page-cartPage.feature-can-collect .basket .move-cart-entry-button,
.page-cartPage.feature-can-collect .basket .delivery-entry-button,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time .moq-move-to-delivery-error,
.page-cartPage.feature-can-collect .basket .supplier-delivery-info {
    width: 100%;
    box-sizing: border-box;
    background: #296c96;
    color: white;
    border-bottom: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 30px 10px 10px;
}
.page-cartPage.feature-can-collect .basket .divert-delivery-order-groups .delivery-entry-button,
.page-cartPage.feature-can-collect .basket .pick-and-pack-order-groups .supplier-delivery-info,
.page-cartPage.feature-can-collect .basket .delivery-order-groups .supplier-delivery-info {
    display: none;
}
.page-cartPage.feature-can-collect .basket .divert-delivery-order-groups .itm_time {
    font-size: 0;
    color: transparent;
}
.page-cartPage.feature-can-collect .basket .move-cart-entry-button,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time .moq-move-to-delivery-error {
    background: #ededed;
    border-bottom: 1px solid #1A3B69;
    width: 100%;
    position: relative;
    height: auto;
    min-height: auto;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time .moq-move-to-delivery-error {
    margin-left: 0;
}
.page-cartPage.feature-can-collect .basket .move-cart-entry-button .title,
.page-cartPage.feature-can-collect .basket .collection-entry-button .headInfo,
.page-cartPage.feature-can-collect .basket .delivery-entry-button .headInfo,
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .deliver-min-order-qty,
.page-cartPage.feature-can-collect .basket .supplier-delivery-info {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}
.page-cartPage.feature-can-collect .basket .delivery-entry-button .headInfo,
.page-cartPage.feature-can-collect .basket .supplier-delivery-info .supplier-text {
    line-height: 34px;
}
.page-cartPage.feature-can-collect .basket .supplier-delivery-info .supplier-heading {
    line-height: 17px;
}
.page-cartPage.feature-can-collect .basket .move-cart-entry-button .title,
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .deliver-min-order-qty {
    color: #333;
    line-height: 28px;
    text-align: left;
}
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .deliver-min-order-qty a {
    text-decoration: none;
}
.page-cartPage.feature-can-collect .basket .collection-entry-button:before,
.page-cartPage.feature-can-collect .basket .move-cart-entry-button p:before,
.page-cartPage.feature-can-collect .basket .delivery-entry-button .headInfo:before,
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .deliver-min-order-qty:before,
.page-cartPage.feature-can-collect .basket .supplier-delivery-info .supplier-heading:before {
    content: '';
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/basket_sprite.png) 5px 0 no-repeat transparent;
    background-size: 100px;
    margin: auto;
    margin-right: 5px;
    float: left;
}
.page-cartPage.feature-can-collect .basket .move-cart-entry-button p:before,
.page-cartPage.feature-can-collect .basket .moq-move-to-delivery-error .deliver-min-order-qty:before{
    background-position: -75px;
}
.page-cartPage.feature-can-collect .basket .delivery-order-group .move-cart-entry-button p:before,
.page-cartPage.feature-can-collect .basket .pick-and-pack-order-group .move-cart-entry-button p:before {
    background-position: -18px;
}
.page-cartPage.feature-can-collect .basket .delivery-order-group .delivery-entry-button .headInfo:before,
.page-cartPage.feature-can-collect .basket .pick-and-pack-order-group .delivery-entry-button .headInfo:before {
    background-position: -58px;
}
.page-cartPage.feature-can-collect .basket .divert-delivery-order-groups .supplier-delivery-info .supplier-heading:before {
    background: url(../images/delivery/supplier_delivery_white.png) 0 0 no-repeat transparent;
    background-size: 36px;
    margin-bottom: 2px;
    width: 36px;
    height: 33px;
}
.page-cartPage.feature-can-collect .basket .collection-entry-button .collection-entry-wrap a {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time .moq-move-to-delivery-error .cancel a {
    color: #1a3b69;
    cursor: pointer;
}
.page-cartPage.feature-can-collect .basket .move-cart-entry-button a:hover,
.page-cartPage.feature-can-collect .basket .baskt_item .itm_time .moq-move-to-delivery-error .cancel a:hover {
    text-decoration: none;
}
.page-cartPage.feature-can-collect .basket .collection-entry-button .collection-entry-wrap a:hover {
    text-decoration: none;
    cursor: pointer;
}
.page-cartPage.feature-can-collect .basket .delivery-time {
    position: absolute;
    bottom: 176px;
    left: 10px;
    padding: 30px;
    background: #eee;
    line-height: 50px;
    font-size: 14px;
    color: #616161;
    display: flex;
}
.page-cartPage.feature-can-collect .basket .delivery-time:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url(../images/est-delivery-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.page-cartPage.feature-can-collect .basket .delivery-time strong {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
    font-weight: normal !important;
}
.page-cartPage.feature-can-collect .basket .delivery-time .info-tooltip {
    display: none;
}
.page-cartPage.feature-can-collect .basket .baskt_item .moq-validation-error .update-entry-qty-button,
.page-cartPage.feature-can-collect .basket .baskt_item .quantity_validation_error .update_entry_qty_button,
.page-cartPage.feature-can-collect .basket .baskt_item .change-branch a,
.page-cartPage.feature-can-collect .basket .baskt_item .change_branch a {
    background: none;
    border: none;
    display: block;
    text-decoration: underline;
    color: #1a3b69;
    margin-top: 10px;
    font-size: 14px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.page-cartPage.feature-can-collect .basket .baskt_item .moq-validation-error .error-message,
.page-cartPage.feature-can-collect .basket .baskt_item .quantity_validation_error .error_message {
    font-size: 15px;
    color: #c92d2d;
    text-decoration: none;
}
.page-cartPage.feature-can-collect .basket .total_price_wrapper {
    position: absolute;
    bottom: 146px;
    right: 10px;
    width: 300px;
}
.page-cartPage.feature-can-collect .basket .total_price_wrapper p {
    line-height: 30px;
    font-size: 14px;
    color: #616161;
    text-align: right;
}
.page-cartPage.feature-can-collect .basket .total_price_wrapper .basketTotalPrice {
    margin-top: 20px;
}
.page-cartPage.feature-can-collect .basket .total_price_wrapper span {
    min-width: 100px;
    text-align: right;
    padding-left: 5px;
    color: #333;
    font-size: 18px;
    float: right;
}
.page-cartPage.feature-can-collect .basket .basket_ctas:last-child {
    position: absolute;
    bottom: 60px;
    left: 0;
}
.page-cartPage.feature-can-collect .basket .basket_ctas:last-child .add-more-button {
    display: none;
}
.page-cartPage.feature-can-collect .basket .basket_ctas:last-child a.checkoutButton {
    top: inherit;
    bottom: 8px;
    right: 10px;
}
/* Basket page END */

/* PLP bottom pagination START */

.prod_search_result_pagination.prod_nav_bottom {
    margin-top: 5px;
}
.prod_search_result_pagination.prod_nav_bottom .prod_nav_title {
    padding-left: 2px;
    line-height: 25px;
}
.prod_search_result_pagination.prod_nav_bottom .view_mode_buttons {
    float: left !important;
    left: 46px;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination {
    padding: 0 !important;
    margin: 3px 0 0;
    float: right;
    width: 325px;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination ul,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination ul {
    float: right;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination ul li,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    top: 0;
    width: 25px;
    height: 24px;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination li.prev a:after,
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination li.next a:after,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination li.prev a:after,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination li.next a:after {
    content: "\f104";
    font-family: "FontAwesome";
    display: inline-block;
    text-align: center;
    line-height:13px;
    width: 13px;
    height: 13px;
    color: #296C96;
    font-weight: bold;
    font-size: 15px;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination li.next a:after,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination li.next a:after {
    content: "\f105";
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination li.prev.disable a:after,
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination li.next.disable a:after,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination li.prev.disable a:after,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination li.next.disable a:after {
    color: #d4d4d4;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination ul li.active,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination ul li.active{
    background: #296C96;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination ul li.active a,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination ul li.active a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination ul li a,
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination ul li span,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination ul li a,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination ul li span {
    display: block;
    line-height: 12px;
    font-size: 12px;
    font-family: 'Roboto_b', sans-serif;
    color: #616161;
    min-width: 13px;
    text-align: center;
    position: relative;
    padding: 6px;
    text-decoration: none;
}
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination li.prev a,
.prod_search_result_pagination.prod_nav_bottom .tp_branchList_pagination li.next a,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination li.prev a,
.feature-can-collect.pageType-CategoryPage .prod_nav_bottom .tp_branchList_pagination li.next a {
    display: block;
    background: none;
    min-width: 13px;
    width: auto;
    height: 13px;
}
.prod_search_result_pagination.tp_branchList_pagination ul li.active a {
    cursor: default;
    text-decoration: none;
}

/* PLP bottom pagination END */

#l_sidebar .benefits {
    display: none;
}
/* Log in / Register page / Log in Checkout */
#autorizationForm {
    display: flex;
}
#autorizationForm {
    justify-content: flex-start;
}

#autorizationForm:after,
#autorizationForm .item_container_holder .default_color_box:after,
#autorizationForm .registration-info .default_color_box:after {
    content: '';
    display: block;
    clear: both;
}
#autorizationForm > .last,
#autorizationForm > .description_message,
.application-form .application-form-body .section {
    width: 420px;
    margin: 0 20px;
    border:  1px solid #000;
    box-sizing: border-box;
    color: #232323;
}
#autorizationForm > .span-25.last,
#autorizationForm > .description_message,
.feature-can-collect.page-checkout-login .span-20.last {
    margin: 35px 10px 0 10px;
    width: 460px;
    border: none;
}
.feature-can-collect.page-checkout-login .span-10.last {
    width: 460px;
}
.feature-can-collect.page-checkout-login .span-20.last {
    float: left !important;
}
#autorizationForm > .description_message {
    margin-right: 0;
}
#autorizationForm > .span-20.right.last,
#autorizationForm > .cms_disp-img_slot {
    display: none;
}
#autorizationForm .top-content-slot {
    display: block;
}
#autorizationForm .item_container_holder > .left_shift,
#autorizationForm .registration-info > .left_shift,
.feature-can-collect.page-checkout-login .item_container_holder > .left_shift {
    display: block;
    background: #1A3B69;
    padding-left: 30px;
    height: 58px;
}
#autorizationForm .registration-info h2,
#autorizationForm .title_holder h2,
.feature-can-collect.page-checkout-login .title_holder h2 {
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    line-height: 58px;
}
#autorizationForm .item_container_holder .default_color_box,
#autorizationForm .registration-info .default_color_box,
.feature-can-collect.page-checkout-login .item_container_holder .default_color_box{
    padding: 20px 22px;
    border: 1px solid #d4d4d4;
    background: #FCFCFC;
    min-height: 360px;
}
#autorizationForm .registration-info .default_color_box {
    position: relative;
    min-height: 270px;
    padding-bottom: 110px;
}
#autorizationForm #loginForm > dl,
.feature-can-collect.page-checkout-login #loginForm > dl{
    height: auto;
    margin-bottom: 28px;
    width: 100%;
}
#autorizationForm #loginForm .label-and-input,
#activateAccountForm .label-and-input,
#activateAccountForm .form_field-label,
.feature-can-collect.page-checkout-login #loginForm .label-and-input {
    width: auto !important;
    margin: 0;
    padding: 2px 0 17px;
    height: auto;
}
#activateAccountForm .label-and-input {
    padding: 2px 0 12px;
    position: relative;
}
#activateAccountForm .form_field_error {
    width: 460px;
}
#activateAccountForm .form_field_error span,
#activateAccountForm .form_field-label {
    padding: 0;
}
#activateAccountForm .form_field_error span {
    margin-right: -10px;
}
#activateAccountForm .label-and-input .label,
#activateAccountForm .form_field-label label,
#autorizationForm  #loginForm .label-and-input .label,
.feature-can-collect.page-checkout-login #loginForm .label-and-input .label {
    margin: 0 0 9px 27px;
    font-size: 16px;
    display: inline-block;
    min-width: 360px;
}
#activateAccountForm .label-and-input > .label,
#activateAccountForm .form_field-label label {
    margin: 0 0 4px 8px;
    line-height: 32px;
}
.item_container_holder .description_message {
    font-size: 18px;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
    color: #232323;
    margin: 30px 10px 30px 27px;
}
.description_message #registerAccountTitle {
    font-size: 18px;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
    color: #232323;
    margin: 36px 10px 13px 27px;
    line-height: 20px;
}
.default_color_box .label-and-input {
    position: relative;
    padding: 5px 0 10px;
}
.default_color_box .label-and-input br {
    display: none;
}
#activateAccountForm .label-and-input .input{
    width: auto;
    height: auto;
}
#activateAccountForm .form_field-input > div {
    margin: 0 0 0 8px;
}
#activateAccountForm .form_field-input .pstrength-minchar {
    display: none;
}
#activateAccountForm .form_field-input input {
    width: 433px;
    height: 33px;
    margin: 0 0 0 7px;
    padding: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: 1px solid #E0E0E0;
}
#activateAccountForm .form_field-input #password {
    margin-bottom: 5px;
}
#autorizationForm form .label-and-input .input input,
#activateAccountForm .label-and-input .input input,
.feature-can-collect.page-checkout-login form .label-and-input .input input {
    border: 1px solid #E0E0E0;
    margin: 0 0 0 27px;
    font-family: 'Roboto', sans-serif;
    color: #232323;
    display: block;
    height: 33px;
    padding: 3px;
    width: 352px;
    font-size: 14px;
}
#activateAccountForm .label-and-input .input input {
    width: 433px;
    margin: 0 0 0 7px;
}
#activateAccountForm .application-form-body .info-tooltip,
#updatePasswordForm .info-tooltip {
    position: absolute;
    left: 140px;
    top: 3px;
}
#updatePasswordForm .info-tooltip .info-tooltip-message {
    width: 120px;
    margin-left: -150px;
    margin-top: -20px;
}
#autorizationForm form .bottom-content,
.feature-can-collect.page-checkout-login form .bottom-content {
    float: right;
    margin: 0px 27px 0 0;
    text-align: right;
}
#autorizationForm #registerAccountText,
#autorizationForm .registerAccountDescription {
    padding: 30px 27px 15px;
    line-height: 18px;
}
#autorizationForm .login_button,
.feature-can-collect.page-checkout-login .login_button {
    width: 216px;
    padding: 12px 46px;
    font-size: 15px;
}
.feature-can-collect.page-checkout-login .login_button {
    width: auto;
}
#autorizationForm #registerAccountLink a {
    display: block;
    width: 218px;
    font-family: 'Roboto_b', sans-serif;
    font-size: 15px;
    padding: 5px 0;
    background: #296B95;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 33px;
    box-sizing: content-box;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
    text-decoration: none;
    position: absolute;
    right: 42px;
    bottom: 61px;
}
#autorizationForm #registerAccountLink a:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
#autorizationForm .bottom-content .forgotten-content,
.feature-can-collect.page-checkout-login .bottom-content .forgotten-content{
    padding-top: 17px;
    font-size: 14px;
}
#autorizationForm .bottom-content .forgotten-content a,
.feature-can-collect.page-checkout-login .bottom-content .forgotten-content a {
    color: #1A3B69;
    font-family: 'Roboto_b', sans-serif;
}
#autorizationForm .inner_error_message,
#activateAccountForm .email_error_message span,
#activateAccountForm .form_field_error > p{
    font-size: 13px;
    color: #ED1C24 !important;
    text-align: right;
    padding-right: 29px;
    font-family: 'Roboto', sans-serif;
}
#autorizationForm .inner_error_message {
    margin-top: -12px;
}
#activateAccountForm .email_error_message p {
    position: inherit;
    margin-top: 5px;
    text-align: right;
}
#activateAccountForm .email_error_message span {
    padding-right: 14px;
}
/* Set up an online account */

#registerExistingAccountForm .application-form-body {
    margin: 0;
    overflow: inherit;
    float: left;
}
#registerExistingAccountForm > .application-form-body section {
    float: left;
    position: relative;
}
#activateAccountForm > .application-form-body .section {
    margin: 55px 10px 0;
    width: 520px;
    border: none;
}
#activateAccountForm > .application-form-body .section:first-child .span-11 {
    border: 1px solid #d4d4d4;
    background: #FCFCFC;
    width: 458px !important;
    padding: 30px;
}
#activateAccountForm > .application-form-body .section:last-child {
    margin-top: -10px;
}
#activateAccountForm > .application-form-body .section:last-child .span-11 {
    width: 510px;
}
#activateAccountForm > .application-form-body .section:last-child .navigation-button-container .align-right {
    float: right;
}
#registerExistingAccountForm > .application-form-body section h3 {
    background: #1A3B69;
    min-height: 30px;
    padding: 20px 10px 20px 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-size: 24px;
    color: #fff;
    line-height: 120%;
    width: 920px;
}
#activateAccountForm > .application-form-body .section h3 {
    font-size: 22px;
    display: block;
    line-height: 58px;
    width: 520px;
    background: #1A3B69;
    margin: 55px 10px 0;
    padding: 0 0 0 19px;
    color: #fff;
    box-sizing: border-box;
}
#activateAccountForm > .application-form-body .section h3 {
    margin: 0;
}
#registerExistingAccountForm .option-with-code-content {
    float: left;
    width: 888px;
    margin: 58px 0 15px 20px;
    padding: 10px;
    min-height: 80px;
    border: 1px solid #d4d4d4;
    background: #FCFCFC;
    position: relative;
}
#registerExistingAccountForm .messages_holder {
    padding: 18px 20px 45px;
    width: 910px;
}
#registerExistingAccountForm .description_message {
    margin-bottom: 23px;
}
#registerExistingAccountForm .description_message span,
#registerExistingAccountForm .incorrect-data-error > div,
#registerExistingAccountForm .account-number-info > div,
#registerExistingAccountForm .universe-customer-error > div,
#registerExistingAccountForm .google-captcha-error > div,
#registerExistingAccountForm .already-exists-error p {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
#registerExistingAccountForm .account-number-info > div {
    position: absolute;
    top: -37px;
    left: 25px;
}
#registerExistingAccountForm .account-number-info > div:before {
    position: absolute;
    left: -26px;
    top: -1px;
    font-size: 14px;
    height: 14px;
    width: 14px;
    line-height: 16px;
}
#registerExistingAccountForm .application-form-body .option-without-code-content .tel_number {
    font-size: 16px;
    padding-left: 2px;
    position: relative;
    margin: 23px 0 20px 20px;
}
#registerExistingAccountForm .application-form-body .option-without-code-content .tel_number:before {
    position: absolute;
    left: -20px;
    top: 0px;
    font-family: 'FontAwesome';
    content: "\f095";
    font-size: 18px;
    color: #232323;
}
#registerExistingAccountForm .application-form-body .option-without-code-content table {
    width: 235px;
}
#registerExistingAccountForm .application-form-body .option-without-code-content tr {
    border: none;
    line-height: 20px;
    font-size: 14px
}
#registerExistingAccountForm .application-form-body .option-without-code-content tr:first-child{
    line-height: 25px;
}
#registerExistingAccountForm .required-info,
#activateAccountForm > .application-form-body .section > p{
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 16px;
    color: #fff;
}
#registerExistingAccountForm #submit:disabled {
    background-color: #e0e0e0;
    color: #9e9e9e;
}
#registerExistingAccountForm #submit:disabled:hover {
    cursor: not-allowed;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#activateAccountForm > .application-form-body .section > p {
    top: 75px;
    right: 425px;
}
#registerExistingAccountForm .option-without-code-content {
    padding: 16px 20px;
    width: 868px;
}
#registerExistingAccountForm .option-without-code-content tbody tr:nth-child(even) td {
    background: transparent;
    border: none!important;
}
#registerExistingAccountForm .application-form-body input[type="radio"] {
    display: none;
}
#registerExistingAccountForm .application-form-body section label {
    position: absolute;
    left: 18px;
    bottom: 5px;
    color: #333;
    cursor: pointer;
    background: #EDEDED;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Roboto_b', sans-serif;
    height: 39px;
    text-align: center;
    width: 175px;
    line-height: 41px;
    padding: 0 15px;
    border-bottom: 2px solid #1A3B69;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#registerExistingAccountForm .application-form-body .code-option-with-code {
    left: 240px;
}
#registerExistingAccountForm .application-form-body section > label:hover,
#registerExistingAccountForm .application-form-body section > label.checked {
    background: #296B95 !important;
    border-bottom: 2px solid #296B95;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
    color: #fff;
}
#registerExistingAccountForm .application-form-body label.checked:after {
    position: absolute;
    right: -5px;
    top: -1px;
    font-family: FontAwesome;
    content: "\f058";
    font-size: 22px;
    color: #EC9B0C;
    background: #fff;
    line-height: 10px;
    border-radius: 50%;
}
#registerExistingAccountForm > .application-form-body .label-and-input {
    margin-top: 10px;
    position: relative;
    height: 60px;
    width: 397px;
    float: left;
    margin: 10px 100px 20px 10px;
}
#registerExistingAccountForm > .application-form-body .label-and-input .label,
#registerExistingAccountForm > .application-form-body .label-and-input .input {
    width: auto;
    display: block;
    height: 40px;
}
#registerExistingAccountForm > .application-form-body .label-and-input .label {
    height: 25px;
}
#registerExistingAccountForm > .application-form-body .label-and-input label {
    display: table-cell;
    vertical-align: middle;
    height: 14px;
    font-size: 14px;
}
#registerExistingAccountForm > .application-form-body .label-and-input input {
    border: 1px solid #E0E0E0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #232323;
    display: block;
    height: 33px;
    padding: 3px;
    width: 388px;
    font-size: 14px;
}
#registerExistingAccountForm > .application-form-body .info-tooltip {
    position: absolute;
    left: 118px;
    bottom: 30px;
}
#registerExistingAccountForm > .application-form-body .postCodeToolTipCss.info-tooltip {
    left: 100px;
}
#registerExistingAccountForm > .application-form-body .info-tooltip .info-tooltip-message {
    left: 10px;
    top: 20px;
}
#activateAccountForm > .application-form-body .info-tooltip .info-tooltip-message {
    right: 23px;
    top: 9px;
}
#activateAccountForm > .application-form-body .create-login-e-billing {
    position: relative;
    margin: 18px 0 0 15px;
    float: left;
}
#activateAccountForm > .application-form-body .create-login-e-billing .input {
    margin-right: 3px;
}
#activateAccountForm > .application-form-body .e-billing-tooltip {
    left: 250px;
    top: 9px;
}
#activateAccountForm .application-form form .label-and-checkbox .input {
    margin-right: 13px;
}
#activateAccountForm > .application-form-body .create-login-e-billing .info-tooltip .info-tooltip-message {
    right: 24px;
    top: 5px;
}
#activateAccountForm .welcome_message {
    margin-top: 24px;
}
#activateAccountForm .welcome_message a {
    color: #1A3B69;
}
#autorizationForm .info-tooltip .info-tooltip-icon {
    position: absolute;
    right: 30px;
    bottom: 17px;
}
#registerExistingAccountForm .label-and-input.input-error input,
#activateAccountForm .label-and-input.input-error input,
#activateAccountForm .form_field_error input,
#autorizationForm .label-and-input .input-error {
    border-color: #E0E0E0 #E0E0E0 #ED1C24 #E0E0E0 !important;
    border-width: 1px 1px 2px 1px !important;
    background: #F8E5E5;
}
#registerExistingAccountForm .option-with-code-content .label-and-input.input-error p {
    top: 70px;
    position: absolute;
    right: 0;
    text-align: right;
}
#registerExistingAccountForm .incorrect-data-error,
#registerExistingAccountForm .universe-customer-error,
#registerExistingAccountForm .already-exists-error {
    margin-bottom: 20px;
}
#registerExistingAccountForm .incorrect-data-error > div,
#registerExistingAccountForm .universe-customer-error > div,
#registerExistingAccountForm .google-captcha-error > div,
#registerExistingAccountForm .already-exists-error p {
    color: #ed1c24;
}
#registerExistingAccountForm .already-exists-error a {
    text-decoration: underline;
    color: #ED1C24;
}
#registerExistingAccountForm .google-captcha {
    display: inline-block;
    margin: 30px 100px 10px 10px;
    position: relative;
}
#registerExistingAccountForm .align-right,
#registerExistingAccountForm button {
    float: right;
    padding: 0;
    min-height: 10px;
}
#registerExistingAccountForm button {
    width: 420px;
    padding: 12px 46px;
    height: 41px;
    position: absolute;
    right: 0;
    bottom: -60px;
}
.page-checkout-login.feature-can-collect #globalMessages .information_message.negative p {
    background-color: #FDCDC9;
    border-bottom: 2px solid #f44336;
    padding: 10px;
    margin: 0 10px;
}
#header .tpHeaderLinks a h3 {
    color: #fff;
}
#header .tpHeaderContent_holder .spotlight a {
    background-color: #1A3B69;
}

/* M2 - Forgotten password */
.feature-design .min_height_content {
    position: relative;
}
.feature-design #forgottenPassword,
.feature-design #validEmail > div:first-child,
.feature-design #accountManagementOuterContainer > div:first-child {
    border: 1px solid #d7d7d7;
    background: #1a3b69;
    padding: 0 20px;
    margin-bottom: 10px;
}
.feature-design #forgottenPassword h2,
.feature-design #validEmail > div:first-child h2,
.feature-design #accountManagementOuterContainer > div:first-child h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
}
.feature-design #forgottenPassword .page-description {
    position: absolute;
    top: 81px;
}
.feature-design #forgottenPwdForm .application-form-body,
.feature-design #validEmail #description_container,
.feature-design #accountManagementOuterContainer .travis-perkins-form {
    border: 1px solid #d7d7d7;
    background: #fcfcfc;
    padding: 20px;
}
.feature-design #accountManagementOuterContainer .travis-perkins-form {
    width: 250px;
}
.feature-design #forgottenPwdForm .application-form-body .section {
    padding-top: 20px;
}
.feature-design .label-and-input {
    position: relative;
}
.feature-design #forgottenPwdForm .info-tooltip {
    top: 35px;
    right: 70px;
}
.feature-design #forgottenPwdForm .navigation-button-container > div {
    width: auto;
}
.feature-design #forgottenPwdForm button.button {
    padding: 15px 58px;
}
.feature-design #accountManagementOuterContainer button.button {
    width: 213px
}
.feature-design #forgottenPwdForm .info-tooltip-message,
.feature-design #accountManagementOuterContainer .info-tooltip-message {
    margin-left: -201px;
}
.feature-design #validEmail > div:first-child h2 strong,
.feature-design #accountManagementOuterContainer > div:first-child h2 strong {
    font-weight: normal !important;
}
.feature-design #validEmail .forgotten-content,
.feature-design #accountManagementOuterContainer .travis-perkins-form .pstrength-minchar {
    display: none;
}
.feature-design #validEmail,
.feature-design #validEmail #description_container .span-13 {
    width: 100%;
}
.feature-design #accountManagementOuterContainer .info-tooltip {
    top: 35px;
    right: inherit;
    bottom: inherit;
    left: 220px;
}
.feature-design #accountManagementOuterContainer .label-and-input .input input {
    margin: 0;
}
.feature-design #accountManagementOuterContainer .button-control {
    padding: 20px 0;
    width: 213px;
}
.feature-design #forgottenPwdForm .label-and-input.input-error input,
.feature-design #accountManagementOuterContainer .label-and-input.input-error input {
    border-width: 1px;
}
.feature-design #forgottenPwdForm .label-and-input.input-error p,
.feature-design #accountManagementOuterContainer .label-and-input.input-error p {
    left: 0;
    top: 73px;
}

/* Ambed Log in */
.feature-design #amendLogin .dynamicContent {
    width: auto;
    position: relative;
}
.feature-design #amendLogin .span-14{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.feature-design #amendLogin .pageTitle {
    width: 950px;
    background: #1A3B69;
    color: #fff;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    margin: 0 0 20px;
    position: absolute;
    top:0;
    left: 0;
}
.feature-design #amendLogin .pageTitle .content{
    display: inline;
    padding-left: 20px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}
.feature-design #amendLogin #defaultContainer,
.feature-design #amendLogin #updatePasswordForm,
.feature-design #amendLogin #updateEmailForm{
    border:1px solid #d4d4d4;
    overflow: hidden;
    margin: 90px 0 35px;
    background: #fcfcfc;
}
.feature-design #amendLogin #defaultContainer.hidden,
.feature-design #amendLogin #updatePasswordForm.hidden,
.feature-design #amendLogin #updateEmailForm.hidden{
    display: none;
}
.feature-design #amendLogin #updatePasswordForm,
.feature-design #amendLogin #updateEmailForm{
    width: 330px;
    padding:10px 0 35px;
}
.feature-design #amendLogin #defaultContainer .amendContainer {
    padding:15px 20px;
    overflow: hidden;
}
.feature-design #amendLogin #updatePasswordForm .inputSection,
.feature-design #amendLogin #updateEmailForm .inputSection{
    padding:0 35px 0 20px;
}
.feature-design #amendLogin #updateEmailForm > .label-and-input{
    margin:15px 35px 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.feature-design #amendLogin #updateEmailForm > .label-and-input #formerEmailLabel{
    font-family: 'Roboto_b', sans-serif;
    height: auto;
    margin: 0 0 7px;
}
.feature-design #amendLogin #defaultContainer .amendDetails{
    float: left;
    padding: 0 20px 0 0;
}
.feature-design #amendLogin #defaultContainer .buttonContainer{
    float: right;
    width: 140px;
}
.feature-design #amendLogin #defaultContainer .separator{
    border-top:1px solid #d4d4d4;
}
.feature-design #amendLogin #updateEmailForm .label-and-input .label{
    width: 265px;
}
.feature-design #amendLogin #defaultContainer label,
.feature-design #amendLogin #updatePasswordForm label,
.feature-design #amendLogin #updateEmailForm label{
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
}
.feature-design #amendLogin #defaultContainer  .valueBolded{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #d4d4d4;
}
.feature-design #amendLogin .dashboardButtonContainer a.dashboardButton{
    background: #ededed;
    border-bottom: 2px solid #1a3b69;
    float: left;
}
.feature-design #amendLogin .dashboardButtonContainer a.dashboardButton:hover {
    cursor: pointer;
    background-color: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    transition: all 0.2s;
    text-decoration: none;
}
.feature-design #amendPasswordContainer .application-form form .label-and-input{
    height: auto;
}
.feature-design #amendLogin .application-form form .label-and-input .input input{
    width: 263px;
    margin:0;
    border: 2px solid #d4d4d4;
    height: 20px;
}
.feature-design #amendLogin .application-form form .label-and-input .input{
    width: 272px;
    height: 29px;
}
.feature-design #amendLogin .application-form .buttonControl{
    padding: 10px 42px 0 20px;
}
.feature-design #amendLogin .application-form .buttonControl #ammendPasswordBackButton,
.feature-design #amendLogin .application-form .buttonControl #ammendLoginBackButton{
    background: #296B95;
    color: #fff;
    padding:15px 26px;
}
.feature-design #amendLogin .application-form .buttonControl #ammendPasswordBackButton:hover,
.feature-design #amendLogin .application-form .buttonControl #ammendLoginBackButton:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
.feature-design #amendLogin .application-form .buttonControl .amendButton.changeButton{
    padding:15px 20px;
    float: right;
}
.feature-design #amendLogin .application-form form .label-and-input{
    height: auto;
}
.feature-design #amendLogin .application-form form .label-and-input #amendPasswordNewPassword{
    margin: 0 0 10px;
}
.feature-design #amendLogin .requiredLabel{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: absolute;
    right: -600px;
    color: #fff;
    top:28px;
    letter-spacing: 0.03em;
}
.feature-design #amendLogin button.button,
.feature-design #amendLogin  a.button{
    line-height: 14px;
}
.feature-design #amendLogin .application-form form .label-and-input.input-error p{
    color: #ED1C24;
    position: relative;
    top:0;
    left: 0;
    margin: 10px 0 0 4px;
    line-height: 13px;
    font-size: 12px;
}
.feature-design #amendLogin .form_field-input .pstrength-minchar{
    display: none;
}

/* payment declined page -  M2 */
.feature-design .payment-declined-page .payment-declined-title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    background: #1A3B69;
    padding: 20px;
    margin: 0 0 20px 0;
}
.feature-design .payment-declined-img {
    float: right;
    margin-top: 50px;
}
.feature-design .payment-declined-page > div,
.feature-design .payment-declined-page > p {
    width: 600px;
}
.feature-design .payment-declined-msg {
    font-family: "Roboto_b", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin: 0 0 20px 0;
}
.feature-design .payment-declined-list-holder {
    background: #fafafa;
    padding: 15px 20px 20px 20px;
    margin-bottom: 20px;
}
.feature-design .payment-declined-list-holder .list-title {
    color: #1A3B69;
    font-family: "Roboto_b", sans-serif;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.feature-design .payment-declined-list-holder .list-item {
    position: relative;
    color: #616161;
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 0 20px;
}
.feature-design .payment-declined-list-holder .list-item:before {
    content: ".";
    position: absolute;
    top: -11px;
    left: -10px;
    font-size: 33px;
}
.feature-design .payment-declined-btn {
    display: inline-block;
    padding: 15px 50px;
    margin: 0 10px 0 0;
    color: #333333;
    background: #ec9b0c;
    border: none;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.feature-design .payment-declined-btn:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
.feature-design .payment-declined-btn.btn-right {
    background: #296B95;
    border: none;
}
.feature-design .payment-declined-btn a {
    color: #333;
}
.feature-design .payment-declined-btn.btn-right a {
    color: #fff;
}
.feature-design .payment-declined-btn a:hover {
    text-decoration: none;
}
/*M2 Balance & Invoices: payment */
.feature-design #payment_wrapp .tp_header + .clear {
    position: relative;
}
.feature-design.template-pages-CheckoutPageTemplate #content {
    padding-top: 50px;
}
.feature-design .tp_checkoutTitle_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #1a3b69;
}
.feature-design .tp_checkoutTitle_wrapper .tp_OrderTitle {
    margin-right: 610px;
    color: #fff;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.feature-design .tp_OrderButton.back {
    padding: 11px 28px;
    color: #333333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),
    0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
}
.feature-design .tp_OrderTitle.review {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 23px;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #1a3b69;
}
.feature-design .summery_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}
.feature-design .summery_wrapper .payment_list {
    flex: 1 100%;
    order: 1;
    margin-bottom: 20px;
    background: #fafafa;
    border-collapse: collapse;
}
.feature-design .summery_wrapper .payment_list tr {
    border: 1px solid #d4d4d4;
}
.feature-design .summery_wrapper .payment_list th {
    color: #616161;
}
.feature-design .summery_wrapper .payment_list tr:nth-child(even) td {
    background: #fafafa;
}
.feature-design .summery_wrapper .payment_list th:not(:last-child),
.feature-design .summery_wrapper .payment_list td:not(:last-child) {
    padding: 18px 30px;
    font-size: 13px;
}
.feature-design .summery_wrapper .payment_list td:last-child {
    width: 50px;
}
.feature-design .summery_wrapper .payment_list .tp_OrderButton {
    text-decoration: underline;
    font-size: 14px;
    color: #1a3b69;
}
.feature-design .summery_wrapper .tp_orderTotal_wrapp {
    order: 2;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.feature-design .summery_wrapper .tp_orderTotal_wrapp .tporderTotal {
    display: flex;
    justify-content: flex-end;
    padding-right: 18px;
}
.feature-design .summery_wrapper .tp_orderTotal_wrapp .tporderTotal .titles_box {
    margin-right: 15px;
}
.feature-design .summery_wrapper #partialPaymentSection {
    order: 4;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 18px;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymentForm {
    width: 100%;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymnetLinkContainer {
    display: flex;
    justify-content: flex-end;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymnetLinkContainer #partialPaymentLink {
    position: relative;
    padding-right: 35px;
    margin-right: 0;
    color: #1a3b69;
    font-size: 13px;
    text-decoration: underline;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymnetLinkContainer #partialPaymentLink::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #1a3b69;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymentLink.partialPaymentLinkCollapsible {
    padding-right: 0;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymentLink.partialPaymentLinkCollapsible::before {
    transform: rotate(-90deg);
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymentBody {
    position: relative;
    text-align: right;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder {
    margin: 20px 0 0 0;
    padding: 16px;
    background: #fafafa;
    display: flex;
    flex-direction: row-reverse;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.partialPaymentTotalSection {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.partialPaymentTotalSection .partialPaymentSectionLabel {
    margin-bottom: 8px;
    font-size: 13px;
    color: #616161;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.partialPaymentTotalSection .paymentTotalContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.leftPartialPaymentSection {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.leftPartialPaymentSection .partialPaymentSectionLabel {
    font-size: 13px;
    color: #616161;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.leftPartialPaymentSection .paymentAmountContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.leftPartialPaymentSection .currencySymbol {
    margin-right: 10px;
    height: 16px;
    padding-top: 20px;
    font-size: 16px;
    color: #616161;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder #paymentAmountInvalidErrorMessage,
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder #paymentAmountEmptyErrorMessage {
    position: relative;
    left: 238px;
    width: 210%;
    margin-top: 12px;
    margin-bottom: -16px;
    margin-left: -254px;
    padding: 20px 5px;
    background: #C92D2D;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder #partialPaymentTotalError {
    display: flex;
    align-items: center;
    height: 40px;
}
.feature-design .summery_wrapper #partialPaymentSection .partialPaymentHolder .partialPaymentSection.leftPartialPaymentSection #paymentAmount {
    width: 184px;
    height: 36px;
    padding: 1px 8px 0 8px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}
.feature-design .summery_wrapper #partialPaymentSection .additional_partial_payment_section {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}
#partialPaymentBody .additional_partial_payment_section .additional_partial_payment_label {
    font-size: 13px;
}
.additional_partial_payment_comment textarea {
    width: 405px;
    height: 100px;
    border: 1px solid #e0e0e0;
    resize: vertical;
}
.feature-design .summery_wrapper #partialPaymentSection .additional_partial_payment_section #paymentEmptyCommentErrorMessage {
    position: relative;
    margin: 12px -20px -20px -20px;
    padding: 20px 5px;
    background: #C92D2D;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymentContinueButton,
.feature-design #payment_wrapp .payment-finish-btn {
    display: inline-block;
    padding: 15px 46px;
    color: #333333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
    border: none;
    cursor: pointer;
}
.feature-design .summery_wrapper .tp_orderContinued {
    order: 3;
    width: 50%;
}
.feature-design .summery_wrapper .tp_orderContinued .adobe_acrobat_box,
.feature-design .summery_wrapper .tp_orderContinued .tp_creditController {
    padding-left: 50px;
    color: #616161;
    font-size: 13px;
    line-height: 1.4;
}
.feature-design .summery_wrapper .tp_orderContinued .adobe_acrobat_box .adobeReaderImage {
    position: relative;
}
.feature-design .summery_wrapper .tp_orderContinued .adobe_acrobat_box .adobeReaderImage::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 33px;
    background: url(../images/invoices-and-credit-notes/icn_adobe_reader.png) no-repeat center center;
}
.feature-design .summery_wrapper .tp_orderContinued .adobe_acrobat_box .adobeReaderImage img {
    display: none;
}
.feature-design .summery_wrapper .tp_orderContinued .adobe_acrobat_box .download_reader {
    color: #1a3b69;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
}
.feature-design .summery_wrapper .tp_orderContinued #paymentContinueButton.tp_OrderButton.cont_to_pay {
    position: absolute;
    right: 20px;
    bottom: -65px;
    padding: 13px 26px;
}
.feature-design .summery_wrapper .tp_orderContinued #paymentContinueButton.tp_OrderButton.cont_to_pay {
    position: absolute;
    right: 20px;
    bottom: -65px;
    padding: 13px 26px;
    text-decoration: none;
}
.feature-design .summery_wrapper #partialPaymentSection #partialPaymentContinueButton:hover,
.feature-design .summery_wrapper .tp_orderContinued #paymentContinueButton.tp_OrderButton.cont_to_pay:hover,
.feature-design #payment_wrapp .payment-finish-btn:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip {
    height: 15px;
    top: initial;
    right: 20px;
    bottom: 1px;
}
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-icon {
    height: 15px;
    width: 10px;
    font-size: 13px;
    line-height: 15px;
    padding: 2px 5px;
}
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-message {
    top: 5px;
    right: 27px;
}
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-message:before {
    top: 6px;
}
.feature-design .summery_wrapper #partialPaymentSection .info-tooltip .info-tooltip-message:after  {
    top: 9px;
}

/*M2 payment_checkout_no_saved_cards*/
.feature-design .tp_paymentCards {
    margin-bottom: 20px;
}

.feature-design .tp_paymentCards .tp_totalInvoice_wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .tp_totalInvoice_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 28px 20px;
    background: #fafafa;
    border: 1px solid #d4d4d4;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .tp_totalInvoice_head .tp_totalInvoice_title #totalAmount {
    margin-left: 10px;
    font-weight: bold;
}

.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .tp_totalInvoice_head .tp_totalInvoice_anchor {
    position: relative;
    padding-right: 20px;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .tp_totalInvoice_head .tp_totalInvoice_anchor:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 1px;
    width: 5px;
    height: 5px;
    border-right: 2px solid #232323;
    border-bottom: 2px solid #232323;
    transform: rotate(45deg);
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .tp_totalInvoice_head .tp_totalInvoice_anchor.expand:after {
    top: 8px;
    transform: rotate(225deg);
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .tp_totalInvoice_expander {
    display: none;
    width: 100%;
}

.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list {
    background: #fafafa;
    border: 1px solid #d4d4d4;
    border-top: none;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list tr {
    border-bottom: 1px solid #d4d4d4;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list th {
    color: #616161;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list tr:nth-child(even) td {
    background: #fafafa;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list th:not(:last-child),
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list td:not(:last-child) {
    padding: 18px 30px;
    font-size: 13px;
    text-align: center;
}

.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list th:first-child,
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list td:first-child {
    padding-right: 0;
    text-align: left;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list td:last-child {
    display: flex;
    justify-content: flex-end;
    width: 78px;
    margin-bottom: -12px;
    padding: 0 10px;
    font-size: 13px;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .payment_list td .tp_OrderButton {
    text-decoration: underline;
    color: #1a3b69;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .adobe_acrobat_box {
    box-sizing: border-box;
    width: 50%;
    margin-top: 15px;
    padding-left: 50px;
    color: #616161;
    font-size: 13px;
    line-height: 1.4;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .adobe_acrobat_box .adobeReaderImage {
    position: relative;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .adobe_acrobat_box .adobeReaderImage::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 33px;
    background: url(../images/invoices-and-credit-notes/icn_adobe_reader.png) no-repeat center center;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .adobe_acrobat_box .adobeReaderImage img {
    display: none;
}
.feature-design .tp_paymentCards .tp_totalInvoice_wrapper .adobe_acrobat_box .download_reader {
    color: #1a3b69;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
}
.feature-design #tp_paymentCards {
    margin-bottom: 0;
}
.feature-design #tp_paymentCards .tp_OrderTitle.selectCard,
.feature-design #tp_paymentCards .tp_OrderTitle.yourCards {
    display: none;
}
.feature-design #tp_paymentCards .tp_message_noCards {
    position: relative;
    display: block;
    border: 1px solid #1a3b69;
    padding: 16px 20px 16px 45px;
}
.feature-design #tp_paymentCards .tp_message_noCards:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 15px;
    height: 15px;
    background: url(../images/tp_icon_informer.png) no-repeat center center;
    background-size: cover;
}
.feature-design #tp_paymentCards #payment_section {
    margin-top: 20px;
}
.feature-design #tp_paymentCards #payment_section h2 {
    margin-bottom: 5px;
    padding: 23px;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #1a3b69;
}
.feature-design #tp_paymentCards #payment_section #refine_billing_address,
.feature-design #tp_paymentCards #payment_section .tp_orderPayment_mandatory {
    display: none;
}
.feature-design #tp_paymentCards #payment_section .application-form {
    padding: 15px 25px;
    background: #fafafa;
    border: 1px solid #d4d4d4;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11:first-child {
    order: 1;
    margin-right: 0;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11.address-block {
    order: 2;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11:last-child {
    order: 2;
    width: 417px;
    margin-right: 0;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-12 {
    order: 3;
    width: 430px;
    margin-top: -65px;
    margin-right: 0;
}
.feature-design #tp_paymentCards #payment_section .application-form .tp_cardDetails_formBox .span-11 .sameAdress {
    display: none;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input .label-and-input {
    margin: 0;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11:last-child .label-and-input {
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 20px
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11:last-child .label-and-input .label {
    margin-right: 15px;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11:last-child .label-and-input #email_error_message span {
    margin-left: 10px;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input input{
    width: 250px;
    margin: 0;
    border: 1px solid #d4d4d4;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input .mandatory {
    margin-left: 3px;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox #postcodeLookupButton {
    margin-top: 4px;
    margin-left: 1px;
    padding: 0 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox #selectedAddress {
    position: relative;
    width: 258px;
    height: 34px;
    padding: 3px;
    border: 1px solid #d4d4d4;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox #postcodeLookupResultsContainer .input {
    position: relative;
}
.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox #postcodeLookupResultsContainer .input::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -30px;
    width: 5px;
    height: 5px;
    border-right: 2px solid #232323;
    border-bottom: 2px solid #232323;
    transform: rotate(45deg);
    pointer-events: none;
}
.feature-design #tp_paymentCards .application-form .tp_orderContinued {
    position: relative;
}
.feature-design #tp_paymentCards .application-form .tp_orderContinued .tp_OrderButton.cont_to_pay {
    position: absolute;
    top: 55px;
    right: 0;
    margin-top: -20px;
    padding: 15px 73px;
    color: #333333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
    border: none;
    cursor: pointer;
}
.feature-design #tp_paymentCards .application-form .tp_orderContinued .tp_OrderButton.cont_to_pay:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
}
/* M2 - Desktop - Dashboard CA and TCC */
.feature-design .acc-dashboard-top-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: #efefef;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18);
}
.feature-design .acc-dashboard-top-section * {
    box-sizing: border-box;
}
.feature-design .acc-dashboard-top-section .welcome-message {
    order: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #1A3B69;
    color: #fff;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.feature-design .acc-dashboard-content .description_message {
    margin-bottom: 30px;
    font-size: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.feature-design .acc-dashboard-top-section .acc-number {
    order: 2;
    width: 610px;
    padding: 25px 30px 20px 30px;
    font-size: 18px;
}
.feature-design #payChart.pay-chart-tp3 {
    width: 610px;
    order: 3;
    padding: 40px 50px 0 30px;
    margin-bottom: 35px;
    display: inline-block;
}
.feature-design .pay-chart-tp3 .chart-container {
    position: relative;
    display: flex;
    padding: 10px 15px;
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    margin: 10px 0;
}
.feature-design .pay-chart-tp3 .chart-item {
    height: 22px;
}
.feature-design .pay-chart-tp3 .chart-tooltip {
    position: absolute;
    left: 5px;
    top: -65px;
    min-width: 137px;
    height: 54px;
    padding: 14px 0;
    font-size: 13px;
}
.feature-design .chart-item:first-of-type {
    background: #296c96 !important;
}
.feature-design .chart-item:nth-of-type(2) {
    background: #bcbcbc !important;
}
.feature-design .chart-item:nth-of-type(3) {
    background: #1a3b69 !important;
}
.feature-design .chart-item:first-of-type .chart-tooltip {
    left: 5px;
}
.feature-design .chart-item:nth-of-type(2) .chart-tooltip {
    left: 150px;
}
.feature-design .chart-item:nth-of-type(3) .chart-tooltip {
    left: 300px;
}
.feature-design .pay-chart-tp3 .chart-tooltip div {
    margin-bottom: 10px;
    color: #2d2d2d;
}
.feature-design .pay-chart-tp3 .chart-tooltip strong {
    position: relative;
    width: 75px;
    height: 18px;
    padding-left: 30px;
    color: #616161;
    font-weight: normal !important;
}
.feature-design .pay-chart-tp3 .chart-tooltip strong:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.feature-design .chart-item:first-of-type .chart-tooltip strong:before {
    background: #296c96 !important;
}
.feature-design .chart-item:nth-of-type(2) .chart-tooltip strong:before {
    background: #bcbcbc;
}
.feature-design .chart-item:nth-of-type(3) .chart-tooltip strong:before {
    background: #1a3b69;
}
.feature-design .pay-chart-tp3 .legend-item {
    font-size: 14px;
    display: inline-block;
}
.feature-design .pay-chart-tp3 .legend-item.last-item {
    float: right;
    text-align: center;
}
.feature-design .pay-chart-tp3 .legend-item .item-msg {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
.feature-design #paymentDueSoon {
    position: relative;
    order: 4;
    width: 340px;
    margin-top: -65px;
    padding: 20px;
}
.feature-design #paymentDueSoon :after{
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    height: 75%;
    width: 2px;
    background: #7a7a7a;
}
.feature-design #paymentDueSoon .invoices-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-design #paymentDueSoon .invoices-header {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
}
.feature-design #paymentDueSoon .holder {
    margin-bottom: 25px;
}
.feature-design #paymentDueSoon .holder .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.feature-design #paymentDueSoon .holder div {
    display: flex;
    justify-content: space-between;
    min-width: 200px;
}
.feature-design #paymentDueSoon .holder .top-box {
    justify-content: flex-start;
    margin-bottom: 5px;
}
.feature-design #paymentDueSoon .holder .top-box strong {
    margin-right: 3px;;
}
.feature-design #paymentDueSoon .holder .inv-code {
    margin-right: 50px;
}
.feature-design #paymentDueSoon .btn-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.feature-design #paymentDueSoon .btn-holder button {
    padding: 10px 46px;
}
.feature-design #paymentDueSoonWaitingResponseError {
    order: 5;
}
.feature-design .acc-dashboard-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.feature-design .acc-dashboard-boxes .dashboard-box {
    box-sizing: border-box;
    position: relative;
    width: 290px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #d4d4d4;
}
.feature-design .acc-dashboard-boxes .dashboard-box:nth-child(3n) {
    margin-right: 0;
}
.feature-design .acc-dashboard-boxes .dashboard-benefit-button {
    display: flex;
    padding: 15px;
}
.feature-design .acc-dashboard-boxes .dashboard-benefit-button.disabled {
    opacity: 0.5;
    background: #d4d4d4;
    pointer-events: none;
}
.feature-design .acc-dashboard-boxes .dashboard-benefit-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: transparent;
}
.feature-design .acc-dashboard-boxes .dashboard-box:hover .dashboard-benefit-button:not(.disabled):after {
    background: #1A3B69;
}
.feature-design #account-dashboard-button-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}
.feature-design #account-dashboard-button-image .icon {
    width: 87px;
    height: 87px;
    border-radius: 50%;
}
.feature-design #account-dashboard-button-image .hover-icon {
    display: none;
}
.feature-design .dashboard-benefit-button .item-content {
    padding: 5px 15px 5px 10px;
}
.feature-design .dashboard-benefit-button .content-wrap {
    position: relative;
    min-height: 90px;
}
.feature-design .item-content #account-dashboard-button-title {
    font-size: 14px;
}
.feature-design .item-content #account-dashboard-button-description {
    margin-top: 10px;
    font-size: 13px;
}
.feature-design .item-content .arrow {
    position: absolute;
    top: 3px;
    right: -10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #232323;
    border-bottom: 2px solid #232323;
    transform: rotate(45deg);
    cursor: pointer;
}
.feature-design .item-content .subitem {
    display: none;
    position: relative;
    padding: 15px 0 0 15px;
    margin-top: 20px;
    margin-left: -110px;
}
.feature-design .item-content .subitem:before {
    content: '';
    position: absolute;
    top: 0;
    width: 255px;
    border-top: 1px solid #d4d4d4;
}
.feature-design .item-content #account-dashboard-button-additional-description {
    width: 240px;
    font-size: 13px;
    line-height: 1.25;
    margin: 0;
    word-wrap: break-word;
}

/* Payment Confirmation */
.feature-design #payment_wrapp .information_message {
    padding: 20px 20px 20px 95px;
    margin: 5px 0 15px 0;
    color: #C92D2D;
    border: 1px solid #C92D2D;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal !important;
    font-size: 14px;
}
.feature-design #payment_wrapp .information_message p {
    position: relative;
}
.feature-design #payment_wrapp .information_message p {
    font-weight: normal !important;
}
.feature-design #payment_wrapp .information_message p:before {
    content: "\f06a";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    height: 40px;
    left: -66px;
    font-size: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.feature-design .summery_wrapper .tp_orderContinued .tp_creditController {
    padding-left: 20px;

}
.feature-design.page-BalancePaymentReviewPage .summery_wrapper .payment_list {
    font-size: 14px;
}
.feature-design.page-BalancePaymentReviewPage .summery_wrapper .tp_orderContinued {
    width: 62%;
}
.feature-design.page-BalancePaymentReviewPage .summery_wrapper .tp_orderTotal_wrapp {
    width: 38%;
}
.feature-design.page-BalancePaymentReviewPage .summery_wrapper .payment_list tr td:first-child {
    width: 22%;
}
.feature-design.page-BalancePaymentReviewPage .summery_wrapper .payment_list tr td:last-child {
    width: 78%;
}
.feature-design.template-pages-CheckoutPageTemplate.page-ThankYouPage #content {
    padding-top: 0;
}
.feature-design .tp_OrderTitle.paymentconfirm {
    background: #1A3B69;
    min-height: 30px;
    padding: 20px 10px 20px 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-size: 24px;
    color: #ffffff;
}
.feature-design #payment_wrapp .tp_Order_message.success,
.feature-design #payment_wrapp .tp_card_info > div {
    color: #232323;
    background: #fafafa;
    border: 1px solid #d4d4d4;
}
.feature-design #payment_wrapp .tp_Order_message.success {
    padding: 20px;
}
.feature-design #payment_wrapp .tp_Order_message.success .tp_OrderTitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #232323;
    margin-bottom: 10px;
}
.feature-design #payment_wrapp .tp_Order_message.success .tp_OrderTitle:before {
    content: "\f058";
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #1A3B69;
    margin: 0 16px 4px 0;
}
.feature-design #payment_wrapp .tp_Order_message.success p {
    font-size: 14px;
    margin-bottom: 17px;
    font-family: "Roboto_b", sans-serif;
}
.feature-design #payment_wrapp .tp_Order_message.success p:last-child {
    margin-bottom: 0;
}
.feature-design #payment_wrapp .tp_card_info {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
}
.feature-design #payment_wrapp .tp_card_info > div {
    width: 465px;
    box-sizing: border-box;
}
.feature-design #payment_wrapp .tp_card_info tr:first-child td {
    padding-top: 20px;
}
.feature-design #payment_wrapp .tp_info_acc tr:first-child td:last-child {
    padding-top: 6px;
}
.feature-design #payment_wrapp .tp_card_info > div td {
    background: none;
    padding-left: 20px;
}
.feature-design #payment_wrapp .tp_card_info > div tr:last-child td:last-child {
    padding-bottom: 20px;
}
.feature-design .tp_info_card tr:first-child {
    border-bottom: 1px solid #d4d4d4;
}
.feature-design .tp_info_card td:first-child,
.feature-design .tp_info_card td:empty {
    display: none;
}
.feature-design .tp_info_card td {
    padding: 6px 0;
}
.feature-design .tp_info_card tr:first-child td {
    padding: 0 0 20px 0;
}
.feature-design .tp_info_card tr:nth-child(2) td {
    padding: 20px 0 6px 0;
}
.feature-design .tp_info_card tr:last-child td {
    padding: 6px 0 0 0;
}
.feature-design .tp_info_acc td {
    display: block;
    padding: 6px 0;
}
.feature-design .tp_info_acc td:nth-child(odd) {
    color: #616161;
}
.feature-design .tp_info_acc td:nth-child(even) {
    display: block;
    padding-bottom: 15px;
}
.feature-design #payment_wrapp #content:after {
    content: "";
    display: block;
    clear: both;
}
.feature-design.page-ThankYouPage .summery_wrapper .tp_orderTotal_wrapp {
    width: 100%;
    position: relative;
}
.feature-design.page-ThankYouPage .summery_wrapper .payment-finish-box {
    order: 3;
    width: 100%;
    text-align: right;
}
.feature-design .order_summery .payment-finish-msg {
    display: inline-block;
    font-size: 14px;
}
.feature-design .order_summery .btn-holder {
    display: inline-block;
    margin-left: 20px;
}
.feature-design .order_summery .payment-finish-btn {
    width: 200px;
}
.feature-design.page-ThankYouPage .summery_wrapper .tp_orderTotal_wrapp .tporderTotal {
    justify-content: space-between;
    position: relative;
    width: 280px;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 10px 7px 0;
    margin-bottom: 85px;
}
.feature-design.page-ThankYouPage .summery_wrapper .tp_orderTotal_wrapp .tporderTotal .last {
    position: absolute;
    bottom: -35px;
    font-size: 18px;
}
.feature-design.page-ThankYouPage .summery_wrapper .payment_list td:last-child {
    width: auto;
}
.feature-design.page-ThankYouPage .summery_wrapper .payment_list tr td,
.feature-design.page-ThankYouPage .summery_wrapper .payment_list tr th {
    text-align: center;
    font-size: 14px;
}
.feature-design.page-ThankYouPage .payment_list tr:not(:first-child):after {
    content: "";
}
.feature-design.page-ThankYouPage .tporderTotal .titles_box .last {
    left: 0;
}
.feature-design.page-ThankYouPage .tporderTotal .price_box .last {
    right: 10px;
}
.feature-design .tporderTotal #invoiceTotal {
    margin-bottom: 15px;
}
.feature-design .tporderTotal .price_box {
    text-align: right;
}
.feature-design .order_summery .titles_box #surcharge:after,
.feature-design .order_summery .tp_order_informer:before {
    display: inline-block;
    margin-left: 10px;
    font-family: "FontAwesome";
    content: "\f05a";
    color: #1a3b69;
    font-size: 16px;
}
.feature-design .order_summery .tp_order_informer {
    width: 300px;
    position: absolute;
    top: 38px;
    right: 350px;
    background: #fafafa;
    border: 1px solid #d4d4d4;
    padding: 13px 13px 13px 45px;
    font-size: 12px;
    line-height: 14px;
    box-sizing: border-box;
}
.feature-design .order_summery .tp_order_informer:before {
    position: absolute;
    top: 22px;
    left: 6px;
}


/* Balance & Invoices: overview */
.feature-design .invoices_credit_notes_wrapper .tp_title_wrapper {
    position: relative;
    margin-bottom: 20px;
}
.feature-design .tp_title_wrapper .tp_OrderTitle {
    padding: 20px;
    min-height: 30px;
    background: #1A3B69;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}
.feature-design .tp_title_wrapper .tp_user_info_wrap {
    background: #EDEDED;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    padding: 0 15px;
}
.feature-design .tp_title_wrapper .tp_user_info_wrap > div:first-child {
    width: 32px;
    height: 40px;
    background: url('../images/invoices-and-credit-notes/icn_account_manager.png') no-repeat 0px 3px;
}
.feature-design .tp_title_wrapper .tp_user_info_wrap .tp_user_info {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
}
.feature-design .tp_user_info_wrap .name,
.feature-design .tp_user_info_wrap .email_phone {
    display: flex;
    padding: 0 15px;
}
.feature-design .tp_user_info_wrap .name p,
.feature-design .tp_user_info_wrap .email_phone p {
    display: flex;
    font-size: 13px;
    justify-content: center;
    flex-direction: column;
}
.feature-design .tp_user_info_wrap .name p:first-child {
    padding-right: 5px;
}
.feature-design .tp_user_info_wrap .email_phone p:first-child {
    padding-right: 30px;
}
.feature-design .invoices_credit_notes_wrapper .tp_box_wrapper {
    position: relative;
    background: #EDEDED;
    border: 1px solid #D4D4D4;
    padding: 15px;
}
.feature-design .invoices_credit_notes_wrapper .tp_box_wrapper:after {
    content: '';
    clear: both;
    display: block;
}
.feature-design .tp_box_wrapper .tp_myInvoices {
    width: 600px;
    float: left;
}
#balance_tabs.ui-tabs {
    position: relative;
    padding: 0;
}
#balance_tabs.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}
#balance_tabs.ui-tabs .ui-tabs-nav li,
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-nav li {
    float: left;
    list-style: none;
    border-bottom: none;
    background: none;
    width: auto;
    min-height: 30px;
    padding: 0 20px;
    margin-right: 10px;
}
#balance_tabs.ui-tabs .ui-tabs-nav li h2 a,
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-nav li h2 a {
    display: block;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    padding: 0 21px;
}
#balance_tabs.ui-tabs .ui-tabs-nav li img {
    padding: 0 10px;
}
#balance_tabs.ui-tabs .ui-tabs-hide {
    display: none !important;
}
#balance_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: none;
    border-bottom: 2px solid #EC9B0C;
}
#balance_tabs.ui-tabs .ui-tabs-nav .ui-state-active,
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-nav .ui-state-active {
    text-decoration: none;
}
#balance_tabs.ui-tabs .ui-tabs-nav li h2 {
    margin: 0;
}
#balance_tabs.ui-tabs .ui-tabs-nav li a,
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-nav li a {
    line-height: 30px;
    font-size: 13px;
    color: #616161;
}
#balance_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #232323;
}
#balance_tabs.ui-tabs .ui-tabs-nav li a:hover,
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-nav li a:hover {
    color: #616161;
    text-decoration: none;
}
#balance_tabs.ui-tabs .ui-tabs-panel {
    padding: 15px 0px;
    outline: none;
    display: flex;
    align-content: stretch;
    align-items: stretch;
}
#balance_tabs.ui-tabs .ui-tabs-panel .amount_content {
    position: relative;
    min-width: 110px;
    padding: 0 15px;
}
#balance_tabs.ui-tabs .ui-tabs-panel #due_this_month_amount_due {
    margin:  0 20px;
}
#balance_tabs.ui-tabs .ui-tabs-panel h4 {
    font-size: 13px;
    margin-bottom: 14px;
}
#balance_tabs {
    margin-top: 0;
}
#balance_tabs .amount_content .title {
    font-size: 13px;
    padding: 5px 0;
    line-height: 20px;
    color: #616161;
}
#balance_tabs .amount_content .price {
    padding-bottom: 15px;
    color: #232323;
    font-size: 16px;
}
#balance_tabs .amount_content .tp_OrderButton {
    display: block;
    background: #296B95;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
#balance_tabs.ui-tabs #table_transaction.ui-tabs-panel,
#balance_tabs.ui-tabs #transactionBreakdownContent {
    display: block;
    position: relative;
    font-size: 13px;
}
#balance_tabs.ui-tabs .transactionBreakdownHeaderMessage {
    display: none;
}
#balance_tabs.ui-tabs #transactionBreakdownContent:after,
#balance_tabs.ui-tabs .transactionBreakdownContentHeader:after {
    content: '';
    display: block;
    clear: both;
}
#balance_tabs.ui-tabs #table_transaction .transactionsDebit,
#balance_tabs.ui-tabs #table_transaction .transactionCredit,
#balance_tabs.ui-tabs .transactionBreakdownContentHeader .transactionBreakdownHeaderDebits,
#balance_tabs.ui-tabs .transactionBreakdownContentHeader .transactionBreakdownHeaderCredits {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
#balance_tabs.ui-tabs .transactionBreakdownContentHeader {
    padding: 10px 0 5px 0;
}
#balance_tabs.ui-tabs .transactionBreakdownContentHeader .transactionBreakdownHeaderDebits,
#balance_tabs.ui-tabs .transactionBreakdownContentHeader .transactionBreakdownHeaderCredits {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #296C96;
}
#balance_tabs.ui-tabs #table_transaction .transactionsDebit,
#balance_tabs.ui-tabs .transactionBreakdownContentHeader .transactionBreakdownHeaderDebits  {
    padding-left: 0;
}
#balance_tabs.ui-tabs #table_transaction .transactionType {
    display: flex;
    padding:  2px 0;
}
#balance_tabs.ui-tabs #table_transaction .transactionType > div {
    font-size: 13px;
    width: 50%;
    color: #232323;
}
#balance_tabs.ui-tabs #table_transaction .transactionsDebit .transactionTypeDebit {
    color: #C92D2D;
}
#balance_tabs.ui-tabs #table_transaction .transactionCredit .transactionTypeCredit {
    color: #296C96;
}
#balance_tabs.ui-tabs #table_transaction .transactionBreakdownHeaderCreditLimit {
    padding-left: 200px;
}
#balance_tabs.ui-tabs #table_transaction .transactionBreakdownFooter {
    position: absolute;
    top: 15px;
}
#balance_tabs.ui-tabs #table_transaction .transactionBreakdownFooter #info-tooltip {
    position: absolute;
    top: 11px;
    right: -400px;
    width: 200px;
    line-height: 20px;
}
#balance_tabs.ui-tabs .transactionBreakdownFooter #info-tooltip .info-tooltip {
    position: absolute;
    top: 0;
    right: 0;
}
#balance_tabs.ui-tabs #table_transaction .creditBalanceValue,
#balance_tabs.ui-tabs #table_transaction .creditLimitValue {
    font-size: 16px;
    line-height: 20px;
    display: block;
}
.feature-design .tp_box_wrapper .tp_help_links,
.feature-design .tp_box_wrapper .tp_faq_link {
    float: right;
    width: 300px;
}
.feature-design .tp_box_wrapper .tp_help_links h1 {
    font-size: 16px;
    padding-bottom: 15px;
}
.feature-design .tp_help_links .toolTipContainer {
    line-height: 28px;
}
.feature-design .tp_help_links .toolTipContainer a {
    font-size: 13px;
    text-decoration: underline;
    color: #1A3B69;
}
.feature-design .tp_box_wrapper .tp_faq_link {
    padding-top: 10px;
}
.feature-design .tp_box_wrapper .tp_faq_link a {
    position: relative;
    font-size: 13px;
    color: #1A3B69;
}
.feature-design .tp_box_wrapper .tp_faq_link a:after {
    content: '';
    position: absolute;
    right: -13px;
    bottom: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1A3B69;
    border-right: 1px solid #1A3B69;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.tp_tabs_wrapper #prod_tabs.ui-tabs .ui-tabs-panel {
    border-top: none;
    outline: none;
    padding: 0;
}
.feature-design #payment_wrapp .tp_tabs_wrapper {
    position: relative;
    padding: 20px 0;
}
.feature-design #payment_wrapp .tp_tabs_wrapper .tp_tab_panel,
.feature-design #payment_wrapp .tp_tabs_wrapper .tp_invoices_count {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    padding: 10px 15px;
    background: #EDEDED;
}
.feature-design #payment_wrapp .tp_tabs_wrapper .tp_invoices_count {
    justify-content: center;
}
.feature-design #payment_wrapp .tp_tabs_wrapper .tp_invoices_count a {
    text-decoration: underline;
    cursor: pointer;
}
.feature-design #payment_wrapp .tp_tabs_wrapper .tp_invoices_count #clearSearch {
    display: none;
}
.feature-design #payment_wrapp .tp_tabs_wrapper .resultsCountMsg {
    padding-right: 15px;
    font-weight: bold;
}
.feature-design #payment_wrapp #tab_creditNotes .tp_tab_panel,
.feature-design #payment_wrapp #tab_statements .tp_tab_panel {
    padding: 0;
}
.feature-design #payment_wrapp .dataTables_filter {
    display: none;
}
.feature-design #payment_wrapp #get_adobe_reader {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 13px;
    width: 430px;
}
.feature-design #payment_wrapp #get_adobe_reader:after {
    content: '';
    clear: both;
    display: block;
}
.feature-design #payment_wrapp #get_adobe_reader > a {
    float: left;
    display: block;
    width: 30px;
    height: 33px;
    background: url('../images/invoices-and-credit-notes/icn_adobe_reader.png') no-repeat 0px -3px;
}
.feature-design #payment_wrapp #get_adobe_reader img {
    display: none;
}
.feature-design #payment_wrapp #get_adobe_reader .adobeReaderMessageContent {
    width: 390px;
    float: left;
    padding: 2px 0 0 10px;
}
.feature-design #payment_wrapp .tp_tab_panel .invoices_search #invoices_form {
    display: flex;
    flex-direction: column;
}
.feature-design #payment_wrapp .tp_tab_panel .invoices_search #invoices_form .search_invoices_label {
    display: flex;
}
.feature-design #payment_wrapp .tp_tab_panel .invoices_search #invoices_form .search_invoices {
    display: flex;
    flex-direction: column;
}
.feature-design #payment_wrapp .invoices_search .info-tooltip {
    margin-left: 7px;
    margin-top: 7px;
}
.feature-design #payment_wrapp .invoices_search .info-tooltip-label {
    line-height: 34px;
    font-size: 16px;
}
.feature-design #payment_wrapp .tp_tab_panel .invoices_filter label {
    font-size: 16px;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .search_invoices_label .info-tooltip-icon .info-tooltip-message {
    left: 17px;
    top: -2px;
    width: 300px;
}
.feature-design #payment_wrapp .tp_tab_panel label {
    padding-right: 10px;
    font-size: 13px;
    line-height: 34px;
}
.feature-design #payment_wrapp .tp_tab_panel .tp_OrderButton {
    background: #296B95;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-width: 0px;
}
.feature-design #payment_wrapp .tp_tab_panel .search_invoices .tp_OrderButton {
    margin-left: -3px;
}
.feature-design #payment_wrapp .tp_tab_panel .sbHolder,
.feature-design #payment_wrapp .tp_tab_panel .sbOptions,
.feature-design #payment_wrapp .tp_tab_panel .searchBox {
    background-color: #EDEDED;
}
.feature-design #payment_wrapp .tp_tab_panel .sbHolder,
.feature-design #payment_wrapp .tp_tab_panel .searchBox {
    border: 2px solid #D4D4D4;
}
.feature-design #payment_wrapp .tp_tab_panel .searchBox {
    border-right: none;
    width: 270px;
    line-height: 30px;
}
.feature-design #payment_wrapp .tp_tab_panel .searchBox.validationError {
    border: 1px solid #bdbdbd;
    background: #f4e1e1;
    border-bottom: 2px solid #c92d2d;
}
input.searchBox:focus {
    outline-width: 0;
}
input.searchBox::-webkit-search-cancel-button {
    display: none;
}
.feature-design #payment_wrapp .tp_tab_panel .invoices_search #too_short_validation_error,
.feature-design #payment_wrapp .tp_tab_panel .invoices_search #attack_characters_validation_error{
    display: none;
}
.feature-design #payment_wrapp .tp_tab_panel .invoices_search .error_message#too_short_validation_error,
.feature-design #payment_wrapp .tp_tab_panel .invoices_search .error_message#attack_characters_validation_error{
    display: block;
    color: #ED1C24;
    margin-top: 5px;
    font-size: 13px;
}
.feature-design #payment_wrapp .tp_tab_panel .invoices_filter {
    width: 265px;
    display: flex;
    flex-direction: column;
}
.feature-design #payment_wrapp .tp_tab_panel .sbSelector,
.feature-design #payment_wrapp .tp_tab_panel .sbOptions a  {
    color: #232323;
    border:  none;
}
.feature-design #payment_wrapp .tp_tab_panel .sbOptions {
    border:  1px solid #D4D4D4;
}
.feature-design #prod_tabs .tp_tabs_table table {
    border: 1px solid #D4D4D4;
    width: 950px !important;
}
.feature-design #prod_tabs .tp_tabs_table tr,
.feature-design #prod_tabs .tp_tabs_table th {
    background: #EDEDED;
    font-size: 13px;
}
.feature-design #prod_tabs .tp_tabs_table tbody tr:nth-child(even) td,
.feature-design #prod_tabs .tp_tabs_table tbody tr.even td {
    background: none;
}
.feature-design #prod_tabs .tp_tabs_table th {
    height: 35px;
    text-align: left;
    vertical-align: middle;
    height: 35px;
    border-bottom: 1px solid #D4D4D4;
}
.feature-design #prod_tabs .tp_tabs_table th span {
    position: relative;
    padding-left: 15px;
    display: inline-block;
}
.feature-design #prod_tabs .tp_tabs_table th span:after,
.feature-design #prod_tabs .tp_tabs_table th span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 0;
    height: 0;
}
.feature-design #prod_tabs .tp_tabs_table th span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #616161;
}
.feature-design #prod_tabs .tp_tabs_table th span:before {
    top: 9px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #616161;
}
.feature-design #prod_tabs #tab_statements .tp_tabs_table th,
.feature-design #prod_tabs .tp_tabs_table tr td:first-child {
    text-align: center;
}
.feature-design #prod_tabs .tp_tabs_table td {
    height: 50px;
    font-family: 'Roboto', sans-serif;
    color: #232323;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #D4D4D4;
}
.feature-design #prod_tabs .tp_tabs_table tr.selected {
    background: rgba(97, 97, 97, 0.2);
}
.feature-design #prod_tabs .tp_tabs_table tr.selected td {
    border-bottom: 2px solid #EC9B0C;
}
.feature-design #payment_wrapp .tp_tabs_table .dataTables_paginate {
    padding: 10px 0;
    height: 32px;
}
.feature-design #payment_wrapp .tp_tabs_table .dataTables_paginate,
.feature-design #payment_wrapp .tp_tabs_table .dataTables_paginate span {
    display: flex;
    justify-content: center;
}
.feature-design #payment_wrapp .dataTables_paginate a,
.feature-design #payment_wrapp .dataTables_paginate span a {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #fcfcfc;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
    background: #fcfcfc;
    cursor: pointer;
}
.feature-design #payment_wrapp .dataTables_paginate a.previous:before,
.feature-design #payment_wrapp .dataTables_paginate a.next:before {
    content: '';
    position: absolute;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1A3B69;
    border-right:  2px solid #1A3B69;
}
.feature-design #payment_wrapp .dataTables_paginate a.previous.disabled,
.feature-design #payment_wrapp .dataTables_paginate a.next.disabled {
    cursor: none;
    pointer-events: none;
}
.feature-design #payment_wrapp .dataTables_paginate a.previous.disabled:before,
.feature-design #payment_wrapp .dataTables_paginate a.next.disabled:before {
    border-color: #333333;
}
.feature-design #payment_wrapp .dataTables_paginate a.previous:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 12px;
}
.feature-design #payment_wrapp .dataTables_paginate a.next:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px;
}
.feature-design #payment_wrapp .dataTables_paginate a.current {
    background-color: #296B95;
    border-color: #296B95;
    color: #fff;
}
.feature-design #payment_wrapp .dataTables_paginate a:hover,
.feature-design #payment_wrapp .dataTables_paginate span a:hover {
    text-decoration: none;
}
.feature-design #prod_tabs .tp_action_buttons,
.feature-design #tab_invoices .tp_orderTotal_wrapp .tporderTotal {
    padding:  10px 0;
    text-align: right;
}
.feature-design .tp_tabs_wrapper .tp_action_buttons .tp_OrderButton {
    border: none;
    font-family: 'Roboto_b', sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.feature-design .tp_tabs_wrapper .tp_action_buttons .tp_OrderButton.download_selected {
    border: none;
    background: #296B95;
    color: #fff;
}
.feature-design .tp_tabs_wrapper .tp_action_buttons .tp_OrderButton.pay_selected {
    border: none;
    background: #EC9B0C;
}
.feature-design .tp_tabs_wrapper .tp_action_buttons a.tp_OrderButton.disabled {
    color: #EDEDED;
    background: #d3d3d3 !important;
    font-family: 'Roboto', sans-serif;
}
#searchInvoice.disable {
    border: #a3a3a4;
    pointer-events: none;
    background-color: #d3d3d3 !important;
    font-weight: normal;
    color: #a3a3a4;
}
.feature-design .tp_tabs_wrapper #tab_statements td {
    width: 50%;
}
.feature-design .tp_tabs_wrapper #tab_statements .view_statement_button {
    display: block;
    font-family: 'Roboto_b', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    background: #296B95;
    width: 170px;
    height: 30px;
}
.feature-design #prod_tabs .tp_tabs_table tr.overdue_row,
.feature-design #prod_tabs .tp_tabs_table tr.overdue_row.selected {
    background: rgba(201, 45, 45, 0.2)
}
.feature-design #prod_tabs .tp_tabs_table tr.overdue_row td,
.feature-design #prod_tabs .tp_tabs_table tr.overdue_row.selected td {
    border-bottom: 2px solid #C92D2D;
}
.feature-design #prod_tabs .tp_tabs_table tr.invoice span {
    display: inline-block;
    background: #EC9B0C;
    padding: 10px;
    color: #333333;
    box-sizing: border-box;
    width: 80px;
    text-align: center;
}
.feature-design #prod_tabs .tp_tabs_table tr.invoice.overdue_row span {
    color: #fff;
    background-color: #C92D2D
}
.feature-design #prod_tabs .tp_tabs_table tr.invoice span.paid_status {
    color: #fff;
    background-color: #4d7e6f;
}

.feature-design #payment_wrapp .info-tooltip,
.feature-design #payment_wrapp .toolTipContent {
    position: relative;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip #infoTooltipIcon,
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip-icon {
    position: absolute;
    right: 0;
    top: 2px;
    border: 2px solid #1A3B69;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    background-color: #1A3B69;
    cursor: default;
    display: block;
    font-family: "Roboto", sans-serif;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    line-height: 14px;
    text-align: center;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip #infoTooltipIcon {
    right: -10px;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip-icon {
    right: -20px;
    top: 0;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip-icon:hover .info-tooltip-message {
    display: block;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip-icon .info-tooltip-message {
    display: none;
    position: absolute;
    z-index: 6;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper #transactionsBreakdown .info-tooltip-icon .info-tooltip-message {
    top: 23px;
    left: -550px;
    width: 600px;
    min-height: 600px;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .tp_help_links .info-tooltip-icon .info-tooltip-message {
    top: 25px;
    right: -15px;
    width: 200px;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip-icon .info-tooltip-message:before,
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .info-tooltip-icon .info-tooltip-message:after {
    border: solid transparent;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper #transactionsBreakdown .info-tooltip-icon .info-tooltip-message:before,
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .tp_help_links .info-tooltip-icon .info-tooltip-message:before {
    border-color: transparent;
    border-bottom-color: #193a68;
    border-width: 7px;
    top: -16px;
    right: 35px;
    /* left: 547px; */
}

.feature-design #payment_wrapp .invoices_credit_notes_wrapper #transactionsBreakdown .info-tooltip-icon .info-tooltip-message:after,
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .tp_help_links .info-tooltip-icon .info-tooltip-message:after {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    border-width: 5px;
    top: -10px;
    right: 37px;
    /* left: 549px; */
    z-index: 7;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .tp_help_links .info-tooltip-icon .info-tooltip-message:before {
    right: 10px;
}
.feature-design #payment_wrapp .invoices_credit_notes_wrapper .tp_help_links .info-tooltip-icon .info-tooltip-message:after {
    right: 12px;
}
.application-form #tradeCashCardApplicationDetailsForm .application-form-body .section {
    width: 100%;
    border:  none;
    margin-bottom: 20px;
}
.application-form form .info-tooltip .info-tooltip-message {
    margin-left: -190px;
    margin-top: -20px;
}

/*M2 payment_checkout_select_saves_card*/
.feature-design #tp_paymentCards > .tp_OrderTitle.selectCard{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 23px;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #1a3b69;
}
.feature-design #select_card{
    border:1px solid #e0e0e0;
    border-top: none;
    background: #fafafa;
    overflow: hidden;
    margin: -10px 0 19px;
    font-size: 14px;
}
.feature-design #select_card .tp_card{
    display: block;
    overflow: hidden;
    padding: 16px 0 16px 18px;
    border-top:1px solid #e0e0e0;
}
.feature-design #select_card .tp_cardList .card_radio{
    float: left;
    width: 37px;
}
.feature-design #select_card .tp_cardList .card_type{
    float: left;
    width: 200px;
    font-weight: bold;
}
.feature-design #select_card .tp_cardList .card_name{
    float: left;
    width: 235px;
    font-weight: bold;
    text-align: center;
}
.feature-design #select_card .tp_cardList .card_year{
    float: left;
    width: 200px;
    padding: 0 0 0 112px;
}
.feature-design #tp_paymentCards .tp_OrderButton.back#payWithNewCardButton{
    display: inline-block;
    background: #296B95;
    color: #fff;
    font: 14px/16px 'Roboto', sans-serif;
    transition: box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),
    0 1px 2px rgba(0,0,0,0.24);
    padding:11px 36px;
}
.feature-design #tp_paymentCards .tp_OrderButton.back#payWithNewCardButton:hover{
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.30);
    cursor: pointer;
}
#card_frame,
#tp_paypage_iframe{
    width: 100%;
    height: 502px;
}

/* M3 -Desktop - Logged In -  Product Listing - Grid  view */
.feature-can-collect .grid_view #products {
    margin: 30px 0;
    border-collapse: collapse;
    border: 2px solid  transparent;
}
.feature-can-collect .grid_view #products .row:first-child {
    margin-top: 30px;
}
.feature-can-collect .grid_view #products .row .prod {
    border: 1px solid #e0e0e0;
}

.feature-can-collect .grid_view #products .row .prod:before {
    border: none;
    box-shadow: none;
}
.feature-can-collect .grid_view #products .row .prod .tpPlpProductPanelComponent {
    padding: 30px;
}
.feature-can-collect .grid_view #products .row .prod .tpPlpProductPanelComponent:after {
    display: none;
}
.feature-can-collect .grid_view #products .row .prod.poa .tpPlpProductPanelComponent,
.feature-can-collect .grid_view #products .row .prod.poa .prod_img,
.feature-can-collect .grid_view #products .row .prod.poa .prod_info {
    background: #fafafa;
}
.feature-can-collect .grid_view #products .row .prod .prod_img {
    height: 172px;
    width: 172px;
    margin: 0 auto;
}
.feature-can-collect .grid_view #products .row .prod .prod_img img {
    width: 100%;
}
.feature-can-collect .grid_view #products .row .prod.poa .prod_img a img {
    border: 10px solid #ededed;
    box-sizing: border-box;
}
.feature-can-collect .grid_view #products .row .prod .prod_info {
    width: 100%;
    padding-top: 20px;
}
.feature-can-collect .grid_view #products .row .prod .prod_info .bold {
    margin-bottom: 0;
    line-height: 24px;
}
.feature-can-collect .grid_view #products .row .prod .prod_info a {
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.feature-can-collect .grid_view #products .row .prod .prod_info a:hover {
    text-decoration: underline !important;
    color: #1A3B69;
}
.feature-can-collect .grid_view #products .row .prod .prod_info .product_code span {
    color: #616161;
    font-size: 16px;
}
.feature-can-collect .grid_view #products .row .prod .prod_info .product_price_holder,
.feature-can-collect .grid_view #products .row .prod .product_price .productPriceRetrievingError {
    width: auto;
}
.feature-can-collect .grid_view #products .row .prod .prod_info .price_value {
    color: #333;
    margin-left: 0;
}
.feature-can-collect .grid_view #products .row .prod .prod_info .price_info_holder {
    display: inline;
    width: 100%;
    order: 15;
}
.feature-can-collect .grid_view #products .row .prod .prod_info .product_price_holder .price_UOM,
.feature-can-collect .grid_view #products .row .prod .prod_info .product_price_holder .price_from {
    font-size: 14px;
    color: #616161;
    order: 0;
    margin-right: 10px;
}

.feature-can-collect .list_view #products .row .prod .prod_info .product_price_holder .price_UOM {
    color: #616161;
}

.feature-can-collect .grid_view #products .row .prod .prod_info .product_price_holder .price_from,
.feature-can-collect .list_view #products .row .prod .prod_info .product_price_holder .price_from {
    color:#333;
}
.feature-can-collect .grid_view #products .row .prod .product_price .price_error_message_holder .price-message {
    font-size: 14px;
    color: #616161;
}
.feature-can-collect .grid_view #products .row .prod .product_price .price_error_message_holder .info-tooltip{
    right: -15px;
}
/*M3 -  Desktop - Product Category*/
.feature-can-collect #products .cat_prod {
    min-height: 224px;
    width: 170px;
    border-width: 20px 20px 0 20px;
}
.feature-can-collect #products .cat_prod:hover:after {
    width: 190px;
    left: -20px;
    border-width: 0 10px 0 10px;
}
.feature-can-collect #products .cat_prod .prod_img {
    height: 170px;
}
.feature-can-collect #products .cat_prod .prod_img img {
    width: 170px;
}
.feature-can-collect #products .cat_prod .prod_info h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 26px;
}
.feature-can-collect #products .cat_prod:hover .prod_info h4 {
    font-family: 'Roboto', sans-serif;
}

/* Start Delivery Popup */

.feature-can-collect #cboxOverlay{
    background: #808080;
    opacity: 0.3 !important;
}
.feature-can-collect #colorbox{
    padding: 0 !important;
    width: 740px !important;
}
.feature-can-collect #cboxTopLeft,
.feature-can-collect #cboxTopCenter,
.feature-can-collect #cboxTopRight,
.feature-can-collect #cboxMiddleLeft,
.feature-can-collect #cboxMiddleRight,
.feature-can-collect #cboxBottomLeft,
.feature-can-collect #cboxBottomCenter,
.feature-can-collect #cboxBottomRight{
    display: none;
}
.feature-can-collect #cboxWrapper{
    z-index: 5;
    border: none!important;
    border-bottom: 8px solid #1a3b69!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    width: 740px !important;
}
.feature-can-collect #cboxContent{
    width: 740px !important;
}
.feature-can-collect #cboxLoadedContent{
    padding: 25px 40px 40px;
    width: 670px !important;
    margin-bottom: 0;
}
.feature-can-collect #cboxClose{
    top: 20px;
    right: 50px;
    background: none;
}
.feature-can-collect #cboxClose:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: rotate(135deg);
    right: 0;
    width: 20px;
    height: 3px;
    background-color: #696969;
}
.feature-can-collect #cboxClose:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    right: 0;
    width: 20px;
    height: 3px;
    margin-top: 0;
    background-image: none;
    background-color: #696969;
    border-radius: 0;
}
.feature-can-collect #tp_undeliverableProductsPopup .header {
    font-size: 18px;
    color: #333;
}
.feature-can-collect #plpAddToCartPopup .wrapper,
.feature-can-collect #tp_addToCartPopup .wrapper,
.feature-can-collect #tp_undeliverableProductsPopup .wrapper {
    border-top: 1px solid #bdbdbd;
    margin: 40px 0 0;
    position: relative;
}
.feature-can-collect #tp_undeliverableProductsPopup .wrapper {
    margin-top: 20px;
    padding-top: 20px;
}
.feature-can-collect #tp_undeliverableProductsPopup .message p,
.feature-can-collect #tp_undeliverableProductsPopup .undeliverable_products {
    font-size: 16px;
    color: #616161;
    line-height: 24px;
    margin-bottom: 10px;
}
.feature-can-collect #tp_undeliverableProductsPopup .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.feature-can-collect #tp_undeliverableProductsPopup .buttons input {
    display: block;
    padding: 15px 30px;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    font-size: 14px;
    font-family: 'Roboto_b', sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    color: #333;
    width: 160px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.feature-can-collect #plpAddToCartPopup .popup-icon,
.feature-can-collect #tp_addToCartPopup .popup-icon {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
}
.feature-can-collect #plpAddToCartPopup .logo-wrap,
.feature-can-collect #tp_addToCartPopup .logo-wrap {
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect #plpAddToCartPopup .logo-wrap h3,
.feature-can-collect #tp_addToCartPopup .logo-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    color:#333;
}
.feature-can-collect #plpAddToCartPopup .description,
.feature-can-collect #tp_addToCartPopup .description {
    position: absolute;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #616161;
    top: 72px;
    left: 123px;
    width: 570px;
    line-height: 20px;
}
.feature-can-collect #plpAddToCartPopup #postCodeForm,
.feature-can-collect #tp_addToCartPopup #postCodeForm {
    display: block;
    position: relative;
    padding: 20px;
    background: #fafafa;
}
.feature-can-collect #plpAddToCartPopup input[type=text],
.feature-can-collect #tp_addToCartPopup input[type=text] {
    line-height: 18px;
    text-transform: uppercase;
}
.feature-can-collect #plpAddToCartPopup input[type=text],
.feature-can-collect #plpAddToCartPopup .form_field-input,
.feature-can-collect #tp_addToCartPopup input[type=text],
.feature-can-collect #tp_addToCartPopup .form_field-input {
    width: 270px;
    display: inline-block;
    margin: 0;
    padding-top: 0;
}
.feature-can-collect #plpAddToCartPopup .form_field-input,
.feature-can-collect #tp_addToCartPopup .form_field-input {
    width: 278px;
}
.feature-can-collect #plpAddToCartPopup input[type=text]:focus,
.feature-can-collect #plpAddToCartPopup .form_field-input:focus,
.feature-can-collect #tp_addToCartPopup input[type=text]:focus,
.feature-can-collect #tp_addToCartPopup .form_field-input:focus {
    outline: none;
    border: 1px solid #bbb;
}
.feature-can-collect #plpAddToCartPopup #postCodeSearchButton,
.feature-can-collect #tp_addToCartPopup #postcode_search {
    border-radius: 0;
    height: 36px;
    width: 38px;
    top: 0;
    right: 0;
    background: url(../images/icn_header_search_white.png) #EC9B0C no-repeat 10px 10px;
    background-size: 17px;
    text-indent: -9999px;
    border: none;
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect #plpAddToCartPopup .postcode-question,
.feature-can-collect #tp_addToCartPopup .postcode-question {
    position: absolute;
    left: 354px;
    top: 173px;
    color: #1a3b69;
    text-decoration: underline;
    font-size: 14px;
}
.feature-can-collect #plpAddToCartPopup .postcode-exp,
.feature-can-collect #tp_addToCartPopup .postcode-exp {
    display: block;
    background: #eee;
    border:20px solid #fafafa;
    border-top:0;
    font-size: 14px;
    color: #616161;
    padding: 10px;
    margin-top: -10px;
    position: relative;
}
.feature-can-collect #plpAddToCartPopup .postcode-exp.close,
.feature-can-collect #tp_addToCartPopup .postcode-exp.close {
    display: none;
}
.feature-can-collect #plpAddToCartPopup .postcode-info,
.feature-can-collect #tp_addToCartPopup .postcode-info {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    line-height: 24px;
    font-size: 14px;
    color: white;
    text-align: center;
    background: #296c96;
}
.feature-can-collect #plpAddToCartPopup .postcode-info:before,
.feature-can-collect #tp_addToCartPopup .postcode-info:before {
    content: 'i';
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #fff;
    color: #296c96;
    left: -10px;
}
.feature-can-collect .error-msg.postcode-error-msg,
.feature-can-collect .postcode-delivery-branch-missing-msg {
    display: block;
    position: relative;
    font-size: 14px;
    margin-top: -10px;
    color: #f44336;
    padding: 0 20px 20px;
    background: #fafafa;
}

/* END Delivery Popup */

/* M3 - Checkout Step 1 */
.feature-can-collect #payment_wrapp .tp_header {
    overflow: auto;
}
.feature-can-collect #payment_wrapp .tp_checkoutTitle_wrapper {
    box-sizing: border-box;
    position: static;
    justify-content: space-between;
    width: 950px;
    height: 72px;
    margin: 40px auto 20px;
    padding: 0 20px;
}
.feature-can-collect #payment_wrapp .tp_checkoutTitle_wrapper .tp_OrderTitle {
    margin-right: 0;
    font-size: 26px;
}
.feature-can-collect #payment_wrapp .tp_checkoutTitle_wrapper .tp_OrderTitle:before {
    content: '\f023';
    font-family: 'FontAwesome';
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.feature-can-collect #payment_wrapp .tp_OrderButton.back {
    padding: 15px 30px;
    background: #296c96;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
}
.feature-can-collect.page-OrderDeliveryDetailsPage #payment_wrapp .clear #content,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage #payment_wrapp .clear #content,
.feature-can-collect.page-OrderPaymentPage #payment_wrapp .clear #content {
    display: flex;
    padding-top: 0;
}
.feature-can-collect .form-info-top,
.Guest-Checkout.page-GuestOrderDeliveryDetailsPage .form-info {
    box-sizing: border-box;
    position: absolute;
    top: 75px;
    width: 545px;
    padding-right: 20px;
    text-align: right;
    font-size: 14px;
    color: #616161;
    z-index: 10;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design .delivery-details-left-block,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer,
.feature-can-collect.feature-design .tp_orderPayment_wrapper {
    width: 545px !important;
    margin-right: 20px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .collectionOptions-wrap .show_details,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .collectionOptions-wrap .show_details {
    display: none;
}
.feature-can-collect .collectionOptions-wrap .title,
.feature-can-collect.template-pages-CheckoutPageTemplate h2,
.feature-can-collect.template-pages-addon--b2bmerchantaddon-pages-checkout-guest-guestOrderThankYouPage h2,
.feature-can-collect .delivery-details-left-block .title {
    position: relative;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #ededed;
    border-bottom: 2px solid #1a3b69;
    color: #333;
}
.feature-can-collect.template-pages-CheckoutPageTemplate.feature-simplified-billing-address .payment-details-holder h2 {
    font-size: 18px;
    background: none;
    padding: 10px 20px;
    border: none;
}
.feature-can-collect.template-pages-CheckoutPageTemplate.feature-simplified-billing-address #billingAddress p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate.feature-simplified-billing-address #billingAddress a {
    color: #296C96;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px 0;
    display: inline-block;
}
.feature-can-collect.template-pages-CheckoutPageTemplate.feature-simplified-billing-address .card-details #paymentframe {
    padding: 0 10px 15px 0;
}
.feature-can-collect.template-pages-CheckoutPageTemplate.feature-simplified-billing-address .card-details #paymentframe iframe {
    margin: 0 10px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate.feature-simplified-billing-address .card-details #paymentframe h2 {
    padding: 10px 10px;
}
.feature-can-collect .collectionOptions-wrap .collection-branch {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
    padding: 44px 20px 30px 20px;
    background: #fafafa;
}
.feature-can-collect .collectionOptions-wrap .collection-branch:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 1px;
    background: #e0e0e0;
    width: 505px;
}
.feature-can-collect .collectionOptions-wrap .collection-branch h3 {
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.feature-can-collect .collectionOptions-wrap .collection-branch h3 span {
    font-size: 16px;
    color: #616161;
}
.feature-can-collect .collectionOptions-wrap .collection-branch .CO_collumLeft,
.feature-can-collect .collectionOptions-wrap .collection-branch .CO_collumRight {
    box-sizing: border-box;
    width: 240px;
    font-size: 14px;
}
.feature-can-collect .collectionOptions-wrap .collection-branch .CO_collumLeft {
    margin-right: 20px;
}
.feature-can-collect .collectionOptions-wrap .collection-branch .headings {
    margin-bottom: 10px;
    color: #616161;
}
.feature-can-collect .collectionOptions-wrap .collection-branch .wk_day {
    display: inline-block;
    width: 95px;
}
.feature-can-collect .collection_options_mobile_div {
    margin-bottom: 20px;
    padding: 30px 20px 20px 20px;
    line-height: 24px;
    font-size: 14px;
    background: #fafafa;
}
.feature-can-collect .collection_options_mobile_div .CO_collumLeft {
    margin-bottom: 15px;
}
.feature-can-collect .collection_options_mobile_div .headings {
    margin-bottom: 10px;
}
.feature-can-collect .collection_options_mobile_div .CO_collumRight {
    display: flex;
    flex-wrap: wrap;
}
.feature-can-collect .collection_options_mobile_div .CO_collumRight .collectionOptions_mobileNumber {
    order: 1;
    box-sizing: border-box;
    width: 340px;
    margin: 0;
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
}
.feature-can-collect .collection_options_mobile_div .CO_collumRight .number-info-link {
    order: 3;
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #1a3b69;
}
.feature-can-collect .collection_options_mobile_div .CO_collumRight .form-error {
    order: 2;
}
.feature-can-collect .collection_options_mobile_div .number-info,
.feature-can-collect .delivery-info-wrap .number-info {
    display: none;
    width: 100%;
    position: relative;
    margin: 5px 0 5px 50px;
    font-size: 14px;
}
.feature-can-collect .collection_options_mobile_div .number-info.visible,
.feature-can-collect .delivery-info-wrap .number-info.visible {
    display: block;
}
.feature-can-collect .collection_options_mobile_div .number-info:before,
.feature-can-collect .delivery-info-wrap .number-info:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/checkout/no-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -45px;
    top: 10px;
    opacity: 0.5;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptions_continue,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptions_continue {
    right: 0;
    display: block;
    padding: 15px 30px;
    background: #ec9b0c;
    text-align: center;
    color: #333;
    border: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    cursor: pointer;
}
.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptions_continue {
    margin-left: auto;
    margin-top: 20px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptions_continue:hover,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptions_continue:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.feature-can-collect .order_basket {
    width: 385px;
    padding: 0;
}
.feature-can-collect .order_basket #cart {
    background: #fafafa;
    width: 380px;
}
.feature-can-collect .order_basket .title-box {
    position: relative;
    display: flex;
    align-items: baseline;
    background: #ededed;
}
.feature-can-collect .order_basket .title-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1a3b69;
}
.feature-can-collect .order_basket .title-box .title {
    font-size: 20px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    position: static;
}
.feature-can-collect .order_basket .title-box .counter {
    margin-left: -20px;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect .order_basket #view-less-btn,
.feature-can-collect .order_basket #view-more-btn {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 14px;
    color: #1a3b69;
    cursor: pointer;
}
.feature-can-collect .order_basket #view-less-btn:after,
.feature-can-collect .order_basket #view-more-btn:after {
    font-family: 'FontAwesome';
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.feature-can-collect .order_basket #view-more-btn:after {
    content: '\f107';
}
.feature-can-collect .order_basket #view-less-btn:after {
    content: '\f106';
}
.feature-can-collect #cart.collapsed #view-less-btn,
.feature-can-collect #cart.expanded  #view-more-btn,
.feature-can-collect #cart.collapsed .baskt_items_wrap {
    display: none;
}
.feature-can-collect .order_basket .baskt_items_wrap {
    height: auto !important;
    max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 20px 20px 0 20px;
}
.feature-can-collect .order_basket .baskt_items_wrap::-webkit-scrollbar {
    width: 10px;
}
.feature-can-collect .order_basket .baskt_items_wrap::-webkit-scrollbar-button {
    display: none;
}
.feature-can-collect .order_basket .baskt_items_wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}
.feature-can-collect .order_basket .baskt_items_wrap:hover::-webkit-scrollbar-thumb {
    background: #1a3b69;
    transition: all 0.2s;
}
.feature-can-collect .order_basket .baskt_items_wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
}
.feature-can-collect .order_basket .pickup-order-group,
.feature-can-collect .order_basket .delivery-order-group,
.feature-can-collect .order_basket .pick-and-pack-order-group,
.feature-can-collect .order_basket .divert-delivery-order-group {
    background: #fff;
    padding: 0px 20px;
}

.feature-can-collect .order_basket .delivery-order-group,
.feature-can-collect .order_basket .pick-and-pack-order-group {
    padding-bottom: 10px;
}

.feature-can-collect .order_basket .pickup-order-group form,
.feature-can-collect .order_basket .delivery-order-group form,
.feature-can-collect .order_basket .pick-and-pack-order-group form,
.feature-can-collect .order_basket .divert-delivery-order-group form {
    margin: 0 0 15px 0;
}
.feature-can-collect .order_basket .pickup-order-group form:last-child,
.feature-can-collect .order_basket .delivery-order-group form:last-child,
.feature-can-collect .order_basket .pick-and-pack-order-group form:last-child,
.feature-can-collect .order_basket .divert-delivery-order-group form:last-child {
    margin: 0;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item,
.feature-can-collect .order_basket .delivery-order-group .baskt_item,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_img,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_img,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_img,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_img {
    order: 1;
    box-sizing: border-box;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_img img,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_img img,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_img img,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_img img {
    position: relative;
    width: 90px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_info,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_info,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_info,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_info {
    box-sizing: border-box;
    order: 2;
    width: 180px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    color: #333;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_price,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_price,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_price,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_price {
    box-sizing: border-box;
    order: 3;
    min-height: 40px;
    width: 180px;
    padding: 0;
    margin: -40px 0 10px 100px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_price p,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_price p,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_price p,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_price p {
    display: inline-block;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_price span,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_price span,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_price span,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_price span {
    display: inline;
    margin-left: 3px;
    color: #616161;
    font-size: 14px;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns {
    order: 4;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    color: #616161;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns .qty_label,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns .qty_label,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns .qty_label,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns .qty_label {
    display: block;
    margin-right: 3px;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns .qty,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns .qty,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns .qty,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns .qty {
    width: 60px;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns .itm_update,
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns .itm_remove,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns .itm_update,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns .itm_remove,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns .itm_update,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns .itm_remove,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns .itm_update,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns .itm_remove {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns .itm_update:before,
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns .itm_remove:before,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns .itm_update:before,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns .itm_remove:before,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns .itm_update:before,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns .itm_remove:before,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns .itm_update:before,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns .itm_remove:before {
    left: -25px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
}
.feature-can-collect .order_basket .pickup-order-group .baskt_item .itm_optns .itm_remove:before,
.feature-can-collect .order_basket .delivery-order-group .baskt_item .itm_optns .itm_remove:before,
.feature-can-collect .order_basket .pick-and-pack-order-group .baskt_item .itm_optns .itm_remove:before,
.feature-can-collect .order_basket .divert-delivery-order-group .baskt_item .itm_optns .itm_remove:before {
    content: '\f1f8';
}
.feature-can-collect .order_basket .total_price_wrapper {
    padding: 20px;
    background: #fafafa;
}
.feature-can-collect .order_basket .total_price_wrapper .top-section {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect .order_basket .total_price_wrapper .top-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
    width: 100%;
}
.feature-can-collect .order_basket .total_price_wrapper .top-section .subtotal_price_before_promotion,
.feature-can-collect .order_basket .total_price_wrapper .top-section .savings,
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketSubtotal,
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketVAT,
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketDelivery {
    display: flex;
    justify-content: space-between;
}
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketSubtotal {
    order: 1;
}
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketVAT {
    order: 4;
}
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketDelivery {
    order: 3;
}

.feature-can-collect .order_basket .total_price_wrapper .top-section .basketSubtotal span,
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketVAT span,
.feature-can-collect .order_basket .total_price_wrapper .top-section .basketDelivery span {
    color: #333;
}
.feature-can-collect .order_basket .total_price_wrapper .basketTotalPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect .order_basket .total_price_wrapper .basketTotalPrice span {
    font-size: 24px;
    color: #333;
}
.feature-can-collect .collectionOptions-wrap .collection-branch {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
    padding: 10px 20px 30px 20px;
    background: #fafafa;
}

/* M3 - Checkout Step 2 */
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails h2 {
    background: rgba(201, 45, 45, 0.3);
    border-color: #c92d2d;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .paymentDetails_text {
    padding: 20px;
    background: #f4e1e1;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .confirm_title {
    color: #333;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .credit {
    margin-top: 10px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .remains,
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .limit,
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .limit p,
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .limit div {
    display: inline-block;
    margin-top: 15px;
    vertical-align: baseline;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .limit div {
    margin-right: 5px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .order_paymentDetails .remains .valueAlign {
    font-size: 36px;
}
.feature-can-collect .order_payment_block .application-form,
.feature-can-collect .delivery-details-wrap .content,
.feature-can-collect .delivery-info-wrap .content {
    padding: 20px;
    background: #fafafa;
    line-height: 24px;
    margin-bottom: 20px;
}
.feature-can-collect .delivery-details-wrap .content {
    padding-top: 40px;
    position: relative;
}
.feature-can-collect .delivery-info-wrap .content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.feature-can-collect .order_payment_block .tp_orderPayment_mandatory {
    text-align: right;
    font-size: 14px;
    color: #616161;
    position: absolute;
    right: 25px;
}
.feature-can-collect .order_payment_block .section-heading {
    font-size: 18px;
    margin-bottom: 5px;
}
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox {
    background: none;
    box-shadow: none;
    display: block;
}
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11,
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .span-12 {
    width: 100%;
    margin-top: 0;
}
.feature-can-collect.page-OrderPaymentPage .application-form form .label-and-input,
.feature-can-collect .delivery-details-wrap .input-wrap {
    height: auto;
    margin: 0 0 20px 0;
}
.feature-can-collect .address-form__postcode {
    position: relative;
}
.address-form__postcode .error {
    margin-bottom: 0;
}
.feature-can-collect .delivery-details-wrap .find-btn-wrap {
    position: absolute;
    bottom: 0;
    right: -170px;
}
.feature-can-collect.page-OrderPaymentPage .application-form form .label-and-input .label,
.feature-can-collect .delivery-details-wrap .input-wrap .label {
    width: auto;
    height: auto;
    display: block;
}
.feature-can-collect.page-OrderPaymentPage .application-form form .label-and-input .input,
.feature-can-collect .delivery-details-wrap .input-wrap .input {
    width: 320px;
    height: auto;
}
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input input,
.feature-can-collect .delivery-details-wrap .input-wrap .input input,
.feature-can-collect .delivery-info-wrap .number-field input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: auto;
    border: 1px solid #bdbdbd;
}
.feature-can-collect .delivery-info-wrap .number-field input {
    width: 320px;
}
.feature-can-collect .delivery-info-wrap .number-info-link {
    display: block;
    margin-top: 5px;
    color: #1a3b69;
}

.feature-can-collect.feature-design.page-OrderPaymentPage .application-form form .inline-with-input {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox #postcodeLookupButton,
.feature-can-collect .delivery-details-wrap .find-btn {
    width: 150px;
    padding: 7px;
    margin: 0 0 0 14px;
    line-height: 24px;
    font-family: "Roboto_b", sans-serif;
}
.feature-can-collect .delivery-details-wrap .find-btn {
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    background: #296B95;
    border: none;
    border-radius: 0;
    transition: all 0.2s;
    cursor: pointer;
}

.feature-can-collect .delivery-details-wrap .find-btn:hover {
    background: #2f7cab;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}

.feature-can-collect .delivery-details-wrap .find-btn-wrap,
.feature-can-collect .delivery-details-wrap .input-wrap {
    display: inline-block;
}
.feature-can-collect .delivery-details-wrap .input-wrap.invisible {
    display: none;
}
.feature-can-collect .application-form form .inline-with-input button {
    transition: all 0.2s;
}
.feature-can-collect .application-form form .inline-with-input button:hover {
    background: #2f7cab;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}

.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11:last-child .label-and-input {
    display: block;
}
.feature-can-collect.page-OrderPaymentPage .application-form form .label-and-input label,
.feature-can-collect .delivery-details-wrap .input-wrap label {
    height: auto;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11 > .label-and-input {
    margin-bottom: 20px;
}

.feature-can-collect .delivery-details-wrap .address-form {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.feature-can-collect .delivery-details-wrap .text-block {
    margin-bottom: 20px;
    font-size: 14px;
}

.feature-can-collect .delivery-details-wrap .questions-form {
    font-size: 14px;

}
.feature-can-collect .delivery-details-wrap .question-wrap {
    margin-bottom: 20px;
}
.feature-can-collect .delivery-details-wrap .question-wrap.form-error {
    color: #f44336;
}
.feature-can-collect .delivery-details-wrap .question-wrap span {
    display: block;
    margin-bottom: 5px;
}

.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_orderContinued {
    margin-top: 30px;
    text-align: right;
}
.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_orderContinued .tp_OrderButton.cont_to_pay {
    position: static;
    padding: 15px 87px;
}
.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_orderContinued .tp_OrderButton.cont_to_pay:hover,
.feature-can-collect .delivery-details-wrap .btn-submit:hover,
.feature-can-collect .delivery-info-wrap .continue-btn:hover {
    background: #f4a826;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}

.feature-can-collect .delivery-details-wrap .btn-submit,
.feature-can-collect .delivery-info-wrap .continue-btn {
    width: 230px;
    padding: 15px;
    color: #333333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    font-weight: normal;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
    border: none;
    cursor: pointer;
}
.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input.input-error input,
.feature-can-collect .delivery-details-wrap .label-and-input.input-error input {
    border: 1px solid #bdbdbd;
    background: #f4e1e1;
    border-bottom: 2px solid #c92d2d;
}
.feature-can-collect .collection_options_mobile_div .CO_collumRight .form-error,
.feature-can-collect.page-OrderPaymentPage .application-form form .label-and-input.input-error p,
.feature-can-collect .delivery-details-wrap .label-and-input.input-error p,
.feature-can-collect .delivery-details-wrap .input-wrap .find-address-error,
.feature-can-collect .delivery-details-wrap .questions-form .form-error,
.feature-can-collect .delivery-info-wrap .number-block .form-error {
    width: 320px;
    position: static;
    margin: 5px 0 0 0;
    color: #f44336;
    font-size: 14px;
    line-height: 24px;
}
.feature-can-collect .delivery-info-wrap .number-block .form-error {
    display: block;
}
.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11:last-child .label-and-input #email_error_message span {
    margin-left: 0;
}
.feature-can-collect.page-OrderPaymentPage .application-form form .label-and-input + .inline-with-input {
    vertical-align: top;
    margin-top: 30px;
}
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox #selectedAddress,
.feature-can-collect .delivery-details-wrap #selectedAddress {
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    height: auto;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
.feature-can-collect #deliveryDetailsContainer,
.feature-can-collect #deliveryDetailsInfoContainer {
    margin-bottom: 20px;
}
.feature-can-collect #collectionOptionsContainer #orderCollectionOptionsForm {
    margin-bottom: 20px;
}
.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_cardDetails_formBox #postcodeLookupResultsContainer .input::after {
    content: none;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #billing_address.collapsed #billing_address_form {
    display: none;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #billing_address {
    position: relative;
    margin-bottom: 20px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #billing_address.collapsed {
    margin-bottom: 0;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #tp_paymentCards{
    margin-bottom: 20px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #billing_address.collapsed #refine_billing_address,
.feature-can-collect #deliveryAddressesShowDetails,
.feature-can-collect #collectionOptionsShowDetails {
    position: absolute;
    top: 24px;
    right: 20px;
    color: #1A3B69;
    display: block;
    font-size: 14px;
    cursor: pointer;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #billing_address #refine_billing_address {
    display: none;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #billing_address.collapsed #refine_billing_address:hover {
    text-decoration: underline;
    cursor: pointer;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .card_details > h2 {
    display: none;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .card_details.collapsed #paymentframe {
    display: none;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #card_frame {
    height: 700px;
}


/*LSD*/

.feature-design .delivery-info-wrap .split_combine_order .multiple_deliveries_block,
.feature-design .delivery-info-wrap .split_combine_order .one_delivery_block {
    padding: 0 !important;
    margin-top: 10px;
}
.feature-design .delivery-info-wrap .split_combine_order .supplier_delivery_block {
    margin-top: 40px;
}
.feature-design .delivery-info-wrap .split_combine_order .combine_order_header_message {
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #f5f5f5;
}
.feature-design .delivery-info-wrap .split_combine_order .combine_order_header_message p {
    padding-left: 35px;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    margin-bottom: 0;
    display: flex;
    min-height: 42px;
    align-items: center;
}
.feature-design .delivery-info-wrap .split_combine_order .combine_order_header_message:before {
    content: "\f05a";
    font-family: fontawesome;
    font-size: 30px;
    color: #707070;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 42px;
}
.feature-design .delivery-info-wrap .split_combine_order label {
    display: block;
}
.feature-design .delivery-info-wrap .split_combine_order input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper {
    padding: 15px 15px 15px 55px;
    position: relative;
    background: #eee;
    border: 1px solid #e0e0e0;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper:before {
    content:"";
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #bdbdbd;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper:hover,
.feature-design .delivery-info-wrap .split_combine_order input[type="radio"]:checked + .delivery_type_wrapper {
    background-color: #1a3b69;
    border-color: #1a3b69;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper:hover:before {
    border: 2px solid #fff;
}
.feature-design .delivery-info-wrap .split_combine_order input[type="radio"]:checked + .delivery_type_wrapper:before {
    content: '\f00c';
    font-family: fontawesome;
    font-size: 16px;
    border-color: #fff;
    background: #fff;
    color: #1a3b69;
    text-align: center;
    font-weight: 700;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper:hover .delivery_header,
.feature-design .delivery-info-wrap .split_combine_order input[type="radio"]:checked + .delivery_type_wrapper .delivery_header {
    color: #fff;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper:hover .subtext,
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper:hover .delivery_product_list li,
.feature-design .delivery-info-wrap .split_combine_order input[type="radio"]:checked + .delivery_type_wrapper .subtext,
.feature-design .delivery-info-wrap .split_combine_order input[type="radio"]:checked + .delivery_type_wrapper .delivery_product_list li {
    color: rgba(255, 255, 255, 0.8);
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 21px;
    font-weight: 700;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_subheader {
    margin: 10px 0;
    line-height: 17px;
}
.feature-design .delivery-info-wrap .split_combine_order .subtext {
    font-size: 16px;
    color: #707070;
    line-height: 18px;
    font-weight: 500;
}
.feature-design .delivery-info-wrap .split_combine_order .subtext.small {
    font-size: 13px;
    margin: 0;
    line-height: 17px;
    font-weight: 500;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_holder {
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_holder:last-child {
    border-bottom: none;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_product_list li {
    font-size: 13px;
    color: #707070;
    line-height: 17px;
    font-weight: 500;
    padding: 5px 0 5px 15px;
    position: relative;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_product_list li:before {
    content: '';
    display: block;
    position: absolute;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 12px;
    left: 0;
    background: #296c96;
}
.feature-design .delivery-info-wrap .split_combine_order .delivery_type_wrapper:hover .delivery_product_list li:before,
.feature-design .delivery-info-wrap .split_combine_order input[type="radio"]:checked + .delivery_type_wrapper .delivery_product_list li:before{
    background: rgba(255, 255, 255, 0.8);
}
.feature-design .delivery-info-wrap .split_combine_order .supplier_delivery_block h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.feature-design .delivery-info-wrap .split_combine_order .supplier_message {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 20px 0;
}
.feature-design .delivery-info-wrap .split_combine_order .supplier_message p {
    font-size: 14px;
    color: #707070;
    margin: 0;
    line-height: 30px;
    background: url("../images/delivery/diverted_message_icon.png") 0 center no-repeat;
    background-size: 30px;
    padding-left: 40px;
}
.feature-design .delivery-info-wrap .split_combine_order .supplier_delivery_product_list li {
    color: #707070;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    border-top: 1px solid #e0e0e0;
}
.feature-design .delivery-info-wrap .split_combine_order .supplier_delivery_product_list li:last-child {
    border-bottom: 1px solid #e0e0e0;
}


.feature-can-collect .delivery-info-wrap .number-block {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.feature-can-collect .delivery-info-wrap .second-title  {
    margin-bottom: 10px;
}

.feature-can-collect .delivery-info-wrap .number-text-block strong {
    font-weight: normal !important;
    margin-bottom: 15px;
}

.feature-can-collect .instruction-block textarea,
.feature-can-collect .questions-form textarea {
    margin: 0;
    height: 100px;
    width: 100%;
    border-color: #e0e0e0;
    resize: vertical;
    box-sizing: border-box;
}

.feature-can-collect .questions-form .description {
    margin: 20px 0;
}

.feature-can-collect .instruction-block .limit-msg {
    text-align: right;
}

.feature-can-collect .delivery-info-wrap .continue-btn {
    align-self: flex-end;
    margin: 0 0 20px;
}

.feature-can-collect .delivery-info-wrap .continue-btn .content {
    padding: 0;
    background: none;
    line-height: 1;
    margin: 0;
}


/* M3 - Checkout Header and Footer */
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderSteps_wrapp,
.page-guestOrderPaymentDeclinedPage .tp_orderSteps_wrapp,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderSteps_wrapp {
    margin: 50px 40px 0;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num,
.page-guestOrderPaymentDeclinedPage  .tp_orderStep_num,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num{
    position: relative;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num p,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num p{
    position: absolute;
    top: -27px;
    left: -29px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.step2 p,
.Guest-Checkout.feature-can-collect.page-OrderDeliveryDetailsPage .tp_orderSteps_wrapp .tp_orderStep_num.step2 p,
.Guest-Checkout.feature-can-collect.page-orderThankYouPage .tp_orderSteps_wrapp .tp_orderStep_num.step2 p,
.Guest-Checkout.feature-can-collect.page-OrderPaymentPage .tp_orderSteps_wrapp .tp_orderStep_num.step2 p,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.step2 p {
    left: -5px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.step3 p,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.step3 p{
    left: -33px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num:after,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num:after{
    border: 1px solid #e0e0e0;
    background: #e0e0e0;
    border-radius: 0;
    height: 1px;
    margin:0 -1px 0 -3px;
    width: 85px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.step1:after,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.step1:after{
    margin:0 -1px 0 -4px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.active span,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.active span{
    background: #1A3B69;
    color: #fff;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num span,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num span{
    border: 2px solid #e0e0e0;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #616161;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.passed span,
.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.passed span{
    background: #fff;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_header .tp_logo,
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_header .tp_logo img,
.page-guestOrderPaymentDeclinedPage .tp_header .tp_logo,
.page-guestOrderPaymentDeclinedPage .tp_header .tp_logo img,
.feature-can-collect.page-GuestOrderThankYouPage .tp_header .tp_logo,
.feature-can-collect.page-GuestOrderThankYouPage .tp_header .tp_logo img{
    width: 130px;
    height: 92px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_header .tp_logo,
.page-guestOrderPaymentDeclinedPage .tp_header .tp_logo,
.feature-can-collect.page-GuestOrderThankYouPage .tp_header .tp_logo{
    margin: 20px 25px 18px 35px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp .tp_header,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp .tp_header,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .tp_header{
    position: relative;
    overflow: visible;
    height: 131px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp .tp_header:before,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp .tp_header:before,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .tp_header:before{
    content: '';
    display: block;
    position: absolute;
    width: 3000px;
    height: 100%;
    left: -1000px;
    top: 0;
    border-bottom: 3px solid #1A3B69;
    z-index: -1;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp .travis-perkins-footer,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp .travis-perkins-footer,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .travis-perkins-footer{
    bottom: 0;
    background: #eee;
    width: 100%;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp #payment-footer,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp #payment-footer,
.page-guestOrderPaymentDeclinedPage #payment_wrapp #payment-footer{
    background: #eee;
    width: 980px;
    margin:0 auto;
    position: relative;
    overflow: visible;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp #links,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp #links,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .travis-perkins-footer #links{
    height: 24px;
    padding: 20px;
    line-height: 24px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp #links:before,
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp #links:after,
.page-guestOrderPaymentDeclinedPage #payment_wrapp #links:before,
.page-guestOrderPaymentDeclinedPage #payment_wrapp #links:after,
.page-GuestOrderThankYouPage #payment_wrapp .travis-perkins-footer #links:before,
.page-GuestOrderThankYouPage #payment_wrapp .travis-perkins-footer #links:after {
    content: "";
    position: absolute;
    background: #1A3B69;
    bottom: 0;
    width: 100%;
    right: 100%;
    height: 64px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp #links:after,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp #links:after,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .travis-perkins-footer #links:after{
    left: 100%;
    right: 0;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp .travis-perkins-footer #copyright .copyright-notice,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp .travis-perkins-footer #copyright .copyright-notice,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .travis-perkins-footer #copyright .copyright-notice {
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp .travis-perkins-footer #copyright p,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .travis-perkins-footer #copyright p,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp .travis-perkins-footer #copyright p {
    font-size: 14px;
    line-height: 24px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate  #payment_wrapp .travis-perkins-footer #copyright,
.page-guestOrderPaymentDeclinedPage  #payment_wrapp .travis-perkins-footer #copyright,
.feature-can-collect.page-GuestOrderThankYouPage  #payment_wrapp .travis-perkins-footer #copyright {
    padding: 40px 20px;
    height: auto;
    width: 570px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp #paymentType,
.page-guestOrderPaymentDeclinedPage #payment_wrapp #paymentType,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp #paymentType {
    margin: 117px 0 0;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp .travis-perkins-footer #links a,
.page-guestOrderPaymentDeclinedPage #payment_wrapp .travis-perkins-footer #links a,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp .travis-perkins-footer #links a {
    font-size: 14px;
    line-height: 24px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payment_wrapp #paymentType img,
.page-guestOrderPaymentDeclinedPage #payment_wrapp #paymentType img,
.feature-can-collect.page-GuestOrderThankYouPage #payment_wrapp #paymentType img {
    background: #fff;
    padding: 8px 6px;
    border-radius: 0;
    margin-right: 5px;
}
/* M3 - End Checkout Header and Footer */


/* M3 PLP page */
.feature-can-collect #facets_filters .title_holder h2,
.feature-can-collect #divFacet > .allFacetValues .termtext > form > .control {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #616161;
    margin-bottom: 0;
}
.feature-can-collect .list_view #products .row .prod {
    border-left: none;
    border-right: none;
    box-shadow: none;
    margin: 0;
    padding-bottom: 15px;
}
.feature-can-collect .list_view #products .row .prod:hover:after {
    display: none;
}
.feature-can-collect #facets_filters .category,
.feature-can-collect #facets_filters h3 {
    padding: 15px 10px;
    background:  #fff;
    border-bottom: 1px solid #ec9b0c;
    box-sizing: border-box;
}
.feature-can-collect #facets_filters .category {
    margin-bottom: 0;
}
.feature-can-collect #facets_filters .category .refinementToggle,
.feature-can-collect #facets_filters h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #616161;
    padding: 0;
}
.feature-can-collect #facets_filters h3 {
    padding: 15px 10px;
}
.feature-can-collect #facets_filters.nav_column {
    float: none;
}
.feature-can-collect #facets_filters .category:hover:after {
    display: none;
}
.feature-can-collect #divFacet > .allFacetValues .termtext > form > .control {
    color: #1a3b69;
    font-family: 'Roboto_b', sans-serif;
    padding: 5px 10px;
}
.feature-can-collect #divFacet .allFacetValues .termtext.act .termtext.nochild > form > .control {
    font-family: 'Roboto', sans-serif;
}
.feature-can-collect #facetWrapper .termtext .collapsed_category,
.feature-can-collect #facetWrapper .termtext .expanded_category,
.feature-can-collect #facetWrapper .termtext.act > form > .collapsed_category {
    width: 6px;
    height: 6px;
    background: none;
    border: 2px solid #1a3b69;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.feature-can-collect #facetWrapper .termtext.act > form > .collapsed_category {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.feature-can-collect #facetWrapper .termtext .subCategory li {
    background: none;
    position: relative;
}
.feature-can-collect #facetWrapper .termtext .subCategory li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 10px;
    width: 8px;
    height: 8px;
    border: 1px solid #1a3b69;
    border-right: none;
    border-top: none;
}
.feature-can-collect #facets_filters .collapsableArrow .dropdown {
    top: 23px;
    width: 7px;
    height: 7px;
    background: none;
    border: 1px solid #1a3b69;
    border-left: none;
    border-bottom: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.feature-can-collect #facets_filters .collapsableArrow.toggleArrow .dropdown {
    top: 17px;
    border: 1px solid #1a3b69;
    border-right: none;
    border-top: none;
}
.feature-can-collect #facets_filters .item {
    padding-bottom: 5px;
}
.feature-can-collect #facets_filters .facet_block {
    margin: 0;
}
.feature-can-collect #facets_filters .facet_block li {
    font-family: 'Roboto', sans-serif;
    color: #616161;
    padding: 10px 0px;
    border-bottom: 1px solid #bdbdbd;
}
.feature-can-collect #facets_filters #facetWrapper + .item .facet_block li {
}
.feature-can-collect #facets_filters .facet_block label {
    position: relative;
    color: #616161;
    padding: 0px;
    padding-left: 40px;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.feature-can-collect #facets_filters .facet_block label.checked {
    color: #1a3b69;
}
.feature-can-collect #facets_filters .facet_block label:before,
.feature-can-collect #facets_filters .facet_block label:after {
    content: '';
    left: 10px;
    position: absolute;
    z-index: 1;
}
.feature-can-collect #facets_filters .facet_block label:before {
    border: none;
    background: none;
}
.feature-can-collect #facets_filters .facet_block label:after {
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #bdbdbd;
    top: 3px;
    z-index: 0;
}
.feature-can-collect #facets_filters .facet_block label.checked:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #ec9b0c;
    left: 11px;
    top: 3px;
    text-align: center;
    font-size: 10px;
}
.feature-can-collect #facets_filters .facet_block label.checked:after {
    top: 3px;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #ec9b0c;
    z-index: 0;
}
.feature-can-collect #facets_filters .topFacetValues .more,
#facets_filters .allFacetValues .more {
    display: block;
    padding: 15px 10px;
    line-height: 18px;
}
.feature-can-collect #facets_filters .topFacetValues .more a,
.feature-can-collect #facets_filters .allFacetValues .more a {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 14px;
    color: #1a3b69;
}
.feature-can-collect #facets_filters .topFacetValues .more a:after,
.feature-can-collect #facets_filters .allFacetValues .more a:after {
    display: none;
}
#facets_filters .facet_block li a {
    padding-right: 5px;
}
.feature-can-collect .showing_prods span,
.feature-can-collect .n_prods span,
.feature-can-collect .n_prods ul li a {
    font-family: 'Roboto', sans-serif;
    color: #616161;
    font-size: 14px;
}
.feature-can-collect .n_prods ul li.active a {
    color: #fff;
}
.feature-can-collect .n_prods .prod_nav_title,
.feature-can-collect .n_prods ul li a {
    padding: 10px;
    line-height: 14px;
}
.feature-can-collect .n_prods .prod_nav_title{
    padding: 10px 5px;
}
.feature-can-collect .view_mode_buttons {
    width: 72px;
    top: 0;
}
.feature-can-collect .view_mode_buttons span {
    width: 36px;
    height: 34px;
    position: relative;
    background: #296C96;
}
.feature-can-collect .prod_nav_bottom .view_mode_buttons.left {
    float: left !important;
}
.feature-can-collect .prod_nav_bottom .n_prods {
    width: 300px;
    margin-left: 10px;
}
.feature-can-collect .prod_nav_bottom .tp_branchList_pagination {
    width: 250px;
    padding: 5px 0 !important;
}
.feature-can-collect .grid_view .view_mode_buttons .grid_button:before,
.feature-can-collect .grid_view .view_mode_buttons .list_button:before,
.feature-can-collect .list_view .view_mode_buttons .grid_button:before,
.feature-can-collect .list_view .view_mode_buttons .list_button:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    background: none;
    top: inherit;
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
}
.feature-can-collect .list_view .view_mode_buttons .grid_button:before,
.feature-can-collect .grid_view .view_mode_buttons .list_button:before {
    background: #fff;
}
.feature-can-collect .list_view #products .row .prod_info h4 a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
.feature-can-collect #products .row .prod .prod_info h4 .product_code span {
    font-size: 14px;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form:before {
    content: '';
    clear: both;
    display: block;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form:after {
    content: '';
    clear: both;
    display: table;
}
.feature-can-collect .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button .add_to_cart_button.out-of-stock.btn-disabled,
.feature-can-collect .list_view #products .prod .addForCollectButton,
.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled.addForCollectButton,
.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled,
.feature-design .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button .add_to_cart_button,
.feature-can-collect .list_view .plp_add_to_cart_form .addToQuoteList {
    width: 245px;
    min-height: 48px;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: 0 center;
    border: none;
    border-bottom: 2px solid #1a3b69;
    padding: 15px 30px;
    font-size: 14px;
    font-family: 'Roboto_b', sans-serif;
    line-height: 16px;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    cursor: pointer;
}
.feature-can-collect .list_view #products .prod #addForCollectButton,
.feature-design.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled {
    background-size: 20px;
    background-position: 8px 10px;
}
.feature-design.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled.addToCollectionOnQuoteListDisabled {
    color: #616161;
}
.feature-can-collect .list_view #products .prod #addToCartButton {
    background-size: 26px;
    background-position: 10px 11px;
}
.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled,
.feature-can-collect .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button .add_to_cart_button.btn-disabled {
    border-bottom-color: #fff;
    background-color: #fff;
    color: #616161;
    box-shadow: none;
    line-height: 19px;
    padding: 0 35px;
    text-align: center;
    white-space: normal;
    cursor: default;
}
.feature-can-collect .list_view #products .prod .add_to_cart_button:hover,
.feature-can-collect .list_view #products .prod .addForCollectButton:hover,
.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled.addForCollectButton:hover,
.feature-can-collect .list_view .plp_add_to_cart_form .addToQuoteList:hover {
    background-color: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    transition: all 0.2s;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form .tpQ_input,
.feature-can-collect .list_view .tpQ_input .tpQ_Text,
.feature-can-collect .list_view .tpQ_input .qty {
    float: none !important;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form .tpQ_input {
    display: flex;
    justify-content: flex-end;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form .tpQ_input:after {
    content: '';
    clear: both;
    display: block;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form .tpQ_input input {
    float: right !important;
    margin-right: 0 !important;
    width: 80px !important;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form .tpQ_input label {
    float: left !important;
    text-align: right;
}
.tpPlpProductPanelComponent .bundle {
    margin: 10px 0;
}
.tpPlpProductPanelComponent .bundle p strong{
    font-size: 13px;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form .ccButton {
    margin-right: 25px;
    float: right;
}
.feature-can-collect .list_view #products .row .plp_add_to_cart_form,
.feature-can-collect .list_view #products .row .variant_select {
    position: relative;
    bottom:  inherit;
    right: inherit;
    padding-bottom: 15px;
}
.feature-can-collect.page-spotLightPage .list_view #products .row .plp_add_to_cart_form{
    top: -30px;
}
.feature-can-collect .list_view #products .row .poa .plp_add_to_cart_form {
    padding-bottom: 1px;
}
.feature-can-collect .list_view #products .row .variant_select {
    z-index: 33;
    width: 250px;
    margin-right: 0;
}
.feature-can-collect .list_view #products .row .variant_select .dropdown {
    width: 180px !important;
}
.feature-can-collect .list_view #products .row .variant_select.form_field_error {
    width: 250px;
}
.feature-can-collect .list_view #products .row .variant_select.form_field_error .dropdown {
    background: #f4e1e1;
    border-bottom: 2px solid #c92d2d;
}
.feature-can-collect .list_view #products .row .variant_select.form_field_error .dropdown:after {
    display: none;
}
.feature-can-collect .list_view #products .row .variant_select.form_field_error .tpVariantsErrorMsg {
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    color: #f44336;
}
.feature-can-collect .list_view #products .row .prod.poa {
    background-color: #fafafa;
}
.feature-can-collect .list_view #products .prod.poa .price_error_message_holder {
    padding-left: 20px;
}
.feature-can-collect .list_view #products .prod.poa  .price_error_message_holder .info-tooltip {
    top: 0;
    right: initial;
    left: 0;
}
.feature-can-collect .list_view #products .prod.poa .price_error_message_holder .price-message {
    font-size: 14px;
}
.feature-can-collect .list_view #products .row .change-postcode {
    position: absolute;
    right: 0;
    bottom: -8px;
    cursor: pointer;
    font-size: 14px;
    color: #1a3b69;
}
.feature-can-collect .list_view #products .row .change-postcode:hover {
    text-decoration: underline;
}
.feature-can-collect .list_view #products .row .change-postcode:before {
    content: '\f040';
    font-family: 'FontAwesome';
    display: inline-block;
    position: relative;
    left: -8px;
}
.feature-can-collect .list_view #products .row .prod.poa .variant_select {
    bottom: 0;
}
.list_view .prod_qty_variant {
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
.feature-can-collect .list_view .prod_qty_variant {
    float: none;
}

.list_view .plp-diverted-message {
    display: none;
}

.feature-can-collect  .list_view .plp-diverted-message {
    display: block;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    text-align: center;
}

.list_view .plp-diverted-message-text {
    background: url(../images/delivery/diverted_message_icon.png) 0 center no-repeat;
    background-size: 30px;
    display: inline-block;
    padding: 15px 15px 15px 40px;
}
.feature-can-collect #facetWrapper .termtext .collapsed_category {
    margin-top: 11px;
}
.feature-can-collect #facets_filters #selected_facet_options .facet_block {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.feature-can-collect #facets_filters #selected_facet_options .facet_block li {
    border:  none;
    padding: 3px;
}
.feature-can-collect #facets_filters #selected_facet_options .facet_block li > a {
    padding: 5px 21px 5px 10px;
    line-height: 20px;
    color: #616161;
    margin: 0;
    height: 20px;
    display: block;
    font-weight: normal;
    position: relative;
    background: #eee;
}
.feature-can-collect #facets_filters #selected_facet_options .facet_block li .remove a:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    display: inline-block;
    position: relative;
    background: #eee;
    color: #616161;
}
.feature-can-collect #selected_facet_options .facet_block li .remove a img {
    top: 0;
    display: none;
}


/* M3 - PLP add to collection popup */
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data {
    padding: 20px 0;
    display: flex;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #collectionBranchLocatorForm {
    display: block;
    padding-bottom: 73px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-img {
    margin-right: 20px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info {
    width: 550px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info:after {
    content: '';
    clear: both;
    display: block;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-heading {
    line-height: 21px;
    padding-bottom: 10px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .rrp_price_ex_vat {
    display: inline-block;
    text-decoration: line-through;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .rrp_price_ex_vat:not(:empty) ~ .product-price {
    color: #ff0000;
    margin-left: 5px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-price,
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-qty {
    float: left;
    min-height: 38px;
    line-height: 38px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-price {
    padding: 0 10px 0 0;
    font-size: 18px;
    float: none;
    display: inline-block;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-qty {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-qty .qty-label {
    margin-right: 5px;
    font-size: 14px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-qty #collectionBranchLocatorPopupQty {
    margin: 0;
    margin-right: 0px !important;
    padding: 0 10px;
    width: 100px !important;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: left !important;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .product-data .product-info .product-qty .ui-spinner {
    position: relative;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .product-data .product-info .product-qty .ui-spinner-buttons {
    position: absolute;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .product-data .product-info .product-qty .ui-spinner-button {
    overflow: hidden;
    position: relative;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .product-data .product-info .product-qty .ui-spinner-button.ui-spinner-down:before,
.feature-design.feature-can-collect #collectionBranchLocatorPopup .product-data .product-info .product-qty .ui-spinner-button.ui-spinner-up:before {
    position: absolute;
    color: #333;
    font-family: 'FontAwesome';
    top: -4px;
    width: 16px;
    height: 16px;
    left: 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .product-data .product-info .product-qty .ui-spinner-button.ui-spinner-up:before {
    content: '\f0de';
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .product-data .product-info .product-qty .ui-spinner-button.ui-spinner-down:before {
    content: '\f0dd';
    top: -13px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .product-data .product-info .product-qty .update-button {
    border: none;
    background: #fff;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    cursor: pointer;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .invalid-postcode-message {
    font-size: 14px;
    clear: both;
    color: #f44336;
    line-height: 21px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup span.stock-reservation-message {
    position: absolute;
    margin-top: 0;
    padding: 15px;
    line-height: 24px;
    font-size: 14px;
    color: white;
    text-align: center;
    background: #296c96;
    top: 95px !important;
    border: none;
    width: 670px;
    left: 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup span.stock-reservation-message:before {
    content: 'i';
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #fff;
    color: #296c96;
    left: -10px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .branch-search {
    position: relative;
    padding: 20px;
    background: #fafafa;
    height: 36px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .branch-search:after {
    content: '';
    display: block;
    clear: both;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .branch-search .search-box {
    width: 320px;
    float: left;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup input[type=text] {
    line-height: 18px;
    text-transform: uppercase;
    height: 34px;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
    color: #999999;
    width: 270px;
    display: inline-block;
    margin: 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #collectionBranchLocatorButton {
    padding: 10px 0px 10px 0px;
    color: #232323;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    line-height: 102%;
    height: 36px;
    width: 38px;
    top: 0;
    right: 0;
    background: url(../images/icn_header_search_white.png) #EC9B0C no-repeat 10px 10px;
    background-size: 17px;
    text-indent: -9999px;
    border: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -5px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .branch-search .stock-info {
    float: right;
    height: 36px;
    line-height: 36px;
}
.feature-design.feature-can-collect #collectionBranchLocatorForm .branch-search .stock-filter {
    position: relative;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .view-type-buttons {
    height: 57px;
    display: flex;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .view-type-buttons a {
    width: 50%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .view-type-buttons a:hover{
    text-decoration: none;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .view-type-buttons a.active {
    border-bottom-color: #1A3B69;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #listView .closest-branch-message-template,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #listView .pagination-item-template {
    display: none;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #listView,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView {
    padding: 20px;
    background: #fafafa;
    font-size: 14px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item {
    display: flex;
    position: relative;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin: 15px 0px;
    min-height: 65px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .stock {
    width: 70px;
    text-align: center;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .stock .image {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .stock .message {
    text-align: center;
    color: #333;
    font-size: 14px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .image:before {
    display: block;
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .in-stock-message .image:before {
    content: '\f00c';
    background: #1a3b69;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .out-of-stock-message .image:before {
    content: '\f00d';
    background: rgba(0, 0, 0, 0.4);
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .branch-details {
    width: 220px;
    padding: 0 15px 20px 15px;
    position: relative;
}
#collectionBranchLocatorPopup .collection-branch-item .branch-details span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .branch-details a {
    position: absolute;
    bottom: 0;
    line-height: 20px;
    text-decoration: underline;
    color: #1a3b69;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .icon {
    position: absolute;
    top: 10px;
    right: 235px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .icon img {
    width: 30px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item > .message {
    text-align: center;
    padding: 35px 15px 0 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .collection-branch-item .operation button {
    padding: 0 15px;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    height: 52px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 150px;
    position: relative;
    top: 7px;
    font-size: 14px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination {
    display: flex;
    justify-content: center;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination ul li {
    border:  none;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li.prev a,
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li.next a,
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li a {
    background: none;
    position: relative;
    text-decoration: none;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li.prev a:before,
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li.next a:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li.next a:before {
    content: '\f105';
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li.active {
    background: #296c96;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup .tp_branchList_pagination li.active a {
    color: #fff;
}
.feature-design.feature-can-collect.page-productDetails .tpProductView .tpProductInfo {
    z-index: 1;
}

/* M3 - PDP */
.feature-can-collect .tpProductDetailWrapper .span-14 {
    width: 60%;
    margin-right: 24px;
}
.feature-can-collect.feature-design #ProductDetail .tpProductTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.feature-can-collect.feature-design #ProductDetail .span-14 .tpInfoWrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
}
.feature-can-collect.feature-design #ProductDetail .tpProductInfo {
    position: static;
    display: inline-block;
    width: 37%;
    padding: 30px;
    background: #fafafa;
    box-sizing: border-box;
    vertical-align: top;
}
.feature-can-collect.feature-design #ProductDetail .tpInfoWrapper {
    text-align: left;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper .dropdown,
.feature-can-collect .tpProductInfo .tpQ_input .qty {
    width: 210px !important;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper .dropdown .dropdown-opener {
    font-size: 14px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper .dropdown .dropdown-opener:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid #232323;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul li {
    font-size: 14px;
    line-height: 23px;
    height: 23px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul {
    border: 1px solid #1a3b69;
    left: -1px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper.form_field_error .dropdown ul {
    background: #f4e1e1;
}
.feature-can-collect .tpProductView .tpQ_input {
    position: relative;
}
.feature-can-collect .tpProductView .ui-spinner {
    position: absolute;
    right: 0;
    top: 2px;
}
.feature-can-collect.page-productDetails.feature-design .ui-spinner-buttons {
    left: -26px!important;
    position: absolute;
}
.feature-can-collect.feature-design .tpProductView .tpActionWrapper .tpQ_input .ui-spinner-up .ui-icon {
    background-image: url(../images/input-arrows.png);
    background-position: 3px 6px;
    margin: 0 !important;
}
.feature-can-collect.feature-design .tpProductView .tpActionWrapper .tpQ_input .ui-spinner-down .ui-icon {
    background-image: url(../images/input-arrows.png);
    background-position: 3px -10px;
}
.feature-can-collect.page-productDetails.feature-design #ProductDetail .add_to_cart_button,
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addForCollectButton,
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addToCollectionOnQuoteListDisabled.addForCollectButton {
    width: 100%;
    margin: 0 0 20px 0;
    height: 56px;
    line-height: 1;
    text-align: center !important;
    color: #333;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    cursor: pointer;
    background-color: #ec9b0c !important;
    background-size: 20px;
    background-position: 10px 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    border-radius: 0;
}
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addForCollectButton,
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addToCollectionOnQuoteListDisabled,
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addToCollectionOnQuoteListDisabled.addForCollectButton{
    background-size: 14px;
}
.feature-can-collect.page-productDetails.feature-design #ProductDetail .add_to_cart_button[disabled="disabled"],
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addToCollectionOnQuoteListDisabled {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none;
    color: #616161;
    text-align: center;
    width: 100%;
    height: 36px;
    background-position: 10px 50% !important;
    margin-bottom: 10px;
    font-family: "Roboto_b", sans-serif;
    font-size: 14px;
}
.feature-can-collect.page-productDetails.feature-design #ProductDetail .add_to_cart_button[disabled="disabled"] {
    padding-left: 15px;
}
.feature-can-collect.page-productDetails.feature-design #ProductDetail .add_to_cart_button:hover,
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addForCollectButton:hover,
.feature-can-collect.page-productDetails.feature-design #ProductDetail .addToCollectionOnQuoteListDisabled.addForCollectButton:hover {
    background-color: #f4a826 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13) !important;
}
.feature-can-collect.page-productDetails .add_to_cart_form {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #bdbdbd;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton {
    width: 100%;
    background: #296c96;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 0;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    height: 41px;
    line-height: 41px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton:hover {
    background: #2f7cab;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton  div {
    display: inline-block;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton strong {
    font-weight: normal !important;
    font-family: "Roboto_b", sans-serif;
}
.feature-can-collect .tpCheckBasket .cmsimage img {
    display: none;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButton:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 20px;
    height: 20px;
    color: #296c96;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    background: #fff;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButtonDisabled {
    width: 100%;
    background: #ccc;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 0;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    height: 41px;
    line-height: 41px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButtonDisabled  div {
    display: inline-block;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButtonDisabled strong {
    font-weight: normal !important;
    font-family: "Roboto_b", sans-serif;
}
.feature-can-collect .tpCheckBasket .cmsimage img {
    display: none;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket #stockCheckerButtonDisabled:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 20px;
    height: 20px;
    color: #296c96;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    background: #fff;
}
.feature-can-collect .product-additional-info {
    margin-bottom: 30px;
    position: relative;
}
.feature-can-collect .product-additional-info .tooltipInfoComponent {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.feature-can-collect .tooltipInfoComponent .info-tooltip {
    text-align: center;
}
.feature-can-collect.feature-design #ProductDetail .product-additional-info .info-tooltip-icon {
    display: inline-block;
    width: 100%;
    background: none;
}
.feature-can-collect.feature-design #ProductDetail .product-additional-info .info-tooltip-message:after,
.feature-can-collect.feature-design #ProductDetail .product-additional-info .info-tooltip-message:before {
    content: none;
}
.feature-can-collect.feature-design #ProductDetail .product-additional-info .info-tooltip-message {
    width: 100%;
    top: 55px;
    right: -13px;
    background: #fff;
}
.feature-can-collect.feature-design #ProductDetail .info-tooltip-icon .label {
    color: #232323;
    font-family: "Roboto", sans-serif;
}
.feature-can-collect.feature-design.page-productDetails .tpAddToQuoteList.button,
.feature-can-collect.feature-design #ProductDetail .price_error_message_holder {
    width: 100%;
    text-align: center;
}
.feature-can-collect.feature-design #ProductDetail .price-message {
    width: auto;
    font-size: 14px;
    margin-right: 5px;
}
.feature-can-collect.feature-design #ProductDetail .price-message a,
.feature-can-collect.feature-design #ProductDetail .price-message a:hover {
    color: #1a3b69 !important;
}
.feature-can-collect.feature-design #ProductDetail .price_error_message_holder .info-tooltip-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.feature-can-collect.feature-design #ProductDetail .price_error_message_holder .info-tooltip {
    position: relative;
    vertical-align: top;
}
.feature-can-collect.feature-design #ProductDetail .price_error_message_holder .info-tooltip-message {
    top: -5px;
    right: 23px;
}
.feature-can-collect.feature-design #ProductDetail .tpInfoWrapper .price_error_message_holder {
    text-align: right;
}
.feature-can-collect.feature-design #ProductDetail .tpInfoWrapper .price-message {
    width: 64%;
    text-align: left;
    color: #616161;
    font-size: 16px;
}
.feature-can-collect #prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: none;
    border-bottom: 2px solid #1a3b69;
}
.feature-can-collect #prod_tabs.ui-tabs .ui-tabs-nav li a,
.feature-can-collect #prod_tabs.ui-tabs .ui-tabs-nav li.ui-state-hover a {
    font-size: 16px;
    color: #616161;
    padding: 0;
    line-height: 1;
}
.feature-can-collect #prod_tabs.ui-tabs .ui-tabs-nav li {
    color: #616161;
    background: none;
    border: none;
    padding: 0 20px 20px;
    min-height: inherit;
}
.feature-can-collect #prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #1a3b69;
}
.feature-can-collect #prod_tabs.ui-tabs .ui-tabs-panel {
    border-top: none;
}
.feature-can-collect.feature-design .tpProductInformation {
    position: relative;
    padding: 40px 20px;
    margin-top: 130px;
    background: #fafafa;
}
.feature-can-collect.feature-design .tpProductInformation:after,
.feature-can-collect.feature-design .tpProductInformation:before {
    content: "";
    position: absolute;
    background: #fafafa;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    display: block;
    visibility: inherit;
    height: inherit;
}
.feature-can-collect.feature-design .tpProductInformation:after {
    left: 100%;
    right: 0;
}
.feature-can-collect.feature-design .tpProductInformation:before {
    right: 100%;
}
.feature-can-collect.feature-design .tbOverviewLeft {
    float: none;
}
.feature-can-collect.page-productDetails .availability-info {
    display: none !important;
}
.feature-can-collect.page-productDetails.feature-design form .change-postcode {
    color: #1a3b69;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.feature-can-collect.page-productDetails.feature-design form .change-postcode:before {
    position: static;
    display: inline-block;
    font-family: "FontAwesome";
}
.feature-can-collect.page-productDetails.feature-design .tpAddedBasket,
.feature-can-collect #add_to_quote_message {
    width: 100%;
    background: rgba(41, 108, 150, 0.08);
    font-size: 14px;
    border: 1px solid #296c96;
    color: #1a3b69;
    padding: 10px 0;
    margin-bottom: 20px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper.form_field_error .dropdown {
    background: #f4e1e1;
    border-bottom: 2px solid #c92d2d;
    color: #333;
}
.feature-can-collect.feature-design #ProductDetail .tpProductInfo .tpInfoWrapper {
    margin-bottom: 10px;
    text-align: right;
    order: 1;
}
.feature-can-collect .tpProductInfo .tpInfoWrapper .productPrice,
.feature-can-collect .tpProductInfo .tpInfoWrapper .productEQPrice {
    position: relative;
    width: 235px;
    display: inline-block;
    text-align: left;
}
.feature-can-collect .tpProductInfo .tpInfoWrapper .productPrice .price_from {
    position: absolute;
    left: -56px;
    top: 8px;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect .tpProductInfo .tpInfoWrapper .productPrice .prices_holder {
    width: auto;
    display: block;
}
.feature-can-collect #ProductDetail .tpProductInfo .tpInfoWrapper .productPrice .price_value,
.feature-can-collect #ProductDetail .tpProductInfo .tpInfoWrapper .productEQPrice .price_value {
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
    color: #333;
}
.feature-can-collect #ProductDetail .tpProductInfo .tpInfoWrapper .productEQPrice .price_value {
    font-size: 20px;
}
.feature-can-collect.feature-design #ProductDetail .price_ex_vat {
    font-size: 14px;
    margin-bottom: 10px;
}
.page-productDetails.feature-design .tpInfoWrapper .price_info_holder {
    display: block;
}
.feature-can-collect.feature-design #ProductDetail span.productPrice .includedVAT {
    display: block;
    margin-bottom: 5px;
}
.feature-can-collect .tpProductInfo .tpInfoWrapper .productPrice .price_info_holder.uom_value {
    position: relative;
    padding: 0;
}
.feature-can-collect.feature-design #ProductDetail .tpProductInfo .tpInfoWrapper .productPrice .prices_holder {
    width: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.feature-can-collect.feature-design #ProductDetail .productEQPrice .price_UOM {
    bottom: 0;
}
.feature-can-collect.feature-design .tpInfoWrapper .productPrice .product_price_section,
.feature-can-collect.feature-design .tpInfoWrapper .productPrice .price_inc_vat_section {
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.feature-can-collect.feature-design .tpInfoWrapper .productPrice .product_price_section {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.feature-can-collect.feature-design .tpInfoWrapper .productPrice .product_price_section .rrp_price_ex_vat,
.feature-can-collect.feature-design .tpInfoWrapper .productPrice .price_inc_vat_section .rrp_price_inc_vat {
    text-decoration: line-through;
    margin-right: 5px;
}
.feature-can-collect.feature-design #ProductDetail .tpProductInfo .tpInfoWrapper .productPrice .product_price_section .rrp_price_ex_vat ~ .price_value,
.feature-can-collect.feature-design #ProductDetail .tpProductInfo .tpInfoWrapper .productPrice .price_inc_vat_section .rrp_price_inc_vat ~ .includedVAT {
    color: #ff0000;
}

.tpInfoWrapper .productPrice .prices_holder .promotion_message,
.tpInfoWrapper .productPrice .prices_holder .promotion_message p,
.product_price_holder .promotion_message,
.product_price_holder .promotion_message p {
    color: red!important;
}

.feature-can-collect.page-productDetails.feature-design .tpProductView .tpProductInfo .tpVariantsWrapper.form_field_error {
    position: relative;
}
.feature-can-collect .tpProductInfo .tpVariantsWrapper .tpVariantsErrorMsg {
    position: absolute;
    top: -18px;
    left: 81px;
    margin: 0;
    z-index: 0;
    font-size: 14px;
    color: #f44336;
}
.feature-can-collect .tpProductInfo .tpInfoWrapper .productPrice + .yCmsComponent a[href="/login"] {
    display: block;
    text-align: left;
    color: #1a3b69;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 0 30px 80px;
}
.feature-can-collect .tpProductInfo .tpActionWrapper .moqErrorMsg {
    position: relative;
    top: -20px;
    font-size: 12px;
    color: #f44336;
    text-align: right;
}
.feature-can-collect #tpPdpRightPanelComponent {
    display: flex;
    flex-direction: column;
}
.feature-can-collect.page-productDetails.feature-design .prod_summary {
    order: 2;
}
.feature-can-collect #tpPdpRightPanelComponent .bundle {
    order: 0;
}
.feature-can-collect #tpPdpRightPanelComponent .bundle p {
    font-family: "Roboto_b";
    color: #1a3b69;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #eee;
    padding: 20px;
    position: relative;
    width: 311px;
    left: -29px;
    top: -29px;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper {
    order: 3;
}
.feature-can-collect .tpProductView .tpProductInfo .tpVariantsWrapper + .tpActionWrapper,
.feature-can-collect .tpProductView .tpProductInfo .bundle + .tpActionWrapper {
    order: 4;
}
.feature-can-collect #tpPdpRightPanelComponent .product-additional-info {
    order: 5;
}
.feature-can-collect #tpPdpRightPanelComponent .product-additional-info + .tpActionWrapper {
    order: 6;
}
.tpCheckBasket .check_stock_search {
    display: table;
    width: 100%;
}
.page-productDetails.feature-design .tpCheckBasket {
    margin-bottom: 20px;
}
.page-productDetails.feature-design .tpCheckBasket .check_stock_search #checkStockAddressField,
.page-productDetails.feature-design .tpCheckBasket .check_stock_search #stockCheckerButton {
    display: table-cell;
}
.page-productDetails.feature-design .tpCheckBasket .check_stock_search #checkStockAddressField {
    height: 34px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    width: 75%;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.page-productDetails.feature-design .tpCheckBasket .check_stock_search #checkStockAddressField:active,
.page-productDetails.feature-design .tpCheckBasket .check_stock_search #checkStockAddressField:focus {
    box-shadow: none;
    outline: none;
}
.feature-can-collect .tpProductView .tpProductInfo .tpBasketWrapper .tpCheckBasket .check_stock_search #stockCheckerButton {
    width: 25%;
    padding: 0;
    margin: 0;
    height: 34px;
    line-height: 2.433;
}
.page-productDetails.feature-design .tpCheckBasket .check_stock_search #stockCheckerButton:before {
    content: none !important;
}
.page-productDetails.feature-design .tpCheckBasket .check_stock_title {
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}
.page-productDetails.feature-design .tpCheckBasket .check_stock_title:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    margin-right: 5px;
    font-size: 20px;
}
.page-productDetails.feature-design .tpCheckBasket #validationErrorMessage {
    color: #ED1C24;
    padding: 10px 0;
    display: block;
    font-size:14px;
}

.page-productDetails.feature-design .tpCheckBasket .input-validation-error {
    background: #f4e1e1;
    border: 1px solid #bdbdbd;
    border-bottom: 2px solid #c92d2d;
}

/* M3 - PDP - Stock check popup - like on prod */
/* Styles should be replaced when M3 design for this popup will be provided */

.feature-can-collect #tp_CheckStockPopup .tp_stockCheck {
    background: none;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    height: inherit;
    line-height: inherit;
}
.feature-can-collect #tp_CheckStockPopup .tpInfoWrapper h2.tpProductTitle,
.feature-can-collect #tp_CheckStockPopup .tpInfoWrapper .tpProductItem {
    font-size: 16px;
    color: #616161;
    line-height: 24px;
}
.feature-can-collect #tp_CheckStockPopup .post_code_search_wrap .cnt_sb_heading,
.feature-can-collect #tp_CheckStockPopup .tp_stockList .cnt_sb_heading {
    font-size: 16px;
    color: #616161;
    line-height: 24px;
}
.feature-can-collect #tp_CheckStockPopup .post_code_search form {
    position: relative;
    margin-top: 20px;
    height: auto;
}
.feature-can-collect #tp_CheckStockPopup .post_code_search .form_field-input input[type=text] {
    width: 440px;
    height: 35px;
    float: none;
    display: inline-block;
    margin: 0;
}
.feature-can-collect #tp_CheckStockPopup .search_input_wrapper .form_field_error .form_field-input input {
    background: #f4e1e1;
    border: 1px solid #bdbdbd;
    border-bottom: 2px solid #c92d2d;
}
.feature-can-collect #tp_CheckStockPopup .search_cta {
    position: absolute;
    right: -10px;
    top: 0;
    float: none;
    height: 37px;
    border-radius: 0;
    width: 180px;
}
.feature-can-collect #tp_CheckStockPopup .search_input_wrapper .form_field_error p span {
    color: #f44336;
}
.feature-can-collect #tp_CheckStockPopup .search_input_wrapper {
    display: inline-block;
    float: none;
}
.feature-can-collect #tp_CheckStockPopup .tp_stockBranchIcon {
    padding: 0 10px 5px 0;
}
.feature-can-collect .tp_stockBranchInfo {
    width: 375px;
}
.feature-can-collect .tp_stockBranchPhone {
    width: 160px;
    padding: 16px 0 10px 10px;
}
/* END - M3 - PDP - Stock check popup - like on prod */

/* M3 - Desktop - Checkout Step 3 */
.feature-can-collect.page-orderThankYouPage #payment_wrapp #content {
    padding-top: 0;
}
.feature-can-collect .order_success_wrapper .tp_OrderTitle {
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
}
.feature-can-collect #order_details .confirmation_head {
    background: #fafafa;
    line-height: 24px;
    margin-bottom: 20px
}
.feature-can-collect #order_details .tp_orderSuccess {
    position: relative;
    padding-left: 54px;
}
.feature-can-collect #order_details .tp_orderSuccess:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    background: #ec9b0c;
    color: white;
    left: 20px;
}
.feature-can-collect #order_details .tp_infoList {
    display: flex;
    padding: 20px;
    font-size: 14px;
}
.feature-can-collect #order_details .tp_infoList li:first-child {
    width: 170px;
}
.feature-can-collect #order_details .tp_infoList li:nth-child(2) {
    font-family: 'Roboto_b', sans-serif;
    font-weight: normal;
}
.feature-can-collect #order_details .tp_success_text {
    padding: 0 20px 20px 20px;
    font-size: 14px;
}
.feature-can-collect #order_details .collection-wrap,
.feature-can-collect .order_success_wrapper .delivery-wrap {
    background: #fafafa;
    line-height: 24px;
    padding: 20px 20px 0 20px;
    font-size: 14px;
}
.feature-can-collect #order_details .collection-wrap:first-of-type,
.feature-can-collect .order_success_wrapper .delivery-wrap:first-of-type {
    padding-top: 20px;
}
.feature-can-collect #order_details .collection-wrap:last-of-type{
    margin-bottom: 20px;
}
.feature-can-collect .order_success_wrapper .delivery-wrap:nth-of-type(3) {
    margin-bottom: 20px;
    padding-top: 0;
}
.feature-can-collect .collection-wrap #collectionHeader,
.Guest-Checkout .order_success_wrapper #collectionHeader,
.feature-can-collect #deliveryHeader {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 34px;
}
.feature-can-collect .collection-wrap #collectionHeader:before,
.Guest-Checkout .order_success_wrapper #collectionHeader:before,
.feature-can-collect #deliveryHeader:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    left: 0px;
    background-image: url(../images/ccmouse.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.feature-can-collect .collection-wrap #collectionHeader:before {
    background-image: url(../images/ccmouse.png);
}
.feature-can-collect #deliveryHeader:before {
    background-image: url(../images/cctruck.png);
}
.feature-can-collect .order_success_wrapper .delivery-wrap > .tp_infoList{
    padding-top: 20px;
    display: flex;
}
.feature-can-collect .order_success_wrapper .delivery-wrap #deliveryDate {
    margin: 0 5px;
    font-family: 'Roboto_b', sans-serif;
    font-weight: normal;
}
.feature-can-collect .order_success_wrapper .delivery-wrap > .tp_delivery {
    padding-bottom: 20px;
}
.feature-can-collect .collection-wrap #collectionEstimationTime,
.Guest-Checkout .order_success_wrapper #collectionEstimationTime {
    display: flex;
}
.feature-can-collect .collection-wrap #collectionEstimationTime:not(:first-of-type),
.Guest-Checkout .order_success_wrapper #collectionEstimationTime:not(:first-of-type) {
    padding: 20px;
    background: #fafafa;
}
.feature-can-collect .collection-wrap #collectionEstimationTime strong,
.feature-can-collect .collection-wrap #collectionEstimationTime .tp_collect_eta,
.Guest-Checkout .order_success_wrapper #collectionEstimationTime strong,
.Guest-Checkout .order_success_wrapper #collectionEstimationTime .tp_collect_eta {
    margin: 0 5px;
    font-family: 'Roboto_b', sans-serif;
    font-weight: normal !important;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper,
.Guest-Checkout .order_success_wrapper .colum_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper .CO_collumLeft,
.feature-can-collect #order_details .collection-wrap .colum_wrapper .CO_collumRight,
.Guest-Checkout .order_success_wrapper .colum_wrapper .CO_collumLeft,
.Guest-Checkout .order_success_wrapper .colum_wrapper .CO_collumRight {
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper .CO_collumLeft,
.Guest-Checkout .order_success_wrapper .colum_wrapper .CO_collumLeft {
    margin-right: 50px;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper .headings,
.Guest-Checkout .order_success_wrapper .colum_wrapper .headings {
    margin-bottom: 10px;
    color: #616161;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper .contact_wrap,
.Guest-Checkout .order_success_wrapper .colum_wrapper .contact_wrap {
    margin-top: 10px;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper .contact_wrap p,
.Guest-Checkout .order_success_wrapper .colum_wrapper .contact_wrap p {
    margin-right: 10px;
    float: left;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper .contact_wrap p:nth-of-type(2),
.Guest-Checkout .order_success_wrapper .colum_wrapper .contact_wrap p:nth-of-type(2) {
    float: none;
}
.feature-can-collect #order_details .collection-wrap .colum_wrapper .contact_wrap .headings,
.Guest-Checkout .order_success_wrapper .colum_wrapper .contact_wrap .headings {
    color: inherit;
    margin-bottom: 0;
}
.feature-can-collect #order_details .collection-wrap .tp_collect_success,
.Guest-Checkout .order_success_wrapper .tp_collect_success {
    padding: 20px 0;
}
.feature-can-collect .credit_info_wrap {
    position: relative;
    background: #fafafa;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 100px;
}
.feature-can-collect .credit_info_wrap .tp_success_text {
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #ededed;
    border-bottom: 2px solid #1a3b69;
    color: #333;
}
.feature-can-collect .credit_info_wrap .tp_creditsNotes {
    display: flex;
    padding: 20px 20px 0 20px;
    font-size: 14px;
    color: #333;
}
.feature-can-collect .credit_info_wrap .tp_creditsNotes .remain {
    margin-right: 20px;
}
.feature-can-collect .credit_info_wrap .tp_creditsNotes .remain > div {
    margin-bottom: 15px
}
.feature-can-collect .credit_info_wrap .tp_creditsNotes .remain > span > div {
    font-size: 36px;
}
.feature-can-collect .credit_info_wrap .tp_creditsNotes .limit {
    display: flex;
    align-items: flex-end;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
}
.feature-can-collect .credit_info_wrap .tp_creditsNotes .limit > span {
    margin-right: 5px;
}
.feature-can-collect .credit_info_wrap  #accountDashboardButton {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ec9b0c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 15px;
    color: #333;
    transition: all 0.2s;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.feature-can-collect .orderSuccess_buttons {
    position: relative;
    margin: 35px 0;
    padding-left: 20px;
}
.feature-can-collect .orderSuccess_buttons #orderDetailsButton {
    padding: 15px 38px;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    position: relative;
    color: #333;
}

/* Guest Checkout Step 4 - Confirmation page */
.page-GuestOrderThankYouPage .order_success_wrapper .tp_delivery {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fafafa;
    padding: 0 20px;
}
.page-GuestOrderThankYouPage .order_success_wrapper .tp_delivery:last-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-GuestOrderThankYouPage #deliveryHeader + .tp_delivery .tp_delivery,
.page-GuestOrderThankYouPage .tp_delivery .tp_delivery {
    display: inline-block;
    padding: 0;
}
.page-GuestOrderThankYouPage .confirmation_head + .tp_delivery {
    padding-top: 20px;
}
.page-GuestOrderThankYouPage .tp_delivery .tp_delivery:last-child {
    margin-bottom: 0;
}
.page-GuestOrderThankYouPage .tp_collect_success {
    background: #fafafa;
    padding: 20px
}
.Guest-Checkout.feature-can-collect #deliveryHeader,
.Guest-Checkout .order_success_wrapper #collectionHeader {
    background: #fafafa;
    padding: 20px 20px 20px 50px;
    margin-top: 20px;
}
.Guest-Checkout .order_success_wrapper .tp_collect_success {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.Guest-Checkout.feature-can-collect #deliveryHeader:before,
.Guest-Checkout .order_success_wrapper #collectionHeader:before {
    left: 20px;
}
.Guest-Checkout .order_success_wrapper .colum_wrapper {
    background: #fafafa;
    position: relative;
    padding: 0 20px 20px 20px;
    border: none;
}
.Guest-Checkout .order_success_wrapper .colum_wrapper:after {
    content: "";
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 910px;
}
.Guest-Checkout .order_success_wrapper .tp_delivery #deliveryDate {
    margin: 0 5px;
    font-family: 'Roboto_b', sans-serif;
    display: inline-block;
}
/* END - Guest Checkout Step 4 - Confirmation page */

/*Checkout Step 3 error - Order declined page*/
.feature-can-collect.feature-design .payment-declined-page .payment-declined-title {
    color: #333;
    padding: 0;
    background: none;
}
.feature-can-collect .payment-declined-page .payment-declined-img {
    display: none;
}
.feature-can-collect .payment-declined-page .payment-declined-msg {
    width: auto;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    background: #fafafa;
    color: #333;
}
.feature-can-collect .payment-declined-page .payment-declined-list-holder {
    width: auto;
}
.feature-can-collect .payment-declined-page .payment-declined-list-holder .list-title {
    margin-bottom: 10px;
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.feature-can-collect .payment-declined-page .payment-declined-list-holder .list-item {
    color: inherit;
}
.feature-can-collect .payment-declined-page  .payment-declined-btn-holder {
    display: flex;
}
.feature-can-collect .payment-declined-page .payment-declined-btn-holder .payment-declined-btn {
    order: 2;
    width: 200px;
    text-align: center;
    padding: 17px 30px;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
}
.feature-can-collect .payment-declined-page .payment-declined-btn-holder .payment-declined-btn.btn-right {
    order: 1;
    margin-right: 20px;
    background: #ec9b0c;
    border: none;
}
.feature-can-collect .payment-declined-page .payment-declined-btn-holder .payment-declined-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.feature-can-collect .payment-declined-page #backToBasket {
    color: #333;
}

/* M3 - Start Adsress Book */
.feature-can-collect.page-AddressBookPage #addressBookContainer h1 {
    background: #1A3B69;
    color: #fff;
    height: 70px;
    line-height: 70px;
    margin: 0 0 20px;
    padding:0 0 0 20px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer p {
    font-size: 14px;
    padding: 0 0 20px;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .add-new-address {
    padding: 15px;
    color: #333;
    background: #ec9b0c;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.2s;
    border: none;
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 0 20px;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .add-new-address:hover {
    background: #f4a826;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    transition: all 0.2s;
    text-decoration: none;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .addresses {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address {
    position: relative;
    width: 23.5%;
    padding: 15px 15px 40px;
    box-sizing: border-box;
    background: #fafafa;
    margin-bottom: 20px;
    margin-right: 2%;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address:nth-child(4n) {
    margin-right: 0;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address strong,
.feature-can-collect.page-AddressBookPage #addressBookContainer .address div {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 192px;
    white-space: nowrap;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address div {
    font-size: 14px;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address strong {
    font-size: 16px;
    font-weight: 100 !important;
    display: block;
    margin-bottom: 10px;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address strong:empty {
    display: none;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address .delete-address {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #616161;
    background: none;
    border: none;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address .delete-address:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.feature-can-collect.page-AddressBookPage #addressBookContainer .address .delete-address:hover {
    cursor: pointer;
}
.feature-can-collect.page-AddressBookPage #cboxContent,
.feature-can-collect.page-AddressBookPage #colorbox,
.feature-can-collect.page-AddressBookPage #cboxWrapper {
    width: 620px !important;
}
.feature-can-collect.page-AddressBookPage #cboxLoadedContent {
    width: 540px !important;
}
.feature-can-collect.page-AddressBookPage #cboxContent .header {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
    font-size: 16px;
    color: #616161;
}
.feature-can-collect.page-AddressBookPage #cboxContent .msg {
    display: block;
    position: relative;
    margin: 20px 0;
    font-size: 14px;
}
.feature-can-collect.page-AddressBookPage #cboxContent .btn-wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.feature-can-collect.page-AddressBookPage #cboxContent .btn-cancel,
.feature-can-collect.page-AddressBookPage #cboxContent .btn-delete,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-submit,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-cancel,
.feature-can-collect .delivery-address-wrap .add-address-btn,
.feature-can-collect .delivery-address-wrap .select-address-btn,
.feature-can-collect .delivery-details-wrap .btn-cancel {
    padding: 15px 30px;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    color: #333;
    width: 276px;
    cursor: pointer;
    text-align: center;
}
.feature-can-collect.page-AddressBookPage #cboxContent .btn-delete,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-submit {
    background: #ec9b0c;
    text-align: center;
    padding: 15px;
    width: 246px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-cancel {
    padding: 15px;
    width: 170px;
    float: right;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-submit {
    border: none;
    width: 200px;
}
.feature-can-collect.page-AddressBookPage #cboxContent .btn-cancel:hover,
.feature-can-collect.page-AddressBookPage #cboxContent .btn-delete:hover,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-cancel:hover,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-submit:hover,
.feature-can-collect .delivery-address-wrap .add-address-btn:hover,
.feature-can-collect .delivery-address-wrap .select-address-btn:hover,
.feature-can-collect .delivery-details-wrap .btn-cancel:hover {
    background: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    transition: all 0.2s;
    text-decoration: none;
}
.feature-can-collect.page-AddressBookPage #cboxContent .btn-delete:hover,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn.btn-submit:hover {
    background: #f4a826;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm h3.title{
    background: #1A3B69;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding:0 0 0 20px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .column-wrap {
    padding: 20px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .l-column,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .r-column {
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .l-column {
    position: relative;
    width: 400px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .r-column {
    position: relative;
    width: 500px;
    padding: 30px;
    background: #fafafa;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm label {
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .input input {
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    width: 330px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .input-error input {
    background: #f4e1e1;
    border-bottom: 2px solid #c92d2d;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .email_error_message,
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .find-address-error {
    color: #f44336;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .input-wrap {
    width: 350px;
    margin-bottom: 20px;
}
.feature-can-collect.page-AddDeliveryAddressPage .delivery-details-wrap .address-form {
    border: none;
    margin-bottom: 0;
}
.feature-can-collect.page-AddDeliveryAddressPage .address-form .find-btn {
    display: block;
    background: #296c96;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 12px;
    color: white;
    transition: all 0.2s;
    border: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    width: 330px;
    margin: 10px 0 0;
    height: auto;
}
.feature-can-collect.page-AddDeliveryAddressPage .address-form .find-btn:hover {
    background: #2f7cab;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    transition: all 0.2s;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .form-btn-wrap {
    padding: 0 0 0 20px;
    width: 420px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .column-wrap .text-block {
    color: #333;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 20px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .radio-btn-wrap label {
    display: inline-block;
    margin-right: 5px;
    color: #616161;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .radio-btn-wrap input {
    margin-right: 7px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .question-wrap.form-error {
    margin-bottom: 20px;
    display: block;
    color: #f44336;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm  #postcodeLookupResultsContainer select {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    height: auto;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .questions-form textarea {
    width: 436px;
    height: 96px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .questions-form {
    color: #333;
    line-height: 18px;
    font-size: 14px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .questions-form .question-wrap{
    margin-bottom: 20px;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .questions-form .question-wrap > span{
    margin-bottom: 5px;
    display: block;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm .find-btn-wrap{
    position: relative;
    top:0;
    right: 0;
}
.feature-can-collect.page-AddDeliveryAddressPage #orderDeliveryAddressForm  .input-wrap .input{
    width: 330px;
}
/* M3 - End Address Book */

/* M3- Order History */
.feature-can-collect #welcome_container h2 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #1a3b69;
    color: white;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.feature-can-collect #order_history_container .order_history_table_warning {
    padding: 15px;
    text-align: center;
    background: #296c96;
    margin: 20px 0px;
    color: white;
    font-size: 14px;
}
.feature-can-collect #order_history_container .order_history_table_warning .content::before {
    content: 'i';
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: white;
    margin-right: 10px;
    color: #296c96;
}
.feature-can-collect.page-orders.feature-design .item_container_holder #search_fields {
    margin: 0 !important;
}
.feature-can-collect.page-orders.feature-design #search_fields .order_filter_select {
    box-sizing: border-box;
    width: 930px;
    margin-bottom: 20px;
    padding: 30px !important;
    background: #fafafa;
}
.feature-can-collect.page-orders.feature-design #search_fields .order_filter_select::before {
    display: none;
}
.feature-can-collect #search_fields .order_filter_select .order_type,
.feature-can-collect #search_fields .order_filter_select .time-frame-label {
    color: #333;
    font-size: 14px;
}
.feature-can-collect.page-orders.feature-design #search_fields .order_filter_select select {
    height: 40px;
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
}
.feature-can-collect .item_container_holder .item_container {
    position: relative;
}
.feature-can-collect.page-orders.feature-design #order_history_container .item_container #totalResults {
    top: -93px;
    left: 405px;
    padding: 10px;
    color: #616161;
    font-size: 14px;
}
.feature-can-collect.page-orders.feature-design #order_history_container .item_container .top.right {
    position: absolute;
    top: -95px;
    right: 30px;
    display: flex;
    align-items: center;
}
.feature-can-collect.page-orders.feature-design #order_history_table_length {
    color: #616161;
    font-size: 14px;
}
.feature-can-collect.page-orders.feature-design #order_history_table_length label {
    display: flex;
    align-items: center;
}
.feature-can-collect.page-orders.feature-design #order_history_table_length #showAll{
    position: static;
}
.feature-can-collect.page-orders.feature-design #order_history_table_length #show10 {
    position: static;
    background: none;
}
.feature-can-collect.page-orders.feature-design #order_history_table_length #showAll.active,
.feature-can-collect.page-orders.feature-design #order_history_table_length #show10.active {
    background: #296c96;
    color: white;
}
.feature-can-collect.page-orders.feature-design #order_history_table_length #showAll:hover,
.feature-can-collect.page-orders.feature-design #order_history_table_length #show10:hover {
    cursor: pointer;
}
.feature-can-collect #removeSort {
    display: none;
}
.feature-can-collect #order_history_table_info {
    padding: 10px;
    color: #616161;
    font-size: 14px;
}
.feature-can-collect #order_history_table {
    margin: 0;
}
.feature-can-collect #order_history_table #col_names th {
    padding: 20px 0;
    border-bottom: 2px solid #1a3b69;
    background: #fff;
}
.feature-can-collect #order_history_table #col_names th:hover {
    cursor: pointer;
}
.feature-can-collect #order_history_table #col_names th:last-of-type {
    width: 160px !important;
}
.feature-can-collect #order_history_table #col_names .title {
    padding: 0 15px;
    font-size: 14px;
    color: #616161;
}
.feature-can-collect #order_history_table #col_names .title:before {
    content: '\f0dc';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.feature-can-collect #order_history_container tr {
    line-height: 30px;
}
.feature-can-collect #order_history_table tr:nth-child(even) td,
.feature-can-collect #order_history_table tr.even td,
.feature-can-collect.page-orders.feature-design #order_history_container tr:hover {
    background: #fff;
}
.feature-can-collect #order_history_table tr td {
    position: relative;
    padding: 20px 15px;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
}
.feature-can-collect #order_history_table .order-date strong,
.feature-can-collect #order_history_table .order-total-value strong {
    font-weight: normal !important;
}
.feature-can-collect #order_history_table .order-type-holder {
    display: flex;
}
.feature-can-collect #order_history_table .order-type-holder:hover {
    cursor: pointer;
}
.feature-can-collect #order_history_table .order-type-holder .collectionTypeImg,
.feature-can-collect #order_history_table .order-type-holder .deliveryTypeImg {
    margin: 5px 5px 0 0;
    background-size: contain;
    width: 19px !important;
}
.feature-can-collect #order_history_table .order-type-holder .collectionName {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-can-collect #order_history_table .order-type-tooltip {
    display: none;
}
.feature-can-collect #order_history_table .order-type-holder:hover + .order-type-tooltip {
    display: block;
    padding: 15px;
    background: #424242;
    color: white;
    line-height: 24px;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    position: absolute;
    width: 200px;
    left: 35px;
    z-index: 1;
}
.feature-can-collect.page-orders.feature-design #order_history_container #view_order_details_button {
    color: #1a3b69;
    font-size: 14px;
    cursor: pointer;
    background: none;
    border: none;
}
.feature-can-collect.page-orders.feature-design #order_history_container #view_order_details_button:hover {
    text-decoration: underline;
}
.feature-can-collect #order_history_table_filter {
    display: none;
}
.feature-can-collect.page-orders.feature-design #order_history_container .paging_simple_numbers {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button {
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 16px;
    font-size: 14px;
}
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button:hover {
    cursor: pointer;
    text-decoration: none;
}
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button.previous::before,
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button.next::before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #296c96;
}
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button.next::before {
    content: '\f105';
}
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button.previous.disabled::before,
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button.next.disabled::before {
    color: rgba(0, 0, 0, 0.4);
}
.feature-can-collect.page-orders.feature-design #order_history_container .paginate_button.current {
    background-color: #296c96;
    left: 0;
}

/* M3 - Delivery address details */
.feature-can-collect.template-pages-CheckoutPageTemplate.feature-design .delivery-address-wrap .content-title {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}
.feature-can-collect .delivery-address-wrap .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background: #fafafa;
    line-height: 24px;
    margin-bottom: 20px;
}
.feature-can-collect .delivery-address-wrap .content > div {
    width: 100%;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design .delivery-address-wrap .addresses,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design .delivery-address-wrap .addresses {
    display: flex;
    flex-direction: column;
    width: 48%;
    min-height: 154px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design .delivery-address-wrap .addresses.selected,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design .delivery-address-wrap .addresses.selected {
    border-color: #ec9b0c;
    position: relative;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design .delivery-address-wrap .addresses.selected:after,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design .delivery-address-wrap .addresses.selected:after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    top: -10px;
    right: -10px;
    background: #ec9b0c;
    color: #fff;
}
.feature-can-collect .delivery-address-wrap .addresses strong {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    margin-bottom: 10px;
}
.feature-can-collect .delivery-address-wrap .addresses div {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
    white-space: nowrap;
    font-size: 14px;
}
.feature-can-collect .delivery-address-wrap .addresses div.postalCode {
    order: 1;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .delivery-address-wrap .pagination,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .delivery-address-wrap .pagination {
    width: 100%;
    text-align: center;
    padding-top: 0;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .delivery-address-wrap .pagination + div,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .delivery-address-wrap .pagination + div {
    width: 100%;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .delivery-address-wrap .tp_branchList_pagination ul,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .delivery-address-wrap .tp_branchList_pagination ul {
    display: inline-block;
}
.feature-can-collect .delivery-address-wrap .select-address-btn {
    background: #ec9b0c;
    border-color: #ec9b0c;
}
.feature-can-collect .delivery-address-wrap .select-address-btn:hover {
    background:  #f4a826;
    border-color: #f4a826;
}
.feature-can-collect .delivery-address-wrap .add-address-btn,
.feature-can-collect .delivery-address-wrap .select-address-btn {
    width: 48%;
}
.feature-can-collect .delivery-address-wrap .add-address-btn {
    margin-right: 15px;
}
.feature-can-collect .tp_branchList_pagination ul li {
    background: none;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
}
.feature-can-collect .tp_branchList_pagination ul li a {
    width: 16px;
    height: 16px;
    padding: 10px;
    line-height: 16px;
    text-decoration: none;
    color: #333;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination ul li a:hover,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination ul li a:hover {
    text-decoration: none;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination ul li.active,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination ul li.active {
    background-color: #296c96;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination ul li.active a,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination ul li.active a {
    color: #fff;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.prev.disable,
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.next.disable,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.prev.disable,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.next.disable {
    border: none;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.prev a,
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.next a,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.prev a,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.next a {
    background: none;
    position: relative;
    width: 16px;
    height: 16px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.prev a:before,
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.next a:after,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.prev a:before,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.next a:after {
    position: absolute;
    top: 27%;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #296c96;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.prev.disable a:before,
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.next.disable a:after,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.prev.disable a:before,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.next.disable a:after {
    color: rgba(0, 0, 0, 0.4);
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.prev a:before,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.prev a:before {
    content: '\f104';
}
.feature-can-collect.page-OrderDeliveryDetailsPage .tp_branchList_pagination li.next a:after,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .tp_branchList_pagination li.next a:after {
    content: '\f105';
    left: 10px;
}
.feature-can-collect #billing_address_form .sameAdress {
    font-size: 14px;
    color: #616161;
    margin-bottom: 10px;
    display: inline-block;
}
.feature-can-collect.page-OrderPaymentPage #cboxLoadedContent h4 {
    padding-right: 50px;
    line-height: 20px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .delivery-details-wrap .btn-submit,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .delivery-details-wrap .btn-submit {
    float: right;
}
.feature-can-collect.page-OrderDeliveryDetailsPage .delivery-details-wrap .btn-cancel,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage .delivery-details-wrap .btn-cancel {
    width: 230px;
}
/* M3 - END Delivery address details */

/* M3 - Start Order Details */
.feature-can-collect #orderDetailsTicketList{
    margin: 0 0 20px;
}
.feature-can-collect #orderDetailsTicketList .orderHeadInformation_wrapper {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #1a3b69;
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    position: relative;
}
.feature-can-collect #orderDetailsTicketList #orderHeadInformation{
    margin-bottom: 20px;
}
.feature-can-collect #orderDetailsTicketList .orderHeadInformation_wrapper h3{
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin: 0 0 5px;
}
.feature-can-collect #orderDetailsTicketList .orderDate_holder{
    font-size: 16px;
}
.feature-can-collect #orderDetailsTicketList .orderDate_holder p{
    display: inline-block;
}
.feature-can-collect #orderDetailsTicketList .orderInfoTotalTitle_holder{
    position: absolute;
    right: 20px;
    top:20px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: right;
    width: 300px;
}
.feature-can-collect #orderDetailsTicketList .orderInfoTotalTitle_holder .orderInfoTotalTitle,
.feature-can-collect #orderDetailsTicketList .orderInfoTotalTitle_holder #orderInfoTotal{
    display: inline-block;
}
.feature-can-collect #orderDetailsTicketList .orderHeadInformation_wrapper .view-more-btn{
    font-size: 14px;
    text-align: right;
}
.feature-can-collect #orderDetailsTicketList .orderHeadInformation_wrapper .view-more-btn:hover{
    text-decoration: underline;
    cursor: pointer;
}
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.collapsed .view-more-btn,
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.expanded .view-more-btn.opened,
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.expanded .orderInfoTotal_holder{
    display: block;
}
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.collapsed .view-more-btn.opened,
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.expanded .view-more-btn,
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.collapsed .orderInfoTotal_holder{
    display: none;
}
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.collapsed .view-more-btn:after,
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.expanded .view-more-btn.opened:after{
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 5px;
    display: inline-block;
}
.feature-can-collect #orderDetailsTicketList #orderHeadInformation.expanded .view-more-btn.opened:after {
    content: '\f106';
}
.feature-can-collect #orderDetailsTicketList #fulfillingBranchInfo td{
    background: none;
}
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder{
    padding: 20px;
    font-size: 14px;
    width: 950px;
    line-height: 29px;
    text-align: right;
    box-sizing: border-box;
    background: #fafafa;
    color: #616161;
    margin-bottom: 20px;
}
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder .tableLine_holder p{
    position: relative;
    margin-right: 60px;
    display: inline-block;
}
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder #orderInfoTotal,
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder #orderInfoBeforePromotions,
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder #orderInfoSavings,
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder #orderInfoDelivery,
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder #orderInfoVat,
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder #orderInfoTotalPrice{
    display: inline-block;
    width: 80px;
}
.feature-can-collect #orderDetailsTicketList .orderInfoTotal_holder .savings{
    color: red;
    border-bottom: 1px solid #e0e0e0;
    width: 35%;
    margin-left: auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.feature-can-collect #orderDetailsTicketList .orderDetails_wrapper{
    overflow: hidden;
}
.feature-can-collect #orderDetailsTicketList .orderDetails_wrapper #paymentDetailsBox,
.feature-can-collect #orderDetailsTicketList .orderDetails_wrapper .fulfillingBranchInfo_wrapper{
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect #orderDetailsTicketList .orderDetails_wrapper #paymentDetailsBox{
    padding: 20px 20px 20px 0;
}
.feature-can-collect #orderDetailsTicketList .orderDetails_wrapper #paymentDetailsBox p{
    color: #616161;
    font-size: 14px;
}
.feature-can-collect.page-orderDetails #orderDetails{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.feature-can-collect #orderDetailsTicketList .orderDetails_wrapper .fulfillingBranchInfo_wrapper{
    padding: 20px;
    background: #fafafa;
}
.feature-can-collect #orderDetailsTicketList .orderDetails_wrapper #paymentDetailsBox .heading{
    font-size: 18px;
    margin-bottom: 10px;
}
.feature-can-collect #orderDetailsTicketList #fulfillingBranchInfo .hederInfo {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    line-height: 22px;
}
.feature-can-collect #orderDetailsTicketList #fulfillingBranchInfo .name{
    color: #616161;
    font-size: 14px;
    margin: 0 0 5px;
}
.feature-can-collect #orderDetailsTicketList #fulfillingBranchInfo .name .name{
    font-size: 16px;
    color: #1a3b69;
    margin-top: 5px;
}
.feature-can-collect #orderDetailsTicketList #fulfillingBranchInfo #branchTelephone{
    font-size: 16px;
    color: #1a3b69;
    line-height: 20px;
}
.feature-can-collect #orderDetailsTicketList #orderTableHeader{
    padding: 20px;
    background: #eee;
    line-height: 24px;
    border-bottom: 2px solid #1a3b69;
    margin-top: 20px;
    position: relative;
}
.feature-can-collect #orderDetailsTicketList .collapsed #orderTableHeader{
    border: none;
}
.feature-can-collect #orderDetailsTicketList #orderStatus{
    font-size: 20px;
    position: relative;
    padding: 0 0 17px 34px;
}
.feature-can-collect #orderDetailsTicketList .not_yet_delivered #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .not_yet_collected #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .collected #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .delivered_tickets #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .refunded #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .cancelled #orderStatus:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top:0;
}
.feature-can-collect #orderDetailsTicketList .not_yet_delivered #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .not_yet_collected #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .collected #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .delivered_tickets #orderStatus:before {
    background: url(../images/basket_sprite.png) 5px 0 no-repeat transparent;
    background-size: 90px;
    background-position: -21px;
}
.feature-can-collect #orderDetailsTicketList .not_yet_delivered #orderStatus:before,
.feature-can-collect #orderDetailsTicketList .delivered_tickets #orderStatus:before{
    background-position: -67px 1px;
}
.feature-can-collect #orderDetailsTicketList .refunded #orderStatus:before{
    background: url(../images/returns_icon.png) no-repeat;
    background-size: 22px;
}
.feature-can-collect #orderDetailsTicketList .cancelled #orderStatus:before{
    background: url(../images/order-cancel.png) no-repeat;
    background-size: 22px;
}
.feature-can-collect #orderDetailsTicketList #orderDetailsTable .view-more-btn{
    position: absolute;
    top: 50%;
    right: 20px;
    color: #1a3b69;
    font-size: 14px;
    margin: -16px 0 0;
}
.feature-can-collect #orderDetailsTicketList #orderDetailsTable .view-more-btn:hover{
    text-decoration: underline;
    cursor: pointer;
}
.feature-can-collect #orderDetailsTicketList #orderDetailsTable .view-more-btn,
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.expanded .view-more-btn.opened{
    display: block;
}
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.collapsed .view-more-btn.opened,
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.expanded .view-more-btn{
    display: none;
}
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.collapsed .view-more-btn:after,
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.expanded .view-more-btn.opened:after{
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 5px;
    display: inline-block;
}
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.expanded .view-more-btn.opened:after {
    content: '\f106';
}
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.collapsed.collapsed #titles,
.feature-can-collect #orderDetailsTicketList #orderDetailsTable.collapsed.collapsed .productItem{
    display: none;
}
.feature-can-collect #titles{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fafafa;
    color: #616161;
    font-size: 14px;
}
.feature-can-collect #orderDetailsTicketList #titles #productHeader{
    width: 420px;
}
.feature-can-collect #orderDetailsTicketList  #titles #qtyHeader,
.feature-can-collect #orderDetailsTicketList #titles #itemSubtotalHeader{
    width: 140px;
}
.feature-can-collect #titles .status{
    width: 220px;
}
.feature-can-collect #orderDetailsTicketList .productItem .orderInfo,
.feature-can-collect #orderDetailsTicketList .productItem .productQty,
.feature-can-collect #orderDetailsTicketList .productItem .productTotal,
.feature-can-collect #orderDetailsTicketList .productItem .ticketStatus{
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect #orderDetailsTicketList .productItem .orderInfo{
    width: 420px;
}
.feature-can-collect #orderDetailsTicketList .productItem{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 15px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.feature-can-collect #orderDetailsTicketList .productItem .productImage{
    width: 80px;
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect #orderDetailsTicketList .productItem .productImage img{
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
}
.feature-can-collect #orderDetailsTicketList .productItem .productImage .no-image{
    line-height: 0;
    font-size: 0;
}
.feature-can-collect #orderDetailsTicketList .productItem .productDescription{
    padding: 0 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 310px;
}
.feature-can-collect #orderDetailsTicketList .productItem .productDescription a{
    color: #616161;
    font-size: 14px;
}
.feature-can-collect #orderDetailsTicketList .productItem .productQty,
.feature-can-collect #orderDetailsTicketList .productItem .productTotal{
    text-align: left;
    width: 140px;
}
.feature-can-collect #orderDetailsTicketList .productItem .productTotal .wasPrice{
    color: red;
}
.feature-can-collect #orderDetailsTicketList .orderDeliveryAddress{
    font-size: 14px;
    color: #333;
}
.feature-can-collect #orderDetailsTicketList .productItem hr{
    display: none;
}
.feature-can-collect #orderDetailsTicketList .ticketStatus {
    box-sizing: border-box;
    width: 220px;
}
.feature-can-collect #orderDetailsTicketList .ticketStatus strong{
    font-weight: 100 !important;
}
.feature-can-collect .backToOrdersButton{
    display: block;
    position: relative;
    background: #ec9b0c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 15px;
    color: #333;
    transition: all 0.2s;
    border: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    width: 200px;
    margin: 0 0 15px;
}
.feature-can-collect .backToOrdersButton:hover{
    background: #f4a826;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    transition: all 0.2s;
    text-decoration: none;
}
.feature-can-collect.page-orderDetails .add-spinner.loader-msg{
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding:20px 0 30px;
    text-align: center;
}
.feature-can-collect.page-orderDetails .lineInfo{
    padding: 0 0 10px;
}
.feature-can-collect.page-orderDetails #paymentDetailsBox #ccNumberBox,
.feature-can-collect.page-orderDetails #paymentDetailsBox #ccExpirationInfo{
    display: inline-block;
    position: relative;
    line-height: 30px;
    vertical-align: top;
    color: #333;
    font-size: 14px;
}
.feature-can-collect.page-orderDetails #paymentDetailsBox #ccExpirationInfo{
    width: 100px;
    text-align: right;
    float: right;
}
.feature-can-collect.page-orderDetails #paymentDetailsBox #ccPaymentAddressUserName,
.feature-can-collect.page-orderDetails #paymentDetailsBox #ccBillingAddressLines span{
    color: #616161;
    font-size: 14px;
    padding: 0 0 5px;
}
.feature-can-collect.page-orderDetails #ccBillingAddressBox > div:first-child{
    display: none;
}
.feature-can-collect.page-orderDetails #ccDetailsBox{
    margin: 0 0 10px;
}
.feature-can-collect.page-orderDetails .info-tooltip{
    display: none;
}
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 40px;
}
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image.visa {
    background: url(../images/creditCards/VISA.png) no-repeat;
    background-size: contain;
}
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image.visa_debit {
    background: url(../images/creditCards/VISA_DEBIT.png) no-repeat;
    background-size: contain;
}
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image.electron {
    background: url(../images/creditCards/ELECTRON.png) no-repeat;
    background-size: contain;
}
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image.mastercard,
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image.master {
    background: url(../images/creditCards/MASTERCARD.png) no-repeat;
    background-size: contain;
}
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image.maestro {
    background: url(../images/creditCards/MAESTRO.png) no-repeat;
    background-size: contain;
}
.feature-can-collect.page-orderDetails #ccDetailsBox .ccType-image.amex {
    background: url(../images/creditCards/AMERICAN_EXPRESS.png) no-repeat;
    background-size: contain;
}

/* M3 - End Order Details */

.feature-can-collect.feature-design .basket .toolTipContainer {
    top: 26px;
    right: 13px;
}
.feature-can-collect.feature-design .grid_view #products .loginToViewPrice {
    font-size: 12px;
}
.feature-can-collect.feature-design .grid_view #products .loggedOutToolTipOnProductPage:before {
    width: 172px;
    top: 7px;
    left: -146px;
}


/* M3 Basket: Please note that your basket has been changed*/
.feature-can-collect .removed_order_lines {
    margin-bottom: 20px;
    background: rgba(244, 67, 54, 0.08);
    padding-bottom: 20px;
}
.feature-can-collect .removed_order_lines .removed_orders_title {
    padding: 20px;
    font-size: 20px;
    background: rgba(244, 67, 54, 0.2);
    border-bottom: 2px solid #f44336;
}
.feature-can-collect .removed_order_lines > p,
.feature-can-collect .removed_order_lines > ul {
    padding: 10px 20px;
}
.feature-can-collect .removed_order_lines > ul > li {
    padding: 5px 0px;
    color: #616161;
}
.feature-can-collect .removed_order_lines a {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    padding: 15px;
    width: 160px;
    text-align: center;
    background: #ededed;
    border-bottom: 2px solid #1a3b69;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    color: #333;
}
.feature-can-collect .removed_order_lines a:hover {
    text-decoration: none;
    background: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
/* End M3 Basket: Please note that your basket has been changed*/


/* M3 Add to collection popup - mar view */

.feature-design.feature-can-collect #facets_filters #selected_facet_options .facet_block li > a {
    font-family: 'Roboto', sans-serif;
}
.feature-design .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button #addToCartButton {
    padding: 0px 30px;
}
.feature-design .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button #addToCartButton.postCodePresent {
    padding: 15px 0 15px 45px;
    text-align: left;
}
.feature-design.feature-can-collect #facets_filters .item .collapsableArrow {
    pointer-events: none;
}
.feature-design.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled.addForCollectButton {
    background-size: 20px;
    background-position: 8px 10px;
}
.feature-design.feature-can-collect .list_view #products .row .change-postcode {
    width: 80%;
}
.feature-design.feature-can-collect .list_view .prod .tpQ_input .moqErrorMsg,
.feature-design.feature-can-collect .list_view .prod .tpQ_input .noStockErrorMsg {
    position: absolute;
    top: -17px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    right: 0;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    color: #f44336;
}
.feature-design.feature-can-collect .list_view #products .row .plp_add_to_cart_form .tpQ_input .ui-spinner {
    position: relative;
    display: block;
}
.feature-design.feature-can-collect .list_view .plp_add_to_cart_form .tpQ_input .ui-spinner-buttons {
    position: absolute;
}
.feature-design.feature-can-collect .list_view .plp_add_to_cart_form .tpQ_input .ui-spinner-button {
    overflow: hidden;
    position: relative;
}
.feature-design.feature-can-collect .list_view .plp_add_to_cart_form .tpQ_input .ui-spinner-button.ui-spinner-down:before,
.feature-design.feature-can-collect .list_view .plp_add_to_cart_form .tpQ_input .ui-spinner-button.ui-spinner-up:before {
    position: absolute;
    color: rgba(51, 51, 51, 0.5);
    font-family: 'FontAwesome';
    top: 6px;
    width: 16px;
    height: 16px;
    left: 0;
}
.feature-design.feature-can-collect .list_view .plp_add_to_cart_form .tpQ_input .ui-spinner-button.ui-spinner-up:before {
    content: '\f0de';
}
.feature-design.feature-can-collect .list_view .plp_add_to_cart_form .tpQ_input .ui-spinner-button.ui-spinner-down:before {
    content: '\f0dd';
    top: -5px;
}
.feature-design.feature-can-collect .list_view .prod.poa .logInForTradePricesLink {
    bottom: 190px;
}
.feature-design.feature-can-collect .list_view #products .row .prod .prod_info h4 a {
    font-size: 14px;
    text-decoration: none !important;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView {
    padding: 20px 0 20px 20px;
}
.feature-design.feature-can-collect .list_view #products .prod #addToQuoteListDisabled {
    width: 250px;
    min-height: 48px;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: 0 center;
    border: none;
    border-bottom: 2px solid #1a3b69;
    padding: 15px 30px;
    font-size: 14px;
    font-family: 'Roboto_b', sans-serif;
    line-height: 16px;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    cursor: pointer;
}
.feature-design.feature-can-collect .list_view #products .prod #addToCartButton.btn-disabled {
    padding: 0 30px;
}
.feature-design.feature-can-collect .list_view #products .prod #addToCartButton.btn-disabled:focus {
    outline: none;
}
.feature-design.feature-can-collect .list_view #products .prod #addToCartButton.btn-disabled:hover {
    background-color: transparent;
    box-shadow: none;
}
.feature-design.feature-can-collect .list_view #products .prod #addToCartButton.btn-disabled.out-of-stock {
    padding: 15px 30px;
}
.feature-design.feature-can-collect .list_view #products .prod #addToCartButton:hover,
.feature-design.feature-can-collect .list_view #products .prod #addToCartButton.btn-disabled.out-of-stock:hover {
    background-color: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.feature-design.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled,
.feature-design.feature-can-collect .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button .add_to_cart_button.btn-disabled.out-of-stock,
.feature-design.feature-can-collect .list_view #products .prod #addForCollectButtonDisabled.baseProduct {
    color: #333;
}
.feature-design.feature-can-collect .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button .add_to_cart_button.btn-disabled {
    color: #616161;
}
.feature-design.feature-can-collect .list_view #products .prod .add_to_quote_message {
    top: 60px;
    left: 0;
    height: 48px;
    box-sizing: border-box;
    line-height: 31px;
    background: rgba(41, 108, 150, 0.08);
    border: 1px solid #296c96;
    color: #1a3b69;
    width: 250px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView {
    display: flex;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .store_map,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap {
    width: 50%;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap {
    width: 330px;
    height: 340px;
    overflow-y: auto;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap::-webkit-scrollbar {
    width: 10px;
}
.map-tab-content::-webkit-scrollbar-button {
    display: none;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap:hover::-webkit-scrollbar-thumb {
    background: #1a3b69;
    transition: all 0.2s;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap {
    padding: 0 10px;
    box-sizing: border-box;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap .branch_details_full,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .branch-details a {
    display: none;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_info_wrap .branch_details_full {
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    border-top-color: #fff;
    padding: 10px;
    transition-duration: 0s;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item {
    flex-direction: column;
    margin: 0;
    padding: 0 0 10px 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .stock {
    order: 1;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 42px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .stock .image {
    margin-bottom: 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .stock .image,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .image:before {
    width: 22px;
    height: 22px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .image:before {
    content: '\f058';
    color: #1a3b69;
    background: #fff;
    font-size: 24px;
    line-height: 22px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .out-of-stock-message .image:before {
    content: '\f057';
    color: rgba(0, 0, 0, 0.4);
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .in-stock-message,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .out-of-stock-message {
    text-align: left;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .in-stock-message:after,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .out-of-stock-message:after {
    content: '';
    clear: both;
    display: block;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .in-stock-message span,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .out-of-stock-message span {
    float: left;
    line-height: 22px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .in-stock-message span.message,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .out-of-stock-message span.message {
    padding-left: 5px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .branch-details {
    order: -1;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #eee;
    border-bottom: 1px solid #e0e0e0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .icon {
    position: relative;
    top: 0;
    right: 0;
    order: 2;
    width: 30px;
    padding-left: 10px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .icon img {
    margin-left: -5px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item > .message {
    order: 3;
    width: 200px;
    margin-top: -24px;
    padding: 0px 5px 0 15px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item > .operation {
    order: 4;
    padding: 15px 10px 10px 10px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .collection-branch-item .operation button {
    top: 0;
    background: #ec9b0c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    padding: 15px;
    color: #333;
    transition: all 0.2s;
    border: none;
    font-family: 'Roboto_b', sans-serif;;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    height: 46px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-holder {
    position: relative;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-holder .branch-details-toggle {
    position: absolute;
    bottom: -30px;
    width: 125px;
    left: 85px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p.show .view,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p .hide  {
    display: none;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p .view,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p.show .hide {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p .view:before,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p.show .hide:before {
    content: '';
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background: #296c96;
    border-radius: 50%;
    left: 45px;
    bottom: 5px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p .view:after,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p.show .hide:after {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    color: white;
    left: 52px;
    top: 0px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p .view:after {
    content: '\f107';
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch-details-toggle p.show .hide:after {
    content: '\f106';
    top: -1px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_information > li > div {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    color: #333;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .branch_information strong,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .branch_information .openingTime_header,
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .branch_managers dt {
    font-weight: normal !important;
    color: #616161;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full #openingTime {
    display: flex;
    flex-wrap: wrap;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full #openingTime span {
    width: 45%;
    padding: 2px 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .branchServices_holder {
    padding: 10px 0;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .bx-wrapper {
    padding-top: 10px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full #br_services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 275px !important;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .bx-wrapper .slide {
    float: none !important;
    width: 130px !important;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .bx-wrapper .slide img {
    width: 130px;
    height: 63px;
}
.feature-design.feature-can-collect #collectionBranchLocatorPopup #mapView .branch_details_full .bx-wrapper .bx-controls {
    display: none;
}

/* Order reference on checkout delivery details */
.feature-can-collect .collection_options_mobile_div {
    position: relative;
    margin-bottom: 0;
}
.feature-can-collect .collection_options_mobile_div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 1px;
    background: #e0e0e0;
    width: 505px;
}
.Guest-Checkout.feature-can-collect .collection_options_mobile_div:after {
    content: none;
}
.feature-can-collect .delivery-details-left-block .customer-mandatory-fields-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 24px;
    padding: 10px 20px 30px 20px;
    background: #fafafa;
    margin: 0 0 20px;
}
.feature-can-collect .delivery-info-wrap .customer-mandatory-fields-block .content {
    padding: 0;
}
.feature-can-collect .collectionOptions-wrap .customer-mandatory-fields-title div,
.feature-can-collect #deliveryDetailsInfoContainer .customer-mandatory-fields-title div {
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.feature-can-collect .collectionOptions-wrap .customer-mandatory-fields-button-wrap,
.feature-can-collect #deliveryDetailsInfoContainer .customer-mandatory-fields-button-wrap {
    padding: 10px 0;
}
.feature-can-collect .collectionOptions-wrap .customer-mandatory-fields-button,
.feature-can-collect #deliveryDetailsInfoContainer .customer-mandatory-fields-button {
    width: 250px;
    min-height: 48px;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: 0px center;
    border: none;
    border-bottom: 2px solid #1a3b69;
    padding: 15px 30px;
    font-size: 14px;
    font-family: 'Roboto_b', sans-serif;
    line-height: 16px;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    cursor: pointer;
}
.feature-can-collect .collectionOptions-wrap .customer-mandatory-fields-inputs {
    padding: 0 10px;
}
.feature-can-collect .collectionOptions-wrap .customer-mandatory-fields-inputs .label-and-input,
.feature-can-collect #deliveryDetailsInfoContainer .customer-mandatory-fields-inputs .label-and-input {
    display: flex;
    padding:  5px 0;
    justify-content:  space-between;
}
.feature-can-collect .collectionOptions-wrap .customer-mandatory-fields-inputs .label-and-input .label,
.feature-can-collect #deliveryDetailsInfoContainer .customer-mandatory-fields-inputs .label-and-input .label {
    line-height: 38px;
    width: 120px;
    text-align: right;
}
.feature-can-collect .collectionOptions-wrap .customer-mandatory-fields-inputs .label-and-input input,
.feature-can-collect #deliveryDetailsInfoContainer .customer-mandatory-fields-inputs .label-and-input input {
    box-sizing: border-box;
    width: 340px;
    margin: 0;
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
}
.feature-can-collect .list_view #products .row .prod.poa .prod_img a img {
    border: 10px solid #ededed;
    box-sizing: border-box;
}
.feature-can-collect .list_view #products .prod .prod_info + .content,
.feature-can-collect .list_view #products .prod .product_price + .content {
    position: absolute;
    bottom: 160px;
    font-size: 14px;
    left: 160px;
    z-index: 1;
}
.feature-can-collect .list_view #products .prod.poa .product_price + .content {
    bottom: 185px;
}

/* M3 - Start Checkout Saved cards */
.feature-can-collect.template-pages-CheckoutPageTemplate #payBySavedCard .card_details > h2{
    display: block;
    text-transform: capitalize;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #payBySavedCard  #select_card{
    margin: 0;
    border: none;
    padding: 20px 20px 14px 20px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #select_card .tp_cardList .card_name{
    display: none;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #select_card .tp_cardList .card_radio{
    margin:3px 0 0 2px
}
.feature-can-collect.template-pages-CheckoutPageTemplate #select_card .tp_cardList .card_type{
    width: auto;
    font-weight: 100;
    line-height: 25px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #616161;
    padding: 0 0 0 33px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #select_card .tp_cardList .card_type strong{
    font-weight: 100 !important;
    text-transform: capitalize;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #select_card .tp_cardList .card_year{
    padding: 0 0 0 8px;
    line-height: 25px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #616161;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #select_card .tp_card{
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    padding: 5px 0 15px;
    margin-bottom: 10px;
    position: relative;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #tp_paymentCards{
    background: #fafafa;
    margin-bottom: 20px;
    overflow: hidden;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #tp_paymentCards .tp_OrderButton.back#payWithNewCardButton{
    margin: 0 0 20px 20px;
    background: none;
    padding: 0;
    box-shadow: none;
    color: #1a3b69;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #tp_paymentCards .tp_OrderButton.back#payWithNewCardButton:hover{
    text-decoration: underline;
}
.feature-can-collect.template-pages-CheckoutPageTemplate #select_card .tp_cardList .card_type strong:before {
    content: '\f09d';
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 22px;
    left: 35px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .hasSavedCards #tp_paymentCards .application-form .tp_orderContinued.returningCustomer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.feature-can-collect .tp_orderContinued.returningCustomer .adobe_acrobat_box {
    width: 100%;
}
.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_orderContinued.returningCustomer .tp_OrderButton.cont_to_pay {
    order: 1;
    margin: 0;
    width: 230px;
}
.feature-can-collect #payment_wrapp .tp_orderContinued.returningCustomer .tp_OrderButton.back {
    order: 0;
}
.feature-can-collect.feature-design .hasSavedCards #billingForm:after {
    content: '';
    display: table;
    clear: both;
}
.feature-can-collect.feature-design #tp_paymentCards .application-form .tp_orderContinued.newCustomer .tp_OrderButton.cont_to_pay {
    margin-top: 0;
}
.feature-can-collect #payment_wrapp #backToSavedCards {
    padding: 10px;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
    position: relative;
    color: #333;
    display: inline-block;
    width: 230px;
}
.feature-can-collect #payment_wrapp #backToSavedCards:hover{
    background: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
    transition: all 0.2s;
    cursor: pointer;
}
/* M3 - End Checkout Saved cards */


/* Start Guest Checkout - Step 1 - Welcome */

.page-guestLoginPage.Guest-Checkout #content{
    display: flex;
    padding-top: 0;
}
.Guest-Checkout .guestCheckoutContainer{
    width: 545px;
    display: inline-block;
    margin:0 20px 95px 0;
}
.Guest-Checkout #guestCheckoutLoginForm{
    position: relative;
    padding: 20px;
    background: #fafafa;
    line-height: 24px;
}
.Guest-Checkout #guestCheckoutLoginForm .mandatory_fields{
    text-align: right;
    font-size: 14px;
    color: #616161;
}
.Guest-Checkout #guestCheckoutLoginForm .label-and-input{
    width: 320px;
    margin-bottom: 20px;
}
.Guest-Checkout #guestCheckoutLoginForm .guestEmailBlock .label-and-input{
    margin-bottom: 15px;
}
.Guest-Checkout #guestCheckoutLoginForm .label-and-input .input{
    border-bottom: 1px solid #fafafa;
}
.Guest-Checkout #guestCheckoutLoginForm .label-and-input.input-error .input{
    border: none;
}
.Guest-Checkout #guestCheckoutLoginForm .label-and-input label{
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}
.Guest-Checkout #guestCheckoutLoginForm .guestEmailBlock label{
    padding: 0 0 30px;
}
.Guest-Checkout #guestCheckoutLoginForm .label-and-input input[type=text],
.Guest-Checkout #guestCheckoutLoginForm .label-and-input input[type=email]{
    padding: 10px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.Guest-Checkout #guestCheckoutLoginForm .label-and-input.input-error input{
    background: #f4e1e1;
    border-bottom: 2px solid #c92d2d;
}
.Guest-Checkout #guestCheckoutLoginForm .buttonControl{
    position: absolute;
    right: 0;
    bottom: -70px;
}
.Guest-Checkout #guestCheckoutLoginForm .buttonControl .guestCheckout{
    width: 230px;
}
.Guest-Checkout #guestCheckoutLoginForm .emailText{
    color: #616161;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-size: 14px;
    position: absolute;
    bottom: 138px;
}
.Guest-Checkout #guestCheckoutLoginForm .marketingPreferencesBox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 0 20px;
}
.Guest-Checkout #guestCheckoutLoginForm .marketingPreferencesLabel{
    font-size: 14px;
    color: #616161;
    display: inline-block;
    margin: -2px 0 0 6px;
}
.Guest-Checkout #guestCheckoutLoginForm .email_error_message{
    color: #f44336;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}
.Guest-Checkout #guestCheckoutLoginForm .label-and-input.input-error .email_error_message,
.Guest-Checkout #guestCheckoutLoginForm .guestEmailBlock .email_error_message{
    height: 24px;
}
.Guest-Checkout #guestCheckoutLoginForm .buttonControl .guestCheckout:hover {
    background: #f4a826;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.Guest-Checkout #guestCheckoutLoginForm .guestEmailBlock:not(.email_error_message){
    height: 129px;
}
/* End Guest Checkout - Step 1 - Welcome */

/* Start Guest Checkout Header */
.Guest-Checkout.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.step1:after,
.Guest-Checkout.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.step1:after{
    margin: 0 -1px 0 -3px;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num:after,
.Guest-Checkout.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num:after{
    margin: 0 -1px 0 -4px;
}
.Guest-Checkout.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.step1 p,
.Guest-Checkout.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.step1 p {
    left: -22px;
}
.Guest-Checkout.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.step2 p,
.Guest-Checkout.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.step2 p {
    left: -33px;
}
.Guest-Checkout.feature-can-collect.template-pages-CheckoutPageTemplate .tp_orderStep_num.step3 p,
.Guest-Checkout.feature-can-collect.page-GuestOrderThankYouPage .tp_orderStep_num.step3 p {
    left: -19px;
}
/* End Guest Checkout Header */

/* Guest Checkout - Step 2 - Delivery */
.page-GuestOrderDeliveryDetailsPage.pageLabel-guest-order-delivery-details #payment_wrapp .clear #content {
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}
.page-GuestOrderDeliveryDetailsPage.pageLabel-guest-order-delivery-details .order_basket {
    position: absolute;
    top: 0;
    right: 0;
}
.feature-can-collect #deliveryDetailsContainer,
.feature-can-collect #deliveryDetailsInfoContainer {
    width: 545px !important;
}
.page-GuestOrderDeliveryDetailsPage #content .title {
    position: relative;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #ededed;
    border-bottom: 2px solid #1a3b69;
    color: #333;
}
.template-pages-CheckoutPageTemplate #content .order_basket .title {
    padding-right: 0;
}
.page-GuestOrderDeliveryDetailsPage .delivery-details-wrap .content:after {
    content: "";
    display: block;
    clear: both;
}
.Guest-Checkout.page-GuestOrderDeliveryDetailsPage #orderDeliveryAddressForm .form-info {
    top: 15px;
    right: 0;
}
.Guest-Checkout.feature-can-collect .delivery-info-wrap .continue-btn {
    margin: 30px 0 0 0;
}
.Guest-Checkout.feature-can-collect .order_basket .title-box .counter {
    margin-left: 0;
}
/* End Guest Checkout - Step 2 - Delivery */

/* Start Guest Checkout Step3 Payment */
.Guest-Checkout .order_payment_block{
    width: 545px;
    margin: 0 20px 0 0;
}
.Guest-Checkout.page-GuestOrderPaymentPage #content{
    display: flex;
    padding-top: 0;
}
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox {
    background: none;
    box-shadow: none;
    display: block;
}
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11,
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .span-12 {
    width: 100%;
    margin-top: 0;
}
.Guest-Checkout.page-GuestOrderPaymentPage .application-form form .label-and-input,
.Guest-Checkout .delivery-details-wrap .input-wrap {
    height: auto;
    margin: 0 0 20px 0;
}
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .span-11 > .label-and-input {
    margin-bottom: 20px;
}
.Guest-Checkout.page-GuestOrderPaymentPage .application-form form .label-and-input .label,
.Guest-Checkout .delivery-details-wrap .input-wrap .label {
    width: auto;
    height: auto;
    display: block;
}
.Guest-Checkout.page-GuestOrderPaymentPage .application-form form .label-and-input .input,
.Guest-Checkout .delivery-details-wrap .input-wrap .input {
    width: 320px;
    height: auto;
}
.Guest-Checkout.page-GuestOrderPaymentPage .application-form form .label-and-input label,
.Guest-Checkout .delivery-details-wrap .input-wrap label {
    height: auto;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #616161;
}
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input input,
.Guest-Checkout .delivery-details-wrap .input-wrap .input input, .feature-can-collect .delivery-info-wrap .number-field input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: auto;
    border: 1px solid #bdbdbd;
}
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input.input-error input,
.Guest-Checkout .delivery-details-wrap .label-and-input.input-error input {
    border: 1px solid #bdbdbd;
    background: #f4e1e1;
    border-bottom: 2px solid #c92d2d;
}
.Guest-Checkout.page-GuestOrderPaymentPage .application-form form .inline-with-input {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}
.Guest-Checkout.page-GuestOrderPaymentPage .application-form form .label-and-input + .inline-with-input {
    vertical-align: top;
    margin-top: 30px;
}
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox #postcodeLookupButton,
.Guest-Checkout .delivery-details-wrap .find-btn {
    width: 150px;
    padding: 7px;
    margin: 0 0 0 14px;
    line-height: 24px;
    font-family: "Roboto_b", sans-serif;
}
.Guest-Checkout.page-GuestOrderPaymentPage .application-form form .label-and-input.input-error p{
    width: 320px;
    position: static;
    margin: 5px 0 0 0;
    color: #f44336;
    font-size: 14px;
    line-height: 24px;
}
.Guest-Checkout.page-GuestOrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox #selectedAddress,
.Guest-Checkout .delivery-details-wrap #selectedAddress {
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    height: auto;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
.Guest-Checkout.page-GuestOrderPaymentPage .card_details > h2 {
    display: none;
}
.Guest-Checkout.page-GuestOrderPaymentPage .card_details.collapsed #paymentframe {
    display: none;
}
.Guest-Checkout.page-GuestOrderPaymentPage #cboxLoadedContent h4 {
    padding-right: 50px;
    line-height: 20px;
}
/* End Guest Checkout Step3 Payment  */

/* Start Guest Checkout Step 4 error - Order declined page*/
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page{
    margin: 40px 0 0;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-title {
    color: #333;
    padding: 0;
    background: none;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-img {
    display: none;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-msg {
    width: auto;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    background: #fafafa;
    color: #333;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-list-holder {
    width: auto;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-list-holder .list-title {
    margin-bottom: 10px;
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-list-holder .list-item {
    color: inherit;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page  .payment-declined-btn-holder {
    display: flex;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-btn-holder .payment-declined-btn {
    order: 2;
    width: 200px;
    text-align: center;
    padding: 17px 30px;
    background: #ededed;
    border: none;
    border-bottom: 2px solid #1a3b69;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-btn-holder .payment-declined-btn.btn-right {
    order: 1;
    margin-right: 20px;
    background: #ec9b0c;
    border: none;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .payment-declined-btn-holder .payment-declined-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page #backToBasket {
    color: #333;
}
.page-guestOrderPaymentDeclinedPage.feature-design .payment-declined-page .content {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
/* End Guest Checkout Step 4 error - Order declined page*/

.feature-can-collect .error-msg.postcode-error-msg,
.feature-can-collect .postcode-delivery-branch-missing-msg {
    display: none;
}

/* M3 Big and bulky guest icon */
.feature-design.feature-can-collect #ProductDetail .tpProductView > .span-14,
.feature-design.feature-can-collect .list_view .prod {
    position: relative;
}
.feature-design.feature-can-collect #content .list_view .prod .BigAndBulkyProductIcon,
.feature-design.feature-can-collect #content #ProductDetail .BigAndBulkyProductIcon {
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    top: 0px;
    cursor: pointer;
    background-size: 70px;
    z-index: 3;
}
.feature-design.feature-can-collect #content .list_view .prod .BigAndBulkyProductIcon {
    left: 120px;
    top: 13px;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon .info-tooltip-icon {
    cursor: pointer;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon .info-tooltip-icon:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/bulky.png') no-repeat -2px -1px;
    background-size: 70px;
    width: 33px;
    height: 33px;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon:hover .info-tooltip-icon:before {
    background-position: -37px -1px;
}
.feature-design.feature-can-collect #content #ProductDetail .BigAndBulkyProductIcon:hover .info-tooltip-icon:before {
    background-position: -52px -1px;
}
.feature-design.feature-can-collect #content #ProductDetail .BigAndBulkyProductIcon .info-tooltip-icon:before {
    height: 47px;
    width: 47px;
    background-size: 100px;
}
.feature-design.feature-can-collect #content #ProductDetail .BigAndBulkyProductIcon {
    top: 94px;
    right: 73px;
    background-size: 100px;
    width: 47px;
    height: 47px;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon:hover {
    background-position: -35px;
}
.feature-design.feature-can-collect #content #ProductDetail .BigAndBulkyProductIcon:hover {
    background-position: -50px;
}
.feature-design.feature-can-collect .list_view #products .BigAndBulkyProductIcon .info-tooltip-icon,
.feature-design.feature-can-collect #ProductDetail .BigAndBulkyProductIcon .info-tooltip-icon {
    background-color: transparent;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon .info-tooltip-icon img {
    width: 33px;
    height: 33px;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon .info-tooltip-icon .info-tooltip-message {
    top: 40px;
    right: 0px;
}
.feature-design.feature-can-collect #content #ProductDetail .BigAndBulkyProductIcon .info-tooltip-icon .info-tooltip-message {
    top: 53px;
    right: 9px;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon .info-tooltip-icon .info-tooltip-message:before {
    border-color: transparent;
    border-bottom-color: #193a68;
    border-width: 7px;
    top: -14px;
    left: 148px;
}
.feature-design.feature-can-collect #content .BigAndBulkyProductIcon .info-tooltip-icon .info-tooltip-message:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 4px;
    top: -8px;
    left: 151px;
}


/* Order history worry and error messages fix*/
.feature-design #desktop-order-details-error-messages-container > .error,
.feature-design #desktop-order-details-error-messages-container > .info {
    display: none;
}

/* Start Basket Validation */
.basket_validation_messages {
    color: red;
    border: 2px;
    border-style: solid;
    margin-bottom: 10px;
}
.basket_validation_messages ul,
.basket_validation_messages li {
    color: red;
    margin: 10px;
}

/* End Basket Validation */

/* Desktop: CPS homepage amendments */
.pageLabel-homepage.feature-design #content {
    margin-top: 0;
}
.feature-design .inspirational_container {
    margin: 20px 0;
}
.feature-design .product_tabs_group {
    margin: 40px 0;
}
.feature-design .inspirational_container:before {
    display: none;
}
.feature-design .inspiration_item .product {
    box-shadow: none !important;
    border: 1px solid #E0E0E0;
}
.feature-design .inspiration_item .product:hover {
    transition: none;
    box-shadow: none !important;
    border-bottom: 2px solid #1A3B69;
}
.feature-design .top_products {
    position: relative;
}
.feature-design .top_products:before {
    content: '';
    display: block;
    width: 3000px;
    height: 50px;
    top: 40px;
    background: #f5f5f5;
    position: absolute;
    left: -1000px;
    z-index: -1;
    display: none;
}
.feature-design .top_products .headline > p > span {
    font-size: 16px !important;
}
.feature-design .top_products .product_tabs_group > ul > li {
    background-color: #F5F5F5;
}
.feature-design .top_products .product_tabs_group > ul > li:hover {
    background-color: #EEEEEE;
}
.feature-design .top_products .product_tabs_group > ul > li.active {
    background-color: #EEEEEE;
    border-bottom: 2px solid #1A3B69;
}
.feature-design .signUpBranchLocator_section .yCmsComponent.rightColumn:before {
    content: '';
    display: block;
    width: 3000px;
    height: calc(100% - 70px);
    top: 40px;
    background: #f5f5f5;
    position: absolute;
    left: -1000px;
    z-index: -1;
}
.signUpBranchLocator_section .sign_up_options {
    display: flex;
    margin: 10px;
}
.signUpBranchLocator_section .sign_up_options .sign_up_option {
    margin: 0;
    width: 196px;
    padding: 10px;
}
.signUpBranchLocator_section .sign_up_option p {
    margin-bottom: 20px;
}
.signUpBranchLocator_section .sign_up_option p span strong {
    font-weight: normal !important;
}
.feature-design .sign_up_options .sign_up_option .sign_up_option_content li:before {
    left: 22px;
    margin-top: 0;
}
.feature-design .compact_branch_locator_holder {
    width: 270px;
}
.feature-design .compact_branch_locator_holder .header {
    line-height: 26px;
}
.feature-design .compact_branch_locator_holder .picture img {
    height: 290px;
    position: relative;
    left: 35px;
}
.feature-design #compactBranchLocatorForm {
    display: flex;
}
.feature-design #compactBranchLocatorForm input[type=text] {
    box-sizing: border-box;
    border-radius: 0;
    height: 40px;
}
.feature-design #compactBranchLocatorForm input[type=submit] {
    border-radius: 0;
    height: 40px;
    width: 60px;
}
.pageLabel-homepage .tpContentButtons_holder {
    margin: 0px;
}
.feature-design #mailingListSignUpForm input[type=text] {
    box-sizing: border-box;
    border-radius: 0;
    height: 40px;
    margin: 0;
    color: #333333;
}
.feature-design #mailingListSignUpForm input[type=submit] {
    box-sizing: border-box;
    border-radius: 0;
    height: 40px;
}
/* END Desktop: CPS homepage amendments */

/********************Promotion prices in cart*************************/

.feature-design.page-cartPage .baskt_items_wrap .itm_price span.promoMessage,
.feature-design.page-cartPage .baskt_items_wrap .itm_price span.promoMessage p {
    margin-top: 10px;
    color: #ff0000;
    font-size: 14px;
}

.feature-design.page-cartPage .baskt_items_wrap .itm_price span.promoMessage p{
    margin: 0;
}

.template-pages-CheckoutPageTemplate .baskt_items_wrap .items-list .baskt_item .itm_price .priceAfterPromo:not(:empty) ~ .originalPrice,
.feature-design.page-cartPage .baskt_items_wrap .itm_price .priceAfterPromo:not(:empty) ~ .originalPrice,
#collectionBranchLocatorPopup #collectionBranchLocatorForm .product-data .product-info .product-price .priceAfterPromo:not(:empty) ~ .originalPrice {
    text-decoration: line-through;
    font-size: 14px;
}

#collectionBranchLocatorPopup #collectionBranchLocatorForm .product-data .product-info .product-price .priceAfterPromo:empty ~ .originalPrice {
    font-size: inherit;
}

.feature-design.page-cartPage .baskt_items_wrap .pickup-order-groups .itm_price .priceAfterPromo,
.feature-design.page-cartPage .baskt_items_wrap .delivery-order-groups .itm_price .priceAfterPromo {
    font-size: 18px;
}

.feature-design.page-cartPage .baskt_items_wrap .pickup-order-groups .itm_price .priceAfterPromo:empty,
.feature-design.page-cartPage .baskt_items_wrap .delivery-order-groups .itm_price .priceAfterPromo:empty {
    display: none;
}

#collectionBranchLocatorPopup #collectionBranchLocatorForm .product-data .product-info .product-price .priceAfterPromo:not(:empty) ~ .originalPrice {
    display: inline;
    float: left;
    margin-right: 10px;
}

#collectionBranchLocatorPopup #collectionBranchLocatorForm .product-data .product-info .priceAfterPromo {
    display: inline;
    font-size: 20px;
    color: #ff0000;
}

.template-pages-CheckoutPageTemplate .baskt_items_wrap .items-list .baskt_item .itm_price span,
.template-pages-CheckoutPageTemplate .baskt_items_wrap .items-list .baskt_item .itm_price .originalPrice,
.template-pages-CheckoutPageTemplate .baskt_items_wrap .items-list .baskt_item .itm_price .priceAfterPromo {
    display: inline;
    vertical-align: baseline;
}

.template-pages-CheckoutPageTemplate #cart .baskt_item .itm_price .priceAfterPromo {
    font-size: 18px;
}

.template-pages-CheckoutPageTemplate #cart .baskt_items_wrap .items-list .baskt_item .itm_price .promoMessage p,
.template-pages-CheckoutPageTemplate #cart .baskt_items_wrap .items-list .baskt_item .itm_price .promoMessage {
    color: #ff0000;
    font-size: 14px;
    width: 100%;
}
/********************end of promotion prices in cart*************************/

.template-pages-CheckoutPageTemplate.feature-design #cart .total_price_wrapper p.savings,
.feature-design.page-cartPage .basket .total_price_wrapper p.savings span,
.feature-design.page-cartPage .basket .total_price_wrapper p.savings {
    color: #ff0000;
}

.feature-design.page-cartPage .basket .total_price_wrapper p.savings {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
}

/********************Voucher applying block*************************/
.page-cartPage.feature-can-collect .total_estimation .total_price_wrapper {
    position: relative;
    bottom: 0;
    right: 0;
    width: 300px;
    float: right;
}
.page-cartPage.feature-can-collect .total_estimation .cart-voucher {
    float: left;
}
.page-cartPage.feature-can-collect .basket .total_estimation:before,
.page-cartPage.feature-can-collect .basket .total_estimation:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    background: #fafafa;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.page-cartPage.feature-can-collect .basket .total_estimation:after {
    left: 100%;
    right: 0;
}
.page-cartPage.feature-can-collect .basket .total_estimation {
    position: relative;
    min-height: 220px;
    background: #fafafa;
    padding: 25px 0 80px 0;
    box-sizing: border-box;
}
.total_estimation .cart_promo {
    width: 950px !important;
}
.total_estimation .cart_promo .promo {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    border: none;
    border-bottom: 1px solid #296c96;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#applyVoucherForm .voucher-code  {
    height: 45px;
    width: 242px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-size: 100%;
    padding-left: 4px;
    box-sizing: border-box;
}
#applyVoucherForm .cart-voucher-btn {
    background-color: #ec9b0c;
    border: none;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    width: 102px;
    font-family: "Roboto_b", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #333333;
    cursor: pointer;
}
#applyVoucherForm .cart-voucher-btn:disabled {
    border: #a3a3a4;
    pointer-events: none;
    background: #d3d3d3;
    font-weight: normal;
    color: #fff;
}
#applyVoucherForm .cart-voucher-btn:focus {
    outline: none;
}
.voucher-list__item-box {
    display: inline-block;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 10px;
}
.voucher-list__item-box > span:after {
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 13px;
    color: #888;
    padding: 10px;
    cursor: pointer;
    margin: -10px -10px -10px 0;
    top: 2px;
}
.feature-can-collect .order_basket #cart .checkout-coupon-list {
    padding: 30px 20px;
    border-bottom: 1px solid #1a3b69;
}
.coupon-list__headline {
    font-size: 20px;
    line-height: 24px;
}
.coupon-list {
    padding-left: 0;
    list-style: none;
    margin-top: 7px;
    margin-bottom: 0;
    display: flex;
}
.coupon-list .coupon-list__item {
    border: 1px solid #bdbdbd;
    padding: 10px;
    background: #fff;
}
.has-success .help-block {
    color: #00a651!important;
}
.has-error input.form-control {
    background: #fec3c3;
    border-color: #fd7b7b!important;
}
.has-error .help-block {
    color: #ed1c24;
}
.page-cartPage.feature-can-collect .basket .BulkPriceMessage {
    padding: 15px 0 0 0;
}
.page-cartPage.feature-can-collect .basket .basket_ctas:last-child {
    padding: 10px 0;
    position: absolute;
    bottom: 10px;
}
.page-cartPage.feature-can-collect .basket .BulkPriceMessage + .basket_ctas:last-child {
    bottom: 90px;
}
.page-cartPage.feature-can-collect .basket .checkoutButton {
    position: static;
}
/********************End of voucher applying block*************************/
/* Promotion Message */
.page-cartPage.feature-can-collect .basket .baskt_item .itm_info p.promo_message {
    color: #00a651;
}

/* coupon details on success page */
.order_success_wrapper .account-orderdetail {
    padding: 0 0 5px 20px;
}
.order_success_wrapper .coupon-list__headline,
.order_success_wrapper .order-savings__headline {
    font-size: 18px;
}
.order_success_wrapper .coupon-list .coupon-list__item {
    padding: 5px;
    margin-right: 5px;
}
.order_success_wrapper .checkout-coupon-list {
    padding-bottom: 5px;
}
.account-orderdetail__footer .orderTotal .row {
    display: flex;
}
.account-orderdetail__footer .orderTotal .row > div {
    margin-right: 5px;
    color: #ff0000;
    font-weight: bold;
}
.account-orderdetail__footer .orderTotal .row > div:first-child {
    font-weight: normal;
}

/* tooltip message of promotion coupons on cart page */
.cart-voucher .info-tooltip {
    position: relative;
    display: inline-block;
}
.cart-voucher .info-tooltip .info-tooltip-message {

    left: 26px;
    top: -3px;
}
.feature-design .basket .cart-voucher .info-tooltip .info-tooltip-message:before,
.feature-design .basket .cart-voucher .info-tooltip .info-tooltip-message:after {
    left: -14px;
    border-left-color: transparent;
}
.feature-design .basket .cart-voucher .info-tooltip .info-tooltip-message:before {
    border-right-color: #193a68;
}
.feature-design .basket .cart-voucher .info-tooltip .info-tooltip-message:after {
    border-right-color: #fff;
    left: -8px;
}

#mailingListSignUpForm div p {
    color: white;
    width: 880px;
    font-size: 14px;
    padding-top: 35px;
    line-height: 16px;
    margin: auto auto;
    padding-bottom: 2px;
}

#mailingListSignUpForm div p a:link,
#mailingListSignUpForm div p a:visited,
#mailingListSignUpForm div p a:hover,
#mailingListSignUpForm div p a:active {
    color: white;
    text-decoration: underline;
}

.order_payment_block #billing_address .privacy_links a {
    color: #296C96;
    text-decoration: underline;
}

.guestCheckoutContainer .privacy_links a {
    text-decoration: underline;
    color: #296C96;
}

.guestCheckoutContainer .privacy_links {
    font-size: 14px;
}

/* OOS Collection lightbox START */
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorForm .branch-search .stock-filter{
    font-size: 14px;
    display: inline-block;
    margin: 8px 0 0 10px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .oos-hours .message,
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .oos-hours .estimatedCollectionDate {
    font-weight: bold;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details .branch-link{
    position:relative;
    color: #296C96;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details .branch-name{
    font-size:16px;
    font-weight:bold;
    margin:0 0 3px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item{
    align-items:center;
    padding:15px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details-main-info{
    width: 350px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details-body .oos-hours{
    margin: 0 0 10px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .stock,
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup #mapView .collection-branch-item .stock{
    width: auto;
    text-align:left;
    float:left;
    clear:both;
    margin:0 20px 0 0;
    padding:0 0 0 5px;
    height:auto;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .stock .message,
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details.branch-details-distance .branch-distance{
    font-size:16px;
    line-height:20px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details{
    width:auto;
    padding:0;
    float:left;
    margin:0 0 20px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details.branch-details-distance{
    border-left: 1px solid #bdbdbd;
    padding:0 0 0 20px;
    margin:0;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .operation .addForCollectionButton{
    width:250px;
    height: 44px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup .collection-branch-item .branch-details-body .not-available-collection-button{
    border:none;
    background:none;
    font-size:14px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup #mapView #branchItemTemplate .branch-details-main-info{
    width:100%;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup #mapView .collection-branch-item .branch-details{
    background: none;
    border: none;
    margin: 0;
    float: left;
    width: auto;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup #mapView .collection-branch-item .branch-details.branch-details-distance{
    border-bottom:none;
    border-left: 1px solid #bdbdbd;
    background:none;
    padding:0 0 0 20px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup #mapView .collection-branch-item{
    padding:0 0 20px;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup #mapView .branch-details-body{
    width: 100%;
    padding: 25px 10px 10px 10px;
    box-sizing: border-box;
}
.feature-design.feature-can-collect.feature-oos-collection #collectionBranchLocatorPopup #mapView .collection-branch-item .operation button{
    height:44px;
}
/* OOS Collection lightbox END */
/* Start Basket OOS  */
.page-cartPage.feature-can-collect .pickup-in-store-title{
    margin: 0;
    border: none;
    padding: 15px 20px;
    color: #fff;
    background: #296c96;
    font-size: 14px;
}
.black-message > div {
    display: block;
    padding-top: 10px;
}

.feature-design.feature-can-collect.feature-oos-collection .oos-pickup-in-store-products .consignment-header .content,
.feature-design.feature-can-collect.feature-oos-collection .oos-pickup-in-store-products .pickup-in-store-title .content {
    display: inline-block;
}

.page-cartPage.feature-can-collect .basket .all-delivery .consignment-header {
    text-align:left;
    padding: 15px 20px;
    margin: 0;
}

.page-cartPage.feature-oos-collection .basket .delivery-entry-button .headInfo {
    line-height: 17px;
}

.page-cartPage.feature-oos-collection .basket .delivery-entry-button {
    padding: 10px 5px;
}

/* Site Map markup */
.page-SiteMap #tp1BannerButtonCopy {
    float: none;
    width: 100%;
}
.page-SiteMap #tp1BannerButtonCopy .tpNavigationContentArea {
    margin: 0;
}
.page-SiteMap .sitemap {
    position: relative;
}
.page-SiteMap .sitemap__title {
    font-size: 28px;
    margin-bottom: 15px;
}
.page-SiteMap #tp1BannerButtonCopy .sitemap__links {
    padding-bottom: 25px;
    margin-left: 5px;
    font-size: 14px;
    list-style: decimal;
    list-style-position: inside;
}
.page-SiteMap #tp1BannerButtonCopy .sitemap__links li strong {
    font-weight: normal;
}
.page-SiteMap #tp1BannerButtonCopy .sitemap__links li {
    line-height: 20px;
}
.page-SiteMap .sitemap__group {
    margin-bottom: 15px;
    padding: 0;
}
.page-SiteMap #tp1BannerButtonCopy .group__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: decimal;
    list-style-position: inside;
}
.page-SiteMap .group__list > li {
    position: relative;
    box-sizing: border-box;
    width: 31.5%;
    margin: 10px 0;
    margin-right: 1.5%;
    padding: 12px 10px;
    border-bottom: 1px solid #bdbdbd;
}
.page-SiteMap .group__list > li a:hover {
    text-decoration: none;
}
.page-SiteMap .group__list > li:hover {
    border-bottom: 1px solid #333;
}
.page-SiteMap .group__list > li::after {
    position: absolute;
    top: 18px;
    right: 5px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    content: '';
    transform: rotate(45deg);
    border: 2px solid #bdbdbd;
    border-bottom: none;
    border-left: none;
}
.page-SiteMap .group__list > li:hover::after {
    border-color: #333;
}
.page-SiteMap #tp1BannerButtonCopy #sitemap_tree .group__list {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 10px;
    list-style: decimal;
    list-style-position: inside;
}
.page-SiteMap #tp1BannerButtonCopy #sitemap_tree > li > ul > li .group__list li {
    margin: 0 1.5% 0 0;
    padding: 10px 8px;
}
.page-SiteMap #tp1BannerButtonCopy #sitemap_tree .group__list li strong {
    font-weight: normal;
}
.page-SiteMap .group__category {
    padding: 10px 0 0 0;
}
.page-SiteMap #tp1BannerButtonCopy .category__links {
    list-style: decimal;
    font-size: 18px;
    margin: 0px 0 0 25px;
}
.page-SiteMap #tp1BannerButtonCopy .category__links > li {
    padding-bottom: 10px;
}
.page-SiteMap #tp1BannerButtonCopy .category__links li {
    line-height: 24px;
}
.page-SiteMap .category__links a {
    font-weight: bold;
    color: #000;
}
.page-SiteMap .category__links a:focus {
    outline: none;
}
.page-SiteMap .category__links li span {
    font-size: 16px;
    text-decoration: underline;
    font-width: normal;
}
.page-SiteMap #tp1BannerButtonCopy .category__links > li ul {
    list-style-type: disc;
    font-size: 16px;
    padding-left: 10px;
    margin-left:5px;
}
.page-SiteMap #tp1BannerButtonCopy .category__links > li > ul ul {
    font-size: 14px;
    list-style-type: disc;
    padding: 0 0 10px 10px;
}
.page-SiteMap .category__links > li > ul ul a strong {
    font-weight: normal;
}
.page-SiteMap #tp1BannerButtonCopy .category__links > li > ul ul ul {
    padding-bottom: 5px;
}
.page-SiteMap #tp1BannerButtonCopy .category__links > li > ul ul li:last-child ul {
    padding-bottom: 0px;
}
.page-SiteMap #tp1BannerButtonCopy .category__links a[name=Product] + .group__list,
.page-SiteMap #tp1BannerButtonCopy .group__list > li > .group__list {
    display: block;
}
.page-SiteMap #tp1BannerButtonCopy .category__links a[name=Product] + .group__list,
.page-SiteMap #tp1BannerButtonCopy .group__list > li > .group__list li {
    width: auto;
    border: none;
}
.page-SiteMap #tp1BannerButtonCopy .category__links a[name=Product] + .group__list li::after,
.page-SiteMap #tp1BannerButtonCopy .group__list > li > .group__list li::after {
    display: none;
}
/* Checkout step 1 branch order entries START */
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries-container,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries-container {
    width: 100%;
    font-size: 14px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries {
    display: inline-block;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .order-entries-content,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .order-entries-content {
    display: none;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .headings,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .headings {
    cursor: pointer;
    padding-bottom: 10px;
    color: #00295d;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .headings:after,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .headings:after {
    content: '\f107';
    margin-left: 5px;
    font-family: FontAwesome;
    font-weight: bold;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .headings.expand:after,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .headings.expand:after {
    content: '\f106';
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-row,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-row {
    display: table-row;
    border-bottom: 1px solid #e0e0e0;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-cell,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-cell {
    display: table-cell;
    padding-bottom: 10px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-row:not(:first-child) .entry-cell,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-row:not(:first-child) .entry-cell {
    padding-top: 10px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-name,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-name {
    max-width: 250px;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-quantity,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-quantity {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}
.feature-can-collect.page-OrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-price,
.feature-can-collect.page-GuestOrderDeliveryDetailsPage.feature-design #collectionOptionsContainer .collection-branch-order-entries .entry-price {
    text-align: right;
    white-space: nowrap;
}

/* Checkout step 1 branch order entries END */
#r_content .textual_info {
    border: 4px solid #f5f5f5;
    background: #f5f5f5;
    display: flex;
    width: 670px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
#r_content .textual_info .info_content {
    width: 200px;
    padding: 15px 10px 5px;
    box-sizing: border-box;
}
#r_content .textual_info .info_content h1 {
    font-size: 14px;
    margin-bottom: 10px;
}
#r_content .textual_info .info_content p {
    line-height: 15px;
    font-size: 12px;
}
.page-category.feature-design .textual_info .titleImageParagraphBanner {
    margin: 0;
    background: none;
    border: none;
    width: 465px;
}

/* Start Minibasket OOS  */
.template-pages-CheckoutPageTemplate.feature-can-collect .consignment-header {
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #2f7cab;
    margin-bottom: 15px;
    margin-top: 10px;
}

.template-pages-CheckoutPageTemplate.feature-can-collect .delivery-order-groups .consignment-header {
    line-height: 20px;
}


.template-pages-CheckoutPageTemplate.feature-can-collect .consignment-header .delivery-date {
    display: inline-block;
}

.feature-can-collect .order_basket .pickup-order-group:nth-of-type(1) {
    padding-top: 20px;
}
.feature-can-collect .order_basket .pickup-order-group:nth-of-type(1) .group-title {
	padding-top: 0px;
}

.feature-can-collect.template-pages-CheckoutPageTemplate .group-title {
    display: block;
    border-bottom: 1px solid #2f7cab;
	padding: 20px 0px;
}

.feature-can-collect.template-pages-CheckoutPageTemplate .delivery-order-groups {
    background-color: #fff;
}
.feature-can-collect.template-pages-CheckoutPageTemplate .delivery-order-groups .group-title {
    margin: 0px 20px 10px 20px;
}

.feature-can-collect.template-pages-CheckoutPageTemplate .consignment-header .from-text  {
    display: inline-block;
    padding-bottom: 5px;
}
/* Order confirmation page OOS START */
.feature-can-collect.page-orderThankYouPage #order_details .collection-section .consignment .collectionEntrySubheader,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .collection-section .consignment .collectionEntrySubheader,
.feature-can-collect.page-orderThankYouPage #order_details .collection-section .consignment .collectionOosEntrySubheader,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .collection-section .consignment .collectionOosEntrySubheader {
    background: #296c96;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    padding: 13px 10px;
    margin-top: 10px;
}


.feature-can-collect.page-orderThankYouPage #order_details .order-summary-block .heading,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .order-summary-block .heading {
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
}

.feature-can-collect.page-orderThankYouPage #order_details .order-summary-block .consignment-instructions,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment-instructions {
    margin-top: 10px;
}

.feature-can-collect.page-orderThankYouPage #order_details .delivery-section .consignment .delivery-date,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .delivery-section .consignment .delivery-date {
     margin-bottom: 0;
     background: #296c96;
     padding: 10px;
     margin-top: 10px;
}

.feature-can-collect.page-orderThankYouPage #order_details .delivery-section .consignment .delivery-date .message,
.feature-can-collect.page-orderThankYouPage #order_details .delivery-section .consignment .delivery-date .date,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .delivery-section .consignment .delivery-date .message,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .delivery-section .consignment .delivery-date .date {
    display: inline;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 5px;
}

.feature-can-collect.page-orderThankYouPage #order_details .delivery-section.supplier .heading .supplier,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .delivery-section.supplier .heading .supplier{
    text-transform: lowercase;
}

.feature-can-collect.page-orderThankYouPage #order_details .delivery-section .delivery-instructions-wrapper .heading,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .delivery-section .delivery-instructions-wrapper .heading {
    border: none;
}

.feature-can-collect.page-orderThankYouPage #order_details .consignment .product-list .product,
.feature-can-collect.page-GuestOrderThankYouPage #order_details .consignment .product-list .product {
     border-top : none;
}
/* Order confirmation page OOS END */



/* Discontinued products */
.tpInfoWrapper .discontinued_product_message {
	font-size: 14px;
}
.feature-can-collect .list_view #products .row .prod_info .discontinued_product_message {
	font-size: 14px;
    margin-top: 10px;
    line-height: 16px;
}
.feature-can-collect .grid_view #products .row .prod_info .discontinued_product_message {
	font-size: 14px;
    margin-top: 10px;
    line-height: 16px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
/* Discontinued products */

.feature-simplified-billing-address #tp_paymentCards .application-form .tp_orderContinued.returningCustomer .tp_OrderButton.cont_to_pay {
    padding: 15px 57px;
}
