@CHARSET "UTF-8";

.ec-gtm-cookie-directive 
{ 
	position: fixed; 
	bottom:20px; 
	left: 0; 
	right: 0; 
	text-align: center; 
	z-index:9999; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.ec-gtm-cookie-directive > div 
{ 
	display: inline-block; 
	text-align: left;  
	background:#fff;
	padding:20px; 
	color:#000; 
	max-width:300px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
}

.ec-gtm-cookie-directive > div > div { float:left; min-width:300px; }
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after { content: " ";display: table; }
.ec-gtm-cookie-directive > div > div > div:after { clear: both; }
.ec-gtm-cookie-directive > div > div > div p { display:block; padding:5px; margin:0px; }
.ec-gtm-cookie-directive > div > div > div a { cursor:pointer; color:#8e8e8e; }
.ec-gtm-cookie-directive > div > div > div a.action { display:block; text-align:left; padding:5px; float:left; }
.ec-gtm-cookie-directive > div > div > div a.action.accept { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.refuse {  }

.ec-gtm-cookie-directive-segments { background:#f7f7f7; margin:10px -20px 10px -20px; padding:10px 25px 10px 25px; }
.ec-gtm-cookie-directive-segments > div { padding:5px 0px 5px 0px; }

.ec-gtm-cookie-directive-segments > div input[type="checkbox"] { display: none; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label { display: block; position: relative; padding-left: 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"] + label:before { content: ''; display: block; width: 20px; height: 20px; border: 1px solid #000; position: absolute; left: 0; top: 0; opacity: 1; -webkit-transition: all .12s, border-color .08s; transition: all .12s, border-color .08s; }
.ec-gtm-cookie-directive-segments > div input[type="checkbox"]:checked + label:before { width: 10px;top: -5px;left: 5px;border-radius: 0;opacity: 1;border-top-color: transparent;border-left-color: transparent; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
	


.ec-gtm-cookie-directive small { display:block; padding:10px 20px 10px 35px; }

.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle { display:block; margin:5px 0px 5px 35px; color:#8bc53f; font-size:12px; cursor:pointer; }
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note { display:none; }

main .ec-gtm-cookie-directive { position:relative; }
main .ec-gtm-cookie-directive > div { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow: none; max-width:100%; padding:0px; }
main .ec-gtm-cookie-directive-segments { margin:10px 0px 20px 0px; background:none; padding:0px; }


@media (min-width: 1200px) 
{
	.ec-gtm-cookie-directive > div  { max-width:600px; }
	.ec-gtm-cookie-directive > div > div { min-width:500px; }
	
	main .ec-gtm-cookie-directive { max-width:100%;}
}

@media (max-width: 1200px) 
{
	.ec-gtm-cookie-directive > div > div { float:left; min-width:200px; }
}


/*
    Main Template CSS
*/

/*  Main Template
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
body, button, input, select, table, textarea {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    color: #444;
    line-height: inherit;
    font-size: 12px;
}

body * {
    box-sizing: border-box;
}

.cms-home .column.main {
    width: 100%;
    -webkit-flex-basis: inherit;
    flex-basis: inherit;
    padding-bottom: 0;
}

a, a:link, a:visited {
    color: #212121;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: underline;
}

.block-title h2, .block-title h3, .block-title strong {
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold
}

.block-title {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 10px;
    color: #212121;
    line-height: 20px;
}

.columns {
    display: block;
    position: relative
}

.column.main .block:last-child {
    margin-bottom: 0;
}

#show-all-store {
    display: none;
}

.page-main .page-title-wrapper .page-title {
    border-bottom: 5px solid #ffed00;
    color: #ab1917;
    margin-bottom: 15px;
    font-weight: bold
}

.breadcrumbs .items {
    font-size: 12px
}

.breadcrumbs {
    margin: 2px auto 15px auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #FFF;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/select-arrow.png);
    background-size: 12px 8px;
    background-position: center right 5px;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 0px;
    color: #555;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; /**/
    height: 30px
}

select::-ms-expand {
    display: none;
}

b, strong {
    font-weight: 600 !important;
}

em {
    font-style: italic
}

._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #ddd;
}

.minisearch .search input:not([disabled]):focus {
    box-shadow: none;
}

/*  Global Button styles  */
.action.primary {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    background: #ab1917;
    border: none;
    transition: 0.3s all ease-out
}

.action.primary:hover, .action.primary:focus, .action.primary:active {
    background: #7b1212;
    border: none
}

/*  Header */
.ie10 .page-wrapper, .ie11 .page-wrapper {
    display: table;
    width: 100%
}

.page-wrapper {
    background: #FFF none repeat scroll 0% 0%;
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto; /*display: table; width:100%*/
}

.page-wrapper .top-container {
    padding: 0px;
    max-width: 100%
}

.header.content .logo {
    max-width: 250px;
}

.header.content .logo img {
    width: auto;
    max-height: 100%;
}

.page-header .panel.wrapper {
    border: none;
    background-color: #333;
    color: #fff;
    padding: 2px 0px 1px 0px;
}

.page-header .panel.wrapper .header.links a {
    color: #fff
}

.page-header .panel.wrapper .header.panel {
    padding: 2px 0px;
}

.header.panel > .header.links > li.welcome, .header.panel > .header.links > li a {
    font-size: 12px;
    line-height: 23px;
}

.page-header {
    background-color: #fff;
    margin-bottom: 0;
    z-index: 999999;
}

.page-header .block.heading_title {
    float: left;
    margin: 10px 0px 0px 7px;
    display: none
}

.page-header .block.heading_title h1 {
    font-weight: bold;
    color: #ab1816;
    margin: 16px 0px 0px;
    font-size: 32px;
    line-height: 28px;
}

.page-header .block.heading_title p {
    color: #ab1816;
    margin: 0px;
    font-size: 22px
}

.block-search input {
    border: 1px solid #000;
    transition: 0.3s all ease-out;
}

.block-search input {
    border: 1px solid #000;
    transition: 0.3s all ease-out;
}

.block-search input {
    border: 1px solid #000;
    transition: 0.3s all ease-out;
}

.block-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333 !important;
    opacity: 1 !important; /* Firefox */
}

.block-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333 !important;
}

.block-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333 !important;
}

.header.content {
    padding: 0px;
}

.field.search .advanced {
    display: none;
}

.header.content .block-search {
    margin-top: 35px;
}

.uspWrapper div div div div {
    width: 33%;
    display: inline-block;
}

/*
.uspWrapper{margin-bottom:10px;}
*/
.uspWrapper .uspcarousel {
    width: 100%;
    background-color: #333;
    padding: 9px 0px;
}

.uspWrapper .uspcarousel div:last-child {
    border: none;
}

.uspWrapper .uspcarousel div p a {
    font-size: 13px;
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.uspWrapper .uspcarousel div p a span {
    font-weight: bold
}

.uspWrapper .uspcarousel .slick-list {
    max-width: 1280px;
    margin: 0 auto;
}

.minicart-wrapper {
    width: 100px;
    text-align: right;
    position: absolute;
    right: 0;
    margin-left: 0;
    top: 27px;
}

.minicart-wrapper .action.showcart::before {
    color: #FFF
}

.header.content .block-search {
    margin-top: 0;
    position: absolute;
    right: 100px;
    top: 30px;
}

.minicart-wrapper .action.showcart:hover::before {
    color: #FFF;
}

.minicart-wrapper .action.showcart::before {
    content: "";
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-cart.png);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 44px;
    width: 44px;
}

.minicart-wrapper .action.showcart.active::before {
    content: ""
}

.minicart-wrapper .action.showcart {
    position: relative
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -14px;
    left: -20px;
}

.minicart-items .product-item-pricing .label {
    width: inherit
}

.minicart-items .item-qty {
    width: 60px
}

.minicart-items .update-cart-item {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-weight: 100
}

.autocomplete-list .product-item .price-box .price-container .price-including-tax .price,
.autocomplete-list .product-item .price-box .price-container .price-excluding-tax .price {
    font-size: 15px;
}

.autocomplete-list .product-item .price-box .price-container .price-excluding-tax, .autocomplete-list .product-item .price-box .price-container .price-including-tax {
    line-height: 15px;
}

.autocomplete-list .product-item .price-box .price-container .price-excluding-tax:after,
.autocomplete-list .product-item .price-box .price-container .price-including-tax:after {
    font-size: 10px;
}

/* Toggles prices via CSS instead of completely relying on JS */
body .product-item .price-box .price-including-tax {
    display: none;
}

body .product-item .price-box .price-excluding-tax {
    display: block;
}

body.inc-vat .product-item .price-box .price-including-tax {
    display: block;
}

body.inc-vat .product-item .price-box .price-excluding-tax {
    display: none;
}

.product-options .price-wrapper {
    display: block !important;
}

.smile-elasticsuite-autocomplete-result .product-image-box {
    margin-right: 8px;
}

.mobile-menu-button {
    display: none;
    cursor: pointer
}

.mobile-menu-button span {
    display: none
}

.page-with-filter .mobile-menu-button span {
    display: inline
}

.page-with-filter .mobile-menu-button span:after {
    content: "Filter";
    position: absolute;
    float: right;
    height: 32px;
    background-color: #ab1816;
    box-sizing: border-box;
    padding: 8px 6px;
    color: #FFF
}

.mobile-menu-button .toggle {
    height: 32px;
    width: 30px;
    background-color: #ab1816;
    display: block;
    float: left
}

.mobile-menu-button .toggle .bar {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background-color: #FFF;
    left: 4px;
    position: absolute;
    transition: 0.3s all ease-out
}

.mobile-menu-button .toggle .bar.one {
    top: 8px
}

.mobile-menu-button .toggle .bar.two {
    top: 15px
}

.mobile-menu-button .toggle .bar.three {
    top: 22px
}

.mobile-menu-button.open .toggle .bar.one {
    top: 15px;
    transform: rotate(45deg);
}

.mobile-menu-button.open .toggle .bar.two {
    width: 2px;
    left: 14px
}

.mobile-menu-button.open .toggle .bar.three {
    top: 15px;
    transform: rotate(-45deg);
}

.column.main.shade {
    opacity: 0.3;
    transition: 0.3s all ease-out;
    pointer-events: none
}

.mobile-menu-button.stick {
    position: fixed;
    top: 93px;
    z-index: 3;
}

.toolbar-products.stick {
    position: fixed;
    top: 86px;
    z-index: 3;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 14px;
    padding-right: 15px
}

.page-products .toolbar-products.stick .toolbar-amount {
    top: 8px;
}

.page-products .toolbar-products.stick .toolbar-sorter {
    margin-top: -4px
}

.toolbar-products.stick .toolbar-amount {
    left: 90px;
}

.toolbar-amount.stick {
    position: fixed !important;
    top: 104px;
    z-index: 5;
    left: 90px !important;
}

.sidebar.sidebar-main.stick.open {
    left: 0px !important;
    position: fixed !important;
    top: 130px !important
}

.sidebar.sidebar-main.stick {
    top: 149px !important
}

.toolbar.toolbar-products.stick + .products.wrapper {
    margin-top: 90px;
}

.toolbar.toolbar-products.stick {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.search-autocomplete {
    margin-top: 50px;
    right: 0;
}

.messages .message {
    font-size: 14px !important;
    border-bottom: 1px solid #FFF;
    margin-bottom: 0;
    padding: 10px 30px 10px 10px;
}

.message > :first-child::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-menu-close.svg);
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.message.error {
    margin-bottom: 0
}

.message.error > :first-child::before, .message.success > :first-child::before, .message.warning > :first-child::before, .message.notice > :first-child::before {
    color: #FFF;
    margin-top: -5px;
    position: inherit
}

.message-error.error.message {
    position: fixed;
    width: 70%;
    top: 25vh;
    left: 15%;
    max-width: 400px;
    padding: 10px 40px;
}

.message.error > :first-child::before {
    display: block;
    text-align: center;
    left: inherit;
    margin: 0px auto;
    margin: 10px auto;
    font-size: 50px;
}


/* Tax Toggle
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
.panel.header .switchWrapper {
    float: left;
}

.switchWrapper .switch {
    position: relative;
    display: block;
    width: 30px;
    height: 17px;
    margin: 2px 5px 0px 5px;
    float: left
}

.panel.header .switchWrapper p {
    color: #333;
    font-size: 11px;
    margin-top: 4px;
    float: left;
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .panel.header .switchWrapper p {
        color: #fff;
    }
}


.switchWrapper input {
    display: none;
}

.switchWrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #951a20;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchWrapper .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 1px;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchWrapper input:checked + p + label .slider {
    background-color: #951a20;
}

.switchWrapper input:focus + p + label .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switchWrapper input:checked + p + label .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.switchWrapper .slider.round {
    border-radius: 34px;
}

.switchWrapper .slider.round:before {
    border-radius: 50%;
}


.sidebar .cmsMenu {
    padding: 15px 0px 5px 1px;
}

.sidebar #cmsMenu {
    border-top: 1px solid #ddd;
}

.sidebar #cmsMenu li {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
}

.sidebar #cmsMenu li a {
    border-left: 6px solid #F5F5F5;
    display: block;
    padding: 10px 0px 10px 10px;
    transition: 0.2s all ease-out;
    color: #212121
}

.sidebar #cmsMenu li a.active, .sidebar #cmsMenu li a.active:hover {
    border-left: 6px solid #ab1917;
    padding-left: 10px
}

.sidebar #cmsMenu li a:hover {
    border-left: 6px solid #DDD;
    text-decoration: none;
    background-color: #F5F5F5;
    padding-left: 17px
}

.sidebar #cmsMenu li a.noStyling {
    pointer-events: none;
}

.trade-account h2 {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px;
    color: #212121;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px
}

.trade-account a {
    text-decoration: underline;
    color: #ab1917
}

.trade-account, .block-new-customer, .block-customer-login {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px !important
}

.login-container .fieldset::after {
    margin-top: 10px;
}

.block-new-customer ul {
    margin: 10px 0
}

.block-new-customer li {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/listing-bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 12px;
    margin-bottom: 7px;
}

.block-new-customer .note {
    font-style: italic;
}

.fieldset .legend {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px;
    color: #212121;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-left: 0;
    width: 100%;
}

.fieldset.create.info .field.choice.newsletter {
    margin-left: 25.8%
}

.customer-account-create #form-validate {
    float: left;
    margin-bottom: 40px
}

.customer-account-create .form.create.account {
    min-width: 300px
}

.customer-account-create .column.main .widget.block-static-block {
    float: right;
    clear: none;
    width: 50%;
    padding-left: 100px;
}

/*
*   Velux configuration div classes
**/

.velux-overlay {

    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90000;
    visibility: hidden;
}

.velux-overlay .velux-window-container {

    position: absolute;
    top: 10%;
    left: 50%;
    height: 75%;
    width: 90%;
    max-width: 980px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90010;
    background: #fff;

}

.velux-overlay .velux-window-container .velux-iframe {
    width: 100%;
    height: 100%;
    border: 0 none transparent;

}

.velux-overlay .velux-close {

    position: absolute;
    width: 20px;
    height: 20px;
    top: -30px;
    right: 0;
    margin: 0;
    z-index: 90020;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    font-size: 22px;
    text-decoration: none;
    text-align: right;
    color: #fff;

}

.invoice {
    height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ab1917;
    color: #FFF;
    border: none;
    background-image: none;
    padding: 8px;
    line-height: 17px;
    border-radius: 0px;
    font-weight: bold;
    margin: 15px 0;
    transition: 0.3s all ease-out
}

.invoice:hover {
    background-color: #7b1212 !important;
    color: #FFF !important;
    border: none
}

.payinvoice-overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90000;
    visibility: hidden;
}

.pay-selected-invoices {
    text-align: right;
}

.payinvoice-overlay .payinvoice-window-container {
    position: absolute;
    top: 10%;
    left: 50%;
    height: 75%;
    width: 90%;
    max-width: 980px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90010;
    background: #fff;
    max-width: 269px;
    max-height: 90px;
    top: 35%
}

.payinvoice-overlay .payinvoice-window-container p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 32px;;
}

.payinvoice-overlay .invoice-payment-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -30px;
    right: 0;
    margin: 0;
    z-index: 90020;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    font-size: 22px;
    text-decoration: none;
    text-align: right;
    color: #000;
}

#product-comparison .action.primary.toquote {
    display: none
}


/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 900px) {
    .header.panel > .header.links > li {
        display: inline-block;
        margin: 0px;
        padding: 0px
    }

    .uspWrapper .uspcarousel div {
        border-right: 1px solid #fff;
    }

    .header.panel > .header.links {
        display: flex;
        flex-direction: row;
    }

    .header.panel > .header.links > li.wishlist {
        order: 2;
        margin-left: 25px;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-list.svg");
        background-size: 16px 20px;
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: 0px 1px;
    }

    .header.panel > .header.links > li.authorization-link {
        order: 5
    }

    .header.panel > .header.links > li.authorization-link:before {
        content: '|';
        margin-right: 2px;
        margin-left: 7px;
        color: #fff;
    }

    .header.panel > .header.links > li.compare {
        margin-right: 20px;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-compare.svg");
        background-size: 20px 25px;
        background-repeat: no-repeat;
        padding-left: 24px;
        background-position: center left;
    }

    .header.panel > .header.links > li.compare .action.compare.no-display {
        display: inline
    }

    .header.panel > .header.links > li.compare .action.compare span {
        display: none
    }

    .header.panel > .header.links > li.welcome {
        order: 3;
        margin-left: 25px;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/myAccountIcon.svg");
        background-size: 17px 23px;
        background-repeat: no-repeat;
        padding-left: 20px;
    }

    .header.panel > .header.links > li.my-account-link {
        order: 4;
    }

    .header.panel > .header.links > li.my-account-link:before {
        content: '|';
        margin-right: 7px;
        margin-left: 7px;
        color: #fff;
    }

    .header.panel > .header.links > li.register-link {
        order: 6;
    }

    .header.panel > .header.links > li.register-link:before {
        content: '|';
        margin-right: 5px;
        margin-left: 7px;
        color: #fff;
    }

    .header.panel > .header.links > li.storelocator {
        order: 1;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-location.png");
        background-size: 24px;
        background-repeat: no-repeat;
        padding-left: 26px;
        background-position: 0px 1px;
    }

    .header.panel > .header.links > li.myQuote {
        order: 1;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-quote.svg");
        background-size: 17px 20px;
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: 0px 1px;
        margin-left: 20px;
    }

    .page-layout-2columns-left .column.main {
        width: 78%;
    }

    .page-layout-2columns-left .sidebar-main {
        width: 19%;
        margin-top: 10px
    }

    .message-error.error.message {
        left: calc(50% - 200px);
        width: 400px;
        padding: 40px
    }

}

@media only screen and (max-width: 900px) {
    .page-header {
        position: fixed;
        width: 100%;
        top: 0;
        height: 89px;
        z-index: 10
    }

    .page-wrapper .top-container {
        margin-top: 90px;
    }

    .header.content .logo {
        max-width: 120px;
        margin: 12px 0px 12px 0px
    }

    .header.content .block-search {
        position: absolute;
        top: 50px;
        margin-top: inherit;
        right: 0px;
        width: calc(100% - 50px);
    }

    #search_mini_form {
        position: relative;
        z-index: 100
    }

    .block-search .control {
        position: absolute;
        top: 0
    }

    .block-search input {
        margin: 0;
        left: 0
    }

    .block-search .control {
        border-top: none;
        margin: 0;
        width: calc(100% - 50px);
        padding: 0
    }

    .page-header .panel.wrapper .header.panel {
        padding: 0
    }

    .minicart-wrapper {
        top: 10px
    }

    .block-search .label::before, .minicart-wrapper .action.showcart::before {
        color: #ab1917;
    }

    .block-search .label:hover::before, .minicart-wrapper .action.showcart:hover::before {
        color: #333
    }

    .panel.header .links {
        display: inline;
        position: absolute;
        right: 58px;
        z-index: 1
    }

    .panel.header .links li {
        display: none
    }

    .panel.header .links li.my-account-link {
        display: inline
    }

    .panel.header .links li.my-account-link a {
        content: "";
        width: 44px;
        height: 44px;
        display: block;
        background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-account.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: center;
        box-sizing: border-box;
    }

    .panel.header .links li.my-account-link a span {
        display: block;
        color: #333;
        padding-top: 40px;
        font-size: 11px;
    }

    .nav-sections .header.links li.myQuote {
        order: 3;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-quote.svg");
        background-size: 17px 20px;
        background-repeat: no-repeat;
        padding-left: 25px;
        background-position: 19px 6px;
    }

    .page-main > .page-title-wrapper .page-title {
        font-size: 26px
    }

    .minicart-wrapper {
        width: inherit
    }

    .minicart-wrapper .action.showcart {
        position: relative
    }

    .minicart-wrapper .action.showcart .counter.qty {
        height: 20px;
        line-height: 20px;
        min-width: 14px;
        position: absolute;
        top: -5px;
        left: -5px;
    }

    .toolbar-products {
        border-bottom: none !important;
    }

    .panel.header .switchWrapper {
        position: absolute;
        right: 100px;
        left: inherit
    }

    .switchWrapper .slider { /*background: #FFF*/
    }

    .switchWrapper input:checked + p + label .slider { /*background: #FFF*/
    }

    .switchWrapper .slider::before { /*background-color: #ab1917*/
    }

    .panel.header .switchWrapper p { /*color: #FFF;*/
        text-decoration: none;
    }

    .switchWrapper {
        margin-top: 0px;
        float: none;
        z-index: 102;
        width: 44px;
        text-align: center;
        left: 72%;
        position: fixed;
        height: 44px;
    }

    .switchWrapper .switch {
        margin: 0px;
        position: absolute;
        top: 16px;
        right: 11px;
    }

    .panel.header .switchWrapper input + p.exVAT {
        text-decoration: none;
    }

    .switchWrapper .incVAT {
        display: none;
        font-size: 11px;
        margin-top: 1px;
        margin: -2px auto 0 auto;
        float: none;
        color: #666
    }

    .switchWrapper input:checked + label + .exVAT {
        display: none;
        margin-top: -2px;
        color: #666;
        margin: -2px auto 0 auto;
        float: none;
    }

    .switchWrapper input:checked + label + .exVAT + .incVAT {
        display: block;
        margin-left: 3px;
        margin-top: -2px;
        color: #666;
        margin: -2px auto 0 auto;
        float: none;
    }

    .panel.header .switchWrapper input:checked + p.exVAT {
        display: none;
    }

    .panel.header .switchWrapper input:checked + p.exVAT + label + p.incVAT {
        position: absolute;
        margin-top: 45px; /*color: #fff;*/
        z-index: 10000;
        float: none;
        display: block;
        text-decoration: none;
    }

    .panel.header .links li.storelocator {
        display: inline;
        position: absolute;
        right: 100px;
        top: 8px;
        margin-bottom: 0
    }

    .panel.header .links li.storelocator a {
        background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-location.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: center;
        height: 44px;
        width: 44px;
        display: block;
    }

    .panel.header .links li.storelocator span {
        color: #333;
        text-align: center;
        display: block;
        font-size: 11px;
        padding-top: 40px;
    }

    .panel.header .switchWrapper p {
        margin-top: 45px;
    }

    .search-autocomplete {
        margin-top: 0px;
        overflow-y: auto;
        max-height: calc(100vh - 150px);
        border-bottom: 1px solid #d1d1d1
    }

    .page.messages.Top {
        position: fixed;
        top: 89px;
    }
}

