/* Homepage Windows */
input[type=submit],
input[type=button],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.steps {
    background: initial;
    margin-bottom: 0;
}
.stp_basket {
    border: none;
    height: auto;
}
.steps img {
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
}
.tp_tab_panel .sbToggle {
    height: 36px;
    background: url(../images/bg_select.png) no-repeat 5px 13px;
}
.tp_tab_panel .sbToggle:hover {
    background: url(../images/bg_select.png) no-repeat 5px 13px;
}
.tp_tab_panel .sbToggleOpen {
    background: url(../images/bg_select.png) no-repeat 5px 13px;
}
.tp_tab_panel .sbToggleOpen:hover {
    background: url(../images/bg_select.png) no-repeat 5px 13px;
}

/* BEST SELLERS SLIDER START */

.tpBestSellers,
.tpRecommendations,
.tpSimilarProducts {
    width: 944px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 15px;
    border: 3px solid #d4d4d4;
    position: relative;
}
.tpBestSellers .component_header,
.tpRecommendations .component_header,
.tpSimilarProducts .component_header {
    width: 100%;
    height: 38px;
    background: #d4d4d4;
}
.tpBestSellers .component_header h3,
.tpRecommendations .component_header h3,
.tpSimilarProducts .component_header h3 {
    color: #232323;
    font-size: 14px;
    line-height: 37px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
}
.tpBestSellers .bx-wrapper,
.tpRecommendations .bx-wrapper,
.tpSimilarProducts .bx-wrapper {
    padding: 10px 95px;
    position: relative;
}
.tpBestSellers .bx-wrapper .bx-viewport,
.tpRecommendations .bx-wrapper .bx-viewport,
.tpSimilarProducts .bx-wrapper .bx-viewport {
    border: medium none !important;
    box-shadow: none !important;
    left: 0 !important;
    z-index: 50;
}
.tpBestSellers .buttonBxSlider li,
.tpRecommendations .buttonBxSlider li,
.tpSimilarProducts .buttonBxSlider li {
    width: 130px !important;
    margin: 0 10px;
}
.tpBestSellers .buttonBxSlider li a,
.tpRecommendations .buttonBxSlider li a,
.tpSimilarProducts .buttonBxSlider li a {
    display: block;
    text-decoration: none;
}
.tpBestSellers .buttonBxSlider li img,
.tpRecommendations .buttonBxSlider li img,
.tpSimilarProducts .buttonBxSlider li img {
    width: 126px;
    border: 2px solid #d4d4d4;
}
.tpBestSellers .buttonBxSlider .component_text,
.tpRecommendations .buttonBxSlider .component_text,
.tpSimilarProducts .buttonBxSlider .component_text {
    width: auto;
    margin-top: 15px;
}
.tpBestSellers .buttonBxSlider .component_text .component_title,
.tpBestSellers .buttonBxSlider .component_text .component_description,
.tpRecommendations .buttonBxSlider .component_text .component_title,
.tpRecommendations .buttonBxSlider .component_text .component_description,
.tpSimilarProducts .buttonBxSlider .component_text .component_title,
.tpSimilarProducts .buttonBxSlider .component_text .component_description {
    font-size: 13px;
    font-weight: bold;
    color: #0a4f38;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
}
.tpRecommendations .buttonBxSlider .component_text .component_title:hover,
.tpRecommendations .buttonBxSlider .component_text .component_description:hover {
    white-space: normal;
    overflow: visible;
    width: auto;
}
.tpRecommendations .buttonBxSlider .component_text .productPrice {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tpBestSellers .buttonBxSlider .component_text .component_description,
.tpRecommendations .buttonBxSlider .component_text .component_description,
.tpSimilarProducts .buttonBxSlider .component_text .component_description {
    display: none;
}
.tpBestSellers .bxslider-controls,
.tpRecommendations .bxslider-controls,
.tpSimilarProducts .bxslider-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 49;
}
.tpBestSellers .bxslider-controls a,
.tpRecommendations .bxslider-controls a,
.tpSimilarProducts .bxslider-controls a {
    position: absolute;
    display: block;
    top: 60px;
    width: 31px;
    height: 31px;
    background: #ccc;
}
.tpBestSellers .bxslider-controls .pull-left,
.tpRecommendations .bxslider-controls .pull-left,
.tpSimilarProducts .bxslider-controls .pull-left {
    left: 37px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}
.tpBestSellers .bxslider-controls .pull-left:hover,
.tpRecommendations .bxslider-controls .pull-left:hover,
.tpSimilarProducts .bxslider-controls .pull-left:hover {
    background-position: 0 0;
}
.tpBestSellers .bxslider-controls .pull-right,
.tpRecommendations .bxslider-controls .pull-right,
.tpSimilarProducts .bxslider-controls .pull-right {
    right: 37px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}
.tpBestSellers .bxslider-controls .pull-right:hover,
.tpRecommendations .bxslider-controls .pull-right:hover,
.tpSimilarProducts .bxslider-controls .pull-right:hover {
    background-position: -43px 0;
}

/* BEST SELLERS SLIDER END */

.feature-design #content {
    margin-top: 10px;
    min-height: 400px;
}
.feature-design .tpBreadcrumbWrapper {
    margin-top: 20px;
}
.page-orders.feature-design h2 {
    font-weight: normal!important;
}
.page-orders.feature-design #order_history_container {
    padding: 10px 10px!important;
    width: 930px!important;
    margin-right: 0px!important;
}
.page-orders.feature-design .yCmsComponent.order_history_table_warning {
    padding: 12px 12px 12px 36px;
    box-sizing: border-box;
    border: 1px solid #517C6C;
    display: inline-block;
    position: relative;
    width: 100%;
}
.yCmsComponent.order_history_table_warning:before {
    content: '\f05a';
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 10px;
    color: #616161;
    font-size: 16px;
}
.page-orders.feature-design #search_fields .order_filter_select {
    float: none!important;
    padding: 20px 0!important;
    margin: 0px;
}


.page-orders.feature-design .item_container_holder #search_fields {
    display: inline-block;
    position: relative;
    margin: 30px 20px 30px 20px!important;
    left: 0px!important;
    overflow: visible!important;
    z-index: 0!important;
}
.page-orders.feature-design  .order_filter_select:before {
    display: block;
    position: absolute;
    content: '';
    height: 140px;
    width: 3000px;
    left: -1000px;
    top: 0px;
    background: #f5f5f5;
    z-index: -1;
}
.page-orders.feature-design .order_filter_by {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}
.page-orders.feature-design .order-type-wrap {
    display: inline-block;
    position: relative;
    width: auto;
    margin-right: 20px;
}
.page-orders.feature-design .time-frame-wrap {
    display: inline-block;
    position: relative;
    width: auto;
}
.page-orders.feature-design #search_fields .order_filter_select select {
    margin-right: 0px;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    height: 30px;
}
.page-orders.feature-design #order_history_container .item_container #totalResults {
    display: block;
    position: absolute;
    margin: 0px;
    margin-bottom: 0px;
    width:auto;
    top: 503px;
    left: 375px;
    color: #616161;
}
.page-orders.feature-design #order_history_container .item_container .top.right {
    top: -70px;}


.page-orders.feature-design .item_container {
    overflow: visible;}
.page-orders.feature-design #order_history_container table td {
    text-align: left;
    font-size: 14px;}


.page-orders.feature-design #order_history_container table th {
    text-align: left;
    border-bottom: 2px solid #F6B112;
}
.page-orders.feature-design table.dataTable {
    margin: 10px;
}
.page-orders.feature-design #order_history_container tr:hover {
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;}

.page-orders.feature-design #order_history_table_length #showAll, .page-orders.feature-design #order_history_table_length #show10{
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 26px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 0px;
    bottom: 7px;

}

.page-orders.feature-design #order_history_table_length .active {
    color: #fff;
    background: #517C6C;
    text-decoration: none!important;
    font-weight: normal!important;
}
.page-orders.feature-design #order_history_container #view_order_details_button, .page-orders.feature-design #order_history_table p.order-ref-number {
    font-size: 14px;
}

.page-orders.feature-design #order_history_container #view_order_details_button:hover {
    text-decoration: underline;}
.page-orders.feature-design #order_history_table p.order-ref-number{

}

.page-orders.feature-design .order-type-tooltip {
    left: 20px;
    padding: 15px;
    background: #424242;}

.page-orders.feature-design .deliveryTypeImg {
    background-image: url(../images/cctruck.png);
    width: 20px;
    height: 20px!important;
    background-size: 20px 20px;
    margin: 10px 5px -5px 0;
}
.page-orders.feature-design .collectionTypeImg {
    background-image: url(../images/ccmouse.png);
    background-repeat: no-repeat;
    width: 18px!important;
    height: 18px!important;
    background-size: 18px 18px;
    margin: 10px 5px -3px 0;
    display: inline-block;
}
.page-orders.feature-design #order_history_container .paginate_button.current {
    background: #517C6C;
    border: 0px;
    color: white;
    left: 20px;
}
.page-orders.feature-design #order_history_container .paginate_button.previous.disabled, .page-orders.feature-design #order_history_container .paginate_button.next.disabled {
    border: 0px;
}
#removeSort:hover {
    text-decoration: underline;
}



/* 03/08/16 - PDP */

/* M2 - PDP */
.feature-design .tpProductInformation {
    margin-top: 100px;
}
.feature-design .tbOverviewLeft {
    width: 100%;
}
.feature-design #ProductDetail span.productPrice .price_value {
    font-size: 27px;
}
.feature-design #ProductDetail .tpProductTitle {
    font-size: 21px;
}
.feature-design #ProductDetail .product_price {
    display: block;
    padding: 10px 0 0 0;
    margin-top: 7px;
    width: 200px;
    line-height: 19px;
    border-top: 1px solid #e0e0e0;
}

.feature-design #ProductDetail .tpInfoWrapper {
    display: block;
    position: relative;
    width: auto;
    margin-left: auto;
}
.feature-design  #ProductDetail input#qty {
    margin-right: 0!important;
    text-align: left!important;
}
.feature-design #ProductDetail .price-message {
    display: inline-block;
    width: 92%;
    font-size: 15px;
    line-height: 18px;
}
.feature-design #ProductDetail .yCmsContentSlot.tpAddToQuote.button {
    margin-bottom: 30px;
}
.feature-design #ProductDetail .price_UOM,
.feature-design #ProductDetail .price_ex_vat {
    font-size: 14px;
}
.feature-design #ProductDetail .tpProductInfo {
    top: -4px;
    right: 30px;
}
.feature-design #ProductDetail .tpProductItem {
    font-size: 14px;
}
.page-productDetails.feature-design .tpBasketWrapper ~ .page-productDetails.feature-design .tpVariantsWrapper .clearfix{
    top: 103px;
}
.page-productDetails.feature-design .ui-spinner-buttons {
    left: -20px!important;
}
.page-productDetails.feature-design .tpQ_button #addToCartButton,
.page-productDetails.feature-design .ccButton #addForCollectButton {
    margin: 30px auto 20px;
}
.page-productDetails.feature-design .prod_summary {
    margin-bottom: 20px!important;
}
.page-productDetails.feature-design .tpAddToQuoteList.button {
    display: block;
    position: relative;
    margin-left: auto;
    width: 140px;
    padding: 0px !important;
}
.page-productDetails.feature-design .tpAddToQuoteList.button a:hover {
    color: #0a4f38!important;
}
.page-productDetails.feature-design .price_info_holder {
    color: #616161;
}

