/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
	font-family: "Poppins";
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1520px;
  }
  }
  @media (max-width: 1399px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1280px;
  }
  }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
}
h1 {
	font-size: 88px;
	color: white;
	letter-spacing: 0.57px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
	font-size: 16px;
	line-height: 26px;
	color: #86898C;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.page-id-14 #masthead, .page-id-319 #masthead, .page-id-82 #masthead, .page-id-19 #masthead, .woocommerce-shop #masthead {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    position: absolute !important;
    width: 100%;
    z-index: 999;
	background-image: none;
}

#masthead {
    background: url(/wp-content/uploads/2025/08/hdr_BG.png) no-repeat;
    position: unset !important;
    background-size: cover;
    background-position: center;
    padding: 22px 20px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: white;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    padding: 0 24px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    position: relative;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */


#Hero-Banner {
    padding-top: 181px;
    padding-bottom: 100px;
}

#Hero-Banner::before {
    content: '';
    position: absolute;
    background: black;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.contact-btn a {
    font-family: "Bebas Neue";
    color: white;
    padding: 18px 40px;
    font-size: 18px;
    transition: all linear 0.3s;
    text-decoration: none;
    background: #E10028;
    border-radius: 0;
    letter-spacing: 1px;
}

.contact-btn a:hover {
    background: white;
    color: black;
}

#masthead .container {
    width: 100%;
    max-width: 100%;
}

.slider-wrap h6 {
    font-family: 'Bebas Neue';
    letter-spacing: 2.1px;
    color: #E10028;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 16px;
    padding: 0;
    font-weight: 400;
}

.slider-wrap h2 {
    color: white;
    font-family: 'Bebas Neue';
    font-size: 88px;
    line-height: 76px;
    font-weight: 500;
    letter-spacing: -3.2px;
	padding: 0;
	margin: 0;
}

#heroslider1 .row {
    align-items: flex-start;
    margin: 30px 0 0;
}

.slider-wrap {
    margin: 0;
}

#heroslider1 .owl-nav {
    display: block;
}

#heroslider1 .owl-nav i {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50px;
    font-size: 20px;
}

#heroslider1 .owl-nav .owl-prev {
    position: absolute;
    top: 32%;
    left: -5%;
}

#heroslider1 .owl-nav .owl-next {
    position: absolute;
    right: -3%;
    top: 32%;
}

#heroslider1 button:focus {
    outline: none;
}

.ES-Wrap {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
}

.ES-Wrap h1 {
    margin: 0;
    font-family: 'Bebas Neue';
    padding: 0;
    font-weight: 400;
}

.ES-Wrap a {
    color: #E10028;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}

.ES-Wrap a:nth-child(2) {
    text-decoration: underline !important;
}

div#ES-Row {
    padding-top: 100px;
}

div#A-Logo-row {
    width: 88%;
    margin: 110px auto 0;
}

.review-input h4 {
    color: white;
    font-size: 18px;
    margin: 0 0 12px 3px;
    padding: 0;
    font-weight: 400;
}

.review-input h4 span {
    color: #E10028;
}

.review-input p {
    display: block;
}

.review-input textarea {
    background: transparent;
    border: 1px solid #4B4B4B;
    border-radius: 10.66px;
    padding: 20px 120px 20px 20px;
    width: 700px;
    height: 70px;
}

.review-input textarea::placeholder {
    color: #757575;
    font-size: 18px;
    font-weight: 400;
}

.review-input .wpcf7-submit {
    width: auto;
    background: #E10028;
    border: unset;
    font-size: 16px;
    font-family: 'Bebas Neue';
    letter-spacing: 0.45px;
    padding: 16px 30px;
    height: auto;
    border-radius: 0;
    position: absolute;
    right: 7%;
    top: 40px;
}

.review-input .wpcf7-spinner {
    position: absolute;
    bottom: -10px;
}

/* width */
.Review-form ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.Review-form ::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.Review-form ::-webkit-scrollbar-thumb {
  background: #e10028;
}

/* Handle on hover */
.Review-form ::-webkit-scrollbar-thumb:hover {
  background: #e10028;
}

/* .review-input {
    padding-top: 110px;
} */

.Review-form .form-control:focus {
    background-color: transparent;
    border-color: #4B4B4B;
    outline: 0;
    box-shadow: none;
}

.Review-form .wpcf7-response-output {
    border-color: #e10028 !important;
    color: white !important;
}

#Join-Sect h3 {
    font-family: 'Bebas Neue';
    color: white;
    font-size: 47px;
    line-height: 49px;
    letter-spacing: 0.47px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.review-input .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
	display: contents;
}

.offr-input input {
    background: transparent;
    border: 1px solid #67696B;
    height: 60px;
    border-radius: 0;
    padding: 0 0 0 46px;
    color: #67696B;
    font-size: 15px;
}

.offr-input div i {
    color: white;
    position: absolute;
    top: 22px;
    left: 31px;
    color: #67696B;
}

.offr-input input::placeholder {
    color: #67696B;
}

.offr-input .wpcf7-submit {
    padding: 13px 24px;
    position: absolute;
    top: 5px;
    right: 20px;
    background: #E10028;
    border: unset;
    color: white;
    letter-spacing: 0.45px;
    font-family: 'Bebas Neue';
    font-size: 15px;
    height: auto;
}

.Offer-form .form-control:focus {
    color: #67696B;
    background-color: transparent;
    border-color: #67696B;
    outline: 0;
    box-shadow: none;
}

.Offer-form .wpcf7-checkbox {
    background: transparent;
    border: unset;
    padding: 0;
}

.Offer-form .wpcf7-checkbox span {
    margin: 0;
    color: #67696B;
    font-size: 14px;
    line-height: 14px;
}

.Offer-form p {
    margin: 0;
}

.checkbox-uf {
    margin: -10px 0 0 0;
}

#Join-Sect {
    padding-top: 150px;
    padding-bottom: 136px;
}

#Hero-Banner #A-Logo-row {
    padding-bottom: 100px;
}

.Offer-form .wpcf7-list-item-label {
    position: relative;
}

.Offer-form .wpcf7-list-item-label:after {
    content: ' collected and stored';
    color: #e10028;
    font-size: 14px;
    left: 0;
}

.Offer-form .wpcf7-list-item-label:before {
    content: '.';
    color: #67696B;
    font-size: 14px;
    right: -5px;
    position: absolute;
}

.Offer-form .wpcf7-list-item.first.last input {
    margin-right: 8px;
}

footer#colophon {
    display: none;
}

/* >>>>>>>>>>>>>>>> Footer CSS >>>>>>>>>>>>>>>> */

#footer-widget {
    background: black !important;
    padding-top: 100px;
    padding-left: 70px;
}

#footer-widget p, #footer-widget h3 {
    color: white;
}

#footer-widget #text-2 p {
    color: #CACDD3;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

#footer-widget .widget-title {
    font-family: 'Bebas Neue';
    font-size: 19px;
    margin: 0 0 23px;
    letter-spacing: 0.95px;
    padding: 0;
}

#footer-widget .nav-link {
    background: black;
    text-decoration: none;
    transition: all linear 0.3s;
    font-size: 16px;
    padding: 0 0 16px;
    color: #CACDD3;
}

#footer-widget .nav-link:hover {
    background: black !important;
    color: #CACDD3;
}

#footer-widget #menu-contact-menu .menu-item-73 {
    width: 65%;
}

#footer-widget section {
    margin: 0;
}

#footer-widget #media_image-2 {
    padding: 0 0 24px;
}

#footer-widget #nav_menu-2 {
    display: grid;
    justify-content: center;
}

#footer-widget #menu-get-in-touch i {
    border: 1px solid #2A2A2E;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 5px;
}

#footer-widget #menu-get-in-touch a {
    padding: 0 !important;
}

#footer-widget #menu-get-in-touch {
    flex-direction: row !important;
}

#footer-widget .container {
    width: 100%;
    max-width: 100%;
}

.row.fotr-btm p, .row.fotr-btm a {
    margin: 0;
    font-size: 15px;
    color: #CACDD3 !important;
    text-align: center;
}

.row.fotr-btm {
    margin-top: 100px;
    border-top: 1px solid #2A2A2E;
    padding: 30px 0;
}

/* >>>>>>>>>>>>>>>> Footer CSS >>>>>>>>>>>>>>>> */

#aboutus-sect h1 {
    font-family: 'Bebas Neue';
    font-size: 57px;
    letter-spacing: 0.57px;
    margin: 0 0 24px;
}

#Cstm-Btn a {
    background: #e10028;
    color: white;
    border: unset;
    transition: all linear 0.3s;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue';
    padding: 15px 40px;
    border-radius: 0;
}

#Cstm-Btn a:hover {
    background: white;
    color: black;
}

#aboutus-sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

#aboutus-sect1 h6 {
    color: white;
    font-family: 'Bebas Neue';
    letter-spacing: 2.1px;
    font-size: 14px;
    margin: 0 0 16px;
}

#aboutus-sect1 h2 {
    color: white;
    font-family: 'Bebas Neue';
    font-size: 57px;
    line-height: 59px;
    letter-spacing: 0.57px;
    margin: 0 0 30px;
    padding: 0;
}

#aboutus-sect1 {
    padding-top: 100px;
    padding-bottom: 110px;
}

.Contact-form {
    background: black;
    padding: 42px 30px 15px;
}

.ContacT-InpuT h3 {
    color: white;
    font-family: 'Bebas Neue';
    letter-spacing: 1.05px;
    font-size: 35px;
    line-height: 37px;
    margin: 0 0 24px;
}

.Contact-form input, .Contact-form textarea {
    height: 50px;
    border-radius: 2px;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #616161;
    color: #515151;
    font-size: 15px;
}

.Contact-form input::placeholder {
    color: #515151;
}

.Contact-form textarea::placeholder {
	color: #515151;
}

.Contact-form textarea {
    height: 140px;
}

.Contact-form .wpcf7-checkbox {
    background: transparent;
    border: unset;
    height: auto;
    padding: 0;
    margin: 0;
}

.Contact-form .wpcf7-checkbox input {
    height: auto;
    padding: 0;
}

.Contact-form .wpcf7-checkbox span {
    margin: 0;
    font-size: 14px;
    color: #ACAFB2;
}

