/*!/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/vendor/normalize.css*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*!/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/vendor/lightslider.css*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    /* background-image: url('/blog/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/vendor/../img/controls.png'); */
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    /*opacity: 0.5;*/
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*!/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/truck/main.css*/
@charset "UTF-8";
/* Shopping Hubs :  Truck */
#hub_page-description {
  display: none;
}

#hub__header {
  padding: 16px;
  background: #fff;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  font-family: roboto;
  height: 82px;
  border-bottom: 1px solid #E0E0E0;
}
#hub__header ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  font-weight: 400;
  opacity: 1;
  /* Firefox */
}
#hub__header :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-weight: 400;
}
#hub__header ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-weight: 400;
}
#hub__header #cp__logo {
  top: 5px;
  position: relative;
}
#hub__header i.material-icons {
  cursor: pointer;
  color: #2E4787;
  font-size: 36px;
}
#hub__header #cp_search {
  width: 70%;
  position: relative;
  margin-left: 20px;
  padding-left: 12px;
}
#hub__header #cp_search .btn-search {
  top: 4px;
  border: 0;
  right: 8px;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
}
#hub__header #cp_search i.material-icons {
  top: 2px;
  right: 2px;
  position: relative;
}
#hub__header #cp_search input[type=text] {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  padding: 0 50px 0 10px;
  border-radius: 36px;
  border: 2px solid #2E4787;
}
#hub__header #cp__usercart {
  width: 232px;
  text-align: right;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#hub__header #cp__usercart a {
  color: #2E4787;
  padding: 0 5px;
}
#hub__header #cp__usercart #hub__menu--mobile {
  display: none;
}
#hub__header #cp__usercart #hub__menu--mobile.active i.menu:before {
  content: "";
}
#hub__header #hub__myaccount, #hub__header #hub__cart {
  display: flex;
  align-items: center;
}
#hub__header #hub__myaccount span {
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  #hub__header {
    height: auto;
  }
  #hub__header #cp__usercart {
    width: 130px;
  }
  #hub__header #hub__myaccount span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #hub__header {
    flex-wrap: wrap;
    padding: 4px 12px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
  }
  #hub__header #cp__logo {
    order: 1;
    top: 0;
  }
  #hub__header #cp__logo svg {
    width: 190px;
  }
  #hub__header #cp_search {
    order: 3;
    display: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }
  #hub__header #cp_search i.material-icons {
    top: -3px;
  }
  #hub__header #cp_search input[type=text] {
    height: 40px;
    line-height: 40px;
  }
  #hub__header #cp__usercart {
    order: 2;
    flex: 1;
  }
  #hub__header #cp__usercart #hub__menu--mobile {
    display: none;
    align-items: center;
  }
  #hub__header.directory #btn__return {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #hub__header.directory #btn__return {
    font-size: 13px;
  }
}

#hub__hs {
  position: relative;
}
#hub__hs img {
  z-index: 2;
  position: relative;
}
#hub__hs .hub__hsbg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 282px;
  background: #282832;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  #hub__hs .hub__hsbg {
    display: none;
  }
}
#hub__hs [class$=hs-desktop] {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#hub__hs [class$=hs-mobile] {
  display: none;
}
@media only screen and (max-width: 767px) {
  #hub__hs {
    margin-top: 61px;
  }
  #hub__hs [class$=hs-desktop] {
    display: none;
  }
  #hub__hs [class$=hs-mobile] {
    display: block;
  }
}

#hub__page p {
  line-height: 26px;
}
#hub__page h1, #hub__page h2, #hub__page h3 {
  font-weight: 600 !important;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #hub__page h1, #hub__page h2, #hub__page h3 {
    padding: 0;
  }
}
#hub__page h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1023px) {
  #hub__page h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #hub__page h1 {
    font-size: 30px;
  }
}
#hub__page h2 {
  font-size: 30px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #hub__page h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  #hub__page h2 {
    font-size: 22px;
  }
}
#hub__page h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  #hub__page h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #hub__page h3 {
    font-size: 18px;
  }
}
#hub__page h4 {
  font-size: 18px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #hub__page h4 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
#hub__page .bgcolor {
  background: #f5f5f5;
}

#hub__intro {
  margin: 50px 10px;
  text-align: center;
}
#hub__intro p {
  font-weight: normal;
}
@media only screen and (max-width: 480px) {
  #hub__intro {
    margin: 20px 10px;
  }
}

