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:#FD582D;
color: #fff;
}
div button,
div input[type=submit],
a.button {
transition: background 0.2s;
position: relative;
display: inline-block;
font: 16px 'Poppins', sans-serif;
cursor: pointer;
background: #FD582D;
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 #FD582D;
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: #FD582D;
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 {
position: relative;
font: 16px 'Poppins', sans-serif;
cursor:pointer;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
background: url('https://images.zeald.com/site/bajwatrading/images//basic_theme/ui_sprites.svg') no-repeat right -78px;
height: auto;
box-sizing: border-box;
padding-right: 45px;
}
div 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/bajwatrading/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;
}
.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/bajwatrading/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;
}
.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/bajwatrading/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;
}
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: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: 2000px ) {
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: #736558;
background: #fff;
margin: 0; padding:0;
text-align:center; font-family: 'Poppins', sans-serif;
font-size:16px;
line-height: 170%;
}
form {
margin: 0;
padding: 0;
}
p,td,div,h1,h2,h3,h4,h5,h6 {
font-family: 'Poppins', sans-serif;
color: #736558;
line-height: 170%;
}
p,td {
line-height: 170%;
}
p {
font: 1em 'Poppins', sans-serif;
color: #736558;
line-height: 170%;
}
th {
font-size:11px;
line-height: 170%;
}
h1 {
font: 600 50px/120% 'Poppins', sans-serif;
color: #2D2D2D;
margin: 5px 0;
line-height: 170%;
}
h2 {
font: 600 40px/120% 'Poppins', sans-serif;
color: #2D2D2D;
margin: 5px 0;
margin: 5px 0;
line-height: 170%;
}
h3 {
font: 600 35px/120% 'Poppins', sans-serif;
color: #2D2D2D;
margin: 4px 0;
margin: 5px 0;
line-height: 170%;
}
h4 {
font: 600 30px/120% 'Poppins', sans-serif;
color: #2D2D2D;
margin: 5px 0;
line-height: 170%;
}
h5 {
font: 600 24px/120% 'Poppins', sans-serif;
color: #2D2D2D;
margin: 3px 0;
margin: 5px 0;
line-height: 170%;
}
h6 {
font: 600 16px/120% 'Poppins', sans-serif;
color: #2D2D2D;
margin: 3px 0;
margin: 5px 0;
line-height: 170%;
}
a {
color:#FD582D;
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: unset;
}
a:active {
color: #FD582D;
text-decoration: none;
}
a:hover {
color: #FD582D;
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 {

border: 0px solid #FD582D; border-radius: 0;
background: #FD582D ;
font: 600 16px/165% 'Poppins', sans-serif; letter-spacing: 0.05em;
color: #FFFFFF;
padding: 16px 20px; position: relative;
text-transform: uppercase;
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: #FD582D;
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/bajwatrading/images/basic_theme/bullet.svg) no-repeat 0 7px;
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:#736558;
}
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: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: #D1150C;
color: #FFFFFF;
font-weight: bold;
}
.site-subdued {
background: #EEEEEE;
}
.component_Template_Site {
margin: 0; margin: 0; padding: 0;  } #c72.component_Template_Site {
 } .plain_content {
height: 100%;
}
.component_ContentDisplay_Content {
margin: 0; margin: 0; padding: 0;  } #c429.component_ContentDisplay_Content {
 } #c671.component_ContentDisplay_Content {
 } #c672.component_ContentDisplay_Content {
 } #c673.component_ContentDisplay_Content {
 } #c687.component_ContentDisplay_Content {
padding: 0px;  } #c688.component_ContentDisplay_Content {
padding: 0px;  } #c689.component_ContentDisplay_Content {
padding: 0px;  } #c690.component_ContentDisplay_Content {
padding: 0px;  } #c883.component_ContentDisplay_Content {
 } #c883.component_ContentDisplay_Content a { color: #fff; }#c883.component_ContentDisplay_Content a:hover { color: #fff; } .component_Custom_SocialIcon {
margin: 0; margin: 0; padding: 0;  } #c882.component_Custom_SocialIcon {
 } div#c882 .icon-title h6 {font-size: 16px;line-height: 100%;margin-bottom: 5px;padding-bottom: 15px;}.blurb-button {margin-bottom: 0;}.blurb-wrapper {position: relative;overflow: hidden;}
