@charset "UTF-8";
/** styling glossary -

	1. global style
	2. header style
	3. footer style
	4. home style
	5. category style
	6. product style
	7. static page style
  8. account page style
  9. cart page style
*/
/* 1. global style */
body, span {
  font-family: 'Lato-Regular' !important; }

.body {
  min-height: 0; }

h1 {
  color: #ffffff;
  text-transform: uppercase !important;
  font-family: 'dinregularalternate' !important; }

h2 {
  color: #ffffff;
  text-transform: uppercase !important;
  font-family: 'dinalternate-bold' !important; }

h3 {
  color: #ffffff;
  text-transform: uppercase !important;
  font-family: 'd-din-condensed' !important; }

h4, h5, h6 {
  color: #ffffff;
  text-transform: uppercase !important;
  font-family: 'dinalternate-bold' !important; }

p {
  font-family: 'Lato-Regular' !important;
  color: #ffffff;
  font-size: 14pt;
  line-height: 150%; }

a {
  font-family: 'Lato-Bold' !important;
  color: #52B236 !important;
  text-transform: uppercase !important; }
  a:hover {
    color: #ffffff !important; }

body {
  font-family: 'Lato-Regular' !important;
  font-size: 14pt;
  line-height: 150%; }

.button--primary, span.category-link, .theme-btn-primary, .quickview,
.card_wishlist,
.custom-compare {
  font-family: 'dinalternate-bold' !important;
  color: #141515 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background-color: #76bd22 !important;
  border-color: #76bd22 !important;
  border-radius: 5px !important; }
  .button--primary:hover, span.category-link:hover, .theme-btn-primary:hover, .quickview:hover,
  .card_wishlist:hover,
  .custom-compare:hover {
    background-color: #006938 !important;
    border-color: #006938 !important;
    color: #ffffff !important; }

.button--primary, span.category-link, .theme-btn-primary, .quickview,
.card_wishlist,
.custom-compare, .card_wishlist, .custom-compare, .quickview, .theme-btn-primary, span.category-link {
  font-family: dinalternate-bold !important;
  color: #000 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background-color: #0B9447 !important;
  border-color: #0B9447 !important;
  border-radius: 5px !important; }

#button-body {
  background: #0B9447 !important;
  box-shadow: rgba(2, 6, 16, 0.2) 0px 2px 16px; }

.top50 {
  margin-top: 50px; }

/* 2. header style */
a.header-logo__link {
  padding: 10px 0 !important; }

img.header-logo-image {
  max-height: 100% !important; }
  @media screen and (max-width: 800px) {
    img.header-logo-image {
      height: 50px !important;
      max-height: none !important;
      position: relative; } }

@media screen and (max-width: 800px) {
  .header-logo-image-container::after {
    padding: 0 !important; } }

.navPages-container .navPages .navPages-list .navPages-item .navPages-action {
  font-family: 'Lato-Bold';
  text-transform: capitalize;
  font-weight: 500; }
  .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
    color: #ffffff; }

.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
  z-index: 2; }

.navPages-container .desktop-menu .navPages-list:last-child {
  display: none !important; }

@media screen and (min-width: 1024px) {
  .mobile-menu {
    display: none !important; } }