@media only screen and (max-width: 642px) {
    .minicart-wrapper {
        top: 0px
    }

    .panel.header .switchWrapper {
        right: 105px;
    }

    .customer-account-create .column.main .widget.block-static-block {
        display: none
    }

    .customer-account-create #form-validate {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .customer-account-create .column.main .widget.block-static-block {
        padding-left: 50px;
    }

}

@media only screen and (max-width: 1300px) {
    .page-header .panel.wrapper {
        padding: 0px 15px;
    }

    .header.content {
        margin: 0px 15px;
    }
}

@media only screen and (min-width: 901px) {
    .block-search {
        width: 500px
    }

    .block-search:focus, .block-search:active {
    }

    .header.content .block-search {
        top: 25px
    }

    .block-search input {
        height: 50px;
        transition: 0.3s all ease-out;
        max-width: 250px;
        float: right;
        color: #333333
    }

    .block-search input::placeholder {
        color: #FFF;
        opacity: 0.6;
        transition: 0.3s all ease-out
    }

    .block-search input:active, .block-search input:focus {
        max-width: 250px;
        border: 2px solid #ffed00;
        box-shadow: none
    }

    .block-search .action.search::before {
        font-size: 30px;
        color: #333333
    }

    .block-search .action.search:hover::before {
        color: #ffed00 !important
    }

    .block-search .action.search {
        padding: 14px 0;
    }

    .block-search input {
        background-color: transparent
    }

    .header.content .logo {
        max-width: 250px;
        background-repeat: no-repeat;
        height: 100px;
        background-position: center;
        background-size: 100% 75px;
    }

    /* .header.content .logo img{display: none} */
}

/*
@media only screen and (min-width:1024px) {
.header.content .logo{max-width:250px;}
}
*/

@media only screen and (min-width: 1250px) {
    .block-search input:active, .block-search input:focus {
        max-width: 450px;
        border: 2px solid #ffed00;
        box-shadow: none
    }
}


/*  Left Nav */
@media only screen and (max-width: 900px) {
    .columns .sidebar-main {
        position: absolute;
        left: -340px;
        transition: 0.2s all ease-out;
        top: 50px;
        z-index: 2;
        background-color: #FFF;
        width: 300px;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .columns .sidebar-main.open {
        left: 0;
        left: -15px;
        padding-left: 15px;
    }

    .mobile-menu-button {
        position: absolute;
        top: 0;
        display: block
    }

    .cms-page-view .columns .sidebar-main {
        top: 40px;
    }

    .customer-account-create .column.main .widget.block-static-block {
        padding-left: 00px;
    }
}

@media only screen and (max-width: 899px) {
    li.compare {
        display: none;
        order: 4 !important;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-compare.svg");
        background-size: 19px 23px;
        background-repeat: no-repeat;
        padding-left: 25px;
        background-position: 19px 6px;
    }
}

.page-print .logo {
    background-color: #ab1917 !important;
    display: block !important;
    margin: 0 !important;
    padding: 10px !important;
}

.banners {
    position: relative;
    border-bottom: 3px solid #8a241d;
    width: 100%;
    overflow: hidden;
}

.banners__sizing {
    max-height: 464px;
    overflow: hidden;
}

.banners__sizing:before {
    display: block;
    content: ' ';
    padding-top: 36.5354%;
}

.banners__wrap-all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banners__wrap-all > .slick-list, .banners__wrap-all > .slick-list > .slick-track {
    height: 100%;
}

.banners__banner {
    height: 100%;
    display: block;
}

.banners__banner {
    background-repeat: no-repeat;
    background-size: cover;
}

.banners__banner-content-centre {
    width: 1270px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0 40px 0;
}

.banners__banner-content-centre:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    width: 0;
    overflow: hidden;
    vertical-align: middle;
}

.banners__banner-inner-image {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block !important;
}

.banners__wrap-all .slick-dots {
    text-align: left;
    width: 1280px;
    max-width: 100%;
    left: 50%;
    bottom: 25px;
    height: 0px;
}

.banners__wrap-all .slick-dots li {
    left: -50%;
}

.banners__wrap-all .slick-dots li button {
    border: 2px solid #ab1917;
    background: transparent;
    border-radius: 0;
    width: 15px;
    height: 15px;
}

.banners__wrap-all .slick-dots li.slick-active button {
    background: #ab1917;
}

/*
@media (min-width: 900px) {
    .banners { margin-top: -30px; }
}
*/

@media (min-width: 768px) {
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: unset !important;
    }
}

@media (max-width: 1023px) {
    .banners__banner-content-centre {
        background: rgba(255, 255, 255, 0.7);
    }
}

@media only screen and (max-width: 1023px) {

    .page-header {
        border-bottom: 0;
        height: 100px;
    }

    .header.content {
        margin: 0;
    }

    .header.content .logo {
        height: 60px;
        width: 130px;
        max-width: 100%;
        margin: 5px 0 0 15px;
    }

    .header.content .logo img {
        max-height: 100%;
        width: auto;
    }

    .header.content .block-search {
        background-color: #ebebeb;
        width: 100%;
        padding: 8px 15px;
        top: 70px;
    }

    .header.content .block-search input[type="text"] {
        border: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .header.content .block-search .label {
        display: block;
        background-color: #fff;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        width: 50px;
    }

    .block-search .label:before {
        width: 50px;
        text-align: center;
        font-size: 24px;
    }

    .block-search .label::before {
        color: #8f8f8f;
    }

    .page-wrapper .top-container {
        margin-top: 120px;
    }

    .panel.header .links li.storelocator {
        display: block;
        right: 132px;
        top: 0;
    }

    .panel.header .links li.my-account-link {
        display: block;
        right: 88px;
        top: 0;
        position: absolute;
    }

    .panel.header .switchWrapper {
        right: 176px;
        top: 5px;
    }

    .panel.header .links {
        display: block;
        right: 0;
        top: 5px;
    }

    .minicart-wrapper {
        position: absolute;
        right: 44px;
        top: 5px;
        margin-top: 0;
    }

    .minicart-wrapper .action.showcart .text {
        clip: auto;
        height: auto;
        margin: 0;
        width: 100%;
        display: block;
        font-size: 11px;
    }

    .block-static-block .home-container--thirds > .homepage-section-block {
        padding: 0;
        margin-bottom: 2%;
    }

    .homepage-section-block .button {
        padding: 16px 5px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        color: #951a20;
        border-color: #951a20;
        margin: 0;
    }

    .homepage-section-block .button3:hover, .homepage-section-block .button3:focus {
        color: #951a20;
        background-color: #ffffff;
        border-color: #951a20;
    }

}

/* This is where slick is unslicked */
@media only screen and (max-width: 499px) {
    .brand-slider {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 20px);
        margin: 20px 10px;
    }

    .brand-slider .brand-slide {
        width: calc((100% - 60px) / 3);
        margin: 0 10px;
    }

    .brand-slider .brand-slide img {
        filter: grayscale(100%);
        opacity: 0.5;
        transition: 0.3s all ease-out;
    }

    .brand-slider .brand-slide img:hover {
        filter: grayscale(0%);
        opacity: 1;
        transition: 0.3s all ease-out;
    }
}

.product-sidebar-right .delivery_information {
    margin-top: 1em;
}

.ves-megamenu, .ves-megamenu * {
    box-sizing: border-box;
}

.modals-wrapper .modal-popup {
    z-index: 1000000;
}

.modals-wrapper .modal-popup .modal-inner-wrap .modal-footer .action-primary {
    font-size: 12px;
}

.amlocator-search-container .-search.amlocator-search-radius {
    display: none;
}

.amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    overflow: scroll;
    min-height: 100px;
}
/*  Homepage
 ---------------------------------------------------------------------------------------------------------------------------------------------- */


.cms-home .block-static-block {
    clear: none;
    display: unset;
    margin-bottom: 0;
}

.cms-home .pad-main-bottom {
    display: none
}

.cms-home #homepage-featured .pad-main-bottom {
    display: inherit
}

#carousel {
    border: 1px solid #EEEEEE;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-slide {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block
}

.slick-dotted.slick-slider {
    margin-bottom: 00px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #04357A;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
    background: #FBE116;
}

#main-banners-area2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 1%;
    float: right;
    margin-bottom: 30px;
}

#main-banners-area2 img {
    width: 100%;
    margin-right: 0%;
    height: auto;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    transition: 0.3s all ease-out;
}

#main-banners-area2 .homepagepromo {
    display: table
}

#main-banners-area2 .homepagepromo:nth-child(2n) {
    margin-top: 7%;
}

.homepage-section-blocks {
    width: 100%;
    margin-top: 10px;
    clear: both;
    display: table
}

.homepage-section-block {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.homepage-section-block:nth-child(4n) {
    margin-right: 0%;
}

.homepage-section-block h2 a {
    color: #111;
    text-transform: capitalize;
}

.homepage-section-block h2 a:hover {
    text-decoration: none;
    color: #ab1917
}

.homepage-section-block h2 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    color: #111;
}

.homepage-section-block p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px
}

.homepage-section-block img {
    border: 2px solid #333;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    margin-top: 5px;
    transition: 0.4s all ease-in-out;
    box-sizing: border-box;
}

.homepage-section-block img:hover {
    border: 2px solid #ab1917;
}

.homepage-section-block ul {
    margin-top: 10px
}

.homepage-section-block li {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/homepage-bullet.png);
    font-size: 12px;
    background-size: 4px 5px;
    margin-left: 0px !important;
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 0px 4px;
    margin-bottom: 8px;
    font-weight: bold
}

.homepage-section-block li a:hover {
    color: #ab1917
}

.brand-slider {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.brand-slider .slick-slide {
    padding: 20px;
    box-sizing: border-box;
}

.brand-slider .slick-prev, .brand-slider .slick-next {
    top: 50%
}

.brand-slider .slick-next {
    right: 0
}

.brand-slider .slick-prev {
    left: 0
}

.brand-slider .slick-list {
    margin: 0px 40px
}

.brand-slider .slick-slide img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.3s all ease-out
}

.brand-slider .slick-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.cms-home .page-wrapper + .page-bottom {
    width: 100%;
    max-width: 100%;
    background-color: #ab1917;
    color: #FFF;
    display: table;
    box-sizing: border-box;
}

.cms-home .page-wrapper + .page-bottom ul {
    max-width: 1280px;
    margin: 10px auto;
    display: table;
    width: 100%;
}

.cms-home .page-wrapper + .page-bottom li {
    float: left;
    width: 97%;
    margin: 0 1.5%;
    padding: 10px 0;
}

@media (min-width: 600px) {
    .cms-home .page-wrapper + .page-bottom li {
        width: 30.333%;
    }
}

.cms-home .page-wrapper + .page-bottom li h4 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 3px solid #fff;
    display: inline-block;
    font-weight: bold
}

.cms-home .page-wrapper + .page-bottom li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 50px 50px;
    display: block;
    height: 50px;
    background-position: top left;
}

.cms-home .page-wrapper + .page-bottom li.icon-card:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-credit-card.svg)
}

.cms-home .page-wrapper + .page-bottom li.icon-truck:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-truck-clock.svg);
    background-size: 70px 45px;
}

.cms-home .page-wrapper + .page-bottom li.icon-roof-logo:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-rooflogo.svg)
}

#latest-news {
    display: block;
    clear: both
}

#latest-news .slick-slide {
    padding: 30px
}

#latest-news .post-item-wraper {
    padding: 0 !important;
    border: none
}

#latest-news .slick-slide .mp-post-title {
    font-size: 16px !important
}

#latest-news .post-image img.img-responsive {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    height: inherit !important
}

#latest-news .post-image {
    min-height: inherit
}

#latest-news .post-info-wraper {
    padding: 10px 0
}

#latest-news .mp-post-info, #latest-news .post-short-description, #latest-news .mp-post-meta-info {
    display: none
}

#latest-news .post-item-wraper:hover {
    box-shadow: none
}

#latest-news .slick-prev, #latest-news .slick-next {
    top: 40%
}

#latest-news .slick-slider {
    width: calc(100% - 30px);
    margin: 0px auto
}

#latest-news h3, #homepage-featured h2 {
    font-weight: bold;
    font-size: 22px;
    color: #ab1917;
    text-align: center
}


.featuredproducts .product-item-actions .actions-primary {
    display: none
}

.featuredproducts .product-image-photo {
    border: 1px solid #ECECEC;
}

.featuredproducts .product-image-wrapper {
    padding-bottom: 100% !important;
}

#homepage-featured .view-all {
    display: none
}

#homepage-featured {
    width: calc(100% - 60px);
    margin: 0px auto;
}

.featuredproducts .product-item .product-item-actions {
    display: none
}

#homepage-featured .owl-theme .owl-controls .owl-buttons div.owl-prev, #homepage-featured .owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 120px
}

#homepage-featured .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -30px
}

#homepage-featured .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px
}

#homepage-featured .owl-theme .owl-controls .owl-buttons div.next-btn, #homepage-featured .owl-theme .owl-controls .owl-buttons div.prev-btn {
    font-size: 0;
    background-size: 14px 20px !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    opacity: 0.5;
    transition: 0.3s all ease-out
}

#homepage-featured .owl-theme .owl-controls .owl-buttons div.next-btn:hover, #homepage-featured .owl-theme .owl-controls .owl-buttons div.prev-btn:hover {
    opacity: 1
}

.owl-theme .owl-controls .owl-buttons div.prev-btn {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-prev-big.png") !important;
}

.owl-theme .owl-controls .owl-buttons div.next-btn {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-next-big.png") !important;
}

/*- HOMEPAGE FULL WIDTH SECTION -*/
#homepage-seo, #homepage-seo2 {
    display: table;
    width: 100%;
    background-color: #f3f3f3;
    text-align: center;
    box-sizing: border-box;
}

#homepage-seo h2, #homepage-seo2 h2 {
    font-weight: bold;
    font-size: 22px;
    color: #ab1917;
    margin-bottom: 20px;
}

#homepage-seo h5, #homepage-seo2 h5 {
    line-height: 20px;
    margin-bottom: 15px;
}

.home-container {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.cms-home .page-main {
    max-width: inherit;
    padding: 0
}

.homepage-section-blocks {
    background-color: #f3f3f3;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 40px
}

.homepage-section-blocks .block-static-block, #homepage-seo .block-static-block, #homepage-seo2 .block-static-block {
    margin: 0px auto;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0 20px;
    display: block
}

#homepage-seo .block-static-block {
    padding: 50px 200px 0px 200px;
}

#homepage-seo2 .block-static-block {
    padding: 00px 200px 0px 200px;
}

#homepage-seo2 {
    padding-bottom: 30px
}

#homepage-seo2 p {
    line-height: 20px;
    margin-bottom: 10px
}

#homepage-seo2 p a {
    text-decoration: underline
}

/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 401px) {
    #carousel {
        padding: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 769px) {
    #main-banners-area2 img:last-child {
        margin-right: 0%;
    }

    #main-banners-area2 img {
        width: 100%;
        float: left;
        margin-right: 2%;
    }

    #main-banners-area2 {
        width: 32%;
        margin-left: 0;
        margin-top: 0;
    }

    #carousel {
        width: 66%;
        margin-top: 0px;
    }

    #main-banners-area2 img:last-child {
        margin-right: 0%;
    }
}

@media only screen and (max-width: 1280px) {
    #homepage-seo .block-static-block {
        padding: 50px 100px 0px 100px
    }

    #homepage-seo2 .block-static-block {
        padding: 0px 100px 0px 100px
    }
}

@media only screen and (max-width: 1024px) {
    #homepage-seo .block-static-block {
        padding: 50px 50px 0px 50px
    }

    #homepage-seo2 .block-static-block {
        padding: 0px 50px 0px 50px
    }
}


@media only screen and (max-width: 770px) {
    .homepage-section-block {
        float: left;
        width: 47%;
        margin-right: 6%;
        margin-bottom: 15px;
    }

    .brand-slider .slick-list {
        margin: 0px 20px
    }

    .homepage-section-block:nth-child(2n) {
        margin-right: 0%;
    }

    #main-banners-area2 {
        margin-left: 0
    }

    #main-banners-area2 .homepagepromo {
        float: left;
        box-sizing: border-box;
        width: 49%
    }

    #main-banners-area2 .homepagepromo:nth-child(2n) {
        margin-top: 0;
        margin-left: 2%
    }

    #homepage-seo .block-static-block, #homepage-seo2 .block-static-block {
        padding: 20px 20px 0px 20px
    }

    .homepage-section-blocks {
        padding-top: 20px
    }

    #homepage-seo, #homepage-seo2 {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    #main-banners-area2 .homepagepromo {
        width: 100%
    }

    #main-banners-area2 .homepagepromo:nth-child(2n) {
        margin-left: 0%
    }

    .cms-home .page-wrapper > .page-bottom li {
        width: 90%;
        margin: 0 5% 20px 5%
    }

    .homepage-section-block p {
        display: none
    }
}

.homepage-section-block img {
    display: none;
}

@media only screen and (min-width: 768px) {
    .homepage-section-block img {
        display: block;
    }
}

/* Main Menu Navigation
 ---------------------------------------------------------------------------------------------------------------------------------------------- */

.nav-toggle {
    top: 15px;
    left: auto;
    right: 15px;
    width: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle {
        top: 5px;
        left: auto;
        right: 0;
        width: 44px;
        height: 44px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-toggle > span {
        margin: 0;
        clip: auto;
        height: auto;
        width: 100%;
        text-align: center;
        font-size: 11px;
        color: #333;
        padding-top: 56px;
    }
}

.nav-toggle::before {
    color: #961615;
}

.nav-toggle:hover::before {
    color: #333;
}

.navigation .level0 > .level-top {
    font-size: 12px;
    text-transform: none;
}

.nav-sections .header.links li {
    font-size: 12px;
    text-transform: none;
    font-weight: 100;
}

.nav-sections .header.links li a, .nav-sections .header.links a:hover {
    font-weight: 100;
    padding: 8px 20px;
    color: #000;
}

.nav-sections .navigation ul {
    box-sizing: border-box;
    max-width: 1280px !important;
}

.nav-sections .navigation ul li {
    text-align: left;
}

.navigation .item-footer ul {
    border: none !important;
}

.navigation .item-footer ul li {
    display: inline-block;
    max-width: 16%;
}

.navigation .item-footer ul li a {
    padding: 5px;
}

.navigation .item-footer ul li a:hover {
    background-color: #FFF !important;
}

.navigation .item-footer ul li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s all ease-out;
    opacity: 0.6;
    max-height: 90px;
}

.navigation .item-footer ul li img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.navigation .item-footer ul li img, .navigation .item-footer ul li img:hover {
    border: none;
}

#search_autocomplete {
    top: 50px
}

#search_autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list .product-primary .product-name {
    font-size: 1rem;
}

#search_autocomplete .minimal-price-link {
    display: none;
}

/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 901px) {

    .catalog-product-view .page-wrapper .top-container .uspWrapper .uspcarousel {
        padding: 9px 0;
        margin-left: 0;
    }

    .page-wrapper .nav-sections {
        background-color: #C82D43;
        margin-bottom: 0;
    }

    .nav-sections-item-content {
        background-color: #961615;
    }

    .nav-sections .navigation ul {
        max-width: 1260px;
        display: table;
        position: relative;
        font-size: 12px;
        padding: 0px 0px 0px 2px;
        width: 100%;
    }

    .nav-sections .navigation {
        background-color: transparent;
    }

    .nav-sections .navigation .level0 > .level-top {
        color: #fff;
        padding: 15px 11px;
    }

    .nav-sections .navigation li.level0 {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 39px;
        line-height: 13px;
        border-right: 1px solid #ab1917;
        transition: 0.3s all ease-out;
    }

    .nav-sections .navigation li.level0:last-child {
        border-right: none;
    }

    .nav-sections .navigation li.level0:hover, .nav-sections .navigation li.level0.active, .nav-sections .navigation li.level0.has-active {
        background-color: #ffed00 !important;
        color: #ab1917 !important;
        border-bottom: none;
    }

    .nav-sections .navigation li.level0:hover a {
        color: #ab1917 !important;
    }

    .nav-sections .navigation li.level0 > a {
        color: #fff;
        font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
        font-size: 13px;
        margin: 0;
        padding: 15px;
        position: relative;
        text-decoration: none;
        background: none !important;
        line-height: 15px;
        display: block;
        text-transform: capitalize;
        transition: 0.3s all ease-out;
        font-weight: bold;
    }

    .navigation .level0.active > .level-top, .nav-sections .navigation li.level0.has-active a {
        border-bottom: none;
        color: #ab1917 !important;
    }

    .block-search .action.search {
        height: 50px;
    }

}

@media only screen and (max-width: 900px) {
    .navigation .parent .level-top::after {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/mob-nav-arrow.png");
        background-size: 14px 8px;
        background-repeat: no-repeat;
        right: 0;
        top: 0;
        content: "";
        display: block;
        height: 34px;
        width: 34px;
        background-position: center;
        transition: 0.3s all ease-out;
    }

    .navigation .parent .level-top.ui-state-active::after {
        transform: rotate(-180deg);
        content: "";
    }

    .navigation a {
        font-size: 12px;
        font-weight: bold;
    }

    .navigation .level0 > .level1 {
        font-weight: 100;
    }

    .navigation ul ul {
        border-left: 10px solid #DDD;
        background-color: #FFF;
    }

    .navigation ul ul li {
        border-bottom: 1px solid #DDD;
    }

    .navigation ul ul li:last-child {
        border-bottom: none;
    }

    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: #ab1917;
    }

    .navigation .item-footer ul {
        display: none;
    }

    .block-search .action.search {
        display: inline-block;
        position: absolute;
        z-index: 5;
        right: 0;
        opacity: 0;
        font-size: 0;
        min-height: 32px;
        min-width: 45px;
        background-color: #ab1917;
        border: none;
        transition: 0.3s all ease-out;
    }

    .block-search .action.search:hover {
        opacity: 0.5;
    }
}


/*VES Megamenu*/
.ves-megamenu {
    margin-bottom: 0;
}

.ves-megamenu .navigation .level0 {
    display: table-cell;
}

.ves-megamenu .navigation .level0 > a {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 15px;
    color: #FFF;
}

.ves-megamenu .navigation .level0.active > a, .ves-megamenu .navigation .level0:hover > a {
    background-color: #ffed00;
    color: #ab1917;
}

.ves-megamenu .navigation .level1 > a {
    font-size: 12px;
}

/*.ves-megamenu .navigation .level1.nav-dropdown{column-count: 2}*/
.ves-navtoggle::before {
    content: "";
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-menu.svg");
    width: 30px;
    height: 34px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 24px;
    background-position: center right;
}

.ves-navopen .ves-navtoggle::before {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-menu-close-y.svg");
}

.ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    line-height: 16px;
    padding: 10px 0 10px 10px;
    text-align: left;
    color: #222;
}

.ves-megamenu .nav-item.active > a {
    background-color: transparent;
}