.hub__slider {
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.hub__slider.grid {
  max-height: 100%;
}
.hub__slider.grid #deals__skus > div {
  display: none;
  opacity: 1;
  max-width: 1248px;
}
.hub__slider h2 {
  padding-bottom: 20px;
}
.hub__slider .hubUi ul {
  display: flex;
  align-items: center;
  height: auto !important;
}
.hub__slider .hubUi ul li {
  padding: 30px 0;
  margin: 0 10px !important;
}
.hub__slider .hubUi ul li:first-child {
  margin-left: 170px !important;
}
.hub__slider .hubUi ul li:last-child {
  margin-right: 200px !important;
}
.hub__slider .hubUi ul li a {
  color: #333;
  padding: 30px 0;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 0 15px 3px #E0E0E0;
  box-shadow: 0 0 15px 3px #E0E0E0;
  transition: all 0.3s ease 0s;
  /*
  &:hover,&.selected{
      border: 1px solid $orange;
  }*/
}
@media only screen and (max-width: 1024px) {
  .hub__slider .hubUi ul li strong {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .hub__slider .hubUi ul li {
    margin: 0 5px !important;
    width: 500px !important;
  }
  .hub__slider .hubUi ul li:first-child {
    margin-left: 30px !important;
  }
  .hub__slider .hubUi ul li:last-child {
    margin-right: 40px !important;
  }
}
.hub__slider .hubUi .lSPrev {
  left: 5%;
  right: auto;
}
.hub__slider .hubUi .lSNext {
  left: auto;
  right: 5%;
}
.hub__slider .skuUI ul {
  display: flex;
}
@media only screen and (max-width: 1248px) {
  .hub__slider .skuUI ul {
    margin: 20px 10px;
  }
}
.hub__slider .skuUI ul a {
  display: block;
  color: #333 !important;
}
.hub__slider .skuUI ul li {
  padding: 20px 5px 60px 5px;
  background: #fff;
  text-align: center;
  border: 5px solid #E0E0E0;
  position: relative;
  height: 280px;
  position: relative;
  width: 320px !important;
  transition: all 0.3s ease 0s;
}
.hub__slider .skuUI ul li:hover {
  border: 5px solid #E0E0E0;
}
.hub__slider .skuUI ul li:hover .btn {
  background: #ffff52 !important;
}
.hub__slider .skuUI ul li img {
  width: 200px;
  display: block;
  margin: 0 auto 10px auto;
}
.hub__slider .skuUI ul li.lslide, .hub__slider .skuUI ul li.clone {
  list-style: none !important;
}
.hub__slider .skuUI ul .btn__add {
  height: 100%;
}
.hub__slider .skuUI ul .btn__add i.material-icons {
  font-size: 50px;
  position: static;
  margin-left: -22px;
}
.hub__slider .skuUI ul .btn__add a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hub__slider .skuUI ul .btn__add span {
  width: 100%;
}
.hub__slider .skuUI ul .btn__add em {
  display: block;
  font-style: normal;
}
.hub__slider .skuUI ul i.material-icons {
  top: -30px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  font-size: 50px;
  cursor: pointer;
  position: absolute;
}
.hub__slider .skuUI ul i.material-icons.arrow-left {
  left: 0;
}
.hub__slider .skuUI ul i.material-icons.arrow-right {
  right: 12px;
}
.hub__slider .skuUI ul .item {
  position: relative;
}
.hub__slider .skuUI ul .lSAction a {
  top: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: auto;
  position: absolute;
  width: 66px !important;
  height: 58px !important;
}
.hub__slider .skuUI ul .lSAction .lSPrev::before,
.hub__slider .skuUI ul .lSAction .lSNext::before {
  content: "";
  display: block;
  width: 66px;
  height: 58px;
}
.hub__slider .skuUI ul .lSAction .lSPrev::before {
  background: url(https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/landing-pages/deals/2021-daily-deals/left-double-arrow) center center no-repeat;
}
.hub__slider .skuUI ul .lSAction .lSNext::before {
  background: url(https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/landing-pages/deals/2021-daily-deals/right-double-arrow) center center no-repeat;
}
.hub__slider .skuUI .lSPrev {
  left: 10px;
  right: auto;
}
.hub__slider .skuUI .lSNext {
  left: auto;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .hub__slider .skuUI ul {
    margin-left: 20px !important;
  }
  .hub__slider .skuUI ul li {
    right: -30px;
  }
  .hub__slider .skuUI ul li:last-child {
    margin-right: 80px !important;
  }
}
.hub__slider .lSAction {
  /*top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  margin: auto;
  position: absolute;*/
}
.hub__slider .lSAction a {
  top: 0;
  margin: auto;
  padding: 0 !important;
  width: 66px !important;
  height: 58px !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.hub__slider .lSAction .lSPrev::before,
.hub__slider .lSAction .lSNext::before {
  content: "";
  display: block;
  width: 66px;
  height: 58px;
}
.hub__slider .lSAction .lSPrev::before {
  background: url(/blog/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/vendor/sliderarrow-left.png) center center no-repeat;
}
.hub__slider .lSAction .lSNext::before {
  background: url(/blog/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/vendor/sliderarrow-right.png) center center no-repeat;
}
.hub__slider .lSPager.lSpg {
  width: 200px !important;
  display: flex !important;
  justify-content: center;
  margin: 0 auto !important;
}
.hub__slider .lSPager.lSpg li {
  height: auto !important;
  border: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  right: 0 !important;
  left: 0 !important;
}
.hub__slider .lSPager.lSpg a {
  height: 14px !important;
  width: 14px !important;
  display: block !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  margin: 0 5px !important;
}
@media only screen and (max-width: 767px) {
  .hub__slider .lSPager.lSpg li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hub__slider .lSPager.lSpg li:first-child {
    margin-left: 0 !important;
  }
  .hub__slider .lSPager.lSpg li:last-child {
    margin-right: 0 !important;
  }
}
.hub__slider .btn__viewall {
  text-align: center;
  display: block;
}

#deals__skus {
  margin: 20px 0;
}
#deals__skus .txtOrange {
  color: #ff761b;
}
#deals__skus em {
  font-style: normal;
  font-weight: bold;
}
#deals__skus .btn {
  top: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  max-width: 120px;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
}
#deals__skus .partnumber {
  color: #999;
  font-size: 12px;
}
#deals__skus > div {
  margin: 0 auto 50px auto;
  font-size: 14px;
  max-width: 1000px;
}
#deals__skus > div strong {
  display: block;
  margin-bottom: 5px;
}
#deals__skus > div span {
  display: block;
}
@media only screen and (max-width: 767px) {
  #deals__skus {
    margin: 50px 0 20px 0;
  }
}

