<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 6090:11 Expected ":"
Line 6090:13 Expected identifier but found "30px"

**/
/* Header trade link */
.trade-link a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat,sans-serif inherit;
  text-transform: uppercase;
  display: block;
  width: 154px;
  position: relative;
  text-align: center;
  z-index: 1;
  background: #D24135;
  padding: 7px 10px;
  border-radius: 5px;
  margin-right: 7px;
  border: 2px solid #D24135;
  transition: 0.5s ease;
}

.trade-link a:hover {
  background: transparent !important;
  color: #D24135 !important;
}
/* Header trade link ends */

.superior-listing-main{
    background: white !important;
    color: black !important;
}

/* Trade coming soon page */
.trade-section {
  background: #f2f2f2;
  padding: 80px 0;
}

.trade-wrap {
  display: flex;
  gap: 50px;
}

.trade-left {
  width: 40%;
}

.trade-enq-form {
  width: 60%;
}

.trade-section h2 {
  color: #000;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .trade-wrap {
    gap: 10px;
    flex-direction: column;
  }
  
  .trade-left {
    width: 100%;
  }
  
  .trade-enq-form {
    width: 100%;
  }

  .trade-section {
    padding: 35px 0;
  }

  .trade-section h2 {
    font-size: 24px;
    line-height: 1;
  }
}
/* Trade coming soon page ends */

.product-sticky-footer {
  /* display: none !important; */
}

.price__sale.sticky {
  display: block;
}

.sticky-add-to-cart-btn.sold-out {
  pointer-events: none;
  opacity: 0.7;
}

.price-item.price-item--sale.sticky {
  font-size: 24px;
  font-weight: 700;
  color: #D24135;
}

.price-item.price-item--regular.sticky {
  text-decoration: line-through;
  font-size: 16px;
  margin: 0 0 0 7px;
  position: relative;
  top: -1px;
}

.swym-title h2 {
  color: #000 !important;
  font-size: 25px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.swym-remind-me p.swym-remind-description.swym-sbisa-v2 {
  margin-top: 0 !important;
}

.swym-isa-inline-form {
  border: none !important;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px #0000000d;
}

.not-on-sale .price-item.price-item--regular.sticky {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  color: #D24135;
}

.not-on-sale .price-item.price-item--sale.sticky {
  display: none;
}

.bottom-footer.wf-section .image-7 {
  max-width: 230px !important;
}

@media (min-width: 767px) {
  .bottom-footer.wf-section .image-7 {
    margin-right: 150px;
  }
}

.sticky-add-to-cart-btn {
  padding: 10px 28px;
  display: inline-block;
  text-decoration: none;
  background: #D24135;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  border: 2px solid #D24135;
  transition: 0.4s ease;
  margin: 0 0 0 14px;
}

.sticky-add-to-cart-btn:hover {
  background: transparent;
  color: #D24135;
}

.sticky-quantity {
  font-size: 14px;
  position: relative;
  top: -1px;
}

/* 404 */
.section-404 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  min-height: 700px;
  position: relative;
}

.section-404 .text-holder {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
}

.section-404 .text-holder h1 {
  font-size: 40px;
  margin: 0 0 15px;
  line-height: 1.15;
}

.section-404 .text-holder img {
  max-width: 400px;
  margin: 0 0 15px;
}

.section-404 .bg-stretch:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgb(19, 19, 19) 53%,rgb(19, 19, 19) 53%,rgb(96, 96, 96) 100%);
  opacity: 0.75;
}

.section-404 .button.w-button {
  margin: 15px 0 0;
}

.section-404 .bg-stretch {
  filter: blur(30px);
}
/* 404 ends */

/* Cart drawer */
.cart-drawer {
  position: fixed;
  width: 500px;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 0 0 7px #0000000d;
  padding: 25px 25px;
  visibility: hidden;
  transform: translateY(-105%);
  transition: 0.4s ease;
}

.cart-popup-item__quantity {
  flex-basis: 23% !important;
}

.product-single__meta .product-form__cart-submit .p-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.product-form__error-message-wrapper .icon.icon-error {
  width: 35px;
}


.cart-drawer.cart-drawer--active {
  visibility: visible;
  transform: translateY(0);
}

.cart-drawer-header-right-close {
  background: transparent;
  width: 24px;
  transition: 0.4s ease;
  position: absolute;
  top: 14px;
  right: 13px;
}

.cart-popup__cta-link {
  background: #d24135 !important;
  border: 2px solid #d24135 !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  height: auto !important;
  min-height: auto !important;
  padding: 8px 20px !important;
  transition: 0.4s ease;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
}

.cart-popup__cta-link:hover {
  background: transparent !important;
  color: #d24135 !important;
}

.cart-popup__dismiss-button {
  font-size: 15px !important;
  transition: 0.4s ease;
  margin-top: 12px;
}

.cart-popup__dismiss-button:hover {
  opacity: 0.7;
}

.cart-drawer-box .product-details {
  margin: 8px 0 0;
  font-size: 15px;
  list-style-type: none;
}

@media (max-width: 767px) {
  .cart-drawer {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    top: 10px !important;
    padding: 20px;
  }

  .cart-popup-item__title {
    font-size: 15px !important;
  }
}
/* Cart drawer ends */




form.vehicle-selector { display: flex; }

form.vehicle-selector .find-select {
  width: 40%;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"&gt;&lt;path d="M7 10l5 5 5-5z"/&gt;&lt;/svg&gt;');
  background-repeat: no-repeat;
  background-position: right 0rem top 50%, 0 0;
  background-size: 2.2em auto, 100%;
}

#qab_container {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

html body, input, textarea, button, select, .disclosure__toggle {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

strong {
  font-weight: 700 !important;
}

h1,
h2,
h3,
h4 {
 font-family:  'rigid-square', sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.banner-about .heading {
  max-width: 880px;
  font-size: 50px;
  line-height: 60px;
}

.banner-about .s-banner-text {
  display: flex;
  height: 100%;
  align-items: end;
}

.page-width {
  max-width: 1440px !important;
  padding: 0 25px !important;
}

p,
.paragraph {
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
}

.heading,
h1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 800;
}

.navbar .container-5.w-container {
  padding: 10px 15px;
}

.hero-banner .header-flex {
  align-items: end;
  flex-wrap: unset;
}

.hero-banner .header-message {
  padding: 100px 0 85px;
}

.smart-tabs-wrapper.Rte {
  padding: 0 20px;
}

.navbar {
  width: 100% !important;
  max-width: 100% !important;
}

.nav-bg {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.sticky-nav.black-bg .nav-bg {
  opacity: 1;
}

/* Mega menu */
#NavDrawer {
  display: none;
}
.menu .tmenu_item_submenu_type_flyout .tmenu_submenu {
  border: none !important;
  box-shadow: none !important;
  border-radius: 12px;
  background: #272223d6 !important;
  box-shadow: none !important;
  min-width: 200px !important;
  overflow: hidden !important;
}

.menu .tmenu_submenu_type_flyout .tmenu_item_link {
  display: block !important;
  padding: 8px 20px !important;
  font-size: 15px !important;
  transition: 0.4s ease;
}

/* .menu li:not(.tmenu_item_mobile) .tmenu_submenu .tmenu_item_link:not([tmenu-disabled-link]):hover {
  background: #d24135 !important;
  color: #fff !important;
} */

.menu li:not(.tmenu_item_mobile) .tmenu_submenu .tmenu_submenu_tab_item .tmenu_item_link:not([tmenu-disabled-link]) {
  transition: 0.4s ease;
}

.menu li:not(.tmenu_item_mobile) .tmenu_submenu .tmenu_submenu_tab_item .tmenu_item_link:not([tmenu-disabled-link]):hover {
  background: none !important;
  color: #272223 !important;
  opacity: 0.6;
}

.menu .tmenu_item--root &gt; .tmenu_submenu {
  box-shadow: none !important;
}

.menu .tmenu_item--root &gt; .tmenu_submenu {
  box-shadow: none !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-radius: 16px;
  overflow: hidden;
  max-width: 1040px !important;
}

.tmenu_submenu_tab_position_left .tmenu_col-3 + .tmenu_submenu_tab_content, .tmenu_submenu_tab_position_right .tmenu_col-3 + .tmenu_submenu_tab_content {
  background: #fff !important;
}

.menu li:not(.tmenu_item_mobile) .tmenu_submenu .tmenu_col.tmenu_submenu_tab_content .tmenu_item_link {
  color: #272223 !important;
}

.menu li:not(.tmenu_item_mobile) .tmenu_submenu .tmenu_submenu_tab_control .tmenu_item_link {
  color: #fff !important;
  font-size: 15px !important;
  transition: 0.4s ease;
  font-weight: 600 !important;
}

.tmenu_submenu_type_mega .tmenu_item_display_header &gt; .tmenu_item_link {
  padding: 0 0 15px !important;
  margin: 0 0 10px;
  font-size: 15px !important;
}

/* .menu .tmenu_item_link {
  font-size: 16px !important;
} */
/* Mega menu ends */

header#nav::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 87%,rgba(0,0,0,0) 100%);
  opacity: 0.8;
  transition: 0.4s ease;
}

header#nav.black-bg:after {
  height: 80px;
  opacity: 1;
}

.navbar .vehicle-holder  {
  min-width: 255px;
  height: 35px;
  border-radius: 0;
  position: relative;
  justify-content: center;
  padding: 10px 9px;
}

.vehicle {
  min-width: 13px !important;
}

.vehicle-holder:before,
.vehicle-holder:after {
  content: "";
  height: 0;
  position: absolute;
  top: -4px;
  left: 0;
  border-bottom: 4px solid #272223b3;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
}

.button {
  padding: 10px 64px;
}

.button:hover {
  background: #D24135 !important;
  color: #fff !important;
}

.vehicle-holder:after {
  top: auto;
  bottom: -4px;
  transform: scaleY(-1);
}

.vehicle-holder .text-block {
  font-size: 16px;
  min-width: 190px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-holder .text-block a {
  font-size: 16px;
  min-width: 200px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
}

.vehicle-holder-wrap {
  position: relative;
}

.vehicle-holder-wrap .change-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  transform: translateY(25px);
}

.w-nav .change-wrap .c-left a {
  text-decoration: none;
  color: #000;
  transition: 0.4s ease;
}

.w-nav .change-wrap .c-left a:hover {
  color: #d24135;
}

.w-nav .vehicle-holder-wrap .change-drop {
  left: auto;
  width: 310px;
  padding-top: 19px;
}

.vehicle-holder-wrap:hover .change-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.w-nav .vehicle {
  padding: 0;
}

.navbar .vehicle-holder {
  min-width: 100%;
}

.btn-change {
  display: block;
  background: #D24135;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s ease;
  position: relative;
  margin: 17px 5px;
  transition: 0.5s ease;
}

.btn-change:hover {
  opacity: 0.7;
  color: #fff !important;
}

.btn-change::before, .btn-change::after {
  content: "";
  height: 0;
  position: absolute;
  top: -4px;
  left: 0;
  border-bottom: 4px solid #D24135;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
}

.btn-change::after {
  top: auto;
  bottom: -4px;
  transform: scaleY(-1);
}

.btn-change img {
  max-width: 40px;
  margin-left: 15px;
}

.w-nav .change-wrap .btn-change {
  margin: 0;
  width: 106px;
}

.w-nav .change-wrap .c-left {
  width: calc(100% - 106px);
}

.w-nav .vehicle-holder-wrap {
  margin-right: 15px;
}

.w-nav .btn-change img {
  max-width: 30px;
  display: none;
}

.w-nav .change-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
}

.w-nav .change-wrap .text-block {
  color: #000;
  font-size: 15px;
  width: calc(100% - 106px);
  max-width: 100% !important;
  min-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
}

.w-nav .change-drop:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 8px;
  right: 14px;
}

.product-single__media.hover-active .feature-row__image {
  opacity: 0;
  visibility: hidden;
}

/* .template-product #cross-sell {
  display: none;
}
 */
square-placement {
  margin: 0 !important;
}

.product__policies.rte {
  font-size: 14px !important;
}

a.shopping-cart {
  height: auto !important;
  padding: 0 !important;
  min-width: 30px !important;
  transition: 0.4s ease;
  margin: 0 0 0 10px;
  position: relative;
  z-index: 1;
}

.site-header__cart-count span {
  font-size: 10px !important;
}

a.shopping-cart .cart-count-bubble {
  height: 16px;
  width: 16px;
  background: #d24135;
  border-radius: 100px;
  position: absolute;
  top: -5px;
  right: -6px;
  font-size: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

body .smart-tabs-branding {
  display: none !important;
}

.zip-container span {
  font-size: 14px !important;
}

.zip-container .zip-logo {
  height: 28px !important;
  filter: grayscale(1) brightness(95%);
}

a.shopping-cart:hover {
  opacity: 0.6;
}

.div-block-7.top-nav-left {
  width: 150px !important;
}

.div-block-6.top-nav-right {
  width: calc(100% - 15px) !important;
}

#SiteNav &gt; li a {
  color: #fff;
  border: none !important;
}

#SiteNav &gt; li a:hover,
#SiteNav &gt; li a.w--current {
  color: #D24135 !important;
}

.nav-menu .menu {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
}

.site-nav__meganav-toggle &gt; svg.icon.icon-arrow-down {
  display: none !important;
}

.nav-menu .menu &gt; li.menu-link {
  margin: 0 !important;
}

.nav-menu {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0 16px 0 20px;
}

.nav-menu .menu &gt; .tmenu_item &gt; ul.tmenu_submenu {
  position: absolute !important;
  width: 280px !important;
  background: #fff;
  padding: 10px 0 !important;
  overflow: visible;
}

.tmenu_collection--left .tmenu_item_text {
  font-size: 15px !important;
}

.menu &gt; .tmenu_item &gt; ul.tmenu_submenu .tmenu_submenu {
  background: #fff;
  position: absolute !important;
  left: 100% !important;
  top: 0;
  padding: 0 !important;
  overflow: visible;
}

.tmenu_item_mobile.tmenu_item_active &gt; .tmenu_item_link {
  color: #000 !important;
}

.tmenu_item_mobile.tmenu_item_active &gt; .tmenu_item_link:hover {
  color: #fff;
}

.menu &gt; .tmenu_item &gt; ul.tmenu_submenu .tmenu_submenu a {
  color: #000;
}

.nav-menu .tmenu_item ul.tmenu_submenu a {
  color: #000;
}

.tmenu_app .tmenu_item_active a {
  color: #D24135;
}

.boost-pfs-search-suggestion-header-pages.boost-pfs-search-suggestion-header,
.boost-pfs-search-suggestion-header-products.boost-pfs-search-suggestion-header,
.boost-pfs-search-suggestion-header-suggestions.boost-pfs-search-suggestion-header {
  background: #272223 !important;
  color: #fff !important;
}

.boost-pfs-search-suggestion-product-position-right:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-pro {
  border-left: 1px solid #f3f3f3;
}

@media (min-width: 768px) {
  [class*="boost-pfs-search-suggestion-column-2-"]:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-groups-others {
    width: calc(33.33% - 0px) !important;
  }
}


.boost-pfs-search-suggestion-item &gt; a {
  color: #272223 !important;
}

.boost-pfs-search-suggestion .boost-pfs-search-suggestion-group li {
  transition: 0.4s ease;
}

.boost-pfs-search-suggestion-popover::after {
  background-color: #272223 !important;
}

.navbar .search.w-form {
  height: 35px;
  border-radius: 0;
  background: #272223;
  margin: 0 !important;
  min-width: 160px;
}