.page-productDetails.feature-design .tpProductView .tpActionWrapper .tpQ_button input[type="submit"].btn-disabled {
    background-color: white!important;
    border: none;
    box-shadow: none!important;
    font-size: 14px!important;
    text-align: right!important;
    color: #616161;
    padding-right: 0px!important;
    background-position: 0px!important;
    margin-bottom: 0px!important;
    background-image: url(../images/cctruck.png)!important;
}
.page-productDetails.feature-design .tpProductView .tpActionWrapper .tpQ_button input[type="submit"].btn-disabled:hover {
    box-shadow: none!important;
}
.page-productDetails.feature-design form .change-postcode {
    display: block;
    position: relative;
    width: 170px;
    margin-left: auto;
    text-decoration: none;
    cursor: pointer;
    color: #0a4f38;

}
.page-productDetails.feature-design form .change-postcode:hover {
    text-decoration: underline;
}
.page-productDetails.feature-design form .change-postcode:before{
    content: '\f040';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: -18px;
    width: 16px;
    height: 16px;
    font-size: 14px;
}
.page-productDetails.feature-design input#addToCartButton:hover,
.page-productDetails.feature-design input#addForCollectButton:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13)!important;
    background-color: #f4a91f;
    transition: 0.2s all;
    border: none;
    color: black;
}
.feature-design .tpQ_button input#addToCartButton.not-available-for-delivery-message {
    box-shadow: none!important;
    width: 100%!important;
    padding-left: 0;
    margin: 0 0 20px 0;
    height: 56px;
    line-height: 1;
    text-align: center !important;
    color: #616161;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    font-family: "Roboto_b", sans-serif;
    cursor: pointer;
    background-color: inherit !important;
    background-size: 20px;
    background-position: 10px 50%;
    border-radius: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                          supported by Chrome and Opera */
}
.feature-design .tpQ_button input#addToCartButton.not-available-for-delivery-message:hover{
    cursor: default;
}

.feature-design .tpPlpProductPanelComponent .tpQ_button input#addToCartButton.not-available-for-delivery-message {
    height: 48px;
    margin: 0;
    background-color: #fff !important;
    float: right;
    width: 79%!important;
}

.page-productDetails.feature-design .tpQ_button #addToCartButton, .page-productDetails.feature-design input#addForCollectButton {
    border: none;
    background-color: #F6B112;
}

/*
.page-productDetails.feature-design div#s7ProductDetailsImage_swatches > div {
    position: relative!important;
    top: 0px!important;
    left: 0px!important;
    width: 92px!important;
}
*/
/*
.page-productDetails.feature-design .s7flyoutviewer .s7swatches .s7thumb {
    width: 80px!important;
    height: 80px!important;
}
*/

.page-productDetails.feature-design .s7flyoutviewer .s7swatches .s7thumb[state="selected"] {
    border: 1px solid #f5a91e !important;
}
.page-productDetails.feature-design #addForCollectButtonDisabled {
    background-color: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #757575;
    font-weight: normal!important;
    outline: none;
    background-image: url(../images/cc)
}
.feature-design .tpProductInfo .branch_name_holder p {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.page-productDetails.feature-design .tpProductView .tpProductInfo .tpVariantsWrapper .dropdown ul li[data-selected="selected"]{
    border: 1px solid #e0e0e0!important;
}
.page-productDetails.feature-design .tpProductView .tpProductInfo .tpVariantsWrapper .dropdown .dropdown-opener:after {
    top: 15px;
}
.page-productDetails.feature-design .tpVariantsWrapper ~ .page-productDetails.feature-design .tpBasketWrapper {
    background: blue;
}
.page-productDetails.feature-design .tpProductView .tpProductInfo .tpVariantsWrapper.form_field_error {
    margin-top: 0px!important;
}
.page-productDetails.feature-design #addToCartForm input#addToCartButton.plp_add_to_cart_button_disabled {
    pointer-events: none;
}
.page-productDetails.feature-design .tpAddedBasket {
    width: 280px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #517C6C;
    margin-bottom: 20px;
    text-align: center;
    color: #0a4f38;
}
#noScriptProductS7Image img {
    width: 400px;
    height: 400px;
    margin-left: 95px;
}
/* new */

.page-OrderDeliveryDetailsPage.feature-design #collectionOptions_continue {
    float: none!important;
    margin-left: auto;
    position: relative!important;
    right: 10px;
}
.page-OrderDeliveryDetailsPage.feature-design .delivery-details-left-block {
    display: inline-block;
    width: 480px!important;
    margin-right: 0px;
}
.template-pages-CheckoutPageTemplate.feature-design h3.consignment-header{
    margin-top: 0px!important;
}
.page-OrderPaymentPage.feature-design .tp_cardDetails_formBox {
    border: none;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.page-OrderPaymentPage.feature-design .tp_cardDetails_formBox:nth-child(2) {
    background: #fff;
    opacity: 0;
}
.page-OrderPaymentPage.feature-design .tp_orderContinued.returningCustomer {
    top: 0px;
}
.page-OrderDeliveryDetailsPage.feature-design .qty_label {
    color: #616161!important;
}
.feature-design .tpProductView .tpProductInfo .tpVariantsWrapper label, .feature-design .tpProductView .tpActionWrapper .tpQ_input label {
    font-size: 14px!important;
    color: #616161;
}
.page-cartPage.feature-design .itm_img, .page-cartPage.feature-design .itm_info, .page-cartPage.feature-design .itm_optns, .page-cartPage.feature-design .itm_price, .page-cartPage.feature-design .itm_total, .page-cartPage.feature-design .itm_time {
    display: inline-block!important;
    float: none!important;
    vertical-align: top;
}
.feature-design .baskt_item .itm_price span,
.feature-design .baskt_item .itm_total span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
#collectionBranchLocatorPopup span.stock-reservation-message {
    float: none;
    display: block;
    margin-top: 20px;
    top: 70px!important;
    border: 1px solid #528272;
    padding: 12px 15px;
    box-sizing: border-box;
    text-align: center;
}
#collectionBranchLocatorPopup .product-data {
    margin-bottom: 20px!important;
}
#collectionBranchLocatorPopup .invalid-postcode-message {
    margin-top: 20px;
}

#addToCartButton, #addForCollectButton, #addForCollectButtonDisabled, #addToQuoteList, #addToQuoteListDisabled,
.feature-design .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .tpQ_button .add_to_cart_button,
.feature-design .list_view #products .prod .tpPlpProductPanelComponent .plp_add_to_cart_form .ccButton .addForCollectButton {
    background-repeat: no-repeat;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes mymove {
    0% {
        background-position: 170px 10px;
    }
    10% {
        background-position: 170px 10px;
    }
    20% {
        background-position: 140px 10px;
    }
    30% {
        background-position: 140px 10px;
    }
    40% {
        background-position: 114px 10px;
    }
    50% {
        background-position: 114px 10px;
    }
    60% {
        background-position: 93px 10px;
    }
    70% {
        background-position: 93px 10px;
    }
    80% {
        background-position: 93px 10px;
    }
    90% {
        background-position: 93px 10px;
    }
    100% {
        background-position: 93px 10px;
    }
}

/* Standard syntax */

@keyframes mymove {
    0% {
        background-position: 170px 10px;
    }
    10% {
        background-position: 170px 10px;
    }
    20% {
        background-position: 140px 10px;
    }
    30% {
        background-position: 140px 10px;
    }
    40% {
        background-position: 114px 10px;
    }
    50% {
        background-position: 114px 10px;
    }
    60% {
        background-position: 93px 10px;
    }
    70% {
        background-position: 93px 10px;
    }
    80% {
        background-position: 93px 10px;
    }
    90% {
        background-position: 93px 10px;
    }
    100% {
        background-position: 93px 10px;
    }
}

/* Chrome, Safari, Opera */

@-webkit-keyframes marker {
    0% {
        top: 40px;
    }
    20% {
        top: 25px;
    }
    40% {
        top: 40px;
    }
    60% {
        top: 35px;
    }
    80% {
        top: 40px;
    }
    100% {
        top: 40px;
    }
}

/* Standard syntax */

@keyframes marker {
    0% {
        top: 40px;
    }
    20% {
        top: 25px;
    }
    40% {
        top: 40px;
    }
    60% {
        top: 35px;
    }
    80% {
        top: 40px;
    }
    100% {
        top: 40px;
    }
}

/* Chrome, Safari, Opera */

@-webkit-keyframes card {
    0% {
        background-position: 0px 84px;
    }
    20% {
        background-position: 0px 84px;
    }
    40% {
        background-position: 0px 84px;
    }
    60% {
        background-position: 0px 84px;
    }
    80% {
        background-position: 0px 45px;
    }
    100% {
        background-position: 0px 45px;
    }
}

/* Standard syntax */