#hub__bestsellers {
  margin: 50px 0;
}
#hub__bestsellers h2 {
  padding-bottom: 20px;
}
#hub__bestsellers .hub__grid {
  justify-content: center;
}
#hub__bestsellers .hub__thumb {
  height: 280px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #hub__bestsellers {
    margin: 50px 0 0 0;
  }
  #hub__bestsellers .hub__thumb {
    height: auto;
  }
  #hub__bestsellers section {
    margin-bottom: 20px;
  }
}

.hub__sections section,
#hub__shopbymodel section {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 1px 2px 1px 0px #e8e8e8;
  box-shadow: 1px 2px 1px 0px #e8e8e8;
}

#hub__shopbymodel {
  border-bottom: 1px solid #E0E0E0;
}
#hub__shopbymodel h2 {
  margin-bottom: 20px;
}
#hub__shopbymodel > div {
  display: none;
}
#hub__shopbymodel > div > div {
  padding: 50px 0;
}
#hub__shopbymodel > div > div:nth-child(odd) {
  background: #f8f8f8;
}

.hub__sections {
  background: #f8f8f8;
  padding: 30px 0;
}
.hub__sections .hub__grid {
  justify-content: center;
}
@media only screen and (max-width: 1175px) {
  .hub__sections .hub__grid {
    justify-content: center;
  }
}

#hub__article {
  margin: 30px 0;
}
#hub__article img {
  padding: 0 50px;
  display: block;
  margin: 0 auto;
}
#hub__article section {
  padding: 20px;
}

