/**** homepage New Design Css Start ****/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

@font-face {
  font-family: "chakra_petchbold";
  src: url("../fonts/chakrapetch-bold-webfont.eot");
  src: url("../fonts/chakrapetch-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/chakrapetch-bold-webfont.woff2") format("woff2"),
    url("../fonts/chakrapetch-bold-webfont.woff") format("woff"),
    url("../fonts/chakrapetch-bold-webfont.ttf") format("truetype"),
    url("../fonts/chakrapetch-bold-webfont.svg#chakra_petchbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "chakra_petch_lightregular";
  src: url("../fonts/chakrapetch-light-webfont.eot");
  src: url("../fonts/chakrapetch-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/chakrapetch-light-webfont.woff2") format("woff2"),
    url("../fonts/chakrapetch-light-webfont.woff") format("woff"),
    url("../fonts/chakrapetch-light-webfont.ttf") format("truetype"),
    url("../fonts/chakrapetch-light-webfont.svg#chakra_petch_lightregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "chakra_petchregular";
  src: url("../fonts/chakrapetch-regular-webfont.eot");
  src: url("../fonts/chakrapetch-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/chakrapetch-regular-webfont.woff2") format("woff2"),
    url("../fonts/chakrapetch-regular-webfont.woff") format("woff"),
    url("../fonts/chakrapetch-regular-webfont.ttf") format("truetype"),
    url("../fonts/chakrapetch-regular-webfont.svg#chakra_petchregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "chakra_petch_semiboldregular";
  src: url("../fonts/chakrapetch-semibold-webfont.eot");
  src: url("../fonts/chakrapetch-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/chakrapetch-semibold-webfont.woff2") format("woff2"),
    url("../fonts/chakrapetch-semibold-webfont.woff") format("woff"),
    url("../fonts/chakrapetch-semibold-webfont.ttf") format("truetype"),
    url("../fonts/chakrapetch-semibold-webfont.svg#chakra_petch_semiboldregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Black Ops One";
  src: url("../fonts/blackopsone-regular-webfont.eot");
  src: url("../fonts/blackopsone-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/blackopsone-regular-webfont.woff2") format("woff2"),
    url("../fonts/blackopsone-regular-webfont.woff") format("woff"),
    url("../fonts/blackopsone-regular-webfont.ttf") format("truetype"),
    url("../fonts/blackopsone-regular-webfont.svg#black_ops_oneregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir_next_condensedregular";
  src: url("../fonts/avenir_next_condensed.ttf-webfont.eot");
  src: url("../fonts/avenir_next_condensed.ttf-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/avenir_next_condensed.ttf-webfont.woff2") format("woff2"),
    url("../fonts/avenir_next_condensed.ttf-webfont.woff") format("woff"),
    url("../fonts/avenir_next_condensed.ttf-webfont.ttf") format("truetype"),
    url("../fonts/avenir_next_condensed.ttf-webfont.svg#avenir_next_condensedregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_next_condensedbold";
  src: url("../fonts/avenir-next-condensed-bold-webfont.eot");
  src: url("../fonts/avenir-next-condensed-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/avenir-next-condensed-bold-webfont.woff2") format("woff2"),
    url("../fonts/avenir-next-condensed-bold-webfont.woff") format("woff"),
    url("../fonts/avenir-next-condensed-bold-webfont.ttf") format("truetype"),
    url("../fonts/avenir-next-condensed-bold-webfont.svg#avenir_next_condensedbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}
main#main.full_width_wrapper .fusion-row {
  max-width: 100% !important;
}
#wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrapper img {
  vertical-align: middle;
}

.header_upper {
  padding: 10px 0;
  background: #b50c09;
}
.to-top-right #toTop {
  right: 15px !important;
}
div.hdr_txtcnt {
  font-family: "chakra_petchbold";
  font-size: 16px;
  line-height: 29px;
  margin: 0;
  margin-left: 5px;
  color: #fff;
  text-transform: uppercase;
}

div.hdr_txtcnt a {
  color: #fff;
}

.hdr_container {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  max-width: 95%;
  width: 100%;
  margin: auto;
}

.left_hdr_cntnt ul,
.left_hdr_cntnt ul li {
  list-style: none;
}

.left_hdr_cntnt ul {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: relative;
  top: -3px;
}

.left_hdr_cntnt ul li {
  margin-right: 10px;
}

.left_hdr_cntnt {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
}

.left_hdr_cntnt ul li a {
  display: block;
}

.left_hdr_cntnt img {
  vertical-align: middle;
}

.header_upper_hd {
  background: #043642;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}

.rt_hdr_cntnt ul {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.rt_hdr_cntnt ul li {
  margin-right: 24px;
}

.rt_hdr_cntnt ul li:last-of-type {
  margin-right: 0;
}



.rt_hdr_cntnt ul li a {
  font-family: "chakra_petchbold";
  font-size: 16px;
  line-height: 29px;
  margin: 0;
  margin-left: 0;
  color: #fff;
  text-transform: uppercase;
}

.rt_hdr_cntnt ul li.cart_icon_header a
{
  padding-left: 0;
}

.rt_hdr_cntnt ul li{
  position: relative;
}
.rt_hdr_cntnt ul li span {
  position: absolute;
  top: 0px;
  right: -18px;
  min-width: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: arial;
  /* background: black; */
  border-radius: 50%;
  min-height: 18px;
  line-height: 19px;
  font-weight: bold;
}
.mob_rt_hdr_cntnt a
{
  position: relative;
}
.mob_rt_hdr_cntnt a span.wd-cart-count{
  position: absolute;
  top: 0px;
  right: -20px;
  min-width: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: arial;
  /* background: black; */
  border-radius: 50%;
  min-height: 18px;
  line-height: 19px;
  font-weight: bold;
}

.rt_hdr_cntnt ul li img {
  margin-right: 5px;
}

.rt_hdr_cntnt ul li:last-of-type {
  margin-right: 0;
}

.rt_hdr_cntnt ul li:nth-last-of-type(2) {
  margin-right: 0;
}

.pad_10 {
  padding: 20px 0;
}

.ttl_header {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  margin: auto;
}

.hdr_logo {
  max-width: 300px;
}

.build_track_btn {
  background: #0a7b96;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 45px;
  margin-right: 15px;
  height: 44px;
  display: inline-block;
  transition: all 0.2s ease-in;
}

.dlr_btn {
  background: #b50c09;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 45px;
  margin-right: 15px;
  height: 44px;
  display: inline-block;
  transition: all 0.2s ease-in;
}

.dlr_btn:hover {
  background-color: #000;
}

.build_track_btn:hover {
  background-color: #000;
}

header.header {
  background-color: #044d60;
}

/* 
header.header.z_indx_none
{
  z-index: 1;
} */

header.header.stickyHeader {
  background-color: #1d2028;
  /* transition: all 0.2s ease-in; */
}

.account_icon_header a{
  background-image: url(/wp-content/uploads/account_top_mobile_icon_new.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: 18px;
  background-position: left center;
}

.cart_icon_header a{
  background-image: url(/wp-content/uploads/cart_top_mobile_icon_new.png);
  background-repeat: no-repeat;
  padding-left: 24px;
  background-size: 17px;
  background-position: left center;
}


.srch_hdr {
  position: relative;
}

.srcharea {
  position: relative;
}

.srcharea input[type="search"],
.srcharea input[type="text"] {
  background: rgba(242, 243, 243, 0.1) !important;
  border: 2px solid rgba(242, 243, 243, 0.1) !important;
  /* padding: 6px 45px 6px 15px !important; */
  padding: 6px 15px 6px 15px !important;
  font-size: 15px !important;
  color: #ffff !important;
  width: 100% !important;
  height: 43px !important;
}

.srcharea input[type="search"]::placeholder,
.srcharea input[type="text"]::placeholder {
  color: #fff !important;
}

.srcharea input[type="submit"] {
  position: absolute;
  background-image: url(/wp-content/uploads/search_btn_hdr.png) !important;
  border: 0 !important;
  width: 35px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  right: 0 !important;
  top: 10px !important;
  cursor: pointer !important;
  height: 23px !important;
  padding: 0 !important;
}

.srcharea input[type="search"]::placeholder {
  color: #fff !important;
}

.srcharea {
  float: right;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.banner_hero_container .slide-content {
  max-width: 525px !important;
  margin-right: 0 !important;
}
a.wd_mobile_crt {
    position: relative;
}

a.wd_mobile_crt span {
    position: absolute;
    top: 0px;
    right: -18px;
    min-width: 18px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-family: arial;
    /* background: black; */
    border-radius: 50%;
    min-height: 18px;
    line-height: 19px;
    font-weight: bold;
}
@media (min-width: 1600px) {
  .banner_hero_container .slide-content {
    margin-right: 10% !important;
  }
}

.banner_hero_container .slide-content .buttons {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.banner_hero_container .slide-content .buttons .tfs-button-1 {
  margin-top: 0 !important;
  padding: 0 !important;
  display: table !important;
  margin-left: auto !important;
}

.banner_hero_container .slide-content h6 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 18px !important;
  color: #ffffff !important;
  text-align: left !important;
}

.banner_hero_container .banner_shop_btn {
  font-family: "chakra_petchbold" !important;
  background: #b50c09;
  border-radius: 5px;
  padding: 10px 45px;
  display: block !important;
  margin-top: 35px !important;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.banner_hero_container .banner_shop_btn:hover {
  background-color: #000;
}

.banner_hero_container .slide-content h1 {
  font-family: "Black Ops One" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 97px !important;
  line-height: 74px !important;
  letter-spacing: -1px;
  color: #ffffff !important;
}

.banner_hero_container .slide-content h1 span.install_west {
  display: block !important;
  font-family: "chakra_petch_lightregular" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 36px !important;
  color: #ffffff !important;
  margin: 7px 0 25px;
  text-align: right;
  letter-spacing: 0;
}

.banner_hero_container .slide-content h1 span.banner_paragrph {
  display: block !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  text-align: right !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

/* .shop_by_vihicle_area {
  margin-top: -130px !important;
  padding-bottom: 40px !important;
  background-size: 100% !important;
} */
.shop_by_vihicle_area {
  margin-top: 0px !important;
  padding-bottom: 40px !important;
  background-size: 100% !important;
}
.yt_vid_wrapper {
  background-color: #1d2028;
}
.yt_vid_wrapper + .shop_by_vihicle_area {
  margin-top: 0px !important;
  padding-bottom: 40px !important;
  background-size: 100% !important;
  padding-top: 60px !important;
}

.shop_by_vihicle_area.no_marge_nopad {
  margin-top: 0px !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1600px) {
  .shop_by_vihicle_area .custom_fuse_col .fusion-content-layout-column {
    padding: 60px 20px 280px 20px !important;
  }
}

@media (min-width: 1800px) {
  .main_banner .background.background-image {
    height: 1300px !important;
  }

  .shop_by_vihicle_area {
    margin-top: -40px !important;
  }
}

@media (min-width: 2200px) {
  .main_banner {
    height: 1800px !important;
  }

  .main_banner .background.background-image {
    height: 1800px !important;
  }

  .shop_by_vihicle_area {
    margin-top: -160px !important;
  }
}

.shop_by_vihicle_area h4 {
  font-family: "Bebas Neue" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 38px !important;
  line-height: 45px !important;
  text-align: center !important;
  color: #ffffff !important;
}

.shop_by_vihicle_area h2 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 75px !important;
  line-height: 89px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "chakra_petchbold" !important;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.shop_by_vihicle_area .fusion-title h3 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "chakra_petchbold" !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.shop_by_vihicle_area .fusion-title {
  display: block;
}

.shop_by_vihicle_area
  .fusion-builder-row.fusion-row
  .fusion-title.title.fusion-title-text
  h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.shop_by_vihicle_area .fusion-title .title-sep-container {
  height: auto !important;
}

.custom_fuse_col {
  border-right: 5px solid #1d2028;
  transition: all 0.3s ease-in;
}

.custom_fuse_col:nth-last-child(1) {
  border-right: 0;
}

.shp_tgl_glry .custom_fuse_col {
  border-top: 5px solid #1d2028;
}

.custom_fuse_col:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in;
}

.btn_shop_other {
  font-family: "chakra_petchbold" !important;
  background: #b50c09 !important;
  border-radius: 5px !important;
  padding: 14px 45px !important;
  display: table !important;
  margin-top: 40px !important;
  font-size: 26px !important;
  line-height: 38px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  width: auto !important;
  margin: auto;
  letter-spacing: 0 !important;
  transition: all 0.2s ease-in;
}

.btn_shop_other:hover {
  background-color: #000 !important;
}

.shop_by_part_section .fusion-title h6 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "chakra_petchbold" !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #b50c09 !important;
}

.shop_by_part_section .fusion-title h2 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 75px !important;
  line-height: 89px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "chakra_petchbold" !important;
  color: #212529 !important;
  margin-bottom: 10px;
}

.car_conatiner {
  max-width: 1300px;
  position: relative;
  margin: auto;
  text-align: center;
  padding-bottom: 750px;
  width: 100%;
  display: none;
}

.car_mddle img {
  display: block;
  margin: auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.first_cr_mddle:nth-of-type(1) {
  max-width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 200px;
  width: 100%;
  padding: 15px;
}

.first_cr_mddle:nth-of-type(2) {
  max-width: 300px;
  position: absolute;
  bottom: 300px;
  left: 80px;
  min-height: 200px;
  width: 100%;
  padding: 15px;
}

.first_cr_mddle:nth-of-type(3) {
  max-width: 300px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 200px;
  width: 100%;
  padding: 15px;
}

.first_cr_mddle:nth-of-type(4) {
  max-width: 300px;
  position: absolute;
  bottom: 300px;
  right: 80px;
  min-height: 200px;
  width: 100%;
  padding: 15px;
}

.first_cr_mddle:nth-of-type(5) {
  max-width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 200px;
  width: 100%;
  padding: 15px;
}

.first_cr_mddle h5 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  text-align: center;
  color: #212529 !important;
  margin: 15px 0;
}

.first_cr_mddle a.sliders_cr_link {
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #b50c09;
  display: table;
  margin: auto;
  margin-top: 15px;
  text-decoration: none;
}

.first_cr_mddle p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;

  color: #707070;
}

.radial_bg_left {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #d9d9d9 53.12%,
    rgba(217, 217, 217, 0) 100%
  );
  width: 357px;
  height: 35px;
  position: absolute;
  bottom: -40px;
  left: -20px;
}

.radial_bg_right {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #d9d9d9 53.12%,
    rgba(217, 217, 217, 0) 100%
  );
  width: 357px;
  height: 35px;
  position: absolute;
  bottom: -40px;
  right: -20px;
}

.red_btn_car {
  font-family: "chakra_petchbold" !important;
  background: #b50c09 !important;
  border-radius: 5px !important;
  padding: 11px 25px !important;
  display: table !important;
  margin: auto;
  margin-top: 55px !important;
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  width: auto !important;
  transition: all 0.2s ease-in;
  letter-spacing: 0 !important;
}

.red_btn_car:hover {
  background-color: #000 !important;
}

.wheel_and_tire_section {
  text-align: center;
  position: relative;
  margin-top: -400px !important;
  z-index: 99;
}

.post-content .wheel_and_tire_section h3 {
  font-family: "Black Ops One" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 75px !important;
  line-height: 54px !important;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
}

.post-content .wheel_and_tire_section h4 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 46px !important;
  line-height: 53px !important;
  text-transform: uppercase !important;
  text-align: left !important;
  color: #ffffff !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.post-content .wheel_and_tire_section p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  text-align: left !important;

  color: #ffffff !important;
}

.wheel_and_tire_section .right_tires_red {
  font-family: "chakra_petchbold" !important;
  background: #b50c09 !important;
  border-radius: 5px !important;
  padding: 11px 25px !important;
  display: table !important;
  margin: 0;
  margin-top: 15px !important;
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  width: auto !important;
  transition: all 0.2s ease-in;
  letter-spacing: 0;
}

.wheel_and_tire_section .right_tires_red:hover {
  background-color: #000 !important;
}

@media (min-width: 1600px) {
  .wheel_and_tire_section {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
}

.trusted_by_brands_section h2 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 46px !important;
  line-height: 54px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #15203a !important;
  margin-bottom: 60px !important;
}

.trusted_by_brands_section h6 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "chakra_petchbold" !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #b50c09 !important;
}

.zip_field_area {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  max-width: 500px;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0;
  justify-content: space-between;
  text-align: center;
  margin: auto;
}

.zip_field_area input[type="text"],
.zip_field_area input[type="tel"] {
  width: 48%;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 5px !important;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
}

.zip_field_area button,
.zip_field_area input[type="submit"] {
  font-family: "chakra_petchbold" !important;
  background: #b50c09 !important;
  border-radius: 5px !important;
  padding: 11px 15px !important;
  display: table !important;
  margin: auto;
  margin-top: 0;
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  width: 48% !important;
  border: 0;
  cursor: pointer;
  height: 50px;
  margin: 0;
  transition: all 0.2s ease-in;
}

.zip_field_area button::placeholder,
.zip_field_area input[type="submit"]::placeholder {
  color: #fff;
}

.zip_field_area button:hover,
.zip_field_area input[type="submit"]:hover {
  background: #000 !important;
}

.post-content .not_in_az_section h3 {
  font-family: "Black Ops One" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 75px !important;
  line-height: 57px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.col_four_gallery_area .fusion-title,
.col_four_gallery_area .fusion-text {
  padding: 0px 25px;
}

.testimonial_height_slider_area ul.slides,
.testimonial_height_slider_area ul.slides li {
  height: auto;
}

.testimonial_height_slider_area ul {
  max-width: 100%;
  margin: auto !important;
  width: 100%;
}

.testimonial_height_slider_area ul li {
  font-family: "chakra_petchregular";
  font-style: italic !important;
  font-weight: 600 !important;
  font-size: 34px !important;
  line-height: 32px !important;

  color: #ffffff !important;
}

.testi-slideshow .slick-slide {
  text-align: center;
}

.testi-slideshow .testi-width {
  margin-bottom: 30px;
  margin: auto;
  margin: auto;
  text-align: center;
  width: 1100px;
  max-width: 100%;
}

.testi-widthtwo {
  margin-bottom: 30px;
  margin: auto;
  margin: auto;
  text-align: center;
  width: 1100px;
  max-width: 100%;
}

.slide_test_boxx {
  width: 100%;
  margin: auto;
  max-width: 100%;
  padding-top: 120px;
  margin-top: 0px;
  padding-right: 25px;
  padding-bottom: 230px;
  margin-bottom: 0px;
  padding-left: 25px;
}

.testi-slideshow p {
  font-family: "chakra_petchregular";
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  margin: 0;
}

.testi-slideshow p.bld {
  font-family: "chakra_petchregular";
  font-size: 24px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
  font-style: normal;
}

.testi-slideshow p.bld span {
  font-family: inherit;
  color: #959eb2;
  margin-left: 25px;
}

.testi-slideshow .slick-dots li.slick-active button:before {
  color: #fff !important;
  opacity: 1 !important;
}

.testi-slideshow .slick-dots li button:before {
  opacity: 1 !important;
  color: #fff !important;
  display: none;
}

.testi-slideshow .slick-dots li,
.testi-slideshow .slick-dots li button {
  height: 5px;
  width: 50px;
  cursor: pointer;
  background: #fff !important;
  padding: 0 !important;
}

.testi-slideshow .slick-dots li {
  opacity: 0.4 !important;
}

.testi-slideshow .slick-dots li.slick-active {
  opacity: 1 !important;
}

.youtube_sec_bg {
  margin-top: -200px !important;
}

.testimonial_height_slider_area {
  background-color: transparent !important;
  position: relative !important;
  z-index: 1 !important;
}

.col_four_gallery_area .imageframe-align-center .fusion-imageframe {
  display: block;
}

.col_four_gallery_area .imageframe-align-center .fusion-imageframe img {
  width: 100%;
  display: block;
}

.youtube_sec_bg h2 {
  font-family: "chakra_petchbold" !important;
}

.youtube_sec_bg h3 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "chakra_petchbold" !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.fusion-video iframe,
iframe,
video {
  border: none;
  max-width: 100%;
}

.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 0;
}

.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.sbscrb_btn_youtube {
  background: #b50c09 !important;
  border-radius: 5px !important;
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  padding: 14px 55px !important;
  margin-right: 15px !important;
  height: 46px !important;
  display: table !important;
  width: auto !important;
  margin: auto !important;
  margin-top: 15px !important;
  min-width: 320px;
  transition: all 0.3s ease-in;
}

.sbscrb_btn_youtube:hover {
  background-color: #000 !important;
}

.bottom_form_area {
  min-height: 700px;
}

@media (min-width: 1600px) {
  .bottom_form_area {
    min-height: 1000px;
  }
}

.bottom_form_area h5 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 46px !important;
  line-height: 54px !important;
  text-transform: uppercase !important;
  color: #212529 !important;
}

.bottom_form_area .smll_txt_form p {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  font-family: "chakra_petchregular" !important;
  color: #b50c09 !important;
}

.bottom_col2 {
  padding-left: 2%;
}

.bottom_form_area .fusion-social-links .boxed-icons.fusion-social-networks a {
  padding: 7px;
  background: #b50c09 !important;
  color: #fff !important;
  border-radius: 100% !important;
}

.bottom_form_area
  .fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter,
.fusion-social-network-icon.fusion-tooltip.fusion-youtube.awb-icon-youtube {
  display: none;
}

.bottom_form_area h6 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  color: #262626 !important;
  margin-left: 120px !important;
  margin-top: 40px !important;
  text-align: left !important;
}

.bottom_form_area .fusion-social-links {
  margin-left: 120px !important;
  margin-top: 10px !important;
}

.right_seo_form {
  text-align: center;
  padding: 80px;
}

.right_seo_form h2 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  text-align: center !important;
  text-transform: uppercase !important;

  color: #ffffff;
}