.Contact-form .wpcf7-submit {
    width: 100%;
    height: auto;
    background: #e10028;
    font-size: 16px;
    letter-spacing: 1.28px;
    color: white;
    border: unset;
    font-family: 'Bebas Neue';
    padding: 20px 0;
}

.Contact-form .wpcf7-submit:hover {
    background: #e10028;
    color: white;
}

#aboutus-sect2 {
    padding-top: 66px;
    padding-bottom: 66px;
/* 	filter: grayscale(100%); */
}

#SP-Sect h1 {
    letter-spacing: 0.57px;
    font-size: 57px;
    line-height: 59px;
    font-family: 'Bebas Neue';
    position: relative;
    left: -5%;
    margin: 0;
}

#sp-txt {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 20px 60px 0 0;
}

#SP-Sect {
    padding-top: 317px;
    padding-bottom: 100px;
}

.DTX-Wrapper {
    text-align: center;
}

.DTX-Wrapper h1 {
    letter-spacing: 0.57px;
    font-size: 80px;
    line-height: 80px;
    font-family: 'Bebas Neue';
    margin: 32px 0 10px;
    padding: 0;
}

.DTX-Wrapper a {
    font-size: 22px;
    color: #E10028;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Jost';
}

.DTX_ROW .vc_col-sm-5 {
    position: relative;
}

.DTX_ROW .vc_col-sm-5::before {
     content: '';
    position: absolute;
    background: #0000007d;
    width: 115%;
    height: 100%;
    left: -6%;
    right: 0;
    margin: 0 auto;
    top: 0px;
}

#DTX_ROW3 {
    position: relative;
}

#DTX_ROW3::before {
    content: '';
    position: absolute;
    background: #0000009c;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
}

div#SPL_ROW {
    width: 88%;
    margin: 55px auto 0;
}

#HSJ_MAIN {
    background: #00000082;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

#HSJ_MAIN h3 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.57px;
    font-family: 'Bebas Neue';
    color: white;
    margin: 0 0 7px;
}

#HSJ_MAIN a {
    font-size: 18px;
    color: #E10028;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Jost';
}

.hd1 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Bebas Neue';
    letter-spacing: 0.57px;
    font-size: 57px;
    line-height: 59px;
}

#SP-Sect-last {
    padding-top: 100px;
    padding-bottom: 100px;
}

#DTX_SECT {
    padding-top: 135px;
    padding-bottom: 135px;
}

/* +++++++++++++++++++++++++++ Products CSS +++++++++++++++++++++++++++ */

.srchpkg input {
    width: 100%;
    border: 1px solid #AAB1B2;
    background: transparent;
    height: 66px;
    font-size: 15px;
    color: #67696B;
    padding: 15px 24px;
}

.srchpkg input::placeholder {
    color: #67696B;
}

.srchpkg button {
    background: #e10028;
    border: unset;
    color: white;
    font-family: "Bebas Neue";
    font-size: 15px;
    padding: 16px 45px;
    letter-spacing: 0.45px;
    position: absolute;
    right: 1.7%;
    top: 5.5px;
}

h6.Filtr-hd {
    margin: 24px 0 12px;
    padding: 0;
    font-size: 15px;
    color: #67696B;
}

.SSQ_Wrap select {
    background: transparent;
    border: 1px solid #AAB1B2;
    color: #67696B;
    font-size: 15px;
    font-family: 'Poppins';
    padding: 10px 32px;
}

.SSQ_Wrap select option {
    background-color: #343434;
    border: 0.5px solid #fff !important;
    color: #C2C2C2;
}

.SSQ_Wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.SSQ_Wrap div:nth-child(1) select {
    margin-right: 6px;
}

.products-grid {
    margin-top: 80px;
    gap: 16px !important;
}

.product-card img {
    width: 100%;
    margin: 0 0 16px !important;
}

.product-card {
    background: #3d3d3d96;
    padding: 8px;
}

span.product-category {
    color: white;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.product-card h3 {
    margin: 0 0 4px;
    font-size: 38px;
    line-height: 40px;
    color: white;
    letter-spacing: 0.57px;
    font-family: 'Bebas Neue';
    padding: 0;
}

.product-card p {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
}

.product-card .price span {
    color: #E10028;
    font-family: 'Bebas Neue';
    font-size: 40px;
    line-height: 44px;
    margin: 0;
    letter-spacing: 0.57px;
    padding: 0;
}

.rating {
    color: #FF8800;
    margin: 0 0 16px;
}

.product-card .buy-now {
    background: #e10028;
    color: white;
    border: unset;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue';
    padding: 12px 0 10px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#CPT_Sect #A-Logo-row {
    margin-top: 45px;
}

#CPT_Sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce-page  #primary {
    flex: 0 0 100%;
    max-width: 88%;
    margin: 0 auto;
    padding-top: 100px;
}

.woocommerce-page #secondary {
    display: none;
}

.custom-breadcrumb {
    display: none;
}

.single-product .custom-breadcrumb, .woocommerce-checkout .custom-breadcrumb {
    display: block;
    background-image: url(/wp-content/uploads/2025/08/image-42-1-1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    text-align: center;
    padding-top: 135px;
    padding-bottom: 135px;
}

.custom-breadcrumb .breadcrumb-trail {
    display: none;
}

.single-product .custom-breadcrumb h1, .woocommerce-checkout .custom-breadcrumb h1 {
    position: relative;
    visibility: hidden;
}

.single-product .custom-breadcrumb h1:after, .woocommerce-checkout .custom-breadcrumb h1:after {
    content: 'DTX';
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: visible;
    font-family: 'Bebas Neue';
    letter-spacing: 0.57px;
    font-size: 57px;
}

/* +++++++++++++++++++++++++++ Products CSS +++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++ Single Products CSS +++++++++++++++++++++++++++ */

.single_add_to_cart_button {
	font-size: 20px !important;
    text-transform: uppercase !important;
    background: #e10028 !important;
    color: white !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 16px 100px !important;
	border-radius: 0 !important;
}

/* .single_add_to_cart_button::after {
    content: "Buy Now!";
    font-size: 20px;
    text-transform: uppercase;
    background: #e10028;
    color: white;
    font-family: 'Bebas Neue';
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 100px;
} */

.summary.entry-summary .product_meta {
    display: none;
}

.quantity .input-text {
    height: 52px;
    border: 1px solid #fff;
    padding: 0 10px;
    width: 5em !important;
	background: transparent !important;
	color: white !important;
	margin-right: 10px;
}

.woocommerce div.product form.cart {
/*     display: flex; */
    align-items: center;
	margin: 0 !important;
}

.woocommerce-page #content {
    background: url(/wp-content/uploads/2025/08/Suspension-Packages.png) no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

th.label span, th.label label {
    color: white;
    letter-spacing: 0.57px;
    font-size: 25px;
    font-family: 'Bebas Neue';
    font-weight: 400 !important;
}

table.variations {
    margin: 0 !important;
}

.woocommerce-product-rating div span {
    color: #FF8800;
}

.woocommerce-product-rating a {
    color: #86898C;
    font-size: 14px;
    text-decoration: none;
}

h1.product_title.entry-title {
    letter-spacing: 0.57px;
    font-size: 48px;
    line-height: 40px;
    font-family: 'Bebas Neue';
    font-weight: 400 !important;
    padding: 0;
    margin: 0 0 16px;
    border: unset;
}

.woocommerce-product-rating {
    margin: -5px 0 18px !important;
}

p.price {
    color: #e10028 !important;
    font-size: 36px !important;
    line-height: 32px;
    margin: 0 0 15px !important;
    font-family: 'Bebas Neue';
    letter-spacing: 0.57px;
    padding: 12px 0 10px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

a.reset_variations {
    color: white;
    font-size: 16px !important;
    text-decoration: none;
}

a.build-setup-btn {
    border: 2px solid #e10028;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    letter-spacing: 1px;
    padding: 9px 58px;
    margin-left: 12px;
	position: relative;
	top: 12px;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
}

.woocommerce-product-gallery {
    margin-bottom: 0 !important;
}

.summary.entry-summary {
    margin-bottom: 0 !important;
}

.woocommerce-tabs ul {
    margin: 0 0 32px !important;
    padding: 32px 0 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 92px;
    border-top: 1px solid #CCCCCC;
}

.woocommerce-tabs ul li::before, .woocommerce-tabs ul li::after {
    display: none;
}

.woocommerce-tabs ul::before, .woocommerce-tabs ul::after {
    display: none !important;
}

.woocommerce-tabs ul li a {
    color: white !important;
    font-weight: 400 !important;
    font-family: 'Bebas Neue' !important;
    letter-spacing: 0.57px;
    font-size: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 32px !important;
}

.woocommerce-tabs ul li {
    background: transparent !important;
    border: unset !important;
    padding: 0 0 8px 6px !important;
}

.woocommerce-tabs ul .active {
    border-bottom: 2px solid #fff !important;
}

.woocommerce-Tabs-panel h2:nth-child(1) {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 55px;
    padding-bottom: 70px;
}

.woocommerce-Tabs-panel p {
    margin: 0 0 32px;
    line-height: 24px;
}

.woocommerce-product-attributes th, .woocommerce-product-attributes td {
    color: white;
    font-weight: 500 !important;
}

.woocommerce-product-attributes td {
    font-weight: 400 !important;
}

form#commentform {
    color: white;
    margin: 18px 0 0;
}

.comment-form-rating .stars {
    margin: 10px 0  !important;
}

.comment-form-rating .stars a {
    color: #FF8800;
}

.comment-reply-title {
    color: #86898C;
}

p.comment-form-comment textarea {
    border: 1px solid #AAB1B2;
    background: transparent;
    height: 66px;
    font-size: 16px;
    color: #67696B;
    padding: 8px;
}

.form-submit .submit {
    background: #e10028 !important;
    border: unset !important;
    color: white !important;
    font-family: "Bebas Neue";
    font-size: 18px !important;
    padding: 16px 45px !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
}

.woocommerce-Reviews .woocommerce-noreviews {
    margin: 0 0 18px;
}

.woocommerce-Tabs-panel {
    margin-bottom: 0px !important;
}

.woocommerce .star-rating span::before {
    color: #FF8800 !important;
}

.woocommerce-Reviews .description p {
    color: white;
}

/* +++++++++++++++++++++++++++ Single Products CSS +++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++ Related Products CSS +++++++++++++++++++++++++++ */

.related.products h2 {
    color: white;
    font-family: 'Bebas Neue';
    letter-spacing: 0.57px;
    font-size: 56px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 38px;
    padding: 0;
    font-weight: 400 !important;
}

ul.products li.product .custom-product-card {
    background: #3d3d3d96;
    padding: 8px;
}

ul.products li.product .custom-product-card img {
    width: 100%;
    margin: 0 0 16px !important;
}

li.product.type-product .product-category {
    color: white;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

li.product.type-product .product-title a {
    margin: 0 0 4px;
    font-size: 38px;
    line-height: 40px;
    color: white;
    letter-spacing: 0.57px;
    font-family: 'Bebas Neue';
    padding: 0;
}

li.product.type-product .product-title {
    text-align: left !important;
    margin: 0 0 4px !important;
}

li.product.type-product .product-short-desc p {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #fff !important;
}

li.product.type-product .product-button a {
    margin: 16px 0 0 !important;
    background: #e10028;
    color: white;
    border: unset !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    font-family: 'Bebas Neue';
    padding: 15px 0 10px !important;
    width: 100%;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 0 !important;
}

li.product.type-product .star-rating {
    font-size: 16px !important;
}

li.product.type-product {
    margin: 0 16px 20px 0px !important;
    width: 32% !important;
}

li.product.type-product .product-price span {
    color: #E10028;
    font-family: 'Bebas Neue';
    font-size: 40px;
    line-height: 44px;
    margin: 0;
    letter-spacing: 0.57px;
    padding: 0;
}

li.product.type-product .product-price {
    margin: 15px 0 8px;
    color: #e10028 !important;
    font-size: 36px !important;
    line-height: 32px;
    font-family: 'Bebas Neue';
    letter-spacing: 0.57px;
    padding: 0;
}

/* +++++++++++++++++++++++++++ Related Products CSS +++++++++++++++++++++++++++ */


.Contact-form .form-control:focus {
    color: #616161;
    background-color: transparent;
    border-color: #616161;
    outline: 0;
    box-shadow: none;
}


/* +++++++++++++++++++++++++//======================== */

.woocommerce-page #content {
    position: relative;
}

.woocommerce-page #content::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/08/image.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 811px;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.custom-product-contact {
    position: relative;
    z-index: 999;
}