.ves-megamenu .navigation .submenu-inner .level1.category-item.active a {
    background-color: #e8e8e8;
    border-left: 3px solid #ff5501 !important;
}

.ves-megamenu.top-navigation > .navigation {
    padding: 0;
}

.nav-sections .navigation ul {
    border-left: 1px solid #ab1917;
    border-right: 1px solid #ab1917;
}

.ves-megamenu a img {
    border: 3px solid #444;
    transition: 0.3s all ease-out;
}

.ves-megamenu a img:hover {
    transform: none !important;
    border: 3px solid #ab1917;
}

.ves-megamenu img:hover {
    transform: none !important;
}

.ves-megamenu .submenu-inner .right-sidebar {
    padding-left: 20px;
}

.ves-megamenu .item-content {
    padding-right: 20px;
}


@media only screen and (min-width: 901px) {
    .ves-megamenu {
        background-color: #E30613;
    }
}

@media only screen and (max-width: 900px) {
    .ves-megamenu .navigation .level0 > a, .ves-megamenu .navigation .level1 > a {
        font-size: 13px;
    }

    .ves-megamenu .navigation .level0 > a {
        color: #000;
        text-align: left;
        padding-left: 20px;
    }

    /*.ves-megamenu .navigation .level1.nav-dropdown{column-count: 1}*/
    .ves-megamenu .level0 .submenu .nav-item > a {
        line-height: 34px;
    }

    .ves-megamenu .navigation .drill-opener, .ves-megamenu .navigation .opener {
        height: 36px;
        line-height: 36px;
        width: 36px;
    }

    .ves-megamenu .drill-opener::before, .ves-megamenu .opener::before {
        content: "+";
        font-family: arial;
        font-size: 16px;
    }

    .ves-megamenu .opener.item-active::before {
        content: "-";
    }

    .ves-megamenu .opener.item-active {
        background-color: transparent;
    }

    .offcanvas-left > .navigation > ul {
        background-color: #FFF;
        -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.3);
    }

    .ves-megamenu .navigation .level0 > a, .ves-megamenu .navigation .level0.active > a, .ves-megamenu .navigation .level0:hover > a {
        padding-right: 36px;
    }

    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }

    .ves-megamenu .level0 .submenu .nav-item > a {
        line-height: 14px;
        padding: 10px 20px;
        font-weight: normal;
    }

    .ves-megamenu > .navigation .nav-item {
        border-bottom: 1px dotted #DDD;
    }

    .ves-megamenu > .navigation .nav-item.active > a {
        color: #000;
        background-color: #fff;
    }

    .ves-megamenu .navigation .level0.submenu-left, .ves-megamenu .navigation .level0.submenu-left:last-child {
        border-right: none;
        border-left: none;
    }

    .ves-megamenu .navigation .level0 > a {
        padding: 11px 36px 11px 7px;
    }

    .ves-megamenu .navigation .level0.active > a, .ves-megamenu .navigation .level0:hover > a {
        background-color: #fff;
    }

    .ves-megamenu .navigation .level0.submenu-left {
        padding-left: 9px;
    }

    .ves-megamenu .navigation .level0.submenu-left.active {
        padding-left: 0;
    }

    .nav-sections .header.links li a, .nav-sections .header.links a:hover {
        font-weight: 600;
        border-top: none;
    }

    .nav-sections .header.links {
        display: flex;
        flex-direction: column;
    }

    .nav-sections .header.links li {
        order: 2;
        border-bottom: 1px dotted #DDD;
        font-size: 13px;
    }

    .nav-sections .header.links:last-child {
        border-bottom: none;
    }

    .nav-sections .header.links li.link.wishlist {
        order: 4;
    }

    .nav-sections .header.links li.greet.welcome {
        order: 1;
        color: #ab1917;
        font-size: 14px;
    }

    .nav-sections .header.links li.my-account-link {
        order: 3;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/myAccountIcon.svg");
        background-size: 17px 23px;
        background-repeat: no-repeat;
        padding-left: 25px;
        background-position: 19px 6px;
    }

    .nav-sections .header.links li.wishlist {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-list.svg");
        background-size: 16px 20px;
        background-repeat: no-repeat;
        padding-left: 25px;
        background-position: 20px 6px;
    }

    .nav-sections .header.links li.storelocator {
        order: 3;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/locator.svg");
        background-size: 17px 20px;
        background-repeat: no-repeat;
        padding-left: 25px;
        background-position: 19px 6px;
    }

    .nav-sections .header.links li a, .nav-sections .header.links a:hover {
        padding: 11px 20px;
    }

    .ves-megamenu .item-sidebar.right-sidebar {
        display: none;
    }
}
footer.page-footer {
    padding-top: 0px;
    background-color: #1a1a1a;
    width: 100%;
    position: relative;
}

footer.page-footer:after {
    content: '';
    display: table;
    clear: both;
}

.footer address {
    color: #212121;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

.footer {
    clear: both;
    max-width: 1260px;
    padding: 30px 15px 10px 15px;
    margin: 0px auto;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.footer .button {
    background: #ab1917;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
}

.footer .button:hover {
    background: #B0000D !important;
    cursor: pointer;
    color: #fff;
}

.footer .button:active {
    background: #666;
    color: #FFF;
}

.footer .button:focus {
    background-color: #666;
    outline: none;
    color: #FFF;
}

.footer-mobilephone {
    padding-left: 30px;
    line-height: 18px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/footer_mobileicon.png");
    height: 50px;
    background-repeat: no-repeat;
    color: #CCC;
    text-transform: none;
    background-size: 22px 36px;
    margin-top: 10px
}

.footer .block-title {
    padding: 3px 0;
}

.footer .block-title strong {
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
}

.footer .links {
    float: left;
    margin-bottom: 30px;
    width: 15%;
    margin-right: 2%;
    display: table;
    font-size: 12px;
}

.footer .links li {
    line-height: 1.4;
    padding: 4px 0;
    margin: 0px;
    list-style: none
}

.footer .links a {
    color: #ccc;
}

.footer .links a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .social-media {
    width: 38%;
    float: right;
    height: 0;
    line-height: 1;
}

.footer .social-media .col1 {
    width: calc(100% - 194px);
    float: left;
}

.footer .social-media .col2 {
    width: 184px;
    margin-left: 10px;
    min-height: 150px;
    float: left;
}

.footer .social-media .col2 img {
    margin-bottom: 0px;
}

.footer .social-icons li {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    margin-right: 6px;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    padding: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.footer .social-icons li:hover {
    background-color: #666;
    opacity: 0.6
}

.footer .social-icons li.twitter {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/socialicon_twitter.png")
}

.footer .social-icons li.facebook {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/socialicon_facebook.png")
}

.footer .social-icons li a {
    display: block;
    height: 42px;
}

.footer .copyright {
    width: 100%;
    color: #CCC;
    clear: both;
    margin: 0px 0px 65px 0px;
    font-size: 12px;
    padding-top: 10px
}

.footer .copyright p:first-child {
    width: calc(100% - 275px);
    float: left
}

.footer .copyright p:last-child {
    width: 250px;
    float: right;
    text-align: right;
    margin-top: 0
}

.footer h4 {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    pointer-events: none;
    font-weight: bold
}


footer.page-footer .footer.content {
    background-color: #313131;
    border-bottom: none;
    height: 54px;
    padding: 0px;
    border: none;
    max-width: 100%;
    margin: 0px;
    width: 100%
}

footer.page-footer .footer.content .block.newsletter {
    float: none;
    max-width: 1260px;
    margin: 0px auto;
}


#footer-subscribe {
    background-color: #313131;
    border-bottom: none;
    height: 54px;
    width: 100%;
    border-top: 1px solid #313131;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    display: table;
}

#footer-subscribe .block.block-subscribe {
    max-width: 1260px;
    margin: 0px auto;
    line-height: 38px;
    font-size: 12px;
    float: none;
}

#footer-subscribe .block.block-subscribe .field.newsletter {
    padding: 2px 15px 0px 15px;
    margin: 10px 0;
}

#footer-subscribe .block.block-subscribe .field.newsletter .form-subscribe-header {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    float: left;
    text-transform: none;
    font-weight: normal;
}

#footer-subscribe .block.block-subscribe .field.newsletter .form-subscribe-header * {
    color: #fff;
}

#footer-subscribe .block.block-subscribe .field.newsletter .form-subscribe-header label {
    margin-top: 2px;
    font-size: 15px;
    display: inline-block;
    font-weight: bold
}

#footer-subscribe .block.block-subscribe .field.newsletter .form-subscribe-header label span {
    font-size: 16px;
    display: inline-block;
    font-weight: bold
}

#footer-subscribe .block.block-subscribe .field.newsletter .input-box {
    width: calc(100% - 680px);
    padding-left: 0px;
    float: right;
    padding-top: 0;
    line-height: 38px;
    position: relative
}

#footer-subscribe .block.block-subscribe .field.newsletter .input-box input {
    opacity: 0.5;
    transition: opacity 0.2s linear;
    height: 32px;
    width: calc(100% - 100px);
    border-right: 0;
    border-radius: 0;
    font-size: 12px;
    border-color: #313131;
    margin-top: 4px;
    max-width: 100%;
}

#footer-subscribe .block.block-subscribe .field.newsletter .input-box input::placeholder {
    color: #000
}

#footer-subscribe .block.block-subscribe .field.newsletter .input-box input:focus {
    opacity: 1;
}

#footer-subscribe .block.block-subscribe .field.newsletter .input-box input:focus, #footer-subscribe .block.block-subscribe .field.newsletter .input-box input:active {
    box-shadow: none
}

#footer-subscribe .block.block-subscribe .field.newsletter .input-box .actions {
    margin: 5px 0px 0px 0px;
    float: right;
    width: 100px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#footer-subscribe .field.newsletter .action.subscribe {
    height: 30px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #ab1917;
    color: #FFF;
    border: none;
    background-image: none;
    padding: 0px;
    line-height: 17px;
    float: left;
    width: 100px;
    border-radius: 0px;
    font-weight: bold;
}

#footer-subscribe .field.newsletter div.actions {
    margin: 5px 0px 0px 0px;
    float: right;
    width: 100px;
}

#footer-subscribe .field.newsletter:after {
    content: '';
    display: table;
    clear: both;
}

#footer-subscribe div.mage-error[generated] {
    font-size: 14px;
    text-align: right !important;
}

.accordion-content li a {
    display: block
}

/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1000px) {
    #footer-subscribe .block.block-subscribe .field.newsletter .input-box {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px
    }

    #footer-subscribe .block.block-subscribe .field.newsletter .form-subscribe-header label {
        display: block;
        float: none;
        line-height: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .footer .copyright p:first-child {
        width: 100%;
        float: left;
        text-align: center;
    }
}


@media only screen and (max-width: 950px) {
    .footer .links.social-media {
        width: 100%;
        margin-right: 0px
    }

    .footer .links {
        width: 30%;
        margin-right: 3%;
    }
}

@media only screen and (max-width: 768px) {
    .footer .copyright p:first-child {
        width: 100%;
        float: left
    }

    .footer .copyright p:last-child {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 700px) {
    .footer .social-media {
        display: table;
    }

    .footer {
        display: table;
        padding-bottom: 0px
    }

    .footer .copyright p:first-child {
        width: 100%;
        text-align: center;
    }

    .footer .copyright p:last-child {
        width: 100%;
        text-align: center
    }

    .footer .social-media .col2 img {
        margin: 0px auto;
        display: block;
    }

    .footer .social-media .col1 {
        width: 100%
    }

    .footer .social-media .col2 {
        width: 100%;
        margin-left: 0px
    }

    #footer-subscribe .block.block-subscribe .field.newsletter .form-subscribe-header label {
        font-size: 13px
    }
}

@media only screen and (max-width: 500px) {
    .footer .links {
        width: 100%;
        margin-right: 0%;
    }

    .accordion-toggle + ul {
        display: none;
        margin-bottom: 20px
    }

    .accordion-toggle {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 13px 13px;
        cursor: pointer;
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/footer-plus.png");
        height: 49px;
        line-height: 50px;
    }

    .accordion-toggle.on {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/footer-minus.png")
    }

    .footer .links {
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.50)
    }

    .footer h4 {
        margin-bottom: 0;
        pointer-events: inherit;
    }

    .footer .links.social-media {
        margin-top: 20px
    }

    .footer-mobilephone {
        width: 40%;
        float: left
    }

    .social-icons {
        width: 40%;
        float: right;
        margin-top: 10px
    }

    .footer .social-icons li {
        float: right;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .footer .social-media .col2 {
        margin-top: 15px
    }

    .footer .social-media .col2 {
        min-height: inherit;
        margin-bottom: 15px
    }

    .footer .links li {
        padding: 0
    }

    .footer .links li a {
        padding: 8px 0
    }
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 15px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/social_icons@2x.png);
        background-size: 50px 125px;
    }
}

small.copyright {
    display: none;
}
.page-layout-1column .product.media {
    width: 37%;
    margin-right: 3%
}

.page-layout-1column .product-info-main {
    width: 37%;
    margin-right: 3%
}

.page-layout-1column .product-sidebar-right {
    width: 20%;
    float: right;
    box-sizing: border-box;
}

.page-layout-1column .product-sidebar-right::after {
    content: ' ';
    display: table;
    clear: both;
}

.page-layout-1column .product-options {
    width: 20%;
    float: right;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #DDD;
}

.page-layout-1column .product-options::after {
    content: ' ';
    display: table;
    clear: both;
}

.shipping-lookup {
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    margin: 15px 0;
    position: relative;
}

.shipping-lookup .loading-mask {
    position: absolute;
}

.shipping-lookup .loading-mask .loader > img {
    position: absolute;
}

.shipping-lookup p {
    margin: 0 0 1em;
}

.shipping-lookup__form {
    position: relative;
}

.shipping-lookup__form input {
    width: 100%;
    padding-right: 80px;
}

.shipping-lookup__form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background: #ab1816;
    color: white;
}

.shipping-result__row {
    margin-top: 15px;
}

.shipping-result__name {
    font-weight: bold;
}

.shipping-result__row dl::after {
    clear: both;
    display: table;
    content: ' ';
}

.shipping-result__row dt {
    float: left;
    clear: both;
    margin-top: 0.5em;
}

.shipping-result__row dd {
    margin-top: 0.5em;
    float: right;
}


.page-layout-1column .product-sidebar-right > .product-options {
    width: 100%;
    float: none;
}

.product-info-main .page-title-wrapper h1.page-title {
    font-size: 26px;
    margin-bottom: 20px !important;
    margin: 0px;
    border-bottom: 5px solid #ffed00;
    color: #ab1917;
    line-height: 1.1;
    padding-bottom: 10px;
    font-weight: bold
}

.product-info-main .product.attribute.sku {
    font-size: 13px;
    color: #444;
    margin-bottom: 15px
}

.product-info-main .product.attribute.description {
    font-size: 14px;
    color: #444;
    line-height: 1.5
}

.product-info-main .product.attribute.description p {
    font-size: 14px;
    color: #444;
    margin: 10px 0px;
    line-height: 1.5
}

.product.attribute.overview {
    font-size: 14px;
    line-height: 1.5
}

.product.attribute.overview ul {
    margin: 20px 0
}

.product.attribute.overview li, .product.attribute.description ul li {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/listing-bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 12px;
    margin-bottom: 7px;
}

.product.attribute.description a {
    color: #ab1816;
    text-decoration: underline
}

.product.attribute.description ol {
    margin-left: 15px
}

.product.attribute.description ol li {
    list-style: decimal;
}

#toggleLink {
    cursor: pointer;
    clear: both;
    display: block;
    padding: 5px 0 15px 0px;
}

.product-options .box-tocart {
    width: 100%;
    margin-top: 10px;
}

.product-options .box-tocart .actions {
    width: 100%;
    min-height: 40px;
    display: block;
    padding-top: 10px;
}

.product-options .box-tocart .actions button.action.tocart {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    background: #ab1816;
    padding: 10px;
    border: none;
    border-radius: 0px;
    line-height: 1.2
}

.product-options .box-tocart .actions button span {
    font-size: 18px;
    padding: 0px;
}

.product-add-form {
    margin-bottom: 10px
}

.product-add-form .product-options-wrapper {
    margin-top: 15px;
}

.product-add-form .product-options-wrapper select {
    width: 60%;
    float: right;
}

.product-options .product-add-form .product-options-wrapper .fieldset .field label {
    padding-top: 3px;
    width: 40%;
    float: left;
    font-size: 14px;
    font-weight: normal
}


.product-add-form .product-options-bottom {
    margin-top: 15px;
    display: table;
    width: 100%;
}

.product-add-form .product-options-bottom .box-tocart select.input-text.qty, .product-add-form .box-tocart select.input-text.qty {
    width: 60%;
    float: right;
    height: 30px;
    text-align: left
}

.product-options .product-add-form .product-options-bottom .fieldset .field {
    width: 100%;
    display: block;
    padding: 0px;
}

.product-options .product-add-form .product-options-bottom .fieldset .field label, .product-options .product-add-form .box-tocart .fieldset .field.qty label {
    padding-top: 3px;
    width: 40%;
    float: left;
    font-size: 14px;
    font-weight: normal
}

.product-options .product-add-form .product-options-bottom .fieldset .field label, .product-options .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
    height: 40px;
}

.product-add-form .product-options-bottom {
    display: flex;
    flex-direction: column;
}

.product-options-bottom .action.towishlist {
    order: 2
}

.product-info-stock-sku {
    order: 1
}

.product-options-bottom .product-addto-links {
    order: 2;
    width: 50%;
    float: right;
    margin: 0;
    margin-left: 0px;
    margin-left: 50%;
}

.product-options-bottom .action.towishlist {
    width: 50%;
    margin-top: -18px;
}

.product-options-bottom .box-tocart {
    margin-bottom: 10px
}

.product-info-stock-sku {
    margin-bottom: 10px;
    text-align: right;
    margin-top: 10px;
}


.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
    content: '';
}

.price-including-tax + .price-excluding-tax:after, .weee[data-label]:after {
    content: ' ' attr(data-label);
    font-size: 12px;
}

.price-including-tax:after, .weee[data-label]:after {
    content: ' ' attr(data-label);
    font-size: 12px;
}

.catalog-product-view .price-container .price-including-tax + .price-excluding-tax .price {
    font-size: 25px;
}

#relatedSlider .price {
    font-size: 16px
}

.product-options .price-container .price {
    color: #ab1917;
    font-size: 25px;
    font-weight: bold;
}

.product-add-form .product-options-bottom .box-tocart .input-text.qty {
    height: 32px;
    text-align: left;
    padding: 0px 5px;
    line-height: 12px;
    width: 60%;
}

.product-add-form .fieldset > .field {
    margin: 0 0 10px
}


.product.info.detailed .product.data.items > .item.content {
    border-top: 3px solid #CCC;
    padding: 10px;
    border-left: none;
    border-right: none
}

.product.info.detailed .product.data.items > .item.title > .switch {
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
}

.product.info.detailed .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    color: #ab1917;
    padding-bottom: 28px;
    padding-left: 13px;
    padding-right: 13px
}

.product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tbody > tr > td {
    font-size: 13px;
    padding: 5px;
}

.product.info.detailed .additional-attributes tbody tr td {
    min-width: 55px;
}

.product.info.detailed .additional-attributes tbody tr td strong span {
    line-height: 1.5;
}

#product-attribute-specs-table {
    width: 100%
}

.product-options-bottom .box-tocart .action.tocart {
    font-size: 18px;
    background: #C82D43;
    border: none;
    border-radius: 0;
    padding: 7px 15px;
    font-weight: bold
}

.product-options-bottom .action.tocompare, .product-options-bottom .action.tocompare, .product-options-bottom .action.towishlist, .product-options-bottom .action.towishlist, .block-bundle-summary .action.towishlist,
#product_addtocart_form .action.tocompare, #product_addtocart_form .action.tocompare, #product_addtocart_form .action.towishlist, #product_addtocart_form .action.towishlist, .block-bundle-summary .action.towishlist {
    color: #212121;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: 100
}

.product-options-bottom .action.tocompare:hover, .product-options-bottom .action.tocompare:hover, .product-options-bottom .action.towishlist:hover, .product-options-bottom .action.towishlist:hover, .block-bundle-summary .action.towishlist:hover, *
#product_addtocart_form .action.tocompare:hover, #product_addtocart_form .action.tocompare:hover, #product_addtocart_form .action.towishlist:hover, #product_addtocart_form .action.towishlist:hover, .block-bundle-summary .action.towishlist:hover {
    background-color: transparent;
    border: none
}

.product-options-bottom .action.tocompare, .product-options-bottom .action.towishlist, #product_addtocart_form .action.tocompare, #product_addtocart_form .action.towishlist {
    padding-left: 17px !important;
    background-position: left center !important;
    background-repeat: no-repeat !important
}

.product-options-bottom .action.tocompare, #product_addtocart_form .action.tocompare {
    float: right;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/header-icon-compare.png") !important;
    background-size: 13px 14px !important;
    background-color: #FFF
}

.product-options-bottom .action.towishlist, #product_addtocart_form .action.towishlist {
    float: left;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/header-icon-faves.png") !important;
    background-size: 11px 14px !important;
    background: transparent
}

.product-options-bottom .action.tocompare:active, .product-options-bottom .action.tocompare:focus, .product-options-bottom .action.towishlist:ACtive, .product-options-bottom .action.towishlist:focus,
#product_addtocart_form .action.tocompare:active, #product_addtocart_form .action.tocompare:focus, #product_addtocart_form .action.towishlist:ACtive, #product_addtocart_form .action.towishlist:focus {
    background: transparent;
    border: none
}

.action.mailto.friend {
    display: none
}


.product.attribute.overview table {
    width: 100% !important;
    max-width: 100% !important;
    height: inherit !important
}

.product.attribute.overview table tr, .product.attribute.overview table th, .product.attribute.overview table td {
    border: 1px solid #DDD;
    height: inherit !important
}


.prices-tier .price-container .price-including-tax + .price-excluding-tax::before {
    display: none
}

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child::after {
    display: none
}

.column.main .product.info.detailed {
    width: 37%;
    float: left
}

.column.main .block.related {
    width: 60%;
    float: right;
}

.product-item-info.related-available .product-item-actions {
    display: none
}

.prices-tier .price {
    font-weight: bold !important;
    font-size: 12px !important;
}

.prices-tier {
    padding: 0 5px
}

.prices-tier > li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.prices-tier > li:last-child {
    border-bottom: none
}


#product-attribute-specs-table th.col.label {
    display: none
}

#product-attribute-specs-table table, #additionalinfo table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    height: inherit !important;
    border: 3px solid #DDD;
    color: #444 !important;
    margin-top: 20px
}

#product-attribute-specs-table .col.data table td, #product-attribute-specs-table .col.data table th, #additionalinfo table td, #additionalinfo table th {
    border: 1px solid #DDD !important
}

#product-attribute-specs-table .col.data table tr, #product-attribute-specs-table .col.data table td, #product-attribute-specs-table .col.data table th {
    height: inherit !important;
    width: inherit !important;
    padding: 7px 5px !important;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif !important;
    font-weight: normal;
    color: #444 !important;
    text-align: left !important;
    background-color: transparent !important
}