.form_seo {
  margin-top: 30px;
}

.form_seo input[type="text"],
.form_seo input[type="email"],
.form_seo input[type="tel"],
.form_seo input[type="number"] {
  height: 50px;
  border: 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  font-size: 18px !important;
  width: 100%;
  color: #fff !important;
  padding: 10px 45px 10px 15px;
}

.form_seo input::placeholder {
  color: #fff !important;
}

.form_seo input[type="submit"],
.form_seo input[type="button"],
.form_seo button {
  background: #b50c09;
  padding: 15px 35px !important;
  height: 60px;
  border: 0;
  -webkit-appearance: none;
  font-family: "chakra_petchbold" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px !important;
  width: 100%;
  cursor: pointer !important;
  transition: all 0.3s ease-in;
}

.row_form_seo label {
  cursor: pointer;
}

.row_form_seo {
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

.form_seo input[type="submit"]:hover,
.form_seo input[type="button"]:hover,
.form_seo button:hover {
  background: #000;
}

.bottom_col3 form {
  width: 100% !important;
}

.bottom_col3 .fusion-column-wrapper {
  margin: 0 !important;
  background-color: #192541;
}

.footer_upper_section {
  text-align: left;
}

.fusion-footer-widget-area,
.fusion-footer-copyright-area {
  background-color: #1a2541 !important;
}

.footer_upper_section h2 {
  font-family: "Black Ops One" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 44px !important;
  line-height: 72px !important;
  text-align: center !important;
  letter-spacing: -0.015em !important;
  color: #ffffff !important;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
}

.footer_upper_section h2 i {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 220px !important;
  line-height: 72px !important;
  text-align: center !important;
  letter-spacing: -0.215em !important;
  color: #ffffff !important;
  font-style: normal;
  margin: 0 25px 0 0;
}

.new_section_footer {
  padding: 70px 0 0;
  background-color: #192541;
}

.new_section_footer h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: "chakra_petchbold" !important;
  margin-bottom: 10px;
  text-align: left;
  color: #ffffff;
  line-height: 32px !important;
}

.new_section_footer ul li {
  margin-bottom: 10px;
}

.new_section_footer ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #ffffff;
  display: inline-block;
}

.footer--logo {
  max-width: 350px;
  margin-bottom: 60px;
}

.footer--address h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-family: "chakra_petchbold" !important;
  color: #ffffff !important;
  margin-bottom: 30px;
}

.footer--address h4 a {
  color: #ffffff;
}

.footer--address ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #a4abbb;
  font-family: "chakra_petchregular" !important;
}

.footer--address h4.infomail {
  font-family: "chakra_petchregular" !important;
  font-weight: 400;
}

.footer--address h4.infomail a {
  color: #a4abbb;
}

.footer--bottom {
  background-color: #151e35;
  padding: 25px 0;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #a4abbb;
}

.footer--bottom p {
  margin: 0;
  padding: 0;
  color: #a4abbb;
}

.footer--bottom a {
  color: #a4abbb;
  text-decoration: underline;
}

.footer--top {
  padding-bottom: 100px;
}

.ftr_last_btm {
  background: #192541;
  padding: 25px 2% 25px;
  clear: both;
}

.ftr_last_btm button,
.ftr_last_btm .thm-btn,
.ftr_last_btm input[type="submit"] {
  height: 48px !important;
  width: 100% !important;
  margin-left: 14px !important;
  font-size: 22px !important;
  cursor: pointer !important;
  background: #b50c09 !important;
  border: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "chakra_petchbold" !important;
  border-radius: 5px !important;
  padding: 10px 32px 8px !important;
  box-sizing: border-box;
}

@media (min-width: 1600px){
  .ftr_last_btm button,
  .ftr_last_btm .thm-btn,
  .ftr_last_btm input[type="submit"]
  {
    padding-bottom: 6px;
  }
}

#toTop {
  background-color: #333 !important;
}

.woocommerce-form-login.login .woocommerce-button.button.woocommerce-form-login__submit
{
  display: table;
  width: auto !important;
}

footer .needsclick [data-testid="form-component"] {
  padding: 0 !important;
}

footer form.needsclick {
  max-width: 100% !important;
  min-height: auto !important;
}
footer .go384305609.go384305609.go384305609:hover {
  border-color: rgba(242, 243, 243, 0.1) !important;
  box-shadow: none !important;
}

footer #klaviyo_ariaid_3.needsclick {
  padding: 3px 8px !important;
}

footer .needsclick p {
  color: #858585 !important;
}

footer .needsclick p span {
  color: #858585 !important;
}

.ftr_last_btm input[type="text"],
.ftr_last_btm input[type="email"],
.ftr_last_btm input[type="tel"] {
  background: rgba(242, 243, 243, 0.1) !important;
  border: 2px solid rgba(242, 243, 243, 0.1) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  height: 48px !important;
  color: #fff !important;
}

.ftr_last_btm input::placeholde {
  color: #fff;
  opacity: 0.7;
}

.ftr_last_btm form {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
}

.ftr_last_btm p.bld_ftr {
  font-style: normal;
  font-family: "chakra_petchbold" !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #ffffff;
  margin: 0 0px 0 0;
  padding: 0;
}