#customlogorow_wrapper {
    padding-top: 80px;
    padding-bottom: 195px;
}

div#single_product_form {
    position: relative;
    top: -40px;
    right: 10px;
    width: 114.5%;
}

#single_product_form .wpcf7-not-valid-tip {
    position: absolute;
    display: contents;
}

/* +++++++++++++++++++++++++//======================== */

/* +++++++++++++++++++++++++/Woocommerce-Cart page css/======================== */

.woocommerce-cart #content::after {
    display: none;
}

.entry-title {
    color: white;
    font-family: 'Bebas Neue';
    letter-spacing: 0.57px;
    font-size: 42px !important;
    line-height: 40px !important;
    text-align: left;
    margin: 0 0 45px;
    padding: 0;
    font-weight: 400 !important;
    border-color: #ccc !important;
    border: unset !important;
}

.wc-block-components-sidebar-layout span, .wc-block-components-sidebar-layout h2, .wc-block-components-sidebar-layout div, .wc-block-components-sidebar-layout a {
    color: white;
}

.wp-block-woocommerce-cart-order-summary-heading-block, .wc-block-cart-items__header-total span, .wc-block-cart-items__header-image span {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.wc-block-components-totals-wrapper {
    border-color: #ccc !important;
}

td.wc-block-cart-item__product {
    border-color: #ccc !important;
}

.wc-block-cart-item__image, .wc-block-cart-item__total {
    border-color: #ccc !important;
}

a.wc-block-components-button {
    font-family: "Bebas Neue";
    color: white;
    padding: 18px 30px;
    font-size: 18px;
    transition: all linear 0.3s;
    text-decoration: none;
    background: #E10028;
    border-radius: 0;
    letter-spacing: 1px;
}

button.wc-block-components-button.wp-element-button {
    font-family: "Bebas Neue";
    color: white !important;
    font-size: 16px;
    transition: all linear 0.3s;
    text-decoration: none;
    background: #E10028;
    border-radius: 0;
    letter-spacing: 1px;
    border: unset !important;
}

/* +++++++++++++++++++++++++/Woocommerce-Cart page css/======================== */

.summary.entry-summary .product_title {
    text-align: left !important;
}

/* +++++++++++++++++++++++++/Woocommerce-Checkout page css/======================== */

.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}

.woocommerce-checkout #content::after {
    display: none;
}

.woocommerce-checkout .wc-block-components-main, .woocommerce-checkout .wc-block-components-sidebar {
    position: relative;
    padding-top: 55px;
}

.woocommerce-checkout .wc-block-components-main::before {
    content: 'Shipping Information';
    position: absolute;
    letter-spacing: 0.57px;
    font-size: 32px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Bebas Neue';
    top: 0;
    left: 0;
}

.woocommerce-checkout .wc-block-components-sidebar::before {
    content: 'Review your cart';
    position: absolute;
    letter-spacing: 0.57px;
    font-size: 32px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Bebas Neue';
    top: 0;
    left: 10%;
}

.woocommerce-checkout .wc-block-components-sidebar {
    margin-top: -23px;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main input, .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main select {
    border: 1px solid #4B4B4B !important;
    background: #ffffff00 !important;
    color: #757577 !important;
    font-size: 18px !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main input::placeholder {
    color: #757575 !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main label {
    color: #fff !important;
    font-size: 18px !important;
    /* position: unset;
    translate: none !important;
    margin: 0 !important;
    transform: none !important; */
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent !important;
}

.woocommerce-checkout .wc-block-components-notice-banner.is-error {
    background: transparent;
    font-size: 16px;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea {
    background: transparent;
    border: 1px solid #4B4B4B;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #e10028;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: white !important;
}

.woocommerce-checkout .wc-block-components-button {
    font-size: 18px !important;
    letter-spacing: 0 !important;
    font-family: 'Poppins' !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity span {
    color: black;
}

.woocommerce-checkout #primary {
    padding-top: 55px;
	padding-bottom: 50px;
}

.woocommerce-checkout .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing svg {
    fill: white;
}

.woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice.wc-block-components-notice-banner.is-warning {
    background: transparent;
    border-color: #e10028;
}

.woocommerce-checkout .wc-block-components-notice-banner.is-warning>svg {
    background-color: #e10028;
}

.woocommerce-checkout #my-custom-checkout-section #customlogorow_wrapper {
    max-width: 88%;
    margin: 0 auto;
    align-items: center;
    padding-top: 100px;
}

.woocommerce-checkout #my-custom-checkout-section {
    background: url(/wp-content/uploads/2025/08/Suspension-Packages.png) no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    position: relative;
}

.woocommerce-checkout #my-custom-checkout-section::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/08/image.png) no-repeat;
	background-size: cover !important;
    width: -webkit-fill-available;
    height: 810px;
    bottom: 0px;
    z-index: 0;
}

.woocommerce-checkout #single_product_form {
    width: 102% !important;
    right: 20px !important;
}

/* +++++++++++++++++++++++++/Woocommerce-Checkout page css/======================== */


/* +++++++++++++++++++++++++/Rider Form page css/======================== */

.Rider-Form {
    max-width: 700px;
    margin: 55px auto 0;
}

.Rider-Form label {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px;
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
}

.Rider-Form p {
    margin: 0;
}

.Rider-Form input, .Rider-Form textarea, .Rider-Form select {
    height: 69.3px;
    font-size: 18px;
    color: #757575;
    background: transparent !important;
    border: 1px solid #4B4B4B;
    border-radius: 10.66px;
    padding: 22px;
    margin-bottom: 24px;
}

.Rider-Form input::placeholder, .Rider-Form textarea::placeholder, .Rider-Form select::placeholder {
    color: #757575;
}

.Rider-Form select option {
    background-color: #343434;
    border: 0.5px solid #fff !important;
    color: #C2C2C2;
    font-size: 16px;
}

.Rider-Form span {
    color: #E23710;
}

.Rider-Form textarea {
    height: 222px;
}

.Rider-Form .form-control:focus {
    color: #757575;
    background-color: #ffffff00;
    border-color: #4B4B4B;
    outline: 0;
    box-shadow: none;
}

.rider_btn {
    text-align: center;
}

.rider_btn input {
    padding: 10px 40px;
    font-size: 24px;
    line-height: normal;
    font-family: "Jost";
    font-weight: bold;
    height: unset;
    color: white;
    background: #e10028 !important;
    border: unset !important;
    transition: all linear 0.3s;
    border-radius: 0 !important;
    margin: 32px 0 0 !important;
}

.rider_btn .wpcf7-spinner {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#Rider-Sect {
    padding-top: 100px;
	padding-bottom: 100px;
}

#Rider-Sect .hd1 {
    margin: 0 0 16px;
}

#Rider-Sect #A-Logo-row {
	margin-top: 300px;
}

/* +++++++++++++++++++++++++/Rider Form page css/======================== */