@keyframes card {
    0% {
        background-position: 0px 84px;
    }
    20% {
        background-position: 0px 84px;
    }
    40% {
        background-position: 0px 84px;
    }
    60% {
        background-position: 0px 84px;
    }
    80% {
        background-position: 0px 45px;
    }
    100% {
        background-position: 0px 45px;
    }
}
#uid-CPSBranchLocatorGenericComponent h3,
#uid-CPSOpenAnAccountGenericComponent h3,
#uid-CPSHeatlossCalculatorGenericComponent h3 {
    display: none;
}
.yCmsComponent.tpContentButtons {
    width: 310px;
    float: left;
}
.tpContentButtons_holder {
    overflow: hidden;
    margin: 30px 0px;
}
.yCmsComponent.tpContentButtons:nth-of-type(2),
.yCmsComponent.tpContentButtons:nth-of-type(3) {
    margin-left: 10px;
}
.button_block a p {
    height: 45px;
    background-color: #1A3B69;
    color: #FFF;
    position: relative;
    top: -4px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    line-height: 43px;
    padding: 0px 15px;
    font-size: 14px;
}
.button_block a:hover {
    text-decoration: none!important;
}
.button_block .footer-image {
    display: none;
}
.button_block .heading-image {
    position: relative;
    overflow: hidden;
}
.button_block .heading-image img {
    width: auto;
}
#storeFinderForm {
    width: 310px;
    height: 45px;
    position: relative;
    top: -4px;
    background-color: #1A3B69;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: inline-block;
}
#storeFinderForm input {
    position: relative;
    width: 245px;
    height: 39px;
    left: 0;
    margin: 0!important;
    padding-left: 10px;
    border-bottom-left-radius: 7px;
    border: 2px solid #1A3B69;
    font-size: 14px;
}
#storeFinderForm button {
    width: 38px;
    height: 45px;
    background-color: transparent;
    border: none;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 14px;
    margin-left: 0;
    padding-right: 11px;
    display: inline-block;
    outline: none;
    cursor: pointer;
}
#uid-TPOpenAccountGenericComponent .heading-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 57px;
    width: 163px;
    height: 100px;
    -ms-transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
    transform: rotate(-27deg);
    background-image: url('../images/cardhover.png');
    background-size: 100%;
    background-position: 0px 84px;
    background-repeat: no-repeat;
}
#uid-TPOpenAccountGenericComponent .heading-image:hover::before {
    -webkit-animation: card 0.4s;
    /* Chrome, Safari, Opera */
    animation: card 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#uid-TPGetInTouchGenericComponent .heading-image::before {
    content: '';
    display: block;
    position: absolute;
    height: 59px;
    width: 198px;
    background-image: url('../images/savings.png');
    background-repeat: no-repeat;
    background-size: 100px;
    top: 58px;
    left: 55px;
    background-position: 200px 10px;
}
#uid-TPGetInTouchGenericComponent .heading-image:hover::before {
    -webkit-animation: mymove 0.5s;
    /* Chrome, Safari, Opera */
    animation: mymove 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#uid-TPBranchFinderGenericComponent .heading-image::before {
    content: '';
    width: 61px;
    height: 87px;
    display: block;
    position: absolute;
    top: 40px;
    left: 92px;
    background-image: url('../images/marker.png');
}
#uid-TPBranchFinderGenericComponent .heading-image:hover::before {
    -webkit-animation: marker 1s;
    /* Chrome, Safari, Opera */
    animation: marker 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#storeFinderForm input:focus {
    outline: none;
}

#storeFinderForm::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
    position: absolute;
    right: 40px;
    top: 8px;
    border-right: 15px solid #1A3B69;
    z-index: 2;
}

.tpContentButtons_holder .button_block a p {
    line-height: 45px;
}

/* Homepage Ticker */

.tpBestSellers .component_header {
    height: 40px;
    background-color: #eff0f0;
    line-height: 40px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

/*.tpBestSellers .component_header:before {
    content: '';
    height: 55px;
    width: 1000px;
    display: block;
    position: absolute;
    left: 500px;
    top: 0px;
    background-color: #eff0f0;
}

.tpBestSellers .component_header:after {
    content: '';
    height: 55px;
    width: 1000px;
    display: block;
    position: absolute;
    right: 500px;
    top: 0px;
    background-color: #eff0f0;
    z-index: -1;
}*/

.tpBestSellers .component_header h3 {
    color: #1A3B69;
    font-size: 14px;
    width: 950px;
    margin: 0 auto;
    padding-left: 20px;
    line-height: 40px;
}
ul.buttonBxSlider li a div img {
    width: 120px;
    height: 110px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
ul.buttonBxSlider li {
    margin: 0 10px;
    text-align: center;
    background-color: #eff0f0;
    padding: 10px 0px;
    height: 190px;
    width: 150px!important;
}
ul.buttonBxSlider li:hover {
    background-color: #d5d5d5;
    border-bottom: 3px solid #183c69;
}
ul.buttonBxSlider li:hover .component_text .component_title {
    font-family: 'Roboto_b', sans-serif;

}
.bx-wrapper {
    max-width: 850px!important;
    padding-top: 75px;
}
.bx-wrapper .bx-viewport {
    height: 250px!important;
}
ul.buttonBxSlider li .component_text .component_title {
    color: #1A3B69;
    padding: 0px 5px;
    width: 135px;
    margin: 0px auto;
    font-size: 13px;
}
ul.buttonBxSlider li a:hover {
    text-decoration: none;
}
.bxslider-controls {
    width: 100%;
    position: relative;
    top: -325px;
}
.bxslider-controls a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 140px;
    background-position: 0px 40px;
    background-size: 40px 80px;
}
.tpBestSellers {
    border: none;
    position: inherit;
    width: 100%;
    height: 273px;
}
.tpBestSellers .component_header {
    background: #EDEDED;
}
.tpBestSellers .bx-wrapper {
    padding: 60px 50px 10px;
}
.tpBestSellers .buttonBxSlider li {
    width: 120px !important;
    padding: 15px;
    height: 180px;
    background: #ECECEC;
}
.tpBestSellers .buttonBxSlider li:hover {
    color: #D5D5D5;
    border-bottom: 3px solid #1A3B69;
}
.tpBestSellers .buttonBxSlider li img {
    width: 120px;
    height: 120px;
    border: none;
}
.tpBestSellers .buttonBxSlider .component_text .component_title {
    color: #1A3B69;
    padding: 0;
    width: auto;
    font-weight: normal;
    line-height: 15px;
}
.tpBestSellers .bxslider-controls {
    position: relative;
    top: -230px;
    width: 950px;
    margin-top: 0;
}
.tpBestSellers .bxslider-controls a {
    width: 30px;
    height: 30px;
}
.tpBestSellers .bxslider-controls a:hover {
    text-decoration: none;
}
.tpBestSellers .bxslider-controls .pull-right {
    right: 0px;
    background: none;
}
.tpBestSellers .bxslider-controls .pull-left {
    left: 0px;
    background: none;
}
.tpBestSellers .bxslider-controls .pull-left:after,
.tpBestSellers .bxslider-controls .pull-right:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 25px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #1A3B69;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.tpBestSellers .bxslider-controls .pull-left:after {
    content: "\f104";
}

/*
    Bathroom showroom galeries
*/

.tpTopBanner .gallery_component {
    min-height: 360px;
}
.picasa_gallery_component .gallery-images,
.gallery_component .gallery-images {
    display: block;
}
.tpTopBanner .pika-stage {
    width: 670px;
    border: none;
    padding: 0px 0px;
    height: auto;
}
.tpTopBanner .jcarousel-container-horizontal {
    width: 670px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}
.tpTopBanner .gallery-images .pika-thumbs.inlined {
    width: 670px;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
}
.tpTopBanner .pika-stage img {
    width: 100%;
}
.tpTopBanner .pika-textnav {
    display: none;
}
.tpTopBanner .pika-imgnav a.previous,
.tpTopBanner .pika-imgnav a.next {
    top: 0;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.4);
    background-position: center 45%
}
.tpTopBanner .pika-imgnav a.previous {
    background-image: url('../images/picachoose_prev.png');
    left: 0;
}
.tpTopBanner .pika-imgnav a.next {
    background-image: url('../images/picachoose_next.png');
    right: 0;
}
.gallery_component .expand {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    padding: 10px 10px;
    width: 22px;
    height: 22px;
    background: url(../images/expand_arrows.png) no-repeat 5px 5px #012d5b;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.813em;
    font-weight: bold;
    text-align: center;
    z-index: 999;
    text-indent: -99999999px;
}
.gallery_component .pika-thumbs li {
    width: 160px;
    height: 128px;
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
}
.gallery_component .pika-thumbs.inlined li {
    display: inline-block;
    float: none;
}
.gallery_component .pika-stage .caption,
.gallery_component .pika-stage .pika-counter {
    display: none !important;
}
.tpTopBanner #homepage_slider.stripViewer ul li,
.tpTopBanner #homepage_slider.stripViewer ul li img {
    width: 670px;
}
.tpTopBanner .flexslider.slider_component .flex-direction-nav {
    display: block;
}
.tpTopBanner .flexslider.slider_component .flex-direction-nav li a {
    display: block;
    height: 329px;
    width: 100px;
    background: center center no-repeat rgba(255, 255, 255, 0.4);
    opacity: 0;
    position: absolute;
    top: 0;
}
.tpTopBanner .flexslider.slider_component .flex-direction-nav:hover li a,
.tpTopBanner #homepage_slider:hover + div + ul.flex-direction-nav li a {
    opacity: 1;
}
.tpTopBanner .flexslider.slider_component .flex-direction-nav li a.flex-prev {
    background-image: url(../images/carousel_prev.png);
    left: 0;
}
.tpTopBanner .flexslider.slider_component .flex-direction-nav li a.flex-next {
    background-image: url(../images/carousel_next.png);
    right: 0;
}


/*Heatloss Calculator*/

.informationBoxContainer {
    background-color: #EDEDED;
    padding: 30px;
    margin-top: 20px;
}
.informationBoxContainer .InputFieldHL input[type="text"], .informationBoxContainer .InputField input[type="text"] {
    height: 27px;
    width: 215px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0 5px;
}
.informationBoxContainer select.InputFieldSelectHL {
    height: 34px;
    width: 225px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.14);
    font-family: 'Roboto', sans-serif;
}
.informationBoxContainer .InputBlock:nth-child(odd){
    margin-right: 85px;
}
.informationBoxContainer .InputBlock{
    display:inline-block;
}
.informationBoxContainer td {
    padding: 10px;
}
.informationBoxContainer a.medBtn {
    background-color: #EC9B0C;
    padding: 10px 0px 10px 0px;
    color: #333;
    display: block;
    text-align: center;
    font-family: 'Roboto_b', sans-serif;
    font-size: 14px;
    text-decoration: none;
    width: 130px;
    cursor: pointer;
    line-height: 105%;
    display: inline-block;
}
.informationBoxContainer .heatCalculatorButton:nth-child(2) a.medBtn {
    background: #97CFF4;
}
.informationBoxContainer .heatCalculatorButton {
    display: inline-block;
    margin-right: 20px;
}