#hub__related-articles {
  padding: 40px 0;
}
#hub__related-articles h2 {
  margin-bottom: 40px;
}
#hub__related-articles > .wrap {
  max-width: 992px !important;
}
#hub__related-articles section {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
#hub__related-articles section:last-child {
  border-bottom: 0;
}
#hub__related-articles section > div {
  flex: 1;
}
#hub__related-articles section [class$=thumb] {
  width: 300px;
  height: 200px;
  max-width: 300px;
  margin-right: 30px;
  background: #282832;
}
#hub__related-articles section [class$=title] {
  display: block;
  font-weight: 600;
}
#hub__related-articles section [class$=desc] {
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  #hub__related-articles section {
    flex-wrap: wrap;
    padding: 0 20px 30px 20px;
    margin-bottom: 30px;
  }
  #hub__related-articles section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hub__related-articles section [class$=thumb] {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#hub__dynamic-skuparts {
  padding-top: 50px;
  background: #f8f8f8;
}
#hub__dynamic-skuparts h2 {
  margin-bottom: 30px;
}
#hub__dynamic-skuparts .hub__bsftslot {
  height: 620px !important;
}

#btn__viewmore {
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  max-width: 120px;
  position: relative;
  padding: 10px 0;
  bottom: -24px;
  background: #ff761b;
  border-radius: 36px;
}
#btn__viewmore:before {
  content: "View more";
}
#btn__viewmore.active:before {
  content: "View less";
}

footer {
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
  border-top: 1px solid #E0E0E0;
}
footer .wrap {
  display: block !important;
  margin: 0 auto !important;
  max-width: 1248px !important;
}
footer strong {
  font-weight: 700 !important;
}
footer h5 {
  font-size: 14px !important;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 900 !important;
}
footer h5 i.material-icons {
  display: none;
  transition: all 0.3s ease 0s;
}
footer #footer__email {
  padding: 40px 0;
  background: #EEE;
}
footer #footer__popularsearches {
  display: none;
  text-align: center;
  padding-top: 40px;
}
footer #footer__popularsearches.wrap {
  max-width: 800px;
}
footer #footer__info {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-top: 40px;
}
footer #footer__info [class$="--contact"] {
  width: 25%;
  padding-right: 40px;
}
footer #footer__info [class$="--contact"] a {
  color: #333;
  font-weight: 400 !important;
}
footer #footer__info [class$="--contact"] li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  list-style: none !important;
}
footer #footer__info [class$="--contact"] li a {
  display: block;
}
footer #footer__info [class$="--contact"] svg,
footer #footer__info [class$="--contact"] i.material-icons {
  top: 0;
  left: 0;
  color: #666;
  position: absolute;
}
footer #footer__info [class$="--contact"] strong, footer #footer__info [class$="--contact"] span {
  display: block;
}
footer #footer__info [class$="--links"] {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
}
footer #footer__info [class$="--links"] > div {
  width: 25%;
}
footer #footer__info [class$="--links"] a {
  color: #333;
  font-weight: 400 !important;
}
footer #footer__info [class$="--links"] a:hover {
  color: #05629B;
}
footer #footer__info [class$="--links"] li {
  list-style: none !important;
  margin-bottom: 10px;
}
footer #footer__info input[type=radio] {
  display: none;
}
footer #footer__info--bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-top: 40px;
}
footer #footer__info--bottom > div {
  width: 200px;
}
footer #footer__info--bottom > div img {
  max-width: 150px;
}
footer #footer__info--bottom > div:nth-last-child(2) {
  width: 400px;
  margin-left: 50px;
  display: flex;
  align-items: flex-end;
}
footer #footer__info--bottom > div:last-child {
  flex-grow: 1;
  padding-left: 100px;
}
footer #footer__info--bottom > div:last-child img {
  width: 70px;
  margin-right: 10px;
}
footer [class$=__socialmedia] a {
  margin-right: 10px;
}
footer [class$=__socialmedia] span {
  display: inline-block;
  border: 1px solid #E0E0E0;
  padding-top: 9px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-align: center;
  border-radius: 40px;
}
footer [class$=__socialmedia] i.material-icons {
  color: #666;
  position: static;
  font-size: 18px;
}
footer [class$=__socialmedia] h5 {
  margin-bottom: 10px;
}
footer [class$=__socialmedia] h5 em {
  color: #666;
  display: block;
  font-style: normal;
  font-weight: normal;
}
footer #footer__copyright {
  color: #666;
  font-size: 12px;
  padding: 10px 0;
  background: #EEE;
  margin-top: 40px;
}
footer #footer__copyright::after {
  clear: both;
  content: "";
  display: table;
}
footer #footer__copyright a {
  font-weight: 400 !important;
}
footer #footer__copyright > div {
  display: flex !important;
}
footer #footer__copyright span {
  width: 33.33%;
}
footer #footer__copyright span:nth-child(2) {
  text-align: center;
}
footer #footer__copyright span:last-child {
  text-align: right;
}
footer #footer__copyright a {
  color: #666;
  padding: 0 10px;
}
footer #deals__footer--cplogo img {
  max-width: 100% !important;
}
@media only screen and (max-width: 1279px) {
  footer #footer__info {
    margin-top: 0;
    display: block;
    flex-wrap: inherit;
    padding: 0 20px;
  }
  footer #footer__info [class$="--contact"],