.ftr_last_btm .row {
  align-items: center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.ftr_last_btm .container {
  max-width: 1040px;
  margin: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .footer--top .customers_column {
    width: 21%;
  }

  .footer--top .shop_coumn {
    margin-left: 4%;
  }
}
.testimonial_height_slider_area .fusion-layout-column {
  justify-content: center;
}

.social_footer_area {
  margin-top: 40px;
}

.social_footer_area ul {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.social_footer_area ul li {
  margin-right: 10px;
}
.social_footer_area ul li:last-child {
  margin-right: 0;
}
.social_footer_area ul li:hover {
  opacity: 0.5;
}
.mobile_slider_show {
  display: none;
}

.mob_rt_hdr_cntnt {
  display: none;
}

/* The Modal (background) */
.modal_srch {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
.modal_srch .modal-content-body {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 0;
  width: 100%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.modal_srch .modal-header-body .close {
  margin-top: 0;
  position: absolute;
  top: 6px;
  right: 16px;
  font-size: 40px;
  font-weight: 300;
  color: #ccc;
  opacity: 1;
}

.modal_srch .modal-header-body {
  padding: 60px 20px 40px;
  border-bottom: 0;
  height: 160px;
  background-color: #181818;
}

.modal_srch .input-text,
.modal_srch input[type="text"] {
  color: #fff !important;
  background-color: #242424 !important;
  border-color: #444343 !important;
}

.modal_srch .input-text::placeholder,
.modal_srch input[type="text"]::placeholder {
  color: #f5f5f5;
}

.modal_srch input[type="submit"] {
  position: absolute;
  background-image: url(/wp-content/uploads/search_btn_hdr_white.png) !important;
  border: 0 !important;
  width: 35px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  right: 0 !important;
  top: 19px !important;
  cursor: pointer !important;
  height: 23px !important;
  padding: 0 !important;
}

header {
  position: relative;
}

.header--products .slide_product_header {
  margin-left: 12px;
  margin-right: 16px;
}

.header--products .slide_product_header p {
  padding: 5px 0 0;
  margin: 0;
  text-align: center;
}
.header--products .slide_product_header p a {
  color: #58595b;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.product-dropdown__container .slick-prev {
  left: -30px !important;
  z-index: 9;
}

.product-dropdown__container .slick-next {
  right: -30px !important;
  z-index: 9;
}

.mobile_nav_address {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1c1e22;
  border-top: 1px solid #6e6e6e;
  padding: 20px;
  color: #fff;
  width: 100%;
  display: block;
}

.mobile_nav_address p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.mobile_nav_address p a {
  color: #fff !important;
  font-size: 20px;
}

.header--products .left-gradient,
.header--lifelifted .left-gradient,
.header--vehicles .left-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.4),
    rgba(255, 255, 255, 0)
  );
}

.header--products .right-gradient,
.header--lifelifted .right-gradient,
.header--vehicles .right-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.4),
    rgba(255, 255, 255, 0)
  );
}

.header--products .slick-prev:before,
.header--products .slick-next:before {
  display: none;
}

.header--products button.slick-prev {
  background-image: url(../images/arrow_left_header.png);
  width: 26px;
  height: 31px;
  background-size: contain;
}

.header--products button.slick-next {
  background-image: url(../images/arrow_right_header.png);
  width: 26px;
  height: 31px;
  background-size: contain;
}

.header--products {
  width: 100%;
  background-color: rgb(0, 0, 0);
  padding: 0 10%;
  position: absolute;
  left: 0;
  z-index: 9;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  top: 74px;
  max-height: 0;
}

.header--products.active,
.header--lifelifted.active,
.header--vehicles.active {
  top: 74px;
  padding: 20px 10% 35px;
  max-height: 205px;
  transition: all 0.5s ease-in-out;
}
.header--products img {
  border: solid 1px gray;
  height: 150px;
  object-fit: contain;
  width: 100%;
  background-color: #fff;
}

.desktop_cicular_slider {
  height: 980px;
  width: 100%;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  max-width: 980px;
}

.sm-1,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8 {
  position: absolute;
  /* height: 300px; */
  width: 300px;
  /* border-radius: 50%; */
  text-align: center;
  /* background-color: #1a2541; */
}

.sm-1 /* replace with 8 */ {
  /* top: -120px;
  right: 37%; */
  bottom: -150px;
  right: 37%;
}

.sm-2 {
  top: 20px;
  right: -10px;
}

.sm-3 {
  top: 20px;
  left: -10px;
}

.sm-4 {
  top: 370px;
  left: -169px;
}

.sm-5 {
  top: 370px;
  right: -169px;
}

.sm-6 {
  top: -74px;
  right: 37%;
}

.sm-7 {
  top: 710px;
  right: -11px;
}

.sm-8 {
  top: 710px;
  left: -11px;
  
  /* bottom: -150px;
  right: 37%; */
  
}

/* .wheel_and_tire_section
{
  position: relative;
}

.wheel_and_tire_section:before {
  position: absolute;
  content: "";
  height: 250px;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  left: 0;
  top: -250px;
  z-index: 99;
} */

.westcottdsgn_circle {
  padding: 160px 0 80px;
  background-color: #fff;
}
.westcottdsgn_circle .box_circle {
  min-height: 200px;
  width: 100%;
  padding: 15px;
}

.westcottdsgn_circle .box_circle h5,
.westcottdsgn_circle .box_circle p,
.westcottdsgn_circle .box_circle img,
.westcottdsgn_circle .box_circle .sliders_cr_link {
  transform: scale(1) !important;
  transition: transform 0.4s ease;
  transform-origin: 50% 50%;
}

.westcottdsgn_circle .box_circle:hover h5,
.westcottdsgn_circle .box_circle:hover p,
.westcottdsgn_circle .box_circle:hover img,
.westcottdsgn_circle .box_circle:hover .sliders_cr_link {
  transform: scale(1.1) !important;
  transition: transform 0.4s ease;
}

.westcottdsgn_circle .box_circle:hover h5 {
  color: #b50c09 !important;
}

.westcottdsgn_circle .box_circle:hover h5 a {
  color: #b50c09 !important;
}

.custom_innerpage_stle {
  min-height: 800px;
}

.westcottdsgn_circle .box_circle img {
  width: 128px;
  height: 128px;
  object-fit: cover;
}
.westcottdsgn_circle .box_circle h5 {
  font-family: "chakra_petchbold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  text-align: center;
  color: #212529 !important;
  margin: 15px 0 5px;
  text-transform: uppercase;
}

.westcottdsgn_circle .box_circle h5 a {
  color: #212529 !important;
}

.westcottdsgn_circle .box_circle p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #707070;
  margin-bottom: 0;
  margin-top: 8px;
}

.westcottdsgn_circle .box_circle p a {
  color: #707070;
}

.westcottdsgn_circle .box_circle a.sliders_cr_link {
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #b50c09;
  display: table;
  margin: auto;
  margin-top: 15px;
  text-decoration: none;
}

.shop_by_part_section {
  position: static !important;
}

.shop_by_part_section .fusion-builder-row,
.shop_by_part_section .fusion-layout-column {
  position: static !important;
}
.mddle_car {
  position: relative;
  z-index: 1;
  top: 450px;
  margin: -260px auto;
  display: block;
  width: 570px;
}

.mddle_car img {
  display: block;
  margin: auto;
}

.dsktop_btn_crt {
  display: none !important;
}

.shop_cart_all {
  position: relative;
  top: 700px;
  display: block;
  width: 570px;
  z-index: 9;
  text-align: center;
  margin: auto;
}

.shop_cart_all a {
  font-family: "chakra_petchbold" !important;
  background: #b50c09 !important;
  border-radius: 5px !important;
  padding: 11px 25px !important;
  display: table !important;
  margin: auto;
  margin-top: 0px !important;
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  width: auto !important;
  transition: all 0.2s ease-in;
  letter-spacing: 0 !important;
}

.cs-options.addshow {
  display: block !important;
}

.build_track_btn {
  position: relative;
}

.cs-options {
  position: absolute;
  background: #fff;
  width: 350px;
  padding: 15px;
  z-index: 99;
  max-width: 100%;
  top: 100%;
  left: 0;
  border: 2px solid #000;
  color: #000;
  border-radius: 0 0 5px 5px;
  display: none;
}

.hdng_optn {
  margin-bottom: 5px;
}

.cs-options select {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #c4c4c4 !important;
  width: 100%;
  height: 35px;
  padding: 5px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.cs-options select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.cs-options select {
  background-image: url(../images/slct_arrow_build.png) !important;
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
}
.row_options {
  margin-bottom: 10px;
}

.mob_track {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.mob_track a {
  background: #0a7b96;
  border-radius: 3px;
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 9px 8px;
  margin-right: 0;
  height: 30px;
  display: inline-block;
  transition: all 0.2s ease-in;
}

.mob_track a:hover {
  background: #117c95 !important;
}

.ttl_header {
  position: relative;
}

.banner_hero_container .mob_shop_bnr {
  display: none !important;
}

.desktop_slider_show {
  min-height: 1000px !important;
}

#d_none_for_now {
  display: none !important;
}

.pro_srch_hd {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.hd_lft_srch {
  width: 80%;
  padding-right: 10px;
}

.rmv_right_srch {
  width: 20%;
  text-align: right;
}

.pro_srch_hd p {
  font-family: "avenir_next_condensedregular";
  color: #000;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
}

.pro_srch_hd p a {
  color: #b50c09;
}

.service_container h1 {
  font-size: 40px !important;
}

main#main.full_width_wrapper .inner_container .fusion-row {
  max-width: 1170px !important;
}

.product_lead_area {
  position: fixed;
  bottom: 300px;
  left: 0;
  max-width: 100%;
  width: 350px;
  background-color: #000000;
  height: auto;
  padding: 20px 35px;
  text-align: center;
  z-index: 99;
}
.product_lead_area .cross_lead_close {
  position: absolute;
  display: block;
  right: 11px;
  top: 0;
  height: auto;
}

.product_lead_btn a {
  background: #b50c09;
  border-radius: 5px;
  font-family: "chakra_petch_lightregular" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 36px !important;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 24px;
  width: 95%;
  display: block;
}
.fusion-fullwidth .fusion-row {
  z-index: 1 !important;
}

.checkout .woocommerce-content-box h3#order_review_heading {
  display: none;
}

button[type="submit"].button.button-default {
  clear: both !important;
  display: table !important;
  margin: 30px auto !important;
  width: auto !important;
  text-align: center !important;
  float: none !important;
}
.dealer_innercontainer {
  padding-top: 50px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 0;
  clear: both;
  float: none;
  height: auto;
  display: table;
  width: 100%;
}

.head_area_dealer h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "chakra_petchbold" !important;
  margin-bottom: 10px;
  text-align: center;
  color: #192541;
  line-height: 51px !important;
  text-transform: uppercase;
}

.head_area_dealer h1 span {
  color: #b50c09;
}

.zip_field_area.dealer_zip input[type="text"],
.zip_field_area.dealer_zip input[type="tel"] {
  color: #000;
  font-size: 16px;
}

.dealer_mapContainer {
  margin-top: 0;
  height: 100%;
}

.lft_dl {
  width: 100%;
  padding: 30px 25px;
  background: #010c2a;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-content: center;
}

.rt_dl {
  width: 100%;
  padding: 0;
}

.dealer_mapContainer iframe {
  width: 100%;
}
.dl_row {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  width: 100%;
}
.dl_row:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.dl_mp_add {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 20% 80%;
  margin-top: 20px;
}

.lft_dl h2 {
  text-decoration: none;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700 !important;
  position: relative;
  font-size: 25px;
  font-family: "chakra_petchbold" !important;
  margin-bottom: 10px;
  margin-top: 8px;
  line-height: 28px !important;
}

.lft_dl p strong {
  font-weight: normal;
  color: #cdcdcd !important;
  font-size: 18px;
}

.lft_dl p {
  margin: 0;
  color: #9b9b9b !important;
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
}

.lft_dl p a {
  color: #f5f5f5 !important;
}

.pro_shop_menu {
  position: relative;
  z-index: 9;
  margin-top: 80px;
  padding: 0;
}

li#menu-item-25490 {
  display: none;
}

.pro_shop_menu #product-showing-mobile {
  position: static !important;
}

@media (min-width: 1600px) {
  .zip_field_area.dealer_zip button,
  .zip_field_area.dealer_zip input[type="submit"] {
    font-size: 25px !important;
  }
}
@media (max-width: 1000px) {
  .dl_mp_add {
    grid-template-columns: 40% 60%;
  }
  .lft_dl h2 {
    font-size: 23px !important;
  }
}
@media (max-width: 660px) {
  .dl_mp_add {
    display: block;
  }
  .dealer_innercontainer {
    padding-top: 40px;
  }
  .head_area_dealer {
    padding: 0 15px;
  }
  .head_area_dealer h1 {
    font-size: 38px !important;
    line-height: 35px !important;
    margin-bottom: 15px;
  }
  .zip_field_area.dealer_zip {
    padding: 5px 0 !important;
  }
  .zip_field_area.dealer_zip input[type="text"],
  .zip_field_area.dealer_zip input[type="tel"] {
    margin-bottom: 15px !important;
  }
}

/* The Modal (background) */
.modal_lead {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 18%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content-lead {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
  max-width: 95%;
}

.modal-content-lead p {
  font-family: "chakra_petchbold";
  text-transform: none;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #15203a;
}

/* The Close Button */
.close_lead {
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: -26px;
  left: 6px;
  color: #b50c09;
}

.close_lead:hover,
.close_lead:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal_lead {
    padding-top: 100px;
  }
}

.post-template-default.single.single-post main#main {
  background-color: #fff;
}

.post-template-default.single.single-post .post-content p,
.post-template-default.single.single-post .post-content h1,
.post-template-default.single.single-post .post-content h2,
.post-template-default.single.single-post .post-content h3,
.post-template-default.single.single-post .post-content h4,
.post-template-default.single.single-post .post-content h5,
.post-template-default.single.single-post .post-content h6 {
  color: #000000;
}

.post-template-default.single.single-post .post-content a {
  color: #000000;
}

.post-template-default.single.single-post .post-content h1 {
  font-size: 50px;
  font-family: "chakra_petchbold";
}

.post-template-default.single.single-post .post-content ul li {
  color: #000000;
}

.page-template-blog-listing main#main.full_width_wrapper {
  background-color: #fff;
}

.page-template-blog-listing
  main#main.full_width_wrapper
  h1.fusion-responsive-typography-calculated {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  line-height: 70px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "chakra_petchbold" !important;
  color: #212529 !important;
  margin-bottom: 0;
  margin-top: 50px !important;
}

.blog_wrapper h4 {
  color: #212529;
  font-family: "chakra_petchbold";
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 801px) {
  .blog_wrapper h4 {
    min-height: 50px;
  }
}
@media (min-width: 801px) and (max-width: 1000px) {
  .blog_wrapper h4 {
    font-size: 20px !important;
  }
}
.blog_area_listing .pagination a {
  font-size: 18px;
}
.back-btn,
.blog_area_listing .pagination .page-numbers.current {
  font-size: 18px;
}
.blog_wrapper p {
  color: #101010;
}