#product-attribute-specs-table, #additionalinfo table {
    border-collapse: collapse
}

#product-attribute-specs-table .col.data table th {
    font-weight: bold;
    display: table-cell;
    border: none !important;
    height: inherit !important;
    padding: 0
}

#product-attribute-specs-table .col.data table td font {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif !important;
    color: #444 !important
}

#product-attribute-specs-table .col.data table tr {
    background-color: #FFF
}

#product-attribute-specs-table .col.data table tr:nth-child(odd) {
    background-color: #f3f3f3 !important;
    border: 1px solid #DDD
}

#product-attribute-specs-table p {
    line-height: 1.5
}


.abs-no-display-s, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: inherit;
}

.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th::before {
    display: none
}

#product-attribute-specs-table ul {
    margin: 20px 0
}

#product-attribute-specs-table ul li {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/listing-bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 12px;
    margin-bottom: 7px;
}

#product-attribute-specs-table a {
    text-decoration: underline;
    color: #ab1917
}

.product.info.detailed h3 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px
}


#relatedSlider, #upsellSlider {
    background-color: #fff;
    padding: 0 0 0 20px;
}

#relatedSlider .products-related, #upsellSlider .products-upsell {
    margin-top: 0;
    display: block;
    overflow: hidden;
}

#relatedSlider .products-related ol, #upsellSlider .products-related ol {
    margin-top: 2px;
}

#relatedSlider .slick-list, #upsellSlider .slick-list {
    width: calc(100% - 50px);
    margin: 0 25px;
}

#relatedSlider .slick-prev, #upsellSlider .slick-prev {
    left: 25px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-next-big.png") !important;
}

#relatedSlider .slick-next, #upsellSlider .slick-next {
    right: 5px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-next-big.png") !important;
}

#relatedSlider .slick-arrow {
    border: solid 1px #d1d1d1;
    padding: 1.5rem;
    background-color: white!important;
    background-size: 14px 20px !important;
    background-repeat: no-repeat !important;
    opacity: 1;
    background-position: center !important;
}

#relatedSlider .product-item-info {
    margin: 0px auto
}

.sliderHeading {
    border-bottom: 3px solid #CCC;
}

.sliderHeading strong {
    color: #ab1917;
    padding: 8px 20px 6px 20px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    background-color: #FFF;
}

.gallery-placeholder:hover {
    cursor: zoom-in
}

#upsellSlider .product-item-info {
    margin: 0px auto
}

.catalog-product-view #upsellSlider .price-container .price-including-tax + .price-excluding-tax .price {
    font-size: 16px
}


.catalog-product-view .product-options .action.tocompare, .catalog-product-view .product-options .action.towishlist {
    display: inline-block;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/header-icon-compare.png");
    background-size: 12px 14px;
    background-position: top 1px left;
    background-repeat: no-repeat;
    padding-left: 20px;
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 2px;
}

.catalog-product-view .product-options .action.towishlist {
    display: inline-block;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-list.svg");
    float: left;
}

.catalog-product-view .block.upsell {
    clear: both;
    width: 100%
}

.fotorama__wrap {
    margin-bottom: 40px
}

.fotorama__wrap .fotorama__fullscreen-icon {
    top: 170px;
}

.fotorama__dot {
    width: 12px;
    height: 12px
}

.fotorama__nav-wrap {
    margin-top: 15px
}

.fotorama--fullscreen .fotorama__nav-wrap {
    position: relative;
    bottom: 100px;
}

.fotorama--fullscreen .fotorama__nav-wrap .fotorama__nav--dots {
    display: flex;
    justify-content: center;
}

.fotorama--fullscreen .fotorama__nav-wrap .fotorama__nav__shaft {
    float: right;
}

.product-item.slick-slide .product-item-actions {
    display: none
}

.catalog-product-view a[href$=".pdf"] {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-pdf.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 0 10px 30px;
    margin-bottom: 10px;
    display: block;
}

.catalog-product-view li a[href$=".pdf"] {
    background-image: none;
    padding: 0px;
    margin-bottom: 10px;
}

#product-addtoquote-button {
    background: #D93600;
    width: 100%;
    margin: 16px 0 0;
    color: #ffffff;
    font-size: unset;
    line-height: unset;
}

#product-addtoquote-button:hover {
    background: #ab1816;
}

#rfq-confirm h1 {
    display: none
}

#rfq-confirm #confirmButtons .action.primary {
    max-width: 200px
}

.mwishlist-popup .message.success > :first-child::before, .mwishlist-popup .message > :first-child::after {
    display: none
}


@media (max-width: 900px) {
    .page-layout-1column .product-sidebar-right {
        width: auto;
        float: none;
    }

    .product-info-main .action.tocompare {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-compare.svg");
    }

    .product-info-main .action.towishlist {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-wishlist.svg");
    }

    .page-layout-1column .product-options, .page-layout-1column .product-info-main, .page-layout-1column .product.media, .column.main .product.info.detailed, .column.main .block.related {
        width: 100%;
        margin-bottom: 20px
    }

    .page-layout-1column .product.media {
        order: -2
    }

    .page-layout-1column .product-info-main {
        order: -1
    }

    #relatedSlider {
        padding: 0 20px 0 20px;
    }

    .column.main .product-items {
        margin-left: 0
    }

    .product.data.items > .item.title {
        margin: 0px;
    }

    .product-options-bottom .action.towishlist {
        margin-top: -28px;
    }

}

@media screen and (max-width: 900px) {
    .product.data.items > .item.title > .switch {
        border-bottom: none;
        padding: 0px 10px;
        display: table;
        width: 100%;
    }

    .product.data.items > .item.content {
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
    }

    .product.data.items > .item.content {
        margin-bottom: 0;
        border-bottom: none;
    }

    .product.data.items > .item.title > .switch {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-right-red.svg");
        background-size: 16px 16px;
        background-position: center right 10px;
        background-repeat: no-repeat;
        transition: 0.3s all ease-out
    }

    .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-down-red.svg");
        background-size: 16px 16px;
        background-position: center right 10px;
        background-repeat: no-repeat;
        padding-bottom: 0
    }

    .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-down-red.svg");
        background-size: 16px 16px;
        background-position: center right 10px;
        background-repeat: no-repeat;
    }

    .product.data.items {
        border-bottom: 1px solid #d1d1d1
    }
}

@media (max-width: 639px) {
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
        display: table-cell
    }
    .catalog-product-view .slick-slider .slick-track .product-item {
      max-width: 100%;
    }
    .fotorama__nav--dots .fotorama__nav__frame {
        width: 40px;
        height: 40px;
    }
    .fotorama__dot {
        width: 16px;
        height: 16px;
        border-radius: 100%;
    }
}


.block.upsell {
    width: 100%;
}

#desc.hideContent {
    max-height: 330px;
    overflow: hidden;
    margin-bottom: 5px;
}

#desc.showContent {
    margin-bottom: 5px;
}

#desc.hideContent + .morelink {
    display: block;
    margin-left: 0px;
    text-decoration: underline;
}

#desc.hideContent + .morelink:before {
    content: "Read More";
    width: 100%;
    display: block;
    height: 25px;
    margin-top: -30px;
    z-index: 2;
    position: relative;
    padding-top: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,ffffff+100&0+0,1+60,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

#desc.showContent + .lesslink {
    display: block;
    margin-left: 0px;
    text-decoration: underline;
}

#desc.showContent + .lesslink:before {
    content: "Read Less"
}

@media screen and (min-width: 900px) {
    .page-layout-1column .page-wrapper .product.media {
        width: 37%;
        margin-right: 3%
    }

    .page-layout-1column .page-wrapper .product-info-main {
        width: 37%;
        margin-right: 3%
    }
}
.product-items .action.towishlist::before, .products.list.items .action.towishlist::before {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-list.svg");
    background-size: 12px 14px;
    background-position: top 1px left;
    background-repeat: no-repeat;
    content: "";
    width: 18px;
    height: 20px;
}

.product-items .action.tocompare::before, .products.list.items .action.tocompare::before {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/header-icon-compare.png");
    background-size: 13px 14px;
    background-position: top 2px left;
    background-repeat: no-repeat;
    content: "";
    width: 18px;
    height: 20px;
}

.product-items .action.towishlist > span, .products.list.items .action.towishlist > span, .product-item-actions .actions-secondary > .action > span {
    width: inherit;
    margin: inherit;
    clip: inherit;
    height: inherit;
    font-size: 11px;
    text-transform: uppercase
}

.product-item-actions .actions-primary + .actions-secondary {
    width: 100%;
    display: block;
    padding-left: 0
}

.product-items .action.towishlist, .products.list.items .action.towishlist {
    float: left;
    width: 80px;
    line-height: 20px;
}

.product-items .action.tocompare, .products.list.items .action.tocompare {
    float: right;
    width: 80px;
    line-height: 20px;
}

.product-item-name {
    hyphens: none
}

.product-item-name, .product.name a {
    font-size: 13px;
    line-height: 15px;
    min-height: 35px;
    font-weight: bold;
}

.product-item .price-box .price, .product-item .price-box .price-excluding-tax .price, .product-item .price-box .price-including-tax .price {
    font-size: 16px;
    color: #ab1917;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
}

.product-item .price-box .price-including-tax, .product-item .price-box .price-excluding-tax,
.product-item .price-box .price-including-tax .price, .product-item .price-box .price-excluding-tax .price,
.price-container .price-including-tax + .price-excluding-tax, .price-container .price-including-tax {
    line-height: 1;
    margin: 0px;
    font-size: 16px;
}

.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
    content: '';
    font-size: 16px;
}


.products {
    margin: 30px 0 0 0
}

.catalog-category-view .minimal-price-link, .catalogsearch-result-index .minimal-price-link {
    display: none
}

.catalog-category-view .swatch-attribute, .catalogsearch-result-index .swatch-attribute {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.product-click-and-collect {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 75px;
    height: 75px;
}


/* List Specific*/
.catalog-category-view .products-list .product-image-container, .catalogsearch-result-index .products-list .product-image-container {
    border: 1px solid #ECECEC;
    transition: 0.3s all ease-out;
    position: relative;
}

.catalog-category-view .products-list .product-image-container:hover, .catalogsearch-result-index .products-list .product-image-container:hover {
    border: 1px solid #DDD
}

.catalog-category-view .products-list .swatch-attribute[attribute-code]:before, .catalogsearch-result-index .products-list .swatch-attribute[attribute-code]:before {
    content: attr(attribute-code) ':';
    text-transform: capitalize;
    display: block;
    width: 24%;
    float: left;
    margin-top: 8px;
}

.catalog-category-view .products-list .swatch-attribute.color:before, .catalogsearch-result-index .products-list .swatch-attribute.color:before {
    content: "Colour:";
}

.catalog-category-view .products-list .swatch-attribute.lh_rh_option:before, .catalogsearch-result-index .products-list .swatch-attribute.lh_rh_option:before {
    content: "Left or Right hand?";
}

.catalog-category-view .products-list .product-item-details, .catalogsearch-result-index .products-list .product-item-details {
    display: table-cell;
    vertical-align: top;
}

.catalog-category-view .products-list .product-list-container, .catalogsearch-result-index .products-list .product-list-container {
    width: calc(100% - 290px);
    float: left
}


.catalog-category-view .products-list .product-item-inner, .catalogsearch-result-index .products-list .product-item-inner {
    padding-left: 30px;
    width: 260px;
    margin-left: 30px;
    float: right;
    border-left: 1px solid #CCC;
    clear: right;
    box-sizing: border-box;
    min-height: 224px;
}

.catalog-category-view .products-list > li:after, .catalogsearch-result-index .products-list > li:after {
    content: '';
    display: table;
    clear: both;
}

.catalog-category-view .products-list .product-item-name, .catalog-category-view .products-list .product.name a, .catalogsearch-result-index .products-list .product-item-name, .catalog-category-view .products-list .product.name a {
    font-size: 18px;
    line-height: 22px;
    min-height: inherit
}

.catalog-category-view .products-list .product-item-description ul li, .catalogsearch-result-index .products-list .product-item-description ul li {
    font-size: 12px;
    line-height: 18px;
    margin: 7px 0px 7px 0px;
}

.catalog-category-view .products-list .product-item-description ul li span, .catalogsearch-result-index .products-list .product-item-description ul li span {
    display: inline-block;
}

.catalog-category-view .products-list .product-item-description ul li, .catalogsearch-result-index .products-list .product-item-description ul li {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/listing-bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 12px;
}

.catalog-category-view .products-list .product-item-actions .actions-primary, .catalogsearch-result-index .products-list .product-item-actions .actions-primary {
    display: block;
}

.catalog-category-view .products-list .product-item-actions .actions-primary .action.primary, .catalogsearch-result-index .products-list .product-item-actions .actions-primary .action.primary {
    width: 100%;
    padding: 9px 0px;
}

.catalog-category-view .products-list .product-item-actions .action.tocart.primary, .catalogsearch-result-index .products-list .product-item-actions .action.tocart.primary {
    margin-top: 15px;
}

.catalog-category-view .products-list .product-item-actions .tocart.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.catalog-category-view .products-list .product-item-actions .actions-primary .quantityListWrapper, .catalogsearch-result-index .products-list .product-item-actions .actions-primary .quantityListWrapper {
    margin-top: 10px;
}

.catalog-category-view .products-list .product-item-actions .actions-secondary, .catalogsearch-result-index .products-list .product-item-actions .actions-secondary {
    margin-top: 15px;
}

.catalog-category-view .products-list .product-item-description .action.more, .catalogsearch-result-index .products-list .product-item-description .action.more {
    padding-left: 12px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    display: block;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.catalog-category-view .products-list .product-item, .catalogsearch-result-index .products-list .product-item {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.catalog-category-view .column.main .products-list .product-items, .catalogsearch-result-index .column.main .products-list .product-items {
    margin: 0px;
}

.catalog-category-view .column.main .products-list .product-items .product-item, .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    padding: 20px;
}

.catalog-category-view .column.main .products-list .product-item-photo, .catalogsearch-result-index .column.main .products-list .product-item-photo {
    padding: 0 30px 0px 0;
}

.catalog-category-view .column.main .products-list .product-items .product-item-inner .price-box .price, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .price-box .price {
    font-size: 25px;
}

.catalog-category-view .column.main .products-list .product-items .product-item-inner .swatch-attribute-options, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .swatch-attribute-options {
    width: 75%;
    float: right;
    margin: 0px;
}

.catalog-category-view .column.main .products-list .product-items .product-item-inner .quantityListWrapper input, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .quantityListWrapper input {
    width: 75%;
    float: right;
    margin: 0px;
}

.catalog-category-view .column.main .products-list .product-items .product-item-inner .quantityListWrapper label, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .quantityListWrapper label {
    width: 24%;
    float: left;
    margin-top: 8px;
    font-size: 12px;
}

.catalog-category-view .column.main .products-list .product-items .product-item-inner .swatch-attribute.color:after, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .swatch-attribute.color:after {
    clear: both;
    content: " ";
    display: table;
}

.catalog-category-view .column.main .products-list .product-item-description, .catalogsearch-result-index .column.main .products-list .product-item-description {
    margin: 0px;
}

.page-products .toolbar .limiter {
    display: inherit;
    padding-top: 6px;
    float: left;
    margin-left: 10px;
}

.page-products .toolbar .limiter label {
    display: none
}

.sorter {
    padding-top: 6px
}


/* Grid Specific*/
.catalog-category-view .products-grid .product-item, .catalogsearch-result-index .products-grid .product-item {
    margin-bottom: 50px
}

.catalog-category-view .products-grid .product-item .tocart, .catalogsearch-result-index .products-grid .product-item .tocart {
    display: none
}

.catalog-category-view .products-grid .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-image-wrapper {
    background-color: #222
}

.catalog-category-view .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo {
    transition: 0.3s all ease-out;
}

.catalog-category-view .products-grid .product-image-container:hover .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-container:hover .product-image-photo {
    opacity: 0.3
}

.catalog-category-view .products-grid .product-image-container,
.catalogsearch-result-index .products-grid .product-image-container {
    position: relative;
    overflow: hidden;
    border: 1px solid #ECECEC
}

.catalog-category-view .products-grid .product-image-container::after,
.catalogsearch-result-index .products-grid .product-image-container::after {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    content: "View Details";
    position: absolute;
    z-index: 2;
    bottom: -25%;
    text-align: center;
    width: 60%;
    border: 1px solid #fff;
    color: #FFF;
    left: 20%;
    text-transform: uppercase;
    transition: 0.3s all ease-out;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    box-sizing: border-box
}

.catalog-category-view .products-grid .product-image-container:hover::after,
.catalogsearch-result-index .products-grid .product-image-container:hover::after {
    bottom: 43%;
}

.catalog-category-view .products-grid .product-item .price-box, .catalogsearch-result-index .products-grid .product-item .price-box {
    margin: 10px 0;
}

.catalog-category-view .products-grid .product-item .product-item-inner, .catalogsearch-result-index .products-grid .product-item .product-item-inner {
    border-top: 1px solid #EEE
}

.catalog-category-view .products-grid .product-item-info .product-item-photo, .catalogsearch-result-index .products-grid .product-item-info .product-item-photo {
    display: block;
    position: relative;
    overflow: hidden;
}

.catalog-category-view .products-grid .product-item-info .product-item-photo .moreColours, .catalogsearch-result-index .products-grid .product-item-info .product-item-photo .moreColours {
    position: absolute;
    z-index: 2;
    /* border-radius: 50%; */
    background-color: #ab1917;
    color: #fff;
    width: 124px;
    height: 53px;
    text-align: center;
    padding: 25px 20px 0px 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    right: -47px;
    top: -12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    transform: rotate(45deg);
}

/*Search Result Specific*/
.catalogsearch-result-index .product-item-inner .actions-primary {
    display: none
}

.catalogsearch-result-index .product-item-inner {
    border-top: 1px solid #EEE;
}

.catalogsearch-result-index .product-item .price-box {
    margin: 10px 0;
}

/*Left Nav*/
.filter-options .filter-options-content .item {
    margin: 0px;
    border-bottom: 1px dotted #DDD;
}

.filter-options .filter-options-content .item:first-child {
    border-top: 1px dotted #DDD;
}

.filter-options .filter-options-content .item a {
    display: block;
    padding: 7px 0px 5px 5px;
    transition: 0.3s all ease-out
}

.filter-options .filter-options-content .item a:hover {
    background-color: #ab19171a;
    color: #000;
    text-decoration: none
}

.block.filter .block-subtitle {
    display: none
}

.filter-current .item {
    margin-bottom: 10px;
    width: calc(100% - 30px);
    position: relative;
}

.filter-current .item .action.remove {
    color: #ab1917;
    float: right;
    margin-right: -15px;
}

.filter-current .item .action.remove:before {
    content: "[X]";
    display: inline-block;
}

.filter-current .item .action.remove span {
    display: none
}

.action.clear.filter-clear {
    float: right;
    color: #ab1917;
    text-decoration: underline;
    margin-right: 5px
}

.filter-current .filter-label {
    margin-bottom: 10px
}

.filter .filter-options dt.filter-options-title[aria-expanded="true"]::after {
    float: right;
    content: "";
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-up.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-size: 70%;
    transition: 0.3 all ease-out
}

.filter .filter-options dt.filter-options-title.forced[aria-expanded="true"]::after {
    float: right;
    content: "";
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-up.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-size: 70%;
    transition: 0.3 all ease-out
}

.filter .filter-options dt.filter-options-title[aria-expanded="false"]::after {
    float: right;
    content: "";
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-up.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-size: 70%;
    transform: rotate(180deg);
    transition: 0.3 all ease-out
}

.filter .filter-options dt.filter-options-title.forced::after {
    float: right;
    content: "";
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-up.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-size: 70%;
    transform: rotate(180deg);
    transition: 0.3 all ease-out
}

.filter .filter-options dt.filter-options-title:hover[aria-expanded="true"]::after {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-up-red.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-size: 70%;
    transition: 0.3 all ease-out
}

.filter .filter-options dt.filter-options-title:hover[aria-expanded="false"]::after {
    float: right;
    content: "";
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/filter-arrow-up-red.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-size: 70%;
    transform: rotate(180deg);
    transition: 0.3 all ease-out
}

.filter .filter-options dt.filter-options-title {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    color: #ab1917;
    margin-bottom: 20px
}

.block.filter .filter-title strong {
    color: #ab1917;
    font-size: 16px;
    border-bottom: 1px solid #BBB;
    display: block;
    padding-bottom: 12px;
}

.smile-es-range-slider .ui-slider-handle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: -1px;
    transform: rotate(-45deg);
}

.smile-es-range-slider .ui-slider-handle {
    background: #ab1917;
}

/* Toolbar*/
.modes {
    margin-top: 6px;
    margin-right: 10px
}

.modes-mode {
    width: 30px;
    height: 30px;
    padding: 2px;
    border: 1px solid #AAA !important;
    margin-right: 5px;
    box-sizing: border-box;
    background-color: #FFF
}

.modes-mode::before {
    display: none !important;
    padding: 0;
    border: 1px solid #000 !important;
    margin-right: 5px;
}

.mode-grid, .mode-list {
    background-repeat: no-repeat !important;
    background-position: 3px -25px
}

.mode-grid.active, .mode-list.active {
    background-position: 3px 3px;
    border: 1px solid #ab1917 !important
}

.mode-grid {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-grid.png") !important;
}

.mode-list {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-list.png") !important;
}

.modes-mode:not(.active):hover {
    background-position: 3px 3px !important;
    border: 1px solid #ab1917 !important;
    background-color: #ffffff !important;
}

.toolbar-products {
    border-bottom: 1px solid #BBB;
    margin-bottom: 20px;
    padding: 0 0 15px 0;
    min-height: 49px;
}

.sorter-action::before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-sort-asc.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.sorter .sort-desc::before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-sort-desc.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.filter .actions div.secondary a {
    color: #ab1917
}


/* Pagination */
.pages .item {
    border: 1px solid #AAA;
    min-width: 30px;
    margin-right: 6px
}

.pages .item.current {
    border: 1px solid #ab1917;
    min-width: 30px;
    background-color: #ab1917;
}

.pages .item.current span {
    color: #FFF
}

.pages .item.pages-item-next, .pages .item.pages-item-previous {
    border: inherit;
    min-width: inherit;
}

.pages a.page, .pages a.page:hover {
    color: #000 !important;
    display: block
}

.pages .action.next {
    margin-left: 5px;
}

.pages .action.previous {
    margin-right: 5px;
}

.pages .action {
    border: 1px solid #AAA;
    width: 30px
}

.pages .item:hover {
    border: 1px solid #ab1917
}

.pages .action.previous:hover, .pages .action.next:hover {
    border: 1px solid #ab1917
}

.pages .item.pages-item-next:hover, .pages .item.pages-item-previous:hover {
    border: inherit
}

.page-products .products + .toolbar-products .limiter {
    float: right
}

/* Header */
.category-description {
    margin-bottom: 20px;
    background-color: #ab1917;
    padding: 30px;
    color: #FFF;
    display: table;
    width: 100%
}

/*.category-description { background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/cat-bg.jpg"); background-repeat: no-repeat; background-position: center right; background-size: 45%}*/
.category-description h1 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    max-width: calc(100% - 400px)
}