/*--------------Jack Changes--------------*/

    #tp_CheckStockPopup .tp_branchBox,
    #tp_CheckStockPopup .tp_branchBox .tp_branchBox_title {
        border: none;
    }
    #tp_CheckStockPopup .tp_stock_branchDetails .tp_stock_BranchName:before {
        content: '\f041';
        background-image: none;
        position: absolute;
        top: 8px;
        left: 7px;
        font-family: "FontAwesome";
        font-size: 36px;
        color: rgb(0, 44, 95);
    }
    #tp_CheckStockPopup .tp_branchBox:nth-child(1) .tp_branchBox_title:before {
        content: '\f007';
        background-image: none;
        font-family: "FontAwesome";
        font-size: 23px;
        left: 8px;
        top: -2px;
        color: rgb(0, 44, 95);
    }
    #tp_CheckStockPopup .tp_branchBox:nth-child(2) .tp_branchBox_title:before {
        content: '\f095';
        background-image: none;
        font-family: "FontAwesome";
        font-size: 23px;
        left: 8px;
        top: 0px;
        color: rgb(0, 44, 95);
    }
    #tp_CheckStockPopup .tp_branchBox.serv .tp_branchBox_title:before {
        content: '\f05a';
        background-image: none;
        font-family: "FontAwesome";
        font-size: 23px;
        left: 8px;
        top: -1px;
        color: rgb(0, 44, 95);
    }
    #tp_CheckStockPopup .tp_branchBox.hours:nth-child(1) .tp_branchBox_title:before {
        content: '\f017';
        background-image: none;
        font-family: "FontAwesome";
        font-size: 23px;
        left: 0px;
        top: -1px;
        color: rgb(0, 44, 95);
    }
    #tp_CheckStockPopup.tp_branchBox_info p.capitalize:nth-child(1),
    #tp_CheckStockPopup.tp_branchBox_info p.capitalize:nth-child(3) {
        display: none;
    }
    #tp_CheckStockPopup .tp_stock_branchDetails .tp_branchBox .tp_branchBox_info p {
        font-size: 15px;
        line-height: 16px;
        font-family: 'Roboto', sans-serif;
        padding: 0px;
        padding-top: 2px;
    }
    #tp_CheckStockPopup .tp_stock_BranchServices.col_left {
        float: right;
    }
    #tp_CheckStockPopup .tp_stock_BranchServices.col_right {
        float: left;
        padding-left: 0px!important;
    }
    #tp_CheckStockPopup .tp_branchBox.hours h3.tp_branchBox_title {
        padding-left: 29px;
    }
    #tp_CheckStockPopup dl.tp_branchHours_list {
        margin-left: 19px;
        width: 283px;
    }
    #tp_CheckStockPopup .tp_stock_detailsWrapper .col_left {
        width: 345px;
    }
    #tp_CheckStockPopup .tp_stock_detailsWrapper .col_right {
        margin-right: 0px;
        float: left;
    }
    #tp_CheckStockPopup .tp_stock_branchDetails .store_map {
        height: 290px;
        width: 360px;
    }
    #tp_CheckStockPopup .tp_stock_BranchServices .tp_branchServices_list li {
        margin-right: 11px;
    }
    #tp_CheckStockPopup .tp_stock_BranchServices .tp_branchServices_list li img {
        width:148px;
    }
    #tp_CheckStockPopup .tp_stock_BranchServices .tp_branchServices_list li p {
        display:none;
    }
    #tp_CheckStockPopup a.tp_branchList_back,
    #tp_CheckStockPopup a.tp_branchList_back:hover {
        height: 35px;
        width: 195px;
        font-size: 15px;
        line-height: 35px;
        display: block;
        background-color: #96cff5;
        color: #333;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border: 1px solid #7cb7d8;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    #tp_CheckStockPopup .tp_stock_branchDetails {
        padding-bottom: 0px;
        border-top: 3px solid #002C5F;
        padding-top: 10px;
        margin-top: 10px;
    }
    #tp_CheckStockPopup .tp_stock_result {
        padding-bottom: 0;
    }
    #tp_CheckStockPopup .tp_branchDetails_informer {
        font-size: 15px;
    }
 #tp_CheckStockPopup .tp_branchBox .tp_branchBox_info {
        padding-right: 0;
    }


/* **************************************************************
*                       A-Z FILTER                              *
****************************************************************/

.a_z_sort {
    height: 12px;
    border-top: 1px solid #ededed;
    text-align: center;
}
.a_z_sort ul {
    width: auto;
    display: inline-block;
}
.a_z_sort ul li span {
    padding: 7px 11px 7px 11px;
    color: #232323;
    font-size: 12px;
    text-decoration: none;
}
.a_z_sort ul li span.selected {
    background: url(../images/other/filter_states.png) no-repeat center -28px;
}
.a_z_sort ul li span.empty {
    cursor: default;
}
.a_z_sort ul li:last-child {
    margin-right: 0px;
}

.tp_ProductsCarousel {
    border: 6px solid #d4d4d4;
    border-top: none;
    width: 938px;
    height: 246px;
    margin-top: 10px;
}
.tp_ProductsCarousel .title_holder {
    background: #d4d4d4;
    height: 38px;
    padding-left: 17px;
}
.tp_ProductsCarousel .title_holder h2 {
    line-height: 38px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.tp_ProductsCarousel h3 {
    font-size: 12px;
}

.tp_ProductsCarousel .carousel {
    height: initial;
}

.jcarousel-skin .jcarousel-container-horizontal {
    padding: 20px 56px 20px 61px;
}
.jcarousel-skin .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin .jcarousel-clip-vertical {
    width: 98px;
    height: 430px;
}
.jcarousel-skin .jcarousel-item a {
    display: block;
    outline: none;
}
.jcarousel-skin .jcarousel-item img {
    outline: none;
    width: 130px;
    max-height: 130px;
}
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin .jcarousel-item-vertical {
    margin-bottom: 5px;
}
.jcarousel-skin .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 40px;
}

#image_promotion_overlay {
    position: absolute;
    right: 50px;
    top: 5px;
    z-index: 95;
    pointer-events: none;
}

.promotion_overlay {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 95;
    max-width: 64px;
}

/* HEADER BUTTONS START*/
.header_buttons {
    display: table;
	border-collapse:separate;
	position: relative;
	width: 950px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #f5f5f5;
}
.header_buttons::after {
	content: '';
	background: #f5f5f5;
	width: 300%;
	left: -100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: -1;
}
.header_buttons .highlightedMessagesBar {
	display: table-cell;
	height: 57px;
	font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 5px;
}

.header_buttons .top-banner {
	display: table;
	height: 100%;
	margin: 0 auto;
	color: #616161;
}

.header_buttons .top-banner img {
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: 5px 10px 5px 5px;
	outline: none;
	border-radius: 50%;
	border: 1px solid #616161;
	padding: 5px;
}

.header_buttons .top-banner .text {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5em;
	font: inherit;
	color: inherit;
}

.top-banner:hover {
    text-decoration: none;
}

.top-banner .highlighted {
    font-weight: bold;
    font-size: 13px;
}

.top-banner:hover .highlighted {
    color: #1A3B69;
}

.top-banner.price-item {
    position: relative;
    left: 8px;
}

.top-banner.product-item {
    float: right;
}

/* INVOICE PAYMENT BUTTONS START*/
.tp_tabs_wrapper .tp_action_buttons .tp_OrderButton {
    min-width: 210px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: none;
}
.tp_tabs_wrapper .tp_action_buttons a.tp_OrderButton:hover {
    color: #333;
}
.tp_tabs_wrapper .tp_action_buttons .tp_OrderButton.download_selected,
.payment-declined-btn,
.tp_tabs_wrapper .view_statement_button {
    background: #9fc1c0;
    border: 1px solid #557776;
}
.tp_tabs_wrapper .tp_action_buttons .tp_OrderButton.pay_selected,
.payment-declined-btn.btn-right {
    background: #f3b019;
    border: 1px solid #e99b0b;
}
.tp_tabs_wrapper .tp_action_buttons a.tp_OrderButton.disabled,
#balance_tabs a.tp_OrderButton.disabled,
.basket_ctas .checkoutButton .linkForOtherCustomer a.disabled,
.basket_ctas .add-more-button a.disabled {
    pointer-events: none;
    background-color: #d3d3d3 !important;
    border-color: #a3a3a3;
    font-weight: normal;
    color: #a3a3a4;
}

#facetWrapper .termtext .subCategory {
    display: none;
}

.policy-layout-template-wrapper .expandable-grid-container .expandable-item-wrapper .expandable-item-content {
    padding: 10px;
    background-color: #F2F2F2;
    margin: 0px 0px 10px 0px;
    text-align: justify;
    display: none;
}

.delivery-details-wrap .question-area {
    display: none;
}

#tp_CheckStockPopup .post_code_search .form_field-input input[type=text] {
    width: 525px;
}
#colorbox {
    overflow: visible !important;
}
#cboxWrapper,
#cboxContent,
#cboxLoadedContent,
#cboxMiddleLeft,
#cboxMiddleRight {
    height: auto !important;
}
#cboxMiddleLeft,
#cboxContent,
#cboxMiddleRight {
    float: none;
}
#cboxWrapper > div:nth-child(2) {
    display:flex;
}

.feature-design #ProductDetail span.productPrice .price_value.includedVAT{
	font-size: 20px;
}
/* Home page - Carousel anf Footer */
.feature-can-collect .tpBestSellers .component_header{
    background: none;
}
.feature-can-collect .tpBestSellers .component_header h3{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 0;
}
.feature-can-collect .tpBestSellers,
.feature-can-collect .bx-wrapper .bx-viewport{
    height: auto !important;
}
.feature-can-collect .bx-wrapper{
    max-width: 900px !important;
    padding: 60px 0 10px;
}
.feature-can-collect .tpBestSellers .bxslider-controls .pull-left:after,
.feature-can-collect .tpBestSellers .bxslider-controls .pull-right:after{
    background: none;
    border-radius:0;
    color: #1A3B69;
    font-size: 30px;
}
.feature-can-collect .tpBestSellers .buttonBxSlider li{
    width: 138px!important;
    border: 1px solid #e0e0e0;
    background: none;
    margin: 0 5px;
    font-size: 14px;
    height: auto;
}
.feature-can-collect .tpBestSellers .buttonBxSlider .component_text .component_title{
    color: #333;
    line-height: 20px;
    font-size: 14px;
}
.feature-can-collect .tpBestSellers .buttonBxSlider .component_text .component_title:hover{
    font-weight: normal;
}
.feature-can-collect .tpBestSellers .buttonBxSlider li img{
    width: 138px;
    height: 138px;
}
.feature-can-collect .buttonBxSlider{
    display: flex;
    align-items: stretch;
}
.feature-can-collect ul.buttonBxSlider li:hover:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1a3b69;
    bottom: 0;
    left: 0;
}
.feature-can-collect .tpBestSellers .bxslider-controls .pull-left{
    left: -5px;
    top:80px;
}
.feature-can-collect .tpBestSellers .bxslider-controls .pull-right{
    right: -5px;
    top:80px;
}
.feature-can-collect .tpBestSellers .price_value{
    font-size: 18px;
}
.feature-can-collect .tpBestSellers .buttonBxSlider .component_text{
    margin:10px 0 0;
}
.feature-can-collect .tpBestSellers .bxslider-controls{
    height: auto;
}
.feature-can-collect ul.buttonBxSlider li:hover .component_text .component_title,
.feature-can-collect .travis-perkins-footer{
    font-family: 'Roboto', sans-serif;
}
.feature-can-collect .travis-perkins-footer{
    font-size: 14px;
    line-height: 18px;
}
.feature-can-collect .travis-perkins-footer,
.feature-can-collect #page:before{
    background:#eee;
}
.feature-can-collect #page:before{
    height: 275px;
}
.feature-can-collect #footer .Fa a{
    font-size: 14px;
    margin: 5px 0;
    display: block;
    color: #616161;
}
.feature-can-collect #footer .Fa h3 a{
    font-size: 16px;
    color: #1a3b69;
}
.feature-can-collect #page{
    overflow: hidden;
}
.feature-can-collect .travis-perkins-footer #footer{
    background: #eee;
    position: relative;
}
.feature-can-collect #page:before {
    height: auto;
}
.feature-can-collect .travis-perkins-footer, .feature-can-collect #page:before {
    background: none;
}
.feature-can-collect .travis-perkins-footer #footer:before,
.feature-can-collect .travis-perkins-footer #footer:after {
    content: "";
    position: absolute;
    background: #eee;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
}
.feature-can-collect .travis-perkins-footer #footer:after {
    left: 100%;
    right: 0;
}
.feature-design .tpInfoWrapper .productPrice .prices_holder {
	display: table-cell;
}