.component_Custom_Blurb {
margin: 0; margin: 0; padding: 0;  } #c832.component_Custom_Blurb {
color: #736558;  } #c832.component_Custom_Blurb a { color: #736558; } #c839.component_Custom_Blurb {
color: #736558;  } #c839.component_Custom_Blurb a { color: #736558; } #c840.component_Custom_Blurb {
color: #736558;  } #c840.component_Custom_Blurb a { color: #736558; } .content_tabs li.tab a{
font-size: 14px; text-transform: uppercase;
font-weight: normal;
}
.content_tabs {
width:100%;
float:Left;
background: transparent url("https://images.zeald.com/site/bajwatrading/images/gui/TopLevelMenu.gif") bottom left repeat-x;
font:inherit;
font-size:1em;
line-height: 2.8em;
padding: inherit
}
.content_tabs li {
line-height: 2.8em;;
}
.content_tabs td {
line-height: 2.8em;
}
.content_tabs ul {
margin:0;
padding:0;
list-style:none;
}
.content_tabs li.tab {
float:left;
background: transparent url("https://images.zeald.com/site/bajwatrading/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/bajwatrading/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:#AF6724;
}
.content_menubar a:active {color:#AF6724;}
.content_tabs li a, .content_tabs li a:active, .content_tabs li a:visited {
color:#222;
}
.content_tabs li a:hover {
color:#AF6724;
}
.content_tabs .sep {
color: #222;
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: #fff;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
padding: 15px; box-shadow:0px 4px 8px rgba(0, 0, 0, 0.12); 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: 600 14px 'Poppins', sans-serif; text-transform: none;
color:#222;
padding: 5px 0; 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: 600 14px 'Poppins', sans-serif; text-transform: none;
color:#666666;
background:none;
padding: 5px 5px 15px; }
.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;  } .component_Misc_Code {
margin: 0; margin: 0; padding: 0;  } #c693.component_Misc_Code {
padding: 0px;  } 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;}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 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;}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;}.__container-full {max-width: 1920px;}.footerwrap {text-align: left;}.header.ym-wrapper,.ym-wrapper.footer {max-width: 100%;}table.table_layout td.ltc {float: none !important;}.component_ContentDisplay_PageTitle h1 {padding: 0 0 20px;}.site-header * {box-sizing: border-box;}.header-hamburger {display: none;}.component_Misc_SiteMap ul li {background: url(/site/bajwatrading/images/basic_theme/bullet.svg) no-repeat 0 9px;padding-left: 13px;list-style: none;}.component_Misc_SiteMap a+ul {margin-top: 21px;}div.breadcrumb {background-color: transparent;padding-bottom: 20px;padding-top: 30px;}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: #FFFFFF;font-family: 'Poppins', sans-serif;border: 1px solid #E1E1E1; border-radius: 5px;color: #828282;}div select {padding-right: 40px;height: 50px;line-height: 1.6;}body.pop-overlay-cart .popup-cart button.close,div .product-card.ordering .close,.popup-cart button.delete-item,.checkout .login button.link,.checkout .coupon button {border: 0;}.component_Membership_Unsubscribe input[type="image"],.component_Membership_Unsubscribe input[type="image"]+a {display: inline-block;vertical-align: middle;}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],button[type="button"] {box-shadow: none;display: inline-block;transition: unset;cursor: pointer;margin: 3px 0;color: #FFFFFF;text-transform: uppercase;font: 600 16px/165% 'Poppins', sans-serif; letter-spacing: 0.05em;padding: 16px 20px; position: relative;border: 0px solid #FD582D; border-radius: 0;text-align: center;height: auto;}div .submission button#add-cart {margin: 0;padding: 16px 35px;}#product .order .add-favourite {background-color: #ffffff;border: 1px solid #E1E1E1;margin: 0;}#product .order .add-favourite:hover {background-color: #ffffff;}form.order input.qty {width: 42px !important;height: 41px;}section.price mark {font-size: 26px;}.input-group button {color: #828282;}div .btn-shop {text-transform: uppercase;font: 600 16px/165% 'Poppins', sans-serif; letter-spacing: 0.05em;padding: 16px 20px; position: relative;}body.pop-overlay-cart .popup-cart button.close,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;}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):not(.clear):hover,div input[type=submit]:not(.loading):hover,a.button:not(.loading):hover {background-color: #FD582D;}.search-form button[type=submit]:hover:before,.search-form input:not(:placeholder-shown)~button[type=submit]:hover::before {filter: brightness(100);}div .search-form button[type=submit] {border-top-right-radius: 5px;border-bottom-right-radius: 5px;box-shadow: none;}div .search-form button[type=submit]:hover {background-color: background-color: #FD582D; !important;}body div.wrapper a.btn.btn-secondary {color: #017F7E;background-color: #fff;}body div.wrapper a.btn.btn-secondary:hover {background: #128988;color: #fff;}nav.hamburger-menu .search-form input[type=search] {width: 100%;padding: 25px 15px;border-radius: 0;}.hamburger-menu button[type=submit]::before {width: 28px;}nav.hamburger button:hover {background-color: transparent;}.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 {display: none;}.content_tabs .ct_dropdown {width: auto !important;padding: 20px 36px 25px;margin-left: -40px;box-shadow: none;margin-top: -55px;}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%;box-sizing: border-box;vertical-align: middle;position: relative;border: 0;font-weight: 600;margin-bottom: 55px;padding: 0 15px 0;}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: center;padding-top: 55px;}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: 600 14px 'Poppins', sans-serif; text-transform: none;color: inherit;}div .ct_dropdown_subcat li>a {text-align: left;}.content_tabs li.tab .ct_dropdown_subcat h3 a {font: 600 14px 'Poppins', sans-serif; text-transform: none;color: #222;}.content_tabs li.tab .ct_dropdown_subcat h3 a:hover {color: #AF6724;}div .ct_dropdown_subcat li>a:hover,div .ct_dropdown_subcat h3>a:hover,div .content_tabs li.sel a,div .content_tabs li.sel a:hover,div .content_tabs li.sel .ct_dropdown h3 a:hover,div .content_tabs .ct_dropdown .ct_dropdown_children a:hover {color: #AF6724;background-color: transparent;}div.content_tabs li.tab.ct_has_dropdown>a {background: url("/site/bajwatrading/images/basic_theme/arrow-down-sign-to-navigate 1.png") no-repeat scroll right 1px top 6px transparent;padding-right: 15px;}.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/bajwatrading/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;}div .hamburger-menu ul li.tab:not(:first-child),.hamburger-menu ul li {border-bottom: solid 1px #eee;}.search-form button[type=submit]::before,.search-form button[type=reset] {width: 18px;height: 18px;}form.search-form input[type=search] {background: #FFFFFF;box-sizing: border-box;height: 44px;}body.pop-overlay-searching form.search-form input[type="search"] {width: 200%;position: relative;margin-left: -100%;}.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: 400;font-size: 16px;line-height: 155%;text-align: center;color: #736558;;margin: 0;vertical-align: middle;font-family: 'Poppins', sans-serif;border: 1px solid #E1E1E1; border-radius: 5px;color: #828282;}div button.load-next {border-top-right-radius: 0;border-bottom-right-radius: 0;}div .more-products .load-page button {border-top-left-radius: 0;border-bottom-left-radius: 0;}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: #FD582D;}div progress::-webkit-progress-bar {background: #F4F4F4;}form[name="unsubscribe"] input[type=submit] {margin: 3px 0;}.__container-grid {display: grid;}.ui-sprites-favourites {font-size: 0;}.ui-sprites-favourites::before {background-position: 0 -440px;width: 21px;height: 19px;}.ui-sprites-favourites:hover::before {background-position: 0 -470px;}#mini-cart .shopping-cart {vertical-align: middle;margin-right: 10px;}.has-header-image .title {position: relative;}.has-header-image .title::before {background: rgba(0, 0, 0, 0.43);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.has-header-image .title h1 {margin: 0;padding: 135px 0;}article.product-card h4,article.product-card h4 a,.product-card .price {font-size: 20px;}.product-card header .add-favourite:hover {background-color: #ffffff;}div .product-card header .feature.long {min-width: 140px;padding-left: 10px;padding-right: 10px;line-height: 1;padding: 13px 10px;}section.card-order mark.stock-message {color: #FFF;position: absolute;top: 0;bottom: 0;text-align: center;margin: auto;width: 100%;height: fit-content;background-color: #888;}.full-description:not(.tabs) {padding: 43px 0 59px;}section.product-collection.product-mini {grid-template-columns: repeat(4, calc(25% - 16px));}.zw-main>.single,.action {margin-left: auto;margin-right: auto;max-width: 1280px;width: 100%;}.zw-main>.sides,.sides-nogap {max-width: calc(1280px - 128px);width: 90%;}.zw-main>header>.sides {max-width: calc(1280px - 128px);width: 90%;}.zw-main>header>.sides.wide,.sides-nogap.wide {max-width: calc(1280px - 128px);margin: 64px auto;}.zw-main>.sides.wide {max-width: 1280px;}.zw-main>.full {margin: 0 auto 120px 0;padding: 64px 0;overflow: hidden;background: rgba(158, 202, 220, 0.12);}.zw-main>.full>.series {max-width: calc(100% - 10%);margin: 0 auto;}.zw-main>header>section>article.series {max-width: calc(1280px - 5%);margin: 0 auto;}.zw-main>.full>.split {max-width: calc(100% - 10%);margin: 0 auto;position: relative;display: -ms-grid;display: grid;-ms-grid-columns: 2fr 1fr;grid-template-columns: 2fr 1fr;grid-gap: 40px;}.zw-main>.full>.split-bal {max-width: calc(100% - 10%);margin: 0 auto;position: relative;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 40px;}.zw-main>.full>.split article {padding: 80px 0;}.zw-main>.full>.split-bal article {padding: 80px 0;}.zw-main>ul {padding-inline-start: 0;}.zw-main>li {display: inline-block;list-style: none;}.zw-main>figure {width: 100%;margin: 0;margin-inline-start: 0;margin-inline-end: 0;}.zw-main>section {margin-bottom: 120px;}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {.zw-main>.full>.split>figure.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-right: 80px;}.zw-main>.full>.split>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-left: 80px;}}.bg-peach {background: #FCF0EC;max-width: 100%;}.bg-peach>article {padding-top: 24px;}#stripe-a {width: 100vw;min-width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;-webkit-transform: skewY(-12deg);transform: skewY(-12deg);-webkit-transform-origin: 0;transform-origin: 0;background: linear-gradient(150deg, #134DA3 12%, #5995ED 50%, #A2FFEC 74%);z-index: -1;}#stripe-a,#stripe-a span {position: absolute;}#stripe-a span {height: 40px;}#stripe-a :first-child {width: 33.33333%;width: calc(100% / 3);left: -16.66666%;left: calc(calc(calc(100% / 3) / 2) * -1);background: #134DA3;}#stripe-a :nth-child(2) {width: 33.33333%;width: calc(100% / 3);left: -16.66666%;top: calc(190px * 2);left: calc(calc(100% / 3) / 2);background: #134DA3;opacity: 12%;}#stripe-a :nth-child(3) {width: 33.33333%;width: calc(100% / 3);left: -16.66666%;top: calc(190px * 2);left: calc(calc(calc(100% / 3) / 2) + calc(100% / 3));background: #5995ED;opacity: 25%;}#stripe-a :nth-child(4) {width: 33.33333%;width: calc(100% / 3);top: calc(190px * 2);left: -16.66666%;right: calc(calc(calc(100% / 3) / 2) * -1);background: #A2FFEC;opacity: 8%;}#stripe-a :nth-child(5) {width: calc(100% / 3);bottom: 0;height: 200px;background: #5995ED;opacity: 25%;}#stripe-a :nth-child(6) {width: calc(100% / 3);bottom: 0;height: 200px;right: calc(calc(calc(100% / 4) / 2) * -1);background: #FCCF12;opacity: 8%;}.footer-pattern-a:before {content: "";position: absolute;left: 0;right: 0;height: 6000px;background: #005781;-webkit-transform: skew(0, -12deg);transform: skew(0, -12deg);}.col-1 {width: 8.33%;}.col-2 {width: 16.66%;}.col-3 {width: 25%;}.col-4 {width: 33.33%;}.col-5 {width: 41.66%;}.col-6 {width: 50%;}.col-7 {width: 58.33%;}.col-8 {width: 66.66%;}.col-9 {width: 75%;}.col-10 {width: 83.33%;}.col-11 {width: 91.66%;}.col-12 {width: 100%;}.pb-none {padding: 0 !important;}.pb-1 {padding-bottom: 8px;}.pb-2 {padding-bottom: 12px;}.pb-3 {padding-bottom: 16px;}.pb-4 {padding-bottom: 24px;}.pb-5 {padding-bottom: 32px;}.pb-6 {padding-bottom: 40px;}.pb-7 {padding-bottom: 48px;}.pb-8 {padding-bottom: 56px;}.pb-9 {padding-bottom: 64px;}.pb-10 {padding-bottom: 72px;}.pb-11 {padding-bottom: 80px;}.pb-12 {padding-bottom: 88px;}.pb-13 {padding-bottom: 96px;}.mb-1 {margin-bottom: 8px;}.mb-2 {margin-bottom: 12px;}.mb-3 {margin-bottom: 16px;}.mb-4 {margin-bottom: 24px;}.mb-5 {margin-bottom: 32px;}.mb-6 {margin-bottom: 40px;}.mb-7 {margin-bottom: 48px;}.mb-8 {margin-bottom: 56px;}.mb-9 {margin-bottom: 64px;}.mb-10 {margin-bottom: 72px;}.mb-11 {margin-bottom: 80px;}.mb-12 {margin-bottom: 88px;}.mb-13 {margin-bottom: 96px;}.mb-large {margin-bottom: 240px;}.zw-main img {width: 100%;height: auto;vertical-align: middle;}.img-cover-all {height: 100%;vertical-align: unset;object-fit: cover;}.img-stage {padding: 40px;background: #0E1C36;}.img-logo {width: 100%;height: 56px;}.avatar {width: 80px;height: 80px;margin-right: 24px;}.avatar-100 {max-width: 80px;width: 100%;height: 80px;margin-bottom: 24px;}.avatar-240 {width: 240px;height: 240px;margin: 0 auto;}.card-img-center {overflow: hidden;text-align: center;padding-top: 32px;}.no-bg {background: transparent !important;}.brand-01 {color: #005781;}.text-01 {color: #0D0E0D;}.text-02 {color: #4B4F4C;}.text-white {color: #fff;}.text-transparent {color: transparent;}.text-green {color: #76A31B;}.zw-main h1 {font-size: calc(36px + (64 - 36) * ((100vw - 300px) / (4000 - 300)));letter-spacing: -1px;line-height: normal;margin: 0 0 24px 0;}.zw-main h2 {font-size: calc(30px + (36 - 30) * ((100vw - 300px) / (4000 - 300)));letter-spacing: -1px;font-weight: 400;line-height: normal;margin: 0 0 24px 0;}.zw-main h3 {font-size: 30px;letter-spacing: -1px;line-height: normal;margin: 0 0 24px 0;}.zw-main h4 {font-size: 25px;letter-spacing: -1px;line-height: normal;margin: 0 0 24px 0;}.zw-main h5 {font-size: 22px;letter-spacing: -0.5px;line-height: normal;margin: 0 0 24px 0;}.zw-main h6 {font-size: 19px;letter-spacing: -1px;line-height: normal;margin: 0 0 24px 0;}.zw-main p {font-weight: 300;font-size: 16px;line-height: normal;max-width: 840px;padding: 0;}.zw-main q {font-size: 18px;letter-spacing: -1px;font-weight: 400;line-height: normal;color: #4B4F4C;}.cover-title {font-size: 88px;font-weight: 700;line-height: normal;margin: 0 0 24px 0;padding: 0 0 24px 0;max-width: 840px;}.quote>p {padding-top: 32px;font-size: 18px;font-weight: 700;line-height: 160%;}.single>p {margin-left: auto;margin-right: auto;}.zw-main label {font-weight: 400;}.text-center {text-align: center;}.text-left {text-align: left;}.text-right {text-align: right;}.text-indent {padding-left: 56px;}.text-light {font-weight: 300;}.primary-btn {border-radius: 2px;border: none;color: #ffffff;height: 50px;padding: 0 24px;font-size: 16px;font-weight: 400;text-align: center;text-transform: uppercase;cursor: pointer;margin-right: 4px;margin-bottom: 4px;}.pri-green {background: #76A31B;color: #ffffff;}.primary-btn-white {background: #ffffff;border-radius: 2px;border: none;height: 50px;padding: 0 24px;font-size: 16px;font-weight: 400;text-align: center;text-transform: uppercase;cursor: pointer;}.secondary-btn {background: #ffffff;border-radius: 2px;color: #000;border: 1px solid #000;box-sizing: border-box;height: 50px;padding: 0 24px;font-size: 16px;font-weight: 400;text-align: center;text-transform: uppercase;cursor: pointer;margin-bottom: 4px;margin-right: 4px;}.sec-blue {background: #ffffff;color: #005781;border: 1px solid #ffffff;}.sec-green {background: #ffffff;color: #76A31B;border: 1px solid #ffffff;}.sec-green-border {background: #ffffff;color: #76A31B;border: 1px solid #76A31B;}.secondary-btn:hover {color: #000;border: 1px solid #000;}.secondary-btn:focus {color: #000;border: 1px solid #000;}.sec-info {background: #2D7DD2;border-radius: 2px;border: none;color: #ffffff;height: 50px;padding: 0 24px;font-size: 16px;font-weight: 700;text-align: center;text-transform: uppercase;cursor: pointer;margin-bottom: 4px;}.sec-warning {background: #DE9151;border-radius: 2px;border: none;color: #ffffff;height: 50px;padding: 0 24px;font-size: 16px;font-weight: 700;text-align: center;text-transform: uppercase;cursor: pointer;margin-bottom: 4px;}.sec-success {background: #329F5B;border-radius: 2px;border: none;color: #ffffff;height: 50px;padding: 0 24px;font-size: 16px;font-weight: 700;text-align: center;text-transform: uppercase;cursor: pointer;margin-bottom: 4px;}.outline-btn {background: transparent;border-radius: 2px;border: 1px solid #ffffff;color: #ffffff;height: 50px;padding: 0 24px;font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 400;text-align: center;text-transform: uppercase;cursor: pointer;margin-bottom: 4px;}.zw-main>input {background: #ffffff;border-radius: 2px;border: solid 1px #BEC2BF;color: #0D0E0D;height: 50px;width: 100%;padding: 0 12px;font-size: 16px;}.grid-container-two {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr;grid-template-columns: 1fr 1fr;grid-column-gap: 24px;grid-row-gap: 24px;}.grid-container-three {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr 1fr;grid-template-columns: repeat(3, 1fr);grid-column-gap: 24px;grid-row-gap: 24px;}.grid-container-four {display: -ms-grid;display: grid;-ms-grid-columns: 2fr 2fr 2fr 2fr;grid-template-columns: repeat(4, 1fr);grid-column-gap: 24px;grid-row-gap: 24px;}.grid-container-six {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns: repeat(6, 1fr);grid-column-gap: 24px;grid-row-gap: 24px;}.grid-container-squared {display: -ms-grid;display: grid;-ms-grid-columns: 2fr 2fr 2fr 2fr 2fr;grid-template-columns: repeat(5, 2fr);grid-column-gap: 32px;grid-row-gap: 32px;}.grid-newsletter-three {display: -ms-grid;display: grid;-ms-grid-template-columns: 0.3fr 3fr 1fr;grid-template-columns: 0.3fr 3fr 1fr;grid-column-gap: 24px;grid-row-gap: 24px;}.grid-newsletter-three>article>button:nth-child(1) {margin-bottom: 12px;}@media screen\0 {.ie8910 .grid-container-squared>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {.grid-container-two>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-right: 24px;}.grid-container-two>.b {-ms-grid-row: 1;-ms-grid-column: 2;}.grid-container-squared>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.d {-ms-grid-row: 1;-ms-grid-column: 4;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.e {-ms-grid-row: 1;-ms-grid-column: 5;margin-bottom: 32px;}.grid-container-squared>.f {-ms-grid-row: 2;-ms-grid-column: 1;margin-right: 32px;}.grid-container-squared>.g {-ms-grid-row: 2;-ms-grid-column: 2;margin-right: 32px;}.grid-container-squared>.h {-ms-grid-row: 2;-ms-grid-column: 3;margin-right: 32px;}.grid-container-squared>.i {-ms-grid-row: 2;-ms-grid-column: 4;margin-right: 32px;}.grid-container-squared>.j {-ms-grid-row: 2;-ms-grid-column: 5;}.grid-container-three>.card-b {width: auto;}.grid-container-three>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.d {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.e {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.f {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.d {-ms-grid-row: 1;-ms-grid-column: 4;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.e {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.f {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.g {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.h {-ms-grid-row: 2;-ms-grid-column: 4;margin-bottom: 32px;margin-right: 32px;}.grid-container-six>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-right: 32px;}.grid-container-six>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-right: 32px;}.grid-container-six>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-right: 32px;}.grid-container-six>.d {-ms-grid-row: 1;-ms-grid-column: 4;margin-right: 32px;}.grid-container-six>.e {-ms-grid-row: 1;-ms-grid-column: 5;margin-right: 32px;}.grid-container-six>.f {-ms-grid-row: 1;-ms-grid-column: 6;margin-right: 32px;}.grid-newsletter-three>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-right: 32px;}.grid-newsletter-three>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-right: 32px;}.grid-newsletter-three>.c {-ms-grid-row: 1;-ms-grid-column: 3;}.dialog>article {width: 75%;}}.card-signin {background: #fff;border-radius: 8px;box-shadow: 0 12px 50px 0px rgba(38, 34, 97, 0.11), 0 17px 50px 0px rgba(38, 34, 97, 0.08);padding: 40px;}.card-signin>input:nth-child(3) {margin-bottom: 16px;}.card-signin>input:nth-child(5) {margin-bottom: 24px;}.card-signin>button {width: 100%;}.card-a {display: inline-block;background: #ffffff;overflow: hidden;}.card-b {display: inline-block;background: #ffffff;box-shadow: 0px 12px 16px rgba(13, 14, 13, 0.08);border-radius: 4px;overflow: hidden;width: 100%;}.card-c {display: inline-block;background: rgba(158, 202, 220, 0.12);border-radius: 4px;overflow: hidden;}.card-c:hover {background: #ffffff;box-shadow: 0px 12px 16px rgba(13, 14, 13, 0.08);color: #F26522;}.card-d {display: inline-block;background: #C2D7DA;overflow: hidden;}.card-e {display: inline-block;background: rgba(255, 241, 208, 0.75);overflow: hidden;}.card-f {display: inline-block;background: #FBBFAC;overflow: hidden;}.card-g {display: inline-block;background: #D0EEFB;overflow: hidden;}.card-h {display: inline-block;background: #0D2C54;overflow: hidden;}.card-i {display: inline-block;background: rgba(194, 215, 218, 0.5);overflow: hidden;}.card-j {display: inline-block;background: #D9E5C0;overflow: hidden;}.card-k {display: inline-block;background: #F9CED4;overflow: hidden;}.card-img {overflow: hidden;}.card-img-icon {width: 165px;height: 165px;text-align: center;overflow: hidden;}.card-img-go {width: 100%;height: auto;text-align: center;overflow: hidden;}.card-img-pads {padding: 32px 0;}.card-container-a,.card-container-b {padding: 32px;text-align: center;}.card-img-left {margin-inline-start: 0;margin-inline-end: 40px;}.card-img-right {margin-inline-start: 40px;margin-inline-end: 0;}.flex-row {display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;}.flex-column {display: flex;margin: 12px;flex-direction: column;flex-basis: 100%;flex: 1;}.grid-a {display: -ms-grid;display: grid;width: 100%;-ms-grid-columns: 1fr 1fr 1fr;grid-template-columns: repeat(3, 1fr);grid-column-gap: 24px;grid-row-gap: 24px;}.grid-a span {font-size: normal;font-weight: 300;}.grid-a button {width: 100%;}.grid-a>li .grid-a-input {padding-right: 32px;}.grid-b {display: -ms-grid;display: grid;width: 100%;-ms-grid-columns: 1fr 1fr;grid-template-columns: 1fr 1fr;grid-column-gap: 24px;grid-row-gap: 24px;border-top: 1px solid #ECE8EF;padding: 88px 0;}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {.grid-a>.a {-ms-grid-row: 1;-ms-grid-column: 1;width: 90%;}.grid-a>.b {-ms-grid-row: 1;-ms-grid-column: 2;width: 90%;}.grid-b>.a {-ms-grid-row: 1;-ms-grid-column: 1;width: 90%;}.grid-b>.b {-ms-grid-row: 1;-ms-grid-column: 2;}.grid-a>button.c {-ms-grid-row: 1;-ms-grid-column: 3;}}.sides {position: relative;display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr;grid-template-columns: 1fr 1fr;grid-gap: 80px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;align-items: center;margin-left: auto;margin-right: auto;}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {.sides>figure.a,.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-right: 40px;}.sides>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-left: 40px;}}.sides-nogap {position: relative;display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1.7fr;grid-template-columns: 1fr 1.7fr;grid-gap: 0;align-items: center;margin-left: auto;margin-right: auto;}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {.sides-nogap>figure.a {-ms-grid-row: 1;-ms-grid-column: 1;}.sides-nogap>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-left: 80px;}.quote>p {margin-left: auto;margin-right: auto;}.single>p {margin-left: auto;margin-right: auto;}ul {padding-left: 0;}.ul-avatar {height: 48px;}}.sides-nogap>article {padding: 0 40px;text-align: center;}.sides-full {position: relative;height: 100vh;}.zw-main>section.sides.wide {width: 100%;}.zw-main>section.action {position: relative;margin-left: auto;margin-right: auto;}.zw-main>section.single {position: relative;text-align: center;}.sections {margin-top: 260px;z-index: -1;}.logo-slide {height: 100px;width: 1270px;overflow: hidden;}.mover {height: 150px;width: 100vw;position: relative;animation: scroll 6s linear infinite;top: 0;left: 0;}.mover:hover {animation-play-state: paused;}@keyframes scroll {to {transform: translateX(-100%);}}#hero-video-banner>article {padding: 140px 0 64px 0;left: 50%;text-align: center;color: #ffffff;}#hero-video-banner article>div {padding: 0 0 64px 0;max-width: 100%;}#hero-video-banner>.video {position: absolute;width: 100vw;height: calc(100vw * (9/16));min-height: 100%;top: 0;left: 0;overflow: hidden;z-index: -2;object-fit: cover;}#hero-video-banner>.overlay {position: absolute;width: 100vw;height: calc(100vw * (9/16));min-height: 100%;top: 0;left: 0;overflow: hidden;z-index: -1;background: rgba(13, 14, 13, 0.15)}.parallax {perspective: 1px;-webkit-perspective: 1px;overflow-x: hidden;overflow-y: scroll;height: 100%;-webkit-overflow-scrolling: touch;scrollbar-width: none;-ms-overflow-style: none;}.parallax::-webkit-scrollbar {width: 0;}.parallax-container {position: relative;height: 100vh;}.parallax-group {position: relative;height: 50%;bottom: 0;padding: 0 8px;transition: transform 0.5s;transform-style: preserve-3d;}.parallax-layer {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}.parallax-layer-base {padding: 0 8px;z-index: 4;transform: translateZ(0);-webkit-transform: translateZ(0);}.parallax-layer-back {transform: translateZ(-1px) scale(2);-webkit-transform: translateZ(-1px) scale(2);}.parallax-layer-deep {padding: 0 8px;transform: translateZ(-2px) scale(3);-webkit-transform: translateZ(-2px) scale(3);}.parallax article {position: absolute;width: 50%;left: 40%;transform: translate(-50%, -75%);-webkit-transform: translate(-50%, -75%);text-align: left;}.parallax .video {position: absolute;width: 100vw;height: calc(100vw * (9/16));min-height: 100%;top: 0;left: 0;overflow: hidden;object-fit: cover;}.parallax>.overlay {position: absolute;width: 100vw;height: calc(100vw * (9/16));min-height: 100%;top: 0;left: 0;overflow: hidden;z-index: 1;background: rgba(13, 14, 13, 0.12)}.cover-img {background-image: url("/site/neptunes3-dev/images/nike.jpg");position: relative;height: 100vh;background-position: center;background-repeat: no-repeat;background-size: cover;}.cover {overflow-x: hidden;overflow-y: hidden;}.cover-back {position: absolute;top: 0;left: 0;bottom: 0;overflow: hidden;width: 100vw;height: calc(100vw * (9/16));min-height: 100%;z-index: -1;}.cover-img article {position: relative;display: block;text-align: left;padding-top: 240px;left: 32px;}.left {width: 65%;}.center {width: 65%;margin: 0 auto;text-align: center;}.cover-img-below .cover {width: 100%;max-width: 1280px;margin: 0 auto;}.cover-img-below .cover-sm {width: 50%;margin: 120px auto 0 auto;}.cover-img-below article {position: relative;display: block;text-align: center;padding-top: 64px;}.cover-email-form {position: relative;display: flex;align-items: flex-start;width: 100%;}.cover-email-form input,.cover-email-form input[type=text],.cover-email-form input[type=checkbox],.cover-email-form input[type=password],.cover-email-form input[type=email],.cover-email-form input[type=search],.cover-email-form textarea {min-width: 210px;height: 50px;width: 100%;line-height: unset;border-top-right-radius: 0;border-bottom-right-radius: 0;border-right: 0;margin-top: 0;}.cover-email-form button {display: inline-block;flex-shrink: 0;max-width: 200px;width: 100%;border-top-left-radius: 0;border-bottom-left-radius: 0;}.dialog {position: relative;display: flex;align-items: flex-start;}.dialog-center {position: relative;display: flex;align-items: center;margin: 0 auto;}.dialog img {padding-right: 16px;}.blob-hero-right {right: 0;animation: blob-hero-right 12s ease-in-out infinite;}.parallax-containers {display: flex;justify-content: center;align-items: center;border: 1px solid black;height: 200px;width: 200px;perspective: 8px;perspective-origin: 50%;}.parallax-element {height: 100px;width: 100px;background: red;transform: translateZ(0px);animation: animateZ 2s infinite;}@keyframes animateZ {from {transform: translateZ(0px);}to {transform: translateZ(4px);}}.parallax-container .show-marquee {transform: translateY(-60%);-webkit-transform: translateY(-60%);}.show-marquee {position: absolute;right: 0;left: 0;transform: translateY(100%);-webkit-transform: translateY(100%);transition-property: opacity, transform;-webkit-transition-property: opacity, transform;transition-duration: 1s;-webkit-transition-duration: 1s;transition-timing-function: cubic-bezier(0.23, 1, 0.320, 1);-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.320, 1);}.show-marquee-body {display: -moz-flex;display: flex;-moz-flex-direction: row;flex-direction: row;-moz-align-items: center;align-items: center;-moz-justify-content: flex-start;justify-content: flex-start;height: calc(57.453552px + 102.546448 * ((100vw - 320px) / 1120));overflow: hidden;width: 100%;}.show-marquee-text {-webkit-text-stroke-width: calc(1px + 0 * ((100vw - 320px) / 1120));-webkit-text-stroke-color: #fff;color: transparent;font-size: calc(44.967888px + 75.032112 * ((100vw - 320px) / 1120));font-weight: 900;margin: 0;padding-left: calc(44.967888px + 75.032112 * ((100vw - 320px) / 1120));padding-right: calc(44.967888px + 75.032112 * ((100vw - 320px) / 1120));text-transform: uppercase;white-space: nowrap;animation: show-marquee-scroll linear infinite 6s;}@keyframes show-marquee-scroll {to {transform: translateX(-100%);}}.testimonial-slider-one {display: block;width: 100%;height: auto;margin-top: 80px;}.testimonial-slider-one ul.slider {display: block;list-style: none;padding: 0;position: relative;display: inline-block;width: 100%;height: 180px;overflow: hidden;margin: 0 auto;}.testimonial-slider-one ul.slider li {position: absolute;display: block;width: 100%;opacity: 0;margin: 0 auto;}.testimonial-slider-one ul.slider li {opacity: 1;-webkit-animation: fade-animation-1 8s infinite;animation: fade-animation-1 8s infinite;}.testimonial-slider-one ul.slider li:nth-child(2) {-webkit-animation: fade-animation-2 8s infinite;animation: fade-animation-2 8s infinite;}.testimonial-slider-one ul.slider li:nth-child(3) {-webkit-animation: fade-animation-3 8s infinite;animation: fade-animation-3 8s infinite;}.testimonial-slider-one ul.slider li:nth-child(4) {-webkit-animation: fade-animation-4 8s infinite;animation: fade-animation-4 8s infinite;}.testimonial-slider-one q {display: inline-block;letter-spacing: .5pt;text-shadow: 0 5px 10px rgba(0, 0, 0, .1);max-width: 560px;}.testimonial-slider-one .source {margin-top: 25px;color: #d9e0f9;}@keyframes fade-animation-1 {0%,25%,100% {opacity: 0}3%,22% {opacity: 1;}}@keyframes fade-animation-2 {0%,25%,50%,100% {opacity: 0}28%,47% {opacity: 1;}}@keyframes fade-animation-3 {0%,50%,75%,100% {opacity: 0}53%,72% {opacity: 1;}}@keyframes fade-animation-4 {0%,75%,100% {opacity: 0}78%,97% {opacity: 1;}}@-webkit-keyframes fade-animation-1 {0%,25%,100% {opacity: 0}3%,22% {opacity: 1;}}@-webkit-keyframes fade-animation-2 {0%,25%,50%,100% {opacity: 0}28%,47% {opacity: 1;}}@-webkit-keyframes fade-animation-3 {0%,50%,75%,100% {opacity: 0}53%,72% {opacity: 1;}}@-webkit-keyframes fade-animation-4 {0%,75%,100% {opacity: 0}78%,97% {opacity: 1;}}@media only screen and (max-width: 459px) and (min-width: 300px) {.cover-email-form {display: block;width: 100%;}.cover-email-form input {min-width: 0;width: 100%;border-radius: 2px;border-right: solid 1px #BEC2BF;}.cover-email-form button {max-width: 100%;width: 100%;border-radius: 2px;margin-top: 8px;}}@media only screen and (max-width: 504px) {figure {text-align: center;}}@media only screen and (max-width: 760px) {.zw-main>header>section>article.series {max-width: calc(100% - 5%);}.zw-main>.single,.action,.zw-main>.sides,.zw-main>.sides.wide {width: 100%;max-width: calc(100% - 48px);margin-left: auto;margin-right: auto;}.zw-main>header>.sides,.zw-main>header>.sides.wide,.zw-main>.full>.split,.zw-main>.full>.split-bal,.sides-nogap.wide {display: block;width: 100%;max-width: calc(100% - 48px);grid-template-columns: auto;}.zw-main>.sides,.zw-main>.sides.wide article,.zw-main>header>.sides article,.zw-main>header>.sides.wide article,.sides-nogap.wide article {margin-bottom: 32px;}.zw-main>header>.sides figure,.zw-main>.sides,.zw-main>.sides.wide figure {margin-bottom: 32px;}.button-bot {margin-bottom: 8px;}[class*="col-"] {width: 100%;}.text-indent {padding-left: 24px;}li {padding-bottom: 24px;}.parallax-layer img {height: 100%;width: auto;}.zw-main>section.sides {display: block;grid-template-columns: auto;width: 100%;margin: 0 auto 80px auto;}.sides>article>figure {margin: 37px}.zw-main>section.action>.grid-a>ul:nth-child(2) {padding: 0 48px 0 0;}.text-indent {padding-left: 0;}.grid-container-two,.grid-newsletter-three,.grid-container-six,.grid-container-four,.grid-container-three,.grid-container-squared {-ms-grid-columns: auto;grid-template-columns: auto;grid-column-gap: 0;grid-row-gap: 24px;}.grid-a,.grid-b {-ms-grid-columns: auto;grid-template-columns: auto;grid-row-gap: 24px;width: 100%;margin: 0 auto;}.grid-a li,.grid-b li {width: 100%;padding-bottom: 0;}.cover-title {font-size: 42px;}#hero-video-banner article>div {padding: 0;}.card-img-left,.card-img-right {margin-inline-start: 0;margin-inline-end: 0;margin: 0 24px;}.logo-slide {width: 100%;}.mover {width: 100%;}.parallax .video {object-fit: cover;}.parallax article {width: 90%;left: 50%;}.cover-img-below .cover-sm {width: 90%;}.cover-img article {left: 0;padding-top: 120px;}.cover-img-below article {padding-top: 64px;}.left {width: 90%;}.content-navigation {padding-right: 24px;}.sides>.b {margin-left: 0;}}@media only screen and (min-width: 761px) and (max-width: 1024px) {.zw-main>header>section>article.series {max-width: calc(100% - 5%);}.zw-main>.single,.action,.zw-main>.sides,.zw-main>.sides.wide {max-width: calc(100% - 48px);margin-left: auto;margin-right: auto;}.zw-main>header>.sides,.zw-main>header>.sides.wide,.sides-nogap.wide {display: block;width: 100%;max-width: calc(100% - 48px);grid-template-columns: auto;}.zw-main>.sides,.zw-main>.sides.wide article,.zw-main>header>.sides article,.zw-main>header>.sides.wide article,.sides-nogap.wide article {margin-bottom: 32px;}.grid-container-two .grid-container-six,.grid-container-four,.grid-container-three,.grid-container-squared {grid-template-columns: repeat(2, 1fr);grid-column-gap: 24px;grid-row-gap: 24px;}.zw-main>section.sides {grid-gap: 24px;width: 100%;margin: 0 0 80px 0;}.grid-a,.grid-b {grid-template-columns: auto;grid-column-gap: 24px;grid-row-gap: 24px;width: 100%;margin: 0;}.cover-title {font-size: 64px;}.logo-slide {width: 100%;}.text-indent {padding-left: 0;}.parallax article {width: 90%;left: 50%;}.cover-img article {left: 0;padding-top: 120px;}.left {width: 90%;}.content-navigation {padding-right: 24px;}}@media only screen and (max-width: 991px) {.zw-main-nav-side {display: -moz-flex;display: flex;-moz-flex-direction: column;flex-direction: column;-moz-align-items: center;align-items: center;-moz-justify-content: flex-start;justify-content: flex-start;background: transparent;border: none;position: fixed;top: 0;right: 0;bottom: 0;left: auto;padding-top: 0;padding-bottom: 0;width: 90px;}.zw-main-nav-menubar {display: -moz-flex;display: flex;-moz-flex-direction: column;flex-direction: column;-moz-align-items: center;align-items: center;-moz-justify-content: center;justify-content: center;background: white;height: 90px;margin: 0;width: 90px;}.zw-main-nav-menubar-iconbar {transform: translateX(-10%) rotate(-90deg);}.zw-main-nav-menubar-button {display: none;}.zw-main-nav-side .sidebar-nav {display: none;}.content-navigation {padding-right: 24px;}.zw-main-nav-top {max-width: 100%;padding: 0;}.zw-main-nav-top>.nav-btn {display: inline-block;position: absolute;right: 0px;top: 0px;}.zw-main-nav-top>.nav-btn>label {display: inline-block;width: 50px;height: 50px;padding: 13px;}.zw-main-nav-top>.nav-btn>label:hover,.zw-main-nav-top #nav-check:checked~.nav-btn>label {background-color: white;}.zw-main-nav-top>.nav-btn>label>span {display: block;width: 25px;height: 10px;border-top: 2px solid #000;}.zw-main-nav-top>.nav-links {position: absolute;display: block;width: 100%;height: 0px;transition: all 0.3s ease-in;overflow-y: hidden;top: 50px;left: 0px;}.zw-main-nav-top>.nav-links>a {display: block;width: 100%;}.zw-main-nav-top>#nav-check:not(:checked)~.nav-links {height: 0px;}.zw-main-nav-top>#nav-check:checked~.nav-links {height: calc(100vh - 50px);overflow-y: auto;}}@media only screen and (min-width: 1024px) and (max-width: 1025px) {.grid-container-squared,.grid-container-three,.grid-container-four {-ms-grid-columns: 4fr 4fr 4fr;grid-template-columns: repeat(3, 4fr);grid-column-gap: 32px;grid-row-gap: 32px;}.grid-container-squared>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;}.grid-container-squared>.d {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.e {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.f {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;}.grid-container-squared>.g {-ms-grid-row: 3;-ms-grid-column: 1;margin-right: 32px;margin-bottom: 32px;}.grid-container-squared>.h {-ms-grid-row: 3;-ms-grid-column: 2;margin-right: 32px;margin-bottom: 32px;}.grid-container-squared>.i {-ms-grid-row: 3;-ms-grid-column: 3;margin-bottom: 32px;}.grid-container-squared>.j {-ms-grid-row: 4;-ms-grid-column: 1;margin-right: 32px;}.grid-container-three>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.d {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.e {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.f {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.d {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.e {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.f {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.g {-ms-grid-row: 3;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.h {-ms-grid-row: 3;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}}@media only screen and (min-width: 1025px) and (max-width: 1123px) {.zw-main>.sides,.zw-main>.sides.wide article,.zw-main>header>.sides article,.zw-main>header>.sides.wide article,.sides-nogap.wide article {margin-bottom: 32px;}.zw-main>header>section>article.series {max-width: calc(100% - 5%);}.zw-main>.single,.action,.zw-main>.sides,.zw-main>.sides.wide {max-width: calc(100% - 128px);margin-left: auto;margin-right: auto;}.zw-main>header>.sides,.zw-main>header>.sides.wide,.sides-nogap.wide {display: block;width: 100%;max-width: calc(100% - 128px);grid-template-columns: auto;}.grid-container-squared {grid-template-columns: repeat(3, 4fr);grid-column-gap: 32px;grid-row-gap: 32px;}.logo-slide {width: 100%;}.content-navigation {padding-right: 24px;}}@media only screen and (min-width: 1124px) and (max-width: 1365px) {.zw-main>header>section>article.series {max-width: calc(100% - 5%);}.zw-main>.single,.action,.zw-main>.sides,.zw-main>.sides.wide {max-width: calc(100% - 128px);}.grid-container-squared,.grid-container-three,.grid-container-four {-ms-grid-columns: 4fr 4fr 4fr;grid-template-columns: repeat(3, 4fr);grid-column-gap: 24px;grid-row-gap: 24px;}.grid-container-squared>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;}.grid-container-squared>.d {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.e {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-squared>.f {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;}.grid-container-squared>.g {-ms-grid-row: 3;-ms-grid-column: 1;margin-right: 32px;margin-bottom: 32px;}.grid-container-squared>.h {-ms-grid-row: 3;-ms-grid-column: 2;margin-right: 32px;margin-bottom: 32px;}.grid-container-squared>.i {-ms-grid-row: 3;-ms-grid-column: 3;margin-bottom: 32px;}.grid-container-squared>.j {-ms-grid-row: 4;-ms-grid-column: 1;margin-right: 32px;}.grid-container-three>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.d {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.e {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-three>.f {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.a {-ms-grid-row: 1;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.b {-ms-grid-row: 1;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.c {-ms-grid-row: 1;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.d {-ms-grid-row: 2;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.e {-ms-grid-row: 2;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.f {-ms-grid-row: 2;-ms-grid-column: 3;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.g {-ms-grid-row: 3;-ms-grid-column: 1;margin-bottom: 32px;margin-right: 32px;}.grid-container-four>.h {-ms-grid-row: 3;-ms-grid-column: 2;margin-bottom: 32px;margin-right: 32px;}.logo-slide {width: 100%;}.content-navigation {padding-right: 24px;}}@media only screen and (max-width: 1344px) {.zw-main-nav-top {max-width: 100%;padding: 0;}}@media only screen and (min-width: 2560px) {.zw-main>.full>.series,.zw-main>.full>.split,.zw-main>.full>.split-bal {max-width: 1280px;}.zw-main>header>.sides.wide h1 {font-size: 48px;}.parallax .video {object-fit: cover;width: 100vw;}}}.zw-main h1 {font: 600 50px/120% 'Poppins', sans-serif;letter-spacing: 0;margin: 0 0 20px 0;}.zw-main h2 {font: 600 40px/120% 'Poppins', sans-serif;letter-spacing: 0;margin: 0 0 20px 0;}.zw-main h3 {font: 600 35px/120% 'Poppins', sans-serif;letter-spacing: 0;margin: 0 0 20px 0;}.zw-main h4 {font: 600 30px/120% 'Poppins', sans-serif;letter-spacing: 0;margin: 0 0 20px 0;}.zw-main h5 {font: 600 24px/120% 'Poppins', sans-serif;letter-spacing: 0;margin: 0 0 20px 0;}.zw-main h6 {font: 600 16px/120% 'Poppins', sans-serif;letter-spacing: 0;margin: 0 0 20px 0;}.zw-main p {font-weight: 400;font-family: 'Poppins', sans-serif;font-size: 16px;;max-width: none;padding: 0;}button[type="button"].secondary-btn {color: #FD582D;}button[type="button"].secondary-btn:hover {color: #fff;border-color: #FD582D;}.zw-main h1 {letter-spacing: normal;}.grid-container-five {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;grid-template-columns: repeat(5, 1fr);gap: 24px;}.about-us-section .cu-section-title {margin-bottom: 68px;}.featured-prod-section.zw-main>section {padding: 98px 0;}.zw-main>section.sides.wide {margin-bottom: 0;}.grid-container-three>.a {margin-bottom: 0 !important;}.featured-list-section .grid-container-four {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}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;font: 600 16px/165% 'Poppins', sans-serif; letter-spacing: 0.05em;padding: 16px 20px; position: relative;border: 0px solid #FD582D; border-radius: 0;text-align: center;}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;}div .product-card .select-options {font: 600 16px/165% 'Poppins', sans-serif; letter-spacing: 0.05em;padding: 16px 20px; position: relative;border: 0px solid #FD582D; border-radius: 0;text-transform: uppercase;}div .catview header.title.search h1 {margin: 0;position: relative;z-index: 1;align-items: center;text-align: center;font-size: 80px;}div .catview header.title.search p {color: #fff;}div .row {margin-right: 0;margin-left: 0;}div #shop-cart .border input[type="submit"] {width: auto;padding: 0 !important;}div #shop-cart {padding-bottom: 0;}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;}div .input-group-btn {width: auto;}#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;}}body.pop-overlay-cart .popup-cart {font-size: 14px;}body.pop-overlay-cart .popup-cart button.close:hover {background-color: transparent;}.headerwrap {border-bottom: 1px solid #E1E1E1;}.site-header .__container {max-width: 1816px;}.site-header {padding-left: 20px;padding-right: 20px;}.site-header .__container-grid {grid-template-columns: auto 1fr 216px auto auto auto;align-items: center;gap: 20px 18px;}.wrap-top-cart {font-weight: 600;font-size: 13px;line-height: 19px;display: flex;align-items: center;text-align: center;color: #2D2D2D;background: #E8E8E8;border-radius: 4px;padding: 6px 9px 6px;text-transform: uppercase;}.login-2>a {font: 600 16px/120% 'Poppins', sans-serif;font-size: 14px;text-transform: uppercase;color: #2D2D2D;}.login-2>a:hover {color: #C17A38;}.heder-top-bar {background-color: #2D2D2D;width: 100vw;position: relative;margin-left: -50vw;left: 50%;padding: 10px 20px;}aside#mini-cart::after {content: "Cart";text-transform: uppercase;vertical-align: middle;}.footer-top {background-color: #E1E1E1;}.footer-top .__container-grid {grid-template-columns: repeat(4, 1fr);gap: 20px;padding: 5% 20px;}.footer-top .blurb-content-wrapper .heading-title {font-size: 16px;line-height: 100%;padding-bottom: 15px;}.footer-top .blurb-content li a {padding: 8px 0;display: block;font-size: 14px;line-height: 100%;}.footer-top .footer-phone-email li:nth-child(1) a {font-size: 24px;line-height: 100%;color: #FD582D !important;}.footer-top .footer-phone-email li a,.footer-top .footer-maps li a {padding: 5px 0;}.footer-bar .__container {padding: 20px;}.footer-bar .copyright {font-size: 14px;line-height: 170%}.footer-widget .icon-title>* {margin-bottom: 5px;line-height: 100%;padding-bottom: 15px;font-size: 16px;}.footer-widget ul.cu-icons li {display: inline-block;margin-right: 20px;}div .cu-icons>li:last-child {margin-right: 0;}.cu-icons i.fa {color: #2D2D2D;}@media screen and (max-width: 1450px) {div .content_tabs ul li.tab>a {padding-bottom: 20px;}div .content_tabs>nav>ul {padding-top: 20px;}}@media screen and (max-width: 1536px) {.header-hamburger {grid-area: hamburger-menu;}.header-logo {grid-area: logo;}.header-search {grid-area: header-search;}.main-navigation {grid-area: main-navigation;}.header-members-login {grid-area: header-login;}.shop-favourites {grid-area: shop-favourites;}.top-cart {grid-area: top-cart;}.site-header .__container-grid {grid-template-rows: auto;grid-template-areas: "logo . header-search header-login shop-favourites top-cart" "main-navigation main-navigation main-navigation main-navigation main-navigation main-navigation";padding-top: 20px;}div .content_tabs ul li.tab>a {padding: 0 15px 20px;}div .content_tabs>nav>ul {padding-top: 0;}}@media screen and (max-width: 1024px) {.main-navigation,.header-search,.header-members-login,.shop-favourites {display: none;}.header-hamburger,nav.hamburger {display: block;}.site-header .__container-grid {grid-template-areas: "hamburger-menu logo top-cart";grid-template-columns: auto 1fr auto;justify-items: center;gap: 30px;padding: 15px 0;}}@media screen and (max-width: 765px) {.footer-top .__container-grid {grid-template-columns: repeat(2, 1fr);}.footer-top li {padding: 0;}}@media screen and (max-width: 568px) {.wrap-top-cart {font-size: 0;}}@media screen and (max-width: 380px) {.footer-top .__container-grid {grid-template-columns: auto;}}.component_Template_Primary {
margin: 0; margin: 0; padding: 0;  } #c150.component_Template_Primary {
 } #c501.component_Template_Primary {
margin: 0px; padding: 0px;  } .component_Template_BasicTheme_OneColumn {
margin: 0; margin: 0; padding: 0;  } header#page-title.image {
text-align: center;
margin: 0;
top: 0;
margin-top: -1px;
width: 100vw;
position: relative;
left: 50%;
margin-left: -50vw;
overflow: hidden;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
header#page-title.image h1 {
margin: 120px 0 100px;
color: #fff;
}
header#page-intro {
width: 100%;
margin: auto auto 60px;
text-align: center;
}
header#page-title.image.intro h1 {
margin: 120px 0 20px;
padding: 0;
}
header#page-title.image.intro section h1 {
margin: 0;
padding: 0 0 0;
}
header#page-title.image.intro section * {
color: #fff;
}
#page-title.image.intro section {
width: 50%;
margin: auto auto 120px;
text-align: center;
}
.component_ContentDisplay_PageTitle {
margin: 0; margin: 0; padding: 0;padding-bottom: 0;
 } #c159.component_ContentDisplay_PageTitle {
padding-bottom: 0;
 } #c159 {
margin-top: 56px;.
margin-top: 100px;
text-align: center;
} .component_Template_GenericTemplate {
margin: 0; margin: 0; padding: 0;  } 
