.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-content,
.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 .content ul {
list-style-type: unset;
padding-left: 32px;
}
.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:#3eb23c;
color: #fff;
}
div button,
div input[type=submit],
a.button {
transition: background 0.2s;
position: relative;
display: inline-block;
font: 16px 'Open Sans', sans-serif;
cursor: pointer;
background: #38a700;
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 #38a700;
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: #38a700;
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 'Open Sans', sans-serif;
cursor:pointer;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
background: url('https://zdn.nz/site/electronicworld/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://zdn.nz/site/electronicworld/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://zdn.nz/site/electronicworld/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://zdn.nz/site/electronicworld/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;
}
[x-cloak] { display: none !important; }
.col_left {
vertical-align:top;
width:220px;
padding:0;
}
.col_right {
vertical-align:top;
width:220px;
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: #444444;
background: #e6dfc8;
margin: 0;
padding:0;
text-align:center; font-family: 'Open Sans', sans-serif;
font-size:16px;
line-height: 1.3em;
}
form {
margin: 0;
padding: 0;
}
p,td,div,h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', sans-serif;
color: #444444;
line-height: 1.3em;
}
p,td {
line-height: 1.3em;
}
p {
font: 1em 'Open Sans', sans-serif;
color: #444444;
line-height: 1.3em;
}
th {
font-size:11px;
line-height: 1.3em;
}
h1 {
font: 800 44px 'Open Sans', sans-serif;
color: #333333;
margin: 5px 0;
line-height: 1.3em;
}
h2 {
font: 800 36px 'Open Sans', sans-serif;
color: #333333;
margin: 5px 0;
margin: 5px 0;
line-height: 1.3em;
}
h3 {
font: 800 30px 'Open Sans', sans-serif;
color: #333333;
margin: 4px 0;
margin: 5px 0;
line-height: 1.3em;
}
h4 {
font: 800 25px 'Open Sans', sans-serif;
color: #333333;
margin: 5px 0;
line-height: 1.3em;
}
h5 {
font: 800 20px 'Open Sans', sans-serif;
color: #333333;
margin: 3px 0;
margin: 5px 0;
line-height: 1.3em;
}
h6 {
font: 800 18px 'Open Sans', sans-serif;
color: #333333;
margin: 3px 0;
margin: 5px 0;
line-height: 1.3em;
}
a {
color:#38a700;
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: #49db00;
}
a:active {
color: #3eb23c;
text-decoration: none;
}
a:hover {
color: #3eb23c;
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 #ccc;
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 {

padding: 1px 10px;
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 {
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/electronicworld/images/basic_theme/bullet.png) no-repeat 0 10px;
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;
}
.header {
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:#444444;
}
div.footer {
clear:both;
margin:0;
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:0px;
}
div.content_right{
margin-left: 0px;
}
td.col_left {
vertical-align:top;
width:220px;
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:220px;
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: #609107;
color: #609107;
font-weight: bold;
}
.site-subdued {
background: #EFEFEF;
}
.component_Template_Site { margin: 0; margin: 0; padding: 8px 14px; } h1, h2, h4, h5, h6, p {
margin-top: 0;
}
header.title h1 {
font-size: 44px;
text-transform: capitalize;
margin: 20px 0 30px;
}
.crumbs a {
font-size: 13px;
text-transform: capitalize;
color: #38A700;
}
.section-listing:display:none; .plain_content {
height: 100%;
}
.component_ContentDisplay_Content { margin: 0; margin: 0; padding: 8px 14px; } #c581.component_ContentDisplay_Content { padding: 0px; } #c581 ul{margin-bottom: 0;text-align: left;padding-left: 0;}#c581 li{display: inline-block;background: none;color: #fefefe;padding: 0 10px;border-left: 2px solid #9d9d9d;line-height: 1;}#c581 li a{color: #fefefe;font-size: 18px;font-weight: 700;}#c581 li:first-child{padding-left: 0;border-left: 0;}#c581 li:last-child{padding-right: 0;}@media screen and (max-width: 650px) {#c581 li:last-child {padding: 5px 0;display: block;border: 0;}}#c585.component_ContentDisplay_Content { padding: 0px; } #c585 h6{font-style: italic;}#c585 h6 span{color: #609207;}#c585 h6 img{margin-left: 2px;} #c587.component_ContentDisplay_Content { padding: 0px; } #c588.component_ContentDisplay_Content { padding: 0px; } div#c588.component_ContentDisplay_Content{padding: 0 35px;}#c588 .plain_content > a{background-color: rgb(96, 145, 7);width: 160px;height: 35px;display: block;text-align:center;color: #fff;line-height: 2.6;font-size: 14px;}#c588 p > a{color: rgb(96, 145, 7);}#c589.component_ContentDisplay_Content { padding: 0px; } #c590.component_ContentDisplay_Content { padding: 0px; } #c590 .plain_content{color: #ffffff;}#c590 ul{margin-bottom: 10px;text-align: left;padding-left: 0;}#c590 li{background: none;padding: 0;margin-bottom: 5px;}#c590 li a{color: #d2d2d2;font-size: 16px;font-weight: 700;}#c590 li:first-child{padding-left: 0;}#c590 li:last-child{padding-right: 0;}#c590 li:last-child a{color: #609107;font-size: 14px;}#c590 li img{margin-right: 3px;} #c592.component_ContentDisplay_Content { padding: 0px; } #c592 p{font-size: 14px;font-weight: 700;margin-top: 0;} #c672.component_ContentDisplay_Content { padding: 0; } #c672 .plain_content {
font-weight: normal;
line-height: 18px;
font-size: 12px;
text-align: right;
color: #666666;
text-align: right;
}
@media screen and (max-width: 640px) {
#c672 .plain_content {
text-align: center;
padding-top: 12px;
}
#c672 .plain_content img {
display: block;
margin: 10px auto 0;
}
} #c673.component_ContentDisplay_Content { padding: 0; } #c673 p {line-height: 25px;margin-top: 0;} #c674.component_ContentDisplay_Content { padding: 0; } #c674.component_ContentDisplay_Content a { color: #444444; }#c674.component_ContentDisplay_Content a:hover { color: #444444; }#c674.component_ContentDisplay_Content a:visited { color: #444444;}#c674.component_ContentDisplay_Content a:active { color: #444444;} #c675.component_ContentDisplay_Content { padding: 0; } #c675.component_ContentDisplay_Content a { color: #444444; }#c675.component_ContentDisplay_Content a:hover { color: #444444; }#c675.component_ContentDisplay_Content a:visited { color: #444444;}#c675.component_ContentDisplay_Content a:active { color: #444444;} #c675 ul {padding-left: 28px;position: relative}#c675 ul:before {background-image: url(https://zdn.nz/site/electronicworld/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;filter: invert(60%);}#c675 ul li {line-height: 25px;padding-left: 16px;border-left: 1px solid #DDDDDD;}#c675 ul.phones:before {background-position: 0 -1160px;width: 14px;height: 14px;bottom: auto;top: 5px;}#c675 ul.email:before {background-position: 0 -980px;width: 15px;height: 11px;bottom: auto;top: 8px;}#c675 ul.locations:before {background-position: 0 -1190px;width: 14px;height: 19px;bottom: auto;top: 8px;} #c676.component_ContentDisplay_Content { padding: 0; } #c676 .plain_content img {margin-top: 10px;}	@media screen and (max-width: 568px) {#c676 h5 {display: none;}} .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:160px;
}
.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:block; border-width: 3px;
border-color: rgb(220, 220, 220);
border-style: solid;
background-color: #f4f4f4;
max-width: 289px;
height: 44px;
}
.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: 15px;
font-family: 'Open Sans', sans-serif;
color: #999999; font-size: 14px;
}
div.search_box .zbtn.search_button
{
position: absolute;
top: 8px;
right: 10px;
width: 21px !important;
height: 23px !important;
}
@media screen and (max-width: 640px) {
.search_box {
margin: 0 auto;
}
}
#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:block; border-width: 3px;
border-color: rgb(220, 220, 220);
border-style: solid;
background-color: #f4f4f4;
max-width: 289px;
height: 44px;
}
.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: 15px;
font-family: 'Open Sans', sans-serif;
color: #999999; font-size: 14px;
}
div.search_box .zbtn.search_button
{
position: absolute;
top: 8px;
right: 10px;
width: 21px !important;
height: 23px !important;
}
@media screen and (max-width: 640px) {
.search_box {
margin: 0 auto;
}
}
body {font-weight: 300;background-color: #fff;}ul li{margin-left: 0;}.docwrap {padding: 40px 0 60px;}img {height: auto;vertical-align: middle;}textarea, table, td, embed, object, img{max-width: 100%;}.ym-wrapper,.menu_bar,div.prefooter,.container{width: 100%;max-width: 1280px;margin: 0 auto;}table.table_layout td.ltc{float: none !important;}.welcome_message{display: none;}ul li{margin-left: 0;}.site-header * {box-sizing: border-box;}.product-card.adding .buy-now, .product-card:hover .buy-now, .product-card.adding .enquiry, .product-card:hover .enquiry, .product-card:hover .select-options, .product-card.ordering .option-form .add-to-cart, .product-card.ordering .option-form .enquire-now, .product-card.ordering .option-form .buy-now, .product-card.ordering .option-form .enquiry {opacity: 1 !important;}.product-card a img {width: 100% !important;}.product-card header .add-favourite {background-color: #EFEFEF;}div .product {width: unset !important;}.full-description {width: auto !important;}div .hamburger-menu .search-form input[type=search] {padding: 20px 15px 20px 43px;}.hamburger-menu .favourites-link, .hamburger-menu .login-link {background-color: #fff;}.hamburger-menu .favourites-link {border-bottom: solid 1px #ccc;}.hamburger-menu ul li a {padding: 13px 17px;font-weight: bold;font-size: 14px;text-transform: uppercase;color: #444444;position: relative;}nav.hamburger-menu .ct_has_dropdown > a:first-child::after {right: 21px;margin: auto;position: absolute;background-image: url("/site/electronicworld/images/basic_theme/fas.fa-chevron-left.png");background-position: center center;width: 15px;height: 10px;}nav.hamburger-menu .favourites-link::before, nav.hamburger-menu .login-link::before {width: 21px;height: 18px;background-image: url("/site/electronicworld/images/basic_theme/far.fa-heart-1.png");background-position: center center;left: 9px;}nav.hamburger-menu .login-link::before {background-image: url("/site/electronicworld/images/basic_theme/far.fa-user-1.png");width: 21px;height: 21px;transform: none;background-position: center center;}form.search-form button[type=submit]::before {display: none;}form.search-form button[type=submit], .search-form input:active ~ button, .search-form input:not(:placeholder-shown) ~ button[type=submit] {width: 90px !important;height: 44px;text-indent: 0;background: #38A700;border-radius: 5px !important;text-align: center;padding: 5px !important;margin: auto;font-size: 14px;right: 5px;}.search-form input[type=search]::-webkit-input-placeholder { font-size: 0;}.search-form input[type=search]::-moz-placeholder { font-size: 0;}.search-form input[type=search]:-ms-input-placeholder { font-size: 0;}.search-form input[type=search]:-moz-placeholder { font-size: 0;}div button, div input[type=submit], a.button {font-weight: bold;line-height: 26px;font-size: 16px;color: #FFFFFF;text-transform: capitalize;padding: 12px 30px;border-radius: 6px;}input.btn[type="submit"] {height: 54px;}.enquiry .form button, .enquiry input.btn {border-radius: 6px !important;}.hamburger button {border-radius: 0 !important;}.nav-list {padding: 0;margin: 0;list-style: none;}.nav-list .list--inline {display: inline-block;vertical-align: middle;}.has-ui-sprites {position:relative;display: inline-block;padding-left: 20px;}.has-ui-sprites::before {background-image: url("/site/electronicworld/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-phone::before {background-position: 0 -1160px;width: 14px;height: 14px;}.ui-sprites-location::before {background-position: 0 -1190px;width: 11px;height: 15px;}.ui-sprites-login::before {background-position: 0 -1310px;width: 14px;height: 14px;left: 17px;}.ui-sprites-favourites::before {background-position: 0 -440px;width: 21px;right: 0;height: 18px;}.account-ecom-links {display: inline-block;background: #FFFFFF;border: 1px solid #E1E1E1;border-radius: 5px;}.account-ecom-links .login {font-weight: bold;font-size: 14px;color: #444444;padding-right: 11px;padding-left: 41px;}.top-favourites {display: block;padding-left: 17px;padding-right: 34px;width: 21px;text-indent: -9999px;padding-top: 6px;}aside#mini-cart .c-count {background-color: #444444;font-weight: 500;line-height: normal;font-size: 10px;text-align: center;color: #FCFCFC;left: auto;right: 9px;}.account-ecom-links .nav-list-item:first-child {border-left: 0;}.account-ecom-links .nav-list-item {line-height: 50px;border-left: 1px solid #E1E1E1;}.account-ecom-links .top-cart {padding: 3px 0px;}#mini-cart {display: inline-block;line-height: 1;top: 6px;padding-left: 14px;padding-right: 14px;}.header-search .search-form input[type=search] {background: #F1F1F1;border: 1px solid #E1E1E1;box-sizing: border-box;border-radius: 5px;height: 56px;padding-left: 41px;}form.search-form:before {content: '';display: block;width: 24px;height: 24px;position: absolute;left: 15px;top: 9px;bottom: 0;padding: 0;margin: auto;background: url("/site/electronicworld/images/basic_theme/ui_sprites.svg") no-repeat 0 -200px;}.site-header {padding-top: 11px;}.header-logo img {position: relative;top: -16px;}.header-main .header-main-col1 {display: none;}.header-main {display: grid;grid-template-columns: auto 1fr auto;align-items: center;gap: 24px;}.top-phone-location {text-align: right;}.top-phone-location .nav-list-item {padding-left: 10px;padding-right: 10px;border-left: 1px solid #DDDDDD;line-height: 22px;vertical-align: initial;}.top-phone-location .nav-list-item a {font-style: normal;font-weight: bold;line-height: normal;font-size: 14px;color: #444444;}.top-phone-location .nav-list-item:first-child {border-left: 0;}.top-phone-location .nav-list-item:last-child a {font-size: 13px;font-weight: 400;position: relative;}.header-main .col-header-search {max-width: 510px;justify-self: end;width: 100%;}.prefooterwrap {padding: 0;}.footer-columns .row {display: grid;grid-template-columns: 1fr 1fr;align-items: center;padding: 13px 0;}.pre-footer-columns .row {display: grid;grid-template-columns: 0.71fr 0.4fr 0.48fr auto;gap: 30px;}.site-footer .plain_content h5 {font-size: 16px;font-weight: 800;margin-bottom: 20px;}.site-footer {font-size: 15px;}.site-footer ul {padding-left: 0;}.site-footer ul li {padding-left: 0;background: none;line-height: 33px;}.pre-footer-columns .col1 {padding-right: 31px;}.footerwrap {text-align: left;}.pre-footer-columns {background: #F6F6F6;padding: 46px 0;}.ym-wrapper.footer {max-width: 100%;}.footer-links {text-align: left;}.footer-links .nav-list-item {line-height: 18px;font-size: 12px;color: #0a0707;padding: 0 11px;}.footer-links .nav-list-item a {font-weight: bold;text-transform: uppercase;color: #666666;}.footer-links .nav-list-item:first-child {padding-left: 0;}.footer-links .nav-list-item:last-child {border-left: 1px solid #DDDDDD;}@media screen and (max-width: 1300px) {.pre-footer-columns,.header-main,.footer-columns {padding-left: 15px;padding-right: 15px;}}@media screen and (max-width: 954px) {.header-links {border-bottom: 1px solid #E1E1E1;padding-bottom: 11px;}.top-phone-location {text-align: center;}.header-logo img {position: static;}.header-main .col-header-search,.nav-list .account-ecom-links-login, .nav-list .account-ecom-links-fav {display: none;}.header-main .header-main-col1,nav.hamburger {display: block;}.account-ecom-links .nav-list-item,.account-ecom-links {border: 0;}.header-main-logo {text-align: center;}.header-main {padding-top: 16px;padding-bottom: 7px;grid-template-columns: 45px 1fr 45px;gap: 0;}}@media screen and (max-width: 900px) {.pre-footer-columns .row {grid-template-columns: 1fr 1fr;}}@media screen and (max-width: 900px) { div .product-card .card-order {position: absolute;bottom: 0;left: 0;width: 100%;}}@media screen and (max-width: 640px) {.header-links li.nav-list-item:last-child {display: none;}.pre-footer-columns {background: #F6F6F6;padding-top: 25px;padding-bottom: 25px;}.footer-columns .row {grid-template-columns: 1fr;}.footer-links {text-align: center;}.footer-links .nav-list-item:last-child {border: 0;padding-top: 9px;}.header-logo img {max-width: 231px;}}@media screen and (max-width: 568px) {.pre-footer-columns .row {grid-template-columns: 1fr;}}
.component_Template_Primary { margin: 0; margin: 0; padding: 8px 14px; } #c148.component_Template_Primary { color: #000; margin: 0px; padding: 0px; } #c150.component_Template_Primary { padding: 0; } td.ltc {
padding: 0;
background: none;
text-align: left;
vertical-align: top;
border: none;
}
.component_Layout_Table { margin: 0; margin: 0px; padding: 8px 14px; } #c582.component_Layout_Table { margin: 0px; padding: 0px; } #c582>table
{
margin-left: auto;
}
@media screen and (max-width: 640px) {
#c582>table>tbody>tr>td
{
display: table-cell !important;
width: auto !important;
}
}
#c591.component_Layout_Table { margin: 0px; padding: 0px; } #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://zdn.nz/site/electronicworld/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: 15px;
background: #38a700;
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://zdn.nz/site/electronicworld/images//basic_theme/ui_sprites.svg') no-repeat 0 -560px;
}
.popup-cart h3,
.popup-cart h4,
.popup-cart h5 {
font-weight: 500;
font-family: 'Open Sans', 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: #38a700;
font-weight: 500;
}
.popup-cart .cart-row mark.frequency-price {
color: #4F4F4F;
}
.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;
overflow: hidden;
}
.popup-cart .thumb img {
width: 100px;
height: 100px;
max-width: 100% !important;
max-height: 100% !important;
object-fit: cover;
margin: auto;
}
.popup-cart .product-title,
.popup-cart .product-title a {
font: 16px 'Open Sans', 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://zdn.nz/site/electronicworld/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 .monthly-total,
.popup-cart .popup-subtotals > div h5 + p,
.popup-cart .popup-total h5 + p {
position: absolute;
top: 20px;
right: 0;
margin: 0;
color: #38a700;
font-weight: 500;
}
.popup-cart .monthly-total-label {
margin-top: 8px;
font-size: 14px;
color: #999999;
}
.popup-cart .monthly-total {
top: 46px;
color: #999999;
font-size: 14px;
}
.popup-cart .cart-row mark.tag {
color: #fff;
}
.popup-cart .subscription.cart-row {
min-height: 135px;
}
.popup-cart .tag {
position: absolute;
left: 0;
top: 104px;
background: #4f4f4f;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
width: 50px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
text-align: center;
padding: 0;
font-weight: 700;
font-size: 10px;
}
.popup-cart .tag.long {
width: auto;
max-width: calc(100% - 64px);
padding: 0 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.popup-cart .country,
.popup-cart .region {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 30px;
align-items: center;
margin: 15px 0;
text-align: right;
}
.popup-cart .country label,
.popup-cart .region label {
margin: 0;
}
.popup-cart .country select,
.popup-cart .region select {
display: block;
width: 100%;
margin: 0;
justify-self: end;
}
.popup-cart .country-region.has-region {
display: flex;
gap: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.popup-cart .country-region.has-region .country {
display: block;
grid-template-columns: unset;
grid-gap: unset;
align-items: unset;
margin: 0;
text-align: left;
}
.popup-cart .country-region.has-region .postcode input {
font-size: initial;
max-width: 100px;
}
.popup-cart .country-region.has-region .postcode input.error {
border: solid 1px #ff5023;
}
.popup-cart .country-region.has-region .country select,
.popup-cart .country-region.has-region .postcode input {
margin-top: 6px;
height: 50px;
line-height: unset;
}
.popup-cart .post-code-message.empty .empty-post-code,
.popup-cart .post-code-message.valid .valid-post-code,
.popup-cart .post-code-message.invalid .invalid-post-code {
display: block;
}
.popup-cart .post-code-message.empty .valid-post-code,
.popup-cart .post-code-message.empty .invalid-post-code,
.popup-cart .post-code-message.valid .empty-post-code,
.popup-cart .post-code-message.valid .invalid-post-code,
.popup-cart .post-code-message.invalid .empty-post-code,
.popup-cart .post-code-message.invalid .valid-post-code {
display: none;
}
.popup-cart .post-code-message {
margin-bottom: 4px;
}
.popup-cart .post-code-message > span {
color: #979797;
font-size: 14px;
line-height: 120%;
}
.popup-cart .post-code-message .invalid-post-code {
color: red;
}
.popup-cart .shipping-select.invalid .radio-inline {
color: #CCCCCC;
}
.popup-cart .shipping-select.invalid .radio-inline input {
border: 1px solid #CCCCCC;
}
.popup-cart .country-region.has-region label {
margin: 0;
}
.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;
}
#popup-cart-content .delivery h5 {
word-break: break-word;
width: 300px;
line-height: 1.5;
}
#popup-cart-content .delivery h5 > span {
text-transform: capitalize;
}
#popup-cart-content .delivery .delivery-cost {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
}
#popup-cart-content .delivery .delivery-cost p {
position: unset;
}
#popup-cart-content figure.no-popup-image:before {
margin: auto;
display: block;
width: 50px;
height: 50px;
background: url(https://zdn.nz/site/electronicworld/images/basic_theme/ui_sprites.svg) no-repeat 0 -840px;
transform: scale(2);
transition: .3s ease;
content: '';
position: relative;
top: 52px;
right: -21px;
}
#popup-cart-content figure.no-popup-image {
background: #f4f4f4;
}
#popup-cart-content .item-extra {
display: block;
}
#popup-cart-content .item-extra > label {
margin-top: 0;
margin-bottom: 0;
text-transform: capitalize;
}
#popup-cart-content .item-extra > * {
display: inline;
}
@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;
}
.popup-cart .tag {
top: 77px;
font-size: 8px;
font-weight: 400;
}
.popup-cart .subscription.cart-row {
min-height: 120px;
}
}
@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 {
width: 0;
background: #fff;
padding: 0px 0px 24px 0;
position: fixed;
bottom: 0;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.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 {
border-top: solid 1px #ccc;
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) {
.popup-cart .monthly-total {
right: 20px;
}
#popup-cart-content .delivery .delivery-cost p {
position: absolute;
}
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
width: 380px;
-webkit-transition: width 0.3s ease;
transition: width 0.3s ease;
}
}
@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);
}
}
@media only screen and (max-width: 350px) 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(100vw - 40px);
}
body.pop-overlay-right.pop-overlay-cart .checkOut-btn {
right: 20px;
}
}
.component_OrderProcess_PopupCart { margin: 0; margin: 0; padding: 0; } #c584.component_OrderProcess_PopupCart { margin: 0; padding: 0px; } .topcart_items {
color: #fefefe;
font-size: 14px;
font-weight: 600;
} .component_Misc_Code { margin: 0; margin: 0; padding: 8px 14px; } #c583.component_Misc_Code { padding: 0px; } .logInOut
{
color: #fefefe;
font-size:14px;
font-weight: 600;
}
.logInOut img
{
margin-right: 5px;
}
.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: #444444;
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; } .form ul {
list-style: none;
padding-left:0;
} #c538.component_Misc_Form { padding: 8px 0px; } .form ul {
list-style: none;
padding-left:0;
} .content_tabs li.tab a{
font-family:lato;
font-size: 15px;
font-weight: bold;
}
.content_tabs {
width:100%;
float:Left;
background: transparent url("https://zdn.nz/site/electronicworld/images/gui/TopLevelMenu.gif") bottom left repeat-x;
font:inherit;
font-size:1em;
line-height: 2.2em;
padding: inherit
}
.content_tabs li {
line-height: 2.2em;;
}
.content_tabs td {
line-height: 2.2em;
}
.content_tabs ul {
margin:0;
padding:0;
list-style:none;
}
.content_tabs li.tab {
float:left;
background: transparent url("https://zdn.nz/site/electronicworld/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://zdn.nz/site/electronicworld/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:#FFFFFF;
}
.content_menubar a:active {color:#FFFFFF;}
.content_tabs li a, .content_tabs li a:active, .content_tabs li a:visited {
color:#FFFFFF;
}
.content_tabs li a:hover {
color:#FFFFFF;
}
.content_tabs .sep {
color: #FFFFFF;
float:left;
margin:0;
padding:0;
font-size:1.2em;
}
.content_tabs li.sel a{
font-weight:bold;
}
.component_Navigation_ContentTabs { margin: 0; margin: 0; padding: 0; } #c120.component_Navigation_ContentTabs { margin: 0; padding: 0; } .content_tabs nav {
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
}
nav.ym-wrapper,
table.menu_bar{
max-width: 100%;
}
.content_tabs .ct_dropdown {
width: auto !important;
}
#c120 > .content_tabs
{
line-height: 1;
height: auto;
float: none;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
background: none#333333 ;
}
#c120 > .content_tabs > nav > ul
{
text-align: left;
line-height: 1;
max-width: 1280px;
margin: 0 auto;
}
#c120 > .content_tabs > nav > ul > li
{
padding: 0 16px;
float: none;
display: inline-block;
background: none;
}
#c120 > .content_tabs > nav > ul > li:first-child
{
padding-left: 0; }
#c120 > .content_tabs > nav > ul > li:last-child
{
padding-right: 0; }
#c120 > .content_tabs > nav > ul > li > a
{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
padding: 21px 0;
border-bottom: 0 solid transparent; line-height: 1;
height: auto;
color: #fff;
background: none;
}
#c120 > .content_tabs > nav > ul > li.tab.sel > a,
#c120 > .content_tabs > nav > ul > li.tab:hover > a
{
border-color: #EE2025;
color: #38a700;
background: none !important;
}
.content_tabs li.tab
{
border:0px;
}
.ct_show {
border-radius: 0px;
padding-top:4px;
padding-bottom:8px; border:solid 0 #CCCCCC;
background: #ffffff;
}
.ct_dropdown h3 a
{
color:#555555 !important;
font:700 14px 'Open Sans', sans-serif !important; text-transform:uppercase;
text-align:left;
}
.ct_dropdown_subcat li > a
{
color:#555555!important;
font:700 14px 'Open Sans', sans-serif !important;
text-align:left;
text-transform:capitalize;
}
.ct_dropdown_subcat li
{padding:2px 0 2px 18px!important;}
.ct_dropdown_subcat li> a:hover,
.ct_dropdown_subcat h3> a:hover
{
color:#38a700!important;
}
.ct_dropdown_col{padding-right:10px; padding-left:10px; width:auto!important;}
.ct_dropdown_subcat h3 {padding-bottom:2px; margin-bottom:5px; padding-left:0;}
.component_Template_BasicTheme_OneColumn { margin: 0; margin: 0; padding: 8px 14px; } 