.feature-design #ProductDetail span.productPrice .includedVAT{
	font-size: 20px;
}
.feature-design .tpInfoWrapper .productPrice .price_info_holder .price_inc_vat{
	font-size: 14px;
}
.productPrice .price_inc_vat_section .price_info_holder {
    padding-bottom: 4px;
}
.productPrice .price_inc_vat_section{
	margin-top: 5px;
}
.tpInfoWrapper .productPrice .price_inc_vat_section,
.feature-design .tpInfoWrapper .productPrice .product_price_section {
    display: table;
    width: 100%;
}
.feature-design .tpInfoWrapper .productPrice .uom_value {
	display: block;
    line-height: 14px;
    width: auto;
    padding-top: 5px;
}
.feature-design .tpInfoWrapper .productPrice .price_info_holder span,
.feature-design .tpInfoWrapper .productEQPrice .price_info_holder span {
    line-height: 14px;
    text-align: left;
    vertical-align: bottom;
}
.feature-design .tpInfoWrapper .productPrice .price_from {
    font-size: 16px;
    display: table-cell;
    vertical-align: bottom;
    padding-right: 10px;
}
.feature-design .tpInfoWrapper .productPrice .prices_holder {
	display: table-cell;
}
.feature-design .tpInfoWrapper .productPrice .price_value,
.feature-design .tpInfoWrapper .productEQPrice .price_value,
.feature-design .tpInfoWrapper .productPrice .includedVAT {
    display: table-cell;
    line-height: 20px;
    overflow: hidden;
    padding-right: 5px;
}
#consolidation-options label{
	display: block;
}

.feature-design.page-cartPage #consolidation-options-container::before {
    background: #f5f5f5;
    content: '';
    height: 160px;
    width: 3000px;
    display: block;
    position: absolute;
    z-index: -1;
    left: -1000px;
    padding-top: 0px;
}

.feature-design.page-cartPage #consolidation-options-header h4 {
    margin-top: 40px;
    padding-top: 20px;
    font-size: 18px;
    color: black;
    font-weight: normal;
}

.feature-design.page-cartPage #consolidation-options-body span {
    color: #616161;
}
.feature-design.page-cartPage #consolidation-options {
    margin: 25px 0px;
}

#facets_filters .topFacetValues span.more,
#facets_filters .allFacetValues span.more {
    display: block;
}.tp_orderContinued.returningCustomer {
    display: none;
}
.hasSavedCards .tp_orderContinued.returningCustomer {
    display: block;
}
.page-OrderPaymentPage.feature-design .tp_paymentCards #billingForm .tp_orderContinued.returningCustomer {
    margin-top: 0;
    position: relative;
    bottom: 20px;
    overflow: visible;
    height: 44px;
}
.page-OrderPaymentPage.feature-design .tp_orderContinued.returningCustomer {
    top: 0px;
}
.hasSavedCards .tp_orderContinued.newCustomer {
    display: none;
}
.feature-design #tp_paymentCards .application-form .tp_orderContinued{
    height: 44px;
}
.collapsed #refine_billing_address {
    display: block;
}
.collapsed #paymentframe {
    display: none;
}
.collapsed #billing_address_form {
    display: none;
}

/* Guest login progress indicator */
.tp_guest_orderSteps_wrapp {
    position: relative;
    right: 0;
    display: block;
    float: right;
    width: 455px;
    height: 62px;
    margin: 55px 0 0;
    padding: 0;
}

/* SEO Bottom Text Block */
.seoPageInfo .content a {
    color: #1A3B69;
}
.seoPageInfo .content {
    float: left;
    text-align: justify;
    color: #737373;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding-top: 30px;
}
/* SEO Bottom Text Block End */

/*Mailing List Sign Up Section BEGIN*/

#mailingListSignUpSection_holder {
  background-color: #1A3B69;
  padding: 20px;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  margin-top: 15px;
}

#mailingListSignUpSection_holder .icon_holder {
  height: 40px;
}

#mailingListSignUpSection_holder .icon_holder img {
  width: 40px;
  height: 40px;
}

#mailingListSignUpForm {
	display: inline-block;
	position: relative;
}

#mailingListSignUpSection_holder.successful #mailingListSignUpForm {
	display: none;
}

#mailingListSignUpSection_holder span {
  color: #FFF;
  font-size: 18px;
  display: block;
  margin: 15px 0;
}

#mailingListSignUpSuccess {
	display: none;
}

#mailingListSignUpSection_holder.successful #mailingListSignUpSuccess {
	display: block;
}

#mailingListSignUpSuccess span {
  margin-top: 40px
}

#mailingListSignUpForm input {
  padding: 10px;
  margin-bottom: 0;
  border: 1px;
}

#mailingListSignUpForm input[type=text] {
  border-radius: 4px 0 0 4px;
  width: 250px;
  color: rgba(0,0,0,0.6);
}

#mailingListSignUpForm input[type=submit] {
  border-radius: 0 4px 4px 0;
  background-color: #EC9B0C;
  border-color: #EC9B0C;
  cursor: pointer;
  outline: none;
}

#mailingListSignUpForm input[type=submit]::-moz-focus-inner {
	border: 0;
}

#mailingListSignUpForm .error {
	display: none;
    position: absolute;
    background-color: #d81d2a;
    border-radius: 4px;
    border: none;
    margin-bottom: 0;
    margin-top: 5px;;
    padding: 5px;
    z-index: 1;
}

#mailingListSignUpForm .error span {
    font-size: 12px;
    margin: 0;
    padding: 3px;
}

#mailingListSignUpForm .error::after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 16px;
    border-bottom: 8px solid #d81d2a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

#mailingListSignUpSection_holder + .travis-perkins-footer #footer {
  margin-top: 0;
}

/*Mailing List Sign Up Section END*/

/* Inspirational Promotions START */

.inspirational_container {
    width: 950px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
    margin: 10px 0;
    flex-wrap: wrap;
}
.inspirational_container:before {
    content: '';
    display: block;
    position: absolute;
    width: 3000px;
    top: 0;
    left: -1000px;
    height: 100%;
    background: #fafafa;
}
.inspirational_section {
    font-size: 0;
    flex-wrap: wrap;
    align-content: flex-end;
    display: flex;
    position: relative;
    width: 443px;
    margin: 20px 0;
}
.inspirational_section .headline {
    height: 20px;
    width: 443px;
    margin-bottom: 5px;
}
.inspirational_section .headline p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.inspirational_items_block {
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 443px;
    height: 443px;
}
.header p, .imageParagraphText h4 {
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.inspiration_item {
    font-size: 0;
}
.inspiration_item .product_link:hover {
    text-decoration: none;
}
.inspiration_item .product {
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)!important;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    width: 209px;
    height: 134px;
}
.inspiration_item .product:hover {
    border-bottom: 2px solid #EC9B0C;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13)!important;
    transition: all 0.2s;
    text-decoration: none;
}
.inspiration_item .product * {
    color: #616161;
}
.inspiration_item .product .picture,
.inspiration_item .product .price_info {
    display: inline-block;
}
.inspiration_item .product .text_info {
    position: relative;
}
.inspiration_item .product .price_info {
    float:right;
    margin-top: 5px;
    position: absolute;
    top: -75px;
    right: 0;
}
.inspiration_item .product .price_info span {
    display: block;
    line-height: 20px;
}
.inspiration_item .product .picture img {
    width: 68px;
    height: 68px;
}
.inspiration_item .product .price_info .price_value {
    font-size: 18px;
    color: #232323;
    text-align: right;
    margin-bottom: 5px;
}
.inspiration_item .product .price_info .uom,
.inspiration_item .product .price_info .vat_info {
    line-height: 15px;
    font-size: 13px;
    text-align: right;
}
.inspiration_item .product .product_name {
    height: 40px;
    margin-top: 5px;
}
.inspiration_item .product .product_name p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.inspirational_container .inspirational_section:nth-child(even) .headline p {
    text-align: right;
}
/* Inspirational Promotions END */
/* Home Page only -  Sign up and Branch Locator section start */

.sign_up_branch_locator_holder {
	width: 950px;
	height: 300px;
	box-sizing: border-box;
	align-self: flex-end;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	position: relative;
}

.signUpBranchLocator_section {
	display: table;
}

.sign_up_branch_locator_holder .leftColumn {
	width: 456px;
	margin-right: 20px;
	display: table-cell;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)!important;
	background: white;
}

.sign_up_branch_locator_holder .leftColumn .header {
	height: 80px;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	background: #1A3B69;
	color:#fff;
	padding-top: 19px;
}

.sign_up_branch_locator_holder .rightColumn {
	width: 350px;
	margin-right: 20px;
	display: table-cell;
	vertical-align: middle;
}

.sign_up_options .sign_up_option, .sign_up_options .sign_up_link_holder {
	display: inline-flex;
	width: 206px;
	height: 180px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ececec;
}

.sign_up_options .sign_up_link_holder {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 216px;
	height: 190px;
	left: 5px;
	top: 85px;
	opacity: 0;
	text-align: center;
}