.blog_area_listing .pagination a:hover {
  color: #101010;
}

.blog_wrapper span.continue_read {
  color: #101010 !important;
}

.blog_wrapper:hover a {
  color: #101010 !important;
}

.post-content p:empty {
  margin: 0;
}
#fullBgWhite {
  background: #fff !important;
}
#fullBgWhite h2.fusion-responsive-typography-calculated {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 60px !important;
  line-height: 59px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "chakra_petchbold" !important;
  color: #212529 !important;
  margin-bottom: 0;
}

.fusion-flex-container.shp_tgl_glry {
  display: none;
}

.shp_tgl_glry .fusion-builder-row {
  margin: 0 !important;
}

#shp_tgl_btn.wdhideButton {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
  height: 0;
  padding: 0 !important;
  margin: 0 auto !important;
}

body.woocommerce-cart main#main.full_width_wrapper {
  background-color: #fff;
}

body.woocommerce-cart .woocommerce-cart-form {
  margin-top: 25px;
  color: #1e1e1e;
}

body.woocommerce-cart .woocommerce-cart-form h2 {
  color: #1e1e1e;
}

body.woocommerce-cart .woocommerce-Price-amount.amount {
  color: #1e1e1e;
}

body.woocommerce-cart .product-info a.product-title {
  color: #1e1e1e;
}

body.woocommerce-cart .shop_table.shop_table_responsive.cart tr td {
  border-color: #bfc0c3;
}

body.woocommerce-cart .shop_table.shop_table_responsive.cart tr {
  border-color: #bfc0c3;
}

body.woocommerce-cart .woocommerce-content-box {
  border: 0;
}
body.woocommerce-cart .cart_totals {
  border: 0;
}

body.woocommerce-cart
  .full_width_wrapper
  h2.fusion-responsive-typography-calculated {
  border-color: #bfc0c3;
  font-family: "chakra_petchbold" !important;
  font-size: 28px !important;
}

body.woocommerce-cart .shop_table thead tr th {
  font-family: "chakra_petchbold" !important;
  font-size: 20px;
  text-transform: uppercase;
}

body.woocommerce-cart .product-remove a {
  color: #b50c09;
}
body.woocommerce-cart .cart-collaterals {
  color: #1e1e1e;
}
body.woocommerce-cart .cart-collaterals h2 {
  color: #1e1e1e !important;
  text-transform: uppercase;
}
body.woocommerce-cart .cart-collaterals .shipping-coupon .coupon {
  border: 0;
}

body.woocommerce-cart .cart_totals table th {
  font-family: "chakra_petchbold" !important;
  font-size: 20px;
}
body.woocommerce-cart .cart_totals table th {
  padding-bottom: 10px;
  padding-top: 10px;
}
.__affirm-logo.__affirm-logo-white {
  color: #2a2828 !important;
}

.__affirm-logo.__affirm-logo-white + a {
  color: #b50c09 !important;
}

body.woocommerce-cart
  .cart-collaterals
  .shipping-coupon
  .coupon
  #avada_coupon_code {
  color: #1e1e1e !important;
  background-color: #f3f3f3 !important;
}

body.woocommerce-cart .woocommerce-message {
  background: transparent !important;
  border: 0;
  margin: 25px 0 0;
}

body.woocommerce-cart .woocommerce-message a {
  color: rgb(181 12 9) !important;
}
body.woocommerce-cart .woocommerce-message a:hover {
  color: rgb(181 12 9) !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #b50c09 !important;
}

body.woocommerce-cart .order-total td .woocommerce-Price-amount.amount {
  padding-top: 20px;
  font-size: 25px;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  background: transparent !important;
}
body.woocommerce-cart .return-to-shop a {
  color: #1e1e1e !important;
}

body.woocommerce-cart p.cart-empty.woocommerce-info,
body.woocommerce-cart .return-to-shop {
  color: #1e1e1e !important;
  margin-top: 0;
}

ul.products li.product .product-images .crossfade-images {
  height: auto !important;
}

.products .product .product-buttons-container a {
  color: #fff !important;
}

.tax-product_cat .full_width_wrapper.clearfix {
  padding-bottom: 40px !important;
}

.cross-sells {
  border: 0 !important;
}

.woocommerce
  .cart-collaterals
  ul.products
  .product
  .product-buttons-container
  a {
  color: #b50c09 !important;
  font-size: 14px;
}

.woocommerce
  .cart-collaterals
  ul.products
  .product
  .product-buttons-container
  a.fusion-quick-view {
  display: none;
}

.woocommerce
  .cart-collaterals
  ul.products
  .product
  .product-buttons-container
  a.button {
  color: #fff !important;
  background: #b50c09 !important;
  padding: 10px 30px 10px 45px;
  margin: auto;
  float: none;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  text-transform: uppercase;
  font-size: 19px;
  width: auto;
  display: table;
}

.woocommerce
  .cart-collaterals
  ul.products
  .product
  .product-buttons-container
  a.button:before {
  margin-left: -24px !important;
}
.woocommerce .cart-collaterals ul.products li h3 a {
  font-family: "chakra_petchbold" !important;
  font-size: 20px !important;
  font-weight: 400;
  color: #000;
}
.fusion-body .product .fusion-content-sep {
  border: 0;
  margin: 0;
}

ul.products .fusion-product-wrapper .fusion-product-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product .product-buttons .fusion-content-sep {
  margin: 0;
}

.fusion-product-wrapper .fusion-product-content a.fusion-quick-view {
  display: none;
}

.products .product .product-buttons-container .gridlist-buttonwrap a.button {
  color: #fff !important;
  background: #b50c09 !important;
  padding: 10px 21px 10px 45px;
  margin: auto;
  float: none;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  text-transform: uppercase;
  font-size: 17px;
  width: auto;
  display: table;
  margin-top: 25px;
}

.products
  .product
  .product-buttons-container
  .gridlist-buttonwrap
  a.button:before {
  margin-left: -24px;
}

.fusion-product-content .fusion-content-sep.sep- {
  margin: 0 !important;
}

.gridlist-buttonwrap #wrapper ul.products {
  margin-right: calc((20px) / -2);
  margin-left: calc((20px) / -2);
}

/* ul.products li.product .crossfade-images img
{
  height: 250px;
    object-fit: cover;
    width: 100%;
} */
.mob_dsply_tire {
  display: none !important;
}
#map {
  height: 100% !important;
  min-height: 500px;
}

.lft_dl .closest_dealers {
  text-decoration: none;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700 !important;
  position: relative;
  font-size: 45px;
  font-family: "chakra_petchbold" !important;
  margin: 0 0 30px;
  line-height: 46px !important;
}

.right_search_panel nav.pagination {
  text-align: center;
  justify-content: center;
  font-size: 22px;
}

.right_search_panel nav.pagination .page-numbers {
  color: #525151;
  display: inline-block;
  padding: 10px 19px;
  background: #e1e1e1;
  margin-right: 7px;
  line-height: 22px;
  border-radius: 5px;
  font-weight: bold;
}

.right_search_panel nav.pagination .page-numbers:hover {
  color: #fff;
  background: #b50c09;
}

.right_search_panel nav.pagination .page-numbers.current {
  color: #fff;
  background: #b50c09;
}

/* .product-buttons #text.woocommerce-product-details__short-description {
  width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
} */

.woocommerce #customer_login .login .woocommerce-form-login__submit,
.woocommerce #customer_login .woocommerce-form-register__submit {
  background: #b50c09;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 45px;
  margin-right: 0;
  height: 44px;
  display: block;
  transition: all 0.2s ease-in;
  border: 0;
  width: 100%;
  margin-top: 0;
}
#main #comment-submit,
#main .comment-submit,
#reviews input#submit,
.button-default,
.button.default,
.comment-form input[type="submit"],
.fusion-button-default,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default,
.fusion-portfolio-one .fusion-button,
.gform_page_footer input[type="button"],
.gform_wrapper .button,
.gform_wrapper .gform_button,
.post-password-form input[type="submit"],
.price_slider_amount button,
.slidingbar-area .button-default,
.ticket-selector-submit-btn[type="submit"],
.tml-submit-wrap input[type="submit"],
.woocommerce .avada-order-details .order-again .button,
.woocommerce .avada-shipping-calculator-form .button,
.woocommerce .cart-collaterals .checkout-button,
.woocommerce .checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .lost_reset_password input[type="submit"],
.woocommerce .register .button,
.woocommerce .single_add_to_cart_button,
.woocommerce button.button,
.woocommerce-MyAccount-content form .button,
.woocommerce.add_to_cart_inline .button,
input.button-default {
  background-color: #b50c09 !important;
  font-family: "chakra_petchbold" !important;
  letter-spacing: 0 !important;
  border-radius: 5px !important;
}

.woocommerce-button.button.woocommerce-form-login__submit {
  margin-bottom: 10px !important;
}

.form_seo
  .needsclick.kl-private-reset-css-Xuajs1:has(
    .needsclick.go3894874857.kl-private-reset-css-Xuajs1
  ) {
  display: block !important;
}

.main_banner.banner_hero_container {
  display: none !important;
}

.lft_dl p.err_dealer_result {
  font-size: 28px;
  font-weight: 700;
  font-family: "chakra_petchbold" !important;
  margin-bottom: 0;
  text-align: center;
  line-height: 31px !important;
  text-transform: uppercase;
}

.zip_field_area input::placeholder {
  color: #fff;
}

#content .back-btn {
  background: #b50c09 !important;
  color: #fff !important;
}

.tax-product_cat main#main.full_width_wrapper .fusion-row {
  max-width: 1170px !important;
}
body.archive.tax-product_cat {
  background-color: #fff !important;
}

body.archive.tax-product_cat #wrapper.fusion-wrapper .full_width_wrapper {
  background-color: #fff !important;
  padding-top: 60px !important;
}

body.archive.post-type-archive #wrapper.fusion-wrapper .full_width_wrapper {
  background-color: #fff !important;
  padding-top: 60px !important;
}

body.archive.tax-product_cat #content .back-btn {
  margin-top: 0;
}

body.archive.tax-product_cat .product-buttons .post-content p {
  color: #111;
}

body.archive.post-type-archive .product-buttons .post-content p {
  color: #111;
}

body.archive.tax-product_cat .fusion-product-content .product-title a {
  color: #111 !important;
  font-weight: 600 !important;
}

.woocommerce-product-details__short-description
{
  color: #111 !important;
}

body.archive.post-type-archive .product-title a {
  color: #111;
  font-weight: 600;
  text-align: center;
  display: block;
}

body.archive.post-type-archive .products .product-list-view a{
  text-align: left;
}

.woocommerce-container nav.woocommerce-pagination {
  display: table;
  margin: auto;
  margin-top: 100px;
}

.woocommerce-container nav.woocommerce-pagination a:hover {
  color: #b50c09 !important;
}

.woocommerce-container nav.woocommerce-pagination .current {
  background-color: #b50c09 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #fff;
  border: 1px solid #b50c09 !important;
  font-size: 16px !important;
}

.woocommerce-container nav.woocommerce-pagination a.page-numbers
{
  font-size: 16px !important;
}

.woocommerce-container nav.woocommerce-pagination a,
.woocommerce-container nav.woocommerce-pagination span.page-numbers.dots {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #000;
  border: 1px solid #000 !important;
}

.woocommerce-container nav.woocommerce-pagination a:hover,
.woocommerce-container nav.woocommerce-pagination span.page-numbers.dots:hover {
  border: 1px solid #000 !important;
}
.woocommerce-container nav.woocommerce-pagination .next.page-numbers {
  width: 40px;
  font-size: 16px;
}
.woocommerce-container nav.woocommerce-pagination .next.page-numbers:hover, .woocommerce-container nav.woocommerce-pagination .prev.page-numbers:hover{
  color: #b50c09 !important;
}
.woocommerce-container nav.woocommerce-pagination .next.page-numbers:hover:after, .woocommerce-container nav.woocommerce-pagination .prev.page-numbers:hover:before{
  color: #b50c09 !important;
}
.calculate_shppng #calculate_shipping
{
  cursor: pointer;
}
.woocommerce-container nav.woocommerce-pagination .prev.page-numbers {
  min-width: 70px;
}

body.archive.tax-product_cat span#more {
  display: none;
}

body.archive.tax-product_cat span#less {
  display: none;
}

.summary.entry-summary a.read-more {
  display: block;
}

.lost_password a,
.woocommerce-privacy-policy-text a,
.register a {
  color: #b50c09 !important;
}

form.lost_reset_password {
  margin: auto;
  display: table;
  margin-top: 40px;
  max-width: 500px;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error li {
  border: 1px solid rgba(137, 4, 39, 1) !important;
  margin-top: 15px;
}
ul.products .product-list-view .product-excerpt-container {
  color: #000 !important;
}

ul.products .product-list-view .product-details-container .fusion-price-rating {
  justify-content: flex-start !important;
}

ul.products .product-list-view .product-excerpt-container a {
  color: #b50c09 !important;
}

ul.products .product-list-view .post-content ul li {
  color: #000000;
}
ul.products .product-list-view .post-content p {
  color: #000000;
}

ul.products .product-list-view a.fusion-quick-view {
  display: none !important;
}

ul.products .product-list-view .gridlist-buttonwrap a.button {
  color: #fff !important;
  background: #b50c09 !important;
  padding: 10px 21px 10px 45px;
  margin: auto;
  float: none;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  text-transform: uppercase;
  font-size: 17px;
  width: auto;
  display: table;
  margin-top: 0;
}
.products .product-list-view .product-excerpt-container {
  padding-top: 0 !important;
}
ul.products .product-list-view .gridlist-buttonwrap a.button:before {
  margin-left: calc(-2px - 22px);
}

ul.products .product-list-view .product-excerpt-container a:hover {
  color: #b50c09 !important;
}

ul.products .product-list-view .show_details_button.fusion-has-quick-view {
  display: none !important;
}
.products .product-list-view .fusion-product-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#main .main_innercontainer a {
  color: #b50c09 !important;
}