a.navUser-action:hover span.icon-shopping-cart::before {
  color: #ffffff !important; }

a.navUser-action span.icon-shopping-cart::before {
  color: #52B236 !important; }

.desktop_view {
  display: block; }
  @media screen and (max-width: 1023px) {
    .desktop_view {
      display: none; } }

.mobile_view {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile_view {
      display: block; } }

.view-quick-result-desktop a:hover {
  color: #76bd22 !important; }

div[data-event-type="promotion-click"] {
  padding: 0 25px; }

/* 3. footer style */
.klaviyo-form form.needsclick {
  padding: 0; }

.kvTDNe.kvTDNe {
  padding: 0 !important; }
  .kvTDNe.kvTDNe input[type="email"] {
    border-radius: 0 !important;
    color: #888888 !important;
    line-height: 1 !important;
    appearance: none !important;
    background-color: #222222 !important;
    border: 1px solid #333333 !important;
    height: 3rem !important;
    margin: 0 !important;
    padding: 0 40px 0 15px !important;
    transition: border-color 100ms ease-out !important; }

.jBjzuA.jBjzuA {
  padding: 0 !important;
  position: absolute !important;
  right: 14px;
  bottom: 0;
  top: 0;
  height: 22px;
  margin: auto; }
  .jBjzuA.jBjzuA button {
    font-size: 22px !important;
    color: #76bd22 !important;
    padding: 0 !important;
    width: 22px;
    height: 22px;
    text-indent: -99999px;
    background-color: transparent !important; }
    .jBjzuA.jBjzuA button:hover {
      color: #ffffff !important; }
    .jBjzuA.jBjzuA button::before {
      font-family: "icomoon";
      content: "";
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-style: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 18px; }

.trust-badge ul {
  margin: 15px auto 50px;
  list-style: none;
  display: flex;
  max-width: 240px;
  justify-content: space-between; }
  .trust-badge ul li {
    padding: 0 10px; }

@media screen and (max-width: 1023px) {
  .navPages-container.footer-menu {
    z-index: 99999999;
    position: relative;
    display: block;
    padding-top: 30px !important; } }

@media screen and (max-width: 1023px) {
  .navPages-container.footer-menu nav.navPages {
    padding: 0;
    background-color: #000; } }

@media screen and (max-width: 1023px) {
  .navPages-container.footer-menu nav.navPages li.navPages-item {
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .footer-content {
    padding-top: 10px; } }

div#instafeed .instagram_profile {
  display: none; }

div#instafeed .instagram_gallery {
  display: flex;
  width: 100%;
  max-width: 1230px;
  overflow-x: auto;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center; }
  div#instafeed .instagram_gallery > a {
    margin: 0 !important;
    width: 194.58px !important; }

/* 4. home style */
@media screen and (max-width: 600px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 24.85714rem !important; } }

a.blog-read-more:hover span {
  color: #ffffff !important;
  border-color: #ffffff !important; }

.our-story-img iframe {
  max-width: 100%; }

@media screen and (min-width: 1600px) {
  .heroCarousel .slick-arrow.slick-prev {
    left: 7%; } }

@media screen and (min-width: 1600px) {
  .heroCarousel .slick-arrow.slick-next {
    right: 7%; } }

.trending-products .productGrid .slick-list .slick-track .product .card .card-figure {
  background-color: #ffffff; }
  .trending-products .productGrid .slick-list .slick-track .product .card .card-figure .card-figcaption .card-figcaption-body {
    display: none; }

.trending-products .productGrid .slick-list .slick-track .product .card .icon--ratingEmpty svg {
  stroke: #282828; }

.trending-products .productGrid .auto-price-rating {
  justify-content: center; }

/* 5. category style */
.page-heading {
  word-break: break-all; }

.autoparts .card .card-body .card-figcaption-button-section .quickview {
  background-color: #006938 !important;
  border-color: #006938 !important; }

.autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button {
  background-color: #006938;
  border-color: #76bd22;
  color: #141515;
  margin-bottom: 10px; }
  .autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button:hover {
    background-color: #006938;
    border-color: #006938;
    color: #ffffff; }
    .autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button:hover .theme-icon::before {
      color: #ffffff !important; }
  .autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon::before {
    color: #141515; }

.autoparts .heroCarousel-description {
  line-height: normal !important; }

.quickview:hover .theme-icon::before,
.card_wishlist:hover .theme-icon::before,
.custom-compare:hover .theme-icon::before {
  color: #ffffff !important; }

.quickview .theme-icon::before,
.card_wishlist .theme-icon::before,
.custom-compare .theme-icon::before {
  color: #141515 !important; }

.quickView .form-field--increments .form-increment {
  padding: 12px 20px !important; }

.category .page-sidebar {
  padding-top: 10px; }
  @media screen and (max-width: 800px) {
    .category .page-sidebar nav {
      padding: 10px; } }

.facetedSearch-refineFilters {
  padding: 10px 15px 0; }

.inlineList--labels li .facetLabel {
  color: #333 !important; }
  .inlineList--labels li .facetLabel:hover {
    color: #76bd22 !important; }

.form-minMaxRow .form-field .button.form-input-clear {
  border-radius: 5px !important; }
  .form-minMaxRow .form-field .button.form-input-clear:hover {
    background-color: #006938 !important;
    border-color: #006938 !important;
    color: #ffffff !important; }

select#sort {
  background-image: url("../icons/chevron-down-2.svg");
  padding-right: 28px; }

.product-view-mode ul.productList .card-img-container {
  width: 100%;
  max-width: 100%;
  text-align: center; }

.listItem .listItem-body {
  width: 67%; }

a.button.list_wishlist {
  background-color: #76bd22 !important;
  border: 1px solid #76bd22 !important; }
  a.button.list_wishlist:hover {
    background-color: #006938 !important;
    border-color: #006938 !important;
    color: #ffffff !important; }
    a.button.list_wishlist:hover span:before {
      color: #ffffff !important; }
  a.button.list_wishlist span:before {
    color: #000000 !important; }

.category-header-image {
  min-height: 100px; }
  .category-header-image .category-header-image {
    height: auto;
    min-height: 100%;
    max-height: none;
    width: auto;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%);
    left: 50%;
    margin: auto;
    position: relative; }

/* 6. product style */
.theme-btn-secondary {
  font-family: 'dinalternate-bold' !important; }
  .theme-btn-secondary:hover {
    background-color: #006938 !important;
    border-color: #006938 !important;
    color: #ffffff !important; }

@media screen and (max-width: 1045px) {
  li.usp-list-item {
    width: 50%;
    margin-top: 10px; } }

@media screen and (max-width: 959px) {
  li.usp-list-item {
    display: inline-block;
    width: 50%;
    margin-bottom: 5px; } }

@media screen and (max-width: 600px) {
  li.usp-list-item {
    display: block;
    width: 100%; } }

.related-products-section {
  margin-bottom: 30px; }

option {
  font-family: sans-serif; }

.productView-options .form-wishlist .dropdown-menu-button:hover .icon svg {
  fill: #ffffff; }

.category-suggestion a {
  line-height: 32px !important;
  text-transform: capitalize !important; }

.previewCartCheckout {
  background: #3f3f42; }

.previewCart .productView-details {
  padding-top: 20px; }

.previewCart .previewCartList .previewCartItem .previewCartItem-content {
  padding-top: 15px;
  padding-bottom: 15px; }

@media screen and (min-width: 1850px) {
  .usp-list .usp-list-item .usp-element .usp-content .usp-content-main {
    font-size: 14px; } }

@media screen and (min-width: 1850px) {
  .usp-list .usp-list-item .usp-element .usp-content .usp-content-sub {
    font-size: 13px; } }

@media screen and (max-width: 350px) {
  .g-recaptcha > div {
    width: 100% !important; } }

@media screen and (max-width: 350px) {
  .g-recaptcha iframe {
    transform: scale(1);
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #fff; } }

select#rating-rate {
  line-height: normal; }

article.productView-description iframe {
  max-width: 100%; }

@media screen and (max-width: 400px) {
  .productView-images .productView-thumbnails .slick-slide {
    margin-right: 15px; } }

/* 7. static page style */
.normal-content .three-column {
  font-size: 0; }
  .normal-content .three-column .col {
    width: 33.33%;
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0; }
    @media screen and (max-width: 959px) {
      .normal-content .three-column .col {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .normal-content .three-column .col {
        width: 100%; } }
    .normal-content .three-column .col iframe {
      width: 100%;
      height: auto;
      min-height: 220px; }
    .normal-content .three-column .col.social-png {
      width: 150px;
      max-width: 33.33%; }
      .normal-content .three-column .col.social-png a:hover {
        opacity: 0.8; }

.normal-content .custom-heading {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .normal-content .custom-heading:before, .normal-content .custom-heading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: white; }
  .normal-content .custom-heading:before {
    margin-left: -51%;
    text-align: right; }
  .normal-content .custom-heading:after {
    margin-left: 0.7%; }

.social-media-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .social-media-container h3 {
    flex-wrap: wrap;
    flex-basis: 100%; }

.footer-phone svg {
  width: 20px;
  height: 20px;
  vertical-align: middle !important; }

.navUser-item--wishlist {
  border-left: 0; }

.page-content p, .page-content a {
  word-break: break-word; }

@media screen and (max-width: 1024px) {
  .go3393032375 {
    display: flex !important;
    align-items: center !important; } }

.go3393032375 [role="button"] {
  font-family: Saira;
  color: #76bd22;
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(0, 0, 255, 0);
  border: 1px solid #76bd22;
  text-transform: uppercase;
  padding: 8px 16px;
  line-height: 1; }
  .go3393032375 [role="button"]:hover {
    color: #ffffff;
    background-color: #76bd22; }

@media screen and (max-width: 1024px) {
  .go2029122802 {
    display: none !important; } }

.go2029122802 [role="button"] {
  font-family: Saira;
  color: #76bd22;
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(0, 0, 255, 0);
  border: 1px solid #76bd22;
  text-transform: uppercase;
  padding: 8px 16px;
  line-height: 1; }
  .go2029122802 [role="button"]:hover {
    color: #ffffff;
    background-color: #76bd22; }

.the-team .group {
  display: flex;
  flex-wrap: wrap; }
  .the-team .group h3 {
    width: 100%; }
  .the-team .group .box {
    width: 25%;
    max-width: 100%;
    padding: 0 10px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .the-team .group .box {
        width: 50%; } }
    .the-team .group .box p {
      font-size: 16px;
      text-transform: capitalize; }

@media (min-width: 801px) {
  .blog .blog-thumbnail {
    margin-right: 50px; } }

@media screen and (max-width: 1023px) {
  body.blog {
    padding-top: 120px !important; } }

/* 8. account page style */
span#alertBox-message-text {
  color: #141515;
  line-height: normal; }

.auto-price-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center; }
  .auto-price-rating .card-text.product-price {
    margin-bottom: 0;
    min-height: 44px;
    align-items: center;
    flex-wrap: wrap; }
  .auto-price-rating p.card-text.product-rating {
    margin-bottom: 0;
    padding-bottom: 6px; }

.paymentMethod-row:first-child {
  background-color: #222; }

@media screen and (max-width: 550px) {
  form[data-payment-method-form] a.button {
    margin-top: 0 !important; } }

/* 9. cart page style */
@media screen and (max-width: 378px) {
  .cart-item-figure {
    width: 100%; } }

@media screen and (max-width: 378px) {
  .cart-item-figure img.cart-item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none; } }

@media screen and (max-width: 767px) {
  body.cart .cart-actions .button {
    float: right;
    width: 60%;
    max-width: 60%; } }

@media screen and (max-width: 600px) {
  body.cart .cart-actions .button {
    width: 100%;
    max-width: 100%; } }

body.cart .definitionList .definitionList-value {
  vertical-align: top; }

td.cart-item-block.cart-item-figure {
  padding: 15px 0; }

#harvest-formula .form-field, #harvest-formula .form-actions {
  max-width: 300px; }

#harvest-formula .form-actions {
  clear: both;
  margin: 10px 10px 25px;
  text-align: left; }

.harvest-results {
  display: none; }
  .harvest-results p {
    color: #52b236 !important; }

body.cart .cart-totals .cart-total .cart-total-value button {
  color: #0B9447 !important; }

#recommended-products .product-box {
  width: 300px;
  margin-top: -30px; }
  #recommended-products .product-box .card-title {
    min-height: auto; }
  #recommended-products .product-box .auto-price-rating {
    text-align: left; }
  #recommended-products .product-box .card-img-container:after {
    padding: 0; }

#result-container {
  display: flex;
  justify-content: space-between;
  text-align: left; }
  @media screen and (max-width: 959px) {
    #result-container {
      flex-direction: column; } }
  @media screen and (min-width: 960px) {
    #result-container #result-lt {
      margin-right: 1rem; } }
  #result-container #result-rt {
    display: none; }
    #result-container #result-rt h3 {
      margin-top: 0; }

/* 8. account page style */
.createaccount_thanks p {
  word-break: break-all; }

body.wishlist .card-figcaption-button-section a.button {
  margin: 0 auto !important;
  display: table !important; }

.category .category-description .category-description-content p {
  margin-bottom: .8rem; }

@media screen and (max-width: 930px) {
  .header-bottom-global {
    padding-top: 20px; } }

@media screen and (max-width: 600px) {
  .category .category-banner .category-banner-title .page-heading {
    font-size: 23px; }
  .category .category-banner.with-cat-img .category-banner-title {
    width: 90%; } }

.category .category-description .category-description-content p {
  font-size: 15px; }

.two-col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.two-col-wrap .two-col {
  width: 100%;
  max-width: 48%; }

@media screen and (max-width: 800px) {
  .two-col-wrap .two-col {
    max-width: 100%; } }

/*------------------------------
       Homepage Styles;
----------------------------*/
.usp-list {
  flex-wrap: wrap !important; }

.usp-list .usp-list-item {
  flex: initial !important; }

.usp-list .usp-list-item {
  width: 100% !important;
  max-width: 365px;
  display: block;
  margin-bottom: 15px; }

/*------------------------------
       Gen Table Styles
----------------------------*/
@media screen and (max-width: 1200px) {
  table.mob-scroll {
    overflow-x: scroll; } }

/*------------------------------
       About Page Styles
----------------------------*/
.two-col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.two-col-wrap .box {
  width: 100%;
  max-width: 48%; }

@media screen and (max-width: 900px) {
  .two-col-wrap .box {
    max-width: 100%; } }

/*------------------------------
     Product Tab Styles
------------------------------*/
#tab-specifications dt, #tab-specifications dd {
  font-size: 14px !important; }

.productView-description h3 {
  margin: 0 auto 20px; }

/*------------------------------
     Chat Widget Styles 
------------------------------*/
#fc_frame.h-open-container {
  z-index: 99999999999 !important; }

#button-body {
  background: #0B9447 !important;
  box-shadow: rgba(2, 6, 16, 0.2) 0px 2px 16px; }

/*------------------------------
     Flag widget Styles 
------------------------------*/
#zonos > .z-flag {
  bottom: 0 !important; }

/*------------------------------
     Sitemap Page Styles 
------------------------------*/
.sitemap-list li:last-child a {
  font-size: 15px; }

/*------------------------------
    Faq Page Styles 
------------------------------*/
.faq-page-wrapper .faq-content-wrap {
  margin: 0 auto 40px;
  border-bottom: 1px solid #353535; }

.faq-page-wrapper .faq-content {
  display: none; }

.faq-page-wrapper .faq-content-wrap h2 {
  margin: 0 auto;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  color: #0B9447 !important; }

.faq-page-wrapper .faq-content-wrap h2:after {
  content: '\f078';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }

.faq-page-wrapper .faq-content-wrap h2.faq-open:after {
  content: '\f077'; }

@media screen and (max-width: 650px) {
  .faq-page-wrapper .faq-content-wrap {
    margin: 0 auto 30px; }
  .faq-page-wrapper .faq-content-wrap h2 {
    font-size: 22px; }
  .faq-content-wrap .faq-content p {
    font-size: 16px; } }

/*------------------------------
    Category Table Styles  
------------------------------*/
.cat-table-wrap {
  overflow-x: scroll; }

.cat-table-wrap img {
  display: block;
  width: auto;
  min-width: 850px; }

/*------------------------------
    Wet vs. Dry Trimming Styles  
------------------------------*/
.two-col-wrap .wdt-img-col {
  width: 100%;
  max-width: 30%;
  margin: 0 0 20px 0; }

.two-col-wrap .wdt-col {
  width: 100%;
  max-width: 64%;
  margin: 0 0 20px 0; }

.two-col-wrap .wdt-col img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

@media screen and (max-width: 800px) {
  .two-col-wrap .wdt-col {
    max-width: 100%; }
  .two-col-wrap .wdt-img-col {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0; }
  .two-col-wrap .wdt-col.mob-order-one {
    order: 1; }
  .two-col-wrap .wdt-col.mob-order-two {
    order: 2; } }

/*------------------------------
    Footer Styles 
------------------------------*/
.footer-content .footer-content-left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.footer-content .footer-content-left ul li {
  display: block;
  width: 100%;
  max-width: 47%;
  text-align: left; }

.footer-content .footer-content-left ul li:first-child {
  padding-top: 12px; }

.footer-content-right address i {
  font-size: 24px; }

.footer-content-right address svg, .footer-content-right address i {
  display: inline-block;
  margin-right: 15px; }

.footer-content-right address {
  margin-bottom: 20px; }

.footer-menu ul.navPages-list {
  text-align: center; }

.footer-menu li.navPages-item {
  display: inline-block;
  margin: 0 10px !important; }

.footer-menu li.navPages-item a {
  position: initial !important; }

.footer-content .footer-content-right {
  width: 48%; }

.footer-content .theme-newsletter h5 {
  margin-top: 0; }

@media screen and (min-width: 1366px) {
  .footer-content .footer-content-left ul {
    max-width: 100%; } }

@media screen and (min-width: 1024px) {
  .footer-content .footer-content-left {
    width: 35%; }
  .footer-content .footer-content-middle {
    width: 35%; }
  .footer-content .footer-content-left ul {
    max-width: 100%; }
  .footer-content .footer-content-right {
    text-align: left !important;
    width: 30%; } }

@media screen and (max-width: 767px) {
  .footer-content .footer-content-middle {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .footer-content .footer-content-left {
    width: 48%; } }

@media screen and (max-width: 600px) {
  .footer-content .footer-content-left {
    width: 98%;
    text-align: center; }
  .footer-content .footer-content-right {
    width: 98%;
    text-align: left !important; }
  .footer-content .footer-content-left ul li {
    text-align: left; }
  .footer-content .footer-content-middle {
    margin-top: 0; } }

body.category .two-col-wrap {
  align-items: initial; }

/*------------------------------
  Contact Page Styles 
------------------------------*/
.contact-page-col-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.contact-page-col-sec .contact-map-area {
  width: 100%;
  max-width: 43%;
  padding-top: 30px; }

.contact-page-col-sec .contact-map-area iframe {
  width: 100%;
  height: 100%;
  min-height: 300px; }

.contact-page-col-sec .contact-form-area {
  width: 100%;
  max-width: 53%; }

@media screen and (max-width: 900px) {
  .contact-page-col-sec .contact-map-area {
    max-width: 100%;
    margin-bottom: 20px; }
  .contact-page-col-sec .contact-form-area {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 900px) {
  .contact-page-col-sec .contact-map-area iframe {
    width: 100%;
    height: 100%;
    min-height: 250px; } }

.blog-post-body .blog-post li {
  font-size: 14pt; }

/*------------------------------
  Error Page Styles 
------------------------------*/
body.template-404 .header-bottom-global {
  display: none; }

.error-page-breadcrumbs {
  margin: 0 auto 30px; }

.error-page-breadcrumbs .breadcrumbs {
  text-align: center; }

.error-page-breadcrumbs .breadcrumbs a {
  color: #fff !important; }

.error-page-header {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  height: 400px;
  background: url("https://cdn11.bigcommerce.com/s-dbddnsl0co/product_images/uploaded_images/untitled-1.png") center no-repeat;
  text-align: center;
  position: relative;
  background-size: contain; }

.error-page-header h1 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 19%;
  letter-spacing: normal; }

.error-page-content p {
  text-align: center;
  font-size: 20px; }

.error-page-content .error-cta-list {
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 700px; }

.error-page-content .error-cta-list li {
  list-style-type: none;
  display: inline-block;
  margin: 0 8px 20px; }

.error-page-content .error-cta-list li a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #000 !important;
  padding: 8px 15px;
  background: #76bd22;
  border-radius: 3px; }

@media screen and (max-width: 1200px) {
  .error-page-header {
    height: 350px; }
  .error-page-header h1 {
    font-size: 27px; } }

@media screen and (max-width: 1023px) {
  .error-page-header {
    height: 265px; }
  .error-page-header h1 {
    font-size: 22px; } }

@media screen and (max-width: 570px) {
  .error-page-header {
    height: 220px; }
  .error-page-header h1 {
    font-size: 18px; } }

@media screen and (max-width: 479px) {
  .error-page-header {
    height: 180px; }
  .error-page-header h1 {
    font-size: 14px; } }

/*-------------------------------
  Back To Top Button
-------------------------------*/
html {
  scroll-behavior: smooth; }

.back-top-btn {
  width: 40px;
  height: 40px;
  background-color: #0B9447 !important;
  color: #fff !important;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  position: fixed;
  bottom: 135px;
  z-index: 999;
  right: 20px;
  visibility: hidden;
  opacity: 0; }

.back-top-btn.show {
  opacity: 1;
  visibility: visible; }

/*-------------------------------
Video Styles Button
-------------------------------*/
.our-story-img video {
  display: block;
  width: 100%; }

.prod-video-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.prod-video-sec video {
  width: 100%;
  max-width: calc(50% - 2%);
  margin: 0 1%;
  border: 1px solid #fff; }

@media screen and (max-width: 750px) {
  .prod-video-sec video {
    max-width: calc(100% - 2%);
    padding-bottom: 20px;
    margin-bottom: 20px; } }

.mighty-python-image {
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 801px) {
    .mighty-python-image {
      padding-top: 55px;
      padding-bottom: 55px; } }

.text-transform-uppercase {
  text-transform: uppercase; }

.information-title {
  font-size: 21pt; }
  @media (min-width: 801px) {
    .information-title {
      font-size: 30px;
      margin-top: 0; } }

.python-product-info-wrap {
  padding-bottom: 40px; }

.python-product-info-wrap, .specs-table-full-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .python-product-info-wrap > div, .specs-table-full-wrapper > div {
    width: 100%; }
    @media (min-width: 801px) {
      .python-product-info-wrap > div, .specs-table-full-wrapper > div {
        width: 50%; } }
  @media (min-width: 801px) {
    .python-product-info-wrap, .specs-table-full-wrapper {
      margin-left: -12px;
      margin-right: -12px; }
      .python-product-info-wrap > div, .specs-table-full-wrapper > div {
        padding: 0 12px; } }

.product-description-area table {
  font-size: 12px; }
  .product-description-area table th, .product-description-area table td {
    text-align: left; }
  @media (min-width: 801px) {
    .product-description-area table {
      font-size: 16px;
      margin: 30px 0 40px; } }
  .product-description-area table th {
    font-weight: 700;
    background-color: #3f3f3f;
    text-transform: uppercase;
    color: #52b236; }

.mighty-python-page-wrap .section-title .section-heading {
  font-family: "dinregularalternate" !important;
  font-weight: 400; }

.product-btns-info-wrap a, .product-btns-info-wrap .button {
  color: #fff !important;
  text-transform: initial !important;
  font-size: 12px;
  font-family: "dinregularalternate" !important;
  font-weight: 400; }
  @media (min-width: 801px) {
    .product-btns-info-wrap a, .product-btns-info-wrap .button {
      font-size: 14px; } }
  @media (min-width: 1025px) {
    .product-btns-info-wrap a, .product-btns-info-wrap .button {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    .product-btns-info-wrap a, .product-btns-info-wrap .button {
      font-size: 18px; } }
  @media (min-width: 1850px) {
    .product-btns-info-wrap a, .product-btns-info-wrap .button {
      font-size: 22px; } }

.light-black-bg {
  background-color: #222222; }

.btns-center-wrap {
  padding: 40px 0 25px;
  text-align: center; }

.mighty-python-faq {
  padding-bottom: 40px; }

.sin-mighty-faq-wrap {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #b3b3b3;
  font-size: 14pt; }
  @media (min-width: 801px) {
    .sin-mighty-faq-wrap {
      font-size: 18px; } }
  .sin-mighty-faq-wrap .sin-mighty-que-wrap {
    cursor: pointer;
    position: relative;
    padding-right: 30px; }
    .sin-mighty-faq-wrap .sin-mighty-que-wrap:after {
      content: '\f067';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      color: #76bd22; }
    .sin-mighty-faq-wrap .sin-mighty-que-wrap.faq-open:after {
      content: '\f068'; }
  .sin-mighty-faq-wrap .sin-mighty-ans-wrap {
    display: none;
    padding-top: 20px;
    color: #b3b3b3; }

.download-sheet-wrap {
  text-align: center;
  padding: 15px 0 40px; }
  .download-sheet-wrap a {
    color: #fff !important;
    text-transform: initial !important;
    font-size: 12px;
    font-family: "dinregularalternate" !important;
    font-weight: 400; }
    @media (min-width: 801px) {
      .download-sheet-wrap a {
        font-size: 14px; } }
    @media (min-width: 1025px) {
      .download-sheet-wrap a {
        font-size: 16px; } }
    @media (min-width: 1261px) {
      .download-sheet-wrap a {
        font-size: 18px; } }

.mighty-python-specs-table-wrap {
  padding-bottom: 40px; }

.specs-table-wrap table {
  font-size: 12px; }
  .specs-table-wrap table td {
    text-align: left;
    text-transform: uppercase;
    border-color: #52b236; }
  @media (min-width: 801px) {
    .specs-table-wrap table {
      font-size: 14px;
      margin: 30px 0 40px; } }
  .specs-table-wrap table tr td:first-child {
    font-weight: 700;
    border-right: none; }
  .specs-table-wrap table tr td:nth-child(2) {
    border-left: none; }

.gallery-images-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-left: -11px;
  margin-right: -11px; }
  .gallery-images-wrap > div {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 11px; }
    @media (min-width: 801px) {
      .gallery-images-wrap > div {
        width: 25%;
        margin-bottom: 0; } }

.gallery-common-wrap a {
  display: block;
  position: relative;
  padding-bottom: 66.666667%; }
  .gallery-common-wrap a img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }

.gallery-videos-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-left: -11px;
  margin-right: -11px; }
  .gallery-videos-wrap > div {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 11px; }

.gallery-video-wrap {
  position: relative; }

.video-img-wrap img {
  display: block;
  width: 100%;
  object-fit: cover; }

.video-play-icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.features-benefits-main-wrap {
  padding-bottom: 40px; }

.sin-features-benefits-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px; }
  .sin-features-benefits-wrap > div {
    width: 100%;
    margin-bottom: 10px; }
  @media (min-width: 801px) {
    .sin-features-benefits-wrap {
      padding-bottom: 0;
      align-items: stretch; }
      .sin-features-benefits-wrap.row-reverse {
        flex-direction: row-reverse; }
      .sin-features-benefits-wrap > div {
        width: 50%;
        margin-bottom: 0; } }

.sin-features-benefits-content-wrap {
  text-align: center;
  padding: 5%;
  background-color: #000000; }
  @media (min-width: 801px) {
    .sin-features-benefits-content-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .sin-features-benefits-content-wrap .sin-features-title-wrap {
    margin-top: 0;
    color: #76bd22;
    font-size: 16pt;
    letter-spacing: 0;
    font-family: "dinregularalternate" !important; }
    @media (min-width: 801px) {
      .sin-features-benefits-content-wrap .sin-features-title-wrap {
        font-size: 18px; } }
    @media (min-width: 1025px) {
      .sin-features-benefits-content-wrap .sin-features-title-wrap {
        font-size: 22px; } }
    @media (min-width: 1850px) {
      .sin-features-benefits-content-wrap .sin-features-title-wrap {
        font-size: 26px; } }
  .sin-features-benefits-content-wrap .sin-features-desc-wrap {
    line-height: 1.6;
    font-size: 14pt; }
    @media (min-width: 801px) {
      .sin-features-benefits-content-wrap .sin-features-desc-wrap {
        font-size: 18px; } }

.sin-features-benefits-img-wrap {
  background-color: #ffffff;
  text-align: center; }

.schedule-demo-wrap {
  text-align: center;
  padding-bottom: 40px; }

@media (min-width: 801px) {
  .sin-features-benefits-img-wrap img {
    display: block;
    width: 100%;
    object-fit: cover; } }

.section-sub-heading {
  font-family: "dinregularalternate" !important;
  font-weight: 400;
  text-transform: capitalize !important;
  text-align: center;
  margin-top: 0;
  color: #76bd22;
  font-size: 16pt;
  letter-spacing: 0; }
  @media (min-width: 801px) {
    .section-sub-heading {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .section-sub-heading {
      font-size: 22px; } }
  @media (min-width: 1261px) {
    .section-sub-heading {
      font-size: 24px; } }

.mighty-python-comparison-table {
  padding-top: 40px;
  padding-bottom: 45px; }

.cd-products-comparison-table {
  background-color: #3e3e3e;
  padding: 40px 0 0;
  max-height: 780px; }
  .cd-products-comparison-table ul {
    list-style: none;
    margin-bottom: 0; }
  .cd-products-comparison-table .features > .top-info, .cd-products-comparison-table .features > .cd-features-list {
    text-transform: uppercase; }
  @media (min-width: 1170px) {
    .cd-products-comparison-table {
      max-height: 700px; } }

.cd-products-table {
  text-align: center;
  position: relative;
  overflow: hidden; }

.features, .product {
  padding: 0 5px; }

.cd-features-list {
  margin: 0; }

.features .cd-features-list li, .product ul.cd-features-list li {
  text-overflow: ellipsis;
  overflow: hidden; }

.cd-products-table .features {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 170px; }

.cd-products-table .features .top-info {
  width: 170px;
  cursor: auto; }

.features .cd-features-list li, .cd-products-table .features .top-info, .product ul.cd-features-list li {
  padding: 12px 10px; }

.cd-products-table .top-info {
  position: relative;
  text-align: center;
  padding: 12px 10px;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s; }

.cd-products-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.cd-products-columns {
  min-width: 1055px;
  margin-left: 170px;
  width: auto !important;
  display: flex;
  justify-content: space-around; }

.cd-products-columns .product {
  position: relative;
  float: left;
  width: 175px;
  text-align: center;
  -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s;
  -moz-transition: opacity .3s,visibility .3s,-moz-transform .3s;
  transition: opacity .3s,visibility .3s,transform .3s; }

.cd-products-table {
  font-size: 16px; }
  .cd-products-table .bold-large {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Lato-Regular' !important; }
  .cd-products-table .bg-dark {
    background-color: #222; }
  .cd-products-table .title-bg {
    background-color: #79797a; }

.cd-products-table .top-info, .features ul li, .product ul.cd-features-list li {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.bg-primary {
  background-color: #76bd22; }

.product.selected {
  font-weight: 700; }
  .product.selected .top-info {
    font-size: 18px; }
  .product.selected .top-info, .product.selected ul li {
    color: #76bd22; }
  .product.selected .bg-primary {
    color: #222; }
  .product.selected > .top-info, .product.selected > ul {
    background-color: #222; }

.product .small-font-size {
  font-size: 13px; }

span.mob-fixed-col {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: -12px;
  margin-bottom: -12px; }

.mob-fixed-col {
  background-color: #3e3e3e; }

.table-border-bottom {
  position: relative; }
  .table-border-bottom:after {
    position: absolute;
    content: '';
    height: 1px;
    left: 15px;
    width: calc(100% - 30px);
    background-color: #79797a;
    bottom: 0; }

.comparison-table-heading-data {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
  max-width: 732px; }

.comparison-table-logo-wrap {
  padding: 20px; }

.comparison-table-title-wrapper {
  color: #76bd22;
  font-size: 13pt;
  text-transform: uppercase; }
  @media (min-width: 481px) {
    .comparison-table-title-wrapper {
      font-size: 24px; } }
  @media (min-width: 801px) {
    .comparison-table-title-wrapper {
      font-size: 26px; } }
  @media (min-width: 1025px) {
    .comparison-table-title-wrapper {
      font-size: 28px; } }
  @media (min-width: 1850px) {
    .comparison-table-title-wrapper {
      font-size: 32px; } }

.table-prd-img-wrapper {
  height: 150px; }
  @media (min-width: 951px) {
    .table-prd-img-wrapper {
      display: flex;
      align-items: self-end; } }

.cd-products-table {
  top: -60px; }

@media (min-width: 951px) {
  .features .cd-features-list li, .cd-products-table .features .top-info {
    letter-spacing: 1px; }
  .cd-products-columns {
    margin-left: 170px; }
  .cd-products-table {
    top: -150px; } }

.key-features-image-wrapper {
  padding-bottom: 40px;
  text-align: center; }
  .key-features-image-wrapper img {
    max-width: 100%;
    height: auto; }

.key-features-controls-data-wrap .sin-data-wrapper-key-container {
  display: none;
  min-width: 200px; }
  @media (min-width: 600px) {
    .key-features-controls-data-wrap .sin-data-wrapper-key-container.min-250-md.left-auto {
      min-width: 250px; } }
  @media (min-width: 1850px) {
    .key-features-controls-data-wrap .sin-data-wrapper-key-container {
      min-width: 250px; } }
  @media (max-width: 1150px) {
    .key-features-controls-data-wrap .sin-data-wrapper-key-container.left-auto {
      left: auto !important;
      right: 0; } }
  @media (max-width: 600px) {
    .key-features-controls-data-wrap .sin-data-wrapper-key-container.left-small-auto {
      left: auto !important;
      right: 0; } }

.sin-data-wrapper-key-container {
  padding: 10px 5px;
  background-color: #222222;
  border: 2px solid #76bd22;
  border-radius: 5px;
  position: absolute; }
  @media (min-width: 481px) {
    .sin-data-wrapper-key-container {
      padding: 20px 10px; } }
  @media (min-width: 801px) {
    .sin-data-wrapper-key-container {
      padding: 20px; } }
  @media (min-width: 1025px) {
    .sin-data-wrapper-key-container {
      padding: 20px 25px; } }
  @media (min-width: 1850px) {
    .sin-data-wrapper-key-container {
      padding: 20px 30px; } }

.data-tooltip-key-title {
  font-size: 14px; }
  @media (min-width: 801px) {
    .data-tooltip-key-title {
      font-size: 18px; } }

.data-tooltip-key-link {
  padding-top: 5px; }
  .data-tooltip-key-link a {
    font-family: 'Lato-Regular' !important;
    font-size: 12px; }
    @media (min-width: 801px) {
      .data-tooltip-key-link a {
        font-size: 16px; } }

@media (min-width: 951px) and (max-width: 1200px) {
  .cd-products-table .top-info,
  .features .cd-features-list li, .cd-products-table .features .top-info, .product ul.cd-features-list li {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 951px) and (max-width: 1500px) {
  .cd-products-table {
    font-size: 13px; }
  .cd-products-table .bold-large, .product.selected .top-info {
    font-size: 15px; } }

@media (min-width: 951px) and (max-width: 1850px) {
  .cd-products-columns {
    min-width: initial; } }

/*-------------------------------
  Product Category Styles
-------------------------------*/
.autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button {
  width: 100%;
  max-width: 160px; }

.autoparts .card .card-body .auto-price-rating {
  margin-bottom: 20px; }

.card .card-body .card-figcaption-button-section .card-figcaption-button {
  padding: 7px 15px; }

@media screen and (min-width: 1024px) {
  .card .card-body .card-title {
    min-height: auto; } }

/*-------------------------------
  Quick View Styles
-------------------------------*/
.quick-product-url {
  width: 100%;
  max-width: 477px;
  margin: 0; }

.quick-product-url a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-family: 'dinalternate-bold' !important;
  font-size: 14px;
  color: #141515 !important;
  text-transform: uppercase;
  background-color: #76bd22 !important;
  text-align: center;
  border-radius: 4px; }

@media screen and (min-width: 801px) {
  .autoparts .card .card-body .card-figcaption-button-section {
    top: auto;
    left: 0;
    bottom: 0; } }

/*----------------------
   About page Styles
-----------------------*/
.the-team h2 {
  margin: 0 auto 25px; }

.the-team h3 {
  margin: 0 auto 25px;
  font-size: 26px; }

.the-team .group {
  justify-content: flex-start;
  margin-bottom: 20px; }
  .the-team .group .box .team-member-name {
    font-size: 20px;
    font-weight: bold; }
    .the-team .group .box .team-member-name span {
      display: inline-block;
      padding-top: 8px;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: normal; }
  .the-team .group .box p a {
    font-size: 14px;
    color: #4eaa33;
    text-decoration: none;
    text-transform: uppercase; }
  .the-team .group .box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 5px 5px 0px 0px #4eaa33;
    -webkit-box-shadow: 5px 5px 0px 0px #4eaa33;
    -moz-box-shadow: 5px 5px 0px 0px #4eaa33; }

/*----------------------
   Chat Styles
-----------------------*/
#fc_frame, #fc_frame.fc-widget-normal {
  bottom: 55px !important; }

/*-------------------------------
Category Page Styles May 2022
-------------------------------*/
.cat-bottom-content-area {
  width: 100%;
  margin: 0 auto;
  max-width: 960px; }

.cat-below-product {
  padding-top: 50px;
  background-color: lightgray !important; }

.cat-calculator-wrapper h2 {
  font-size: 26px;
  margin: 0 auto 30px;
  color: #76bd22;
  font-weight: normal;
  text-transform: capitalize !important; }

.cat-banner-sec {
  background-color: #000; }

.cat-calculator-wrapper .calc-steps {
  margin: 0 auto 30px; }
  .cat-calculator-wrapper .calc-steps p {
    font-size: 16px;
    margin: 0 auto 8px; }
    .cat-calculator-wrapper .calc-steps p span {
      font-weight: bold;
      color: #0B9447; }

.cat-calculator-wrapper #harvest-formula {
  display: flex;
  flex-wrap: wrap; }

.cat-calculator-wrapper #result-lt {
  width: 100%;
  margin: 0 auto; }

.cat-calculator-wrapper #result-lt {
  width: 100%;
  margin: 0 auto; }

.cat-calculator-wrapper #result-rt {
  width: 100%;
  margin: 0 auto; }

.cat-calculator-wrapper #result-container {
  flex-wrap: wrap; }

#result-container #harvest-formula {
  background-color: darkgray;
  padding: 15px;
  margin-bottom: 25px !important; }

#result-container #harvest-formula {
  align-items: center;
  margin: 0 auto; }

#harvest-formula .form-field {
  max-width: 275px; }

#harvest-formula .form-actions {
  margin: 0px 10px 0; }

#harvest-formula .form-actions .button {
  min-height: 42px;
  padding: 0 25px; }

#result-lt #recommended-products {
  margin: 0 0 30px !important; }

#recommended-products .product-box {
  margin-top: 0; }

@media screen and (min-width: 801px) {
  .autoparts #recommended-products .card .card-body {
    padding-bottom: 30px; } }

/****Homepage Simplification ****/
.heroCarousel-content {
  width: 45% !important;
  text-align: left !important;
  padding: 44px 50px !important;
  left: 44% !important;
  top: 41% !important; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 18px;
    font-weight: 300;
    text-transform: none; }

@media screen and (max-width: 630px) {
  .heroCarousel-content {
    width: 45% !important;
    text-align: left !important;
    padding: 20px 25px !important;
    left: 44% !important;
    top: 41% !important; }
    .heroCarousel-content .heroCarousel-description {
      font-size: 10px;
      font-weight: 300; }
    .heroCarousel-content .heroCarousel-action {
      padding: 10px 18px; } }

.autoparts .section-content .section-sub-content .category-content .category-subcontent {
  top: 10% !important;
  left: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; }
  .autoparts .section-content .section-sub-content .category-content .category-subcontent .category-title {
    color: #EBEBEB !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
    text-shadow: none !important; }

.autoparts .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent {
  left: 25px !important;
  align-items: start !important;
  top: 35% !important; }

.recent-update-element-content.has-blog-image {
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 30px !important;
  flex-wrap: wrap !important; }

.recent-update-right.show {
  margin: 0 !important;
  width: 49% !important; }

.recent-update-left.show {
  width: 49% !important;
  margin: 0 !important; }

@media screen and (max-width: 630px) {
  .recent-update-right.show {
    width: 100% !important; }
  .recent-update-left.show {
    width: 100% !important; } }

.wet-dry-trim {
  background: #222;
  margin-bottom: 30px; }

.static-banner {
  padding-top: 8px !important; }

.autoparts .static-banner .static-banner-right span a {
  color: #000 !important; }

.button--primary, span.category-link, .theme-btn-primary, .quickview,
.card_wishlist,
.custom-compare {
  padding: 17px 30px; }

[data-sub-layout-container="750c50b4-81d5-45ca-82dd-287633bbaab1"] {
  flex-wrap: wrap-reverse !important; }

@media screen and (max-width: 630px) {
  .static-banner {
    display: none; }
  .custom-banners.top {
    display: none; } }

/****Homepage Simplification ends ****/
/**** Table comparison starts ****/
.mobile-view-table {
  display: none; }

@media screen and (max-width: 892px) {
  .mobile-view-table {
    display: flex;
    justify-content: center; }
    .mobile-view-table img {
      min-width: unset; }
  .desktop-view-table {
    display: none; }
  .cat-table-wrap {
    overflow-x: hidden; } }

/**** Table comparison ends ****/
.small-to-medium-table, .large-trimmers-table, .python-industrial-trimmers-table {
  display: none; }

ul.trimmers-ul {
  display: flex;
  list-style: none;
  border-bottom: .4px solid #5d5a5a;
  padding-bottom: 10px;
  margin-top: 30px; }
  ul.trimmers-ul li {
    margin-right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px; }
  ul.trimmers-ul .s-table {
    color: #0B9447; }
  ul.trimmers-ul .s-m-table {
    color: #0B9447; }
  ul.trimmers-ul .l-table {
    color: #0B9447; }
  ul.trimmers-ul .p-table {
    color: #0B9447; }

.trimmers-ul li {
  color: #000; }

.trimmers-ul li:focus-within {
  color: #0B9447 !important; }

.trimmers-ul li:focus {
  color: #0B9447 !important; }

@media screen and (max-width: 400px) {
  ul.trimmers-ul {
    flex-direction: column;
    justify-content: center; } }

.faq-content > iframe > .i4ewOd-pzNkMb-haAclf {
  display: none !important; }

/* Blog Css */
.blog_post h3 {
  color: #000 !important; }

.static-banner .custom_container {
  padding: 0;
  margin: 0 2%;
  display: flex; }

.static-banner {
  background-color: #fff;
  padding: 0 !important;
  border-bottom: 1px solid #F0F0F0; }

.static-banner-left {
  display: flex;
  justify-content: space-between; }

.announcement-phone, .announcement-email {
  font-size: 13px;
  margin-left: 13px; }

.store-number a, .store-email a {
  display: flex;
  align-items: center; }

.static-banner-right {
  display: flex;
  justify-content: right;
  align-items: center; }

.static-banner-right > * {
  padding: 20px 25px;
  border: none; }

.static-banner-right > *:not(:last-child) {
  border-inline: 1px solid #F0F0F0; }

.static-banner-right .navUser-section {
  margin: 0; }

.static-banner-left.show > * {
  padding: 20px 25px; }

.static-banner-left.show > *:not(:last-child) {
  border-right: 1px solid #F0F0F0; }

.static-banner .static-banner-left.show a {
  color: #333333 !important;
  text-decoration: none; }

.custom_header_links .custom_header_link a {
  font-size: 12px;
  color: #393939 !important;
  text-decoration: none; }

.main-header .leftside-header {
  display: flex;
  justify-content: center;
  align-items: center; }
  .main-header .leftside-header .header-left {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-header .leftside-header .header-left .navUser-item--search {
      display: none; }
    .main-header .leftside-header .header-left .custom_header_links {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      gap: 40px; }
    .main-header .leftside-header .header-left .header_custom_txt {
      width: calc(100% - 370px);
      margin-left: auto;
      margin-right: 30px; }
    .main-header .leftside-header .header-left .dropdown--quickSearch {
      width: 350px; }
    .main-header .leftside-header .header-left .form-input {
      border: 1px solid #EBEBEB !important;
      padding: 15px 30px 15px 15px !important;
      margin-top: 9%;
      border-radius: 4px; }
      .main-header .leftside-header .header-left .form-input::placeholder {
        font-family: 'Lato-Regular' !important;
        text-transform: capitalize !important; }
    .main-header .leftside-header .header-left .form-field {
      width: 350px;
      margin: 0 !important; }

.search .form.quick-search {
  margin: 0 !important; }

.header {
  z-index: 99 !important; }

.navUser-item--wishlist .text-custom {
  padding-left: 8px; }

.footer-menu .header-logo-image {
  right: unset; }

.navUser-item--cart .cart-quantity {
  color: #fff !important;
  padding: 6px;
  background-color: #0B9447 !important;
  position: absolute;
  top: -10px;
  left: 20px; }

.navUser-item.navUser-item--cart .navUser-action .countPill::before, .navUser-item.navUser-item--cart .navUser-action .countPill::after {
  display: none; }

.navUser-item--cart .navUser-action {
  position: relative; }

.main-header .navUser-action svg {
  stroke: unset; }

.container.ups-container {
  max-width: none !important;
  width: 100% !important;
  background-color: #222222;
  height: 200px;
  margin-top: -15px; }

.two-col {
  position: relative;
  top: 55px; }

.usp-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  margin-top: 0px;
  margin-right: 0px !important; }

header.header .navPages-container .navPages {
  background-color: #0B9447; }
  header.header .navPages-container .navPages .navPages-item > .navPages-action {
    color: #fff !important;
    text-transform: capitalize !important; }
    header.header .navPages-container .navPages .navPages-item > .navPages-action:hover {
      color: #000 !important; }

.custom-banners {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .custom-banners .custom_container {
      margin: 0; } }
  .custom-banners .static-banner {
    display: block !important; }
  .custom-banners .static-banner-left {
    justify-content: left;
    align-items: center;
    width: calc(100% - 260px); }
    .custom-banners .static-banner-left > * {
      padding: 5px; }
    .custom-banners .static-banner-left .store-number {
      flex: 0 0 150px; }
      @media (max-width: 1024px) {
        .custom-banners .static-banner-left .store-number {
          flex-basis: 112px; }
          .custom-banners .static-banner-left .store-number .announcement-phone {
            font-size: 12px;
            margin-left: 5px; } }
    .custom-banners .static-banner-left .store-email {
      flex: 0 0 250px; }
      .custom-banners .static-banner-left .store-email .announcement-email {
        text-transform: none; }
      @media (max-width: 1024px) {
        .custom-banners .static-banner-left .store-email {
          flex-shrink: 1;
          flex-grow: 1;
          justify-content: center; }
          .custom-banners .static-banner-left .store-email .announcement-email {
            font-size: 12px;
            margin-left: 5px;
            text-transform: none;
            text-align: left; } }
    .custom-banners .static-banner-left a {
      justify-content: center;
      align-items: center; }
    .custom-banners .static-banner-left > p {
      font-size: 13px;
      font-weight: 400 !important;
      line-height: 18px;
      white-space: normal; }
    @media (max-width: 1024px) {
      .custom-banners .static-banner-left {
        width: calc(100% - 67px); }
        .custom-banners .static-banner-left > p {
          display: none; }
        .custom-banners .static-banner-left > *:not(:last-child) {
          padding: 5px; } }
  .custom-banners .static-banner-right {
    width: 260px; }
    @media screen and (max-width: 1024px) {
      .custom-banners .static-banner-right {
        width: 67px; }
        .custom-banners .static-banner-right .navUser-section {
          padding: 5px;
          border: none; }
          .custom-banners .static-banner-right .navUser-section .navUser-item-currency {
            display: block; }
            .custom-banners .static-banner-right .navUser-section .navUser-item-currency .navPages-action-moreIcon {
              transform: none; } }

@media screen and (max-width: 1023px) {
  .header .main-header {
    gap: 10px; } }

@media screen and (max-width: 1023px) {
  .header .main-header .mobileMenu-toggle {
    order: 3;
    width: 35px !important;
    display: flex;
    justify-content: right;
    align-items: center; } }

@media screen and (max-width: 1023px) {
  .header .main-header .header-middle {
    width: calc(100% - 100px); }
    .header .main-header .header-middle .header-logo-image {
      display: block !important;
      margin-left: 0 !important;
      height: 50px !important;
      max-height: none !important; } }

@media screen and (max-width: 1023px) {
  .header .main-header .leftside-header {
    order: 2;
    width: 30px !important; }
    .header .main-header .leftside-header .navUser-item--account {
      display: block !important; } }

.header .main-header .leftside-header .navUser-item--account {
  border: none !important; }

@media screen and (max-width: 1023px) {
  .header .main-header .search {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .header .main-header .header_custom_txt {
    display: none !important; } }

.custom_header_links .custom_header_link a {
  font-size: 12px;
  color: #393939 !important;
  text-decoration: none;
  text-transform: none !important;
  font-family: 'Lato-Regular' !important;
  font-weight: 500; }

.custom-wishlist {
  text-transform: capitalize !important; }

.custom-banners p {
  color: inherit; }

.custom-banners p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

.static-banner-left.show p {
  text-transform: none; }

.navUser-item-currency a {
  font-family: "Lato-Regular" !important; }

@media screen and (min-width: 1204px) {
  .heroCarousel .slick-dots li button {
    width: 20px !important;
    height: 20px !important; } }

.heroCarousel .slick-dots {
  background: #0000005E;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 0;
  margin: -45px auto 12px auto;
  position: relative;
  z-index: 2;
  width: 10%; }
  @media (max-width: 600px) {
    .heroCarousel .slick-dots {
      width: 40%;
      margin: -45px auto 12px auto;
      padding: 4px 0px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .heroCarousel .slick-dots {
      width: 13%; } }
  .heroCarousel .slick-dots li {
    margin: 0 6px; }
    .heroCarousel .slick-dots li button {
      background: #fff;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      border: 2px solid #0000005E;
      opacity: 1;
      transition: background 0.2s; }
    .heroCarousel .slick-dots li.slick-active button {
      background: #0000005E;
      border-color: #fff; }

@media (min-width: 801px) and (max-width: 1024px) {
  .header-logo.header-logo--left.logo-image .header-logo-image-container .header-logo-image.mobile_view {
    display: none !important; } }

@media (max-width: 600px) {
  .heroCarousel .slick-dots li button::before {
    width: 15px;
    height: 15px; } }

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .heroCarousel .slick-dots {
    width: 20%;
    margin: -80px auto 12px auto; }
  .heroCarousel .slick-dots li button {
    width: 16px !important;
    height: 16px !important; } }

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .heroCarousel .slick-dots li button::before {
    width: 12px;
    height: 12px; }
  .heroCarousel .slick-dots {
    padding: 10px 0 15px; } }

@media screen and (min-width: 200px) and (max-width: 600px) {
  .heroCarousel .slick-dots li {
    margin: 0 8px; }
  .heroCarousel .slick-dots li button {
    width: 15px !important;
    height: 15px !important; }
  .heroCarousel .slick-dots li button::before {
    width: 10px;
    height: 10px; } }

@media screen and (min-width: 767px) and (max-width: 1506px) {
  .usp-list .usp-list-item .usp-element {
    width: 275px; }
  .usp-list .usp-list-item {
    max-width: 280px; } }

@media screen and (min-width: 767px) and (max-width: 1165px) {
  .container.ups-container {
    height: 250px !important; } }

@media screen and (min-width: 1165px) and (max-width: 1506px) {
  .container.ups-container {
    height: 180px !important; } }

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .footer-content .footer-content-middle {
    width: 100%; }
  .footer-subcontent-middle {
    text-align: left;
    margin: 0;
    margin-top: 10px;
    margin-left: 50% !important; }
  .trust-badge ul {
    margin: 21px 0% 25px; }
  .footer-content .footer-content-middle .footer-subcontent-middle {
    margin-top: 35px; }
  .footer-content .footer-content-right {
    text-align: left; }
  .theme-payment {
    width: 100%; } }

.navUser-action--currencySelector.has-dropdown.is-open .icon-multimedia::before {
  font-size: 0px; }

.navPages .navPages-list .custom_mega_menu {
  width: auto !important; }

.navPages .navPages-list .custom_mega_menu .navPage-subMenu-list {
  display: flex;
  flex-wrap: nowrap !important;
  box-shadow: none !important;
  padding: 20px 40px !important;
  max-width: 95rem !important;
  margin: auto !important; }

.navPages .navPages-list .custom_mega_menu.navPage-subMenu {
  left: 0;
  right: 0; }

.category-image {
  display: block;
  height: 100px;
  margin: auto; }

.custom_mega_menu.is-open > .navPage-subMenu-list > .navPage-subMenu-item-child {
  text-align: center; }

.custom_mega_menu.is-open > .navPage-subMenu-list {
  box-shadow: none; }

.navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal .navPage-subMenu-list {
  flex-wrap: wrap !important;
  row-gap: 10px; }

.navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child {
  flex: 0 0 20%;
  padding: 10px; }

.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.custom-mobile-action {
  display: flex;
  gap: 10px;
  align-items: center; }

.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.custom-mobile-action .category-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  min-width: 50px;
  min-height: 50px; }

.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.custom-mobile-action span {
  width: 100%;
  color: #000 !important;
  font-weight: 500;
  text-transform: capitalize !important; }

.navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open {
  color: #000 !important; }

.cart-page-grid {
  display: grid;
  grid-template-columns: 75% 25%;
  width: 100%;
  height: auto;
  margin-bottom: 2%; }

body.cart .cart-header {
  background-color: white; }

body.cart .cart-totals {
  width: 100%; }

body.cart .cart-header .cart-header-item {
  font-weight: 100; }

.cart-item-image {
  max-height: 160px !important;
  max-width: 160px !important;
  width: 100%;
  height: 100%;
  border: 1px solid #E1E1E1;
  margin-left: 7%; }

.cart-item-title {
  display: block; }

body.cart .cart-item-block .cart-item-name {
  margin-bottom: 5px; }

body.cart .cart-item-block .cart-item-name a {
  text-transform: none !important;
  color: #000 !important;
  font-size: 17px; }

body.cart .definitionList .definitionList-key {
  width: auto; }

body.cart .definitionList {
  width: auto; }

@media (min-width: 801px) {
  body.cart .definitionList .definitionList-key {
    font-size: 16px; } }

body.cart .definitionList .definitionList-value {
  vertical-align: text-top;
  font-weight: 900;
  padding-left: 5px; }

.cart-item-value {
  font-size: 16px;
  font-weight: 100;
  color: #303030; }

body.cart .cart-item-quantity .form-increment .button {
  background: #e8e8e8;
  padding: 10px; }

body.cart .cart-item-quantity .form-increment .button svg {
  fill: #5c5c69; }

.autoparts.cart .cart-item-quantity .form-increment {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0px; }

.autoparts .button {
  border-radius: 2px; }

body.cart .cart-remove {
  height: 27px;
  width: 27px;
  background-color: white;
  border: 0px; }

body.cart .cart-remove svg {
  fill: #8d8a8a; }

.cart-list {
  border: 1px solid #E6E6E6 !important; }

.cart-item {
  border-bottom: 1px solid #e5e5e5 !important; }

td.cart-item-block.cart-item-info {
  padding: 10px; }

.edit {
  color: black !important;
  font-size: 16px !important;
  font-weight: 500; }

.edit u {
  text-transform: capitalize; }

.cart-content-padding-right {
  padding-left: 15px; }

.cart-totals {
  width: 100% !important;
  border: 1px solid #E6E6E6 !important;
  border-top: 3px solid #757575 !important;
  margin-bottom: 20px !important;
  height: auto;
  margin-top: auto; }

.cart-total {
  padding: 0 3% !important; }

p.cart-summary {
  color: black;
  text-align: center; }

body.cart .cart-totals .cart-total .cart-total-label {
  font-size: 16px; }

.cart-total-label strong, .cart-total-value span {
  font-weight: 100;
  font-size: 17px; }

span.shipping-estimate-show__btn-name {
  color: #757575;
  text-decoration: none; }

body.cart .cart-totals .cart-total .cart-total-value button {
  color: white !important; }

input#couponcode {
  margin-bottom: 4%;
  border: 1px solid #E8E8E1;
  font-size: 14px; }

body.cart .cart-form .form .button {
  padding: 12px; }

.cart-total + .cart-total {
  border-top: 1px solid #e5e5e5; }

.cart-total {
  padding: 5px 3% !important; }

.cart-actions.cart-content-padding-right.checkout-cart {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }

.checkout-cart a {
  width: 100%;
  max-width: none; }

.cart-total-label.grand_total strong, .cart-total-value.cart-total-grandTotal span {
  font-weight: 900; }

.chkshop {
  text-align: left;
  float: left;
  margin: 0;
  width: 75%;
  color: black !important;
  text-transform: none !important;
  border: 0;
  font-size: 18px;
  text-decoration: underline;
  padding: 0;
  font-weight: 100;
  font-family: 'Lato-Regular' !important; }

body.cart .cart-actions .button {
  float: right;
  width: 25%;
  margin-right: 0;
  max-width: none; }

.cart-additionalCheckoutButtons {
  margin-left: auto;
  margin-top: 0 !important;
  width: 25% !important;
  max-width: none;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 30px !important;
  width: 80% !important; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 0 !important;
  margin-right: 10px; }

.cart-additionalCheckoutButtons.cart-content-padding-right {
  padding-left: 0; }

.desktop_hide {
  display: none; }

.desktop_show {
  display: block; }

@media (max-width: 767px) {
  .cart-item {
    position: relative; }
  .cart-page-grid {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 2%; }
  .cart-item-figure {
    width: 34% !important; }
  .cart-item-title {
    padding-left: 40% !important;
    width: auto;
    position: relative;
    padding-top: 5px !important; }
  td.cart-item-block.cart-item-figure {
    padding: 0; }
  body.cart .cart-item-block .cart-item-label {
    font-weight: 100;
    font-size: 14px; }
  .cart-item-value {
    font-size: 14px;
    vertical-align: top; }
  .item {
    height: auto !important; }
  body.cart .cart-item-quantity .form-increment .button {
    padding: 8px; }
  body.cart .cart-remove {
    position: absolute;
    top: 20px;
    right: 10px; }
  body.cart .cart-item-block .cart-item-name a {
    font-size: 15px; }
  td.cart-item-block.cart-item-info {
    padding: 0; }
  p.cart-item-brand {
    font-size: 13px; }
  .cart-actions.cart-content-padding-right.checkout-cart .chkshop {
    display: none; }
  body.cart .cart-actions .button {
    width: 100%; }
  .desktop_hide {
    display: block; }
  .desktop_show {
    display: none; }
  .chkshop {
    font-size: 16px; }
  td.cart-item-block.cart-item-info.cart-totalcustom strong {
    font-weight: 900; }
  .cart-additionalCheckoutButtons {
    width: 100% !important; }
  .cart-content-padding-right {
    padding-right: 10px;
    padding-left: 10px !important; }
  body.cart .cart-item-block .cart-item-name a {
    width: 177px; }
  body.cart .cart-item-block.cart-item-title {
    position: relative;
    height: auto; } }

@media (min-width: 551px) and (max-width: 767px) {
  .cart-item-title {
    padding-left: 5% !important; }
  td.cart-item-block.cart-item-info {
    width: 25% !important; }
  td.cart-item-block.cart-item-info.cart-item-quantity {
    width: 40% !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .cart-page-grid {
    display: block; }
  .item {
    height: auto !important; }
  .cart-additionalCheckoutButtons {
    width: auto !important; }
  body.cart .cart-actions .button {
    width: 100% !important; } }

@media (min-width: 768px) and (max-width: 800px) {
  .cart-totalcustom {
    width: 35% !important; }
  .cart-item-quantity {
    width: 35% !important; }
  .cart-item-info {
    width: 25%; } }

@media (min-width: 801px) and (max-width: 1023px) {
  .cart-totalcustom {
    width: 25% !important; }
  .cart-item-quantity {
    width: 25% !important; }
  .cart-item-info {
    width: auto; } }

@media (min-width: 1024px) and (max-width: 1380px) {
  .cart-item-quantity {
    width: 22% !important; }
  .cart-totalcustom {
    width: 22% !important; }
  body.cart .cart-form .form .form-input {
    width: 68% !important; }
  body.cart .cart-form .form .button {
    width: 30% !important; } }

#afffirm-promo-box {
  display: none !important; }

a.changeTxt {
  display: block; }

@media (min-width: 767px) {
  div#in-cart-product-recommendation-block {
    width: calc(90vw - 100px);
    margin: 0 auto; } }

div#navPages-121 > .navPage-subMenu-list {
  position: absolute;
  left: -950px;
  width: 1201px;
  background: white;
  height: 250px;
  top: 180px;
  box-shadow: 0 0 15px rgba(211, 211, 211, 0.8) !important; }

@media (min-width: 1200px) and (max-width: 1380px) {
  div#navPages-121 > .navPage-subMenu-list {
    position: absolute;
    left: -890px !important;
    width: 1201px;
    background: white;
    height: 250px;
    top: 180px;
    box-shadow: 0 0 15px rgba(211, 211, 211, 0.8) !important; } }

@media (max-width: 990px) {
  a.show.navPage-subMenu-action.navPages-action.has-subMenu.activePage span {
    position: absolute;
    top: 35%;
    left: 60px; }
  .category-image {
    height: 50px;
    width: 50px;
    margin: unset !important; }
  a.show.navPage-subMenu-action.navPages-action.has-subMenu.activePage {
    position: relative; }
  a.navPage-childList-action.navPages-action {
    display: flex !important;
    align-items: center; } }