.category-description p {
    margin-bottom: 10px;
    line-height: 1.5;
    max-width: calc(100% - 400px)
}

.category-description a {
    color: #ffed00
}

.category-description li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.category-description ul {
    margin-bottom: 10px
}

.category-description .category-image {
    float: right;
    margin: -30px -30px 0 5px;
    position: relative;
    opacity: 0.8
}

.category-description .category-image:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    display: block;
    width: 50%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ab1917+0,ab1917+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(171, 25, 23, 1) 0%, rgba(171, 25, 23, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(171, 25, 23, 1) 0%, rgba(171, 25, 23, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(171, 25, 23, 1) 0%, rgba(171, 25, 23, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab1917', endColorstr='#00ab1917', GradientType=1); /* IE6-9 */
}

.category-description .category-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 50%;
    display: block;
    width: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ab1917+0,ab1917+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(171, 25, 23, 0) 0%, rgba(171, 25, 23, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(171, 25, 23, 0) 0%, rgba(171, 25, 23, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(171, 25, 23, 0) 0%, rgba(171, 25, 23, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ab1917', endColorstr='#ab1917', GradientType=0); /* IE6-9 */
}


/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1165px) {
    .catalog-category-view .products-list .product-item-inner, .catalogsearch-result-index .products-list .product-item-inner {
        padding-left: 20px;
        margin-left: 20px;
        width: 225px;
    }

    .catalog-category-view .products-list .product-list-container, .catalogsearch-result-index .products-list .product-list-container {
        width: calc(100% - 245px);
    }
}

@media only screen and (max-width: 1065px) {
    .catalog-category-view .column.main .products-list .product-items .product-item-inner .swatch-attribute.color:after, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .swatch-attribute.color:after {
        content: none;
        clear: none;
    }

    .catalog-category-view .column.main .products-list .product-items .product-item-inner .swatch-attribute-options, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .swatch-attribute-options {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .catalog-category-view .products-list .swatch-attribute[attribute-code]:before, .catalogsearch-result-index .products-list .swatch-attribute[attribute-code]:before {
        float: none;
    }

    .catalog-category-view .column.main .products-list .product-items .product-item-inner .quantityListWrapper label, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .quantityListWrapper label {
        float: none;
    }

    .catalog-category-view .column.main .products-list .product-items .product-item-inner .quantityListWrapper input, .catalogsearch-result-index .column.main .products-list .product-items .product-item-inner .quantityListWrapper input {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .catalog-category-view .products-list .product-item-actions .actions-primary .quantityListWrapper, .catalogsearch-result-index .products-list .product-item-actions .actions-primary .quantityListWrapper {
        margin-top: 15px;
    }

    .catalog-category-view .products-list .product-item-inner, .catalogsearch-result-index .products-list .product-item-inner {
        width: 200px;
        margin-left: 10px;
    }

    .catalog-category-view .products-list .product-list-container, .catalogsearch-result-index .products-list .product-list-container {
        width: calc(100% - 210px);
    }
}


@media only screen and (max-width: 1023px) {
    .catalog-category-view .column.main .products-list .product-item-inner form, .catalogsearch-result-index .column.main .products-list .product-item-inner form {
        display: none;
    }

    .catalog-category-view .column.main .products-list .product-item-inner, .catalogsearch-result-index .column.main .products-list .product-item-inner {
        float: none;
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
        min-height: inherit;
    }

    .catalog-category-view .products-list .product-list-container, .catalogsearch-result-index .products-list .product-list-container {
        width: 100%;
        float: none;
    }

    .catalog-category-view .products-list .product-item .price-box, .catalogsearch-result-index .products-list .product-item .price-box {
        margin: 10px 0 15px;
    }
}


@media only screen and (max-width: 900px) {
    .products-grid .product-image-container:hover .product-image-photo {
        opacity: 1 !important
    }

    .products-grid .product-image-container::after {
        display: none
    }

    .catalog-category-view .products-grid .product-image-wrapper, .catalogsearch-result-index .products-grid .product-image-wrapper {
        background-color: #FFF
    }

    .catalog-category-view .products-grid .toolbar-amount, .catalogsearch-result-index .products-grid .toolbar-amount {
        float: left;
        position: absolute;
        left: 75px;
        padding: 0;
        top: 3px
    }

    .sorter {
        float: right;
        padding: 0
    }

    .toolbar-products {
        padding: 0
    }

    .catalog-category-view .products-grid .product-item:nth-child(3n), .catalogsearch-result-index .products-grid .product-item:nth-child(3n) {
        margin-right: 0;
    }

    .page-products .toolbar-amount {
        position: absolute;
        left: 75px;
        text-align: left;
        padding-top: 3px
    }

    .page-products.catalogsearch-result-index .page-main .page-title-wrapper .page-title {
        margin-left: 40px
    }

    .page-products.catalogsearch-result-index .toolbar-amount {
        left: inherit
    }

    /*	.block.filter{max-height: calc(100vh - 140px); overflow-y: auto;}*/
    .filter-options {
        margin-right: 15px
    }

    .sidebar.sidebar-main.stick.open {
        max-height: calc(100vh - 135px);
        overflow-y: auto;
    }

    body.noScroll { /* ...or body.dialogShowing */
        overflow: hidden;
    }

    .page-products .toolbar .limiter {
        display: none
    }

    .page-products .products + .toolbar-products .limiter {
        display: inherit;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        float: none
    }

    .category-description {
        position: relative
    }

    .category-description .category-image {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0.6;
        max-width: 300px;
    }

    .category-description p, .category-description h1 {
        max-width: calc(100% - 150px);
        position: relative;
        z-index: 2;
    }

    .toolbar-products .modes {
        display: inline-block;
        position: absolute;
        top: -4px;
        left: 186px
    }

    .toolbar-products.stick .modes {
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 200px
    }

    .modes .modes-mode span {
        display: none
    }

    .modes .modes-label {
        display: none
    }

    .products.wrapper + .toolbar-products .modes {
        display: none
    }

    .modes-mode {
        display: inline-block
    }

    .products {
        display: table;
        margin-top: 20px
    }

    .search.results .toolbar-products .modes {
        left: 0px;
        top: 40px
    }

    .search.results .toolbar-products.stick .modes {
        left: 170px;
        top: 2px
    }

    .search.results .toolbar-products #toolbar-amount {
        left: 80px;
        padding-top: 1px
    }

    .search.results .toolbar-products.stick #toolbar-amount {
        left: 50px
    }
}

@media only screen and (max-width: 768px) {
    .page-products .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item {
        width: 30%;
        margin-right: 5%;
        padding-left: 0;
        margin-left: 0;
    }
}


@media only screen and (max-width: 500px) {

    .sorter-label {
        display: none
    }

    .catalog-category-view .products-grid .product-item, .catalogsearch-result-index .products-grid .product-item {
        width: 47% !important;
        margin-right: 6% !important;
        padding-left: 0 !important
    }

    .catalog-category-view .products-grid .product-item:nth-child(3n), .catalogsearch-result-index .products-grid .product-item:nth-child(3n) {
        margin-right: 6% !important;
    }

    .catalog-category-view .products-grid .product-item:nth-child(2n), .catalogsearch-result-index .products-grid .product-item:nth-child(2n) {
        margin-right: 0 !important;
        margin-left: 0;
    }

    .page-products.catalogsearch-result-index .products-grid .product-item {
        width: 47%;
        margin-right: 6%
    }

    .page-products.catalogsearch-result-index .products-grid .product-item:nth-child(3n) {
        margin-right: 6% !important;
    }

    .page-products.catalogsearch-result-index .products-grid .product-item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .category-description p, .category-description h1 {
        max-width: 100%;
    }

    .category-description .category-image {
        opacity: 0.3
    }

    .toolbar.toolbar-products.stick {
        min-height: 90px;
    }

    .toolbar-products.stick {
        min-height: 90px;
    }

    .toolbar-products .modes {
        top: 47px;
        left: 0px
    }

    .toolbar-products.stick .modes {
        top: 47px;
        left: 14px
    }

    .search.results .toolbar-products #toolbar-amount {
        left: 80px
    }

    .search.results .toolbar-products.stick #toolbar-amount {
        left: 55px
    }

    .search.results .toolbar-products.stick .modes {
        left: 15px;
        top: 40px
    }

    .search.results .toolbar-products .modes {
        left: 0;
        top: 40px
    }

    .toolbar-products {
        min-height: 100px
    }
}

@media all and (min-width: 1024px), print {
    .page-products .products-grid .product-item {
        margin-left: calc((100% - 4 * 23%) / 3);
        width: 23%
    }
}


/*VELUX LANDING*/
#velux-landing {
    position: relative;
    z-index: 2
}

#velux-landing .block {
    width: 23%;
    margin-right: 2.66%;
    float: left;
}

#velux-landing .block p {
    font-size: 13px
}

#velux-landing .block img {
    border: 2px solid #ab1917;
    transition: 0.3s all ease-out;
    background-color: #ab1917;
    overflow: hidden;
    display: block;
    margin-bottom: 15px
}

#velux-landing .block img a {
    display: block
}

#velux-landing .block img:hover {
    opacity: 0.8
}

#velux-landing .block:nth-child(4n) {
    margin-right: 0
}

#velux-landing .block:nth-child(4n+1) {
    clear: both
}

#velux-landing .block.config, #velux-landing .block.list {
    background-color: #ab1917;
    padding: 10px;
    box-sizing: border-box;
}

#velux-landing .block.config img {
    border: 1px solid #FFF;
    margin-bottom: 0
}

#velux-landing .block.config img:hover {
    opacity: 1
}

#velux-landing .block.list ul li {
    padding: 0;
    list-style: none;
    position: relative;
    padding-left: 12px;
    font-size: 13px
}

#velux-landing .block.list ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #ffed00;
    position: absolute;
    left: 0;
    top: 6px;
}

#velux-landing .block.list ul li a {
    color: #FFF
}

#velux-landing .block.list h4 {
    color: #ffed00;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.category-velux-windows-sun-tunnels-roof-domes .mobile-menu-button /* , .category-velux-windows-sun-tunnels-roof-domes .column.main */
{
    display: none
}


@media only screen and (max-width: 768px) {
    #velux-landing .block {
        width: 48%;
        margin-right: 4%;
    }

    #velux-landing .block:nth-child(2n) {
        margin-right: 0
    }

    #velux-landing .block.config {
        display: none
    }

    #velux-landing .block.config, #velux-landing .block.list {
        width: 100%;
        margin-right: 0
    }

    #velux-landing .block {
        margin-right: 0
    }

    #velux-landing .block:nth-child(even) {
        margin-right: 4%
    }

    #velux-landing .block:nth-child(4n+1) {
        clear: none
    }
}

@media only screen and (max-width: 767px) {

    .page-products .columns {
        clear: both;
    }

    #velux-landing .block.list {
        display: none;
    }

    #velux-landing .block {
        width: 100%;
        margin: 0 0 5px 0;
    }

    #velux-landing .block img,
    #velux-landing .block p {
        display: none;
    }

    #velux-landing .block h3 a:link, #velux-landing .block h3 a:visited {
        border: 2px solid #ab1917;
        width: 100%;
        padding: 10px 0;
        display: block;
        text-align: center;
    }

    #velux-landing .block h3 a:hover, #velux-landing .block h3 a:focus {
        color: #fff;
        background-color: #ab1917;
    }
}

@media only screen and (max-width: 400px) {

}
.login-container .action.primary:hover {
    background-color: #ab1917
}

.account-nav .item.current strong {
    border-color: #ab1917;
}

.account h1 {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold
}

.account .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.account .column.main .block:not(.widget) .block-title > strong {
    color: #444;
    font-size: 24px;
    font-weight: bold
}

.account .box {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    min-height: 140px;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.account .box .box-title {
    background-color: #E4E4E4;
    display: block !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}

.account .box .box-title span {
    font-size: 16px !important;
}

.account .box .box-content {
    padding-left: 10px;
    padding-right: 10px
}

.account .box .box-actions {
    position: absolute;
    top: 3px;
    right: 8px
}

.account .box-information .box-actions {
    position: static;
    top: inherit;
    right: inherit;
}

.account .box-information .box-actions .action.edit {
    position: absolute;
    top: 8px;
    right: 8px;
}

.account .box .box-actions .action.edit span {
    display: none
}

.account .box .box-actions .action.edit {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-edit.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.account .column.main .block:not(.widget) .block-content .box {
    width: 100%
}

.account .block-dashboard-addresses .block-title > .action {
    float: right;
    background-color: #ab1917;
    color: #FFF;
    text-transform: uppercase;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold
}

.account .block-dashboard-addresses .block-title > .action:hover {
    text-decoration: none
}

/*.account .box-information .box-actions{position: inherit; top:5px; right:10px;}
.account .box-information .box-actions .action.edit{position: absolute; top:8px; right:8px}*/
.account .box-information .box-actions .action.change-password {
    padding-left: 10px;
    text-decoration: underline
}

.account-nav .item.current a {
    border: none;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/account-arrow.png");
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: center left;
    color: #ab1917;
    font-weight: 100;
    padding-left: 18px;
}

.account-nav .item {
    color: #444444;
    font-size: 14px
}

.account-nav .item a {
    transition: 0.3s all ease-out;
    background-position: center left -10px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/account-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: 6px 12px !important;
    color: #444
}

.account-nav .item a:hover {
    background: #e8e8e8;
    background-position: center left -2px;
}

.account #form-validate {
    max-width: 330px
}

.account #form-validate .account .action.primary {
    background-color: #ab1917
}

.account #form-validate .fieldset {
    margin-bottom: 20px
}

.account #form-validate .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 5px 0;
    text-align: left;
    width: 100%;
    float: none;
    display: block;
}

.account #form-validate .fieldset > .field {
    margin-bottom: 15px
}

.account #form-validate .fieldset .legend {
    margin-left: 0
}

.account #form-validate .fieldset > .field.choice::before, .account #form-validate .fieldset > .field.no-label::before {
    width: 0
}

.account #form-validate .fieldset > .field:not(.choice) > .control {
    width: 100%
}

.account #form-validate .actions-toolbar {
    margin-left: 0
}

.account #form-validate .actions-toolbar .save {
    width: 100%;
    background-color: #ab1917
}

.account #my-orders-table, .invoiceOrders table {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    border-collapse: inherit;
    font-size: 13px
}

.account #my-orders-table th, .invoiceOrders thead th {
    background-color: #e4e4e4;
    font-weight: bold;
    font-size: 14px;
    padding-top: 8px
}

.account #my-orders-table tr, .invoiceTable tr {
    border-bottom: 1px solid #E4E4E4
}

.account #my-orders-table.instore-orders tr.activeRow {
    background-color: #ddd;
}

.account #my-orders-table.instore-orders tr.activeRow > td {
    border-top: 2px solid #000
}

.account #my-orders-table.instore-orders tr.activeRow + .detailsRow .itemContainer {
    border-bottom: 2px solid #000
}

.account #my-orders-table a {
    text-decoration: underline
}

.account .sidebar-additional {
    display: none
}

.sales-order-view #maincontent a.action {
    background-color: #ab1917;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s all ease-out;
    padding: 5px 10px;
    color: #FFF;
    float: left
}

.sales-order-view a.action:hover {
    text-decoration: none
}

#my-orders-table td {
    padding: 8px 5px !important;
}

.sales-order-print .uspWrapper {
    display: none
}

.account .box-information .box-actions {
    margin-bottom: 10px;
}

.block-dashboard-orders .block-title > .action, .block-reviews-dashboard .block-title > .action {
    float: right;
    background-color: #ab1917;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
}

.block-dashboard-orders .block-title > .action:hover, .block-reviews-dashboard .block-title > .action:hover {
    text-decoration: none
}

.block-addresses-list .items.addresses li {
    position: relative
}

.block-addresses-list .items.addresses .item.actions {
    position: absolute;
    top: 0;
    right: 0
}

.block-addresses-list .items.addresses .item.actions span {
    display: none
}

.block-addresses-list .items.addresses .item.actions a {
    background-color: #FFF;
    height: 22px;
    width: 22px;
    display: block;
    float: left;
    margin-left: 10px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 22px;
}

.block-addresses-list .items.addresses .item.actions a.edit {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-edit.svg");
}

.block-addresses-list .items.addresses .item.actions a.delete {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-delete.svg");
}

.account .box-information .change-password {
    padding-left: 10px
}

.account .block-dashboard-addresses .action.edit {
    font-size: 11px;
    margin-left: 5px
}

.account .comment-box {
    display: none
}

.products-grid.wishlist .product-image-container {
    border: 1px solid #ECECEC;
    box-sizing: border-box
}

.wishlist-index-index .actions-toolbar .action {
    text-transform: uppercase;
    font-weight: bold
}

#my-orders-table .price-including-tax .price, .price-excluding-tax .price {
    font-size: 12px;
    font-weight: bold !important;
    color: #ab1917
}

.price-including-tax, .price-excluding-tax {
    font-size: 12px;
    line-height: inherit;
}

.account #my-orders-table th, .invoiceOrders thead th {
    padding-left: 10px
}

.invoiceOrders thead th {
    border-bottom: 1px solid #d1d1d1;
}

#my-orders-table.instore-orders td.total {
    text-align: center;
}

#my-orders-table.instore-orders td.total span {
    display: block;
    text-align: right;
    width: 84px;
}

.sales-order-view .page-title-wrapper .order-date {
    position: absolute;
    right: 0;
    margin-top: 10px
}

.sales-order-view .page-title-wrapper {
    position: relative
}

.sales-order-view .page-title-wrapper .actions-toolbar {
    position: absolute;
    top: 15px;
    right: 0;
    margin-bottom: 0
}

.sales-order-view .order-links .item {
    display: none
}

/*#my-orders-table table, #my-orders-table th, #my-orders-table td {border:1px solid red;}*/

.account .action.back {
    background-color: #DDD;
    padding: 7px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: bold;
    min-width: 50px;
    margin-top: 0 !important;
    font-size: 14px
}

.account .action.back:hover {
    text-decoration: none
}

.account .actions-toolbar .secondary {
    float: right
}

.account .actions-toolbar > .primary {
    float: left;
    width: 100%;
    width: calc(100% - 100px);
    max-width: 450px;
    text-align: left
}

.account.newsletter-manage-index #form-validate {
    max-width: inherit
}

/*.price-including-tax + .price-excluding-tax, .weee[data-label] {font-size:14px!important;line-height: 14px!important;}*/

#product-comparison td, #product-comparison th {
    border: 1px solid #DDD !important;
    padding: 10px 5px
}

#product-comparison tr td:last-child {
    border-right: none !important
}

#product-comparison thead th.remove, #product-comparison thead td.remove {
    border: none !important
}

#product-comparison th {
    font-weight: bold
}

.table-comparison .cell.attribute {
    font-size: 12px
}

.table-comparison .action.towishlist::before {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-list.svg");
    background-size: 12px 14px;
    background-position: top 1px left;
    background-repeat: no-repeat;
    content: "";
    width: 18px;
    height: 20px;
}

.table-comparison .action.towishlist span {
    margin-top: 2px;
}

.table-comparison .cell .attribute.value li {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/listing-bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 12px;
    margin-bottom: 7px;
}

body.catalog-product-compare-index .action.print {
    background-color: #ab1917;
    padding: 8px 15px;
    border-radius: 5px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.page-print .action.back {
    display: none !important
}

.customer-address-form #form-validate .actions-toolbar .save {
    font-size: 14px;
    padding: 7px;
    line-height: 16px;
}

.login-container .fieldset::after {
    font-size: 12px
}

.fieldset > .field.required > .label::after, .fieldset > .fields > .field.required > .label::after, .fieldset > .field._required > .label::after, .fieldset > .fields > .field._required > .label::after {
    font-size: 12px
}

.actions-toolbar .action.remind {
    text-decoration: underline
}

/*WISHLIST*/
.wishlist-index-index .actions-toolbar .primary {
    float: inherit;
    width: inherit;
    max-width: inherit;
    text-align: inherit;
}

.wishlist-index-index .actions-toolbar .secondary {
    float: inherit;
}

.mwishlist-product-item-actions a.action.copy {
    background: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/joblist-copy.svg) no-repeat left top transparent;
}

.mwishlist-product-item-actions a.action.move {
    background: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/joblist-move.svg) no-repeat left top transparent;
    width: 24px;
}

.mwishlist-product-item-actions a.action.edit {
    background: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/joblist-edit.svg) no-repeat left top transparent;
}

.mwishlist-product-item-actions a.action.delete {
    background: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/joblist-delete.svg) no-repeat left top transparent;
}

.mwishlist-product-item-actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mwishlist-product-item-actions a {
    opacity: 1
}


/*Invoices*/
/*
.invoiceOrders table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.invoiceOrders thead th {background-color:#000;color:#fff;}

.invoiceOrders td, .invoiceOrders th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}*/
.invoiceOrders td {
    cursor: pointer
}

.invoiceOrders tr:nth-child(4n-1), .instore-orders tr:nth-child(4n-1) {
    background-color: #f5f5f5;
}

.invoiceOrders .detailsRow, .instore-orders .detailsRow {
    display: none;
}

.invoiceOrders .detailsRow td {
    padding: 8px 9px;
    line-height: 22px;
}

.invoiceOrders .detailsRow td span {
    margin: 0px 5px;
}

.invoiceOrders .detailsRow td strong {
    margin-right: 3px;
}

.invoiceOrders .detailsRow .showonMobile {
    display: none;
}

.invoiceOrders td.invoiceTotal, .invoiceOrders td.paymentAmount {
    text-align: right;
}

#my-orders-table td.itemContainer {
    padding: 10px 25px 25px 25px !important;
    background-color: #ddd;
}

#my-orders-table td.itemContainer .itemTable {
    width: 100%;
    border-collapse: inherit;
    background-color: #fff;
}

#my-orders-table td.itemContainer .itemTable td, #my-orders-table td.itemContainer .itemTable tr {
    background-color: #fff
}

#my-orders-table td.itemContainer .itemTable thead {
    font-weight: bold;
    text-transform: uppercase;
}

#quote-sidebar .opc-block-summary {
    padding: 0px
}

#quote-sidebar .block .title {
    font-size: 20px
}

#quote-sidebar .action.primary {
    line-height: 1.2;
    padding: 10px;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 0;
    background: #D93600
}

.rfq-addnote {
    color: #444;
    text-decoration: underline;
    font-weight: 100
}

.quotation-quote-index .cart.main.actions #empty_cart_button {
    margin-bottom: 10px
}

.checkout-success .actions-toolbar {
    margin-top: 20px
}

#my-quotes-table .col.actions a {
    text-decoration: underline;
    margin-bottom: 5px;
    display: block
}

#my-quotes-table th {
    font-weight: 600
}

#my-quotes-table tr {
    border-bottom: 1px solid #DDD
}

#my-quotes-table tr td {
    vertical-align: middle
}

.quotation-quote-view .column.main .primary .action {
    line-height: 1.2;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}

.quote-items {
    margin-top: 20px
}

.quotation-quote-view #shopping-cart-table .product-item-name > span {
    display: none
}

.quotation-quote-view .table-wrapper #shopping-cart-table.table > tbody > tr td::before {
    display: none
}