footer #footer__info [class$="--links"],
footer #footer__info [class$="--links"] > div {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  footer #footer__info [class$="--links"] > div:nth-child(n+4) {
    width: 100%;
  }
  footer #footer__info ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  footer #footer__info ul li {
    margin-top: 20px;
    margin-left: 20px;
  }
  footer #footer__info input[type=radio]:checked ~ ul {
    max-height: 500px;
  }
  footer #footer__info input[type=radio]:checked ~ label i.material-icons {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  footer #footer__info h5 {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  footer #footer__info h5 i.material-icons {
    right: 0;
    display: block;
    position: absolute;
    top: 15px !important;
    left: auto !important;
  }
  footer #footer__info [class$=__socialmedia] {
    margin: 20px auto;
    max-width: 250px;
  }
  footer #footer__info [class$=__socialmedia] h5 {
    border: 0;
    text-align: center;
    display: inline-block;
  }
  footer #footer__info [class$=__socialmedia] a:last-child {
    margin-right: 0;
  }
  footer #footer__info [class$=__sitelogo] {
    max-width: 500px;
    margin: 20px auto;
  }
  footer #footer__copyright {
    color: #9b9b9b;
    margin-top: 0;
    background: #fff;
  }
  footer #footer__copyright > div {
    flex-wrap: wrap;
  }
  footer #footer__copyright span {
    width: 100%;
    text-align: center;
  }
  footer #footer__copyright span a {
    padding-bottom: 5px;
  }
  footer #footer__copyright span:first-child {
    order: 3;
  }
  footer #footer__copyright span:nth-child(2) {
    order: 1;
  }
  footer #footer__copyright span:nth-child(2) a {
    color: #2E4787;
  }
  footer #footer__copyright span:nth-child(2) a:last-child {
    display: block;
  }
  footer #footer__copyright span:last-child {
    order: 2;
    margin-bottom: 10px;
    text-align: center;
  }
  footer #footer__copyright span:last-child a {
    color: #2E4787;
  }
  footer #footer__info--bottom {
    text-align: center;
  }
  footer #footer__info--bottom > div {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  footer #footer__info--bottom > div img {
    max-width: 140px;
  }
  footer #footer__info--bottom > div:nth-last-child(2) {
    order: 2;
    margin: 0 auto;
    display: block;
    width: auto;
  }
  footer #footer__info--bottom > div:last-child {
    margin: 0;
    order: 1;
    width: 100% !important;
    margin-bottom: 10px;
    padding-left: 0;
  }
  footer #footer__popularsearches.wrap {
    padding: 20px 30px;
  }
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/
  -webkit-overflow-scrolling: touch;
}

textarea, [contenteditable],
input[type=text],
input[type=text]:before,
input[type=text]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
textarea::-webkit-input-placeholder, [contenteditable]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]:before::-webkit-input-placeholder,
input[type=text]:after::-webkit-input-placeholder {
  color: #E0E0E0;
}
textarea:-moz-placeholder, [contenteditable]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]:before:-moz-placeholder,
input[type=text]:after:-moz-placeholder {
  color: #E0E0E0;
}
textarea::-moz-placeholder, [contenteditable]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]:before::-moz-placeholder,
input[type=text]:after::-moz-placeholder {
  color: #E0E0E0;
}
textarea:-ms-input-placeholder, [contenteditable]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]:before:-ms-input-placeholder,
input[type=text]:after:-ms-input-placeholder {
  color: #E0E0E0;
}