.sign_up_options .sign_up_link_holder .sign_up_link {
    text-align: center;
    width: 100%;
}

.sign_up_options .sign_up_link_holder .sign_up_link a {
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign_up_option:nth-of-type(2) .sign_up_link_holder {
	left: 233px;
}

.compact_branch_locator_holder {
	margin: 10px;
	margin-left: 30px;
}

#compactBranchLocatorForm input[type=text] {
	border-radius: 4px 0 0 4px;
	width: 185px;
	color: rgba(0,0,0,0.6);
	padding: 9px;
    margin: 0;
}

#compactBranchLocatorForm input[type=submit] {
	border-radius: 0 4px 4px 0;
	background-color: #EC9B0C;
	border-color: #EC9B0C;
	cursor: pointer;
	outline: none;
	padding: 10px;
	border: 0;
}

#compactBranchLocatorForm input {
	margin-bottom: 0;
	border: 1px 0 0 0 solid;
}

.compact_branch_locator_holder .header {
	margin-bottom: 25px;
	font-size: 20px;
}

.compact_branch_locator_holder .picture {
	bottom: 25px;
	right: 0px;
	position: absolute;
}

.sign_up_options .sign_up_link_holder:hover {
	opacity: 1;
	background: rgba(246, 177, 18, 0.9);
}

.sign_up_options .sign_up_link_holder a {
	color: #000;
}

.sign_up_options .sign_up_option .sign_up_option_content {
	font-weight: normal;
	font-size: 12px;
}

.sign_up_options .sign_up_option .sign_up_option_content p {
	margin-bottom: 10px;
}

.sign_up_options .sign_up_option .sign_up_option_content li:before {
	font-family: FontAwesome;
	content: "\f058";
	font-size: 12px;
	color: #616161;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 15px;
	margin-top: 2px;
}

.sign_up_options .sign_up_option:nth-child(2) .sign_up_option_content li:before {
	left: 240px;
}

.sign_up_options .sign_up_option .sign_up_option_content li {
	margin-bottom: 10px;
	margin-left: 20px;
}

#compactBranchLocatorForm .error {
	display: none;
	position: absolute;
	background-color: #d81d2a;
	border-radius: 4px;
	border: none;
	margin-bottom: 0;
	margin-top: 5px;;
	padding: 5px;
	z-index: 1;
}

#compactBranchLocatorForm .error span {
	font-size: 12px;
	margin: 0;
	padding: 3px;
	color: white;
}

#compactBranchLocatorForm .error::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	left: 16px;
	border-bottom: 8px solid #d81d2a;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* End - Home Page only -  Sign up and Branch Locator section start */
/* Top Products START */
.product_tabs_group {
    margin: 15px 0;
}
.tabs_group_headlines {
    font-size: 0;
    height: 30px;
    margin-bottom: 10px;
}
.tabs_group_headlines .headline {
    display: inline-block;
    width: 50%;
}
.tabs_group_headlines .headline.right {
    text-align: right;
}
.tabs_group_headlines .headline p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}
.product_tabs_group ul {
    font-size: 0;
    background-color: #fafafa;
}
.product_tabs_group li {
    display: inline-block;
    background-color: #fafafa;
    width: 158px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.product_tabs_group li:hover {
    background-color: #eee;
}
.product_tabs_group li.active {
    background-color: #eee;
    border-bottom: 2px solid #f6b112;
    box-sizing: border-box;
}
.product_tabs_group .tab_title {
    margin: 10px 0;
    padding: 0 10px;
    height: 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.product_tabs_group a:first-child .tab_title {
    .border-left: none;
}
.product_tabs_group a:last-child .tab_title {
    .border-right: none;
}
.product_tabs_group li .tab_title p {
    font-size: 14px;
    color: #616161;
    line-height: 30px;
    text-decoration: none;
}
.product_tabs_group li.active .tab_title p {
    color: #000;
}
.products_tab {
    font-size: 0;
}
.products_tab.invisible {
    display: none;
}
.product_tabs_group .inspiration_item {
    display: inline-block;
    vertical-align: top;
}
.product_tabs_group .product {
    width: 158px;
    padding: 0 10px 10px;
    margin-top: 10px;
    height: 260px;
    box-shadow: none !important;
    position: relative;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.products_tab .inspiration_item:first-child .product {
    border-left: none;
}
.products_tab .inspiration_item:last-child .product {
    border-right: none;
}
.product_tabs_group .product:hover {
    z-index: 99;
}
.product_tabs_group .product .picture img {
    width: 135px;
    height: 135px;
}
.product_tabs_group .product .text_info {
    display: flex;
    flex-direction: column-reverse;
    width: 135px;
}
.product_tabs_group .product .price_info {
    position: static;
    margin-top: 15px;
    text-align: right;
}
.product_tabs_group .product .price_info span {
    display: inline-block;
}
.product_tabs_group .product .price_info .price_value {
    margin-left: 5px;
}
.product_tabs_group .inspiration_item .product_name,
.product_tabs_group .inspiration_item .product_name p {
    overflow: hidden;
}
.product_tabs_group .product .product_name {
    margin-top: 15px;
}
/* Top Products END */

/* Social Media Links START */
.travis-perkins-footer .social-media-links{
    display: flex;
    justify-content: flex-end;
    height: 0;
    position: absolute;
    right: 25px;
}

.travis-perkins-footer .social-media-links .simple_disp-img{
    position: relative;
    top: 25px;
    margin-left: 25px;
}
/* Social Media Links END */

/* Changes for Footer links START */
.travis-perkins-footer #links {
    position: relative;
}

#links .Fa {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

#links .Fa > li {
    margin: 0 0 0 20px;
}
/* Changes for Footer links END */

/* Diverted Delivery PDP START */

.supplier_delivery_lead_time_message_holder {
	width: 270px;
	font-size: 0;
    background-color: #fff;
    margin-top: 25px;
    padding: 10px;
    color: #333;
    order: 7;
    border: 1px solid #bdbdbd;
}

.supplier_delivery_lead_time_message_holder .supplier_delivery_message_icon {
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    vertical-align: top;
}

.supplier_delivery_lead_time_message_holder .supplier_delivery_message_text {
    display: inline-block;
    width: 210px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 14px;
}

.supplier_delivery_lead_time_message_holder .supplier_delivery_message_text .delivered_within {
	height: 50px;
}

.supplier_delivery_lead_time_message_holder img {
    height: 50px;
    width: 50px;
}

.always_in_stock_message_text::before {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 16px;
    color: #1A3B69;
    margin-right: 2px;
}

/* Diverted Delivery PDP END */


/* Guest Order Thank You Page START */

.page-GuestOrderThankYouPage #order_details .order-summary-block {
	background: #fafafa;
	margin: 20px 0;
	padding: 20px;
	font-size: 0;
}
.page-GuestOrderThankYouPage #order_details .collection-info.order-summary-block,
.page-GuestOrderThankYouPage #order_details .delivery-info.order-summary-block {
    padding: 0;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block div {
	vertical-align: top;
}
.page-GuestOrderThankYouPage #order_details #collectionHeader {
    padding-bottom: 0;
    font-size: 24px;
}
.page-GuestOrderThankYouPage #order_details .CO_collumLeft a {
    color: #2f7cab;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment,