@media (max-width: 1400px) {
  .navbar .search.w-form {
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    min-width: 0;
    transition: 0.4s ease;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  
  .navbar .header-search-wrap.s-active .search.w-form {
    opacity: 1;
    visibility: visible;
    min-width: 260px;
  }

  .header-search-wrap .h-search-opener {
    display: flex !important;
  }
}


.header-search-wrap {
  position: relative;
  z-index: 999;
}

.header-search-wrap .h-search-opener {
  position: relative;
  height: 35px;
  background-color: #272223b3 !important;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s ease;
  display: none;
}

.header-search-wrap .h-search-opener:hover {
  background-color: #D24135 !important;
}

.search.w-form .search-input {
  max-width: 100%;
  text-transform: uppercase !important;
}

.header-search-wrap .h-search-opener:before,
.header-search-wrap .h-search-opener:after,
.navbar .search.w-form:before,
.navbar .search.w-form:after {
  content: "";
  height: 0;
  position: absolute;
  top: -4px;
  left: 0;
  border-bottom: 4px solid #272223b3;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
  transition: 0.4s ease;
}

.navbar .search.w-form:before,
.navbar .search.w-form:after {
  border-bottom: 4px solid #272223 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
}

.navbar .h-search-opener:hover:before,
.navbar .h-search-opener:hover:after {
  border-bottom: 4px solid #D24135 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
}

.header-search-wrap .h-search-opener:after,
.navbar .search.w-form:after {
  top: auto;
  bottom: -4px;
  transform: scaleY(-1);
}

.template-product header#nav::after {
  display: none;
}

.template-product .nav-bg {
  opacity: 1;
}

.nav-link.w--current {
  font-style: normal;
  border-bottom: none;
/*   color: #D24135; */
}

.menu-link.first-level {
  position: relative;
}

.menu.dropdown-child {
  position: absolute;
  top: 100%;
  width: 200px;
  background: #272223b3;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
  display: none;
}

.menu.dropdown-child .menu-link {
  width: 100%;
}

.menu.dropdown-child .nav-link {
  display: block;
  border: none;
}

.menu-link .nav-link {
  border: none;
  margin: 0;
  transition: 0.4s ease;
}

.tmenu_item_has_child a {
  padding-right: 30px !important;
}

.menu-link .nav-link:hover {
  border: none;
  color: #D24135;
}

.vehicle-selector .find-select {
  margin: 0 12px 0 0;
  height: 47px;
  background: #272223;
  border-radius: 8px;
  -webkit-appearance: auto;
}

.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-container {
  position: relative;
  z-index: 3;
}

.boost-pfs-filter-custom-sorting button &gt; span &gt; span {
  font-size: 16px;
}

.submit-btn-wrap .submit-button, .submit-btn-wrap .remove-vehicle {
  height: 40px;
  width: 100%;
  border-radius: 0;
  display: block;
  border: none;
  padding: 10px 30px;
  margin: 4px 0;
  font-size: 16px;
  line-height: 1;
}

.submit-btn-wrap.btn-vehicle-remove {
  margin: 0 0 0 7px;
  width: auto;
}

.submit-btn-wrap.btn-vehicle-remove .remove-vehicle {
  text-align: center;
  color: #fff;
  cursor: pointer;
  min-width: 74px;
  width: 120px;
}

.submit-btn-wrap.btn-vehicle-remove .remove-vehicle:focus {
  outline: none;
}

.boost-pfs-action-list-wrapper #shipping_sweetecom {
  display: none;
}

.product-single__thumbnail.active-thumb,
.product-single__thumbnail--product-template.active-thumb:target {
  border-color: #d24135 !important;
}

.product-content-text-box.col {
  padding: 0 !important;
  background: #fff !important;
}

.submit-btn-wrap .submit-button:hover, .submit-btn-wrap .remove-vehicle:hover {
  background: #D24135;
  color: #fff;
  border: none !important;
}

.submit-btn-wrap {
  position: relative;
  width: 392px;
  transition: 0.4s ease;
}

.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li {
  font-size: 15px;
  line-height: 1;
}

.boost-pfs-action-list-enabled .boost-pfs-select-option-wrapper .boost-pfs-quickview-cart-btn {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 600;
  background: #D24135 !important;
  transition: 0.4s ease;
  border: none !important;
}

.desc-panel img {
  border-radius: 10px;
}

.desc-panel .smart-tabs-content-block {
  border: none;
  background: #fff !important;
  box-shadow: 0 0 20px #00000026;
  border-radius: 10px;
  padding: 30px;
  margin: 15px 0 15px;
}

.desc-panel h1, .desc-panel h2 {
  color: #000 !important;
}

.desc-panel h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}

.desc-panel h2 {
  font-size: 28px !important;
  line-height: 1.2 !important;
  margin-top: 20px !important;
}

.desc-panel h3 {
  font-size: 23px !important;
  line-height: 1.2 !important;
  margin-top: 20px !important;
}

.smart-tabs-navigation-li &gt; span {
  color: #fff !important;
  font-weight: 600 !important;
}

.smart-tabs-navigation-li &gt; strong {
  color: #fff !important;
  font-weight: 600 !important;
}

.desc-panel .smart-tabs-navigation-li.smart-tabs-navigation-accordion {
  margin: 0 0 8px !important;
}

.desc-panel .smart-tabs-navigation-li {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  padding: 18px 20px !important;
  transition: 0.4s ease;
  margin-right: 8px;
  position: relative;
  z-index: 1;
  color: #fff !important;
}

.desc-panel .smart-tabs-navigation-li.smart-tabs-navigation-accordion:before {
  left: 50px;
  transform: none;
}

.desc-panel .smart-tabs-navigation-li:before {
  content: '';
  width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 11px 10px 0 10px;
   border-color: #EF282C transparent transparent transparent;
   transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.4s ease, opacity 0.4s ease;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.desc-panel .smart-tabs-navigation-li.smart-tabs-navigation-li-active:before {
  bottom: -11px;
  opacity: 1;
  visibility: visible;
}

.desc-panel .smart-tabs-navigation-li:hover {
  background: #ef282c !important;
}

.desc-panel .smart-tabs-navigation-li-active {
  margin-right: 8px !important;
}

.desc-panel .smart-tabs-navigation-wrapper {
  padding: 0;
}

/* .smart-tabs-content-wrapper {
  background: #fff !important;
  box-shadow: 0 0 20px #00000026;
  border-radius: 0 0 10px 10px;
  padding: 30px;
} */

.submit-btn-wrap:hover {
  opacity: 0.6;
}

.submit-btn-wrap:before,
.submit-btn-wrap:after {
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px solid #D24135;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
}

.submit-btn-wrap:after {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}

.product__policies {
  margin: 13px 0 6px !important;
}

.product-content-text-box.col ol {
  padding: 10px 0 35px 20px;
}

.zip-widget__wrapper {
  padding: 15px 0 15px !important;
}

#shipping_sweetecom {
  padding-bottom: 20px !important;
}

.btn.cart__continue-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #272223;
  width: 310px;
  border-radius: 10px;
  padding: 14px 20px;
  color: #272223;
  font-size: 16px;
  font-weight: 700;
  margin: 40px auto 0;
  transition: 0.4s ease;
}

.btn.cart__continue-btn:hover {
  background: #272223 !important;
  color: #fff !important;
}

.btn.cart__continue-btn .icon-arrow-right {
  height: 14px;
}

.btn.cart__continue-btn .icon-arrow-right path {
  transition: 0.4s ease;
}

.btn.cart__continue-btn:hover .icon-arrow-right path {
  fill: #fff;
}

/* Product quickview */
.boost-pfs-quickview-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  text-transform: uppercase;
  line-height: 22px;
}

.boost-pfs-quickview-price-on-sale .boost-pfs-quickview-price {
  color: #000 !important;
  font-size: 27px !important;
  font-weight: 600;
}

.boost-pfs-quickview-selector-wrapper .boost-pfs-quickview-product-option-header {
  font-size: 16px !important;
  font-weight: 500;
}

.boost-pfs-quickview-price-on-sale .boost-pfs-quickview-price.boost-pfs-quickview-was-price {
  font-size: 18px !important;
}

#boost-pfs-quickview-cart-quantity {
  border-radius: 6px !important;
  border: 1px solid #000 !important;
}

#boost-pfs-quickview-cart-btn {
  background: #d24135 !important;
  border: 2px solid #d24135 !important;
  border-radius: 6px !important;
  width: 100% !important;
}

#boost-pfs-quickview-cart-btn:hover {
  color: #d24135 !important;
  background: transparent !important;
}

#boost-pfs-quickview-cart-btn #boost-pfs-quickview-cart-btn-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.boost-pfs-quickview-selector-wrapper .boost-pfs-swatch-element label {
  border-radius: 6px !important;
  border: 1px solid #000 !important;
  transition: 0.4s ease;
  font-size: 15px !important;
}

.boost-pfs-quickview-was-price {
  font-size: 20px !important;
}

.boost-pfs-quickview-sale-lable {
  border-radius: 4px !important;
}
/* Product quickview ends */

/* Single article */
.article-content-holder {
  background: #f2f2f2;
  padding: 70px 0;
}

.article-content-holder .article-wrap {
  background: #fff;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 15px #00000017;
}

.article-details svg {
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.article-details {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px !important;
}

.article-content-holder .btn-holder .button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 268px;
  padding: 13px 30px;
  margin: 28px auto 0;
  background: #d24135;
  border-color: #d24135;
}

.article-content-holder .btn-holder .button svg {
  width: 30px;
  height: 28px;
  margin: 0 6px 0 0;
  fill: #fff;
  transition: 0.4s ease;
}

.article-content-holder .btn-holder .button:hover {
  background: #d241352e !important;
  color: #d24135;
}

.article-content-holder .btn-holder .button:hover svg {
  fill: #d24135;
}

.article-wrap ul {
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.article-wrap ul li {
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}

.article-wrap ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  background: #d24135;
  width: 20px;
}

.article-wrap p a {
  text-decoration: none;
  color: #D24135;
  transition: 0.4s ease;
}

.article-wrap p a:hover {
  color: #000;
}
/* Single article ends */

.social-container a {
  transition: 0.4s ease;
}

.social-container a:hover {
  opacity: 0.6;
}

.black-header {
  margin-bottom: 35px;
}

/* Exhaust template more info */
.exhausts-more-info {
  background: #f7f4f2;
  padding: 80px 0;
}
.exhausts-more-info h2 {
  color: #272223 !important;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 40px;
}
.product-single__meta label {
  margin: 0 0 12px;
  text-align: left;
}
.exhausts-row {
  display: flex;
  border-bottom: 6px solid #DE2D2D;
}

.exhausts-row:last-child {
  border-top: 6px solid #DE2D2D;
  border-bottom: none;
}
.exhausts-row .col {
  width: 50%;
  min-height: 340px;
  background: #fff;
}
.exhausts-row .text-holder {
  background: #272223;
  padding: 45px 45px;
  min-height: 340px;
  height: 100%;
  display: flex;
align-items: center;
  color: #fff;
}
.exhausts-row-full-width .text-holder {
  background: #272223;
  padding: 45px 45px;
  color: #fff;
}
.exhausts-row .img-holder {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 20px;
}
.exhausts-row-full-width .bg-img {
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.exhausts-more-info h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
/* Exhaust tempalte more info ends */

/* Homepage hero banner */
.m-hero-banner.section {
 	min-height: 900px;
  z-index: 1;
  background-image: url('/cdn/shop/t/10/assets/bg-hero-banner79-new.jpg?v=1717141062');
  background-position: 50% 92%;
  background-repeat: no-repeat;
}

.m-hero-banner .header-flex {
 	min-height: 900px; 
  padding-top: 90px;
}

.m-hero-banner .sub-heading-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

.form-block {
  margin-bottom: 52px;
}

.f-categories-wrap {
  padding: 55px 0;
  margin: 0;
}

.f-categories-wrap h2 {
  margin-bottom: 35px;
}

.product-button:hover {
  color: #F7F4F2 !important;
}

.f-cat-box .product-button:hover {
  background: #D24135 !important;
  border-color: #D24135 !important;
}

.f-collections-holder .cat-container {
  border-radius: 15px !important;
}

.my-columns.f-collections-holder {
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}

#shopify-section-vehicle-search .container {
  padding: 0 20px !important;
}

.s-form-wrap {
  padding: 70px 0 75px;
  text-align: center;
}

.f-bottom-banner h2 {
  font-size: 62px;
  line-height: 68px;
}

.s-form-wrap .white-heading-2 {
  margin: 0 0 40px;
}

.pay-graphic {
  margin: 55px 0 0;
}

.form-block.w-form {
  margin: 0;
}

.f-cat-box .cat-container {
  margin: 0;
}

.f-cat-box .cat-container img {
  transition: 1.4s ease;
  max-height: 166px;
  width: auto;
}

.f-cat-box .cat-container:hover img {
  transform: scale(1.1);
}

.f-cat-box .c-img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.c-img-holder .product-image {
  width: auto;
  max-height: 250px;
}

.f-cat-box .cat-container {
  position: relative;
  z-index: 1;
  padding: 20px 20px 115px 20px;
  height: 100%;
}

.section-3.wf-section.f-categories-holder {
  background: #fff;
}

.f-cat-box .product-button {
  font-size: 16px;
  line-height: 1.1;
  height: auto;
  padding: 12px 30px;
  position: absolute;
  bottom: 24px;
  left: 20px;
  right: 20px;
  width: auto;
  background: #fff;
}

.make-image {
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.info-two-panel .content-block a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: 0.5s ease;
}

.info-two-panel .content-block ul li a {
  color: #D24135;
  transition: 0.4s ease;
}

.info-two-panel .content-block ul li a:hover {
  color: #fff;
}

.info-two-panel .content-block p a {
  padding: 0;
  color: #D24135;
}

.info-two-panel .content-block p a:hover {
  color: #fff;
}

.info-two-panel .content-block ul {
  margin: 30px auto;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  max-width: 500px;
  text-align: left;
  background: #ffffff1a;
  padding: 35px 35px;
  border-radius: 20px;
}

.info-two-panel .content-block ul li {
  position: relative;
  padding: 0 0 0 34px;
  margin: 0 0 7px;
}

.info-two-panel .content-block ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 15px;
  background: #fff;
}

.f-collections-holder .f-cat-box {
  width: 16.6%;
  padding: 0 10px 35px 10px;
}

.series-holder h3 {
  font-size: 22px !important;
  margin: 5px 0 15px;
}

.series-holder .cat-container {
  position: relative;
  z-index: 1;
  padding-bottom: 95px;
  min-height: 100px;
}

.series-holder .product-button {
  position: absolute;
  bottom: 28px;
  left: 20px;
  right: 20px;
  width: auto;
  margin: 0 !important;
}

.content-block.bg-blur {
  position: relative;
  z-index: 1;
}

.content-block.bg-blur::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgb(76, 76, 76) 0%,rgb(89, 89, 89) 15%,rgb(43, 43, 43) 66%,rgb(28, 28, 28) 91%,rgb(19, 19, 19) 100%);
  opacity: 0.7;
  z-index: -1;
}

.banner-performance {
  background-image: url(/cdn/shop/t/10/assets/bg-banner-performance02.jpg);
  background-size: cover;
  background-position: 50% 90%;
  background-repeat: no-repeat;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.banner-performance::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0003;
  opacity: 0.89;
  z-index: -1;
}

.banner-performance h2 {
  font-size: 62px;
  font-weight: 900;
  line-height: 68px;
  font-style: italic;
  letter-spacing: -2.4px;
}

.section-4.make-slider {
  padding: 58px 0 44px;
}

.make-slider .div-block-5 {
  background-image: linear-gradient(90deg,#272223,rgba(39,34,35,.9) 5%,rgba(39,34,35,0) 10%,rgba(39,34,35,0) 90%,rgba(39,34,35,.9) 100%,#272223);
}

.make-slider .slick-prev,
.make-slider .slick-next {
  height: 30px;
  width: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent;
  display: flex !important;
  justify-content: cneter !important;
  align-items: center !important;
  z-index: 2;
  transition: 0.5s ease;
}

.make-slider .slick-prev:hover,
.make-slider .slick-next:hover {
  opacity: 0.6;
}

.make-slider .slick-next {
  left: auto;
  right: 0;
}

.make-slider .slick-prev:before,
.make-slider .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('chevron-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.make-slider .slick-next:before {
  background-image: url('chevron-right.svg');
}



.m-info-holder .m-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgb(19, 19, 19) 53%,rgb(19, 19, 19) 53%,rgb(96, 96, 96) 100%);
  opacity: 0.75;
}

.m-info-holder .bg-stretch {
  filter: blur(30px);
}

