.content-block {
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 80px;
}
.content-block > * {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.content-block.no-gutter {
padding: 0;
}
.content-block .block-heading {
width: 100%;
text-align: center;
margin-top: 0;
margin-bottom: 40px;
}
.content-block ol {
margin-left: 0;
padding-left: 1.5em;
}
.content-block ul {
margin-left: 0;
list-style-type: unset;
padding-left: 2em;
}
.content-block.full-width > * {
padding: 0;
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
div mark {
background: none;
color: inherit;
font: inherit;
padding: 0;
margin: 0;
}
figure {
margin: 0;
margin-inline-start: 0;
margin-inline-end: 0;
}
fieldset {
margin: 0;
padding: 0;
}
div label {
font-weight: normal;
font-size: 1em;
}
div input[type=text],
div input[type=checkbox],
div input[type=password],
div input[type=email],
div input[type=search],
div select,
div textarea {
width: 100%;
padding: 11px 15px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 20px;
resize: vertical;
font-size: 16px;
color: #576166;
vertical-align: middle;
}
div input[type=checkbox] {
padding: initial;
}
input[type=search]::-webkit-search-cancel-button {
display: none;
}
div button,
div input[type=submit]:not(.loading):hover ,
a.button:not(.loading):hover {
background:#BDD6F1;
color: #fff;
}
div button,
div input[type=submit],
a.button {
transition: background 0.2s;
position: relative;
display: inline-block;
font: 16px Roboto, Sans-serif;
cursor: pointer;
background: #A1C2E5;
color: #fff;
text-align: center;
text-transform: uppercase;
padding: 16px 30px;
border: none;
box-sizing: border-box;
}
a.button:visited {
color: #fff;
}
div button[disabled],
div a.button.disabled {
opacity: 0.5;
cursor: default;
}
.loading-spinner {
position: relative;
}
button.loading::before,
a.button.loading::before,
input[type=submit].loading::before,
.show-loading::before,
.loading-spinner {
content: '';
border: 3px solid #fff;
border-top: 3px solid #A1C2E5;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 20px;
height: 20px;
-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;
}
a.button:hover {
color: #fff;
}
.loading-spinner {
border-color: #A1C2E5;
border-top-color: #fff;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
a.button.loading,
button.loading,
input[type=submit].loading {
color: rgba(0, 0, 0, 0) !important;
}
div select,
select {
position: relative;
font: 16px Roboto, Sans-serif;
cursor:pointer;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
background: url('https://images.zeald.com/site/davebell/images//basic_theme/ui_sprites.svg') no-repeat right -78px;
height: auto;
box-sizing: border-box;
padding-right: 45px;
}
div select:focus,
select:focus,
select:active,
button:focus,
button:active {
outline: 0;
-moz-outline-style: none;
}
.drop-select {
position: relative;
display: inline-block;
}
.drop-select button {
position: relative;
border: none;
width: 100%;
color: #000;
text-transform: uppercase;
border: solid 1px #666;
cursor: pointer;
transition: background .3s ease;
text-align: left;
padding: 8px 30px 8px 10px;
background: #fff;
}
.drop-select button::before {
content: '';
position: absolute;
right: 8px;
top: 0;
bottom: 0;
width: 20px;
height: 6px;
margin: auto;
background: url(https://images.zeald.com/site/davebell/images/basic_theme/ui_sprites.svg) no-repeat 0 0;
}
.drop-select button:hover {
background-color: #f6f6f6;
transition: background .3s ease;
}
.drop-select ul {
visibility: hidden;
padding: 0;
list-style: none;
box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.2);
background: #fff;
position: absolute;
left: 0;
margin-top: 2px;
top: calc(100% - 2px);
min-width: 100%;
max-height: 300px;
overflow: auto;
z-index: 99999;
}
.drop-select li {
background: #fff;
padding: 8px 15px 8px 15px;
box-sizing: border-box;
cursor: pointer;
transition: background .2s ease;
white-space: nowrap;
margin: 0;
}
.drop-select li:hover {
background: #f6f6f6;
transition: background .2s ease;
}
.overlays .pop-overlay {
display: none;
}
.overlays .pop-overlay-inner {
display: block !important;
width: 0;
display: none;
height: 100vh;
background: #fff;
position: fixed;
top: 0;
z-index: 2000;
overflow: hidden;
}
.overlays .pop-overlay-inner.pop-left {
left: 0;
transition: width 0.3s ease;
}
.overlays .pop-overlay-inner.pop-right {
right: 0;
transition: width 0.3s ease;
}
.overlays .pop-overlay-inner.pop-center {
opacity: 0;
transition: opacity 0.3s ease;
}
body.pop-overlay-left,
body.pop-overlay-right,
body.pop-overlay-center {
overflow: hidden;
}
body.pop-overlay .overlays .pop-overlay,
body.pop-overlay-left .overlays .pop-overlay,
body.pop-overlay-right .overlays .pop-overlay,
body.pop-overlay-center .overlays .pop-overlay {
display: block !important;
position: fixed;
top: 0;
left: 0;
width: 100vw;
min-height: 100vh;
padding: 0;
background: #000;
opacity: 0.7;
z-index: 1999;
}
body.pop-overlay-left .overlays .pop-overlay-inner.pop-left,
body.pop-overlay-right .overlays .pop-overlay-inner.pop-right {
transition: width 0.3s ease;
width: 90vw;
}
body.pop-overlay-center .overlays .pop-overlay-inner.pop-center {
transition: opacity 0.3s ease;
opacity: 1;
width: 50vw;
height: 50vw;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.overlays .pop-overlay-inner .close {
position: absolute;
top: 0px;
right: 0px;
display: block;
text-indent: -100vw;
overflow: hidden;
width: 30px;
height: 30px;
padding: 0;
background: none;
z-index: 3000;
}
.overlays .pop-overlay-inner .close::before {
content: '';
display: block;
width: 12px;
height: 12px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background: url('https://images.zeald.com/site/davebell/images//basic_theme/ui_sprites.svg') no-repeat 0 -560px;
}
div .validation input:focus,
div .validation select:focus,
div .validation textarea:focus,
div .validation datalist:focus {
outline: unset;
}
div .validation input.error,
div .validation select.error,
div .validation textarea.error,
div .validation datalist.error,
div .validation div.error,
div .validation ul.error {
border: solid 1px #ff5023 !important;
margin-bottom: 20px !important;
}
.validation label {
display: block;
position: relative;
}
.validation input.error {
font-weight: initial;
color: initial;
}
div .validation aside.error,
div .validation aside.help {
position: absolute;
margin: 0px;
bottom: 4px;
left: 0px;
display: none;
font-size: 13px;
font-weight: normal;
line-height: 100%;
margin: 5px 1px 0px;
color: #888;
}
div .validation aside.help.error {
color: #ff5023;
}
.component_Membership_EditAccount .form .form_heading .fheading ,
.component_Membership_NewAccount .form .form_heading .fheading {
border-top: none;
padding: 0;
padding-bottom: 22px;
}
.component_Membership_EditAccount .form .flabel,
.component_Membership_NewAccount .form .flabel {
vertical-align: text-top;
width: 13%;
}
.component_Membership_EditAccount .form input[type=text],
.component_Membership_EditAccount .form select,
.component_Membership_EditAccount .form textarea,
.component_Membership_NewAccount .form input[type=password],
.component_Membership_NewAccount .form input[type=text],
.component_Membership_NewAccount .form select,
.component_Membership_NewAccount .form textarea {
margin-top: 2px;
margin-bottom: 10px;
max-width: 38%;
}
table#form_323_table table tbody tr>td:first-child,
table#form_322_table table tbody tr>td:first-child {
width: 20px;
}
table#form_323_table td input[type=checkbox] {
margin: 0;
}
table#form_322_table table tbody tr>td input{
margin: 0px;
}
td.left-td {
vertical-align: top;
padding-top: 17px;
}
td.right-td .help.error {
margin: 1px;
}
td.right-td input {
margin-bottom: 10px;
}
form.change-password > p {
margin: 0;
margin-bottom: 5px;
}
.change-password input[type=password] {
margin-bottom: 10px;
}
.crumbs, .crumbs a {
color: #8e8e93;
font-weight: 500;
}
.crumbs a + a::before {
content: " / ";
display: inline;
}
.crumbs a:last-child {
color: #555555;
}
button.add-favourite {
display: block;
text-indent: 100%;
white-space:nowrap;
overflow: hidden;
padding: 0;
border: none;
}
button.add-favourite::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: block;
}
button.add-favourite {
width: 44px;
height: 44px;
background: #eee;
border-radius: 50%;
z-index: 10;
}
button.add-favourite::before {
width: 19px;
height: 16px;
background: url(https://images.zeald.com/site/davebell/images/basic_theme/ui_sprites.svg) no-repeat 0 -440px;
}
button.add-favourite:hover::before,
button.add-favourite.selected::before {
background-position-y: -470px;
}
.catlist h2 {
font-size: 2em;
font-weight: initial;
}
.flush {
padding:0px !important;
}
.tablerow {
display:table;
width:100%;
height:100%;
}
.tablecell {
display:table-cell;
width:100%;
height:100%;
vertical-align:middle;
}
.nowrap {
white-space:nowrap;
}
.radio-inline {
color: #979797;
font-size: 16px;
line-height: 29px;
padding-left: 23px;
}
.radio-inline.lt {
margin-bottom: 20px;
}
.radio-inline+.radio-inline,
.radio-inline+.radio-inline {
margin-top: 0;
margin-left: 0px;
}
.radio-inline input[type="radio"] {
margin-left: -22px;
margin-top: 7px;
outline: none;
}
.radiofield {
-webkit-appearance: none;
background: none;
border: 1px solid #8E8E93;
width: 13px;
height: 13px;
position: relative;
outline: none;
border-radius: 50%;
}
.radiofield:before {
content: '';
background: none;
position: absolute;
top: 3px;
left: 3px;
width: 5px;
height: 5px;
outline: none;
border-radius: 50%;
}
.radiofield:checked:before {
background: #5C5C5C;
border-radius: 50%;
}
.input-group-btn>.btn {
padding: 0px;
width: 17px;
line-height: 39px;
border: 1px solid #C8C8CD;
border-radius: 3px !important;
display: inline-block;
vertical-align: middle;
}
.form-control.input-number {
padding: 0px;
width: 35px;
line-height: 41px;
height: 41px;
padding: 0px;
text-align: center;
border: 1px solid #C8C8CD;
border-radius: 3px !important;
display: inline-block;
vertical-align: middle;
margin: 0px 5px;
}
.btn-default:hover,
.btn-default:focus {
background: none;
}
.radio-inline {
color: #979797;
font-size: 16px;
line-height: 29px;
padding-left: 23px;
}
.btn-default:hover,
.btn-default:focus {
background: none;
}
body {
overflow-x: hidden;
}
@media screen and (max-width: 740px) {
body {
overflow-x: auto;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; }
.form .flabel {
width: 100%;
}
}
@media screen and (max-width: 740px) {
body {
overflow-x: auto;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; }
.component_Membership_EditAccount .form .flabel,
.component_Membership_NewAccount .form .flabel {
width: 100%;
}
.form .flabel {
width: 100%;
}
.component_Membership_EditAccount .form input[type=text],
.component_Membership_EditAccount .form select,
.component_Membership_EditAccount .form textarea,
.component_Membership_NewAccount .form input[type=password],
.component_Membership_NewAccount .form input[type=text],
.component_Membership_NewAccount .form select,
.component_Membership_NewAccount .form textarea {
max-width: 100%;
}
}
@media all {
option { padding-left:0.4em; } select { padding:1px; }
* html body * { overflow:visible; }
body {
font-size:100%;
background:#fff;
color:#000;
text-align:left; }
div:target { outline:0 none; }
article,aside,details,figcaption,figure,
footer,header,hgroup,nav,section {
display:block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset, img { border:0 solid; }
ul, ol, dl { margin:0 0 1em 1em; } li {
line-height:1.5em;
margin-left:0.8em; }
dt { font-weight:bold; }
dd { margin:0 0 1em 0.8em; } blockquote { margin:0 0 1em 0.8em; } q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content:none }
.ym-clearfix:before {
content:"";
display:table;
}
.ym-clearfix:after {
clear:both;
content:".";
display:block;
font-size:0;
height:0;
visibility:hidden;
}
.ym-contain-dt { display:table; width: 100%; overflow: visible; }
.ym-contain-oh { overflow:hidden; width:100%; display:block; }
.ym-contain-fl { float:left; width:100%; }
.ym-skip,
.ym-hideme,
.ym-print {
position:absolute;
top:-32768px;
left:-32768px; }
.ym-skip:focus,
.ym-skip:active {
position:static;
top:0;
left:0;
}
.ym-skiplinks {
position:absolute;
top:0px;
left:-32768px;
z-index:1000;
width:100%;
margin:0;
padding:0;
list-style-type:none;
}
.ym-skiplinks .ym-skip:focus,
.ym-skiplinks .ym-skip:active {
left:32768px;
outline:0 none;
position:absolute;
width:100%;
}
}
@media screen, projection {
.ym-column { display:table; width:100%; }
.ym-col1 { float:left; width:20%; }
.ym-col2 { float:right; width:20%; }
.ym-col3 { width:auto; margin:0 20%; }
.ym-cbox { padding: 0 10px }
.ym-cbox-left { padding: 0 10px 0 0 }
.ym-cbox-right { padding: 0 0 0 10px }
.ym-ie-clearing { display:none; }
.ym-grid {
display:table;
width:100%;
table-layout:fixed;
list-style-type: none;
padding-left:0;
padding-right:0;
margin-left:0;
margin-right:0;
}
.ym-gl { float:left; margin: 0; }
.ym-gr { float:right; margin: 0 0 0 -5px; }
.ym-g20 { width:20%; }
.ym-g40 { width:40%; }
.ym-g60 { width:60%; }
.ym-g80 { width:80%; }
.ym-g25 { width:25%; }
.ym-g33 { width:33.333%; }
.ym-g50 { width:50%; }
.ym-g66 { width:66.666%; }
.ym-g75 { width:75%; }
.ym-g38 { width:38.2%; }
.ym-g62 { width:61.8%; }
.ym-gbox { padding: 0 10px }
.ym-gbox-left { padding: 0 10px 0 0 }
.ym-gbox-right { padding: 0 0 0 10px }
.ym-equalize > [class*="ym-g"] {
display:table-cell;
float:none;
margin:0;
vertical-align:top;
}
}
@media all {
.ym-form,
.ym-form fieldset { overflow:hidden; }
.ym-form div { position:relative; }
.ym-form label,
.ym-form .ym-message {
position:relative;
display:block; }
.ym-form .ym-fbox-check label {
display:inline;
}
.ym-form input,
.ym-form textarea { cursor:text; }
.ym-form input[type="checkbox"],
.ym-form input[type="radio"],
.ym-form select,
.ym-form label { cursor:pointer; }
.ym-form textarea { overflow: auto; }
.ym-form input[type=hidden] { display:none !important; }
.ym-form .ym-fbox-text:before,
.ym-form .ym-fbox-select:before,
.ym-form .ym-fbox-check:before,
.ym-form .ym-fbox-button:before {
content:"";
display:table;
}
.ym-form .ym-fbox-text:after,
.ym-form .ym-fbox-select:after,
.ym-form .ym-fbox-check:after,
.ym-form .ym-fbox-button:after {
clear:both;
content:".";
display:block;
font-size:0;
height:0;
visibility:hidden;
}
.ym-form select,
.ym-form input,
.ym-form textarea {
display:block;
position:relative;
width:58.5%;
}
.ym-form .ym-fbox-check input {
display: inline;
width: auto;
}
.ym-form .ym-fbox-button input {
display: inline;
overflow:visible; width:auto;
}
.ym-form .ym-fbox-check input:focus,
.ym-form .ym-fbox-check input:hover,
.ym-form .ym-fbox-check input:active {
border:0 none;
}
.ym-full .ym-fbox-select select,
.ym-full .ym-fbox-text input,
.ym-full .ym-fbox-text textarea {
width:94.2%;
margin-right: -3px;
}
.ym-columnar .ym-fbox-text label,
.ym-columnar .ym-fbox-select label {
display:inline;
float:left;
width:30%; }
.ym-columnar .ym-fbox-check {
position:relative;
}
.ym-label { display:block; }
.ym-columnar .ym-fbox-check .ym-label {
position:absolute;
top:0;
}
.ym-columnar .ym-fbox-check input,
.ym-columnar .ym-error .ym-message {
margin-left:30%;
}
.ym-columnar fieldset .ym-fbox-button,
fieldset.ym-columnar .ym-fbox-button {
padding-left:30%;
}
.ym-columnar .ym-fbox-select select,
.ym-columnar .ym-fbox-text input,
.ym-columnar .ym-fbox-text textarea {
float:left;
width:67.2%;
margin-right: -3px;
}
.ym-fbox-select select { width:60%; }
.ym-full .ym-fbox-select select { width:94.8%; }
.ym-columnar .ym-fbox-select select { width:68.8%; }
}
@media print {
.ym-grid > .ym-gl,
.ym-grid > .ym-gr {
overflow:visible;
display:table;
}
.ym-print {
position:static;
left:0;
}
.ym-noprint {
display:none !important;
}
}

p {
margin: 1em 0;
}
.col_left {
vertical-align:top;
width:140px;
padding:0; }
.col_right {
vertical-align:top;
width:175px;
padding:0; }
.document {
width: 1280px;
text-align: left;
clear:both;
}
.ym-wrapper {
width: 1280px;
margin: auto;
}
.ym-gbox { padding: 10px; }
.ym-gz-l {
width: 100px;
}
@media screen and ( max-width: 740px ) { * {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.table_layout > tr > td, .table_layout > tbody > tr > td {
display: block;
width: 100% !important;
}
[class*="ym-g"] {
display: block !important;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.document.ym-wrapper {
display: box !important;
display: -moz-box !important;
display: -webkit-box !important;
box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
text-align: left;
}
.content {
moz-box-ordinal-group: 1 !important; -webkit-box-ordinal-group:1 !important; box-ordinal-group:1 !important;
}
.col_right {
moz-box-ordinal-group: 2 !important; -webkit-box-ordinal-group:2 !important; box-ordinal-group:2 !important;
}
.col_left {
moz-box-ordinal-group:3 !important; -webkit-box-ordinal-group:3 !important; box-ordinal-group:3 !important;
}
.linearize-level-2,
.linearize-level-2 > [class*="ym-g"] {
display: block;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"] {
overflow: hidden; padding: 0;
margin: 0;
}
}
@media screen and ( max-width: 1280px ) {
textarea, img, table, td, embed, object {
max-width: 99%;
height: auto !important;
}
.ym-wrapper, .header, .menu_bar, .prefooter, .footer {
width: 100% !important;
}
.wrapper, .innerwrap {
padding:0px !important;
width: 100% !important;
background: none !important;
color: #666 !important;
}
.linearize-level-1,
.linearize-level-1 > [class*="ym-g"] {
display: block;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
overflow: hidden; padding: 0;
margin: 0;
}
}
@media screen and ( max-width: 740px ) {
.linearize-level-2,
.linearize-level-2 > [class*="ym-g"] {
display: block;
float: none;
padding: 0;
margin: 0;
width: 100% !important;
}
.linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"] {
overflow: hidden; padding: 0;
margin: 0;
}
}
html {

}
body {
color: #656668;
background: #ffffff;
margin: 0; padding:0;
text-align:center; font-family: Roboto, Sans-serif;
font-size:16px;
line-height: 170%;
}
form {
margin: 0;
padding: 0;
}
p,td,div,h1,h2,h3,h4,h5,h6 {
font-family: Roboto, Sans-serif;
color: #656668;
line-height: 170%;
}
p,td {
line-height: 170%;
}
p {
font: 1em Roboto, Sans-serif;
color: #656668;
line-height: 170%;
}
th {
font-size:11px;
line-height: 170%;
}
h1 {
font: normal 48px 'Roboto', sans-serif;
color: #424242;
margin: 5px 0;
line-height: 170%;
}
h2 {
font: normal 42px 'Roboto', sans-serif;
color: #424242;
margin: 5px 0;
margin: 5px 0;
line-height: 170%;
}
h3 {
font: normal 38px 'Roboto', sans-serif;
color: #424242;
margin: 4px 0;
margin: 5px 0;
line-height: 170%;
}
h4 {
font: normal 30px 'Roboto', sans-serif;
color: #424242;
margin: 5px 0;
line-height: 170%;
}
h5 {
font: normal 24px 'Roboto', sans-serif;
color: #424242;
margin: 3px 0;
margin: 5px 0;
line-height: 170%;
}
h6 {
font: normal 18px 'Roboto', sans-serif;
color: #424242;
margin: 3px 0;
margin: 5px 0;
line-height: 170%;
}
a {
color:#A1C2E5;
text-decoration: none;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
text-decoration: none;
}
a:visited {
color: #c7dbf0;
}
a:active {
color: #BDD6F1;
text-decoration: none;
}
a:hover {
color: #BDD6F1;
text-decoration: none;
}
ul { list-style: square; padding-left: 20px; }
ul ul { padding-left:35px; }
a > img { border-style:none;}
a > img[border] { border-style:solid;}
hr, .hr {
clear:both;
display:block;
height:1px;
border:none;
border-top:solid 1px #dddddd;
margin:0.5em 0;
}
ul {
margin-left: 0;
}
input.zbtn, body input.zbtn {
border: none;	cursor:pointer; text-indent:-1000px;
}
input.btn, body div.wrapper a.btn, body div.wrapper a.btn:active, body div.wrapper a.btn:visited {

background: #A1C2E5 ;
color: #ffffff;
padding: 18px 30px;
text-transform: none;
text-decoration: none;
}
body div.wrapper a.btn {
padding-top: 2px;
padding-bottom: 2px;
}
input.btn:hover, body div.wrapper a.btn:hover {
background-color: #A1C2E5;
color: #ffffff;
text-decoration: none;
}
.component_ContentDisplay_Content ul li, .component_ProductDisplay_Product .full-description ul li, .component_ProductDisplay_ProductView ul li, .component_ProductDisplay_CatDesc ul li, .component_Misc_WebsiteTest ul li, .component_Membership_Login ul li, .plain_content ul li {
list-style-type: none;
background: url(/site/davebell/images/basic_theme/bullet.svg) no-repeat 0 9px;
padding-left: 15px;
}
.headerwrap {
width: 100%;
margin: 0 auto;
text-align:center;
}
.menuwrap {
width: 100%; text-align:center; }
.docwrap { width: 100%;
text-align:center;
}
.prefooterwrap {
width: 100%;
text-align:center;
}
.footerwrap {
width: 100%;
text-align:center;
}
.postmenuwrap {
width: 100%;
text-align:center;
}
.header {
width: 1280px;
text-align: left;
margin: 0 auto;
}
.postmenu {
width: 1280px;
text-align: left;
margin: 0 auto;
}
.menu_bar {
width: 1280px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
table.document {
width: 1280px;
text-align: left;
margin: 0 auto;
clear:both;
}
div.prefooter {
clear:both;
width: 1280px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
div.prefooter b, div.prefooter p, div.prefooter td, div.prefooter div {
color:#656668;
}
div.footer {
clear:both;
width: 1280px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
div.wrapper {
width: 100%;;
text-align:left; margin:0px auto;
}
.content_menubar {
display:block;
float:left;
clear:both;
width:100%;
}
.clear_both {
clear:both;
height:1px;
padding:0;
margin:0;
font-size:1px;
}
#extend_to_bottom {
clear:both;
height:1px;
padding:0;
margin:0;
font-size:1px;
}
div.content_left {
margin-right:px;
}
div.content_right{
margin-left: px;
}
td.col_left {
vertical-align:top;
width:140px;
padding:0; }
td.content {
vertical-align:top;
}
.content_leftonly {
vertical-align:top;
}
.content_noleft {
vertical-align:top;
padding:0;
margin:0;
}
td.col_right {
vertical-align:top;
width:175px;
padding:0; }
select, input {
font-size: 1em;
}
textarea {
font:11px Verdana, Arial, Sans-serif;
}
.error {
color: red;
font-weight: bold;
}
#pagetitle {
font-family:Verdana, Arial, Sans-serif;
font-size:1.5em;
font-weight:bold;
margin:0.67em 0 0.67em 0;
}
div.menu_bar .left {
float:left;
}
.break {
clear:both;
height:1px;
padding:0;
margin:0;
font-size:1px;
}
#main div.special{border-bottom:solid #8B4 1px;padding:10px 10px 20px;}
#main a.stitle{font-size:11px;font-weight:bold;color:#6A3;}
#special_img{width:130px;padding:5px;text-align:center;background:#FFF;}
#prod_img{float:left;}
#contentfoot{background:#FFF;}
input.txt,textarea.txt{border:solid #333 1px;padding:2px;}
.alr{text-align:right;}
h2 img, h2 span{vertical-align:middle;}
#submenu {
font-family:Verdana, Arial, Sans-serif;
background-color:#ffffff;
border:1px solid #cbbd8d;
padding:10px 10px 15px 10px;
margin-bottom:10px;
}
@media print {
.component_ContentDisplay_Content ul li, .component_ProductDisplay_ProductView ul li, .component_ProductDisplay_CatDesc ul li, .component_Misc_WebsiteTest ul li, .component_Membership_Login ul li, .plain_content ul li {
list-style-type: disc;
background: none;
}
div.header, table.menu_bar, td.col_left, div.content_left, td.col_right, div.footer {
display:none;
}
div.content_main {
width: 90% ;
}
.no-print {
display:none;
}
}
.messagebox {
background:#dff6ae;
padding:20px;
margin:5px 0px;
display:block;
white-space: normal;
text-align:left;
position:relative;
border-radius: 4px;
}
.warningbox, .notice_warning {
background:#FEF9CF;
padding:20px;
margin:5px 0;
display:block;
white-space: normal;
text-align:left;
position:relative;
border-radius: 4px;
}
.errorbox {
min-height:50px;
padding:20px 20px 20px 70px;
background:#FFD7D7 url('/interchange-5/en_US/ico_error.gif') no-repeat scroll 20px 50%;
margin:5px 0px;
display:block;
white-space: normal;
text-align:left;
position:relative;
border-radius: 4px;
}
.errorbox h1 { color: #DB0000;
}
.site-highlight {
background: #A1C2E5;
color: #FFFFFF;
font-weight: bold;
}
.site-subdued {
background: #F5F5F1;
}
.component_Template_Site {
margin: 0; margin: 0; padding: 8px 14px;  } #c72.component_Template_Site {
 } .plain_content {
height: 100%;
}
.component_ContentDisplay_Content {
margin: 0; margin: 0; padding: 8px 14px;  } #c429.component_ContentDisplay_Content {
padding: 0;  } #c429 .plain_content a{color: #00aeef;font-weight: 600;}#c429 .plain_content a > img{position:relative;top: -2px;margin-left: 5px;} #c687.component_ContentDisplay_Content {
padding: 0px;  } #c687 ul
{
margin-bottom: 0;
text-align: right;
padding-left: 0;
}
#c687 li
{
display: inline-block;
background: none;
padding: 0 10px;
}
#c687 li:first-child
{
padding-left: 0;
}
#c687 li:last-child
{
padding-right: 20px;
}
#c687 li a
{
color: #888888;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
}
@media screen and (max-width: 1024px) {
#c687 li {
padding: 0 4px;
}
#c687 ul
{
text-align:center;
}
#c687 li:last-child
{
padding-right: 4px;
}
} #c758.component_ContentDisplay_Content {
padding: 0;  } #c758 .plain_content {
text-align:right;
font-size: 13px;
}
#c758 .plain_content img
{
margin-left: 10px;
} #c762.component_ContentDisplay_Content {
padding: 0;  } #c763.component_ContentDisplay_Content {
padding: 0;  } #c765.component_ContentDisplay_Content {
padding: 0;  } #c765 ul{margin-bottom: 0;text-align: right;padding-left: 0;}#c765 li,#c765 li a{display: inline-block;background: none;padding: 0 15px;font-size: 14px;font-weight: 700;color: #888888;}#c765 li a{padding: 0;}#c765 li:nth-child(2) a{font-size: 16px;}#c765 li:first-child{padding-left: 0;}#c765 li:last-child{padding-right: 20px;}@media screen and (max-width: 1134px) {#c765 li{padding: 0 5px;}}@media screen and (max-width: 1024px) {#c765 ul {text-align: center;margin-bottom: 10px;max-width: 200px;margin: 0 auto 10px;}#c765 li {display: block;text-align: left;padding: 7px 0 0;}} #c1274.component_ContentDisplay_Content {
padding: 0;  } #c1274 .plain_content{text-align:center;}#c1274 .plain_content a {color: #888888;font-size: 12px;text-transform: uppercase;font-weight: 600;}#c1274 .plain_content a > img{margin-right: 5px;} #c1276.component_ContentDisplay_Content {
padding: 0;  } #c1284.component_ContentDisplay_Content {
padding: 0;  } #c1284 tr:first-child a{font-size: 24px;color:#fff;font-weight: 600;display: block;line-height: 1;margin-bottom: 15px;}#c1284 tr:last-child a{ color:#00aeef;} #c1286.component_ContentDisplay_Content {
padding: 0;  } #c1286 h4
{
color: #fff;
text-transform: uppercase;
line-height: 1.1;
}
#c1286 td
{
font-size: 20px;
color: #fff;
line-height: 1.1;
position:relative;
padding: 25px 0;
}
#c1286 tr td:first-child:after
{
width: 6px;
height: 74px;
position:absolute;
top: 0;
bottom: 0;
background: url('https://images.zeald.com/site/davebell/images/basic_theme/border-sa_03.jpg') no-repeat;
content: "";
right: 20px;
margin: auto;
}
@media screen and (max-width: 1266px) {
#c1286 tr td:first-child:after
{
display:none;
}
#c1286 .plain_content td {
display: block;
width: 100% !important;
}
#c1286 td {
padding: 5px 0;
text-align: center;
}
} #c1611.component_ContentDisplay_Content {
 } .content-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 20px;
}
.content-grid img {
width: 100%;
object-fit: cover;
}
.content-grid h3 {
font-size: 24px;
font-weight: 600;
line-height: 130%;
margin: 12px 0;
}
.content-grid a {
display: block;
margin: 0;
color: #A1C2E5;
line-height: 120%;
font-weight: 600;
}
.content-grid .content {
margin: 0 0 20px 0;
}
.content-grid figure,
.content-grid div,
.content-grid a {
margin: 9px 0;
}
.content-grid > *:first-child {
margin-top: 0;
}
.content-grid > *:last-child {
margin-bottom: 0;
}
.content-grid .icon-holder {
max-height: 100%;
height: auto;
}
.content-block .icon-holder .fal,
.content-block .icon-holder .fab,
.content-block .icon-holder .far,
.content-block .icon-holder .fad,
.content-block .icon-holder .fas {
color: #A1C2E5;
}
.component_ContentBlock_ContentGrid {
margin: 0; margin: 0; padding: 8px 14px;  } #c1614.component_ContentBlock_ContentGrid {
 } #c1616.component_ContentBlock_ContentGrid {
 } html {
scroll-behavior: smooth;
}
body * {
box-sizing: border-box;
}
ul {
margin-left: 0;
list-style: none;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
line-height: normal;
}
p,
td,
div {
color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: inherit;
}
.text-center {
text-align: center;
}
ul li {
margin-left: 0;
}
div p {
margin-top: 0;
}
.docwrap {
padding: 0 0 0 40px;
}
.body .docwrap,
.content-page .docwrap,
.ecom-category .docwrap,
.ecom-checkout .docwrap,
.ecom-cart .docwrap {
padding-left: 20px;
padding-right: 20px;
}
.ecom-products .docwrap {
padding: 0;
}
body.pop-overlay-center.pop-overlay-login div .checkout .login .login-form,
body.pop-overlay-center.pop-overlay-login div .pop-overlay-inner.pop-center {
width: 100%;
max-width: 400px;
padding-left: 20px;
padding-right: 20px;
}
body.pop-overlay-center.pop-overlay-popup-login .overlays .pop-overlay-inner.pop-center {
z-index: 1;
}
body.pop-overlay-center .popup-login .close-modal::before {
content: 'X';
color: #424242;
text-indent: 0;
font-weight: bold;
position: absolute;
top: 0;
left: 5px;
}
#popup-wrapper .right-side {
background-color: #ffffff;
}
.right-side .login-form a::before {
display: none;
}
img,
iframe {
vertical-align: middle;
}
textarea,
table,
td,
embed,
object,
img {
max-width: 100%;
}
.ym-wrapper,
.menu_bar,
div.prefooter,
.__container {
width: 100%;
margin: 0 auto;
position: relative;
max-width: 1280px;
}
.footerwrap {
text-align: left;
}
table.table_layout td.ltc {
float: none !important;
}
.component_ContentDisplay_PageTitle h1 {
padding: 30px 20px;
}
.site-header * {
box-sizing: border-box;
}
.header-hamburger {
display: none;
}
.component_Misc_SiteMap ul li {
background: url(/site/davebell/images/basic_theme/bullet.svg) no-repeat 0 9px;
padding-left: 13px;
}
.component_Misc_SiteMap a+ul {
margin-top: 21px;
}
div.breadcrumb {
background-color: transparent;
padding-bottom: 20px;
padding-top: 30px;
}
.footer-top div,
.footer-top p,
.footer-top b,
.footer-top td {
color: #666;
}
div div.menu li {
display: inline-block;
float: none;
margin: 0;
}
div.menu li a:hover,
div.menu li a:visited,
div.menu li a:active,
div div.menu li a {
font-weight: 300;
font-size: 13px;
line-height: normal;
color: #888888;
border: 0;
padding-left: 0;
padding-right: 10px;
padding-bottom: 4px;
}
div .copyright {
text-align: left;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 19px;
color: #8E8E93;
font-family: 'Open Sans', sans-serif;
}
.hamburger-menu ul li {
border-bottom: solid 1px #ccc;
}
.hamburger-menu ul li a {
color: #6D6E71;
font-weight: 400;
}
div input[type=text],
div input[type=checkbox],
div input[type=password],
div input[type=email],
div input[type=search],
div input[type=number],
div select,
div textarea,
div .enquiry textarea,
div .enquiry input[type=text] {
padding: 13px 15px;
background-color: #fff;
font-family: Roboto, Sans-serif;
}
.product form label {
font-weight: 300;
font-size: 16px;
line-height: 170%;
text-transform: capitalize;
}
div select {
padding-right: 40px;
height: 50px;
line-height: 1.6;
border: 1px solid #E5E5E5;
border-radius: 0;
color: #AAAAAA;
font-weight: 300;
font-size: 16px;
}
form.order input.qty {
border: 1px solid #E5E5E5;
border-radius: 0;
width: 41px;
height: 42px;
}
.component_Membership_Unsubscribe input[type="image"],
.component_Membership_Unsubscribe input[type="image"]+a {
display: inline-block;
vertical-align: middle;
}
div.wrapper {
overflow-x: hidden;
}
input.btn,
div input[type=submit],
a.button,
body div.wrapper .btn:not(.btn-number),
body div.wrapper .btn-default:not(.btn-number),
body div.wrapper a.btn,
.btn-default:visited,
input.btn,
div mark.stock-message,
div .enquiry .form button,
div .enquiry input.btn,
div .submission button#add-cart,
div .product-card.ordering .option-form .add-to-cart,
div .add-to-cart,
div .enquire-now,
div .product-card.ordering .option-form .enquire-now,
div form button[type=submit] {
box-shadow: none;
display: inline-block;
transition: unset;
cursor: pointer;
margin: 3px 0;
color: #ffffff;
text-transform: uppercase;
padding: 18px 30px;
}
div.submission button#add-cart {
border: none;
font-weight: bold;
font-size: 16px;
}
div .btn-shop {
text-transform: none;
padding: 18px 30px;
color: #424242;
}
body.pop-overlay-cart .popup-cart {
background-color: #ffffff;
}
div .product-card.ordering .close,
.popup-cart button.delete-item,
.checkout .login button.link,
.checkout .coupon button,
div nav.hamburger button,
.search-form button[type=submit],
div .large-image button.next,
div .large-image button.previous,
body.pop-overlay-center.large-image #large-image .close,
.search-form input:not(:placeholder-shown)~button[type=reset],
body.pop-overlay-center.pop-overlay-login div .pop-overlay-inner.pop-center .close {
border: 0;
}
body.pop-overlay-cart .popup-cart button.close {
font-weight: 300;
font-size: 16px;
line-height: 170%;
color: #656668;
}
body.pop-overlay-cart .popup-cart button.close:hover {
background-color: #ffffff;
color: #656668;
}
div .popup-cart button.delete-item,
div nav.hamburger button {
padding: 0 !important;
}
div nav.hamburger button {
border-radius: 0;
}
div button:not(.z-toggle-cache):hover,
div input[type=submit]:not(.loading):hover,
a.button:not(.loading):hover {
background-color: #A1C2E5;
color: #ffffff;
}
body div.wrapper a.btn.btn-secondary {
color: #017F7E;
background-color: #fff;
}
body div.wrapper a.btn.btn-secondary:hover {
background: #128988;
color: #fff;
}
body div.wrapper a.btn.link-primary {
color: #F9A33F;
background: transparent;
padding: 0;
border: 0;
}
body div.wrapper a.btn.link-primary:after {
content: url(/site/davebell/images/basic_theme/primary-link.svg);
display: inline-block;
vertical-align: middle;
margin-left: 7px;
}
body div.wrapper a.btn.link-primary:hover {
color: #FCB561;
}
.search-form button[type=submit] {
box-shadow: none;
}
.component_Membership_LostPassword table td:first-child {
padding-right: 24px;
}
.component_Membership_LostPassword table tr:last-child td:first-child {
padding-right: 0;
}
div input[type=checkbox] {
width: auto;
vertical-align: middle;
display: inline-block;
margin: 10px;
padding: 0;
}
.menuwrap {
background: transparent;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
}
.content_tabs .ct_dropdown {
width: auto !important;
padding: 20px;
}
div .content_tabs {
float: none;
background: none;
line-height: auto;
}
div .content_tabs nav {
max-width: 1280px;
margin: 0 auto;
}
div .content_tabs ul li.tab>a {
line-height: normal;
height: 100%;
padding: 24px 17px;
box-sizing: border-box;
vertical-align: middle;
position: relative;
border: 0;
font-weight: 300;
}
div.content_tabs li.tab {
float: none;
text-align: center;
height: 100%;
background: none;
border: 0;
vertical-align: middle;
display: inline-block;
padding: 0;
}
div.content_tabs li.tab:first-child {
padding-left: 0;
}
div .content_tabs>nav>ul {
text-align: left;
}
div .content_tabs>nav>ul>li:first-child>a {
padding-left: 0 !important;
}
div .content_tabs>nav>ul>li>div {
text-align: left;
}
div .content_tabs .ct_dropdown .ct_dropdown_children a {
font: normal 15px Roboto;
color: #ffffff;
text-transform: uppercase; position: relative;
display: inline-block;
padding-right: 15px;
}
div .ct_dropdown_subcat li>a {
text-align: left;
}
div .ct_dropdown_subcat li {
padding: 2px 0 2px 18px !important;
}
div .content_tabs li.sel .ct_dropdown h3 a {
background-color: transparent;
}
.content_tabs li.tab .ct_dropdown_subcat h3 a {
font: normal 15px Roboto;
color: #ffffff;
text-transform: uppercase;
}
div .ct_dropdown_subcat li>a:hover,
div .ct_dropdown_subcat h3>a:hover,
div .content_tabs li.sel a:hover {
color: #E8B343;
background-color: transparent;
}
div .content_tabs .ct_dropdown .ct_dropdown_children a:hover,
div .content_tabs li.sel .ct_dropdown h3 a:hover {
color: #ffffff;
}
.ct_dropdown.ct_show > div {
clear: none !important;
}
.pop-overlay-hamburger .hamburger-menu {
background-color: #fff;
}
.has-ui-sprites {
position: relative;
display: inline-block;
padding-left: 20px;
}
.has-ui-sprites::before {
background-image: url("/site/davebell/images/basic_theme/ui_sprites.svg");
background-repeat: no-repeat;
background-size: auto;
content: "";
width: 10px;
height: 10px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.ui-sprites-login::before {
background-position: 0 -1130px;
width: 15px;
height: 15px;
}
div .hamburger-menu .favourites-link::before {
width: 21px;
height: 18px;
}
.search-form button[type=submit]::before,
.search-form button[type=reset] {
width: 18px;
height: 18px;
}
form.search-form input[type=search] {
box-sizing: border-box;
height: 50px;
}
.more-products progress+section {
display: grid;
grid-template-columns: max-content max-content;
justify-content: center;
align-items: center;
}
div button.load-next,
div .more-products .load-page button {
padding: 0 50px;
font-weight: bold;
font-size: 16px;
line-height: 155%;
text-align: center;
color: #656668;
margin: 0;
vertical-align: middle;
font-family: Roboto, Sans-serif;
}
div button.load-next:hover,
div .more-products .load-page button:hover {
color: #656668;
background-color: #ffffff;
}
div progress {
color: #F4F4F4;
margin-top: 15px;
}
div progress::-webkit-progress-value {
background: #F4F4F4;
}
div progress::-moz-progress-bar {
background: #F4F4F4;
}
div progress::-webkit-progress-value {
background: #A1C2E5;
}
div progress::-webkit-progress-bar {
background: #F4F4F4;
}
form[name="unsubscribe"] input[type=submit] {
margin: 3px 0;
}
.catview header.title.search p {
font-size: 18px;
color: #fff;
font-weight: 700;
}
div .catview {
margin: 0;
box-sizing: border-box;
}
div .filter-group h3 {
font: normal 18px 'Roboto', sans-serif;
color: #424242;
}
div .option-list h4 {
font: normal 18px 'Roboto', sans-serif;
}
div .filter-group li input[type=checkbox] {
top: 3px;
bottom: 0;
border-color: #E5E5E5;
width: 22px;
height: 22px;
border-radius: 5px;
}
div .filter-group li input:checked+span,
div .filter-group label span {
font-weight: 300;
font-size: 16px;
color: #656668;
}
div .product-card header .add-favourite {
background-color: transparent;
border: 1px solid #EEEEEE;
margin-left: 10px;
}
div .filter-group li input:checked+span {
font-weight: 300;
color: #A1C2E5;
}
div .filter-group label aside {
font-weight: 300;
font-size: 16px;
line-height: 100%;
color: #AAAAAA;
}
div .filter-group li input:checked+span+aside {
text-decoration: none;
font-weight: 300;
color: #A1C2E5;
}
div .filter-collection .filter-group {
border-color: #e1e1e1;
padding-bottom: 17px;
margin-bottom: 22px;
}
div .filter-group ul {
margin-top: 15px;
}
div .has-header-image .title h1 {
margin: 0;
position: relative;
z-index: 1;
align-items: center;
text-align: center;
color: #FFFFFF;
font-weight: 500;
font-size: 80px;
text-transform: uppercase;
}
div .has-header-image .title {
margin-bottom: 35px;
padding: 20px;
position: relative;
box-sizing: border-box;
min-height: 300px;
display: grid;
align-items: center
}
div .has-header-image .title:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.25);
}
div .catview header.title.search {
padding: 84px 20px;
min-height: 300px;
}
div .catview header.title.search p {
font-size: 18px;
color: #fff;
font-weight: 700;
z-index: 1;
position: relative;
}
div .more-products p {
font-weight: 300;
font-size: 16px;
line-height: 170%;
text-align: center;
color: #656668;
}
.product-card {
border: 2px solid #F4F4F4;
}
#product .image-main .feature {
background: #606060;
}
.product-card header .feature.long,
.product-card header mark.feature.feature-2 {
width: auto;
max-width: calc(100% - 64px);
line-height: 40px;
padding: 0 17px;
margin: 7px;
border-radius: 20px;
border-radius: 50% !important;
-webkit-border-radius: 50% !important;
background: #DF7141;
}
.product-card header mark.feature {
line-height: 1 !important;
font-size: calc(14px + (15 - 14) * (100vw - 400px) / (1920 - 400)) !important;
min-height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.product-card .price span {
font: 300 20px 'Roboto', sans-serif;
color: #656668;
}
div .product-card .original-price {
font: normal 18px 'Roboto', sans-serif;
}
div .product-card .original-price {
color: #AAAAAA;
}
div .product-card .item-title {
margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
}
div .product-card .item-title,
div .product-card .item-title a {
line-height: normal;
text-align: center;
font: normal 18px 'Roboto', sans-serif;
color: #424242;
}
div .product-card.adding .buy-now,
div .product-card:hover .buy-now,
div .product-card.adding .enquiry,
div .product-card:hover .enquiry,
div .product-card:hover .select-options,
div .product-card.ordering .option-form .add-to-cart,
div .product-card.ordering .option-form .enquire-now,
div .product-card.ordering .option-form .buy-now,
div .product-card.ordering .option-form .enquiry,
div .product-card.ordering .option-form .add-to-cart,
div .product-card .add-to-cart,
.product-card .enquire-now,
div .product-card .select-options,
div mark.stock-message {
opacity: 1;
background-image: none;
margin-bottom: 0;
margin-top: 0;
text-transform: uppercase;
font-weight: bold;
}
div .product-card .select-options {
padding: 18px 30px;
}
div .input-group-btn>.btn {
text-align: center;
}
div .product-card a img {
margin-top: 20px;
margin-bottom: 0px;
background: unset;
object-fit: contain;
max-width: 90%;
max-height: 90%;
}
div .product-card header {
background-color: transparent;
}
div .product-card.ordering .close {
z-index: 1;
border: 0;
}
div .product-card footer {
margin-bottom: 0;
padding-bottom: 10px;
}
div .option-form {
opacity: 1;
background-color: rgba(255, 255, 255, 0.9);
}
div mark.stock-message {
position: absolute;
left: 0;
bottom: 0;
display: block;
transition: display .3s ease;
opacity: 1;
width: 100%;
}
select.sort-by {
height: auto;
}
.product-card header mark.feature {
width: 55px !important;
height: 55px !important;
border-radius: 50%;
font-size: 12px !important;
line-height: 1.25 !important;
display: flex;
justify-content: center;
align-items: center;
}
.product-card header mark.feature.feature-1 {
background: #606060 !important;
}
.product-card header mark.feature.feature-2 {
background: #A1C2E5 !important;
}
@media screen and (max-width: 1300px) {
div .catview {
margin: 0;
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 920px) {
div .catview aside.no-filter+main .product-collection {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 740px) {
div .catview .product-card header {
margin-bottom: 0;
}
div .product-card .card-order {
position: static;
bottom: 0;
}
div .product-card .item-title {
margin-top: 65px;
}
div .has-header-image .title h1 {
font-size: 40px;
}
}
@media screen and (max-width: 640px) {
.header-contact a {
display: block;
text-align: right;
}
}
@media screen and (max-width: 568px) {
div .catview {
padding-left: 0;
padding-right: 0;
}
div .catview>section,
div .catview>section>main {
display: block;
width: 100%;
}
}
@media screen and (max-width: 480px) {
section.top-filters {
float: none;
}
section.sort {
margin-left: 0;
}
}
#image-slider .glide__slide img {
object-fit: contain !important;
}
div #product .summary h1 {
font: normal 42px 'Roboto', sans-serif;
}
#product .price span {
font-family: 'Roboto', Sans-serif;
color: #656668;
font-weight: 300;
font-size: 30px;
}
div .price mark#flat {
font-family: Roboto, Sans-serif;
color: #A1C2E5;
font-weight: 600;
font-size: 26px;
}
#product #laybuy-message span {
font-family: Roboto, Sans-serif;
font-size: 1em;
color: #656668;
}
div .price mark#flat {
color: #AAAAAA;
}
div .crumbs,
div .crumbs a {
color: #A1C2E5;
}
.crumbs a:last-child,
.crumbs a+a::before {
color: #656668;
}
div .catview {
padding-bottom: 60px;
}
div .catview .crumbs {
margin-bottom: 30px;
margin-top: 0;
}
div .product {
margin: 0;
}
div .product .order .add-favourite {
margin-top: 5px;
}
div #product .order .add-favourite {
margin-left: 10px;
padding: 0;
border-radius: 50% !important;
background-color: #ffffff;
border: 1px solid #EEEEEE;
}
div #product .image-main {
border: 0 solid #f4f4f4;
}
div .full-description h2 {
text-transform: none;
font: normal 42px 'Roboto', sans-serif;
}
div .full-description:not(.tabs) {
border-top: 1px solid #E1E1E1;
margin-top: 45px;
padding-top: 20px;
}
form.order .select-wrap {
display: block;
}
form.order {
grid-template-columns: max-content 1fr;
max-width: 400px;
}
div .large-image button.next,
div .large-image button.previous {
padding: 0 !important;
}
@media screen and (max-width: 1300px) {
div .product {
padding-left: 0;
padding-right: 0;
}
div .ym-wrapper .product {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@media only screen and (max-width: 1150px) {
div .catview.has-header-image .crumbs a {
color: #fff;
text-shadow: #000 0px 2px 8px;
}
}
div.component_ProductDisplay_CrossSellHorizontal {
padding: 30px 0 50px !important;
background: #E5E9EE;
}
section.product-collection {
grid-gap: 60px 20px;
}
section.product-collection.product-mini {
grid-template-columns: repeat(4, calc(25% - 16px));
gap: 30px;
padding-top: 35px;
}
div .cross-sell h3 {
font: normal 36px 'Roboto', sans-serif;
text-transform: capitalize;
margin-bottom: 10px;
margin-top: 10px;
position: relative;
padding-bottom: 20px;
padding-left: 0;
padding-right: 0;
}
.cross-sell h3:before {
width: 63px;
height: 3px;
background-color: #424242;
content: "";
position: absolute;
bottom: 0;
}
section.cross-sell {
max-width: 1280px;
margin: 0 auto;
}
div .row {
margin-right: 0;
margin-left: 0;
}
div #shop-cart .border input[type="submit"] {
width: auto;
padding: 0 !important;
}
div #shop-cart {
padding: 250px 0 150px;
}
div #shop-cart .border {
padding-top: 0;
padding-bottom: 0;
}
div #shop-cart .border input.coupon {
width: auto;
padding-left: 50px;
padding-right: 0;
height: auto;
display: inline;
}
.input-group-btn button {
padding: 0 !important;
margin: 0;
}
#shop-cart .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
padding: 0;
}
#shop-cart .container {
padding-left: 0;
padding-right: 0;
}
@media screen and (max-width: 900px) {
#cart-content>div {
display: block;
float: none;
width: 100% !important;
}
#shop-cart .bg-grey {
margin-top: 50px;
}
}
@media (min-width: 768px) {
#shop-cart .container {
width: 100%;
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 767px) {
div #shop-cart .border input[type="submit"] {
margin-top: 12px;
}
}
@media only screen and (max-width: 749px) {
div a.delete-item {
right: -31px;
}
#shop-cart .container {
padding-right: 0;
padding-left: 0;
}
}
@media screen and (max-width: 464px) {
div #shop-cart .border input[type="submit"] {
margin-top: -34px;
}
.product-title a:not(.delete-item) {
padding-right: 18px;
display: inline-block;
}
div button.load-next,
div .more-products .load-page button {
padding: 0 35px;
}
}
.component_OrderProcess_Checkout3 article.checkout {
margin-left: 0;
margin-right: 0;
}
.checkout>header {
align-items: center;
}
.checkout .coupon input#coupon_code {
padding-right: 136px;
width: 100% !important;
}
div .checkout .coupon button {
top: 0;
bottom: 0;
margin: auto;
}
@media screen and (max-width: 640px) {
div .checkout .name,
div .checkout .town {
grid-template-columns: 1fr;
}
div .checkout>header {
grid-template-columns: 1fr;
text-align: left;
}
div .checkout .coupon,
div .checkout .coupon-success {
justify-self: left;
margin-top: 15px;
}
}
.pop-overlay-cart .popup-cart>header {
position: relative !important;
padding: 0 0 20px !important;
}
.popup-cart button.close {
right: 0 !important;
top: 0 !important;
}
div .popup-cart header h3 {
font: normal 18px 'Roboto', sans-serif;
}
div .popup-cart .product-title a {
font: 300 16px 'Roboto', sans-serif;
}
.popup-cart p {
font-weight: 300;
font-size: 16px;
line-height: 170%;
color: #AAAAAA;
}
aside.popup-cart .cart-row mark {
color: #656668;
font-weight: 300;
font-size: 16px;
line-height: 170%;
}
.popup-cart .popup-subtotals>div h5+p.shipping-cost {
font-weight: normal;
font-size: 18px;
line-height: 140%;
color: #656668;
}
.popup-cart .popup-subtotals>div h5+p.gst {
color: #656668;
font-weight: 300;
font-size: 16px;
line-height: 170%;
}
.popup-cart .popup-total h5+p.grand-total {
font-size: 24px;
line-height: 130%;
color: #A1C2E5;
}
.popup-cart .country label {
font-weight: 300;
font-size: 16px;
line-height: 170%;
color: #2D2A2A;
}
.popup-cart .shipping-select label {
font-weight: 300;
font-size: 16px;
line-height: 170%;
}
.popup-cart .popup-subtotals>div h5 {
font: 300 16px 'Roboto', sans-serif;
}
.popup-cart .popup-total h5+p {
font-weight: 300;
font-size: 16px;
line-height: 170%;
color: #656668;
}
div .popup-cart .product-title,
div .popup-cart .popup-subtotals>div h5,
div .popup-cart .popup-total h5 {
font: normal 18px 'Roboto', sans-serif;
color: #2B2B2B;
}
div .pop-overlay-cart .popup-cart .popup-total {
font: normal 24px 'Roboto', sans-serif;
}
div .popup-cart .popup-total .including {
font-family: Roboto, Sans-serif;
font-size: 1em;
font-weight: 400;
}
@media screen and (max-width: 1024px) {
.component_ContentDisplay_PageTitle h1,
div h1 {
font-size: 36px;
}
}
@media screen and (max-width: 568px) {
section.store {
width: 100%;
}
div .has-header-image .title h1 {
font-size: 40px;
}
}
#c299.component_Navigation_CatList {
margin: 115px 20px 30px;
}
div .catview,
#c188.component_ContentDisplay_Content,
#c224.component_CustomerService_EnquiryReceipt,
div.component_OrderProcess_Receipt,
div.component_Misc_SiteMap {
margin: 215px 0 30px;
}
#c68.component_ProductDisplay_Product {
margin: 240px 0 0;
}
article.product-enquiry {
margin-bottom: 0;
}
div.component_OrderProcess_Checkout3 {
margin: 250px 0 30px;
}
body.pop-overlay-center .overlays .pop-overlay-inner.pop-center {
z-index: 2000;
}
body.pop-overlay .overlays .pop-overlay,
body.pop-overlay-left .overlays .pop-overlay,
body.pop-overlay-right .overlays .pop-overlay,
body.pop-overlay-center .overlays .pop-overlay {
z-index: 19;
}
div.component_Template_Primary,
div.component_Template_BasicTheme_OneColumn,
div.component_ContentDisplay_Content,
div.component_ContentBlock_ContentGrid,
div.component_ProductDisplay_Favourites,
div.component_ContentDisplay_PageTitle {
padding: 0;
}
.header.ym-wrapper,
.footer.ym-wrapper {
max-width: 100%;
}
#mini-cart {
margin-top: 5px;
}
#mini-cart span.c-count {
background-color: #424242;
}
.content-page .site-header {
position: relative;
}
.overlays .pop-overlay-inner {
z-index: 1999;
}
.site-header {
position: fixed;
width: 100%;
height: auto;
z-index: 1000;
background-color: #ffffff;
}
.header-main a.header-logo {
display: none;
}
.header-links .__container {
max-width: 1280px;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
padding: 20px;
}
.header-contacts {
display: grid;
grid-template-columns: 1fr auto auto auto;
align-items: center;
gap: 20px;
}
.top-phone a {
font-weight: 300;
font-size: 22px;
position: relative;
padding-left: 23px;
}
.top-phone a::before {
content: '';
background-image: url("/site/davebell/images/basic_theme/ui_sprites.svg");
background-repeat: no-repeat;
background-size: auto;
width: 18px;
height: 22px;
position: absolute;
background-position: 0 -1132px;
top: 0;
left: 0;
}
.top-email a,
.header-login a {
color: #656668;
font-weight: 300;
font-size: 18px;
position: relative;
padding-left: 25px;
}
.top-email a::before {
content: '';
background-image: url("/site/davebell/images/basic_theme/ui_sprites.svg");
background-repeat: no-repeat;
background-size: auto;
width: 18px;
height: 20px;
position: absolute;
background-position: 0 -1073px;
top: 0;
left: 0;
}
.header-login section a::before {
content: '';
background-image: url("/site/davebell/images/basic_theme/ui_sprites.svg");
background-repeat: no-repeat;
background-size: auto;
width: 20px;
height: 20px;
position: absolute;
background-position: 0 -1104px;
top: 0;
left: 0;
}
.header-main {
background-color: #E5E9EE;
}
.header-main .__container {
display: grid;
grid-template-columns: auto auto;
padding: 0 20px;
}
.header-menus {
display: grid;
grid-template-columns: 1fr auto auto;
align-items: center;
gap: 20px;
}
.header-menus .search-area {
justify-self: flex-end;
}
.header-menus form.search-form input[type=search] {
max-width: 229px;
height: 44px;
border-radius: 0;
border: none;
color: #AAAAAA;
font-weight: 300;
font-size: 16px;
border-radius: 5px;
}
.header-menus .top-favourites {
background-image: url("/site/davebell/images/basic_theme/ui_sprites.svg");
background-repeat: no-repeat;
background-size: auto;
background-position: 0 -440px;
width: 19px;
height: 16px;
display: block;
text-indent: -9999px;
}
.top-cart {
margin-right: 10px;
}
.footer-links {
background-color: #424242;
}
.footer-links .__container {
padding: 45px 20px 60px;
}
.footer-links .content-block {
padding: 0;
margin: 0;
}
.footer-links .content-grid {
color: #ffffff;
grid-template-columns: 1fr 20% 20%;
gap: 30px 50px;
}
.footer-links .content-grid img {
width: auto;
}
.footer-links .content-grid article:nth-child(1) ul {
list-style-type: none;
padding: 0 0 20px;
}
.footer-links .content-grid article:nth-child(1) ul li {
font-size: 16px;
line-height: 170%;
text-transform: uppercase;
}
.footer-links .content-grid article:nth-child(1) p {
font-size: 16px;
line-height: 150%;
margin: 0;
max-width: 65%;
}
.footer-links .content-grid article:nth-child(2) h5 {
font-weight: normal;
font-size: 20px;
line-height: 170%;
color: #ffffff;
text-transform: uppercase;
}
.footer-links .content-grid article:nth-child(2) ul {
list-style-type: none;
padding: 0;
}
.footer-links .content-grid article:nth-child(2) ul li a {
color: #ffffff;
font-weight: normal;
font-size: 16px;
line-height: 195%;
display: block;
margin: 0;
}
.footer-links .content-grid article:nth-child(3) h5 {
font-weight: normal;
font-size: 20px;
line-height: 170%;
color: #ffffff;
text-transform: uppercase;
}
.footer-links .content-grid article:nth-child(3) ul {
list-style-type: none;
padding: 0;
}
.footer-links .content-grid article:nth-child(3) ul li a,
.footer-links .content-grid article:nth-child(3) a {
font-weight: 500;
font-size: 16px;
line-height: 170%;
display: block;
margin: 0;
}
.footer-links .content-grid article:nth-child(3) ul li:nth-child(3) a {
color: #ffffff;
overflow-wrap: anywhere;
}
.footer-links .content-grid article:nth-child(3) p {
font-size: 16px;
line-height: 170%;
margin: 0;
}
.footer-copyright-payment .__container {
padding: 0 20px;
}
.footer-copyright-payment .content-block {
padding: 0;
margin: 0;
}
.footer-copyright-payment .content-grid {
align-items: center;
}
.footer-copyright-payment .content-grid article:nth-child(2) .content p a {
text-align: center;
position: relative;
max-width: 115px;
margin: 0 auto;
display: block;
color: #AAAAAA;
}
.footer-copyright-payment .content-grid article:nth-child(2) .content p a::before {
content: '';
background-image: url("/site/davebell/images/basic_theme/backtop-arrow.png");
background-repeat: no-repeat;
background-size: auto;
width: 69px;
height: 32px;
position: absolute;
top: -30px;
left: 25px;
}
.footer-copyright-payment .content-grid .content {
margin: 0;
}
.footer-copyright-payment .content p {
margin: 0;
font-weight: normal;
font-size: 13px;
line-height: 170%;
color: #AAAAAA;
}
.footer-copyright-payment .content-grid article:nth-child(1) .content p::before {
content: '\00a9';
}
.footer-copyright-payment .content-grid article:nth-child(3) .content p img {
width: 281px;
margin-left: auto;
display: block;
}
.page-00059.body .docwrap {
padding: 0;
}
section.mid-wrapper {
grid-template-columns: 30% auto;
gap: 30px;
padding: 35px 20px 40px;
}
div.contact-wrapper>div {
margin: 0;
}
.contact-address h5 {
padding-bottom: 15px;
}
.contact-address a {
color: #656668;
font-weight: 300;
font-size: 16px;
line-height: 170%
}
.mid-wrapper section.enquiry {
max-width: 100%;
padding: 0;
}
section.enquiry form h2 {
line-height: 30px;
}
section.enquiry form span.text-enquiry {
display: block;
padding: 30px 0;
}
section.enquiry input[type=text] {
border: 1px solid #E5E5E5;
border-radius: 0;
max-width: 375px;
}
section.enquiry .form label {
float: none;
display: block;
padding-bottom: 5px;
}
section.enquiry form table {
padding-bottom: 20px;
}
section.enquiry form table tr {
display: grid;
grid-template-columns: auto 1fr;
gap: 20px;
}
section.enquiry textarea {
border: 1px solid #E5E5E5;
border-radius: 0;
max-width: 570px;
}
section.enquiry input.btn {
max-width: 570px;
}
.hp-featured-categories .featured-categories>article a {
position: absolute;
bottom: 0;
background: rgba(87, 108, 125, 0.5);
width: 100%;
font-size: 24px !important;
line-height: 120% !important;
color: #FFFFFF !important;
padding-top: 15px !important;
padding-bottom: 15px;
padding-left: 30px;
}
.pop-overlay-cart .site-header,
.pop-overlay-hamburger .site-header {
position: static;
}
@media screen and (max-width: 970px) {
.footer-links .content-grid article:nth-child(1) p {
max-width: 100%;
}
.footer-copyright-payment .content-grid {
grid-template-columns: auto;
justify-items: center;
}
.footer-copyright-payment .content-grid article:nth-child(2) {
grid-row: 1;
}
.footer-copyright-payment .__container {
padding: 20px 20px;
}
.footer-copyright-payment .content-grid article:nth-child(2) .content p a::before {
top: -33px;
left: 0px;
}
}
@media screen and (max-width: 800px) {
.header-main {
background-color: #ffffff;
}
.header-logo1 {
display: none;
}
.hamburger-menu .search-form input[type=search] {
border-radius: 0;
}
.header-links .__container {
grid-template-columns: auto;
}
.header-contacts {
grid-template-columns: auto auto auto 1fr;
}
.header-socialmedia {
justify-self: flex-end;
}
.header-main a.header-logo,
nav.header-hamburger,
nav.hamburger {
display: block;
}
.header-main-nav,
.search-area,
a.top-favourites,
.header-main-nav {
display: none !important;
}
.header-menus {
grid-template-columns: auto;
}
.header-main .__container {
grid-template-columns: auto auto auto;
justify-items: center;
align-items: center;
gap: 60px;
padding: 0 20px 20px;
}
.footer-links .content-grid {
grid-template-columns: auto;
}
.footer-copyright-payment .content p {
text-align: center;
}
}
@media screen and (max-width: 640px) {
.top-email a, .header-login a,
.top-phone a {
font-size: 16px;
}
.top-phone a::before {
top: -3px;
}
}
@media screen and (max-width: 570px) {
.hp-main-banner .__container {
padding-top: 160px !important;
}
.top-phone a,
.top-email a,
.header-login a {
display: block;
text-indent: -9999px;
}
.footer-links .content-grid {
gap: 0;
}
.footer-links .__container {
padding: 30px 20px;
}
.mid-wrapper section.enquiry {
padding-top: 30px;
}
div #product .summary h1 {
font-size: 38px;
}
}
.component_Template_Primary {
margin: 0; margin: 0; padding: 8px 14px;  } #c1610.component_Template_Primary {
 } #c1615.component_Template_Primary {
 } .content_tabs li.tab a{
font-family:Roboto;
font-size: 18px;
font-weight: normal;
}
.content_tabs {
width:100%;
float:Left;
background: transparent url("https://images.zeald.com/site/davebell/images/gui/TopLevelMenu.gif") bottom left repeat-x;
font:inherit;
font-size:1em;
line-height: 40px;
padding: inherit
}
.content_tabs li {
line-height: 40px;;
}
.content_tabs td {
line-height: 40px;
}
.content_tabs ul {
margin:0;
padding:0;
list-style:none;
}
.content_tabs li.tab {
float:left;
background: transparent url("https://images.zeald.com/site/davebell/images/gui/TopLevelMenu.gif") 100% 0px no-repeat;
padding-right:10px;
}
.content_tabs ul a {
text-decoration:none;
display:block;
padding-left:18px;
padding-right:10px;
padding-top:0;
padding-bottom:0;
background: transparent url("https://images.zeald.com/site/davebell/images/gui/TopLevelMenu.gif") 0% 0px no-repeat;
}
.content_tabs ul li.tabHover, .content_tabs ul li:hover {
background-position:100% -150px;
}
.content_tabs ul li.sel {
background-position:100% -300px;
}
.content_tabs ul li.tabHover a, .content_tabs ul li:hover a {
background-position: 0% -150px;
}
.content_tabs ul li.sel a {
background-position: 0% -300px;
}
.content_tabs li.sel a, .content_tabs li.sel a:hover, .content_tabs li.sel a:active, .content_tabs li.sel a:visited {
color:#E8B343;
}
.content_menubar a:active {color:#E8B343;}
.content_tabs li a, .content_tabs li a:active, .content_tabs li a:visited {
color:#656668;
}
.content_tabs li a:hover {
color:#E8B343;
}
.content_tabs .sep {
color: #656668;
float:left;
margin:0;
padding:0;
font-size:1.2em;
}
.content_tabs li.sel a{
font-weight:normal;
}
.content_tabs .ct_dropdown {
position:absolute;
}
.ct_hide {
left:-9999px; top: -9999px;
}
.ct_show {
left:0;
}
.content_tabs {
position:relative;
}
.ct_dropdown {
background: rgba(87, 107, 125, 0.9);
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
padding: 5px; box-shadow:0px 4px 6px rgba(102, 102, 102, 0.2); z-index:1001;
width: 650px;
}	.ct_dropdown_subcat {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 320px;
padding: 0px 5px;
// -webkit-hyphens: auto;
// -moz-hyphens: auto;
// hyphens: auto;
white-space:pre-wrap;
}
.ct_dropdown_col {
float:left;
}
.content_tabs .ct_dropdown_open > a {
position: relative;
z-index: 20001; }
.content_tabs li.tab {
padding-right:0px;
border: 1px solid transparent;
}
.content_tabs ul li.tab > a {
padding-right:10px;
}
.ct_dropdown h3{	font: normal 15px Roboto;
padding: 5px; margin: none;
}
.content_tabs .ct_dropdown ul, .content_tabs .ct_dropdown a, .content_tabs .ct_dropdown a,.content_tabs .ct_dropdown a:hover, .content_tabs .ct_dropdown li {
padding:0;
margin:0;
background: none;
}
.content_tabs .ct_dropdown li {
font: normal 15px Roboto;
background:none;
padding: 5px 5px 5px 18px !important; }
.ct_dropdown .clear {
clear:both;
}
.ct_dropdown .more {
text-align: right;
}
.ct_dropdown .product a {
font-size:0.8em;
}

.component_Navigation_ContentTabs {
margin: 0; margin: 0; padding: 0;  } #c120.component_Navigation_ContentTabs {
margin: 0; padding: 0;  } td.ltc {
padding: 0;
background: none;
text-align: left;
vertical-align: top;
border: none;
}
.component_Layout_Table {
margin: 0; margin: 0; padding: 8px 14px;  } #c409.component_Layout_Table {
padding: 0px;  } #c409>table { margin-left:auto; }
@media screen and (max-width: 1024px) {
#c409>table {
margin: auto;
width: 100%;
}
#c764:after
{
display: none;
}
#c409.component_Layout_Table {
position: absolute;
top: -67px;
z-index: 1;
width: 100%;
}
#c409>table>tbody>tr>td {
display: block;
width: 100% !important;
}
} #c764.component_Layout_Table {
padding: 0;  } body.body{overflow-x: hidden;}#c764.component_Layout_Table{border-top: 1px solid #dddddd;padding: 20px 0;position:relative;}#c764:after{content: "";top: -1px;height: 1px;width: 200%;position:absolute;background: #ddd;}@media screen and (max-width: 1024px) {#c764.component_Layout_Table {border: 0;padding: 10px;}#c764>table>tbody>tr>td {display: block;width: 100% !important;text-align: center;}} #c1275.component_Layout_Table {
padding: 0;  } #c1275 .plain_content
{
text-align:center;
}
#c1275>table>tbody>tr>td.c1
{
border-left: 1px solid #dddddd;
}
#c1275>table>tbody>tr>td
{
border-right: 1px solid #dddddd;
padding:13px;
display: table-cell;
width: auto !important;
}
@media screen and (max-width: 1024px) {
#c1275.component_Layout_Table {
padding: 0;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
margin-top: 3px;
}
#c1275>table {
width: 300px;
margin: 0 auto;
}
#c1275>table>tbody>tr>td {
padding: 4px 10px;
}
} #zealdlogo { float:left;
width:140px;
text-align:center;
}
.std_footer {
margin-top: 0;
padding-left:1px;
}
.std_footer .txt {
color: #666666;
float: left;
}
.copyright {
clear:both;
color: #666666;
}
.copyright a {
color: #666666;
}
div.std_footer div.menu ul li.menu a.extra_links {
display: inline;
border: none;
margin: 0;
padding-left: 0;
}
.component_ContentDisplay_Footer {
margin: 0; margin: 0; padding: 0px;  } #c148.component_ContentDisplay_Footer {
color: #000; margin: 0px; padding: 0px;  } #group_list { list-style: none;}
#group_list li {padding: 5px;}
.component_CustomerService_EmailOptin {
margin: 0; margin: 0; padding: 8px 14px;  } #c759.component_CustomerService_EmailOptin {
 } #c759,