#product-addtoquote-button span {
    position: relative;
    padding-left: 20px;
}

#product-addtoquote-button span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-quote-white.svg");
    background-size: 17px 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: -5px
}

.invoicing-customer-index .wantoPay {
    margin: 20px 0px 15px 0px;
    font-size: 14px;
}

/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
    .quotation-quote-index .cart-container .cart-summary {
        min-width: 25%;
    }
}

@media only screen and (min-width: 900px) {

}

@media only screen and (min-width: 901px) {
    .account .column.main .block:not(.widget) .block-content .box {
        width: 45%
    }

    .wishlist-index-index .actions-toolbar .secondary {
        float: right;
    }

}

@media only screen and (max-width: 900px) {
    .account .column.main .block:not(.widget) .block-title > strong {
        font-size: 16px
    }

    .account .block-dashboard-addresses .block-title .action.edit, .block-dashboard-orders .block-title > .action {
        margin-top: -10px
    }

    .account .page-title-wrapper {
        margin-left: 50px
    }

    .account .columns .sidebar-main {
        top: 40px;
        background-color: #f5f5f5
    }

    .wishlist-index-index .product-item {
        width: 47%;
        padding: 0 !important;
        margin-right: 6%;
        margin-bottom: 35px;
        border-bottom: none !important
    }

    .wishlist-index-index .product-item:nth-child(2n) {
        margin-right: 0
    }

    .products-grid.wishlist {
        margin-right: 0
    }

    .products-grid.wishlist .product-item-photo {
        width: 100%
    }

    .products-grid.wishlist .product-image-container {
        max-width: 100%
    }

    .products-grid.wishlist .product-item-name {
        margin-left: 0;
        font-size: 12px
    }

    .products-grid.wishlist .product-item .price-box {
        margin-left: 0;
    }

    .products-grid.wishlist .product-item:first-child {
        border-top: none !important
    }

    .sales-order-view .page-title-wrapper .actions-toolbar {
        top: 55px
    }

    .order-actions-toolbar .action {
        margin-right: 10px
    }

    .sales-order-view .order-details-items .actions-toolbar .back {
        width: calc(100% - 20px);
        font-size: 14px;
        font-weight: bold !important
    }

    .order-details-items {
        padding-bottom: 50px;
    }

    .sales-order-view .page-title {
        margin-right: 0 !important
    }

    .account h1 {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .account .page.messages {
        margin-bottom: 0;
    }

    .account .actions-toolbar > .primary {
        margin-top: -7px
    }

    .products-grid.wishlist .product-item-actions {
        display: table
    }

    .products-grid.wishlist .product-item .field.qty {
        display: inherit
    }
}

@media only screen and (max-width: 500px) {
    .sales-order-history #my-orders-table td.actions {
        display: block
    }

    .products-grid.wishlist .product-item .box-tocart {
        margin-right: 0;
        width: 100%
    }

    .products-grid.wishlist .product-item-info .price-box {
        margin-bottom: 15px
    }

    #mwishlist-tabs-body .mwishlist-product-item-cart .action.tocart {
        padding: 5px 9px
    }

    #mwishlist-tabs-body .mwishlist-product-item-cart fieldset > * {
        width: calc(100% - 150px);
        margin-left: 0;
        margin-right: 10px;
    }

    #mwishlist-tabs-body .mwishlist-product-item-cart fieldset .product-item-actions {
        width: 130px;
    }

    #mwishlist-tabs-body .mwishlist-product-item-cart fieldset > *, #mwishlist-tabs-body .mwishlist-product-item-cart fieldset .field.qty > * {
        margin-left: 0
    }

    .invoiceOrders td:nth-child(2n), .invoiceOrders th:nth-child(2n) {
        display: none;
    }

    .invoiceOrders .detailsRow .showonMobile {
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    #my-quotes-table tr .col {
        width: 25%
    }

    #my-quotes-table tr .col.id {
        padding-top: 5px
    }
}

@media only screen and (max-width: 768px) {
    .quotation-quote-view .cart.table-wrapper .product-item-photo {
        float: left;
    }

    .cart.table-wrapper .product-item-details {
        float: right;
        max-width: calc(100% - 70px);
    }

    .cart.table-wrapper .product-item-name {
        margin-top: 10px
    }

    .quotation-quote-view .cart.table-wrapper .item .col.qty, .quotation-quote-view .cart.table-wrapper .item .col.sku {
        text-align: left;
    }

    .quotation-quote-view .cart.table-wrapper .item .col.qty, .quotation-quote-view .cart.table-wrapper .item .col.price, .quotation-quote-view .cart.table-wrapper .item .col.sku {
        padding-bottom: 5px
    }

    .quotation-quote-view #shopping-cart-table tr.item-info {
        border-bottom: 1px solid #DDD;
        display: table;
    }

    .block-dashboard-info .block-title span {
        float: none !important;
        display: block
    }
}/*
    Main Template CSS
*/

/*BASKET*/
.cart-container .checkout-methods-items .action.primary {
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1.2;
}

.cart-summary > .title {
    font-size: 16px;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold
}

.column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

.cart-summary .block > .title, .paypal-review-discount .block > .title {
    padding-left: 0;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    padding: 14px 0px;
}

.cart.main.actions .action.continue, .cart.main.actions #empty_cart_button, .cart.main.actions .action.update {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.5;
}

.main.cart.actions .download.cart {
    margin-bottom: 10px;
}

.cart-container .form-cart .action.update::before {
    transition: 0.5s all ease-out
}

.cart-container .form-cart .action.update:hover::before {
    transform: rotate(360deg)
}

.cart.table-wrapper .actions-toolbar .action-edit {
    display: none
}

.cart.table-wrapper .actions-toolbar .action-delete {
    background: transparent;
    border: none;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: 100;
    padding: 0;
    font-size: 12px;
    line-height: 1.2rem;
    text-decoration: underline;
    float: right;
}

/*.cart.table-wrapper .item-actions {position: absolute; right: 0; margin-top: -50px;}*/
.cart.table-wrapper .item-actions .action-delete {
    position: absolute;
    right: 0;
    margin-top: -50px;
}

.cart.table-wrapper .price-including-tax, .cart.table-wrapper .price-excluding-tax {
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

.price-including-tax .price, .price-excluding-tax .price {
    font-weight: 100
}

.cart.table-wrapper .product-image-container {
    width: 100px !important
}

.cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
    font-weight: bold;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

.cart.table-wrapper .actions-toolbar > .action.action-towishlist {
    display: none
}

.cart.table-wrapper .price-excluding-tax::after, .cart.table-wrapper .price-including-tax::after, .cart.table-wrapper .weee[data-label]::after {
    display: block
}

.cart.table-wrapper .product-item-name {
    min-height: inherit
}

.cart-container .form-cart .actions button, .cart-container .form-cart .actions .action.continue, .opc-wrapper .action-select-shipping-item, .opc-wrapper .action-show-popup {
    background-color: #FFF;
    color: #ab1917;
    border: 1px solid #ab1917;
    transition: 0.3s all ease-out;
    text-transform: uppercase;
    line-height: 1.6
}

.cart-container .form-cart .actions button:hover, .cart-container .form-cart .actions .action.continue:hover, .opc-wrapper .action-select-shipping-item:hover, .opc-wrapper .action-show-popup:hover {
    background-color: #ab1917;
    color: #FFF;
}

#checkout .authentication-wrapper {
    display: none;
}

#checkout-step-shipping #customer-email-fieldset div.mage-error[generated] {
    text-align: left;
    padding-top: 23px;
}

#co-shipping-method-form .price-including-tax + .price-excluding-tax:before, .weee[data-label]:after {
    font-size: 12px
}

#co-shipping-method-form .price-excluding-tax {
    margin-left: 4px
}

#co-shipping-method-form .price-including-tax + .price-excluding-tax:before {
    content: " "; /*float: right;*/
}

#co-shipping-method-form .cart-summary .price-including-tax + .price-excluding-tax:after,
    /*#co-shipping-method-form .price-excluding-tax:after {content:" "!important;    margin-left: 7px;;}*/
#co-shipping-method-form .price-including-tax + .price-excluding-tax:after {
    content: " " attr(data-label);
}

#co-shipping-method-form .price-including-tax {
    display: block;
    margin-left: 4px;
}

/*MINI BASKET*/
.block-minicart .block-content > .actions > .primary .action.primary {
    font-size: 18px;
    padding: 8px;
    line-height: 20px;
}

#minicart-content-wrapper .action.viewcart {
    background-color: #DDD;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#minicart-content-wrapper .action.viewcart:hover {
    text-decoration: none
}

.minicart-items .product-item-details {
    text-align: left;
    position: relative;
}

.minicart-items .product-item-name {
    max-width: calc(100% - 35px);
}

.minicart-items .product-item-name a {
    color: #000;
}

.minicart-items .product-item-pricing .price-container {
    float: left
}

.minicart-items .product-item-pricing .details-qty {
    float: right;
    margin-top: -6px;
}

.minicart-wrapper .product .actions {
    clear: both;
    margin: 0;
    position: absolute;
    top: -5px;
    right: 0;
}

.minicart-wrapper .product.options {
    display: none
}

.minicart-wrapper .product .actions > .primary {
    display: none
}

.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 0
}

.minicart-wrapper .price-container .price {
    font-size: 24px !important;
    font-weight: bold;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
}

.price-excluding-tax .price, .price-including-tax .price {
    color: #ab1917
}

.price-including-tax .price, .price-including-tax + .price-excluding-tax .price, .weee[data-label] .price {
    font-size: 16px;
    font-weight: bold !important;
}

#minicart-content-wrapper .price-container .price-wrapper.price-including-tax .price {
    font-size: 21px !important;
    font-weight: bold !important;
}

#cart-totals .data.table.totals .totals.sub.excl {
    display: none;
}

#cart-totals .data.table.totals .totals.sub.incl {
    display: none;
}

#cart-totals .data.table.totals .totals-tax { /*display:table-row-group;*/
    order: 3;
}

#cart-totals .data.table.totals .grand.totals.incl { /*display:table-footer-group;*/
    order: 4;
}

#cart-totals .data.table.totals .grand.totals.excl { /*display:table-header-group*/
    order: 2;
}

#cart-totals .data.table.totals .totals.shipping.incl {
    order: 1;
}

#cart-totals .data.table.totals tr th {
    width: 100%;
    font-weight: bold;
    padding: 6px 0px;
    vertical-align: middle;
}

#cart-totals .data.table.totals tr td {
    padding: 6px 0px;
    vertical-align: middle;
    font-weight: bold;
}

#cart-totals .data.table.totals {
    margin-bottom: 10px;
}

#block-discount .title {
    padding-top: 14px;
}

.cart-summary .block > .title:after {
    top: 8px;
}

.cart-container .checkout-methods-items {
    margin-top: 10px;
}

#discount-coupon-form .actions-toolbar .primary, #discount-coupon-form .actions-toolbar .primary button {
    width: 100%
}

.block-minicart .subtotal {
    margin-top: 10px
}

.block-minicart .subtotal .price-container {
    margin-top: 10px
}

#cart-totals .data.table.totals {
    table-layout: fixed;
}

#cart-totals .data.table.totals tbody {
    display: flex;
    flex-flow: column;
}


/*CHECKOUT*/
.opc-progress-bar {
    margin-top: 20px
}

.opc-progress-bar-item > span {
    font-size: 12px
}

.opc-progress-bar-item > span::after {
    font-size: 18px
}

.opc-progress-bar-item._active > span::after, .opc-progress-bar-item._complete > span::after {
    font-size: 26px
}

.opc-progress-bar-item._active > span::before, .opc-progress-bar-item._active::before {
    background: #ab1917;
}

.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    border-bottom: 5px solid #ffed00;
    color: #ab1917;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold
}

.opc-wrapper .step-title {
    margin: 0px 15px 15px 15px
}

.opc-block-summary > .title {
    font-size: 20px
}

.methods-shipping .actions-toolbar .action.primary {
    font-size: 20px;
    padding: 5px 17px;
}

#checkout .action-auth-toggle {
    color: #FFF
}

.block-content .action.action-login {
    background: #ab1917;
    color: #FFF;
    text-transform: uppercase;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-size: 20px;
    padding: 5px 17px;
    font-weight: bold
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ab1917;
    border-radius: 5px;
    color: #444
}

.opc-wrapper .shipping-address-item.selected-item a {
    color: #444
}

.opc-wrapper .shipping-address-item.selected-item::after {
    background-color: #ab1917
}

.opc-block-summary .product-item .price {
    font-size: 19px;
}

.opc-block-summary table > tbody > tr > th, .opc-block-summary table > tbody > tr > td {
    padding: 4px 10px
}

.opc-block-summary .grand.incl + .grand.excl .mark, .opc-block-summary .grand.incl + .grand.excl .amount {
    font-size: 15px;
    padding-top: 5px;
}

.opc-block-summary .items-in-cart > .title, .opc-block-summary .items-in-cart > .title strong span {
    font-size: 15px;
}

.opc-block-summary .grand.incl + .grand.excl {
    display: none;
}

.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
    padding-top: 3px;
}

.opc-block-summary .product-item .price {
    font-size: 14px
}

.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
    font-size: 14px
}

.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    line-height: 18px;
    padding: 9px 11px;
    font-size: 18px;
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
    margin: 0px 15px;
}

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    margin-top: 20px;
    border-top: 1px solid #cccccc;
}

.opc-block-shipping-information .shipping-information-title {
    font-size: 20px;
}

.payment-option-title #block-discount-heading,
.payment-option-title #block-comment-heading {
    width: 100%;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    border-bottom: 5px solid #ffed00;
    color: #ab1917;
    font-size: 20px;
    font-weight: bold;
}

.opc-wrapper .form-discount {
    max-width: 100%;
}

.checkout-payment-method .step-content .payment-option-title {
    border-top: 0;
    padding: 20px 0;
}

.checkout-payment-method .payment-option-content {
    padding: 0 0 20px 0px;
}

#discount-form .payment-option-inner {
    width: calc(100% - 210px);
    float: left;
}

.opc-wrapper .form-discount .actions-toolbar {
    margin: 0;
    padding: 0;
}

#discount-form .actions-toolbar .primary .action-apply {
    cursor: default;
    line-height: 18px;
    padding: 9px 11px;
    font-size: 18px;
    background: #ab1917;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.payment-method .label {
    display: unset !important;
}

.payment-method .label span {
    display: none;
}

.payment-method-billing-address {
    line-height: 1.6;
}

.billing-address-same-as-shipping-block label {
    display: inline-block;
}

.checkout-payment-method .payment-method-content {
    padding: 0;
}

.opc-payment-additional.discount-code .payment-option-content {
    display: block !important;
}

#discount-form #discount-code {
    height: 37px;
}

.checkout-payment-method .payment-option-title .action-toggle:after, .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: "";
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 23px;
}

.checkout-payment-method .checkout-billing-address {
    margin: 0px;
}

.payment-group .payment-method {
    margin: 0px 15px;
}

.opc-wrapper .action-select-shipping-item {
    float: none
}

.opc-wrapper .step-title {
    margin-left: 0;
    margin-right: 0
}

.opc-wrapper .shipping-address-item {
    border: 2px solid #AEAEAE;
    border-radius: 5px;
    width: 47%;
    margin-right: 3%;
    padding: 15px 18px 15px 18px;
    color: #AEAEAE;
}

.opc-wrapper .shipping-address-item a {
    color: #AEAEAE
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart {
    border: none;
    z-index: 12;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: transparent;
    padding-top: 4px;
}

.opc-block-shipping-information .shipping-information-title .action-edit::before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-edit.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    content: "";
    height: 30px;
    width: 30px;
    background-position: center;
}

.checkout-payment-method .checkout-billing-address .action-cancel {
    background-color: #f2f2f2;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    color: #444;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px !important;
    margin-right: 10px;
}

.checkout-payment-method .checkout-billing-address .action-cancel:hover {
    text-decoration: none;
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555;
}

.modal-custom .action-close {
    z-index: 4
}

.totals.shipping.incl .mark .label {
    padding-left: 0
}

.table-checkout-shipping-method td span.price-including-tax {
    margin-left: 4px;
}

/* Edits to Click & Collect */
.pas-store__col {
    font-size: 0;
    text-align: justify;
}

.pas-store__col:after {
    content: ' ';
    width: 100%;
    height: 0px;
    display: inline-block;
    overflow: hidden;
}

.pas-store__inner {
    display: inline-block;
    font-size: 12px;
}


/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
    .opc-wrapper .shipping-address-item {
        width: 30.333%
    }
}

@media only screen and (max-width: 899px) {
    .checkout-payment-method .payment-option {
        margin: 0px 15px;
    }
}

@media only screen and (max-width: 899px) {
    .checkout-payment-method .payment-option .payment-option-content {
        padding: 0px 0px 20px;
    }
}

@media only screen and (max-width: 500px) {
    ._has-modal-custom .opc-block-summary .product-item .product-item-name-block, ._has-modal-custom .opc-block-summary .product-item .subtotal {
        display: block
    }
}

@media only screen and (max-width: 639px) {
    .opc-wrapper .shipping-address-item {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .cart.table-wrapper .item-actions {
        position: inherit;
        right: 0;
        margin-top: 0;
    }

    .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
        font-size: 20px
    }

    .opc-block-summary > .title {
        font-size: 16px
    }

    .opc-progress-bar {
        margin-top: 120px;
    }

    .cart.table-wrapper .item-actions .action-delete {
        position: initial;
        right: 0;
        margin-top: 0px;
    }

    .minicart-wrapper .price-container .price {
        font-size: 16px !important
    }

    #minicart-content-wrapper .price-container .price-wrapper.price-including-tax .price {
        font-size: 16px !important;
    }

    .block-minicart .block-content > .actions > .primary .action.primary, #minicart-content-wrapper .action.viewcart {
        font-size: 14px
    }

    .minicart-items .product-item-pricing .details-qty {
        display: none
    }
}

.checkout-index-index .panel.wrapper,
.checkout-index-index .trustpilot-widget,
.checkout-index-index .minicart-wrapper,
.checkout-index-index .block-search,
.checkout-index-index .top-container {
    display: none;
}

.checkout-index-index .page-header {
    border-bottom: solid 1px #C2C2C2;
}

.checkout-index-index .header.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
}

.checkout-index-index .header.content .logo {
    display: block;
    max-width: unset;
    margin: 0;
    padding: 0;
    height: 61px;
    background-size: 100% 61px;
    flex-basis: 50%;
}

.checkout-index-index .header.content .logo img {
    height: 61px;
}

.checkout-index-index .header-telephone {
    margin: 0;
    line-height: 1;
    flex-basis: 50%;
    text-align: right;
}

.checkout-index-index .opc-sidebar {
    margin: 0 0 20px;
}

.checkout-index-index .opc-wrapper label,
.checkout-index-index .opc-wrapper .label {
    display: none;
}

.checkout-index-index .form-login,
.checkout-index-index .form-shipping-address {
    max-width: 100% !important;
}

.checkout-index-index .fieldset > .field:not(.choice) > .control {
    width: unset;
    float: unset;
}

.checkout-index-index .field .control._with-tooltip input {
    width: 100%;
}

.checkout-index-index .field-tooltip .field-tooltip-action {
    position: relative;
    top: 10px;
    right: 10px;
}

.checkout-shipping-address .step-title,
.checkout-shipping-method .step-title {
    color: #000000;
    border-bottom: 0;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.checkout-index-index .footer.content,
.checkout-index-index .links {
    display: none;
}

.checkout-index-index .footer {
    padding: 0;
}

.checkout-index-index .copyright {
    margin: 0;
    padding: 0;
}

.checkout-index-index .methods-shipping .actions-toolbar .action.primary {
    padding: 17px 38px;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    min-width: 261px;
}

.actions-toolbar {
    margin-bottom: 10px;
}

.checkout-index-index .actions-toolbar {
    margin: 0 !important;
    border-top: solid 1px #cccccc;
    padding: 16px 0 0;
}

.checkout-index-index .opc {
    max-width: 583px;
}

.minicart-items .product-item-details .details-qty,
.opc-block-summary .items-in-cart .product {
    font-size: 14px;
}

.table-checkout-shipping-method td.col-price {
    width: 150px;
}

.checkout-index-index .fieldset.address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout-index-index .fieldset.address .field {
    flex-basis: 49%;
}

.checkout-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom: 5px solid #ffed00;
    padding: 21px 0;
    margin: 0 0 20px;
}

.checkout-header__title h1 {
    color: #9E2A21;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
}

.opc-progress-bar {
    margin: 0;
}

.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    width: unset !important;
    height: unset !important;
}

.checkout-payment-method .step-title,
.payment-option-title #block-discount-heading,
.payment-option-title #block-comment-heading {
    border-bottom: 0;
    color: #000000;
    font-size: 20px;
}

.checkout-payment-method .actions-toolbar {
    border-top: 0;
}

@media only screen and (max-width: 900px) {
    .checkout-index-index .page-header {
        position: relative;
    }
    .checkout-header {
        display: flex;
        flex-direction: column;
        border-bottom: 0;
        padding: 0;
        margin: 0 0 20px;
    }

    .checkout-header__title {
        display: none;
    }

    .checkout-header__progress {
        margin: 0;
        flex-basis: 100%;
        width: 100%;
    }
    .checkout-index-index .page-header {
        height: unset !important;
        margin: 0 0 30px;
        padding: 14px 16px;
    }

    .checkout-index-index .header.content {
        padding: 0;
    }

    .checkout-index-index .header.content .logo {
        height: 33px;
    }

    .checkout-index-index .header.content .logo img {
        height: 33px;
    }

    .checkout-index-index .opc {
        max-width: 100%;
    }

    .checkout-index-index .header-telephone {
        display: block;
        font-weight: bold;
        font-size: 18px;
    }

    .checkout-index-index .fieldset.address .field {
        flex-basis: 100%;
    }

    .checkout-index-index .block.block-search {
        display: none;
    }

    .checkout-index-index .page-wrapper .top-container {
        margin-top: 60px;
    }

    .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
        left: -10px
    }

    .opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
        background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-cart-menu.svg);
        background-size: 55px 30px;
        width: 55px;
    }

    .checkout-index-index .page-header {
        height: 60px
    }

    .checkout-index-index .opc-progress-bar {
        margin-top: 0px;
    }

    .opc-wrapper .step-title {
        margin-left: 15px;
        margin-right: 15px;
    }

    #discount-form .payment-option-inner {
        width: 100%;
        max-width: 500px
    }

    #shipping .step-title, #opc-shipping_method .step-title {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    ._has-modal-custom .minicart-items .product-item-name {
        max-width: inherit;
        min-height: inherit
    }

    ._has-modal-custom .modal-custom .action-close {
        margin: 15px 15px 5px 5px;
    }

    ._has-modal-custom .modal-custom .action-close::before {
        color: #FFF;
        background-color: #ab1917;
        background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/closer.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        display: block;
        content: "";
        height: 30px;
        width: 30px;
        background-position: center;
    }

    ._has-modal-custom .opc-block-summary {
        padding-top: 60px
    }
}

.checkout-index-index .fieldset > .field {
    margin: 0 0 8px;
}