.m-info-holder .m-info {
  color: #fff;
  background: #272223;
  border-radius: 10px;
  padding: 32px 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.m-info-holder .m-info h2 {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: 32px;
}

.m-info-holder .m-info p:last-child {
  margin: 0;
}

.m-info-holder .m-info a {
  color: #D24135;
  transition: 0.4s ease;
}

.m-info-holder .m-info a:hover {
  color: #000;
}

.m-info-holder {
  display: flex;
  justify-content: center;
  margin: 0 0 45px;
}

/* .m-slider-holder {
  display: flex;
  justify-content: center;
  gap: 30px;
} */

.icon-slide.w-slide {
  margin: 0;
  padding: 20px;
}

.icon-slide.w-slide a {
  max-width: 110px;
  margin: 0 auto;
  transition: 0.4s ease;
}

.icon-slide.w-slide a:hover {
  opacity: 0.6;
}

.next.w-slider-arrow-left .icon-3,
.next.w-slider-arrow-right .icon-2 {
  margin-left: 0;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: auto;
  height: auto;
}

.w-slider-arrow-left, 
.w-slider-arrow-right {
  width: 40px;
  height: 40px;
  top: 67%;
	transform: translateY(-50%);
  margin-left: 0 0 0 -10px;
}

.w-slider-arrow-right {
  margin: 0 -10px 0 0;
}

.price__pricing-group .price__badges {
  background: #D24135;
  color: #fff;
  border-radius: 4px;
}

.product-single__meta a {
  text-decoration: none;
  color: #d24135;
  transition: 0.4s ease;
}

/* About us page css */
.hero-banner h1 {
  color: #fff;
}

.hero-banner.banner-about {
  background-image: url('/cdn/shop/t/10/assets/bg-hero-banner79-new.jpg?v=1717141062');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section.hero-banner.banner-select-vehicle {
  background-image: url('/cdn/shop/t/10/assets/1-hero-banner.jpg?v=1716264436');
  background-position: 50% 50%;
}

.hero-banner .header-intro-bg {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.section.hero-banner {
  min-height: 700px;
  z-index: 1;
}

.hero-banner.banner-about {
  min-height: 540px;
}

.hero-banner.banner-about .container {
  height: 540px !important;
}

.hero-banner .header-message,
.m-hero-banner .header-message {
  height: auto;
}

.hero-banner .container {
  height: 700px !important;
}

.about-panel.wf-section {
  background: #F7F4F2;
}

.about-panel .abt-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.abt-content {
  text-align: left;
  width: 50%;
  padding: 0 30px 0 0;
}

.about-panel .image-block {
  width: 50%;
  padding: 0 0 0 30px;
}

.abt-content h2 {
  color: #272223;
  margin: 0 0 25px;
}

p {
  font-size: 18px;
  line-height: 24px;
}

.white-heading-2 {
  margin: 0 0 25px;
}

.info-two-panel {
  display: flex;
}

.info-two-panel .content-block p {
  max-width: 600px;
  margin: 0 auto 35px;
  text-align: center;
}

.info-two-panel.t-wide .content-block p {
  color: #fff;
}

.info-two-panel .content-block p:last-child {
  margin: 0;
}

.info-two-panel .content-block .paragraph:last-child {
  margin: 0 !important;
}

.info-two-panel.alt .image-block {
  order: 1;
}

.info-two-panel.alt .content-block {
  order: 0;
}

.info-two-panel .content-block h2 {
  color: #fff;
}

.info-two-panel .image-block {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 700px;
}

.info-two-panel .content-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 40px 110px;
}

.info-two-panel.t-wide .content-block {
  width: 75%;
}

.instagram-section .paragraph-2.subheading {
  margin: 0;
}

.inst-wrap {
  padding: 75px 0;
  text-align: center;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.info-two-panel .bg-stretch {
  filter: blur(30px);
}

.boost-pfs-filter-product-item-image-link.boost-pfs-filter-crop-image-position-none img.lazyloaded {
  height: auto !important;
  width: 100% !important;
}
  
.info-two-panel .bg-stretch:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgb(19, 19, 19) 53%,rgb(19, 19, 19) 53%,rgb(96, 96, 96) 100%);
  opacity: 0.75;
}

.footer-link {
  transition: 0.4s ease;
  padding: 0 !important;
  margin: 0 17px;
}

.footer-link:hover {
  color: #D24135 !important;
}

.banner-footer {
  position: relative;
  z-index: 1;
  min-height: 700px;
}

.banner-footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(39, 34, 35, 0.5);
}

.banner-footer .container {
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-footer .text-wrap {
  text-align: center;
}

.banner-footer h2 {
  font-size: 58px;
  font-weight: 900;
  line-height: 60px;
  font-style: italic;
  color: #fff;
}

/* Contact us page */
.con-info {
  background: #272223;
}

.con-info .container {
  max-width: 1580px;
}

.con-info .col-wrap {
  display: flex;
  justify-content: center;
}

.con-info .c-icon {
  width: 70px;
  display: block;
  margin: 0 auto 15px;
}

.con-info .col.mail {
  width: 42%;
}

.con-info .col.phone,
.con-info .col.address {
  width: 28%;
  margin: 0;
}

.con-info .col {
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-info .t-wrap {
  text-align: center;
  padding: 75px 25px;
}

.con-info .t-wrap a,
.con-info .t-wrap address {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  font-family: rigid-square,sans-serif;
  transition: 0.5s ease;
  margin: 0;
}

.con-info .mail .t-wrap a {
 	text-transform: uppercase; 
}

.con-info .col.address,
.con-info .col.phone {
  position: relative;
  z-index: 1;
}

.con-info .col.phone::before {
  content: '';
  position: absolute;
  top: 0;
  left: -9999px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #D24135;
}

.con-info .col.address::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -9999px;
  bottom: 0;
  z-index: -1;
  background: #4D4D4C;
}

.con-info .col.address::after {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 275px 24px;
  border-color: transparent transparent #4d4d4c transparent;
}

.con-info .col.phone::after {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 275px 24px 0 0;
  border-color: #d24235 transparent transparent transparent;
}

.container {
  height: auto !important;
  padding: 0 25px !important;
}

.contact-panel {
  background: #F7F4F2;
}

.contact-panel-wrap {
  display: flex;
  padding: 85px 0;
}

.contact-panel-wrap .left-panel {
  width: 300px;
}

.contact-panel-wrap .left-panel p {
  margin: 0 0 18px;
}

.contact-panel-wrap .right-panel {
  width: calc(100% - 300px);
  padding: 0 0 0 90px;
}

.contact-panel-wrap h2 {
  color: #272223;
  margin: 0 0 25px;
}

.contact-panel-wrap .right-panel h2 {
  text-align: center;
}

/* Contact form */
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form textarea {
  height: 52px;
  border-radius: 3px;
  background: #fff;
  color: #1A1A1A;
  width: 100%;
  padding: 5px 15px;
  font-size: 16px;
}

#contact_form input[type="text"]:focus,
#contact_form input[type="email"]:focus,
#contact_form input[type="tel"]:focus,
#contact_form textarea:focus {
  border: none;
}


#contact_form textarea {
  height: 142px;
  resize: none;
  padding: 12px 15px;
}
  

#contact_form .form-field {
  margin: 0 0 12px;
}

#contact_form .form-field.submit {
  margin: 15px 0 0;
}

#contact_form input[type="submit"] {
 	width: 100%;
  text-transform: uppercase;
  text-align: center;
  background: #D24135;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 20px;
  border-radius: 3px;
  transition: 0.4s ease;
}

#contact_form input[type="submit"]:hover {
  background: #272223;
}

.errors ul {
  margin: 0;
  padding: 0 0 15px;
  overflow: hidden;
  list-style-type: none;
}

.errors ul li {
 color:  #D24135;
  margin: 0 0 3px;
}

.product-holder {
  background: #F7F4F2;
}

.product-holder .p-wrap-panel {
  padding: 70px 0;
  display: flex;
}

#shopify-section-collection-template {
  background: #F7F4F2;
}

.parallax-section.wf-section h2 {
  color: #fff;
}

.collection-header {
  background: #fff;
  padding: 36px 0;
}

.collection-header h2 {
  color: #272223;
  margin: 0;
}

.collection-header .section-header {
  margin: 0;
}

.product-holder .filter-col {
  width: 380px;
}

.product-holder .product-col {
  width: calc(100% - 380px);
}

.filter-col .title {
  font-size: 22px;
  font-weight: 700;
  color: #383838;
  display: block;
}

.tuner-holder {
  background: #F7F4F2;
  padding: 50px 0;
}

.tuner-wrap {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.tuner-wrap .image-block {
  width: 420px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tuner-wrap .content-block {
  width: calc(100% - 420px);
  background: #fff;
  color: #272223;
  text-align: left;
  padding: 65px 50px;
}

.tuner-wrap .content-block h2 {
  color: #272223;
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin: 0 0 25px;
}

.tuner-wrap .content-block .paragraph {
  color: #272223;
  text-align: left;
  max-width: 100%;
  width: 100%;
}

.state-view-holder {
  background: #F7F4F2;
  text-align: center;
  padding: 50px 0;
}

.state-view-holder h2 {
  color: #272223;
  margin: 0 0 30px;
}

.state-wrap {
  max-width: 100%;
  margin: 0 auto;
}

#map path {
  fill: #D24135;
  transition: 0.5s ease;
}

.nz path {
  fill: #D24135;
  transition: 0.5s ease;
}

.aus-map-holder a {
  transition: 0.5s ease;
}

#map a:hover path {
  fill: #272223;
}

.nz a:hover path {
  fill: #272223;
}

.aus-map-holder {
  position: relative;
  z-index: 1;
}

.nz svg {
  height: 209px;
  width: 165px;
}

.nz {
  width: 165px;
  height: 209px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.aus-map-holder text {
  fill: #fff;
  font-size: 14px;
  transition: 0.4s ease;
}

.aus-map-holder #s06 text {
  fill: #272223;
}

.blog-holder {
  background: #F7F4F2;
}

.blog-holder .pagination {
  padding: 45px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-wrap .excerpt-holder p, .b-wrap .excerpt-holder span {
  font-family: Montserrat,sans-serif !important;
  font-size: 16px !important;
}

.pagination .page a {
  color: #000;
  text-decoration: navajowhite;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}

.pagination .page a:hover {
  background: #000;
  color: #fff;
}

.pagination .page.current {
  border: 2px solid #d24135;
  background: #d24135;
  color: #fff;
}

.pagination .next a, .pagination .prev a {
  margin: 0 10px;
  text-decoration: none;
  color: #000;
  font-size: 22px;
  transition: 0.4s ease;
}

.pagination .next a:hover, .pagination .prev a:hover {
  color: #d24135;
}

.pagination .page {
  height: 36px;
  width: 36px;
  border: 2px solid #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 4px;
}

.blog-holder h2 {
  text-align: center;
  margin: 0 0 45px;
  color: #272223;
}

.blog-wrap {
  padding: 85px 0 0;
}

.blog-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.blog-list .img-holder {
  height: 220px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.blog-list li {
  width: 33.33%;
  padding: 0 13px 30px;
}

.blog-list .b-wrap {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 22px 22px 120px 22px;;
  font-size: 18px;
  position: relative;
  height: 100%;
}

.blog-list .b-wrap .excerpt-holder img {
  display: none;
}

.blog-list h3 {
  font-size: 22px;
  font-weight: 700;
  color: #383838;
  margin: 25px 0 10px;
  text-transform: uppercase;
}

.blog-list .date {
  display: block;
  font-size: 16px;
  margin: 0 0 14px;
  color: rgba(56, 56, 56, 0.7);
}

.blog-list .more-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #272223;
  text-align: center;
  padding: 12px 15px;
  border: 3px solid #272223;
  text-decoration: none;
  transition: 0.5s ease;
  border-radius: 6px;
  margin: 15px 0 0;
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
}

.product-recommendations-list .product-card__image-wrapper &gt; div {
  padding: 0 !important;
}

.product-recommendations-list .product-card__image-with-placeholder-wrapper {
  min-height: 225px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-recommendations-list .grid-view-item__image-wrapper .grid-view-item__image {
  position: static !important;
  max-height: 200px !important;
  width: auto !important;
  max-width: 100% !important;
}

.blog-list .more-link:hover {
 background: #272223;
  color: #F7F4F2;
}

.boost-pfs-filter-product-item-equal-height-auto .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-image-link {
  position: relative !important;
  padding-top: 200px !important;
}

/* collection products section */
.boost-pfs-filter-left-col {
  width: 25% !important;
}

.boost-pfs-filter-right-col {
  width: 75% !important;
  padding-left: 40px;
}

#shopify-section-collection-template-boost-pfs-filter {
  background: #F7F4F2;
  font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.boost-pfs-container-default-box.boost-pfs-filter-default-toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boost-pfs-container-default, .boost-pfs-container-default-box {
  max-width: 1420px !important;
}

.boost-pfs-filter-default-toolbar {
  background: #fff;
  border: none;
  padding: 7px 0;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
  border-radius: 0;
  margin: 0 !important;
}

.boost-pfs-filter-display-item.boost-pfs-filter-display-grid.boost-pfs-filter-display-grid-2,
.boost-pfs-filter-display-item.boost-pfs-filter-display-grid.boost-pfs-filter-display-grid-4,
.boost-pfs-filter-display-item.boost-pfs-filter-display-grid.boost-pfs-filter-display-grid-5,
.boost-pfs-filter-display-item.boost-pfs-filter-display-grid.boost-pfs-filter-display-grid-6 {
  display: none !important;
}

.boost-pfs-filter-toolbar-item .product-list-title {
  font-size: 40px;
  font-family: 'rigid-square', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.boost-pfs-filter-default-toolbar .boost-pfs-filter-toolbar-item:first-child {
	width: 50% !important;
}

.boost-pfs-filter-default-toolbar .boost-pfs-filter-toolbar-item {
  width: 50%px !important;
}

.boost-pfs-filter-default-toolbar .boost-pfs-filter-toolbar-item.boost-pfs-filter-toolbar-count {
  width: 100% !important;
  max-width: 100%;
  padding: 0 80px 0 15px !important;
}

.boost-pfs-filter-default-toolbar .boost-pfs-filter-top-display-type &gt; span {
  vertical-align: middle;
}

.boost-pfs-filter-left-col-inner {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 0;
}

.boost-pfs-container-default-box {
  padding: 0 15px !important;
}

.boost-pfs-container-default-box h3 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  margin: 0 0 20px;
}

.boost-pfs-filter-toolbar-item .boost-pfs-filter-total-product {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.boost-pfs-filter-product-item-image-link img.boost-pfs-filter-product-item-main-image {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.boost-pfs-filter-product-item-image .boost-pfs-filter-product-item-image-link img {
  margin: 0;
  max-height: 200px;
  width: auto !important;
}

.boost-pfs-filter-options-wrapper .boost-pfs-filter-option {
  padding: 20px 20px !important;
}

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
  margin: 0 !important;
  padding: 20px;
}

.boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-sale-price {
  color: #D24135 !important;
}

.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
  height: 22px !important;
  width: 22px !important;
  border-radius: 4px !important;
  top: 1px !important;
  border: 2px solid #383838 !important;
}

.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box::before {
  height: 8px !important;
  width: 12px !important;
  top: 3px !important;
  left: 3px !important; 
  transform: rotate(-45deg);
}

.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
  padding-left: 38px !important;
}

.boost-pfs-filter-wrapper {
  margin: 0 !important;
  padding: 80px 0 80px;
}

.boost-pfs-filter-option-amount {
  font-size: 15px !important;
  line-height: 25px !important;
}

.boost-pfs-filter-option-value {
  font-size: 15px !important;
}

.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
	font-size: 15px;
}

.boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-wrapper {
  width: calc(50% - 32px);
  border: 2px solid #383838 !important;
  border-radius: 5px;
  background: #F7F4F2;
font-weight: 500;
}
  

.boost-pfs-filter-option-range-amount-wrapper input.boost-pfs-filter-option-range-amount-min,
.boost-pfs-filter-option-range-amount-wrapper input.boost-pfs-filter-option-range-amount-max {
  font-weight: 500;
}

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect,
.boost-pfs-filter-option-range-slider .noUi-base {
  color: #d7d7d7 !important;
}

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle {
  border: 2px solid #383838 !important;
  background: #eaeaea !important;
}

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  background: #D7D7D7 !important;
}

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
  color: #d7d7d7 !important;
}

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
  color: #d7d7d7 !important;
}

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal .noUi-marker.noUi-marker-large {
  background: #d7d7d7 !important;
}