.page-GuestOrderThankYouPage #order_details .delivery-section .consignment-instructions {
	width: 435px;
	display: inline-block;
}
.page-GuestOrderThankYouPage #order_details .delivery-info .tp_delivery:first-child {
    margin-top: 0;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .heading {
	font-size: 18px;
	margin-bottom: 20px;
}
.page-GuestOrderThankYouPage #order_details .supplier.order-summary-block .consignment .heading .supplier {
    text-transform: lowercase;
}
.page-GuestOrderThankYouPage #order_details .collection-section .consignment .heading .ready {
    font-size: 15px;
    color: #616161;
    margin-top: 5px;
    display: block;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .delivery-date {
	margin-bottom: 20px;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .delivery-date .message {
	color: #616161;
	font-size: 13px;
    line-height: 20px;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .delivery-date .date {
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product {
	padding: 10px 0;
	border: 1px solid #ccc;
	background: #fff;
}
.page-GuestOrderThankYouPage #order_details .supplier.order-summary-block .consignment .product:not(:first-child),
.page-GuestOrderThankYouPage #order_details .standard.order-summary-block .consignment .product:not(:first-child),
.page-GuestOrderThankYouPage #order_details .collection-section.order-summary-block .consignment .product:not(:first-child) {
	border-top: none;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product .product-info {
	width: 340px;
	vertical-align: top;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product .picture,
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product .product-info {
	display: inline-block;
	margin: 0;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product .product-info .quantity {
	display: block;
	font-size: 14px;
	color: #616161;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product .product-info .product-name {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product .picture {
	margin: 0 10px;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment .product .picture img {
	width: 50px;
	height: 50px;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment-instructions {
	display: inline-block;
	margin-left: 40px;
	width: 435px;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment-instructions .colum_wrapper {
	margin: 0;
	background: #fff;
	padding: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .CO_collumLeft,
.page-GuestOrderThankYouPage #order_details .consignment-instructions .CO_collumRight {
	width: auto;
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .colum_wrapper .headings {
	color: #616161;
	float: none;
    margin-top: 15px;
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .colum_wrapper .address_wrap .headings {
    margin-top: 0!important;
}
.Guest-Checkout .order_success_wrapper .colum_wrapper:after {
    content: none;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment-instructions .toggle-branch-details {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 15px;
    text-align: right;
}
.page-GuestOrderThankYouPage #order_details .order-summary-block .consignment-instructions .toggle-text {
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #2f7cab;
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .colum_wrapper .toggle-text::after {
    font-family: FontAwesome;
    position: relative;
    left: 5px;
    margin-right: 5px!important;
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .colum_wrapper.expanded .toggle-text::after {
    content: '\f106';
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .colum_wrapper.collapsed .toggle-text::after {
    content: '\f107';
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .expanded #view-more-btn {
    display: none;
}
.page-GuestOrderThankYouPage #order_details .consignment-instructions .collapsed #view-less-btn {
    display: none;
}
.page-GuestOrderThankYouPage .consignment-instructions .colum_wrapper.collapsed .contact_wrap,
.page-GuestOrderThankYouPage .consignment-instructions .colum_wrapper.collapsed .CO_collumRight {
    display: none;
}
.page-GuestOrderThankYouPage .delivery-instructions-wrapper .heading {
    font-size: 18px;
}
.page-GuestOrderThankYouPage .delivery-instructions-wrapper .delivery-steps .step {
    margin-top: 20px;
    line-height: 20px;
}
.page-GuestOrderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .number {
    font-size: 24px;
    color: #fff;
    background: #2f7cab;
    font-weight: bold;
    width: 26px;
    height: 40px;
    border-radius: 50%;
    padding-left: 14px;
    display: inline-block;
    margin-right: 20px;
    line-height: 40px;
}
.page-GuestOrderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .step-content {
    display: inline-block;
    width: 365px;
}
.page-GuestOrderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .name {
    font-size: 16px;
    color: #232323;
}
.page-GuestOrderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .description {
    font-size: 14px;
    color: #616161;
}
.page-GuestOrderThankYouPage.feature-design #deliveryHeader {
    font-size: 24px;
}

/* Guest Order Thank You Page END */

/* Logged in Order Thank You Page START */
.page-orderThankYouPage .tp_collect_success{
    background: #fafafa;
}
.page-orderThankYouPage .order_success_wrapper .tp_delivery {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fafafa;
    padding: 0 20px;
}
.page-orderThankYouPage .order_success_wrapper .tp_delivery:last-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-orderThankYouPage.feature-design #deliveryHeader {
    font-size: 24px;
}
.page-orderThankYouPage #order_details .collection-info.order-summary-block,
.page-orderThankYouPage #order_details .delivery-info.order-summary-block {
    padding: 0;
}
.page-orderThankYouPage .order_success_wrapper {
    width: 940px;
}

.page-orderThankYouPage #order_details .CO_collumLeft a {
    color: #2f7cab;
}
.page-orderThankYouPage #order_details .collection-info.order-summary-block {
    padding: 0;
}
.page-orderThankYouPage #order_details .order-summary-block {
	background: #fafafa;
	margin: 20px 0;
	padding: 20px;
	font-size: 0;
}
.page-orderThankYouPage #order_details .order-summary-block div {
	vertical-align: top;
}
.page-orderThankYouPage #order_details #collectionHeader {
    padding-bottom: 0;
    font-size: 24px;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment,
.page-orderThankYouPage #order_details .delivery-section .what-happens-next {
	width: 425px;
	display: inline-block;
}
.page-orderThankYouPage #order_details .delivery-info .tp_delivery:first-child {
    margin-top: 0;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .heading {
	font-size: 18px;
	margin-bottom: 20px;
}
.page-orderThankYouPage #order_details .supplier.order-summary-block .consignment .heading .supplier {
    text-transform: lowercase;
}
.page-orderThankYouPage #order_details .collection-section .consignment .heading .ready {
    font-size: 15px;
    color: #616161;
    margin-top: 5px;
    display: block;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .delivery-date {
	margin-bottom: 20px;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .delivery-date .message {
	color: #616161;
	font-size: 13px;
    line-height: 20px;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .delivery-date .date {
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .product {
    padding: 10px 0;
    border: 1px solid #ccc;
    background: #fff;
}
.page-orderThankYouPage #order_details .supplier.order-summary-block .consignment .product:first-child,
.page-orderThankYouPage #order_details .standard.order-summary-block .consignment .product:first-child,
.page-orderThankYouPage #order_details .collection-section.order-summary-block .consignment .product:first-child {
	border-top: 1px solid #ccc;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .product .product-info {
	width: 340px;
	vertical-align: top;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .product .picture,
.page-orderThankYouPage #order_details .order-summary-block .consignment .product .product-info {
	display: inline-block;
	margin: 0;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .product .product-info .quantity {
	display: block;
	font-size: 14px;
	color: #616161;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .product .product-info .product-name {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .product .picture {
	margin:0 10px;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment .product .picture img {
	width: 50px;
	height: 50px;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment-instructions {
	width: 425px;
	display: inline-block;
	margin-left: 30px;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment-instructions .colum_wrapper {
    margin: 0;
    background: #fff;
    padding: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
}
.page-orderThankYouPage #order_details .consignment-instructions .CO_collumLeft,
.page-orderThankYouPage #order_details .consignment-instructions .CO_collumRight {
	width: auto;
}
.page-orderThankYouPage #order_details .CO_collumLeft p,
.page-orderThankYouPage #order_details .CO_collumLeft a {
	font-size: 14px;
}
.page-orderThankYouPage #order_details .consignment-instructions .colum_wrapper .headings {
	color: #616161;
	float: none;
    margin-top: 15px;
}
.page-orderThankYouPage #order_details .consignment-instructions .colum_wrapper .adress_wrap .headings {
    margin-top: 0!important;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment-instructions .toggle-branch-details {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 15px;
    padding: 20px;
    text-align: right;
}
.page-orderThankYouPage #order_details .order-summary-block .consignment-instructions .toggle-text {
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #2f7cab;
}
.page-orderThankYouPage #order_details .consignment-instructions .colum_wrapper .toggle-text::after {
    font-family: FontAwesome;
    position: relative;
    left: 5px;
    margin-right: 5px!important;
}
.page-orderThankYouPage #order_details .consignment-instructions .colum_wrapper.expanded .toggle-text::after {
    content: '\f106';
}
.page-orderThankYouPage #order_details .consignment-instructions .colum_wrapper.collapsed .toggle-text::after {
    content: '\f107';
}
.page-orderThankYouPage #order_details .consignment-instructions .expanded #view-more-btn,
.page-orderThankYouPage #order_details .consignment-instructions .collapsed #view-less-btn {
    display: none;
}
.page-orderThankYouPage .consignment-instructions .colum_wrapper.collapsed .contact_wrap,
.page-orderThankYouPage .consignment-instructions .colum_wrapper.collapsed .CO_collumRight {
    display: none;
}

.page-orderThankYouPage .delivery-instructions-wrapper .heading {
    font-size: 18px;
}
.page-orderThankYouPage .delivery-instructions-wrapper .delivery-steps .step {
    margin-top: 20px;
    line-height: 20px;
}
.page-orderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .number {
    font-size: 24px;
    color: #fff;
    background: #2f7cab;
    font-weight: bold;
    width: 26px;
    height: 40px;
    border-radius: 50%;
    padding-left: 14px;
    display: inline-block;
    margin-right: 20px;
    line-height: 40px;
}
.page-orderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .step-content {
    display: inline-block;
    width: 365px;
}
.page-orderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .name {
    font-size: 16px;
    color: #232323;
}
.page-orderThankYouPage .delivery-instructions-wrapper .delivery-steps .step .description {
    font-size: 14px;
    color: #616161;
}

.page-orderThankYouPage .feature-can-collect #order_details .tp_success_text {
    padding: 20px;
}
.CO_collumRight .wk_day {
    display: inline-block;
    position: relative;
    width: 100px;
}

/* Logged in Order Thank You Page END */
/* Logged in Order Thank You Page END *//* Diverted Delivery PDP END */

.page-category.feature-design #products {
    margin-top: 20px;
}
.page-category.feature-design .titleImageParagraphBanner {
    overflow: hidden;
    font-size: 0px;
    border: 4px solid #f5f5f5;
    background: #f5f5f5;
    margin-right: 25px;
}

.page-category.feature-design .titleImageParagraphBanner .textual_info {
    display: inline-block;
    width: 185px;
    margin-left: 5px;
    margin-right: 5px;
}
.page-category.feature-design .titleImageParagraphBanner .textual_info h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 1em;
}
.page-category.feature-design .titleImageParagraphBanner .textual_info p {
    font-size: 12px;
    margin-bottom: 10px;
}
.page-category.feature-design .titleImageParagraphBanner .picture {
    float: right;
}
.page-category.feature-design .titleImageParagraphBanner .picture img {
    width: 465px;
}


/* PLP/SRP add to basket button START */

.tpPlpProductPanelComponent .add_to_basket_wrapper {
    position: absolute;
    right: 0px;
}

.tpPlpProductPanelComponent .add_to_basket_button #addToCartButton,
.tpPlpProductPanelComponent .add_to_basket_button_disabled #addToCartButton {
    width: 300px!important;
    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;
    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;
    background-image: none!important
}

.tpPlpProductPanelComponent .add_to_basket_button_disabled #addToCartButton {
    background-color: #eee !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.tpPlpProductPanelComponent .add_to_basket_button #addToCartButton {
    background-color: #ec9b0c !important;
    cursor: pointer;
}

.tpPlpProductPanelComponent .add_to_basket_button #addToCartButton:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13)!important;
    background-color: #f4a826 !important;
    transition: 0.2s all;
    border: none;
    color: black;
}

.tpPlpProductPanelComponent .add_to_basket_button_disabled #addToCartButton:focus {
    outline: none;
}

/* PLP/SRP add to basket button END */

/* PDP add to basket button START */

#tpPdpRightPanelComponent .tpActionWrapper .add_to_cart_form .add_to_basket_button_disabled input,
#tpPdpRightPanelComponent .tpActionWrapper .add_to_cart_form .add_to_basket_button input  {
    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;
    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;
    background-image: none!important
}

#tpPdpRightPanelComponent .tpActionWrapper .add_to_cart_form .add_to_basket_button_disabled .add_to_cart_button:focus,
.tpPlpProductPanelComponent .plp_add_to_cart_form .add_to_basket_button_disabled .add_to_cart_button:focus {
    outline: none;
}

#tpPdpRightPanelComponent .tpActionWrapper .add_to_cart_form .add_to_basket_button .add_to_cart_button:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.13)!important;
    background-color: #f4a826 !important;
    transition: 0.2s all;
    border: none;
    color: black;
    background-image: none!important
}

#tpPdpRightPanelComponent .tpActionWrapper .add_to_cart_form .add_to_basket_button_disabled .add_to_cart_button:hover {
    background-color: #eee !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

#tpPdpRightPanelComponent .tpActionWrapper .add_to_cart_form .add_to_basket_button_disabled .add_to_cart_button{
    background-color: #eee !important;
}

/* PDP add to basket button END */


/* Big and bulky Start*/
.order_basket .neutralMessage {
    margin: 10px 0;
    border: 1px solid red;
}
.order_basket .neutralMessage p {
    font-size: 14px;
    line-height: 18px;
    color: red;
    margin: 0px;
    padding: 10px;
}
.big_and_bulky_message{
    display:flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    margin:0 0 10px;
    padding: 5px 10px 5px 0;
    min-height:50px;
}

#tpPdpRightPanelComponent .big_and_bulky_message {
    margin: 10px 0 10px;
    order: 7;
    border: 1px solid #bdbdbd;
    font-size: 13px;
    background: #FFF;
}

.big_and_bulky_message img{
    height:50px;
}
.big_and_bulky_message .big_and_bulky_message_text{
    margin:4px 0 0;
    line-height:16px;
}
.big_and_bulky_message .big_and_bulky_message_text p{
    font-size:14px;
    margin:0;
}
/* Streamline, Big and bulky End */