@media only screen and (max-width: 900px) {
    .fieldset > form > .field {
        margin: 0 0 8px;
        box-sizing: border-box;
    }

    .fieldset > form > .field:before, .fieldset > form > .field:after {
        content: '';
        display: table;
    }

    .fieldset > form > .field:after {
        clear: both;
    }

    .fieldset > form > .field:not(.choice) > .label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }

    .opc-wrapper .fieldset > form > .field > label {
        padding-right: 25px;
    }

    .fieldset > form > .field:not(.choice) > .control {
        width: 100%;
        float: left;
    }

    .fieldset > .field:not(.choice) > .control {
        width: 100%;
        float: left;
    }

}


.abs-discount-block.active > .title:after, .cart-summary .block.active > .title:after, .paypal-review-discount .block.active > .title:after {
    content: '\e617';
    transform: rotate(-90deg);
}

.abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    content: '\e608'
}

.deliveryNote + div label, .deliveryNote + form div label {
    text-align: left !important;
}

.deliveryNote + div div, .deliveryNote + form div div {
    width: 100% !important;
    margin-top: 7px;
}

.deliveryNote .payment-option-content {
    padding: 0px !important
}

.opc-estimated-wrapper {
    display: none !important
}

.cart-container .checkout-methods-items .item + .item {
	display: none;
}

/* USP section */
.usp-header {
    display: flex;
    align-items: center;
}

.usp-header-title {
    text-align: center;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    font-size: 25px;
    padding: 20px;
}

.usp-header-break {
    border-top: 1px solid #707070;
    opacity: 1;
    flex: 1;
}

.usp-section {
    display: flex;
    align-items: center;
    padding: 15px 0px 15px 15px;
}

.usp-section-icon {
    flex: 1;
    text-align: center;
}

.usp-section-text {
    flex: 5;
    text-align: left;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
    font-size: 18px;
}

.usp-van-image {
    width: 51px;
    height: 31px;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/usp-van.svg);
    background-repeat: no-repeat;
}

.usp-badge-image {
    width: 51px;
    height: 60px;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/usp-badge.svg);
    background-repeat: no-repeat;
}

.usp-cart-image {
    width: 51px;
    height: 41px;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/usp-cart.svg);
    background-repeat: no-repeat;
}

.usp-trustpilot-rating-container {
    display: flex;
    align-items: center;
    padding: 15px;
}
.usp-trustpilot-rating-image {
    height: 40px;
    width: auto;
    flex: 1;
    text-align: right;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/usp-trustpilot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.usp-trustpilot-rating-image a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #FFF;
    opacity: 0;
}
/*
    Main Template CSS
*/


/*.mpblog-post-view .columns, .mpblog-post-index .columns, .mpblog-category-view .columns, .mpblog-month-view .columns, .mpblog-tag-view .columns{margin-top: 20px}*/

.mpblog-post-view h1 {
    font-size: 24px
}

.mpblog-post-view .post-view-image {
    display: none
}

.mpblog-post-view p {
    font-size: 14px;
    margin-bottom: 10px
}

.mp-read-more {
    display: none
}

.mpblog-post-index.page-layout-2columns-right .sidebar-main,
.mpblog-category-view.page-layout-2columns-right .sidebar-main,
.mpblog-post-view.page-layout-2columns-right .sidebar-main,
.mpblog-tag-view.page-layout-2columns-right .sidebar-main,
.mpblog-month-view.page-layout-2columns-right .sidebar-main {
    width: 20%;
    margin-left: 5%;
    padding-left: 0
}

.mpblog-post-index.page-layout-2columns-right .column.main,
.mpblog-category-view.page-layout-2columns-right .column.main,
.mpblog-post-view.page-layout-2columns-right .column.main,
.mpblog-tag-view.page-layout-2columns-right .column.main,
.mpblog-month-view.page-layout-2columns-right .column.main {
    width: 75%
}

.list-post-tabs a {
    color: #ab1917
}

#mpblog-list-container a {
    text-decoration: underline !important;
    color: #ab1917 !important
}

.block-blog-related.blog-comment {
    display: none
}

.block-mp-sidebar-heading {
    color: #ab1917;
    margin-bottom: 15px;
    font-size: 16px !important;
    padding-bottom: 3px;
    font-weight: bold !important
}

.mp-sidebar .block-content {
    padding-left: 0
}

.mp-sidebar .tags-list {
    font-size: 11px !important;
    transition: 0.3s all ease-out
}

.mp-sidebar .tags-list:hover {
    text-decoration: none !important
}

.mpblog-post-view strong {
    font-weight: bold
}

.mpblog-post-view i {
    font-style: italic
}

.mp-sidebar a.label.label-default.tags-list {
    padding: 5px 10px
}

.mp-footer-links-light {
    display: none
}

.mp-sidebar.product.info.detailed {
    display: none
}

.mpblog-post-view i:before {
    font-style: normal;
}

.mp-blog-rss {
    display: none
}

.post-item-list .post-image {
    min-width: 250px;
    height: 150px;
    width: 200px;
    overflow: hidden;
}

.post-item-list .post-image img {
    height: 150px;
    width: auto;
    max-width: inherit;
    max-height: inherit;
}

.post-post_content.col-xs-12 > img {
    margin-bottom: 30px
}

.post-post_content + .col-xs-12 {
    clear: both
}

.post-post_content h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    clear: both;
    border-bottom: 1px solid #DDD;
    text-transform: uppercase
}

.post-post_content h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    clear: both
}

.post-post_content ul {
    margin-left: 0px;
    margin-bottom: 15px
}

.post-post_content ul li {
    padding-left: 15px;
    font-size: 14px;
    list-style: none;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-bullet.svg);
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-size: 5px 5px;
    margin-bottom: 5px
}

.post-post_content ol {
    list-style: decimal
}

.post-post_content ol li {
    margin-left: 20px
}

.post-post_content table {
    border-collapse: collapse
}

.post-post_content td {
    border: 1px solid #DDD;
    margin-bottom: 20px;
    padding: 5px;
}

.post-post_content th {
    background-color: #DDD;
    font-weight: bold;
    padding: 5px;
}


.mpblog-post-view .breadcrumbs .items > li:last-child {
    display: none
}

.mpblog-post-index .mobile-menu-button, .mpblog-post-view .mobile-menu-button, .mpblog-category-view .mobile-menu-button, .mpblog-tag-view .mobile-menu-button, .mpblog-month-view .mobile-menu-button {
    top: 0px
}

.mpblog-post-index.page-layout-2columns-right .sidebar-main, .mpblog-post-view.page-layout-2columns-right .sidebar-main, .mpblog-category-view.page-layout-2columns-right .sidebar-main, .mpblog-tag-view.page-layout-2columns-right .sidebar-main, .mpblog-month-view.page-layout-2columns-right .sidebar-main {
    width: 250px;
    margin-left: 50px
}

.mpblog-post-index.page-layout-2columns-right .column.main, .mpblog-post-view.page-layout-2columns-right .column.main, .mpblog-category-view.page-layout-2columns-right .column.main, .mpblog-tag-view.page-layout-2columns-right .column.main, .mpblog-month-view.page-layout-2columns-right .column.main {
    width: calc(100% - 350px)
}

#mpblog-list-container .post-info-wraper h2.mp-post-title a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
}

.post-info-wraper {
    padding: 0px 15px 10px 15px;
}

.mp-post-info {
    margin-bottom: 10px
}

.menu-archives {
    padding-left: 0
}

.menu-archives .fa {
    font-size: 16px
}

.menu-categories .fa {
    font-size: 17px
}

ul.menu-categories li.category-item {
    margin-bottom: 10px
}

ul.menu-categories a.list-categories {
    margin-left: 0px
}

ul.menu-categories li .mp-blog-expand-tree-2 + .list-categories, ul.menu-categories li .mp-blog-narrow-tree-2 + .list-categories {
    margin-left: 10px
}

ul.menu-categories li .mp-blog-expand-tree-2 + .list-categories, ul.menu-categories li .mp-blog-narrow-tree-2 + .list-categories {
    pointer-events: none;
}

ul.menu-categories .category-level3 {
    margin-left: 10px
}

ul.menu-categories li .mp-blog-expand-tree-2 + .list-categories .fa::before {
    content: "\f114";
}

ul.menu-categories li .mp-blog-narrow-tree-2 + .list-categories .fa-folder-open-o::before {
    content: "\f115";
}

.fa-folder-open-o::before {
    content: "\f1ea";
}

.col-mp {
    padding: 0
}


#mpblog-list-container .mp-6 {
    width: 30%;
    margin-right: 5%
}

#mpblog-list-container .mp-6:nth-child(3n) {
    margin-right: 0
}

#mpblog-list-container .mp-6:nth-child(3n+1) {
    clear: both
}

#mpblog-list-container .post-image img.img-responsive {
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
    position: relative
}

#mpblog-list-container .post-image {
    min-height: inherit
}

#mpblog-list-container .post-image a {
    display: block;
    overflow: hidden
}

#mpblog-list-container .post-image a:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    transition: 0.3s all ease-out;
    border: 1px solid transparent;
}

#mpblog-list-container .post-image a:hover::after {
    border: 15px solid #ab1917;
    opacity: 0.9;
}

#mpblog-list-container .post-image a img {
    transition: 0.9s all ease-out;
}

/*#mpblog-list-container .post-image a:hover img{transform: scale(1.1);}*/

#mpblog-list-container .post-info-wraper {
    padding: 10px 0
}

#mpblog-list-container .pager {
    clear: both;
    display: block
}

#mpblog-list-container .post-item-wraper:hover {
    box-shadow: none
}

.velux-redbox {
    border: 2px solid #ab1917;
    clear: both;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.velux-redbox ul {
    margin-bottom: 0
}

#mpblog-list-container .velux-registerbutton {
    background-color: #ab1917;
    color: #FFF !important;
    text-decoration: none !important;
    padding: 15px;
    font-weight: 600;
    display: table
}

.mpblog-post-view .winners {
    max-width: 50%;
    float: left;
    margin-bottom: 20px
}

.mpblog-post-view .winners td {
    text-align: center;
    width: 25%
}

.mpblog-post-view .winners tr:last-child td {
    border: none
}

.mpblog-post-view .winners.two td {
    border-left: none
}

.mpblog-post-view .round-winners {
    display: table
}

.mpblog-post-view .round-winners li {
    float: left;
    width: 29%;
    padding-left: 0;
    background-image: none;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 4%
}

.mpblog-post-view .round-winners li img {
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
}

.mpblog-post-view .bikers td {
    border: none;
    vertical-align: middle
}

.mpblog-post-view .bikers td:first-child {
    vertical-align: top
}

.mpblog-post-view .bikers td img {
    border-radius: 50%
}

.mpblog-post-view .bikers tr td:first-child {
    width: 150px
}

.mpblog-post-view .bikers h4 {
    font-weight: bold;
    font-size: 16px
}

#mpblog-list-container .limiter {
    display: none
}

#mpblog-list-container .pages .items a {
    text-decoration: none !important
}

.mpblog-post-view.page-layout-2columns-right .column.main {
    max-width: 800px;
}

.mpblog-post-view.page-layout-2columns-right .sidebar-main {
    float: right;
    border-left: 1px solid #DDD;
    padding-left: 50px;
    margin-left: 0;
    width: 300px
}

#mpblog-list-container .post-list-content {
    width: 100%;
    padding: 0
}

#mpblog-list-container .post-post_content {
    margin: 0;
    padding: 0
}


/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 900px) {
    .mpblog-post-index.page-layout-2columns-right .sidebar-main,
    .mpblog-post-view.page-layout-2columns-right .sidebar-main,
    .mpblog-category-view.page-layout-2columns-right .sidebar-main,
    .mpblog-tag-view.page-layout-2columns-right .sidebar-main,
    .mpblog-month-view.page-layout-2columns-right .sidebar-main {
        width: 20%;
        margin-left: 0%;
        padding-left: 0;
        top: 40px
    }

    .mpblog-post-index.page-layout-2columns-right .sidebar-main.open,
    .mpblog-post-view.page-layout-2columns-right .sidebar-main.open,
    .mpblog-category-view.page-layout-2columns-right .sidebar-main.open,
    .mpblog-tag-view.page-layout-2columns-right .sidebar-main.open,
    .mpblog-month-view.page-layout-2columns-right .sidebar-main.open {
        left: 0;
    }

    .mpblog-post-index.page-layout-2columns-right .column.main,
    .mpblog-post-view.page-layout-2columns-right .column.main,
    .mpblog-category-view.page-layout-2columns-right .column.main,
    .mpblog-tag-view.page-layout-2columns-right .column.main,
    .mpblog-month-view.page-layout-2columns-right .column.main {
        width: 100%
    }

    .mpblog-post-index .sidebar-main,
    .mpblog-post-view .sidebar-main,
    .mpblog-category-view .sidebar-main,
    .mpblog-tag-view .sidebar-main,
    .mpblog-month-view .sidebar-main {
        top: -15px;
        width: 300px !important;
        padding: 10px;
        margin-left: 0
    }

    .mpblog-post-index .page-title-wrapper,
    .mpblog-post-view .page-title-wrapper,
    .mpblog-category-view .page-title-wrapper,
    .mpblog-tag-view .page-title-wrapper,
    .mpblog-month-view .page-title-wrapper {
        margin-left: 40px
    }

    .mpblog-post-index.page-layout-2columns-right .sidebar-main,
    .mpblog-post-view.page-layout-2columns-right .sidebar-main,
    .mpblog-category-view.page-layout-2columns-right .sidebar-main,
    .mpblog-tag-view.page-layout-2columns-right .sidebar-main,
    .mpblog-month-view.page-layout-2columns-right .sidebar-main {
        margin-left: 0px;
        padding-left: 15px
    }
}

@media only screen and (max-width: 768px) {
    #mpblog-list-container .mp-6 {
        width: 47%;
        margin-right: 6%
    }

    #mpblog-list-container .mp-6:nth-child(3n) {
        margin-right: 6%
    }

    #mpblog-list-container .mp-6:nth-child(2n) {
        margin-right: 0
    }

    #mpblog-list-container .mp-6:nth-child(3n+1) {
        clear: none
    }

    #mpblog-list-container .mp-6:nth-child(2n+1) {
        clear: none
    }

    .mpblog-post-view .winners {
        max-width: 100%;
        float: none
    }

    .mpblog-post-view .winners td {
        width: 50%
    }

    .mpblog-post-view .winners tr:last-child td {
        border: 1px solid #DDD;
    }

    .mpblog-post-view .winners.two td {
        border-left: 1px solid #DDD;
    }

}


@media only screen and (max-width: 500px) {
    .mpblog-post-view .staff-list li {
        min-height: 150px
    }

    .mpblog-post-view .bikers tr td:first-child {
        width: 80px
    }

    .mpblog-post-view .bikers h4 {
        font-size: 14px
    }

    .mpblog-post-index #mpblog-list-container .post-list-item .post-image img,
    .mpblog-post-view #mpblog-list-container .post-list-item .post-image img,
    .mpblog-month-view #mpblog-list-container .post-list-item .post-image img,
    .mpblog-tag-view #mpblog-list-container .post-list-item .post-image img,
    .mpblog-category-view #mpblog-list-container .post-list-item .post-image img,
    .cms-careers .post-list-item .post-image img {
        height: 80px;
        top: inherit;
        bottom: inherit
    }

    .mpblog-post-index #mpblog-list-container .post-list-item .post-image,
    .mpblog-post-view #mpblog-list-container .post-list-item .post-image,
    .mpblog-month-view #mpblog-list-container .post-list-item .post-image,
    .mpblog-tag-view #mpblog-list-container .post-list-item .post-image,
    .mpblog-category-view #mpblog-list-container .post-list-item .post-image,
    .cms-careers .post-list-item .post-image {
        width: 95px;
        min-width: inherit;
        position: absolute;
        height: inherit;
        min-height: 100px;
    }

    .mpblog-post-index #mpblog-list-container .post-list-item .post-info-wraper,
    .mpblog-post-view #mpblog-list-container .post-list-item .post-info-wraper,
    .mpblog-month-view #mpblog-list-container .post-list-item .post-info-wraper,
    .mpblog-tag-view #mpblog-list-container .post-list-item .post-info-wraper,
    .mpblog-category-view #mpblog-list-container .post-list-item .post-info-wraper,
    .cms-careers .post-list-item .post-info-wraper {
        width: 70%;
        padding: 0px
    }

    .mpblog-post-index #mpblog-list-container .post-list-item .mp-read-more,
    .mpblog-post-view #mpblog-list-container .post-list-item .mp-read-more,
    .mpblog-month-view #mpblog-list-container .post-list-item .mp-read-more,
    .mpblog-tag-view #mpblog-list-container .post-list-item .mp-read-more,
    .mpblog-category-view #mpblog-list-container .post-list-item .mp-read-more,
    .cms-careers .post-list-item .mp-read-more {
        display: none
    }

    .mpblog-post-index #mpblog-list-container .post-info-wraper h2.mp-post-title,
    .mpblog-post-view #mpblog-list-container .post-info-wraper h2.mp-post-title,
    .mpblog-month-view #mpblog-list-container .post-info-wraper h2.mp-post-title,
    .mpblog-tag-view #mpblog-list-container .post-info-wraper h2.mp-post-title,
    .mpblog-category-view #mpblog-list-container .post-info-wraper h2.mp-post-title,
    .cms-careers .post-info-wraper h2.mp-post-title,
    .mpblog-post-index #mpblog-list-container .post-info-wraper .mp-post-info,
    .mpblog-post-view #mpblog-list-container .post-info-wraper .mp-post-info,
    .mpblog-month-view #mpblog-list-container .post-info-wraper .mp-post-info,
    .mpblog-tag-view #mpblog-list-container .post-info-wraper .mp-post-info,
    .mpblog-category-view #mpblog-list-container .post-info-wraper .mp-post-info,
    .cms-careers .post-info-wraper .mp-post-info {
        min-height: 50px;
        margin-left: 95px;
    }

    .mpblog-post-index #mpblog-list-container .post-info-wraper h2.mp-post-title a,
    .mpblog-post-view #mpblog-list-container .post-info-wraper h2.mp-post-title a,
    .mpblog-month-view #mpblog-list-container .post-info-wraper h2.mp-post-title a,
    .mpblog-category-view #mpblog-list-container .post-info-wraper h2.mp-post-title a,
    .mpblog-tag-view #mpblog-list-container .post-info-wraper h2.mp-post-title a,
    .cms-careers .post-info-wraper h2.mp-post-title a {
        font-size: 14px;
    }


    .mpblog-post-index #mpblog-list-container .mp-6,
    .mpblog-post-view #mpblog-list-container .mp-6,
    .mpblog-month-view #mpblog-list-container .mp-6,
    .mpblog-tag-view #mpblog-list-container .mp-6,
    .mpblog-category-view #mpblog-list-container .mp-6,
    .cms-careers .mp-6 {
        width: 100%;
        margin-right: 0%
    }

    #mpblog-list-container .post-image a:after {
        display: none
    }

    #mpblog-list-container .post-image a:hover img {
        transform: none;
    }
}/*
    Main Template CSS
*/
.cms-page-view .column.main p {
    margin-bottom: 15px;
    line-height: 1.5
}

.cms-page-view .column.main {
    font-size: 14px
}

.cms-page-view .tandcs-table {
    border: 1px solid #DDD
}

.cms-page-view .tandcs-table td {
    border: 1px solid #DDD;
    background-color: #FCFCFC;
}

.cms-page-view .tandcs-table td p {
    margin-bottom: 0px !important;
}

.cms-page-view .column.main ul {
    margin-left: 0px;
    margin-bottom: 15px
}

.cms-page-view .column.main li {
    padding-left: 15px;
    font-size: 14px;
    list-style: none;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-bullet.svg);
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-size: 5px 5px;
    margin-bottom: 5px
}

.cms-page-view .column.main a {
    text-decoration: underline;
    color: #ab1917
}

.cms-page-view h2 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.cms-careers .post-list-item {
    width: 22%;
    margin-right: 4%;
    float: left
}

.cms-careers .post-list-item:nth-child(4n) {
    margin-right: 0
}

.cms-careers .post-list-item img.img-responsive {
    height: inherit !important
}

.cms-careers .post-info-wraper {
    padding: 0 !important
}

.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4, .cms-page-view h5, .cms-page-view h6 {
    font-weight: bold
}

.cms-page-view .delivery-rates {
    border: 1px solid #DDD;
    max-width: 450px
}

.cms-page-view .delivery-rates td {
    border: 1px solid #DDD;
    background-color: #FCFCFC;
}

.cms-page-view .delivery-rates th {
    border: 1px solid #DDD;
    font-weight: bold
}

/*STORE LOCATOR*/
.locator-index-index .store-logo {
    padding: 0 0 0 12px
}

.locator-index-index .store-logo img, .locator-index-search .store-logo img {
    display: none
}

.locator-index-index .store-logo:after, .locator-index-search .store-logo:after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/store-icon.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    max-width: 80px
}

.store-list-container .store-list .items li {
    padding: 10px;
    margin: 5px 10px 5px 0
}

.store-list-container .store-list h3 {
    margin-bottom: 15px
}

.store-infor h4 {
    margin-bottom: 5px;
    font-size: 14px
}

.store-infor h4 a {
    color: #ab1917;
    font-weight: bold;
    text-decoration: underline;
}

.store-infor .action.primary {
    padding: 0;
    font-size: 12px;
    text-transform: none;
    color: #ab1917;
    background: transparent;
    text-decoration: underline;
    margin-top: 5px;
    font-weight: normal
}

.store-info-detail .col-sm-3, .store-info-detail .col-sm-9, .store-description p {
    margin-bottom: 15px
}

.store-info-detail .col-sm-3 {
    width: 20%;
    min-width: 75px;
    font-weight: bold
}

.store-info-detail .col-sm-9 {
    width: 80%;
    max-width: calc(100% - 76px);
    padding-left: 0 !important
}

.storelocator-details .store-image {
    margin-bottom: 20px
}

.store-info-detail a {
    color: #ab1917
}

.store-info-detail .col-sm-3 {
    padding-left: 0
}

.storelocator-details h1 {
    border-bottom: 5px solid #ffed00;
    color: #ab1917;
    margin-bottom: 15px;
    font-weight: bold;
}

.storelocator-details .back {
    margin-top: 20px;
    margin-bottom: 20px;
}

.store-description, .store-opening-hours {
    display: table;
    width: 100%
}

.store-opening-hours h2, .store-description h2 {
    font-weight: bold;
    font-size: 16px;
    color: #ab1917;
    margin-top: 20px;
    margin-bottom: 10px
}

.store-opening-hours p {
    border-bottom: 1px dashed #DDD;
    padding: 10px 0;
    max-width: 350px;
}

.store-opening-hours p:first-child {
    border-top: 1px dashed #DDD;
}

.store-opening-hours p:last-child {
    border-bottom: none;
}

.store-opening-hours p span {
    float: right
}

.store-description span {
    width: 20%;
    min-width: 75px;
    font-weight: bold;
    display: inline-block
}

.store-list-container .col-md-6.col-sm-6.col-xs-12 {
    width: 100%
}