#c759 *, #c759 *:before, #c759 *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} #c759
{
padding:0;
margin:10px 0 0 0;
position:relative;
}
#c759 input.zbtn
{
width: 120px!important;
height: 42PX!important;
z-index: 1;
position: relative;
}
#c759 > form > #manage_subscriptions + table {
position: absolute;
right: 4px !important;
bottom: 4px;
width: auto;
}
@media screen and (max-width: 1266px) {
#c759.component_CustomerService_EmailOptin {
max-width: 300px;
margin: 15px auto 0;
}
} .search_box {
display:inline;
margin:0;
padding:0;
}
.search_box form {
line-height:0px;
margin:0 7px 0 7px;
padding:0 0 0 0;
display:inline;
}
.search_box input {
margin:0;
vertical-align:middle;
}
.search_box input.search_button {
margin-left:4px;
}
.search_box .search_title {
margin:7px 7px 0 7px;
font-size:1em;
color:#000;
}
.search_box .search_criteria {
width:230px;
}
.search_box .cnr_btmleft {display:none;}
.component_Navigation_SearchBox {
margin: 0; margin: 0; padding: 0;  } .search_box,
.search_box *, .search_box *:before, .search_box *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .search_placeholder {
color: #ccc;
font-style: italic;
}
.search_box {
display: inline-block;
background: #f8f8f8 url(https://images.zeald.com/site/davebell/images/basic_theme/1489474822_Minio_Text_Editor_Bold-68.png) no-repeat center left 15px;
border: 1px solid #dddddd;
border-radius: 0;
padding: 0;
width: 360px; height: 50px;
}
.search_criteria {
border: medium none;
background: transparent;
}
.search_button {
margin: 0 !important;
padding: 0 !important;
color: transparent;
font-size: 0;
}
div.search_box form
{
margin: 0;
display: block;
width: 100%;
height: 100%;
position: relative;
}
div.search_box .search_criteria
{
padding: 0;
width: 100%;
height: 100%;
overflow: ellipsis;
padding-right: 40px;
padding-left: 40px;
font-family: 'Work Sans', sans-serif;
color: #999999; font-size: 14px;
}
div.search_box .zbtn.search_button
{
position: absolute;
top: 4px;
right: 5px;
width: 95px !important;
height: 40px !important;
}
@media screen and (max-width: 1024px) {
.search_box {
width: 300px;
margin: 0 auto;
display: block;
}
}
@media screen and (max-width: 740px) {
#c272.component_Navigation_SearchBox
{
text-align:center;
}
}
#c272.component_Navigation_SearchBox {
margin: 0; padding: 0;  } .search_box,
.search_box *, .search_box *:before, .search_box *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .search_placeholder {
color: #ccc;
font-style: italic;
}
.search_box {
display: inline-block;
background: #f8f8f8 url(https://images.zeald.com/site/davebell/images/basic_theme/1489474822_Minio_Text_Editor_Bold-68.png) no-repeat center left 15px;
border: 1px solid #dddddd;
border-radius: 0;
padding: 0;
width: 360px; height: 50px;
}
.search_criteria {
border: medium none;
background: transparent;
}
.search_button {
margin: 0 !important;
padding: 0 !important;
color: transparent;
font-size: 0;
}
div.search_box form
{
margin: 0;
display: block;
width: 100%;
height: 100%;
position: relative;
}
div.search_box .search_criteria
{
padding: 0;
width: 100%;
height: 100%;
overflow: ellipsis;
padding-right: 40px;
padding-left: 40px;
font-family: 'Work Sans', sans-serif;
color: #999999; font-size: 14px;
}
div.search_box .zbtn.search_button
{
position: absolute;
top: 4px;
right: 5px;
width: 95px !important;
height: 40px !important;
}
@media screen and (max-width: 1024px) {
.search_box {
width: 300px;
margin: 0 auto;
display: block;
}
}
@media screen and (max-width: 740px) {
#c272.component_Navigation_SearchBox
{
text-align:center;
}
}
#mini-cart {
position: relative;
cursor: pointer;
}
#mini-cart .shopping-cart {
position: relative;
display: inline-block;
width: 25px;
height: 22px;
overflow: hidden;
padding: 0;
border: none;
}
#mini-cart .shopping-cart::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 25px;
height: 22px;
background: url(https://images.zeald.com/site/davebell/images/basic_theme/ui_sprites.svg) no-repeat 0 -300px;
}
#mini-cart .c-count {
display: inline-block;
color: #F8F8F8;
font-size: 10px;
font-weight: 500;
text-align: center;
border-radius: 50%;
width: 14px;
background: #A1C2E5;
line-height: 14px;
position: absolute;
top: 0px;
left: 18px;
z-index: 10;
}
body.pop-overlay-right.pop-overlay-cart .overlays .pop-overlay-inner.pop-right {
left: unset;
right: 0;
width: 420px;
max-width: 90vw;
}
body.pop-overlay-cart .pop-overlay-inner.pop-right .close {
display: none;
}
.popup-cart {
display: block;
position: fixed;
top: 0;
right: 0;
width: 0;
overflow: hidden;
transition: width 0.3s ease;
white-space: normal;
}
body.pop-overlay-cart .popup-cart {
width: 420px;
max-width: 90vw;
z-index: 2001;
box-sizing: border-box;
padding: 20px;
text-align: left;
transition: width 0.3s ease;
height: 100%;
display: grid;
grid-template-rows: auto 1fr auto;
}
.popup-cart button.close {
opacity: 0;
color: #555;
font-size: 16px;
font-weight: 500;
top: 20px;
right: 20px;
width: auto;
text-transform: capitalize;
padding: 0 20px 0 0;
background: none;
text-shadow: none;
float: none;
position: absolute;
transition: opacity 1s ease;
}
body.pop-overlay-cart .popup-cart button.close {
opacity: 1;
transition: opacity 1s ease;
}
.popup-cart button.close::before {
content: '';
display: block;
width: 12px;
height: 12px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto 0;
background: url('https://images.zeald.com/site/davebell/images//basic_theme/ui_sprites.svg') no-repeat 0 -560px;
}
.popup-cart h3,
.popup-cart h4,
.popup-cart h5 {
font-weight: 500;
font-family: Roboto, Sans-serif;
text-transform: uppercase;
}
.popup-cart header h3 {
font-size: 20px;
margin-bottom: 20px;
}
.popup-cart h5 {
font-size: 16px;
}
.popup-cart #popup-cart-content {
display: grid;
grid-template-rows: 1fr auto;
}
.popup-cart #popup-cart-content .loading-spinner {
display: none;
}
.popup-cart #popup-cart-content.loading .loading-spinner {
display: block;
width: 70px;
height: 70px;
top: 100px;
bottom: unset;
border-color: #999;
border-top-color: #fff;
}
.popup-cart .cart-items {
position: relative;
}
.popup-cart .cart-items > div {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: auto;
}
.popup-cart .cart-row {
position: relative;
border-bottom: solid 1px #ccc;
padding: 0 0 20px 120px;
margin-bottom: 20px;
min-height: 120px;
color: #999;
}
.popup-cart p,
.popup-cart label {
display: block;
margin: 10px 0;
line-height: 1.4em;
color: #999;
}
.popup-cart .cart-row:last-of-type {
border-bottom: none;
margin-bottom: 0;
}
.popup-cart .cart-row p:last-of-type {
margin-bottom: 0;
}
.popup-cart .cart-row mark {
color: #A1C2E5;
font-weight: 500;
}
.popup-cart .cart-row .sku {
display: none;
}
.popup-cart .thumb {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
text-align: center;
width: 100px;
height: 100px;
display: grid;
}
.popup-cart .thumb img {
width: 100%;
height: 100%;
max-width: 100% !important;
max-height: 100% !important;
object-fit: cover;
margin: auto;
}
.popup-cart .product-title,
.popup-cart .product-title a {
font: 16px Roboto, Sans-serif;
color: #000;
text-decoration: none;
white-space: normal;
}
.popup-cart .product-title {
padding-right: 20px;
}
.popup-cart button.delete-item {
position: absolute;
top: 4px;
right: 0;
overflow: hidden;
text-indent: -100vw;
padding: 0;
margin: 0;
width: 12px;
height: 12px;
background: url('https://images.zeald.com/site/davebell/images//basic_theme/ui_sprites.svg') no-repeat 0 -560px;
transform: scale(0.85);
}
.popup-cart .popup-subtotals > div,
.popup-cart .popup-total {
position: relative;
border-top: solid 1px #ccc;
margin-top: 20px;
padding-top: 20px;
}
.popup-cart .popup-total {
padding-bottom: 20px;
}
.popup-cart .popup-total .including {
display: none;
}
.popup-cart .popup-subtotals > div h5,
.popup-cart .popup-total h5 {
line-height: 1em;
margin: 0;
}
.popup-cart .popup-subtotals > div h5 + p,
.popup-cart .popup-total h5 + p {
position: absolute;
top: 20px;
right: 0;
margin: 0;
color: #A1C2E5;
font-weight: 500;
}
.popup-cart .country {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 30px;
align-items: center;
margin: 15px 0;
text-align: right;
}
.popup-cart .country label {
margin: 0;
}
.popup-cart .country select {
display: block;
width: 100%;
margin: 0;
justify-self: end;
}
.popup-cart .shipping-select {
padding-left: 6px;
}
.popup-cart .shipping-select label {
margin: 0;
line-height: 29px;
}
.popup-cart .shipping-message {
color: red;
border-top: 1px solid lightgray;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 5px;
}
.popup-cart .total .grand-total {
top: 16px;
font-size: 20px;
}
.popup-cart footer {
text-align: center;
}
.popup-cart a.checkout {
display: block;
width: 100%;
font-weight: 500;
}
.popup-cart footer a.cart {
display: block;
margin: 10px 0;
text-transform: uppercase;
}
.popup-cart .footer-copy {
margin: 0;
padding: 30px 0;
background: #ddd;
color: #555;
}
.popup-cart .cart-empty {
text-align: center;
}
.popup-cart .cart-empty img {
width: 150px;
max-width: 80%;
margin: 50px 0 30px;
}
@media only screen and (max-width: 480px) {
body.pop-overlay-right.pop-overlay-cart .overlays .pop-overlay-inner.pop-right,
body.pop-overlay-cart .popup-cart {
max-width: 96vw;
}
.popup-cart .thumb {
width: 70px;
height: 70px;
}
.popup-cart .cart-row {
padding-left: 90px;
}
}
@media only screen and (max-width: 350px) {
body.pop-overlay-cart .pop-overlay-inner.pop-right,
body.pop-overlay-cart .popup-cart {
width: 100vw;
max-width: 100vw;
}
.popup-cart .thumb {
width: 70px;
height: 70px;
}
.popup-cart .cart-row {
padding-left: 90px;
}
}
@media only screen and (max-height: 800px) {
body.pop-overlay-cart .popup-cart {
overflow: auto;
margin-top: 0;
padding-top: 0;
height: 100%;
box-sizing: border-box;
}
.popup-cart button.close {
right: -15px;
top: 10px;
}
.popup-cart footer {
padding-bottom: 135px;
}
.checkOut-btn {
padding: 0px 0px 24px 0;
background: #fff;
position: fixed;
bottom: 0;
}
.pop-overlay-cart .popup-cart > header {
position: -webkit-sticky;
position: sticky;
right: 0;
top: 0;
width: 100%;
max-width: 90vw;
padding: 10px 0;
box-sizing: border-box;
z-index: 1;
background: #fff;
}
.popup-cart > header h3 {
margin: 0px;
}
.popup-cart .popup-total {
position: fixed;
opacity: 0;
bottom: 75px;
right: 0;
width: 420px;
max-width: 90vw;
margin: 0;
padding: 20px;
box-sizing: border-box;
border-top: none;
transition: opacity 1s ease;
}
.pop-overlay-cart .popup-cart .popup-total {
opacity: 1;
transition: opacity 1s ease;
background: #fff;
}
.popup-cart .popup-total .including {
display: inline;
text-transform: none;
}
.popup-cart .popup-total h5 + p {
top: 20px;
right: 20px;
line-height: 16px;
}
.popup-cart .popup-next a.checkout {
width: 380px;
max-width: calc(90vw - 40px);
}
.popup-cart .popup-next a.cart {
background: #eee;
}
.popup-cart .cart-items > div {
position: static;
width: 100%;
height: 100%;
top: unset;
left: unset;
overflow: unset;
}
}
@media only screen and (max-width: 540px) {
.pop-overlay-cart .site-header .top-links {
z-index: 2002;
}
.pop-overlay-cart .site-header .top-links #mini-cart {
display: none;
}
}
@media only screen and (max-width: 730px) and (max-height: 800px) {
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
transition: width 0.3s ease;
right: 20px;
}
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
body.pop-overlay-cart .popup-cart > header,
.popup-cart .popup-total {
max-width: 96vw;
}
.popup-cart .popup-next a.checkout {
max-width: calc(96vw - 40px);
}
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
right: 20px;
}
}
@media only screen and (max-width: 350px) and (max-height: 800px) {
body.pop-overlay-cart .popup-cart > header,
.popup-cart .popup-total {
max-width: 100vw;
}
.popup-cart .popup-next a.checkout {
max-width: calc(100vw - 40px);
}
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
right: 20px;
}
}
.component_OrderProcess_PopupCart {
margin: 0; margin: 0; padding: 0;  } #c273.component_OrderProcess_PopupCart {
margin: 0; padding: 0px;  } #c273 .cart_text_size {
color: #888888;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
font-family: Open Sans, Sans-serif;
}
#c273 {
text-align:Center;
} .form table {
width: 100%;
border-spacing:0;
}
form td.felement table {
width: auto;
}
.form td {
padding:2px;
}
.form .fheading {
font-size: 1.4em;
border-top: solid 1px #ccc;
color: #333;
font-weight: bold;
padding:12px 0;
}
.form .req {
color: #656668;
font-weight: normal;
}
.felement {
vertical-align: top;
width: 80%;
}
.flabel {
vertical-align: text-top;
width: 20%;
}
.form .fhelp {
color: #666;
}
.felement img {
vertical-align: middle;
}
@media screen and ( max-width: 740px ) {
.form td {
display:block;
float:left;
width:100%;
}
.form input, .form textarea{
width:100%;	max-width:350px;
}
.form td table, form td.felement table { display:table;
width:100%;
}
.form td table tr{ display:table-row;
}
.form td table td{ display:table-cell;
width:auto;
}
}
.component_Misc_Form {
margin: 0; margin: 0; padding: 8px 0px;  } #c760.component_Misc_Form {
padding: 0;  } #c759.component_CustomerService_EmailOptin
{
margin: 10px 0;
}
#c760 td.flabel
{
display:none;
}
#c760 td
{
padding:0;
}
#c760 td.felement input {
margin: 0;
height: 50px;
padding: 0 45px;
border: none;
width: 100%;
max-width: 480px;
background: #fff url(https://images.zeald.com/site/davebell/images/basic_theme/1473235345_contact.png) no-repeat center left 20px;
}
#c759 .contrast {
margin-bottom: 0;
}
#c759 .contrast font,
#c759 th,
#c759 td{
font-size: 13px;
color: #fff !important;
} div.menu ul {
margin:0;
padding:0;
list-style:none;
}
div.menu li {
float:left;
margin-bottom:6px;
}
div.menu li a {
padding:0 7px;
border-left: solid 1px #666666;
}
div.menu li a, div.menu li a:hover, div.menu li a:visited, div.menu li a:active {
color: #666666;
text-decoration: none;
}
div.menu li a.menu_first {
border-left: none;
}
.component_Navigation_Menu {
margin: 0; margin: 0; padding: 0;  } .component_Template_BasicTheme_OneColumn {
margin: 0; margin: 0; padding: 8px 14px;  } 