.noUi-value {
  color: #383838 !important;
  font-size: 13px;
  font-weight: 500;
}

.boost-pfs-filter-product-item-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.1) !important;
  overflow: visible;
  padding: 20px 20px 80px 20px !important;
}

.boost-pfs-filter-product-item-equal-height-auto .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-image {
  position: static !important;
}

.boost-pfs-filter-product-item-inner .boost-pfs-action-list-wrapper {
  position: absolute;
  bottom: 20px !important;
  width: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  left: 20px !important;
  right: 20px !important;
  z-index: 22 !important;
}

.boost-pfs-addtocart-btn {
  border-radius: 6px !important;
  text-transform: uppercase !important;
  background: transparent !important;
  color: #272223 !important;
  border: 2px solid #272223 !important;
  transition: .4s ease !important;
  height: auto !important;
  padding: 10px 15px !important;
  font-size: 18px !important;
  line-height: 20px !important;
}

.boost-pfs-addtocart-btn:hover {
  background: #272223 !important;
  color: #fff !important;
}

.boost-pfs-addtocart-btn svg {
  display: none !important;
}

.boost-pfs-addtocart-btn .boost-pfs-addtocart-btn-text {
  font-size: 16px !important;
  line-height: 20px !important;
  height: auto !important;
  font-weight: 700 !important;
  display: block !important;
  
}

.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn {
  width: 100% !important;
}

.boost-pfs-quickview-btn.boost-pfs-filter-button {
  display: none !important;
}

.bc-al-style4 .boost-pfs-action-list-wrapper .boost-pfs-addtocart-product-form {
  width: 100% !important;
}

.boost-pfs-filter-product-item-inner .boost-pfs-filter-product-item-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #383838;
  line-height: 22px;
  margin: 0 0 5px;
  text-decoration: none;
}

.boost-pfs-filter-product-item-vendor {
  font-size: 16px !important;
  display: block;
  margin: 0 0 5px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.boost-pfs-filter-product-item-image {
  padding-bottom: 24px !important;
}

.boost-pfs-filter-product-item-price {
  font-size: 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #272223 !important;
}

/* List item css */
.boost-pfs-filter-product-item-list.boost-pfs-filter-product-item-list .boost-pfs-filter-product-item-inner {
  padding: 30px 25px !important;
}

.boost-pfs-filter-product-item-list .boost-pfs-filter-product-item-price {
  margin-bottom: 12px !important;
}

.boost-pfs-filter-product-item-list {
  border-top: none !important;
  margin-top: 0 !important;
}

.boost-pfs-filter-product-item-list .boost-pfs-filter-des {
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 24px !important;
}

.sticky-nav {
  z-index: 9999 !important;
}

/* Product page */
.product-sticky-footer {
  position: fixed;
  top: -230px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  transition: 0.7s ease;
  /* height: 80px; */
  box-shadow: 0 0 3px #00000021;
}
.product-sticky-footer.active {
  top: 80px;
}

.product-sticky-footer .container {
  margin: 0 auto;
  max-width: 100% !important;
}
.product-sticky-footer .p-footer-wrap {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.p-footer-wrap .price__pricing-group .price__badges {
  display: none !important;
}
.p-footer-wrap .price--on-sale .price__sale {
  margin: 0 !important;
  justify-content: end;
}
.p-footer-wrap .left {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 60%;
}
.price--on-sale .price-item--regular {
  font-size: 16px !important;
}
.p-footer-wrap .right {
  width: 40%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.p-footer-wrap .shopify-payment-button {
  display: none !important;
}
.p-footer-wrap .product-form__cart-submit {
  margin: 0;
  background: #d24135;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 14px 25px !important;
  transition: 0.4s ease;
  border-radius: 6px !important;
}
.p-footer-wrap img {
  max-width: 80px;
}

.p-footer-wrap .product-form__cart-submit:hover {
  color: #fff !important;
  background: #8a2219 !important;
}
.p-footer-wrap .product-price {
  text-align: right;
  display: flex;
  font-size: 30px;
  color: #d24135;
  font-weight: 600;
  margin-right: 15px;
}
.p-footer-wrap .product-form__item.selector-wrapper {
  display: none;
}
.p-footer-wrap .price dd {
  margin: 0 10px !important;
}
.sticky-add-to-cart .product-form__controls-group ~ .product-form__controls-group--submit {
  margin: 0;
}
.p-footer-wrap h3 {
  color: #000;
  font-size: 18px;
  margin: 0;
}
.p-footer-wrap .product-form__item label {
  display: none;
}
.sticky-add-to-cart #Quantity-product-template {
  min-height: 44px;
  border-radius: 6px 0 0 6px;
  background: #f2f2f2 !important;
  display: none !important;
}
.p-footer-wrap .price--on-sale .price-item--regular {
  font-size: 16px !important;
}
.p-footer-wrap .product-form__item.selector-wrapper {
  display: none !important;
}
.p-footer-wrap .product-form__item {
  margin: 0 !important;
  padding: 0 !important;
}
.p-footer-wrap .product-form {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 !important;
}
.sticky-add-to-cart #shipping_sweetecom {
  display: none !important;
}
.sticky-add-to-cart .shopify-payment-button__button {
  display: none !important;
}
.smart-tabs-wrapper .smart-tabs-content-block ol {
  padding: 0 0 22px 22px;
}

.smart-tabs-wrapper .smart-tabs-content-block ul {
  margin: 15px 0 15px;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.smart-tabs-wrapper .smart-tabs-content-block ol li {
  font-size: 16px;
  margin: 0 0 8px;
}

.smart-tabs-wrapper .smart-tabs-content-block ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 8px;
  font-size: 16px !important;
}

.smart-tabs-wrappe .smart-tabs-content-block li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  height: 2px;
  width: 20px;
  background: #d24135;
}

.boost-pfs-minicart-close {
  background: #d24135 !important;
  transition: 0.4s ease;
  cursor: pointer;
}
.boost-pfs-minicart-close:hover {
  background: #aa2a1f !important;
}

.cart-subtotal {
  margin: 0 0 18px;
}

.cart__shipping a {
  border: none;
  text-decoration: none;
  color: #d24135;
  transition: 0.4s ease;
}

.cart__shipping a:hover {
  color: #000;
}

.cart__removed-product a {
  text-decoration: none;
  border: none;
  color: #000;
  opacity: 0.6;
  transition: 0.4s ease;
}

.cart__removed-product a:hover {
  opacity: 1;
}

.smart-tabs-content-wrapper a {
  text-decoration: none;
  transition: 0.4s ease;
  color: #d24135;
}

.smart-tabs-content-wrapper a:hover {
  color: #000;
}

#shopify-section-product-template {
  background: #F7F4F2;
  padding: 140px 0 60px;
}

.product-single__media-wrapper {
  width: 100% !important;
  padding: 0 0 20px;
  max-width: 100% !important;
  margin: 0 !important;
}

.product-single__thumbnail {
  margin: 0 !important;
  height: 135px !important;
  background: #fff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 20px !important;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 15px !important;
  transition: 0.4s ease;
}

.product-single__thumbnails-item {
  margin: 0 0 18px;
}

.product-single__media {
  height: 540px !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.1) !important;
  padding: 30px !important;
}

.product-single__media img {
  width: 100% !important;
  height: auto !important;
}

.product-single__media-group {
  display: flex !important;
  flex-direction: column;
}

.product-single__thumbnails {
	margin: 0 !important;
   list-style-type: none;
  display: block !important;
}

.product-single__thumbnails img {
  max-height: 100px !important;
}

.thumbnails-wrapper .product-single__thumbnails {
   display: flex !important;
}

.product-form input,
.product-form select {
  background: #fff;
  border-radius: 5px;
}

.product-featured-media {
  position: static !important;
}

.product-single__meta {
  padding: 0 0 0 55px;
}

afterpay-placement {
  margin: 0 0 0 !important;
}

.theme-truck .shipping_widget-body svg {
  width: 53px !important;
  height: 45px !important;
  margin: 0 15px 0 0 !important;
}

.product-single__meta .product__price {
  font-size: 30px;
  font-weight: 700;
  padding: 16px 0 20px;
  line-height: 34px;
}

.product-single__meta .product-single__title {
  font-size: 35px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 10px;
  color: #272223;
}

.shipping_widget-block {
  background: #FFF;
}

.afterpay-paragraph {
  font-size: 16px !important;
}

.product-single__meta .product-form__cart-submit {
  background: #d24135;
  border: 2px solid #d24135;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
}

#cross-sell {
  margin: 0 !important;
  display: none !important;
}

.product-single__meta .product-form__cart-submit:hover {
  background: #272223 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.prod-desc-holder.long-desc .desc-panel {
  display: flex;
  flex-wrap: wrap;
}

.shopify-cleanslate .DnvZqPMEvBFbBre5UuP9 {
  border-radius: 8px !important;
}

.prod-desc-holder {
  background: #fff;
  padding: 80px 0;
}

.prod-desc-holder h2 {
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 20px;
}

.prod-desc-holder .desc-panel {
  display: block;
  margin: 0 -20px;
}
.smart-tabs-content-block p {
  background: transparent !important;
}

.smart-tabs-content-block table {
  width: 100%;
}

.smart-tabs-content-block table th {
  background: #f2f2f2 !important;
}

.smart-tabs-content-block table td {
  border-bottom: 1px solid #e3e3e3;
}

.smart-tabs-content-block table tr:last-child td {
  border: none;
}

.price__compare .price-item.price-item--regular {
  font-size: 16px !important;
}

.price--on-sale .price-item--regular {
  font-size: 25px !important;
}

.desc-panel .col {
/*   width: 50%; */
  background-color: #F7F4F2;
  border-radius: 0 8px 8px 8px;
	overflow: hidden;
/*   box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.desc-panel .col-wrap {
 	width: 50%; 
  padding: 0 15px 30px;
  
}

.cart__product-information .product-details {
  margin: 8px 0 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.cart__product-information .product-details li {
  font-size: 15px;
  margin: 0 0 12px;
  position: relative;
  padding: 0 0 0 23px;
}

.cart__product-information .product-details li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 13px;
  background: red;
}

.boost-pfs-filter-load-more-total {
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
}

.boost-pfs-filter-load-more-button {
  font-size: 16px !important;
  font-weight: 700 !important;
  border: 2px solid #333 !important;
  border-radius: 5px !important;
  padding: 9px 30px !important;
  transition: 0.5s ease;
}

.boost-pfs-filter-load-more-button:hover {
  background: #333 !important;
  color: #fff !important;
}

.product-content-image-box.col {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 425px;
}

.product-content-text-box.col {
  padding: 45px 40px;
  height: 100%;
}

.product-content-text-box.col h3 {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #272223 !important;
  margin: 0 0 20px !important;
}

.product-content-text-box.col h1,
.product-content-text-box.col h2,
.product-default-desc h1,
.product-default-desc h2 {
  font-size: 35px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
  color: #272223 !important;
  margin: 0 0 20px !important;
}

.product-default-desc h1 span,
.product-default-desc h2 span {
  color: #272223 !important;
}

.new-review-form {
  background: #f7f7f7 !important;
  border-radius: 10px;
  padding: 25px 25px;
}

.new-review-form [class*=" spr-icon-"]::before {
  color: #DE2D2D;
}

.spr-button.spr-button-primary {
  background: #de2d2d !important;
  color: #fff !important;
  border: 2px solid #de2d2d !important;
}

.spr-button.spr-button-primary:hover {
  color: #de2d2d !important;
  background: transparent !important;
}

.new-review-form textarea,
.new-review-form input {
  background: #fff;
  border-radius: 6px;
  font-size: 15px;
  height: 45px;
}

.new-review-form textarea {
  height: 130px;
  resize: none;
  padding: 25px 20px;
}

#shopify-product-reviews {
  background: #fff;
  margin: 0 !important;
  padding: 75px 0;
}

#shopify-product-reviews .spr-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  border: navajowhite;
}

#shopify-product-reviews .spr-header-title {
  font-size: 35px;
  color: #272223 !important;
  text-align: center;
  margin: 0 0 45px;
}

.spr-summary-actions-newreview {
  text-decoration: none;
  background: transparent;
  border: 2px solid #DE2D2D !important;
  box-shadow: none;
  color: #DE2D2D;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 18px !important;
  border-radius: 10px;
  transition: 0.5s ease;
}

.spr-summary-actions-newreview:hover {
  background: #DE2D2D;
  color: #fff !important;
}

.spr-review-footer.rte a {
  text-decoration: none;
  border: none !important;
  color: #DE2D2D;
  font-size: 13px;
  transition: 0.4s ease;
}

.spr-review-footer.rte a:hover {
  color: #272223;
}

.product-content-text-box.col h2 {
  font-size: 28px !important;
  line-height: 34px !important;
}

.product-content-text-box.col p {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  margin: 0 0 20px !important;
}

.product-content-text-box.col ul {
  margin: 25px 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.product-content-text-box.col ul li {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 0 8px 26px;
}

.product-recommendations-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  display: flex;
  margin: 0 -10px;
}

.f-bottom-banner .heading-4.white-heading-2 {
  max-width: 1440px;
  padding: 0 10px !important;
}

.product-recommendations-list li {
  width: 25%;
  padding: 0 10px;
}

.product-recommendations-list .h4.product-card__title {
  padding: 0 15px;
  display: block;
  font-size: 18px;
line-height: 1.4;
font-weight: 600;
margin: 0 0 20px !important;
}

.product-recommendations-list .price.price--listing {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.product-recommendations-list .product-card {
  background: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.1) !important;
}

.product-recommendations-list .product-card__title {
  border: none !important;
}

.product-content-text-box.col ul li span {
  color: #000 !important;
}

.product-content-text-box.col ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  background: #DE2D2D;
  width: 15px;
}

.product-content-text-box.col a {
  text-decoration: none;
  transition: 0.5s ease;
  color: #de2d2d;
}

.product-recommendations__inner {
  padding: 0 !important;
}

.product-content-text-box.col a:hover {
  color: #333;
}

#shopify-section-product-recommendations {
  padding: 80px 0;
  background-image: url('img-our-range.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}


#shopify-section-product-recommendations::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F7F4F2 !important;
    opacity: 0.98;
    z-index: -1;
}

#shopify-section-product-recommendations h2 {
  color: #272223;
}

/* Checkout slider */
.boost-pfs-minicart-backdrop {
  background-color: rgba(0,0,0,0.7) !important;
}

.boost-pfs-minicart-item .boost-pfs-minicart-item-name a {
  text-decoration: none;
}

.boost-pfs-minicart-item .boost-pfs-minicart-item-quantity-wrapper {
  border: 2px solid #272223 !important;
  border-radius: 5px !important;
  height: 35px;
}

.boost-pfs-minicart-item .boost-pfs-minicart-item-quantity-wrapper .boost-pfs-minicart-item-quantity {
  height: 30px;
}

.boost-pfs-checkout .boost-pfs-checkout-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 6px;
  border: 2px solid #272223;
  padding: 12px 15px;
  cursor: pointer;
  transition: 0.4s ease;
  background: #272223;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.boost-pfs-checkout .boost-pfs-checkout-btn:after {
  display: none;
}

.boost-pfs-checkout .boost-pfs-checkout-btn:hover {
 background: none;
  color: #272223;
}

.boost-pfs-checkout-action .boost-pfs-viewcart a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 6px;
  border: 2px solid #272223;
  padding: 12px 15px;
  cursor: pointer;
  transition: 0.4s ease;
  background: none;
  color: #272223;
  text-decoration: none;
  text-transform: uppercase;
}

.boost-pfs-checkout-action .boost-pfs-viewcart a:hover {
 	color: #fff;
  background: #272223;
}

.boost-pfs-checkout-action .boost-pfs-viewcart a:after {
  display: none;
}

/* cart page */
#shopify-section-cart-template {
  background: #F7F4F2;
  padding: 60px 0;
}

.cart {
  max-width: 1200px;
  margin: 0 auto;
}

.cart table {
  box-shadow: 1px 1px 8px #0000001a;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
  margin: 0;
}