#main .main_innercontainer a:hover {
  color: #8f0200 !important;
}
#apparel {
  padding-bottom: 60px;
}

#apparel .product-details h3.product-title a {
  color: #ffffff !important;
  font-weight: 600;
}
#apparel .product-buttons a.button:before {
  margin-left: calc(-2px - 18px);
}

#apparel .product-buttons a.button {
  color: #fff !important;
  background: #b50c09 !important;
  padding: 10px 21px 10px 45px;
  margin: auto;
  float: none;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  text-transform: uppercase;
  font-size: 17px;
  width: auto;
  display: table;
  margin-top: 0;
}

.products .product-list-view {
  margin-bottom: 50px !important;
}

.form_contact_kl .fusion-alert-content-wrapper {
  color: #189d00 !important;
}

.form_contact_kl .close.toggle-alert {
  display: none !important;
}

footer .needsclick.kl-private-reset-css-Xuajs1 {
  min-height: auto !important;
}

.woocommerce-tabs.wc-tabs-wrapper a {
  color: #b50c09 !important;
}

.form-row.form-row-wide.mailchimp-newsletter input.input-checkbox {
  position: relative;
  padding: 0;
  margin-left: 0;
  top: -1px;
}

.form-row.form-row-wide.create-account input.input-checkbox {
  position: relative;
  padding: 0;
  margin-left: 0;
  top: -1px;
}
.woocommerce-cart .cart_totals .shop_table td {
  padding-bottom: 10px;
  padding-top: 10px !important;
}
.woocommerce-cart .cart_totals .shop_table .order-total td {
  padding-top: 10px !important;
}
p#learn-more.affirm-as-low-as {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.woocommerce-cart .cart_totals .shop_table .shipping td,
.woocommerce-cart .cart_totals .shop_table .shipping th,
.woocommerce-cart .cart_totals .shop_table .tax-rate td,
.woocommerce-cart .cart_totals .shop_table .tax-rate th {
  padding-top: 10px !important;
  vertical-align: top;
}
.cart-collaterals .cross-sells {
  padding-right: 0;
  padding-left: 0;
}

.woocommerce-checkout.woocommerce-page {
  color: #000000 !important;
}

.woocommerce-checkout.woocommerce-page :is(#content h3) {
  color: #000000 !important;
}

.woocommerce-checkout.woocommerce-page main#main.full_width_wrapper {
  background-color: #fff;
}

.woocommerce-checkout.woocommerce-page .fusion-fullwidth {
  background-color: #fff !important;
  border: 0;
}

.woocommerce-checkout.woocommerce-page section#content {
  padding-top: 20px;
  padding-bottom: 40px;
}

.woocommerce-checkout.woocommerce-page
  :is(.woocommerce-info, .woocommerce-message, .payment_box) {
  background-color: #fff !important;
}

.woocommerce-checkout.woocommerce-page
  :is(
    .message,
    .avada-myaccount-user-column,
    .checkout_coupon,
    .woocommerce-info,
    .avada-myaccount-user,
    #customer_details .col-1,
    #customer_details .col-2,
    #customer_details h3,
    #content h3,
    .woocommerce-content-box,
    tfoot,
    tr td,
    tr,
    .calculate_shppng,
    .payment_box
  ) {
  border-color: #d7d7d7 !important;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info, .woocommerce-checkout.woocommerce-page .woocommerce-message {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 !important;
}

.woocommerce-checkout.woocommerce-page .checkout_coupon
{
  padding: 0 !important;
  border: 0;
}
.woocommerce-checkout.woocommerce-page .shop_table td {
  padding: 18px 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error li {
  border: 1px solid #b50c09 !important;
  color: #000 !important;
  background-color: transparent !important;
}

.woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper textarea{
max-width: 100%;
height: 150px !important;
}

.archive p.woocommerce-info
{
  background: transparent !important;
  border-color: #f1f1f1;
}
.woocommerce-checkout.woocommerce-page .woocommerce-form-login__submit
{
  margin: 10px auto !important;
  display: table;
}

.woocommerce-checkout.woocommerce-page .woocommerce-form-login.login .form-row {
  float: none !important;
  margin: 0 !important;
}

.woocommerce-checkout.woocommerce-page .woocommerce .login .lost_password {
  float: none;
  margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.woocommerce-checkout.woocommerce-page #main #content a:hover{
  color: #b50c09 !important;
}

.woocommerce-checkout.woocommerce-page .full_width_wrapper.clearfix .nonhundred-percent-fullwidth
{
  max-width: 1300px;
  margin: auto;
}

.woocommerce-checkout.woocommerce-page #customer_details h3{
  border: 0;
  margin-bottom: 10px;
}

.woocommerce-checkout.woocommerce-page .shop_table tbody tr {
  height: auto;
}

.woocommerce-checkout.woocommerce-page .payment_box.payment_method_nmi {
  padding-left: 0 !important;
  padding-right: 0;
  padding-bottom: 0;
}
.woocommerce-checkout.woocommerce-page .avada-myaccount-user {
  margin-bottom: 20px;
}
.woocommerce-checkout.woocommerce-page .coupon-button input[type="submit"] {
  height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 20px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-MyAccount-content,
.woocommerce-checkout.woocommerce-page .woocommerce-content-box {
  padding: 10px 15px;
}

.woocommerce-checkout.woocommerce-page .select2-search__field
{
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #9b9b9b !important;
}

.woocommerce-checkout.woocommerce-page
  .avada-myaccount-user
  .avada-myaccount-user-column {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-checkout.woocommerce-page #content .woocommerce .input-text,
.woocommerce-checkout.woocommerce-page #content .woocommerce input[type="text"],
.woocommerce-checkout.woocommerce-page #content .woocommerce select,
.woocommerce-checkout.woocommerce-page #content .woocommerce input[type="tel"],
.woocommerce-checkout.woocommerce-page input[type="email"] {
  color: #000 !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #e1e1e1 !important;
  height: 40px;
}

.woocommerce-checkout.woocommerce-page .checkout .payment_methods li {
  margin-bottom: 10px;
}

.woocommerce-checkout.woocommerce-page #main .post h2,
.woocommerce-checkout.woocommerce-page .cart-empty,
.woocommerce-checkout.woocommerce-page .fusion-modal h2,
.woocommerce-checkout.woocommerce-page .fusion-post-content h2,
.woocommerce-checkout.woocommerce-page .fusion-tb-footer h2,
.woocommerce-checkout.woocommerce-page .fusion-tb-page-title-bar h2,
.woocommerce-checkout.woocommerce-page .fusion-title h2,
.woocommerce-checkout.woocommerce-page .fusion-widget-area h2,
.woocommerce-checkout.woocommerce-page .post-content h2,
.woocommerce-checkout.woocommerce-page .search-page-search-form h2,
.woocommerce-checkout.woocommerce-page .title h2,
.woocommerce-checkout.woocommerce-page .woocommerce .checkout h3,
.woocommerce-checkout.woocommerce-page .woocommerce h2,
.woocommerce-checkout.woocommerce-page .woocommerce-tabs h2 {
  color: #000;
}


.change_track_btn_mob
{
  display: none;
}

.woocommerce-checkout.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2c2c2c !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #e1e1e1;
  height: 40px;
  line-height: 40px !important;
}
.woocommerce-checkout.woocommerce-page .select2-container .select2-selection .select2-selection__arrow {
  border-color: #e1e1e1;
  line-height: 39px;
  height: 39px;
  top: 1px;
}

.woocommerce-checkout.woocommerce-page .woocommerce-Price-amount.amount
{
  color: #000;
}

.brdcmb_srch .woocommerce-breadcrumb + span.WD_delimiter_1
{
  padding: 0 5px;
}


.woocommerce-checkout.woocommerce-page .post-content p {
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

.woocommerce-checkout.woocommerce-page .woocommerce-invalid:after {
  font-size: 12px;
  line-height: 13px;
}
.woocommerce-checkout.woocommerce-page .validate-required.woocommerce-validated .select2-selection--single, .woocommerce-checkout.woocommerce-page .validate-required.woocommerce-validated input {
  box-shadow: none !important;
}
.woocommerce-checkout.woocommerce-page .cart-subtotal td{
padding-right: 10px;
}
.woocommerce-checkout.woocommerce-page .order-total th
{
  color: #000 !important;
  font-weight: 800;
}

.woocommerce-checkout.woocommerce-page span.amount
{
  color: #000 !important;
  font-weight: 800 !important;
}

.woocommerce-checkout.woocommerce-page .validate-required.woocommerce-invalid .select2-selection--single, .woocommerce-checkout.woocommerce-page .validate-required.woocommerce-invalid input {
  box-shadow: none;
}

.woocommerce-checkout.woocommerce-page .cart-subtotal
{
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.woocommerce-checkout.woocommerce-page .woocommerce .checkout_coupon {
  margin-bottom: 20px;
}

.woocommerce-checkout.woocommerce-page .clculte_area select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.woocommerce-checkout.woocommerce-page .clculte_area select::-ms-expand {
      display: none;
  }

.woocommerce-checkout.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #8b8b8b;
}

.woocommerce-checkout.woocommerce-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #8b8b8b;
}

.woocommerce-checkout.woocommerce-page .select2-dropdown
{
  border: 1px solid #8b8b8b !important;
    padding-top: 2px;
}

.woocommerce .cart-collaterals ul.products .product .product-buttons-container a.show_details_button
{
  display: none !important;
}

.woocommerce-container .woocommerce-pagination
{
  justify-content: center;
}
/*** Mobile by truck start */
.mob_build_truck
{
  display: none;
}
.mob_build_truck
    {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 30px;
      margin-top: 40px;
      margin-bottom: 40px;
      padding: 0 15px;
    }
.mob_build_box
    {
      width: 100%;
    }
    .mob_build_truck a{
      display: block;
    }
    .mob_build_truck img{
      display: block;
      margin: auto;
      max-width: 120px;
      width: 100%;
    }
    .mob_build_truck h2 {
      font-size: 27px !important;
      line-height: 31px !important;
      text-align: center !important;
      text-transform: uppercase !important;
      font-family: "chakra_petchbold" !important;
      color: #212529 !important;
      margin-bottom: 10px;
      margin-top: 20px;
  }
  .mob_build_truck h6 {
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: "chakra_petchbold" !important;
    color: #b50c09 !important;
  }

  @media (max-width: 1200px){
    .dlr_btn{
      display: none;
    }
    .westcottdsgn_circle
  {
    display: none;
  }
  .mob_build_truck
  {
    display: grid;
  }
  .mob_build_truck
    {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  @media (max-width: 767px){
    .mob_build_truck
    {
      grid-template-columns: 1fr 1fr;
      margin-top: 20px;
  margin-bottom: 10px;
    }
    .mob_build_truck h2 {
      font-size: 22px !important;
      line-height: 23px !important;
      margin-bottom: 10px;
      margin-top: 10px;
  }
  .mob_build_truck h6 {
    font-size: 20px !important;
    line-height: 30px !important;
}
  }
  @media (max-width: 575px){
  .mob_build_truck img {
    max-width: 110px;
}
.mob_build_truck h2 {
  font-size: 20px !important;
  line-height: 22px !important;
}
.mob_build_truck h6 {
  font-size: 18px !important;
  line-height: 26px !important;
}
}
/*** Mobile by truck End */

header .srch_hdr .aws-container
{
  margin: 0 !important;
}

header .srch_hdr .aws-search-btn.aws-form-btn
{
  background: rgba(242, 243, 243, 0.1) !important;
  border: 2px solid rgba(242, 243, 243, 0.1) !important;
  border-left: 0 !important;
  height: 43px;
}

header .aws-container .aws-search-form .aws-search-btn_icon {
  color: #bfbfbf !important;
}

.srcharea input[type="search"], .srcharea input[type="text"]
{
  border-right: 0 !important;
}

.srcharea .aws-container .aws-search-form .aws-form-btn {
  margin: 0 !important;
}
.srcharea .aws-container .aws-search-form .aws-search-clear {
  color: #ccc;
}
@media (max-width: 767px) and (min-width: 576px){
.srch_hdr form {
    width: 200px !important;
}
}
.aws-search-result .aws_result_title, .aws-search-result .aws_search_more a {
  color: #b50c09 !important;
  font-size: 15px;
  display: block !important;
}
.aws-search-result .aws_result_title{
  margin-bottom: 7px !important;
}

@media(min-width: 1201px){
  header .srch_hdr .aws-container {
    margin: 0 !important;
    width: 290px;
  }
}

#content .back-btn {
  margin: 0 0 15px;
}

.ftr_last_btm .needsclick.kl-private-reset-css-Xuajs1:has(.needsclick.go3894874857.kl-private-reset-css-Xuajs1)
{
  display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;      /* TWEENER - IE 10 */
  display: -webkit-flex !important;     /* NEW - Chrome */
  display: flex !important;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.ftr_last_btm .needsclick.kl-private-reset-css-Xuajs1
{
  flex: auto !important;
}

.rt_dl #bodyContent p{
  color: #333 !important;
  font-size: 13px !important;
  background-color: white;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 18px !important;
}

.rt_dl #bodyContent h2{
  color: #333 !important;
    background-color: white;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
}

.rt_dl .dealer_mapContainer button.gm-ui-hover-effect
{
  top: 0 !important;
    right: 0 !important;
}

.rt_dl #content {
  width: 100% !important;
  margin-bottom: 0 !important;
}
/* form.needsclick {
  margin-top: 0 !important;
  overflow: hidden;
} */


.wwp-wholesale-pricing-details p {
  color: inherit !important;
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 23px !important;
}
.wwp-wholesale-pricing-details p span, .wwp-wholesale-pricing-details p bdi {
  font-size: 18px !important;
  line-height: 23px !important;
}

.wwp-wholesale-pricing-details p span.price-text, .wwp-wholesale-pricing-details p span.retailer-text{
  color: #b50c09 !important;
}
.wwp-wholesale-pricing-details p:last-of-type{
  display: none;
}