/*.store-list-container .col-md-6.col-sm-6.col-xs-12:nth-child(2){display: none}*/
/*#search_by_area .form-group:nth-child(2){display: none}*/
#search_by_distance .form-group {
    width: 41.66%
}

#search_by_distance .form-group:last-child {
    width: 16.66%
}

#search_by_distance .form-group:last-child button {
    width: 100%
}

#search_by_distance .form-group:last-child .col-sm-12 {
    padding-right: 0
}

.map-short-info p:last-child a {
    color: #ab1917;
    text-decoration: underline
}

.locator-index-index .pager {
    margin-bottom: 20px
}


.store-list-container .search-area {
    display: none
}

.store-list-container #search_by_distance input::placeholder {
    color: #444
}

.store-list-container .search-form {
    padding: 10px 15px !important
}

.search-form .col-md-2 {
    float: left;
    padding: 0 15px;
}

.search-form .col-md-4, .search-form .col-md-8, .search-form .col-md-6, .search-form .col-md-2, .search-form .col-md-5, .search-form .col-md-7, .search-form .col-sm-5, .search-form .col-sm-2 {
    padding-right: 0px;
}

.search-form .col-md-6 label {
    margin: 10px 0 5px 0;
    display: table;
}

.search-form .col-sm-12 {
    padding-left: 0px
}

.search-form .col-sm-8 {
    padding-left: 0
}

.col-sm-4.control-label {
    padding-left: 0
}

#search_by_area .row {
    margin-right: 0
}

#search_by_area .row button {
    width: 100%;
    margin-top: 3px;
}

#search_by_area .col-sm-4.control-label, #search_by_distance .col-sm-4.control-label {
    padding-top: 10px
}

#search_by_area .form-group {
}

.search-form .form-group .row .input-text {
    margin-top: 3px;
}

#show-all-store {
    text-align: center;
    margin-top: 18px;
}

/*TECHNICAL LIBRARY*/
.azlinks {
    clear: both;
    display: table
}

.azlinks li {
    border: 1px solid #888;
    float: left;
    list-style: none !important;
    background-image: none !important;
    margin-right: 5px;
    padding: 0 !important;
    border-radius: 3px;
    transition: 0.3s all ease-out
}

.azlinks li a {
    display: block;
    padding: 5px !important;
    color: #888 !important;
    text-decoration: none !important;
    transition: 0.3s all ease-out
}

.azlinks li:hover {
    border: 1px solid #000;
    background-color: #DDD;
}

.azlinks li a:hover {
    color: #000 !important;
}

.listed-items li.nav-letter {
    padding: 0 !important;
    border-bottom: none !important;
}


.cms-technical-library .column.main .listed-items li {
    list-style: none;
    background-image: none;
    padding-left: 0;
    border-bottom: 1px solid #DDD;
    padding: 10px 0 20px 0;
}

.cms-technical-library .column.main .listed-items li img {
    max-width: 60px;
    position: relative;
    margin-bottom: -13px;
    margin-right: 20px;
}

.cms-technical-library .column.main .listed-items li h2 {
    display: inline;
    border-bottom: none
}

.cms-technical-library .column.main .listed-items li p {
    display: inline
}

.cms-technical-library .column.main .listed-items li a.type-pdf, .cms-technical-library .column.main .listed-items li a.type-video {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.cms-technical-library .column.main .listed-items li a.type-pdf:before, .cms-technical-library .column.main .listed-items li a.type-video:before {
    content: "";
    margin-right: 5px;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-doc.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: -2px;
    position: absolute;
    left: -5px
}

.cms-technical-library .column.main .listed-items li a.type-video:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-video.svg)
}

.cms-technical-library .tags-container {
    margin-bottom: 20px
}

.cms-technical-library .tags-container span {
    padding: 4px;
    border: 1px solid #888;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #888;
    transition: 0.3s all ease-out;
    display: inline-block;
    margin-bottom: 5px;
}

.cms-technical-library .tags-container span:hover {
    color: #000;
    background-color: #DDD;
    border: 1px solid #000
}

.cms-technical-library .tags-container span.active {
    color: #FFF;
    background-color: #ab1917;
    border: 1px solid #ab1917
}

.cms-technical-library .tags-container .tagsort-untagged {
    display: none
}

#suppliers .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#support-icons {
    margin-bottom: 30px;
    display: table;
    width: 100%
}

#support-icons div {
    width: 22%;
    float: left;
    margin-right: 4%;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s all ease-out;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

#support-icons div:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

#support-icons div:last-child {
    margin-right: 0
}

#support-icons div {
    display: block;
    text-decoration: none
}

#support-icons h2 {
    border-bottom: none;
    margin: 0px 0 10px 0;
    padding: 0 15px;
}

#support-icons p {
    color: #444;
    font-size: 12px;
    min-height: 90px;
    padding: 0 15px;
    margin-bottom: 10px
}

#support-icons h2:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 60px;
    height: 100px;
}

#support-icons .suppliers h2:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/support-suppliers.svg)
}

#support-icons .library h2:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/support-library.svg)
}

#support-icons .faqs h2:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/support-faqs.svg)
}

#support-icons .contact h2:before {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/support-contact.svg)
}


/*STAFF*/
.staff-list {
    padding-top: 40px
}

.staff-list li {
    list-style: none;
    background-image: none !important;
    background-color: #eee;
    border-radius: 5px;
    float: left;
    width: 30%;
    padding: 100px 15px 15px 15px;
    position: relative;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    margin-right: 5%;
    box-sizing: border-box;
    margin-bottom: 60px !important;
    font-size: 12px !important
}

.staff-list li:nth-child(3n) {
    margin-right: 0
}

.staff-list li img {
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
    border-radius: 5px;
    max-width: 80px
}

.staff-list li .name:before, .staff-list li .location:before, .staff-list li .phone:before, .staff-list li .email:before, .staff-list li .role:before {
    font-weight: bold;
    min-width: 80px;
    display: inline-block;
}

.staff-list li .name:before {
    content: "Name";
}

.staff-list li .location:before {
    content: "Location";
}

.staff-list li .phone:before {
    content: "Phone";
}

.staff-list li .email:before {
    content: "Email";
}

.staff-list li .role:before {
    content: "Role";
    margin-left: -80px
}

.staff-list li .role {
    padding-left: 80px
}


/*CONTACT PAGE*/
.contact-index-index .contactInfo {
    float: right;
    width: 45%
}

.contact-index-index #contact-form {
    width: 50%;
    float: left;
}

.contact-index-index #contact-form fieldset {
    margin-bottom: 0px
}

.contact-index-index .contactInfo #contact-info-block {
    font-size: 12px;
    line-height: 20px;
    margin-top: 26px;
}

.contact-index-index .contactInfo #contact-info-block .contact-phone {
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-contact-phone.png);
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-left: 65px;
    background-size: 46px 50px;
    background-position: 0px 0px;
    margin-top: 20px;
    min-height: 60px;
}

.contact-index-index .contactInfo #contact-info-block .contact-phone span {
    font-size: 16px
}

.contact-index-index .contactInfo #contact-info-block .contact-email {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-contact-email.png");
    background-repeat: no-repeat;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 30px 0px 30px 65px;
    background-position: center left;
    margin-bottom: 20px;
    background-size: 46px 33px;
    font-size: 16px
}

.contact-index-index .contactInfo #contact-info-block .contact-postal {
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-contact-postal.png");
    background-repeat: no-repeat;
    padding: 0px 0px 20px 65px;
    border-bottom: 1px dotted #666;
    background-size: 46px 45px
}

/*.contact-index-index .contactInfo #contact-info-block .contact-vatno{ font-size:11px; padding-top:10px;}*/
.contact-index-index .page-title-wrapper p {
    margin: 25px 0px;
}

.contact-index-index .page-title-wrapper p a {
    color: #ab1917;
    text-decoration: underline;
}

.fieldset > .field.choice:before, .fieldset > .field.no-label:before, .fieldset > .field.choice:after, .fieldset > .field.no-label:after {
    content: none;
}

.contact-index-index .fieldset > .field:not(.choice) > .control {
    float: none;
    width: 100%;
}

.contact-index-index .fieldset > .field:not(.choice) > .control input {
    height: 35px;
}

.contact-index-index .fieldset > .field:not(.choice) > .control textarea {
    height: 84px
}

.contact-index-index .fieldset > .field:not(.choice) > .label {
    text-align: left;
    padding: 0px;
    float: none;
    width: 100%;
    margin: 0px 0px 4px 0px;
}

.contact-index-index .fieldset > .field {
    margin: 0px 0px 15px 0px;
}

.contact-index-index #contact-form .field.note.no-label {
    margin: 10px 0px 20px 0px;
    line-height: 18px;
}

.contact-index-index #contact-form .actions-toolbar {
    margin: 0px;
    width: 100%
}

.contact-index-index #contact-form .actions-toolbar .primary {
    width: 100%
}

.contact-index-index #contact-form .actions-toolbar .primary button {
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
    margin-bottom: 20px
}

.contact-index-index #contact-form .field.required > .label:after {
    color: #ab1917;
}


.category-cms p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.category-cms h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

.category-cms ul {
    margin-bottom: 15px
}

.category-cms li {
    padding-left: 15px;
    font-size: 14px;
    list-style: none;
    background-image: url(../../frontend/Redfish/BurtonRoofing/en_GB/images/icon-bullet.svg);
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-size: 5px 5px;
    margin-bottom: 5px
}

.category-cms a {
    color: #ab1917
}

.category-cms .sheet-section {
    width: 30%;
    margin-right: 5%;
    float: left;
    position: relative;
    z-index: 2;
}

.category-cms .sheet-section:last-child {
    margin-right: 0
}

.categorypath-industrial-sheeting .mobile-menu-button {
    display: none
}

.category-fibre-cement-sheeting .column.main, .category-poly-coated-steel-sheeting .column.main, .category-industrial-accessories .column.main {
    min-height: 0
}

.category-fibre-cement-sheeting .mobile-menu-button, .category-poly-coated-steel-sheeting .mobile-menu-button, .category-industrial-accessories .mobile-menu-button {
    display: none
}


/* Media Queries
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
    .locator-index-view .col-md-5, .locator-index-view .col-md-7 {
        width: 50%
    }

    .search-form .col-md-2 {
        width: 16.66666667%;
    }
}

@media only screen and (max-width: 1200px) {
    .staff-list li {
        width: 47.5%;
        margin-right: 5%;
    }

    .staff-list li:nth-child(3n) {
        margin-right: 5%
    }

    .staff-list li:nth-child(2n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 1024px) {
    .cms-careers .post-list-item {
        width: 32%;
        margin-right: 2%
    }

    .cms-careers .post-list-item:nth-child(4n) {
        margin-right: 2%
    }

    .cms-careers .post-list-item:nth-child(3n) {
        margin-right: 0
    }

    #support-icons p {
        min-height: 110px;
    }
}

@media only screen and (max-width: 900px) {
    .cms-page-view .page-title-wrapper, .contact-index-index .page-title {
        margin-left: 40px
    }

    h1 {
        font-size: 18px;
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .cms-careers .post-list-item {
        width: 47%;
        margin-right: 3%
    }

    .cms-careers .post-list-item:nth-child(4n) {
        margin-right: 6%
    }

    .cms-careers .post-list-item:nth-child(3n) {
        margin-right: 6%
    }

    .cms-careers .post-list-item:nth-child(2n) {
        margin-right: 0
    }

    .cms-technical-library .column.main .listed-items li h2 {
        display: block;
        margin: 5px 0;
        font-size: 14px
    }

    .cms-technical-library .column.main .listed-items li a {
        display: block;
        margin: 5px 0;
        font-size: 12px
    }

    .cms-technical-library .column.main .listed-items li.tag-item > a {
        margin: 10px 0 0 2px
    }

    .cms-technical-library .column.main .listed-items li {
        padding: 5px 0 15px 0;
    }

    #support-icons a {
        width: 47%;
        margin-right: 6%
    }

    #support-icons a:nth-child(2n) {
        margin-right: 0
    }

    #support-icons p {
        min-height: 60px
    }

    .staff-list {
        padding-top: 20px
    }

    .staff-list li {
        width: 100%;
        margin-right: 0% !important;
        padding-top: 15px;
        margin-bottom: 30px !important;
    }

    .staff-list li img {
        position: relative;
        left: inherit;
        top: inherit;
        float: left;
        margin-right: 20px;
    }

    .staff-list li .name:before, .staff-list li .location:before, .staff-list li .phone:before, .staff-list li .email:before, .staff-list li .role:before {
        min-width: 60px
    }

    .staff-list li .role:before {
        margin-left: -60px
    }

    .staff-list li .role {
        padding-left: 162px
    }

    .search-form .row button.action.primary {
        padding: 7px 0px;
    }

    .search-form .col-sm-2 {
        width: 16.66666667%;
    }

    .search-form .col-sm-5 {
        width: 41.66%;
    }

    .contact-index-index .contactInfo, .contact-index-index #contact-form {
        width: 100%;
        margin-bottom: 20px
    }

    .category-cms .sheet-section {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 500px) {
    .cms-careers .post-list-item {
        width: 100%;
        margin-right: 0 !important
    }

    .cms-careers .post-image img.img-responsive {
        max-width: 80px
    }

    .cms-careers .post-info-wraper h2.mp-post-title a {
        font-size: 14px !important;
    }

    .cms-careers .post-info-wraper h2 {
        line-height: 16px;
        margin-bottom: 5px
    }

    .cms-careers .post-info-wraper .mp-post-info {
        min-height: 20px !important
    }

    #support-icons a {
        width: 100%;
        margin-right: 0%
    }

    #support-icons p, #support-icons h2 {
        min-height: inherit;
        text-align: center
    }

    #support-icons h2::before {
        background-size: 70px 45px;
        height: 70px;
    }

    #support-icons a {
        -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: none;
        border: 1px solid #DDD
    }

    #support-icons a:hover {
        box-shadow: none;
        border: 1px solid #ab1917
    }

    .search-form .col-md-4, .search-form .col-md-8, .search-form .col-md-6, .search-form .col-md-5, .search-form .col-md-2, .search-form .col-sm-8, .search-form .col-md-7 {
        width: 100%;
        padding-right: 0px;
    }

    .staff-list li img {
        max-width: 50px;
        margin-bottom: 25px
    }

    .staff-list li .email {
        position: absolute;
        bottom: 0;
        background-color: #d7d7d7;
        width: 100%;
        left: 0;
        padding: 5px 16px;
        box-sizing: border-box;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .search-form .form-group .col-md-5:nth-child(2) {
        margin-top: 15px;
    }

    .staff-list li .role:before {
        margin-left: -60px
    }

    .staff-list li .role {
        padding-left: 130px
    }

    #search_by_distance .form-group, #search_by_distance .form-group:last-child {
        width: 100%;
    }

}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
select {
    height: 47px;
    padding: 0 9px;
}
/*SLICK CAROUSEL STYLING*/
/* DEFAULTS */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

/*.slick-slide img{  display: block;}*/
.alsolikecarousel .slick-slide img, .recentcarousel .slick-slide img {
    margin: 0 auto;
    border: 1px solid #DDD;
    transition: 0.3s all ease-out
}

.alsolikecarousel .slick-slide img:hover, .recentcarousel .slick-slide img:hover {
    margin: 0 auto;
    border: 1px solid #b7b7b7
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-inheritized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* THEME */
.slick-loading .slick-list {
    background: #fff url('../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/slick.eot');
    src: url('../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/slick.woff') format('woff'), url('../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/slick.ttf') format('truetype'), url('../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/slick.svg#slick') format('svg');
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 110px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled, .slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover {
    opacity: 0
}

.logoscarousel .slick-prev, .logoscarousel .slick-next {
    top: 50%;
}

.socialcarousel .slick-prev, .socialcarousel .slick-next {
    top: 50%;
}

.slick-prev {
    left: -15px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-prev-big.png") !important;
    background-size: 14px 20px !important;
    background-repeat: no-repeat !important
}

.slick-next {
    right: -15px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-next-big.png") !important;
    background-size: 14px 20px !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.slick-next, .slick-prev {
    opacity: 0.5;
    transition: 0.3s all ease-out;
    z-index: 3;
}

.slick-next:hover, .slick-prev:hover, .slick-next:active, .slick-prev:active, .slick-next:focus, .slick-prev:focus {
    opacity: 1;
    background: none;
    border: none;
}

.newincarousel .slick-prev, .favescarousel .slick-prev, .alsolikecarousel .slick-prev, .recentcarousel .slick-prev {
    left: 0px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-prev-big.png");
    background-size: 20px 32px;
    height: 32px
}

.newincarousel .slick-next, .favescarousel .slick-next, .alsolikecarousel .slick-next, .recentcarousel .slick-next {
    right: 0px;
    background-image: url("../../frontend/Redfish/BurtonRoofing/en_GB/images/slick/caro-arrow-next-big.png");
    background-size: 20px 32px;
    height: 32px
}

.logoscarousel .slick-prev {
    left: 0px;
}

.logoscarousel .slick-next {
    right: 0px;
}

.slick-dotted.slick-slider {
    margin-bottom: 00px;
}

.slick-dots {
    position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #ab1917;
    border: 1px solid #FFF
}

.slick-dots li.slick-active button {
    background: #ffed00;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.catalog-product-view .slick-slider {
    padding: 0;
    margin-left: -20px;
}

.catalog-product-view .slick-track {
    margin: 0;
}

.catalog-product-view .slick-track .product-item {
    max-width: 152px;
    padding-left: 20px;
    margin-left: 0;
}

@media (max-width: 768px) {
    .slick-dots {
        bottom: -30px;
    }

    .slick-dots li button {
        border: none
    }
}

/*END OF SLICK*/
.mg-rows {
    position: relative;
}

.mg-trigger {
    cursor: pointer;
}

.mg-space {
    display: none;
    position: relative;
    width: 100%;
    float: left;
}

.mg-target {
    display: none;
    background: #f6f6f6;
    color: #888;
    border-top: 1px solid #DDD;
}

.mg-target-open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 20px !important;
    padding-top: 50px !important
}

.mg-indicator {
    border-bottom: 10px solid #DDD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.mg-close {
    display: none;
    background: url(data:image/gif;base64,R0lGODlhFAAUAJEAAE1NTf///////wAAACH5BAEHAAIALAAAAAAUABQAAAIzBISpK+YMm5Enpodw1HlCfnkKOIqU1VXk55goVb2hi7Y0q95lfG70uurNaqLgTviyyUoFADs=) no-repeat center center;
    cursor: pointer;
    height: 30px;
    padding: 7px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 2;
}

.mg-close:hover {
    opacity: .5;
}

/* = !BASE
---------------------------------------------------------------- */
#suppliers * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#suppliers *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#suppliers .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* = !CLEARS & !HELPERS
---------------------------------------------------------------- */
#suppliers .text-center {
    text-align: center;
}

#suppliers .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

#suppliers .clearfix:after {
    clear: both;
}

#suppliers .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#suppliers .hide {
    display: none !important;
}

#suppliers .show {
    display: block !important;
}

#suppliers .invisible {
    visibility: hidden;
}

#suppliers .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#suppliers .hidden {
    display: none !important;
}

#suppliers .affix {
    position: fixed;
}

#suppliers .block {
    height: 100%;
    font-size: 0;
}

#suppliers .block:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

#suppliers .centered {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

/* = !GRID/COLUMN SYSTEM
---------------------------------------------------------------- */
#suppliers .container, #suppliers .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

#suppliers .container:before, #suppliers .container:after, #suppliers .container-fluid:before, #suppliers .container-fluid:after {
    content: " ";
    display: table;
}

#suppliers .container:after, #suppliers .container-fluid:after {
    clear: both;
}


#suppliers .row {
    margin-left: -12px;
    margin-right: -12px;
}

#suppliers .row:before, .row:after {
    content: " ";
    display: table;
}

#suppliers .row:after {
    clear: both;
}

#suppliers .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#suppliers .row-flex.row:after, #suppliers .row-flex.row:before {
    display: none;
}

.xxs-1, .xs-1, .sm-1, .md-1, .lg-1, .xlg-1, .xxs-2, .xxs-3, .xxs-4, .xxs-5, .xxs-6, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12, .xlg-2, .xlg-3, .xlg-4, .xlg-5, .xlg-6, .xlg-7, .xlg-8, .xlg-9, .xlg-10, .xlg-11, .xlg-12, .xlg-13, .xlg-14, .xlg-15, .xlg-16 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
}

.xxs-1, .xxs-2, .xxs-3, .xxs-4, .xxs-5, .xxs-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.xxs-1 {
    width: 16.66667%;
}

.xxs-2 {
    width: 33.33333%;
}

.xxs-3 {
    width: 50%;
}

.xxs-4 {
    width: 66.66667%;
}

.xxs-5 {
    width: 83.33333%;
}

.xxs-6 {
    width: 100%;
}

@media (min-width: 569px) {
    .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .xs-1 {
        width: 8.33333%;
    }

    .xs-2 {
        width: 16.66667%;
    }

    .xs-3 {
        width: 25%;
    }

    .xs-4 {
        width: 33.33333%;
    }

    .xs-5 {
        width: 41.66667%;
    }

    .xs-6 {
        width: 50%;
    }

    .xs-7 {
        width: 58.33333%;
    }

    .xs-8 {
        width: 66.66667%;
    }

    .xs-9 {
        width: 75%;
    }

    .xs-10 {
        width: 83.33333%;
    }

    .xs-11 {
        width: 91.66667%;
    }

    .xs-12 {
        width: 100%;
    }
}

@media (min-width: 769px) {
    #suppliers .container, #suppliers .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    #suppliers .row {
        margin-left: -24px;
        margin-right: -24px;
    }

    .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .sm-1 {
        width: 8.33333%;
    }

    .sm-2 {
        width: 16.66667%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-4 {
        width: 33.33333%;
    }

    .sm-5 {
        width: 41.66667%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-7 {
        width: 58.33333%;
    }

    .sm-8 {
        width: 66.66667%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-10 {
        width: 83.33333%;
    }

    .sm-11 {
        width: 91.66667%;
    }

    .sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .md-1 {
        width: 8.33333%;
    }

    .md-2 {
        width: 16.66667%;
    }

    .md-3 {
        width: 25%;
    }

    .md-4 {
        width: 33.33333%;
    }

    .md-5 {
        width: 41.66667%;
    }

    .md-6 {
        width: 50%;
    }

    .md-7 {
        width: 58.33333%;
    }

    .md-8 {
        width: 66.66667%;
    }

    .md-9 {
        width: 75%;
    }

    .md-10 {
        width: 83.33333%;
    }

    .md-11 {
        width: 91.66667%;
    }

    .md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #suppliers .container, #suppliers .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }

    #suppliers .row {
        margin-left: -32px;
        margin-right: -32px;
    }

    .lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .lg-1 {
        width: 8.33333%;
    }

    .lg-2 {
        width: 16.66667%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-4 {
        width: 33.33333%;
    }

    .lg-5 {
        width: 41.66667%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-7 {
        width: 58.33333%;
    }

    .lg-8 {
        width: 66.66667%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-10 {
        width: 83.33333%;
    }

    .lg-11 {
        width: 91.66667%;
    }

    .lg-12 {
        width: 100%;
    }
}