.cart tr {
  background: #fff;
}

.cart__row {
  border-bottom: 1px solid #d9d9d9 !important;
}

.cart th {
  padding: 14px 22px !important;
  font-size: 18px !important;
  font-family: 'rigid-square', sans-serif !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #d9d9d9;
}

.cart td {
  padding: 20px 22px !important;
	border-bottom: 1px solid #e8e4e4 !important;
}

.cart tr:last-child td {
  border: none !important;
}

.cart__product-title {
  text-decoration: none !important;
  border: none !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  transition: 0.4s ease;
}

.cart__product-title:hover {
  opacity: 0.7;
  text-decoration: none;
  border: none !important;
}

.cart__removed-product {
  font-size: 16px;
}

.cart__remove .text-link.text-link--accent {
  border: none;
  color: #d24135;
  text-decoration: none;
  background: #d24135;
  width: 38px;
  height: 26px;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  margin: 7px 0 0;
  position: relative;
  z-index: 1;
}

.cart__remove .text-link.text-link--accent:hover {
  opacity: 0.6;
}

.cart__remove .text-link.text-link--accent img {
  width: 16px;
  height: auto;
}

.cart__remove .text-link.text-link--accent:before,
.cart__remove .text-link.text-link--accent:after {
  content: "";
  height: 0;
  position: absolute;
  top: -4px;
  left: 0;
  border-bottom: 4px solid #D24135;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
}

.cart__remove .text-link.text-link--accent:after {
  top: auto;
  bottom: -4px;
  transform: scaleY(-1);
}

.cart-footer-holder {
  display: flex;
}

.cart-footer-holder .cart__footer {
  order: 1;
  padding-left: 17px;
  width: 44%;
}

.cart-footer-holder .shipping-calculator-holder {
  width: 56%;
  margin-top: 20px;
}

.shipping-calculator-holder textarea {
  background: #fff;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px #0000000a;
  height: 100px;
}

.cart .cart__footer {
  padding-top: 0;
}

.cart__bottom_holder {
  max-width: 100%;
  width: 100%;
  float: right;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  box-shadow: 1px 3px 4px rgba(0,0,0,0.1);
  border-top: 1px solid #f4f4f4;
}

.cart__shipping.rte {
  padding: 13px 0 0;
  font-size: 14px;
}

.cart-subtotal__title {
  text-transform: uppercase;
  font-weight: 600;
}

.cart-subtotal__price {
  font-weight: 600;
}

.cart__buttons-container {
  overflow: hidden;
  width: 100%;
  padding: 35px 0 0;
}

.cart__submit-controls .cart__submit {
  border-radius: 6px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border: 2px solid #d24135 !important;
  transition: .4s ease !important;
  height: auto !important;
  padding: 11px 20px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600;
  background: #d24135 !important;
  width: 100%;
}

.cart__submit-controls .cart__submit:hover {
  background: transparent !important;
  color: #d24135 !important;
}

.cart__buttons-container .text-link.text-link--accent {
  border-radius: 6px !important;
  text-transform: uppercase !important;
  background: transparent !important;
  color: #272223 !important;
  border: 2px solid #272223 !important;
  transition: .4s ease !important;
  height: auto !important;
  padding: 11px 20px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  width: 240px;
  text-align: center;
}

.cart__qty-input {
  border: 2px solid #272223;
  height: 38px;
  border-radius: 5px;
}

.cart__buttons-container .text-link.text-link--accent:hover {
  background: #272223 !important;
  color: #fff !important;
}

.cart__continue-controls {
  margin: 0 15px 0 0;
  order: 0;
}

.cart__submit-controls {
  order: 1;
}

.cart__buttons-container .btn-control-wrap {
  display: flex;
}

.cart__product-information .cart__image-wrapper {
  padding-right: 15px;
}

.cart .cart__meta {
  width: 100%;
}

.header-bg {
  top: 0;
  z-index: -1;
}

/* Shipping rates calculator */
.cbb-shipping-rates-calculator.cbb-desktop-view {
  border: none !important;
  border-radius: 10px;
  box-shadow: 1px 3px 4px #0000001a;
  padding: 30px 30px !important;
}

.cbb-shipping-rates-calculator .translatable {
  display: flex !important;
}

.cbb-shipping-rates-rate-name {
  font-size: 16px !important;
}

.cbb-shipping-rates-rate-amount {
  font-size: 16px !important;
}

.cbb-shipping-rates-calculator-cart-total,
.cbb-shipping-rates-calculator-shipping-subtotal,
.cbb-shipping-rates-calculator-cart-subtotal {
  font-size: 16px !important;
  margin: 0 0 8px;
  display: flex !important;
  justify-content: space-between;
}

.cbb-shipping-rates-error-message.translatable {
  background: transparent !important;
  font-size: 15px;
  padding: 0 !important;
}

.cbb-shipping-rates-calculator-cart-total {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #000;
}

#cbb-shipping-rates-calculator-cart-total {
  border: none !important;
}

.cbb-shipping-rates-calculator-change-shipping-address-link.translatable {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.cbb-shipping-rates-calculator-change-shipping-address {
  border: none !important;
  padding: 0 !important;
  width: 100%;
  justify-content: start !important;
  display: flex !important;
  margin: 25px 0 10px !important;
}

.cbb-shipping-rates-calculator-change-shipping-address-link.translatable {
  font-size: 16px;
  font-weight: 700 !important;
}

#cbb-shipping-rates-calculator-form input,
#cbb-shipping-rates-calculator-form select {
  background: #F7F4F2;
  width: 100% !important;
  height: 44px !important;
  padding: 4px 20px !important;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: 400;
}

#cbb-shipping-rates-calculator-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cbb-shipping-rates-calculator-form label {
  width: 100%;
}

#cbb-shipping-rates-calculator-form label:nth-child(2), #cbb-shipping-rates-calculator-form label:nth-child(3) {
  width: 48.5%;
}

.cbb-shipping-rates-calculator-update-button {
  border: 2px solid #D24135 !important;
  background: transparent !important;
  width: 100% !important;
  transition: 0.4s ease;
  margin: 16px 0 0 !important;
}

.cbb-shipping-rates-calculator-update-button:hover {
  background: #D24135 !important;
}

.cbb-shipping-rates-calculator-update-button-text.translatable {
  color: #D24135 !important;
  text-align: center;
  display: block !important;
  transition: 0.4s ease;
}

.cbb-shipping-rates-calculator-update-button:hover .cbb-shipping-rates-calculator-update-button-text.translatable {
  color: #fff !important;
}
/* Shipping rates calculator ends */

/* search */
.boost-pfs-search-suggestion-header {
  color: #272223 !important;
  font-weight: 700 !important;
  padding: 10px 12px !important;
}

.boost-pfs-search-suggestion-product-title {
  color: #272223 !important;
  font-weight: 600;
}

/* Search page */
.boost-pfs-filter-collection-header-wrapper {
  padding: 155px 0 76px !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.boost-pfs-search-result-header {
  color: #fff !important;
  font-size: 35px !important;
  line-height: 40px !important;
  margin: 0 0 10px !important;
}

.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input {
  border-radius: 8px 15px 15px 8px !important;
}

.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn {
  border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
  background: #D24135 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#boost-pfs-search-box-1:focus-visible {
  outline: none;
}
/* End search page */

.instagram-section .image-5 {
  padding: 50px 10px;
  max-width: 1440px;
}

.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  border: none;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
}

.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
  border: none !important;
  text-decoration: none !important;
  color: #272223 !important;
  transition: 0.4s ease;
  font-weight: 400 !important;
}

.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a:hover {
  color: #D24135 !important;
  font-weight: 400 !important;
}

.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a.boost-pfs-filter-sort-item-active {
  font-weight: 600 !important;
  color: #D24135 !important;
}

.grid.product-single.product-single--medium-media {
  display: flex;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  background: transparent !important;
  border: 2px solid #272223 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
  transition: 0.4s ease !important;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background: #272223 !important;
  color: #fff !important;
}

/* Slick slider */

.product-form__controls-group {
  flex-direction: column;
}

.selector-wrapper label {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 8px;
}

.product-form__controls-group select {
  font-size: 15px;
  -webkit-appearance: none!important;
  height: 44px;
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"&gt;&lt;path d="M7 10l5 5 5-5z"/&gt;&lt;/svg&gt;') !important;
  background-repeat: no-repeat;
  background-position: right 0rem top 50%, 0 0;
  background-size: 2.2em auto, 100%;
}

.price__badges.price__badges--listing {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #D24135;
  border-radius: 2px 0 0 2px;
  padding: 1px 0;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.product-single__thumbnails .slick-list {
  width: 100% !important;
}

.product-single__thumbnails .slick-track {
  margin: 0 !important;
}

.slick-list
{
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.product-form__item {
  padding-top: 10px !important;
}

form.product-form {
  padding-top: 10px;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End slick slider */

/*
.smart-tabs-navigation-links {
  display: flex !important;
  flex-direction: row;
}
*/

/* .smart-tabs-wrapper.Rte {
  padding: 0 !important;
}
 */
.p-content-wrap {
  padding: 60px 0;
}

/* Single state page */
.locations-holder .location-column {
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0,0,0,0.14);
  margin: 25px auto 0;
  overflow: hidden;
}

.locations-holder .location-column ul {
  margin: 0;
  padding: 15px 0 10px;
  list-style-type: none;
}

.locations-holder .location-column ul li {
  padding: 0 0 7px 27px;
  position: relative;
  font-size: 16px;
}

.locations-holder .location-column ul li a {
  text-decoration: none;
  color:#D24135;
  transition: 0.5s ease;
}

.locations-holder .location-column ul li a:hover {
  color: #272223;
}

.locations-holder .location-column h3.state-name {
  color: #d24135;
  margin: 0 0 10px;
  font-size: 16px;
}

.locations-holder .location-column ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  height: 2px;
  width: 15px;
  background: #272223;
}

.locations-holder .location-column .left-col p {
  margin: 0;
}

.locations-holder .location-column iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: inline-block;
  vertical-align: top;
}

.locations-holder .location-column .left-col {
  width: 50%;
}

.locations-holder .location-column .right-col {
  width: 50%;
  padding: 45px 40px;
}

.locations-holder {
  background: #F7F4F2;
  padding: 90px 0;
}

.location-info-panel {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
}

.location-info-panel h3 {
  color: #272223;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.location-info-panel .info {
  background: #fff;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 -1px 20px #00000024;
}

.location-info-panel .col {
  width: 33.33%;
  padding: 12px;
}

.location-info-panel .e-map {
  margin: 0 0 17px;
}

.location-info-panel ul {
  margin: 0;
  padding: 15px 0 10px;
  list-style-type: none;
}

.location-info-panel ul li {
  padding: 0 0 7px 27px;
  position: relative;
  font-size: 16px;
}

.location-info-panel ul li a {
  text-decoration: none;
  color:#D24135;
  transition: 0.5s ease;
}

.location-info-panel ul li a:hover {
  color: #272223;
}

.location-info-panel ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  height: 2px;
  width: 15px;
  background: #272223;
}

.locations-holder .info-holder {
  margin: 0 auto 35px;
  text-align: center;
}

.locations-holder .info-holder a {
  text-decoration: none;
  color:#D24135;
  transition: 0.5s ease;
}

.locations-holder .info-holder a:hover {
  color: #272223;
}

.locations-holder .info-holder h2 {
  color: #272223;
  margin: 0 0 20px;
}
/* End singel state page */

.menu-opener {
  display: none;
  height: 26px;
  width: 36px;
  background: #d24135;
}

#SiteNav {
  padding: 0;
  margin: 0;
}

#SiteNav .tmenu_item--root &gt; .tmenu_item_link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: 0.4s ease;
}

/* List collections */
#shopify-section-list-collections-template {
  background: #f2f2f2;
  padding: 80px 0;
}
.all-collections .grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.all-collections a.featured-card {
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.all-collections a.featured-card .featured-card__image-wrapper img {
  transition: 1.5s ease;
}

.all-collections a.featured-card:hover .featured-card__image-wrapper img {
  transform: scale(1.1);
}

.all-collections .grid__item {
  padding: 0 15px 32px;
}

.all-collections .featured-card__header {
  order: 1;
}

.all-collections .featured-card__image-wrapper {
  order: 0;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  overflow: hidden;
}

.all-collections .featured-card__header {
  order: 1;
  background: #000;
  padding: 25px;
  height: calc(100% - 280px);
}

.all-collections .h1.featured-card__title {
  color: #fff;
  font-size: 20px !important;
  line-height: 1.3 !important;
  margin: 0 0 14px;
}

.all-collections .featured-card__action {
  color: #D24135;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-right: 39px;
  transition: 0.4s ease;
}

.all-collections .featured-card__action:hover {
  padding-right: 45px;
}

.all-collections .featured-card__action:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  height: 14px;
  width: 30px;
  background-image: url('/cdn/shop/t/10/assets/icon-arrow-right-red.svg?v=1718692865');
  background-size: contain;
  background-repeat: no-repeat;
}

/* List collections ends */


/* ACCOUNT PAGES */
.template-customers-login .hero-banner { min-height: 250px; }
.template-customers-login .hero-banner w-container { height: 300px!important; }
.template-customers-login .grid &gt; .medium-up--push-one-quarter{margin: 0 auto;}
.template-customers-login .grid &gt; .medium-up--push-one-quarter .content-block.text-center{
    background-color: #fff;
    box-shadow: 0 -1px 20px #00000024;
    width: 100%;
    /* margin-top: 100px; */
    /* margin-bottom: 100px; */
    border-radius: 20px;
}
#CustomerLoginForm{width: 100%;}
#CustomerLoginForm form {width: 100%;}
#CustomerLoginForm form input{
    background: #00000014;
    width: 100%;
    height: 50px;
    border-radius: 5px;
}
#CustomerLoginForm form h1{
    color: #272223;
    font-size: 32px;
}
#CustomerLoginForm form input.btn{
background: #d24135 !important;
    border: 2px solid #d24135;
    border-radius: 8px;
    color: #fff !important;
    letter-spacing: 0;
    transition: 0.4s ease;
    position: relative;
    z-index: 1;
    height: 54px;
    margin-bottom: 20px;
    width: 100%;
  font-weight: 700;
}

#CustomerLoginForm form input.btn:hover {
  background: #272223 !important;
  color: #fff !important;
  border-color: #272223 !important;
}


.template-customers-account .page-width &gt; .grid{
  display:flex;
  flex-wrap:wrap;
}

.template-customers-account .page-width &gt; .grid .grid__item.medium-up--one-third {
  padding: 0 0 0 25px;
}

.template-customers-account .page-width &gt; .grid .grid__item.medium-up--one-third .content-block {
  padding: 32px 36px;
  background: #272223;
  color: #fff;
}

.accounts-content-holder table tr th,
.accounts-content-holder table tr td {
  border-bottom: 1px solid #00000012;
  font-size: 15px;
}

.accounts-content-holder table tr:last-child td {
  border: none;
}

#address_form_new label {
  font-size: 15px;
  font-weight: 400;
}

#address_form_new {
  background: #fff;
  max-width: 800px;
  margin: 0 auto 35px;
  width: 100%;
  padding: 40px 45px;
  box-shadow: 0 0 10px #00000017;
}

#address_form_new h2 {
  font-size: 24px !important;
}

.template-customers-account .page-width &gt; .grid .grid__item.medium-up--two-thirds .content-block {
  padding: 25px 35px;
}

.template-customers-account .page-width &gt; .grid .grid__item.medium-up--two-thirds .content-block h2 {
  font-size: 27px;
  margin: 0 0 20px;
}

.template-customers-account .page-width .content-block{
background: white;
align-items: flex-start;
width:100%;
}

.template-customers-account .page-width .content-block h2{
color: #272223;
}

.address-box-wrap .address-box form label {
  font-size: 14px;
}

.address-box-wrap .address-box form {
  font-size: 15px;
}

.template-customers-addresses .full-width.full-width--return-link {
  text-align: center;
}

.grid__item.medium-up--one-half.add-new-address p button {
  width: auto;
}

.grid__item.medium-up--one-half.add-new-address p {
  width: 100%;
  text-align: center;
}

.template-customers-addresses .grid__item {
  width: 100%;
}

