@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  background-repeat: no-repeat;
}
html, body {
  height: 100%;
  width: 100%;
  font-family: "Roboto", "Raleway", "Helvetica", "Arial", sans-serif;
}
body {
  background: white;
  color: #444;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-size: 16px;
  font-weight: normal;
}
body.wco-catalogue {
  background: white;
  color: #0053a0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Raleway", "Helvetica", "Arial", sans-serif;
  line-height: normal;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
h1 {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 28px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
a {
  color: #0053a0;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover {
  color: #0964b8;
  text-decoration: none;
}
footer, #footer {
  background-color: #434343;
  min-height: 250px;
  padding-top: 15px;
  color: white;
}
@media (max-width: 767px) {
  footer, #footer {
    text-align: center;
  }
}
footer > div ul, #footer > div ul {
  margin-left: 0;
  padding: 0;
}
footer > div ul li, #footer > div ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer > div ul li, #footer > div ul li {
    padding: 15px 0;
  }
}
footer > div ul li a, #footer > div ul li a {
  display: block;
  color: #e7e7e7;
}
footer > div ul li a:hover, #footer > div ul li a:hover {
  color: #929292;
}
@media (max-width: 767px) {
  footer > div .footer-links, #footer > div .footer-links {
    text-align: center;
  }
}
footer > div .footer-links a, #footer > div .footer-links a {
  color: #929292;
  font-weight: 600;
}
footer > div .footer-links a:hover, #footer > div .footer-links a:hover {
  color: #e7e7e7;
}
@media (max-width: 767px) {
  footer > div .footer-links li, #footer > div .footer-links li {
    display: block;
  }
}
footer > div .footer-links li.separator, #footer > div .footer-links li.separator {
  margin-left: 15px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  footer > div .footer-links li.separator, #footer > div .footer-links li.separator {
    display: none;
  }
}
footer #newsletter-signup, #footer #newsletter-signup {
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer #newsletter-signup, #footer #newsletter-signup {
    margin-bottom: 10px;
  }
}
footer #newsletter-signup h2, #footer #newsletter-signup h2 {
  margin-top: 5px;
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer #newsletter-signup h2, #footer #newsletter-signup h2 {
    text-align: center !important;
  }
}
footer #newsletter-signup h3, #footer #newsletter-signup h3 {
  color: #e7e7e7;
  margin-top: 3px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 767px) {
  footer #newsletter-signup h3, #footer #newsletter-signup h3 {
    text-align: center;
  }
}
footer #newsletter-signup form, #footer #newsletter-signup form {
  margin-top: 5px;
}
@media (max-width: 767px) {
  footer #newsletter-signup form, #footer #newsletter-signup form {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  footer #newsletter-signup form > div:first-of-type, #footer #newsletter-signup form > div:first-of-type {
    padding-left: 0;
  }
  footer #newsletter-signup form > div:last-of-type, #footer #newsletter-signup form > div:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  footer #newsletter-signup form input, #footer #newsletter-signup form input {
    margin-bottom: 10px;
    padding: 0;
  }
}
footer #newsletter-signup input, #footer #newsletter-signup input, footer #newsletter-signup button, #footer #newsletter-signup button, footer #newsletter-signup input.form-control, #footer #newsletter-signup input.form-control {
  font-family: "Roboto", "Raleway", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  padding-bottom: 1px;
  height: 38px;
  padding: 2px 9px;
  margin-left: auto;
  margin-right: auto;
}
footer #newsletter-signup input.error, #footer #newsletter-signup input.error, footer #newsletter-signup button.error, #footer #newsletter-signup button.error, footer #newsletter-signup input.form-control.error, #footer #newsletter-signup input.form-control.error {
  border: 2px solid red;
}
@media (max-width: 767px) {
  footer #newsletter-signup input, #footer #newsletter-signup input, footer #newsletter-signup button, #footer #newsletter-signup button, footer #newsletter-signup input.form-control, #footer #newsletter-signup input.form-control {
    height: 50px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  footer #newsletter-signup #newsletter-success, #footer #newsletter-signup #newsletter-success {
    text-align: center !important;
  }
}
footer #footer-fine-print, #footer #footer-fine-print {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #929292;
}
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  max-height: 100%;
}
*:focus, *:active {
  outline: none !important;
}
textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 5px 3px;
  border-radius: 5px;
}
table {
  max-width: 100%;
  overflow-x: auto;
}
table * {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  table * {
    font-size: 9px !important;
  }
}
@media (max-width: 400px) {
  table * {
    font-size: 8px !important;
  }
}
table td, table th {
  padding: 8px 5px;
}
@media (max-width: 767px) {
  table td, table th {
    padding: 6px 3px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
  }
}
table th {
  background: #e7e7e7;
  border-bottom: 1px solid #929292;
}
table td {
  border-bottom: 1px solid #e7e7e7;
}
table td p {
  margin-bottom: 0;
}
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
}
.large {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .large {
    font-size: 20px;
  }
}
.medium {
  font-size: 20px;
}
.small {
  font-size: 12px;
}
@media (max-width: 480px) {
  .large-xs {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .large-xs {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .medium-xs {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .medium-xs {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .small-xs {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .small-xs {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .tiny-xs {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .tiny-xs {
    font-size: 8px;
  }
}
.sans {
  font-family: "Roboto", "Raleway", "Helvetica", "Arial", sans-serif;
}
.dblue {
  color: #054076;
}
.mblue {
  color: #0053a0;
}
.noselect, .noselect * {
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Chrome/Safari/Opera */
  -webkit-user-select: none;
  /* Konqueror */
  -khtml-user-select: none;
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  user-select: none;
}
.noselect input, .noselect * input {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.bump-top {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .bump-top {
    margin-top: 20px;
  }
}
.bump-top-s {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .bump-top-s {
    margin-top: 10px;
  }
}
.bump-top-l {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .bump-top-l {
    margin-top: 15px;
  }
}
.bump-btm {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bump-btm {
    margin-bottom: 20px;
  }
}
.bump-btm-s {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .bump-btm-s {
    margin-bottom: 10px;
  }
}
.bump-btm-l {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .bump-btm-l {
    margin-bottom: 30px;
  }
}
.pad-top {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .pad-top {
    padding-top: 20px;
  }
}
.pad-top-s {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .pad-top-s {
    padding-top: 10px;
  }
}
.pad-top-l {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .pad-top-l {
    padding-top: 15px;
  }
}
.pad-btm {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .pad-btm {
    padding-bottom: 20px;
  }
}
.pad-btm-s {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .pad-btm-s {
    padding-bottom: 10px;
  }
}
.pad-btm-l {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pad-btm-l {
    padding-bottom: 30px;
  }
}
.sml-margin {
  margin-top: 10px;
}
.table-cell {
  display: table-cell;
}
.table-cell.v-middle {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
.separate {
  margin-top: 50px;
}
.birdy-note {
  position: absolute;
  font-size: 9px;
  color: white;
  width: 15px;
  height: 15px;
  display: block;
  z-index: 100;
  left: 75px;
  top: 5px;
  opacity: 1;
  transform: translate(0, 0);
  animation: sing 2s ease 0s infinite;
  -webkit-animation: sing 2s ease 0s infinite;
}
@media (max-width: 767px) {
  .birdy-note {
    left: 37px;
    top: 0px;
    font-size: 7px;
  }
}
.footer-col ul {
  margin: 0;
}
.front-page-slider {
  overflow: hidden;
}
.dwlslider {
  overflow: hidden;
  height: 700px;
  max-height: 70vh;
}
@media (max-width: 767px) {
  .dwlslider {
    max-height: 50vh;
  }
}
.front-page-slider .dwlslider {
  height: 500px;
  height: 43.5vw;
  max-height: 652.5px;
}
.dwlslider:hover .slider-arrow {
  opacity: 0.8;
}
.front-page-slider .dwlslider {
  background-color: #f37a31;
}
.dwlslider .slick-slide .slide-wrap-inner {
  height: 100%;
}
.dwlslider .slider-arrow:before {
  background: #ccc;
  padding: 10px 10px 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.dwlslider .slider-arrow.fa-angle-left:before {
  padding-right: 12px;
}
.dwlslider .slider-arrow.fa-angle-right:before {
  padding-left: 12px;
}
.dwlslider.dwlslider .slide-bg {
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.dwlslider .slide-wording {
  position: absolute;
  z-index: 1;
  top: 10%;
  padding: 0 30px;
  width: 60%;
  color: black;
}
@media (max-width: 767px) {
  .dwlslider .slide-wording {
    display: none;
  }
}
.dwlslider .slide-wording h1 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .dwlslider .slide-wording h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .dwlslider .slide-wording h1 {
    font-size: 48px;
  }
}
.dwlslider .slide-wording h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .dwlslider .slide-wording h2 {
    font-size: 24px;
  }
}
.dwlslider .slick-list, .dwlslider .slick-track, .dwlslider .slide-bg, .dwlslider .slick-slide {
  height: 100%;
  width: 100%;
}
.dwlslider .slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  font-size: 30px;
  padding: 50px 50px;
  opacity: 0.3;
  z-index: 2;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (max-width: 767px) {
  .dwlslider .slider-arrow {
    display: none !important;
  }
}
.dwlslider .slider-arrow.fa-angle-right {
  right: -30px;
}
.dwlslider .slider-arrow.fa-angle-left {
  left: -30px;
}
.dwlslider .slider-arrow:hover {
  cursor: pointer;
}
.no-top-margin {
  margin-top: 0;
}
.section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section.section-large {
  padding-top: 30px;
  padding-bottom: 35px;
}
.section-title {
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section-title {
    text-align: center;
  }
}
.section.section-white {
  background-color: white;
  color: #444;
}
.section.section-dgrey {
  background-color: #696969;
  color: white;
}
.section.section-morange {
  background-color: #f37a31;
  color: white;
}
.section.section-dorange {
  background-color: #d1692a;
  color: white;
}
.color-success {
  color: #7acf39;
}
.color-error {
  color: #de5746;
}
.color-warning {
  color: #f3d132;
}
.mini-about {
  color: #444;
}
.mini-about h1 {
  margin-top: 15px;
}
.mini-about p {
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .mini-about p {
    display: block;
    font-size: 16px;
  }
}
.mini-about a.btn {
  float: right;
  clear: both;
  font-size: 16px;
}
@media (max-width: 767px) {
  .mini-about a.btn {
    display: block;
    margin-top: 15px;
  }
}
.mission {
  font-style: italic;
  margin: 0;
}
@media (max-width: 767px) {
  .mission {
    display: block;
  }
}
.mission img {
  width: 100%;
}
@media (max-width: 767px) {
  .mission img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .mission h1 {
    display: block;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}
.btn {
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  color: white;
  margin-bottom: 3px;
}
.btn:hover, .btn:focus, .btn:active {
  color: white;
}
.btn:hover {
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn:active {
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.btn.button-theme {
  background-color: #f48947;
  box-shadow: 0 3px #f37a31;
}
.btn.button-theme:hover {
  box-shadow: 0 2px #f37a31;
}
.btn.button-theme:active {
  box-shadow: 0 0 #f37a31;
}
.btn.button-grey {
  background-color: #929292;
  box-shadow: 0 3px #696969;
}
.btn.button-grey:hover {
  box-shadow: 0 2px #696969;
}
.btn.button-grey:active {
  box-shadow: 0 0 #696969;
}
.btn.button-red {
  background-color: #bf1207;
  box-shadow: 0 3px #951207;
}
.btn.button-red:hover {
  box-shadow: 0 2px #951207;
}
.btn.button-red:active {
  box-shadow: 0 0 #951207;
}
.btn.button-green {
  background-color: #04b140;
  box-shadow: 0 3px #087f1d;
}
.btn.button-green:hover {
  box-shadow: 0 2px #087f1d;
}
.btn.button-green:active {
  box-shadow: 0 0 #087f1d;
}
.btn.button-block {
  display: inline-block;
  padding: 10px 15px;
  width: auto;
}
@media (max-width: 767px) {
  .btn.button-block {
    float: none !important;
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn.button-block.button-block-large {
  padding: 15px 20px;
}
.btn.button-full {
  display: block;
  padding: 10px 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .btn.button-full {
    padding: 12px !important;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn.button-full.button-full-large {
  padding: 15px 20px;
}
.table-cell {
  display: table-cell;
  height: 100%;
  float: none !important;
}
.table-cell.vertical-middle {
  vertical-align: middle;
}
.table {
  display: table;
  height: 100%;
}
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad-l-15 {
  padding-left: 15px !important;
}
@media (max-width: 767px) {
  .pad-l-15-xs {
    padding-left: 15px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pad-l-15-sm {
    padding-left: 15px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .pad-l-15-md {
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .pad-l-15-lg {
    padding-left: 15px !important;
  }
}
.pad-l-30 {
  padding-left: 30px !important;
}
@media (max-width: 767px) {
  .pad-l-30-xs {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pad-l-30-sm {
    padding-left: 30px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .pad-l-30-md {
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .pad-l-30-lg {
    padding-left: 30px !important;
  }
}
.pad-r-15 {
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .pad-r-15-xs {
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pad-r-15-sm {
    padding-right: 15px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .pad-r-15-md {
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .pad-r-15-lg {
    padding-right: 15px !important;
  }
}
.pad-r-30 {
  padding-right: 30px !important;
}
@media (max-width: 767px) {
  .pad-r-30-xs {
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pad-r-30-sm {
    padding-right: 30px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .pad-r-30-md {
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .pad-r-30-lg {
    padding-right: 30px !important;
  }
}
.upwards-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  position: absolute;
  top: -15px;
  z-index: 1000;
  left: 12.5%;
  margin-left: -15px;
  border-color: transparent transparent #0964b8 transparent;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.highlight {
  height: 100%;
  width: 25%;
  display: block;
  position: absolute;
  left: 0;
  background-color: #0964b8;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -webkit-transform 0.4s ease;
  -ms-transition: -webkit-transform 0.4s ease;
  -o-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
}
.highlight:before, .highlight::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  position: absolute;
  top: -15px;
  z-index: 1000;
  left: 50%;
  margin-left: -15px;
  border-color: transparent transparent #0964b8 transparent;
}
.highlight.shift-slide-0 {
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.highlight.shift-slide-1 {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.highlight.shift-slide-2 {
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.highlight.shift-slide-3 {
  -moz-transform: translateX(300%);
  -o-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.font-colour-black {
  color: black;
}
a.font-colour-black, .font-colour-black a {
  color: black;
}
a.font-colour-black:hover, .font-colour-black a:hover {
  color: #444;
}
.font-colour-grey {
  color: #444;
}
a.font-colour-grey, .font-colour-grey a {
  color: #444;
}
a.font-colour-grey:hover, .font-colour-grey a:hover {
  color: #999;
}
.font-colour-white {
  color: white;
}
a.font-colour-white, .font-colour-white a {
  color: white;
}
a.font-colour-white:hover, .font-colour-white a:hover {
  color: #ccc;
}
.font-colour-blue {
  color: #f37a31;
}
a.font-colour-blue, .font-colour-blue a {
  color: #f37a31;
}
a.font-colour-blue:hover, .font-colour-blue a:hover {
  color: #f48947;
}
.icon-block {
  margin: 0 15px;
  font-size: 50px;
}
@media (max-width: 767px) {
  .icon-block {
    display: block;
    margin: 15px;
  }
}
.title-white {
  background: white;
  color: #f37a31;
  margin: 0;
  padding: 15px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .title-white {
    text-align: center;
  }
}
.no-margin {
  margin: 0;
}
@media (min-width: 768px) {
  .col-sm-fifth {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.dwl-header {
  background-color: #d1692a;
  color: white;
  margin-bottom: 15px;
  padding: 30px;
}
.dwl-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.dwl-header .description {
  margin-top: 15px;
}
.dwl-header .title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dwl-header .title {
    text-align: center;
  }
}
.dwl-header .subtitle {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dwl-header .subtitle {
    text-align: center;
    font-size: 16px;
  }
}
.bold {
  font-weight: 400;
}
.normal {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
label.select-container {
  position: relative;
  margin: 0;
  min-width: 150px;
}
label.select-container:after, label.select-container::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #555;
  right: 5px;
  top: 50%;
  padding: 0;
  margin-top: -8px;
  position: absolute;
  pointer-events: none;
}
label.select-container select {
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none;
  width: 100%;
  color: #555;
  font-size: 16px;
  padding: 5px 10px;
  padding-right: 30px;
  font-weight: 400;
}
.filter-container {
  display: block;
  margin-bottom: 10px;
}
.tax-filters .filter-container {
  width: 100%;
}
.filter-title {
  color: #434343;
  display: block;
  margin-bottom: 3px;
}
.container-fluid {
  max-width: 1500px;
}
.container-fluid.norestrict {
  max-width: none;
}
.no-js .no-js-hidden {
  display: none;
}
.banner-container {
  max-height: 300px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.vehicle-type-taxonomy .banner-container {
  margin-bottom: 10px;
}
.bg-overlay {
  position: absolute;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
.bg-overlay.bg-overlay-dark {
  background-color: black;
}
.single-brand-info-content h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.single-brand-info-content img {
  max-height: 400px;
  height: auto;
  width: auto;
}
.single-brand-info-content img.unrestricted {
  max-height: none;
}
.single-brand-info-content-logo {
  max-width: 400px;
  max-height: 200px !important;
  display: block;
  margin: 30px auto 10px;
}
.single-brand-info-title {
  margin-bottom: 20px;
}
.pagination-wrapper {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .pagination-wrapper h3 {
    display: inline-block;
  }
}
.pagination-wrapper h3 {
  font-size: 18px;
  margin: 0;
  display: none;
}
.pagination-wrapper .prev, .pagination-wrapper .next, .pagination-wrapper .dots {
  border: none !important;
  background: none !important;
}
.pagination-wrapper .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 10px;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  border-radius: 5px;
}
.pagination-wrapper .page-numbers.current {
  font-weight: 600;
  color: white;
  border: 1px solid #0053a0;
  background: #0964b8;
}
.pagination-wrapper .page-numbers.dots {
  color: #bbb;
  margin: 0;
}
@media (max-width: 767px) {
  .pagination-wrapper .page-numbers {
    font-size: 16px;
    padding: 10px 8px;
  }
}
.nav > li > a:focus, .nav > li > a:hover {
  background: none !important;
}
@media (min-width: 768px) {
  .newsletter-top-row {
    margin-bottom: 15px;
  }
}
.message {
  color: white;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .message {
    margin-left: auto;
    margin-right: auto;
  }
}
.message.message-error {
  background: #d20409;
}
.message.message-success {
  background: green;
}
.admin-bar .visible-admin-block {
  display: block !important;
}
.admin-bar .visible-admin-inline-block {
  display: inline-block !important;
}
.admin-bar .visible-admin-inline {
  display: inline !important;
}
h5.swipe-to-see {
  margin: -5px 0 10px 0;
  font-size: 10px;
}
.no-js .slider-wrapper {
  position: relative;
  overflow: hidden;
}
.webtron {
  opacity: 0.7;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: block;
  width: 180px;
  margin: 10px auto;
}
.webtron:hover {
  opacity: 1;
}
.hidden-admin {
  display: none;
}
.admin-bar .hidden-admin {
  display: block;
}
.menu-item-14909 {
  font-weight: 700;
}
@media (max-width: 767px) {
  ul.page-numbers .page-numbers {
    padding: 15px 10px !important;
  }
}
@media (max-width: 300px) {
  ul.page-numbers .page-numbers {
    padding: 15px 6px !important;
  }
}
ul.page-numbers .prev, ul.page-numbers .next {
  padding: 15px 20px !important;
}
@media (max-width: 300px) {
  ul.page-numbers .prev, ul.page-numbers .next {
    padding: 15px !important;
  }
}
.quote {
  font-style: italic;
  font-weight: bold;
}
.quote.quote-theme {
  color: #f37a31;
}
.dwl-breadcrumbs {
  background: #696969;
  color: white;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .dwl-breadcrumbs {
    padding: 10px 0;
  }
}
.dwl-breadcrumbs:hover .westco-breadcrumbs-inner {
  opacity: 1;
  cursor: default;
}
.dwl-breadcrumbs-inner {
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 991px) {
  .dwl-breadcrumbs-inner {
    font-size: 12px;
  }
}
.dwl-breadcrumbs-inner a {
  color: #929292;
}
.dwl-breadcrumbs-inner a:hover {
  color: #e7e7e7;
}
.dwl-breadcrumbs-inner span:hover {
  cursor: default;
}
.header-quote {
  position: absolute;
  top: 10px;
  margin-left: 5px;
  left: 200px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .header-quote {
    left: 170px;
  }
}
@media (max-width: 991px) {
  .header-quote {
    position: static;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 16px;
  }
}
.blade-section {
  background: #444;
  padding: 10px;
  position: absolute;
  height: 40px;
  color: white;
  font-weight: bold;
}
.blade-section:before {
  content: "";
  position: absolute;
}
.blade-section.blade-section-theme {
  background: #f37a31 !important;
}
.blade-section.blade-section-top-right {
  text-align: right;
  top: 0;
  right: 0;
}
.blade-section.blade-section-top-right:before {
  right: 100%;
  top: 0;
  border-left: 40px solid transparent;
  border-top: 40px solid black;
}
.blade-section.blade-section-top-right.blade-section-theme:before {
  border-top: 40px solid #f37a31;
}
.blade-section.blade-section-top-left {
  text-align: left;
  top: 0;
  left: 0;
}
.blade-section.blade-section-top-left:before {
  left: 100%;
  top: 0;
  border-right: 40px solid transparent;
  border-top: 40px solid black;
}
.blade-section.blade-section-top-left.blade-section-theme:before {
  border-top: 40px solid #f37a31;
}
.blade-section.blade-section-bottom-right {
  text-align: right;
  bottom: 0;
  right: 0;
}
.blade-section.blade-section-bottom-right:before {
  right: 100%;
  top: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid black;
}
.blade-section.blade-section-bottom-right.blade-section-theme:before {
  border-bottom: 40px solid #f37a31;
}
.blade-section.blade-section-bottom-left {
  text-align: left;
  bottom: 0;
  left: 0;
}
.blade-section.blade-section-bottom-left:before {
  left: 100%;
  top: 0;
  border-right: 40px solid transparent;
  border-bottom: 40px solid black;
}
.blade-section.blade-section-bottom-left.blade-section-theme:before {
  border-bottom: 40px solid #f37a31;
}
.blade-section a {
  color: white !important;
}
.blade-section a:hover {
  color: #e7e7e7 !important;
}
.slider-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.fp-sliderouter {
  background: #f37a31;
}
.about-logos {
  margin-top: 40px;
}
.about-logos img {
  max-height: 150px;
  width: auto !important;
}
@media (max-width: 767px) {
  .about-logos img {
    height: 100px;
  }
}
.front-about-text {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-phonenumber {
    font-size: 12px;
  }
}
.front-suboptions {
  overflow: hidden;
}
.front-suboptions a .front-suboptions-option {
  background-size: cover;
  height: 250px;
  position: relative;
}
.front-suboptions a .front-suboptions-option h3 {
  border-width: 50px;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .front-suboptions a .front-suboptions-option h3 {
    height: 50px;
  }
  .front-suboptions a .front-suboptions-option h3:before {
    border-width: 50px !important;
  }
}
@media (max-width: 767px) {
  .front-suboptions a .front-suboptions-option h3 {
    font-size: 16px;
  }
}
.dwl-footer-info .dwl-footer-info-left img {
  max-width: 120px;
}
.dwl-footer-info .dwl-footer-info-right {
  padding: 10px;
}
.dwl-footer-info .dwl-footer-info-right h1 {
  margin: 0 0 5px;
  font-size: 20px;
}
.dwl-footer-info .dwl-footer-info-right p {
  font-size: 16px;
  margin: 0;
}
.dwl-footer-info .dwl-footer-info-right a {
  font-weight: 600;
  color: white;
}
.dwl-footer-info .dwl-footer-info-right a:hover {
  color: #929292;
}
.page-id-11 #content > .container {
  height: 100%;
}
.page-id-11 #content > .container > .row {
  height: 100%;
}
.page-id-11 .page-content {
  float: none;
  height: 90%;
}
.page-id-11 .card iframe {
  border: 1px solid #e7e7e7;
  min-height: 500px;
}
.page-id-11 table {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  text-align: left;
}
.page-id-11 .tb_paginate {
  border-width: 1px;
  border-style: solid;
}
.page-id-11 .paginate_1 {
  background: #eee;
}
.page-id-11 .paginate_0, .page-id-11 .paginate_1 {
  border-width: 1px;
  border-style: solid;
}
.page-id-11 .paginate_0 a, .page-id-11 .paginate_1 a {
  text-decoration: none;
  color: #333;
  font-size: 80%;
}
.page-id-11 .paginate_0 img, .page-id-11 .paginate_1 img {
  border: none;
}
.single-page .page-content {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .single-page .page-content {
    padding-top: 10px;
  }
}
.single-page .page-content img {
  height: auto !important;
  width: auto !important;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}
.video-wrapper iframe {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .video-wrapper {
    position: relative;
    /* 16:9 */
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.auth-images {
  padding: 5px;
}
.auth-text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .auth-images {
    display: block;
    margin: auto;
  }
  .auth-images-attach {
    display: block;
    margin: auto !important;
    padding: 5px;
  }
}
.contact-info-footer h1 {
  margin: 0 0 5px;
  font-size: 20px;
}
.hr-footer {
  margin-top: 0 !important;
  margin-bottom: 5px;
  border-top: 1px solid #696969;
}
.footer-phonenumber {
  font-weight: 600;
  color: white;
  font-size: 16px;
  text-align: left;
}
.fa {
  margin-right: 5px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .align-div-center {
    margin: auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .contact-info-footer {
    text-align: center;
    padding-bottom: 30px;
  }
  .col-xs-12 {
    text-align: center;
  }
}
.dwl-footer-info-left {
  display: inline-block;
  vertical-align: top;
}
.dwl-footer-info-right {
  display: inline-block;
  vertical-align: top;
}
.heading-border-footer {
  padding-top: 10px;
}
#top-nav {
  background-color: white;
  margin-bottom: 0;
  position: relative;
  background-size: contain;
  border-bottom: 4px solid #f37a31;
}
@media (max-width: 767px) {
  #top-nav {
    padding: 0;
    background-color: #f37a31;
    border-bottom: none;
    color: white;
  }
}
#top-nav a {
  font-weight: bold;
  color: #434343;
}
#top-nav a:hover {
  color: #929292;
}
@media (max-width: 767px) {
  #top-nav a {
    color: white;
  }
}
#top-nav #general-nav {
  border: none;
}
@media (max-width: 991px) {
  #top-nav #general-nav {
    margin-bottom: -2px;
  }
}
#top-nav #general-nav .current-menu-item a {
  border-bottom: 3px solid #f37a31;
  color: #f37a31;
}
@media (max-width: 767px) {
  #top-nav #nav-top {
    padding: 15px 15px;
  }
}
@media (max-width: 991px) {
  #top-nav #header-phone h1 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #top-nav #nav-container {
    height: auto !important;
    position: relative;
  }
}
@media (min-width: 992px) {
  #top-nav #nav-container {
    display: flex;
    display: -webkit-flex;
  }
}
@media (max-width: 991px) {
  #top-nav #nav-container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #top-nav #nav-container {
    height: 100%;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    overflow: hidden;
    background-size: auto 50px;
  }
  .js #top-nav #nav-container {
    height: 0px;
  }
}
@media (min-width: 992px) {
  #top-nav #home-link {
    display: inline-block;
    position: relative;
    bottom: -40px;
    margin-top: -35px;
    z-index: 2;
  }
}
#top-nav #home-link img {
  height: 200px;
}
@media (max-width: 1199px) {
  #top-nav #home-link img {
    height: 170px;
  }
}
@media (max-width: 991px) {
  #top-nav #home-link img {
    height: 90px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #top-nav #home-link img {
    height: 50px;
    margin-top: 0px;
  }
}
#top-nav #home-link-xs img {
  height: 110px;
  margin-top: 0px;
  position: absolute;
  top: 3px;
  max-height: none;
  opacity: 0.6;
  transform: rotateZ(10deg);
}
@media (max-width: 400px) {
  #top-nav #home-link-xs img {
    height: 100px;
    top: 3px;
    left: 5px;
  }
}
#top-nav #general-nav {
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  #top-nav #general-nav {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
}
#top-nav .navbar {
  margin-bottom: 0;
  height: 100%;
  border: none;
}
#top-nav #general-nav {
  margin-top: 10px;
}
@media (max-width: 991px) {
  #top-nav #general-nav {
    margin-top: 0;
  }
}
#top-nav #general-nav a {
  padding: 20px 12px 10px;
  font-size: 15px;
  font-family: "Roboto", "Raleway", "Helvetica", "Arial", sans-serif;
}
@media (max-width: 1199px) {
  #top-nav #general-nav a {
    padding: 20px 11px 10px;
  }
}
@media (max-width: 991px) {
  #top-nav #general-nav a {
    padding: 15px 9px 10px;
    font-size: 13px;
  }
}
#top-nav #general-nav a:hover {
  background: none;
}
@media (min-width: 768px) {
  #top-nav #mobile-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  #top-nav #top-phone-container {
    left: 50%;
    transform: translateX(-50%);
    background: transparent !important;
    color: #f37a31;
    text-align: center;
  }
  #top-nav #top-phone-container:before {
    display: none;
  }
  #top-nav #top-phone-container a {
    color: #f37a31 !important;
  }
  #top-nav #top-phone-container a:hover {
    color: #f48947 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #top-nav #top-phone-container {
    color: white;
  }
  #top-nav #top-phone-container a {
    color: white !important;
  }
  #top-nav #top-phone-container a:hover {
    color: white !important;
  }
}
#top-nav #nav-control {
  height: 100%;
  padding: 20px 0 20px 20px;
  line-height: 0;
}
#top-nav #nav-control:hover {
  cursor: pointer;
}
#top-nav #nav-control .nav-menu-text {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 5px;
}
#top-nav #nav-control .nav-menu-text.menu-open {
  display: none;
}
#top-nav #nav-control .nav-menu-text.menu-closed {
  display: inline-block;
}
#top-nav #nav-control .nav-bar {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: transform 0.5s ease, margin 0.3s ease 0.4s;
  -moz-transition: transform 0.5s ease, margin 0.3s ease 0.4s;
  -ms-transition: transform 0.5s ease, margin 0.3s ease 0.4s;
  -o-transition: transform 0.5s ease, margin 0.3s ease 0.4s;
  transition: transform 0.5s ease, margin 0.3s ease 0.4s;
  background-color: white;
  height: 2px;
  width: 25px;
  display: inline-block;
  float: right;
  clear: both;
}
#top-nav #nav-control .nav-bar#bottom-bar {
  margin-top: 5px;
}
#top-nav #nav-control.open .nav-menu-text.menu-open, .no-js #top-nav #nav-control .nav-menu-text.menu-open {
  display: inline-block;
}
#top-nav #nav-control.open .nav-menu-text.menu-closed, .no-js #top-nav #nav-control .nav-menu-text.menu-closed {
  display: none;
}
#top-nav #nav-control.open .nav-bar, .no-js #top-nav #nav-control .nav-bar {
  -webkit-transition: transform 0.5s ease 0.4s, margin 0.3s ease;
  -moz-transition: transform 0.5s ease 0.4s, margin 0.3s ease;
  -ms-transition: transform 0.5s ease 0.4s, margin 0.3s ease;
  -o-transition: transform 0.5s ease 0.4s, margin 0.3s ease;
  transition: transform 0.5s ease 0.4s, margin 0.3s ease;
}
#top-nav #nav-control.open #top-bar, .no-js #top-nav #nav-control #top-bar {
  margin-top: 2px;
  -moz-transform: rotateZ(315deg);
  -o-transform: rotateZ(315deg);
  -ms-transform: rotateZ(315deg);
  -webkit-transform: rotateZ(315deg);
  transform: rotateZ(315deg);
}
#top-nav #nav-control.open #bottom-bar, .no-js #top-nav #nav-control #bottom-bar {
  margin-top: -2px;
  -moz-transform: rotateZ(405deg);
  -o-transform: rotateZ(405deg);
  -ms-transform: rotateZ(405deg);
  -webkit-transform: rotateZ(405deg);
  transform: rotateZ(405deg);
}
#top-nav #mobile-nav, #top-nav #deriv-nav {
  display: none;
  float: left;
  width: 100%;
  overflow: hidden;
  min-height: 0;
  text-align: center;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media (max-width: 767px) {
  #top-nav #mobile-nav, #top-nav #deriv-nav {
    display: block;
  }
}
#top-nav #mobile-nav ul, #top-nav #deriv-nav ul {
  margin: 0 -15px;
}
#top-nav #mobile-nav li a, #top-nav #deriv-nav li a {
  padding: 20px 15px;
  font-size: 20px;
  color: white;
}
#top-nav #mobile-nav li a:hover, #top-nav #deriv-nav li a:hover {
  background: none;
  color: white;
}
#top-nav #deriv-nav {
  position: absolute;
  top: -10000px;
  height: auto;
}
#content {
  padding-bottom: 15px;
}
#maintenance {
  position: absolute;
  top: 25%;
  width: 100%;
}
@media (max-width: 767px) {
  #maintenance {
    text-align: center;
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#maintenance h1 {
  font-size: 42px;
}
@media (max-width: 991px) {
  #maintenance h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #maintenance h1 {
    font-size: 32px;
  }
}
#maintenance h2 {
  font-size: 24px;
}
@media (max-width: 991px) {
  #maintenance h2 {
    font-size: 20px;
  }
}
#logo-container {
  text-align: right;
}
@media (max-width: 767px) {
  #logo-container {
    text-align: center;
  }
}
#logo {
  width: 200px;
  max-width: 90%;
  text-align: right;
}
@media (max-width: 767px) {
  #logo {
    width: 150px;
    text-align: center;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #logo img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #main {
    font-size: 18px;
  }
}
#locations-container {
  background: #0964b8;
}
#locations-container .title-wrapper {
  background: #0053a0;
  padding: 15px;
  color: white;
}
#locations-container .title-wrapper .title {
  margin: 0;
  font-size: 24px;
  background: #0053a0;
}
@media (max-width: 767px) {
  #locations-container .title-wrapper .title {
    text-align: center;
    padding-bottom: 0;
  }
}
#locations-container .title-wrapper .subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767px) {
  #locations-container .title-wrapper .subtitle {
    text-align: center;
    padding-bottom: 0;
  }
}
#locations-container #locations {
  padding: 0;
  color: white;
}
#locations-container #locations a {
  color: white;
}
#locations-container #locations a:hover {
  color: #ccc;
}
#locations-container #locations #locations-nav {
  background: #0053a0;
}
#locations-container #locations #locations-nav label {
  background: #054076;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 40%;
  display: block;
  padding: 0 15px 0;
}
@media (max-width: 991px) {
  #locations-container #locations #locations-nav label {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #locations-container #locations #locations-nav label {
    width: 100%;
  }
}
#locations-container #locations #locations-nav label:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  right: 30px;
  bottom: 12px;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