/* Streamline checkout END */
/* PLP SRP Sort by */
#r_content .sort_by {
    width: 30%;
}
.sort_by #sort_form1 {
    display: flex;
    justify-content: space-around;
}
.sort_by .prod_nav_title {
    display: flex;
    align-items: center;
    padding-top: 0;
    font-size: 14px;
}
#sort_by .dd-select,
#sort_by .dd-options {
    width: 145px !important;
}
#sort_by .dd-select {
    background: #fff !important;
}
#sort_by .dd-options {
    margin-top: -1px;
    top:0;
    box-shadow: 0 18px 24px rgba(0, 0, 0, 0.3);
    border: none;
    width: 148px !important;
}
#sort_by .dd-selected {
    position: relative;
    font-size: 14px;
    font-weight: normal !important;
    color: #616161;
    padding: 8px 10px;
}
#sort_by .dd-selected:hover {
    text-decoration: none;
}
#sort_by .dd-selected::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #616161;
    position: absolute;
    top: 12px;
    right: 10px;
}
.dd-options .dd-option {
    font-size: 14px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
.dd-options .dd-option:hover {
    background: #296C96 !important;
    color: #FFF !important;
    text-decoration: none;
}
/* Big and bulky End */

.estimationDeliveryMsg {
    display: none;
    padding: 10px;
    border: 2px solid #5ED75E;
    margin: 5px 0;
    font-size: 14px;
    color: #5ED75E;
}
.baskt_items_wrap .estimationDeliveryMsg{
    margin: 0;
    margin-bottom: 20px;
}
.basket_items .estimationDeliveryMsg .title,
#cart .estimationDeliveryMsg .title {
    margin-bottom: 16px;
    font-weight: 700;
    color: #5ED75E;
    padding: 0;
}
.estimationDeliveryMsg .content {
    color: #5ED75E;
}

.feature-design .basket_ctas.pay_securely {
    overflow: visible;
    margin-top: 15px;
}
.feature-design .basket_ctas.pay_securely .linkForOtherCustomer {
    overflow: hidden;
}
.feature-design .basket_ctas.pay_securely .pay_securely_btns {
    border: 1px solid #bdbdbd;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
.feature-design .basket_ctas.pay_securely .pay_securely_btns .pay_card_variants {
    text-align: center;
}
.feature-design .basket_ctas.pay_securely .pay_securely_btns .pay_card_variants img {
    height: 35px;
    width: auto;
    margin: 0 4px;
    border: 1px solid rgba(204, 204, 204, 0.4);
}
.feature-design.page-cartPage .basket_ctas.pay_securely .linkForOtherCustomer .checkoutButton {
    margin: 10px 20px 20px;
    position: static;
    display: block;
}
.feature-design .basket_items .basket_ctas {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.feature-design .basket_ctas > .checkoutButton h5 {
    background: #fafafa;
    position: absolute;
    top: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    padding: 4px;
    font-size: 14px;
    z-index: 1;
    color: #232323;
    line-height: 30px;
    font-weight: bold;
}
.feature-design .basket_ctas > .checkoutButton h5:after {
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-image,
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content {
    display: inline-block;
    vertical-align: top;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content {
    width: 55%;
    padding-right: 20px;
    box-sizing: border-box;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-image {
    width: 15%;
    box-sizing: border-box;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_price {
    width: 125px;
    margin-left: 15px;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_price .price-heading,
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_total .total_price-heading {
    font-size: 13px;
    margin: 0 0 3px;
    color: #888;
    font-weight: 400;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_total p {
    font-size: 21px;
    font-weight: 700;
    margin-top: 8px;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_total p span {
    margin-top: 8px;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-image:after,
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content:after {
    content: '';
    display: table;
    clear: both;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_info {
    width: 100%;
    height: auto;
    padding: 0 15px 15px 0;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_optns,
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_optns input.qty,
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_optns a.itm_update {
    display: inline-block;
    text-decoration: underline;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_optns a.itm_update span,
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_optns a.itm_remove span {
    text-decoration: underline;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_optns a.itm_update {
    margin-left: 15px;
}
.feature-design.page-cartPage .baskt_items_wrap .baskt_item .basket-item-content .itm_optns a.itm_update:before {
    content: none;
}
.feature-design.page-cartPage .basket_items .itm_time.pickup {
    float: right;
    width: 29%;
    display: inline-block;
    border-left: 1px solid #ededed;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.feature-design.page-cartPage .basket_items .itm_time.pickup .itm_time {
    width: 100%;
}
.feature-design.page-cartPage .basket > h2.cnt_mn_heading span.subtitle {
    display: block;
    font-family: Helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
}
.feature-design.page-cartPage .basket > h2.cnt_mn_heading {
    margin: 12px 0;
}
.feature-design.page-cartPage .basket .continue_shopping_link {
    margin: 30px 0 48px 0;
    text-decoration: underline;
}
.feature-design.page-cartPage .collection-entry-button .headInfo {
    font-size: 11px;
    display: block;
    text-align: left;
    color: #666;
    font-style: italic;
    margin-top: 15px;
}
.feature-design.page-cartPage .collection-entry-wrap .delivery-type {
    font-size: inherit;
}
.feature-design.page-cartPage .collection-entry-button i.fa-circle,
.feature-design.page-cartPage .move-cart-entry-button i.fa-circle {
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    background: #ddd;
    border: 1px solid #bbb;
    padding: 2px;
    color: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.feature-design.page-cartPage .collection-entry-button i.fa-circle:before,
.feature-design.page-cartPage .move-cart-entry-button i.fa-circle:before {
    font-style: normal;
}
.feature-design.page-cartPage .collection-entry-button i.fa-circle:hover,
.feature-design.page-cartPage .move-cart-entry-button i.fa-circle:hover {
    color: #aaa;
}
.feature-design.page-cartPage .collection-entry-button i.fa-circle,
.feature-design.page-cartPage .collection-entry-button i.fa-circle:hover {
    color: green;;
}
/** Switch
 -------------------------------------*/
.includeVatWrap {
    text-align: right;
}
.includeVatWrap:after {
    content: '';
    display: table;
    clear: both;
}
.includeVatWrap .incVatText {
    font-size: 16px !important;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 20px;
    display: inline-block;
    float: none !important;
}
.includeVatWrap .incVatSwitch input {
    position: absolute;
    opacity: 0;
}
.includeVatWrap .incVatSwitch {
    display: inline-block;
    font-size: 20px;
    height: 20px;
    width: 40px;
    background: green;
    border-radius: 1em;
    margin: 20px;
    float: right;
    cursor: pointer;
    margin-right: 0;
}
.includeVatWrap .incVatSwitch.off {
    background: red;
}
.includeVatWrap .incVatSwitch div {
    height: 19px;
    width: 19px;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.includeVatWrap .incVatSwitch input:checked + div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.page-cartPage.feature-can-collect.feature-design .basket .total_price_wrapper .deliveryVatText {
    display: inline;
    float: none !important;
    width: auto;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #616161;
    text-align: right;
}
.basket .total_estimation:after {
    content: '';
    display: table;
    clear: both;
}
.basket .total_estimation .basket-bottom-sidebar {
    max-width: 50%;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    float: left;
}
.basket .total_estimation .basket-bottom-sidebar h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
.basket .total_estimation .basket-bottom-sidebar p {
    font-size: 14px;
    margin-bottom: 10px;
}
.basket .total_estimation .basket-bottom-sidebar img {
    height: 25px;
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.page-cartPage.feature-can-collect .basket .basket_ctas.pay_securely {
    position: static !important;
}
.page-cartPage.feature-can-collect .basket #consolidation-success-container .fa-check-circle {
    display: none;
}

/* Forgotten Password Page Start */

#forgottenPwdForm #not-registered {
    display: flex;
    align-items: center;
    color: #707070;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    width: 282px;
    font-size: 14px;
    line-height: 20px;
}

#forgottenPwdForm #not-registered a,
#forgottenPwdForm #not-registered a:hover {
    color: #296C96;
}

#forgottenPwdForm button[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}

#forgottenPwdForm .label-and-input.input-error {
    margin-bottom: 0px!important;
}

#forgottenPwdForm .label-and-input.input-error > p {
	margin-top: 5px!important;
	margin-bottom: 15px;
	position: static!important;
}

#forgottenPwdForm .error-message-block > p,
#forgottenPwdForm .error_message_block > p {
	color: #ED1C24;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 15px;
	position: static;
}

#forgottenPwdForm .g-recaptcha {
    padding-top: 10px;    
}

#forgottenPwdForm input.input-error {
    border: 1px solid #ED1C24;
}

/* Forgotten Password Page End */

.contact_details__email {
    float: left;
}
.store_info__content {
    max-height: 165px;
    overflow: auto;
}
.store_info__content > .section_info,
.store_info__content > .info_heading{
    display: none;
}

.nearest_branches+.map_search .store_info .address,
.nearest_branches+.map_search .store_info .contact_details{
    width: 49%;
}

.nearest_branches+.map_search .store_info__content {
    max-height: 140px;
}
.address-form__postcode .error {
    background: white;
}

#billingForm .find-address-error {
    display: none;
    color: red;
    margin-top: -10px;
    margin-bottom: 15px;
    padding-right: 185px;
}

#requestQuoteForm .postcode-block .label-and-input:first-of-type {
    display: none !important;
}

.page-OrderDeliveryDetailsPage .address-form .input-wrap:first-child .error_message_wr {
    margin-top: -10px;
}
form .error_message_wr {
    display: none;
}
form .error_message_wr .errorMessage {
    color: #ED1C24;
}
form input.text.error,
.feature-can-collect .delivery-details-wrap .input-wrap .input input.error,
.feature-can-collect.feature-design.page-OrderPaymentPage #tp_paymentCards .application-form .tp_cardDetails_formBox .label-and-input input.error{
    background-color: #fadadd;
}
.page-AddDeliveryAddressPage form input.error {
    padding-top: 0;
    padding-bottom: 0;
}
.feature-design.page-AddDeliveryAddressPage .input input.error:focus {
    background-color: #fadadd;
    border-bottom: 2px solid #ED1C24!important
}
.feature-design.page-AddDeliveryAddressPage .error_message_wr {
    margin-top: -5px;
}
.page-GuestOrderPaymentPage form .error_message_wr,
.page-OrderPaymentPage form .error_message_wr {
    margin-top: -18px;
    margin-bottom: 5px;
}

.page-GuestOrderDeliveryDetailsPage form .error_message_wr {
    margin-top: -10px;
}

.map_search .store_map:not(.full_map) .store_info__content {
    max-height: 140px;
}