/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}
/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}
/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}
/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}
/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.68%;
}
.span_3_of_5 {
  width: 59.36%;
}
.span_2_of_5 {
  width: 39.04%;
}
.span_1_of_5 {
  width: 18.72%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_5_of_5 {
    width: 100%;
  }
  .span_4_of_5 {
    width: 100%;
  }
  .span_3_of_5 {
    width: 100%;
  }
  .span_2_of_5 {
    width: 100%;
  }
  .span_1_of_5 {
    width: 100%;
  }
}
/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
  width: 100%;
}
.span_5_of_6 {
  width: 83.06%;
}
.span_4_of_6 {
  width: 66.13%;
}
.span_3_of_6 {
  width: 49.2%;
}
.span_2_of_6 {
  width: 32.26%;
}
.span_1_of_6 {
  width: 15.33%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_6_of_6 {
    width: 100%;
  }
  .span_5_of_6 {
    width: 100%;
  }
  .span_4_of_6 {
    width: 100%;
  }
  .span_3_of_6 {
    width: 100%;
  }
  .span_2_of_6 {
    width: 100%;
  }
  .span_1_of_6 {
    width: 100%;
  }
}
/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
  width: 100%;
}
.span_6_of_7 {
  width: 85.48%;
}
.span_5_of_7 {
  width: 70.97%;
}
.span_4_of_7 {
  width: 56.45%;
}
.span_3_of_7 {
  width: 41.94%;
}
.span_2_of_7 {
  width: 27.42%;
}
.span_1_of_7 {
  width: 12.91%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_7_of_7 {
    width: 100%;
  }
  .span_6_of_7 {
    width: 100%;
  }
  .span_5_of_7 {
    width: 100%;
  }
  .span_4_of_7 {
    width: 100%;
  }
  .span_3_of_7 {
    width: 100%;
  }
  .span_2_of_7 {
    width: 100%;
  }
  .span_1_of_7 {
    width: 100%;
  }
}
/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
  width: 100%;
}
.span_7_of_8 {
  width: 87.3%;
}
.span_6_of_8 {
  width: 74.6%;
}
.span_5_of_8 {
  width: 61.9%;
}
.span_4_of_8 {
  width: 49.2%;
}
.span_3_of_8 {
  width: 36.5%;
}
.span_2_of_8 {
  width: 23.8%;
}
.span_1_of_8 {
  width: 11.1%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_8_of_8 {
    width: 100%;
  }
  .span_7_of_8 {
    width: 100%;
  }
  .span_6_of_8 {
    width: 100%;
  }
  .span_5_of_8 {
    width: 100%;
  }
  .span_4_of_8 {
    width: 100%;
  }
  .span_3_of_8 {
    width: 100%;
  }
  .span_2_of_8 {
    width: 100%;
  }
  .span_1_of_8 {
    width: 100%;
  }
}
/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
  width: 100%;
}
.span_8_of_9 {
  width: 88.71%;
}
.span_7_of_9 {
  width: 77.42%;
}
.span_6_of_9 {
  width: 66.13%;
}
.span_5_of_9 {
  width: 54.84%;
}
.span_4_of_9 {
  width: 43.55%;
}
.span_3_of_9 {
  width: 32.26%;
}
.span_2_of_9 {
  width: 20.97%;
}
.span_1_of_9 {
  width: 9.68%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_9_of_9 {
    width: 100%;
  }
  .span_8_of_9 {
    width: 100%;
  }
  .span_7_of_9 {
    width: 100%;
  }
  .span_6_of_9 {
    width: 100%;
  }
  .span_5_of_9 {
    width: 100%;
  }
  .span_4_of_9 {
    width: 100%;
  }
  .span_3_of_9 {
    width: 100%;
  }
  .span_2_of_9 {
    width: 100%;
  }
  .span_1_of_9 {
    width: 100%;
  }
}
/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
  width: 100%;
}
.span_9_of_10 {
  width: 89.84%;
}
.span_8_of_10 {
  width: 79.68%;
}
.span_7_of_10 {
  width: 69.52%;
}
.span_6_of_10 {
  width: 59.36%;
}
.span_5_of_10 {
  width: 49.2%;
}
.span_4_of_10 {
  width: 39.04%;
}
.span_3_of_10 {
  width: 28.88%;
}
.span_2_of_10 {
  width: 18.72%;
}
.span_1_of_10 {
  width: 8.56%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_10_of_10 {
    width: 100%;
  }
  .span_9_of_10 {
    width: 100%;
  }
  .span_8_of_10 {
    width: 100%;
  }
  .span_7_of_10 {
    width: 100%;
  }
  .span_6_of_10 {
    width: 100%;
  }
  .span_5_of_10 {
    width: 100%;
  }
  .span_4_of_10 {
    width: 100%;
  }
  .span_3_of_10 {
    width: 100%;
  }
  .span_2_of_10 {
    width: 100%;
  }
  .span_1_of_10 {
    width: 100%;
  }
}
/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
  width: 100%;
}
.span_10_of_11 {
  width: 90.76%;
}
.span_9_of_11 {
  width: 81.52%;
}
.span_8_of_11 {
  width: 72.29%;
}
.span_7_of_11 {
  width: 63.05%;
}
.span_6_of_11 {
  width: 53.81%;
}
.span_5_of_11 {
  width: 44.58%;
}
.span_4_of_11 {
  width: 35.34%;
}
.span_3_of_11 {
  width: 26.1%;
}
.span_2_of_11 {
  width: 16.87%;
}
.span_1_of_11 {
  width: 7.63%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_11_of_11 {
    width: 100%;
  }
  .span_10_of_11 {
    width: 100%;
  }
  .span_9_of_11 {
    width: 100%;
  }
  .span_8_of_11 {
    width: 100%;
  }
  .span_7_of_11 {
    width: 100%;
  }
  .span_6_of_11 {
    width: 100%;
  }
  .span_5_of_11 {
    width: 100%;
  }
  .span_4_of_11 {
    width: 100%;
  }
  .span_3_of_11 {
    width: 100%;
  }
  .span_2_of_11 {
    width: 100%;
  }
  .span_1_of_11 {
    width: 100%;
  }
}
/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.53%;
}
.span_10_of_12 {
  width: 83.06%;
}
.span_9_of_12 {
  width: 74.6%;
}
.span_8_of_12 {
  width: 66.13%;
}
.span_7_of_12 {
  width: 57.66%;
}
.span_6_of_12 {
  width: 49.2%;
}
.span_5_of_12 {
  width: 40.73%;
}
.span_4_of_12 {
  width: 32.26%;
}
.span_3_of_12 {
  width: 23.8%;
}
.span_2_of_12 {
  width: 15.33%;
}
.span_1_of_12 {
  width: 6.86%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_12_of_12 {
    width: 100%;
  }
  .span_11_of_12 {
    width: 100%;
  }
  .span_10_of_12 {
    width: 100%;
  }
  .span_9_of_12 {
    width: 100%;
  }
  .span_8_of_12 {
    width: 100%;
  }
  .span_7_of_12 {
    width: 100%;
  }
  .span_6_of_12 {
    width: 100%;
  }
  .span_5_of_12 {
    width: 100%;
  }
  .span_4_of_12 {
    width: 100%;
  }
  .span_3_of_12 {
    width: 100%;
  }
  .span_2_of_12 {
    width: 100%;
  }
  .span_1_of_12 {
    width: 100%;
  }
}
@widget Title {
  min-height: 58px;
  display: block;
  margin: 0px 0px 20px;
  padding: 8px 10px;
  text-transform: lowercase;
  font: 28px/32px 'avant_garde_med';
  color: #4d4d4d;
  box-sizing: border-box;
  border: 4px solid #ffd500;
}
@widget List {
  padding: 0px 10px;
  margin: 0px;
  list-style: none;
  li {
    position: relative;
    padding: 0px 0px 0px 20px;
    font: normal 19px/23px 'avant_garde_demi';
    line-height: 140%;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
  li a {
    color: #4d4d4d;
    font-weight: normal;
  }
  li a:hover {
    color: #000;
  }
  li ul {
    padding: 0px;
    list-style: none;
    margin: 10px 0px 15px;
  }
  li ul a {
    font-weight: normal;
    font-size: 18px;
  }
  li ul li {
    padding-left: 0px;
  }
  li.current-cat > a {
    color: #ecc602;
  }
   > li::before {
    content: "■";
    color: #FFD500;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
.btn {
  display: inline-block;
  height: 45px;
  font: normal 16px/45px 'avant_garde_book';
  text-decoration: none;
  background: #ffd500;
  color: #000 !important;
  text-transform: lowercase;
  text-align: center;
  padding: 0px 30px;
  border: none;
  background: #FFD500;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn input {
  display: none;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited,
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
  color: #e2b604;
}
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit,
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  text-shadow: none;
  background-color: #fff;
  font-weight: normal;
  color: #4d4d4d;
  border: none;
}
.ui-page-theme-a main.ui-content a {
  color: #e2b604;
}
.wrapper {
  overflow: hidden;
}
.ui-content {
  padding: 0px;
}
body {
  font: 300 16px/1.9 'avant_garde_med', "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #000;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
ul {
  padding: 0 0 0 30px;
}
@font-face {
  font-family: 'comfortaabold';
  src: url('/wp-content/themes/happywheels//fonts/comfortaa-bold-webfont.eot');
  src: url('/wp-content/themes/happywheels//fonts/comfortaa-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/happywheels//fonts/comfortaa-bold-webfont.woff2') format('woff2'), url('/wp-content/themes/happywheels//fonts/comfortaa-bold-webfont.woff') format('woff'), url('/wp-content/themes/happywheels//fonts/comfortaa-bold-webfont.ttf') format('truetype'), url('/wp-content/themes/happywheels//fonts/comfortaa-bold-webfont.svg#comfortaabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avant_garde_demi';
  src: url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-demi-webfont.eot');
  src: url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-demi-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-demi-webfont.woff2') format('woff2'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-demi-webfont.woff') format('woff'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-demi-webfont.ttf') format('truetype'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-demi-webfont.svg#itc_avant_garde_gothic_stdemi') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avant_garde_med';
  src: url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-md-webfont.eot');
  src: url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-md-webfont.woff2') format('woff2'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-md-webfont.woff') format('woff'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-md-webfont.ttf') format('truetype'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-md-webfont.svg#itc_avant_garde_gothic_stdMd') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avant_garde_book';
  src: url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-bk-webfont.eot');
  src: url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-bk-webfont.woff2') format('woff2'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-bk-webfont.woff') format('woff'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-bk-webfont.ttf') format('truetype'), url('/wp-content/themes/happywheels//fonts/itc_-_itcavantgardestd-bk-webfont.svg#itc_avant_garde_gothic_stdBk') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* responsive start */
@media only screen and (min-width: 320px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 130%;
    font-family: 'avant_garde_med';
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  a {
    text-decoration: underline;
  }
  .header {
    display: block;
    padding: 15px 0;
    border-top: none;
  }
  .header .widget_nav_menu,
  .header .widget_text,
  .header .nav {
    display: none;
  }
  .page-title h1 {
    margin-top: 0;
    font-family: 'avant_garde_demi';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .woocommerce-page .page-title {
    margin-top: 0;
    font-family: 'avant_garde_demi';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .inner-header {
    padding: 0px;
    display: flex;
  }
  .logo {
    flex-grow: 1;
    order: 1;
    height: 80px;
  }
  .logo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    background: url("/wp-content/themes/happywheels//img/logo-wide-grey@2x.png") no-repeat center left / auto 90%;
  }
  .header-right {
    width: 20%;
    order: 2;
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .header-right .widget_text {
    position: relative;
    display: none;
    margin-top: 20px;
  }
  .header-right .widget_text a {
    font-size: 19px;
  }
  #mobile-menu-btn {
    margin-top: 0px;
    font-size: 10px;
    color: #666;
    text-indent: -999999em;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left;
  }
  #mobile-menu-btn:before {
    content: '\f141';
    font-family: "Font Awesome 5 Pro";
    font-size: 27px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-indent: 0;
  }
  #prices {
    padding: 40px 0px;
    margin-top: 30px;
    display: block;
    background: #f2f2f2;
  }
  #prices .col {
    background: #fff;
  }
  #prices header {
    padding: 20px 13px;
    background: #808080;
  }
  #prices header h2 {
    font: 18px/130% 'avant_garde_med';
    color: #FFD500;
    margin: 0;
  }
  #prices .price {
    font: 51px/80px 'avant_garde_med';
    padding: 0px 13px;
    background: #666666;
    display: block;
    color: #FFD500;
  }
  #prices .text {
    box-sizing: border-box;
    border: 4px solid #ffd500;
    border-bottom: none;
    padding: 10px 13px 10px;
  }
  #prices .text ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  #prices .text li {
    line-height: 130%;
    padding: 7px 0px 7px 32px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
  }
  #prices .text li:before {
    content: "\f00c";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #ffd500;
    font-family: "Font Awesome 5 Pro";
  }
  #prices .text li:last-child {
    border-bottom: none;
  }
  #prices footer {
    border: 4px solid #ffd500;
    border-top: none;
  }
  #prices .btn {
    padding: 0px;
    width: auto;
    display: block;
    font-weight: 100;
  }
  #other-services {
    display: block;
    position: relative;
    color: #000;
    background: #F4D64D;
  }
  #other-services:before {
    position: absolute;
    opacity: 0.2;
    top: 0px;
    content: "";
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: url('/wp-content/themes/happywheels//img/bg-other-services.jpg.svg') no-repeat left top / cover #f7d64d;
  }
  #other-services .left {
    display: none;
  }
  #other-services .right {
    width: 100%;
    padding: 30px 2.5%;
    box-sizing: border-box;
  }
  #other-services .text {
    display: block;
    clear: both;
    width: 100%;
  }
  #other-services .section-title {
    font: normal 26px/36px 'avant_garde_demi';
    margin-bottom: 25px;
    border-bottom: 3px solid #ddb924;
    display: block;
    clear: both;
  }
  #other-services .section-title .title {
    font: normal 30px/36px 'avant_garde_demi';
    color: #000;
    margin: 0px 0px 30px;
    text-align: left;
  }
  #other-services .other-services {
    width: 100%;
    margin-bottom: 20px;
  }
  #other-services .grid-item {
    width: 47%;
    margin-bottom: 23px;
  }
  #other-services .grid-item h3 {
    margin: 0px 0 9px;
    color: #000;
    font-size: 18px;
    font: 18px/25px 'avant_garde_demi';
  }
  #other-services .grid-item ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  #other-services .grid-item ul li {
    font-size: 14px;
    padding: 3px 0px;
    line-height: 140%;
  }
  #footer {
    padding-top: 40px;
    margin-top: 30px;
    color: #ffd500;
    background-color: #333;
    font: 100 17px/26px 'avant_garde_med';
  }
  #footer .col {
    margin-bottom: 10px;
  }
  #footer .widget-title {
    font: bold 21px/120% 'avant_garde_demi';
    margin-top: 0px;
  }
  #footer #menu-social-media-1 {
    margin: 15px 0px 0px;
    padding: 0px;
    list-style: none;
    float: right;
  }
  #footer #menu-social-media-1 li {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #footer #menu-social-media-1 li a {
    float: left;
    line-height: 100%;
    margin-left: 25px;
    font-size: 35px;
  }
  #footer a {
    color: #FFD500;
  }
  #footer .copyright,
  #footer .credits {
    font-size: 13px;
    display: block;
    clear: both;
    text-align: right;
  }
  #footer .copyright a,
  #footer .credits a {
    font-size: 13px;
    font-family: 'avant_garde_demi';
    font-weight: normal;
    color: #FFD500;
  }
  .home #footer,
  .page-template-template-servicing #footer,
  .about-us #footer {
    margin-top: 0;
  }
  .textwidget {
    font-family: 'avant_garde_book';
    font-size: 14px;
  }
  #mobile-panel {
    background: #444;
  }
  #mobile-panel h3 {
    color: #fff;
    text-shadow: none;
  }
  #mobile-panel a {
    background: #444;
    color: #fff;
    text-shadow: none;
    border-color: #666;
    font-weight: 400;
    font-family: 'avant_garde_book';
    box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
  }
  #mobile-panel .current_page_item a {
    color: #000;
    background-color: #FFD500;
  }
  main.ui-content {
    padding-top: 30px;
  }
  .woocommerce .main-banner {
    overflow: hidden;
    text-indent: -9999em;
    background-position: center center;
    background-size: cover;
  }
  .woocommerce .feat {
    height: 150px;
    display: block;
  }
  .woocommerce .sidebar {
    display: none;
  }
  .woocommerce ul.products[class*=columns-],
  .woocommerce .woocommerce-page ul.products[class*=columns-] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce ul.products[class*=columns-]:before,
  .woocommerce .woocommerce-page ul.products[class*=columns-]:before,
  .woocommerce ul.products[class*=columns-]:after,
  .woocommerce .woocommerce-page ul.products[class*=columns-]:after {
    display: none;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce .woocommerce-page ul.products[class*=columns-] li.product {
    width: unset;
    flex: 0 0 48%;
    clear: none;
    margin: 0 0 25px;
    float: none;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: none;
  }
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-category__title,
  .woocommerce .woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-category__title,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title,
  .woocommerce .woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
    border-top: 1px solid #808080;
  }
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-category__title a,
  .woocommerce .woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-category__title a,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title a,
  .woocommerce .woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title a {
    color: #4d4d4d;
    font: normal 18px/25px 'avant_garde_demi';
  }
  .woocommerce ul.products[class*=columns-] .feat,
  .woocommerce .woocommerce-page ul.products[class*=columns-] .feat {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    text-indent: -9999em;
    margin-bottom: 20px;
  }
  .woocommerce ul.products[class*=columns-] .feat img,
  .woocommerce .woocommerce-page ul.products[class*=columns-] .feat img {
    width: auto;
    height: 100%;
    max-width: 100%;
  }
  .woocommerce .main-banner {
    height: 150px;
    margin-bottom: 10px;
  }
  .woocommerce ul.products,
  .woocommerce .products ul {
    margin-bottom: 1em;
  }
  .woocommerce div.product .product_title {
    font-family: 'avant_garde_demi';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .woocommerce div.product div.summary .actions {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 15px;
  }
  .woocommerce div.product div.summary .btn {
    position: relative;
    padding: 0 44px 0 20px;
  }
  .woocommerce div.product div.summary .btn:after {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Pro";
    content: '\f4b6';
  }
  .woocommerce div.product .woocommerce-tabs .wc-tab h2 {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs h3 {
    font-size: 19px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 24px;
    font-family: 'avant_garde_med';
  }
  .woocommerce div.product .prod-feat-wrapper {
    width: 100vw;
    position: relative;
    left: -2.5vw;
    display: none;
  }
  .woocommerce div.product .prod-feat-single {
    width: 100vw;
    position: relative;
    left: -2.5vw;
    margin-bottom: 50px;
  }
  .woocommerce div.product .prod-feat-single img {
    width: 100%;
  }
  .woocommerce div.product .prod-thumb-wrapper {
    width: 100vw;
    position: relative;
    left: -2.5vw;
    margin-bottom: 50px;
  }
  .woocommerce div.product .prod-thumb-wrapper .thumb:focus {
    outline: none;
    box-shadow: none;
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-next,
  .woocommerce div.product .prod-thumb-wrapper .slick-prev {
    height: 100%;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-next:before,
  .woocommerce div.product .prod-thumb-wrapper .slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    color: #FFD500;
    font-weight: 400;
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-dots {
    bottom: -35px;
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-dots li {
    width: 20px;
    margin: 0;
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-prev {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-prev:before {
    content: '\f053';
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-next {
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .woocommerce div.product .prod-thumb-wrapper .slick-next:before {
    content: '\f054';
  }
  .woocommerce div.product .prod-thumb-wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
    width: unset;
    display: unset;
  }
  .woocommerce.single-product .ui-content > .wrapper {
    overflow: visible;
  }
  .woocommerce-product-details__short-description,
  .product_meta {
    overflow: hidden;
    display: block;
    clear: both;
  }
  .product_meta {
    text-align: center;
  }
  .ui-page-theme-a a.shopbybtn.ui-btn {
    display: block;
    text-align: left;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #FFD500;
    font-family: 'avant_garde_demi';
    color: #000;
    margin: 0px 0px 15px;
    border: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
  }
  .ui-page-theme-a a.shopbybtn.ui-btn:active,
  .ui-page-theme-a a.shopbybtn.ui-btn:focus {
    outline: none;
    box-shadow: none;
  }
  #shopbyfilter .sub-cats {
    padding-left: 20px;
    box-sizing: border-box;
  }
  #shopbyfilter .sub-cats li:last-of-type a {
    border-bottom: none;
  }
  .term-description {
    line-height: 160%;
    margin: 0px 0px 43px;
  }
  .hidden {
    display: none;
  }
  .quick-view-container {
    background: rgba(10, 10, 10, 0.85);
  }
  .quick-view-carousel .fancybox-slider-wrap {
    bottom: 0;
  }
  .quick-view-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 98%;
    max-width: 980px;
    max-height: 650px;
  }
  .quick-view-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: #fff;
  }
  .quick-view-aside {
    position: absolute;
    left: auto;
    padding: 0px;
    background: #fff;
    color: #777;
    height: 60%;
    width: 100%;
    top: 40%;
    bottom: auto;
    right: auto;
  }
  .quick-view-aside .floater {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
  }
  .quick-view-aside .floater-inner {
    height: auto;
    overflow: auto;
    margin: 0px 30px;
    text-align: center;
    bottom: auto;
    top: 50%;
    display: inline-block;
    right: 0px;
    transform: translateY(-50%);
    position: absolute;
  }
  .quick-view-aside h3 {
    color: #000;
    margin-top: 0px;
  }
  .quick-view-aside .woocommerce-product-details__short-description {
    line-height: 130%;
  }
  .quick-view-aside .actions {
    display: block;
    clear: both;
    margin: 25px 0px 0px;
  }
  .quick-view-aside .actions .btn {
    margin: 5px;
    display: block;
    padding: 0px 25px;
    font-size: 17px;
    line-height: 48px;
    height: 48px;
  }
  .quick-view-close {
    position: absolute;
    top: 30px;
    right: 0;
    width: 44px;
    height: 44px;
    background: #F0F0F0;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    color: #222;
    text-indent: -99999px;
    transition: all 0.2s;
    z-index: 99999;
  }
  .quick-view-close:hover {
    background: #e4e4e4;
  }
  .quick-view-close::before,
  .quick-view-close::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 22px;
    width: 1px;
    height: 18px;
    background-color: #222;
  }
  .quick-view-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .quick-view-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #serviceform,
  #productenquiry {
    overflow: hidden;
    background-color: #444;
  }
  #serviceform header,
  #productenquiry header {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 1px;
    background-color: transparent;
    margin-bottom: 20px;
    border: none;
    color: #FFD500;
    margin-top: 12px;
    font-size: 26px;
  }
  #serviceform .ui-btn,
  #productenquiry .ui-btn {
    text-align: left;
  }
  #serviceform form,
  #productenquiry form {
    width: 100%;
    display: block;
  }
  #serviceform input[type="email"],
  #productenquiry input[type="email"],
  #serviceform input[type="text"],
  #productenquiry input[type="text"],
  #serviceform input[type="tel"],
  #productenquiry input[type="tel"],
  #serviceform input[type="date"],
  #productenquiry input[type="date"] {
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0px 15px;
    background: #fff;
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
    width: 100%;
  }
  #serviceform textarea,
  #productenquiry textarea {
    background: #fff;
    width: 100%;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    font-size: 16px;
    color: #333;
    border: none;
    padding: 10px;
    margin: 0px 0px 10px;
    height: 140px;
  }
  #serviceform .wpcf7 .ui-btn,
  #productenquiry .wpcf7 .ui-btn {
    background-color: #ffd500;
    border-color: #ffd500;
    text-align: left;
  }
  #serviceform .wpcf7-checkbox,
  #productenquiry .wpcf7-checkbox {
    margin: -6px 0px 20px;
    display: block;
  }
  #serviceform span.wpcf7-list-item,
  #productenquiry span.wpcf7-list-item {
    margin-left: 0px;
    display: block;
    clear: both;
  }
  #serviceform span.wpcf7-list-item .ui-checkbox,
  #productenquiry span.wpcf7-list-item .ui-checkbox {
    overflow: hidden;
  }
  #serviceform span.wpcf7-list-item .ui-checkbox .ui-btn,
  #productenquiry span.wpcf7-list-item .ui-checkbox .ui-btn {
    background-color: transparent;
    border: none;
    padding: 2px 0px 2px 33px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  #serviceform span.wpcf7-list-item .ui-checkbox .ui-btn:after,
  #productenquiry span.wpcf7-list-item .ui-checkbox .ui-btn:after {
    background-color: #ffd500;
    left: 0px;
    opacity: 1;
  }
  #serviceform span.wpcf7-list-item .ui-checkbox .wpcf7-list-item-label,
  #productenquiry span.wpcf7-list-item .ui-checkbox .wpcf7-list-item-label {
    margin-left: 0px;
    padding-left: 0px;
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    font-weight: normal;
    font-family: 'avant_garde_med';
  }
  #serviceform span.wpcf7-list-item .ui-checkbox input[type="checkbox"],
  #productenquiry span.wpcf7-list-item .ui-checkbox input[type="checkbox"] {
    display: none;
  }
  div.wpcf7 {
    margin: 0;
    padding: 0;
  }
  .wpcf7-form-control-wrap {
    position: relative;
  }
  #gallery {
    display: block;
  }
  #gallery h3 {
    display: block;
    text-align: center;
  }
  #gallery .feat {
    width: 100%;
    height: 0px;
    padding: 70% 0 0;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page-template-template-gallery .page-title {
    text-align: center;
  }
  .page-template-template-gallery .single-col .wrapper {
    width: 100%;
  }
  .blog .sidebar {
    display: none;
  }
  .blog .date {
    font-size: 11px;
  }
  .blog .feat {
    width: 100%;
    height: 0px;
    padding: 70% 0 0;
    display: block;
    background-size: cover;
    background-position: center center;
  }
  .blog article {
    margin: 0 0 46px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
  .blog article h2 {
    font-size: 26px;
    margin: 15px 0px 17px;
    font-family: 'avant_garde_demi';
  }
  .blog article h2 a {
    color: #4d4d4d !important;
    text-decoration: none;
  }
  .blog .single-post-title h1 a {
    color: #4d4d4d;
  }
  .blog .text {
    margin: 10px 0 20px;
    display: block;
  }
  .blog .btn {
    font-size: 16px;
  }
  .blog .category-btn {
    display: block;
    background-color: #FFD500;
    font-family: 'avant_garde_demi';
    color: #000;
    margin: 0px 0px 15px;
    border: none;
    text-shadow: none;
    text-transform: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    font-size: 19px;
  }
  .blog .category-btn:active,
  .blog .category-btn:focus {
    outline: none;
    box-shadow: none;
    background-color: #FFD500;
  }
  .blog .navigation {
    display: flex;
    margin-top: 30px;
  }
  .blog .navigation .link {
    flex-grow: 1;
    flex-basis: 0;
    padding-top: 4px;
  }
  .blog .navigation .link a {
    color: #666666;
  }
  .blog .navigation .link a span {
    text-decoration: underline;
  }
  .blog .navigation .link a:hover {
    text-decoration: none;
  }
  .blog .navigation .link-right {
    text-align: right;
    border-right: none;
  }
  #categories-panel {
    background: #444;
    color: #fff;
  }
  #categories-panel * {
    text-shadow: none;
  }
  #categories-panel .ui-listview {
    margin: 0px -1em;
  }
  #categories-panel .ui-listview .ui-btn {
    background: none;
    color: #fff;
    border-color: #666666;
    text-shadow: none;
    font-weight: 300;
  }
  #categories-panel .widget_search {
    margin-top: 30px;
  }
  #categories-panel .widget_search input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    border: none;
  }
  #categories-panel .widget_search button {
    display: none;
  }
  #categories-panel ul.howtoindex li {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  #categories-panel ul.howtoindex li::before {
    display: none;
  }
  #categories-panel .posts-index {
    display: none;
  }
  #categories-panel .widget-title {
    margin-bottom: 10px;
  }
  .pagination .ui-link {
    color: #FFD500;
  }
  .pagination .ui-link:hover {
    color: #808080;
  }
  .pagination * {
    font-size: 19px;
    margin: 0px 3px;
  }
  #testimonials {
    background-color: #FFD500;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 70px;
    color: #000;
    padding: 30px 0px 40px;
    clear: both;
  }
  #testimonials .testimonials {
    position: relative;
  }
  #testimonials .section-title {
    font-weight: bold;
  }
  #testimonials article {
    display: inline-block;
    width: 44%;
    margin-bottom: 30px;
  }
  .page-template-template-contact-us iframe {
    height: 300px;
    width: 100%;
  }
  .page-template-template-contact-us .dual-col article.content,
  .page-template-template-contact-us .dual-col #sidebar {
    width: 50%;
    margin: 0px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
  }
  .page-template-template-contact-us .dual-col article.content {
    padding-right: 50px;
  }
  .page-template-template-contact-us .dual-col article.content a {
    color: #000;
    text-decoration: underline;
  }
  .page-template-template-contact-us .dual-col article.content iframe {
    margin-top: 17px;
  }
  .page-template-template-contact-us .dual-col article.content h3 {
    margin-bottom: 0px;
  }
  .page-template-template-contact-us .dual-col article.content p {
    margin-top: 0px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 {
    border: 3px solid #FFD500;
    padding: 40px;
    display: block;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 .ui-checkbox-on::after {
    color: #FFD500 !important;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 p {
    margin: 0px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 input[type="text"],
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 input[type="email"],
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 textrea {
    height: 43px;
    line-height: 43px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    margin-bottom: 17px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 input[type="text"]:focus,
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 input[type="email"]:focus,
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 textrea:focus,
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 input[type="text"]:active,
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 input[type="email"]:active,
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 textrea:active {
    border-color: #FFD500;
    box-shadow: none;
    outline: none;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 .wpcf7-list-item {
    display: block;
    clear: both;
    margin-left: 0px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 10px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 .ui-checkbox {
    overflow: hidden;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 .ui-checkbox .ui-btn {
    background-color: #f6f6f6;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 span.interest {
    margin-bottom: 20px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 textarea {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 17px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 textarea:focus,
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 textarea:active {
    border-color: #FFD500;
    box-shadow: none;
    outline: none;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 input[type="submit"] {
    background-color: #FFD500;
    color: #000;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 span.wpcf7-not-valid-tip {
    margin: -10px 0px 15px;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 div.wpcf7-response-output {
    margin: 10px 0px;
    width: 100%;
    float: left;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 div.wpcf7-response-output {
    clear: both;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 div.wpcf7-display-none {
    display: none;
  }
  .page-template-template-contact-us .dual-col #sidebar .wpcf7 .ui-btn {
    background-color: #FFD500;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    margin: 0px;
    border: none;
    display: block;
    text-align: left;
    float: none;
    padding: 0px 30px;
    height: 43px;
    line-height: 43px;
  }
  .ui-page-theme-a .ui-checkbox-on::after {
    background-color: #FFD500;
    border-color: #FFD500;
  }
  #shopbyfilter {
    background-color: #444;
    color: #fff;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
  }
  #shopbyfilter .ui-listview .ui-btn {
    background-color: transparent;
    text-shadow: none;
    color: #fff;
    border-color: #666666;
    font-weight: 300;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
  }
  .tax-product_cat .page-title {
    margin-bottom: 15px;
  }
  .quick-view-carousel {
    width: 100%;
    height: 40%;
  }
  .quick-view-aside {
    height: 60%;
    width: 100%;
    top: 40%;
    bottom: auto;
    right: auto;
  }
  .quick-view-close {
    z-index: 99999;
  }
  .wheel-hire .products .btn {
    width: 100%;
    text-transform: capitalize;
  }
  .page-template-template-bike-builds .img[data-image="phone-icon"] {
    background-image: url(img/icon-phone.svg);
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper {
    display: block;
    margin-top: 30px;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block {
    width: 100%;
    margin: 0px 0px 20px;
    display: flex;
    border: 4px solid #ffd500;
    position: relative;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block .img {
    display: none;
    overflow: hidden;
    text-indent: -9999em;
    position: relative;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block-gallery .img {
    display: block;
    order: 2;
    flex: 0 0 100px;
    min-height: 60px;
    background-color: #FFD500;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block-gallery .img:before {
    content: '\f03e';
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4d4d4d;
    display: block;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    line-height: 100%;
    text-indent: 0;
    font-weight: 700;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block-gallery .tablet-wrapper {
    order: 1;
    flex-direction: column;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block-gallery .text {
    display: inline-flex;
    align-items: center;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .social {
    display: block;
    padding-bottom: 16px;
    overflow: hidden;
    clear: bottom;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .social a {
    display: inline-block;
    float: left;
    font-size: 26px;
    color: #4d4d4d;
    margin: 0 25px 0 0;
    text-align: left;
    line-height: 100%;
    height: unset;
  }
  .page-template-template-bike-builds .sidebar .tablet-wrapper {
    flex-grow: 1;
    position: relative;
    display: flex;
    padding: 0 0 0 20px;
  }
  .page-template-template-bike-builds .sidebar .tablet-wrapper h2 {
    font-size: 19px;
    color: #333;
  }
  .page-template-template-bike-builds .sidebar .tablet-wrapper h2 a {
    color: #333;
    text-decoration: none;
  }
  .page-template-template-bike-builds .sidebar .tablet-wrapper .btn {
    flex: 0 0 100px;
    margin-left: 20px;
    height: unset;
    overflow: hidden;
    text-indent: -9999em;
    position: relative;
  }
  .page-template-template-bike-builds .sidebar .tablet-wrapper .btn:before {
    content: '\f7d9';
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4d4d4d;
    display: block;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    line-height: 100%;
    text-indent: 0;
    font-weight: 700;
  }
  .page-template-template-bike-builds .sidebar .tablet-wrapper .text {
    flex-grow: 1;
  }
  .page-template-template-contact-us .dual-col article.content {
    width: 100%;
    padding: 0px;
  }
  .page-template-template-contact-us .dual-col aside#sidebar {
    width: 100%;
    display: block;
  }
  .page-template-template-contact-us .dual-col aside#sidebar .wpcf7 {
    border: none;
    padding: 0px;
    margin-top: 30px;
  }
  .page-template-template-contact-us .dual-col aside#sidebar .wpcf7:before {
    display: block;
    content: "Or, fill out the form below";
    font-size: 26px;
    line-height: 140%;
    font-family: 'avant_garde_med';
    font-weight: normal;
    margin: 20px 0px 10px;
  }
  #slider {
    width: 100%;
    margin: 40px 0;
  }
  #slider .slider {
    background-size: cover;
    padding: 0;
    background-position: center center;
  }
  #slider .outer-wrapper {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    float: left;
  }
  #slider .wrapper {
    width: 100%;
    position: relative;
    display: block;
  }
  #slider .text {
    position: relative;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 40px 80px;
    font-family: 'avant_garde_book';
  }
  #slider .text .slider-title {
    font-size: 32px;
  }
  #slider .text .btn {
    font-size: 16px;
    margin-top: 25px;
  }
  #slider .text img {
    display: block;
    clear: both;
    margin: 0px auto 10px;
    max-width: 40%;
    float: none;
  }
  #slider .slick-dots {
    z-index: 100;
    bottom: 20px;
  }
  #slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
  #slider .slick-dots li button:before {
    font-size: 15px;
    line-height: 15px;
    opacity: 1;
    color: #FFD500;
  }
  #slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
  }
  .home .ui-content {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
  }
  .home #post-banner-strip {
    order: 1;
  }
  .home #home-widgets {
    order: 2;
  }
  .home #slider {
    order: 3;
  }
  .home #welcome {
    order: 5;
  }
  .home #home-bottom-widgets {
    order: 4;
  }
  .home #testimonials {
    order: 6;
  }
  .home #newsletter-signup {
    order: 7;
  }
  .home #testimonials {
    height: auto;
    padding: 0px;
    margin-top: 0;
    background: url(@{themeurl}/img/bg-home-2-tablet.jpg) no-repeat center / cover;
  }
  .home #testimonials article {
    margin: 10% auto 40%;
    top: auto;
    right: auto;
    position: relative;
    width: 100%;
    line-height: 33px;
    transform: none;
    float: none;
    font-size: 17px;
    display: inline-block;
  }
  .home #testimonials article h4 {
    margin: 10px 15px 10px 0;
    text-align: right;
    font: 24px/34px 'avant_garde_book';
  }
  .home #testimonials .text {
    padding: 11px 26px 7px 28px;
    line-height: 150%;
  }
  .home #testimonials .wrapper {
    position: relative;
    height: 100%;
  }
  .home #testimonials .top-borders::after {
    height: 60px;
    content: "";
    width: 3px;
    background: #333;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .home #testimonials .top-borders::before {
    width: 60px;
    content: "";
    height: 3px;
    background: #333;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .home #testimonials .bottom-borders::after {
    height: 60px;
    content: "";
    width: 3px;
    background: #333;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .home #testimonials .bottom-borders::before {
    width: 60px;
    content: "";
    height: 3px;
    background: #333;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  #post-banner-strip {
    height: auto;
    padding: 16px 0px;
    background: #FFD500;
    margin: 0 0 38px;
  }
  #post-banner-strip h2 {
    line-height: 120%;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    font: normal 21px / 120% 'avant_garde_book';
  }
  #post-banner-strip h2 a {
    color: #000;
    font-weight: 300;
    text-decoration: none;
  }
  #home-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #home-widgets .grid-item {
    flex: 0 0 49%;
  }
  #home-widgets .ui-link {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
  }
  #home-widgets .widget-title {
    order: 1;
    font: 100 20px/43px 'avant_garde_med';
    color: #4d4d4d;
    text-align: center;
    margin: 0px 0px 10px;
    text-decoration: none;
  }
  #home-widgets .widget-title a {
    text-decoration: none;
  }
  #home-widgets .img {
    order: 2;
    width: 100%;
    display: block;
    height: 165px;
    overflow: hidden;
    text-indent: -9999em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #welcome {
    background: url('/wp-content/themes/happywheels//img/welcome-bg.jpg') no-repeat center / cover;
    font-size: 16px;
    padding: 20px 13px;
  }
  #welcome .wrapper {
    padding: 25px 20px 21px;
    background: rgba(255, 213, 0, 0.95);
  }
  #welcome .wrapper aside,
  #welcome .wrapper article {
    line-height: 160%;
    color: #000;
  }
  #welcome .wrapper article {
    font-size: 17px;
  }
  #welcome .wrapper article h2 {
    font-size: 32px;
    line-height: 120%;
  }
  #welcome .wrapper article a {
    color: #000;
  }
  #welcome .wrapper aside {
    flex-direction: column;
    text-align: center;
    display: flex;
    padding: 30px;
    line-height: 160%;
    border: 6px solid #fff;
    box-sizing: border-box;
  }
  #welcome .wrapper aside .icon {
    height: 83px;
    margin-bottom: 20px;
    background: url('/wp-content/themes/happywheels//img/card-icon.svg') no-repeat center center / auto 100%;
    width: auto;
    padding: 23px;
  }
  #welcome .wrapper aside h2 {
    font: normal 19px/140% 'avant_garde_demi';
    margin: 0;
    color: #333;
  }
  #welcome .wrapper aside .tablet-wrapper {
    padding-left: 0px;
  }
  #welcome .wrapper aside .btn {
    width: 100%;
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 0px 30px;
    margin-top: 10px;
    font-family: 'avant_garde_book';
    font-weight: 100;
  }
  #home-bottom-widgets {
    padding: 31px 0px 14px;
  }
  #home-bottom-widgets .span_3_of_10 .inner {
    border: none;
    padding-bottom: 45px;
    margin-bottom: 30px;
  }
  #home-bottom-widgets .span_3_of_10 .inner h2 a {
    color: #4d4d4d;
  }
  #home-bottom-widgets .span_3_of_10 .inner .icon {
    background-position: center center;
    margin: 0px 0px 5px;
    text-indent: -9999em;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    background-image: url('/wp-content/themes/happywheels//img/build-your-bike-icon.svg');
  }
  #home-bottom-widgets .span_3_of_10 .inner .text {
    text-align: center;
  }
  #home-bottom-widgets .span_3_of_10:last-child .icon {
    background-image: url('/wp-content/themes/happywheels//img/bulb-icon.svg');
  }
  #home-bottom-widgets .actions {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  #home-bottom-widgets h2 a {
    text-decoration: none;
  }
  #home-bottom-widgets .group {
    flex-direction: column;
  }
  #home-bottom-widgets .span_4_of_10 {
    display: none;
  }
  #newsletter-signup {
    background: #FFD500;
    padding: 35px 0px;
    text-align: center;
    height: auto;
    color: #333;
  }
  #newsletter-signup .wrapper {
    display: block;
  }
  #newsletter-signup .wrapper:before {
    display: none;
  }
  #newsletter-signup h3 {
    font: normal 24px/31px 'avant_garde_med';
  }
  #newsletter-signup .left,
  #newsletter-signup .right {
    width: 100%;
    top: auto;
    position: relative;
    transform: none;
    right: auto;
    left: auto;
    display: block;
    clear: both;
  }
  #newsletter-signup .left {
    line-height: 140%;
  }
  #newsletter-signup form {
    width: 100%;
  }
  #newsletter-signup form label {
    display: none;
  }
  #newsletter-signup form input,
  #newsletter-signup form button {
    width: 100%;
    display: block;
    height: 43px;
    line-height: 43px;
    color: #808080;
    box-sizing: border-box;
    padding: 0px 13px;
    margin-bottom: 10px;
    font-family: 'avant_garde_book';
    font-size: 15px;
    border: none;
  }
  #newsletter-signup form button {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border-radius: 0;
    font: 20px/43px 'avant_garde_book';
    margin-top: 0;
    color: #333;
  }
  #newsletter-signup form .ui-select {
    width: 100%;
    margin: 0px 0px 10px;
    display: inline-block;
    text-align: left;
    height: 43px;
    border-radius: 0;
  }
  #newsletter-signup form .ui-select .ui-btn.ui-corner-all {
    background-color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
  }
  #newsletter-signup form .ui-select .ui-btn.ui-corner-all > span {
    text-align: left;
    font-family: 'avant_garde_book';
    text-transform: capitalize;
  }
  .page-template-template-ezi-pay {
    display: none;
  }
  .page-template-template-ezi-pay .wrapper {
    overflow: visible;
  }
  .page-template-template-ezi-pay .feat-banner {
    margin-bottom: 40px;
    height: 430px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .page-template-template-ezi-pay .feat-banner .page-title {
    background-color: #FFD500;
    width: 45%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2.5vw;
    padding: 25px 15px;
  }
  .page-template-template-ezi-pay .feat-banner h1 {
    display: none;
  }
  .page-template-template-ezi-pay .feat-banner h2 {
    font-size: 20px;
    color: #000;
    line-height: 150%;
    margin: 0;
  }
  .tax-product_cat .main-wrapper .sidebar,
  .post-type-archive .main-wrapper .sidebar {
    display: none;
  }
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    color: #4d4d4d;
    font-size: 1.4em;
    font-weight: 700;
  }
  .woocommerce ul.products li.product .price {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 1em;
  }
  .woocommerce span.onsale {
    background: #e2b604;
    padding: 0;
  }
  .quick-view-aside .woocommerce-product-details__short-description .price {
    display: block;
    margin: 20px 0;
    font-weight: 700;
    font-size: 1em;
  }
}
@media only screen and (min-width: 736px) {
  #home-widgets .grid-item {
    flex: 0 0 24%;
  }
  #home-widgets .img {
    height: 150px;
  }
  #home-bottom-widgets {
    padding: 35px 0px;
  }
  #home-bottom-widgets .group {
    display: flex;
    flex-direction: row;
  }
  #home-bottom-widgets .col {
    margin-bottom: 0;
  }
  #home-bottom-widgets .span_4_of_10 {
    display: block;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #home-bottom-widgets .span_3_of_10 .inner {
    border: 4px solid #ffd500;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 45px;
  }
  #home-bottom-widgets .span_3_of_10 .inner .text {
    text-align: left;
    line-height: 155%;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  #home-bottom-widgets .span_3_of_10 .inner .icon {
    background-position: left bottom;
    margin: 15px 0px 0px 20px;
  }
  #home-bottom-widgets .actions {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #home-bottom-widgets .actions .btn {
    width: 100%;
    text-align: left;
    padding: 0 0 0 20px;
    text-transform: uppercase;
  }
  #welcome .wrapper {
    padding: 35px 45px 42px;
  }
  #welcome .wrapper article h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 13px;
  }
  #welcome .wrapper aside {
    margin-top: 30px;
  }
  #prices {
    position: relative;
  }
  #prices:before,
  #prices:after {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    position: absolute;
    top: 0px;
  }
  #prices:before {
    content: '\f104';
    left: 45%;
  }
  #prices:after {
    content: '\f105';
    right: 45%;
  }
  #prices .group {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0 2.5vw;
    box-sizing: border-box;
  }
  #prices .group:before,
  #prices .group:after {
    display: none;
  }
  #prices .col {
    flex: 0 0 43%;
    width: unset;
    background: none;
  }
  #prices .col:last-of-type {
    margin-right: 2.5vw;
  }
  #prices .text {
    background: #fff;
  }
  #prices .wrapper {
    width: 100%;
  }
  .woocommerce ul.products[class*="columns-"] li.product {
    flex: 0 0 32%;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block-gallery .tablet-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .page-template-template-bike-builds .sidebar .blocks-wrapper .block-gallery .social {
    padding-bottom: 0;
  }
  .blog .category-btn {
    text-align: left;
    padding: 0 20px;
  }
  .blog article {
    display: flex;
  }
  .blog article h2 {
    margin-top: 0;
  }
  .blog .feat-wrapper {
    flex: 0 0 32%;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .blog .feat {
    padding: 100% 0 0;
  }
  .single-post article {
    display: block;
  }
  .single-post article h1 a {
    text-decoration: none;
  }
  .page-template-template-gallery .page-title {
    text-align: left;
    padding: 0 2.5vw;
  }
  #gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #gallery .col {
    flex: 0 0 32%;
    margin: 0 0 20px;
    width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .home .ui-content {
    display: block;
    padding-top: 0;
  }
  .home .ui-content > * {
    flex-direction: unset;
  }
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: none;
  }
  .home .header-right .widget_text a {
    color: #FFD500;
  }
  .home .logo a {
    background-image: url("/wp-content/themes/happywheels//img/logo-wide-yellow@2x.png");
  }
  .home #mobile-menu-btn {
    color: #FFD500;
  }
  .home #slider {
    height: 68vh;
    margin: 0;
  }
  .home #slider .slider {
    height: 68vh;
  }
  .home #slider .outer-wrapper {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .home #slider .wrapper {
    width: 100%;
    left: auto;
    top: 0px;
    right: 0px;
    height: calc(100% - 150px);
    margin: 0px;
    margin-top: 0px;
    position: absolute;
    transform: none;
    box-sizing: border-box;
    margin-top: 150px;
  }
  .home #slider .text {
    width: 80%;
    background: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    text-align: center;
  }
  .home #slider .text h1 {
    font: 36px/36px 'avant_garde_med';
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
  }
  #welcome {
    margin: 39px 0;
    padding: 40px 15px;
  }
  #welcome .wrapper {
    width: 100%;
  }
  #welcome .wrapper aside {
    display: flex;
    flex-direction: row;
  }
  #welcome .wrapper aside .icon {
    flex: 0 0 22%;
    background-size: contain;
    background-position: center;
    margin: 0 50px 0 11px;
    height: unset;
    padding: 0;
  }
  #welcome .wrapper aside .tablet-wrapper {
    text-align: left;
    flex-grow: 1;
    margin: 0;
  }
  #welcome .wrapper aside .btn {
    width: unset;
  }
  #post-banner-strip {
    margin-bottom: 47px;
  }
  #home-bottom-widgets .span_3_of_10 .inner {
    border-bottom: none;
  }
  #newsletter-signup {
    background: linear-gradient(to right, #ffd500 46%, white 43%);
    height: 305px;
    position: relative;
    color: #333;
    font-size: 18px;
    padding: 0;
    line-height: 27px;
  }
  #newsletter-signup .wrapper {
    height: 100%;
    display: flex;
  }
  #newsletter-signup .wrapper:before {
    width: 17%;
    background: linear-gradient(to bottom right, #ffd500 0%, #ffd500 50%, #fff 50%, #fff 100%);
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 30%;
  }
  #newsletter-signup .left,
  #newsletter-signup .right {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
  }
  #newsletter-signup .left {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 140%;
    width: 27%;
    text-align: left;
  }
  #newsletter-signup .right {
    width: 60%;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  #newsletter-signup h3 {
    font: normal 24px/31px 'avant_garde_med';
    margin-top: 0px;
  }
  #newsletter-signup form {
    padding-top: 0px;
    width: 90%;
    float: right;
    display: inline-block;
  }
  #newsletter-signup form small {
    font-size: 11px;
    display: block;
    clear: both;
    text-align: right;
  }
  #newsletter-signup form small em {
    color: #ffd500;
    font-size: 23px;
    line-height: 13px;
    display: inline-block;
    top: 9px;
    position: relative;
  }
  #newsletter-signup form input,
  #newsletter-signup form button {
    height: 43px;
    line-height: 43px;
    border: 1px solid #b3b3b3;
    color: #808080;
    box-sizing: border-box;
    padding: 0px 13px;
    font-size: 14px;
    margin: 0;
    font-family: 'avant_garde_book';
    display: inline-block;
    width: 100%;
  }
  #newsletter-signup form #mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #newsletter-signup form .half {
    flex: 0 0 49%;
    width: 49%;
  }
  #newsletter-signup form .full {
    flex: 0 0 100%;
  }
  #newsletter-signup form .mc-field-group {
    margin-bottom: 20px;
  }
  #newsletter-signup form #fieldEmail {
    width: 100%;
    display: block;
    clear: both;
  }
  #newsletter-signup form #fieldName {
    margin-right: 4%;
  }
  #newsletter-signup form .ui-select {
    width: 100%;
    float: left;
    margin: 0px 4% 0px 0px;
    display: inline-block;
    margin-right: 4%;
  }
  #newsletter-signup form .ui-select .ui-btn.ui-corner-all {
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 43px;
    background-color: #ffd500;
    border: none;
  }
  #newsletter-signup form .ui-select .ui-btn.ui-corner-all > span {
    font: 15px/43px 'avant_garde_book';
    font-size: 20px;
    color: #000;
    text-transform: lowercase;
    text-align: center;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  #newsletter-signup form .actions .ui-btn {
    margin: 0px;
    background-color: #ffd500;
    color: #000;
    padding: 0;
    border: none;
    font: 20px/43px 'avant_garde_book';
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    letter-spacing: 1px;
    border-radius: 0px;
    text-transform: lowercase;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  #footer {
    font: 100 17px/26px 'avant_garde_med';
  }
  .header-right {
    width: unset;
    flex: 0 0 50%;
    align-items: center;
  }
  .header-right .widget_text {
    display: block;
    margin: 0;
    order: 1;
  }
  .header-right .widget_text address {
    display: none;
  }
  .header-right .widget_text a {
    white-space: nowrap;
    text-decoration: none;
    font-size: 21px;
  }
  #mobile-menu-btn {
    flex: 0 0 50px;
    order: 2;
  }
  .woocommerce .main-banner {
    height: 280px;
  }
  .woocommerce div.product .prod-feat-wrapper {
    display: block;
  }
  .woocommerce div.product .prod-feat-wrapper img {
    width: 100% !important;
  }
  .woocommerce div.product div.summary .actions {
    text-align: left;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 21px;
  }
  .woocommerce .product_meta {
    text-align: left;
  }
  .woocommerce ul.products[class*="columns-"] {
    justify-content: flex-start;
  }
  .woocommerce ul.products[class*="columns-"] li.product {
    margin-right: 2%;
  }
  .woocommerce ul.products[class*="columns-"] li.product:nth-of-type(3n) {
    margin-right: 0;
  }
  .header-right .widget_text a {
    color: #666;
  }
  .quick-view-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: calc(60%);
    max-width: 980px;
    max-height: 650px;
  }
  .quick-view-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 57%;
    height: 100%;
    background: #fff;
  }
  .quick-view-carousel .fancybox-slider-wrap {
    bottom: 0;
  }
  .quick-view-aside {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: auto;
    width: 43%;
    padding: 0px;
    height: 90%;
    background: #fff;
    color: #777;
  }
  .quick-view-aside:before,
  .quick-view-aside:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .quick-view-aside:before {
    width: 8px;
    background: #f4f4f4;
  }
  .quick-view-aside .floater {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
  }
  .quick-view-aside .floater:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .quick-view-aside h3 {
    color: #000;
    margin-top: 0px;
  }
  .quick-view-aside .woocommerce-product-details__short-description {
    line-height: 135%;
  }
  .quick-view-aside .btn {
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    margin: 5px;
    display: inline-block;
    padding: 0px 25px;
  }
  .quick-view-aside .actions {
    clear: both;
    margin: 25px 0px 0px;
  }
  .quick-view-aside .floater-inner {
    height: auto;
    overflow: auto;
    margin: 0px 30px;
    text-align: center;
    bottom: auto;
    top: 50%;
    display: inline-block;
    right: 0px;
    transform: translateY(-50%);
    position: absolute;
  }
  .quick-view-close {
    position: absolute;
    top: 30px;
    right: 0;
    width: 44px;
    height: 44px;
    background: #f0f0f0;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    color: #222;
    text-indent: -99999px;
    transition: all 0.2s;
  }
  .quick-view-close:before,
  .quick-view-close:before,
  .quick-view-close:after,
  .quick-view-close:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 22px;
    width: 1px;
    height: 18px;
    background-color: #222;
  }
  .quick-view-close:before,
  .quick-view-close:before {
    transform: rotate(-45deg);
  }
  .quick-view-close:after,
  .quick-view-close:after {
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 1024px) {
  .home #slider {
    height: unset;
  }
  .home #slider .slider {
    height: unset;
  }
  .home #slider .wrapper {
    min-height: calc(100% - 150px);
    min-height: unset;
    height: unset;
    position: relative;
    margin-bottom: 100px;
  }
  .home #slider .text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .home #testimonials {
    height: 585px;
    background-size: cover;
  }
  .home #testimonials .wrapper {
    height: 100%;
    display: block;
  }
  .home #testimonials article {
    position: absolute;
    float: right;
    top: 44%;
    transform: translateY(-50%);
    right: 0px;
    width: 40%;
    font-size: 17px;
    line-height: 33px;
    color: #333;
    margin: 0;
  }
  .home #testimonials .text {
    line-height: 150%;
  }
  #welcome {
    padding: 62px 30px;
    margin-bottom: 0;
  }
  #welcome .wrapper {
    display: flex;
  }
  #welcome .wrapper aside {
    flex-direction: column;
    flex: 0 0 38%;
    margin: 0 0 0 40px;
    align-items: center;
    display: inline-flex;
  }
  #welcome .wrapper aside .icon {
    background-position: left bottom;
    margin: 0 0 32px;
    width: 100%;
  }
  #home-bottom-widgets {
    padding: 60px 0;
  }
  #home-bottom-widgets .span_3_of_10 .inner .text {
    padding-bottom: 35px;
  }
  #home-bottom-widgets .span_3_of_10 .inner .icon {
    height: 61px;
    margin-top: 26px;
  }
  .page-template-template-contact-us .dual-col {
    display: flex;
    justify-content: space-between;
  }
  .page-template-template-contact-us .dual-col article,
  .page-template-template-contact-us .dual-col aside {
    flex: 0 0 49%;
  }
  .page-template-template-contact-us .dual-col aside#sidebar .wpcf7 {
    margin-top: 0;
  }
  .page-template-template-contact-us .dual-col aside#sidebar .wpcf7:before {
    margin-top: 5px;
  }
  .quick-view-content {
    width: 70vw;
  }
  .quick-view-aside {
    height: 88%;
    transform: translate(0, -50%);
    top: 50%;
  }
  .woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce div.product .gallery-wrapper,
  .woocommerce div.product .summary {
    width: 50%;
    float: none;
  }
  .woocommerce div.product .slick-slide {
    width: 100%;
    height: unset;
  }
  .woocommerce div.product .prod-feat-wrapper,
  .woocommerce div.product .prod-thumb-wrapper,
  .woocommerce div.product .prod-feat-single {
    width: 100%;
    height: unset;
    left: unset;
    margin-bottom: 0;
  }
  .woocommerce div.product div.summary {
    padding: 0 20px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
  }
  .woocommerce div.product .woocommerce-tabs {
    margin-top: 70px;
  }
  .woocommerce .related.products {
    width: 100%;
  }
  .woocommerce .related.products ul.products li.product a {
    height: 190px;
  }
}
@media only screen and (min-width: 1025px) {
  #mobile-menu-btn {
    display: none;
  }
  .header {
    padding-top: 25px;
  }
  .header .widget_nav_menu,
  .header .widget_text,
  .header .nav {
    display: block;
  }
  .header-right {
    flex-direction: column;
  }
  .header-right .widget {
    width: 100%;
  }
  .header-right #menu-social-media {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
  }
  .header-right #menu-social-media a {
    font-size: 28px;
    line-height: 100%;
  }
  .header-right #menu-social-media li {
    float: left;
    display: inline-block;
    margin-left: 10px;
  }
  .header-right #menu-social-media li.facebook a {
    color: #3b5998;
  }
  .header-right #menu-social-media li.instagram a {
    color: #fb3958;
  }
  .header-right .widget_text a {
    font-size: 26px;
    color: #edc006;
  }
  .header-right .widget_text address {
    display: block;
  }
  .header-right .widget_text address a {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 130%;
  }
  .home .header-right .widget_text address a {
    color: #fff;
  }
  .home .nav {
    background: none;
    display: flex;
  }
  .home .nav:before,
  .home .nav:after {
    display: block;
    content: '';
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .home #main-menu a {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    width: 100%;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .home #main-menu a:before {
    background: #000;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .home #main-menu a:hover,
  .home #main-menu a:focus {
    color: #FFD500;
  }
  .home #main-menu a:hover:before,
  .home #main-menu a:focus:before {
    transform: scaleY(1);
  }
  .home #slider .wrapper {
    margin: 330px auto 150px;
  }
  .home .slider-title {
    margin-top: 0;
  }
  .home #testimonials {
    background: url("/wp-content/themes/happywheels//img/bg-home-2.jpg") no-repeat center center / cover;
  }
  .home #testimonials .text {
    position: relative;
  }
  #slider .text {
    max-width: 60%;
  }
  #slider .text {
    font-size: 20px;
  }
  #slider .text .slider-title {
    font-size: 40px;
  }
  .inner-header {
    height: 110px;
  }
  .logo {
    height: unset;
  }
  .nav {
    width: 100%;
    display: block;
    clear: both;
    margin-top: 30px;
    background-color: #FFD500;
  }
  #main-menu {
    display: flex;
    list-style: none;
    padding: 0;
  }
  #main-menu li {
    flex-grow: 1;
  }
  #main-menu a {
    text-decoration: none;
    font: normal 18px/70px 'avant_garde_med';
    color: #000;
    text-transform: lowercase;
    text-align: center;
    display: block;
    background: #666666;
    position: relative;
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
    transition-property: color;
    transition-duration: 0.3s;
  }
  #main-menu a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFD500;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #main-menu a:hover,
  #main-menu a:focus {
    color: #FFD500;
  }
  #main-menu a:hover:before,
  #main-menu a:focus:before {
    transform: scaleY(0);
  }
  #main-menu .current-menu-item a {
    color: #FFD500;
  }
  #main-menu .current-menu-item a:before {
    transform: scaleY(0);
  }
  #post-banner-strip {
    margin-bottom: 60px;
  }
  #post-banner-strip h2 {
    font-size: 28px;
  }
  #welcome {
    margin-top: 60px;
    padding: 80px 0;
  }
  #welcome .wrapper {
    padding: 55px 67px 57px;
  }
  #welcome .wrapper aside {
    margin-left: 80px;
    flex: 0 0 40%;
  }
  #home-widgets .img {
    height: 205px;
  }
  #home-bottom-widgets .span_3_of_10 .inner {
    padding-bottom: 90px;
  }
  #home-bottom-widgets .span_3_of_10 .inner .icon {
    height: 85px;
    margin: 33px 50px 0;
    display: block;
    width: unset;
  }
  #home-bottom-widgets .span_3_of_10 .inner .text {
    padding: 33px 50px 25px;
  }
  #home-bottom-widgets .span_3_of_10 .inner .text h2 {
    margin-top: 0;
  }
  #home-bottom-widgets .span_3_of_10 .actions .btn {
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
  }
  #newsletter-signup {
    height: 420px;
  }
  #newsletter-signup .left {
    color: #333;
    font-size: 18px;
    line-height: 27px;
    width: 36%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  #newsletter-signup .right {
    width: 60%;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  #newsletter-signup h3 {
    font: normal 30px/51px 'avant_garde_med';
  }
  #footer {
    padding-top: 70px;
  }
  #footer .copyright {
    margin-top: 40px;
  }
  #footer .widget_nav_menu ul.menu {
    display: flex;
  }
  #footer .widget_nav_menu ul.menu li {
    flex-grow: 1;
    flex-basis: 0;
  }
  #prices {
    padding: 50px 0px;
    margin-top: 60px;
  }
  #prices:before,
  #prices:after {
    display: none;
  }
  #prices .group {
    padding: 0;
    overflow: unset;
    justify-content: space-between;
  }
  #prices .group .col {
    flex: 0 0 24%;
    margin: 0;
  }
  #prices .text li {
    padding: 9px 8px 9px 32px;
  }
  #prices .col header {
    min-height: 106px;
  }
  #prices .col header h2 {
    font: 24px/33px 'avant_garde_med';
  }
  #prices .col:hover {
    transition: 0.3s all;
  }
  #prices .col:hover header {
    background-color: #ffd500;
    transition: 0.3s all;
  }
  #prices .col:hover header h2 {
    color: #fff;
    transition: 0.3s all;
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  }
  #prices .col:hover .price {
    background-color: #f0c800;
    color: #fff;
    transition: 0.3s all;
  }
  #other-services {
    display: flex;
  }
  #other-services:before {
    display: none;
  }
  #other-services .left {
    width: 25%;
    display: block;
    background: url(@{themeurl}/img/bg-other-services.jpg.svg) no-repeat right top / cover;
  }
  #other-services .right {
    width: 75%;
    padding: 55px 0px 65px 133px;
    box-sizing: border-box;
  }
  #other-services .grid-item {
    font-size: 16px;
  }
  #other-services .grid-item h3 {
    color: #000;
    font: 21px/25px 'avant_garde_demi';
  }
  #other-services .grid-item ul li {
    font-size: 15px;
  }
  .woocommerce ul.products[class*="columns-"] .feat {
    height: 230px;
  }
  .woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-category__title {
    padding: 18px 0;
  }
  .woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-category__title a {
    font-size: 24px;
  }
  .woocommerce .main-banner {
    height: 350px;
  }
  .quick-view-content {
    width: calc(60%);
  }
  .quick-view-aside {
    height: 90%;
  }
  .quick-view-close {
    top: 5%;
  }
  .single-product .woocommerce-tabs {
    margin-top: 50px;
  }
  .single-product div.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 26px;
  }
  .single-product div.product div.images {
    margin: 0;
    width: unset;
    float: none;
    flex: 0 0 49%;
  }
  .single-product div.product div.summary {
    flex: 0 0 48%;
    margin: 0;
    width: unset;
    float: none;
    padding: 0 0 0 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related,
  .single-product div.product .woocommerce-notices-wrapper {
    flex: 0 0 100%;
  }
  .single-product .woocommerce-tabs,
  .single-product .related {
    margin-top: 90px;
  }
  .single-product .related {
    margin-bottom: 40px;
  }
  .single-product .related > h2 {
    font-family: 'avant_garde_demi';
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: center;
  }
  .single-product .related ul.products[class*="columns-"] {
    justify-content: flex-start;
  }
  .single-product .related ul.products[class*="columns-"] li.product {
    flex: 0 0 24%;
    margin: 0 1% 0 0;
  }
  .single-product .related ul.products[class*="columns-"] li.product:last-of-type {
    margin-right: 0;
  }
  .single-product .woocommerce-product-details__short-description p:first-child {
    margin-top: 0;
  }
  .page-template-template-bike-builds .dual-col {
    display: flex;
    justify-content: space-between;
  }
  .page-template-template-bike-builds .dual-col > .content {
    flex: 0 0 49%;
  }
  .page-template-template-bike-builds .dual-col .sidebar {
    flex: 0 0 45%;
  }
  .page-template-template-bike-builds .dual-col .sidebar .blocks-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .page-template-template-bike-builds .dual-col .sidebar .tablet-wrapper {
    position: unset;
    padding: 0 20px;
    display: block;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block {
    flex: 0 0 48%;
    display: flex;
    flex-direction: row;
    float: left;
    display: inline-block;
    position: relative;
    padding-bottom: 91px;
    margin: 0px;
    border: 4px solid #ffd500;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .img {
    height: 80px;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    margin: 20px 0px 9px;
    width: 100%;
    position: relative;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .img:before,
  .page-template-template-bike-builds .dual-col .sidebar .block .img:after {
    position: absolute;
    content: '\10f2a0';
    text-indent: 0;
    font-size: 54px;
    font-weight: 900;
    font-family: "Font Awesome 5 Duotone";
    display: block;
    top: 50%;
    left: 20px;
    width: 1.25em;
    text-align: center;
    transform: translate(0, -50%);
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .img:before {
    color: var(--fa-primary-color, #FFD500);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
    content: '\f2a0';
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .img:after {
    content: '\10f2a0';
    color: var(--fa-secondary-color, #4d4d4d);
    opacity: var(--fa-secondary-opacity, 0.8);
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .text {
    padding: 0px;
    float: left;
    width: 100%;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .text h2 {
    color: #4d4d4d;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .text h2 a {
    color: #4d4d4d;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .btn {
    width: auto;
    display: block;
    font-weight: 100;
    position: absolute;
    left: 20px;
    bottom: 25px;
    padding: 0px 20px;
    text-indent: 0;
    height: 45px;
    margin: 0;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block .btn:before {
    display: none;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block:first-child .img:before,
  .page-template-template-bike-builds .dual-col .sidebar .block:first-child .img:after {
    transform: translate(0, -50%) rotate(-35deg);
  }
  .page-template-template-bike-builds .dual-col .sidebar .block.block-gallery .img {
    background: transparent;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block.block-gallery .img:before {
    content: '\f302';
  }
  .page-template-template-bike-builds .dual-col .sidebar .block.block-gallery .img:after {
    content: '\10f302';
  }
  .page-template-template-bike-builds .dual-col .sidebar .block.block-gallery .social {
    clear: both;
    position: absolute;
    left: 20px;
    bottom: 25px;
    height: 45px;
    display: inline-flex;
    align-items: center;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block.block-gallery .social a {
    font-size: 36px;
    margin-right: 20px;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block.block-gallery .social a.facebook {
    color: #3b5998;
  }
  .page-template-template-bike-builds .dual-col .sidebar .block.block-gallery .social a.instagram {
    color: #fb3958;
  }
  .page-template-template-bike-builds .dual-col .sidebar h2:first-child {
    font: normal 24px/36px 'avant_garde_demi';
    line-height: 36px;
    text-align: left;
    color: #e2b604;
    margin: 36px 0px 10px;
    margin-top: 36px;
  }
  .page-template-template-bike-builds .dual-col .sidebar h2:first-child:first-child {
    line-height: 120%;
    margin-top: 0px;
  }
  .page-template-template-bike-builds .dual-col .sidebar h2:first-child a {
    color: #e2b604;
  }
  .page-template-template-bike-builds .dual-col .content-right > h2:first-child {
    margin-top: 0;
    font-family: 'avant_garde_demi';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .archive .dual-col,
  .category .dual-col {
    display: flex;
  }
  .archive .dual-col > .content,
  .category .dual-col > .content {
    flex-grow: 1;
    order: 1;
  }
  .archive .dual-col article,
  .category .dual-col article {
    padding-bottom: 49px;
  }
  .archive .dual-col .page-title,
  .category .dual-col .page-title {
    margin: 0 0 40px;
  }
  .archive .dual-col .page-title h1,
  .category .dual-col .page-title h1 {
    margin: 0;
  }
  .archive .dual-col .post h2,
  .category .dual-col .post h2 {
    font-size: 20px;
  }
  .archive .dual-col .post .date,
  .category .dual-col .post .date {
    display: block;
  }
  .archive .dual-col .post .text,
  .category .dual-col .post .text {
    margin-top: 0;
  }
  .archive .dual-col .post .feat-wrapper,
  .category .dual-col .post .feat-wrapper {
    flex: 0 0 45%;
  }
  .archive .dual-col .post .feat,
  .category .dual-col .post .feat {
    padding: 73% 0 0;
  }
  .archive .dual-col .mobile,
  .category .dual-col .mobile {
    display: none;
  }
  .archive .sidebar,
  .category .sidebar {
    box-sizing: border-box;
    padding: 0 0 0 50px;
    display: block;
    flex: 0 0 30%;
    order: 2;
  }
  .archive .sidebar .widget-title,
  .category .sidebar .widget-title {
    text-transform: uppercase;
    margin: 8px 0 23px;
  }
  .archive .sidebar .widget_text .textwidget,
  .category .sidebar .widget_text .textwidget {
    padding: 0 5px;
  }
  .archive .sidebar .widget_categories ul,
  .category .sidebar .widget_categories ul,
  .archive .sidebar .posts-index ul,
  .category .sidebar .posts-index ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #cacaca;
  }
  .archive .sidebar .widget_categories li,
  .category .sidebar .widget_categories li,
  .archive .sidebar .posts-index li,
  .category .sidebar .posts-index li {
    padding: 13px 5px;
    line-height: 140%;
    border-top: 1px solid #cacaca;
  }
  .archive .sidebar .widget_categories li a,
  .category .sidebar .widget_categories li a,
  .archive .sidebar .posts-index li a,
  .category .sidebar .posts-index li a {
    color: #4d4d4d;
    font-family: 'avant_garde_med';
    font-weight: 300;
    text-decoration: none;
  }
  .archive .sidebar .widget,
  .category .sidebar .widget {
    margin: 0 0 40px;
  }
  .archive .sidebar .search,
  .category .sidebar .search {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cacaca;
    display: flex;
    position: relative;
  }
  .archive .sidebar .search input,
  .category .sidebar .search input {
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
    flex-grow: 1;
    font-size: 18px;
    background: none;
  }
  .archive .sidebar .search button,
  .category .sidebar .search button {
    height: 45px;
    line-height: 45px;
    position: relative;
    flex: 0 0 40px;
    color: #FFD500;
    background: none;
    padding: 0;
    font-size: 21px;
    border: none;
  }
  .about-us article.page {
    padding: 75px 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    position: relative;
  }
  .about-us article.page h3 {
    margin: 44px 0 20px;
  }
  .about-us article.page h3:first-of-type {
    margin-top: 0;
  }
  .about-us .page-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  #testimonials {
    padding: 60px 0 40px;
  }
  .page-template-template-contact-us .dual-col aside#sidebar {
    width: unset;
    flex: 0 0 46%;
  }
  .page-template-template-contact-us .dual-col aside#sidebar .wpcf7 {
    padding: 39px;
    box-sizing: border-box;
    border: 4px solid #FFD500;
  }
  .page-template-template-contact-us .content {
    flex-grow: 1;
    flex: unset;
    width: unset;
  }
  .page-template-template-ezi-pay .content {
    display: flex;
    justify-content: space-between;
  }
  .page-template-template-ezi-pay .col-2 {
    flex: 0 0 49%;
  }
  .page-template-template-ezi-pay .feat-banner .page-title {
    background-color: #ffd500;
    width: 27%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4%;
    padding: 25px 15px;
  }
  .page-template-template-ezi-pay .feat-banner .page-title h2 {
    color: #000;
    line-height: 150%;
    font-weight: normal;
    font-size: 27px;
    margin: 0px;
  }
  .page-template-template-servicing article.content {
    loat: left;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .page-template-template-servicing article.content ul {
    float: left;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
  }
  .tax-product_cat .main-wrapper,
  .post-type-archive .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tax-product_cat .main-wrapper .content-wrapper,
  .post-type-archive .main-wrapper .content-wrapper {
    flex: 0 0 72%;
  }
  .tax-product_cat .main-wrapper .sidebar,
  .post-type-archive .main-wrapper .sidebar {
    display: block;
    flex: 0 0 28%;
  }
  .tax-product_cat .sidebar .widget,
  .post-type-archive .sidebar .widget {
    margin: 0 0 40px;
  }
  .tax-product_cat .sidebar .widget-title,
  .post-type-archive .sidebar .widget-title {
    text-transform: uppercase;
    margin: 8px 0 23px;
  }
  .tax-product_cat .sidebar .product-categories,
  .post-type-archive .sidebar .product-categories {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #cacaca;
  }
  .tax-product_cat .sidebar .product-categories li,
  .post-type-archive .sidebar .product-categories li {
    line-height: 140%;
    border-top: 1px solid #cacaca;
  }
  .tax-product_cat .sidebar .product-categories li a,
  .post-type-archive .sidebar .product-categories li a {
    color: #4d4d4d;
    display: block;
    padding: 13px 5px;
    font-family: 'avant_garde_med';
    font-weight: 300;
    text-decoration: none;
  }
  .tax-product_cat .sidebar .product-categories .children,
  .post-type-archive .sidebar .product-categories .children {
    padding: 0;
    list-style: none;
  }
  .tax-product_cat .sidebar .product-categories .children li,
  .post-type-archive .sidebar .product-categories .children li {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 1440px) and (max-height: 900px) and (min-width: 1025px) {
  .home #slider .text {
    display: none;
  }
  #post-banner-strip h2 {
    font-size: 28px;
  }
}
