/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#efefef; font:11px/1.35 Helvetica, Arial, sans-serif; color:#666; text-align:center; }

img           { border:0; vertical-align:top; }

::selection { background: #FE57A1; /* Safari */ color: #fff; } ::-moz-selection { background: #FE57A1; /* Firefox */ color: #fff; }

@font-face {
    font-family: bebas;
    src: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/BebasNeue.otf');
    src: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/BebasNeue.woff') format('woff'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/BebasNeue.ttf') format('truetype'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/BebasNeue.otf') format('opentype'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/BebasNeue.svg#bebas') format('svg');
    }
@font-face {
    font-family: 'source_sans_prolight';
    src: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-light-webfont.eot');
    src: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-light-webfont.woff') format('woff'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style:  normal;
    }

@font-face {
    font-family: 'source_sans_proregular';
    src: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-regular-webfont.eot');
    src: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style:  normal;
    }


a             { color:#444; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; color:#000; }
h3            { font-size:14px; font-weight:bold; }
h4            { font-size:13px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:10px; }
big           { font-size:1.2em; }
/*sup           { font-size:1em; vertical-align:top; }/*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { background:#efefef url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/header-background.jpg)repeat-x top; padding-bottom:20px; min-width:980px;}
.page { width:980px; margin:0 auto; text-align:center;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main { margin:0 auto 14px auto; /*width:980px;*/ min-height:350px; background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif); background-color:#fff; background-repeat:repeat-y; border:1px solid #cfcfcf; text-align:left; }
.sidebar { min-height:350px; }


/* Base Columns */
.col-left { float:left; width:204px; padding:0 0 0; margin:10px 0px 10px 10px; font-size:11px;}
.col-main { float:left; width:715px; padding:0 20px 20px; }
.col-right { float:right; width:214px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout { background-position:-1000px 0; }
.col1-layout .col-main { float:none; width:auto; padding-top:20px; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

/* 2 Columns Layout */
.col2-left-layout { background-position:-531px 0; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout { background-position:510px 0; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout { background-position:0 0; }
.col3-layout .col-main { width:532px; margin-left:1px; display:inline; }
.col3-layout .col-wrapper { float:left; width:755px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%;}
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #c7c7c7; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_input.gif) 0 0 repeat-x; }
input.input-text,textarea { padding:2px 2px; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_input.gif) 0 0 repeat-x; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 2px; border-bottom:1px solid #bbb; }
select.multiselect option:last-child { border-top:0; }
textarea { overflow:auto; resize:vertical; }
textarea.default-value { color:#ddd; }
input.radio,
input.checkbox { margin-right:3px; font-size:11px !important; margin-top:2px; vertical-align:top; }
input.radio { font-size:10px !important; }
input.qty { width:2.5em !important; text-align:center; }
input.disabled { background:#f6f6f6 !important; color:#bbb !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

a.button,
button.button span,
a.button span,
button.button span span { background-color:transparent; background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn.gif); background-repeat:no-repeat; }

a.button,
button.button span { border:0; padding:0 0 0 10px; margin:0; cursor:pointer; background-position:0 0; display:-moz-inline-stack; display:inline-block; color:#c73615; height:21px; text-decoration:none; }
a.button span,
button.button span span { padding:0 15px 1px 5px; color:#c73615; background-position:100% 0; display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/20px Arial, Helvetica, sans-serif; height:20px; }
a.button { line-height:21px; }
a.button { line-height:20px; }
.button:active { bottom:-1px; right:-1px; position:relative; z-index:2; }
button.button:active span span { margin:0; }
button.btn-small span { font-size:11px; line-height:14px; padding:1px 9px 0; }
button.disabled { cursor:default !important; bottom:0 !important; right:0 !important; }
button.disabled span { cursor:default !important; color:#bbb !important; }
/* CTA Trade Form Fix */
#tradeaccountform a.button, button.button span {height: auto;}
#tradeaccountform a.button span, button.button span span {height: auto;}

/* Added */
button.button { border:0; padding:0; margin:0; background:#666; /* line-height:21px; */ overflow:visible; cursor:pointer; vertical-align:middle; }
button.button:hover { background: #888; }
button.button span { background: none; }
button.button span span { background: none; color: #fff; padding-top: 1px; font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 1.2em; font-weight: normal; letter-spacing: 1px; }


/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; color:#d91a00 !important; }
.product-options .validation-error .options-list,
.validation-failed { border:1px solid #f47d4e !important; background:#fff7f5 !important; }
input.input-text.validation-failed,
textarea.validation-failed { background:#fff7f5 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_input-failed.gif) 0 0 repeat-x !important; }
span.validation-passed,
div.validation-passed { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px; }
span.validation-error,
div.validation-error { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }
.required em { color:#f15c22; margin-right:4px; }
p.required { margin:0; padding:5px 0 7px; text-align:right; width:620px; font-size:11px; color:#f02800; }
.form-list .validation-advice { width:250px; margin-right:-250px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; margin:0 0 16px; }
.fieldset p { margin:0 0 1.5em; }
.fieldset h2.legend { margin:0 0 1.5em; color:#000; background: #8097a4; display: inline-block; padding: 4px 14px; color: #fff; font-size: 1em; text-transform: uppercase;}

/* Form lists */
.form-list {}

.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label { float:left; width:225px; padding:2px 15px 0 0; font-size:12px; font-weight:bold; color:#444; text-align:right; }
.form-list .value { float:left; padding:2px 0 0; }
.form-list .note { clear:both; font-size:11px; width:380px; margin:0; padding:3px 0 0 240px; }
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; /* width:256px; */ }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.form-list textarea { width:374px; height:13em; }
.form-list select { float:left; width:380px; vertical-align:top; }
.form-list p { margin:0; padding:0 0 0 240px; }
ul.add-row,
.form-list li.add-row { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }

.form-list .add-field .input-box { margin-left:240px }
.form-list .control { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .control label { line-height:16px; }
.form-list .control .input-box { position:absolute; left:0; margin-left:240px; line-height:16px; padding-top:1px; }
.form-list .control input.radio { margin-top:3px; }

.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { width:496px; margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { width:480px; }

.form-list-narrow label { width:105px; }
.form-list-narrow select { width:290px; }
.form-list-narrow input.input-text,
.form-list-narrow textarea { width:285px; }
.form-list-narrow .wide { width:auto; }
.form-list-narrow .add-field .input-box { margin-left:120px; }
.form-list-narrow .control .input-box { margin-left:120px; }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

/* Date Of Birth */
.form-list .customer-dob label { float:none; width:auto; padding:0; font-size:11px; font-weight:normal; color:#777; }
.form-list .customer-dob .input-box { float:left; width:auto; margin-right:8px; }
.form-list .customer-dob .input-box .validation-advice { display:none !important; }
.form-list .customer-dob input.input-text { float:none; display:block; margin-bottom:2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year { float:left; margin-right:8px; padding-right:0 !important; background:none !important; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice { display:none; }
.form-list .customer-dob .dob-day input.input-text { width:104px; }
.form-list .customer-dob .dob-month input.input-text { width:104px; }
.form-list .customer-dob .dob-year { margin-right:0; }
.form-list .customer-dob .dob-year input.input-text { width:138px; }

/* Combination of fields */
.form-list li.fields { margin:0; }
.form-list li.fields .field { clear:left; padding:0 0 9px; }

/* Buttons */
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
#checkout-step-login .buttons-set {margin: 20px 20px 15px 0;}
.buttons-set p.back-link { float:left; padding:3px 10px 4px 8px; background: #999; text-align:right; margin:0; }
a.back-link { color:#999; }
.buttons-set p.back-link a { color:#fff; text-decoration: none;}
.buttons-set p.back-link a:hover { text-decoration: underline;}
.buttons-set a.button,
.buttons-set button.button { float:right; margin-left:7px; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }

.form-buttons { margin:0; width:620px; } /* for button containing block under the general form */
.form-buttons .button { float:right; }
.form-buttons .button { margin-left:15px; }
.form-buttons p.back-link { float:left; width:auto; padding:2px 15px 2px 7px; text-align:right; }
.btn-only { /* padding-left:240px; */ }

/* Overrides for 3columns */
.col3-layout .form-list .note { padding-left:165px; width:280px; }
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:150px; }
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea { width:274px; }
.col3-layout .form-list select { width:280px; }
.col3-layout .form-list .control .input-box { margin-left:165px; }
.col3-layout .form-list .customer-dob .dob-day input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-month input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-year { margin-right:0; }
.col3-layout .form-list .customer-dob .dob-year input.input-text { width:98px; }
.col3-layout p.required,
.col3-layout .form-buttons { width:445px; }

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.messages li { margin:0 0 10px; padding:0; word-wrap:break-word; }
.messages ul { padding:10px 17px 18px; margin:0 0 -11px; background-position:35px 100%; background-repeat:no-repeat; position:relative; }
.messages ul li { margin:0; padding:0 0 3px; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { border-style:solid !important; border-width:1px !important; font-size:12px !important; }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }
/* Error Message */
.messages li.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#d91a00; }
.messages li.error-msg ul { /* background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_msg-error.gif); */ }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#3d6611; }
.messages li.success-msg ul { /* background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_msg-success.gif); */ }
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.messages li.note-msg a,
.messages li.notice-msg a { color:#3d6611; }
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_msg-note.gif); */ }

/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; }

/* BreadCrumbs */
.breadcrumbs { margin:0 auto; text-align:left; padding: 7px 0px 5px 0;}
.breadcrumbs li { display:inline; }
.breadcrumbs li span,
.breadcrumbs a { color:#888; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }

/* Page Heading */
.page-title { margin:0; padding:0; background:none; border-bottom:1px solid #cfcfcf; }
.page-title .link-rss { float:right; margin-top:8px; }
/* edit */
.page-title h1,
.page-title h2 { font:normal 22px/27px Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.4em; font-weight: bold; letter-spacing: -0.4px; color:#000; padding: 3px 0 3px 5px;}
.expandable {margin: 0px 25px 20px !important;}

.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons .link-print { float:right; margin-top:4px; }

.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }

/*
.page-popup .page-title,
.col-main .page-title { margin-left:-20px; margin-right:-20px; }
*/

.col1-layout .col-main .page-title { margin-top:-20px; }

.sub-title { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:lowercase; }
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

/* Pager */
.pager { margin:15px 0; font-size:11px; padding:3px 20px; background:#f5f5f5 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_pager.gif) repeat-x 0 0; border:1px solid #ddd; color:#333; }
.pager p { margin:0 !important; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float:left; line-height:19px; margin: 0 20px 0 0; }
.limiter {display: inline;}
.pager .pages { margin:0 135px; text-align:center; color:#333; line-height:20px; }
.pager .pages a { color:#8c8c8c; text-decoration:underline; }
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager .pages .i-previous,
.pager .pages .i-next { text-decoration:none !important; vertical-align:middle; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }


/* Sorter */
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; background:#efefef; border-top:1px solid #ddd; color:#333; border-bottom: 1px solid #ddd; height: 20px;}
.sorter p { margin:0; }
.sorter select { padding:0; margin-bottom:1px; }
.sorter .view-mode { float:right; line-height:20px; white-space:nowrap; margin: 0 0 0 0; display: inline-block;}
.sorter .view-mode label { float:left; margin:0 5px 0 0; }
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_viewmode.gif) no-repeat 0 0; float:left; width:24px; height:17px; text-align:left; text-indent:-999em; overflow:hidden; margin:2px 0 0; }
.sorter .view-mode a.list { background-position:-24px 0; }
.sorter .view-mode strong.list { background-position:-24px -29px; }
.sorter .view-mode a.grid { background-position:0 0; }
.sorter .view-mode strong.grid { background-position:0 -29px; }

.sorter .view-mode a.list-fix { background-position:0 -58px; }
.sorter .view-mode strong.list-fix { background-position:0 -87px; }
.sorter .view-mode a.grid-fix { background-position:-24px -58px; }
.sorter .view-mode strong.grid-fix { background-position:-24px -87px;; }

.sorter .sort-by { float:left; line-height:20px; margin: 0 20px 0 0;}
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-top:-1px; }
.toolbar .pager { margin:0 0 0; border-width:1px 0; }
.toolbar-bottom { float:left; width:100%; /*display:none;*/ }

.category-view .toolbar .pages, .results-view .toolbar .pages { padding: 3px 0 0 0; margin: 0 0 0 20px; float: right; }
.category-view .toolbar .pages ol, .results-view .toolbar .pages ol { display: inline-block; }
.category-view .toolbar .pages strong, .results-view .toolbar .pages strong { font-weight: normal; }
.category-view .toolbar .pages ol li, .results-view .toolbar .pages ol li { display: inline-block; margin: 0 10px 0 0; }

/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0; margin:-1px 0 0; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block-title.gif) 0 100% repeat-x; font:14px/1.25 Arial, Helvetica, sans-serif; padding:3px 7px 4px; color:#444; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table { border:1px solid #d9d9d9; border-bottom:0; width:100%; border-collapse:separate; }
.data-table th { padding:5px 12px; color:#2d2d2d; border-bottom:1px solid #d9d9d9; font-weight:normal; text-transform:uppercase; white-space:nowrap; }
.data-table td { padding:5px 12px; }
.data-table thead { background:#e8e8e8 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_thead.gif) repeat-x 0 0; font-size:11px; }
.data-table tbody {}
.data-table tfoot { background-color:#ededed; }
.data-table tfoot td { padding:5px 12px; }
.data-table tfoot th { border:none; text-transform:none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }
.data-table tr:last-child td,
.data-table tr:last-child th { border-bottom:1px solid #d9d9d9; }
.data-table tbody tr:nth-child(odd),
.data-table tr.odd { background-color:#fff; }
.data-table tbody tr:nth-child(even),
.data-table tr.even { background-color:#fafafa; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f5f5f5; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; text-transform:none; border-color:#fff; background-color:#f7f7f7; }
.data-table td.value { float:none !important; }
.data-table .link-rss { display:block; }

.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color:#ede9e6; font-size:12px; padding:5px !important; }
tr.summary-details-first td {}
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { display:block; padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collapse.gif) 100% 3px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -54px; }

/* Links */
ul.links,
ul.links li { display:inline; }
ul.links li .separator { margin:0 2px 0 5px; font-size:10px; color:#8f8f8f; }
ul.links li.last .separator { display:none; }

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#f7f7f7; font-weight:bold; }
.std table thead th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }
.std table[border="0"] { border-width:0; }
.std table[border="0"] th,
.std table[border="0"] td { border-width:0; }

ul.disc li { padding-left:10px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
.std ul.disc li { padding-left:0; background:none; }

/* Misc */
.link-rss { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover { color:#f58550; }
.link-print { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_printer.gif) 0 1px no-repeat; padding:2px 0 2px 25px; white-space:nowrap; }
.link-cart { font-size:11px; font-weight:bold; color:#c73615; text-decoration:underline; }
.link-cart:hover { color:#c73615; text-decoration:none; }
.rss-table .data-table thead { background: #8097a4; }
.rss-table .data-table th { color: #fff; }

.data-table .btn-remove { display:block; margin:0 auto; width:13px; height:12px; font-size:0; line-height:0; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; }
.data-table .btn-remove2 {}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }


/* ======================================================================================= */


/* Header ================================================================================ */

/* New mobile header changes */
#subheader_margin {display: none;}
.mh-top-links {display: none;}
.mh-contents {display: none;}
.mobile_reasons_navigation {display: none;}
.back-to-top {display: none;}
.hp-navigation-content {display: none;}
.mh-current {background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #c9c9c9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#c9c9c9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#c9c9c9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#c9c9c9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-8 */
    }

.branding { position:absolute; left:0; margin:-47px 0 0 -20px; top:50%; height:62px; }
.desktop-branding {position:absolute; left:0; margin:-47px 0 0 -20px; top:50%; height:62px;}
.logo { float:left; margin: 0;}
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header-container {width:940px; text-align:left; margin:0 auto 3px auto!important;}
.header { padding:7px 0 9px; min-height:56px; position:relative; z-index:5; width:960px; margin: 0 auto; }
.header .logo { text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo {}
.header .quick-access { width:auto; float:right; padding: 0; }
.header .quick-access .links { float:right; line-height:18px; white-space:nowrap; }
.header .quick-access .links li { /* float:left; line-height:18px; */ padding:0 7px 0 4px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_sep.gif) no-repeat 100% 4px; }
.header .quick-access .links li a { color:#555; text-transform:uppercase; text-decoration:none; font-size: 0.9em; }
.header .quick-access .links li a:hover { color:#d33911; }
.header .quick-access .checkout-link { float: left; margin: 16px 0 0 0; }
.header .quick-access .checkout-link li { font-weight:bold; padding:6px 13px 3px 13px; background-position:6px 4px; background: #00B233;}
.header .quick-access .checkout-link li a { color: #fff; font-family: bebas, helvetica, arial, verdana, sans-serif; letter-spacing: 1px; font-size: 1.4em; font-weight: normal; }
.header .quick-access .checkout-link li a:hover { color: #efefef; }
.header .quick-access .cart-link li { font-weight:bold; padding:0 0 0 0px; background:none; }
.header-panel .quick-access-top {float: right; margin: -3px 0 0 0;}
.header-panel .quick-access-top .links {float: left; margin: 13px 0 0 0; text-transform: uppercase; font-size: 0.9em; line-height: 10px; padding: 0 0 0 10px;  border-right: 1px solid #333; /*border-left: 1px solid #000;*/}
.header-panel .quick-access-top .links li {margin-right: 8px;}
.header-panel .quick-access-top .links li.first {margin-right: 7px; padding: 0 9px 0 0; border-right: 1px solid #000;}
.header-panel .quick-access-top .links li.last {text-transform: lowercase;}
.cms-home li.last {margin-right:5px !important;}
.header-panel .quick-access-top .links li.last a {text-transform: uppercase;}
.header-panel .quick-access-top .checkout-link {float: right;}
.header-panel .quick-access-top .checkout-link .links li {margin-right: 0; margin-left: 8px;}
.header-panel .quick-access-top .top-cart {float: left; padding: 0; margin: -3px 0 0 4px;}
.header-panel .quick-access-top .top-cart .block-title {margin: 0;}
.quick-access #search_mini_form { width: 310px; float: left; }

.quick-access-top-first {width: auto; float: right;}
.quick-access-top-first .links {font-size: 0.9em; line-height: 10px !important; margin: 10px 8px 0 0 !important; padding: 0 0 0 10px; text-transform: uppercase;}
.quick-access-top-first ul.links li.last {text-transform: lowercase;}
.quick-access-top-first ul.links li.last a {text-transform: uppercase;}

#invitation-send-link { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_sep.gif) no-repeat 100% 50%; padding:0 6px 0 0; margin:0 4px 0 0; font-weight:bold; }
#invitation-send-link a { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_invitation-link.gif) no-repeat 3px 6px; padding-left:23px; display:inline-block; }

#invitation-send-link a, x:-moz-any-link { background-position:3px -2px; }/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default { background-position:3px 6px; }/* FireFox 3 restore */

.header-panel { text-align:center; z-index:994; background: #fff; /* border-bottom:1px solid #c8c8c8; */ /* height:28px; */ line-height:28px; width:960px; margin: 0 auto; }
.header-panel .welcome-msg { font-weight:bold; display:inline; float:left; line-height:20px; margin: 0 10px 0 0; }
.header-panel .links { float:left; line-height:28px; margin: -5px 0 0 0; white-space:nowrap; }
.header-panel .links li a { color:#555; text-decoration: none;}
.header-panel .links li a:hover { color:#000; text-decoration: underline;}

.switches { float:right; background: none; padding:0 0 1px 0; margin: -5px 0 0 0; }

.switch { line-height:28px; margin-left:-1px; margin-right:0; display:inline; float:left; background:none; padding: 0 0 0 4px; }
.switch label { font-weight:normal; margin-right:0; float:left; }
.switch .switch-wrapper { float:left; position:relative; z-index:1; padding: 0 0 0 7px; }
.switch strong.current { font-weight:normal; }
.switch .separator { margin:0 2px; font-size:10px; color:#8f8f8f; }
.switch .switcher { color:#ff7f01; font-weight: bold; cursor:pointer; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_header-panel.gif) no-repeat 100% -73px; padding:0 15px 0 4px; margin:0 3px 0 1px; }
.switch ul { position:absolute; min-width:100%; text-align:left; top:0; left:0; float:left; line-height:16px; padding:0 0 0 0; border: 1px solid #cdcdcd; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#efefef; padding:4px 6px; color:#1e75b4; text-decoration:none; border: none; color: #000;}
.switch ul li a:hover { color:#fff; background:#ff7f01; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden; /* background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_header-panel.gif) repeat-x 0 0; */ }
.switch ul .current span { padding-right:20px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_close.gif) no-repeat 100% 1px; }
.switch .faded { color:#ff7f01; font-weight: bold; }
.switch .faded li { border-color:#e6e6e6; background-color:#f6f6f6; }
.switch .faded a { color:#000; }

.switch ul, x:-moz-any-link { width:100%; }/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default { width:auto; }/* FireFox 3 restore */

.list-opened { background-position:100% -129px !important; color:#d33911 !important; }

/* ==========================
Store switcher
============================= */

.website_switch {line-height: 32px; padding: 0 15px 0 15px; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_header-panel.gif") no-repeat scroll 100% -75px rgba(0, 0, 0, 0); text-decoration: none; position: relative; top: 2px;}
.website_switch img {margin: 10px 7px 0 0; padding: 0 0 0 15px; border-left: 1px solid #cfcfcf;}
.fancybox-skin {background: #fff; border-radius: 0; margin: 30px 0 0 0 !important; left: -10px; padding: 5px 0 20px 0 !important;}
#sitedropdown {width: 200px;}
#sitedropdown .pheader {font-size: 12px; color: #333; padding: 10px 0; display: inline-block; float: left; width: 100%;}
.switch-wrapper {width: 100%; padding: 0 !important;}
.switcher-holder {background: #fff; display: inline-block; width: 80%; height: 30px; border-radius: 5px;}
.switcher-holder span {border: 1px solid #cfcfcf; display: inline-block; width: 99%; border-radius: 5px; background-position: 93% -67px !important; margin: 0 !important; padding: 0 !important;}
.switcher-currency {width: 200px; margin: 0; padding: 0 0 15px 0; border-bottom: 1px solid #cfcfcf;}
#popId-currencySelect {background: none; border: none !important; margin: 2px 0 0 0;}
.switch ul li {padding: 0 20px !important; background: #fff !important; border: none;}
.switch ul li a {padding: 10px; border: 1px solid #cfcfcf; border-width: 0 1px 1px 1px;}
.switch .faded li {background: #fff;}
.switch .faded {color: inherit; font-weight: inherit;}
li.region_header {padding: 10px; border: 1px solid #cfcfcf; border-width: 0 0 1px 0;}
li.region_header span {text-transform: uppercase; font-size: 11px;}
#sitedropdown .sitelink {display: inline-block; width: 80%; text-align: left; line-height: 11px; text-decoration: none; padding: 10px 0; border-bottom: 1px dotted #999;}
#sitedropdown .sitelink:hover {color: #999;}
#sitedropdown .sitelink img {margin: 0 10px 0 0;}
#sitedropdown .sitelink span {float: right;}
#switch_warning h3, #switch_warning_de h3 {color: #000; font-size: 24px; font-family: helvetica, arial, vardana, sans-serif; padding: 20px 0;}
#switch_warning .warning-content, #switch_warning_de .warning-content {width: 80%; margin: 0 auto; padding: 20px 0;}
#switch_warning img, #switch_warning_de img {float: left; padding: 20px 40px; border-right: 1px solid #cfcfcf; margin: 0 25px 0 0;}
#switch_warning p, #switch_warning_de p { font-size: 14px; float: right: text-align: left; padding: 20px 0;}
#switch_warning a, #switch_warning_de a {text-decoration: none; color: #fff; font-family: helvetica, arial, verdana, sans-serif; text-transform: uppercase; background: #8097a4; padding: 15px 30px 12px; font-size: 18px; font-weight: lighter;}
.link-content {width: 100%; padding: 30px 0; float: left;}




.header .form-search { float:left; clear:right; padding:14px 0 0 0; white-space:nowrap; }
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_search-input.gif) no-repeat 0 0; padding-left:23px; width:185px; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 2px; background: #333;}
.header .form-search button.button:hover { background: #ff7f01; }
.header .form-search .search-autocomplete { width: 281px; z-index:999; left:0px !important; bottom:0px !important; top: 0 !important; position: relative !important;} .header .form-search .search-autocomplete ul { width: 281px; float: left; } .header .form-search .search-autocomplete li { text-align:left; width: 270px; padding:2px 8px 1px 8px; cursor:pointer; display: inline-block; float: left; color: #333; overflow: hidden;} .header .form-search .search-autocomplete li .amount { display: none; } .header .form-search .search-autocomplete li.odd { width: 270px; display: inline-block; background-color:#fff; } .header .form-search .search-autocomplete li.even { width: 270px; display: inline-block; background-color:#efefef; } .header .form-search .search-autocomplete li.selected { display: inline-block; width: 270px; background-color:#ff7f01; color: #fff; }
.header .form-search .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; }
.header .form-search .search-autocomplete li { padding:4px 6px 4px 24px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .search-autocomplete li.last { border-bottom:0; }

/********** < Navigation */
.nav-container { width:940px; background:none; padding-bottom:3px; margin:0px auto -1px; position:relative; z-index:25; }

#nav { width:100%; min-height:28px; background:#666; text-align:left; padding:0; }

/* All Levels */
#nav li.over { z-index:990 !important; }
#nav li.parent { position:relative; }
#nav li.parent.first { border: none; }
#nav li.parent.last { margin: 0; padding: 0 7px; }
#nav li a span { cursor:pointer; }

/* 1st Level (Top Level) */
#nav li.level-top { float:left; height:28px; position:relative; z-index:1; padding: 0 2px 0 7px; border-left: 3px solid #fff; margin: 0 4px 0 0;}
#nav a.level-top { float:left; height:28px; background:none; font-weight:bold; font-size:0.897em; text-transform: uppercase; line-height:29px; padding: 0; border: none; text-decoration:none !important; color:#fff; font-family: helvetica, arial, verdana, sans-serif; }
#nav a.level-top:hover { color: #cdcdcd; }
#nav a.level-top span { float:left; background:none; padding:0; white-space:nowrap; }

#nav li.over a.level-top,
#nav li.active a.level-top { height:29px; line-height: 29px; background-position:0 -60px; margin: 0 0 0 1px; border:0; padding:0; }
#nav li.over a.level-top { height:31px; line-height:30px; position:relative; z-index:2; }

#nav li.over a.level-top span,
#nav li.active a.level-top span { background-position:100% -60px; padding:0; margin: 0px 0 0 -1px; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:13.5em; top:28px; margin: 0 0 0 1px; left:-10000px; background:#fff; padding:5px 11px 10px; border:1px solid #333; border-top:0; }
#nav div ul { position:static; width:auto; background:none; padding:0; border:0 !important; }

#nav ul li { float:none; height:auto; display:block; border-bottom:1px solid #e2e2e2; }
#nav ul li.last { border-bottom:0; }
#nav ul li.parent { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_parent.gif) 100% 50% no-repeat; }
#nav ul li a { display:block; font-size:12px; line-height:1.2; padding:5px 4px; text-decoration:none !important; color:#555; }
#nav ul li.last > a { padding-bottom:0; }
#nav ul li a:hover { color:#000; }
#nav ul li a span {}
#nav ul li.over a.over { color:#444; }
#nav ul li.active > a { color:#444; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:7px; border-top:1px solid #333; }

/* Show Menu */
#nav li .shown-sub { left:-1px; z-index:991; }
#nav li .shown-sub .shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event .event-dates .date-part { font-weight:bold; }
.event .event-dates .time-part { font-size:12px; }

.col-main .event .event-button { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn-co.gif) 0 50% no-repeat; line-height:27px !important; height:27px !important; padding:0 0 0 13px !important; vertical-align:middle; }
.col-main .event .event-button span { width:121px; text-align:center; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0 13px 0 0 !important; color:#fff; font:bold 15px/27px Arial, Helvetica, sans-serif !important; height:27px !important; text-transform:none; }

.event p a { color:#666; font-size:11px; }

.event .event-bottom { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed .status,
.closed .event-dates { color:#e2d4c7 }
.closed .event-button {}

.event-container { clear:both; border:1px solid #d0af83; position:relative; z-index:2; border-width:1px 1px; margin-top:7px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block: Events Lister */
.col3-layout .col-main .widget-events { margin:0 -20px 1px; position:relative; z-index:1; }
.widget-events { padding:11px; background:#f0eae3; }
.col1-layout .col-main .widget-events { padding:12px; }
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1; }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width:0; }
.events-slider ul.slider { width:200000px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block.gif) repeat-x 0 0; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_category-info.gif) repeat-x 0 100%; overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider li.slider-item .no-event { height:401px; }

.events-slider .slide-button { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top:17px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-11px; }
.events-slider .forward { right:-11px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_category-info.gif) repeat-x 0 100%; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }

/* Sidebar =============================================================================== */
.sidebar .callout { display:block; margin:10px 0; }

/* Generic Block */
.sidebar .block { background:none; }
.sidebar .block .block-title { padding:0 17px 0 17px; }
.sidebar .block .block-title strong { display:block; font:14px/1.25 Helvetica, Arial, sans-serif; background: #8097a4; padding: 7px 10px 5px 19px; font-weight: bold; letter-spacing: -0.4px; color: #fff; margin: 0 0 0 -17px; width: 175px;}
.sidebar .block .block-title strong span { font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 1.4em; font-weight: normal; color: #fff; letter-spacing: 0px;}
.sidebar .block .block-title strong small { font-size:15px; color:#efefef; }
.sidebar .block .block-subtitle,
.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }
.sidebar .block .block-content { padding:10px 17px 17px; color:#555; }
.sidebar .block .btn-remove { color:#222; margin-right:3px; }
.sidebar .block .btn-remove a { color:#222 !important; text-decoration:none !important; }
.sidebar .block .actions { margin:8px 0 0; text-align:right; }
.sidebar .block .actions a { float:left; color:#999; margin-top:3px; }
.sidebar .block .actions button.button { float:right; }

.sidebar .block li a.btn-previous,
.sidebar .block li a.btn-remove { float:right; width:13px; height:0; padding-top:12px; margin-top:3px; overflow:hidden; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/btn_remove.gif) no-repeat 0 0; }
.sidebar .block li a.btn-previous { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_icon-back.png) no-repeat 0 0; }

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content { padding:20px; }

/* Generic box */
.info-box { border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; }
.info-box .box-content { padding:10px 17px 17px; color:#555; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Block: Account */
.sidebar .block-account { background:#f5f5f5 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block-account .block-title { padding:10px 17px 8px; border-bottom:1px solid #d1d1d1; background: #8097a4; }
.sidebar .block-account .block-title strong { font-size:18px; line-height:23px; color:#111; padding: 7px 10px 5px 19px; background: #8097a4;}
.sidebar .block-account .block-title strong span { color: #fff; font-family: bebas, helvetica, arial, verdana, sans-serif; font-weight: normal; font-size: 1.1em; padding:0;}
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account li { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; font-size:12px; padding-bottom:1px; }
.sidebar .block-account li a { color:#666; text-decoration:none; display:block; padding:5px 13px 4px; background: #efefef; }
.sidebar .block-account li a:hover { color:#d63200; background-color:#cdcdcd; color:#000; text-decoration:none; }
.sidebar .block-account li.current { font-weight:bold; background:#fff; border:1px solid #d1d1d1; border-width:1px 0; color:#000; padding:5px 13px 4px 14px; margin:-1px -1px 0 0; }
.sidebar .block-account li.last { border-bottom:0; background-image:none; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav { background:none; border-bottom:1px solid #cecece; margin:0 0 10px; padding:0 0 10px;}
.sidebar .block-layered-nav .block-title { padding:0 0 0 17px; /* border-bottom:1px solid #d1d1d1; */ }
.sidebar .block-layered-nav .block-title h2 { font-size:18px; color:#111; }
.sidebar .block-layered-nav .block-subtitle { display:none; }
.sidebar .block-layered-nav .block-content { padding:0; }
.sidebar .block-layered-nav dl { padding:0; }
.sidebar .block-layered-nav dt { margin:0; font-weight:bold; padding: 5px 0 5px 18px; font-size:12px; color:#222; background: #efefef; }
.sidebar .block-layered-nav dd { margin:0; color:#666; }
.sidebar .block-layered-nav dd.last { margin:0; }
.sidebar .block-layered-nav dd li { border-top: 1px solid #eae6e3; padding: 8px 10px 8px 18px; margin: 0; }
.sidebar .block-layered-nav dd a { color:#222; text-decoration:none; }
.sidebar .block-layered-nav dd a:hover { text-decoration:underline; }
.sidebar .block-layered-nav .currently { border:1px solid #d1d1d1; border-width:1px 0; padding:10px 10px 10px 17px; margin-bottom:-1px; background:#f4f4f4 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_currently.gif) repeat-x 0 -20px; }
.sidebar .block-layered-nav .currently .block-subtitle { display:block; margin-bottom:5px; }
.sidebar .block-layered-nav .currently li { padding:5px 26px 5px 0; color:#444; position:relative; z-index:1; }
.sidebar .block-layered-nav .currently li .btn-remove { position:absolute; right:-7px; top:4px; }
.sidebar .block-layered-nav .currently li .btn-previous { position:absolute; right:12px; top:4px; }
.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; display:inline-block; }
.sidebar .block-layered-nav .currently .value { display:inline-block; }
.sidebar .block-layered-nav .actions { text-align:right; padding:5px 7px; margin:1px 0 -1px; background:#f4f4f4; border-bottom:1px solid #d1d1d1; }
.sidebar .block-layered-nav .actions a { float:none; }
.sidebar .block-viewed {border-top:1px solid #cecece; margin:10px 0 0px; padding:10px 0 0px;}

/* Block: Layered Navigation New After Accordion Menu */
.sidebar .block-layered-nav dt {border: 1px solid #cfcfcf; border-width: 1px 0 0 0;}
.sidebar .block-layered-nav dt a {text-decoration: none;}

/* Block: Cart */
.sidebar .block-cart .block-title { background:#8097a4; padding:0 0 0 17px; }
.sidebar .block-cart .block-title strong { font-weight:normal; color:#fff; }
.sidebar .block-cart .summary { margin:0 -17px; padding:7px 12px; background:#fff; color:#fff; text-align:center; position:relative; z-index:1; }
.sidebar .block-cart .summary a { font-weight:bold; color:#333; }
.sidebar .block-cart .summary .subtotal { margin:3px 0 0; }
.sidebar .block-cart .summary .subtotal .price { font-weight:bold; }
.sidebar .block-cart .actions { margin:8px 0 13px; text-align:center; }
.sidebar .block-cart .actions button.button { float:none; background: #ff7f01; }
.sidebar .block-cart .block-content { padding-top:0; }
.sidebar .block-cart .block-content table { margin:5px 0 0 30px; }
.sidebar .block-cart .block-content table th { padding:1px 5px 1px 0; color:#8f8f8f; text-align:center; }
.sidebar .block-cart .block-content table td { text-align:center; padding:1px 0; }
.sidebar .block-cart .block-content p.empty { margin: 16px 0 0 0; }
.sidebar .block-cart .block-content ul, ol#cart-sidebar { text-align: center; }
.sidebar .block-cart  li a.btn-remove { float:none; background:none; margin:0; padding:0; width:auto; height:auto; overflow:visible; }


.mini-products-list li.item { padding:8px 0; border-bottom:1px dotted #666; margin: 0 0 5px 0;}
.mini-products-list li.last { border:none; }
.mini-products-list .product-image { float:none; width:50px; margin:0; }
.mini-products-list .product-details { margin:0; float: left; width:150px; margin:0 0 0 15px;}
.sidebar .mini-products-list .product-details { margin:0; }
.mini-products-list .product-details .product-name { font-size:11px; }
.mini-products-list .product-details .product-name a { text-decoration: none; }
.mini-products-list .product-details .price-box { margin:5px 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { font-size:11px; }

.sidebar .mini-products-images-list li.item { float:left; padding:5px; text-align:center;}

.block-products .mini-products-list .product-details { margin:0; float: left;}
/* Extra Styles */
.sidebar .block-cart .block-title strong span { font-weight: normal;}
.sidebar .block-cart .summary p, .sidebar .block-cart .summary a {color: #333;}
.sidebar .block-cart .block-content .mini-products-list .product-image {margin: 0; float: none;}
.sidebar .block-cart .mini-products-list li.item {border-bottom: 1px dotted #666; margin: 0 0 5px 0; padding: 8px 0;}
.sidebar .block-cart .block-content ul, ol#cart-sidebar .product-details .product-name a {text-decoration: none;}
.sidebar .block-cart .block-content table {margin: 5px 0 0 30px;}
.sidebar .block-cart .block-content p.empty {margin: 16px 0 0 0;}

/* Top Shopping Cart */
.top-cart { float:left; width:135px; position:relative; padding: 3px 8px 2px 4px; margin: 14px 7px 0 0; }
.top-cart .block-title { background: #fff url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/basket_icon_bkg.gif') no-repeat 0 0; margin: -21px 0 0 0; height: 50px; width: 13px; white-space:nowrap; cursor:pointer; color:#ff7f01; font-weight:bold; font-size:11px; text-transform:uppercase; padding:0 0 0 18px; line-height:18px; }
.top-cart .block-title strong { color: #000; line-height: 17px; display:block; padding: 2px 14px 2px 12px; border: 1px solid #cdcdcd; background: #fff url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_header-panel.gif') no-repeat 100% -70px; font-size:11px; color:#000; font-weight:bold; text-decoration:none; border-left: none; position: absolute; top: 0px; left: 35px;}
.top-cart .block-title.expanded { background-position:0 0px !important; }
.top-cart .block-title.expanded strong { background-position:100% -126px !important; color:#555;}
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { position:absolute; right:4px; top:20px; width:267px; background:#fdfdfd; }
.top-cart .inner-wrapper { background:#efefef; box-shadow: 0px 0px 50px #000;}
.top-cart .block-content .block-subtitle {font-family:bebas; font-size:19px; color:#fff; text-transform:uppercase; background:#8097A4; line-height:12px; padding:13px 10px 14px; text-align:center; }
.top-cart .block-content .block-subtitle .close-btn { font-size: 0px; float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_close-basket.png) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_close-basket.png) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content ol { padding-bottom:7px; }
.top-cart .block-content .item { padding:8px 5px 8px 11px; }
.top-cart .block-content .item .product-name { font-size:11px; line-height:14px; font-weight:bold;}
.top-cart .block-content .item .product-name a { font-size:11px; text-decoration:none; color:#444; }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 7px 0 0; color:#8f8f8f; }
.top-cart .block-content table td { text-align:left; padding:1px 0; }
.top-cart .block-content .subtotal {padding:12px 5px 18px 5px; text-align:center; font-weight: bold; color:#333; font-size:15px;}

.top-cart .actions { background:#e3e3e3 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 -1px; text-align:center; padding:5px 11px; text-align:right; }
.top-cart .actions a { /*float:left;*/ line-height:23px; }
.top-cart .actions li {list-style: none;}
.top-cart .actions button { float:none; }
.top-cart .actions button.button span,
.top-cart .actions button.button span span { background: none; background-repeat:no-repeat; }
/*.top-cart .paypal-logo a { float:right; }*/
/*.top-cart .paypal-logo .paypal-or { clear:both; display:block; margin: 5px 33px 5px 0px; }*/
.top-cart .paypal-logo .paypal-or { margin:2px auto 7px; position:relative; display:block; text-align:center; }
.top-cart .paypal-logo img { margin:0 auto; position:relative; display:block; }
.top-cart .payButtonWidget img { margin:0 auto; position:relative; display:block; }
.top-cart .amazonpayments-or {margin:2px auto 0 !important; position:relative; display:block; text-align:center; }
.top-cart .actions button.button {margin:0 auto 10px auto; display:block; position:relative; }

div#topCartContent li.item {background-color:#fff; border:1px solid #cecece; margin:10px 10px 0 10px;}
div#topCartContent li.item a.product-image img {border:solid 1px #cecece; float:left; margin: 0 0 0 -2px;}
div#topCartContent.product-name {font-weight:bold;}
div#topCartContent button.button span {padding:0px; height:auto;}
div#topCartContent button.button span span {padding:8px 40px 5px; font-size:21px;}

span.small-cart-vat {font-size:8px;}
span.cart-total-vat {font-size: 10px;}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare li {}

/* Block: List */
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }
.sidebar .block-list .product-name { font:normal 11px/1.25 Arial, Helvetica, sans-serif; color:#444; border-bottom: 1px dotted #999; padding: 0 0 10px 0;}
.sidebar .block-list .product-name a { color:#444; text-decoration: none;}
.sidebar .block-list .product-name a:hover { text-decoration: underline; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { float:right; font-weight:bold; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

.box-tags { background: #fff; padding: 10px 0; border-top: 10px solid #666; border-bottom: 10px solid #000; /* this has been put in to get rid of the borders that are shown by the content wrapper - get rid if there's browser issues */ width: 940px; margin: 0 0 0 -1px; }
.box-tags .box-title { background: #ededed; border: none; float: left; }
.box-tags .box-content { background: #ededed; padding: 19px 20px 1px 210px; }
.box-tags .box-title h2 { color: #fff; font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 1.64em; letter-spacing: 1px; padding: 5px 15px; margin: 16px 0 0 23px; background: #8097A4; font-weight: normal; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; font-size:11px; font-weight:normal; }
.block-reorder .actions button.button { float: left !important; margin: 0 0 10px 0; }
.block-reorder .actions a { width: 100%; text-align: left; }

/* Block: Banner */
.block-banner { border:0; margin:10px 0; }
.block-banner .block-content { border-top:0; padding:0; background:#cbcbcb; text-align:center; }
.top-container .block-banner { background:#d0d0d0; margin:0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.paypal-review-order .legend { font-size:14px; font-weight:normal; margin:0 0 6px; }
.paypal-review-order .col2-set .legend { font-weight:bold; }
.paypal-review-order .paypal-shipping-method { padding-left:120px; }
.paypal-review-order .paypal-shipping-method .box-title { margin:0 0 6px; }

/* Narrow by */
#narrow-by-list2 { margin: -2px 0 0 0; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-view { margin:0 -20px -20px; }

.category-title { margin:10px 0 0 0; padding; 0 15px 0 0; border:none; border-bottom:0; text-align:left; }
.category-title .rss-feed { float:right; margin:7px 0 0; padding-left:17px; line-height:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_rss.gif) 0 0 no-repeat; white-space:nowrap; text-decoration:none; }
.category-title .rss-feed:hover { text-decoration:underline; }

.category-view .note-msg,
.category-description { padding:10px 20px; }

.results-view { margin:0 -20px -20px; }
.results-view .recommendations { padding:20px 20px 0; }
.catalogsearch-result-index .page-title { margin-bottom:0; }
.catalogsearch-result-index .note-msg { margin:20px 0; }

/* Layout issue fix */
.catalogsearch-result-index .products-grid {width: 100%;}
.catalogsearch-result-index .products-grid li.item {width: 30%;}

.sidebar .category-title { margin:0; }
.category-image { text-align:center; margin:0 0 1px; }
.category-image img { display:block; margin:0 auto; position: relative;}

.category-products { padding:20px 0 0; }
.category-products .price-box { font-size:12px; }

.bundle_discount {color: #C73615 !important;}
.category-products .product-name a { text-decoration: none; font-size: 0.9em; color: #555; }
.catalog-product-view .original-price {margin:5px 0px;}
.catalog-product-view .bundle_discount .price {color:#C73615 !important;}

/* Show hide function on category pages */
.cat_tog { padding: 0px 25px 0px 25px; margin: 0 0 30px 0;}
.sh-button { padding: 5px; text-decoration: underline; float: right; color: #000;}
#effect { overflow: hidden;}
.newClass {height:44px; }

/* View Type: Grid */
.products-grid { padding:0 0 0 20px; margin:0 0 40px 0; }
.products-grid li.item { float:left; width:100%; height: 420px; margin-right:20px; background-image: linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -o-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -moz-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -webkit-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -ms-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(242,239,240)), color-stop(0.25, rgb(255,255,255)) ); /* added position relative for the badges */position: relative;}
.products-grid li:hover {border:1px solid #cfcfcf; margin:-1px 19px -1px -1px;}
.products-grid li:hover h2 {text-decoration:underline;}
.products-grid li.last { margin-right:0; }
.products-grid .actions {margin: 0 0 10px 11px; clear:both;}
.products-grid .product-image { display:block; text-decoration:none !important; margin:0; position:relative; width:135px; }
.products-grid .product-image img { width: 224px; height: 224px; }
/* .products-grid .product-image img:hover {border:1px solid #cfcfcf;margin:-1px;} */
.products-grid .product-name { margin:10px; word-wrap:break-word; height: 50px;}
.products-grid .ratings .amount { display: none; }
.products-grid .ratings { text-align:left; line-height:13px; display: inline-block; /* float: right; */ margin: -3px 0 0px 11px;}
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .ratings .amount a { color: #ff7f01; text-decoration: none; padding: 0 0 0 10px; }
.products-grid .ratings .amount a:hover { text-decoration: underline; }
.products-grid .price-box { margin:5px 0px 5px 11px; clear:both; color: #000;position:relative; /*width: 100%;*/}

.original-price {line-height: 5px; font-size:12px; color:#989696; margin:0 0 0 10px;}

.ratings-wrapper-resp {margin: 0 0 10px 0; height: 2px;}

/*.hoverfix img:hover {border:1px solid #cfcfcf;margin:-1px;}*/
.hoverfix {text-decoration:none;}


/* Product List Fixes */
.product-shop .f-fix .actions .availability {
    position:static;
    margin: 10px 0 0;
}


.products-list .product-shop .f-fix .badge {
    position:absolute !important;
    left:10px !important;
    bottom:0px !important;
    top:auto !important;
}


.product-shop .f-fix .actions {
    margin: 10px 0 0;
}

.product-shop .f-fix .actions button {
    margin: 0 5px 0 0;
}
/* Product List Fixes */




/* Buttons */
.products-grid .actions button.button span {padding: 1px 10px 0 11px;}
.products-grid .actions button {background: #8097a4; position:absolute; bottom:10px; left:10px;}
.products-grid .actions button.btn-cart {background: #00B233; position:absolute; left:128px;}

/* Badges */
.products-grid li.item .badge {background: url('/media/wysiwyg/BestHeating_Images/november-splat-cat-15.png') 0 0 no-repeat transparent!important; background-size:70px!important; width: 70px; height: 50px; position: absolute; top: 153px; right: 0px; z-index: /* was 600 */2; padding: 13px 0px;}
.products-grid li.item .wd-badge {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/wd-badge.png) 0 0 no-repeat transparent; width: 46px; background-size:100%;height: 51px; position: absolute; top: 148px; right: 2%; z-index: /* was 600 */2; padding: 18px 10px 20px 10px;}
.products-grid li.item .badge div {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 28px; line-height: 25px; font-weight: normal; color: white;letter-spacing: 0px; text-align: center;}
.products-grid li.item .wd-badge div {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 18px; line-height: 17px; font-weight: normal; color: #990000;letter-spacing: 0px; text-align: center;}

.products-list li.item .badge {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/badge.png) 0 0 no-repeat transparent; width: 70px; height: 50px; position: relative; top: 0px; left: 0px; z-index: /* was 600 */2; padding: 20px 10px;}
.products-list li.item .wd-badge {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/wd-badge-small.png) 0 0 no-repeat transparent; width: 49px; height: 51px; position: absolute; top: auto; left: 10px; bottom:0;z-index: /* was 600 */2; padding: 25px 20px 20px 20px;}
.products-list li.item .badge div {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 28px; line-height: 25px; font-weight: normal; color: white;letter-spacing: 0px; text-align: center;}
.products-list li.item .wd-badge div {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 23px; line-height: 19px; font-weight: normal; color: #990000;letter-spacing: 0px; text-align: center;}

/* */

.category-products .products-grid .regular-price .price, .category-products .products-grid .price-excluding-tax, .box-related .price-including-tax { color: #000; }
.category-products .products-grid .price-box .minimal-price { color: #333; font-size: 13px; margin: 0 0 13px;}

/* View Type: List */
.products-list li.item { margin:0 0 20px 0; padding:0 20px 20px 20px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%;position:relative; }
.products-list li.last { background-image:none; }
.products-list .product-image { float:left; margin-right:-186px; text-decoration:none !important; position:relative; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:5px 0 10px; }
.products-list .desc { margin:5px 0 10px; font-size:12px; }
.products-list .desc .link-learn { white-space:nowrap; }

.products-grid .special-price,
.products-list .special-price { font-size:14px; /*width:110%;*/ float:left; margin-top:2px;position:relative;top:5px;}

#products-list p.review_average {display: none;}
#products-list .price-box {width: auto; /* float: left; */}
#products-list .incvat {margin: 0 0 0 5px; line-height: 27px;}
#products-list .regular-price .price {font-size: 18px;}
#products-list .product-shop button.button {background: #8097a4;}


#products-list .actions {width: 100%; float: left;}

#products-list .ratings .rating-links {display: none;}

/* ======================================================================================= */


/* Subcategory =========================================================================== */
.subcategory-list { padding: 0 0 0 15px; }
.subcategory-list-item { width: 150px; height: 200px; padding: 10px; margin: 0 5px 20px 5px; background: #efefef; float: left; }
.subcategory-list-item .product-image a img { width: 150px; height: 150px; }
.subcategory-list-item h2 { margin: 12px 0 4px 0; }
.subcategory-list-item h2 a { font-family: bebas, helvetica, arial, verdana, sans-serif; text-decoration: none; color: #555; font-size: 1.3em; line-height: 1em }
.subcategory-list-item p { color: #ff7f01; }
.subcategory-list-item:hover { background: #fff; cursor: pointer; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main { padding-top:0; }

.col2-left-layout .product-view,
.col2-right-layout .product-view { background:none; width:755px; }
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral { float:none; width:695px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:none; width:auto; }
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image { margin:0 auto; }

.col3-layout .product-view { background:none; width:572px; }
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral { float:none; width:512px; }
.col3-layout .product-view .product-img-box { float:none; width:auto; }
.col3-layout .product-view .product-img-box .product-image { margin:0 auto; }

.product-view { background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif) repeat-y 269px 0; border-top:1px solid #cfcfcf; margin:-1px -20px -20px; float:left; width:960px; }
#messages_product_view { margin:0 -20px; position:relative; z-index:1; }
#messages_product_view .messages { margin:0 0 1px; }
#messages_product_view .messages li { margin:0; position:relative; z-index:1; }

.product-essential {}
.product-essential .add-to-links a { text-decoration: underline; color: #555; }
.product-essential .add-to-links a:hover { text-decoration: none !important;}

.product-shop .add-to-links p.emailto-link_second, .product-shop .add-to-links a.link-wishlist { display: inline-block; font-size: 10px; margin: 0; }
.product-view .product-essential .add-to-links a.link-compare { display: inline-block; font-size: 10px; margin: 0; color: #555 !important; text-decoration: none !important; }
.product-view .product-essential .add-to-links a.link-compare:hover, .product-view .product-essential .add-to-links a.link-wishlist:hover, .product-view .product-essential .add-to-links p.emailto-link_second a:hover { text-decoration: none !important; }


.product-collateral { float:right; clear:right; width:416px; padding:25px 0px; }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.box-collateral { background:#fff; }
.box-collateral .box-title { background:#e7e7e7 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.box-collateral .box-title h2 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.box-collateral .box-content { padding:20px; }

.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { position:absolute; left:0; width:100%; }
.tab-list .tab-content {}
.tab-content .std {background:#fff;}


.collateral-tabs { padding-bottom:20px; margin:0; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:3px; background:#dedede url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:11px; }
.collateral-tabs .tab span { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.collateral-tabs .last {}
.collateral-tabs .active { color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.collateral-tabs .active span { background-position:100% 0; padding-bottom:1px; font-family: bebas, helvetica, arial, verdana, sans-serif; font-weight: normal; letter-spacing: 1px;}
.collateral-tabs .tab-container { z-index:1; top:24px; background:#fff; }
.collateral-tabs .tab-content { padding:30px 25px; background:#fff; border:1px solid #c4c4c4; font-size:12px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }

/* Social Share Buttons | addthis.com */
.addthis_toolbox {width: 100%; height: auto; float: left;}
.addthis_toolbox a {height: 20px; width: 90px; margin: 0 !important;}
.share-pp-wrapper {width: 100%;}

/* Product Images */
.product-view .product-img-box { float:left; width:480px; padding:18px 20px 9px 20px; position: relative;}
.product-view .product-img-box .product-image img { background:#fff; width: 100%;} /*IE8 PNG Fix */
.product-view .product-img-box p.notice { text-align:center; padding:5px 0; font-size:11px; }
.product-view .product-img-box .product-image { position:relative; width:420px; height:420px; overflow:hidden; z-index:3; margin: 0 0 17px 0;}
.product-view .product-img-box .product-image-zoom { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views {width:100%;display:inline-block;padding:0 !important; margin:0 !important}
.product-view .product-img-box .more-views h2 { display:none; }
.product-view .product-img-box .more-views ul {width:80%; margin: 0 auto !important;}
.product-view .product-img-box .more-views li { text-align:center; margin:0 6px 6px 0;display:inline-block;}
.product-view .product-img-box .more-views li a img {border:1px solid #ddd;}


/* Main Image Sub-Text */
.product-img-box .mainimage-subtext {width: 440px; display: inline-block; color: #333; background: #cfcfcf;padding: 3px 20px; font-size: 15px; position: relative; top: 0px;}


/* Badges - product page */
.product-view .product-img-box .badge {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/badge_large.png) 0 0 no-repeat transparent; width: 120px; height: 100px; position: absolute; top: 305px; right: 32px; z-index: /* was 600 */ 9998; padding: 40px 30px;}
.product-view .product-img-box .badge div {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 62px; line-height: 54px; font-weight: normal; color: white;letter-spacing: 0px; text-align: center;}

.product-view .product-img-box .wd-badge {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/wd-badge_large.png) 0 0 no-repeat transparent; width: 120px; height: 100px; position: absolute; top: 305px; right: 32px; z-index: /* was 600 */ 2; padding: 47px 30px;}
.product-view .product-img-box .wd-badge div {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 54px; line-height: 45px; font-weight: normal; color: #990000;letter-spacing: 0px; text-align: center;}

/* */

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { clear:none; line-height:28px; margin:0 0 10px; float:right; width:150px; text-align:right; }
.product-image-popup .buttons-set .button { vertical-align:middle; float:none; }
.product-image-popup .image { display:block; clear:both; margin:15px auto 15px; }
.product-image-popup .image-label { font-size:14px; text-align:left; clear:both; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }

.product-image-popup .nav { text-align:center; margin:0 auto; width:120px; }
.product-image-popup .nav .prev,
.product-image-popup .nav .next { margin:0 15px; display:inline; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_slide-button.gif) no-repeat 0 0; text-indent:-999em; cursor:pointer; width:28px; height:28px; z-index:2; overflow:hidden; float:left; }
.product-image-popup .nav .prev { left:-19px; float:left; }
.product-image-popup .nav .next { right:-19px; float:right; background-position:0 -40px; }


/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */ }
a.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }
.MagicZoomPup {z-index:10000 !important;}
#media-image div.MagicToolboxContainer div.MagicToolboxMessage {margin: 5px 0;}
#media-image p.image-enlarge {margin:0; padding:0;}


/* Product Shop */
.product-view .product-shop { float:right; width:416px;}
.product-view .product-shop .product-main-info {padding:28px 0 0 0; background:#fff; border:none; }
.product-view .product-shop p,
.product-view .product-shop .ratings { margin:10px 0; }
.product-view .product-shop .ratings p { margin:0; }
.product-view .product-shop .product-ids { margin:4px 0 10px; color:#999; display:none; }
.product-view .product-shop .availability { font-size:12px;}
.product-view .product-shop .price-box { margin:20px 0 10px; width: 0; display: inline;}
.product-view .product-shop .price-box .price-label { font-size:14px; }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:20px; }
.product-view .product-shop .price-box .price-as-configured .price { color:#e55100; font-size:20px; }
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { font-size:30px; color:#c73615; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#e55100; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#222; font-size:11px; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax { margin: 6px 0 0 0; }
.product-view .product-shop .price-box p { margin: 10px 0px 10px 0px; width:110%; display:inline;}
.product-view .product-shop .add-to-links { float:left; margin:10px 0; }

.product-view .product-shop .regular-price .price { font-size: 30px; }

/* RRP Price */
.preprice-recommended {margin: 0; line-height: 0px;}
.preprice-recommended p {font-size: 12px; color: red; font-weight: bold; margin: 0 0 10px;}
.products-grid .preprice-recommended {width: 100px; line-height: 0px; margin: 0 0 0 11px;}
.products-grid .preprice-recommended p {font-size: 11px; color: red; font-weight: bold; }

/* Product Shop Buttons */
.product-shop button.button { background: #555; float:left;}
.product-shop button.button:hover {background: #333; float:left;}

.product-view .product-name h1 { line-height:1.2; color:#000; font-weight:normal; font-family: helvetica, arial, sans-serif; font-size: 19px;}
.product-view .product-ids { text-transform:uppercase; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.product-view .short-description h2 { margin:0 0 5px; font-size:13px; }
.product-view .product-shop .add-to-cart { float:left; padding:11px 5px 0 0;}

/* Quantity Box */
.add-to-cart .quantity { width: 100px; margin: 4px 0 10px; float: left; }
.add-to-cart .qty { margin-right: 10px; vertical-align: middle; width: 60px;}

/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_rating.gif) 0 100% repeat-x; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_rating.gif) 0 0 repeat-x; }
.ratings { margin:5px 0; }
.ratings .rating-box { float:left; margin-right:5px; background: none;}
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:none; }
.ratings .rating-links a:hover { text-decoration:none; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}

p.no-rating a { color: #666; text-decoration: none; }
p.no-rating a:hover { text-decoration: underline; }

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#090; /*background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_ok.gif") no-repeat scroll 113px 0 transparent;*/ line-height: 16px; }
.availability.out-of-stock { color:#cf3a00; /*background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") no-repeat scroll 138px 0 transparent;*/ line-height: 16px; }
.product-view .product-shop p.in-stock span {line-height:30px; margin-left:12px;}
.product-view .product-shop p.out-of-stock span {}

/* Pre Order */
.availability.pre-order{ color:#cf3a00; }

/* Pre Order - listing */
.category-products .availability.pre-order {margin: 8px 0 0; text-align: center;}
.category-products .availability.pre-order span.due-date{background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") 0 0 no-repeat transparent; padding: 1px 0 1px 20px; margin-left: 2px;}
.category-products button.button.btn-preorder span span{padding: 1px 5px 0 5px; }

/* Pre Order - Product View */
.product-view .product-shop .availability.pre-order{line-height: 16px; color:#cf3a00;}
.product-view .product-shop .availability.pre-order span.due-date {background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") 0 0 no-repeat transparent; margin-left: 5px; padding: 2px 0 3px 22px;}

/* Pre Order - Cart Table */
.cart-table .availability.pre-order{color:#cf3a00; margin: 5px 0 0;}
.cart-table .availability.pre-order span.due-date {background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") 0 0 no-repeat transparent;	margin-left: 2px; padding: 0 0 2px 20px;}

/* Pre Order - Top Cart */
.top-cart .availability.pre-order span.due-date {background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") 0 0 no-repeat transparent; margin-left: 2px; padding: 0 0 2px 22px;}

.availability-only { margin:10px 0 7px; line-height:29px; background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/warn_bkg.gif') no-repeat scroll 2px 6px transparent; padding: 0 0 0 21px; float:left;}
.availability-only span,
.availability-only a { border:none; color:#333; font-size: 1.1em; font-weight: bold; letter-spacing: -0.4px; text-transform: uppercase; }
.availability-only a { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/i_availability_only_arrow.gif) 100% 0 no-repeat ; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#333; }

.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8; }
.availability-only-details th,
.availability-only-details td { padding:2px 8px; }
.availability-only-details th { border-bottom:1px solid #d9d9d9; font-size:10px; text-transform:uppercase; }
.availability-only-details td { background:#fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.category-products .availability.in-stock {float:right;height:20px;width:100%;color: #090;line-height: 16px; background:none;position:absolute;bottom:30px; /*background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_ok.gif") no-repeat scroll 75px 0 transparent;*/}
.category-products .availability.out-of-stock {float: right;height: 20px;width: 100%;color: #cf3a00;line-height: 16px; background:none; /*background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") no-repeat scroll 75px 0 transparent;*/}

/********** < Product Prices */
/*.price { white-space:nowrap !important; }*/

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}
.price-box-bundle .price-box .price { color: #000; font-weight: bold; font-size: 30px; letter-spacing: -0.5px; }

/* Regular price */
.regular-price {float:left; margin-bottom:9px;}
.regular-price .price { color: #000; font-weight: bold; font-size: 15px; letter-spacing: -0.5px; }

/* Inc Vat */
.incvat, .incvat2  {height:15px; font-size:10px; /*display:inline-block; */ float:left;  margin-top: 8px; margin-left:4px;}
.product-view .incvat {font-size: 13px;}
.product-view .incvat { /*margin: -33px 0px 10px 90px;display: block !important;*/ margin-left:6px; display: inline; line-height: 21px; float:none;}
.product-view .regular-price {float:none;}
.product-view .product-shop .price-box p.minimal-price {display:inline; float:none;}

/* Old price */
.old-price {color:#989696; line-height: 5px; margin: 0 0 3px 0; width:110%; }
.old-price .price-label { white-space:nowrap; color:#989696; }
.old-price .price { font-weight:normal; color:#989696; font-size:12px;}
.sidebar .old-price .price-label { display:none !important; }

.category-products .old-price .price-label {text-decoration:line-through;}
.category-products .price-box .old-price .price {text-decoration:line-through;}

/* Special price */
p.special-price {padding:0; margin:0;color:#c73615;font-weight:bold;}
.special-price .price-label { white-space:nowrap; color:#c73615; font-weight:bold; display:none;}
.special-price .price { font-weight:bold; color:#c73615; }
.sidebar .special-price .price-label { display:none !important; }

.product-view p.special-price {display:inline !important;font-size: 30px;}
.product-view .product-shop .price-box p {display:block;}
.product-view .box-related-narrow p.special-price {font-size:16px;}
.category-products .price-box .special-price .price {float:none;}

/* Minimal price (as low as) */
.minimal-price {float:left;}
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label { font-weight:bold; }
.minimal-price-link .price { font-weight:bold; }

.category-products .price-box .minimal-price-link {position: absolute;top: 20px;color: #989696;}
.category-products .minimal-price-link .label {float: left;font-weight: initial;font-size: 12px;margin:0px 5px 0px 0px;}
.category-products .minimal-price-link .price {font-weight: initial;font-size: 12px!important;}

/* Excluding tax */
.price-excluding-tax { display:block; color: #333;}
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; margin: 6px 0 0 0; color: #333;}
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { color: #444; font-weight: bold; font-size: 20px; letter-spacing: -0.5px; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to {}
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label {white-space:nowrap; display: none;}
.price-as-configured .price { font-size:11px; color:#333; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:20px 0; }
.product-pricing li { line-height:1.35; margin:2px 0; }
.product-pricing li .price { font-weight:bold; }
.product-pricing li .benefit { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:10px; }
.add-to-links li { margin:2px 0; }
.add-to-links a { color:#999; }
.add-to-links a:hover {}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart {}
.add-to-cart label { font-size:12px; vertical-align:middle; font-weight:bold; margin-right:5px; text-transform:capitalize; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.add-to-cart-alt { white-space:nowrap; padding:5px 0; float:left;}
.add-to-cart-alt .qty { margin-right:5px; }
.add-to-cart-alt .qty,
.add-to-cart-alt .button { vertical-align:middle; }

button.btn-cart span {background: #00B233;}

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background: #00B233; padding:0 0 0 13px !important; height:27px!important; }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { border:0; background:none; padding:1px 15px 0 4px !important; color:#fff; font:15px/26px bebas, Helvetica, Arial, sans-serif !important; letter-spacing: 2px; font-size: 1.4em !important; font-weight:normal; height:26px; text-transform:none; }
.product-view .product-essential button.btn-gr span span,
.add-to-cart button.btn-gr span span { font-size:14px !important; padding:1px 18px 0 10px !important; }
.product-view .add-to-cart .paypal-logo { margin:0; }


/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart {}
.add-to-box .add-to-links { margin:0 !important; }
.add-to-box .add-to-links li { margin:0 0 2px; }

/* Extra Add to Cart tyles */
#bundleSummary .add-to-cart ul#qty_adjust { display:inline-block; vertical-align:-7.5px; margin-left:0px; }
.add-to-cart ul#qty_adjust { display:inline-block; vertical-align:-7.5px; margin-left:-12px; }
.add-to-cart ul#qty_adjust li { height:10px; }
.add-to-cart ul#qty_adjust li img#qty_decrease { margin-top:1px; }
.product-view .qty_bundle { background:#000; color:#FFF; border:0; }
@media screen and (-webkit-min-device-pixel-ratio:0)
{ #qty_adjust { vertical-align: -7px !important; } /* Fix for alignment issue with webkit browsers */ }

#qty_adjust img {width: 15px; height: 10px;}



/* Product PDF Links */
.tab-content ul.pdf-list li { background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/pdf_bkg.gif'); background-repeat: no-repeat; padding: 0 0 0 21px; margin: 0 0 5px 0; }
.tab-content ul.pdf-list li a { color: #666; }
.tab-content ul.pdf-list li a:hover { color: #000; }

/* Product Options */
.product-options { margin:10px 0 0; }
.product-options dt label { font-weight:bold; font-size:12px; }
.product-options dt .required em { margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; border-bottom:1px solid #e7e7e7; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd .time-picker select { vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list li { vertical-align:middle; margin:0; padding:2px 0; line-height:1.315; }
.product-options .options-list input.radio { float:left; margin:2px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:2px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .validation-error .options-list,
.product-options ul.validation-failed { padding:2px 1px !important; position:relative; z-index:2; top:-3px; left:-2px; margin-right:-2px; }
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed { padding:0 1px !important; position:relative; z-index:2; top:-1px; left:-2px; margin-right:-2px; }
.product-options li { margin:3px 0; }

.product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { padding:0; margin:0 0 5px; }
.product-view .product-options-bottom .add-to-cart { float:left; padding-right:15px; padding-bottom:20px; }
.product-view .product-options-bottom .price-box { margin:0 !important; float:right; }
.product-view .product-options-bottom p.required { padding:5px 0 0; clear:both; text-align:right; width:auto; }

/* Options in product info column */
.options-container-small { margin:20px 0 0; }
.options-container-small .product-options-bottom { float:left; }
.options-container-small .product-pricing { display:none; }
.options-container-small .price-box { display:none; }
.options-container-small .add-to-cart { padding:13px 15px 0 0 !important; }
.options-container-small .product-options-bottom p.required { padding: 0; width:auto; float:left; clear:left; text-align:left; }
.options-container-small dt { clear:left; float:left; line-height:1.2; width:10em; padding:3px 5px 3px 0; margin:0 0 8px; }
.options-container-small dd { float:left; width:100%; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 0 0; }

/* Options after product info column */
.options-container-big { clear:both; background:#fff; padding:20px; border-top:1px solid #cfcfcf; border-width:1px 0; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; background: #fff;}
.bundleProduct {}
.product-options .bundle-summary { font-size:11px; }
.bundleProduct .product-options { font-size:12px; margin-top:0; }
.bundleProduct .product-options-bottom { padding:0; font-size:12px; margin:0 0 5px; line-height:27px; }
.bundleProduct .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
.bundleProduct .product-options-bottom .price-box { margin:0; float:right; }
.bundleProduct .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.with-bundle { position:relative; z-index:1; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { margin:-1px -20px -21px; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; float:left; width:978px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1940px; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif) repeat-y 279px 0; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { min-height:650px; width:938px; position:relative; z-index:2; float:right; border-left:1px solid #cfcfcf; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif) repeat-y 460px 0; left:-1px; }
#options-container h1 { text-align:left; }

/* #bundleProduct .add-to-box { width: auto; float: left; }*/
#bundleProduct .add-to-links { float:left;}

.custom_bundle_prod_button { width: 100%; float: left; }

/* Bundle Product 2 column design */
.col2-left-layout  #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper { width:755px; }
.col2-left-layout  #bundleProduct,
.col2-right-layout #bundleProduct { background-position:574px 0; width:1511px; }
.col2-left-layout  #options-container,
.col2-right-layout #options-container { background-position:277px 0; left:-1px; width:755px; }

.col2-left-layout  #options-container .product-options,
.col2-right-layout #options-container .product-options { width:459px; }
.col2-left-layout  #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options-bottom { width:429px; }

.col2-left-layout  .bundle-summary,
.col2-right-layout .bundle-summary { left:460px; }

/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container { width:572px; }
.col3-layout #bundleProduct { background-position:390px 0; width:1144px; }
.col3-layout #options-container { background-position:94px 0; }
.col3-layout #productView { margin-right:-10px; }

.col3-layout #options-container .product-options { width:276px; }
.col3-layout #options-container .product-options-bottom { width:246px; }
.col3-layout #options-container .product-options-bottom .price-box { float:none; }

.col3-layout .bundle-summary { left:277px; }

#options-container .product-options { font-size:12px; margin-top:0; font-size:11px; z-index:1; margin:0; width:600px; padding:20px 20px 0; clear:both; position:relative; z-index:1; }
#options-container .product-options-bottom { padding:0 20px 20px; width:600px; margin:0 0 5px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0 0 15px; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { background:#fff; position:absolute; z-index:2; left:643px; margin-top:0; padding:20px; width:256px; }
.bundle-summary .product { background:#fff; border-bottom:1px solid #ddd; margin-bottom:10px; padding:10px 8px; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .product .block-title { background:none; border:solid #e6e6e6; border-width:0 0 1px; margin:0 0 10px; padding:5px 0; position:relative; }
.bundle-summary .product .block-title h2 { color:#5a5a5a; font-weight:normal; padding-left:5px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {}
.bundle-summary .product-details p.availability { font-weight:bold; font-size:9px; margin:28px 0 0; position:relative; color: #333; text-transform: uppercase; }
.bundle-summary .price-box { margin-bottom:35px; }
.bundle-summary .price-box .price-as-configured .price { font-weight:normal; }
.bundle-summary .price-box .price-as-configured .price-label { color:#010101; font-size:14px; font-weight:normal; margin-right:10px; }
.bundle-summary .product-name { font-size:16px; color:#111; }
.bundle-summary .product .add-to-links { border-top:1px solid #e6e6e6; margin-top:10px; padding:7px 0 2px 5px; }
.bundle-summary .product .add-to-links .clickable > strong,
.bundle-summary .product .add-to-links a { color:#ef5d24; font-weight:bold; }
.bundle-summary .product .add-to-links li { display:inline-block; }
.bundle-summary .product .add-to-links li:first-child { margin-right:15px; }
.bundle-summary .summary { padding:10px 8px !important; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .summary h4 { border-bottom:1px solid #e6e6e6; color:#5a5a5a; font-size:14px; font-weight:normal; padding:0 0 5px 5px; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x bottom; margin:0; padding:11px 0 7px; }
.bundle-summary .summary .last { background:none; padding-bottom:0; }

.bundle-summary button.btn-cart span,
.bundle-summary button.btn-cart span span { background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bg_bundle_btn.gif); font-weight:normal !important; height:23px !important; line-height:23px !important; padding:0 0 0 18px !important; }
.bundle-summary button.btn-cart span span { padding:0 18px 0 0 !important; }
.bundle-summary .add-to-cart .qty { margin-right:0px; }
.bundle-summary .add-to-cart button { margin:10px 0 0; }
.bundle-summary .add-to-cart .paypal-logo { text-align:left; }
.bundle-summary .add-to-cart .paypal-or { margin:5px 0 5px 42px; }

#bundleProduct .page-title a { color:#ef5d24; position:relative; text-decoration:none; top:4px; right: 20px;}
#bundleProduct .page-title a:hover { text-decoration:underline; }
#bundleProduct .page-title a small { font-size:14px; font-weight:bold; }
#bundleProduct .product-options { padding:0; width:642px; display: block !important;}
#bundleProduct .product-options dt,
#bundleProduct .product-options dd { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bg_bundle_options.png) repeat-x; color: #444; }
#bundleProduct .product-options dd { background-position:0 -33px; border-bottom:1px solid #bfbfbf; margin:0; padding:20px 10px 20px 30px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bg_bundle_options.png) repeat-x; color: #444;}
#bundleProduct .product-options dt { border-bottom:1px solid #e6e6e6; color:#fff; line-height:32px; padding:0 10px 0 30px; background: #8097a4;}
#bundleProduct .product-options dt .required em { color: #333; }
#bundleProduct .product-options dl.last .last { border-bottom:none; }
#bundleProduct .product-options p.required { padding:0; position:absolute; right:10px; top:40px; }

#bundleProduct .product-options-bottom { background:#fff; margin: 0; border-top: 10px solid #666; border-bottom: 10px solid #000; padding:11px 15px 0; width:612px; }
#bundleProduct .product-options-bottom a { color:#ef5d24; font-size:11px; font-weight:bold; text-decoration:none; }
#bundleProduct .product-options-bottom a:hover { text-decoration:underline; }
#bundleProduct .product-options-bottom a small { font-size:14px; }
#bundleProduct .product-options-bottom .price-as-configured { font-size:11px; }
#bundleProduct .product-options-bottom .price-as-configured .price { font-size:12px; vertical-align:baseline; }
#bundleProduct .product-options-bottom .price-as-configured .price-label { color:#010101; font-weight:bold; margin-right:15px; }

/* Grouped Product */
.groped-product-type { position:relative; z-index:2; margin:20px -30px -20px; background:#fff; border-top:1px solid #cfcfcf; padding:20px 30px 0; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { width:70px; }
.giftcard-amount-form .form-list select { width:150px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { background:#fff; z-index:2; position:relative; border-top:1px solid #ddd; padding:30px 30px 10px; margin:0 -30px -30px; }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form .field .input-text { width:249px !important; }

/* Block: Related */
.product-view .box-related { font-size:11px; border-top: 1px solid #cfcfcf;background: #fff; margin: 0 0 20px 0;}
.product-view .box-related p { margin:0; }
.product-view .box-related .product-name { font-size:12px; }
.product-view .box-related .price-box { margin:8px 0; }
.product-view .box-related .note { width: 250px; padding:5px 20px; margin:18px 440px 0 0; font-size:12px; background:#666; float: right; }
.product-view .box-related .note,
.product-view .box-related .note a { color:#fff; }
.product-view .box-related input.checkbox { position:absolute; margin:3px 0 0 105px; }
.product-view .box-related ol { padding:20px 0 20px 20px !important; }
.product-view .box-related li.item .item-info { text-align: center; margin-right:20px; }
.product-view .box-related li.item { float:left; margin-right:1%; background: -moz-linear-gradient(center bottom , #F2EFF0 0%, #FFFFFF 25%) repeat scroll 0 0 transparent; border: 1px solid #cdcdcd; padding: 10px 0 1px 18px; width: 127px !important;}
.product-view .box-related li.item p a { color:#999; }
.product-view .box-related li.item .product-image { float:left; margin:0 0 6px 4px; width:100px; }
.product-view .box-related li.item .product-details { margin:0; padding: 95px 0 0 0; }
.product-view .box-related li.item .product-name a { text-decoration: none; font-weight: normal; }
.product-view .box-related li.item .product-details p { margin: 0 0 10px 0; }
/* Extra Related Styles */
.product-view .box-related .box-title { display: inline-block; background: #8097A4; border: none; margin: 15px 0 0 20px; padding: 5px 16px 3px 16px; }
.product-view .box-related .box-title h2 { color: #fff; font-family: bebas, helvetica, verdana, arial, sans-serif; font-size: 1.8em; font-weight: normal; letter-spacing: 1px; }
.product-view .box-related ul.first { width: 455px; padding: 0 0 20px 16px; margin: 15px 0 0 0; background: #fff; float: left; }
.product-view .box-related ul.last { width: 455px; padding: 0 0 20px 0; margin: 15px 0 0 0; background: #fff; float: left; }
.product-view .box-related ul.box-content .product-details { margin: 0 !important; padding: 100px 0 0 0; }

/* Related jump link */
#relatedjump {background: #e4e4e4;}
#relatedjump span span {font-size: 15px; color: #555; letter-spacing: 2px;}


/* Box Related Narrow */
.box-related-narrow h2 {background: #8097A4; padding: 5px 20px; color: #FFFFFF; font-family: bebas,helvetica,arial,verdana,sans-serif; font-size: 20px; letter-spacing: 1px;}
.box-related-narrow .box-content {width: 100%; float: left;}
.box-related-narrow .box-content li {width: 128px; margin: 0 15px; float: left; border: 1px solid #cfcfcf; padding: 10px; background: -moz-linear-gradient(center bottom , #F2EFF0 0%, #FFFFFF 25%) repeat scroll 0 0 transparent; height: 290px;}
.box-related-narrow .box-content li:nth-of-type(1) {margin: 0;}
.box-related-narrow .box-content li.first {margin: 0;}
.box-related-narrow .box-content li.last {margin: 0;}
.box-related-narrow h3.product-name {height: 34px; overflow: hidden;}
.box-related-narrow h3.product-name a {text-decoration: none;}
.box-related-narrow a.product-image {top: -10px;}
.box-related-narrow input.radio, input.checkbox {float: right; position: relative; z-index: 4; display:none;}
.box-related-narrow .old-price {line-height: 12px;}
.box-related-narrow p.note {margin: 10px 0;}
.box-related-narrow .btn-cart {margin: 5px 0;}
.box-upsell-narrow {margin: 20px 0 0 0;}
.box-upsell-narrow .price-box {font-size: 15px;}
.box-upsell-narrow h2 {background: #8097A4; padding: 8px 20px 5px 20px; color: #FFFFFF; font-family: bebas,helvetica,arial,verdana,sans-serif; font-size: 20px; letter-spacing: 1px;}
.box-upsell-narrow .box-content {width: 100%; float: left; margin: 10px 0 0;}
.box-upsell-narrow .box-content li {width: 107px; margin: 0 15px; float: left; border: 1px solid #cfcfcf; padding: 10px; background: -moz-linear-gradient(center bottom , #F2EFF0 0%, #FFFFFF 25%) repeat scroll 0 0 transparent; height: 280px;}
.box-upsell-narrow .box-content li.first {margin: 0;}
.box-upsell-narrow .box-content li.last {margin: 0;}
.box-upsell-narrow h3.product-name {height: 34px; overflow: hidden;}
.box-upsell-narrow .preprice-recommended {display: none;}
.box-upsell-narrow h3.product-name a {text-decoration: none;}
.box-upsell-narrow a.product-image {width: 100px; height: 100px;}
.box-upsell-narrow a.product-image img {width: 100px; height: 100px;}
.box-upsell-narrow input.radio {float: right; position: relative; z-index: 4; display:none;}
.box-upsell-narrow .old-price {line-height: 12px; font-size: 13px; width: auto;}
.box-upsell-narrow p.note {margin: 10px 0;}
.box-upsell-narrow .btn-cart {margin: 5px 0;}
#upsellnarrow {height: 130px; border: 1px solid #cfcfcf;}

.box-related-narrow .special-price .price {font-size: 16px;}
.box-related-narrow .incvat {font-size: 11px;}

.box-related ul.box-content .product-details h3.product-name { display: none; }

/* New related swipe */
.slidesjs-navigation {position: relative; z-index: 20; color: #666; font-size: 25px; text-decoration: none;}
.slidesjs-pagination {display: none;}
.slidesjs-container li {list-style: none;}
.slidesjs-container .item-info {padding: 0 9%;}
.slidesjs-container .item-info .product-image {margin: 17px 10px 0 0;}
.slidesjs-container .item-info .product-details .product-name {height: 50px; margin: 7px 0 0 0;}
.slidesjs-container .item-info .product-details .price-box {font-size: 15px; width: auto; float: left;}
.slidesjs-container .item-info .product-details .price-box .regular-price .price {font-size: 16px;}
.slidesjs-container .item-info .special-price .price-label {display: none;}
.slidesjs-container .item-info .product-details .old-price {display: none;}
.slidesjs-container .product-image {width: 100px !important; float: left; height: 100px !important; }
.slidesjs-container .item-info .product-details .related-checkbox {right: 50px; top: 7px;}
.slidesjs-container .preprice-recommended {display: none;}
.slidesjs-container .product-details {float: left; width: 230px; text-align: left;}
.slidesjs-container .product-details > p {display: none;}

.related_explain {border: 1px solid #cfcfcf; border-width: 0 1px; padding: 6px 0;}
.checkaddrelated {color: #333; display: inline-block; float: left; margin: 10px 0 0 0; padding: 0 0 0 15px; font-size: 14px;}
.slidesjs-container input.checkbox {top: 88px !important; left: 143px !important; position: absolute;}

/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image { display:block; float:none; margin:0 auto; }
.col3-layout .product-view .box-related li.item .product-details { margin-left:0; }
.col3-layout .product-view .box-related input.checkbox { margin-left:135px; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { padding:30px 0 10px 61px; margin:0; }
.product-view .box-up-sell .products-grid li { width:176px; margin-right:40px; display:inline; }

/* New upsell styles */
.box-up-sell {margin: 20px 0 0 0; border: 1px solid #cfcfcf;}
.box-up-sell .box-title h2 {text-transform: uppercase; font-size: 20px; font-family: bebas, helvetica, arial, verdana, sans-serif; font-weight: normal;}
.box-up-sell {width: 100%; padding: 0 0 4px 0 !important;}
.box-up-sell li {width: 129px !important; margin: 10px 4px 0 4px !important; border: 1px solid #fff; height: 330px; float: left; list-style: none; background-image: linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -o-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -moz-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -webkit-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -ms-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(242,239,240)), color-stop(0.25, rgb(255,255,255)) );}
.box-up-sell li .product-image {width: 100%;}
.box-up-sell li .product-image img {width: auto; height: auto;}
.box-up-sell .product-name {height: 90px;}
.box-up-sell .product-name a {text-decoration: none;}
.box-up-sell .price-box {font-size: 15px; margin: 5px 0 0 0; width: 100%;}
.box-up-sell .old-price, .box-up-sell .special-price .price-label {display: none;}
.box-up-sell .special-price .price {font-size: 15px;}
.box-up-sell .incvat {height: 30px;}

/* 2 Column Block: Upsell */
.col2-left-layout  .product-view .box-up-sell .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 30px; margin-right:0; }
.col2-left-layout  .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li { display:inline; width:140px; }

/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 15px; margin:0; }
.col3-layout .product-view .box-up-sell .products-grid li { width:135px; margin-right:2px; display:inline; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 { font-size:12px; font-weight:normal; }
.product-view .box-tags .form-add-tags { padding:5px 0 0 0; }
.product-view .box-tags .form-add-tags label { margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .box-tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .box-tags .form-add-tags div.validation-passed,
.product-view .box-tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .box-tags .form-add-tags input.input-text { width:300px; }
.product-view .box-tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .box-tags .form-add-tags p { padding:5px 0; font-size:11px; }
.product-view .box-tags .tags-list { margin:15px 0; line-height:1.5em; }
.product-view .box-tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .box-tags .tags-list li a { text-decoration:none; font-size:12px; margin:0; padding:3px; background:#fffcf0; }
.product-view .box-tags .tags-list li a:hover { text-decoration:underline; }

.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link { float:left; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link { margin-bottom:15px; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link, x:default { float:none; }/* FireFox 3 restore */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link, x:default { margin-bottom:0; }/* FireFox 3 restore */

/* Block: Reviews */
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none; }

.product-view .box-reviews .pager { border-width:1px 0; margin:0; }
.product-view .box-reviews dt { margin:10px 0; font-style:italic; }
.product-view .box-reviews dt a { font-weight:bold; font-style:normal; margin-right:10px; }
.product-view .box-reviews dd { margin:10px 0 20px; padding:0 0 10px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; }
.product-view .box-reviews dd p { margin:0 0 10px; }
.product-view .box-reviews dd .date { margin:0 0 10px; font-style:italic; }
.product-view .box-reviews dd.last { background:none; margin-bottom:0; }
/* Add Review Form */
.product-view .box-reviews .product-name { font-weight:normal; margin-bottom:20px; }
.product-view .box-reviews .product-name span { font-weight:bold; }
.product-view .box-reviews .form-list { margin:15px 0; }
.product-view .box-reviews .form-list .input-box {}

.product-view .box-reviews .form-list .review-summary-table thead { background:none; }
.product-view .box-reviews .form-list .review-summary-table thead th { background:none; border:0; }
.product-view .box-reviews .form-list .review-summary-table .value { text-align:center; }

/* Review form */
#customer-reviews .writereview_link {background: none repeat scroll 0 0 #555555; color: #FFFFFF; float: left; font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 17px; letter-spacing: 1px; margin: 0 0 0 20px; padding: 10px 15px; text-decoration: none; text-transform: uppercase;}
#customer-reviews .writereview_link:hover {cursor: pointer; background: #333;}
#reviewtarget {width: 100%; float: left;}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-product-list .col-main { padding-top:0; }

.product-review {}
.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .details { float:right; width:400px; }

.product-review .details .product-name { font-size:15px; font-weight:bold; color:#151515; line-height:19px; margin:0 0 10px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:10px 0; }
.product-review .details .review-summary-table { margin:10px 0; }
.product-review .buttons-set { clear:both; padding:25px 0 0; }

.review-product-view .col-main { background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif) repeat-y -430px 0; padding:0; }
.review-product-view .col-main .page-title { margin-left:0; margin-right:0; }
.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #d1d1d1; background:#fff; margin:0; padding:15px 20px; }

/* Primary Page Reviews */
.catalog-product-view #customer-reviews { width: 978px; margin: 0 auto; float: left; margin: 0 0 0 -20px; border-top: 1px solid #cfcfcf;}
.catalog-product-view #customer-reviews .box-title { display: inline-block; background: #8097A4; padding: 5px 13px; margin: 20px 0 0 20px; border: none; width: 915px;}
.catalog-product-view #customer-reviews .box-title h2 { color: #fff; font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 20px; letter-spacing: 0.8px; font-weight: normal; }

/* Other Reviews Styling */

#customer-reviews .head { border-top: 10px solid #666; }
#customer-reviews .head h2 { background: #8097a4; color: #fff; padding: 5px 10px; }
.advancedreviews-reviews-form .box-content { border-bottom: 10px solid #000; }
#advancereviews-pager-reviews, #advancereviews-sort-reviews { display: none; }
#advancereviews-pager-reviews-footer .pager { background: #efefef; border: none; border-bottom: 10px solid #fff; }
#review-form .box-title { background: none; border: 0; padding: 10px 0 0 20px; }
#review-form .box-title h2 { background: #ff7f01; color: #fff; display: inline-block; padding: 6px 10px 5px 10px; }
.review-product-view .product-review .product-img-box { padding: 17px 20px 4px 20px; }
.rating-box .rating { background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_rating.png') repeat-x scroll 0 0 transparent; }
.advancedreviews-summary-block { display: none; }

#review-form .box-content {padding: 0 22px 20px 20px;}
#review-form .product-name {padding: 15px; font-weight: normal;}
#review-form .product-name span {font-weight: bold;}
#review-form .reviewhalf {border: 1px solid #cfcfcf; width: 426px; padding: 10px; float: left;}
#review-form .reviewhalf .form-list label {text-align: left;}
#review-form .reviewhalf .form-list textarea {height: auto;}
#review-form .form-list label {text-align: left;}
#review-form .form-list input.input-text {width: 434px;}
#review-form .form-list textarea {width: 434px; height: auto;}
#review-form .form-buttons {width: auto; float: left;}
#review-form .form-buttons button.button {margin: 0;}
#review-form p.required {float: left; width: 100%; text-align: left;}
.reviewheader-review {margin: -10px 0 0 0;}
#review-form .review-summary-table th, #review-form .review-summary-table td {background: #fff; border: none;}
.review-info-review th {border: none;}
.product-info-review {width: 430px; float: left;}
.review-info-review {width: 460px; float: left; padding: 20px 0 0 0;}
.review-product-image {margin: 0 0 0 15px;}

.review_average {color: #000; font-size: 13px; line-height: 14px;}

dl#product-reviews-list.box-content h3.review-details {margin:0 0 5px 0; font-size:16px; color:#000;}
dl#product-reviews-list.box-content p.date {margin:0 0 5px 0;}
dl#product-reviews-list.box-content p.review-text {margin:0 0 5px 0; font-size:14px; font-style: italic;}
dl#product-reviews-list.box-content .data-table tr:last-child td, dl#product-reviews-list.box-content .data-table tr:last-child th {padding:0 5px 15px 0;}

#max_recipient_message {display: block !important; background: none; color: red; width: 100%; text-align: left;}
#product_sendtofriend_form .buttons-set button.button {background: #8097a4;}
#product_sendtofriend_form #add_recipient_button {background: #999;}
#product_sendtofriend_form .buttons-set p.back-link {background: none;}

/* ======================================================================================= */

/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout { border:0; }
.cms-home .top-callout,
.cms-index-index .top-callout { margin-bottom:6px; }
.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main { padding:0; }

.cms-index-index .col2-set {}
.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 { width:705px; }
.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 { width:244px; border:1px solid #d9d7ca; border-left:0; margin-left:-244px; }
.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img { display:block; margin:6px auto; }

.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view { margin:0 0 20px; }
.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title { margin:3px 0 0; }
.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid { margin:0; border:1px solid #cbc0b2; padding-top:20px; padding-bottom:20px; }
.cms-home .col1-layout .products-list,
.cms-index-index .col1-layout .products-list { margin:0; border:1px solid #cbc0b2; padding-top:20px; }

.cms-hp-touchsmart-iq506-has-arrived .col-main { padding:0; }
.cms-hp-touchsmart-iq506-has-arrived .main { margin-top:0; }
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs { display:none; }
.new-product-spotlight { border:1px solid #cfcfcf; border-top:0; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/callouts/electronics/new_computer_bg.jpg) no-repeat; height:519px; position:relative; }
.new-product-spotlight .link { position:absolute; top:95px; left:318px; }
.new-product-spotlight .more-new-positioning { position:absolute; top:42px; right:70px; width:207px; }
.new-product-spotlight .more-new-positioning h3 { margin-bottom:5px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.new-product-spotlight .more-new { position:relative; height:335px; }
.new-product-spotlight .more-new .arrow-up { position:absolute; top:0; left:0; height:20px; width:207px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/callouts/electronics/more_new_arrow.gif) no-repeat; text-indent:-999em; }
.new-product-spotlight .more-new .arrow-down { position:absolute; bottom:0; left:0; height:20px; width:207px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%; text-indent:-999em; }
.new-product-spotlight .more-new .content { position:absolute; top:20px; left:0; width:205px; height:295px; border-width:0 1px; border-style:solid; border-color:#dcdcdc; background:#fff; }
.new-product-spotlight .more-new ol { margin:10px 15px; padding-left:0; list-style-type:none; }
.new-product-spotlight .more-new .item { padding:10px 0 10px 85px; border-bottom:1px solid #d2d2d2; }
.new-product-spotlight .more-new .item.top {padding-top:0; }
.new-product-spotlight .more-new .item.last { border-bottom:0; padding-bottom:0; }
.new-product-spotlight .more-new .item img { float:left; margin-left:-85px; position:relative; }
.new-product-spotlight .more-new a { font-weight:bold; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu { float:left; width:240px; border:1px solid #d1d1d1; margin:0 10px 5px 0; }
.cms-menu li { color:#999; margin:3px 0; }
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; color:#333; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:12px; color:#333; }
.product-name a { color:#333; text-decoration:underline; }
.product-name a:hover { text-decoration:underline; }

/* Product Tags */
.tags-list { margin:5px 0; }
.tags-list li { display:inline; font-size:12px; }
.tags-list li a { text-decoration:none; margin:0 2px 0 0; }
.tags-list li a:hover { text-decoration:underline; }

/* Advanced Search */
.search-summary { padding:10px 10px 0; margin:10px 0 0; font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

/* Sitemap */
.page-sitemap .links { display:block; text-align:right; margin:0 20px -36px 0; }
.page-sitemap .links a { position:relative; color: #fff; }
.page-sitemap .sitemap { padding:0 20px; margin:15px 0; font-size:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .pager { background: #ff7f01; height: 20px; }
.page-sitemap .pager p { color: #fff; }
#sitemap_top_links ul li a { color: #fff; }
.page-sitemap .pager .pages .current { color: #fff; }
.page-sitemap .pager p { display: none; }
.page-sitemap .pager .pages strong { color: white; }
.page-sitemap .pager .pages a { color: #fff; }
/* ======================================================================================= */



/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { padding:0; }
.checkout-cart-index .col-main .page-title { margin:0; }
.cart-empty { padding:20px; background:#fff; }
.cart { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cart.gif) repeat-y 100% 0; }
.cart .title-buttons { padding-right:15px; background:#fff;}
.cart .messages,
.cart .messages li { margin:0; }
.cart .checkout-types { float:right; text-align:center; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .checkout-types fieldset { display:inline; }
.cart .checkout-types .btn-proceed-checkout span { background: none; height:27px !important; padding:0 0 0 13px !important; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background: none; padding:0px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; margin:0 !important; line-height: 29px;}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table { border-width:1px 0; margin: 0 0 10px;}
.cart-table .item-msg { font-size:10px; }
.cart-table thead th { vertical-align:bottom; background: #d9d9d9;}
.cart-table tbody td { padding:12px; }
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-continue span { background:#999; border:none; text-transform:none; color:#fff; text-decoration:underline; font-weight:normal; padding:1px 8px0 8px; }
.cart-table .btn-update { float:right; margin-left:5px; }
.cart-table .btn-empty { float:right; }
.cart-table {background-color: #ffffff;}

/* Shopping Cart Collateral boxes */
.cart .cross-inside { background: #fff !important; border: 1px solid #cecece; padding: 20px 0 0px; width: 690px; margin: 10px 0 0; float:left;}
.cart .cross-inside h2 { color:#000; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:280px; display:inline; margin:0 0 0 30px; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.cart .deals .widget-sku { display:block; margin:0 0 20px; width:264px; }
.cart .deals .widget-sku .block-title { background:inherit; border:inherit; color:#000; font-size:16px; margin:0 0 5px; padding:0; }
.cart .deals .widget-sku .block-title strong { font-weight:normal; }
.cart .deals .widget-sku .block-content { padding:0; }
.cart .deals .widget-sku .sku-table td input { width:98%; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0 !important; background:none !important; line-height:1.3 !important; color:#444 !important; height:auto !important; font-weight:normal !important; text-transform:none !important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px !important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; display:none; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .shipping { float:left; margin:40px 0 0 30px; display:inline; font-size:12px; width:280px; }
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:256px; }
.cart .shipping .form-list label { float:none; width:auto; text-align:left; padding:0; }
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; float:none; }

/* Proceed to checkout button amends */

.checkout-cart-index .cart .checkout-types .btn-proceed-checkout span {height:36px !important; line-height:36px !important; margin: -4px 0 0 0px;}

.cart .crosssell { float:left; width:620px; padding:0 20px 15px 30px; min-height:291px;}
.cart .crosssell h2 { font-size:12px; color:#555555; font-weight:bold; text-transform:uppercase; }
.cart .crosssell .item { float: left; margin: 0 53px 0 0; padding: 25px 0 0; width: 170px;}
.cart .crosssell .product-image { float:left; width:160px; text-align:center; margin: 0 0 10px}
.cart .crosssell .product-shop { float:left; }
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li {  margin: 0 0 5px 12px; }
.cart .crosssell .cross-sell-btn {float:left; width:100%;}
.cart .crosssell .product-name {height:62px;}
.cart .crosssell .cross-sell-btn button.button {width:100%; background:#ff7f01;}
.cart .crosssell p.special-price {float:left; font-size:15px;}
.cart .crosssell .item:last-child {margin-right:0;}



/* Shopping Cart Totals */
.cart .totals { background: #fff; border: 1px solid #cecece; float: right; font-size: 14px; padding: 10px 15px 0; width: 240px; margin: 10px 0 0; position:relative;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 5px 5px; }
.cart .totals table tfoot strong { font-weight:normal; font-size:18px; color:#000; display:block; margin:10px 0 15px; }
.cart .totals table tfoot .summary-total td { padding:0 0 20px; }
.cart .totals table tfoot th strong { margin:0; }
.cart .totals table tfoot td .price { font-weight:bold; }
.cart .totals .btn-remove { vertical-align:middle; }
.cart .totals .btn-remove img { vertical-align:baseline; }
.cart .totals .checkout-types li { margin:0 0 15px; float: right;}
.cart .totals .checkout-types li a { font-size: 0.8em; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding-top:8px; line-height:1.0; font-size:11px; }

.failed-products { border:1px solid #E9581F;   }
.failed-products .sub-title { background:#FFF5F3 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_error.gif) no-repeat 10px 50%; color:#D91A00; margin:0; padding:10px 10px 10px 30px; border-bottom:1px solid #E9581F; }
.failed-products .item-msg.error { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_error.gif) no-repeat left; font-size:11px; color:#D91A00; padding:5px 0 5px 20px; }
#shopping-cart-table p.item-msg.error {color: #d91a00;}

/* Shopping Cart Buttons */
.cart button.button { float: left;}
.cart .page-title h1, .page-title h2 { background: #fff; display: inline-block; text-align: left; padding: 0; margin: 18px 0 0 20px; color: #000; font-size:18px;}
.cart .checkout-types { margin: 15px 15px 0; }
.totals .checkout-types { margin: 10px 0 0;}
.cart { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cart.gif'); background-repeat: repeat-y; background:#fff;}
.cart .giftcard button.check-gc-status { background: #fff; }
.cart button.button { background: #999; }
.cart-table .btn-continue span { background: #ededed; }
.cart .title-buttons { padding: 0; }
.cart .checkout-types .btn-proceed-checkout span { background: #00B233; letter-spacing: -0.4px; }
.cart .checkout-types .btn-proceed-checkout span span { background: none; font-family: helvetica, arial, verdana, sans-serif !important; }
.cart button.btn-update { background: #999; float: right; }
.cart button.btn-continue span { background: #999; text-transform: uppercase; text-decoration: none; padding: 1px 7px 0 7px;}

/* Empty Cart Add by SKU */

.cart-empty .failed-products { clear:both; z-index:1; position:relative; margin:40px -20px -21px; }

/* Options Tool Tip */
.item-options p { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-weight:bold; padding:7px 0 7px ; }
.item-options dd { padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; width:110px; }
.truncated:hover { z-index:2; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value {}
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:0; width:190px; border:1px solid #c8c8c8; border-bottom:1px solid #919191; background-color:#fff; }
.truncated .truncated_full_value .item-options dl { margin-right:-9px; position:relative; z-index:9999; padding:0px 21px 10px 12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_truncated.gif) no-repeat 100% 38px; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }

/* Item options in the cart */
.data-table .item-options dt { padding:3px 0 0 10px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_bulletsm.gif) 0 .8em no-repeat; }
.data-table .item-options dd { padding:0 0 3px 10px; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }

/* Topcart Dropdown */
#topCartContent button.button {background: #00B233;}

/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main { padding:20px 0 0; }

/* Register Button */
#onepage-guest-register-button {background: #00B233;}

.opc { float: left; border-right: 1px solid #cfcfcf; }
.opc-wrapper { background:none; }
.opc-wrapper .page-title { margin:0; position:relative; z-index:1; }
.opc-wrapper .page-title .callout { position:absolute; top:7px; right:20px; z-index:1; }

/* Block: Checkout Progress */
.opc-progress-container { float:right; width:221px; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:#8097a4; border:0; border-bottom:1px solid #cfcfcf; }
.opc-progress-container .opc-block-progress .block-title strong { font:18px/1.1 bebase, Helvetica, Arial, sans-serif; padding:0; color:#fff; letter-spacing: -0.4px;}
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }
.opc-progress-container .block-progress .cards-list dd { padding:0; }
.opc-progress-container .block-progress .cards-list .info-table th { font-weight:normal; }

.opc {width:755px; }
.opc li.section { position:relative; }
.opc .step-title { margin:0 0 1px; }
.opc .step-title .number { display:none; }
.opc .step-title h2 { background-color:#e6e6e6; color:#686868; font-size:11px; line-height:22px; padding:10px 14px; font-weight:bold; text-transform:uppercase; }
.opc .allow .step-title {}
.opc .allow .step-title h2 { background-color:#656565; color:#fff; cursor:pointer; }
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#ff7f01; color:#fff; text-transform:uppercase; font-weight:normal; font-family: helvetica, arial, verdana, sans-serif; border-bottom:1px solid #cfcfcf; cursor:default; font-size:1.2em; padding:5px 20px 2px; line-height:24px; height:24px; }
.opc .step { padding:20px; min-height:300px; font-size:12px; background:#fcfcfc; border-top:0; color: #444; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .order-review .authentication { margin:0 auto; width:570px; }
.opc .order-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Steps */
.opc .form-alt .input-box { width:695px; }
.opc .form-alt .input-box select { width:695px; }

#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding:20px 20px 30px; background:#fcfcfc url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif) repeat-y 122px 0; height:auto !important; min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 { font-size:16px; color:#000; font-weight:normal; margin:0 0 15px; }
#checkout-step-login .col2-set .col-1 {}
#checkout-step-login .col2-set .col-2 { width:338px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 li { padding-left:10px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { width:90px; }
#checkout-step-login .btn-only { padding:0 0 0 105px; text-align:left; width:214px; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { margin:0 0 15px; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }
#checkout-step-login .form-list .input-text { width:205px; }


#checkout-step-login .form-list li.note { float:right; padding:0 20px 0px 0; width:100%; clear:left; text-align: right;}
#checkout-step-login .form-list li.control { float:left; clear:left; }
#checkout-step-login .form-list li.control .input-box { margin-left:105px; }
#checkout-step-login .form-list li.buttons-set { float:right; clear:none; }


.opc .buttons-set
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }
.opc p.required { text-align:right; width:auto; padding-left:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }

/*
#checkout-step-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/

#checkout-step-review { padding:0; }
#checkout-step-review .data-table { border:0; font-size:12px; }
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; font-size:11px; }
#checkout-step-review .data-table .product-name { font-size:12px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }

#checkout-step-review .buttons-set { padding:15px 20px; margin:0; }

.opc .checkout-agreements { margin:20px; }

/* Checkout Review */
#checkout-review-table .data-table thead { background: #efefef; }
#checkout-review-submit .opc .buttons-set .button, .opc .form-buttons .button { background: #00B233; }
.opc .buttons-set .button, .opc .form-buttons .button {background: #00B233;}

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-21px -21px 5px; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:2; }
.checkout-progress li { float:left; width:20%; text-align:center; color:#888; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#d12c01; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
.multiple-checkout .fieldset label { font-size:11px; }
.multiple-checkout .gift-item .fieldset { font-size:11px; width:380px; }

/* Review Details */
#checkout-step-review .data-table .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove { display:-moz-inline-stack; display:inline-block; vertical-align:middle; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin-bottom:5px; }
.sp-methods dd { margin:0 0 7px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; margin:15px 0; }
.sp-methods .form-list .input-text { width:250px; }
.sp-methods .form-list select { width:256px; }
.sp-methods .form-list label { width:155px; }

.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .input-box { line-height:21px; }
.sp-methods .radio,
.sp-methods .checkbox {}
.sp-methods .v-fix .validation-advice { margin-right:-250px; position:relative; z-index:1; width:250px; }
.sp-methods .adv-container { padding-left:170px; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:1.5em 0 2em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }
.checkmo-list address { float:left; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #f3b66f; font-size:12px; color:#f18200; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Payment Bridge */
.pbridge-reload { display:block; text-align:right; }
.pbridge-reload a { color:#1e75b4; font-size:11px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message { padding:20px 0; }
.add-gift-message h3 { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.add-gift-message p { margin:10px 0; }

.gift-message-form { border:1px solid #d1d1d1; background:#f5f5f5 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block.gif) repeat-x 0 0; }
.gift-message-form .fieldset { padding:10px 0 10px; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width:200px; }
.gift-message-form .fieldset textarea { width:200px; height:8em; }
.gift-message-form .inner-box { padding:0; height:300px; overflow:auto; }
.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 { font:14px/1.25 Arial, Helvetica, sans-serif; padding:0 20px; color:#222; margin:17px 0; }
.gift-message-form .inner-box p { margin:10px 0; padding:0 20px; }
.gift-message-form .gift-item { padding:5px 0 0; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-y 100% 0; float:left; width:150px; padding-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0 0 0 -2px; }
.gift-message-form .gift-item .fieldset label { width:80px; }
.gift-message-form .gift-item .gift-wrapping-form { padding:0 20px; }

.gift-options-for-order { padding:0 40px; }
.gift-options-for-order .fieldset { padding:0; }
.gift-options-for-order .fieldset p { padding:0; }
.gift-options-for-order .fieldset label { width:80px; }
.gift-options-for-order .fieldset .input-text,
.gift-options-for-order .fieldset textarea { width:340px; }

.gift-wrapping-form { padding:0 0 10px; }
.gift-wrapping-form img { border:1px solid #ccc; float:left; margin-right:10px; }
.gift-wrapping-form label { margin-right:10px; vertical-align:middle; }
.gift-wrapping-form .gift-wrapping-design { overflow:hidden; padding:10px 0 0; width:100%; }

.gift-message-link { display:block; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; width:13px; height:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/gift-message-close.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #d8cea8; font-size:11px; background-color:#fffdef; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:10px 0; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox { margin-right:5px; }

/* Centinel */
.centinel { margin:10px 0; }
.centinel p { margin:0 0 10px; }
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { margin:0; padding:20px; }

/* Checkout Success */
.checkout-onepage-success .col-main { font-size:12px; }
.checkout-onepage-success .col-main p { margin:0 0 10px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Invitation page ======================================================================= */
#invitationForm p.required { padding-bottom:20px; }


/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color:#999; }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
.catalog-product-compare-index tr.first .product-name a { color:#333; }


/* Account Login/Create Pages ============================================================ */
.my-account {}

/* Extra My Account Styles */
.my-account h2.table-caption, .my-account h3.table-caption { background: #ff7f01; color: #fff; }
.my-account .data-table thead { background: #8097a4; }
.my-account .data-table thead tr th { color: #fff; }
.my-account .page-title button.button { background: #ff7f01; }
.billing-agreements .info-box { background: #efefef; border: 1px solid #efefef; }
.my-account .block-content .data-table { border-top: 10px solid #666; border-bottom: 10px solid #000; border-collapse: none !important; }
.my-account .block-content .data-table thead { background: #8097a4; }
.my-account .block-content .data-table thead tr th, .my-account .block-content .data-table thead tr th.last { color: #fff; font-weight: bold; letter-spacing: -0.4px; }
.block-addbysku .file-upload { background: #efefef; border: none; }
.account-login { position:relative; font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_cols.gif) repeat-y 266px 0; min-height:350px; margin-bottom:-20px; }

.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }

/* Mobile number text */
.account-mobiletext {margin: 0 12% 20px 34%;}

.account-login .new-users,
.account-login .registered-users { width:381px; padding:30px 32px 30px; }
.account-login .registered-users p { margin-bottom:1.5em; }
.account-login .spacer { position:absolute; top:100%; left:447px; margin-top:-1px; width:16px; height:3px; font-size:0; line-height:0; background:#fff; overflow:hidden; }
.account-login .fieldset { margin:0; }
.account-login .fieldset h2 { margin-bottom:.5em; }
.account-login .form-list label,
.account-login .form-list span.label { width:98px; }
.account-login p.required,
.account-login .btn-only { padding-left:113px; width:230px; text-align:right; }
.account-login .btn-only a { float:left; white-space:nowrap; }
.account-login .form-list input.input-text { width:224px; }
.account-login .form-list p { padding:0 0 0 110px; }
.account-login .form-list li.note { float:left; padding-left:113px; margin:0 0 9px; width:auto; clear:left; }
.account-login .form-list li.note a { font-size:12px; }
.account-login .form-list li.control { float:left; clear:left; }
.account-login .col2-set { background: none; }
li#remember-me-box.control { white-space:nowrap; }
li#remember-me-box.control label { margin-right:20px; white-space:normal; }
.account-login .form-list li.control .input-box { margin-left:113px; }
li#remember-me-box.control .link-tip { display:inline-block; font-size:11px; line-height:16px; padding-top:2px; white-space:normal; }
.account-login .form-list li.buttons-set { float:right; clear:none; padding-right:38px; padding-top:2px; }

.account-create {}



/* Popup Dialog Block */
.window-overlay { background:#000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.window-overlay { position:absolute; top:0; left:0; min-height:100%; background:#000; opacity:0.5; width:100%; z-index:990; display:none; }
.window-overlay.active { display:block; }
.popup-block { border:1px solid #cfcfcf; left:50%; top:40%; position:absolute; margin:-85px 0 0 -250px; width:500px; text-align:left; -moz-box-shadow:0 0 6px #000; -webkit-box-shadow:0 0 6px #000; box-shadow:0 0 6px #000; z-index:1000; position:fixed; display:none; }
.popup-block.active { display:block; }
.popup-block .block-title { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_page-title.gif) repeat-x scroll 0 0 #F6F6F6; border-bottom:1px solid #CFCFCF; padding:17px 17px 10px; }
.popup-block div.btn-close { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:19px; right:17px; height:15px; width:15px; text-indent:-9999em; cursor:pointer; }
.popup-block .block-title strong { color:#D12C01; font-size:16px; font-weight:normal; }
.popup-block .block-content { padding:17px 17px 25px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block.gif) repeat-x 0 100% #fff; font-size:12px;  }
.popup-block .block-content .form-list label { width:180px; }
.popup-block .block-content .form-list .input-text { width:230px; }
.popup-block .block-content .form-list .control .input-box { margin-left:195px; }
.popup-block .block-content .form-buttons { width:auto; padding-left:188px; padding-top:10px; }
.popup-block .block-content .form-buttons .button { float:left; }
.popup-block.loading .block-content * { text-align:left; text-indent:-99999em; overflow:hidden; position:relative; margin-left:-9999em; }
.popup-block.loading .block-content:before { content:''; display:block; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/opc-ajax-loader.gif) no-repeat 0 50%; position:absolute; z-index:99; top:50%; left:50%; line-height:16px; padding:16px; text-indent:0!important; }

/* My Account ============================================================================= */

/* Captcha */
.captcha-note  { clear:left; padding-top:5px;}
.captcha-image { float:left; margin:0 0 0 240px; position:relative; width:228px; }
.captcha-image .captcha-img { border:1px solid #c7c7c7; vertical-align:bottom; width:100%; }
.registered-users .captcha-image    { margin:-12px 0 0 113px; }
#checkout-step-login .captcha-image { margin:-24px 0 0 105px; width:214px; }
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
#checkout-step-login #advice-required-entry-captcha_user_login { min-height: 30px; }
.registered-users #advice-required-entry-captcha_user_login { margin-bottom: 5px; }
#recaptcha_widget_div {margin: 20px 10px 0 !important;}
#recaptcha_reload, #recaptcha_switch_audio_btn, #recaptcha_whatsthis, #recaptcha_switch_img_btn {width: auto !important; float: none !important;}
.captcha-note {color: red; font-weight: bold; margin: 0 0 0 20px;}

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
    }
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
    }
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
    }


/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 20px; background: #efefef;}
.col2-set .sub-title { background: #8097a4; color: #fff; font-size: 14px; font-weight: bold; letter-spacing: -0.4px; padding: 5px 13px; }

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .tags .details { margin-left:25px; }

/* Block: Reviews */
.dashboard .reviews { padding:0 0 20px; }
.dashboard .reviews .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin:0 0 5px; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }

/********** Dashboard > */

/********** < Col2-set Styles */

.col2-set { background: #efefef; }
.col2-set .sub-title { background: #8097a4; color: #fff; font-size: 14px; font-weight: bold; letter-spacing: -0.4px; padding: 5px 13px; }
.my-account .dashboard h2.sub-title { background: #8097a4; color: #fff; font-size: 14px; font-weight: bold; letter-spacing: -0.4px; padding: 5px 13px; }
.col2-set .sub-title a { color: #000; margin: 0 0 0 5px; text-decoration: none; }
.col2-set .sub-title a:hover { text-decoration: underline; }
.col2-set .info-box { background: none; border: none; }
.col2-set .info-box .box-title, .billing-agreements .info-box h2 { background: #000; color: #fff; display: inline-block; padding: 4px 13px; }
.col2-set .info-box .box-title a { color: #999; text-decoration: none; }
.col2-set .info-box .box-title a:hover { text-decoration: underline; }

/********** Col2-set Styles > */

/* Adress Book */
.addresses-list .box-content { font-size:12px; }
.addresses-list .col-2 li { padding:0 0 10px; }
.addresses-list .col-2 li .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.addresses-list .col-2 li address { padding:10px; clear:both; }

/* Order View */
.order-page {}
.order-page .order-date { margin:0 0 20px; color:#6c6c6c; font-size:11px; }
.enterprise-rma-guest-create .order-date {color: #333; margin: 8px 0 0 0; display: inline-block; float: right;}
.order-page .col2-set { padding-bottom:20px; }

.order-details .link-print { background:none; padding:0; }
.order-details .order-additional,
.order-details .data-table { margin-bottom:20px; }
.order-details .order-additional dt { font-weight:bold; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; padding:0 0 5px; margin:0 0 5px; }
.order-details .order-additional dd { padding:10px; margin:0 0 10px; }

.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:#e6e6e6; }
.order-details .gift-message dd { border:1px solid #c7c7c7; background:#fff; padding:10px; margin:0 0 10px; white-space:pre-wrap; word-wrap:break-word }

.order-links { margin:0 0 10px; text-align:right; padding-bottom:5px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; text-align:right; }
.order-info { margin-bottom:5px; border-bottom:1px solid #c4c4c4; }
.order-info dt { padding:6px 20px 0 10px; color:#6c6c6c; float:left; }
.order-info dd { float:left; }
.order-info ul { float:left; }
.order-info li { float:left; position:relative; z-index:2; margin-right:3px; background:#dedede url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.order-info li strong,
.order-info li a { text-decoration:none; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.order-info li.current { margin-bottom:-1px; color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.order-info li.current strong { background-position:100% 0; padding-bottom:1px; }
.order-info dt { font-weight:bold; }

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { float:left; margin:0; }

/* Split Button */
.split-button { display:inline-block; z-index:1; position:relative; max-width:300px; white-space:nowrap;}
.split-button.clickable:active { left:1px; top:1px; }
.split-button { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn.gif) no-repeat 0 0; height:21px; padding:0 0 0 10px; margin:0; }
.split-button.active { z-index:100; }
.split-button strong { cursor:default; font-weight:bold; text-transform:uppercase; font-size:11px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn.gif) no-repeat 100% 0; height:19px; padding:3px 30px 0 5px; margin:0; display:block; overflow-x:hidden; white-space:nowrap; text-overflow:ellipsis; }
.split-button.clickable > strong,
.split-button strong[onclick] { text-transform:uppercase; font-size:11px; color:#C73615; text-transform:uppercase; cursor:pointer; }
.split-button .change { display:inline-block; border:1px solid; border-color:transparent transparent transparent #999; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn-split-change.png) 5px 50% no-repeat; text-indent:-999em; overflow:hidden; width:15px; cursor:pointer; height:11px; margin-left:8px; vertical-align:middle; }
.split-button .change { position:absolute; right:5px; top:0px; height:19px; border-left-color:#ccc; }

.split-button.light { background:none; height:auto; padding:0; }
.split-button.light.clickable:active { top:auto; left:auto; }
.split-button.light strong { display:inline-block; font-size:11px; text-transform:none; background:none; font-weight:normal; padding:0; height:auto; overflow:visible; white-space:normal; text-overflow:visible; }
.split-button.light.clickable > strong,
.split-button.light strong[onclick] { text-transform:none; text-decoration:underline; color:#999; }
.split-button.light.clickable > strong:hover,
.split-button.light strong[onclick]:hover { text-decoration:none; }
.split-button.light .change { position:static; right:auto; top:auto; height:11px; border-left-color:#999; }

.split-button.active .change,
.split-button .change:hover { background-position:-995px 50%; }
.split-button .list-container { position:absolute; display:none; right:0; top:100%; padding:0; min-width:100%; max-width:300px; float:left; }
.split-button.active .list-container { display:block; }
.split-button .list-container ul { background:#fff; border:1px solid rgba(0,0,0,0.1); position:relative; }
.split-button .list-container ul > li { white-space:nowrap; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn-split-item.png) no-repeat -10000px -10000px; border:1px solid #c1c1c1; border-top-width:0; margin:0; display:block!important; margin:0!important; }
.split-button .list-container ul > li:first-child { border-top-width:1px; }
.split-button .list-container li a,
.split-button .list-container li span { display:block; line-height:1.2!important; cursor:pointer; padding:5px 18px 5px 18px; color:#999; font-size:11px; text-transform:none; text-decoration:none; text-align:left; text-overflow:ellipsis; overflow:hidden; }
.split-button .list-container li:hover a,
.split-button .list-container li:hover span,
.split-button .list-container li:hover { color:#fff; text-decoration:none; }
.split-button .list-container li:hover { background-color:#999; background-position:5px -984px; }
.split-button .list-container li.new { color:#d33911; background-color:#eee; background-position:5px 7px; }
.split-button .list-container li.new:hover { background-color:#999; background-position:5px -485px; }

/* Wishlist */
.my-wishlist textarea { width:99%; height:3.9em; resize:vertical; line-height:1.3em; overflow:auto; }
#wishlist-table .price-box { margin:3px 0; }
#wishlist-table td .description { margin:10px 0; max-height:3.9em; line-height:1.3em; overflow:hidden; word-wrap:break-word; max-width:345px; }
#wishlist-table td .description .inner { overflow:hidden; }
#wishlist-table td { padding:15px 10px; }
#wishlist-table th:first-child,
#wishlist-table td:first-child { padding-left:10px; padding-right:0; }
#wishlist-table td p { margin:5px 0 15px; }
#wishlist-table td.last { padding:4px 2px; width:1px; }
#wishlist-table td .price-box { font-size:12px; }
#wishlist-table td .price-box p { margin:0 0 5px; }
#wishlist-table td .truncated { float:left; width:auto; margin-right:10px; line-height:18px; }
#wishlist-table td .truncated .show .item-options { top:-40px; right:100%; left:auto; margin-right:15px; line-height:1.2; }
#wishlist-table td .truncated .truncated_full_value .item-options dl { background-position:100% 0; }
#wishlist-table .item-manage { margin:0 0 0 0; float:left; }
#wishlist-table .item-manage .split-button { margin:10px 9px 0 0; }
#wishlist-table .item-manage .split-button .change { margin-left:2px; }
#wishlist-table .item-manage .split-button:last-child { margin-right:0; }
.wishlist-empty { font-size:12px; padding:15px 10px; text-align:center; }
p.wishlist-empty {border:1px solid #d0d0d0;}
/* Multiple Wishlist */

.link-edit { line-height:18px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_link-edit.png) no-repeat 0 0; display:inline-block; float:left; clear:both;}
.my-wishlist .cart-cell {float:left;}
.wishlist-management .link-edit { width:16px; padding:0; margin:0 5px; height:16px; text-indent:-999em; overflow:hidden; vertical-align:middle; }
.wishlist-management .btn-create { float:right; margin-bottom:10px; background: #ff7f01;}
.wishlist-management .sub-title { float:left;  max-width:100%; }
.wishlist-management .sub-title h2 { word-wrap:break-word; }
.wishlist-management .note-msg { clear:both; margin:0 0 10px; padding:10px; border-style:solid !important; border-width:1px !important; font-size:12px !important; border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.wishlist-management .msg-private { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_lock.png) no-repeat 10px 10px #fafaec; padding-left:30px; }
.wishlist-management .table-caption .label { font-size:12px; float:left; line-height:21px; }
#wishlists-move { float:right; margin-left:10px; }
#wishlists-copy { float:right; }

#wishlists-select { background:none; padding-left:0; white-space:nowrap; float:left; max-width:220px; }
#wishlists-select strong { background:none; padding-right:0; padding-left:7px; font-weight:normal; font-size:12px; text-transform:none; }
#wishlists-select strong span { font-weight:bold; }
#wishlists-select .change { text-indent:0; width:auto; background:none; margin-left:4px; border:0; right:auto; left:100%; text-decoration:none; line-height:19px; margin-top:1px; }
#wishlists-select .change span { color:#1e75b4; text-transform:none; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_header-panel.gif) no-repeat scroll 100% -74px transparent; padding-right:10px; }
#wishlists-select.active .change span { color:#d33911; background-position:100% -130px; }
#wishlists-select .list-container { right:auto; left:0; margin-top:4px; }
#wishlists-select .list-container ul { background:#e7e7e7; border:0; }
#wishlists-select .list-container li:first-child { border-top:0; }
#wishlists-select .list-container li { border-color:#d9d9d9; }
#wishlists-select .list-container a,
#wishlists-select .list-container span { color:#1e75b4; padding:5px 6px; /* background-position:-999em -999em; */ }
#wishlists-select .list-container li:hover a,
#wishlists-select .list-container li:hover span,
#wishlists-select .list-container li:hover { color:#d33911; }
#wishlists-select .list-container li:hover { background-position:-999em -999em;  background-color:#f8f8f8;  }
#wishlists-select .list-container li.new { color:#d33911; background-color:#d9d9d9; background-position:5px 7px; padding-left:12px; }
#wishlists-select .list-container li.new:hover { background-color:#999; background-position:5px -485px; color:#fff; }
#wishlists-select .list-container li.new:hover a,
#wishlists-select .list-container li.new:hover span { color:#fff; }


/* Wishlist search view */
#wishlist-search-results {}
.col3-layout #wishlist-search-results .item-name { max-width:340px; word-wrap:break-word; display:block; }
.col2-right-layout #wishlist-search-results .item-name,
.col2-left-layout #wishlist-search-results .item-name { max-width:500px; }
.col1-layout #wishlist-search-results .item-name { max-width:600px; }


.wishlist-search-view {}
.list-info { border:1px solid #dadada; padding:10px 0; margin:0 0 15px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block.gif) repeat-x 100% 100% #fff; max-width:100%; word-wrap:break-word; }
.list-info .item { padding:5px 0; font-size:12px; border-top:1px dotted #d9d9d9; margin:0 15px; }
.list-info .item:first-child { border-top:0; }
.list-info .item .label { font-weight:normal; font-style:italic; font-size:0.9em; margin-right:5px; }
.list-info .item .label:after { content:':'; }
.list-info .item .value { font-weight:bold; }
.wishlist-search-view #wishlist-table td.last { padding:15px 10px; }
.wishlist-search-view #wishlist-table .description { max-height:6.5em; max-width:280px; }
.wishlist-search-view .list-info { display:inline-block; }
.wishlist-search-view .sub-title { clear:both; }
.wishlist-search-view p.qty { text-align:center; }

/* Extra Wishlist Styles */
.wishlist-management .btn-create { background: #ff7f01; }
#wishlist-view-form .table-caption { background: #fff; border-top: 10px solid #666; border-bottom: 10px solid #000; border-right: none; border-left: none; padding: 6px 7px 7px 7px; }
#wishlist-view-form .split-button strong { background: none; }
#wishlists-copy, #wishlists-move { background: #ff7f01; color: #fff; }
#wishlist-view-form .split-button .change { border-left-color: #fff; }
#wishlist-table .data-table thead { background: #666; }
#wishlist-table { margin: 20px 0 0 0; }
#wishlist-table .cart-cell button.button { background: #ff7f01; }
#wishlist-view-form p.wishlist-empty { border: none; }

/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {}
.gift-card-info .btn-only { padding-left:0; }

#gc-please-wait { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity:0.8; opacity:0.8; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2.h2 { margin:15px 0 10px; }
.page-print .col2-set { margin:10px 0 20px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* Tagged products */
.my-tag-edit { float:left; }
.my-tag-edit .btn-remove { float:right; margin:-3px 0 0 5px; position:relative; }
#my-tags-table .price-box { margin:5px 0; }
#my-tags-table .last { text-align:center; }
#my-tags-table .last p { margin:10px 0; }

/* Reward Points */
.my-rewards .box { margin:0 0 30px; }
.my-rewards .info-box .box-title { margin:10px 10px; }
.my-rewards .info-box .box-content { padding:0 10px 10px; }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt { font-weight:bold; font-size:13px; margin-top:10px; }
.my-rewards dl dt span { color:#d12c01; }
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:0 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }

/* Billing Agreements */
.billing-agreements .info-box { margin:15px 0; }
.billing-agreements .info-box p { margin:0 0 9px; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }

/* Gift Registry Functionality */
.btn-gift-registry { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/i_gift-registry3.gif) 0 0 no-repeat; padding:3px 0 0 33px; text-align:left; }
.btn-gift-registry .input-box { margin:0 0 7px; }
.btn-gift-registry select { width:100%; }
.gift-registry-name { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/i_gift-registry2.gif) 0 0 no-repeat; margin:3px 0 0; padding:0 0 0 20px; line-height:18px; }
/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box { width:148px; margin:3px 0 0; padding:0; }
.sidebar .block-gr-search .form-alt input.input-text { width:142px; }
.sidebar .block-gr-search .form-alt select { width:148px; }
.block-gr-search p.note { margin:0 0 3px; text-align:right; color:#f15c22; }

/* Order By SKU */

.wrapper .block-addbysku .input-box.validation-error,
.wrapper .block-addbysku .input-box.validation-passed { padding-right:0; background:none; }
.wrapper .block-addbysku .validation-advice { margin-right:-19px; }

.main .block.block-addbysku .block-content { padding:10px 4px 10px; }
.block-addbysku .data-table th,
.block-addbysku .data-table td { padding:6px 4px; }
.block-addbysku .data-table th:first-child,
.block-addbysku .data-table td:first-child { padding-left:13px; }
.sidebar .block-addbysku .actions { padding:0 13px 7px; }
p.link-widget-sku { padding:15px 13px; text-align:left; float:left; }
.sidebar p.link-widget-sku { padding:5px 13px 0; text-align:right; border-top:1px dotted #dadada; float:none; }
p.link-widget-sku a { color:#999; }

.block-addbysku .actions { text-align:right; margin:15px 0 10px; float:right; }
.sidebar .block-addbysku .actions { float:none; }
.block-addbysku .file-upload { float:left; text-align:left; border:1px solid #dadada; padding:10px 17px; background:#F5F5F5 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_block.gif) repeat-x 0 100%; margin-top:10px; }
.block-addbysku .file-upload label { display:block; float:none; width:auto; min-width:60px; text-align:left; }
.block-addbysku .file-upload p { padding:3px 0; }
.block-addbysku .file-upload .btn-reset { display:inline-block; margin-left:15px; }
.block-addbysku .file-upload .btn-reset span { margin-left:0; padding:3px 0; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_icon-reset.png) no-repeat scroll 0 50%; padding-left:15px; display:inline-block; cursor:pointer; color:#999; }
.block-addbysku .file-upload .input-box { display:block; float:none; }
.block-addbysku .file-upload .note { width:auto; clear:both; padding:2px 0; }

.block-addbysku .data-table {}
.block-addbysku .data-table td .btn-remove { margin:4px 0 0; float:right; margin-right:-16px; }
.block-addbysku .data-table td .input-box { float:left; }
.block-addbysku .data-table td .qty { width:8em!important }
.sidebar .block-addbysku .data-table td .qty { width:5em!important }
.block-addbysku .data-table td.last { padding-right:18px; }
.block-addbysku .data-table tfoot td.last { text-align:right; }
.block-addbysku .data-table .add-row { cursor:pointer; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_btn-split-item.png) no-repeat 0px 2px; padding-left:11px; font-weight:bold; color:#999; }
.block-addbysku .data-table .input-box { width:99%; }

.wrapper .block.block-addbysku .data-table .validation-advice { }
.wrapper .block.block-addbysku .data-table .col-sku { width:auto; }

.wrapper .block.block-addbysku .data-table .col-qty,
.wrapper .block.block-addbysku .data-table .col-remove { width:13px; }
.wrapper .block.block-addbysku .data-table .input-text { width:99%; }

/* My Account RMA ====================== */
.enterprise-rma-return-create .my-account #rma_create_form .form-buttons a {background: #999; padding: 5px 10px; display: inline-block; margin: 5px 0 0 0; color: #fff; text-decoration: none;}
.enterprise-rma-return-create .my-account #rma_create_form .form-buttons p.back-link {background: none !important;}

/* ======================================================================================= */

.disabled { position:relative; z-index:1; }
.disabled:after { content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; background:#fff; opacity:0.2; }

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:10px 20px 20px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px 2px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { color:#333; font-size:14px; font-weight:bold; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:6px; right:8px; height:15px; width:15px; text-align:left; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { background:#fefefe; clear:right; line-height:1.5; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-before-container { margin:0 0 3px; text-align:center; }

.form-subscribe { float:left; width:183px; padding: 0 17px 0 0; }
.form-subscribe-header { color:#d12c01; font-size:11px; font-weight:bold; text-decoration:none; text-transform:uppercase; }
.form-subscribe label { display:block; margin:6px 0; }
.form-subscribe input.input-text { width:177px; display:block; }
.form-subscribe button.button { margin:6px 0 0; float:right; }
.form-subscribe .validation-advice { width:180px; }
.form-subscribe .v-fix { text-align:left; padding-right:5px; }
.form-subscribe a { color:#777; }

.cms-home .footer-container {width:95% !important;}
.footer-container {width:100%; margin:0 auto; text-align:left; border:none; padding:0; }
.footer a { text-decoration: none; }
.footer a:hover { text-decoration:underline; }
.footer a:hover { text-decoration:underline; }

#address {width:980px; margin:0 auto 20px auto;}
address.copyright { text-align: left; color: #666; font-size:11px; height:48px; line-height:35px; float:left;}

.footer .switcher-store { float:right; width:184px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_store-switch.gif) no-repeat 0 3px; padding-top:21px; }
.footer .switcher-store label { display:none; }
.footer .switcher-store select { padding:0; margin-bottom:1px; }
.footer .switcher-store ul { float:none; width:auto; padding-left:0; margin-left:0; }
.footer .switcher-store ul .current { display:none; }

/* Social Static Block Styles */
.footer_links_extra { width: 100%; margin: 10px 0 0 0; float:left; text-align:left;}
.footer_links_extra a {text-decoration: none;}
.footer_links_extra a.footer_links_extra_last { margin: 0; }
.footer_links_extra a:hover { text-decoration: underline; }
.footer_links_extra a.footer_links_extra_last { margin: 0; }
.footer_links_extra .list_title {color:#000;font-weight: bold;}
.footer_links_extra ul {float:left; font-size:11.5px; line-height:17px;}
.footer_links_extra ul.left {margin-right:92px;}
.footer_links_extra .list_title a {color:#000 !important;}


div#copyright {/* width:390px; */}
#tv_spots_wrap {height:auto; width:586px; float:right; position:relative;}
#tv_spots {height:134px; width:442px; background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: 0px -254px; background-repeat: no-repeat; float: right;}
#tv_spots_wrap a {display:block; position:absolute;}
#tv_spots_wrap a.sixtyminute:hover, #tv_spots_wrap a.ora:hover {background-color: rgb(0, 0, 0);
    /* RGBa with 0.1 opacity */
    background-color: rgba(0, 0, 0, 0.1);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1A000000, endColorstr=#1A000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1A000000, endColorstr=#1A000000)";}
#tv_spots_wrap .houzz {margin: 0 10px 0 0; border: 1px solid #cfcfcf; background: #fff; padding: 5px;}
#tv_spots_wrap a.sixtyminute {width:51.2%; height:99.5%; left: 48.7%; top:0; border:none !important; padding:0px !important; margin:0px !important; background:none;}
#tv_spots_wrap a.ora {width:22.5%; height:99%; left: 77.5%; top:0; border:none !important; padding:0px !important; margin:0px !important; background:none; display:none;}
#payment_options {float:right;}
.card_icons {height:28px; width:45px; display:inline-block; margin:0 7px 0 0;}
#visa {background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: -289px -39px; background-repeat: no-repeat;}
#visa_electron {background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: -346px -39px; background-repeat: no-repeat;}
#maestro {background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: -289px -77px; background-repeat: no-repeat;}
#mastercard {background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: -346px -77px; background-repeat: no-repeat;}
#paypal {background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: -289px -186px; background-repeat: no-repeat;width:96px;}
.secure_icon {display:inline-block;}

.social_block { padding: 10px 0; margin: 10px 0 20px 0; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; float: left; width: 980px; }
.social_block button.button { float: left; margin: 4px 0 0 0; background:#000;}
.social_block input.input-text, textarea { width: 150px; margin: 4px 10px 0 0;}
.social_link { width: 30px; height: 30px; overflow: hidden; background-position: 0 -27px; float: right; margin: 0 0 0 10px;}
.social_link:hover { background-position: 0 0; }
#facebook { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: -32px -1px; background-repeat: no-repeat;}
#twitter { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -94px -1px; background-repeat: no-repeat;}
#pinterest { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -156px -1px; background-repeat: no-repeat;}
#google { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -218px -1px; background-repeat: no-repeat;}
#blog { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -280px -1px; background-repeat: no-repeat;}
#youtube { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) ; background-position: -499px -1px; background-repeat: no-repeat;}
#facebook:hover { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -1px -1px; }
#twitter:hover { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -63px -1px; }
#pinterest:hover { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -125px -1px; }
#google:hover { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -187px -1px; }
#blog:hover { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -249px -1px; }
#youtube:hover { background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -468px -1px; }
.fns_title { display: inline-block; float: left; font-weight: bold; margin: 0 10px 0 5px; line-height: 2.5em; color:#000;}
.footer_social_links { width: 300px; float: right;padding-right:5px; }

#logo_footer {height:32px; width:32px; background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -424px 0px; float:left; margin-right:10px;}
/* ======================================================================================= */


/* Some sample data cms styles ================================================================================ */
.page-head-alt {}
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.col-main .page-head,
.col-main .page-head-alt { margin:0 -20px 20px;}
/* edit */
.col-main .page-head-alt { background: #efefef; padding: 13px 20px 11px 20px;}
.page-head-alt .link-rss { float:right; margin-top:8px; }
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 { font:normal 22px/27px Bebas, Helvetica, Arial, sans-serif; color:#333; }


/* Restricted ================================================================================ */
.restriction-index-stub .page { width:652px; padding-bottom:3px; }
.restriction-index-stub .main { margin-top:100px; min-height:0; height:auto !important; padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { color:#dedede; height:auto !important; min-height:230px; height:230px; font-size:16px; background:#4a4a4a url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .page-title { margin:0 0 15px !important; padding:0 !important; border:0 !important; background:none; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { font:italic 35px Georgia, "Times New Roman", Times, serif; color:#fff; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }


/* Old private sales index ================================================================================ */
.private-sales-index { background:#2b2b2b; margin:110px 0 60px; padding:40px 0; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ps.gif) no-repeat 50% 13px; padding:50px 13px 0; width:657px; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ps.gif) no-repeat 50% 100%; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a { color:#444444; }
.private-sales-index .box .content h1 { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; color:#ec4e00; }
.private-sales-index .box .content .description { background:url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; width:433px; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#817268; }

.col1-layout .private-sales-index { margin:0 -20px -31px; height:auto !important; height:350px; min-height:350px; }

/* Private sales index ================================================================================
.private-sales-index { background:#fffdf9 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-index .box {}
.private-sales-index .box .content {}
.private-sales-index .box .content p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-index .box .content a { color:#c12900; }
.private-sales-index .box .content h1 { display:none; }
.private-sales-index .box .content .description { display:none; }

.col1-layout .private-sales-index { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; } */

/* Private sales demo ==================================================================== */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-demo a { color:#c12900; }

.col1-layout .private-sales-demo { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; }
/* ======================================================================================= */

/* Clears ================================================================================ */
.account-login .form-list:after,
.wishlist-management .table-caption:after,
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.top-cart .actions:after,
.header .quick-access:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.mini-products-list li:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.products-list li.item:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add-tags:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.product-review:after,
.box-collateral:after,
.box-collateral .box-content:after,
.collateral-tabs .tab-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
.addresses-list .col-2 li:after,
.product-view .product-shop:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* ======================================================================================= */


/* Lightwindow =========================================================================== */
#lightwindow_overlay { /* REQUIRED */ display: none; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100px; z-index: 500; /* REQUIRED */ }
#lightwindow { /* REQUIRED */ /* Of Note - The height and width of this element are set to 0px */ display: none; visibility: hidden; position: absolute; z-index: 999; line-height: 0px; /* REQUIRED */ }
#lightwindow_container { /* REQUIRED */ display: none; visibility: hidden; position: absolute; /* REQUIRED */ padding: 0 0 0 0; margin: 0 0 0 0; }
/* IE6 needs this or it messes with our positioning */ * html #lightwindow_container { overflow: hidden; }
#lightwindow_contents { overflow: hidden; z-index: 0; position: relative; border: 10px solid #ffffff; background-color: #ffffff; }
#lightwindow_loading { /* REQUIRED */ height: 100%; width: 100%; top: 0px; left: 0px; z-index: 9999; position: absolute; /* REQUIRED */ background-color: #f0f0f0; padding: 10px; }
#lightwindow_loading_shim { display: none; left: 0px; position: absolute; top: 0px; width: 100%; height: 100%; }
#lightwindow_loading span { font-size: 12px; line-height: 32px; color: #444444; float: left; padding: 0 10px 0 0; }
#lightwindow_loading span a, #lightwindow_loading span a:link, #lightwindow_loading span a:visited { color: #09F; text-decoration: none; cursor: pointer; }
#lightwindow_loading span a:hover, #lightwindow_loading span a:active { text-decoration: underline; }
#lightwindow_loading img { float: left; margin: 0 10px 0 0; }
#lightwindow_navigation { /* REQUIRED */ position: absolute; top: 0px; left: 0px; display: none; /* REQUIRED */ } /* We need to shim the navigation for IE, though its more of a sub-floor */ #lightwindow_navigation_shim { /* REQUIRED */ display: none; left: 0px; position: absolute; top: 0px; width: 100%; height: 100%; /* REQUIRED */ }
#lightwindow_navigation a, #lightwindow_navigation a:link, #lightwindow_navigation a:visited, #lightwindow_navigation a:hover, #lightwindow_navigation a:active { /* REQUIRED */ outline: none; /* REQUIRED */ }
#lightwindow_previous, #lightwindow_next { width: 49%; height: 100%; background: transparent url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/blank.gif) no-repeat; /* Trick IE into showing hover */ display: block; }
#lightwindow_previous { float: left; left: 0px; }
#lightwindow_next { float: right; right: 0px; }
#lightwindow_previous:hover, #lightwindow_previous:active { background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/prevlabel.gif) left 15% no-repeat; }
#lightwindow_next:hover, #lightwindow_next:active { background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/nextlabel.gif) right 15% no-repeat; }
#lightwindow_previous_title, #lightwindow_next_title { display: none; }
#lightwindow_galleries { width: 100%; position: absolute; z-index: 50; display: none; overflow: hidden; margin: 0 0 0 10px; bottom: 0px; left: 0px; }
#lightwindow_galleries_tab_container { width: 100%; height: 0px; overflow: hidden; }
a#lightwindow_galleries_tab, a:link#lightwindow_galleries_tab, a:visited#lightwindow_galleries_tab { display: block; height: 20px; width: 77px; float: right; line-height: 22px; color: #ffffff; text-decoration: none; font-weight: bold; cursor: pointer; font-size: 11px; color: #ffffbe; background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/black-70.png) repeat 0 0 transparent; }
* html a#lightwindow_galleries_tab, * html a:link#lightwindow_galleries_tab, * html a:visited#lightwindow_galleries_tab { background: none; background-color: #000000; opacity: .70; filter: alpha(opacity=70); }
a:hover#lightwindow_galleries_tab, a:active#lightwindow_galleries_tab { color: #ffffbe;}
#lightwindow_galleries_tab_span { display: block; height: 20px; width: 63px; padding: 0 7px 0 7px; }
#lightwindow_galleries_tab .up { background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/arrow-up.gif) no-repeat 60px 5px transparent; }
#lightwindow_galleries_tab .down { background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/arrow-down.gif) no-repeat 60px 6px transparent; }
#lightwindow_galleries_list { background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/black-70.png) repeat 0 0 transparent; overflow: hidden; height: 0px; }
* html #lightwindow_galleries_list { background: none; background-color: #000000; opacity: .70; filter: alpha(opacity=70); }
.lightwindow_galleries_list { width: 200px; float: left; margin: 0 0 10px 0; padding: 10px; }
.lightwindow_galleries_list h1 { color: #09F; text-decoration: none; font-weight: bold; cursor: pointer; padding: 10px 0 5px 0; font-size: 16px; }
.lightwindow_galleries_list li { margin: 5px 0 5px 0; list-style-type: none; }
.lightwindow_galleries_list a, .lightwindow_galleries_list a:link, .lightwindow_galleries_list a:visited { display: block; line-height: 22px; color: #ffffff; text-decoration: none; font-weight: bold; cursor: pointer; padding: 0 0 0 10px; font-size: 11px; }
.lightwindow_galleries_list a:hover, .lightwindow_galleries_list a:active { background: #000000; color: #ffffbe; border-left: 3px solid #ffffbe; padding: 0 0 0 7px; }
#lightwindow_data { /* REQUIRED */ position: absolute; /* REQUIRED */ }
#lightwindow_data_slide { /* REQUIRED */ position: relative; /* REQUIRED */ }
#lightwindow_data_slide_inner { background-color: #ffffff; padding: 0 10px 10px 10px; }
#lightwindow_data_caption { padding: 10px 0 0 0; color: #666666; line-height: 25px; background-color: #ffffff; clear: both; }
#lightwindow_data_details { background-color: #f0f0f0; padding: 0 10px 0 10px; height: 20px; }
#lightwindow_data_author_container { width: 40%; text-align: right; color: #666666; font-style: italic; font-size: 10px; line-height: 20px; float: right; overflow: hidden; }
#lightwindow_data_gallery_container { font-size: 10px; width: 40%; text-align: left; color: #666666; line-height: 20px; float: left; overflow: hidden; }
#lightwindow_title_bar { height: 25px; overflow: hidden; }
#lightwindow_title_bar_title { color: #fff; font-size: 14px; line-height: 25px; text-align: left; float: left; }
a#lightwindow_title_bar_close_link, a:link#lightwindow_title_bar_close_link, a:visited#lightwindow_title_bar_close_link { float: right; text-align: right; cursor: pointer; color: #fff; line-height: 25px; padding: 0; margin: 0; }
a:hover#lightwindow_title_bar_close_link, a:active#lightwindow_title_bar_close_link { color: #ffffff; }

/* Theme Styling */
#lightwindow p { color: #000000; padding-right: 10px; }
/* ======================================================================================= */


/* Carousel ============================================================================== */
.pluit-carousel { position: relative; }
.pluit-carousel img { border: 0; display: block; cursor: pointer; }
.pluit-carousel ul { margin: 0; padding: 0; list-style-type: none; }
/* Viewport */
.pluit-carousel .viewport { overflow: hidden; position: relative; }
.pluit-carousel .viewport ul { width: 6000px; }
.pluit-carousel .viewport ul li { display: block; float: left; }
.pluit-carousel .viewport ul ul { width: auto; float: left; }
.pluit-carousel .viewport ul ul li { margin-right: 5px; }
/* Navigation */
.pluit-carousel .nav { position: absolute; top:10px; right:-5px; padding: 0 3px; height: 10px; }
.pluit-carousel .nav li a { display: block; overflow: hidden; text-indent: -100em; background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/carousel_nav.png) no-repeat 0 0; outline: none; float:left; }
.pluit-carousel .nav li a:hover { background-position: -46px 0; }
.pluit-carousel .nav .prev { display: none; }
.pluit-carousel .nav .next { display: none; }
.pluit-carousel .nav .pages { position: absolute; top: 0px; left: 2px; }
.pluit-carousel .nav .pages ul { float: left; }
.pluit-carousel .nav .pages li { float: left; margin-right: 8px; }
.pluit-carousel .nav .pages li a { width: 11px; height: 11px; }
.pluit-carousel .nav .pages li.active a { background-position: -46px 0; }
.pluit-carousel ul, .pluit-carousel .nav .pages, .pluit-carousel .nav { zoom: 1; }
.pluit-carousel ul:after, .pluit-carousel .nav .pages:after, .pluit-carousel .nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; width:60px; }
/* ======================================================================================= */


/* Media Queries ========================================================================= */
/* == iPad/iPhone [portrait + landscape] == */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #nav a.level-top { font-size: 0.864em; }
    #nav li.level-top { background: none; padding: 0 2px 0 6px; margin: 0 4px 0 0; border-left: 3px solid #fff; }
    #nav { margin: 0 0 0 2px; }
    }
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #nav a.level-top { font-size: 0.864em; }
    #nav li.level-top { margin: 0 2px 0 0; padding: 0 6px; }
    #nav { margin: 0 0 0 2px; }
    .reasons_nav a { font-size: 0.6em; }
    .footer_links_extra a { font-size: 0.6em; }
    .category-description { font-size: 0.99em; }
    .product-view .product-shop p.in-stock { background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_ok.gif") no-repeat scroll 185px 0 transparent; }
    .product-view .product-shop p.out-of-stock { background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") no-repeat scroll 215px 0 transparent; }
    }
/* ======================================================================================= */


/* LivePerson ============================================================================ */
.slide-out-div { border: none; background: #87A1AE; height: 109px !important; padding: 2px 0; width: 230px; z-index: 99999;}
#live_person_banner {height: 109px; overflow: hidden; background: #F3F3F3; padding: 0 0 0 20px;}

/* ======================================================================================= */


/* Site Specific | BestHeating ============================================================ */

/* MegaMenu / Custom Menu / Webandpeople ================================================== */
.mm_inner_container {float: right; position: absolute; right: 8px; top: 10px; background: #8097A4; text-align: center;}
.mm_inner_container h2 {font-size: 25px; text-transform: uppercase; margin: 20px 0 5px 0; font-family: bebas, helvetica, arial, verdana, sans-serif;}
.mm_inner_container a {color: #fff; line-height: 25px; font-size: 16px;}
.mm_inner_container a:hover {text-decoration: underline;}

/* Filter Accordion ======================================================================= */
.filter_link {width: 165px; height: 23px; display: block; background: #efefef url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/filter_arrows.gif') 16px 2px no-repeat; margin: -5px 0 0 -18px; padding: 5px 0 0 17px;}
.filter_link.active {background-position: 15px -20px;}
/* Remove original padding */
.sidebar .block-layered-nav dt {padding: 5px 0 1px 18px;}


/* Discount Accordion */
.cart .sh-button {margin: -25px 0 0 0;}
.cart .cart-discount {margin: 0 0 30px 0; padding: 0 0 10px 0;}
.cart .newClass {}
#effect .discount h2 {display: none !important;}
.codes-cart {text-align:right;  margin: 0 0 10px; float: right;}
.cart .sh-button {margin: 0 0 0 -4px; color: #555; font-size:12px; font-weight:bold;}
#discount-coupon-form label {font-size:12px; display:none;}
#discount-coupon-form{float:right;}

/* Accordion */
.accordion-toggle { display: block; height: 30px; width: 695x; background: #efefef; padding: 0 10px 0 10px; line-height: 30px; font-weight: bold; font-family: helvetica, arial, verdana, sans-serif; text-decoration: none; outline: none; font-size: 12px; color: #333; border-bottom: 1px solid #fff; cursor: pointer; margin: 0 0 0 0; }
.accordion-toggle-active { background: #8097a4; color: #ffffff; }
.csp_container { width: 715px; float: left; margin: 17px 0 0 0; }
h2.maintext { background: #ff7f01; padding: 10px 10px 8px 10px; color: #fff; font-family: helvetica, arial, verdana, sans-serif; text-transform: uppercase; font-size: 1.1em; letter-spacing: -0.4px; margin: 0; }
h2.maintext1 { background: #fff; padding: 10px 10px 8px 10px; border-top: 10px solid #666; border-bottom: 10px solid #000; color: #333; font-family: helvetica, arial, verdana, sans-serif; text-transform: uppercase; font-size: 1.2em; letter-spacing: -0.4px; margin: 0 0 20px 0; }
.accordion-content { background-color: #ffffff; overflow: hidden; padding: 10px; }
.accordion-content p { color: #555; font-family: helvetica, arial, verdana, sans-serif; line-height: 15px; }
.accordion-content p a { color: #000; text-decoration: underline; }
.accordion-content p a:hover { text-decoration: none; }
.accordion-content ul li { color: #555; font-family: helvetica, arial, verdana, sans-serif; }
ul#accordion-not-mutually-exclusive { list-style:none; margin:0; padding:0; }

/* Hotline Static Block */
p.hotline { display: inline-block; font-size: 0.9em; color: #333; text-align: right; text-transform: uppercase; line-height: 10px; padding: 0 0 0 8px; border-left: 1px solid #333; margin: 7px 0 0 0; }
p.hotline span { color: #000; font-family: helvetica, arial, verdana, sans-serif; font-size: 14px; font-weight: bold; margin: 0 0 0 10px; }


/* Reasons Nav */
.reasons_nav { width: 978px; text-align: center; margin: 3px 0 0 -20px; float: left; position:relative; border-bottom:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece; background: #fff; padding-bottom: 4px;}
.reasons_nav a { color: #666; text-decoration: none; text-transform: uppercase; padding: 0 25px; border-right: 1px solid #555; }
.reasons_nav a:hover { color: #ff7f01; }
.reasons_nav a.reason_exception_first { padding: 0 25px 0 0;}
.reasons_nav a.reason_exception_last { padding: 0 0 0 25px; border: none; }

#delivery_text {display: none; width:260px; padding:5px; border:1px solid #ccc; position:absolute; left: 10px; top:28px; z-index: 9999; background-color:#efefef; color:#333; border-radius:5px;}
#delivery_text:after{content:'';display:block; width:0; height:0; position:absolute; border-left: 16px solid transparent; border-bottom: 16px solid #efefef; border-right:16px solid transparent; left:46%; top:-16px;}
#delivery_text:before {content:'';display:block; width:0; height:0; position:absolute; border-left: 16px solid transparent; border-bottom: 15px solid #ccc; border-right:16px solid transparent; left:46%; top:-16px;}


/* Category Sliders */
#small_carousel { width: 755px; height: 280px; margin: 0 0 0 -20px; }
.main_banner_category { width: 755px; height: 280px; text-decoration: none; float: left; }
.main_banner_wrapper_category { width: 755px; height: 280px; float: left; }
.slider_wrapper_category { width: 755px; height: 280px; float: left; }
#slider_category01_back_01 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat01_slide01.jpg'); }
#slider_category01_back_02 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat01_slide02.jpg'); }
#slider_category02_back_01 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat02_slide01.jpg'); }
#slider_category02_back_02 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat02_slide02.jpg'); }
#slider_category03_back_01 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat03_slide01.jpg'); }
#slider_category03_back_02 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat03_slide02.jpg'); }
#slider_category04_back_01 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat04_slide01.jpg'); }
#slider_category04_back_02 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat04_slide02.jpg'); }
#slider_category05_back_01 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat05_slide01.jpg'); }
#slider_category05_back_02 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat05_slide02.jpg'); }
#slider_category06_back_01 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat06_slide01.jpg'); }
#slider_category06_back_02 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat06_slide02.jpg'); }
#slider_category07_back_01 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat07_slide01.jpg'); }
#slider_category07_back_02 { background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/category/cat07_slide02.jpg'); }

.static_cat_image {margin: 0 0 0 -20px;}

/* List page image switcher */
div.imageswitcher {width: 224px; height: 224px;}
.imageswitcher img.a {position: absolute; left: 0; top: 0; z-index: 1;}
.imageswitcher img.b {position: absolute; left: 0; top: 0;}

/* ProductPage Features */
.pp_features_wrap {width: 90%; padding: 20px; background: #efefef;}

/* Feature Data Icons */
.feature_data_wrapper {text-align: center; display: inline-block;}
.featuredata_box {width: 97px; height: 97px; float: left; margin: 0 4px 10px 4px;}
#featuredata_mbg {background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/money_back_guarantee.gif') 0 0 no-repeat;}
#featuredata_mbg p {text-transform: uppercase; font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 18px; display: inline-block; color: #000; margin: 10px 0 0 0;}
#featuredata_guarantee {background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/guarantee.gif') 0 0 no-repeat;}
#featuredata_guarantee p {text-transform: uppercase; font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 18px; display: inline-block; margin: 37px 0 0 0; color: #000;}

/* TrustPilot Reviews */
.tprp_wrapper {	width: 938px; margin: 0px 0 0 -20px; padding: 20px; float: left; background: #fff; }
.tprp_wrapper h2 { display: inline-block; background: #8097A4; padding: 5px 13px; margin: 0 0 15px 0; font-family: bebas, helvetica, arial, verdana, sans-serif; color: #fff; font-size: 20px; letter-spacing: 1px; }
#tpiframe-box0 {/*height:332px !important;*/ margin-bottom:-2px;}
div.tp_product_page_desktop div.tpiframe-wrapper iframe {height:400px;}

/* Including Delivery */
.inc_del_para { color: #333;display: inline-block; line-height: 22px; text-align: left; margin: 0 !important;width:170px;font-size:12px;}
.including_delivery_message {width: 100%; position:relative;}
#product_delivery_text {display: none; width:217px; padding:5px; border:1px solid #ccc; position:absolute; top:-66px; left:200px; background-color:#efefef;}
.inc_del_para span { text-transform: uppercase; color: #090; font-weight: bold;font-size:14px;}
p.inc_del_text { color: red; }
/* .delivery-van {background:url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/delivery-van2.jpg') no-repeat; display:inline-block;} */

/* Including VAT */
.inc_vat_para { color: #666;  display: inline-block; float: left; margin:-30px 0 0 80px !important; font-family: helvetica, arial, verdana, sans-serif; font-weight: bold; font-size: 1.1em;}


/* Lead delivery time */
.leaddeliverytime_para {font-size: 12px; color: #333;}
.leaddeliverytime_para span {color: #333; font-size: 14px; font-weight: bold; text-transform: uppercase;}

/* SRP Pricing */
.srp-box {display: none; margin: 20px 0 0 0;}
.srp-box .srp_price {color: red; margin: 0 !important; font-size: 13px;}
.srp-box .srp_price span {}
.product-shop .price-box {margin: 0 0 5px 0 !important;}

.product-main-info .srp-box {display: block;}
.category-products .srp-box {display: block; height:12px;margin: -8px 0 0 11px;}
.category-products .srp-box .srp_price {font-size: 11px;}

/* Checkout Security */
.checkout_security { margin: 0 0 20px 20px; }

/* BTU Calculator */
#btu_calc { width: 898px; height: 907px; margin: -20px 0 0 -20px; padding: 20px 20px 0 20px; }
#btu_calc form table.btu_table { background: #fff; width: 63%; margin: 15px 0 10px 0; }
.desktop.btu-app-calc-wrap {float: right; width: 30%;}
#btu_calc .btu_top_wrap h1 { color: #000000; font-size: 2.3em; font-weight: normal; letter-spacing: 1px; text-transform: uppercase;}
#btu_calc .btu_top_wrap h2 { color: #ff7f01; font-size: 1.3em; line-height: 2em; }
#btu_calc .btu_top_wrap p { color: #000000; margin: 5px 0 0 0; }
#btu_calc table {  }
#btu_calc table th { background: white; color: #333; font-size: 1.1em; }
#btu_calc th.btu_last { background: #ff7f01; color: #fff; }
#btu_calc input, select, textarea, button { margin: 0 10px 0 0; }
#btu_calc form select { -webkit-appearance: none; -webkit-border-radius: 0; border: 1px solid #CECECE; width: 100%; color: black; height: 43px; background-color: white; padding: 2% 4%; margin-bottom: 10px; background: transparent; }
#btu_calc select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; }
#btu_calc .btu-header {font-size: 1.6em; font-weight: normal;}
#btu_calc .dropdown {background: no-repeat #ffffff; background-image:url('/media/wysiwyg/BestHeating_Images/btu-arrow.png'); background-position:96% 22px;}
#btu_calc .option-grey {color: #CECECE!important;}
#btu_calc td {font-size: 13px;}
#btu_calc select option {color: black;}
#btu_calc select option:first-child {color: #CECECE;}
#btu_calc .vid-overlay {width: 281px;position: absolute;height: auto;background-color: black;}
#btu_calc .vid-overlay-img {
    background: no-repeat;
    background-image: url('/media/wysiwyg/BestHeating_Images/watchvideo.png');
    background-position: 45px 17px;
    height: 150px;
}
#btu_calc select::-ms-expand {display: none;}

#btu_calc table th, #btu_calc table td {padding: 5px 3px!important; position: relative;}
#btu_calc #measurement .current {background-color: #00B233; color: white!important;}
#btu_calc .metric {text-align:center;color: #333333; font-size: 17px;font-weight:lighter; width:50%;}
#btu_calc .metric input[type="radio"] {visibility:hidden;}
#btu_calc .imperial {text-align:center;color: #333333; font-size: 17px;font-weight:lighter;}
#btu_calc .imperial input[type="radio"] {visibility:hidden;}
#btu_calc #measurement {border: 1px solid #CFCFCF;}
#btu_calc .input-css { -webkit-appearance: none; -webkit-border-radius: 0; border: 1px solid #CECECE; width: 94%; color: black; height: 43px; background-color: white; padding: 0% 3%; }
#btu_calc .required {color: red;}
#btu_calc .btu_table .reset-btu, #btu_calc .btu_table .calculate {background-color: #7B7B7B; color: white; width: 48%; display: inline-block; text-align: center; font-size: 19px; padding: 1% 0%;}
#btu_calc .btu_table .calculate {background-color: #00B233!important; margin-left: 2%;}
#btu_calc .btu_table a {text-decoration: none;}
#btu_calc .requirements-info {width:100%; background-color: #444444; color: white; font-size: 19px; font-weight: lighter;}
#btu_calc .requirements-info div {padding: 2%;}
#btu_calc .inset input {background-color: transparent; border: none; font-size: 51px; color: white; text-align: center;}
#btu_calc .inset .btus span {display: block; padding-top: 48px;}
#btu_calc .inset .btus input {width: 180px;}
#btu_calc .watts-req {text-align: right; padding-right: 2%; margin-top: -20px;}
#btu_calc .watts-req span {display: block;}
#btu_calc .watts-req input { width: 100%; text-align: right; background-color: transparent; border: none; font-size: 34px; color: white; }
#btu_calc .suitable-products { background-color: #00B233; color: white; text-align: center; font-size: 19px; padding: 2% 0%; }
#btu_calc .top-img {width: 100%; margin-top: 20px;}
#btu_calc .req-info-data {width: 100%; background-color: #444444; color: white; font-size: 17px; font-weight: lighter;}

/* BTU Circle Load */
#btu_calc .radial-progress { width: 200px; height: 200px; border-radius: 50%; margin: 0 auto; }
.radial-progress .circle .mask {clip: rect(0px, 200px, 200px, 100px);}
.radial-progress .circle .mask, .radial-progress .circle .fill {width: 200px; height: 200px; position: absolute; -webkit-backface-visibility: hidden; transition: -webkit-transform 1s; transition: -ms-transform 1s; transition: transform 1s; border-radius: 50%; }
.radial-progress[data-progress="100"] .circle .mask.full, .radial-progress[data-progress="100"] .circle .fill { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.radial-progress .circle .mask .fill {clip: rect(0px, 100px, 200px, 0px); background: #FF7F02;}
.radial-progress .inset { width: 180px; height: 180px; position: absolute; margin-left: 10px; margin-top: 10px; background: #444444; border-radius: 50%; }
.mobile.btu-app-calc-wrap {display: none;}
.desktop.btu-app-calc-wrap {display: block;}
.mobile.btu-app-calc-wrap img.top-img {display: block!important;}
@media only screen and (max-width: 480px) {
    #btu_calc .watts-req {margin-top: 10px; text-align: center; padding-right: 0;}
    #btu_calc .watts-req input {text-align:center;}
    #btu_calc .vid-overlay-mobile {width: 95%!important;}
    #btu_calc .metric {text-align: left;}
    #btu_calc .imperial {text-align: left;}
}
@media only screen and (max-width: 768px) {
    .mobile.btu-app-calc-wrap {display: block;}
    .desktop.btu-app-calc-wrap {display: none;}
    #btu_calc .vid-overlay-mobile {width: 82%;position: absolute;height: auto;background-color: black;}
    #btu_calc .vid-overlay-img-mobile {background:no-repeat; background-image: url('/media/wysiwyg/BestHeating_Images/watchvideo.png'); background-position:50% 17px; height: 150px; }
}
/* BTU footer */
.btu_footer { /* margin: 20px 0 0 0; border-top: 10px solid #666;*/ border-bottom: 10px solid #000; width: 900px; padding: 10px 0; float: left; }
.btu_footer_box { width: 152px; background: #efefef; padding: 10px; margin: 0 8px 0 0; float: left; }
.btu_footer_box:hover { background: #fff; cursor: pointer; }
.btu_footer_box_last { margin: 0; }
.btu_footer_box img { width: 152px; height: 152px; float: left; }
.btu_footer_box h3 { font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 1.8em; font-weight: normal; margin: 6px 0 0 0; display: inline-block; }
#btu_calc .btu_select { display: inline-block; background: #8097a4; padding: 5px 10px; margin: 40px 0 0 0; font-family: bebas, helvetica, arial, verdana, sans-serif; color: #fff; font-size: 1.8em; color: #fff; text-decoration: none;}
.btu_footer_description { float: left; margin: 20px 0 0 0; }
.btu_footer_description h2 { letter-spacing: -0.4px; }
img.embed_btu {margin:0 0 0 -20px;}

/* BTU Filter */
.btu_footer .btu_navigation {width: 898px; float: left; padding: 5px 20px 0; height: 27px; border: 1px solid #ddd; border-width: 1px 0; background: #efefef; margin: 0 0 0 -20px;}
.btu_footer .btu_navigation .prev_next_butts { width: auto; float: right; background: none; text-align: right; }
.btu_footer .btu_navigation .prev_next_butts button.button {background: none; line-height: 22px;}
.btu_footer .btu_navigation .prev_next_butts button.button span {color: #333; text-decoration: underline;}
.btu_footer .btu_navigation .prev_next_butts button.button span:hover {text-decoration: none;}
.btu_pp {color: #333; display: inline-block;}

/* BTU Results */
.btu_matchrad_header {width: 100%; float: left; margin: 0 0 20px 0;}
.btu_matchrad_header h2 {font-family: helvetica, arial, verdana, sans-serif; font-size: 16px; letter-spacing: -0.4px;}

/* BTU Results Layout */
.btu_result_box {width: 180px; height: 280px; padding: 10px; float: left; margin: 11px; background-image: -moz-linear-gradient(center bottom , #F2EFF0 0%, #FFFFFF 25%);}
.btu_result_box img {margin: 0 0 10px 0;}
.btu_result_box a {text-decoration: none;}
.btu_result_box a:hover {text-decoration: underline;}
.btu_result_box a span {color: #555; font-weight: bold; font-size: 1em; display: inline-block; height: 56px;}
.btu_result_box a span:hover {text-decoration: underline;}
.btu_result_box .btu_price {font-size: 12px; color: #000; font-weight: bold;}
.btu_mi {color: #ff7f01; font-weight: bold; letter-spacing: -0.4px; float: right;}

/* New Colour Contact */
.cc_img_back {margin: -20px 0 0 -20px;}
.colour_contact_wrapper {width: auto;}
form.colour_contact {width: 550px; height: 395px;}
#colour_contact {width: 550px; margin: 20px 0 0 20px;}
.colour_contact_wrapper .form-list label {text-align: left; color: #333; text-transform: uppercase;}
.colour_contact_wrapper .required em {color: #ccc;}
.colour_contact_wrapper .form-list li {margin: 0 0 3px 0;}
.colour_contact_wrapper #comment {height: 80px;}
#colour_contact .form-list {list-style: none !important;}
.colour_contact .btn-only {width: 417px !important;}
.colour_contact button.button {background: #ff7f01;}
.colour_contact p.required {color: #ccc; width: 126px;}

/* WSA - WebShopApps Dropship Module Styles */
#checkout-shipping-method-load ul li .bundle_parent_qty {font-weight: bold; display: inline-block; margin: 10px 5px 0 0 ;}
#checkout-shipping-method-load ul li .bundle_parent_name {font-weight: bold;}
#checkout-shipping-method-load ul li .bundle_parent_weight {display: none;}
#checkout-shipping-method-load ul li .non_bundle_qty {font-weight: bold; display: inline-block; margin: 10px 5px 0 0 ;}
#checkout-shipping-method-load ul li .non_bundle_name {font-weight: bold;}
#checkout-shipping-method-load ul li .non_bundle_weight {display: none;}
#checkout-shipping-method-load ul li .bundle_child_qty {display: none;}
#checkout-shipping-method-load ul li .bundle_child_name {margin: 0 0 0 21px;}
#checkout-shipping-method-load ul li .bundle_child_weight {display: none;}
.sp-methods {margin: 10px 0 0 0;}

/* Contextual Answers */
#contextual_wrapper {width: 898px; height: auto; background: #fff; border: 1px solid #cfcfcf; float: left; padding: 20px; margin: 20px 0 0 0; border-left: none;}
#contextual_wrapper h2.titleheader {margin: 0; color: #fff; background: #8097a4; padding: 7px 20px; margin: -20px 0 20px -20px; width: 898px;}
.contextual_link { float: none; margin: 10px 0 0 7px; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_arrow-bullet.gif") no-repeat scroll 0 4px transparent; padding: 2px 0 0 12px;}
.nanoRepMP_title_cl, .nanoRepMP_title_op {color: #444 !important; font-weight: bold; text-decoration: none !important;}

/* Compare Products Product Page */
.procomp {float:left;width:100%;margin: 10px 0px 0px 0px;}
.procomp-title {background: #8097A4;padding: 5px 13px;margin: 0 0 15px 0;font-family: bebas, helvetica, arial, verdana, sans-serif;color: #fff;font-size: 20px;letter-spacing: 1px;}
.procomp .btn-remove {float:right;}
.procomp .product-name {margin:10px;}
.procomp .actions {float:left;margin:10px 10px;}
.procomp .procomp-button {float:left;margin:10px 0px;}
.procomp .empty {margin:0px 10px;}


/* Compare function in add to links */
.top-actions-compare {width: 100%;margin: 0px 0px 2px 0px; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_arrow-bullet.gif") no-repeat scroll 0 4px transparent;}
.top-actions-compare .top-actions-compare-button {width: auto; background: none; border: none; text-decoration: underline; color: #555; font-size:11px; padding:0px 0px 0px 9px;}
.top-actions-compare .top-actions-compare-button:hover {text-decoration: none; cursor: pointer;}




/* Sales Hotline Rollover */
ul.hover {float: left; position: relative; }
ul.hover li ul li {padding-bottom: 2px; text-align: center; padding-top: 3px; line-height: 20px;}
ul.hover li ul li.sales_number {background-color: #717A9E; font-size: 13px; color: #FFFFFF !important;}
ul.hover li ul li.sales_number .int_number { font-size:16px; }
ul.opening_times {display: none; margin: 0; padding: 0; position: absolute; left: 39px; z-index: 9999; border:1px solid #666666;}
ul.opening_times li { background-color: #FFFFFF; color: #333333 !important; float: left; width: 210px; text-align: left;}

/* Trade Form Account Page */
#bhtrade .tradeform_wrap p {font-size: 12px;}
#bhtrade .tradeform_wrap {width: 100%; float: left;}
#bhtrade h2.title {font-weight: bold; padding: 0 0 15px 0;}
#bhtrade h2.title2 {font-weight: bold; padding: 0 0 5px 0;}
#bhtrade .tradeform_wrap p span {color: #000; font-weight: bold;}
#bhtrade .tradeform-border {width: 940px; height: 1px; border-top: 1px solid #cfcfcf; float: left; margin: 0px 0 20px -20px;}
#bhtrade .tradeform-border2 {width: 940px; height: 1px; border-top: 1px solid #cfcfcf; float: left; margin: 0px 0 0 -20px;}
#bhtrade .trade-form-contact-wrapper {width: 570px; float: left; margin: 0 20px 0 0; border: 1px solid #cfcfcf;}
#bhtrade .trade-form-contact-wrapper h2 {display: inline-block; padding: 3px 13px; background: #8098AA; width: 544px; font-weight: normal; letter-spacing: 1.6px; font-size: 24px; font-family: bebas, helvetica, arial, verdana, sans-serif; text-transform: uppercase; color: #fff;}
#bhtrade .trade-image {width: 100%; height: 200px; border: 2px solid blue; float: left;}
#bhtrade .trade-right-col {width: 300px; height: 500px; float: left;}
#bhtrade .grey_content {background: #eeeeee; padding: 20px; margin: 0 0 20px 0;}
#bhtrade .steps {margin: 0 0 20px 0;}
#bhtrade .hd01 {background: #efefef url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/handdrawn03.gif') 0 0 no-repeat; padding: 30px; height: 397px; width: 239px; }
#bhtrade .hd02 {background: #efefef url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/handdrawn02.gif') 0 0 no-repeat; padding: 30px; height: 363px; width: 239px; margin: -30px 0 20px 0; }
#bhtrade .pencil {width: 179px; height: 68px; position: relative; top: -80px; left: 140px;}
#bhtrade .form-list label {text-align: left; width: 535px; font-size: 13px; margin: 5px 0 7px 0;}
#bhtrade .form-list .input-box {width: 530px;}
#bhtrade .form-list input.input-text {width: 526px; margin: 0 0 6px 0;}
#bhtrade .form-list textarea {width: 526px; margin: 0 0 6px 0;}
#bhtrade .form-list select {width: 531px;}
#bhtrade .form-list textarea {width: 240px; height: auto;}
#bhtrade .form-buttons {width: auto;}
#bhtrade .buttons-set a.button, .buttons-set button.button {float: right; margin: 0 20px;}
#bhtrade .trade-form-contact-wrapper button.button {background: #8098AA; font-size: 19px; padding: 8px 12px 5px 10px; margin: 20px 0 0 20px; float: left;}
#bhtrade .trade-form-contact-wrapper p.required {text-align: left; margin: 10px 0 20px 20px;}

#bhtrade .inputtext-small {font-size: 12px; color: #666; margin: 0 0 0 5px;}

.cms-trade-account .std ul {list-style: none !important;}
#trade-form-container .std ul {list-style: none;}
.trade-form-contact-wrapper #messages_product_view .messages {display: none;}
/* Default Contact Form */
#default-required-comments {display: none;}

#bhtrade .tradeform_wrap .sidebar .block .block-title strong {width: 271px;}
#bhtrade .tradeform_wrap .sidebar {height: auto; margin: 0px 0 0 0;}

#trade-form-container .std ul {list-style: none;}
#trade-form-container {padding: 0 20px !important;}
#bhtrade .tradeform_wrap p {padding: 0 !important;}


/* Product Page Features ======================================================*/
.ppf_head {background: #849BAC; position relative; height: 56px;}
.ppf_head span {color: #fff; font-family: bebas, helvetica, arial, verdana, sans-serif; text-transform: uppercase; font-size: 27px; float: left; line-height: 56px;}
.toptiplogo {float: left;}
.toptipimg {position: relative; left: 0px; top: 0px; float: left;}
.toptiphead {padding: 0 5% 0 3%; background: #CBCBCB;}
.toptiptext {padding: 0 0 0 5%;}
#pp_features_block .ppf_head {float: left; width: 100%;}
#pp_features_block .headertext {width: 81%; float: right; margin: 9px 0 0 0px;}
#pp_features_block {width: 100%; background: #F4F4F6; border-bottom: 5px solid #333;}
.ppf-wrapper {padding: 20px 0 20px 20px; margin: 0 0 20px 0; background: #fff; float: left;}
#pp_features_block .featurelogo {float: left;}
#pp_features_block h2 {font-weight: normal; padding: 0 5px 6px; font-size: 14px;}
#pp_features_block h3 {color: #000; font-size: 13px; display: inline-block; float: left; margin: 10px 0 5px 0; padding: 10px 0; border: 1px solid #cfcfcf; border-width: 1px 0;}
#pp_features_block h2 span {font-weight: bold; text-transform: uppercase; font-size: 15px;}
.featuresLink {display: inline-block; padding: 10px 25px 0;}
.featuresLink {display: inline-block; padding: 25px 0 0 0; float:right;}
#pp_features_block tr:last-child {border: none !important;}
#pp_features_block td.text {width: 75%; vertical-align: middle; font-size: 13px; color: #555;}
#pp_features_block tr.last {border: none; float: right; margin: 15px 0 0 0;}
#pp_features_block tr.last td {float:right;}
#pp_features_block tr.last a {line-height: 7px; padding: 0 0 0 20px;}
.backup {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/backup2.gif) 0 0 no-repeat; font-family: bebas, helvetica, arial, vardana, sans-serif; text-transform: uppercase; font-size: 16px; display: inline-block; float: right; text-decoration: none;}

#pp_features_block tr {border-bottom: 3px solid #fff; display: inline-block; padding: 10px 0; width:100%;}
#pp_features_block td.icon {vertical-align: middle; text-align: center;}
#pp_features_block td.text span {color: #000; font-weight: bold;}
#pp_features_block table {display: inline-block; padding: 0 20px;}

/* Back in stock notification */
.amcart-ignore {height:23px;width:90px;background:#ff7f01!important;}
.amxnotif-block span {background:none!important;line-height: 22px;margin: 0px 0px 0px -14px!important;color: #fff!important;text-transform:uppercase;}
button.button.btn-cart .amcart-ignore .validation-passed {position: relative;top:-38px;left:190px;}

/* ===========================================================
                   DROP DOWN MENU BRANDS
=========================================================== */

.mm-inner-container {background-color:#fff; border: 1px solid #DEDEDE; height:94%; width:26%; float: right; position: absolute; right: 8px; top: 10px; text-align: center;}
.mm-inner-container h2 {font-family:helvetica, arial, verdana, sans-serif; background-color:#DEDEDE; width:100%; margin:0 0 20px 0; font-size:12px; color: #444; text-transform:capitalize; font-weight:bold; padding: 2px 0px 3px 0;}
.mm-inner-container a {margin:0 auto 18px auto; background-repeat:no-repeat;}
.mm-inner-container a.milano {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: 0 -37px; width:95px; height:24px;}
.mm-inner-container a.hudson {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: 0 -63px;width:188px; height:22px;}
.mm-inner-container a.ultra {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: 0 -87px;width:55px; height:27px;}
.mm-inner-container a.phoenix {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: 0 -117px;width:141px; height:19px;}
.mm-inner-container a.kudox{background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: 0 -139px;width:117px; height:38px;}
.mm-inner-container a.quinn {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: 0 -183px;width:79px; height:22px;}
.mm-inner-container a.stelrad {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: 0 -208px;width:118px; height:24px;}
.mm-inner-container a.elnur {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: -153px -127px;width:105px; height:14px;}
.mm-inner-container a.sterling {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: -153px -147px;width:104px; height:31px;}
.mm-inner-container a.bestheating {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: -153px -91px;width:116px; height:30px;}
.mm-inner-container a.old-london {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat; background-position: -127px -184px;width:147px; height:19px;}
.mm-inner-container a:hover {opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */}


/* ===========================================================
RESPONSIVE STUFF
=========================================================== */

.phone_usps {display:none;}

.mobilephone_link {display: none;}
div.bottom_features img {width: auto !important;}

#mobile_nav {display:none;}
.hp-wrap, hp-mobile-wrap {float: left; width: 100%;}
.hp-wrap img, hp-mobile-wrap img {float: left;}
.hp-box-content img, .hp-box-content-last img {width: 100%;}
.hp-box-content {float: left; width: 32%; margin: 0 18px 0 0; position:relative;} /* CHANGE WIDTH OF BLOCKS */
.hp-box-content-last {float: left; width: 32%; margin: 0;}
.box-graphic {}
.block-overlay {position: absolute; bottom: 10px; left: 15px; width: 84%; background: #fff; padding: 0 10px;}
.block-overlay h3 {font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 1.7em; font-weight: normal; color: #000; letter-spacing: 2px; margin: 10px 0 0 0; text-transform: uppercase;}
.block-overlay p {font-family: helvetica, arial, verdana, sans-serif; color: #777; font-size: 1em;}
.hp-features {float: left; width: 100%; margin-top:20px;}

/* MOBILE IMAGE */
.mobile {width: 100%; display: none;}

.hp-wrap .first {width: ; margin: 0 0 20px 0;}
.hp-box-content .second {width: ;}
.hp-box-content .third {width: ;}
.hp-box-content .fourth {width: ;}
.hp-features .fifth {width: 48%; margin: 0 4% 0 0;}
.hp-features .sixth {width: 48%;}

.mobile_filter_refine{display:none;}

.mobile_account_links{display:none;}

.tablet_mobile {display: none;}

/* TP Widget */
.tp_mobile {display:none;}
.tp_product_page_mobile {display:none}


/*  Split Test Pages */
.media-cat_wrap a, .media-cat_wrap img {float: left;}
.media-cat_wrap a:hover {opacity: 0.8;}
.media-cat_wrap .cat_footer {padding: 20px; float: left; border: 1px solid #cfcfcf;}
.media-cat_wrap .cat_top-border {width: 100%; float: left; height: 10px; background: #666; margin: 20px 0 0 0;}
.media-cat_wrap .cat_bottom-border {width: 100%; float: left; height: 10px; background: #000;}
.media-cat_wrap  {margin: 0 0 0 20px;}

/* Radiators Category Page */
.radiators-category-page .media-cat_wrap a, .media-cat_wrap img {float: left;}
.radiators-category-page .media-cat_wrap a:hover {opacity: 0.8;}
.radiators-category-page .media-cat_wrap .cat_footer {padding: 20px; float: left; border: 1px solid #cfcfcf;}
.radiators-category-page .media-cat_wrap .cat_top-border {width: 100%; float: left; height: 10px; background: #666; margin: 20px 0 0 0;}
.radiators-category-page .media-cat_wrap .cat_bottom-border {width: 100%; float: left; height: 10px; background: #000;}
.radiators-category-page .media-cat_wrap {margin: 0 0 0 20px;}

/* Towel Rails Category Page */
.towel_rails_category .media-cat_wrap a, .media-cat_wrap img {float: left;}
.towel_rails_category .media-cat_wrap a:hover {opacity: 0.8;}
.towel_rails_category .media-cat_wrap .cat_footer {padding: 20px; float: left; border: 1px solid #cfcfcf;}
.towel_rails_category .media-cat_wrap .cat_top-border {width: 100%; float: left; height: 10px; background: #666; margin: 20px 0 0 0;}
.towel_rails_category .media-cat_wrap .cat_bottom-border {width: 100%; float: left; height: 10px; background: #000;}

/* ==================================
New product grid styles after 1 col layout
=================================== */
/* Desktop */
.products-grid {display: inline-block; width: 224px;}




/* Fancybox Pop Up */


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    }

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    }

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }

.fancybox-opened {
    z-index: 8030;
    }

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
    }

.fancybox-inner {
    overflow: hidden;
    }

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
    }

.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
    }

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    }

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/fancybox_sprite.png');
    }

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
    }

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
    }

.fancybox-prev {
    left: 0;
    }

.fancybox-next {
    right: 0;
    }

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
    }

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
    }

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
    }

.fancybox-nav:hover span {
    visibility: visible;
    }

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
    }

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    }

.fancybox-lock body {
    overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
    }

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/fancybox_overlay.png');
    }

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    }

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    }

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    }

.fancybox-opened .fancybox-title {
    visibility: visible;
    }

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
    }

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    }

.fancybox-title-inside-wrap {
    padding-top: 10px;
    }

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    }

/* Fancybox End */


/* First Name and Last Name Fields */

.name-firstname input {text-transform:capitalize;}
.name-lastname input {text-transform:capitalize;}
.trade-side-banner-mobile {display:none;}


/* Bot field hide */
.machine {display: none !important;}


/* Hide Wishlist on Basket Page */
.wishlist-basket-mobile, .wishlist-basket-mobile-head {display:none !important;}


/* Related Products Text Transform  for Schema Fix */

.box-related-narrow .availability.in-stock {text-transform:capitalize;}
.box-related-narrow .availability.in-stock span span {text-transform:lowercase;}
.box-related-narrow .availability.out-of-stock {text-transform:capitalize;}
.box-related-narrow .availability.out-of-stock span span {text-transform:lowercase;}


/* Trade Side Banner and Awards Banner */
.ora-awards-banner-mobile {display:none;}
.trade-sidebar-banner-mobile {display:none;}



/* Trade Success Page */

#trade-success h2.large {font-size:22px; font-weight:bold; margin-bottom:10px;}
#trade-success p.large {font-size:14px; margin-bottom:30px;}
#trade-success ul {padding:0; margin:0; width:65%; float:left;}
#trade-success ul li {list-style:none; font-size:12px; margin-bottom:15px;}
#trade-success ul li img {margin-right:10px; float:left; }
#trade-success ul li span {display:table-cell; vertical-align:middle; height:38px;}
#trade-success h2 {font-size:16px; font-weight:bold; margin-bottom:20px;}
#trade-success  .trade-image {float:right; margin-top:-7%;}


/* New Home Page CSS */
.cms-home .main {min-height:0;}
.cms-home .page {width:100%;}
.cms-home #slides {border:none;}
.cms-home .reasons_nav {z-index:20;}
.cms-home .col1-layout {margin-top:-22px; z-index:0; float:left; width:100%;}
.footer {width:980px; margin:0 auto; clear:both;}
.std {margin:0px; padding:0px; /*background: #efefef;*/}

/* PRODUCT INFO BOX STYLING */
#product_info_box {background:#efefef; width:374px; border:1px solid #cecece; padding: 10px 20px; min-height:50px; float:left;}
#product_info_box .add-to-box {background: #FFF; border: 1px solid #CECECE; padding: 10px; margin: 10px 0px;}
#product_info_box .out-of-stock {float:left; line-height:25px; margin:0px 13px 0px 0px;}
#product_info_box .availability.in-stock, {float:left; line-height:45px; margin:0 0 0 20px;}

/* SHARE ICONS */
#wishlist-icon {height:15px; width:18px;background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -356px -9px; float:left; margin:0 10px 0 0;}
#email-friend-icon {height:15px; width:22px;background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -904px -9px; float:left; margin: 0 10px 0 0;}
#compare-icon {height:15px; width:18px;background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -974px -9px; float:left; margin: 0 10px 0 0;}
#electric_related_icon {height:26px !important; width:20px; background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif); background-position: -983px -39px; margin: 0px 10px 0 70px; float: left;}
.electric_related {text-align:center;}
.electric_related a {text-decoration: none !important; color: #555 !important; line-height: 22px; float: left; width: 50%;}
.electric_related a:hover {opacity:0.8;}
.add-to-links li a {text-decoration: none !important;}
.add-to-links li a:hover, .top-actions-compare-button:hover {opacity:0.8;}
.add-to-links li {float:left; height: 15px; line-height: 15px; margin:0 25px 0 0;}
.add-to-links li:last-child {margin:0px;}
.top-actions-compare-button {width: 100%; float: left; padding: 2%; border: 1px solid #cecece; margin:0px 0px 15px 0px;}

iframe#tpiframe-box0 {width:960px !important;}
div#tp-iframe-widget.tp-box {width:937px !important;}

img.trade-banner {}


/* New Trade Form Styles */

@media only screen and (max-width:771px) {
    #bhtrade form#tradeaccountform {
        width: 100%;
    }
}
.zero1-tradeaccount-index-index .page, .trueshopping-trade-index-index .page {width:100%;}
.zero1-tradeaccount-index-index .main, .trueshopping-trade-index-index .main {background:none; border:none;}
.zero1-tradeaccount-index-index  .col1-layout .col-main, .trueshopping-trade-index-index .col1-layout .col-main {padding-top:0;}
.zero1-tradeaccount-index-index  div.sale_banner_top, .trueshopping-trade-index-index div.sale_banner_top {display:none;}
.zero1-tradeaccount-index-index .form-list input.input-text, .trueshopping-trade-index-index .form-list input.input-text, .form-list textarea {float:none;}
.zero1-tradeaccount-index-index  #tradeaccountform, .trueshopping-trade-index-index #tradeaccountform {float:left; width:696px; position:relative; margin-bottom:20px;}
.zero1-tradeaccount-index-index .reasons_nav, .trueshopping-trade-index-index .reasons_nav {z-index:5;}
.zero1-tradeaccount-index-index .col-main > ul.messages, .trueshopping-trade-index-index .col-main > ul.messages {display:none;}
.zero1-tradeaccount-index-index #messages_product_view, .trueshopping-trade-index-index #messages_product_view {float: left;margin: 0 38px 10px;position: relative;width: 94%;z-index: 1;}
#bhtrade .tradeform_wrap {margin: 0 auto; max-width: 980px; float:none; background:#fff; border-left: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf;}
#bhtrade .tradeform > h2 {margin:12px 0 0 38px; font-size:36px; font-family: source_sans_proregular, Arial; float:left;}
#bhtrade .trade_banner_top img { left: 50%;margin: -22px auto 0 -1000px;position: relative;width: 2000px;z-index: 0;}
#trade-form-container ul {display:table-cell; border: 1px solid #ddd; width:41%;   padding: 15px 15px 85px;  margin:0 18px; vertical-align: top; }
#trade-form-container ul.two {margin-right:0; position:relative; padding-bottom:22px; }
#bhtrade .form-list input.input-text {width:230px; padding:5px; margin:0;}
#bhtrade .form-list input#addresstwo{margin: 25px 0 0;}
#bhtrade .form-list select {width:243px; padding:5px; height:28px;margin:0;}
#bhtrade .inputtext-small {font-size:11px;}
#bhtrade .captcha {/*height:auto; margin:0 auto; width:50%;*/}
#bhtrade  .captcha-note {color:#B20000;  margin: 20px 3px 12px 13px;}
#bhtrade .trade_right {float:left; width:27%;}
#bhtrade .trade_right h2 {font-family: source_sans_proregular, Arial; font-size:20px; }
#bhtrade .form-list label {width:240px;}
#bhtrade .trade_right > div {background:#EFEFEF; padding:15px; margin-bottom:20px; border: 1px dashed #BBBBBB; float:left;}
#bhtrade .trade_right p {margin: 10px 0px; float:left;}
#bhtrade .form-list .input-box {width:auto;}
#trade-form-container {float:left; padding:0 !important; margin: 0 20px; display:table; table-layout: fixed; border-collapse: separate; border-spacing: 36px 0px; width:695px;}
#bhtrade .trade_right .trade_proof h2 { line-height:25px; margin: 0 0 10px;}
#bhtrade .trade_right .trade_proof h2 span {background:url('/media/wysiwyg/BestHeating_Images/trade-clipboard.png') no-repeat; height:47px; width:40px; float:left; margin: 0 15px 0 0; }
#bhtrade .trade_right .trade_apply h2 { line-height:35px; margin: 0 0 10px;}
#bhtrade .trade_right .trade_apply h2 span {background:url('/media/wysiwyg/BestHeating_Images/trade-pen.png') no-repeat; height:33px; width:35px; float:left; margin: 0 10px 0 0; }
#bhtrade .trade_right .trade_apply p {margin: 5px 0;}
#bhtrade  p.required {width:auto; margin: 26px 20px 0 0;color:#333; font-size:14px; float:right;}
#bhtrade  p.required span {color:#f15c22;}
#bhtrade .trade_right ul li {font-size:12px; float:left; margin:7px 0;}
#bhtrade .trade_right .trade_proof ul li  {background-image: url("/media/wysiwyg/BestHeating_Images/trade-tick.png");background-position: 0 0;background-repeat: no-repeat;display: block;}
#bhtrade .trade_right .trade_proof ul li span {margin-left:35px; float:left; line-height:21px;}
#bhtrade .trade_right .trade_proof ul.other li span {margin-left:35px; float:left; line-height:15px;}
#bhtrade  ul.form-list li > div {float:left; margin-bottom:10px;}
#bhtrade .trade-details-tab {width:auto !important; left: -23px; top:35px; position: absolute;}
#bhtrade .personal-details-tab {width:auto !important; left: 34px; top:35px; position: absolute;}
#bhtrade button.button {background:#00B233; margin: 46px 0 0 30px !important; padding: 14px 16px 11px !important;}
#bhtrade .tradeform_wrap button.button {float: right;font-size: 19px;margin: 30px 18px 0 0 !important;padding: 8px 12px 5px 10px;}
#bhtrade .form-buttons {clear:none;}
#bhtrade #recaptcha_widget_div {float:left; width:70%;}
.trade-responsive-banner {display:none;}
#bhtrade .more-info {display:none;}
.bottom_usps {
    width:70%;
    margin:0 auto;
    border-top:1px solid #cfcfcf;
    padding:15px;
    font-size:12px;
}

.bottom_usps li {
    margin-bottom:30px;
}

.bottom_usps ul li img {
    width:50px;
    float:left;
    padding-right: 20px;
}

/*
WEB SHOP APPS DROPSHIP - By Anthony Hull
*/

#checkout-shipping-method-load .dropship-text {margin: 0 0 20px 0; padding: 0 0 0 10%; background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/van.gif') 0 0 no-repeat; height: 25px; font-weight: bold; width: 90%;}
#checkout-shipping-method-load .dropship-text a { text-decoration: none; font-size: 16px; font-weight: bold;}
#checkout-shipping-method-load #dropshiptext-overlay { position: absolute; width: 95%; height: 80px; top: 40px;}
#checkout-shipping-method-load .dropship-warehouse { border: 1px solid #CCC; padding: 10px 0px 10px 20px; margin-bottom: 26px; }

/* Cart Amends */
body.checkout-cart-index div.sale_banner_top {display:none;}
body.checkout-onepage-index div.sale_banner_top {display:none;}
body.checkout-cart-index .main {border:none; background-color:#efefef; margin-bottom:0px;}
.cart {background:#efefef;}
body.checkout-cart-index #shopping-cart-table {border-left: 1px solid #cecece; border-right: 1px solid #cecece;}
body.checkout-cart-index #shopping-cart-table th {font-size:12px;}
body.checkout-cart-index #shopping-cart-table td {font-size:12px;}
.checkout-cart-index .col-main .page-title{border-left: 1px solid #cecece; border-right: 1px solid #cecece; border-top: 1px solid #cecece; background:#fff;}
.other-payment-msg { float: right;text-align: right; width: 86%; font-size:13px; margin: 0 5px 0 0;}
button.refresh {background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/refresh-icon.png') no-repeat; width:18px; height:15px; margin:0; border:none; cursor:pointer;}
#voucher {float:right;  margin: 0 0 10px; overflow:hidden;}
#voucher h2 {display:none;}
input#coupon_code {width:110px; height:15px;}
.cart .checkout-types-none-default .paypal-or {display:none !important;}
.cart .checkout-types-none-default{background: #fff;border: 1px solid #cecece;  float: right;  margin: 15px 0 0; padding: 10px 15px 0; width: 240px;}
.cart .checkout-types-none-default .checkout-types {margin: 10px 0 5px !important;}
.cart .checkout-types .btn-proceed-checkout span {background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/button-arrow.png") no-repeat scroll 95% 50% #00B233 !important; }
.delivery-more-info {margin: 0 5px 0 0; cursor:pointer;}
/*.delivery-info-content {background:#efefef; font-size: 11px;  left: -131px;  padding: 10px;  position: absolute;  text-align: center;  top: 55px;  width: 200px; } */


.basket-right {float:right; width:272px;}
.free-delivery-basket {position:relative;}
.delivery-info-content { position: absolute; background: #efefef; border: 1px solid #cccccc; width:200px; top:-49px; left:-160px; padding:10px; text-align:center; font-size:11px;}
.delivery-info-content:after, .delivery-info-content:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.delivery-info-content:after { border-color: rgba(239, 239, 239, 0); border-left-color: #efefef; border-width: 15px; margin-top: -15px; }
.delivery-info-content:before { border-color: rgba(204, 204, 204, 0); border-left-color: #cccccc; border-width: 16px; margin-top: -16px; }

/* ==========================
Amazon Payments
=========================== */
#payButtonWidgetTop {float: left !important;}
.cart .totals .checkout-types .amazonpayments-or {padding: 15px 0 0 5px !important;}
.amazonpayments-advanced-checkout-index #checkoutSteps li .widget-container {z-index: 1;}
.checkout-onepage-index .pay-with-amazon-onepage-shortcut {display: none;}
.amazonpayments-advanced-checkout-index .checkout_security {margin: 20px 0 0 0; width: 100%; float: left; text-align: center;}
#amazon-payments {background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif') -346px -117px no-repeat;}
li#apa-shipping_method h2 {font-size: 14px; font-weight: 700; padding: 0 0 0 30px; height: 23px; line-height:  23px; margin: 0 0 4px 0; background: url('https://images-na.ssl-images-amazon.com/images/G/01/ep/background-image-1x._V364197283_.png') no-repeat -128px 0px; color: #2f3841;}
ol.apa li#apa-shipping_method .step-title {margin:6px !important;}
.amazonpayments-advanced-login-index .account-login { background:none; }
.amazonpayments-advanced-login-index .account-login .content p { line-height:2em; }
.amazonpayments-advanced-login-index .account-login ul.form-list { margin-top: 25px; }

/* ==========================
Grouped Products
=========================== */




.grouped-items-table #qty_adjust img {height:23px; width:12px;}
.grouped-items-table thead {background:#E8E8E8 !important;}
.product-view .product-shop .grouped-items-table .price-box .price-label {font-size:12px;line-height: 26px;margin-top: -11px; float:left;}
.product-view .product-shop .grouped-items-table .price-box p {margin: 6px 0;}
#product_info_box_grouped .add-to-cart .button {float:left;}
#product_info_box_grouped .add-to-cart {margin: 0 0 10px 5px !important; padding:0 !important;}
.group-txt {font-size:9px; float:left; margin: 8px 0 0;}
.grouped-items-table .price{font-size:12px !important;}
.grouped-items-table {float:left;}
.grouped-items-table td{padding:15px 10px 10px 10px !important;}
.grouped-items-table th{text-transform:capitalize; color:#666; font-weight:bold;}
.grouped-items-table .incvat{display:none;}
.grouped-items-table  td {border-bottom:1px solid #cecece; font-size:12px; width:20%;}
.grouped-items-table .a-right {text-align: left !important;}
.grouped-items-tabled .inc_del_para{float:left;}
.grouped-items-table .add-to-cart{float:right; padding:0px 0px 20px 0px;}
.grouped-items-table ul#qty_adjust li {float:left;}
.grouped-items-table input.qty {height:17px; border: 1px solid #e8e8e8;}
div.product-shop-grouped .add-to-cart {float:right!important; padding: 15px 0px 0px 0px;}
.grouped-items-table #qty_adjust img {height:23px; width:12px;}
.grouped-items-table thead {background:#E8E8E8 !important;}
.grouped-items-table .availability {margin:0 !important;}
.total-price {border:none; outline:none; -webkit-appearance:none; color: #000; font-size: 30px; font-weight:bold; display:inline-block; margin-left: -2px;}
.grouped-price {margin: 5px 0; float:left;}
div#product_info_box_grouped div#product_info_box > .grouped-price {width:100%;}
.grouped-price .incvat{display:inline-block !important;}
.grouped-price span {color: #000; font-size: 30px; font-weight:bold; display:inline-block;}
.total-txt {font-size:18px !important; font-weight:normal !important; margin-right:5px;}
.group-txt{margin: 5px 0 15px;}
.grouped-items-table thead, .grouped-items-table tbody {float:left; width:100%;}
.grouped-items-table tbody tr td:first-child {width:25%;}
.grouped-items-table thead tr.first {  background: #8097a4 !important;}
.grouped-items-table th, .grouped-items-table td {width:11%;}
.grouped-items-table th {padding: 17px 0px; text-transform:none; font-size:13px;}
.grouped-items-table th {color:#fff;}
.grouped-items-table thead tr th:first-child {padding-right:0; padding-left:8px;}
.grouped-items-table thead tr th:last-child {padding-right:0;}
.grouped-items-table td {width:15%;padding: 9px 0 7px 8px !important; vertical-align:middle; height:50px;}
.grouped-items-table td.last{width:16%; padding-right:1px !important;}
.grouped-items-table .grouped-price span {font-size:26px;}
.grouped-items-table .total-price {font-size:26px;}
.grouped-items-table .panel-size {margin: 0 0 0 11px;}
.blue-border {margin: 0 !important; background:#8097a4; width:100%; float:left !important; text-align:right; color:#fff; padding: 10px 0;}
.blue-border span#view-all { display:none;background: #666; color: #fff; cursor: pointer; float: right; font-family: bebas; font-size: 17px;letter-spacing: 1px; margin: 0 10px; padding: 3px 15px 2px 12px;}
.product-shop-grouped > .add-to-cart {margin: 10px 1px 0; padding:0 !important;}
.product-view .product-shop .grouped-items-table .price-box .price-label {display:block !important; float:none;}
#grouped-price-box-top {background:#efefef; border:1px solid #cecece;}
#product_info_box_grouped .including_delivery_message {width:50%; float:left;}
.product-view .product-shop .grouped-items-table  .availability {width:80%;}
#product_info_box_grouped .add-to-cart {margin: 10px 0 5px 5px !important;}
.group-txt {margin: 10px 0 5px;}
.grouped-items-table {margin-top:15px; display:inline-block;}
.similar-products-btn {margin: 0;background: #8097a4; color: #fff;float:left; font: 1.6em/26px bebas,Helvetica,Arial,sans-serif !important; padding: 2px 6px 0px;text-decoration: none;text-transform: uppercase;}
.alert-stock a {float:left; padding-top:10px;}

/* Splats */

#media-image {position:relative;margin: 0 0 10px;}
#electric-splat img {height: 50px;position: absolute;top:0;left:0;}
#electric-splat-product img {height: 70px;position: absolute;z-index: 9999;left:0px;top:0px;}

/* Opening Times */
.openingTimes {color:#333; margin: 0 0 0 7px; font-size: 0.9em;}

/* Always show filter container on desktop */
.filters .block dl#narrow-by-list.desktop-filters {display:block !important;}


/* Navigation Buttons For Thumbnail Slider */
.owl-buttons .btn {
    background:url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif") no-repeat 0 0;
}

.owl-buttons .prev {
    background-position:-503px -37px;
    display:inline-block;
    height:30px !important;
    width:17px !important;
    min-height:30px;
    cursor:pointer;
    position:absolute;
    top:22px;
    left:-10%;
}

.owl-buttons .next {
    background-position:-474px -37px;
    display:inline-block;
    height:30px !important;
    width:17px !important;
    min-height:30px;
    cursor:pointer;
    position:absolute;
    top:22px;
    right:-10%;
}


/* Navigation Buttons For Thumbnail Slider */

.owl-buttons .rel-prev {
    background-position:-503px -37px;
    display:inline-block;
    height:30px !important;
    width:17px !important;
    min-height:30px;
    cursor:pointer;
    position:absolute;
    top:40%;
    left:-20px;
}

.owl-buttons .rel-next {
    background-position:-474px -37px;
    display:inline-block;
    height:30px !important;
    width:17px !important;
    min-height:30px;
    cursor:pointer;
    position:absolute;
    top:40%;
    right:-10px;
}

.related-products {
    position:relative;
    display:inline-block;
    width:100%;
    margin:0 0 0 5px;
}


.box-related-narrow .box-title {
    margin:0 0 10px !important;
}

.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding-top:0%;
    margin-top:-30px;
    background-color:white;
    box-shadow: 0px 2px 6px #888888;
    left:0;
}
.sticky-remove {display:none!important;}
.sticky-padding {margin-top:130px!important;}
.sticky .quick-access {margin-top:10px;}

.sticky .sub-header {margin:0 auto; position:relative;width:980px;}

.sticky .desktop-branding {
    margin: 13px 0px 0px 0px;
    height: 45px;
    position:absolute;
}

.sticky .desktop-branding .logo img {
    height: 41px;
    width: 166px;
}

.sticky .quick-acces {margin-top:10px;}
.sticky-hotline {display:none;float: left; position: absolute; margin-top: 5px; width: 20%; left: 19%;}
.hotline-bold { color: #000; font-family: helvetica, arial, verdana, sans-serif; font-size: 14px; font-weight: bold; margin: 0 0 0 10px; }
@media only screen and (max-width:771px) {
    .sticky-hotline {display:none;}
}
.sticky-hotline p.hotline {border-left:none!important;line-height:13px;}
.sticky-hotline p.hotline span a {text-decoration:none;}


.sticky div.sale_banner_top {
    display:none;
}


/* Footer features */
.footer-features {float: right;}
.footer-features img {display: block; float: left; background: #fff;}
.footer-features .double {margin: 0 5px !important;}
.footer-features img {border: 1px solid #cfcfcf; padding: 5px;}
@media only screen and (max-width: 768px) {
    .footer-features {width: 100%;}
    .footer-features img {width: 100%;}
    .footer-features img {padding: 0; float: left; width: auto;}
    .footer-features .houzz {border: none; width: 22% !important;}
    .footer-features .double {border: none; margin: 2% 5px 0 10px !important; width: 36% !important;}
    .footer-features .sixty {border: none; width: 36% !important;}
    .footer-features img {width: 100%; height: auto;}
    .footer-features a  {width: auto !important; float: left !important; padding: 0 !important;}
}


.products-list li.item .trade-deal {background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/badge.png) 0 0 no-repeat transparent; width: 70px; height: 50px; position: relative; top: 0px; left: 0px; z-index: /* was 600 */2; padding: 20px 10px;}
.products-list li.item .trade-deal div {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 28px; line-height: 25px; font-weight: normal; color: white;letter-spacing: 0px; text-align: center;}


/* DISCOUNT CODE PAGE STYLES */

.heading-box { text-align: center; color: #444444}
#welcome { display: inline-block; position:relative; padding: 15px 0px; width: 50%; }
#welcome img{ vertical-align: middle; margin: 0; width: 15%;}
#welcome span { display:inline-block; vertical-align:middle; font-size: 17px; padding: 0px 5px; }
#welcome .headingspan { font-family: bebas; font-size: 65px; }
#welcome .better-discount { color: #FF7F02; font-size: 14px; font-weight: bold; }
#discount-codes .enter-email { font-size: 23px; font-weight: lighter; }
#discount-codes .voucher-code-container { width: 100%; }
#discount-codes .voucher-code-box { width: 77%; margin: 0 auto; position: relative;}
#discount-codes .voucher-code-box > img {max-width: 723px; width: 100%; }
#discount-codes .voucher-code-box .cta {position: absolute; max-width: 723px; width: 100%; text-align: center; padding-top: 8%;}
#discount-codes .cta h2 {font-family: bebas; font-size: 70px; color: #444444;}
#email-submit img {vertical-align: middle; width: 9%;}
#email-submit span {vertical-align: middle; font-size: 14px; padding: 0px 5px;}
#email-submit #subscribe-email {-webkit-appearance: none; border-radius:0!important; padding: 15px; width: 35%; border: 0px; margin-top: 10px;}
#email-submit .subscribe-button {-webkit-appearance: none; border-radius:0!important; border: none; padding: 15px; margin: 0; margin-top: 10px; margin-left: -3px; color: white; background-color: #FF7F02; font-weight: lighter; width: 25%;}
#email-submit ::-webkit-input-placeholder {color: #CECECE;}
#email-submit .success-msg {display: none; margin-top: -30px;}
.success-msg .thank-you p {font-size: 23px; font-weight: lighter;}
.success-msg .actual-code p {font-size: 85px; margin-bottom: 0; color: #FF7F02; font-weight: bold;}
.success-msg .voucher-value p {font-size: 27px; font-weight: bold; color: #444444; margin-bottom: 0;}
#email-submit .success-msg img {width: 7%!important;}
#email-submit .error_message_invalid {color: #d91a00!important; padding: 7px!important; width: 62%!important; margin: 0 auto!important; margin-top: 3px!important;}
#email-submit .processing {display: none; border: none!important; color: white!important; padding: 8px!important; margin: 0 auto!important; margin-top: 3px!important; width: 62%!important; font-size: 14px!important; background-color: #42AE49!important;}
.voucher-bkg-mobile {display: none}
.voucher-bkg-desktop {display: block;}
.step-by-step div {text-align: center; width: 32%; display: inline-block; padding-top: 20px; color: #000000; vertical-align: text-top;}
.step-by-step div p:first-of-type {font-size: 25px; margin-bottom: 0px;}
.step-by-step img {padding: 20px 0px;}
#discount-codes .steps-desc {font-size: 17px; font-weight: lighter; text-align: center;}
#discount-codes .steps-title {font-size: 30px; font-weight: lighter; color: #FF7F02; text-align: center;}
#discount-codes .steps-title p {margin-bottom: 0px;}
#discount-codes .step-text p {font-size: 16px!important;}
#discount-codes .bottom-blurb {text-align: center; padding: 40px 5%; font-size: 13px;}
#discount-codes .h1tag {display: inline; font-weight: bold; font-size: 16px;}

/* END OF DISCOUNT CODE PAGE STYLES */

.homepage-block-content .shop-now-btn {
    background-color: #00B233!important;
}

/* Security Icon Footer */
.security {
    width:200px;
    font-size:10px;
    margin-top:-2px;
    float:right;
}

.security:before {
    content:'';
    background: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif) no-repeat -404px -75px;
    width:30px;
    height:34px;
    margin:-2px 7px 0 0;
    float:left;
}

.security .security-text {
    line-height:11px;
    text-align:left;
    margin-top:-7px;
    width:80%;
    display:inline-block;
}


@media only screen and (max-width: 768px) {
    .security {
        width:80%;
        text-align:center;
        float:none;
        margin:10px auto;
    }

    .security:before {
        display:inline-block;
        float:none;
        margin:5px 0;
    }

    .security .security-text {
        width:100%;
        margin:0;
        text-align:center;
        line-height:14px;
    }
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
.col-main > .widget { display:block; margin:40px 0 0; }
.col-main > .widget + .widget { margin-top:20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

/* Widget Category Link */
.widget-category-link-inline { display:inline; }

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Hierarchy Link */
.widget-cms-hierarchy-link-inline { display:inline; }

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(https://www.bestheating.ie/skin/frontend/enterprise/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

/* Widget SKU */
/* .widget-sku {} */
/* ======================================================================================= */


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
	}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 100000;
	}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #efefef;
	height: 100%;
	}

#MB_header {
	margin: 0;
	padding: 0;
	}

#MB_content {
	overflow: auto;
	}

#MB_caption {
	font-family: bebas;
	padding: 5px 5px 5px 15px;
	margin: 0;
	text-align: left;
	font-size;18px;
	}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	}
#MB_close:hover {
	background: transparent;
	}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/css/mageworx/spinner.gif) 50% 0 no-repeat;
	}

/* Color scheme */
#MB_frame {
	padding-bottom: 20px;
	-webkit-border-radius: 7px;
	}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000;
	-moz-box-shadow: 0 0 64px #000;
	box-shadow: 0 0 64px #000;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
	background-color: #8097A9;
	}
#MB_caption { color: #fff; font-size:18px; text-align:center;}
#MB_close { color: #fff;}
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
	}

/* ADDED STYLES (Mainly apply to Cross-Sell) */
div#MB_window                                       {}
div#MB_content div.icart-collaterals h2             {color:#666;}

div#MB_content .iCart                               {background-color:#FF7F01 !important;}
div#MB_content .iCart:hover                         {opacity:0.8;}
div#MB_content a.MB_focusable                       {text-decoration: none;}
div#MB_content .product-shop button.button          {position: relative; left: -82px; bottom: -7px;}
div#MB_content a.compare                            {background:url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/iCart_compare.jpg')0 0 no-repeat; color: #666; padding: 0 0 0 20px; display:block;}
div#MB_content a.link-wishlist                      {background:url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/iCart_wishlist.jpg')0 0 no-repeat; color: #666; padding: 0 0 0 20px;}

/* Styles added for Up-Sells */
div#MB_window .box-collateral                       {background:none !important;}
div#MB_window ul.add-to-links                       {width:92%;}
div#MB_window .box-up-sell li                       {height:auto !important; width:100% !important; border:1px solid #cecece; 0px 0 10px 0 !important; padding:0px !important;}
div#MB_window .products-grid                        {margin:0 auto !important; width:100%; padding:0px !important; background: none !important;}
div#MB_window .box-up-sell                          {border:none !important;}
div#MB_window .box-collateral .box-title            {background:none !important; border:none !important; padding:0px !important; }
div#MB_window .box-up-sell .box-title h2            {font-family: helvetica,arial,verdana,sans-serif !important; text-transform:none !important; font-size:13px !important; text-align: center !important; font-weight: bold !important;}
div#MB_window .box-up-sell li .product-image img    {width:100px !important; border:1px solid #cecece; margin: 10px !important; float:left;}
div#MB_window .box-up-sell .product-name            {height:auto !important; width:auto !important; float: none !important; margin: 10px !important; padding:0px !important;}
div#MB_window .products-grid li.item                {background:#fff !important;}
div#MB_window .products-grid .price-box             {clear:none !important;}
div#MB_window .box-up-sell .price-box               {width:auto !important; margin:10px}
div#MB_window .box-up-sell .incvat                  {height:auto !important; width:auto !important; margin: 4px 0 0 5px;}
div#MB_window .products-grid .ratings               {margin:0 !important; float:left !important;}
div#MB_window .regular-price                        {margin:0px !important;}
div#MB_window .box-up-sell li .product-image        {width:auto !important;}
div#MB_window .icart-buy-buttons                    {position:absolute; bottom:10px; right:10px; width:240px;}
div#MB_window .icart-buy-buttons button.button      {float:right; margin: 0 0 0 10px;}
div#MB_window button.button                         {background-color:#8097A4;}
div#MB_window #messages_product_view .messages		{margin:0px;}
div#MB_window #messages_product_view				{margin:0px !important;}
div#MB_window .messages								{width:92%; margin:5px auto 0 auto !important;}
div#MB_window .messages li.success-msg				{padding: 5px 0 3px 0 !important; text-align: center !important;}
div#MB_window .messages ul							{margin:0px !important; padding: 0px !important;}
div#MB_window .box-up-sell							{margin:10px 0  0 !important;}

@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) and (orientation:portrait) {
div#MB_window .box-up-sell li {height:125px !important;}
div#MB_window .box-up-sell li .product-image img {width:60px !important;}
}
.icart-product-view .product-shop { float: none; }

	.icart-product-view .product-img-box {
	float: left;
	width: 80px;
}
.icart-product-view .product-details {
    float: left;
    width: 400px;
}

.icart-controls { text-align: center; }

.icart-product-view .clearer:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.icart-collaterals {
	margin: 0px auto;
    width: 94%;
}

.icart-collaterals .crosssell h2 {
	font-size:12px;
    text-align: center;
    margin-bottom:10px;
}

.icart-collaterals .upsell {
    background: #FAFAEC none repeat scroll 0 0;
    border: 1px solid #CEC3B6;
    padding: 12px 15px;
}

.icart-collaterals .crosssell {
}

.icart-collaterals .crosssell li.item {
    background:#fff;
	border: 1px solid #cecece;
	margin: 0 0 8px;
	padding: 4%;
    float:left;
    width:92%;
    height: 78px;
}

.icart-collaterals .upsell .product-image, .icart-collaterals .crosssell .product-image {
	border: 1px solid #D0CDC9;
	float: left;
	width: 75px;
}

.icart-collaterals .upsell .product-shop, .icart-collaterals .crosssell .product-shop {
    /* width: 290px; */
}

.icart-collaterals .crosssell .product-details {
    margin-left: 85px;
}

.icart-collaterals .upsell .product-shop h5, .icart-collaterals .crosssell h5 {
    font-size:1em;
}

#MB_content #bundleProduct {
    width: 512px;
}

div.iCart-buy-buttons {
    margin: 10px 0 0 0;
}

div.iCart-buy-buttons .button {
    padding:8px !important;
    font-size:17px !important;
}
div#MB_content .iCart {
    background-color: #00B233!important;
}
#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
	display: block !important; /* force ENABLE for now until responsive templates in action and mobile menu is enabled */
	/* background-color: #B00014; */
    background: #b00014; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwMDAxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2IwMDAxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iIzEyYWE5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMmFhOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #b00014 0%, #b00014 84%, #12aa9e 84%, #12aa9e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b00014), color-stop(84%,#b00014), color-stop(84%,#12aa9e), color-stop(100%,#12aa9e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #b00014 0%,#b00014 84%,#12aa9e 84%,#12aa9e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #b00014 0%,#b00014 84%,#12aa9e 84%,#12aa9e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #b00014 0%,#b00014 84%,#12aa9e 84%,#12aa9e 100%); /* IE10+ */
    background: linear-gradient(to right,  #b00014 0%,#b00014 84%,#12aa9e 84%,#12aa9e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00014', endColorstr='#12aa9e',GradientType=1 ); /* IE6-8 */

}

/* Last nav */
div#menu1549 {border: none; background: none;}
div#menu1549:hover {background: #930002;}

/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    padding-left: 25px;
    padding-right: 24.9px;
}
div.menu a span {
    display: block;
    height: 28px;
	line-height: 28px;
    padding-right: 0px;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.wp-custom-menu-popup .block1 {
	padding: 5px;	
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:13px;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 215px; /* for 5 columns*/
    padding: 5px;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
	background: #fff;
	border-top: 10px solid #ff7f01;
	border-bottom: 10px solid #000;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {

}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
div.menu.active {
	background: #ff7f01;
}
div.menu.active a {

}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
	background: #666;
	border-right: 3px solid #fff;
    /* New styles */
    width: 16.4%;
    text-align: center;
}

a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: bold;
	background: #dedede;
	padding: 5px 5px 5px 15px;
	margin: 0 0 5px 0;
}

a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 11px;
	color: #666;
	padding-left: 15px;
}

a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #fff;
    padding: 0;
}
div.menu a:hover, div.menu.active a {

}
a.level3:link, a.level3:visited {
    color: #666;
}
a.level3:hover {

}
a.level2:link, a.level2:visited {
    color: #666;
}
a.level1:hover {
    background: #d3d3d3;
}
a.level2:hover {
    background: #eee;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
	font-size: 14px;
	display: none !important; /* force disable for now until responsive templates are in action */
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
	background: #666;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
	text-decoration: none;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
	text-decoration: none;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}

/* Custom Menu link */
#last_cutom_topnav_menu {border: 3px solid #fff; border-width: 0 0 0 3px;}
#last_cutom_topnav_menu a {background: #12aa9e;}
#last_cutom_topnav_menu a:hover {background: #519585;}
/* Resposive CSS */

/* browser testing */

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-device-width: 768px) and (max-device-width: 979px)  {

}


/* Landscape Tablet and Mobile down*/
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {





/* Grouped Products */
table.grouped-items-table th.watts, table.grouped-items-table td.watts{display:none;}
table.grouped-items-table .a-center {text-align:left !important;}
table.grouped-items-table #qty_adjust li:last-of-type {margin:0;}
table.grouped-items-table th {padding:5px 12px;}
table.grouped-items-table tbody tr:nth-child(2n), .data-table tr.even {background-color:#fafafa !important;}
div#grouped-items-wrapper {}
/*.blue-border span#view-all {display:block !important;}*/
.group-txt {font-size:12px; margin: 5px 0 15px;}
.product-shop-grouped > .add-to-cart {float:left;}
.grouped-items-table tbody {height:auto; overflow:hidden;}
#grouped-items-wrapper > .add-to-cart {float:right; margin: 10px 0 0;}
.grouped-items-table th, .grouped-items-table td {width:10% !important;}
.grouped-items-table thead, .grouped-items-table tbody {float:none;}
/* Grouped Products */
.similar-products-btn {font-size: 1.4em !important;padding: 6px 0;text-align: center;width: 100%; margin: 0 0 5px;}


/* Similar Products Btn */


/* Similar Products Btn */
.wrapper {background:none; min-width:100%;}
#bhtrade .tradeform_wrap img {float:left;}
.regular-price {margin-bottom:0;}
.original-price  {margin:0 0 3px 0 !important;}
/* Basket and Cart Review Table */
#shopping-cart-table {width: 90% !important; margin-left:auto; margin-right:auto;}
#checkout-review-table {width: 90% !important; margin-left:auto; margin-right:auto;}
a.link-compare {display:none !important;}
.checkout-cart-index .col-main .page-title {border-left:none; border-top:none; border-right:none;}
.basket-right{float:none; width:auto;}
.cart .btn-continue {margin: 0 0 0 5%;}
.cart .checkout-types-none-default {float: left; width: 83%; margin: 3% 5% 0; padding: 2% 2% 0 5%;}

.cart .totals .checkout-types {margin: 3% -2.4% 0 !important;}

.delivery-info-content {top:-44px; left:0; width:180px;}

.cart #shopping-cart-totals-table tbody tr {display:table;}
.cart #shopping-cart-totals-table tbody tr td {display:table-cell; width:100%;}
.cart #shopping-cart-totals-table tfoot tr {display:table;}
.cart #shopping-cart-totals-table tfoot tr td {display:table-cell; width:100%;}
#voucher {width:100%;}

/* Tablet USPs */
.inner-mh-wrap .phone_usps {display: block !important; position: absolute; top: 50px; z-index: -1;}
.inner-mh-wrap  .phone_usps a {width: 50%; float: left;}
.inner-mh-wrap  .phone_usps img {width: 100%;}


 /* Trade Side Banner */
  .trade-side-banner-desktop {display:none !important;}
   .trade-side-banner-mobile {display:block !important; margin-top:20px;}
   .trade-side-banner-mobile img {width:100%;}

/* New Header Styles */
    .back-to-top {position: fixed; bottom: 15px; right: 20px; z-index: 2000;}
    .hp-navigation-content {display: block;}
    #subheader_margin {display: block;}
    .mobile-header-wrapper {width: 100%; min-height: 51px;}
    #desktop-header {display: none;}
    .header-panel {display: none;}
    .header .logo {width: 100%; text-align: center; background: #fff;}
    .mobile_reasons_navigation {display: block; background: #EFEFEF; padding: 10px; border: 1px solid #cfcfcf; border-width: 0 0 1px 0;}
    .mobile_reasons_navigation a {text-align: center; color: #000; font-weight: bold; font-size: 12px; text-decoration: none;}
    .mobile_reasons_navigation p {padding: 7px 0; background: #fff;}
    .mobile_reasons_navigation img {margin: 0 10px 0 0;}
    .mobile_reasons_navigation span {font-weight: normal; color: #666; font-size: 11px;}
    .cms-home .page .header-container {margin:0px !important;}

    .mh-top-links {display: block; width: 100%; float: left; height: 54px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */

    }
    .mh-top-links a {float: left; width: 19.7%; border: 1px solid #cfcfcf; border-width: 0 1px 0 0;text-align: center; text-decoration: none; line-height: 15px; font-size: 10px;}
    .mh-contact {border: none !important;}
    .mh-contents {display: block; float: left; width: 100%; border: 1px solid #cfcfcf; border-width: 0 1px 1px 1px; background: #f3f3f3; padding: 0;}
    .div-1 {overflow: scroll; /*height: 70%;*/ position: fixed; width: 100%;}

    .mh-basket-header {width: 100%; text-align: center; font-size: 14px;}
    /* Close buttons */
    /* .mh-close {position: absolute; width: 20%; height: 53px; top: -53px; background: none; border: none; z-index: 200;} */
    .mh-close {position: fixed; top: 57px; z-index: 4000; width: 20%; height: 53px; top: -53px; background: none; border: none;}
    .mh-close:hover {cursor: pointer;}
    #menu-close {left: 0px;} #search-close {left: 20%;} #account-close {left: 40%;} #basket-close {left: 60%;} #contact-close {left: 80%;}

    #product_sendtofriend_form #add_recipient_button {background: #999; margin: 10px 20px 0 0;}

    .mh-menu span {width: 14px; height: 26px; background: url('/skin/frontend/enterprise/bestheating/images/topmenu-mobilebkg.png') 0 6px no-repeat; display: inline-block;}
    .mh-search span {width: 15px; height: 26px; background: url('/skin/frontend/enterprise/bestheating/images/topmenu-mobilebkg.png') -16px 6px no-repeat; display: inline-block;}
    .mh-account span {width: 20px; height: 26px; background: url('/skin/frontend/enterprise/bestheating/images/topmenu-mobilebkg.png') -31px 6px no-repeat; display: inline-block;}
    .mh-basket span {width: 11px; height: 26px; background: url('/skin/frontend/enterprise/bestheating/images/topmenu-mobilebkg.png') -52px 6px no-repeat; display: inline-block;}
    .mh-contact span {width: 18px; height: 26px; background: url('/skin/frontend/enterprise/bestheating/images/topmenu-mobilebkg.png') -66px 6px no-repeat; display: inline-block;}

    .mh-contents-menu a, .mh-contents-account a, .mh-contents-contact a {
        /* background: #ffffff; background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); */
        line-height: 42px; text-decoration: none; float: left; width: 100%; font-size: 15px; border: 1px solid #cfcfcf; border-width: 1px 1px 0px 1px; background: #fff;
    }
    .mh-contents-menu a span, .mh-contents-account a span, .mh-contents-contact a span {margin: 0 0 0 15px;}
    .mh-contents-menu a span.arrow, .mh-contents-account a span.arrow, .mh-contents-contact a span.arrow {float: right; margin: 0 15px 0 0; font-family: arial, verdana, sans-serif; font-size: 21px; color: #666;}

    /* Review form */
    .writereview_link {margin: 0 0 20px 0;}
    #reviewtarget {}
    #reviewtarget .product-name {margin: 0 0 20px 0;}
    #ratelabel {width: 100%;}
    #ratelabel-input {width: 100%;}
    #ratelabel-input .data-table thead {background: none;}
    #reviewtarget .form-list label {width: 100%;}
    #reviewtarget .form-list .input-box {width: 96%;}
    #reviewtarget .form-list input.input-text, #reviewtarget .form-list textarea {padding: 10px; width: 100%;}
    #reviews_form_link {position: relative; display: inline-block; top: -170px;}

    /* New Trade Form */
    #bhtrade .trade_banner_top img {width:100%; position:static; margin:0; left:0;}
    .zero1-tradeaccount-index-index .page {width:88%;}
    .zero1-tradeaccount-index-index .col1-layout .col-main {padding:0;}
    #bhtrade .tradeform_wrap {border:none;}
    .zero1-tradeaccount-index-index #tradeaccountform {width:100%;}
    #bhtrade .form-list input.input-text {width:195px;}
    #trade-form-container{display:block; width:auto;}
    #trade-form-container ul {width:40%; height:auto; display:block;}
    #bhtrade .trade_right {float: left;margin: 0 0 0 39px;width: 88%;}
    #bhtrade .trade_right .trade_proof ul li {width:100%;}
    #recaptcha_widget_div {margin:0 !important;}
    #bhtrade p.required {float:left; margin: 10px 20px 0 39px;}
    #bhtrade .form-list select {width:208px;}
    #trade-form-container ul {width:89%; margin-bottom:20px;}
    #bhtrade .form-list label {width: 100%;}
    #bhtrade ul.form-list li > div {width:94%;}
    #bhtrade .form-list .input-box {width:100%;}
    #bhtrade .form-list .comment-box {width:92%;}
    #bhtrade .form-list .comment-box textarea {width:95%;}
    #bhtrade .form-list input.input-text {width: 96%;}
    #bhtrade .form-list select {width:100%;}
    .trade-banner {display:none;}
    .trade-responsive-banner {display:block;}
    #bhtrade .captcha {height:auto;}
    #bhtrade #recaptcha_widget_div {width:100%;}
    #recaptcha_area img {width:auto !important;}
    #bhtrade .captcha {width:85%;}
    #bhtrade .captcha {margin: 0 0 0 38px;}
    #recaptcha_reload, #recaptcha_switch_audio_btn, #recaptcha_whatsthis, #recaptcha_switch_img_btn {margin: 20px 0 0;}
    #bhtrade .tradeform_wrap button.button {width:96%;  margin: 50px 0 0 7px !important;}
    #bhtrade .tradeform_wrap button.button span {font-size:22px;}
    #bhtrade .more-info {float:right; font-weight:normal;}
    #bhtrade .more-info {display:block;}
    #bhtrade .personal-details-tab {width:auto !important; left: 16px; top:35px; position: absolute;}
    #bhtrade .trade_right .trade_proof ul.other li span {line-height:22px;}
    #bhtrade .tradeform_wrap img {width:100%;}
    #trade-form-container ul {padding: 15px 15px 20px;}
    .bottom_usps ul li img {width:50px!important;}

    #checkout-shipping-method-load .dropship-text {padding: 0 0 0 14%;}

    /* Layout issue fix */
    .catalogsearch-result-index .products-grid li.item {width: 33% !important;}

    .mh-contents .seperator {margin: 0 0 8px 0; border-width: 1px;}
    /* .mh-contents-menu a {width: 96%; background: #fff; border-width: 1px 1px 0px 1px;} */
    /* .mh-contents-menu {background: #f3f3f3; padding: 8px; width: 100%; float: left;} */
    /* .mh-contents-search {padding: 0 20px 50px 5px; background: #f3f3f3;} */
    .mh-contents-search {padding: 0 20px; width: 86%; height: 64px !important; border: 1px solid #cfcfcf; border-width: 0 0 1px 0; background: #f3f3f3;}
    .mh-contents-basket {background: #fff; border: 1px solid #cfcfcf; width: 96%; float: left;}
    .mh-contents-basket #mini-cart {float: left;}
    .mh-contents-basket #mini-cart li {width: 42%; float: left; border: 1px solid #cfcfcf; padding: 10px;}
    .mh-contents-basket #mini-cart li .price {font-size: 16px; color: #000; display: inline-block; margin: 5px 0;}
    .mh-contents-basket #mini-cart li .product-name {min-height: 40px;}
    .mh-contents-basket .subtotal {display: inline-block; text-align: right; background: #f3f3f3; border: 1px solid #cfcfcf; margin: 10px 0; padding: 10px 0; width: 100%;}
    .mh-contents-basket .subtotal span.price {display: inline-block; margin: 0 15px 0 0; color: #000; font-size: 16px; font-weight: bold;}
    .mh-contents-basket .mini-products-list li.item {margin: 5px;}
    .mh-contents-basket .actions {width: 100%; float: left;}
    .mh-contents-basket .actions button.button {width: 49%; background: #ff7f01; float: right; padding: 6px 0;}
    .mh-contents-basket .actions a {background: #999; width: 49%; display: inline-block; text-align: center; padding: 5px 0; font-family: bebas, helvetica, arial, verdana, sans-serif; font-size: 17px; letter-spacing: 1px; text-decoration: none; color: #fff;}
    .mh-basket-inner {padding: 10px; float: left;}

    .hp-navigation-content {background: #efefef; display:inline-block; padding: 2%; margin: 10px 0 0 0; width:96%;}
    .hp-navigation-content a {line-height: 42px; text-decoration: none; float: left; width: 99%; font-size: 15px; border: 1px solid #cfcfcf; border-width: 1px 1px 0px 1px; background: #fff;}
    .hp-navigation-content a span {margin: 0 0 0 15px;}
    .hp-navigation-content a span.arrow {float: right; margin: 0 15px 0 0; font-family: arial, verdana, sans-serif; font-size: 21px; color: #666;}
    .hp-navigation-content .seperator {margin: 0 0 8px 0; border-width: 1px;}
    .hp-navigation-content #mn-homelink {display: none;}

    .reasons_nav_mobile {width: 100%; background: #8097A4; text-align: center;}
    .reasons_nav_mobile a {color: #fff; text-decoration: none; margin: 0 10px; font-size: 10px; text-transform: uppercase; height: 34px; display: inline-block; line-height: 34px;}

    div.header {padding: 0;}
    .logo img {width: 200px;}
    .branding {height: auto; padding: 0px 0; background: #fff; height: 55px;}
    .header-container {position: fixed; width: 100%; margin: 0 0 0 -6% !important; z-index: 200;}


    /* New header styles end */

    #mobile_nav { display:block;}
.page { width:88%;}
div.hp-wrap > img {width:100%;}
.hp-box-content{margin: 0 4% 0 0;}
.hp-box-content-last{margin-right:0%;}
.fifth {margin-right:4%;}
.std {margin-top:0px !important;}
.col-main {width:auto;}
.catalog-category-view .col-main p > img {width:100%; margin:0 !important;}
.block-overlay {display:none;}
#nav ul, #nav div { display:none;}
.reasons_nav {display:none;float:none; width:100%; margin:0;}
.reasons_nav a {border:none; font-size:14px;}

.header-panel {padding:0;}
.nav-container {display:none;}
#popup1648, #popup272, #popup1647, #popup273, #popup1548, #popup1549 {width: 100% !important; height: auto !important;}
#custommenu .block1 {width: 70% !important;}
.block1 div.column {width: 46% !important;}
#popup1548 .mm_inner_container {width: 29% !important; height: 88% !important;}
div.menu a:link, div.menu a:visited {padding: 0 5px 0 7px; font-size: 10px;}
.main {float:none;background-image:none; min-height:255px; border:none;}
div.header {width:100%;float:none;}
.header .form-search {float:left; width:100%; padding: 14px 2% 0 0; width:90%;}
.header .quick-access {float:none;}
.branding {position:static;height:55px;margin:0;}
.quick-access #search_mini_form {width:100%;float:none;}
.header .quick-access .checkout-link {float: none;margin: 0;position: absolute;right: 3px;top: 61px;}
.top-cart {float:none;position: absolute;right: -8px;top: 13px;}
.header .form-search input.input-text {height:26px; width:69%; background-image:none; font-size:14px; padding-left:0%; padding-right:0;}
.header .form-search button.button {height:32px; width:30% !important; background-color:#333 !important; margin:0;}
.social_block {width:100%;}
.footer_social_links {width:100%; margin:12px auto 0 auto; width:240px; text-align:center; float:none; display:inline-block;}
.cat_tog {display:none;}
.pluit-carousel {display:none;}
.col2-left-layout .col-main {float:none;}
.col-left {width:96%;}
a.left_nav_newsletter_signup {display:none;}
.sidebar .block-layered-nav .block-title {padding:0;}
.sidebar .block .block-title strong {width:100%; padding: 10px 0; margin:0;}
.sidebar .block .block-title strong span{padding-left:20px !important;}
.sidebar .block-layered-nav dt{padding: 10px 0 10px 18px; font-size:14px;}
.sidebar .block-layered-nav dd li{font-size:12px; padding:15px 10px 15px 18px;}
/* Sidebar display none */
.category-weekly-deals .sidebar, .cms-about-us .sidebar {}
.mobilephone_link {display: none;}
a.mobile_filter_refine {background:#8097A4; display:block; padding:10px; text-decoration:none; text-align:center;}
a.mobile_filter_refine span {color:#fff; font-size:20px; text-align:center; font-family: bebas,helvetica,arial,verdana,sans-serif;}
.block {display:none;}


/* Compare on Mobile */
.block-compare {display:none !important; margin-top:20px;}
.block-compare .block-title {padding:0 !important;}
.block-compare .block-content {padding: 10px 0 17px !important;}
.top-actions-compare .top-actions-compare-button {font-size:14px; padding: 0 0 0 9px;}
.top-actions-compare .actions {height:30px;}

img.embed_btu {margin:0px; width:100%;}

.block-layered-nav {display:block !important; margin-top:20px;}
 .footer_links_extra {display:inline-block;}
.footer_links_extra a { display:block; margin:0 !important; padding: 2% 0; background:#EFEFEF; font-size:14px;}
.footer_links_extra a {margin-top:2% !important;}
.footer_links_extra a.footer_links_extra_last {margin:0;}
.footer {width:100%;}
.footer-container {text-align:center;}
.footer_links_extra ul {width:50%; margin:0 0 20px 0;}
.footer_links_extra ul li {width:100%;}
.footer_links_extra ul li:hover {opacity:0.5;}
.footer_links_extra ul.left {margin:0;}
.footer_links_extra .list_title {display: none;}
.footer_links_extra a {width:100%;}
#footer_extra_right_col {margin: 0px auto; clear: both; float:none;}
#address {width: 97%; margin: 0px auto;}



.footer_links_extra a { display:block; margin: 2% 0 0 0; padding:4%; background:#EFEFEF; font-size:14px;}
.footer_links_extra a.footer_links_extra_last {margin: 8px 0 0;}
.bottom_line_bottom, .bottom_line_top {display:none;}
div.bottom_features {width:100%; padding:0; background-color:none;}
div.bottom_features img {width:100%; margin-bottom:5px;}
.product-view{width:100%; margin:0;border:none; margin:20px 0 0;}
.product-view .product-shop {float:left;width:98% !important; padding:0;}
.product-view .product-shop .product-main-info {margin:0; padding:0; font-size: 15px;}
.product-view .product-img-box {width:100% !important; padding:0;}
.featuresLink{padding:0;}
.featuresLink a > img {width:100%;}
.product-collateral{width:100%; padding:0;}
.add-to-box .add-to-links li{width:100%;}
.tprp_wrapper{width:100%; padding:0;margin:0;}
#contextual_wrapper {border: none; width:99%; padding:0; margin:0;}
#contextual_wrapper h2.titleheader {width:98%; margin: 0 0 5px; padding: 2% 0 2% 2%;}
.contextual_link{width:100%;}

/* Trustpilot widget fixes for tablet/mobile */
div.tp_product_page_mobile div.tpiframe-wrapper iframe {width:100% !important; min-height: 420px; height: auto;}
div.tp_mobile div.tpiframe-wrapper iframe {width:100% !important; min-height: 360px; height: auto;}


div.tp_desktop {display:none !important;}
div.tp_product_page_desktop {display:none !important;}
div.tp_mobile {display:block !important; margin-top:20px; padding-top:20px; border-top: 1px dotted #999; float:left; width:100%; height:170px;}
div.tp_product_page_mobile {display:block !important;}

dl#collateral-tabs {margin-top:20px; margin-bottom:20px;}
.col-main {border: 1px solid #ccc;}
.subcategory-list-item{margin-right:12px; width:100%; margin:0 0 20px; padding:0; height:100%;}
.subcategory-list {padding: 0 15px;}
.subcategory-list-item div.product-image {text-align:center; margin-top:20px;}
.subcategory-list-item h2{text-align:center; font-size:18px; margin: 12px 5px 10px;}
.breadcrumbs{padding: 7px 5px 5px 15px; width:auto;}
.breadcrumbs li {font-size:11px;}
.category-view .toolbar .pages, .results-view .toolbar .pages {float: left; width: 100%; margin-top:0px;margin-bottom:10px;}
.sorter {height:90px; font-size:14px; padding-top:10px;}
.sorter .limiter{margin-bottom:10px;}
.sorter select {font-size:14px;}
.products-grid {padding:0; margin:0; widt:49.4%}
.products-grid li.item a img {margin: 4% 0 0 4%;}
.products-grid li.item {text-align:left;border-bottom:1px solid #ccc; width:100%;}
.products-grid li:hover{margin:0; border-top:none;border-left:none;border-right:none;}
.minimal-price {display: inline;}
.category-products{padding:0;}
.category-products .availability.in-stock {float:none; width:100%; font-size:14px; background:none;bottom:40px;}
.category-products .availability.out-of-stock {float:none; width:100%; font-size:14px; background: none;}
.product-view .box-related ul.first{width:100%;}
.product-view .box-related ul.last{width:100%;}
.box-collateral .box-content {padding:0 !important;}
.product-view .box-related input.checkbox{margin:0;}
.product-view .box-related li.item{width:96% !important; margin-bottom:20px;}
.product-view .box-related li.item .product-image{width:100%;}
div.MagicZoomBigImageCont {display:none;}
div.MagicToolboxMessage{display:none !important;}
.MagicThumb-caption{min-height:40px !important;}
p.image-enlarge{display:none;}
div.category_topbanner {display:none;}
form#newsletter-validate-detail {border-bottom: 1px dotted #999999; padding-bottom:10px;}
.catalog-category-view .pluit-carousel, .catalog-category-view .static-pluit-carousel {display: none;}
.catalog-category-view .sidebar {min-height:0;}

/* New related */
.related_swipe {display: block !important;}
.slidesjs-navigation {display: none;}
    .related_explain {border: none; width: 100%; text-align: center;}
    .slidesjs-container .product-details {width: auto; float: none;}
    .slidesjs-container .item-info .product-details .product-name {height: 35px;}
    .box-related-narrow input.checkbox {display: block !important; top: 6px;}
    .related_swipe {margin: 0 0 20px 0; text-align: center;}

.product-shop button.button {width:100%; background:#00B233; height:40px;}
.product-shop button.button:hover {background:#00B233;}
div#MB_window .product-shop button.button {width:auto; height:auto;}
/*.product-view .product-img-box .product-image img {width:100%;}*/
.product-view .product-img-box .product-image {width:100%;}

/* Related Products */
#related_mobile_link {display: block !important; float: left; width: 100%; margin: -5px 0 10px 0;}

/*.products-grid .preprice-recommended{width:50%; margin:0; height:12px; float:right; text-align:left;}*/
.csp_container{width:100%;}

a.MagicThumb-swap img{width:64px; height:64px;}
.product-view .box-related .note {margin-top: 20px;padding: 12px 10px ;width: 90%; float:none;}
.hp-box-content-last {display:none;}
.hp-box-content {width:48% !important;}
.hp-box-content-second{margin-right:0 !important;}
.form-search button.button span span{padding:0;}
.form-search a.button span {padding:0;}
p.hotline span.rate{display:none;}
p.hotline{border-left:none; padding:0;}
.product-view{background-image:none;}


.product-view .product-shop .availability {font-size:14px;}
/*.availability.in-stock {background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/icon_ok.gif") no-repeat scroll 178px 0 transparent;}*/
/*.availability.out-of-stock {background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/cross_bck.gif") no-repeat scroll 213px 0 transparent;}*/
.product-view .box-related{border-top:none;}

/* Static content images */
.static-content-image {width: 100%;}

/* Nav For Mobile */
.grey .accordion{font: bold 14px Arial, sans-serif; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc;}
.grey .accordion, .grey .accordion li {margin: 0; padding: 0; border: none;}
.grey .accordion a {padding: 10px 10px 10px 50px; background: #ececec; text-decoration:none; display: block; color: #333; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; position: relative; text-shadow: 1px 1px 1px #fff;}
.grey .accordion a.dcjq-parent, .grey .accordion a.dcjq-parent:hover {background: #666; color: #fff; text-shadow: none;}
.grey .accordion a.dcjq-parent.active {}
.grey .accordion a .dcjq-icon {position: absolute; top: 50%; left: 0px; width: 40px; margin-top: -17px; height: 35px; background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/mobile-menu-icon.png') no-repeat 0 center;}
.grey .accordion a.dcjq-parent.active .dcjq-icon {background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/mobile-menu-icon.png') no-repeat 0 center;}
.grey .accordion a:hover {background: #fff; color: #FF7F01;}
.grey .accordion a:active{}
/* Nav For Mobile */

/* Basket and Checkout */
.cart .page-title h1, .page-title h2 {width:auto !important;}
.cart .checkout-types {margin: 10px 11px;}
.cart .title-buttons .checkout-types li {margin: 0 0 20px 0px;}
.cart .cart-collaterals{width:100%;}
.cart .shipping {margin: 25px 0 0 30px;}
.data-table th {padding: 5px 6px 5px 0;}
.data-table td {padding:0;}
.cart-table tbody td {padding: 25px 0;}
.a-center {padding-right: 4px !important;}
.cart {background-image:none !important;}
.opc-progress-container {float:none; width:100%;}
.opc{width:100%; border-right:none;}
.col2-set .col-1{margin-bottom:20px; width:55%;}
.col2-set .col-2 {float:left;}
#checkout-step-login .col2-set {background-image:none;}
.form-list label {width:100px;}
.form-list input.input-text, .form-list textarea {width:200px;}
.form-list select {width:206px;}
.form-list .control .input-box{margin-left:117px;}
.form-list .add-field .input-box {margin-left: 115px;}
.checkout_security img {width:100% !important;}
.checkout_security {margin: 0 10px 10px;}
.account-login .new-users, .account-login .registered-users {padding: 20px 0; width:100%;}
.std {margin-top:10px;}
.account-login .form-list input.input-text {width: 200px;}
ul.form-list {width:100%;}
#checkout-step-login .col2-set .col-2 {width: auto;}
.wishlist-basket-mobile, .wishlist-basket-mobile-head {display: none;}
#checkout-step-login .form-list li.note {padding-left:0; margin-right:18px;}
#checkout-step-login .form-list li.buttons-set {float:left;}
.opc .step-title h2{line-height:40px;}

/* Wishlist*/
    .link-edit {float:none !important; clear:none;}
    .add-to-cart-alt {float:none;}
    .my-wishlist .cart-cell {float:none;}


/* Basket and Checkout */

#checkout-review-table tfoot {float:right;width:100%;}

/* BTU Calc */
#btu_calc {background-image:none; width:100%;}
#btu_calc .btu_top_wrap h1{color:#333;}
#btu_calc form table.btu_table{width:100%;}
#btu_calc .btu_top_wrap p {color:#333;}
.btu_footer {width:100%;}
.btu_top_wrap {width: 100% !important;}
img.top-img {display: none !important;}
/* BTU Calc */

/* My Account */
div.dashboard .data-table td {padding: 20px 0 20px;}
.col1-layout .col-main .page-title {margin-bottom:10px;}
.account-login {background:none;}
.customer-account-index .wrapper .page .col-left {display:block;}
.block-account {width:100%; display:block;}
.customer-account-index .tp_-_box {display:none;}
.product-view .product-shop .add-to-links{/*width:100%; margin-bottom:20px */  !important;}
.product-shop .add-to-links p.emailto-link_second, .product-shop .add-to-links li a{width:100%;}
.product-view .product-shop .add-to-cart{margin-bottom:20px;}
.product-shop .add-to-links li a {height:30px;}
.my-account  p.required, .form-buttons {width:auto;}
.newsletter-manage-index .form-buttons .button {float:right; margin-top:10px;}
.form-list p {padding:0;}
p.required {width:auto;}

/* New Product Box */
#product_info_box {width:auto;}
.add-to-links {font-size:14px;}
#product_info_box .availability.in-stock, .out-of-stock {margin:10px 0 0 0;}
.product-view .product-shop .add-to-cart {margin:0px;}
.price-box-bundle .price-box .price {font-size:24px;}
#product_info_box .availability.in-stock, .out-of-stock {margin: 5px 0px 10px 0 !important;}
.product-view .product-essential button.btn-cart span span, .add-to-cart button.btn-cart span span {letter-spacing: 0px; font-size: 14px !important;}
a.button span, button.button span span {white-space: normal;}
.custom_bundle_prod_button {width:100%;}


/* My Account */

form#newsletter-validate-detail {float:left; width:100%;}
form#newsletter-validate-detail .v-fix{float:none;}
form#newsletter-validate-detail .v-fix input{width:99% !important; float:left; height:30px; font-size:14px; padding-left:0.7%; padding-right:0;}
form#newsletter-validate-detail .v-fix input{width:98% !important; float:left; height:30px; font-size:14px; padding-left:1%;}
.fns_title{padding:0; font-size:16px !important; width:100%;}
.fns_title{font-size:14px; margin: 8px 0px 0 0px;}
.social_block input.input-text, textarea{margin:0;}
div.social_block a.button, button.button span {font-size:12px;}
form#newsletter-validate-detail button.button{width:100%; height:40px; margin: 10px 0 0;}
.social_block{padding:0 0 10px 0;}
.box-title{width:auto !important; margin: 20px 0 0 0 !important;}
.catalog-product-view #customer-reviews {width:100%; margin:0;}
.opc .form-alt .input-box select {width:100%;}
.opc .form-alt .input-box {width:100%;}
.form-alt .input-box {width:100%;}

.account-login p.required, .account-login .btn-only {padding:0; width:100%;}
.form-list label {text-align:left;}
.including_delivery_message {margin-bottom:20px;}
.col-main > img {width:100%; margin:0 !important;}

/* Product Page Magic Zoom */
div.MagicToolboxContainer {width:100% !important; min-height:0px !important;}
div.MagicToolboxContainer > a {width: 100% !important;}
.MagicZoomPlus img {width:100% !important;}
div.MagicToolboxContainer a.MagicZoomPlus{min-height:0px !important;}
div.MagicThumb-expanded div:nth-of-type(2)  {min-height:60px !important; display: none;}
div.MagicThumb-expanded div:nth-of-type(2) > div  {margin:0 !important;}
.review-product-list .product-view .product-img-box .product-image {height:auto;}
.MagicZoomPup{display:none !important;}



/* Category List Image switcher */
div.imageswitcher {width: 100%; height: 270px; float: left;}
div.imageswitcher img {width:100%; height: auto; margin: 0 !important;}


.product-shop .add-to-links p.emailto-link_second, .product-shop .add-to-links a.link-wishlist{font-size:14px;}
.product-view .product-essential .add-to-links a.link-compare{font-size:14px;}

/* Product Tabs */
.collateral-tabs .tab {width:100%; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bh_arrow.png") no-repeat 95% 50%; background-color:#EFEFEF; margin-bottom:10px; height:40px; padding:0 !important; margin-bottom:10px;}
.collateral-tabs .tab span {background-image:none; font-size:16px !important; line-height:40px; padding-left:15px !important;}
.collateral-tabs .tab-container{top:117px;}
.tab-list .tab-container{position:static; float:left; margin-bottom:20px;}
.collateral-tabs .tab-content{border-top:none; margin-top:-10px;}
.collateral-tabs .active {background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bh_down_arrow.png") no-repeat 96% 50%; background-color:#E4E4E4;}

#link-nano-mobile {display: block !important;}
#link-nano-mobile a {display: block !important;}

.sendfriend-product-send .col-main {width:95%;}
.sendfriend-product-send .col-right {display:none;}

/* Fixes button issue in Safari */
button.button {-webkit-border-fit: border;}

.hp-features {margin: 20px 0 0 0 !important;}
.subcategory-list-item {width: 46%; margin: 0 7px 20px; height: 240px;}
.filter_link {width: 100%; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/filter_arrows.gif") no-repeat scroll right 2px #EFEFEF;}
.filter_link.active {background-position: right: -20px;}
.sidebar .block-layered-nav dd a {font-size: 16px;}
.sorter .sort-by {width: auto;}
.nlsignup_leftnav {display: none;}
div.bottom_features img {width: 48% !important;}




.products-grid li.item {height: 260px; background: none; padding: 10px 0;}
.products-grid .product-image {width: 50%; float: left;}
.products-grid .product-name {width: 50%; margin: 30px 0 15px 0; text-align: left; font-size: 17px; float: right;}
.products-grid .price-box {width:auto; font-size: 18px !important; text-align: left; margin: 2px 0px 5px 0px;}
.products-grid .special-price, .products-list .special-price {font-size: 15px;}
.category-products .products-grid .price-box .minimal-price {font-size:15px; margin:0;}
.products-grid .actions {/*position: relative;*/ text-align: /*left; top: -60px; left: 0px;*/ width: 50%;float: right;}
.products-grid .actions button {width: 44%; height: 30px; line-height:30px;}
.products-grid li.item .badge {top: 155px; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/badgereverse.png") no-repeat scroll 0 0 transparent;}
.category-view .toolbar .pages, .results-view .toolbar .pages {margin: -36px 0 0 0; width: auto; float: right; font-size: 16px;}
    /* New product list styling */
    .products-list li.item {margin: 0; padding: 20px;}
    .products-list .product-image {width: 36%; position: inherit; margin: 0;}
    .products-list .product-shop {margin: 0; width: 60%; float: left;}
    .products-list .product-name a {font-size: 15px;}
    .products-list .product-name {height: 55px;}
    .products-list .actions button.button {width: 48%; float: left; height: 32px; margin: 0 9px 0 0;}
    .products-list .actions button.btn-cart {background: #ff7f01 !important; margin: 0;}
    .products-list .availability.in-stock, .products-list .availability.out-of-stock{float: left;}
    .products-list .product-image {margin: 15px 0 0 15px;}
    /* New product grid styling */
    .products-grid {height:auto; width:49.4%; border: 1px solid #cfcfcf; border-width: 0 0 1px 0; background-image: linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -o-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -moz-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -webkit-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -ms-linear-gradient(bottom, rgb(242,239,240) 0%, rgb(255,255,255) 25%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(242,239,240)), color-stop(0.25, rgb(255,255,255)) );}
    .products-grid li.item {margin: 0; /* width: 33%; */ height: auto; float: left; border: none; padding: 10px 0;}
    .products-grid .product-image {width: 100%; float: left;}
    .products-grid .product-image img {width: 100%; height: 100%; margin: 0 !important;}
    .grid-view-product-shop-resp {padding: 0 10px; float: left; height: 199px;}
    .products-grid .product-name {width: 100%; margin: 10px 0; text-align: left; font-size: 13px; float: left; height: 50px;}
    .products-grid .price-box {/*float: left;*/ margin:0;}
    .old-price, .special-price {font-size: 13px;}
    .products-grid .special-price, .products-list .special-price {font-size: 13px;}
    /*.products-grid .incvat {float: left; line-height: 10px; margin: 0;}*/
    .products-grid .regular-price .price {font-size: 16px;}
    .products-grid .actions {margin: 0; padding: 0; width: 100%; float: left;}
    .products-grid .actions button {width: 48%; position:absolute; bottom:2%; right: auto;}
    .products-grid .actions button.button span {padding: 0 5px; background: none;}
    .products-grid .actions button.btn-cart {width: 42%; position:absolute; bottom:2%; left:54%;}
    .products-list .actions button.btn-cart span, .products-list .actions button.btn-cart span span {padding: 0;}
    .ratings-wrapper-resp {width: 100%; float: left;}
    .products-grid .ratings {margin: 0;}
    .sorter {font-size: 12px;}
    .sorter select {width: 100px; font-size: 14px;}
    .sorter .limiter {float: left; width: 110px; height: 24px; overflow: hidden;}
    .sorter .limiter select {width: 60px;}
    .toolbar .pages {font-size: 13px !important; float: left !important; margin: 0 !important;}
    /* Very specific size for smaller tablets */
    @media only screen and (max-width: 550px) and (min-width: 480px), only screen and (max-device-width: 550px) and (min-device-width: 480px) {
    .sorter {height: 60px !important;}
    .breadcrumbs {display: none;}
    .products-list .product-image {margin: 0 10px 0 0;}
    .products-grid li.item .badge, .products-grid li.item .wd-badge {top: 70px;}
    }


.sorter {height: 30px;}
.sorter select {font-size: 16px;}
.products-list li.item .badge {left: 0px;}
.filter_link.active {background-position: right -20px;}

/*
#pp_features_block {float: left; margin: 0 0 20px 0; width: 93%;}
#pp_features_block table tr td.icon {margin-right:10px;}
#pp_features_block table tr td {display:inline-block;}
*/
    .add-to-box .add-to-links li {display: inline-block; padding: 0 12px 0 0; margin:0;}
.product-shop .add-to-links p.emailto-link_second, .product-shop .add-to-links a.link-wishlist {display: inline-block; width: auto;}
.box-upsell-narrow {}
.box-upsell-narrow .box-title {float: left; width: 100% !important;}
.box-upsell-narrow p.note {float: left;}
.box-upsell-narrow .box-content li {width: 25% !important; margin: 0 3%; text-align: center; height:320px;}
.box-upsell-narrow button.button {margin: 5px 0 0 0;}
.box-upsell-narrow button.button span {padding: 7px 3px 3px 12px;}
.box-upsell-narrow button.button span span {font-size: 17px; padding: 0 5px 0 0;}
.box-up-sell li {width: 46% !important; text-align: center;}
.box-related-narrow {float:left; margin-bottom:20px;width:100%;}
.box-related-narrow .box-title {float: left; width: 100% !important;}
.box-related-narrow p.note {float: left;}
.box-related-narrow .box-content li {text-align: center; height:320px;float:none; display:inline-block;}
.box-related-narrow button.button span {padding: 10px 3px 10px 12px;}
.box-related-narrow button.button span span {font-size: 17px; padding: 0 5px 0 0;}
.box-related-narrow .availability.in-stock {background:none; margin: 10px 0 0 0;}
.box-related-narrow .box-content {float:none; margin: 0 auto; width:90%;position:static;}
.cart .crosssell {width: 100%; padding: 2%;}
.cart .giftcard, .cart .discount {margin: 25px 0 20px 0;}
.cart .crosssell ul {margin: 0 0 0 20px;}
.cart .crosssell h2 {text-align: center; padding: 10px;}
.cart .crosssell .item {width:38%; margin: 0 5% 0 0;}
.cart .crosssell .product-shop {margin: 0; float: left;}
.cart .crosssell .product-shop .product-name {height: 70px;}
.cart .crosssell .product-shop .product-name a {text-decoration: none;}
.cart .crosssell .price-box {}
.cart .crosssell .incvat {}
.cart .crosssell .add-to-links {display: none;}
.cart .crosssell .product-shop .btn-cart { margin: 10px 0 0 0; padding: 5px; width: 100%;}
.cart .crosssell .old-price {display: none;}
.cart .checkout-types .btn-proceed-checkout {background: #00B233; padding: 6px; float:none;}
#checkoutSteps .form-list li {padding: 10px 0;}
#onepage-guest-register-button {padding: 6px 10px;}
.opc .buttons-set .button, .opc .form-buttons .button {padding: 7px 10px;}


/* Reviews */
.catalog-product-view #customer-reviews .box-title {width: 100% !important; background:none; margin:0; padding:0;}
.catalog-product-view #customer-reviews .box-title h2 {background:#8097a4; padding: 5px 13px;}


.top-cart .actions a {font-size: 19px;}
.form-list input.input-text, .form-list textarea {float:none;}
.tablet_mobile {display: block; width: 100%;}
div.bottom_features {margin: 10px 0 ; height: auto; background: none;}
div.bottom_features img {width: 48%; float: left;}
.bottom_features_last img {float: right !important;}
.cms-index-index .col-main {border: none;}


.including_delivery_message {margin-bottom: 0px;}
.inc_del_para {width:auto;}

.cms-page-view .sidebar {min-height:0;}

	#bundle-product-wrapper {
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	#bundleProduct {
		width: 200%;
	}
	#bundleProduct .product-options {
		width: auto;	
	}
	#bundleProduct .product-options-bottom {
		width: auto;
	}
	#bundleProduct .product-view {
		width: 50%; /* 50% of 200% is 100% width */
	}
	#bundleProduct #options-container {
		width: 50%;
		min-height: 0;
		border-left: 0;
		left: 0;
	}
	#bundleProduct #options-container .block#bundleSummary {
		display: block;
		position: relative;
		top: auto !important;
		left: auto !important;
		padding: 0;
		width: 100%;
	}
	#bundleProduct #options-container .bundle-summary .product,
	#bundleProduct #options-container .bundle-summary .summary{box-shadow: none;}
	
	#bundleProduct #options-container .bundle-summary .product{padding: 0 10px; margin: 0;}
	#bundleProduct #options-container .bundle-summary .product .add-to-cart .quantity{margin: 4px 10px 10px 0;}
	#bundleProduct #options-container .bundle-summary .add-to-cart button{margin: 4px 0 0;}
	#bundleProduct #options-container .bundle-summary .product .block-title,
	#bundleProduct #options-container .bundle-summary .product .add-to-links {display: none;}
	
	#bundleProduct #options-container .bundle-summary .product-details p.availability {margin: 0 0 10px;}
	#bundleProduct #options-container .bundle-summary .price-box {margin: 0;}
	#bundleProduct #options-container .bundle-summary .price-box .price-as-configured .price{font-size: 24px;}

	#bundleProduct #options-container .bundle-summary .summary li{padding: 5px 0;}
	#bundleProduct #customizeTitle {
		border: 0;
		margin: 0 0 10px;	
	}
	#bundleProduct #customizeTitle a {display: none;}

    /* Break Tables for Mobile */
    table#shopping-cart-table {display:block;}
    table#shopping-cart-table thead {display:block;}
    table#shopping-cart-table tbody {display:block;}
    table#shopping-cart-table th {display:block;}
    /*table#shopping-cart-table tr {display:block;}*/
    table#shopping-cart-table td {display:block;}
    table#shopping-cart-table colgroup{display:block;}
    table#shopping-cart-table col{display:block;}

    table#checkout-review-table {display:block;}
    table#checkout-review-table thead {display:block;}
    table#checkout-review-table tbody {display:block;}
    table#checkout-review-table th {display:block;}
    table#checkout-review-table tr {display:block;}
    table#checkout-review-table td {display:block;}
    table#checkout-review-table colgroup{display:block;}
    table#checkout-review-table col{display:block;}

    table#my-orders-table thead {display:block;}
    table#my-orders-table tbody {display:block;}
    table#my-orders-table th {display:block;}
    table#my-orders-table tr {display:block;}
    table#my-orders-table td {display:block;}
    table#my-orders-table colgroup{display:block;}
    table#my-orders-table col{display:block;}

    table#my-returns-table thead {display:block;}
    table#my-returns-table tbody {display:block;}
    table#my-returns-table th {display:block;}
    table#my-returns-table tr {display:block;}
    table#my-returns-table td {display:block;}
    table#my-returns-table colgroup{display:block;}
    table#my-returns-table col{display:block;}

    table#my-returns-items-table  thead {display:block;}
    table#my-returns-items-table  tbody {display:block;}
    table#my-returns-items-table  th {display:block;}
    table#my-returns-items-table  tr {display:block;}
    table#my-returns-items-table  td {display:block;}
    table#my-returns-items-table  colgroup{display:block;}
    table#my-returns-items-table  col{display:block;}

    .review-summary-table thead {display:block;}
    .review-summary-table tbody {display:block;}
    .review-summary-table th {display:block;}
    .review-summary-table tr {display:block;}
    .review-summary-table td {display:block;}
    .review-summary-table colgroup{display:block;}
    .review-summary-table col{display:block;}

    /* Break Tables for Mobile */

    /*
    table#shopping-cart-table, thead, tbody, th, td, tr, colgroup, col {display:block;}
    table#shopping-cart-table, thead, tbody, th, td, tr {display:block;}
    */


    table#shopping-cart-table tfoot {display:inline;width:100%;padding:0;margin:0;}
    .cart table#shopping-cart-table tfoot button.button {width:90%; margin: 0 0 15px;float:none;}
    table#shopping-cart-table thead tr {position: absolute;top: -9999px;left: -9999px;}
    table#shopping-cart-table td { border: none;position: relative;padding:20px;text-align:center !important; }
    table#shopping-cart-table td:before { position: absolute; top: -4px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;}
    table#shopping-cart-table td span.cart-price span.price {font-size:14px;}
    .cart-table {border-width:0;}
    .cart .totals table th, .cart .totals table td {padding: 5px 0 5px 30px;}

    /* Basket Table */
    table#shopping-cart-table td:nth-of-type(1):before { content: ""; width:100%; margin-bottom:10px; font-size: 14px;}
    table#shopping-cart-table td.product_name:before { content: "PRODUCT NAME"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#shopping-cart-table td:nth-of-type(3){display:none;}
    table#shopping-cart-table td.unit_price:before { content: "UNIT PRICE"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#shopping-cart-table td.qty:before { content: "QTY"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#shopping-cart-table td.sub_total:before { content: "SUB TOTAL"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#shopping-cart-table td.remove:before { content: "REMOVE"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .data-table tr:last-child td, .data-table tr:last-child th {border-bottom:none !important;}
    #my-orders-table thead tr th {border-bottom:1px solid #fff !important;}

    /* Checkout Review Table */
    table#checkout-review-table thead tr{position: absolute;top: -9999px;left: -9999px;}
    table#checkout-review-table tr {padding-top:10px;}
    table#checkout-review-table tbody td { border: none;position: relative;padding:25px;text-align:center; }
    table#checkout-review-table tbody td:before { position: absolute; top: 7px; left: 0px; width: 45%; padding-right: 10px; white-space: nowrap;}
    table#checkout-review-table tbody td:nth-of-type(1):before { content: "PRODUCT NAME"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#checkout-review-table tbody td:nth-of-type(2):before { content: "PRICE"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#checkout-review-table tbody td:nth-of-type(3):before { content: "QTY"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#checkout-review-table tbody td:nth-of-type(4):before { content: "SUBTOTAL"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#checkout-review-table tbody .a-center {padding-right:21px !important;}

    /* Checkout buttons */
    #checkout-step-login .buttons-set {float: left;}

    /* Order Table in my Account Section */
    table#my-orders-table thead tr{position: absolute;top: -9999px;left: -9999px;}
    table#my-orders-table tr {padding-top:10px; border-bottom:1px solid #ccc;}
    table#my-orders-table tbody td { border: none !important; position: relative; padding:25px !important; text-align:left !important; }
    table#my-orders-table tbody td:before { position: absolute; top: 7px; left: 25px; width: 45%; padding-right: 10px; white-space: nowrap;}
    table#my-orders-table tbody td:nth-of-type(1):before { content: "ORDER"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-orders-table tbody td:nth-of-type(2):before { content: "DATE"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-orders-table tbody td:nth-of-type(3):before { content: "SHIP TO"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-orders-table tbody td:nth-of-type(4):before { content: "ORDER TOTAL"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-orders-table tbody td:nth-of-type(5):before { content: "ORDER STATUS"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}

    /* Account mobile text */
    .account-mobiletext {margin: 0 0 20px 0;}

    /* Order View Table */
    .sales-order-view table#my-orders-table tbody td:nth-of-type(1):before { content: "PRODUCT NAME" !important; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-view table#my-orders-table tbody td:nth-of-type(2):before { content: "WAREHOUSE" !important; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-view table#my-orders-table tbody td:nth-of-type(3):before { content: "SKU" !important; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-view table#my-orders-table tbody td:nth-of-type(4):before { content: "PRICE" !important; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-view table#my-orders-table tbody td:nth-of-type(5):before { content: "QTY" !important; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-view table#my-orders-table tbody td:nth-of-type(6):before { content: "SUBTOTAL" !important; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-view table#my-orders-table tr.grand_total td {text-align:right !important;}

    /* Wishlist Table */
    table#wishlist-table thead tr {position: absolute;top: -9999px;left: -9999px;}

    /* Returns Tables */
    table#my-returns-table thead tr {position: absolute;top: -9999px;left: -9999px;}
    table#my-returns-table tr {padding-top:10px; padding-bottom:10px;}
    table#my-returns-table tbody td { border: none !important; position: relative; padding:25px !important; text-align:left !important; }
    table#my-returns-table tbody td:before { position: absolute; top: 7px; left: 25px; width: 45%; padding-right: 10px; white-space: nowrap;}
    table#my-returns-table tbody td:nth-of-type(1):before { content: "RETURN"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-table tbody td:nth-of-type(2):before { content: "DATE"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-table tbody td:nth-of-type(3):before { content: "SHIP FROM"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-table tbody td:nth-of-type(4):before { content: "RETURN STATUS"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}

    table#my-returns-items-table thead tr {position: absolute;top: -9999px;left: -9999px;}
    table#my-returns-items-table tr {padding-top:10px; padding-bottom:10px;}
    table#my-returns-items-table tr.last td{display:none;}˚


    /* Returns Table Items */
    table#my-returns-items-table thead tr {position: absolute;top: -9999px;left: -9999px;}
    table#my-returns-items-table tr {padding-top:10px; padding-bottom:10px;}
    table#my-returns-items-table tbody td { border: none !important; position: relative; padding:25px !important; text-align:left !important; }
    table#my-returns-items-table tbody td:before { position: absolute; top: 7px; left: 25px; width: 45%; padding-right: 10px; white-space: nowrap;}
    table#my-returns-items-table tbody tr > td:nth-of-type(1):before { content: "PRODUCT NAME"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-items-table tbody tr > td:nth-of-type(2):before { content: "SKU"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-items-table tbody tr > td:nth-of-type(3):before { content: "CONDITION"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-items-table tbody tr > td:nth-of-type(4):before { content: "RESOLUTION"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-items-table tbody tr > td:nth-of-type(5):before { content: "REQUEST QTY"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-items-table tbody tr > td:nth-of-type(6):before { content: "QTY"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    table#my-returns-items-table tbody tr > td:nth-of-type(7):before { content: "STATUS"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}

    table#my-returns-items-table thead tr {position: absolute;top: -9999px;left: -9999px;}
    table#my-returns-items-table tr {padding-top:10px; padding-bottom:10px;}


    /* Invoice Table */
    .sales-order-invoice div.order-details table thead tr {position: absolute;top: -9999px;left: -9999px;}
    .sales-order-invoice div.order-details table tr {padding-top:10px; padding-bottom:10px;}
    .sales-order-invoice div.order-details table tbody td { border: none !important; position: relative; padding:25px !important; text-align:left !important; }
    .sales-order-invoice div.order-details table tbody td:before { position: absolute; top: 7px; left: 25px; width: 45%; padding-right: 10px; white-space: nowrap;}
    .sales-order-invoice div.order-details table tbody td:nth-of-type(1):before { content: "PRODUCT NAME"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-invoice div.order-details table tbody td:nth-of-type(2):before { content: "SKU"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-invoice div.order-details table tbody td:nth-of-type(3):before { content: "PRICE"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-invoice div.order-details table tbody td:nth-of-type(4):before { content: "QTY INVOICED"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-invoice div.order-details table tbody td:nth-of-type(5):before { content: "SUB TOTAL"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-invoice div.order-details table thead tr {position: absolute;top: -9999px;left: -9999px;}
    .sales-order-invoice div.order-details table tr {padding-top:10px; padding-bottom:10px;}
    /* Remove bundle options from invoice table*/
    .sales-order-invoice div.order-details .data-table tbody tr:not(:first-child) {display:none !important;}


    /* Refunds Table */
    .sales-order-creditmemo div.order-details table thead tr {position: absolute;top: -9999px;left: -9999px;}
    .sales-order-creditmemo div.order-details table tr {padding-top:10px; padding-bottom:10px;}
    .sales-order-creditmemo div.order-details table tbody td { border: none !important; position: relative; padding:25px !important; text-align:left !important; }
    .sales-order-creditmemo div.order-details table tbody td:before { position: absolute; top: 7px; left: 25px; width: 45%; padding-right: 10px; white-space: nowrap;}
    .sales-order-creditmemo div.order-details table tbody td:nth-of-type(1):before { content: "PRODUCT NAME"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-creditmemo div.order-details table tbody td:nth-of-type(2):before { content: "SKU"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-creditmemo div.order-details table tbody td:nth-of-type(3):before { content: "PRICE"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-creditmemo div.order-details table tbody td:nth-of-type(4):before { content: "QTY"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-creditmemo div.order-details table tbody td:nth-of-type(5):before { content: "SUB TOTAL"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-creditmemo div.order-details table tbody td:nth-of-type(6):before { content: "DISCOUNT AMOUNT"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-creditmemo div.order-details table tbody td:nth-of-type(7):before { content: "ROW TOTAL"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}

    .sales-order-creditmemo div.order-details table thead tr {position: absolute;top: -9999px;left: -9999px;}
    .sales-order-creditmemo div.order-details table tr {padding-top:10px; padding-bottom:10px;}




    /* Shipment Table */


    .sales-order-shipment div.order-details table thead tr {position: absolute;top: -9999px;left: -9999px;}
    .sales-order-shipment div.order-details table tr {padding-top:10px; padding-bottom:10px;}
    .sales-order-shipment div.order-details table tbody td { border: none !important; position: relative; padding:25px !important; text-align:left !important; }
    .sales-order-shipment div.order-details table tbody td:before { position: absolute; top: 7px; left: 25px; width: 45%; padding-right: 10px; white-space: nowrap;}
    .sales-order-shipment div.order-details table tbody td:nth-of-type(1):before { content: "PRODUCT NAME"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-shipment div.order-details table tbody td:nth-of-type(2):before { content: "SKU"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}
    .sales-order-shipment div.order-details table tbody td:nth-of-type(3):before { content: "QTY SHIPPED"; width:100%; margin-bottom:10px; font-size: 14px; font-weight:bold;}

    .sales-order-shipment div.order-details table thead tr {position: absolute;top: -9999px;left: -9999px;}
    .sales-order-shipment div.order-details table tr {padding-top:10px; padding-bottom:10px;}


    /* Product reviews */
    #product-review-table thead{display:inline-block !important;}
    #product-review-table thead tr th{padding: 0 7px 14px 0 !important;}
    #product-review-table tbody{display:inline-block !important; float:left;}
    #product-review-table tbody tr td {margin-bottom:10px; margin-right:10px;}
    #customer-reviews .box-title {margin-bottom:20px !important;}




    .product-info-review {width:45%; margin-right:5%;}
    .review-info-review {width: 49%;}
    #review-form .review-summary-table td.label {width: 50px;}
    #product-review-table tbody {margin: 5px 0 0 0;}
    #review-form .form-list label {width: 100%;}
    /* this breaks checkout layout .form-list .input-box {width: 100%;} */
    #review-form .form-list input.input-text {width: 100%;}
    #review-form .form-list textarea {width: 100%;}
    #review-form .form-buttons {float: right;}
    #review-form p.required {text-align: right;}
    #custreviews_header {margin: 0 !important;}
    .product-info-review .review-product-image {width: 90%; height: auto;}
    #product-review-table thead tr th {padding: 2px 7px 14px 0 !important;}

    .cart .totals {width: 83%; float:none; margin: 2% 3% 4% 5%; padding: 2% 2% 0 5%;}
    .cart .totals table {margin: 0 0 0 -20px;}
    .cart .totals .checkout-types li {float:none !important; margin:0;}
    .cart table#shopping-cart-table tfoot button.button {padding:7px;}
    #shopping-cart-table tfoot tr td .button btn-continue span span {color:#FFFFFF;}
    .cart .cross-inside{width:90%; margin: 3% 5% 0; padding:0;}
    .cart #shopping-cart-table {border:1px solid #cecece;}




    /* My Account Section */
    .customer-account-index div.recent-orders, .reviews {display:none;}
    .dashboard .col2-set {display:none;}
    .customer-account-index .dashboard > h2 {display:none;}
    .sidebar .block-account {margin-bottom:20px;}
    .sidebar .block-account li a {padding: 15px 13px 14px;}
    .sidebar .block-account li.current {padding: 15px 13px 14px 14px;}
    .dashboard .welcome-msg {margin-left: -20px; margin-right: -20px; }
    .dashboard .welcome-msg p {padding:10px; font-size:14px;}
    .customer-account-edit .form-list .control .input-box {width:auto;}
    .pager .pages {margin:0;}
    .pager .limiter, .amount {width:100%;}
    .my-account .data-table td {font-size:14px; text-align:center;}
    .my-account .data-table td.last {width:auto !important;}
    .col2-set .col-1 {width:100%;}
    .col2-set .col-2 {width:100%;}
    .col-2 .addresses-additional{width:100%;}
    #my-reviews-table .first {display:block;}
    .my-account .data-table {border-bottom:1px solid #D9D9D9;}
    table#my-reviews-table .rating-box {margin-left:40%;}

    div.sale_banner_top {display:none; }

    /*div.category-view .incvat {display:inline;}*/

    /*.product-view .product-essential .add-to-links a.link-compare{display: none;}*/

    /* qty */
    .add-to-cart .quantity {width: 100%;}
    .add-to-cart .quantity label, .add-to-cart .quantity input {float: left;}
    .add-to-cart .quantity ul {float: left;}
    .add-to-cart ul#qty_adjust {margin-left: -5px;}
    .add-to-cart .quantity ul li {float: left; width: 30px; height: 20px;}
    #qty_adjust li:last-of-type {margin: -1px 0 0 5px;}
    #qty_adjust img {width: 30px; height: 20px;}


    /* Trade Side Banner and Awards Banner */
    .ora-awards-banner {display:none !important}
    .mobile-footer-banners {width:100%; float:left; clear:both; margin-top:20px;}
    .ora-awards-banner-mobile {display:block !important;}
    .ora-awards-banner-mobile img {width:48%; float:left; margin-right:4%;}
    .trade-sidebar-banner-mobile {display:block !important;}
    .trade-sidebar-banner-mobile a img {display:block !important;width:48%; float:left;}

    /* New Product Area */
    .add-to-links li {float:none;}
    div#MB_window .add-to-links li {float:left; left: -42px;}

    /* New Footer Styles */
    #payment_options {clear:both; float:none; margin:0px auto;}
    div#copyright {width:auto;}
    div#logo_footer {float:none; margin:0 auto;}
    address.copyright {text-align:center;width:100%;}
    #tv_spots {width: 100%; height: 0; padding-bottom: 30%; background-image: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif"); background-position: 0 99.9%; background-size: 130%; display:block;}
    #tv_spots_wrap {width:100%; margin-top:20px;}
    .product-view .incvat {font-size:10px;}
    ul.add-to-links, ul.add-to-links li a, .product-view .product-essential .add-to-links a.link-compare, .product-shop .add-to-links a.link-wishlist {font-size:10px;}
    .product-img-box .mainimage-subtext {width: 96%;padding: 0 2% 0 2%;}
    .owl-carousel .owl-item {margin-right:1px;}
    .product-view .product-img-box .more-views {margin: 10px 0px 0px 0px !important;}
    .related-products {margin:0;}
    .related-products .owl-carousel .owl-item {text-align:center;}
    .owl-buttons  .rel-next {right:5px;}
    .owl-buttons  .rel-prev {left:5px;}


    .checkout-cart-index .col-main .page-title .checkout-types {float:none;display:inline-block;margin:10px 5%;}
    .checkout-cart-index .col-main .page-title .checkout-types .paypal-logo img{margin-top:-6px;}



    /* DISCOUNT CODE PAGE STYLES */

    #discount-codes .voucher-code-box {width: 100%;}
    .heading-box>img {width:40px; margin: 0px 0px 0px 4%!important;position: absolute;}
    #welcome {width: 100%;}
    #welcome span {font-size: 12px;}
    #welcome .headingspan {font-size: 60px;}
    #discount-codes .cta h2 {font-size:50px;}
    #email-submit #subscribe-email {padding: 1%;}
    #email-submit .subscribe-button {padding: 1%;}
    #email-submit .success-msg .thank-you p {font-size: 21px; margin-bottom: 10px;}
    #email-submit .success-msg .actual-code p {font-size: 50px;}

}
@media only screen and (max-width: 570px), only screen and (max-device-width: 570px) {
    .voucher-bkg-mobile {display: block}
    .voucher-bkg-desktop {display: none;}
    #welcome {padding-bottom: 0px;}
    #discount-codes .voucher-code-box .cta {padding-top: 18%;}
    #email-submit img {display: none;}
    #discount-codes .cta h2 {font-size: 35px; display: none;}
    .step-by-step div {width: 100%;}
    #welcome .headingspan {font-size: 35px; width: 100%;}
    #welcome .better-discount {margin-bottom: 0;}
    #discount-codes .enter-email {font-size: 14px;}
    #email-submit #subscribe-email {padding: 3%; font-size: 18px; width: 60%;}
    #email-submit .subscribe-button {padding: 3%; font-size: 18px; width: 66%; margin: 5px 0px 0px 0px;}
    #email-submit .success-msg {margin-top: -50px; width: 85%; margin: 0 auto; margin-bottom: 20px;}

    /* END OF DISCOUNT CODE PAGE STYLES */
}


@media only screen and (max-width: 770px) {
    #tv_spots {width: 100%; height: 0; padding-bottom: 30%; background-image: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif"); background-position: 182px 120%; background-size: 99%; display: block;}
    #tv_spots_wrap .houzz {border: 1px solid #cfcfcf; background: #fff; padding: 5px; width: 22%; height: 70%; margin: 0px 0 0 0 !important;}
    #tv_spots_wrap .houzz img {width: 100%; height: 100%;}

    .ppf-wrapper {padding: 0 !important;}
    .ppf_head span {font-size: 24px;}
    .toptiptext {max-width: 110px; padding: 5px 5px; line-height: 16px !important; text-align: center; font-size: 15px !important; letter-spacing: 1px;}
}

@media only screen and (min-width: 550px) and (max-width: 600px) {
    .toptiptext {max-width: 255px;}
    }

@media only screen and (min-width: 600px) and (max-width: 770px) {
    .toptiptext {max-width: none; font-size: 19px !important; line-height: 49px !important; margin: 0 0 0 2%; color: red;}
}

@media only screen and (min-width: 770px) {
    #pp_features_block table {display: inline-block; padding: 10px 0;}
    #pp_features_block td.text span {color: #000; font-weight: bold; width: 100%; display: inline-block; text-align: center;}
    #pp_features_block tr {border-right: 3px solid #fff; display: inline-block; padding: 10px; width:30%; margin: 0 1% 0 0; border-bottom: none;}
    #pp_features_block tr:last-child {margin: 0 !important; border: none !important;}
    #pp_features_block td.icon {vertical-align: middle; text-align: center; width: 100%; float: left;}
    .ppf-4col tr {width: 21.6% !important;}
}

@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
#checkout-shipping-method-load .dropship-text {padding: 0; background: none;}
}

/* =================================
Tablet only
================================== */
@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-device-width: 768px) and (min-device-width: 480px) and (orientation:portrait) {
.enterprise-rma-return-history .my-account #my-returns-table td {padding: 10px 0; border: 1px solid #cfcfcf; border-width: 0 1px 0 0; text-align: center; width: 20%; font-size: 12px;}
.sales-order-history #my-orders-table td {padding: 10px 0; border: 1px solid #cfcfcf; border-width: 0 1px 0 0; text-align: center; width: 20%;}
#checkoutSteps .form-list .control .input-box {float: right; text-align: right;}
#checkoutSteps .form-list ul li.add-field .input-box {margin-left:114px !important;}
.cat_tog {display: block;}

.sidebar .block-layered-nav {padding: 120px 0 0 0; margin: -40px 0 0 0;}
#link-nano-mobile {margin: 0 0 10px 0;}


    .slidesjs-container input.checkbox {position: inherit; top: 70px !important; left: 160px !important;}
    .checkaddrelated {padding: 0 0 0 27px;}

    .box-up-sell {margin: 0 0 20px 0;}
    .box-up-sell li {width: 31% !important; text-align: center; height: 310px;}
    .box-up-sell .box-title {margin: 0 !important;}
    .box-up-sell .product-name {height: 70px; padding: 10px;}
    .box-up-sell .preprice-recommended {display: none;}
    .box-up-sell .price-box {width: auto; padding: 0 10px; margin: 0;}
    .box-up-sell .incvat {height: 25px; line-height: 20px; width: 100%;}

    #pp_features_block h3 {width:100%;}

    /* Tiered Pricing */
    .tier-prices li {font-size:10px;}

}

/* Mobile Fixes */
@media only screen and (min-width: 239px) and (max-width: 479px), only screen and (min-device-width: 239px) and (max-device-width: 479px) {
    .delivery-info-content {left: 5px; top: 0; width:50%;}
    .delivery-info-content:after, .delivery-info-content:before {border:none;}
    .products-grid .actions button.btn-cart {width:100%; margin: 10px 0px 0px;}
/* New page layout start */
    .page {width: 97%;}
    .col-main {border: none; padding: 0;}
    .header-container {width: 101%; margin: 0 0 0 -2% !important; background: #fff;}
    .subcategory-list-item {width: 44% !important;}
    .product-shop button.button {width: 100%;}
    .product-view {margin: 5px 0 0 0;}
    .subcategory-list-item {min-height: 250px;}
    .subcategory-list-item .product-image a img {width: 81%; height: auto;}
    /* .catalog-category-view .col-main {padding: 0 20px 20px;} */
/* New page layout end */

    /* Footer search */
    .footersearch {display: block !important; background: #8097a4; padding: 10px; float: left; width: 95%; text-align: center; margin: 20px 0;}
    .footersearch #search {width: 55%; height: 15px; padding: 10px;}
    .footersearch #footersubmit {width: 30%; padding: 8px; margin: 0 0 0 10px; background: #000;}

    /* Product shop */
    .product-view .product-shop {margin: 0 0 0 5px;}

    /* Category View */
    .category-view {margin: 0;}

    /* Product Add to */
    #mobile-addto {width: 100%; height: 60px; background: #333; position: fixed; bottom: 0px; margin: 0 0 0 -2%; width: 101%; z-index: 200;}
    #mobile-addto .mobile-addto-inner {margin: 0 0 0 2%; padding: 10px 4px;}
    #mobile-addto .mobile-addto-inner .add-to-cart .quantity {display: none;}
    #mobile-addto .mobile-addto-inner .add-to-cart {display: inline-block; width: 48%; float: right; background: red; margin: 0 5px 0 0;}
    #mobile-addto .mobile-addto-inner .add-to-cart button.button {width: 100%;}
    #mobile-email-save {width: 48%; float: left; display: inline-block; text-align: center; background: #999; text-decoration: none;}
    #mobile-email-save span {width: 30px; height: 30px; background: #666;}
    #mobile-email-save p {background: url('https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/mobile-email-bkg.png') 3px 0 no-repeat; font-family: bebas, helvetica, arial, verdana, sans-serif; text-transform: uppercase; color: #fff; height: 40px; line-height: 42px; font-size: 18px; letter-spacing: 1px; padding: 0 0 0 35px;}
    #mobile-addto #related_mobile_link {float: right; width: 49%; margin: 0px; padding: 9px 0; text-align: center; background: #8097a4; margin: 0 4px 0 0;}
    #mobile-addto #related_mobile_link #relatedjump {background: none;}
    #mobile-addto #related_mobile_link #relatedjump span span {font-size: 18px; color: #fff;}

    /* Send friend stuff */
    #sf-mobile-header {display: block !important; text-align: center; width: 100%;}
    #sf-desktop-header {display: none !important;}
    .sendfriend-product-send .col-main {width: 100%;}
    #product_sendtofriend_form {text-align: center;}
    #product_sendtofriend_form .fieldset {background: #efefef; margin: 10px 0 0 0; padding: 10px; border: 1px solid #cfcfcf;}
    #product_sendtofriend_form .form-list .input-box {width: 93%;}
    #product_sendtofriend_form .form-list input.input-text {padding: 10px; width: 100%;}
    #product_sendtofriend_form .form-list label {width: auto;}
    #product_sendtofriend_form #add_recipient_button {width: 100%; margin: 0; position: relative; top: -60px;}
    #product_sendtofriend_form .buttons-set button.button {width: 100%; margin: 0;}
    #max_recipient_message {position: relative; top: 70px;}
    #product_sendtofriend_form .buttons-set button.button {position: relative; top: 65px; height: 45px;}

    /* Product Area */
    .add-to-links li {height:auto; margin:0px;}

/*.product-view .product-essential .add-to-links a.link-compare{display: none;}*/

    .procomp {display: none;}


/* Image switcher */
div.imageswitcher {width: 100%; height: 170px;}
div.imageswitcher a{width:100%;}
/* Center image switcher */
div.imageswitcher img {padding:0 !important;}
.imageswitcher img.a {margin-left:auto !important; margin-right:auto !important; right:0;}
.imageswitcher img.b {margin-left:auto !important; margin-right:auto !important; right:0;}

.products-grid .ratings {width: 50% !important; margin: 0px !important;}

/* Features link on mobile review page */
.review-product-list .featuresLink {display: none;}

/* related products */
.box-related-narrow .box-content li {width: 21% !important; padding-top: 5%; padding-bottom: 8%;}
.box-related-narrow a.product-image img {/* width: 65px !important; height: 65px !important; */}
    .slidesjs-container .item-info .product-image {margin: 0;}

/* Homepage */
div.bottom_features img {width: 100% !important;}
.mobile {display: block; margin: 0 0 20px 0;}
.hp-box-content {width: 47%; margin: 0;}
.hp-box-content-second {float: right; margin: 0 !important;}
.hp-box-content-last {display: none;}
.hp-features {margin: 20px 0 0 0 !important;}
.block-overlay {display: none;}
.fifth {width: 100%; margin: 0 0 20px 0;}
.sixth {width: 100%;}
.grey .accordion a.dcjq-parent, .grey .accordion a.dcjq-parent:hover {font-weight: normal;}

.mobilephone_link {display: block; width: 40%; text-align: right; padding: 9px 0 0 0; margin: 0 0 7px; position: absolute; z-index: 2; right: 24px;}
.mobilephone_link a {color: #fff; text-decoration: none; letter-spacing: -0.4px; padding: 0 20px 0 0; font-size: 14px; line-height: 12px; display: inline-block; margin: 5px 0 0 0;}
.breadcrumbs {display: none;}
a.MagicThumb-swap img {width: 52px; height: 52px;}
.footer_payment_method_img img {width: 100%;}
.products-grid li.item {height: 490px; background: -moz-linear-gradient(center bottom , #F2EFF0 0%, #FFFFFF 25%) repeat scroll 0 0 transparent; padding: 10px 0;}
.products-grid .product-image {width: 100%;}
.products-grid .product-name {width: 93%%; margin: 0; text-align: left; font-size: 14px; height: auto;}
.products-grid .price-box {font-size: 16px; text-align: left; padding: 0px !important; margin-left:5px;}
/*.products-grid .preprice-recommended{width:94%;}*/
.products-grid .special-price, .products-list .special-price {font-size: 15px;}
.products-grid .actions {text-align: left; width: 93%; position: static; padding: 0 5px; margin:5px 0 0;}
.products-grid .actions button {width: 100%; height: 30px;}
.subcategory-list-item {width: 94%;}
.category-view .toolbar .pages, .results-view .toolbar .pages {width: 100%; float: left; margin: 0;}
.sorter {height: auto;}
.sorter .sort-by {width:100%; margin-bottom:20px;}
.sorter .limiter {margin-bottom: 20px;}
.products-grid li.item .badge {top:26%; left: auto; right: 0px !important; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/badge.png") no-repeat scroll 0 0 transparent;}
.products-list li.item .badge {top:26%; left: auto; right: 0px !important; background: url("https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/badge.png") no-repeat scroll 0 0 transparent;}
.category-products .availability.in-stock {margin: 20px 0 0 0;}
.slide-out-div {display: none;}
.featuresLink {padding: 0;}
.featuresLink img {width: 100%; padding: 10px 0 0 0;}
.footer_payment_method {width: 100%;}
.footer_payment_method_img {width: 100%; background-position: 0px 0px; background-size: 100%;}
.footer_payment_method_img {height:0px; padding-bottom:6.2034%}

.add-to-box .add-to-links li {display: block;}
#product-attribute-specs-table .data-table tr:last-child td, #product-attribute-specs-table .data-table tr:last-child th {text-align: left !important;}


/* Cart */
.cart table#shopping-cart-table tfoot button.button {padding: 7px;}
#shopping-cart-table .product-name {font-size: 16px;}


/*table#shopping-cart-table, thead, tbody, th, td, tr {display: inline-block !important;} */
.cart tr.first, .cart tr.last {display: block !important;}
.basket-right {width:100%; float:none;}

.cart .crosssell .item {width: 38%;}
.top-cart .block-title {float: right;}
.cart tr.first td, .cart tr.last td {padding: 0px;}
#shopping-cart-table tfoot tr td {width: 100%; padding: 0;}
#shopping-cart-table tfoot tr td span span {color: #FFF;}
#shopping-cart-table tfoot tr td .btn-update {margin: 0 !important; width: 90%;}
.cart .shipping {width: 100%; margin: 20px 0 0 0;}
.cart .shipping h2 {margin: 0 0 10px 20px;}
.cart .shipping .form-list li {padding: 10px 0;}
.cart .shipping .form-list .input-box {float: none}
.cart .shipping .shipping-form {margin: 0 0 0 20px;}
.opc .step {font-size: 15px;}
.sp-methods dd li {padding: 10px 0;}
.cart .title-buttons .checkout-types li {width: 100%;}
.cart .deals{width:88%;}
.cart .shipping select{width:90%;}
.cart .shipping .input-text{width:90%;}
.cart .deals{width:90%:}
.codes-cart {width:100%;}

.crosssell button.btn-cart span {background:none; font-size:14px; }
.cart .crosssell .product-shop .product-name {height:110px;}
.cart .crosssell .item {height:290px;}



.mobile {display: block; margin: 0 0 20px 0;}
.hp-box-content-second {margin: 0 !important;}
.hp-box-content-last {display: none;}
.block-overlay {display: none;}
.hp-features .fifth {width: 100%; margin: 0 0 20px 0;}
.hp-features .sixth {width: 100%;}
.footer_social_links {margin-top:10px;}
.form-search button.button span {padding:0;}


.quick-access-top-first {float:none; width:100%;}
.header-panel .quick-access-top {width:100%;}
p.hotline {float:right; margin:10px 0px 10px 0px;}
.branding{/*width:65%;*/height:63px;}
.top-cart{right: 73px; top: 83px;}
.header .quick-access .checkout-link {right: -2px; top: 99px;}
.logo img{width:180px; margin-top: 10px; position: relative; z-index: 3;}
.logo {height:115px;}
.quick-access-top-first .links {border-left:none;}
.header-panel .quick-access-top .links{margin:0;}
.header-panel .links {padding:0;}
.header-panel .quick-access-top .links {padding:0;}

.add-to-cart .quantity{width:100%;}
.product-shop button.button {width:100%;}
.product-view .product-shop .add-to-cart{width:100%; padding: 11px 0 0;}
.product-view .product-essential button.btn-cart span, .add-to-cart button.btn-cart span {width:100%; height:40px !important; padding:0 !important;}
.product-view .product-essential button.btn-cart span span, .add-to-cart button.btn-cart span span {padding: 8px 15px 0 2px !important;}



.product-view .product-essential .custom_bundle_prod_button button.btn-cart {margin:10px 0px; width:100%;}
.product-view .product-essential .custom_bundle_prod_button button.btn-cart span span { font-size:17px !important;}


.collateral-tabs .tab span {font-size:10px; padding: 0 10px 0 0;}
.collateral-tabs .tab {padding: 0 0 0 10px;}

.form-list .add-field .input-box {margin-left:0;}
.form-list label{width:100%; margin-bottom:5px;}
.form-list .control .input-box{position:static;margin:0;}


/* Mobile Account Links */
.quick-access-top, .quick-access-top-first ul{display:none;}
.mobile_account_links{display:block; float:left; margin:16px 0 0 0; position: relative; z-index: 500;}
.mobile_links{background-color: #ECECEC;border: 1px solid #CCCCCC; top:47px; left: -106px; position:absolute; width:140px; z-index:9999;}
div.mobile_links ul.links {width:100%; text-align:center;}
div.mobile_links ul:first-child{margin-bottom:5px; border-bottom:1px solid #ccc; text-align:center; margin-top:0;}
div.mobile_links ul:first-child.links li {width:100%; font-size:13px; float:none; padding:0; margin-left:0; border-bottom:none; border-top:none;}
div.mobile_links ul.links li{width:100%; float:left; font-size:13px; text-align:center; border-bottom:1px solid #ccc; border-top:1px solid #fff;}
div.mobile_links ul.links li.last {border-bottom:none;}
p.hotline{margin:26px 0;}
p.hotline span{font-size:18px;}
.top-cart .block-content {top:39px;}

.accordion-toggle {height: 28px; line-height: 18px; padding: 10px 11px 12px 7px;}
.accordion-content img {width:100%;}

.top-cart .block-title strong {display:none;}
.header .quick-access .checkout-link {display:none;}
/* .top-cart{left:43px; top:-57px;} */
.top-cart .block-content {width:100%;}
.logo {height:62px; margin-top:4px;}
.logo img {margin-top:0px;}
.top-cart .block-content{left:0;}
    .top-cart .block-title{width:13px;}
div.deals a {float:left;width:100%;margin-top:20px;}
.hp-wrap .first {display:none;}
.opc .buttons-set p.back-link{margin-bottom:10px;}



/* Possible reverts */
p.hotline {display: none;}
.header-panel {float: right;}
.top-cart {right: 24px; top: 10px;}
.mobile_account_links {float: right;}

#bundle-product-wrapper{width:100%; float:none; margin:0;}
#bundleProduct{width:100%;}
#options-container{width:100%; min-height:0;}*/

/* Customise page 
#bundleProduct {left: 0 !important;}
#customizeTitle {padding: 0 0 20px 0;}
#customizeTitle a {display: none;}
#bundleProduct .product-options {width: 100%; top: -740px; position: relative !important;}
.bundle-summary {display: block !important; top: 130px !important; position: relative; left: 0 !important;}
#options-container {min-height: 1500px;}
#bundleProduct .product-options-bottom {position: relative; top: 30px;}
.bundle-summary .add-to-cart button {width: 100%; background: #ff7f01;}

#options-container .product-options dt label {font-weight: normal; font-size: 16px;}
#bundleSummary .price-as-configured .price {font-size: 22px;}
#bundleSummary #bundleProduct .add-to-links {font-size: 14px; margin: 10px;}
#bundleSummary #bundleProduct .add-to-links a {color: #555; font-weight: normal;}
.bundle-summary .summary {font-size: 15px;}*/
	#bundleProduct #options-container .bundle-summary .summary{display: none;}



/* Related Products Mobile */
.box-related-narrow .box-title {/*width: 92% !important;*/}
.box-related-narrow .box-content li {width:80% !important; padding:1% !important; margin: 0 0 20px !important; min-height:195px !important; height:360px;}
.box-related-narrow .box-content li div.item-info {margin-top:10px;}
/* Hide Compare Products */

.catalog-product-view .procomp {display:none;}
a.link-compare {display:none !important;}


/* Basket Add Ons */


.cart .crosssell .product-image {padding:0; margin:0;}
.cart .crosssell ul {margin: 0 0 0 6%;}
.cart .crosssell .item{width:40%;}


/* Amazon Fixes */
#payButtonWidgetTop {float:none !important; display:inline-block;}
.payButtonWidget img {vertical-align:middle;}
.amazonpayments-or {float:none;}

/* Tiered Pricing */
.tier-prices li {font-size:8px;}

/* in stock mobile fix */
    .category-products .availability.in-stock {bottom:80px!important;}



.checkout-cart-index .col-main .page-title .checkout-types .amazonpayments-or {
    display:inline-block;
    width:100%;
    margin:0;
}


.checkout-cart-index .col-main .page-title .checkout-types li {
    margin:0;
}

.checkout-cart-index .col-main .page-title .checkout-types .paypal-logo img {
    margin:0;
}

}

div.bottom_features img {width: 100%; float: left;}
.bottom_features_last img {margin: 10px 0 0 0;}



/* =================================
Magic Zoom Plus Fix
================================== */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
#mobile_overlayscroll {display: block !important; width: 100% !important; height: 80% !important; position: absolute !important; top: 0 !important;}
}
@media only screen and (min-width: 240px) and (max-width: 390px), only screen and (min-device-width: 240px) and (max-device-width: 390px) and (orientation : portrait) {
#mobile_overlayscroll {height: 90% !important;}
}
@media only screen and (min-width: 10px) and (max-width: 280px), only screen and (min-device-width: 10px) and (max-device-width: 280px) and (orientation : portrait) {
#mobile_overlayscroll {height: 46% !important;}
}

/* New Bundle styles needed mobile */
@media only screen and (min-width: 240px) and (max-width: 480px), only screen and (min-device-width: 240px) and (max-device-width: 480px) and (orientation : portrait) {
#bundleProduct .product-view {width: 100%;}
#bundleProduct #options-container {width: 100%; left: 100%;}

    /* Customise Bundle */
.categorypath-underfloor-heating-electric-underfloor-heating-electric-underfloor-heating-kits-html
.product-view .product-essential button.btn-cart span span,
    .categorypath-underfloor-heating-electric-underfloor-heating-all-electric-underfloor-heating-html
.product-view .product-essential button.btn-cart span span,
    .categorypath-underfloor-heating-shop-by-brand-bestheating-html
.product-view .product-essential button.btn-cart span span,
    .categorypath-underfloor-heating-shop-by-brand-phoenix-html
.product-view .product-essential button.btn-cart span span
    {font-size: 16px !important; letter-spacing: 2px;}

    .categorypath-underfloor-heating-electric-underfloor-heating-electric-underfloor-heating-kits-html
.add-to-cart button.btn-cart span,
    .categorypath-underfloor-heating-electric-underfloor-heating-all-electric-underfloor-heating-html
.add-to-cart button.btn-cart span,
    .categorypath-underfloor-heating-shop-by-brand-bestheating-html
.add-to-cart button.btn-cart span,
    .categorypath-underfloor-heating-shop-by-brand-phoenix-html
.add-to-cart button.btn-cart span
    {padding: 0 6px 0 0 !important;}

    .categorypath-underfloor-heating-electric-underfloor-heating-electric-underfloor-heating-kits-html
#bundleProduct,
    .categorypath-underfloor-heating-electric-underfloor-heating-all-electric-underfloor-heating-html
#bundleProduct,
    .categorypath-underfloor-heating-shop-by-brand-bestheating-html
#bundleProduct,
    .categorypath-underfloor-heating-shop-by-brand-phoenix-html
#bundleProduct
    {max-height: 1700px !important; float: left;}



}
/* Finance Page Responsive */
@media only screen and (min-width: 10px) and (max-width: 380px), only screen and (min-device-width: 10px) and (max-device-width: 480px) and (orientation:portrait) {
    div.bullets h1 {font-size:20px !important;}
    .accordion-toggle {font-size: 11px; line-height:14px;}
}

@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-device-width: 768px) and (min-device-width: 480px) {
#bundleProduct .product-view {width: 50%;}
#bundleProduct #options-container {width: 100%; left: 50%;}
}

/* Radiators Category Page */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    .radiators-category-page .media-cat_wrap {margin: 0 13px 0 10px !important;}
    .radiators-category-page .media-cat_wrap a {width: 47%; margin: 0 !important; float: left; border: 5px solid #fff;}
    .radiators-category-page .media-cat_wrap a img {width: 100%;}
    .radiators-category-page .media-cat_wrap img {width: 47%;}
    .radiators-category-page .media-cat_wrap .cat_footer a {width: auto; margin: 0; width: auto; border: 0;}
}

@media only screen and (min-width: 10px) and (max-width: 480px), only screen and (min-device-width: 10px) and (max-device-width: 480px) and (orientation : portrait) {
    .radiators-category-page .media-cat_wrap a {width: 98%; margin: 0 !important; float: left; border: 5px solid #fff;}
    .radiators-category-page .media-cat_wrap a img, .media-cat_wrap img {width: 100%;}
    .radiators-category-page .media-cat_wrap {margin: 0 13px 0 10px;}
}

@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-device-width: 768px) and (min-device-width: 480px) and (orientation:portrait) {
    .radiators-category-page .media-cat_wrap #tradcol {margin: -33px 0 0 0 !important;}
    .radiators-category-page .media-cat_wrap #htr {margin: -120px 0 0 0 !important;}
    .radiators-category-page .media-cat_wrap #btucalc {margin: -190px 0 0 0 !important;}
    .radiators-category-page .media-cat_wrap #freedel {margin: 0 0 0 5px !important;}
    .radiators-category-page .media-cat_wrap #elec, .media-cat_wrap #brand, .media-cat_wrap #htr{float:left !important;}
}

/* Towel Rails Category Page */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    .towel_rails_category .media-cat_wrap a {width: 47%; margin: 0 !important; float: left; border: 5px solid #fff;}
    .towel_rails_category .media-cat_wrap #htr {margin:0px !important;}
    .towel_rails_category .media-cat_wrap a img {width: 100%;}
    .towel_rails_category .media-cat_wrap img {width: 47%;}
    .towel_rails_category .media-cat_wrap .cat_footer a {width: auto; margin: 0; width: auto; border: 0;}
}

@media only screen and (min-width: 10px) and (max-width: 480px), only screen and (min-device-width: 10px) and (max-device-width: 480px) and (orientation : portrait) {
    .towel_rails_category .media-cat_wrap a {width: 98%; margin: 0 !important; float: left; border: 5px solid #fff;}
    .towel_rails_category .media-cat_wrap a img, .media-cat_wrap img {width: 100%;}
    .towel_rails_category .media-cat_wrap #del {position:static !important; margin:0px !important;}
}

@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-device-width: 768px) and (min-device-width: 480px) and (orientation:portrait) {
    .towel_rails_category .media-cat_wrap #elec, .media-cat_wrap #brand, .media-cat_wrap #htr{float:right !important;}
    .towel_rails_category .media-cat_wrap #del {position:static !important; margin-top:-3px;}
    .towel_rails_category .media-cat_wrap a img {width: 103%;}
}

/* ============================
Weekly Deals Badge START
============================== */
/* Tablet */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    .products-grid li.item .wd-badge {top: 135px !important; /* left: 14px !important;*/}
    .products-grid li.item .badge {top:154px;}
    .product-view .product-img-box .wd-badge {top: 44%;}
}
@media only screen and (max-width: 710px), only screen and (max-device-width: 710px) and (orientation : portrait) {
.products-grid li.item .badge, .products-grid li.item .wd-badge {top: 120px !important;}
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) and (orientation:portrait) {
    .products-grid li.item .wd-badge {top: 84px !important;width:36px;padding:16px 10px 20px 10px;}
    .products-grid li.item .wd-badge div {font-size:16px;line-height:13px;}
    .products-grid li.item .badge {top:86px!important;background-size:80%!important;padding:11px 0px;}
    .products-grid li.item .badge div {width:56px;font-size:22px;line-height:20px;}
}
/* Mobile */
@media only screen and (min-width: 240px) and (max-width: 480px), only screen and (min-device-width: 240px) and (max-device-width: 480px) and (orientation : portrait) {
    .product-view .product-img-box .wd-badge {top: 42%; background-size: 100%; width: 13%; right: 2%; padding: 26px 30px;}
    .product-view .product-img-box .wd-badge div {font-size: 24px; line-height: 20px; text-align: center;}
    .products-grid li.item .badge div {width:42px;}
/*.products-grid .incvat {line-height: 10px; width: 100%;}*/
    .products-grid li.item {height: 465px;}


#footer_extra_right_col {width:auto;}
address.copyright {clear:both; text-align:center; font-size:11px; height:40px;}
#logo_footer {float:none; margin:0 auto;}
.footer_links_extra ul {width:100%;}
.footer_links_extra ul li {width:98%;}
.footer_links_extra a {padding:15px 1%; background:#fff; border:1px #cecece solid; text-align: center;}
#contextual_wrapper {width:86%;}
body {width:98%;}


/* Mobile Trade Form Style */
.zero1-tradeaccount-index-index .page {width:97%;}
#bhtrade .personal-details-tab{display:none;}
#bhtrade .trade-details-tab {display:none;}
#trade-form-container {margin: 0 20px 0 0;}
#trade-form-container ul {width:85%;}
#bhtrade .captcha {margin: 0 0 0 18px;}
#bhtrade p.required {float: left;margin: 10px 20px 0 18px;}
#bhtrade .tradeform > h2 {margin: 12px 0 0 19px;}
#bhtrade .trade_right {margin: 0 0 0 18px; width: 89%;}
.recaptchatable #recaptcha_image {margin: 0 !important; width:100% !important;}
.recaptchatable {border: medium none !important;display: block !important;width: 200px !important;}
#recaptcha_area td {width:200px;}
.recaptchatable #recaptcha_response_field {width: 240px !important;}
#recaptcha_area .recaptchatable {border:none !important; display:block;}
.recaptchatable #recaptcha_image #recaptcha_challenge_image {width:100% !important;}
.featuresLink a > img {width: 100%;}


}
/* ============================
Weekly Deals Badge END
============================== */

/* =================================
Product View
================================== */
/* Tablet Only */
@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-device-width: 768px) and (min-device-width: 480px) and (orientation:portrait) {
.product-view .product-shop {width: 41% !important; margin: 0 0 0 4%;}
.product-view .product-img-box {width: 55% !important;}
.product-view .product-shop .availability {font-size: 13px;}
.featuresLink {width: 100%; text-align: center;}
.featuresLink a > img {width: auto;}
.product-view .product-shop .add-to-cart {width: 100%;}
div.MagicToolboxMessage {display: block;}
#mobile_overlayscroll {display: block !important;}
#product_delivery_text {top: 34px; left: 0px;}

.products-grid {display: inline-block; width: 32%; border: none; margin: 0 0 0 0.5%;}
.products-grid li.item {width: 100%;}

.footer_links_extra a {width: 49%; float: left; margin: 0 1%; background: #ffffff; background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );}
.footer_links_extra a {width: 88%; float: left; margin: 1% 1%; background: #ffffff; background:#fff; border: 1px solid #cecece;}
.footer_links_extra a.footer_links_extra_last {margin: 1% 1%;}

.footer_links_extra a {margin-bottom:2% !important;}
.inner-mh-wrap {width: 100%;}

#mobile-callus {display: none;}

}


@media only screen and (max-width: 685px) and (min-width: 480px), only screen and (max-device-width: 685px) and (min-device-width: 480px) and (orientation : portrait) {
/* .footer_links_extra a {width: 100%;} */

#mobile-callus {display: none;}
}



/* Specific for smaller tablets */
@media only screen and (max-width: 668px) and (min-width: 480px), only screen and (max-device-width: 668px) and (min-device-width: 480px) and (orientation : portrait) {
    .sorter {height:auto;}
    .products-list .product-name {height: 60px;}
    .products-grid .actions button {width: 92%; /* float: left; */position: absolute;bottom: 11%;left: 4%;}
    .products-grid .actions button.btn-cart {width: 92%; /*float: left;*/ margin: 10px 0 0 0;position: absolute;bottom: 2%;left: 4%;}
    .grid-view-product-shop-resp {height: 240px;}
    .products-grid .product-name {height:75px;}
}
/* New March 2014 Changes
MOBILE ONLY */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    a.mobile_filter_refine {display: none;}
}

@media only screen and (min-width: 239px) and (max-width: 479px), only screen and (min-device-width: 239px) and (max-device-width: 479px) and (orientation : portrait) {
    .branding {width: 100%; height: 52px;}
    .header .logo {width: 100%; text-align: center; height: 52px;}
    .logo img {width: 180px;}
    .mobile_reasons_navigation {display: none;}
    a.mobile_filter_refine {display: none;}
    #subheader_margin {/*height: 135px !important; */ height: 106px !important;}
    .mh-top-links {position: inherit; z-index: 200; height: 50px;}
    .dashboard .welcome-msg {margin: 0;}
    .page-title {margin: 0;}
    .grouped-items-table .price-box .price-label {display:block; height:16px;}


    /* Grouped Products */
    .grouped-items-table th, .grouped-items-table td {padding-left: 3px !important;}
    .grouped-items-table th, .grouped-items-table td {width:20% !important;}


    /* Reviews */
    #reviewtarget .form-list .input-box {width: 92%;}
    .product-info-review {width: 100%;}
    .product-info-review .review-product-image {width: 30%; float: left; margin: 0;}
    #review-form .product-name {width: 55%; float: right;}
    .review-info-review {width: 96%;}


    /* Layout issue fix */
    .results-view {margin: 0;}
    .catalogsearch-result-index .products-grid {width: 50%; float: left;}
    .catalogsearch-result-index .products-grid li.item {width: 100% !important;}

    /* Product list styles */
    .products-list .product-image {width: 50%; margin: 0; margin: 18% 0 0 0;}
    .products-list .product-image img {width: 100%; height: auto;}
    .products-list .product-shop {width: 49%;}
    .products-list .product-name {height: 85px;}
    .products-list .product-name a {font-size: 12px;}
    .ratings .rating-links {display: none;}
    .products-list .actions button.button {width: 100%; margin: 0 9px 5px 0; height: 28px;}
    .products-list .availability.in-stock, .products-list .availability.out-of-stock {margin: 5px 0 0 0;}

    /* Product grid styles */
    .grid-view-product-shop-resp {padding: 0; width: 100%;}
    .products-grid .product-name {font-size: 14px; padding: 0 5px; font-weight: normal; width: 93%;}
    .ratings-wrapper-resp {width: 93%; padding: 5px; height: 20px; margin: 0;}
    /*.products-grid .price-box {margin: -10px 5px 0 5px;}*/
    .products-grid .product-name {min-height: 75px;}
    .products-grid .actions {padding: 0 5px; width: 93%; margin: 5px 0 0 0;}
    .products-grid .actions button {width: 93%;position: absolute;bottom: 10%; left: auto;}
    .products-grid .actions button.btn-cart {width: 93%; margin: 10px 0 0 0;position: absolute;bottom: 2%;left: 3%;}
    .products-grid li.item {height: 370px; width: 100%;}

    .products-grid {display: inline-block; width: 49.4%; border: none;}
    .category-products .availability.in-stock, .category-products .availability.out-of-stock {margin: 5px 0 0 0;bottom: 70px;}

    .subcategory-list {padding: 0;}

    .category-title {margin: 0; font-size: 9px; text-align: center;}
    a.mobile_filter_refine {padding: 5px 10px 0 10px;}
    .sorter {padding: 10px;}
    .sorter .sort-by {width: auto; margin: 0; padding: 0;}
    .sorter .limiter {margin: 0 0 10px 0;}
    .sorter select {font-size: 14px; width: 88px;}
    .toolbar .pages {width: 61.5% !important;}
    .products-list li.item {padding: 10px;}

    /*.products-grid .price-box {height: 30px;}*/

    #tablet-callus {display: none;}

    /* Mobile USPs */
    .phone_usps {display: block !important; position: absolute; top: 51px; z-index: -1;}
    .phone_usps a {width: 50%; float: left;}
    .phone_usps img {width: 100%;}

    /* Upsells */
    .box-up-sell {margin: 20px 0;}
    .box-up-sell .product-name {height: 70px;}
    .box-up-sell .preprice-recommended {display: none;}
    .box-up-sell .incvat {width: 100%;}
    .box-up-sell li {height: 300px;}


    .footer_links_extra a{padding:3% 0; margin-bottom:5px !important;}
    .footer_links_extra a:nth-child(odd) {margin-right:0% !important;}


}
@media only screen and (min-width: 430px) and (max-width: 480px), only screen and (min-device-width: 430px) and (max-device-width: 480px) and (orientation : portrait) {
    .products-grid li.item {height: 435px;}
}
@media only screen and (min-width: 380px) and (max-width: 429px), only screen and (min-device-width: 380px) and (max-device-width: 429px) and (orientation : portrait) {
    .products-grid li.item {height: 410px;}
}

/* Tablet badge issue / strange media queries */
@media only screen and (min-width: 710px) and (max-width: 768px), only screen and (min-device-width: 710px) and (max-device-width: 768px) and (orientation:portrait) {
.product-view .product-img-box .badge {top: 219px !important;}
}
@media only screen and (min-width: 660px) and (max-width: 710px), only screen and (min-device-width: 660px) and (max-device-width: 710px) and (orientation : portrait) {
    .product-view .product-img-box .badge {top: 217px !important; padding: 25px 30px;}
}
@media only screen and (min-width: 550px) and (max-width: 660px), only screen and (min-device-width: 550px) and (max-device-width: 660px) and (orientation : portrait) {
    .product-view .product-img-box .badge {top: 38% !important; padding: 25px 30px;}
}
@media only screen and (min-width: 480px) and (max-width: 550px), only screen and (min-device-width: 480px) and (max-device-width: 550px) and (orientation : portrait) {
    .product-view .product-img-box .badge {top: 44px !important;}
    .product-view .product-img-box .badge div {font-size: 35px;}
    .box-up-sell li {width: 28% !important; text-align: center;}
}



@media only screen and (min-width: 239px) and (max-width: 479px), only screen and (min-device-width: 239px) and (max-device-width: 479px) and (orientation : portrait) {
    .products-grid li.item {height: 435px;}
    .products-grid li.item .wd-badge {top: 95px !important; background-size: 100% !important; padding: 10px 0px;}
    .products-grid li.item .badge {height:50px!important; width:42px!important;top: 98px !important; background-size: 100% !important; padding: 13px 10px!important;margin-right:2%;}
    .products-grid li.item .wd-badge {padding: 11px 7px; width:46px;}
    .products-grid li.item .wd-badge div {font-size: 17px; line-height: 15px; margin: 6px 0 0 8px;width:30px;}
    .mh-contents .div-1 {width: 96%;}
    .header .form-search {width: 92%;}
}

/* Image switcher fix for big phones */
@media only screen and (min-width: 420px) and (max-width: 479px), only screen and (min-device-width: 420px) and (max-device-width: 479px) and (orientation : portrait) {
    div.imageswitcher { height: 200px;}
    .products-grid li.item {height: 465px;}
}

/* Mobile Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .mobile_reasons_navigation {display: none;}
    /* Amazon Fixes */
    .cart .title-buttons .checkout-types li {float:none !important; display:inline-block; margin: 0 0 20px 0px;}
    .grouped-items-table .price-box .price-label {display:block; height:16px;}
}


/* Strange fix for incVAT message on certain sizes */
@media only screen and (min-width: 480px) and (max-width: 622px), only screen and (min-device-width: 480px) and (max-device-width: 622px) and (orientation : portrait) {
/*div.category-view .incvat {width: 100%; float: left; line-height: 10px; margin: 0;}*/
}
@media only screen and (min-width: 480px) and (max-width: 550px), only screen and (min-device-width: 480px) and (max-device-width: 550px) and (orientation : portrait) {
    .products-grid .product-name {height: 100px; margin: 30px 0 0 0;}
    .grid-view-product-shop-resp {height: 300px;}
}


/* Trade Success Page */
@media only screen and (max-width: 768px) and (min-width: 240px), only screen and (max-device-width: 768px) and (min-device-width: 240px) {
    #trade-success ul {width:100%; }
    #trade-success  .trade-image {margin-top:0;}
}

@media only screen and (min-width:10px) and (max-width:337px), only screen and (min-device-width:10px) and (max-device-width:337px){
address.copyright {height:auto; line-height:19px; margin:10px 0px;}
}

/* Product Box Silly Little Fix */
@media only screen and (min-width:479px) and (max-width:600px), only screen and (min-device-width:479px) and (max-device-width:600px){
    address.copyright {height:auto; line-height:19px; margin:10px 0px;}
    #product_info_box .add-to-box {background:none; border:none; padding:0px;}
    #product_info_box {padding:10px 5px 0px 5px !important;}
    .product-view .product-shop .regular-price .price {font-size:25px;}
}

/*Trade for specific width fix */
@media only screen and (min-width: 769px) and (max-width: 993px), only screen and (min-device-width: 769px) and (max-device-width: 993px) and (orientation : portrait) {
    #trade-form-container{width:685px;}
    #bhtrade .trade_right {width:25%;}
}

/* iCart Mobile */
@media only screen and (max-width: 500px) and (min-width: 320px), only screen and (max-device-width: 500px) and (min-device-width:320px) {
    div#MB_window[id] {position:static;}
    div#MB_window {max-width: 500px; left: auto !important; width: 100% !important;}
    div#MB_content h3.product-name {width:auto; float:none; left:14px; right:auto; padding:0 10px 0 0 ;}
    div#MB_window .box-up-sell li {width:97%;}
    div#MB_window .products-grid .product-name {padding:0px !important;}
    div#MB_window .product-name {font-size:12px !important; font-weight: bold !important;}
    div#MB_window .box-up-sell .price-box {margin:10px 0px !important;}
    div#MB_window  .products-grid .product-name {min-height: 0;}
    div#MB_window .products-grid .price-box {height:auto !important;}
}
@media only screen and (max-width: 400px) and (min-width: 320px), only screen and (max-device-width: 338px) and (min-device-width:320px) {
    .icart-collaterals .crosssell li.item {height:auto !important;}
    div#MB_content .product-shop button.button {position: static; margin: 0px 0px 0px 89px; clear:both;}
    div#MB_window .box-up-sell .incvat {margin: 7px 0 0 5px;}
}



/* Basket changes */
@media only screen and (max-width: 768px) and (min-width: 595px), only screen and (max-device-width: 768px) and (min-device-width: 595px) and (orientation : portrait) {
.cart-table tr {display: inline-block; width:100%;}
body.checkout-cart-index #shopping-cart-table {display: inline-block; margin: 10px 5% 15px;}
body.checkout-cart-index #shopping-cart-table td {padding: 20px 10px;}
table#shopping-cart-table td {display: block; float: left; width: 10%;}
table#shopping-cart-table td.product_name {width: 30% !important; margin: 20px 0 0 0;}
table#shopping-cart-table td.sub_total {margin: 20px 4% 0 0;}
table#shopping-cart-table td.a-center {width: 7% !important; margin: 20px 0 0 0;}
table#shopping-cart-table td.product_name:before, table#shopping-cart-table td.qty:before, table#shopping-cart-table td.remove:before, table#shopping-cart-table td.sub_total:before, table#shopping-cart-table td.remove:before {font-size: 13px !important;}
/* Amazon Fixes */
.cart .title-buttons .checkout-types li {float:none !important; display:inline-block;}
.cart .title-buttons .checkout-types li #payButtonWidgetTop {display:inline;float:none !important;}


}



@media only screen and (max-width: 595px), only screen and (max-device-width: 595px) {
table#shopping-cart-table td.sub_total {width: 20%; float: left;}
table#shopping-cart-table td.a-center {width: 7%; float: left;}
table#shopping-cart-table td.qty {width: 16%; float: left;}
.cart-table tr {border: 1px solid #cfcfcf; border-width: 0 1px 1px 1px; float: left; padding: 0 0 5% 0; width:100%;}
.cart tr.last {margin: 0px 0px 5px 0px;}
.data-table tbody tr:nth-child(2n), .data-table tr.even {background: #fff;}
}

@media only screen and (min-width: 240px) and (max-width: 480px), only screen and (min-device-width: 240px) and (max-device-width: 480px) and (orientation : portrait) {
    table#shopping-cart-table td.qty{margin-left:-4%;}
}

@media only screen and (max-width: 768px) {
    .electric_related a {width: 80% !important;}
    #electric_related_icon {
        height: 26px !important;
        width: 20px;
        background-image: url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/sprites.gif);
        background-position: -983px -39px;
        margin: 0 !important;
        float: left;
    }
}
@media only screen and (max-width: 480px) {
    .electric_related {width: 100%; float: left;}
    .electric_related a {width: auto !important; margin: 0 0 0 10px;}
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    /* Filters For Responsive */
    .filters { text-align: left; font-size: 16px;padding: 0 10px;}
    .filters .block-layered-nav {background: none;border-bottom: none;margin:0;padding: 0 0 10px;}
    .filters .block-layered-nav .block-title {padding:0;}
    .filters .block-layered-nav .block-title h2 {font-size: 18px;color: #111;}
    .filters .block-layered-nav .block-subtitle {display: none;}
    .filters .block-layered-nav .block-content {padding: 0;}
    .filters .block-layered-nav dl {padding: 0;}
    .filters .block-layered-nav dt {margin: 0;font-weight: bold;padding: 10px 0 10px 18px;font-size: 14px;color: #222;background: #efefef;}
    .filters .block-layered-nav dt:first-child {border-top:none;}
    .filters .block-layered-nav dd {margin: 0;color: #666;}
    .filters .block-layered-nav dd.last {margin: 0;}
    .filters .block-layered-nav dd li {border-top: 1px solid #eae6e3;padding: 15px 10px 15px 18px;margin: 0;}
    .filters .block-layered-nav dd a {color: #222;text-decoration: none;}
    .filters .block-layered-nav dd a:hover {text-decoration: underline;}
    .filters .block-layered-nav .currently {border: 1px solid #d1d1d1;border-width: 1px 0;padding: 10px 10px 10px 17px;margin-bottom: -1px;background: #ffffff url(https://www.bestheating.ie/skin/frontend/enterprise/bestheating/images/bkg_currently.gif) repeat-x 0 -20px;}
    .filters .block-layered-nav .currently .block-subtitle {display: block;margin-bottom: 5px;}
    .filters .block-layered-nav .currently li {padding: 5px 26px 5px 0;color: #444;position: relative;z-index: 1;}
    .filters .block-layered-nav .currently li .btn-remove {position: absolute;right: -7px;top: 4px;}
    .filters .block-layered-nav .currently li .btn-previous {position: absolute;right: 12px;top: 4px;}
    .filters .block-layered-nav .currently .label {font-weight: bold;color: #d33911;font-size: 12px;display: inline-block;}
    .filters .block-layered-nav .currently .value {display: inline-block;}
    .filters .block-layered-nav .actions {text-align: right;padding: 5px 7px;margin: 1px 0 -1px;background: #ffffff;border-bottom: 1px solid #d1d1d1;}
    .filters .block-layered-nav .actions a {float: none;}
    .filters .block-viewed {border-top: 1px solid #cecece;margin: 10px 0 0px;padding: 10px 0 0px;}
    /* Block: Layered Navigation New After Accordion Menu */
    .filters .block-layered-nav dt {border: 1px solid #cfcfcf;border-width: 1px 0 0 0;}
    .filters .block-layered-nav dt a {text-decoration: none;}
    .filters .block {background: none;}
    .filters .block .block-title {padding: 0;}
    .filters .block .block-title strong {display: block;font: 14px/1.25 Helvetica, Arial, sans-serif;background: #8097a4;padding: 7px 10px 5px 19px;font-weight: bold;letter-spacing: -0.4px;color: #fff;margin: 0 0 0 -17px;width: 175px;position:relative;  }
    .filters .block .block-title strong span {font-family: bebas, helvetica, arial, verdana, sans-serif;font-size: 1.4em;font-weight: normal;color: #fff;letter-spacing: 0px;}
    .filters .block .block-title strong small {font-size: 15px;color: #efefef;}
    .filters .block h3 {font-size: 1em;font-weight: bold;color: #555;}
    .filters .block .block-content { color: #555; background:#fff;}
    .filters .block dl#narrow-by-list {padding:15px;border: 1px solid #cccccc;border-top:none;display:none;}
    .filters .block .btn-remove {color: #222;margin-right: 3px;}
    .filters .block .btn-remove a {color: #222 !important;text-decoration: none !important;}
    .filters .block .actions {margin: 8px 0 0;text-align: right;}
    .filters .block .actions a {float: left;color: #999;margin-top: 3px;}
    .filters .block .actions button.button {float: right;}
    .filter_link {margin: 0 0 0 -18px;}
    .filters .block .block-title strong {margin: 0;padding: 10px 0;width: 100%;cursor:pointer;}
    .filters .block .block-title strong span {padding-left: 30px !important;}
    .filters .block .block-title strong span:after {border-color: transparent white;border-style: solid none solid solid;border-width: 4px medium 4px 4px;content: "";display: block;height: 0;margin-top: -5px;position: absolute;left: 10px;top: 50%;width: 0;}
    .filters .block .block-title.active strong span:after {border-color: #fff transparent;border-style: solid solid none;border-width: 4px 4px medium;content: "";display: block;height: 0;left: 10px;margin-top: -3px;position: absolute;top: 50%;width: 0;}
    /* Filters For Responsive */
}







