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:#e53c34;
color: #fff;
}
div button,
div input[type=submit],
a.button {
transition: background 0.2s;
position: relative;
display: inline-block;
font: 18px 'Source Sans Pro', sans-serif;
cursor: pointer;
background: #c7342d;
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 #c7342d;
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: #c7342d;
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: 18px 'Source Sans Pro', sans-serif;
cursor:pointer;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
background: url('/site/glasscorp/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(/site/glasscorp/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(/site/glasscorp/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-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('/site/glasscorp/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: 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: #303538;
background: #FFFFFF;
margin: 0; padding:0;
text-align:center; font-family: 'Source Sans Pro', sans-serif;
font-size:18px;
line-height: 1.3;
}
form {
margin: 0;
padding: 0;
}
p,td,div,h1,h2,h3,h4,h5,h6 {
font-family: 'Source Sans Pro', sans-serif;
color: #303538;
line-height: 1.3;
}
p,td {
line-height: 1.3;
}
p {
font: 1em 'Source Sans Pro', sans-serif;
color: #303538;
line-height: 1.3;
}
th {
font-size:11px;
line-height: 1.3;
}
h1 {
font: 700 40px 'Source Sans Pro', sans-serif;
color: #284c96;
margin: 5px 0;
line-height: 1.3;
}
h2 {
font: 700 34px 'Source Sans Pro', sans-serif;
color: #284c96;
margin: 5px 0;
margin: 5px 0;
line-height: 1.3;
}
h3 {
font: 700 28px 'Source Sans Pro', sans-serif;
color: #284c96;
margin: 4px 0;
margin: 5px 0;
line-height: 1.3;
}
h4 {
font: 700 24px 'Source Sans Pro', sans-serif;
color: #284c96;
margin: 5px 0;
line-height: 1.3;
}
h5 {
font: 700 20px 'Source Sans Pro', sans-serif;
color: #284c96;
margin: 3px 0;
margin: 5px 0;
line-height: 1.3;
}
h6 {
font: 700 18px 'Source Sans Pro', sans-serif;
color: #284c96;
margin: 3px 0;
margin: 5px 0;
line-height: 1.3;
}
a {
color:#c7342d;
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: #c7342d;
}
a:active {
color: #e53c34;
text-decoration: none;
}
a:hover {
color: #e53c34;
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/glasscorp/images/basic_theme/bullet.png) no-repeat 0 11px;
padding-left: 15px;
}
.headerwrap {
width: 100%;
margin: 0 auto;
text-align:center;
}
.menuwrap {
width: 100%; text-align:center; }
.docwrap { width: 100%;
text-align:center;
}
.prefooterwrap {
width: 100%;
text-align:center;
}
.footerwrap {
width: 100%;
text-align:center;
}
.postmenuwrap {
width: 100%;
text-align:center;
}
.header {
width: 1280px;
text-align: left;
margin: 0 auto;
}
.postmenu {
width: 1280px;
text-align: left;
margin: 0 auto;
}
.menu_bar {
width: 1280px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
table.document {
width: 1280px;
text-align: left;
margin: 0 auto;
clear:both;
}
div.prefooter {
clear:both;
width: 1280px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
div.prefooter b, div.prefooter p, div.prefooter td, div.prefooter div {
color:#303538;
}
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: #284c96;
color: #FFFFFF;
font-weight: bold;
}
.site-subdued {
background: #EEEEEE;
}
.component_Template_Site {
margin: 0; margin: 0; padding: 8px 14px;  } #c72.component_Template_Site {
 } #c213 h1 ,#c91 h1,#c513 h1,