.address-box-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 0 35px;
}

.address-box-wrap .address-box {
  background: #fff;
  width: calc(50% - 20px);
  box-shadow: 0 0 10px #0000001c;
  padding: 20px;
}

.template-customers-addresses .accounts-content-holder .content-block.text-center {
  padding: 0 !important;
}

/* .template-customers-addresses .page-width &gt; .grid{
    display:flex;
    margin-bottom:100px;
    flex-wrap:wrap;
} */

.template-customers-addresses .page-width .content-block{
    background: transparent;
    padding: 0;
    align-items: flex-start;
    width:100%;
}

.template-customers-addresses h2 {
  margin: 0 0 27px !important;
}

.template-customers-addresses .page-width .content-block h2{
    color: #272223;
  width: 100%;
  text-align: center;
}

.template-customers-addresses .page-width .content-block input {
    background: #00000012;
    border-radius: 5px;
}

.template-customers-order .page-width .left-col .content-block {
  padding: 36px;
  box-shadow: 0 0 10px #00000012;
}

.template-customers-order .page-width .left-col .content-block {
  padding: 36px;
}

.template-customers-order .page-width .content-block h2 {
  margin: 0 0 19px;
  font-size: 28px;
}

.accounts-content-holder .shipping-address {
  border-top: 1px solid #ffffff1c;
  width: 100%;
  margin: 14px 0 0;
  padding: 21px 0 0;
}

.template-customers-order .grid__item.medium-up--one-third.right-col {
  padding-left: 20px;
}

.template-customers-addresses .page-width .content-block select{
    background: #00000012;
    border-radius: 5px;
}

.template-customers-order .right-col .content-block {
  padding: 40px 25px;
  background: #272223 !important;
  color: #fff;
}

.template-customers-order .page-width &gt; .grid{
    display:flex;
    flex-wrap:wrap;
}

.template-customers-order .page-width .content-block{
    background: white;
    align-items: flex-start;
    width:100%;
}

.template-customers-order .page-width .content-block h2{
    color: #272223;
}

.accounts-content-holder .content-block a {
  text-decoration: none;
  color: #D24135;
  transition: 0.4s ease;
}

.accounts-content-holder .content-block a:hover {
  color: 000;
}

.template-customers-order .page-width .content-block input {
    background: #00000012;
    border-radius: 5px;
}

.banner-about.accounts .heading {
  color: #fff;
}

.template-customers-register .grid &gt; .medium-up--push-one-quarter{margin: 0 auto;}
.template-customers-register .grid &gt; .medium-up--push-one-quarter .content-block.text-center{
    background-color: #fff;
    box-shadow: 0 -1px 20px #00000024;
    width: 100%;
    /* margin-top: 200px; */
    /* margin-bottom: 100px; */
    border-radius: 20px;
}
.accounts-content-holder .content-block.text-center {
  padding: 56px 46px !important;
}
.accounts-content-holder {
  padding: 70px 0;
  background: #f2f2f2;
}
.accounts-content-holder .content-block.text-center {
  
}
#create_customer {width: 100%;}
#create_customer input{
    background: #00000014;
    width: 100%;
    height: 50px;
    border-radius: 5px;
}
.template-customers-register h1{
    color: #272223;
    font-size: 32px;
  margin: 0 0 18px;
}
#create_customer input[type="submit"]{
background: #d24135 !important;
    border: 2px solid #d24135;
    border-radius: 8px;
    color: #fff !important;
    letter-spacing: 0;
    transition: 0.4s ease;
    position: relative;
    z-index: 1;
    height: 54px;
    margin-bottom: 20px;
    width: 100%;
  font-weight: 700;
}

#create_customer input[type="submit"]:hover {
  background: #272223 !important;
  color: #fff !important;
  border-color: #272223 !important;
}

.template-customers-register .content-block.text-center .form-vertical.text-center{
    width:100%;
}

.template-customers-order .page-width a {
  color: #d24135;
}

.template-customers-account .page-width a {
  color: #d24135;
}

.template-customers-addresses .page-width a {
  color: #d24135;
}

.template-customers-addresses button {
  color: #d24135;
}

.template-customers-addresses input.btn {
    background: #d24135 !important;
    border: 2px solid #d24135;
    border-radius: 8px;
    color: #fff !important;
    letter-spacing: 0;
    transition: 0.4s ease;
    position: relative;
    z-index: 1;
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
  font-weight: 700;
  transition: 0.4s ease;
}

.template-customers-addresses input.btn:hover {
  border: 2px solid #272223;
  background: #272223 !important;
}

.template-customers-addresses button.address-new-toggle {
    background: #d24135 !important;
    border: 2px solid #d24135;
    border-radius: 8px;
    color: #fff !important;
    letter-spacing: 0;
    transition: 0.4s ease;
    position: relative;
    z-index: 1;
    height: 50px;
    margin: 0;
    width: 100%;
    transition: 0.4s ease;
}

.template-customers-addresses button.address-new-toggle:hover {
  background: #272223 !important;
  border: 2px solid #272223;
}

.template-customers-order .full-width--return-link {
  margin: 20px;
}

.template-customers-addresses .full-width--return-link {
  margin: 20px 0 0;
}

.template-customers-addresses .full-width--return-link .h1.return-link {
  color: #272223;
  text-decoration: none;
  transition: 0.4s ease;
}

.template-customers-addresses .full-width--return-link .h1.return-link:hover {
  opacity: 0.7;
}

.shopify-challenge__container {
  padding:150px;
}

.template-customers-register .hero-banner.banner-about { min-height: 320px; }
.template-customers-register .hero-banner.banner-about .w-container { height: 320px!important; }
.template-customers-login .hero-banner.banner-about .container { height: 320px!important; }
.template-customers-login .hero-banner { min-height: 320px; }
.template-customers-login .hero-banner .w-container { height: 320px!important; }
.template-customers-account .hero-banner { min-height: 320px; }
.template-customers-account .hero-banner .w-container { height: 320px!important; }
.template-customers-order .hero-banner { min-height: 320px; }
.template-customers-order .hero-banner .w-container { height: 320px!important; }
.template-customers-addresses .hero-banner { min-height: 320px; }
.template-customers-addresses .hero-banner .w-container { height: 320px!important; }

.template-customers-register .hero-banner .header-message,
.template-customers-login .hero-banner .header-message,
.template-customers-account .hero-banner .header-message,
.template-customers-order .hero-banner .header-message,
.template-customers-addresses .hero-banner .header-message {
  padding: 100px 0 50px;
}


@media (max-width: 1950px) {
  .tmenu_item_mobile .tmenu_item_link {
    font-size: 14px !important;
  }

  .s-form-wrap .white-heading-2 {
    margin: 0 0 24px;
  }

  .pay-graphic {
    margin: 40px 0 0;
  }

  .s-form-wrap {
    padding: 50px 0 55px;
    text-align: center;
  }

  #SiteNav .tmenu_item--root &gt; .tmenu_item_link {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

    .m-hero-banner.section {
      min-height: 760px; 
  }

  .m-hero-banner .header-flex {
      min-height: 760px; 
  }
}

@media (max-width: 1800px) {
  .navbar .search.w-form {
    min-width: 135px;
  }

  #SiteNav .tmenu_item--root &gt; .tmenu_item_link {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

@media (max-width: 1660px) {
  #SiteNav .tmenu_item--root &gt; .tmenu_item_link {
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .trade-link a {
    font-size: 15px;
    width: 135px;
  }

    .m-hero-banner.section {
      min-height: 660px; 
  }

  .m-hero-banner .header-flex {
      min-height: 660px; 
  }

  .hero-banner.banner-about .container {
    height: 500px !important;
  }

  .hero-banner.banner-about {
    min-height: 500px;
  }

  .hero-banner .header-message {
    padding: 100px 0 50px;
  }
}

@media (max-width: 1550px) {
    .menu .tmenu_item_link {
      font-size: 13px !important;
    }
}

@media (max-width: 1440px) {
  .product-sticky-footer.active {
    top: 60px;
  }
  .p-footer-wrap .mid {
    font-size: 22px;
  }
  #SiteNav .tmenu_item--root &gt; .tmenu_item_link {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .navbar .container-5.w-container {
    padding: 0 15px;
  }
  .header-search-wrap .h-search-opener {
    width: 36px;
  }
  .navbar .vehicle-holder {
    padding: 10px 6px;
  }
  .w-nav .vehicle-holder-wrap {
    margin-right: 12px;
  }
  .div-block-7.top-nav-left {
    width: 100px !important;
    margin-right: 10px !important;
  }
  .nav-menu {
    padding: 0 3px 0 6px;
  }
  .div-block-6.top-nav-right {
    width: calc(100% - 100px) !important;
  }

  .menu .tmenu_item_link {
    font-size: 13px !important;
  }
  
  .hero-banner .container {
    height: 600px !important;
  }
  
  .section.hero-banner {
    min-height: 600px;
  }
  
  .hero-banner.banner-about {
    min-height: 500px;
  }

  .hero-banner.banner-about .container {
    height: 500px !important;
  }
  
  .con-info .t-wrap a, 
  .con-info .t-wrap address {
    font-size: 16px;
  }
  
  .m-hero-banner.section {
      min-height: 660px; 
  }

  .m-hero-banner .header-flex {
      min-height: 660px; 
  }
  
  .banner-performance {
    min-height: 750px;
  }
  
  #shopify-section-product-template {
	padding: 95px 0 20px;
  }
  
  .product-single__meta {
    padding: 0 0 0 38px;
  }

  .trade-link a {
    font-size: 13px;
    width: 110px;
     margin-right: 5px;
     padding: 7px 5px;
  }
  .nav-menu {
    padding-left: 0 !important;
  }
}