/* +++++++++++++++++++++++++/Cart page css/======================== */

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: #e10028;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-heading {
    color: white;
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: #ccc;
    font-size: 2em;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product {
    max-width: 31% !important;
    background: #3d3d3d96;
    padding: 8px 0 0;
    margin-right: 18px;
    flex: 100% !important;
	margin-bottom: 20px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-link {
    display: block !important;
    text-align: left !important;
    text-decoration: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-title {
    font-size: 38px;
    line-height: 40px;
    color: white;
    letter-spacing: 0.57px !important;
    font-family: 'Bebas Neue';
    padding: 0;
    font-weight: 400 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-price.price span {
    color: #E10028;
    font-family: 'Bebas Neue';
    font-size: 40px;
    line-height: 44px;
    margin: 0;
    letter-spacing: 0.57px;
    padding: 0;
    text-align: left !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-price.price {
    text-align: left;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-rating .star-rating {
    margin: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .star-rating::before {
    color: #ffffff;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-button__link {
    margin: 0px 0 0 !important;
    background: #e10028;
    color: white;
    border: unset !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    font-family: 'Bebas Neue';
    padding: 15px 0 10px !important;
    width: 100%;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 0 !important;
	text-decoration: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-button {
    margin: 0 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-price.price {
    margin: 0 0 10px;
}

.woocommerce-cart .wp-block-product-new .wc-block-grid__products {
    padding-bottom: 100px;
}

/* +++++++++++++++++++++++++/Cart page css/======================== */


/* +++++++++++++++++++++++++/Track Day Services page css/======================== */

#TDS_Sect {
    padding-top: 100px;
	padding-bottom: 100px;
}

#TDS_Sect .hd1 {
    padding: 0 0 25px;
}

.service_inr_row  .wpb_text_column p {
    padding: 0 0 30px;
}

.service_inr_row #Cstm-Btn a {
    letter-spacing: 0;
    font-size: 16px;
    padding: 20px 34px;
}

.service_inr_row {
    padding-bottom: 80px;
}

.txt22 {
    padding-bottom: 100px;
}

#sev_inr_col {
    padding-left: 70px;
}

.txt1 {
    padding: 20px 0 100px;
	margin: 0 !important;
}

div#service-video-row {
    width: 83%;
    margin: 0 auto;
}

.txt1 h4 {
    color: #CFD4D9 !important;
    font-size: 22px;
    line-height: 25px;
}

#TDS_Sect #A-Logo-row {
    margin-top: 100px;
}

/* #TDS_Sect {
    background-position: center center !important;
} */

#TDS_Sect::after {
    content: '';
    position: absolute;
    background: black;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

#TDS_Sect::before {
	content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/08/Frame-tds.png) no-repeat;
    width: 100%;
    height: 3650px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    z-index: -1;
    background-position: center center !important;
}

#service-video-row, .txt1, .service_inr_row {
    position: relative;
    z-index: 999;
}

/* +++++++++++++++++++++++++/Track Day Services page css/======================== */



/* +++++++++++++++++++++++++/Coming Soon page css/======================== */

#CS_BG {
    padding-top: 250px;
    padding-bottom: 100px;
}

#CS_BG .Offer-form .wpcf7-spinner {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#CS_BG .Offer-form {
    max-width: 630px;
    margin: 38px auto 0;
}

#CS_BG .Offer-form .wpcf7-submit {
    top: 5.5px;
}

#CS_BG h1 {
    font-family: 'Bebas Neue';
    margin: 0;
    padding: 0 0 18px;
    letter-spacing: 0.57px;
    font-size: 88px;
    line-height: 66px;
}

/* +++++++++++++++++++++++++/Coming Soon page css/======================== */

/* +++++++++++++++++++++++++/Contact Us page css/======================== */

#Contact_us_sect {
    padding-top: 250px;
    padding-bottom: 150px;
}

#Contact_us_sect .hd1 {
    letter-spacing: 0.47px;
    font-size: 47px;
    line-height: 49px;
}

.c-info-row p {
    color: #7A7A7A;
    margin: 0;
    padding: 0 0 12px;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.95px;
    font-family: 'Bebas Neue';
}

.c-info-row p a {
    color: white;
    text-decoration: none;
}

.c-info-row {
    width: 83%;
    margin: 46px auto 0 !important;
}

.c-info-row .vc_col-sm-3:nth-child(2) .wpb_wrapper, .c-info-row .vc_col-sm-3:nth-child(3) .wpb_wrapper, .c-info-row .vc_col-sm-3:nth-child(4) .wpb_wrapper {
    display: grid;
    justify-content: right;
}

/* +++++++++++++++++++++++++/Contact Us page css/======================== */



/* .woocommerce-checkout .wc-block-components-button {
    visibility: hidden;
    position: relative;
}

.woocommerce-checkout .wc-block-components-button::after {
    content: 'Pay Now';
    visibility: visible;
    background: #E10028;
    width: -webkit-fill-available;
    height: 60px;
    position: absolute;
    padding-top: 15px;
    color: white;
    font-size: 20px;
    font-family: 'Poppins';
    letter-spacing: 0;
} */

#Rider-Sect::before, #SP-Sect::before, #SP-Sect-last::before, #CS_BG::before, #Contact_us_sect::before {
    content: '';
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: -1;
}

#SP-Sect, #SP-Sect-last {
    background-position: top center !important;
}

#Rider-Sect .wpcf7-response-output {
    border-color: #e10028 !important;
    color: white !important;
}
#aboutus-sect2 .wpcf7-response-output {
    border-color: #e10028;
    color: black;
}
#Join-Sect .wpcf7-response-output {
    border-color: #e10028 !important;
    color: #67696B !important;
}

h3.wc-block-components-product-name {
    color: white;
}

/* +++++++++++++++++++++++++/SHOP page css/======================== */

.woocommerce-shop #content::after {
    display: none;
}

.woocommerce-shop #primary .page-title {
    font-family: 'Bebas Neue';
    font-size: 70px;
    line-height: 70px;
}

.woocommerce-shop #primary {
    padding-bottom: 80px;
    padding-top: 250px;
}

/* +++++++++++++++++++++++++/SHOP page css/======================== */

.SP_Brands_img {
    text-align: center;
}

.SP_Brands_img {
    background: white;
    height: 332px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* +++++++++++++++++++++++++/Single Post page css/======================== */

.single-post #content.site-content {
    background: url(/wp-content/uploads/2025/08/Frame-18617.png) no-repeat !important;
    position: relative;
    background-size: cover !important;
    background-position: top center !important;
    padding: 80px 50px;
}

.single-post #content.site-content::before {
    content: '';
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.single-post #content.site-content .wp-block-heading,
.comments-title {
	color: white;
	font-family: 'Bebas Neue';
	font-size: 30px;
	line-height: 30px;
}

.single-post #content.site-content #secondary a {
	color: white;
	font-size: 16px;
}

.single-post #content.site-content .wp-block-latest-comments__comment-meta {
	color: white;
}

.single-post #content.site-content .entry-meta a,
.logged-in-as a {
	color: white;
	text-decoration: underline;
}

.single-post #content.site-content .alert.alert-info {
	background: transparent;
	border: 2px solid #e10028;
	color: white;
}

.single-post #content.site-content .media-body-wrap.card {
	background: transparent;
	border: 1px solid #ccc;
}

.single-post #content.site-content .card-header {
	border-bottom: 1px solid #ccc;
}

.single-post #content.site-content .card-header a {
	color: white;
}

.single-post #content.site-content .card-header span {
	color: #86898C;
}

.single-post #content.site-content .comment-reply-link {
	background: #e10028 !important;
	border: unset !important;
	color: white !important;
	font-family: "Bebas Neue";
	font-size: 18px !important;
	padding: 10px 35px !important;
	letter-spacing: 1px !important;
	font-weight: 500 !important;
	border-radius: 0px !important;
}

.single-post #content.site-content #comment {
	background: transparent;
}

.single-post #content.site-content .wp-block-search__label {
    color: white;
}

.single-post #content.site-content .wp-block-search__input {
    background: transparent;
    border: 1px solid #ccc;
    color: white;
}

.wp-block-search__button {
    background: #e10028;
    color: white;
    border-color: #e10028;
    font-family: 'Bebas Neue';
    font-size: 16px;
}

/* +++++++++++++++++++++++++/Single Post page css/======================== */

/* ============================== YITH WooCommerce CSS ============================== */

.yith-wapo-container .addon-header, .yith-wapo-container .option-price {
    display: none !important;
}

.yith-wapo-container .yith-wapo-addon {
    background: transparent !important;
}

.yith-wapo-container .yith-wapo-addon-label {
    color: white;
    font-size: 18px;
}

.yith-wapo-container .description {
    font-size: 15px !important;
    color: #86898C !important;
    margin: 12px 0 5px;
}

#wapo-total-price-table {
    margin: 10px 0 0 !important;
    background: transparent !important;
    color: white !important;
    font-weight: 400 !important;
}

#wapo-total-price-table th, #wapo-total-price-table td {
    font-weight: 600 !important;
    text-transform: capitalize;
    border: 1px solid #CCCCCC;
    padding: 2px 8px;
}

#wapo-total-price-table td .woocommerce-Price-amount { 
	font-weight: 400 !important; 
}

/* ============================== YITH WooCommerce CSS ============================== */

.variations_form .variable-item.selected {
    background: #e10028 !important;
    color: white !important;
    border-color: #e10028 !important;
}

.postid-395 .build-setup-btn {
    position: unset;
}

/* Hooligan */
.postid-395 .custom-breadcrumb h1:after, .postid-394 .custom-breadcrumb h1::after {
    content: 'Hooligan';
}

/* Custom Framer/AFT Twin */
.postid-409 .custom-breadcrumb h1:after, .postid-410 .custom-breadcrumb h1:after {
    content: 'Custom Framer/AFT Twin';
}

/* Cruisers */
.postid-417 .custom-breadcrumb h1:after, .postid-421 .custom-breadcrumb h1:after, .postid-422 .custom-breadcrumb h1:after {
    content: 'Cruiser';
}

/* Hypercoils */
.postid-426 .custom-breadcrumb h1:after, .postid-475 .custom-breadcrumb h1:after {
    content: 'Hypercoils';
}

/* SKF */
.postid-484 .custom-breadcrumb h1:after {
    content: 'SKF';
}

.postid-417 .build-setup-btn, .postid-426 .build-setup-btn, .postid-484 .build-setup-btn, .postid-410 .build-setup-btn {
    position: unset;
}

.woocommerce div.product form.cart .variations tbody tr td {
    margin-bottom: 20px;
}

.yith-wapo-container .yith-wapo-option-value {
    cursor: pointer;
}

/* ===================================== Responsive CSS ===================================== */