.fusion-product-wrapper .product-details-container h3{
margin-bottom: 15px;
}

@media (max-width: 734px){
  .fusion-product-wrapper .product-details-container h3{
    text-align: center;
    }
}

.blck_announce{
  background-color: #000000;
  height: 40px;
}

.blck_announce marquee{
  font-size: 15px;
  line-height: 40px;
}

.blck_announce a{
  color: #fff;
}


#payment.woocommerce-checkout-payment .form-row.place-order input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  border: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  top: -2px;
  cursor: pointer;
  box-shadow: none !important;
  border: 1px solid #666;
}

#payment.woocommerce-checkout-payment .form-row.place-order input[type="checkbox"]:checked:before {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  position: absolute;
  border: 0;
  content: "✓";
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  background: #484747;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

.form-row.place-order label.checkbox
{
  cursor: pointer;
}

/*** new css start *****/
.products .fusion-product-wrapper {
  border: 0 !important;
}
.fusion-body .fusion-content-sep.sep-double, .fusion-body .fusion-separator-border.sep-double, .fusion-body .fusion-separator.sep-double {
  border: 0 !important;
}
.thp-popup-button .thp-addcheckedtocart-btn, .thp-popup-button .thp-button-yes {
  background: #b50c09;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 45px;
  margin-right: 15px;
  height: 44px;
  transition: all 0.2s ease-in;
  border: 0;
}

.thp-popup-button .thp-button-no, .thp-popup-button .thp-button-no
{
  background: #444444;
  border-radius: 5px;
  font-family: "chakra_petchbold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 45px;
  margin-right: 15px;
  height: 44px;
  transition: all 0.2s ease-in;
  border: 0;
}
.thp-popup-line img {
  margin-right: 5px !important;
  max-width: 15px !important;
}
.thp-popup-header {
  font-size: 16px !important;
    line-height: 22px !important;
}
.thp-popup-container .thp-flickity-container .thp-carousel{
  background: #fff !important;
}
.thp-popup-container .thp-flickity-container .thp-carousel .flickity-slider>div.thp-carousel-cell {
  background: #fff !important;
}
.thp-popup-prod-title, .thp-popup-price {
  font-size: 16px !important;
}
.thp-checkbox-container .thp-checkmark:after {
  top: 12px !important;
}
.thp-selectall-container .thp-checkmark:after {
  top: 5px !important;
}
.thp-popup-mult-bottom label {
  display: flex !important;
  align-items: center !important;
}
.thp-checkbox-container input:checked ~ .thp-checkmark, .thp-selectall-container input:checked ~ .thp-checkmark {
  background-color: #b50c09 !important;
  border: 1px solid #b50c09 !important;
}
.thp-popup-prod-title {
  line-height: 15px !important;
  width: 80% !important;
}
.thp-popup-button input[type=submit] {
  cursor: pointer !important;
}
.thp-popup-prod-title {
  cursor: pointer !important;
}

.thp-popup-content {
  background: #fff !important;
  margin-bottom: 0 !important;
}
form#thp-popup-form{
  border-top: 0;
  padding-top: 0;
}

body.single-product .woocommerce-container .woocommerce-message
{
  padding: 10px 25px 10px 35px !important;
  border-radius: 5px;
}

body.single-product .woocommerce-container .woocommerce-message a, body.single-product .woocommerce-container .woocommerce-message
{
  color: #ccc;
}

.thp-popup-total{
  margin-bottom: 10px;
}

.thp-prod-container a{
  color: #212121;
}

.thp-prod-container a:hover{
  color: #212121;
}

.thp-popup-container .product-variations-dropdown select {
  background: #f5f5f5 !important;
  color: #000 !important;
  height: 36px;
  font-size: 13px !important;
  padding-left: 7px;
  cursor: pointer;
  border: 1px solid #ccc;
  /* padding-right: 10px !important; */
}

.thp-popup-container .thp-popup-total{
  margin-bottom: 0;
}

    
@media (max-width: 575px){
  .thp-popup-line img {
    margin-top: 3px !important;
}
.thp-popup-header {
  align-items: flex-start !important;
}
.thp-popup-button input[type=submit] {
  margin-bottom: 16px !important;
}
.thp-checkmark {
  margin-right: 8px !important;
  margin-top: 0 !important;
}
.thp-checkbox-container {
  align-content: flex-start !important;
}
}

@media only screen and (max-width: 550px) and (min-width: 481px) {
  .thp-content-body .thp-popup-container .thp-flickity-container .thp-carousel .thp-carousel-cell {
    width: 50% !important;
}
}
img.idd_mil{
  margin: 15px auto 0 !important;
  width: 400px;
  max-width: 100%;
  cursor: pointer !important;
  display: block;
}

img.vfyps_mil{
  margin: 15px auto 0 !important;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  display: block;
}

.mili_respond_banner{
  margin: 15px auto 0 !important;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  display: block;
}

/*** new css end *****/



/**** Responsive Start *******/

@media (max-width: 1200px) {
  .srcharea input[type="search"], .srcharea input[type="text"]
  {
    width: 100% !important;
  }

  .build_track_btn {
    font-size: 15px;
    padding: 14px 15px;
  }
  ul.products .product-list-view .gridlist-buttonwrap a.button {
    margin-top: 20px;
  }
  #wrapper .catalog-ordering {
    margin-bottom: 20px !important;
  }
  .hdr_logo {
    max-width: 230px;
  }
  body.archive.tax-product_cat #wrapper.fusion-wrapper .full_width_wrapper {
    padding-top: 30px !important;
  }
  .cross-sells {
    padding: 0;
  }
  .accordion-item-headerNav {
    position: relative;
  }

  .accordion-item-headerNav::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 0.2em solid #8b8b8b;
    border-top: 0.2em solid #8b8b8b;
    transform: rotate(135deg);
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    position: absolute;
    right: 24px;
    top: 22px;
    transition: all 0.3s ease-in;
  }
  .accordion-item-headerNav.active::after {
    transform: rotate(-45deg);
    top: 30px;
  }
  .accordion-item-bodyNav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .client_slider .fusion-builder-column-5 > .fusion-column-wrapper {
    padding-right: 10px !important;
    padding-left: 10px;
    margin-left: 0;
  }

  section#content .avada-myaccount-user .avada-myaccount-user-column {
    padding: 0 !important;
    border: 0 !important;
    margin-top: 10px !important;
  }
  section#content .avada-myaccount-user .username .not-user {
    padding-left: 0 !important;
  }
  section#content
    .avada-myaccount-user
    .avada-myaccount-user-column:last-child {
    padding-left: 0 !important;
  }
  section#content .avada-myaccount-user {
    margin-top: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  section#content .avada-myaccount-user {
    display: block !important;
  }
  section#content .woocommerce .checkout_coupon {
    display: block !important;
  }

  section#content .woocommerce .checkout_coupon .coupon-contents {
    margin: 20px 0 0 !important;
    float: none !important;
    justify-content: flex-start !important;
  }

  section#content .woocommerce .checkout_coupon .promo-code-heading {
    float: none !important;
  }

  section#content .woocommerce .checkout_coupon .coupon-input {
    padding: 5px 0 !important;
  }

  .product_lead_area {
    bottom: 0;
  }
  /* header.header {
    height: 100px;
  } */
  header.header {
    height: 60px;
  }
  .col_four_gallery_area .fusion-title,
  .col_four_gallery_area .fusion-text {
    padding: 0;
  }
  .page-template-homepage-new header.header {
    height: auto;
  }

  .header.stickyHeader .hdr_logo {
    max-width: 150px;
  }
  .wheel_and_tire_section {
    margin-top: 0 !important;
  }
  .westcottdsgn_circle {
    padding: 260px 0 80px;
    background-color: #fff;
    margin-left: -100%;
  }
  .desktop_cicular_slider {
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 120px #e5e5e5;
  }
  .sm-2 {
    top: 0px;
    right: -80px;
  }

  .sm-3 {
    top: 0px;
    left: -80px;
  }

  .sm-5 {
    right: -239px;
  }

  .sm-4 {
    left: -239px;
  }

  .sm-7 {
    top: 760px;
    right: -129px;
  }

  .sm-6 {
    top: 760px;
    left: -129px;
  }
  .sm-1 {
    top: -180px;
  }

  .sm-8 {
    bottom: -270px;
  }

  .westcottdsgn_circle .box_circle p {
    display: none;
  }

  header.header.stickyHeader {
    position: fixed;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
  }
  .desktop_slider_show {
    min-height: auto !important;
  }
  .dsktop_btn_crt {
    display: table !important;
  }
  .shop_cart_all {
    display: none;
  }
  /* .car_conatiner {
    display: block;
  } */
  /* .westcottdsgn_circle {
    display: none;
  } */
  .header_desktop_slider {
    display: none;
  }
  .hdr_pro_slider_area {
    display: none;
  }
  .first_cr_mddle {
    max-width: 100% !important;
    position: static !important;
    padding: 0 !important;
  }

  .radial_bg_left,
  .radial_bg_right {
    display: none;
  }
  .car_mddle {
    display: none;
  }

  .first_cr_mddle img {
    display: block;
    margin: auto;
  }

  .ttl_slider_desc .slick-dots {
    bottom: -55px;
  }

  .first_cr_mddle h5 {
    font-size: 22px !important;
    margin: 20px 0px 10px;
  }

  .first_cr_mddle p {
    font-size: 18px;
    line-height: 27px;
  }
  .car_conatiner {
    padding-bottom: 0 !important;
  }
  .first_cr_mddle {
    max-width: 100% !important;
  }
  .ttl_header {
    max-width: 100%;
  }
  .hdr_container {
    width: 100%;
    max-width: 100%;
  }
  .banner_hero_container .slide-content {
    max-width: 365px !important;
  }
  .banner_hero_container .slide-content h1 {
    font-size: 57px !important;
    line-height: 54px !important;
  }
  .banner_hero_container .slide-content h6 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .banner_hero_container .slide-content h1 span.install_west {
    font-size: 23px !important;
    line-height: 28px !important;
  }
  .shop_by_vihicle_area h2 {
    font-size: 55px !important;
    line-height: 69px !important;
  }
  .shop_by_vihicle_area .fusion-title h3 {
    margin-top: 10px;
  }
  .fusion-body .shop_by_vihicle_area .custom_fuse_col {
    width: 25% !important;
  }

  .shop_by_vihicle_area h4 {
    font-size: 32px !important;
    line-height: 37px !important;
  }

  /* .rt_track {
    margin-right: 12%;
  } */

  .rt_track {
    margin-right: 9%;
  }

  .shop_by_part_section .fusion-title h2 {
    font-size: 50px !important;
    line-height: 70px !important;
  }
  /* .first_cr_mddle {
    max-width: 230px !important;
  } */
  .car_mddle img {
    max-width: 450px;
  }
  .radial_bg_left {
    width: 247px;
    left: -1%;
  }
  .radial_bg_right {
    width: 247px;
    right: -1%;
  }
  .post-content .wheel_and_tire_section h3 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .fusion-body .wheel_and_tire_section .fusion-layout-column {
    width: 50% !important;
  }
  .trusted_by_brands_section h2 {
    margin-bottom: 20px !important;
  }
  .trusted_by_brands_section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .not_in_az_section {
    padding: 100px 25px !important;
  }
  .post-content .not_in_az_section h3 {
    font-size: 50px !important;
    line-height: 70px !important;
  }
  .trusted_by_brands_section {
    padding: 60px 25px !important;
  }
  .trusted_by_brands_section h4 {
    font-size: 24px !important;
  }

  .testi-slideshow p {
    font-size: 23px;
    line-height: 28px;
  }
  .video-container {
    margin-bottom: 40px !important;
  }
  .youtube_sec_bg {
    padding: 100px 0 !important;
  }
  .ftr_last_btm p.bld_ftr {
    font-size: 17px;
  }
  .footer--top .row {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .footer_upper_section h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .footer_upper_section h2 i {
    font-size: 180px !important;
    line-height: 72px !important;
  }
  .footer_upper_section {
    padding: 80px 0 !important;
  }
  .footer--address h4 {
    margin-bottom: 10px;
  }
  .footer--top {
    padding-bottom: 60px;
  }
  .fusion-body .bottom_form_area .bottom_col1 {
    width: 30% !important;
  }
  .fusion-body .bottom_form_area .bottom_col2 {
    width: 30% !important;
  }
  .bottom_col2 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .fusion-body .bottom_form_area .bottom_col3 {
    width: 38% !important;
  }
  .right_seo_form {
    padding: 40px;
  }
  .bottom_form_area {
    padding: 60px 0 !important;
  }
  .bottom_form_area h5 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .fusion-body .client_slider .fusion_builder_column {
    width: auto !important;
    padding: 0 5px;
    display: block !important;
  }
  main#main.full_width_wrapper .client_slider .fusion-row {
    width: 100% !important;
    margin: auto !important;
    max-width: 100% !important;
    display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;      /* TWEENER - IE 10 */
  display: -webkit-flex !important;     /* NEW - Chrome */
  display: flex !important;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: nowrap;
  }
  main#main.full_width_wrapper .client_slider .fusion-row img {
    width: 100%;
  }
  /* #product-showing-mobile {
    height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    top: 0;
  } */
  #product-showing-mobile {
    max-width: 100%;
    margin: auto;
  }

  /* #product-showing-mobile.active_mob_pro {
    height: auto !important;
    max-height: none !important;
    opacity: 1;
    visibility: visible;
  } */
  .sldr_pro_mn {
    background-color: #fff;
  }

  #product-showing-mobile.active_mob_pro .product-dropdown__mobile {
    position: static !important;
  }

  .product-dropdown__mobile a {
    color: #313131 !important;
    font-size: 22px !important;
    text-align: center !important;
    display: block !important;
    font-weight: 600;
    line-height: 19px;
    margin-top: 10px;
    padding: 0 5px 5px !important;
    border: 0 !important;
  }

  .product-dropdown__mobile img {
    display: block;
    margin: auto;
    width: 100%;
    height: 150px;
    object-fit: contain;
  }

  .product-dropdown__mobile .slick-prev {
    left: 12px;
  }

  .product-dropdown__mobile .slick-next {
    right: 15px;
  }

  .product-dropdown__mobile button.slick-prev {
    background-image: url(../images/arrow_left_header.png);
    width: 26px;
    height: 31px;
    background-size: contain;
  }

  .product-dropdown__mobile button.slick-next {
    background-image: url(../images/arrow_right_header.png);
    width: 26px;
    height: 31px;
    background-size: contain;
  }

  .product-dropdown__mobile .slick-next:before,
  .product-dropdown__mobile .slick-prev:before {
    display: none;
  }

  .product-dropdown__mobile p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* .product-dropdown__mobile {
    position: static !important;
    top: 500px;
    width: 100%;
    padding: 20px 50px;
    margin: auto;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
  } */
  .product-dropdown__mobile {
    padding: 20px 50px;
  }
}