@media (max-width: 1200px) {
  .p-footer-wrap .product-price {
    font-size: 22px;
  }
  .p-footer-wrap .product-form__cart-submit {
    font-size: 14px;
  }
  .p-footer-wrap .price dd {
    margin: 0 5px !important;
  }
  .p-footer-wrap .product-form__cart-submit {
    padding: 13px 16px !important;
    min-width: 146px;
  }
  .p-footer-wrap h3 {
    font-size: 15px;
  }
  .p-footer-wrap img {
    max-width: 70px;
  }
  .product-single__meta .product-single__title {
    font-size: 30px;
  }
    .product-sticky-footer.active {
      top: 80px;
    }
  .f-collections-holder .f-cat-box {
    width: 33.33%;
  }
  .f-categories-wrap {
    padding: 40px 0;
  }
  
    .hero-banner.banner-about .container {
      height: 400px !important;
    }
  
    .hero-banner.banner-about {
      min-height: 400px;
    }
  .icon-slide.w-slide {
    padding: 10px;
  }
  .cart__submit-controls .cart__submit,
  .cart__buttons-container .text-link.text-link--accent {
    font-size: 14px !important;
  }
  .banner-about .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .f-bottom-banner .heading-4.white-heading-2 {
    font-size: 40px;
    line-height: 45px;
  }
  .boost-pfs-filter-products .boost-pfs-filter-product-item {
    margin-bottom: 25px !important;
  }
  .nz {
    transform: scale(0.8);
  }
  
  .heading,
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
  
  .m-hero-banner .sub-heading-text {
    font-size: 25px;
    line-height: 30px;
  }
  
  .contact-panel-wrap .right-panel {
    padding: 0 0 0 36px;
  }
  
  .contact-panel-wrap h2 {
    font-size: 25px;
    line-height: 30px;
  }
  
  .banner-footer h2 {
    font-size: 45px;
    line-height: 50px;
  }
  
  .banner-footer,
  .banner-footer .container {
    min-height: 600px;
  }
  
  .vehicle-selector .find-select {
    margin: 0 15px 0 0;
  }
  
  .banner-performance {
    min-height: 600px;
  }
  
  .banner-performance h2 {
    font-size: 40px;
    line-height: 45px;
  }
  
  .product-single__media {
    height: 455px !important;
  }
  
  .boost-pfs-filter-product-item {
    padding-left: 18px !important;
  }
  
  .boost-pfs-filter-products {
    margin-left: -18px !important;
  }
  
  .boost-pfs-action-list-enabled {
    padding-bottom: 0 !important;
  }
  
  .boost-pfs-filter-product-item-list {
	margin-left: 0 !important;
  }
  
  .series-holder h3 {
	font-size: 20px !important;
  }



  /* mobile navigation */
  .navbar .container-5.w-container {
    padding: 0 15px;
  }
  .prod-desc-holder {
    padding: 50px 0;
  }
  .header-search-wrap {
    display: none;
  }
  #nav .vehicle-holder-wrap {
    display: none;
  }
  .vehicle-holder {
    width: 100% !important;
    margin: 10px 0 0 !important;
    top: 0 !important;
  }
  .vehicle-holder-wrap {
    z-index: 9999;
  }
  .vehicle-holder:before,
  .vehicle-holder:after {
    display: none;
  }
  .btn-change:hover {
    opacity: 1;
    color: #fff !important;
  }
  .vehicle {
    display: block !important;
    width: 23px;
    height: auto;
    padding: 0 !important;
  }
  #NavDrawer {
    display: block !important;
    width: 280px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
    padding: 20px 16px;
    transform: translateX(-280px);
    transition: 0.4s ease;
    overflow: visible;
    padding: 0;
  }

  #NavDrawer .drawer__inner {
    padding: 20px;
    height: 100vh;
    overflow: auto;
  }

  .body-wrapper {
    transition: transform 0.4s ease;
  }

  body.menu-active .body-wrapper {
    transform: translateX(280px);
    overflow-x: visible !important;
  }

  body.menu-active {
    height: 100vh;
    overflow: hidden;
  }

  .menu-active #NavDrawer {
    transform: translateX(-280px);
  }
  
  #NavDrawer .drawer__nav.tmenu_app_mobile {
    padding: 20px 0 0;
    margin: 0;
  }
  .drawer__nav.tmenu_app_mobile li.tmenu_item a {
    color: #000;
    transition: 0.4s ease;
  }

  .tmenu_item_mobile.tmenu_item_active &gt; .tmenu_item_link {
    color: #000 !important;
  }
  
  .drawer__nav.tmenu_app_mobile li.tmenu_item a:hover {
    color: #d24135;
  }

  .tmenu_item_mobile .tmenu_submenu {
    padding: 0 !important;
    background: #f2f2f2;
    margin: 4px 0 0 !important;
  }

  .drawer__nav.tmenu_app_mobile &gt; .tmenu_item {
    border-bottom: 1px solid #f0f0f0;
  }

  .tmenu_item_mobile &gt; .tmenu_submenu .tmenu_submenu {
    margin-top: 0 !important;
  }
  
  #NavDrawer .search-input {
    max-width: 194px;
    width: 100%;
  }
  #NavDrawer .search {
    max-width: 100%;
    margin: 0;
    position: static;
    width: 100%;
  }
  .menu-opener {
    display: block;
    height: auto !important;
    width: auto !important;
    background: #d24135;
    position: relative;
    z-index: 1;
    margin: 0 5px 0 20px;
  }

  #NavDrawer .menu-opener {
    right: 0;
    position: absolute;
    top: 0;
  }
  
  #NavDrawer .menu-opener:after,
  #NavDrawer .menu-opener:before {
    display: none !important;
  }

  #NavDrawer .menu-opener span {
    position: relative;
  }

  .menu-active #NavDrawer .menu-opener {
    right: -39px;
  }

  .menu-opener:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 36px 6px 0 0;
     border-color: #d24135 transparent transparent transparent;
  }

  .menu-opener:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 36px 6px;
    border-color: transparent transparent #d24135 transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
  }

  .menu-opener span {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 36px;
    min-width: 34px;
    vertical-align: top;
  }

  .menu-opener span:after,
  .menu-opener span:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 4px;
    right: 4px;
    height: 3px;
    background: #fff;
    transition: 0.4s ease;
  }

  .menu-opener span:after {
    transform: translateX(1px);
  }

  .menu-opener span:before {
    top: auto;
    bottom: 11px;
    transform: translateX(-1px);
  }

  .menu-active .menu-opener span:before {
    transform: rotate(45deg);
    bottom: 17px;
    left: 6px;
    right: 6px;
  }

  .menu-active .menu-opener span:after {
    transform: rotate(-45deg);
    top: 16px;
    left: 6px;
    right: 6px;
  }

  #nav .navbar.w-nav {
    transition: margin: 0.4s ease;
  }

  .menu-active #nav .navbar.w-nav {
    margin-left: 35px;
  }
  
  #nav .search.w-form {
    display: none;
  }
  #SiteNav {
    display: none !important;
  }
  .paragraph-4 {
    padding-left: 0;
  }
  .vehicle-holder .text-block {
    min-width: calc(100% - 23px);
  }
  .navbar .vehicle-holder {
    min-width: 230px;
  }
  .sticky-nav {
    padding: 10px 0 10px 5px !important;
  }
  .image-7 {
    padding-right: 0;
  }
  .vehicle-holder .text-block {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  header#nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 87%,rgba(0,0,0,0) 100%);
    opacity: 0.8;
    transition: 0.4s ease;
  }

  header#nav.black-bg::before {
    opacity: 0;
    visibility: hidden;
  }
  
  #shopify-section-list-collections-template {
    padding: 50px 0;
  }
  .all-collections .grid__item {
    padding: 0 10px 32px;
  }
  .all-collections .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .all-collections .grid__item {
    width: 50%;
  }
  .desc-panel .smart-tabs-content-block {
    padding: 25px 20px;
  }
  .boost-pfs-filter-wrapper {
    padding: 50px 0;
  }
  .vehicle-holder .text-block a {
    font-size: 14px;
  }
  .desc-panel h1 {
    font-size: 25px !important;
  }
  
  .desc-panel h2 {
    font-size: 22px !important;
  }
  
  .desc-panel h3 {
    font-size: 20px !important;
  }
  .hero-banner .header-message {
    padding: 100px 0 45px;
  }
  .f-categories-wrap {
    padding: 40px 0;
  }
  header#nav::after {
    display: none !important;
  }
  .article-content-holder {
    padding: 40px 0;
  }
  /* .navbar .container-5.w-container {
    padding: 0 15px;
  }
  .prod-desc-holder {
    padding: 50px 0;
  }
  .header-search-wrap {
    display: none;
  }
  #nav .vehicle-holder-wrap {
    display: none;
  }
  .vehicle-holder {
    width: 100% !important;
    margin: 10px 0 0 !important;
    top: 0 !important;
  }
  .vehicle-holder-wrap {
    z-index: 9999;
  }
  .vehicle-holder:before,
  .vehicle-holder:after {
    display: none;
  }
  .btn-change:hover {
    opacity: 1;
    color: #fff !important;
  }
  .vehicle {
    display: block !important;
    width: 23px;
    height: auto;
    padding: 0 !important;
  }
  #NavDrawer {
    display: block !important;
    width: 280px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 20px 16px;
    transform: translateX(-280px);
    transition: 0.4s ease;
    overflow: visible;
    padding: 0;
  }

  #NavDrawer .drawer__inner {
    padding: 20px;
    height: 100vh;
    overflow: auto;
  }

  .body-wrapper {
    transition: transform 0.4s ease;
  }

  body.menu-active .body-wrapper {
    transform: translateX(280px);
    overflow-x: visible !important;
  }

  body.menu-active {
    height: 100vh;
    overflow: hidden;
  }

  .menu-active #NavDrawer {
    transform: translateX(-280px);
  }
  
  #NavDrawer #qikify-tmenu-megamenu-0 {
    padding: 20px 0 0;
    margin: 0;
  }
  #qikify-tmenu-megamenu-0 li.tmenu_item a {
    color: #000;
    transition: 0.4s ease;
  }

  .tmenu_item_mobile.tmenu_item_active &gt; .tmenu_item_link {
    color: #000 !important;
  }
  
  #qikify-tmenu-megamenu-0 li.tmenu_item a:hover {
    color: #d24135;
  }

  .tmenu_item_mobile .tmenu_submenu {
    padding: 0 !important;
    background: #f2f2f2;
    margin: 4px 0 0 !important;
  }

  #qikify-tmenu-megamenu-0 &gt; .tmenu_item {
    border-bottom: 1px solid #f0f0f0;
  }

  .tmenu_item_mobile &gt; .tmenu_submenu .tmenu_submenu {
    margin-top: 0 !important;
  }
  
  #NavDrawer .search-input {
    max-width: 194px;
    width: 100%;
  }
  #NavDrawer .search {
    max-width: 100%;
    margin: 0;
    position: static;
    width: 100%;
  }
  .menu-opener {
    display: block;
    height: auto !important;
    width: auto !important;
    background: #d24135;
    position: relative;
    z-index: 1;
    margin: 0 5px 0 22px;
  }

  #NavDrawer .menu-opener {
    right: 0;
    position: absolute;
    top: 0;
  }

  #NavDrawer .menu-opener:before {
    display: none !important;
  }

  #NavDrawer .menu-opener span {
    position: relative;
  }

  .menu-active #NavDrawer .menu-opener {
    right: -39px;
  }

  .menu-opener:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 36px 6px 0 0;
     border-color: #d24135 transparent transparent transparent;
  }

  .menu-opener:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 36px 6px;
    border-color: transparent transparent #d24135 transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
  }

  .menu-opener span {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 36px;
    min-width: 34px;
    vertical-align: top;
  }

  .menu-opener span:after,
  .menu-opener span:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 4px;
    right: 4px;
    height: 3px;
    background: #fff;
    transition: 0.4s ease;
  }

  .menu-opener span:after {
    transform: translateX(1px);
  }

  .menu-opener span:before {
    top: auto;
    bottom: 11px;
    transform: translateX(-1px);
  }

  .menu-active .menu-opener span:before {
    transform: rotate(45deg);
    bottom: 16px;
    left: 6px;
    right: 6px;
  }

  .menu-active .menu-opener span:after {
    transform: rotate(-45deg);
    top: 16px;
    left: 6px;
    right: 6px;
  }

  #nav .navbar.w-nav {
    transition: margin: 0.4s ease;
  }

  .menu-active #nav .navbar.w-nav {
    margin-left: 35px;
  }
  
  #nav .search.w-form {
    display: none;
  }
  #SiteNav {
    display: none !important;
  }
  .paragraph-4 {
    padding-left: 0;
  }
  .vehicle-holder .text-block {
    min-width: calc(100% - 23px);
  }
  .navbar .vehicle-holder {
    min-width: 230px;
  }
  .sticky-nav {
    padding: 10px 0 10px 5px !important;
  }
  .image-7 {
    padding-right: 0;
  }
  .vehicle-holder .text-block {
    font-size: 14px;
  } */
  .nz {
    transform: scale(0.7);
  }
  
  .location-info-panel .col {
    width: 50%;
    padding: 12px;
  }
    
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  
  .m-hero-banner.section {
      min-height: 500px; 
  }

  .m-hero-banner .header-flex {
      min-height: 500px; 
  }
  
  .hero-banner .container {
    height: 500px !important;
  }
  
  .section.hero-banner {
    min-height: 500px;
  }
  
  .hero-banner.banner-about {
    min-height: 400px;
  }

  .hero-banner.banner-about .container {
    height: 400px !important;
  }
  
  .banner-footer,
  .banner-footer .container {
    min-height: 500px;
  }
  
  .con-info .col-wrap {
    flex-direction: column;
  }
  
  .con-info .col.phone, 
  .con-info .col.address {
    width: 100%;
  }
  
  .con-info .col.mail {
    width: 100%;
  }
  
  .con-info .col.address:after,
  .con-info .col.phone:after {
    display: none;
  }
  
  .con-info .col.phone:before {
    right: -9999px;
  }
  
  .con-info .col.address::before {
    left: -9999px;
  }
  
  .con-info .t-wrap {
    padding; 30px 20px;
  }
  
  .con-info .col {
    height: 210px;
  }
  
  .banner-footer h2 {
    font-size: 35px;
    line-height: 40px;
  }
  
  .submit-btn-wrap {
    width: 345px;
  }
  
  .cart__product-title {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-4 {
    padding-left: 10px;
  }

  .image-7 {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .product-sticky-footer.active {
    top: 70px;
  }
  .hero-banner .header-flex {
    justify-content: start;
  }
  .footer-link {
    font-size: 15px !important;
  }
  .cart__buttons-container .btn-control-wrap {
    flex-direction: column;
  }
  .cart__buttons-container .cart__continue-controls,
  .cart__buttons-container .cart__submit-controls {
    width: 100%;
    margin: 0;
  }
  .cart__buttons-container .text-link.text-link--accent {
    margin: 0 0 15px !important;
    width: 100%;
  }
   .banner-about .heading {
    font-size: 32px;
    line-height: 42px;
     text-align: left !important;
  }
/*   Mega menu mobile css */
/*     .nav-menu .menu {
      display: flex;
      justify-content: start;
      align-items: start;
      flex-direction: column;
    }

  .w-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    bottom: 0;
  }

  .nav-menu {
    padding: 0;
    border-radius: 0;
    position: static;
    height: 100%;
  } */
/*   Mega menu mobile css ends */
  .product-recommendations-list .h4.product-card__title {
    font-size: 16px;
  }
  .product-recommendations-list li {
    width: 50%;
    padding: 0 10px 25px;
  }
  .product-recommendations-list {
    flex-wrap: wrap;
  }
  .product-content-text-box.col h1,
  .product-content-text-box.col h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .product-content-text-box.col h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .make-image {
    min-height: 160px;
  }
  .make-slider .slick-prev, .make-slider .slick-next {
    height: 20px;
    width: 18px;
  }
  .make-slider .slick-next {
    right: -15px;
  }
  .make-slider .slick-prev {
    left: -15px;
  }
  .state-view-holder {
    padding: 20px 0 50px;
  }
 .f-collections-holder .f-cat-box {
    padding: 0 8px 20px;
  } 
  
  .f-categories-wrap {
    padding: 50px 0;
  }
  
  .black-header {
    margin: 10px 0 22px;
  }
  
  .f-collections-holder .cat-container {
    width: 100%;
  }
  
  .banner-performance {
    min-height: 500px;
  }
  
  .banner-performance h2 {
    font-size: 35px;
    line-height: 40px;
  }
  
  .tuner-wrap .image-block {
    width: 300px;
  }

  .tuner-wrap .content-block {
    width: calc(100% - 300px);
    padding: 45px 30px;
  }
  
  .blog-list .b-wrap {
    padding: 15px 15px 120px;
  }
  
  .blog-list li {
    padding: 0 7px;
  }
  
  .blog-list h3 {
    font-size: 18px;
  }
  
  .grid.product-single.product-single--medium-media {
    display: block;
  }
  
  .product-single .grid__item {
    float: none;
    width: 100%;
  }
  
  .product-single__media-group {
    margin: 0 0 25px;
  }
  
  .product-single__meta {
    padding: 0;
  }
  
  .product-single .grid__item {
    padding-left: 0;
  }
  
  .product-single__meta .product-single__title {
    font-size: 32px;
    line-height: 36px;
  }
  
  .grid.product-single.grid {
    margin: 0;
  }
  
  #ProductSection-product-template {
    padding: 0 25px;
  }
  
  #shopify-section-product-template {
    padding: 100px 0 20px;
  }
  
  .product-form--payment-button-no-variants {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  .product-form__item--no-variants {
    max-width: 100% !important;
  }
  
  .boost-pfs-filter-product-item-grid {
    width: 50% !important;
  }
  
  .boost-pfs-filter-left-col {
    width: 30% !important;
  }
  
  .boost-pfs-filter-right-col {
    width: 70% !important;
  }

  .empty-page-content {
    padding: 35px 20px !important;
  }

  .btn.cart__continue-btn {
    margin: 25px auto 0;
  }

  .p-footer-wrap .product-form__cart-submit {
    font-size: 14px;
  }

  .p-footer-wrap .product-price {
    font-size: 25px;
  }
  
}
  