@media screen and (min-width: 1200px) and (max-width: 1300px) {
.navbar-brand img { width: 200px; }
.contact-btn a { padding: 14px 20px; font-size: 17px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 16px; padding: 0 10px; }
header#masthead { padding: 25px 10px 0; }
.slider-wrap h6 { font-size: 25px; line-height: 28px; margin: 0 0 15px; }
.slider-wrap h2 { color: white; font-family: 'Bebas Neue'; font-size: 68px; line-height: 60px; }
#heroslider1 .row { align-items: flex-start; margin: 0px 40px 0; }
#heroslider1 .owl-nav i { width: 40px; height: 40px; font-size: 18px; }
#heroslider1 .owl-nav .owl-prev { left: 2% !important; }
#heroslider1 .owl-nav .owl-next { right: 2% !important; }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
.navbar-brand img { width: 260px; } 
.navbar-brand { margin: 0; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 16px; padding: 0 12px; }
.contact-btn a { padding: 16px 25px; font-size: 17px; }
.slider-wrap h2 { font-size: 75px; line-height: 68px; }
.slider-wrap h6 { font-size: 26px; }
#heroslider1 .row { align-items: flex-start; margin: 10px 20px 0; }
#heroslider1 .owl-nav i { width: 40px; font-size: 18px; height: 40px; }
#heroslider1 .owl-nav .owl-prev { left: -2%; }
#heroslider1 .owl-nav .owl-next { right: -1%; }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
#heroslider1 .row { margin: 10px 60px 0; }
#heroslider1 .owl-nav .owl-prev { left: 1%; }
#heroslider1 .owl-nav .owl-next { right: 1%; }
}

@media screen and (min-width: 1501px) and (max-width: 1660px) {
.contact-btn a { padding: 16px 32px; font-size: 17px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 17px; padding: 0 15px; }
.slider-wrap h2 { font-size: 80px; line-height: 70px; }
#heroslider1 .row { margin: 30px 50px 0; }
#heroslider1 .owl-nav i { width: 42px; font-size: 18px; height: 42px; }
#heroslider1 .owl-nav .owl-prev { left: 0%; }
#heroslider1 .owl-nav .owl-next { right: 1%; }
}