@media (max-width: 1023px) {
  .ftr_last_btm p.bld_ftr {
    margin-bottom: 20px;
  }
  #fullBgWhite h2.fusion-responsive-typography-calculated {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .product_lead_area {
    bottom: 0;
    width: 240px;
    padding: 20px 25px;
  }
  .product_lead_btn a {
    padding: 8px 4px;
    line-height: 26px !important;
    font-size: 16px !important;
  }
  .desktop_cicular_slider {
    height: 600px;
    max-width: 600px;
    box-shadow: 0 0 0 100px #e5e5e5;
  }
  .mddle_car {
    top: 210px;
    width: 400px;
  }
  .red_btn_car {
    margin-top: 20px !important;
  }
  .westcottdsgn_circle {
    margin-left: -100%;
    padding-top: 360px;
  }
  .sm-1 {
    top: -180px;
    right: 26%;
  }
  .sm-8 {
    right: 26%;
    bottom: -240px;
  }
  .sm-3 {
    top: -80px;
    left: -100px;
  }
  .sm-2 {
    top: -80px;
    right: -100px;
  }
  .sm-5 {
    right: -199px;
    top: 200px;
  }
  .sm-4 {
    left: -199px;
    top: 200px;
  }
  .sm-7 {
    top: 470px;
    right: -87px;
  }
  .sm-6 {
    top: 470px;
    left: -87px;
  }
  div.hdr_txtcnt {
    font-size: 12px;
    line-height: 29px;
  }
  .rt_hdr_cntnt ul li {
    margin-right: 20px;
  }
  .rt_hdr_cntnt ul li a {
    font-size: 12px;
  }
  .banner_hero_container .slide-content h1 {
    font-size: 37px !important;
    line-height: 44px !important;
    text-align: right !important;
  }
  .banner_hero_container .heading {
    text-align: right !important;
    margin: 0 !important;
  }
  .tfs-slider .slide-content-container .heading {
    margin: 0;
  }
  .banner_hero_container .slide-content h6 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .banner_hero_container .slide-content {
    max-width: 285px !important;
  }
  .banner_hero_container .slide-content h1 span.install_west {
    font-size: 16px !important;
    line-height: 28px !important;
    margin: 10px 0;
  }
  .banner_hero_container .banner_shop_btn {
    padding: 5px 35px;
    margin-top: 5px !important;
    font-size: 18px;
    line-height: 28px;
  }
  .shop_by_vihicle_area {
    margin-top: 0 !important;
  }
  /* .shop_by_vihicle_area .custom_fuse_col .fusion-column-wrapper {
    padding: 30px 20px 90px 20px !important;
  } */
  .fusion-body
    .shop_by_vihicle_area
    .custom_fuse_col
    .fusion-column-inner-bg-image {
    height: 210px !important;
  }

  .shop_by_vihicle_area h2 {
    font-size: 45px !important;
    line-height: 59px !important;
  }
  .shop_by_part_section {
    padding: 40px 0 100px !important;
  }
  .banner_hero_container .slide-content-container {
    padding-right: 15px !important;
  }
  .car_mddle img {
    max-width: 360px;
  }
  /* .first_cr_mddle {
    max-width: 200px !important;
  } */
  .first_cr_mddle h5 {
    font-size: 20px !important;
    margin: 10px 0;
  }
  .first_cr_mddle p {
    font-size: 16px;
    line-height: 19px;
  }
  .wheel_and_tire_section {
    padding: 40px 0 !important;
  }
  .btn_shop_other {
    font-size: 22px !important;
  }
  .fusion-body .trusted_by_brands_section .fusion-layout-column.brands_one_col {
    width: 33.33333% !important;
    padding: 0 20px !important;
  }
  .trusted_by_brands_section h2 {
    font-size: 36px !important;
    line-height: 34px !important;
  }

  .not_in_az_section .fusion-text {
    font-size: 30px;
    line-height: 36px;
  }
  .trusted_by_brands_section {
    padding: 40px 15px !important;
  }

  .fusion-body .trusted_by_brands_section .you_need_col.fusion-layout-column {
    width: 50% !important;
    padding: 0 15px 25px !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .trusted_by_brands_section h4 {
    font-size: 30px !important;
    margin-top: 25px !important;
  }
  .bottom_form_area h6 {
    margin-left: 80px !important;
  }
  .right_seo_form {
    padding: 20px;
  }
  .bottom_form_area h5 {
    font-size: 32px !important;
  }
  .footer_upper_section {
    padding: 60px 0 100px !important;
  }
  .new_section_footer {
    padding: 40px 0 0;
  }
}
@media (max-width: 800px) {
  #main > .fusion-row {
    display: block !important;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  header form#searchform
  {
    width: 200px;
  }
  .footer--top .col-lg-5.col-md-6.mb-30,
  .footer--top .shop_coumn,
  .footer--top .customers_column,
  .footer--top .company_column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  body.archive.post-type-archive #wrapper.fusion-wrapper .full_width_wrapper {
    padding-top: 40px !important;
  }
  body.woocommerce-cart .cart-collaterals .shipping-coupon .coupon {
    border: 0;
    padding: 0;
  }
  body.woocommerce-cart .cart_totals {
    padding: 0;
  }

  header.header.stickyHeader {
    height: 60px;
  }
  .first_cr_mddle img {
    max-width: 90px;
  }
  .wheel_and_tire_section {
    margin-top: 0px !important;
  }

  .hdr_container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
  }
  .left_hdr_cntnt {
    display: block;
  }
  .left_hdr_cntnt ul {
    justify-content: flex-start;
  }
  .rt_hdr_cntnt ul {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
  }

  div.hdr_txtcnt {
    margin: 0;
  }

  /* .build_track_btn {
    font-size: 12px;
    line-height: 21px;
    padding: 14px 15px;
    margin-right: 5px;
  } */

  .build_track_btn {
    font-size: 12px;
    line-height: 21px;
    padding: 13px 15px;
    margin-right: 5px;
  }

  .banner_hero_container .pad_10 {
    padding: 10px 0;
  }

  /* .hdr_logo {
    max-width: 80px;
  } */

  .hdr_logo {
    max-width: 140px;
  }

  .banner_hero_container .slide-content {
    max-width: 225px !important;
    margin-top: 20px !important;
  }

  .banner_hero_container .slide-content h1 span.install_west {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .banner_hero_container .slide-content h1 span.banner_paragrph {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .banner_hero_container .pad_10 {
    padding: 18px 0;
  }
  .shop_by_vihicle_area h2 {
    font-size: 35px !important;
    line-height: 39px !important;
    margin: 0;
  }

  .banner_hero_container .fusion-title.fusion-title-3 {
    margin-bottom: 10px !important;
  }

  .shop_by_part_section .fusion-title.fusion-title-9 {
    margin-bottom: 10px !important;
  }
  .car_conatiner {
    padding-bottom: 670px;
  }
  .car_mddle img {
    max-width: 240px;
  }
  /* .first_cr_mddle {
    max-width: 170px !important;
  } */
  .first_cr_mddle:nth-of-type(2) {
    bottom: 320px;
    left: 0;
  }
  .first_cr_mddle:nth-of-type(4) {
    bottom: 320px;
    right: 0;
  }
  .first_cr_mddle:nth-of-type(3) {
    top: 100px;
  }
  .post-content .wheel_and_tire_section h3 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .post-content .wheel_and_tire_section h4 {
    font-size: 28px !important;
    line-height: 35px !important;
    margin-bottom: 0;
  }

  .wheel_and_tire_section .fusion-column-wrapper {
    padding: 40px 20px 40px 40px !important;
  }
  .wheel_and_tire_section .right_tires_red {
    margin-top: 15px !important;
    font-size: 16px !important;
  }
  .radial_bg_left,
  .radial_bg_right {
    width: 167px;
  }
  .post-content .not_in_az_section h3 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .new_section_footer h4 {
    font-size: 18px !important;
  }
  .footer--logo {
    max-width: 180px;
    margin-bottom: 40px;
  }
  .ftr_last_btm .row {
    flex-wrap: wrap;
  }
  .ftr_last_btm p.bld_ftr {
    margin: 0 0 10px;
  }

  .product-details-container .fusion-price-rating span,
  .product-details-container .fusion-price-rating bdi {
    margin-top: 0px;
    vertical-align: top;
  }
}

@media (min-width: 0px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .ftr_last_btm .needsclick.kl-private-reset-css-Xuajs1 {
    width: 100%;
}
  .change_track_btn_mob
{
  display: inline-block;
}
.desc_track_btn, .desc_change_btn
{
  display: none;
}
  footer .needsclick {
    flex-wrap: wrap;
  }

  footer .needsclick {
    flex: auto !important;
  }
  .ftr_last_btm button,
  .ftr_last_btm .thm-btn,
  .ftr_last_btm input[type="submit"] {
    margin-left: 0 !important;
  }
  ul.products .product-list-view .product-excerpt.product-list {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .left_search_panel {
    display: none;
  }
  /* .product_lead_area
  {
    display: none;
  } */
  section#content .woocommerce-MyAccount-content,
  section#content .woocommerce-content-box {
    border: 0 !important;
    padding: 0 !important;
  }

  section#content .woocommerce .checkout_coupon .coupon-input {
    width: 100% !important;
  }
  section#content .woocommerce .checkout_coupon .coupon-button {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    margin-top: 15px !important;
  }
  section#content .woocommerce .checkout #customer_details .col-1,
  section#content
    .section#content
    .woocommerce
    .checkout
    #customer_details
    .col-2 {
    padding: 0px !important;
    border: 0 !important;
  }

  section#content .woocommerce .checkout #customer_details .col-1,
  section#content .woocommerce .checkout #customer_details .col-2 {
    box-sizing: border-box;
    border: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    float: left;
    width: 48%;
    margin-right: 4%;
  }

  .pro_srch_hd p a {
    color: #fff;
    padding: 0;
    height: auto;
    line-height: 18px;
    display: block;
  }
  .pro_srch_hd p {
    color: #fff;
  }
  .fusion-body .bottom_form_area .fusion-builder-column-30 {
    width: 100% !important;
  }
  .sm-1,
  .sm-2,
  .sm-3,
  .sm-4,
  .sm-5,
  .sm-6,
  .sm-7,
  .sm-8 {
    width: 200px;
  }
  .westcottdsgn_circle .box_circle h5 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin: 8px 0;
  }
  .westcottdsgn_circle .box_circle img {
    max-width: 70px;
    width: 70px;
    height: 70px;
  }
  .desktop_cicular_slider {
    height: 600px;
    width: 600px;
    box-shadow: 0 0 0 70px #e5e5e5;
    margin: auto;
    max-width: 900px;
  }

  .westcottdsgn_circle .box_circle p {
    display: none;
  }

  .wheel_and_tire_section {
    margin-top: 0px !important;
  }
  .sm-1 {
    top: -90px;
    right: 33%;
  }
  .sm-8 {
    bottom: -120px;
    right: 33%;
  }

  .sm-3 {
    top: 0px;
    left: -19px;
  }
  .sm-2 {
    top: 0px;
    right: -19px;
  }

  .sm-4 {
    top: 230px;
    left: -100px;
  }

  .sm-5 {
    top: 230px;
    right: -100px;
  }

  .sm-6 {
    top: 450px;
    left: 5px;
  }

  .sm-7 {
    top: 450px;
    right: 5px;
  }
  .westcottdsgn_circle {
    margin-left: -100%;
    padding-top: 320px;
  }

  .mddle_car {
    top: 180px;
    width: 340px;
  }

  .cd-dropdown-wrapper {
    right: 0;
    top: 20px;
  }

  .show_build_mobile {
    display: block !important;
  }
  .cs-options {
    width: 320px;
    max-width: inherit;
    top: 37px;
  }
  .mob_track {
    display: block;
  }

  .mob_track .cs-options {
    width: 200px;
    left: -15px;
    top: 0;
    border: 0;
    background: #117c95;
    color: #fff;
    display: block;
  }

  #hiddenPanel_shift {
    position: absolute;
    left: -200px;
    width: 200px;
    background-color: #b50c09;
    top: 0;
    z-index: 1;
  }
  #hiddenPanel_shift.k_shift .cs-options {
    width: 215px;
    border-radius: 0 0 5px;
  }
  #hiddenPanel_shift.k_shift #close-bar-shift {
    border-radius: 0 3px 3px 0;
  }
  #close-bar-shift {
    position: absolute;
    left: 200px;
    width: 95px;
    display: block;
    cursor: pointer;
    line-height: 30px;
    padding: 0;
  }

  .header_upper_hd {
    padding: 10px 0;
  }
  .mob_rt_hdr_cntnt {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    opacity: 0.7;
  }
  .mob_rt_hdr_cntnt a {
    display: block;
    margin-right: 20px;
  }
  .mob_rt_hdr_cntnt a:last-child {
    margin-right: 0;
  }
  .fusion-body .client_slider .fusion_builder_column {
    width: 100% !important;
    padding: 0;
  }
  .bottom_form_area .smll_txt_form p {
    margin-bottom: 10px;
  }
  .hdr_container .hdr_txtcnt,
  .hdr_container .rt_hdr_cntnt {
    display: none;
  }

  .ttl_header .build_track_btn {
    display: none;
  }

  .ttl_header .searchform {
    display: none;
  }

  /* .hdr_logo {
    max-width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  } */

  .hdr_logo {
    max-width: 170px;
    position: absolute;
    top: 0;
    left: 55px;
    right: 0;
    margin: auto;
  }

  .desktop_slider_show {
    display: none;
  }

  .mobile_slider_show {
    display: block;
  }
  .mobile_slider_show {
    height: 1000px;
  }

  .mobile_slider_show .background.background-image {
    height: 1010px !important;
    background-color: #192541;
  }

  .mobile_slider_show .fusion-slider-sc-homepage-banner-mobile-slider {
    height: 1000px !important;
    max-height: 1000px !important;
  }

  .mobile_slider_show .fusion-builder-row.fusion-row {
    height: 1000px !important;
  }

  .mobile_slider_show .flexslider {
    height: 1000px !important;
  }

  .mobile_slider_show .slide-content-container {
    top: 12% !important;
    padding: 0 15px !important;
    transform: none !important;
    text-align: center !important;
  }

  .srcharea .srch_hdr {
    display: none;
  }

  .mobile_slider_show.banner_hero_container .slide-content {
    max-width: 100% !important;
    margin-top: 20px !important;
    margin: auto !important;
    text-align: center !important;
  }
  .mobile_slider_show.banner_hero_container .heading {
    text-align: center !important;
  }

  .mobile_slider_show.banner_hero_container .slide-content h1 {
    text-align: center !important;
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .mobile_slider_show.banner_hero_container
    .slide-content
    h1
    span.install_west {
    text-align: center;
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .mobile_slider_show.banner_hero_container
    .slide-content
    h1
    span.banner_paragrph {
    font-size: 20px !important;
    line-height: 27px !important;
    text-align: center !important;
  }
  .banner_hero_container .slide-content h6 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .banner_hero_container .slide-content .buttons .tfs-button-1 {
    margin-right: auto;
  }
  .banner_hero_container .banner_shop_btn {
    padding: 11px 35px;
    font-size: 20px;
    line-height: 28px;
    margin: auto !important;
    display: table !important;
    margin-top: 30px !important;
  }

  .shop_by_vihicle_area {
    background-image: url(/wp-content/uploads/seqoti_bgg.jpg) !important;
    padding-top: 80px !important;
    background-position: top !important;
    background-size: cover !important;
  }
  .shop_by_vihicle_area .fusion-title h3 {
    margin-top: 0 !important;
  }
  .fusion-body .shop_by_vihicle_area .custom_fuse_col {
    width: 100% !important;
  }
  .shop_by_vihicle_area .fusion-title h3 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  .shop_by_vihicle_area h2 {
    font-size: 70px !important;
    line-height: 68px !important;
    margin-bottom: 30px;
  }
  .fusion-body
    .shop_by_vihicle_area
    .custom_fuse_col
    .fusion-column-inner-bg-image {
    height: 350px !important;
  }
  .custom_fuse_col {
    border-right: 0 !important;
  }
  .fusion-body .shop_by_vihicle_area .custom_fuse_col {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .shop_by_vihicle_area .custom_fuse_col .fusion-column-wrapper {
    padding: 21px 0 21px 0 !important;
    height: 350px;
  }

  .shop_by_vihicle_area .fusion-column-inner-bg {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .shop_by_vihicle_area h4 {
    font-size: 38px !important;
  }

  .shop_by_part_section {
    padding: 60px 0 !important;
  }

  .shop_by_part_section .fusion-title h6 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .shop_by_part_section .fusion-title h2 {
    font-size: 70px !important;
    line-height: 68px !important;
  }

  .car_conatiner {
    padding-bottom: 0 !important;
  }

  .first_cr_mddle {
    max-width: 100% !important;
    position: static !important;
    padding: 0 !important;
  }
  .radial_bg_left,
  .radial_bg_right {
    display: none;
  }
  .car_mddle {
    display: none;
  }

  .first_cr_mddle img {
    display: block;
    margin: auto;
  }

  .ttl_slider_desc .slick-dots {
    bottom: -55px;
  }

  .first_cr_mddle h5 {
    font-size: 22px !important;
    margin: 20px 0px 10px;
  }

  .first_cr_mddle p {
    font-size: 18px;
    line-height: 27px;
  }

  .red_btn_car {
    margin-top: 50px !important;
    padding: 21px 45px !important;
    font-size: 22px !important;
  }

  .first_cr_mddle a.sliders_cr_link {
    font-size: 18px;
    line-height: 18px;
  }

  .shop_by_part_section .fusion-column-wrapper {
    margin: 0 !important;
  }

  .fusion-body .client_slider .fusion-layout-column {
    display: block !important;
    width: auto !important;
  }

  .fusion-body .client_slider .fusion-column-wrapper {
    display: block !important;
    width: auto !important;
    padding: 0 5px !important;
    margin: 0;
  }

  .fusion-body .client_slider .fusion-flex-container .fusion-row {
    display: block !important;
  }

  .fusion-body .client_slider .fusion-flex-container.fusion-row {
    display: block !important;
  }

  .fusion-body .client_slider .fusion-layout-column img {
    width: 100% !important;
    margin: auto !important;
  }

  /* main#main.full_width_wrapper .client_slider .fusion-row {
    display: block !important;
  } */

  .trusted_by_brands_section {
    padding: 50px 15px 0 !important;
  }

  .trusted_by_brands_section h2 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  .client_slider {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .fusion-body .wheel_and_tire_section .fusion-layout-column {
    width: 100% !important;
  }

  .wheel_and_tire_section {
    /* background-image: url(/wp-content/uploads/tier_mobile_bg.jpg) !important; */
    padding: 80px 0 !important;
  }

  .wheel_and_tire_section {
    background-image: url(/wp-content/uploads/mob_wheel_tier.png) !important;
  }

  .shop_by_vihicle_area.shp_tgl_glry {
    padding: 0 !important;
  }

  .wheel_and_tire_section .wheel_mob_hidden {
    display: none !important;
  }
  .mob_dsply_tire {
    display: block !important;
  }
  .desk_dsply_tire {
    display: none !important;
  }
  .shop_by_vihicle_area.no_marge_nopad {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }
  .shop_by_vihicle_area {
    padding-bottom: 0px !important;
  }
  .wheel_and_tire_section .fusion-column-wrapper .fusion-title {
    justify-content: center;
  }
  .wheel_and_tire_section .fusion-column-wrapper {
    padding: 40px 20px 70px 20px !important;
    margin: 0 !important;
  }
  .wheel_and_tire_section .title-sep-container.title-sep-container-right {
    display: none !important;
  }
  .post-content .wheel_and_tire_section h3 {
    font-size: 44px !important;
    line-height: 41px !important;
  }
  .post-content .wheel_and_tire_section h4 {
    font-size: 46px !important;
    line-height: 52px !important;
    margin-bottom: 0;
    padding-top: 80px;
    text-align: center !important;
  }
  .post-content .wheel_and_tire_section p {
    font-size: 20px !important;
    line-height: 27px !important;
    text-align: center !important;
  }
  .wheel_and_tire_section .right_tires_red {
    margin-top: 25px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px !important;
  }
  .post-content .wheel_and_tire_section p br {
    display: none;
  }
  .not_in_az_section {
    padding: 60px 0px !important;
  }
  .post-content .not_in_az_section h3 {
    font-size: 52px !important;
    line-height: 46px !important;
  }
  .zip_field_area button,
  .zip_field_area input[type="submit"] {
    width: 70% !important;
  }
  .zip_field_area input[type="text"],
  .zip_field_area input[type="tel"] {
    width: 70%;
    margin-bottom: 25px;
  }

  .zip_field_area {
    justify-content: center;
    padding: 25px 0;
  }

  .trusted_by_brands_section .col_four_gallery_area .fusion-title,
  .trusted_by_brands_section .col_four_gallery_area .fusion-text {
    padding: 0 !important;
  }

  .fusion-body .trusted_by_brands_section .you_need_col.fusion-layout-column {
    width: 100% !important;
    padding: 10px 15px 50px !important;
  }

  .trusted_by_brands_section .fusion-text {
    padding: 0 20px;
  }
  .trusted_by_brands_section .fusion-text.fusion-text-2 {
    padding: 0;
  }
  .trusted_by_brands_section .fusion-text.fusion-text-4 {
    padding: 0 0;
  }
  .not_in_az_section .fusion-text {
    padding: 0 25px;
  }
  .trusted_by_brands_section .button-custom {
    padding: 13px 50px !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .testimonial_height_slider_area h5 {
    margin: 25px 0 0px !important;
    font-size: 16px !important;
  }

  .testimonial_height_slider_area h4 {
    font-size: 42px !important;
    line-height: 42px !important;
    margin-bottom: 40px !important;
  }
  .testi-slideshow .slick-slide {
    text-align: left;
  }
  .testi-slideshow p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500 !important;
  }
  .testimonial_height_slider_area {
    background-image: url(/wp-content/uploads/blue_bg_set_mobile.jpg) !important;
    background-position: top !important;
    padding-bottom: 0 !important;
  }

  .youtube_sec_bg {
    padding: 240px 15px 60px !important;
    margin-top: 0 !important;
    background-image: url(/wp-content/uploads/youtube_bg_mask_mobile.jpg) !important;
    background-position: top !important;
  }

  .post-content .youtube_sec_bg h3 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  .post-content .youtube_sec_bg h2 {
    font-size: 46px !important;
    line-height: 46px !important;
    margin-bottom: 20px;
  }

  .youtube_sec_bg .fusion-text {
    margin-top: 0 !important;
  }

  .post-content .youtube_sec_bg p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .fusion-flex-container .fusion-row {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    justify-content: center;
  }

  .fusion-body .bottom_form_area .bottom_col3 {
    width: 100% !important;
  }

  .fusion-body .bottom_form_area .bottom_col2 {
    width: 100% !important;
  }

  .bottom_form_area {
    background-position: -150px 170px !important;
    background-size: 1100px !important;
    background-color: #fff !important;
  }

  .bottom_form_area .fusion-layout-column .fusion-column-wrapper {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .bottom_form_area .fusion-layout-column.bottom_col2 .fusion-column-wrapper {
    padding-right: 0 !important;
  }

  .bottom_form_area h6 {
    margin-left: 120px !important;
    margin-top: 20px !important;
  }
  .bottom_form_area h5 {
    font-size: 42px !important;
    line-height: 46px !important;
  }

  .fusion-body .bottom_form_area .bottom_col3 {
    width: 85% !important;
    margin-top: 440px;
  }

  .right_seo_form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_upper_section h2 {
    display: block;
    font-size: 48px !important;
    line-height: 65px !important;
  }

  .footer_upper_section h2 i {
    font-size: 48px !important;
    line-height: 77px !important;
    display: block;
    margin: 0;
  }
  .footer_upper_section {
    padding: 70px 0 70px !important;
    background-image: url(/wp-content/uploads/bottom_red_bg_mob.jpg) !important;
  }
  .footer_upper_section .fusion-layout-column {
    margin-bottom: 0;
  }
  .footer--top .row {
    display: block;
  }
  .sbscrb_btn_youtube {
    min-width: 100%;
  }

  .footer--top .container {
    padding: 0 40px;
  }
  .footer--logo {
    max-width: 100%;
    margin-bottom: 70px;
  }
  .footer--address ul li {
    font-size: 18px;
    line-height: 35px;
  }

  .shop_coumn,
  .customers_column,
  .company_column {
    margin-top: 40px;
  }

  .new_section_footer h4 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
  }
  .new_section_footer ul li a {
    font-size: 16px;
    line-height: 27px;
  }

  .ftr_last_btm form {
    display: block;
    width: 100%;
  }
  .ftr_last_btm button,
  .ftr_last_btm .thm-btn,
  .ftr_last_btm input[type="submit"] {
    width: 100% !important;
    font-size: 22px !important;
    margin-top: 20px !important;
  }
  .ftr_last_btm p.bld_ftr {
    font-size: 20px;
    line-height: 26px;
  }
  .ftr_last_btm .container {
    padding: 0 40px;
  }
  .ftr_last_btm p.bld_ftr {
    margin: 0 0 6px;
  }
  .footer--copyright span {
    display: block !important;
  }

  .footer--bottom .container {
    padding: 0;
  }
  .banner_hero_container .dsktop_shop_bnr {
    display: none !important;
  }
  .banner_hero_container .mob_shop_bnr {
    display: block !important;
  }
  .slide_test_boxx {
    padding-top: 80px;
  }
  .youtube_sec_bg {
    margin-top: -30px !important;
  }
}

/* @media (max-width: 440px) {
  .product-dropdown__mobile {
    top: 530px;
  }
} */

@media only screen and (min-width: 801px) {
  .whiebluebg_upp_bnr
    .fusion-column-wrapper.fusion-flex-column-wrapper-legacy
    img.img-responsive {
    height: 150px;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1201px) {
  .whiebluebg_upp_bnr
    .fusion-column-wrapper.fusion-flex-column-wrapper-legacy
    img.img-responsive {
    height: 250px;
    object-fit: cover;
  }
  #product-showing-mobile {
    display: none !important;
  }
  .shop_by_vihicle_area {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .whiebluebg_upp_bnr
    .fusion-column-wrapper.fusion-flex-column-wrapper-legacy
    img.img-responsive {
    height: 300px;
  }
 
}

@media only screen and (min-width: 1800px) {
  .whiebluebg_upp_bnr
    .fusion-column-wrapper.fusion-flex-column-wrapper-legacy
    img.img-responsive {
    height: 350px;
  }
}

.shop_by_vihicle_area {
  margin-top: 0px !important;
}
.shop_by_vihicle_area.no_marge_nopad {
  padding-top: 0 !important;
}
@media (max-width: 374px) {
  .hdr_logo {
    max-width: 140px;
    top: -4px;
  }
}
/**** /////homepage New Design Css End ****/
 