@use "mixins.scss";
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
:root {
--step--2: clamp(0.6513rem, 0.6229rem + 0.1417vw, 0.8rem);
--step--1: clamp(0.7813rem, 0.7396rem + 0.2083vw, 1rem);
--step-0: clamp(0.9375rem, 0.878rem + 0.2976vw, 1.25rem);
--step-1: clamp(1.125rem, 1.0417rem + 0.4167vw, 1.5625rem);
--step-2: clamp(1.35rem, 1.2351rem + 0.5744vw, 1.9531rem);
--step-3: clamp(1.62rem, 1.4636rem + 0.7821vw, 2.4413rem);
--step-4: clamp(1.9438rem, 1.7327rem + 1.0554vw, 3.0519rem);
--step-5: clamp(2.3325rem, 2.0501rem + 1.4119vw, 3.815rem);
} html {
font-size: 62.5%;
}
body {
font: normal 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
} .clear:before,
.clear:after {
content: " ";
display: table;
}
.clear:after {
clear: both;
}
.clear {
*zoom: 1;
}
img {
max-width: 100%;
vertical-align: bottom;
}
a {
color: #444;
text-decoration: none;
}
a:hover {
color: #444;
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
}
input:focus {
outline: 0;
border: 1px solid #04a4cc;
}          @font-face {
font-family: "Font-Name";
src: url(//intheditch.com/wp-content/themes/ITD/fonts/font-name.eot);
src: url(//intheditch.com/wp-content/themes/ITD/fonts/font-name.eot?#iefix) format("embedded-opentype"), url(//intheditch.com/wp-content/themes/ITD/fonts/font-name.woff) format("woff"), url(//intheditch.com/wp-content/themes/ITD/fonts/font-name.ttf) format("truetype"), url(//intheditch.com/wp-content/themes/ITD/fonts/font-name.svg#font-name) format("svg");
font-weight: normal;
font-style: normal;
}  ::-moz-selection {
background: #04a4cc;
color: #fff;
text-shadow: none;
}
::selection {
background: #04a4cc;
color: #fff;
text-shadow: none;
}
::-webkit-selection {
background: #04a4cc;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #04a4cc;
color: #fff;
text-shadow: none;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} @media print {
* {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
.copyright {
text-align: center;
}     body {
font: 300 12px/1.4 "Roboto", sans-serif;
color: #373737;
background-color: #eeeeee;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
div {
font-family: "Roboto", sans-serif;
letter-spacing: 0.03em;
word-break: normal;
}
p {
font-size: 1.2em;
}
li {
font-size: 1.2em;
margin: 10px 0px 10px 0px;
}
h1 {
font-size: 3.5em;
}
h2 {
font-size: 2.7em;
margin: 5px 0px;
font-weight: 400;
}
h3,
th {
font-size: 1.5em;
margin: 5px 0px;
}
th {
padding: 0px 15px;
}
hr {
width: 80%;
border-color: #eeeeee;
border-style: solid;
}
div {
background-position: center;
background-size: cover;
}
img {
width: 100%;
height: auto;
}
.lazy {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
main {
width: 100%;
} form,
.sf7,
.wpcf7-form,
form.wpcf7 {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 25px;
}
form h3,
.sf7 h3,
.wpcf7-form h3,
form.wpcf7 h3 {
width: 100%;
text-align: left;
}
form p,
.sf7 p,
.wpcf7-form p,
form.wpcf7 p {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
form label,
.sf7 label,
.wpcf7-form label,
form.wpcf7 label {
width: 45%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
margin: 0px 10px;
font-weight: 300;
font-size: 1em;
}
form label span,
.sf7 label span,
.wpcf7-form label span,
form.wpcf7 label span {
width: 100%;
height: 100%;
}
form label.tacs {
width: 100% !important;
margin: 5px 0px;
padding: 5px 15px;
border-style: solid;
border-width: 1px;
border-color: #8c8c8c;
border-radius: 5px;
}
form label.tacs p {
display: inline;
font-size: 1em;
margin: 0px;
}
form label.tacs p a {
color: #0076c0;
}
form label.tacs p a:hover {
text-decoration: underline;
}
form.init p {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
input,
select {
width: 100%;
margin: 10px;
height: 35px;
min-width: 100px;
padding: 5px 10px;
background-color: #fbfbfb;
border-color: #d4d4d4;
border-style: solid;
border-width: 1px;
border-radius: 3px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
input:focus,
select:focus {
outline: 0;
border-color: #0076c0;
background-color: #aee0ff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
input[type="submit"] {
max-width: 200px;
}
input[type="search"] {
height: 29px;
}
input[type="checkbox"],
input[type="radio"] {
height: 20px;
width: 20px;
min-width: 0px;
}
textarea {
width: 100%;
margin: 10px;
background-color: #fbfbfb;
border-color: #d4d4d4;
border-style: solid;
border-width: 1px;
border-radius: 3px;
}
textarea:active, textarea:focus {
outline: 0;
border-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.multi-file {
width: 100%;
}
table {
width: 100%;
text-align: center;
background-color: #fff;
table-layout: fixed;
}
table tr {
min-height: 35px;
width: 100%;
}
table tr th,
table tr td {
padding: 0px 10px;
}
table tr th {
background-color: #0076c0;
color: #fff;
height: 45px;
}
table tr:nth-of-type(even) {
background-color: #fbfbfb;
} body.home.woocommerce-js div.wrapper {
margin: 30px 0px 0px 0px !important;
}
body.home.woocommerce-js.admin-bar div.wrapper {
margin: 0px !important;
}
body.woocommerce-js div.wrapper {
margin: 140px 0px 0px 0px !important;
}
body.woocommerce-js.admin-bar div.wrapper {
margin: 108px 0px 0px 0px !important;
}
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-style: none;
background-color: rgba(0, 0, 0, 0);
}
button:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
aside {
display: none;
}
a.post-edit-link {
display: none;
} .the-official-itd {
color: #0076c0;
}
.default-content-margin {
margin: 110px 0px;
}
.top-margin-30 {
margin: 30px 0px 0px 0px;
}
.wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 72px 0px 0px 0px;
width: 100%;
padding: 0px;
}
.default-button,
input[type="submit"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
border-style: none;
height: 50px;
min-width: 150px;
padding: 10px 20px;
margin: 10px;
border-style: solid;
border-width: 1px;
border-radius: 100px;
border-color: #eeeeee;
color: #eeeeee;
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
}
.default-button:hover,
input[type="submit"]:hover {
background-color: #0076c0;
color: #fff;
border-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.default-button-thin {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-style: none;
height: 35px;
padding: 10px 20px;
border-style: solid;
border-width: 1px;
border-radius: 100px;
border-color: #eeeeee;
color: #eeeeee;
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
}
.default-button-thin:hover {
background-color: #0076c0;
color: #fff;
border-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.itd-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 50px;
padding: 10px 20px;
border-style: solid;
border-width: 1px;
border-radius: 100px;
border-color: #eeeeee;
color: #fff;
background-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
}
.itd-button:hover {
-webkit-transform: scale(1.0125);
transform: scale(1.0125);
background-color: #0082d3;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
} .column10 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 10%;
}
.column20 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 20%;
}
.column25 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 25%;
}
.column30 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 30%;
}
.column33 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 32%;
}
.column40 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 40%;
}
.column50 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 50%;
}
.column60 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 60%;
}
.column66 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 65%;
}
.column70 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 70%;
}
.column75 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 75%;
}
.column80 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 80%;
}
.column100 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 100%;
}
.column10-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 10%;
}
.column20-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 20%;
}
.column25-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 25%;
}
.column30-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 30%;
}
.column33-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 32%;
}
.column40-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 40%;
}
.column50-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 50%;
}
.column60-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 60%;
}
.column66-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 65%;
}
.column70-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 70%;
}
.column75-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 75%;
}
.column80-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 80%;
}
.column100-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 100%;
}
.text-button {
text-align: center;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
margin: 15px;
font-size: 1.2em;
font-weight: 400;
}
.text-button:hover {
color: #0076c0;
letter-spacing: 1px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.text-area {
padding: 25px 50px;
}
.breadcrumbs {
width: 100%;
min-height: 35px;
background-color: #0077c0;
color: white;
font-size: 14px;
font-weight: bold;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.breadcrumbs .crumbs {
margin: 10px 35px;
}
.breadcrumbs .crumbs a {
color: white;
text-decoration: underline;
}
.itd-tabs-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.itd-tabs-container .itd-tab {
height: 55px;
padding: 5px 10px;
border-style: solid;
border-radius: 5px 5px 0px 0px;
border-color: #eeeeee;
border-width: 1px 1px 0px 1px;
margin-right: 3px;
text-align: center;
font-weight: bold;
font-size: 1.1em;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.itd-tabs-container .itd-tab:hover {
background-color: #0076c0;
border-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.itd-tabs-container .itd-tab-active {
background-color: #0076c0;
border-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.message-sent-container {
width: auto;
height: auto;
margin: 100px auto auto auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.message-sent-container div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.message-sent-container div a {
margin: 20px;
}
img.preloader-custom-img {
position: relative;
top: -210px;
}
.error-login {
font-weight: bold;
padding: 10px;
background-color: red;
color: white;
border-radius: 7px;
}
.post h2,
.post h3,
.post h4,
.post h5,
.post h6,
.post p {
margin: 90px 30px;
}
#scroll-table-text {
font-size: 1em;
color: #0076c0;
display: none;
}    .header {
position: fixed;
top: 0;
width: 100%;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 1000;
}
.upper-header {
min-height: 30px;
background-color: #262626;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 5px 25px;
z-index: 2;
color: #8c8c8c;
}
.upper-header p {
width: auto;
margin: 0px 5px;
padding: 0px;
}
.upper-header .mobile-login-button {
color: #444;
}
.upper-header #login-button {
color: #fff;
margin-left: 5px;
}
.upper-header #login-button:hover {
color: #0076c0;
}
.lower-header {
width: 100%;
height: 75px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: white;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0px 25px;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #eeeeee;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.jump-points-legend {
width: 100%;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jump-points-legend p {
margin: 6px;
}
.jump-select-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jump-points-legend-select {
display: none;
width: 50%;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jump-point-anchor {
cursor: pointer;
}
.progress-container {
background-color: rgba(150, 150, 150, 0.6);
height: 10px;
width: 100%;
}
.progress-bar {
background-color: #2196f3;
height: 10px;
width: 0%;
}
.jump-point-anchor .tooltiptext {
visibility: hidden;
width: 120px;
bottom: 110%;
margin-left: -120px;
font-size: 14px;
background-color: black;
color: #fff;
text-align: center;
padding: 7px;
border-radius: 6px;
position: relative;
z-index: 1;
}
.jump-point-anchor:hover .tooltiptext {
visibility: visible;
}
.jump-point-anchor .tooltiptext::after {
content: " ";
position: absolute;
top: 100%; left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}
.nav-container,
.tools-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: 100%;
width: auto;
}
#itd-logo-swoosh {
fill: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.itd-logo-letters {
fill: #000;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
div#mob-menu-logo .itd-logo-letters {
fill: #000 !important;
}
#grey-logo {
fill: #d4d4d4;
}
.search-icon,
.cart-icon {
height: 40px;
width: 40px;
background-color: #eeeeee;
border-radius: 40px;
margin: 0px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
}
.icon-hover:hover {
background-color: #0076c0;
color: white;
}
#cart-icon-container {
position: relative;
}
#cart-icon-container .cart-items-amount-indicator {
position: relative;
padding: 5px;
position: absolute;
top: -6px;
left: 30px;
height: 20px;
width: 20px;
border-radius: 20px;
color: #fff;
background-color: #dc0000;
font-weight: bold;
font-size: 0.8em;
text-align: center;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.search-icon {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0px 11px;
}
.search-input {
margin: 10px;
background-color: #eeeeee;
border: none;
}
.search-input:focus {
outline: 0;
border-width: 0px;
background-color: #eeeeee;
}
#spicy-ham {
width: 50px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
#spicy-ham i {
color: #8c8c8c;
}
.header #navigation {
list-style: none;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1.5em;
font-weight: 400;
margin: 0px 10px;
padding: 0px;
cursor: pointer;
}
.header #navigation .nav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.header #navigation .nav-link:hover {
background-color: #0177c1;
color: white;
}
#profile-image {
border-radius: 50%;
width: 50px;
height: 50px;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.account-avatar {
position: relative;
margin: 0px 5px;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
border-radius: 50%;
background-color: rgba(51, 51, 51, 0.692);
}
.account-avatar:hover .overlay {
opacity: 1;
}
.icon {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.fa-wrench {
color: white;
}
#header-logo,
#header-logo-mobile-1 {
width: 17rem;
padding: 10px;
}
#header-logo-mobile-1 {
position: fixed;
left: 0;
right: 0;
margin: auto;
}
#mob-menu-logo {
width: 200px;
margin: -50px auto 0 auto;
}
.nav-dropdown-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: auto;
height: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nav-dropdown-content a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 10px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.nav-dropdown-content a i {
font-size: 4em;
}
.nav-dropdown-content a p {
width: 100%;
text-align: center;
font-size: 0.6em;
}
.nav-dropdown-content a:hover {
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.mobile-resources-content,
.mobile-iitd-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: auto;
height: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 25px;
}
.mobile-resources-content a,
.mobile-iitd-content a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 10px;
background-color: #eeeeee;
color: #000;
margin: 10px;
padding: 10px;
width: 100px;
height: 100px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.mobile-resources-content a i,
.mobile-iitd-content a i {
font-size: 3em;
}
.mobile-resources-content a svg,
.mobile-iitd-content a svg {
width: 4em;
}
.mobile-resources-content a p,
.mobile-iitd-content a p {
width: 100%;
text-align: center;
font-size: 1em;
margin: 5px 0px 0px 0px;
}
.mobile-resources-content a:hover,
.mobile-iitd-content a:hover {
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.dropdown-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
width: 100%;
top: 105px;
height: auto;
background-color: white;
color: white;
text-align: center;
font-weight: bold;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
#dropdown-products {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: auto;
}
.product-links-container {
background-color: #0066a6;
color: white;
width: 20%;
}
.product-links-container h2 {
text-align: left;
padding: 10px 25px;
}
.products-menu-content-container {
background-color: cyan;
width: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden;
}
.products-menu-content-slide {
background-color: grey;
height: 100%;
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
left: 0px;
}
.products-menu-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: 100%;
}
#dropdown-products .dropdown-products-tab {
height: 50px;
padding: 12px 25px;
font-size: 1.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.dropdown-products-tab {
text-align: left;
}
.dropdown-products-tab:hover,
.dptab-active {
background-color: #0186d8;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.dropdown-products-tab:hover > i,
.dptab-arrow-active {
opacity: 1 !important;
right: 0px !important;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#dropdown-resources,
#dropdown-inside-itd {
padding: 25px;
}
#dropdown-resources .nav-dropdown-content > a,
#dropdown-inside-itd .nav-dropdown-content > a {
background-color: whitesmoke;
color: black;
width: 150px;
height: 150px;
padding: 2rem;
margin: 2rem;
font-size: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.arrow {
border: solid white;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
position: relative;
right: 8px;
opacity: 0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.right {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.products-menu-hype-image {
width: 90%;
height: 26vw;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.products-menu-description {
color: #fff;
width: 80%;
border-style: solid;
border-width: 2px 0px 0px 0px;
border-color: #fff;
}
.account-drawer {
height: 100%;
z-index: 1099;
width: 0px;
background: #fff;
position: fixed;
right: 0px;
top: 0px;
border-style: solid;
border-width: 0px 0px 0px 1px;
border-color: #eeeeee;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition: width 0.2 ease;
transition: width 0.2 ease;
overflow: hidden;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) -5px 0px 10px 0px;
box-shadow: rgba(0, 0, 0, 0.3) -5px 0px 10px 0px;
}
body.admin-bar .mobile-menu-container {
padding-top: 40px;
}
.mobile-menu-container {
height: 100%;
z-index: 1099;
width: 0px;
background: #fff;
position: fixed;
left: 0px;
top: 0px;
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: #eeeeee;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition: width 0.2 ease;
transition: width 0.2 ease;
overflow: hidden;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 5px 0px 10px 0px;
box-shadow: rgba(0, 0, 0, 0.3) 5px 0px 10px 0px;
}
.mm-slide-system-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 450px;
overflow-y: scroll;
margin-top: 20px;
}
#mm-parent-cat-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
border-style: solid;
border-color: #eeeeee;
border-width: 2px 0px 2px 0px;
margin: 25px 0px;
overflow: hidden;
}
#mm-parent-cat-container button,
#mm-parent-cat-container a {
width: 450px;
min-height: 75px;
padding: 10px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-weight: 600;
font-size: 1.3em;
}
#mm-parent-cat-container button:not(:last-child),
#mm-parent-cat-container a:not(:last-child) {
border-style: solid;
border-color: #eeeeee;
border-width: 0px 0px 2px 0px;
}
#mm-parent-cat-container button i,
#mm-parent-cat-container a i {
font-size: 1.5em;
color: #8c8c8c;
}
.mob-super-sleek-slider {
min-height: 100px;
width: 0%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
margin: 25px 0px;
}
.mob-3s-header {
height: 75px;
width: 450px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
background-color: #0076c0;
border-style: solid;
border-color: #fff;
border-width: 0px 0px 1px 0px;
}
.mob-3s-header h3 {
font-size: 1.7em;
margin: 5px 20px;
color: #fff;
text-align: left;
}
.mob-back-button {
height: 75px;
width: 80px;
padding: 10px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-weight: 600;
font-size: 1.2em;
background-color: #0076c0;
color: #fff;
border-style: solid;
border-color: #fff;
border-width: 0px 0px 0px 1px;
}
.mob-back-button i {
font-size: 1.2em;
margin-right: 4px;
}
#account-links,
.user-web-preferences {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 5px 0px;
width: 100%;
height: auto;
}
#account-links a {
font-weight: bold;
margin: 2px 0px;
}
#account-links > a:hover {
color: #0076c0;
}
#account-links hr {
width: 100%;
}
.text-size-slider-container {
width: 100%;
}
.text-slider {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
height: 25px;
background: #eeeeee;
outline: none;
opacity: 0.7;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.text-slider:hover {
opacity: 1;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.text-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: #0076c0;
cursor: pointer;
}
.text-slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #0076c0;
cursor: pointer;
}
.close-button-container {
width: 100%;
padding: 0px 25px;
margin: 55px 0px 0px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.close-button {
font-weight: 500;
font-size: 1.5em;
width: 25px;
height: 25px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.fa-times {
font-size: 1.3em;
}
.close-button:hover > .fa-times {
color: #0076c0;
}
.account-info-container {
width: 450px;
padding: 5px 25px;
height: auto;
}
#account-name-picture {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#sp-slide {
background-color: blue;
}
#tb-slide {
background-color: pink;
}
#tbacc-slide {
background-color: cyan;
}
#dollies-slide {
background-color: yellow;
}
#dolly-mounts-slide {
background-color: green;
}
#to-slide {
background-color: orange;
}
#tr-slide {
background-color: red;
}
#mob-products-accordion {
width: 100%;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mob-accordion {
width: 100%;
height: 65px;
padding: 5px 20px;
font-size: 1.3em;
color: #0076c0;
-webkit-transition: 0.5s;
transition: 0.5s;
text-align: left;
font-weight: 600;
}
.mob-accordion:hover,
.mob-accordion .mob-acc-active {
background-color: #0076c0;
color: #fff;
border-style: solid;
border-color: #fff;
border-width: 1px 0px;
}
.mob-accordion:not(:last-child) {
border-style: solid;
border-color: #eeeeee;
border-width: 0px 0px 2px 0px;
}
.mob-accordion-panel {
width: 100%;
background-color: #eeeeee;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.2s ease-out;
transition: max-height 0.2s ease-out;
}
.mob-acc-content {
width: 100%;
padding: 25px;
}
.mob-acc-content p {
text-align: center;
}
.mob-acc-content .mobile-products-image {
width: 100%;
height: 50vw;
max-height: 250px;
background-size: contain;
background-repeat: no-repeat;
}
a.button.checkout.wc-forward {
display: none;
}   footer {
width: 100%;
}
.big-foot-container {
width: 100%;
min-height: 600px;
background-color: #262626;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 45px;
}
.big-foot-container .metal-disclaimer {
width: 90%;
max-width: 950px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: auto;
margin-bottom: 30px;
padding-bottom: 30px;
border-style: solid;
border-color: #fbfbfb;
border-width: 0px 0px 1px 0px;
text-align: left;
}
.big-foot-container .metal-disclaimer h4,
.big-foot-container .metal-disclaimer p {
color: #8c8c8c;
}
.big-foot-container .metal-disclaimer h4 {
margin: 4px 0px;
}
.big-foot-container .metal-disclaimer p {
font-size: 0.9em;
letter-spacing: 0.07em;
line-height: 1.7em;
}
.big-foot-container .footer-links-container {
width: 90%;
max-width: 950px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: auto;
list-style-type: none;
margin-bottom: 30px;
padding-bottom: 30px;
border-style: solid;
border-color: #fbfbfb;
border-width: 0px 0px 1px 0px;
}
.big-foot-container .footer-links-container .footer-menu-container {
margin: 20px;
}
.big-foot-container #quick-contact {
width: 90%;
max-width: 950px;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.big-foot-container #quick-contact h3 {
width: 100%;
}
.big-foot-container #quick-contact li {
color: #fff;
list-style: none;
margin: 10px;
}
.big-foot-container #quick-contact li a:hover {
text-decoration: underline;
}
.big-foot-container h3,
.big-foot-container a {
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.big-foot-container h3 {
text-decoration: underline;
}
.big-foot-container a:hover {
text-decoration: underline;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#footer-resources li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#footer-resources li a i {
padding: 10px;
}
.footer-logo-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 45px 0px;
}
.footer-logo-container a {
overflow: visible;
width: 90%;
max-width: 850px;
}
.footer-logo-container a svg {
width: 100%;
height: auto;
}
.footer-logo-container a svg .itd-logo-letters {
fill: #fff;
}
.copyright {
width: 100%;
min-height: 45px;
background-color: #373737;
color: #fff;
margin: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hdtkts {
position: fixed;
bottom: 0px;
width: 100%;
height: 50px;
min-height: 50px;
color: #ffffff;
background-color: #0076c0;
font-size: 1.3em;
font-weight: 400;
letter-spacing: 0.4px;
border: 1px solid #707070;
z-index: 1111;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#newsletter-signup {
background-image: url(https://dev.intheditch.com/wp-content/uploads/2020/08/Rough-Diamond-Plate-Textue.png);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(0, 0, 0, 0.75);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: auto;
min-height: 280px;
padding: 25px 40px;
width: 100%;
max-width: 1550px;
margin: 100px auto 0px auto;
border-radius: 5px 5px 0px 0px;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
#newsletter-signup #subs-form {
padding: 0px;
}
#newsletter-signup #subs-form div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 50%;
padding: 0px 10px;
}
#newsletter-signup #subs-form div label {
width: 100%;
}
#mailing-list-signup {
max-width: 750px;
}
#newsletter-signup > * {
color: white;
}
#mobile-acc-nav {
position: fixed;
bottom: 0;
width: 100%;
height: 75px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: white;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0px 25px;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #eeeeee;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
z-index: 1000;
}
#mob-account-avatar {
position: relative;
width: 100%;
max-width: 400px;
margin: 0px 5px;
}
#subs-form {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#subs-form div {
width: 50%;
padding: 10px;
} @use "mixins.scss";   .custom-slides {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: hidden;
position: relative;
}
.slider-container,
.ind-prod-slide-container {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
position: relative;
}
.slide-wrapper {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-size: contain;
background-repeat: no-repeat;
}
.slide-indicator-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: auto;
width: 100%;
}
.slide-indicator {
height: 5px;
margin: 2px;
background-color: #8c8c8c;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
}
.slide-indicator:hover,
.slide-indicator-active {
height: 7px;
margin: 2px;
background-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.slide-navigation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
width: 100%;
padding: 0px 25px;
position: absolute;
}
.slide-navigation-button {
height: 40px;
width: 40px;
border-style: solid;
border-color: white;
border-width: 2px;
border-radius: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
cursor: pointer;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.fa-arrow-left,
.fa-arrow-right {
font-size: 1.5em;
color: white;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.slide-navigation-button:hover {
background-color: #0076c0;
border-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.slide-navigation-button:hover > .fa-arrow-left,
.slide-navigation-button:hover > .fa-arrow-right {
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.slide-content {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}    body.single-post .custom-page-content {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.custom-page-content {
width: 100%;
max-width: 1550px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
background-color: #fff;
border-radius: 5px 5px 0px 0px;
padding: 0px;
margin: auto;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.product-template-default .custom-page-content {
margin-top: 100px;
}
.general-content-block {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: Center;
-ms-flex-align: Center;
align-items: Center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
min-height: 50px;
}
.general-content-block-card,
.column-content-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 20px;
width: 90%;
}
.general-content-block h2 {
text-align: center;
}
.image-card {
width: 100%;
height: 35vw;
}
.gc-image-area {
height: 24vw;
min-height: 300px;
background-repeat: no-repeat;
}
.column-content-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
}
@media only screen and (max-width: 600px) {
.column-content-container .ind-column:nth-child(1) {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.column-content-container .ind-column:nth-child(2) {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.column-content-container .ind-column:nth-child(3) {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
}
.ind-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.ind-column h2 {
color: #0076c0;
width: 100%;
}
.ind-column p {
width: 100%;
}
.ind-column-image {
width: 100%;
height: 100%;
min-height: 16vw;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.custom-banner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-position: center;
background-size: cover;
position: relative;
top: -110px;
min-height: 300px;
width: 100%;
}
.custom-banner-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: 100%;
min-height: 300px;
margin-top: 75px;
width: 100%;
}
.custom-banner-content .default-button-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 90%;
}
.custom-banner-block {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
height: 100%;
min-height: 300px;
padding: 45px;
}
.custom-banner-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cat-prod-cont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 90%;
}
.cat-prod-tile {
width: 25%;
min-width: 290px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px;
margin-bottom: 50px;
}
.badge {
width: 100px;
height: auto;
}
.badge-50 {
width: 60px;
height: auto;
}
.cat-prod-image-thumb {
background-repeat: no-repeat;
background-size: contain;
max-height: 250px;
height: 15vw;
min-height: 150px;
background-position: center;
width: 100%;
}
.cat-prod-logo-image {
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 70px;
width: 100%;
position: -webkit-sticky;
position: sticky;
top: 155px;
z-index: 999;
background-color: #fff;
}
.cat-prod-description {
height: auto;
text-align: center;
margin: 0;
}
.cat-prod-description-lower {
font-weight: bold;
text-align: center;
margin: 0;
color: #0076c0;
font-size: 1.5em;
}
.tile-gallery-block {
width: 70%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden;
margin: 45px 0px;
}
.grid-gallery-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
width: 100%;
padding: 20px;
background-color: #00629e;
color: #fff;
cursor: pointer;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.grid-gallery-block:hover {
background-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.grid-gallery-block:hover > a {
letter-spacing: 1px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.grid-gallery-block a {
color: #fff;
}
.gallery-preview-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
overflow-y: hidden;
}
.expanded-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
overflow: hidden;
background-color: #000;
}
.expanded-gallery-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-column-gap: 5px;
grid-row-gap: 5px;
margin: auto;
width: 100%;
}
.close-gallery-button-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.gallery-block-image {
height: 15vw;
max-height: 200px;
background-position: center;
background-size: cover;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.gallery-block-image:hover {
background-size: 150%;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.ind-card-slide-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%;
}
.ind-card-slide-container h2 {
color: #0076c0;
}
.ind-card-slide-container .slide {
max-height: 500px;
min-height: 300px;
height: 55vw;
}
.card-controls-container-container {
width: 100%;
height: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.card-gallery-controls-container {
position: relative;
bottom: 430px;
padding: 0px 40px;
width: 90%;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.card-gallery-controls-container i {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 50px;
width: 50px;
background-color: #eeeeee;
color: #373737;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
}
.card-gallery-controls-container i:hover {
background-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.sub-cat-tabs {
font-size: 1.5em;
background-color: #d4d4d4 !important;
}
.sub-sub-cat-tabs {
margin: 0px;
background-color: #eeeeee;
height: 37px;
}
#replacement-parts {
background-color: #d4d4d4;
}
.sub-cat-tabs,
.sub-sub-cat-tabs {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
height: auto;
margin: 0px;
}
.sub-cat-tabs li,
.sub-sub-cat-tabs li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
font-size: 1em;
font-weight: bold;
margin: 0px 3px;
padding: 10px 20px;
color: #000;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
}
.sub-cat-content,
.sub-sub-cat-content {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
background-color: #eeeeee;
min-height: 530px;
}
.sub-cat-content h2,
.sub-sub-cat-content h2 {
width: 100%;
text-align: center;
margin: 30px;
color: #0076c0;
font-weight: bold;
}
.sub-cat-content hr,
.sub-sub-cat-content hr {
background-color: #0076c0;
border-color: #0076c0;
}
.sub-cat-products,
.sub-sub-cat-products {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: #fff;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 20px;
width: 300px;
height: 320px;
padding: 10px;
border-radius: 5px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.sub-cat-products div,
.sub-sub-cat-products div {
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
height: 100%;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.sub-cat-products h3,
.sub-sub-cat-products h3 {
color: #0076c0;
}
.sub-cat-products p,
.sub-sub-cat-products p {
font-size: 0.9em;
margin: 0;
}
.sub-cat-products:hover,
.sub-sub-cat-products:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.sub-cat-products:hover > div,
.sub-sub-cat-products:hover > div {
background-size: 110%;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.sub-cat-tabs li:hover,
.sub-cat-tabs-active {
color: white !important;
background-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.custom-spacer {
width: 100%;
}
.read-more {
font-size: 1.2em;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.read-more:hover {
letter-spacing: 1px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.recent-posts-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.recent-posts-container .main-news-title {
background-color: #0076c0;
color: #fff;
font-weight: 600;
width: 100%;
padding: 0px 30px;
min-height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 100px;
border-radius: 5px 5px 0px 0px;
margin: 0px;
}
.recent-posts-container .secondary-news-title {
color: #0076c0;
font-weight: 600;
width: 100%;
padding: 30px 30px 0px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 57px;
}
.recent-posts-container .most-recent-posts,
.recent-posts-container .actual-postage {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.recent-posts-container .most-recent-image {
min-height: 500px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.recent-posts-container .recent-posts-first {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 40%;
padding: 30px;
background-image: url(//intheditch.com/wp-content/uploads/ITD-Logo-White.jpg);
background-position: center;
background-size: 70%;
background-repeat: no-repeat;
}
.recent-posts-container .recent-posts-first h3 {
font-size: 2.2em;
color: #0076c0;
}
.recent-posts-container .recent-posts {
width: 32%;
min-height: 250px;
padding: 30px;
margin: 10px 0px;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
color: #373737;
border-radius: 5px;
}
.recent-posts-container .recent-posts h3 {
color: #0076c0;
}
.recent-posts-container .recent-posts p:first-child {
font-size: 1em;
}
.compare {
width: 25%;
text-align: center;
margin: 50px 0px;
}
.comparison-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 25px;
}
.comparison-container div.comparison-tile:nth-child(odd) {
background-color: #fbfbfb;
}
.comparison-container .comparison-tile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
width: 25%;
font-size: 14px;
padding: 10px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.comparison-container .comparison-tile h2 {
text-align: center;
}
.comparison-container .comparison-tile ul:nth-child(2) li:nth-child(odd) {
background-color: #cacaca;
}
.comparison-container .comparison-tile ul {
list-style: none;
padding: 0px;
}
.comparison-container .comparison-tile ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px;
height: auto;
}
.comparison-container .comparison-tile ul:nth-child(3) {
background-color: #0076c0;
color: white;
}
.dolly-star-table .table-side-header {
background-color: #0076c0;
color: #fff;
border-bottom: 1px solid white;
font-weight: bold;
font-size: 1.2em;
padding: 10px;
}
.video-gallery-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0px 0px 100px 0px;
}
.video-gallery-grid .video-card {
background-color: white;
margin: 10px;
border-radius: 5px;
}
.video-gallery-grid .single-video-card {
width: 60vw;
max-width: 1080px;
height: 40vw;
max-height: 730px;
}
.video-gallery-grid .double-video-card {
width: 40vw;
max-width: 700px;
height: 27vw;
max-height: 475px;
}
.video-gallery-grid .yt-video-embed-container {
margin: 0px 0px 75px 0px;
height: 180px;
width: 340px;
background-color: white;
cursor: pointer;
}
.video-gallery-grid .yt-video-embed-container .yt-thumb {
width: 100%;
height: 100%;
margin-bottom: 15px;
background-color: white;
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.video-gallery-grid .yt-video-embed-container .yt-thumb:hover > .dim,
.video-gallery-grid .yt-video-embed-container .yt-thumb:hover > .dim i {
opacity: 1;
}
.video-gallery-grid .yt-video-embed-container .yt-thumb .dim {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.video-gallery-grid .yt-video-embed-container .yt-thumb .dim i {
color: #fff;
font-size: 7em;
opacity: 0;
}
.video-gallery-grid .video-description-container {
padding: 5px;
text-align: center;
}
.video-gallery-grid .video-description-container h3 {
font-size: 1.2em;
}
.generated-video-modal {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1200;
overflow: hidden;
}
.generated-video-modal .close-button-container {
width: 100%;
max-width: 1068px;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.generated-video-modal .close-button-container i {
font-size: 1.8em;
color: #fff;
cursor: pointer;
}
.generated-video-modal .video-container {
height: 60vw;
width: 100%;
max-height: 600px;
max-width: 1068px;
background-color: white;
border-radius: 5px;
}
.fancy-tiles {
width: 100%;
height: auto;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto auto;
grid-template-columns: auto auto auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
margin: auto;
padding: 30px 30px 100px 30px;
}
.fancy-tiles .fancy-tile {
width: 100%;
height: 25vw;
max-height: 450px;
min-height: 215px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.fancy-tiles .fancy-tile a {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.fancy-tiles .fancy-tile a:hover {
background-color: rgba(0, 0, 0, 0.3);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.fancy-tiles .fancy-tile a:hover > div {
width: 85%;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.fancy-tiles .fancy-tile a div {
background-image: url(//intheditch.com/wp-content/uploads/2020/08/Built-Legendary.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
width: 80%;
height: 15vw;
max-height: 250px;
min-height: 103px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.fancy-tiles .fancy-tile a h3,
.fancy-tiles .fancy-tile a h2 {
color: #fff;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
font-weight: 700;
text-align: center;
}
.we-are-itd {
width: 100%;
height: auto;
max-height: 600px;
min-height: 410px;
background-color: cyan;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 30px;
margin-bottom: 50px;
}
.statement-block {
height: 41vw;
min-height: 410px;
max-height: 530px;
width: 100%;
background-size: contain;
background-repeat: no-repeat;
}
.general-content-block,
.column-content-block,
.cat-prod-cont {
margin-bottom: 80px;
}
.tb-images-stacked .gc-image-area {
height: 50vw !important;
}
.itd-branding-wrapper {
margin: 0px !important;
padding: 0px 50px !important;
}
.itd-branding-wrapper .gc-image-area {
height: 15vw !important;
}    body.single.single-product main div.woocommerce {
max-width: 1920px;
margin: auto;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-edit-address main,
body.tax-product_cat main,
body.woocommerce-account h2,
body.search-results main,
body.shop main,
body.woocommerce-product-cat main {
padding: 0px 40px;
max-width: 1550px;
}
.woocommerce {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.woocommerce-orders-table tr td {
font-size: 1.3em;
font-weight: 500;
}
body.woocommerce-order-received main {
border-radius: 5px 5px 0px 0px;
padding: 30px;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
form.woocommerce-checkout {
border-radius: 5px 5px 0px 0px;
padding: 30px;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
form.woocommerce-checkout #customer_details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
width: 50%;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields {
width: 100%;
padding: 10px;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields p,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields p,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields p,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields p,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields p {
width: 100%;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields p label,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p label,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields p label,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields p label,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields p label,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields p label {
width: 100% !important;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields p span,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields p span,
form.woocommerce-checkout #customer_details .col-1 .woocommerce-additional-fields p span,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields p span,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields p span,
form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields p span {
width: 100%;
}
.place-order {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.place-order button#place_order {
width: auto;
height: auto;
min-width: 250px;
min-height: 50px;
background-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.place-order button#place_order:hover {
background-color: #00629e;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.content-area {
width: 100vw;
}
body.archive main {
width: 90%;
max-width: 1550px;
margin: auto;
}
body.search-results main section {
width: 90%;
max-width: 1550px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
body.search-results main section h1 {
width: 100%;
text-align: left;
}
body.search-results main section article {
width: 100%;
height: auto;
margin-right: 30px;
}
.woocommerce-cart h1 {
padding: 0px 40px;
}
.ddt {
margin: 15px;
}
.product-page-top-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.gallery-wrapper {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.gallery {
width: 100%;
height: 100%;
min-height: 500px;
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden;
}
.ind-prod-slide-container {
width: auto;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.slide {
height: 30vw;
background-size: cover;
}
.slide:hover {
cursor: pointer;
}
.gallery-controls-container {
position: relative;
bottom: 60px;
padding: 0px 40px;
width: 100%;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.controls-container-container {
width: 100%;
height: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.expand-gallery-button {
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-size: 1em;
font-weight: 600;
color: #d4d4d4;
cursor: pointer;
}
.expand-gallery-button i {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
font-size: 2em;
}
.expand-gallery-button p {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.expand-gallery-button:hover > i {
color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.expand-gallery-button:hover > p {
color: #fff;
-webkit-text-stroke: 0.5px #b6b6b6;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.slide-navigator {
width: 100px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-size: 1.3em;
color: #d4d4d4;
font-weight: 600;
}
.ind-prod-slide-indicator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.slide-navigator:hover > .fa-chevron-left,
.slide-navigator:hover > .fa-chevron-right,
.slide-navigator:hover > p {
color: #fff;
-webkit-text-stroke: 0.5px #b6b6b6;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.slide-navigator .fa-chevron-left,
.slide-navigator .fa-chevron-right {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
font-size: 1.5em;
cursor: pointer;
}
.slide-navigator .fa-chevron-left:hover,
.slide-navigator .fa-chevron-right:hover {
color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.img-counter-flash {
color: #008ce4;
}
.description-block {
height: 100%;
min-height: 550px;
width: 50%;
background-color: #fbfbfb;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
border-style: solid;
border-color: #eeeeee;
border-width: 0px 0px 0px 1px;
}
.description-block form,
.description-block form.cart {
margin-bottom: 0px !important;
padding: 0px;
}
.upper-description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: auto;
padding: 20px 60px;
}
.upper-description p {
width: 100%;
margin: 5px 0px;
}
.desc-title {
text-align: center;
width: 100%;
}
.desc-title h1 {
font-size: 2.7em;
}
.desc-title h1,
.desc-title p {
margin: 0px;
}
.desc-bold {
font-weight: 600;
color: #0076c0;
font-size: 1.4em;
}
.pp-branding-logo {
width: 80%;
height: 15vw;
max-height: 90px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin: 10px auto;
}
#msrp-qty-atc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 25px 60px;
background-color: #fff;
border-style: solid;
border-color: #eeeeee;
border-width: 1px 0px 0px 0px;
}
.po-actions-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
width: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 10px;
}
#msrp-text {
color: black;
font-weight: 500;
}
#msrp-number {
color: #0077c0;
font-size: 30px;
font-weight: bold;
}
.quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 45px;
margin: 15px 20px;
}
.qty {
width: 75px !important;
height: 45px;
font-size: 1.5em;
border: 1px solid #8c8c8c;
}
.qty-text {
font-size: 14px;
font-weight: bold;
margin-right: 10px;
color: #000;
}
.cart-form-functions-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cart-form-functions-container p {
margin: 5px 0px;
font-weight: 600;
font-size: 1em;
max-width: 200px;
text-align: center;
}
.cart-form-functions-container .added-to-quote-text {
max-width: 200px;
text-align: center;
font-size: 0.9em;
}
.cart-form-functions-container .form-functions-subtext {
color: #0076c0;
}
.cart-form-functions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: #fff;
}
.cart-form-functions button {
padding: 0px;
background-color: #eeeeee;
}
.cart-form-functions .add-to-cart,
.cart-form-functions .get-a-quote,
.cart-form-functions div.add-to-quote {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.cart-form-functions .add-to-cart:hover {
background-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.cart-form-functions .get-a-quote:hover {
background-color: #dc0000;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.cart-form-functions button p,
.cart-form-functions a p {
width: 160px;
text-align: center;
font-weight: 600;
font-size: 1.4em;
}
.cart-form-functions .add-to-quote select {
width: 200px;
text-align: center;
font-weight: 600;
font-size: 1.4em;
}
.cart-form-functions .add-to-quote select p {
text-align: center;
border-style: none;
}
.cart-form-functions button i,
.cart-form-functions .add-to-quote i {
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
font-size: 1.4em;
margin: 0px;
}
.cart-form-functions .fa-shopping-cart {
background-color: #0076c0;
}
.cart-form-functions .fa-clipboard-list {
background-color: #dc0000;
}
.qty-steppers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 45px;
border: 1px solid #8c8c8c;
margin-left: -1px;
}
.qty-steppers button {
height: 50%;
width: 50px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.qty-steppers button:hover {
background-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.qty-steppers button:first-child {
border-bottom: 1px solid #8c8c8c;
}
.qty-steppers .inc,
.qty-steppers .red {
background-color: #eeeeee;
border: none;
font-size: 16px;
}
.feat-tabs {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: auto;
margin: 0px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.feat-tabs li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
word-wrap: break-word;
width: auto;
padding: 0px 15px;
color: #373737;
cursor: pointer;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.feat-tabs p {
font-size: 1.4em;
line-height: 1;
font-weight: 400;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.feat-tabs i {
margin-right: 15px;
font-size: 2.5em;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.feat-tabs-active > p,
.feat-tabs li:hover > p {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
font-weight: bold;
}
.feat-tabs-active > i,
.feat-tabs li:hover > i {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.feat-benefits-color {
color: #00629e;
}
.product-dimentions-color {
color: #ff8000;
}
.product-manual-color {
color: #5b972d;
}
.replacement-parts-color {
color: #dc0000;
}
.configurator-color {
color: #00629e;
}
.videos-color {
color: #dc0000;
}
.photos-color {
color: #00629e;
}
.faq-color {
color: #6115c0;
}
.tab-content {
padding: 20px 60px;
width: 100%;
max-width: 1550px;
margin: 30px auto 0px auto;
background-color: #fff;
border-radius: 5px 5px 0px 0px;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.feat-content-container {
overflow: hidden;
width: 100%;
max-width: 1550px;
margin: auto;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
}
.feat-content-container .feat-contents {
width: auto;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: relative;
}
.feat-content-container .feat-tab-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
min-height: 600px;
width: 100%;
}
#anatomy {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
p.click-prompt {
text-align: center;
font-size: 1.2em;
color: #444;
}
#replacement-parts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#replacement-parts .replacement-item {
text-align: center;
background-color: whitesmoke;
padding: 20px;
border-radius: 5px;
width: 25%;
height: auto;
min-height: 300px;
}
#replacement-parts .replacement-item p {
color: black;
}
#videos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#photos {
background-color: #000;
}
#questions-answers {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.questions-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0px 50px 0px 50px;
}
.questions-wrapper .question-container {
width: 500px;
border-radius: 5px;
padding: 5px;
}
.questions-wrapper .question-container .answer {
background-color: #0076c0;
color: white;
padding: 10px;
border-radius: 7px;
}
.open-answer {
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.open-answer.down {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} .dealer-discount-table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
.dealer-discount-table td,
.dealer-discount-table th {
text-align: left;
padding: 8px;
}
#dealer-discount-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
#dealer-discount-container p {
width: 100%;
text-align: left;
}
.dealer-discount-table tr:nth-child(even) {
background-color: #dddddd;
}
.dealer-discount-table td {
text-align: center;
}
.dealer-discount-table-ad {
width: 100%;
}
.dealer-discount-table-ad th {
font-size: 1.25em;
text-align: center;
width: 25%;
}
.dealer-discount-table-ad th:nth-child(odd) {
background-color: #eeeeee;
}
.dealer-discount-table-ad tr td:nth-child(odd) {
background-color: #eeeeee;
}
.dealer-discount-table-ad p {
width: 100%;
text-align: center;
}
.table-price {
font-size: 14px;
margin: 0;
}
.table-msrp {
margin: 0;
}
.table-perc {
margin: 0;
border-bottom: 1px solid black;
}
.table-qty {
margin: 0;
font-weight: bold;
font-size: 14px;
}
.purchase-options-btn {
width: auto;
height: 45px;
font-size: 20px;
margin-left: 10px;
padding: 0px 35px;
font-weight: bold;
background-color: #eeeeee;
border: none;
}
.purchase-options-btn:hover {
color: white;
background-color: #0077c0;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.purchase-options-modal {
display: none;
position: fixed;
z-index: 1000;
right: 0;
top: 105px;
width: 100%;
max-width: 450px;
height: auto;
overflow: auto;
background-color: #fff;
border-radius: 0px 0px 0px 5px;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.purchase-options-modal-content {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.purchase-options-modal-content .pom-buy-direct-container {
width: 90%;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.purchase-options-modal-content .close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.purchase-options-modal-content .close:hover, .purchase-options-modal-content .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.purchase-options-modal-content .continue-shopping-button {
width: 90%;
height: 75px;
background-color: #5b972d;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.purchase-options-modal-content .continue-shopping-button .continue-shopping {
height: 100%;
width: 100%;
font-size: 1.5em;
font-weight: 600;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.purchase-options-modal-content .continue-shopping-button .continue-shopping:hover {
letter-spacing: 1px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.purchase-options-modal-content .divided-content {
width: 90%;
height: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #262626;
margin-bottom: 5px;
}
.purchase-options-modal-content .divided-content form,
.purchase-options-modal-content .divided-content .get-quote-btn {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.purchase-options-modal-content .divided-content .get-quote-btn {
font-size: 1.5em;
font-weight: 600;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.purchase-options-modal-content .divided-content .get-quote-btn:hover {
letter-spacing: 1px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.checkout-button {
width: auto;
padding: 10px 30px;
}
.ship-options {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ship-options .cart-ship-selection {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ship-options .cart-ship-selection h3 {
width: auto !important;
}
.ship-options .cart-ship-dealer,
.ship-options .cart-ship-me,
.ship-options .cart-dealer-quote {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid gray;
border-radius: 5px;
margin: 0px 5px;
width: 45%;
padding: 15px;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #eeeeee;
border-radius: 5px;
height: auto;
min-height: 350px;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.ship-options .cart-ship-dealer select,
.ship-options .cart-ship-me select,
.ship-options .cart-dealer-quote select {
font-size: 30px;
cursor: pointer;
}
.ship-options .cart-ship-dealer input,
.ship-options .cart-ship-me input,
.ship-options .cart-dealer-quote input {
cursor: pointer;
}
.ship-options .cart-ship-dealer h3,
.ship-options .cart-ship-me h3,
.ship-options .cart-dealer-quote h3 {
color: #0076c0;
font-size: 1.2em;
text-align: center;
}
.ship-options .cart-collaterals {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 50%;
}
.ship-options .cart-collaterals .cart_totals {
float: none;
width: 100%;
padding: 0px 10px;
}
.ship-options .cart-collaterals .cart_totals .checkout-button {
background-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.ship-options .cart-collaterals .cart_totals .checkout-button:hover {
background-color: #00629e;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woocommerce table.shop_table {
border-style: solid;
border-width: 1px;
border-color: #eeeeee;
border-radius: 5px;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.decision-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-bottom: 20px;
}
.decision-container h2 {
font-size: 1.9em;
font-weight: 600;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.decision-container .button {
font-size: 1em;
font-weight: 700 !important;
margin: 0px 5px !important;
line-height: 1;
cursor: pointer;
padding: 10px 15px !important;
border-radius: 3px !important;
color: #000;
background-color: #eeeeee !important;
display: inline-block;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.decision-container .button:hover {
background-color: #0076c0 !important;
color: #fff !important;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.decision-container .total bdi {
font-size: 1.4em;
font-weight: 700;
}
.woocommerce-mini-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 0px;
border-style: solid;
border-color: #eeeeee;
border-width: 1px 0px;
}
.woocommerce-mini-cart li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 5px 20px !important;
}
.woocommerce-mini-cart li .remove_from_cart_button {
display: none !important;
}
.woocommerce-mini-cart li a {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.4em;
letter-spacing: normal;
font-weight: 700;
}
.woocommerce-mini-cart li a img {
width: 100px !important;
}
.woocommerce-mini-cart li .quantity {
width: 245px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
font-size: 1.2em;
font-weight: 600;
letter-spacing: normal;
}
.woocommerce-mini-cart li .quantity .woocommerce-Price-amount {
margin-left: 10px;
}
.woocommerce-mini-cart li:nth-child(odd) {
background-color: #fbfbfb;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
height: auto;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content h4,
.woocommerce-account .woocommerce-MyAccount-content h5,
.woocommerce-account .woocommerce-MyAccount-content h6 {
color: #0076c0;
}
.woocommerce-MyAccount-content {
max-width: 1550px;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
padding: 30px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
width: 100%;
}
#dashboard-description {
text-align: center;
}
.woo-acc-dash-tiles-container {
width: 100%;
display: -ms-grid;
display: grid;
grid-gap: 20px 20px;
-ms-grid-columns: (150px)[auto-fit];
grid-template-columns: repeat(auto-fit, 150px);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 25px 0px;
}
.woo-acc-drawer-tiles-container {
width: 100%;
display: -ms-grid;
display: grid;
grid-gap: 20px 20px;
-ms-grid-columns: (100px)[auto-fit];
grid-template-columns: repeat(auto-fit, 100px);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 25px 0px;
}
#my-acc-tile {
background-color: #373737;
}
#account-downloads-tile {
background-color: #6800bd;
}
#account-addresses-tile {
background-color: #5b972d;
}
#account-details-tile {
background-color: #10c2aa;
}
#dealer-account-management-tile,
#mob-dealer-account-management-tile {
background-color: #262626;
}
#mob-dealer-account-management-tile p,
#mob-dealer-training-tile p {
font-size: 0.8em;
letter-spacing: 0.2px;
}
#account-my-garage-tile {
background-color: #373737;
}
#account-warranties-tile,
#dealer-training-tile,
#mob-dealer-training-tile {
background-color: #ff8000;
}
#account-payment-tile {
background-color: #8c8c8c;
}
#account-log-out-tile {
background-color: #dc0000;
}
.woo-myaccount-dash-header {
width: 100%;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.woo-myaccount-dash-header .upper-dash-header {
width: 100%;
height: 90px;
padding: 0px 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: #fff;
}
.woo-myaccount-dash-header .upper-dash-header .dash-icon-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.woo-myaccount-dash-header .upper-dash-header .dash-icon-container i {
font-size: 5em;
margin-right: 20px;
}
.woo-myaccount-dash-header .upper-dash-header .dash-icon-container svg {
width: 88px;
margin-right: 20px;
}
.woo-myaccount-dash-header .upper-dash-header .dash-icon-container svg path {
fill: #373737 !important;
}
.woo-myaccount-dash-header .upper-dash-header .dash-icon-container h1 {
margin: 0px;
}
.woo-myaccount-dash-header .lower-dash-header {
width: 100%;
height: 40px;
padding: 0px 40px;
background-color: #262626;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.woo-myaccount-dash-header .lower-dash-header a {
margin-right: 20px;
}
.woo-myaccount-dash-header .lower-dash-header a p {
margin: 5px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woo-myaccount-dash-header .lower-dash-header a:hover p {
letter-spacing: 1px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woo-myaccount-dash-header .lower-dash-header .back-to-dashboard-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.main-dash-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-dash-container .profile-identity-container,
.main-dash-container .dashboard-tiles-container {
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main-dash-container .profile-identity-container {
width: 35%;
margin: 40px 0px;
}
.main-dash-container .dashboard-tiles-container {
width: 65%;
}
.wc-dash-tiles {
height: 156px;
width: 156px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wc-dash-tile-inset {
height: 150px;
width: 150px;
background-color: #0076c0;
color: #fff;
margin: auto;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-dash-tile-inset p {
text-align: center;
padding: 5px 20px;
font-weight: bold;
margin: 0px;
font-size: 1em;
}
.wc-dash-tile-inset i {
width: 100%;
height: 65%;
font-size: 5em;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-dash-tile-inset svg {
width: 80px;
margin: 15px 0px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-dash-tile-inset:hover {
height: 156px;
width: 156px;
color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-dash-tile-inset:hover i {
font-size: 5.7em;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-dash-tile-inset:hover svg {
width: 90px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-drawer-tiles {
height: 106px;
width: 106px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wc-drawer-tile-inset {
height: 100px;
width: 100px;
background-color: #0076c0;
color: #fff;
margin: auto;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-drawer-tile-inset p {
text-align: center;
padding: 5px 15px;
font-weight: bold;
margin: 0px;
font-size: 0.9em;
letter-spacing: 0.5px;
}
.wc-drawer-tile-inset i {
width: 100%;
height: 65%;
font-size: 3.5em;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-drawer-tile-inset svg {
width: 50px;
margin: 8px 0px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-drawer-tile-inset:hover {
height: 106px;
width: 106px;
color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-drawer-tile-inset:hover i {
font-size: 3.9em;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.wc-drawer-tile-inset:hover svg {
width: 55px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woocommerce-form-login {
width: 300px;
margin: auto !important;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce-form-login .woocommerce-form-login__rememberme span {
width: auto !important;
}
.woocommerce-form-login p,
.woocommerce-form-login label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce-form-login .password-input,
.woocommerce-form-login label {
width: 100%;
}
.orderby {
background-color: #eeeeee;
border-radius: 3px;
height: 35px;
border: none;
margin: 5px;
padding: 5px 10px;
max-width: 300px;
}
li.product a img {
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
}
.search-header {
padding: 0px;
}
.dynamic-endurance-badge {
color: black;
text-align: center;
background-color: white;
padding: 30px;
border-radius: 5px;
}
.ind-prod-made-in-usa {
background-image: url(//intheditch.com/wp-content/uploads/ITD-Made-in-the-USA-BLK.png);
background-size: contain;
background-repeat: no-repeat;
height: 75px;
width: 100%;
}
.payment_method_stripe label {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-flow: row !important;
flex-flow: row !important;
}
#account-image-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
background-color: #fbfbfb;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
#account-image-container h2 {
width: 100%;
}
#account-image-container h2,
#account-image-container .column50 {
padding: 30px;
}
#account-image-container form#img-upload-form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce-address-fields {
width: 100%;
}
.woocommerce-address-fields p {
width: 100% !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce-address-fields p label {
width: 100%;
}
.woocommerce-address-fields p span {
min-width: 250px;
width: 30%;
}
.form-row-first,
.form-row-last {
width: 50% !important;
}
.pulsar {
-webkit-animation: pulse 1s 2;
animation: pulse 1s 2;
}
@-webkit-keyframes pulse {
0% {
background-color: green;
color: white;
font-size: 1em;
padding: 5px;
border-radius: 5px;
}
100% {
background-color: white;
}
}
@keyframes pulse {
0% {
background-color: green;
color: white;
font-size: 1em;
padding: 5px;
border-radius: 5px;
}
100% {
background-color: white;
}
}
.woocommerce-ResetPassword {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 650px;
width: 100%;
padding: 40px;
margin: 100px auto;
}
.woocommerce-ResetPassword p {
width: 100% !important;
}
.woocommerce-ResetPassword p button {
margin: auto !important;
}
.woocommerce-Button {
background-color: #00629e !important;
color: #fff !important;
}
.woocommerce-Button:hover {
background-color: #0076c0 !important;
letter-spacing: 0.3px !important;
}   .quote-page-title {
width: auto;
text-align: center;
width: 100%;
padding: 15px;
}
.quote-page-title h1 {
line-height: 1.1em;
}
.quote-page-title > * {
margin: 0;
}
.quote-page-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
max-width: 1500px;
min-height: 600px;
padding: 40px;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.qp-account-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 300px;
}
#loginquote p,
#registration-form p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#loginquote p label,
#loginquote p input,
#registration-form p label,
#registration-form p input {
width: 100%;
}
#loginquote .login-remember,
#registration-form .login-remember {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#loginquote .login-remember label,
#loginquote .login-remember input,
#registration-form .login-remember label,
#registration-form .login-remember input {
width: auto;
}
#login-form {
padding-right: 25px;
margin-right: 25px;
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: #eeeeee;
}
.quote-page-logins-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: auto;
margin: 25px;
}
.quote-page-logins-container .or {
width: 45px;
text-align: center;
color: #fff;
}
#quote-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.quote-header {
width: 100%;
padding: 20px 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.7);
}
.quote-form-btn,
.login-submit input#wp-submit {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-style: none;
min-width: 200px;
text-align: center;
cursor: pointer;
padding: 6px 24px;
margin: 5px;
}
#user-info-container,
#dealer-info-container {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 40px;
}
#user-info-container h3,
#dealer-info-container h3 {
width: 100%;
text-align: left;
}
.quote-form-container {
width: 100%;
max-width: 400px;
}
.quote-form-container p {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.quote-form-container p input {
border-style: none;
border-radius: 2px;
height: 35px;
padding: 0px 10px;
}
#quote-tool {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#quote-tool-page-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
margin-bottom: 15px;
}
#quote-tool-page-top #save-add-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: #eeeeee;
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
#quote-tool-page-top #save-add-buttons .quote-form-btn {
min-width: 200px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: #d4d4d4;
border-radius: 3px;
}
#quote-tool-page-top #save-add-buttons .quote-form-btn p {
margin: 8px;
}
#quote-tool-page-top #save-add-buttons .add-items-to-cart {
background-color: #0076c0;
color: #fff;
}
#quote-tool-page-top #save-add-buttons .add-items-to-cart:hover {
opacity: 0.8;
}
#quote-tool-page-top #save-add-buttons .save-quote {
background-color: #dc0000;
color: #fff;
}
#quote-tool-page-top #save-add-buttons .save-quote:hover {
opacity: 0.8;
}
#quote-tool-page-top #save-add-buttons .preview-and-send {
background-color: #5b972d;
color: #fff;
}
#quote-tool-page-top #save-add-buttons .preview-and-send:hover {
opacity: 0.8;
}
#quote-tool-page-top #project-info-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#quote-tool-page-top #project-info-container .project-name-container {
width: 100%;
}
#quote-tool-page-top #project-info-container .project-personal-info-container {
width: 49%;
}
#quote-tool-page-top #project-info-container .project-name-container,
#quote-tool-page-top #project-info-container .project-personal-info-container {
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
background-color: #fff;
padding: 10px;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
#quote-tool-page-top #project-info-container .quote-tool-inputs,
#quote-tool-page-top #project-info-container .added-adj {
background-color: #eeeeee;
border-radius: 3px;
height: 35px;
border: none;
margin: 5px;
padding: 5px 10px;
}
#quote-tool-page-top #project-info-container .project-name-container input {
font-size: 30px;
font-weight: bold;
height: 50px;
width: 100%;
border-radius: 0px;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #8c8c8c;
color: #0076c0;
background-color: #fff;
}
#add-item-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 20px;
background-color: #8c8c8c;
margin-bottom: 20px;
}
#add-item-container #add-item-select {
font-size: 16px;
width: 25%;
}
#add-item-container #add-to-quote-button {
height: 40px;
font-weight: bold;
background-color: #0076c0;
color: #fff;
}
#add-item-container #add-to-quote-button:hover {
background-color: #068de0;
}
#totes-n-notes-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
margin-bottom: 50px;
}
#totes-n-notes-container .notes-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 5px;
}
#totes-n-notes-container .totals-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 35%;
margin: 5px;
background-color: #eeeeee;
}
#totes-n-notes-container .totals-container .adjustment-container {
padding: 20px 0px 0px 0px;
margin-bottom: 20px;
border-bottom: 0.75px solid #cacaca;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
#totes-n-notes-container .totals-container .adjustment-container .added-adjustments-container {
background-color: #00629e;
color: #fff;
width: 100%;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 20px;
}
#totes-n-notes-container .totals-container .adjustment-container .added-adjustments-container .adjustment-field-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#totes-n-notes-container .totals-container .adjustment-container .added-adjustments-container .adjustment-field-container .added-adj {
background-color: #eeeeee;
border-radius: 3px;
height: 35px;
border: none;
margin: 5px;
padding: 5px 10px;
}
#totes-n-notes-container .totals-container .adjustment-container hr {
border-color: #0076c0;
}
#totes-n-notes-container .totals-container .adjustment-container #add-adjustment-button {
font-size: 16px;
padding: 10px;
font-weight: bold;
color: #fff;
border-radius: 5px;
}
#totes-n-notes-container .totals-container .adjustment-container #add-adjustment-button:hover {
background-color: #0076c0;
color: #fff;
}
#totes-n-notes-container .totals-container .adjustment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
#totes-n-notes-container .totals-container .added-adj-cont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: #fff;
}
#totes-n-notes-container .totals-container .added-adj-cont .db-adj {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
width: 100%;
}
#totes-n-notes-container .totes-n-notes-header {
background-color: #373737;
color: white;
text-align: left;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: Center;
-ms-flex-align: Center;
align-items: Center;
}
#totes-n-notes-container .totes-n-notes-header p {
font-style: italic;
font-size: 0.9em;
color: #8c8c8c;
}
.dealer-selects-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
}
.dealer-selects-container select {
margin: 0px 10px;
}
.dealer-select {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.dealer-preview-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
}
.dealer-logo-container {
width: 55%;
height: 25vw;
min-height: 250px;
max-height: 340px;
margin: 25px 25px 25px 0px;
background-size: contain;
background-position: center;
background-image: url(//intheditch.com/wp-content/uploads/2020/10/Zips_Long_2C_Tag_web.jpg);
background-repeat: no-repeat;
}
.dealer-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 20px;
border-radius: 5px;
background-color: #eeeeee;
}
.dealer-filters-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: auto;
}
.dealer-filters-container p {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 10px 0px;
}
.dealer-filters-container select {
border-style: none;
background-color: #eeeeee;
border-radius: 2px;
height: 35px;
padding: 0px 10px;
}
#quote-submit-button {
border-style: none;
font-size: 1.8em;
margin: 20px;
}
#quote-data-privacy-statement {
font-size: 0.9em;
color: #8c8c8c;
text-align: center;
padding: 50px;
}
.globe-position {
width: 90%;
max-width: 1480px;
height: 0px;
position: absolute;
top: -10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 0px 40px;
z-index: -1000;
}
div#globe {
width: 900px;
height: 900px;
}
#register-button {
font-size: 1.2em;
}
#register-button,
#quote-submit-button {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #77a809), to(#89c403));
background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
background-color: #77a809;
color: white;
}
#register-button:hover,
#quote-submit-button:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #9cda0c), to(#b0fa03));
background: linear-gradient(to bottom, #9cda0c 5%, #b0fa03 100%);
background-color: #9ad60d;
}
.login-submit input#wp-submit {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #468ccf), to(#63b8ee));
background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
background-color: #468ccf;
color: white;
}
.login-submit input#wp-submit:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #53a9fa), to(#76c8fc));
background: linear-gradient(to bottom, #53a9fa 5%, #76c8fc 100%);
background-color: #4d9eeb;
}
#quote-guest {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e3e3e3), to(#bababa));
background: linear-gradient(to bottom, #e3e3e3 5%, #bababa 100%);
background-color: #808080;
}
#quote-guest:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fff), to(#e3e3e3));
background: linear-gradient(to bottom, #fff 5%, #e3e3e3 100%);
background-color: #808080;
}
.quote-tool-table {
width: 100%;
border: 1px solid #eeeeee;
text-align: center;
}
.quote-tool-table .quote-tool-table-header {
background-color: #373737 !important;
color: #fff;
height: 55px;
cursor: pointer;
}
.quote-tool-table .active-tr {
border: 1px solid #eeeeee;
height: 55px;
background-color: #fff !important;
}
.quote-tool-table .archived-tr {
border: 1px solid #eeeeee;
height: 55px;
background-color: #fff !important;
}
.quote-tool-table tr {
border: 1px solid #eeeeee;
height: 55px;
}
.quote-tool-table tr:nth-child(odd) {
background-color: #eeeeee;
}
.quote-tool-table td {
border: 1px solid #eeeeee;
height: 100%;
padding: 0px;
}
.quote-tool-table td .remove-button {
font-weight: bold;
padding: 10px;
width: 100%;
height: 51px;
}
.quote-tool-table td .remove-button:hover {
background-color: #fa0000;
color: #fff;
}
.quote-tool-table td .archive-button {
font-weight: bold;
padding: 10px;
width: 100%;
height: 51px;
}
.quote-tool-table td .archive-button:hover {
background-color: #ff8000;
color: #fff;
}
.quote-tool-table td .activate-button {
font-weight: bold;
padding: 10px;
width: 100%;
height: 51px;
}
.quote-tool-table td .activate-button:hover {
background-color: #5b972d;
color: #fff;
}
#quote-tool-header {
font-weight: bold;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
#quote-tool-header p,
#quote-tool-header h2 {
margin: 5px;
}
#quote-tool-header h2 {
color: #0076c0;
margin-right: 20px;
font-weight: bold;
}
.yields,
.quote-quantity,
#freight,
#tax {
height: 25px;
font-size: 16px;
width: 125px;
}
.yields::-webkit-inner-spin-button,
.quote-quantity::-webkit-inner-spin-button,
#freight::-webkit-inner-spin-button,
#tax::-webkit-inner-spin-button {
opacity: 1;
}
.get-a-quote-text {
max-width: 800px;
}
.quote-steps-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.quote-steps-container .quote-step {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 5px 3px;
text-align: center;
background-color: #eeeeee;
color: #8c8c8c;
min-width: 230px;
padding: 10px 25px;
border-radius: 10px;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.quote-steps-container .quote-step h3 {
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #8c8c8c;
width: 80%;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.quote-steps-container .quote-step-active {
background-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.quote-steps-container .quote-step-active h3 {
border-color: #fff !important;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.quote-steps-container .quote-step-finished {
background-color: #373737;
color: #8c8c8c;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.quote-steps-container .quote-step-finished h3 {
border-color: #8c8c8c;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.qri-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.quote-tool-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
max-width: 1550px;
height: auto;
padding: 0px 40px;
}
.quotes-overview-container {
width: 100%;
max-width: 1550px;
height: auto;
padding: 40px;
margin: auto;
background-color: #fff;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.quotes-overview-container .quote-tools-overview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-item-align: end;
align-self: flex-end;
background-color: #eeeeee;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.quotes-overview-container .quote-tools-overview form {
width: 0px !important;
height: 0px !important;
}
.quotes-overview-container .quote-tools-overview .overview-sort-tools-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
max-width: 500px;
height: auto;
padding-left: 10px;
}
.quotes-overview-container .quote-tools-overview .overview-sort-tools-container select {
max-width: 100px;
}
.quotes-overview-container .quote-tools-overview .overview-sort-tools-container .overview-sort-tool-inputs {
background-color: #fff;
border-radius: 3px;
height: 25px;
border: none;
margin: 5px;
padding: 0px 10px;
}
.quotes-overview-container .quote-tools-overview .overview-sort-tools-container .search {
width: auto;
min-width: 200px;
}
.quotes-overview-container .quote-tools-overview .quote-form-btn {
min-width: 200px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: #d4d4d4;
border-radius: 3px;
}
.quotes-overview-container .quote-tools-overview .quote-form-btn p {
margin: 8px;
}
.quotes-overview-container .quote-tools-overview .create-new-quote {
background-color: #5b972d;
color: #fff;
}
.quotes-overview-container .quote-tools-overview .create-new-quote:hover {
opacity: 0.8;
}
.quotes-overview-container .quotes-overview-table {
width: 100%;
height: auto;
text-align: center;
}
.quotes-overview-container .quotes-overview-table tr {
width: 100%;
}
.quotes-overview-container .quotes-overview-table tr:nth-child(odd) {
background-color: #eeeeee;
}
.quotes-overview-container .quotes-overview-table tr th,
.quotes-overview-container .quotes-overview-table tr td {
padding: 15px;
}
.quotes-overview-container .quotes-overview-table #quotes-overview-table-header {
background-color: #0076c0;
color: #fff;
}
.quotes-overview-container .quotes-overview-table .quote-overview-table-btn {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fbfbfb;
}
.added-to-quote-notification {
width: 100%;
padding: 10px;
text-align: center;
color: #fff;
min-height: 55px;
background-color: #5b972d;
}
.added-to-quote-notification p,
.added-to-quote-notification h3 {
color: #fff;
}
.error-adding-to-quote-notification {
width: 100%;
padding: 10px;
text-align: center;
color: #fff;
min-height: 55px;
background-color: #dc0000;
}
.error-adding-to-quote-notification p,
.error-adding-to-quote-notification h3 {
color: #fff;
}
.quote-tool-overview-table-container {
width: 100%;
height: auto;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow: scroll;
}
.quote-tool-overview-table-container table {
min-width: 1200px !important;
}
#quote-tool-table-scroll-text {
font-size: 1em;
color: #0076c0;
display: none;
}    #registration-wrapper {
width: 90%;
max-width: 1150px;
}
.registration-success {
background-color: #5b972d;
color: white;
font-size: 1em;
font-weight: bold;
margin: 10px auto;
padding: 5px 10px;
border-radius: 3px;
max-width: 300px;
width: 90%;
}
.registration-error {
background-color: #dc0000;
color: #fff;
font-size: 1em;
font-weight: bold;
margin: 10px auto;
padding: 5px 10px;
border-radius: 3px;
max-width: 300px;
width: 90%;
text-align: center;
}
#register-button {
margin: auto;
min-width: 200px;
}
.create-account-button {
display: inline-block;
cursor: pointer;
color: #ffffff;
padding: 6px 24px;
}
.create-account-button:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #77a809), to(#89c403));
background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
background-color: #77a809;
}
.login-button {
display: inline-block;
cursor: pointer;
color: #ffffff;
padding: 6px 24px;
}
.login-button:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #468ccf), to(#63b8ee));
background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
background-color: #468ccf;
}
.login-register {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
top: 25px;
right: 0px;
background-color: #262626;
padding: 25px;
width: 100%;
max-width: 450px;
}
#loginform {
font-size: 1.25rem;
color: white;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#loginform p,
#loginform label {
width: 100%;
}
#loginform p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#loginform label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#create-account {
text-align: left;
}
#img-upload-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 200px;
text-align: center;
}
#img-upload-form > * {
margin: 10px;
}
.remove-button:hover {
background-color: red !important;
border-color: black !important;
}
.account-management-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 90%;
max-width: 1550px;
margin: 50px 0px;
}
.account-management-content .current-sub-accounts {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0px 25px;
overflow: scroll;
}
.account-management-content .current-sub-accounts table {
table-layout: auto;
min-width: 580px;
}
.account-management-content .sub-account-form {
max-width: 900px;
}    .anatomy-image-container {
width: 100%;
max-width: 1300px;
margin: auto;
}
.anatomy-current-image {
position: relative;
width: 100%;
padding-top: 66.66%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.anatomy-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 45px;
padding: 45px;
background-color: #00629e;
}
.anatomy-header h2,
.anatomy-header p {
text-align: center;
color: #fff;
}
.anatomy-master-modal {
color: #000;
}
.anatomy-master-modal h2 {
color: #000;
}
.plus-icon {
position: absolute;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
word-wrap: none;
text-align: center;
cursor: pointer;
}
.plus-icon .anatomy-callout {
position: absolute;
background-color: #0076c0;
width: 250px;
height: auto;
padding-left: 48px;
left: -8px;
border-radius: 50px 0px 0px 50px;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.plus-icon i {
color: #0076c0;
font-size: 2.3em;
background-color: #fff;
border-radius: 50px;
border-style: solid;
border-color: #fff;
border-width: 2px;
z-index: 1;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.plus-icon p {
font-weight: bold;
font-size: 1.2em;
color: #fff;
}
.plus-icon .icon-text-sm {
font-size: 0.9em;
font-weight: normal;
text-decoration: underline;
}
.plus-icon:hover > i {
background-color: #0076c0;
color: #fff;
border-color: #0076c0;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.anatomy-master-modal {
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
background-color: rgba(0, 0, 0, 0.4);
}
.anatomy-modal-contents {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
width: 80%;
border-radius: 5px;
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.close-anatomy-master-modal {
color: #c02323;
float: right;
font-size: 28px;
font-weight: bold;
}
.close-anatomy-master-modal:hover,
.close-anatomy-master-modal:focus {
color: red;
text-decoration: none;
cursor: pointer;
}
.modal-container ul,
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal-container ul li,
.modal-container p {
font-weight: bold;
font-size: 1.2em;
}
.modal-container p {
text-align: center;
padding: 0px 25px 0px 25px;
}
.modal-container h2 {
font-weight: bold;
color: #0076c0;
}
.anatomy-image-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.anatomy-image-grid > img {
width: 47%;
height: auto;
margin: 10px;
}
@media all and (max-width: 768px) {
.anatomy-image-grid > img {
width: 100%;
}
}   #cat-title-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
padding: 30px;
background-color: #003f66;
}
#cat-title-container h1 {
width: 100%;
max-width: 1550px;
text-align: left;
color: #fff;
margin: auto;
}
.posts-container {
width: 100%;
max-width: 1550px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #eeeeee;
}
.posts-container .posts-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 70%;
background-color: #fff;
padding: 25px;
}
.posts-container .posts-column .news-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin: 40px 0px 40px 0px;
}
.posts-container .posts-column .news-item .title-container {
width: 100%;
min-height: 20px;
text-align: center;
margin-bottom: 20px;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #eeeeee;
}
.posts-container .posts-column .news-item .title-container h2 a {
color: #0076c0;
font-weight: 500;
}
.posts-container .posts-column .news-item .post-preview-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
min-height: 300px;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #eeeeee;
}
.posts-container .posts-column .news-item .image-preview,
.posts-container .posts-column .news-item .article-exc {
width: 50%;
}
.posts-container .posts-column .news-item .image-preview {
height: 100%;
min-height: 300px;
background-position: center;
background-size: cover;
}
.posts-container .posts-column .news-item .article-exc {
padding: 5px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.posts-container .posts-column .news-item .post-foot-container {
width: 100%;
height: 140px;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #eeeeee;
}
.posts-container .posts-column .news-item .post-foot-container svg {
height: 50%;
width: 100%;
opacity: 0.2;
}
.posts-container .posts-sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: auto;
width: 30%;
padding: 25px;
}
.posts-container .posts-sidebar > div {
width: 100%;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #8c8c8c;
padding-bottom: 20px;
}
.read-more-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: auto;
min-width: 100px;
height: auto;
min-height: 35px;
border-style: solid;
border-width: 2px;
border-color: #0076c0;
color: #0076c0;
font-weight: bold;
text-align: center;
margin: 10px 0px;
cursor: pointer;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.read-more-button:hover {
letter-spacing: 1px;
background-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.filter-posts {
padding: 20px;
}
#news-filter {
font-size: 1.5em;
}
#news-filter button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: auto;
min-width: 100px;
height: auto;
min-height: 35px;
border-style: solid;
border-width: 2px;
border-color: #0076c0;
color: #0076c0;
font-weight: bold;
text-align: center;
margin: 10px 0px;
cursor: pointer;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#custom-slide-1, #custom-slide-2{
background-size:cover;
}
#news-filter button:hover {
background-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#news-filter .active-button {
background-color: #0076c0;
color: #fff;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#tag-cloud a,
.post-foot-container a {
margin: 0px 2px;
}
#tag-cloud a:hover,
.post-foot-container a:hover {
color: #0076c0;
text-decoration: underline;
font-weight: bold;
}
#recent-post .recent-post-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#recent-post .recent-post-container .recent-post-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #fff;
border-radius: 5px;
margin: 10px 0px;
padding: 20px;
cursor: pointer;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#recent-post .recent-post-container .recent-post-item h4 {
margin: 0px;
width: 100%;
color: #0076c0;
font-size: 1.2em;
}
#recent-post .recent-post-container .recent-post-item:hover {
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
}   .claim-warranty {
display: inline-block;
background-color: #ff8000;
border-radius: 10px;
border: 4px double #cccccc;
color: #000;
text-align: center;
font-size: 12px;
width: 100px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.close-claim {
display: inline-block;
background-color: #5b972d;
border-radius: 10px;
border: 4px double #cccccc;
color: #000;
text-align: center;
font-size: 12px;
width: 100px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.active-claim {
background-color: green;
color: white;
font-weight: 600;
}
.claim-modal {
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
background-color: rgba(0, 0, 0, 0.4);
}
.claim-modal-contents {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
width: 95%;
max-width: 900px;
border-radius: 5px; }
.close-claim-modal {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close-claim-modal:hover,
.close-claim-modal:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.warranty-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
margin: 25px;
width: 97%;
max-width: 1550px;
background-color: #fff;
}
.warranty-container .column50 {
background-color: #fff;
}
.warranty-container .register-product,
.warranty-container .current-registered-products {
max-width: 900px;
padding: 0px 40px;
}
.warranty-container h2 {
width: 100%;
text-align: left;
color: #0076c0;
}
.current-registered-products {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow: scroll;
}
.current-registered-products table {
min-width: 580px;
}
.register-product form label {
width: 100%;
}
#reg-bttn-container,
.file-btn-container {
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#file-warranty-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#file-warranty-header i {
font-size: 4em;
margin-right: 10px;
}
#file-warranty-header i,
#file-warranty-header h2 {
color: #ff8000;
}
.warranty-description {
width: 93%;
}
.war-image-upload {
width: 94%;
}
.codedropz-upload-handler {
width: 100%;
}
.pulse {
-webkit-animation: pulsing 1.75s linear infinite;
animation: pulsing 1.75s linear infinite;
}
@-webkit-keyframes pulsing {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(2, 255, 2, 0.865);
box-shadow: 0 0 0 0 rgba(2, 255, 2, 0.865);
}
40% {
-webkit-box-shadow: 0 0 0 30px rgba(2, 255, 2, 0);
box-shadow: 0 0 0 30px rgba(2, 255, 2, 0);
}
80% {
-webkit-box-shadow: 0 0 0 30px rgba(2, 255, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
box-shadow: 0 0 0 30px rgba(2, 255, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(2, 248, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
box-shadow: 0 0 0 0 rgba(2, 248, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
}
}
@keyframes pulsing {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(2, 255, 2, 0.865);
box-shadow: 0 0 0 0 rgba(2, 255, 2, 0.865);
}
40% {
-webkit-box-shadow: 0 0 0 30px rgba(2, 255, 2, 0);
box-shadow: 0 0 0 30px rgba(2, 255, 2, 0);
}
80% {
-webkit-box-shadow: 0 0 0 30px rgba(2, 255, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
box-shadow: 0 0 0 30px rgba(2, 255, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(2, 248, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
box-shadow: 0 0 0 0 rgba(2, 248, 2, 0), 0 0 0 15px rgba(2, 255, 2, 0);
}
} .sk-circle {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-circle .sk-child:before {
content: "";
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #333;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}    @media only screen and (max-width: 1400px) {
#quote-tool-table-scroll-text {
display: block;
}
}
@media only screen and (max-width: 1319px) {
.warranty-container .column50 {
width: 100%;
} .po-actions-container {
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media only screen and (max-width: 1100px) {
.thousands-of-configs {
margin-top: 280px !important;
}
.tb-door-section {
margin-top: -150px !important;
}
#newsletter-signup .column40,
#newsletter-signup .column60 {
width: 100%;
}
.cart-ship-selection,
.cart-collaterals {
width: 100% !important;
}
}
@media only screen and (max-width: 1000px) {
.gallery-block-image {
height: 20vw;
} .globe-position {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .custom-banner-content .custom-banner-block {
width: 75% !important;
}
.custom-banner-content .column50 {
width: 25%;
}
.product-page-top-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.product-page-top-content #msrp-qty-atc-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.product-page-top-content #msrp-qty-atc-container .po-actions-container {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.gallery-wrapper {
width: 100%;
}
.gallery-wrapper .slide {
height: 60vw;
}
.description-block {
width: 100%;
}
.feat-content-container .feat-tab-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.feat-content-container .feat-tab-content > * {
width: 100%;
height: auto;
}
}
@media only screen and (min-width: 950px) {
header.mobile-header #header-logo-mobile-1,
header.mobile-header #spicy-ham {
display: none;
}
}
@media only screen and (max-width: 950px) {
.woocommerce-MyAccount-content .main-dash-container .dashboard-tiles-container {
width: 100%;
}
h1 {
font-size: 2.5em;
}
.nav-container {
display: none;
}
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
#open-mobile-nav {
display: block;
}
.main-dash-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main-dash-container .profile-identity-container {
width: 100%;
}
.jump-points-legend {
display: none;
}
.jump-select-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jump-points-legend-select {
display: block;
width: 75%;
}
}
@media only screen and (max-width: 900px) {
.qri-container .column40,
.qri-container .column60 {
width: 100%;
}
}
@media only screen and (max-width: 800px) {
.woocommerce-MyAccount-content #account-image-container .column50 {
width: 100%;
}
}
@media only screen and (max-width: 780px) {
.posts-container .posts-sidebar {
width: 100%;
}
.posts-container .posts-column {
width: 100%;
}
.single-video-card,
.double-video-card {
width: 90vw !important;
height: 60vw !important;
}
.dim,
.dim i {
opacity: 1 !important;
} .lower-header,
.breadcrumbs {
position: relative;
top: 15px;
}
.column-content-block .column-content-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.column-content-block .column-content-container .ind-column {
width: 100% !important;
margin-bottom: 30px;
}
.column-content-block .column-content-container .ind-column .ind-column-image {
height: 50vw !important;
}
.most-recent-posts .column40,
.most-recent-posts .column60 {
width: 100%;
}
.recent-posts-container .actual-postage {
margin-right: 0px;
}
.recent-posts-container .most-recent-image {
min-height: 90vw;
}
}
@media only screen and (max-width: 750px) {
.slide-content {
height: auto;
}
.slide-content .column10,
.slide-content .column20,
.slide-content .column25,
.slide-content .column30,
.slide-content .column40,
.slide-content .column50,
.slide-content .column60,
.slide-content .column70,
.slide-content .column75,
.slide-content .column80,
.slide-content .column90,
.slide-content .column100 {
width: 100%;
}
.fancy-tiles {
-ms-grid-columns: auto;
grid-template-columns: auto;
padding: 30px 0px 100px 0px;
}
.fancy-tiles .fancy-tile {
height: 37vw;
}
.fancy-tiles .fancy-tile a div {
height: 23vw;
}
}
@media only screen and (max-width: 700px) {
.dollies-xl-axles-section .column50 {
width: 100%;
}
.tb-images-stacked .gc-image-area {
height: 100vw !important;
}
.tb-images-stacked .text-area {
margin-top: 100vw !important;
}
.custom-page-content h2 {
text-align: center;
}
.general-content-block {
height: auto !important;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.general-content-block .column50,
.general-content-block .column75 {
width: 100%;
}
.general-content-block .gc-image-area:nth-child(2) {
position: absolute;
top: 0px;
height: 50vw;
}
.general-content-block .column50.text-area:nth-child(1) {
margin-top: 50vw;
}
.cat-prod-tile {
width: 100%;
}
.cat-prod-tile .cat-prod-image-thumb {
height: 35vw;
}
}
@media only screen and (max-width: 650px) {
#quote-tool-header h2,
#quote-tool-header h3 {
width: 100%;
}
.gallery-block-image {
height: 31vw;
}
.project-personal-info-container {
width: 100%;
}
.cart-ship-me,
.cart-dealer-quote {
width: 100% !important;
}
.cart-ship-selection {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.recent-posts-container .recent-posts {
width: 100%;
}
#newsletter-signup #subs-form div {
width: 100%;
}
}
@media only screen and (min-width: 600px) {
#mobile-acc-nav,
#mobile-acc-nav .tools-container {
display: none;
}
}
@media only screen and (max-width: 600px) {
.post-preview-container .image-preview,
.post-preview-container .article-exc {
width: 100% !important;
}
.gallery-block-image {
height: 60vw;
max-height: 300px;
}
.desc-title {
text-align: left;
}
.feat-tabs {
padding: 0px;
}
.feat-tabs li {
width: 100%;
}
.quote-steps-container .quote-step {
width: 100%;
}
.we-are-itd .column50 {
width: 100%;
}
#keith {
background-position: 51% 28% !important;
} body.logged-in .upper-header {
height: 46px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.lower-header,
.breadcrumbs {
position: static;
top: auto;
} .custom-banner-content {
margin-top: 56px;
}
.custom-banner-content .custom-banner-block {
width: 100% !important;
}
.custom-banner-content .column50 {
width: 0%;
}
.lower-header {
height: 55px;
}
#header-logo-mobile-1 {
width: 13rem;
}
.lower-header .tools-container,
.hdtkts {
display: none;
}
.copyright {
padding: 25px 0px 110px 0px;
}
}
@media only screen and (max-width: 580px) {
#scroll-table-text {
display: block;
}
}
@media only screen and (max-width: 500px) {
body.woocommerce-cart main {
padding: 0px !important;
}
.footer-menu-container {
width: 100%;
}
}
@media only screen and (max-width: 450px) {
.custom-banner .custom-banner-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.custom-banner .custom-banner-container .default-button {
width: 100%;
}
.account-info-container {
overflow-y: scroll;
}
}
@media only screen and (max-width: 300px) {
#header-logo-mobile-1 {
left: initial;
right: 20px;
}
}   .os-dealers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 25px;
width: 100%;
height: auto;
border-radius: 0 0 8px 8px;
}
.os-dealer-card {
width: 25%;
padding: 12px;
border: solid white 3px;
border-radius: 15px;
margin: 20px;
text-align: center;
}
.os-dealer-card:hover {
-webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.1);
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.os-dealer-card a {
font-weight: bold;
text-align: center;
}
.os-img {
-webkit-box-shadow: 2px solid black;
box-shadow: 2px solid black;
}
.os-dealer-card a div {
height: 150px;
}
.as-dealers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
.dealer-table {
width: 80%;
border: 2px solid #0076c0;
}
.dealer-table-img {
height: 150px;
padding: 10px;
}
.dealer-table-img a div {
height: 100%;
width: 150px;
}
.dealer-name {
font-size: 1.2em;
}
.os-img,
.as-img {
background-size: contain;
background-repeat: no-repeat;
}
.custom-slides{
margin-top: clamp(55px, 51.1905px + 1.3vi, 75px);
height: clamp(300px, 204.7619px + 29.7619vi, 800px); !important;
}
.slider-container {
height: 100% !important;
}
.slide-content img {
height: 100% !important;
}
.slide-content a {
height: 100% !important;
width: 100% !important;
}
#cs-nav-container {
top: clamp(240px, 161.9048px + 12.9048vi, 420px) !important;
}
.main-news-title {
font-size: var(--step-5);
}
.aws-search-form {
padding: unset !important;
flex-wrap: unset !important;
} .slide.lazy {
background-size: contain !important;
}