@media only screen and (max-width: 1199px){
#masthead { padding: 12px 5px; }
#masthead .navbar-toggler { background: white; } #masthead .navbar-brand { width: 81%; }
.contact-btn a { padding: 10px 20px; font-size: 16px; }
.contact-btn { display: none; }
#masthead #menu-main-menu { background: #0f0f0f; padding: 12px 0 55px; align-items: center; border-radius: 12px; border-top: 2px solid #CACDD3; border-bottom: 2px solid #CACDD3; margin-top: 3%; } 
.contact-btn { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; margin: 0 auto; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 16px; padding: 0 0 8px; }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
#heroslider1 .Slider-Img img { width: 90%; margin: 0 auto; }
.slider-wrap h6 { letter-spacing: 1px; font-size: 22px; line-height: 24px; margin: 0 0 12px; }
.slider-wrap h2 { font-size: 30px; line-height: 32px; letter-spacing: 0px; }
.Slider-Img { margin-top: 2%; }
#heroslider1 .owl-nav i { width: 28px; height: 28px; font-size: 12px; }
#heroslider1 .owl-nav .owl-prev { top: 50%; left: -2%; }
#heroslider1 .owl-nav .owl-next { right: -2%; top: 50%; }
.ES-Wrap h1 { font-size: 40px; }
.ES-Wrap a { font-size: 16px; }
.ES-Wrap { bottom: 45px; }
div#A-Logo-row { width: 100%; margin: 50px auto 0; }
#A-Logo-row .wpb_single_image {padding-bottom: 20px;}
.mob1 { padding-bottom: 8%; }
.review-input textarea::placeholder { font-size: 15px; }
.review-input textarea { width: 100%; height: 60px; font-size: 15px; padding: 15px 100px 15px 8px; }
.review-input p { align-items: center; justify-content: left; }
.review-input .wpcf7-submit { font-size: 16px; padding: 10px 25px; right: 7%; top: 48px; }
#Hero-Banner #A-Logo-row { padding-bottom: 20px; }
.review-input h4 { font-size: 16px; margin: 0 0 10px 0; }
.review-input { padding-top: 10px; }
#Hero-Banner { padding-top: 90px; padding-bottom: 30px; }
#ES-Row { padding-top: 10px !important; }
#Join-Sect h3 { font-size: 30px; line-height: 32px; letter-spacing: 0.47px; margin: 0 0 20px; }
.offr-input input { height: 50px; padding: 0 0 0 26px; font-size: 14px; }
.offr-input .wpcf7-submit { padding: 8px 20px; top: 5px; }
.offr-input div i { top: 20px; left: 22px; font-size: 12px; }
.Offer-form .wpcf7-checkbox span { line-height: 20px; }
#Join-Sect { padding-top: 50px; padding-bottom: 60px; }
#footer-widget #nav_menu-2 { margin-top: 7%; margin-bottom: 5%; }
#footer-widget #nav_menu-4 { margin-top: 5%; }
#footer-widget #text-2 p br { display: none; }
#footer-widget .nav-link { font-size: 15px; padding: 0 0 10px; }
#footer-widget .widget-title { margin: 0 0 16px; }
#footer-widget #menu-get-in-touch i { width: 35px; height: 35px; }
#footer-widget #nav_menu-2 { justify-content: left !important; }
.row.fotr-btm p, .row.fotr-btm a { line-height: 22px; font-size: 14px; }
#footer-widget #text-2 p { font-size: 14px; line-height: 24px; }
.row.fotr-btm { margin-top: 20px; padding: 15px 0; }
#footer-widget { padding-top: 50px; padding-left: 0; }
#footer-widget #menu-contact-menu .menu-item-73 { width: 95%; }
#Join-Sect h3 br { display: none; }
/* ======================== About Us Page ======================== */
#aboutus-sect h1 { font-size: 40px; margin: 0 0 10px; }
#Cstm-Btn a { font-size: 16px; padding: 10px 30px; }
#aboutus-sect, #DTX_SECT, .single-product .custom-breadcrumb, .woocommerce-checkout .custom-breadcrumb { padding-top: 50px; padding-bottom: 50px; }
#aboutus-sect1 h2 { font-size: 29px; line-height: 32px; margin: 0 0 10px; }
p { font-size: 15px; line-height: 25px; }
#aboutus-sect1 .wpb_text_column { margin-bottom: 30px !important; }
#aboutus-sect1 { padding-top: 40px; padding-bottom: 40px; }
.ContacT-InpuT h3 { font-size: 25px; line-height: 28px; margin: 0 0 15px; }
.Contact-form input, .Contact-form textarea { height: 45px; padding: 10px; }
.Contact-form { padding: 25px 18px 0; }
.Contact-form .wpcf7-submit { padding: 15px 0; }
#aboutus-sect2 { padding-top: 46px; padding-bottom: 46px; }
/* ======================== Suspension-Packages Page ======================== */
#mbsp_wrap { flex-direction: column-reverse; }
#SP-Sect h1 { font-size: 35px; line-height: 38px; left: 0; }
#sp-txt { display: block; margin: 10px 0px 0 0; }
#SP-Sect { padding-top: 140px; padding-bottom: 30px; }
.DTX-Wrapper h1 { font-size: 35px; line-height: 35px; margin: 15px 0 10px; }
.DTX-Wrapper a { font-size: 18px; letter-spacing: 0px; }
.DTX-Wrapper { padding-top: 30px; padding-bottom: 30px; }
.hd1 { font-size: 40px; line-height: 42px; }
#SPL_ROW { width: 100% !important; margin: 30px auto 0; }
.SP_Brands_img { height: 250px; }
#HSJ_MAIN h3 { font-size: 35px; line-height: 35px; }
#HSJ_MAIN a { font-size: 16px; letter-spacing: 0px; }
#HSJ_MAIN { margin: 0 auto 30px !important; padding: 20px 0 15px; width: 100%; }
#SP-Sect-last { padding-top: 50px; padding-bottom: 30px; }
#SP-Sect h1 br, #sp-txt br { display: none; }
/* ======================== Track-Day-Services Page ======================== */
#TDS_Sect .hd1 { padding: 0 0 14px; }
.txt22 { padding-bottom: 30px; }
.service_inr_row #Cstm-Btn a { padding: 12px 30px; margin-bottom: 20%; }
.service_inr_row { padding-bottom: 30px; }
#sev_inr_col { padding-left: 0; padding-top: 8%; }
#TDS_Sect .hd1 br { display: none; }
#TDS_Sect .hd1 { padding: 0 0 10px; font-size: 30px; line-height: 32px; }
.service_inr_row .wpb_text_column p { padding: 0 0 20px; }
.txt1 h4 { font-size: 18px; line-height: 25px; }
.txt1 { padding: 0px 0 30px; }
#service-video-row { width: 100% !important; }
#service-video-row .wpb_single_image { padding-bottom: 30px; }
#TDS_Sect #A-Logo-row { margin-top: 30px !important; }
#TDS_Sect { padding-top: 50px; padding-bottom: 40px; }
#TDS_Sect::before { height: 3030px; }
.service_inr_row .wpb_text_column p br { display: none; }
#tds_row_mb { flex-direction: column-reverse; }
/* ======================== Contact Us Page ======================== */
.c-info-row .vc_col-sm-3:nth-child(2) .wpb_wrapper, .c-info-row .vc_col-sm-3:nth-child(3) .wpb_wrapper, .c-info-row .vc_col-sm-3:nth-child(4) .wpb_wrapper { justify-content: left; padding-top: 8px; }
.c-info-row { width: 100%; margin: 15px auto 0 !important; }
.c-info-row p { padding: 0 0 10px; font-size: 18px; line-height: 23px; }
#Contact_us_sect .hd1 { font-size: 35px; line-height: 37px; }
#Contact_us_sect { padding-top: 130px; padding-bottom: 30px; }
/* ======================== Package-Listing Page ======================== */
.srchpkg input { height: 60px; font-size: 14px; padding: 15px 10px; }
.srchpkg button { padding: 8px 28px; right: 6.7%; top: 10.5px; }
.SSQ_Wrap { flex-wrap: wrap; gap: 15px; } 
.SSQ_Wrap select { margin-bottom: 15px; }
#CPT_Sect .products-grid { grid-template-columns: repeat(1, 1fr) !important; margin-top: 35px; }
.product-card h3 { margin: 4px 0; font-size: 32px; line-height: 34px; }
.product-card .price span { font-size: 35px; line-height: 37px; }
.rating { margin: 0 0 10px; }
.product-card .buy-now { font-size: 18px; padding: 10px 0 8px; }
#CPT_Sect #A-Logo-row { margin-top: 10px; }
#CPT_Sect { padding-top: 40px; padding-bottom: 30px; }
/* ======================== Single-Product Page ======================== */
.single-product .custom-breadcrumb h1:after, .woocommerce-checkout .custom-breadcrumb h1:after { font-size: 40px; }
.woocommerce-page #primary { max-width: 100%; padding-top: 40px; }
.summary.entry-summary { margin-top: 25px; }
.entry-title { font-size: 35px !important; line-height: 37px !important; margin-bottom: 0 !important; }
.woocommerce-product-rating { margin: 8px 0 10px !important; }
p.price { font-size: 30px !important; line-height: 30px; margin: 0 0 18px !important; }
.woocommerce-variation-add-to-cart.variations_button { display: block; }
.quantity .input-text { height: 47px; padding: 0 10px; width: 4em !important; }
.single_add_to_cart_button { font-size: 18px !important; margin-bottom: 25px !important; padding: 14px 70px !important; margin-right: 15px !important; }
a.build-setup-btn { font-size: 18px; padding: 9px 28px; margin-left: 0; display: inline-block; position: unset; }
.woocommerce-tabs.wc-tabs-wrapper { padding-top: 35px; padding-bottom: 20px; }
.woocommerce-tabs ul { margin: 0 0 15px !important; padding: 22px 0 0 !important; gap: 15px; }
.woocommerce-tabs ul li a { font-size: 25px !important; line-height: 20px !important; }
.woocommerce-tabs ul li { padding: 0 0 5px 6px !important; }
.form-submit .submit { font-size: 16px !important; padding: 14px 35px !important; }
.related.products h2 { font-size: 35px; line-height: 35px; margin: 0 0 25px; }
li.product.type-product { margin: 0 0 18px 0px !important; width: 100% !important; }
li.product.type-product .product-button a { margin: 10px 0 0 !important; font-size: 18px !important; padding: 15px 0 10px !important; }
li.product.type-product .product-short-desc p { font-size: 14px; line-height: 20px; margin: 0 0 10px; }
li.product.type-product .product-title { margin: 4px 0 4px !important; }
li.product.type-product .product-title a { font-size: 35px; line-height: 37px; }
#customlogorow_wrapper { padding-top: 10px; padding-bottom: 75px; text-align: center; gap: 20px; }
div#single_product_form { top: 0; right: 0; width: 100%; padding-bottom: 40px; }
.woocommerce-page #content::after { height: 620px; }
.woocommerce #reviews #comments ol.commentlist { padding-left: 0; }
/* ======================== Cart Page ======================== */
.woocommerce-cart .wc-block-components-main .wc-block-cart-items { margin-bottom: 0 !important; } 
button.wc-block-components-button.wp-element-button { min-height: 20px !important; }
a.wc-block-components-button { padding: 14px 25px; }
.wc-block-cart-items__row td { margin-bottom: 6px !important; }
/* ======================== Checkout Page ======================== */
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main label { font-size: 12px !important; }
.woocommerce-checkout .wc-block-components-main::before { font-size: 25px; line-height: 25px; top: -30px; left: 0; }
.woocommerce-checkout .entry-title { margin-bottom: 10px !important; }
.woocommerce-checkout .wc-block-components-sidebar::before { display: none; }
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main input, .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main select { font-size: 16px !important; }
.woocommerce-checkout .wc-block-components-button { font-size: 18px !important; width: 100% !important; }
.woocommerce-checkout #primary { padding-bottom: 10px; }
.woocommerce-checkout #my-custom-checkout-section #customlogorow_wrapper { max-width: 100%; padding-top: 30px; }
.woocommerce-checkout #single_product_form { width: 100% !important; right: 0 !important; }
.woocommerce-checkout #my-custom-checkout-section::after { height: 620px; }
/* ======================== Rider Form Page ======================== */
.page-id-254 #DTX_SECT .hd1 { font-size: 35px; line-height: 37px; }
#mbrf-wrap p br { display: none; }
.Rider-Form { max-width: -webkit-fill-available; margin: 25px auto 0; }
.Rider-Form label { font-size: 15px; margin: 0 0 8px; }
.Rider-Form input, .Rider-Form textarea, .Rider-Form select { height: 50px; font-size: 15px; padding: 10px 12px; margin-bottom: 18px; }
.rider_btn input { padding: 10px 30px !important; font-size: 18px !important; margin: 15px 0 0 !important; }
#Rider-Sect #A-Logo-row { margin-top: 50px; }
#Rider-Sect { padding-top: 50px; padding-bottom: 40px; }
.Rider-Form textarea { height: 120px !important; }
/* .ridermobile { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } */
/* ======================== SHOP Page ======================== */
.woocommerce-shop #primary .page-title { font-size: 40px; line-height: 40px; }
.woocommerce-shop #primary { padding-bottom: 15px; padding-top: 130px !important; }
/* ======================== Coming Soon Page ======================== */
#CS_BG h1 { padding: 0 0 12px; font-size: 45px; line-height: 30px; }
#CS_BG .Offer-form { max-width: -webkit-fill-available; margin: 20px auto 0; }
#CS_BG .wpb_single_image img { width: 80%; }
#CS_BG { padding-top: 140px; padding-bottom: 50px; }
#CS_BG .wpb_text_column p br { display: none; }
/* ======================== Cart Products Page ======================== */
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product { max-width: 100% !important; margin-bottom: 20px; }
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-button__link { font-size: 18px !important; padding: 12px 0 8px !important; }
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-title { font-size: 30px; line-height: 30px; }
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-price.price span { font-size: 32px; line-height: 30px; }
.woocommerce-cart .wp-block-product-new .wc-block-grid__products { padding-bottom: 20px; }
:root :where(.wp-block-separator.is-style-dots):before { color: #ccc; font-size: 1.5em; }
.yith-wapo-container .yith-wapo-addon-label { font-size: 16px !important; }
#wapo-total-price-table th, #wapo-total-price-table td { font-size: 18px; }
.pack_note p { top: 0; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
#heroslider1 .Slider-Img { right: 30px; }
.slider-wrap { padding-left: 30px; }
.slider-wrap h6 { font-size: 26px; line-height: 28px; margin: 0 0 14px; }
.slider-wrap h2 { font-size: 40px; line-height: 40px; letter-spacing: -0.5px; }
#heroslider1 .owl-nav i { width: 30px; font-size: 13px; height: 30px; }
#heroslider1 .owl-nav .owl-next { right: 0%; top: 35%; }
#heroslider1 .owl-nav .owl-prev { top: 35%; left: 0%; }
.ES-Wrap h1 { font-size: 50px; }
.ES-Wrap a { font-size: 18px; }
div#A-Logo-row { width: 83%; margin: 50px auto 0; }
div#ES-Row { padding-top: 30px; }
.review-input textarea { padding: 15px 115px 15px 12px; width: 100%; height: 60px; }
.review-input h4 { font-size: 17px; }
.review-input .wpcf7-submit { padding: 10px 28px; right: 6%; }
/* .review-input { padding-top: 50px; } */
#Hero-Banner { padding-top: 130px; padding-bottom: 30px; }
#Join-Sect h3 { font-size: 33px; line-height: 35px; }
#Join-Sect .vc_col-sm-5 { width: 35%; } #Join-Sect .vc_col-sm-5:nth-child(3) { width: 50%; }
.Offer-form .wpcf7-checkbox span { font-size: 14px; line-height: 22px; }
.offr-input input { padding: 0 0 0 25px; }
.offr-input div i { top: 24px; left: 20px; font-size: 13px; }
.offr-input .wpcf7-submit { padding: 11px 20px; top: 7px; right: 19px; }
#Join-Sect { padding-top: 70px; padding-bottom: 80px; }
#footer-widget #text-2 p br { display: none; }
/* #footer-widget #text-2 p { font-size: 14px; line-height: 24px; } */
#footer-widget .widget-title { font-size: 19px; margin: 0 0 15px; }
#footer-widget #media_image-2 { padding: 0 0 16px; }
.ft2_col { padding-left: 15px !important; }
/* Footer Column Media */
#footer-widget .col-md-4 { flex: 0 0 100%; max-width: 100%; } #footer-widget .col-md-3, #footer-widget .col-md-2 { flex: 0 0 32%; max-width: 32%; padding-left: 50px; padding-top: 30px; }
#footer-widget .col-md-2 { display: grid ; justify-content: center; }
/* Footer Column Media */
#footer-widget .nav-link { font-size: 15px; padding: 0 0 14px; }
#footer-widget #menu-get-in-touch i { width: 35px; font-size: 14px; height: 35px; }
.row.fotr-btm { margin-top: 30px; border-top: 1px solid #2A2A2E; padding: 20px 0; }
#footer-widget { padding-top: 60px; padding-left: 0; }
#Hero-Banner #A-Logo-row { padding-bottom: 50px; }
#footer-widget #nav_menu-2 { display: block !important; }
/* ======================== About Us Page ======================== */
#aboutus-sect h1 { font-size: 50px; margin: 0 0 15px; }
#Cstm-Btn a { padding: 14px 35px; }
#aboutus-sect, #DTX_SECT, .single-product .custom-breadcrumb, .woocommerce-checkout .custom-breadcrumb { padding-top: 70px; padding-bottom: 70px; }
#aboutus-sect1 h2 { font-size: 50px; line-height: 52px;  margin: 0 0 20px; }
#aboutus-sect1 { padding-top: 50px; padding-bottom: 70px; }
#aboutus-sect2 .vc_col-sm-4 { width: 49%; } #aboutus-sect2 .vc_col-sm-7 { width: 43%; }
.Contact-form { padding: 32px 20px 0; }
.Contact-form input, .Contact-form textarea { height: 45px; padding: 10px 10px; }
#aboutus-sect2 { padding-top: 46px; padding-bottom: 46px; }
.Contact-form .wpcf7-submit { padding: 16px 0; }
/* ======================== Suspension-Packages Page ======================== */
.pack_note p { top: 5px !important; }
.SP_Brands_img { background: white; height: 200px; padding: 20px; }
#SP-Sect h1 { font-size: 45px; line-height: 47px; left: 0; margin: 0; }
#sp-txt { align-items: baseline; justify-content: left; margin: 15px 0 0 0; }
#SP-Sect { padding-top: 190px; padding-bottom: 60px; }
.DTX-Wrapper h1 { font-size: 40px; line-height: 40px; margin: 22px 0 10px; }
.DTX-Wrapper a { font-size: 18px; letter-spacing: 0px; }
.hd1 { font-size: 50px; line-height: 52px; }
div#SPL_ROW { width: 88%; margin: 25px auto 0; }
#HSJ_MAIN h3 { font-size: 30px; margin: 0 0 5px; line-height: 32px; }
#HSJ_MAIN a { font-size: 16px; letter-spacing: 0px; }
#HSJ_MAIN { width: 100%; padding: 18px 0; }
#SP-Sect-last { padding-top: 60px; padding-bottom: 60px; }
/* ======================== Track-Day-Services Page ======================== */
#TDS_Sect .hd1 { padding: 0 0 15px; }
.txt22 { padding-bottom: 50px; }
#TDS_Sect .hd1 { padding: 0 0 10px; font-size: 35px; line-height: 37px; }
.service_inr_row .wpb_text_column p { padding: 0px 0 20px; margin: -5px 0 0; }
.service_inr_row h1 br { display: none; }
.service_inr_row #Cstm-Btn a { font-size: 16px; padding: 15px 30px; }
.service_inr_row { padding-bottom: 50px; }
#sev_inr_col { padding-left: 10px; }
.txt1 h4 { font-size: 20px; line-height: 23px; }
.txt1 { padding: 10px 0 60px; margin: 0 !important; }
#TDS_Sect #A-Logo-row { margin-top: 60px; }
#TDS_Sect { padding-top: 70px; padding-bottom: 70px; }
#TDS_Sect::before { height: 2130px; }
.service_inr_row .wpb_text_column p br { display: none; }
/* ======================== Contact Us Page ======================== */
.c-info-row .vc_col-sm-3:nth-child(2) .wpb_wrapper, .c-info-row .vc_col-sm-3:nth-child(3) .wpb_wrapper, .c-info-row .vc_col-sm-3:nth-child(4) .wpb_wrapper { justify-content: left; padding-bottom: 8px; }
#Contact_us_sect .hd1 { font-size: 45px; line-height: 45px; }
.c-info-row { margin: 30px auto 0 !important; }
#Contact_us_sect { padding-top: 190px; padding-bottom: 50px; }
.c-info-row .vc_col-sm-3 { width: 50%; }
/* ======================== Package-Listing Page ======================== */
#CPT_Sect .vc_col-sm-1 { width: 100%; } #CPT_Sect .vc_col-sm-10 { width: 95%; margin: 0 auto; float: none; }
.srchpkg button { padding: 12px 40px; right: 2.7%; top: 9.5px; }
.products-grid { margin-top: 50px; }
.product-card h3 { font-size: 35px; line-height: 37px; }
.product-card .price span { font-size: 35px; line-height: 37px; }
.rating { margin: 0 0 12px; }
.product-card .buy-now { font-size: 18px; padding: 10px 0 8px; }
#CPT_Sect #A-Logo-row { margin-top: 25px; width: 95%; }
#CPT_Sect { padding-top: 60px; padding-bottom: 70px; }
/* ======================== Single-Product Page ======================== */
.entry-title { font-size: 38px !important; margin-bottom: 0 !important; line-height: 38px !important; }
.woocommerce-product-rating { margin: 8px 0 20px !important; }
p.price { font-size: 34px !important; line-height: 30px; margin: 0px 0 20px !important; }
.woocommerce-variation-add-to-cart.variations_button { align-items: center; flex-wrap: wrap; }
.single_add_to_cart_button { font-size: 18px !important; padding: 17px 70px !important; }
a.build-setup-btn { font-size: 18px; padding: 9px 50px; margin-left: 0; margin-top: 18px; }
.woocommerce-tabs.wc-tabs-wrapper { padding-top: 40px; padding-bottom: 20px; }
.woocommerce-tabs ul { margin: 0 0 20px !important; padding: 20px 0 0 !important; flex-wrap: wrap; gap: 50px; }
.woocommerce-tabs ul li a { font-size: 30px !important; line-height: 30px !important; }
.related.products h2 { font-size: 48px; line-height: 40px; margin: 0 0 30px; }
li.product.type-product { margin: 0 12px 20px 0px !important; width: 48% !important; }
#customlogorow_wrapper { padding-top: 40px; padding-bottom: 115px; align-items: center; }
div#single_product_form { top: 0; right: 0; width: 100%; padding-bottom: 50px; }
.woocommerce-page #content::after { height: 670px; }
.custom-product-contact .row:nth-child(2) .col-md-1 { display: none; } 
.custom-product-contact .row:nth-child(2) .col-md-4 { flex: 0 0 56%; max-width: 56%; } 
.custom-product-contact .row:nth-child(2) { justify-content: end; }
.Contact-form { width: 100% !important; margin: 0 auto; }
/* ======================== Single-Product Page ======================== */
.woocommerce-page #primary { padding-top: 50px; }
/* ======================== Checkout Page ======================== */
.woocommerce-checkout .wc-block-components-sidebar::before { display: none; }
.woocommerce-checkout .wc-block-components-main::before { font-size: 30px; top: -30px; left: 0; }
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main label { font-size: 16px !important; }
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main input, .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main select { font-size: 16px !important; }
.woocommerce-checkout #my-custom-checkout-section #customlogorow_wrapper { padding-top: 60px; }
.woocommerce-checkout #single_product_form { width: 100% !important; right: 0px !important; }
#checkout_bottm_CBG .col-md-1 { display: none; } 
#checkout_bottm_CBG .col-md-4 { flex: 0 0 56%; max-width: 56%; padding-right: 50px; } 
#checkout_bottm_CBG .row { justify-content: right; }
.woocommerce-checkout #my-custom-checkout-section::after { height: 670px; }
.woocommerce-checkout .wc-block-components-state-input #shipping-state { height: 50px; }
/* ======================== Rider Form Page ======================== */
.Rider-Form { max-width: 500px; margin: 40px auto 0; }
.Rider-Form label { font-size: 17px; }
.Rider-Form input, .Rider-Form textarea, .Rider-Form select { height: 60px; font-size: 17px; padding: 15px; margin-bottom: 20px; }
.Rider-Form textarea { height: 180px !important; }
.rider_btn input { padding: 10px 35px !important; font-size: 20px !important; margin: 25px 0 0 !important; }
#Rider-Sect #A-Logo-row { margin-top: 70px; }
#Rider-Sect { padding-top: 70px; padding-bottom: 80px; }
#mbrf-wrap br { display: none; }
/* ======================== SHOP Page ======================== */
.woocommerce-shop #primary .page-title { font-size: 50px; line-height: 50px; }
.woocommerce-shop #primary { padding-bottom: 40px; padding-top: 200px !important; }
/* ======================== Coming Soon Page ======================== */
#CS_BG { padding-top: 200px; padding-bottom: 80px; }
#CS_BG .Offer-form { max-width: 600px; margin: 30px auto 0; }
#CS_BG h1 { font-size: 65px; line-height: 45px; }
/* ======================== Cart Products Page ======================== */
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product { max-width: 32% !important; padding: 8px 0 0 !important; margin-right: 8px; }
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-title { font-size: 30px; line-height: 30px; }
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product-price.price span { font-size: 35px; line-height: 28px; }
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-button__link { font-size: 18px !important; padding: 10px 0 8px !important; }
.woocommerce-cart .wp-block-product-new .wc-block-grid__products { padding-bottom: 50px; }
button.wc-block-components-button.wp-element-button { min-height: 2em !important; }
}


@media screen and (min-width: 1025px) and (max-width: 1440px) {
.slider-wrap h6 { font-size: 26px; line-height: 28px; }
.slider-wrap h2 { font-size: 60px; line-height: 58px; letter-spacing: -1.2px; }
#heroslider1 .slider-wrap { padding-left: 30px; } #heroslider1 .Slider-Img { margin-right: 20px; }
#heroslider1 .owl-nav i { width: 35px; height: 35px; font-size: 15px; }
#heroslider1 .owl-nav .owl-prev { top: 35%; left: 0%; }
#heroslider1 .owl-nav .owl-next { right: 0%; top: 35%; }
.ES-Wrap h1 { font-size: 60px; }
.ES-Wrap a { font-size: 18px; }
#A-Logo-row { width: 83% !important; margin: 70px auto 0 !important; }
/* .review-input { padding-top: 70px; } */
.review-input .wpcf7-submit { padding: 15px 30px; right: 5%; }
#Hero-Banner #A-Logo-row { padding-bottom: 70px; }
.review-input textarea { width: 100%; }
.review-input h4 { margin: 0 0 12px -5px; }
#Hero-Banner { padding-top: 140px; padding-bottom: 70px; }
.Offer-form .wpcf7-checkbox span { line-height: 20px; }
#Join-Sect { padding-top: 100px; padding-bottom: 95px; }
#footer-widget #text-2 p br { display: none; }
.row.fotr-btm { margin-top: 60px; border-top: 1px solid #2A2A2E; padding: 30px 0; }
#footer-widget { padding-top: 70px; padding-left: 10px; }
#ES-Row { padding-top: 70px; }
/* ======================== About Us Page ======================== */
#aboutus-sect h1 { font-size: 52px; margin: 0 0 20px; }
#aboutus-sect, #DTX_SECT, .single-product .custom-breadcrumb { padding-top: 80px; padding-bottom: 80px; }
#aboutus-sect1 h2 { margin: 0 0 25px; }
#aboutus-sect1 { padding-top: 70px; padding-bottom: 80px; }
#aboutus-sect2 .vc_col-sm-4 { width: 42%; } #aboutus-sect2 .vc_col-sm-7 { width: 51%; }
#aboutus-sect2 { padding-top: 50px; padding-bottom: 50px; }
#aboutus-sect1 h2 { font-size: 50px; line-height: 52px; }
/* ======================== Suspension-Packages Page ======================== */
.SP_Brands_img { height: 280px; }
#SP-Sect h1 { font-size: 52px; line-height: 54px; left: 0; }
#sp-txt { margin: 10px 0px 0 0; }
#SP-Sect { padding-top: 200px; padding-bottom: 80px; }
.DTX-Wrapper h1 { font-size: 50px; line-height: 50px; }
.hd1 { font-size: 52px; line-height: 52px; }
div#SPL_ROW { margin: 45px auto 0; }
#HSJ_MAIN h3 { font-size: 40px; line-height: 40px }
#HSJ_MAIN { width: 100%; }
#SP-Sect-last { padding-top: 80px; padding-bottom: 80px; }
/* ======================== Track-Day-Services Page ======================== */
.service_inr_row .hd1 { font-size: 45px; line-height: 47px; }
.service_inr_row .wpb_text_column p br { display: none; }
.service_inr_row #Cstm-Btn a { padding: 18px 32px; }
.txt22 { padding-bottom: 80px; }
.service_inr_row { padding-bottom: 60px; }
#sev_inr_col { padding-left: 40px; }
.txt1 { padding: 10px 0 80px; }
#TDS_Sect { padding-top: 80px; }
#TDS_Sect::before { height: 3000px; }
/* ======================== Contact Us Page ======================== */
#Contact_us_sect { padding-top: 220px; padding-bottom: 100px; }
/* ======================== Package-Listing Page ======================== */
.srchpkg button { right: 2.5%; }
.products-grid { margin-top: 60px; }
#CPT_Sect #A-Logo-row { margin-top: 45px !important; }
#CPT_Sect { padding-top: 80px; padding-bottom: 90px; }
/* ======================== Single-Product Page ======================== */
.woocommerce-variation-add-to-cart.variations_button { flex-wrap: wrap; }
.single_add_to_cart_button { padding: 16px 70px !important; margin-right: 12px !important; }
a.build-setup-btn { padding: 9px 40px; margin-left: 0; margin-top: 18px; }
.woocommerce-tabs.wc-tabs-wrapper { padding-top: 45px; padding-bottom: 40px; }
.related.products h2 { font-size: 50px; }
li.product.type-product { margin: 0 20px 20px 0px !important; width: 31% !important; }
#customlogorow_wrapper { padding-top: 60px; padding-bottom: 145px; align-items: center; }
.custom-product-contact .row:nth-child(2) .col-md-1 { display: none; } 
.custom-product-contact .row:nth-child(2) .col-md-4 { flex: 0 0 48%; max-width: 48%; } 
.custom-product-contact .row:nth-child(2) { justify-content: end; }
div#single_product_form { top: -35px; right: 0; width: 100%; }
.woocommerce #reviews #comments ol.commentlist { padding-left: 0; }
.woocommerce-page #primary { padding-top: 70px; }
.single_add_to_cart_button::after { position: absolute; }
/* ======================== Rider Form Page ======================== */
.Rider-Form { max-width: 600px; margin: 50px auto 0; }
#Rider-Sect { padding-top: 80px; padding-bottom: 90px; }
#mbrf-wrap br { display: none; }
/* ======================== SHOP Page ======================== */
.woocommerce-shop #primary { padding-bottom: 60px; padding-top: 220px !important; }
.woocommerce-shop #primary .page-title { font-family: 'Bebas Neue'; font-size: 60px; line-height: 60px; }
/* ======================== Coming Soon Page ======================== */
#CS_BG h1 { font-size: 75px; line-height: 50px; }
#CS_BG { padding-top: 210px; padding-bottom: 80px; }
#footer-widget .nav-link { font-size: 15px; padding: 0 0 15px; }
#footer-widget .widget-title { font-size: 18px; margin: 0 0 18px; }
#footer-widget #menu-get-in-touch i { width: 35px; font-size: 14px; height: 35px; }
#footer-widget #menu-contact-menu .menu-item-73 { width: 80%; }
.woocommerce-checkout .wc-block-components-state-input #shipping-state { height: 56px; }
}


@media screen and (min-width: 1440px) and (max-width: 1600px){
.review-input textarea { width: -webkit-fill-available; }
.review-input .wpcf7-submit { right: 4%; top: 39px; }
a.build-setup-btn { padding: 9px 50px; }
.single_add_to_cart_button { padding: 16px 90px !important; }
#footer-widget #menu-contact-menu .menu-item-73 { width: 80%; }
.woocommerce-checkout .wc-block-components-state-input #shipping-state { height: 56px; }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
#masthead #menu-main-menu { width: 50%; margin-left: auto; margin-right: auto; }
}

@media screen and (min-width: 800px) and (max-width: 850px) {
/* .review-input .wpcf7-submit { right: 4%; } */
.review-input h4 { margin: 0 0 16px -10px; }
}
@media screen and (min-width: 850px) and (max-width: 900px) {
.review-input h4 { margin: 0 0 16px 0px; }
.review-input .wpcf7-submit { right: 7%; }
}

@media screen and (min-width: 1400px) and (max-width: 1440px) {
/* .review-input input { width: 680px; } */
.review-input .wpcf7-submit { right: 4%; }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
#aboutus-sect2 .vc_col-sm-4 {width: 40%;} #aboutus-sect2 .vc_col-sm-7 {width: 52%;}
}
@media screen and (min-width: 400px) and (max-width: 767px) {
#SP-Sect { padding-top: 170px; }
#A-Logo-row .vc_col-sm-3 { width: 50%; }
#customlogorow_wrapper .col-md-3, #customlogorow_wrapper .col-sm-12 { width: 50%; padding-bottom: 20px; flex: 0 0 50%; max-width: 50%; }
#customlogorow_wrapper { gap: 0; align-items: center; }
}
@media screen and (min-width: 390px) and (max-width: 450px) {
#Hero-Banner { padding-top: 130px; }
/* .review-input input { width: 370px; } */
}
@media screen and (min-width: 430px) and (max-width: 450px) {
.Contact-form { width: 80%; margin: 0 auto; }
.review-input p { justify-content: center; }
}
@media screen and (min-width: 390px) and (max-width: 767px) {
#Contact_us_sect { padding-top: 160px; padding-bottom: 40px; }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
#Hero-Banner { padding-top: 150px; }
.Slider-Img { margin-top: 5%; }
.Contact-form { width: 70%; margin: 0 auto; }
#masthead #menu-main-menu { width: 60%; margin-right: auto; margin-left: auto; }
#masthead .navbar-brand { width: 60%; }
.SP_Brands_img { height: 300px; }
#CS_BG .Offer-form { max-width: 400px; }
#CS_BG .wpb_text_column p { width: 75%; margin: 0 auto; }
#CS_BG { padding-top: 180px; padding-bottom: 70px; }
.Review-form { max-width: 400px; margin: 0 auto; }
}
@media screen and (min-width: 380px) and (max-width: 449px) {
#masthead #menu-main-menu { width: 70%; margin-right: auto; margin-left: auto; }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
#masthead #menu-main-menu { width: 40%; margin-right: auto; margin-left: auto; }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
#service-video-row { column-count: 3; display: block; }
#CPT_Sect .products-grid { grid-template-columns: repeat(2, 1fr) !important; }
li.product.type-product { margin: 0 0 18px 5px !important; width: 48% !important; }
.woocommerce-shop #primary { padding-bottom: 25px; padding-top: 160px !important; }
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-grid__product { max-width: 48% !important; padding: 8px 0 0 0 !important; margin-right: 8px !important; }
.woocommerce-cart .wp-block-product-new .wc-block-grid__products { justify-content: center; }
#Join-Sect .vc_column_container { width: 82%; margin: 0 auto; }
/* Mobile Home New */
#ES-Row .vc_col-sm-5 { width: 100%; }
#ES-Row .vc_col-sm-1 { display: none; }
div#ES-Row { display: flex; flex-direction: row; } 
.ES-Wrap { bottom: 65px; } 
div#A-Logo-row { margin-top: 20px; }
/* Mobile Home New */
}
@media screen and (min-width: 569px) and (max-width: 767px) {
.SSQ_Wrap select { margin-bottom: 0 !important; }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
.page-id-17 #masthead, .page-id-23 #masthead, .page-id-211 #masthead, .page-id-254 #masthead { padding: 20px 10px; }
}
@media screen and (min-width: 1263px) and (max-width: 1440px) {
a.build-setup-btn { margin-top: 0 !important; }
}
@media screen and (min-width: 829px) and (max-width: 1440px) {
.woocommerce-checkout .wc-block-components-main::before { top: 16px; }
}
@media screen and (min-width: 1400px) and (max-width: 1440px) {
#heroslider1 .owl-nav .owl-next { right: 3%; }
#heroslider1 .owl-nav .owl-prev { left: 3%; }
}
@media screen and (min-width: 767px) and (max-width: 768px) {
.summary.entry-summary { margin-top: 25px; }
#customlogorow_wrapper .col-md-3, #customlogorow_wrapper .col-sm-12 { width: 50%; padding-bottom: 20px; flex: 0 0 50%; max-width: 50%; }
#customlogorow_wrapper { gap: 0; align-items: center; }
.brands-logo-image { text-align: center; }
li.product.type-product { margin: 0 16px 15px 0px !important; width: 47% !important; }
.Contact-form { width: 70%; margin: 0 auto; }
a.build-setup-btn { margin-top: 0; margin-left: 12px; }
#footer-widget #nav_menu-2 { display: block !important; }
button.wc-block-components-button.wp-element-button { min-height: 2em !important; }
.woocommerce-checkout .wc-block-components-state-input #shipping-state { height: 50px; }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
#sp-txt { justify-content: left; }
}

@media screen and (min-width: 1200px) and (max-width: 1226px) {
header#masthead { padding: 18px 5px 0; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 15px; padding: 0 10px; }
.contact-btn a { padding: 12px 18px; font-size: 15px; }
}

@media screen and (min-width: 1300px) and (max-width: 1324px) {
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 15px; padding: 0 14px; }
.contact-btn a { padding: 12px 24px; font-size: 16px; }
}

/* ===================================== Responsive CSS ===================================== */




.postid-395 .woocommerce-variation-add-to-cart, .postid-410 .woocommerce-variation-add-to-cart, .postid-417 .woocommerce-variation-add-to-cart, .postid-426 .woocommerce-variation-add-to-cart, .postid-475 .woocommerce-variation-add-to-cart, .postid-484 .woocommerce-variation-add-to-cart {
    display: block;
}

.postid-395 .build-setup-btn, .postid-410 .build-setup-btn, .postid-417 .build-setup-btn, .postid-426 .build-setup-btn, .postid-475 .build-setup-btnm, .postid-484 .build-setup-btn {
    position: relative;
}

.category_section::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/08/Frame-18617.png) no-repeat;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: -1;
    background-size: cover;
    background-position: top center;
}

.category_section::after {
    content: '';
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: -2;
}

.postid-731 .price::before {
    display: none;
}

.page-id-721 .product.type-product .product-price::before {
    display: none;
}

.postid-731 .custom-breadcrumb .hd1::after {
    content: 'Moto America APX 350 Kramer Race Build';
}