#locations-container #locations #locations-nav label select {
  margin: 0 auto;
  display: block;
  text-align: center;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 24px;
  padding-left: 12px;
  padding-right: 40px;
}
#locations-container #locations #locations-nav label select option {
  padding-left: 20px;
}
#locations-container #locations #locations-nav .locations-nav-header {
  touch-action: manipulation;
  background-color: #054076;
}
#locations-container #locations #locations-nav .locations-nav-header.active {
  background-color: #0964b8;
}
#locations-container #locations #locations-nav .locations-nav-header:hover {
  cursor: pointer;
  text-decoration: underline;
}
#locations-container #locations #locations-nav .locations-nav-header:hover.active {
  text-decoration: none;
}
#locations-container #locations #locations-nav .locations-nav-header h1 {
  margin: 10px 0;
  font-size: 24px;
}
@media (max-width: 1199px) {
  #locations-container #locations #locations-nav .locations-nav-header h1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #locations-container #locations #locations-nav .locations-nav-header h1 {
    font-size: 16px;
  }
}
#locations-container #locations #locations-content {
  display: table;
  min-height: 300px;
  width: 100%;
}
@media (max-width: 991px) {
  #locations-container #locations #locations-content {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  #locations-container #locations #locations-content {
    min-height: 0;
  }
}
#locations-container #locations #locations-content .locations-content-location {
  display: none;
  min-height: 300px;
  position: relative;
}
@media (max-width: 991px) {
  #locations-container #locations #locations-content .locations-content-location {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  #locations-container #locations #locations-content .locations-content-location {
    min-height: 0;
    padding: 8px 0 20px;
  }
}
#locations-container #locations #locations-content .locations-content-location.active {
  display: block;
}
@media (min-width: 768px) {
  #locations-container #locations #locations-content .locations-content-location.active {
    display: table-cell;
    float: none;
    vertical-align: top;
    height: 100%;
  }
}
#locations-container #locations #locations-content .locations-content-location h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  #locations-container #locations #locations-content .locations-content-location h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #locations-container #locations #locations-content .locations-content-location h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#locations-container #locations #locations-content .locations-content-location .locations-content-location-social-link {
  position: absolute;
  top: 20px;
  right: 20px;
}
#locations-container #locations #locations-content .locations-content-location .locations-content-location-social-link a {
  padding: 15px 12px;
  text-align: center;
}
#locations-container #locations #locations-content .locations-content-location .locations-content-location-social-link a i {
  font-size: 24px;
  margin: 0;
}
#locations-container #locations #locations-content .locations-content-location .locations-content-location-social-link-followus {
  position: relative;
  top: -10px;
  font-size: 10px;
}
#locations-container #locations #locations-content .locations-content-location h2 {
  font-size: 20px;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  #locations-container #locations #locations-content .locations-content-location h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #locations-container #locations #locations-content .locations-content-location h2 a {
    padding: 10px 0;
  }
}
#locations-container #locations #locations-content .locations-content-location h3 {
  font-size: 18px;
  margin: 13px 0 0 0;
}
@media (max-width: 991px) {
  #locations-container #locations #locations-content .locations-content-location h3 {
    margin: 6px 0 0 0;
    font-size: 16px;
  }
}
#locations-container #locations #locations-content .locations-content-location p {
  margin: 4px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  #locations-container #locations #locations-content .locations-content-location .inner-table {
    display: table;
    width: 100%;
    height: 100%;
  }
}
#locations-container #locations #locations-content .locations-content-location .inner-table > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #locations-container #locations #locations-content .locations-content-location .inner-table > div {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
  }
}
#locations-container #locations #locations-content .locations-content-location i.fa {
  font-size: 16px;
  margin-right: 8px;
}
#locations-container #locations #locations-content .locations-content-location-phone {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  #locations-container #locations #locations-content .locations-content-location-phone {
    padding: 5px 0;
    font-size: 20px !important;
  }
}
#locations-container #locations #locations-content .locations-content-location-email {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  #locations-container #locations #locations-content .locations-content-location-email {
    font-size: 20px !important;
    padding: 5px 0;
    margin-top: 0px !important;
  }
}
#locations-container #locations #locations-content .locations-content-location-other-info {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  line-height: 1.9;
}
#locations-container #locations #locations-content .location-gmap {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
@media (max-width: 767px) {
  #locations-container #locations #locations-content .location-gmap {
    height: 300px;
    max-height: 40vh;
  }
}
@media (min-width: 768px) {
  #locations-container #locations #locations-content .location-gmap {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
  }
}
#locations-container #locations #locations-content .location-gmap img {
  max-width: none !important;
  max-height: none !important;
}
#footer-description {
  font-size: 13px;
  text-align: center;
  color: #dbdbdb;
  margin-top: 25px;
}
#footer-fine-print {
  border-top: 1px solid #696969;
  padding-top: 30px;
}
.westco-shop-header {
  background-color: #054076;
  color: white;
  margin-bottom: 15px;
}
.westco-shop-archive {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .westco-shop-archive-topinfo .woocommerce-result-count, .westco-shop-archive-topinfo .woocommerce-ordering {
    float: none;
    margin: 15px auto;
    display: block;
    text-align: center;
  }
  .westco-shop-archive-topinfo .woocommerce-ordering {
    margin: 25px auto;
  }
}
.westco-shop-archive-listings-listing {
  margin-bottom: 15px;
}
.westco-shop-archive-listings-listing-inner {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 10px;
}
.westco-shop-archive-listings-listing-inner-sticker {
  font-weight: 700;
  position: absolute;
  text-align: center;
  height: 40px;
  width: 40px;
  overflow: hidden;
  line-height: 3.5;
  font-size: 12px;
  top: -10px;
  left: -10px;
  margin: 0;
  border-radius: 100%;
  color: white;
}
.westco-shop-archive-listings-listing-inner-sticker.sale-sticker {
  background-color: #bf1207;
}
.westco-shop-archive-listings-listing-inner-sticker.out-of-stock-sticker {
  font-size: 8px;
  line-height: 1;
  padding: 13px 5px 5px;
  background: #aaa;
}
.westco-shop-archive-listings-listing-inner-image-main {
  line-height: 180px;
  height: 180px;
  width: 100%;
}
.westco-shop-archive-listings-listing-inner-image-main-outer {
  width: 100%;
}
@media (max-width: 767px) {
  .westco-shop-archive-listings-listing-inner-image-main {
    height: 150px;
    line-height: 150px;
  }
}
.westco-shop-archive-listings-listing-inner-image-main img {
  height: auto !important;
  width: auto !important;
}
.westco-shop-archive-listings-listing-inner-title {
  font-size: 20px;
  margin: 15px 0;
}
.westco-shop-archive-listings-listing-inner-price {
  font-size: 20px;
  margin: 15px 0;
  color: #696969;
  min-height: 48px;
}
.westco-shop-archive-listings-listing-inner-price .price {
  font-size: 1em !important;
}
.westco-shop-archive-listings-listing-inner-price .price span {
  color: #696969;
}
.westco-shop-archive-listings-listing-inner-price .price del {
  display: block;
}
.westco-shop-archive-listings-listing-inner-price .price del, .westco-shop-archive-listings-listing-inner-price .price del span {
  color: #696969;
  text-decoration: none;
}
.westco-shop-archive-listings-listing-inner-price .price ins, .westco-shop-archive-listings-listing-inner-price .price ins span {
  color: #bf1207;
  text-decoration: none;
}
@media (max-width: 767px) {
  .westco-shop-product-single-slider-outer {
    margin-left: -15px;
    width: auto;
  }
}
.westco-shop-product-single-slider-slide {
  background-position: center;
  background-color: #f7f7f7;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.westco-shop-product-single-slider-slide-outer {
  height: 100%;
  width: 100%;
}
.westco-shop-product-single-slider-main .westco-shop-product-single-slider-slide {
  background-size: contain;
}
.westco-shop-product-single-slider-main .westco-shop-product-single-slider-slide.placeholder {
  background-size: auto 80%;
}
.westco-shop-product-single-slider-nav {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .westco-shop-product-single-slider-nav {
    display: none;
  }
}
.westco-shop-product-single-slider-nav .westco-shop-product-single-slider-slide {
  background-size: cover;
  border: 1px solid #e7e7e7;
}
.westco-shop-product-single-slider-nav .westco-shop-product-single-slider-slide-outer {
  padding: 0 8px;
}
.westco-shop-product-single #content {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .westco-shop-product-single #content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .westco-shop-product-single #content .container {
    width: 100%;
  }
}
.westco-shop-product-single-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.westco-shop-product-single-title h1 {
  font-weight: 600;
  margin: 0;
  font-size: 32px;
  color: #0053a0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .westco-shop-product-single-enquiry {
    padding-right: 0;
  }
}
.westco-shop-product-single-top-nav {
  margin-top: 15px;
}
.westco-shop-product-single-information {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .westco-shop-product-single-information {
    margin-top: 10px;
  }
}
.westco-shop-product-single-information-left {
  padding-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .westco-shop-product-single-information-details {
    padding-right: 0;
  }
}
.westco-shop-product-single-information-details-title {
  margin: 0;
  font-size: 24px;
}
.westco-shop-product-single-information-details-price {
  margin-top: 0;
  border-top: 1px solid #e7e7e7;
  font-size: 24px;
  margin-top: 15px;
  padding-top: 5px;
  color: #0053a0;
}
.westco-shop-product-single-information-details-price del {
  text-decoration: none;
  font-weight: normal;
  color: #929292;
  display: block;
  font-size: 20px;
}
.westco-shop-product-single-information-details-price ins {
  text-decoration: none;
  color: #bf1207;
  font-weight: 700;
}
.westco-shop-product-single-information-details-price small {
  font-size: 16px;
}
.westco-shop-product-single-information-details-description {
  margin-top: 15px;
  min-height: 100px;
  font-size: 16px;
  font-weight: 300;
}
.westco-shop-product-single-information-details-description * {
  font-size: 16px !important;
}
.westco-shop-product-single-information-details-addtocart {
  margin-top: 10px;
  width: 60%;
}
@media (max-width: 991px) {
  .westco-shop-product-single-information-details-addtocart {
    width: 100%;
  }
}
.westco-shop-product-single-information-details-addtocart-quantity {
  height: 42px;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .westco-shop-product-single-information-details-addtocart-quantity {
    height: 52px;
  }
}
@media (max-width: 767px) {
  .westco-shop-product-single-information-details-addtocart-quantity {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
}
.westco-shop-product-single-information-details-addtocart-quantity * {
  font-size: 16px;
}
.westco-shop-product-single-information-details-addtocart-quantity span {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 10%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  background-color: #0053a0;
  color: white;
  border-left: 1px solid #e7e7e7;
}
.westco-shop-product-single-information-details-addtocart-quantity span:hover {
  cursor: pointer;
  background-color: #0964b8;
}
.westco-shop-product-single-information-details-addtocart-quantity span:active {
  background-color: #054076;
}
@media (max-width: 991px) {
  .westco-shop-product-single-information-details-addtocart-quantity span {
    padding: 15px 0;
    width: 15%;
  }
}
input.westco-shop-product-single-information-details-addtocart-quantity-input {
  border: none;
  height: 100%;
  display: inline-block;
  width: 80%;
  padding: 10px;
}
@media (max-width: 991px) {
  input.westco-shop-product-single-information-details-addtocart-quantity-input {
    width: 70%;
  }
}
.westco-shop-product-single-information-details-addtocart button.btn.btn {
  width: 100%;
  padding: 8px;
}
@media (max-width: 991px) {
  .westco-shop-product-single-information-details-addtocart button.btn.btn {
    max-width: none;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .westco-shop-product-single-information-details-addtocart button.btn.btn {
    font-size: 20px;
  }
}
.westco-shop-product-single-information-details-share {
  margin-top: 10px;
}
.westco-shop-product-single-information-details-share span {
  font-size: 12px;
}
.westco-shop-product-single-information-details-share .addtoany_shortcode {
  display: inline-block;
}
@media (max-width: 767px) {
  .westco-shop-product-single-information-details-share .addtoany_shortcode a {
    margin: 0 10px;
  }
}
.westco-shop-product-single-information-details-share .a2a_svg {
  height: 24px !important;
  width: 24px !important;
  background-size: contain;
}
.westco-shop-product-single-related {
  margin-top: 20px;
  min-height: 150px;
}
.westco-shop-product-single-related-products-title {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.wcoslider.wcoslider-productmain {
  height: 400px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wcoslider.wcoslider-productmain {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wcoslider.wcoslider-productmain .slider-arrow {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .wcoslider.wcoslider-productmain .slider-arrow.fa-angle-left {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .wcoslider.wcoslider-productmain .slider-arrow.fa-angle-right {
    right: -45px;
  }
}
.wcoslider.wcoslider-productnav {
  height: 100px;
  overflow: hidden;
  padding: 0 20px 15px;
}
@media (max-width: 767px) {
  .wcoslider.wcoslider-productnav {
    display: none;
  }
}
.wcoslider.wcoslider-productnav .westco-shop-product-single-slider-slide:hover {
  cursor: pointer;
}
.wcoslider.wcoslider-productnav .slick-current .westco-shop-product-single-slider-slide {
  border: 4px solid #aec7ff;
}
.wcoslider.wcoslider-productnav .slider-arrow {
  height: 100%;
  top: 0;
  margin-top: 0;
}
.wcoslider.wcoslider-productnav .slider-arrow:before {
  position: absolute;
}
.wcoslider.wcoslider-productnav .slider-arrow.fa-angle-right {
  right: 0px;
  padding: 0px 0px 0px 20px;
}
@media (max-width: 991px) {
  .wcoslider.wcoslider-productnav .slider-arrow.fa-angle-right {
    padding: 0px 0px 0px 38px;
  }
}
.wcoslider.wcoslider-productnav .slider-arrow.fa-angle-right:before {
  top: 50%;
  margin-top: -30px;
  right: 50%;
  margin-right: -7px;
}
.wcoslider.wcoslider-productnav .slider-arrow.fa-angle-left {
  left: 0px;
  padding: 0px 20px 0px 0px;
}
@media (max-width: 991px) {
  .wcoslider.wcoslider-productnav .slider-arrow.fa-angle-left {
    padding: 0px 38px 0px 0px;
  }
}
.wcoslider.wcoslider-productnav .slider-arrow.fa-angle-left:before {
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -7px;
}
.westco-shop-cart-form {
  padding: 0;
}
.westco-shop-cart-form-table {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .westco-shop-cart-form-table {
    margin-bottom: 20px !important;
  }
}
.westco-shop-cart-form-table tr.cart_item {
  height: 100px;
}
.westco-shop-cart-form-table td.product-name::before, .westco-shop-cart-form-table td.product-name:before {
  display: none;
}
.westco-shop-cart-form-table td.product-detail-xs {
  display: none;
}
@media (max-width: 767px) {
  .westco-shop-cart-form-table td.product-detail-xs {
    display: table-cell;
  }
}
.westco-shop-cart-form-table td.product-detail-xs span {
  display: block;
  margin-bottom: 4px;
}
.westco-shop-cart-form-table td.product-detail-xs span div {
  display: inline-block;
}
.westco-shop-cart-form-table td.product-detail-xs span span {
  display: inline;
}
@media (max-width: 767px) {
  .westco-shop-cart-form-table-update td {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .westco-shop-cart-form-table-update input.button {
    border-radius: 0;
    padding: 15px !important;
  }
}
.westco-shop-cart-form-table-update input.button:disabled[disabled] {
  cursor: default;
}
.cart-collaterals {
  padding: 0;
}
.cart-collaterals > div {
  width: 50%;
  float: left;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .cart-collaterals > div {
    width: 100%;
  }
}
.cart-collaterals > div h2 {
  margin-top: 0;
}
.cart-collaterals .coupon {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .cart-collaterals .coupon {
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cart-collaterals .coupon h2 {
    display: none;
  }
}
.cart-collaterals .coupon-inner {
  width: 80%;
}
@media (max-width: 991px) {
  .cart-collaterals .coupon-inner {
    width: 100%;
  }
}
.cart-collaterals .cart_totals.cart_totals {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals.cart_totals {
    padding-left: 0;
    clear: both;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals.cart_totals h2 {
    font-size: 20px;
  }
}
.cart-collaterals .cart_totals.cart_totals .wc-proceed-to-checkout a {
  font-size: 20px;
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals.cart_totals .wc-proceed-to-checkout a {
    font-size: 16px;
  }
}
.click-out {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9998;
  background: rgba(1, 1, 1, 0.3);
}
.westco-shop-widget {
  position: relative;
}
.westco-shop-widget-inner > a {
  font-size: 12px;
  position: relative;
  top: -2px;
  padding: 15px 5px;
}
.westco-shop-widget.empty i.fa-square {
  display: none;
}
.westco-shop-minicart {
  display: none;
  padding: 10px;
  position: absolute;
  top: 110%;
  right: 22px;
  width: 300px;
  border-radius: 5px 0 5px 5px;
  background: #f7f7f7;
  z-index: 9999;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.westco-shop-minicart.active {
  display: block;
}
.westco-shop-minicart:after, .westco-shop-minicart::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 16px solid #f7f7f7;
}
.westco-shop-minicart a {
  color: #0053a0 !important;
}
.westco-shop-minicart-control.westco-shop-minicart-control {
  display: inline-block;
  position: relative;
}
.westco-shop-minicart-control.westco-shop-minicart-control:hover {
  cursor: pointer;
}
.westco-shop-minicart-control.westco-shop-minicart-control.active i.fa-square.square1 {
  -moz-transform: translateY(-12px) translateX(4px) scale(1) rotateZ(20deg);
  -o-transform: translateY(-12px) translateX(4px) scale(1) rotateZ(20deg);
  -ms-transform: translateY(-12px) translateX(4px) scale(1) rotateZ(20deg);
  -webkit-transform: translateY(-12px) translateX(4px) scale(1) rotateZ(20deg);
  transform: translateY(-12px) translateX(4px) scale(1) rotateZ(20deg);
}
.westco-shop-minicart-control.westco-shop-minicart-control.active i.fa-square.square2 {
  -moz-transform: translateY(-9px) translateX(-1px) scale(0.7) rotateZ(-15deg);
  -o-transform: translateY(-9px) translateX(-1px) scale(0.7) rotateZ(-15deg);
  -ms-transform: translateY(-9px) translateX(-1px) scale(0.7) rotateZ(-15deg);
  -webkit-transform: translateY(-9px) translateX(-1px) scale(0.7) rotateZ(-15deg);
  transform: translateY(-9px) translateX(-1px) scale(0.7) rotateZ(-15deg);
}
.westco-shop-minicart-control.westco-shop-minicart-control i.fa-shopping-cart {
  position: relative;
  z-index: 9999;
  padding: 15px;
  font-size: 20px;
  color: white;
  margin: 0;
}
.westco-shop-minicart-control.westco-shop-minicart-control i.fa-square {
  position: absolute;
  z-index: 9999;
  font-size: 8px;
  color: white;
  margin: 0;
  top: 45%;
  margin-top: -7px;
  margin-left: -5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.westco-shop-minicart-control.westco-shop-minicart-control i.fa-square.square1 {
  left: 60%;
  transition-delay: 0.2s;
  -moz-transform: translateY(0) translateX(0) scale(0.6) rotateZ(20deg);
  -o-transform: translateY(0) translateX(0) scale(0.6) rotateZ(20deg);
  -ms-transform: translateY(0) translateX(0) scale(0.6) rotateZ(20deg);
  -webkit-transform: translateY(0) translateX(0) scale(0.6) rotateZ(20deg);
  transform: translateY(0) translateX(0) scale(0.6) rotateZ(20deg);
}
.westco-shop-minicart-control.westco-shop-minicart-control i.fa-square.square2 {
  left: 50%;
  transition-delay: 0.35s;
  -moz-transform: translateY(0) translateX(0) scale(0.6) rotateZ(-20deg);
  -o-transform: translateY(0) translateX(0) scale(0.6) rotateZ(-20deg);
  -ms-transform: translateY(0) translateX(0) scale(0.6) rotateZ(-20deg);
  -webkit-transform: translateY(0) translateX(0) scale(0.6) rotateZ(-20deg);
  transform: translateY(0) translateX(0) scale(0.6) rotateZ(-20deg);
}
.westco-shop-minicart-title {
  margin: 0;
  font-size: 20px;
}
.westco-shop-minicart-title .numitems {
  font-size: 16px;
  color: #929292;
  float: right;
  line-height: 1.7;
}
.westco-shop-minicart-empty {
  font-size: 16px;
  font-weight: 300;
  color: #bbb;
  margin-bottom: 20px;
  line-height: 1.6;
}
.westco-shop-minicart-productlist {
  width: 100%;
  padding: 0;
  margin: 15px 0 5px;
  border-top: 1px solid #e7e7e7;
}
.westco-shop-minicart-productlist-item {
  line-height: 1.5;
  vertical-align: middle;
}
.westco-shop-minicart-productlist-item a {
  display: block;
  padding: 5px 0;
}
.westco-shop-minicart-productlist-item-remove {
  text-align: left;
  width: 10%;
}
.westco-shop-minicart-productlist-item-remove a {
  width: auto;
  display: block;
  font-size: 1.5em;
  color: #d51207 !important;
}
.westco-shop-minicart-productlist-item-remove a:hover {
  color: #951207 !important;
}
.westco-shop-minicart-productlist-item-info {
  text-align: right;
  color: #929292;
}
.westco-shop-minicart-productlist-item-info .quantity, .westco-shop-minicart-productlist-item-info .price {
  color: #444;
}
.westco-shop-minicart-subtotal {
  border-top: 1px solid #e7e7e7;
  line-height: 3;
  font-weight: 700;
}
.westco-shop-minicart-subtotal-value {
  text-align: right;
}
.westco-shop-minicart-buttons a.btn {
  color: white !important;
  width: 49%;
}
.woocommerce a.remove {
  display: inline-block;
}
.btn-attached {
  box-shadow: none;
  padding: 0 15px !important;
  height: 40px;
  margin-bottom: 0;
  border-radius: 0 5px 5px 0 !important;
  color: white;
  border: none;
  width: 30% !important;
  float: right;
  max-width: none;
  margin-top: 0;
}
.btn-attached-mgrey {
  background-color: #929292;
}
.btn-attached-mgrey:hover {
  background-color: #696969;
}
.btn-attached-mblue {
  background-color: #0053a0;
}
.btn-attached-mblue:hover {
  background-color: #054076;
}
.btn-attached-input {
  width: 70% !important;
  padding: 0 12px !important;
  height: 40px;
  float: left;
  max-width: none;
  border-right: none;
  border-radius: 5px 0 0 5px !important;
}
.woocommerce #ship-to-different-address {
  margin-top: 0;
  line-height: 2;
  width: 100%;
  clear: both;
}
.woocommerce #ship-to-different-address label {
  font-size: 16px;
  float: left;
  margin: 0;
  color: #0053a0;
}
.woocommerce #ship-to-different-address label:hover {
  cursor: pointer;
}
.woocommerce #ship-to-different-address .input-checkbox {
  margin-left: 10px;
  float: left;
}
.woocommerce-checkout-payment .place-order a.btn, .woocommerce-checkout-payment .place-order #place_order {
  max-width: 450px;
  margin: 0 auto;
  float: none !important;
  padding: 15px 25px;
}
.woocommerce-checkout-payment .place-order #place_order {
  font-size: 20px;
}
.woocommerce-checkout-payment .place-order a.btn {
  margin-bottom: 15px;
  padding: 7px 25px !important;
}
.westco-shop-account {
  padding-top: 15px;
}
.westco-shop-account-leftwrap {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .westco-shop-account-leftwrap {
    padding-right: 15px !important;
  }
}
.westco-shop-account-rightwrap {
  padding: 0 !important;
}
.westco-shop-account-orders {
  overflow: hidden;
}
.westco-shop-account-orders td:before {
  content: attr(data-title) !important;
}
@media (max-width: 767px) {
  .westco-shop-account-orders td.order-actions {
    padding: 0 !important;
  }
}
.westco-shop-account-orders td.order-actions:before {
  display: none;
}
@media (max-width: 767px) {
  .westco-shop-account-orders td.order-actions a {
    border-radius: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
  }
}
.westco-shop-account-nav-list {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding: 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.westco-shop-account-nav-list-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
.westco-shop-account-nav-list-item:last-of-type {
  border: none;
}
.westco-shop-account-nav-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.westco-shop-account-nav-list-item.is-active {
  background-color: #0964b8;
}
.westco-shop-account-nav-list-item.is-active a {
  color: white;
}
.westco-shop-account-nav-list-item.is-active a:hover {
  color: #e7e7e7;
}
.woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0;
}
.westco-shop-specials-listing {
  margin-top: 15px;
}
.westco-shop-specials-listing span.price {
  font-size: 1em !important;
}
.westco-shop-specials-listing span.price span {
  color: #696969;
}
.westco-shop-specials-listing span.price del {
  display: block;
  opacity: 0.5;
}
.westco-shop-specials-listing span.price del, .westco-shop-specials-listing span.price del span {
  text-decoration: none;
}
.westco-shop-specials-listing span.price ins, .westco-shop-specials-listing span.price ins span {
  font-weight: 700;
  color: #bf1207;
  text-decoration: none;
}
.westco-shop-specials-listing .sale-sticker {
  display: none !important;
}
#eWAYBlock {
  height: 60px;
  text-align: right;
  float: right;
  overflow: hidden;
}
#eWAYBlock > div {
  text-align: right !important;
}
#eWAYBlock > div a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: 0 !important;
}
li.payment_method_eway_payments > label {
  display: none;
}
.payment_box {
  overflow: hidden;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.eway-title h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .eway-title h2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .eway-title h2 {
    font-size: 16px;
  }
}
h4.eway-notice {
  background-color: #04b140;
  color: white;
  padding: 10px;
  font-size: 12px;
  clear: both;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 700;
}
h4.eway-notice i {
  display: inline-block;
  width: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  h4.eway-notice {
    display: block;
    padding: 5px;
    text-align: center;
  }
  h4.eway-notice i {
    display: block;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.payment-method-eway-fields label {
  font-weight: 500;
}
.payment-method-eway-fields .required {
  color: #bf1207;
}
.payment-method-eway-fields-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .payment-method-eway-fields-group.pad-left {
    padding-right: 15px !important;
  }
}
.payment-method-eway-fields-group .eway-cc-month {
  padding-right: 10px !important;
}
.payment-method-eway-fields-group .form-control:active, .payment-method-eway-fields-group .form-control:focus {
  border-color: rgba(99, 175, 75, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(99, 175, 75, 0.6);
  outline: 0 none;
}
.payment-method-eway-fields-group .form-control[type="text"]:valid {
  border-color: #04b140;
}
.payment-method-eway-fields-group .form-control[type="text"]:invalid {
  border-color: #bf1207;
}
#payment {
  background: white !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 15px 25px;
}
@media (max-width: 500px) {
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px;
  }
}
.westco-shop-searchbar {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  position: relative;
  top: -4px;
}
#mobile-nav .westco-shop-searchbar {
  margin: 8px 0;
}
.js .westco-shop-searchbar input {
  width: 0;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.js .westco-shop-searchbar.open input {
  width: 200px;
  padding-left: 2px;
  padding-right: 2px;
}
.westco-shop-searchbar i.fa-search {
  color: white;
  display: inline;
  font-size: 18px;
  padding: 0;
  position: relative;
  top: 2px;
}
.westco-shop-searchbar input {
  color: white;
  display: inline-block;
  width: auto;
  line-height: 1;
  font-size: 18px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  box-shadow: none;
  padding-top: 10px;
  position: relative;
  top: 3px;
}
.westco-shop-searchbar input::-webkit-input-placeholder {
  color: #eee;
}
.westco-shop-searchbar input:-moz-placeholder {
  color: #eee;
}
.westco-shop-searchbar input::-moz-placeholder {
  color: #eee;
}
.westco-shop-searchbar input:-ms-input-placeholder {
  color: #eee;
}
.westco-shop-searchbar button.search-confirm {
  color: white;
  font-size: 20px;
  padding: 6px;
  font-weight: 300;
  position: relative;
  top: 2px;
  background: none;
  border: none;
}
.dropdown_product_cat {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .dropdown_product_cat {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