#c159 h1
{
font-size:40px;
text-align:center;
}
blockquote
{
background: #efeefe url('/site/glasscorp/images/basic_theme/quote.gif') no-repeat 5px 10px;
border:solid 1px #999;
text-indent:26px;
padding:10px;
margin:5px;
}
blockquote:after{
content:"";
display:block;
height:19px;
width:27px;
background: url('/site/glasscorp/images/basic_theme/closequote.gif') no-repeat bottom right;
margin-left:auto;
}
@media screen and ( max-width: 440px ) {
div, td, span, a{
word-wrap:break-word;
}
} .plain_content {
height: 100%;
}
.component_ContentDisplay_Content {
margin: 0; margin: 0; padding: 8px 14px;  } #c1161.component_ContentDisplay_Content {
 } #c1162.component_ContentDisplay_Content {
 } #c1163.component_ContentDisplay_Content {
 } #c1164.component_ContentDisplay_Content {
 } .content_tabs li.tab a{
font-weight: normal;
}
.content_tabs {
width:100%;
float:Left;
background: transparent url("/site/glasscorp/images/gui/TopLevelMenu.gif") bottom left repeat-x;
font:inherit;
font-size:1em;
line-height: 40px;
padding: inherit
}
.content_tabs li {
line-height: 40px;;
}
.content_tabs td {
line-height: 40px;
}
.content_tabs ul {
margin:0;
padding:0;
list-style:none;
}
.content_tabs li.tab {
float:left;
background: transparent url("/site/glasscorp/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("/site/glasscorp/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:#ccc;
}
.content_menubar a:active {color:#ccc;}
.content_tabs li a, .content_tabs li a:active, .content_tabs li a:visited {
color:#333;
}
.content_tabs li a:hover {
color:#ccc;
}
.content_tabs .sep {
color: #333;
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: 1px solid #bbb;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
padding: 5px; box-shadow:1px 1px 6px #666; z-index:1001;
width: 650px;
}	.ct_dropdown_subcat {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 320px;
float: left;
padding: 0px 5px;
// -webkit-hyphens: auto;
// -moz-hyphens: auto;
// hyphens: auto;
white-space:pre-wrap;
}
.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: bold 16px Arial;
padding: 5px; margin: none;
}
.content_tabs .ct_dropdown ul, .content_tabs .ct_dropdown a, .content_tabs .ct_dropdown a,.content_tabs .ct_dropdown a:hover, .content_tabs .ct_dropdown li {
padding:0;
margin:0;
background: none;
}
.content_tabs .ct_dropdown li {
font: normal 14px Arial;
background:none;
padding: 5px; margin: none;
}
.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;  } @media screen and (min-width: 481px) {.content_tabs ul > .ct_has_dropdown > .ct_dropdown {left: 0 !important;padding: 0;}.content_tabs .ct_dropdown ul.ct_dropdown_children {display: none; position: absolute;width: 100%;left: 335px;background: #fff;top: 0;padding-top: 25px;box-sizing: border-box;height: 100% !important;border-left: 1px solid #f4f4f4;}.content_tabs .ct_dropdown .ct_dropdown_subcat {width: 100%;}.content_tabs .ct_dropdown .ct_dropdown_subcat h3 {width: 320px;padding-bottom: 7px;margin-bottom: 0;border-right: 2px solid #f4f4f4;padding-left: 20px;box-sizing: border-box;vertical-align: middle;}.content_tabs .ct_dropdown .ct_dropdown_subcat:nth-child(1) h3 {padding-top: 30px; }.content_tabs .ct_dropdown .ct_dropdown_subcat h3.more {padding-bottom: 30px;}.content_tabs .ct_dropdown .ct_dropdown_subcat h3:not(.more) > a {background: url('/site/glasscorp/images/basic_theme/arrow.gif') no-repeat right 5px center;}.content_tabs .ct_dropdown ul.ct_dropdown_children li {width: 33% !important;display: inline-block;vertical-align: top;margin-bottom: 20px;}} #c120.component_Navigation_ContentTabs {
margin: 0; padding: 0;  } .menuwrap
{
border-bottom: 4px solid #303538;
}
#c120 > .content_tabs
{
line-height: 1;
height: auto;
float: none;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
}
#c120 > .content_tabs > nav > ul
{
text-align: left;
line-height: 1;
}
#c120 > .content_tabs > nav > ul > li
{
padding: 0 10px;
float: none;
display: inline-block;
}
#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: 'Source Sans Pro', sans-serif;
font-weight: 800;
font-size: 18px;
text-transform: capitalize;
padding: 20px 10px;
border-bottom: 0 solid transparent; line-height: 1;
height: auto;
color: #284c96;
}
#c120 > .content_tabs > nav > ul > li.tab.sel > a,
#c120 > .content_tabs > nav > ul > li.tab:hover > a
{
color: #c7342d;
}
#c120 > .content_tabs > nav > ul > li.ct_has_dropdown
{
background: url(/site/glasscorp/images/basic_theme/caret-down.png) no-repeat scroll center right;
}
.content_tabs .ct_dropdown
{
width: auto !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:#284c96 !important;
font:700 15px 'Source Sans Pro', sans-serif !important; text-align:left;
text-transform: capitalize !important;
}
.ct_dropdown_subcat li > a
{
color:#84898c!important;
font:500 15px 'Source Sans Pro', sans-serif !important;
text-align:left;
}
.ct_dropdown_subcat li {
padding:2px 0 2px 18px!important;
}
.ct_dropdown_subcat li> a:hover,
.ct_dropdown_subcat h3> a:hover
{
color:#c7342d!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;}
.ct_dropdown_col {
width: 23%!important;
float: none;
display: inline-block;
vertical-align: top;
margin: 10px 0;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat {
padding-left: 0;
}
@media screen and (min-width: 481px) {
.content_tabs .ct_dropdown .ct_dropdown_subcat:nth-child(1) h3 {
padding-top: 10px;
}
.content_tabs ul > .ct_has_dropdown > .ct_dropdown {
padding-top: 30px;
padding-bottom: 30px;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat h3 {
border-right: 0 none;
padding: 7px 15px 7px 20px !important;
transition: all 0.5s ease;
width: 335px;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat h3:not(.more):hover > a {
color: #fff !important;
background-image: none;
}
.content_tabs ul > .ct_has_dropdown > .ct_dropdown:before {
content: '';
width: 2px;
height: 100%;
top: 0;
left: 335px;
display: inline-block;
position: absolute;
background: #f4f4f4;
}
.content_tabs ul > .ct_has_dropdown > .ct_dropdown {
border-left: 4px solid transparent;
box-sizing: border-box;
}
.flat-glass > .ct_dropdown,
.thermawood > .ct_dropdown,
.safety-equipment > .ct_dropdown,
.igu-products > .ct_dropdown,
.processing-equipment > .ct_dropdown {
border-left-color: #284c96 !important;
}
.flat-glass > .ct_dropdown .ct_dropdown_subcat h3:hover,
.thermawood > .ct_dropdown .ct_dropdown_subcat h3:hover,
.safety-equipment > .ct_dropdown .ct_dropdown_subcat h3:hover,
.igu-products > .ct_dropdown .ct_dropdown_subcat h3:hover,
.processing-equipment > .ct_dropdown .ct_dropdown_subcat h3:hover {
background: #284c96 !important;
}
.fabricator > .ct_dropdown {
border-left-color: #009ba4 !important;
}
.fabricator > .ct_dropdown .ct_dropdown_subcat h3:hover {
background: #009ba4 !important;
}
.auto-glass > .ct_dropdown {
border-left-color: #c7342d !important;
min-height: 600px;
}
.auto-glass > .ct_dropdown .ct_dropdown_subcat h3:hover {
background: #c7342d !important;
}
.content_tabs .ct_dropdown ul.ct_dropdown_children li {
width: 30% !important;
}
}
@media screen and (max-width: 1170px) {
#c120 > .content_tabs > nav > ul {
text-align: center;
}
}
@media screen and (max-width: 480px) {
div#c120.component_Navigation_ContentTabs ul:before, div#c120.component_Navigation_ContentTabs ul:after { content: "\0020"; display: block; overflow: hidden; height: 0;
} div#c120.component_Navigation_ContentTabs ul:after { clear: both; } div#c120.component_Navigation_ContentTabs ul { zoom: 1; } #c120 .content_tabs li.tab {
width: 50%;
padding: 0 !important;
line-height: 120%!important;
height: 46px!important;
float: left!important;
display: table!important;
margin: 0;
border-top: 0;
border-left: 0;
border-right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ct_dropdown_children
{
border: 0 !important;
}
#c120 .content_tabs ul li.tab > a {
vertical-align:middle;
text-align: left;
font-size: 16px;
}
.content_tabs li.tab .ct_dropdown.ct_show {
width: 100%!important;
z-index: 200002;
left: 0 !important;
}
.content_tabs li.tab .ct_dropdown_subcat
{
width: auto; }
#c120 div.content_tabs {
margin: 0 auto;
}
div#c120.component_Navigation_ContentTabs nav {
padding: 0;
}
div#c120.component_Navigation_ContentTabs ul {
margin: 0 auto;
padding: 0;
border-bottom: 0;
max-width: 860px;
border-right: 0;
border: 0;
border-top: 1px solid #dddddd;
}
.content_tabs div.ct_dropdown
{
top: auto;
}
#c120 > .content_tabs > nav > ul > li.ct_has_dropdown {
background: url(/site/glasscorp/images/basic_theme/caret-down.png) no-repeat scroll center right 10%;
}
div#c120.component_Navigation_ContentTabs ul ul.ct_dropdown_children {
margin-bottom: 15px;
height: auto !important;
display: none;
}
.content_tabs li.tab .ct_dropdown_subcat {
width: 100%;
}
.content_tabs .ct_dropdown li a {
padding: 5px 15px !important;
}
.ct_dropdown_subcat h3 {
padding: 0;
margin: 0;
}
.ct_dropdown_subcat h3 a {
padding: 10px 20px !important;
}
}
body .component_Template_Primary {
padding: 0;
margin: 0;
}
.headerwrap {
background: #284c96;
position: relative;
}
.site-header,
.site-header *,
.site-footer,
.site-footer * {
box-sizing: border-box;
}
.site-header .header-favourites a::before,
.site-header .header-contact a.contact::before,
.site-header .header-login a::before,
.site-header .header-account a::before {
content: '';
display: block;
width: 20px;
height: 20px;
background: url(/site/glasscorp/images/basic_theme/ui_sprites.svg) no-repeat 0 -440px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto 0;
filter: brightness(0) invert(1);
}
.site-header {
display: -ms-grid;
display: grid;
-ms-grid-columns: 270px 1fr auto auto min-content min-content;
grid-template-columns: 270px 1fr auto auto min-content min-content;
-ms-grid-rows: 110px;
grid-template-rows: 110px;
width: 100%;
max-width: 1280px;
margin: 0 auto;
color: #fff;
font-size: 16px;
align-items: center;
}
.site-header > * {
display: block;
width: 100%;
font-weight: 400;
-ms-grid-row: 1; grid-row: 1;
-ms-grid-row-align: center;
align-self: center;
}
.site-header .header-login a::before,
.site-header .header-account a::before {
width: 26px;
height: 26px;
background-position-y: -740px;
transform: scale(0.77);
}
.site-header .hamburger-wrap {
display: none;
}
.site-header .logo {
-ms-grid-column: 1;	grid-column: 1;
}
.site-header .search-area {
-ms-grid-column: 2; grid-column: 2;
}
.site-header .header-favourites {
-ms-grid-column: 3;	grid-column: 3;
}
.site-header .header-contact {
-ms-grid-column: 4;	grid-column: 4;
}
.site-header .header-contact a {
position: relative;
padding-left: 49px;
}
.site-header .header-contact a.contact::before {
left: 18px;
background: url('/site/glasscorp1-dev/images/basic_theme/phone.png') no-repeat 0 0;
width: 26px;
height: 26px;
transform: scale(0.9);
}
.site-header .header-login,
.site-header .header-account {
-ms-grid-column: 5;	grid-column: 5;
height: 100%;
border-left: 1px solid #325db7;
border-right: 1px solid #325db7;
padding: 0 20px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.site-header .header-popup-cart:hover,
.site-header .header-login:hover,
.site-header .header-account:hover {
background: #325db7;
}
.site-header .header-login a::before,
.site-header .header-account a::before {
position: static;
top: unset;
left: unset;
bottom: unset;
margin: 0 auto;
transform: unset;
}
.site-header .header-popup-cart {
-ms-grid-column: 6;	grid-column: 6;
height: 100%;
border-right: 1px solid #325db7;
position: relative;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.site-header .header-popup-cart nav {
padding: 0 20px;
}
.site-header .header-popup-cart .popup-cart footer .cart {
color: #c7342d;
}
.site-header a,
.site-header a:hover,
.site-header button {
font-size: inherit;
font-weight: normal;
color: inherit;
text-decoration: none;
}
.site-header .header-favourites a {
position: relative;
display: inline-block;
padding: 14px 25px 14px 49px;
border: 1px solid #325db7;
border-radius: 6px;
margin-left: 30px;
}
.site-header .header-favourites a::before {
left: 20px;
}
.site-header .header-favourites a:hover {
background: #325db7;
}
.site-header .contact,
.site-footer .footer-enquire,
.site-footer .logout {
background: #c7342d;
border-radius: 6px;
padding: 14px 25px;
font-weight: 600;
margin-left: 28px;
}
.site-footer .logout {
display: block;
margin: 10px 0 10px 0;
max-width: 100px;
text-align: center;
}
.site-header .contact {
margin-right: 30px;
font-weight: 400;
}
.site-header .header-contact a:last-child {
display: none;
}
.site-header .contact:hover {
background: #b3211a;
}
.site-header #mini-cart i,
.site-header #mini-cart i::before {
width: 29px;
height: 28px;
}
.site-header #mini-cart .c-count {
left: calc(50% + 5px);
top: 0px;
width: 17px;
line-height: 17px;
font-size: 11px;
}
.site-header #mini-cart {
margin-bottom: -4px;
}
.site-header .search-area button[type=submit].loading {
color: #fff !important;
}
.footerwrap {
overflow: hidden;
background: #284c96;
}
.site-footer {
display: -ms-grid;
display: grid;
grid-template-columns: 340px 1fr;
-ms-grid-columns: 340px 1fr;
-ms-grid-rows: auto;
width: 100%;
max-width: 1280px;
margin: 0 auto;
color: #fff;
font-size: 16px;
font-weight: 300;
}
.site-footer > * {
display: block;
width: 100%;
font-weight: 300;
-ms-grid-row: 1;
}
.site-footer .footer-left {
-ms-grid-column: 1;
padding-right: 30px;
text-align: left;
padding-right: 40px;
padding-top: 50px;
padding-bottom: 50px;
}
.site-footer .footer-links {
-ms-grid-column: 2;
position: relative;
height: 100%;
padding: 50px 0 50px 50px;
display: -ms-grid;
display: grid;
grid-template-columns: 305px 330px 1fr;
-ms-grid-columns: 305px 330px 1fr;
-ms-grid-rows: auto;
}
.site-footer .footer-links::before {
content: '';
position: absolute;
display: block;
left: 0;
top: 0;
width: 100vw;
height: 100%;
background: #303538;
z-index: 1;
}
.site-footer .footer-left img {
margin-bottom: 20px;	}
.site-footer .footer-left nav {
margin-top: 10px;
padding-top: 30px;
border-top: 1px solid #325db7;
}
.site-footer .footer-left nav,
.site-footer .footer-left nav a,
.site-footer .footer-left nav a:hover {
font-size: 13px;
color: #fff;
text-decoration: none;
}
.site-footer .footer-left nav a {
font-weight: 600;
display: inline-block;
}
.site-footer .footer-left nav a::before {
content: '|';
display: inline-block;
margin: 0 8px;
font-weight: 300;
color: #666666;
}
.site-footer .footer-left nav a:first-child::before {
content: '';
display: none;
}
.site-footer .footer-left nav aside {
margin-top: 10px;
}
.site-footer .footer-left .component_ContentDisplay_Content,
.site-footer .footer-links .component_ContentDisplay_Content {
margin: 0;
padding: 0;
}
.site-footer .footer-links > * {
padding-right: 50px;
text-align: left;
color: #fff;
z-index: 2;
}
.site-footer .footer-links > :last-child {
padding-right: 0;
}
.site-footer .footer-links :nth-child(1) {
-ms-grid-column: 1;
}
.site-footer .footer-links :nth-child(2) {
-ms-grid-column: 2;
}
.site-footer .footer-links :nth-child(3) {
-ms-grid-column: 3;
}
.site-footer .footer-links div ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer .footer-links div li {
margin: 0 0 15px 0;
padding: 0;
text-align: left;
background: none;
}
.site-footer .footer-links div a {
color: #fff;
}
.site-footer .footer-links div h6 {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
}
.site-footer .footer-contact .plain_content a {
padding-left: 35px;
position: relative;
display: inline-block;
margin-bottom: 20px;
}
.site-footer .footer-contact .plain_content a:first-of-type {
font-weight: 700;
color: #ccc;
font-size: 18px;
}
.site-footer .footer-contact .plain_content a::before {
content: '';
display: block;
width: 26px;
height: 26px;
position: absolute;
top: 0;
left: 0;
background: url('/site/glasscorp/images/basic_theme/phone.png') no-repeat 0 0;
}
.site-footer .footer-contact .plain_content a:nth-child(2)::before {
background: url('/site/glasscorp/images/basic_theme/location.png') no-repeat 0 0;
}
.site-footer .footer-enquire {
margin-left: 0;
display: inline-block;
}
.hamburger-menu .search-form {
display: none;
}
.hamburger-menu a,
.hamburger-menu a:visited,
.hamburger-menu a:hover,
.hamburger-menu .ct_dropdown h3 a,
.hamburger-menu .ct_dropdown h3 a:hover,
.hamburger-menu .ct_dropdown h3 a:visited {
color: #000 !important;
font-weight: 400 !important;
}
.hamburger-menu .ct_dropdown_children {
overflow: hidden;
}
@media screen and (max-width: 1340px) {
.site-header {
padding-left: 20px;
}
.site-footer,
.final-wrap nav {
margin-left: 20px;
margin-right: 20px;
}
.site-footer .footer-links {
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-columns: 1fr 1fr 1fr;
padding: 50px;
}
.catview {
padding-left: 20px;
padding-right: 20px;
}
div .component_Membership_NewAccount {
padding: 0 20px 20px !important;
}
}
@media screen and (max-width: 1150px) {
.headerwrap::before {
content: '';
display: block;
background: #132448;
width: 100%;
height: 42px;
}
.site-header {
margin-top: -42px;
-ms-grid-columns: 270px 1fr auto auto;
grid-template-columns: 270px 1fr auto auto;
-ms-grid-rows: 42px 110px;
grid-template-rows: 42px 110px;
padding: 0 20px;
}
.site-header .header-contact {
-ms-grid-column: 1; grid-column: 1;
}
.site-header .header-favourites {
-ms-grid-column: 2; grid-column: 2;
-ms-grid-column-align: end;
justify-self: end;
}
.site-header .header-login,
.site-header .header-account {
-ms-grid-column: 3; grid-column: 3;
}
.site-header .header-popup-cart {
-ms-grid-column: 4; grid-column: 4;
}
.site-header .logo {
-ms-grid-row: 2; grid-row: 2;
-ms-grid-column: 1; grid-column: 1;
}
.site-header .search-area {
-ms-grid-row: 2; grid-row: 2;
-ms-grid-column: 2;
-ms-grid-column-span: 3;
grid-column: 2 / span 3;
}
.site-header .header-contact a:last-child {
display: inline-block;
}
.site-header .header-contact a {
background: none;
border: none;
padding: 0;
margin: 0;
font-weight: inherit;
}
.site-header .header-contact a.contact {
padding-left: 33px;
}
.site-header .header-contact a.contact::before {
left: 0;
}
.site-header .contact:hover {
background: none;
}
.site-header .header-favourites {
text-align: right;
}
.site-header .header-favourites a {
border: none;
padding: 0 0 0 26px;
margin: 0;
}
.site-header .header-favourites a::before {
left: 0;
}
.site-header .header-favourites a:hover {
background: none;
}
.site-header .header-login,
.site-header .header-account {
border: none;
padding-right: 0;
}
.site-header .header-login:hover,
.site-header .header-account:hover,
.site-header .header-popup-cart:hover {
background: none;
}
.site-header .header-login a,
.site-header .header-account a {
position: relative;
padding-left: 29px;
}
.site-header .header-login a::before,
.site-header .header-account a::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto 0;
transform: scale(0.8);
}
.site-header .header-popup-cart {
border-right: none;
}
.site-header .header-popup-cart nav {
padding-right: 0;
}
.site-header .header-popup-cart #mini-cart {
margin-bottom: 0;
display: inline-block;
margin-right: 8px;
margin-top: 5px;
vertical-align: middle;
}
.site-header .search-area {
max-width: 500px;
-ms-grid-column-align: end;
justify-self: end;
}
.site-footer {
grid-template-columns: 1fr;
-ms-grid-columns: 1fr;
grid-template-rows: auto auto;
-ms-grid-rows: auto auto;
margin: 0;
}
.site-footer .footer-left {
-ms-grid-row: 2; grid-row: 2;
-ms-grid-column: 1; grid-column: 1;
padding: 50px;
}
.site-footer .footer-links {
-ms-grid-row: 1; grid-row: 1;
-ms-grid-column: 1; grid-column: 1;
}
.footer-left .component_ContentDisplay_Content .plain_content {
display: -ms-grid;
display: grid;
-ms-grid-rows: auto;
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto;
align-items: center;
}
.footer-left .plain_content img {
-ms-grid-row: 1; grid-row: 1;
-ms-grid-column-align: center;
}
.footer-left .plain_content img:nth-of-type(1) {
-ms-grid-column: 1; grid-column: 1;
}
.footer-left .plain_content img:nth-of-type(2) {
-ms-grid-column: 2; grid-column: 2;
}
.footer-left .plain_content img:nth-of-type(3) {
-ms-grid-column: 3; grid-column: 3;
}
.footer-left .plain_content br {
display: none;
}
div .catview .crumbs {
position: static;
left: unset;
top: unset;
right: unset;
margin: 0 0 15px 0;
text-align: unset;
}
div .catview aside.subnav.no-filter {
width: 0;
overflow: hidden;
}
}
@media screen and (max-width: 700px) {
.site-header .header-login a,
.site-header .header-account a,
.site-header .header-favourites a {
overflow: hidden;
width: 26px;
}
.site-header .header-popup-cart span {
display: none;
}
}
@media screen and (max-width: 540px) {
.site-header {
-ms-grid-columns: 50px 1fr auto 1fr 50px;
grid-template-columns: 50px 1fr auto 1fr 50px;
-ms-grid-rows: 42px 110px auto;
grid-template-rows: 42px 100px auto;
}
.site-header .header-contact {
-ms-grid-column: 1; -ms-grid-column-span: 2;
grid-column: 1 / span 2;
width: 100%;
overflow: visible;
}
.site-header .header-favourites {
-ms-grid-column: 3;
-ms-grid-column-span: 2;
grid-column: 3 / span 2;
-ms-grid-column-align: end;
justify-self: end;
padding-top: 2px;
padding-right: 10px;
}
.site-header .header-login,
.site-header .header-account {
-ms-grid-column: 5; grid-column: 5;
padding-left: 0;
}
.site-header .header-hamburger {
display: block;
-ms-grid-row: 2; grid-row: 2;
-ms-grid-column: 1; grid-column: 1;
}
.site-header .logo {
-ms-grid-row: 2; grid-row: 2;
-ms-grid-column: 2;
-ms-grid-column-span: 3;
grid-column: 2 / span 3;
-ms-grid-column-align: center;
justify-self: center;
text-align: center;
}
.site-header .header-popup-cart {
-ms-grid-row: 2; grid-row: 2;
-ms-grid-column: 5;
grid-column: 5;
position: relative;
}
.site-header .header-popup-cart > nav {
padding: 0;
position: absolute;
right: 5px;
}
.site-header .header-popup-cart > nav #mini-cart {
transform: scale(1.2);
}
.site-header .search-area {
-ms-grid-row: 3; grid-row: 3;
-ms-grid-column: 1;
-ms-grid-column-span: 5;
grid-column: 1 / span 5;
}
.site-header .header-popup-cart {
justify-content: flex-end;
}
body .site-header .search-area {
display: block !important;
margin-bottom: 20px;
}
.site-footer .footer-links {
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.site-footer .footer-links .footer-contact {
-ms-grid-row: 2; grid-row: 2;
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1 / span 2;
margin-top: 20px;
}
.footer-left .component_ContentDisplay_Content .plain_content {
display: block;
}
.footer-left .component_ContentDisplay_Content .plain_content br {
display: inline;
}
}
div .component_Membership_NewAccount {
max-width: 600px;
padding: 0 0 20px;
}
.component_Membership_NewAccount .form td {
padding: 0;
} .component_Membership_NewAccount .form td.flabel {
vertical-align: middle;
min-width: 160px;
}
.component_Membership_NewAccount .form td.fheading {
padding: 20px 0 10px;
}
.component_Membership_NewAccount input:not([type=checkbox]) {
margin: 10px 0;
}
div .component_Membership_NewAccount input[type=checkbox] {
width: 15px;
height: 15px;
}
.component_Membership_NewAccount #lterms_and_conditions {
padding-left: 10px;
width: 80%;
}
.component_Membership_NewAccount input[name=captchavalidation] {
max-width: 100px;
}
.zdialog .close-button {
top: -13px !important;
right: -13px !important;
}
.zdialog .material-icons.close-button {
font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top:0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit; }
p, td,
th,
div {
font-weight: 300;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
textarea, table, td, th, embed, object, img {
max-width: 100%;
}
.ym-wrapper,
.menu_bar,
div.prefooter {
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;
}
.component_Misc_SiteMap > ul {
margin-top: 20px;
padding-left: 0;
}
.component_Misc_SiteMap ul {
list-style: none;
}
.component_Misc_SiteMap ul li {
background: url(/site/glasscorp1-dev/images/basic_theme/bullet.png) no-repeat 0 11px;
padding-left: 13px;
}
#zoom_scroller img:hover {
max-width: none;
}
div .catview {
margin: 15px 0 80px 0;
}
.subcat-menu h2 {
background: #284C96;
color: #fff;
font-weight: bold;
padding: 20px 20px 15px;
}
.catview .crumbs {
font-size: 14px;
color: #5C5C5C;
margin: 20px 0;
}
.catview .crumbs a,
.catview .crumbs a:hover {
color: #C7342D;
text-decoration: none;
}
.catview .crumbs a:last-of-type,
.catview .crumbs a:last-of-type:hover {
color: #555;
}
.catview aside.subnav.no-filter {
display: block;
}
.catview.empty-menu aside.subnav.no-filter {
display: none;
}
.catview aside.subnav.no-filter + main .product-collection {
grid-template-columns: 1fr 1fr 1fr;
}
.catview.empty-menu aside.subnav.no-filter + main .product-collection {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.catview .cat-title h1 {
border-left: 4px solid #284C96;
padding: 14px 0 11px 30px;
color: #284C96;
font-weight: bold;
}
.catview .product-collection {
grid-gap: 40px 20px;
}
.catview .product-card footer {
color: #284C96;
font-weight: 300px;
font-size: 30px;
}
.catview .product-card header .add-favourite {
background: #eee;
}
div .catview .product-card header {
background: none;
}
div .catview .filter-group h3 {
font-family: 'Source Sans Pro', sans-serif;
}
div .catview .filter-group li {
color: #222;
padding: 0;
margin: 0;
font-size: 1.1em;
font-weight: 400;
}
div .catview .filter-group li label {
font-weight: 400;
padding-right: 33px;
}
div .catview .filter-group li input[type=checkbox] {
top: 2px;
}
div .catview .product-card h4, div .product-card h4 a {
font-size: 17px;
}
.catview .product-card .sku {
text-align: center;
margin-bottom: 11px;
}
.catview .product-card .item-title {
margin-bottom: 5px;
}
body .component_ProductDisplay_Product h1,
body .component_ProductDisplay_Product h2,
body .component_ProductDisplay_Product h3 {
text-transform: none !important;
}
.catview .from {
margin: 0;
font-size: 13px;
color: #666;
opacity: 1;
transition: opacity 0.2s ease;
}
.catview .product-card.ordering .from {
opacity: 0;
transition: opacity 0.2s ease;
}
.product-collection .product-card .buy-now {
-ms-grid-columns: 47% 1fr !important;
grid-template-columns: 47% 1fr !important;
}
.product-collection .product-card .buy-now button {
text-transform: none;
font-size: 16px;
font-weight: 600;
}
.product-collection .product-card .quantity label {
line-height: 1em;
font-size: 15px;
font-weight: 300;
}
.product-collection .product-card .quantity label strong {
white-space: nowrap;
}
.catview .product-card .buy-now:first-of-type {
bottom: 60px;
}
.product-card .card-order .short {
display: none;
}
@media only screen and (max-width: 1270px) {
.catview > section > .subnav {
display: none;
}
}
@media only screen and (max-width: 900px) {
.catview main .product-collection,
.catview aside.no-filter + main .product-collection {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media only screen and (max-width: 740px) {
.product-card .card-order .buy-now {
position: absolute;
left: 0;
bottom: 0;
display: block;
transition: display .3s ease;
opacity: 0.9;
width: 100%;
}
body .catview .product-card header {
margin-bottom: 120px;
}
body .product-card .card-order {
bottom: -120px;
}
}
@media only screen and (max-width: 640px) {
body .product-card .card-order .buy-now button.add-to-cart,
body .product-card .card-order .buy-now label,
body .product-card .card-order .buy-now input {
font-size: 15px;
}
body .product-collection .product-card .buy-now {
-ms-grid-columns: 51% 1fr !important;
grid-template-columns: 51% 1fr !important;
}
}
@media only screen and (max-width: 540px) {
.product-card .card-order .full {
display: none;
}
.product-card .card-order .short {
display: block;
}
body .product-collection .product-card .buy-now {
-ms-grid-columns: 42% 1fr !important;
grid-template-columns: 42% 1fr !important;
}
}
.menuwrap {
border-bottom: 4px solid #303538;
}
#c120 > .content_tabs {
line-height: 1;
height: auto;
float: none;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
}
#c120 > .content_tabs > nav > ul {
text-align: left;
line-height: 1;
}
#c120 > .content_tabs > nav > ul > li {
padding: 0 10px;
float: none;
display: inline-block;
}
#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: 'Source Sans Pro', sans-serif;
font-weight: 800;
font-size: 18px;
text-transform: capitalize;
padding: 20px 10px;
border-bottom: 0 solid transparent; line-height: 1;
height: auto;
color: #284c96;
}
#c120 > .content_tabs > nav > ul > li.tab.sel > a,
#c120 > .content_tabs > nav > ul > li.tab:hover > a {
color: #c7342d;
}
#c120 > .content_tabs > nav > ul > li.ct_has_dropdown {
background: url(/site/glasscorp1-dev/images/basic_theme/caret-down.png) no-repeat scroll center right;
}
.content_tabs .ct_dropdown {
width: auto !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:#284c96 !important;
font:700 15px 'Source Sans Pro', sans-serif !important; text-align:left;
text-transform: capitalize !important;
}
.ct_dropdown_subcat li > a {
color:#84898c!important;
font:500 15px 'Source Sans Pro', sans-serif !important;
text-align:left;
}
.ct_dropdown_subcat li {
padding:2px 0 2px 18px!important;
}
.ct_dropdown_subcat li> a:hover,
.ct_dropdown_subcat h3> a:hover {
color:#c7342d!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;
}
.ct_dropdown_col {
width: 23%!important;
float: none;
display: inline-block;
vertical-align: top;
margin: 10px 0;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat {
padding-left: 0;
}
@media screen and (max-width: 1170px) {
#c120 > .content_tabs > nav > ul {
text-align: center;
}
}
@media screen and (max-width: 480px) {
div#c120.component_Navigation_ContentTabs ul:before, div#c120.component_Navigation_ContentTabs ul:after { content: "\0020"; display: block; overflow: hidden; height: 0;
} div#c120.component_Navigation_ContentTabs ul:after {
clear: both;
}
div#c120.component_Navigation_ContentTabs ul {
zoom: 1;
} #c120 .content_tabs li.tab {
width: 50%;
padding: 0 !important;
line-height: 120%!important;
height: 46px!important;
float: left!important;
display: table!important;
margin: 0;
border-top: 0;
border-left: 0;
border-right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ct_dropdown_children
{
border: 0 !important;
}
#c120 .content_tabs ul li.tab > a {
vertical-align:middle;
text-align: left;
font-size: 16px;
}
.content_tabs li.tab .ct_dropdown.ct_show {
width: 100%!important;
z-index: 200002;
left: 0 !important;
}
.content_tabs li.tab .ct_dropdown_subcat {
width: auto; }
#c120 div.content_tabs {
margin: 0 auto;
}
div#c120.component_Navigation_ContentTabs nav {
padding: 0;
}
div#c120.component_Navigation_ContentTabs ul {
margin: 0 auto;
padding: 0;
border-bottom: 0;
max-width: 860px;
border-right: 0;
border: 0;
border-top: 1px solid #dddddd;
}
.content_tabs div.ct_dropdown {
top: auto;
}
#c120 > .content_tabs > nav > ul > li.ct_has_dropdown {
background: url(/site/glasscorp1-dev/images/basic_theme/caret-down.png) no-repeat scroll center right 10%;
}
div#c120.component_Navigation_ContentTabs ul ul.ct_dropdown_children {
margin-bottom: 15px;
height: auto !important;
display: none;
}
.content_tabs li.tab .ct_dropdown_subcat {
width: 100%;
}
.content_tabs .ct_dropdown li a {
padding: 5px 15px !important;
}
.ct_dropdown_subcat h3 {
padding: 0;
margin: 0;
}
.ct_dropdown_subcat h3 a {
padding: 10px 20px !important;
}
}
@media screen and (min-width: 481px) {
.content_tabs ul > .ct_has_dropdown > .ct_dropdown {
left: 0 !important;
padding: 0;
}
.content_tabs .ct_dropdown ul.ct_dropdown_children {
display: none; position: absolute;
width: 100%;
left: 335px;
background: #fff;
top: 0;
padding-top: 25px;
box-sizing: border-box;
height: 100% !important;
border-left: 1px solid #f4f4f4;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat {
width: 100%;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat h3 {
width: 320px;
padding-bottom: 7px;
margin-bottom: 0;
border-right: 2px solid #f4f4f4;
padding-left: 20px;
box-sizing: border-box;
vertical-align: middle;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat:nth-child(1) h3 {
padding-top: 30px; }
.content_tabs .ct_dropdown .ct_dropdown_subcat h3.more {
padding-bottom: 30px;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat h3:not(.more) > a {
background: url('/site/glasscorp1-dev/images/basic_theme/arrow.gif') no-repeat right 5px center;
}
.content_tabs .ct_dropdown ul.ct_dropdown_children li {
width: 33% !important;
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat:nth-child(1) h3 {
padding-top: 10px;
}
.content_tabs ul > .ct_has_dropdown > .ct_dropdown {
padding-top: 30px;
padding-bottom: 30px;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat h3 {
border-right: 0 none;
padding: 7px 15px 7px 20px !important;
transition: all 0.5s ease;
width: 335px;
}
.content_tabs .ct_dropdown .ct_dropdown_subcat h3:not(.more):hover > a {
color: #fff !important;
background-image: none;
}
.content_tabs ul > .ct_has_dropdown > .ct_dropdown:before {
content: '';
width: 2px;
height: 100%;
top: 0;
left: 335px;
display: inline-block;
position: absolute;
background: #f4f4f4;
}
.content_tabs ul > .ct_has_dropdown > .ct_dropdown {
border-left: 4px solid #284c96;
box-sizing: border-box;
}
.content_tabs ul > .ct_has_dropdown > .ct_dropdown h3.cat:hover {
background: #284c96;
}
.content_tabs ul > .ct_has_dropdown.fabricator > .ct_dropdown {
border-left-color: #009ba4;
}
.content_tabs ul > .ct_has_dropdown.fabricator > .ct_dropdown .ct_dropdown_subcat h3:hover {
background: #009ba4;
}
.content_tabs ul > .ct_has_dropdown.auto-glass > .ct_dropdown {
border-left-color: #c7342d;
min-height: 550px;
}
.content_tabs ul > .ct_has_dropdown.auto-glass > .ct_dropdown .ct_dropdown_subcat h3:hover {
background: #c7342d;
}
}
.hamburger-menu .tab {
border-left: solid 6px rgb(40, 76, 150);
}
.hamburger-menu .tab.fabricator {
border-left-color: rgb(0, 155, 164);
}
.hamburger-menu .tab.auto-glass {
border-left-color: rgb(199, 52, 45);
}
.hamburger-menu .tab .cat.dropped,
.hamburger-menu .ct_dropdown .ct_dropdown_subcat h3:hover {
background: #ddd;
}
.hamburger-menu li a.favourites-link {
position: relative;
}
.hamburger-menu li a.favourites-link::before {
width: 20px;
height: 20px;
left: 13px;
filter: brightness(0);
transform: scale(1.01);
position: absolute;
}
.hamburger-menu li a.login-link::before {
filter: brightness(0);
}
.hamburger-menu .ct_dropdown_subcat h3 a {
padding-left: 15px !important;
}
body button.add-favourite::before {
width: 20px !important;
height: 20px !important;
}
#product .crumbs {
left: 0 !important;
top: -40px !important;	}
#product .summary .product-header {
margin-top: 0px;
margin-bottom: 0px;
color: #284C96;
font-weight: bold;
line-height: 1.1em;
}
#product .product-sku {
color: #000;
font-weight: 300;
font-size: 24px;
margin: 10px 0;
}
.component_ProductDisplay_Product .order .add-favourite {
overflow: unset;
text-indent: 27px;
text-transform: none;
color: #c7342d;
font-weight: 300;
margin-left: 0px!important;
margin-top: 16px;
}
.component_ProductDisplay_Product .crumbs,
.component_ProductDisplay_Product .crumbs a,
.component_ProductDisplay_Product .crumbs a:visited {
color: #8e8e93;
}
.component_ProductDisplay_Product #product section#price mark {
color: #284c96;
font-weight: 300;
font-size: 20px;
}
.component_ProductDisplay_Product #product section#price mark #unit {
font-size: 30px;
}
.component_ProductDisplay_Product #product .submission {
grid-column: unset;
}
.component_ProductDisplay_Product #product form.order {
grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
}
.component_ProductDisplay_Product #product form.order button.add {
background: #c7342d;
border-radius: 6px;
padding: 14px 25px;
font-weight: 600;
margin-left: 28px;
border-bottom: none;
margin-left: 0px;
text-transform: none;
}
.component_ProductDisplay_Product #product a.add-box-cart-img {
display: block;
color: #303538;
line-height: 1.1em;
}
.component_ProductDisplay_Product #product a.add-box-cart-img span {
font-size: 16px;
display: block;
}
.component_ProductDisplay_CrossSellHorizontal .cross-sell {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.component_ProductDisplay_CrossSellHorizontal .cross-sell .product-card .buy-now .quantity {
margin-bottom: 0px;
}
.component_ProductDisplay_CrossSellHorizontal .cross-sell .product-card .buy-box .box-quantity {
text-align: center;
}
.component_ProductDisplay_CrossSellHorizontal .cross-sell .product-card header {
background: #fff;
}
.catview .product-card .buy-now:last-of-type {
bottom: 0;
}
.product .info-wrapper {
position: relative;
left: -50vw;
margin: 70px 0;
margin-left: 50%;
width: 100vw;
border-top: 1px solid #ebebeb;
}
.product .info {
width: 100%;
max-width: 1200px;
margin: 0 auto;
box-sizing: border-box;
}
.product .info nav {
display: block;
margin-bottom: 36px;
}
.product .info nav button {
background: none;
font-weight: bold;
color: #828282;
text-transform: none;
padding: 20px 0;
margin: 0 30px 0 0;
border-top: 3px solid transparent;
border-radius: 0;
outline: none;
}
.product .info nav button.active,
.product .info nav button:hover {
color: #000;
border-color: #C7342D;
}
.product .info article {
display: none;
padding: 0;
}
.product .info article.active {
display: block;
}
.product .info article .mobile-heading {
display: none;
}
@media only screen and (max-width: 767px) {
.product .info nav {
display: none;
}
.product .info article {
display: block !important;
padding-top: 40px;
}
.product .info article .mobile-heading {
display: block;
}
}
@media only screen and (max-width: 1280px) {
.product .info {
padding-left: 26px;
padding-right: 26px;
}
}
.popup-cart .thumb img {
width: auto!important;
height: auto!important;
}

.product #tech-info ul {
list-style: none;
padding: 0;
}
.product #tech-info li {
list-style-type: none;
}
.product #tech-info li a {
position: relative;
display: inline-block;
padding: 20px 0 20px 60px;
}
.product #tech-info li a::before {
content: '';
display: block;
width: 38px;
height: 38px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
background: url(/site/glasscorp/images//basic_theme/pdf-icon.png) no-repeat 0 0;
}
.component_Membership_Wishlist {
padding: 0!important;
}
.component_Membership_Wishlist .wishlist_title {
display: none;
}
.component_Membership_Wishlist input[type=submit], .component_Membership_Wishlist + table input[type=submit] {
text-transform: unset;
border-radius: 6px;
background: rgb(199, 52, 45);
display: inline-block;
box-sizing: border-box;
color: #fff;
padding: 14px 10px;
font-size: 13px;
font-weight: 700;
text-align: center;
height: auto;
font: 700 12px Verdana, Arial, Helvetica, sans-serif;
border: 0 none;
width: 160px;
}
.component_Membership_Wishlist + table {
width: 100%;
border-collapse: collapse;
margin: 4px 0;
}
.component_Membership_Wishlist + table tr td {
margin: 0;
padding: 0;
}
.component_Membership_Wishlist input[type=submit]:hover, .component_Membership_Wishlist + table input[type=submit]:hover {
background: rgb(199, 52, 45)!important;
transform: unset!important;
border: none!important;
box-shadow: none!important;
}
.component_Membership_Wishlist div select {
margin: 0;
}
.component_Membership_Wishlist input[type="number"] {
height: 45px;
box-sizing: border-box;	}
.product-card a img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.component_Template_Primary {
margin: 0; margin: 0; padding: 8px 14px;  } #c150.component_Template_Primary {
 } #popup-cart-content .popup-subtotals .delivery h5 {
margin-bottom: 20px;
}
#popup-cart-content .popup-subtotals .delivery .country,
#popup-cart-content .popup-subtotals .delivery {
display: none;
}
.search-form input[type=search] {
color: #303538;
margin: 0;
width: 100%;
font-family: 'Source Sans Pro', sans-serif;
}
#c1160.component_Template_Primary {
 } .component_Template_BasicTheme_OneColumn {
margin: 0; margin: 0; padding: 8px 14px;  } h1.pagetitle {
margin: 5px 0 5px 0;
}
.component_ContentDisplay_PageTitle {
margin: 0; margin: 0; padding: 8px 14px;padding-bottom: 0;
 } #c159.component_ContentDisplay_PageTitle {
padding-top: 20px;
 } .component_Template_GenericTemplate {
margin: 0; margin: 0; padding: 8px 14px;  } 