body {
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
}

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul::after {
  clear: both;
  content: "";
  display: table;
}
ul.disc li {
  padding-left: 10px;
  list-style: disc outside;
  float: none;
}
ul.circle li {
  padding-left: 10px;
  list-style: circle inside !important;
  float: none;
}
ul.square li {
  padding-left: 10px;
  list-style: square inside !important;
  float: none;
}
ul.decimal li {
  padding-left: 10px;
  float: none;
}

ol::after {
  clear: both;
  content: "";
  display: table;
}
ol li {
  float: none;
}
ol.roman li {
  padding-left: 10px;
  list-style: upper-roman outside;
  float: none;
}
ol.alpha li {
  padding-left: 10px;
  list-style: lower-alpha outside;
  float: none;
}

.fixed {
  position: fixed;
  width: 100%;
}

#blog .site-header, #btn__search--open, .bialty-container, .pp-multiple-authors-wrapper {
  display: none;
}

#blog #content, #blog .site-inner {
  margin: 0;
}

#blog #content p {
  padding: 0;
}

#blog #content ul > li {
  margin-bottom: 0;
}

#blog #content.fluid ul, #blog #content.fluid ol {
  margin-left: 0;
}

@media only screen and (max-width: 1279px) {
  #blog #content {
    padding: 0;
  }
}
html {
  line-height: 1.5;
  font-size: 18px;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 1248px !important;
  margin: 0 auto !important;
}

[class$=__desktop] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [class$=__desktop] {
    display: none;
  }
}

[class$=__mobile] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  [class$=__mobile] {
    display: block;
  }
}

.btn {
  min-width: 100px;
  height: 32px;
  margin: 10px auto 0 auto;
  padding: 0 20px;
  color: #333 !important;
  border: none;
  font-weight: 700 !important;
  cursor: pointer;
  text-align: center;
  border-radius: 32px;
  background: #ffce05 !important;
  font-size: 14px !important;
  line-height: 32px !important;
  display: inline-block;
}
.btn.outline {
  display: inline-block;
  background: transparent !important;
  border: 1px solid #2E4787;
  color: #2E4787 !important;
  transition: all 0.8s ease 0s;
}
.btn.outline:hover {
  color: #fff !important;
  background: #2E4787 !important;
}
.btn.blue {
  padding: 0 50px;
  color: #fff !important;
  background: #2E4787 !important;
}

.hub__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* 5 columns */
  /* 4 columns */
  /* 3 columns */
  /* 2 columns */
}
.hub__grid.aligncenter {
  justify-content: center;
}
.hub__grid.alignleft {
  justify-content: flex-start;
}
.hub__grid a {
  color: #333 !important;
  font-weight: normal !important;
}
.hub__grid section {
  margin: 10px;
  font-size: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #E0E0E0;
}
.hub__grid section > div {
  position: relative;
}
.hub__grid section a {
  display: block;
  padding: 10px;
}
.hub__grid section img {
  transition: all 0.3s ease 0s;
}
.hub__grid section:hover img {
  transform: none;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 733px) {
  .hub__grid section {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E0E0E0;
  }
  .hub__grid section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .hub__grid section .hub__thumb, .hub__grid section > div {
    width: 100%;
  }
  .hub__grid section .hub__thumb {
    order: 2;
  }
  .hub__grid section > div {
    order: 1;
    padding-bottom: 20px;
  }
}
.hub__grid.col5 section {
  width: 18%;
  padding-bottom: 0;
}
.hub__grid.col5 section .deals__partname {
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col5 section {
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .hub__grid.col5 section {
    width: 46.6%;
    padding: 0;
    margin: 5px;
  }
}
.hub__grid.col4 section {
  width: 23.3%;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col4 section {
    width: 46.6%;
  }
}
@media only screen and (max-width: 733px) {
  .hub__grid.col4 section {
    margin: 5px;
    justify-content: center;
  }
}
.hub__grid.col3 section {
  width: 31.2%;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col3 section {
    width: 46.6%;
  }
}
@media only screen and (max-width: 733px) {
  .hub__grid.col3 section {
    width: 100%;
    margin: 5px 0;
  }
}
.hub__grid.col2 section {
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col2 section {
    width: 100%;
    margin: 5px 0;
  }
}
.hub__grid.flexauto {
  justify-content: flex-start;
}
.hub__grid.flexauto > section {
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .hub__grid {
    padding: 0 10px;
  }
}

/*# Current File Updated by Asset CleanUp - Original Source Map: main.css.map */