@media (max-width: 767px) {
  .trade-link a {
    padding: 5px;
    margin-right: 0;
  }
  .not-on-sale .price-item.price-item--regular.sticky {
    font-size: 18px;
  }

  .m-info-holder .m-info h2 {
    font-size: 24px !important; 
    margin: 0 0 10px;
  }

  .m-info-holder .m-info {
        padding: 25px 25px;
  }

  .m-info-holder .container {
    padding: 0 15px !important;
  }
  
  .sticky-add-to-cart-btn {
    padding: 5px 10px;
    font-size: 14px;
  }
  .price-item.price-item--sale.sticky {
    font-size: 18px;
  }
  .price-item.price-item--regular.sticky {
    font-size: 14px;
    margin: 0 0 0 2px;
  }
  .sticky-quantity {
    font-size: 13px;
  }
  .section-404 {
    padding-top: 70px;
  }
  .section-404 .text-holder img {
    max-width: 280px;
  }
  .section-404 .text-holder h1 {
    font-size: 25px;
    margin: 0 0 6px;
  }
  .template-customers-order .grid__item {
    width: 100% !important;
  }
  .template-customers-order .right-col .content-block {
    padding: 25px 20px;
  }
  .template-customers-order .page-width .left-col .content-block {
    padding: 25px 20px !important;
  }
  .template-customers-order .grid__item.medium-up--one-third.right-col {
    padding: 20px 0 0;
  }
  #address_form_new {
    padding: 30px 20px;
  }
  .address-box-wrap .address-box {
    width: 100%;
  }
  .template-customers-account .page-width &gt; .grid .grid__item.medium-up--one-third {
    padding: 20px 0 0;
    width: 100%;
  }
  .template-customers-account .page-width &gt; .grid .grid__item.medium-up--one-third .content-block {
    padding: 29px 20px;
  }
  .template-customers-account .page-width &gt; .grid .grid__item.medium-up--two-thirds .content-block {
    padding: 25px 20px;
  }
  .template-customers-account .page-width &gt; .grid .grid__item.medium-up--two-thirds,
  .template-customers-account .page-width &gt; .grid .grid__item.medium-up--one-third {
    width: 100%;
  }
  .template-customers-register .hero-banner.banner-about { min-height: 230px; }
  .template-customers-register .hero-banner.banner-about .w-container { height: 230px!important; }
  .template-customers-login .hero-banner.banner-about .container { height: 230px!important; }
  .template-customers-login .hero-banner { min-height: 230px; }
  .template-customers-login .hero-banner .w-container { height: 230px!important; }
  .template-customers-account .hero-banner { min-height: 230px; }
  .template-customers-account .hero-banner .w-container { height: 230px!important; }
  .template-customers-order .hero-banner { min-height: 230px; }
  .template-customers-order .hero-banner .w-container { height: 230px!important; }
  .template-customers-addresses .hero-banner { min-height: 230px; }
  .template-customers-addresses .hero-banner .w-container { height: 230px!important; }
  
  .accounts-content-holder {
    padding: 35px 0;
  }
  .accounts-content-holder .content-block.text-center {
    padding: 30px 20px !important;
  }
  .boost-pfs-select-option-show-body .boost-pfs-action-list-enabled .boost-pfs-select-option-wrapper .boost-pfs-quickview-cart-form {
    max-height: calc(100vh - 56px) !important;
    overflow-y: auto !important;
  }
  .boost-pfs-checkout {
    margin-bottom: 10px;
  }
  .submit-btn-wrap.btn-vehicle-remove .remove-vehicle {
    width: 100%;
  }
  .submit-btn-wrap.btn-vehicle-remove {
    margin: 10px 0 0;
  }
  .product-sticky-footer .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .p-footer-wrap .product-price {
    font-size: 20px;
    margin-right: 5px;
  }
  
  .p-footer-wrap img {
    max-width: 60px;
  }
  .p-footer-wrap h3 {
    font-size: 14px;
  }
  .product-sticky-footer .p-footer-wrap {
    flex-direction: column;
  }
  .p-footer-wrap .left {
    width: 100%;
    margin: 0 0 8px;
  }
  .p-footer-wrap .product-form__cart-submit {
    font-size: 13px;
    padding: 11px 13px !important;
  }
  .p-footer-wrap .right {
    width: 100%;
    justify-content: space-between;
  }
  .product-sticky-footer.active {
    top: 60px;
  }
    .sticky-nav {
      padding: 5px 0 5px 5px !important;
    }
  .boost-pfs-filter-toolbar-top-mobile-inner {
    transition: 0.4s ease;
  }
  .sticky-wrap-boost-pfs-filter-toolbar-top-mobile-inner.fixed-position .boost-pfs-filter-toolbar-top-mobile-inner {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    box-shadow: 0 0 3px #0000001a;
  }
  .f-categories-wrap h2 {
    margin-bottom: 20px;
  }
  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
    background: #D24135 !important;
  }
  .boost-pfs-filter-options-wrapper .boost-pfs-filter-option {
    padding: 20px 10px !important;
  }
  .boost-pfs-filter-option-title-heading span {
    font-weight: 700;
    font-size: 15px !important;
  }
  .pay-graphic {
    margin: 35px 0 0;
  }
  #boost-pfs-filter-tree {
    order: 2 !important;
  }
  .boost-pfs-filter-filter-dropdown li {
    font-size: 14px !important;
  }
  .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li {
    padding: 5px 20px !important;
  }
  .boost-pfs-filter-default-toolbar .boost-pfs-filter-top-sorting {
    display: block !important;
    text-align: left !important;
    padding: 9px 0px 3px !important;
  }
  .f-bottom-banner .heading-4.white-heading-2 {
    font-size: 25px;
    line-height: 35px;
  }
  .footer-link {
    margin: 0 10px;
    font-size: 14px;
  }
  .locations-holder .location-column {
    flex-direction: column;
  }

  .locations-holder .location-column .right-col {
    padding: 30px 20px;
    width: 100%;
  }

  .locations-holder .location-column .left-col {
    width: 100%;
  }

  .locations-holder .location-column iframe {
    min-height: 300px;
  }
  
  #shopify-section-vehicle-search .container {
    padding: 0 10px !important;
  }
  .desc-panel h1 {
    font-size: 22px !important;
  }
  
  .desc-panel h2 {
    font-size: 20px !important;
  }
  
  .desc-panel h3 {
    font-size: 18px !important;
  }
  
  .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    padding-bottom: 0 !important;
  }
  .info-two-panel .content-block {
    padding: 40px 25px 40px !important;
  }
  .boost-pfs-filter-product-item-inner .boost-pfs-filter-product-item-title {
    font-size: 15px;
  }
  .boost-pfs-filter-toolbar-top-mobile-inner .boost-pfs-filter-tree-mobile-button button {
    border: 2px solid #000 !important;
    border-radius: 6px;
  }
  #shopify-section-collection-template-boost-pfs-filter #boost-pfs-filter-tree::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10.5px 12px 10.5px;
    border-color: transparent transparent #FFF transparent;
    transform: translateX(-50%);
    position: absolute;
    top: -12px;
    left: 50%;
  }
  #shopify-section-collection-template-boost-pfs-filter .boost-pfs-filter-mobile-style1:not(.boost-pfs-filter-stick) {
    width: 100% !important;
    margin: 0 10px 15px !important;
    box-shadow: 0 0 10px #00000017;
    position: relative !important;
    border-radius: 8px;
    background: #fff !important;
  }
  .boost-pfs-filter-option-show-search-box[type="text"] {
    height: 42px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
  }
  #shopify-section-collection-template-boost-pfs-filter {
    padding-top: 0;
  }
  .article-content-holder .article-wrap {
    padding: 30px 20px;
  }
  .article-content-holder .btn-holder .button {
    padding: 11px 25px;
    max-width: 230px;
    font-size: 15px;
  }
  .article-content-holder {
    padding: 30px 0;
  }
  .cart td {
    padding: 15px 10px !important;
  }
   .cart__product-title {
    font-size: 15px;
  }
  .cart__qty label {
    margin: 0 0 8px;
  }
  .cart__qty {
    margin-top: 15px !important;
  }
  .cart__product-information .product-details li {
    font-size: 14px;
  }
  #shopify-section-cart-template {
    background: #F7F4F2;
    padding: 35px 0;
  }
  .boost-pfs-filter-load-more-total {
    margin: 0 0 20px !important;
  }
  .boost-pfs-filter-load-more {
    padding: 10px 0 !important;
  }
  .s-form-wrap {
    padding: 30px 0 30px;
  }
  .s-form-wrap .white-heading-2 {
    margin: 0 0 25px;
  }
  .desc-panel .smart-tabs-navigation-li {
    font-size: 13px !important;
  }
  
  .info-two-panel .content-block ul {
    padding: 30px 20px;
  }
  .hero-banner.banner-about .header-message {
    padding: 100px 0 30px;
  }
  .info-two-panel .content-block {
    padding: 75px 25px 45px;
  }
  .boost-pfs-filter-load-more-total {
    margin: 0 0 20px;
  }
  .boost-pfs-filter-wrapper {
    padding: 15px 0 30px;
  }
  .exhausts-more-info {
    padding: 55px 0;
  }
  .exhausts-more-info h2 {
    font-size: 27px;
    line-height: 33px;
    margin: 0 0 20px;
  }
  .exhausts-row {
    flex-direction: column;
  }
  .spr-starrating.spr-summary-starrating,
  .spr-summary-caption,
  .spr-summary-actions {
    display: block;
    text-align: center;
    width: 100%;
  }

  .exhausts-row-full-width .text-holder,
  .exhausts-row .text-holder {
    padding: 35px 20px;
  }

  .exhausts-row-full-width .bg-img {
    height: 250px;
  }

  .exhausts-row .col.img {
    order: 0;
  }

  .exhausts-row .col {
    width: 100%;
    min-height: auto;
    order: 1;
  }

  .spr-summary-actions-newreview {
    float: none !important;
    display: inline-block !important;
    margin: 20px 0 0;
    font-size: 15px;
    padding: 9px 19px !important;
  }

#shopify-product-reviews .spr-header-title {
  font-size: 24px;
  margin: 0 0 30px;
}
  
  .product-recommendations-list .product-card__image-with-placeholder-wrapper {
    min-height: 180px;
  }
  .product-recommendations-list .grid-view-item__image-wrapper .grid-view-item__image {
    max-height: 160px;
  }
  .f-cat-box .c-img-holder {
    min-height: 180px;
  }
  .c-img-holder .product-image {
    max-height: 167px;
  }
  .product-content-text-box.col {
    padding: 38px 22px;
  }
  .product-form select {
    line-height: 1.7;
  }
  .prod-desc-holder h2 {
    font-size: 30px;
  }
  .desc-panel .col-wrap {
    width: 100%;
    padding: 0 10px 30px;
  }
  .product-single__media {
    height: 320px !important;
  }
  .product-single__media-wrapper {
    padding: 0 0 10px;
  }
  .product-single__thumbnail {
    height: 100px !important;
  }
  .product-single__thumbnails img {
    max-height: 78px !important;
  }
  .product-single__thumbnails-item {
    padding: 0 5px !important;
  }
  .product-single .product-single__media-group {
    margin: 0 0 5px;
  }
  .nz {
    transform: scale(0.5);
    bottom: -47px;
  }
  .tuner-wrap {
    flex-direction: column;
  }
  
  .tuner-wrap .image-block {
    width: 100%;
    height: 260px;
  }
  
  .tuner-wrap .content-block {
    width: 100%;
  }
  
  .heading.home-banner-heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
  }

  .banner-about .heading {
    font-size: 25px !important;
    line-height: 35px !important;
  } 
  
  .m-hero-banner .sub-heading-text {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  
  .banner-footer h2 {
    font-size: 25px;
    line-height: 35px;
  }
  
  .banner-footer,
  .banner-footer .container {
    min-height: 260px;
  }
  
  .con-info .c-icon {
    width: 48px;
  }
  
  .con-info .col {
    height: 135px;
  }
  
  .hero-banner .container {
    height: 400px !important;
  }
  
  .section.hero-banner {
    min-height: 400px;
  }
  
  .hero-banner.banner-about {
    min-height: 270px;
  }

  .hero-banner.banner-about .container {
    height: 270px !important;
  }
  
  .contact-panel-wrap {
    padding: 55px 0;
    flex-direction: column;
  }
  
  .contact-panel-wrap .left-panel,
  .contact-panel-wrap .right-panel {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  
  .contact-panel-wrap .left-panel {
    order: 1;
    padding: 40px 0 0;
  }
  
  .contact-panel-wrap .right-panel {
    order: 0;
  }
  
  .about-panel .abt-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .abt-content {
    width: 100%;
    padding: 0;
  }
  
  .about-panel .image-block {
    width: 100%;
    padding: 30px 0 0;
    max-width: 400px;
  }
  
  .info-two-panel {
    flex-direction: column;
  }
  
  .info-two-panel .image-block {
    min-height: 330px;
  }
  
  .info-two-panel.alt .image-block {
    order: 0;
  }
  
  .abt-content h2 {
    margin: 0 0 15px;
  }
  
  .m-hero-banner.section {
      min-height: 400px; 
  }

  .m-hero-banner .header-flex {
      min-height: 400px; 
    padding-top: 40px;
  }
  
  form.vehicle-selector {
    flex-direction: column;
  }
  
  form.vehicle-selector .find-select {
    width: 100%;
    margin: 0 0 15px;
  }
  
  .submit-btn-wrap {
    width: 100%;
  }
  
  .my-columns.f-collections-holder {
/*     flex-direction: column; */
  }
  
  .f-categories-wrap {
    padding: 32px 0;
  }
  
  .f-collections-holder .f-cat-box {
    width: 50%;
  }
  
  .f-collections-holder .f-cat-box {
    padding: 0 6px 15px;
  }
  
  .f-collections-holder.series-holder .f-cat-box {
  padding: 0 0 22px;
}
  
  .f-collections-holder.series-holder .f-cat-box {
    width: 100%;
  }
  
  .section-4.make-slider {
    padding: 50px 0;
  }
  
  .banner-performance {
    min-height: 400px;
  }
  
  .banner-performance h2 {
    font-size: 30px;
    line-height: 35px;
  }
  
  .info-two-panel.t-wide .content-block {
    width: 100%;
  }
  
  .blog-wrap {
    padding: 50px 0;
  }
  
  .inst-wrap {
    padding: 46px 0;
  }
  
  .blog-list {
    flex-direction: column;
  }
  
  .blog-list li {
    width: 100%;
    margin: 0 0 25px;
  }
  
  .product-single__meta .product-single__title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
  }

  .product-single__meta .product__price {
    padding: 15px 0;
  }
  
  .product-single__meta .product__price .price-item {
    font-size: 40px;
    line-height: 45px;
  }
  
  #shopify-section-collection-template-boost-pfs-filter {
    display: flex;
    flex-wrap: wrap;
  }
  
  .boost-pfs-filter-toolbar-top-mobile.boost-pfs-filter-tree-mobile-button-stick-wrapper {
    order: 1;
    width: 100%;
  }
  
  .boost-pfs-filter-default-toolbar {
    order: 0;
    margin-bottom: 25px !important;
  }
  
  .boost-pfs-filter-wrapper {
    order: 2;
  }
  
  .boost-pfs-container-default-box {
    position: relative;
    padding-right: 0 !important;
  }
  
  .boost-pfs-filter-toolbar-item.boost-pfs-filter-toolbar-type {
    position: absolute;
    top: -10px;
    right: 20px;
  }
  
  .boost-pfs-filter-toolbar-item .product-list-title {
    font-size: 30px;
    line-height: 35px;
  }
  
  .boost-pfs-filter-tree-mobile-button button,
  .boost-pfs-filter-top-sorting-mobile button {
    background: #fff !important;
    border: none !important;
    padding: 14px 18px;
  }
  
  .boost-pfs-filter-top-sorting {
    padding: 0 10px 0 20px !important;
    border: none !important;
  }
  
  .boost-pfs-filter-tree-mobile-button {
    border: none;
    padding: 0 10px 0 10px !important;
  }
  
  .boost-pfs-filter-toolbar-top-mobile.boost-pfs-filter-tree-mobile-button-stick-wrapper {
    border: none !important;
  }
  
  .boost-pfs-filter-products {
    width: 100% !important;
  }
  
  .boost-pfs-filter-product-item-list {
    width: 100% !important;
  }
  
  .boost-pfs-filter-right-col {
    width: 100% !important;
  }
  
  .series-holder h3 {
	font-size: 19px !important;
  }
  
  .cart__footer .cart__buttons-container {
    max-width: 100%;
  }
  .make-slider .slick-next {
    right: -15px;
  }
  .make-slider .slick-prev {
    left: -15px;
  }

  .locations-holder {
    background: #F7F4F2;
    padding: 60px 0;
  }

  .location-info-panel .col {
    width: 100%;
    padding: 12px;
  }

  .cart-footer-holder {
    flex-direction: column;
  }

  .cart-footer-holder .shipping-calculator-holder {
    width: 100%;
  }

  .cbb-shipping-rates-calculator.cbb-desktop-view {
    border-radius: 10px;
  }

  .cart-footer-holder .cart__footer {
    width: 100%;
    padding: 0;
  }

  .cart__bottom_holder {
    float: none;
    text-align: center;
    border-radius: 10px;
  }

  #cbb-shipping-rates-calculator-form label:nth-child(2), #cbb-shipping-rates-calculator-form label:nth-child(3) {
    width: 100%;
  }

  .cart table {
    border-radius: 10px;
  }

  .f-cat-box .product-button {
    padding: 10px 20px;
  }
}

@media (max-width: 600px) {
  .make-image {
    min-height: 125px;
  }
  #map {
    transform: scale(1.4);
  }

  .aus-map-holder {
    padding: 54px 0;
    margin: 0 0 0 -40px;
  }

  .nz {
    transform: scale(0.4);
    bottom: -58px;
    right: -34px;
  }

  .aus-map-holder text {
    font-size: 17px;
  }

  .nz text {
    font-size: 32px !important;
  }
}

@media (max-width: 479px) {
   .address-box-wrap .address-box {
    width: 100%;
  }
  .vehicle {
    margin-right: 0 !important;
  }
  header .container-5 {
    height: 45px;
  }
  .nav-logo-link {
    padding-left: 0px;
  }
  .vehicle-holder {
    position: relative !important;
    display: flex !important;
  }
  .f-cat-box .product-button {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 14px;
  }
  .nz {
    transform: scale(0.3);
    bottom: -69px;
    right: -60px;
  }
  
  .boost-pfs-filter-toolbar-item .product-list-title {
    font-size: 20px;
    line-height: 25px;
  }
  
  .boost-pfs-filter-top-display-type {
    margin: 13px 0px !important;
  }
  
  .w-button {
    height: auto;
  }
  
  .boost-pfs-filter-product-item-grid {
    width: 100% !important;
  }
  
  .boost-pfs-filter-product-item-grid.boost-pfs-action-list-enabled {
    margin-bottom: 25px !important;
  }
  
  .series-holder .cat-container {
    padding: 15px 15px 100px 15px;
  }
  
  .w-button,
  .button {
    padding: 6px 25px;
  }
  
  .cart__buttons-container .btn-control-wrap {
    flex-direction: column;
  }
  
  .cart__buttons-container .text-link.text-link--accent {
    width: 100%;
  }
  
  .cart__continue-controls {
    margin: 20px 0 0;
  }
  
  .product-single__media-wrapper {
    padding: 0 0 10px;
  }

  .product-recommendations-list .h4.product-card__title {
    font-size: 14px;
  }
  #shopify-section-product-recommendations {
    padding: 30px 0;
  }
  .prod-desc-holder {
    padding: 35px 0;
  }

  .smart-tabs-content-wrapper {
    padding: 15px;
  }

  .all-collections .grid__item {
    width: 100%;
  } 
  .all-collections .grid__item {
    padding: 0 10px 20px;
  }

    .product-sticky-footer.active {
    top: 55px;
  }

  .p-footer-wrap .product-price {
    font-size: 18px;
  }

  .p-footer-wrap .price--on-sale .price-item--regular {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 749px) {
  .responsive-table th:before, .responsive-table td:before {
    width:60%;
    text-align: left!important;    
  }
  .responsive-table th, .responsive-table td {
    padding: 5px!important;
  }
  .responsive-table .note {
    margin:0!important;
    padding:0!important;
  }
}


.product-form__controls-group button[disabled="disabled"] {
    opacity: 0.3 !important;
}

.trade-link ul.tmenu_submenu_type_flyout { width: 250px !important; }
.trade-link a.tmenu_item_link { width: auto; }</pre></body></html>