/* :root {
  --bs-customPrimary: #f7a823;
  --customPrimary-300: #fbd68a;
  --customPrimary-500: #f7a823;
  --customPrimary-600: #e0940f;
} */

body.tpp{
    --bs-customPrimary: #fcc114;
    --customPrimary-300: #fbd68a;
    --customPrimary-500: #fcc114;
    --customPrimary-600: #fcc114;
  }
  
  body.rtp { 
    --bs-customPrimary: #d61f27;
    --customPrimary-300: #d61f27;
    --customPrimary-500: #d61f27;
    --customPrimary-600: #d61f27;
  }
  
  body.oem { 
    --bs-customPrimary: #f05523;
    --customPrimary-300: #f05523;
    --customPrimary-500: #f05523;
    --customPrimary-600: #f05523;
  }

body.tpc {
    --bs-customPrimary: #faa921;
    --customPrimary-300: #faa921;
    --customPrimary-500: #faa921;
    --customPrimary-600: #faa921;
}
  

.icofont-fast-delivery:before {
    content: "\eee4";
  }
  /* ===== Brand color helpers (replace Tailwind customPrimary-* classes) ===== */
  .bg-customPrimary-500 { background-color: var(--customPrimary-500) !important; }
  .bg-customPrimary-600:hover { background-color: var(--customPrimary-600) !important; }
  .bg-customPrimary-300 { background-color: var(--customPrimary-300) !important; }
  .text-customPrimary,
  .text-customPrimary-500 { color: var(--customPrimary-500) !important; }
  .hover-customPrimary:hover { color: var(--customPrimary-500) !important; }
  .btn-customPrimary {
    background-color: var(--customPrimary-500) !important;
    color: #000;
  }
  .btn-customPrimary:hover { background-color: var(--customPrimary-600); color:#000; }
  
  /* ===== Header top strip ===== */
  /*.top-strip { height: 10px; width: 100%; background-color: var(--customPrimary-500); }*/
  
  /* ===== Nav link underline animation (was group-hover Tailwind trick) ===== */
  .nav-underline-link { position: relative; text-decoration: none; color: #495057; }
  .nav-underline-link span.underline-el {
    position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
    background: #000; transition: width .3s ease;
  }
  .nav-underline-link:hover { color: #000; }
  .nav-underline-link:hover span.underline-el { width: 100%; }
  
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
  
  body {
      font-family: 'Open Sans', sans-serif;
      font-size: 12pt;
      font-weight: 400;
  }
  
  a:link, a:visited {
      color: #000;
      text-decoration: underline;
      transition: color .3s;
  }
  
  a:hover, a:active {
      color: #F15623;
      transition: color .3s;
  }
  
  .ft-brands li {
      border-bottom: 1px dotted #666;
      border-right: 1px dotted #666;
  }
  
    /*  .ft-brands li:nth-child(4n) {
          border-right: none !important;
      }*/
  
  .main-btns {
      margin-top: 15px;
  }

 /* .tp-strip-animation {
      display: none;
  }*/


li.brnditem, li.majorbranditem {
    border-right: 1px dotted #666;
    border-bottom: 1px dotted #666;
}
  
      li.brnditem:nth-child(3n), li.majorbranditem:nth-child(6n) {
          border-right: none;
      }
  
      li.brnditem:nth-child(n+4), li.majorbranditem:last-child {
          border-bottom: none;
      }
  
  .modal-dialog-slideout {
      min-height: 100%;
      margin: 0 0 0 auto;
      background: #fff;
  }
  
  .modal.fade .modal-dialog.modal-dialog-slideout {
      -webkit-transform: translate(100%,0)scale(1);
      transform: translate(100%,0)scale(1);
  }
  
  .modal.fade.show .modal-dialog.modal-dialog-slideout {
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
      display: flex;
      align-items: stretch;
      -webkit-box-align: stretch;
      height: 100%;
  }
  
      .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
          overflow-y: auto;
          overflow-x: hidden;
      }
  
  .modal-dialog-slideout .modal-content {
      border: 0;
  }
  
  .modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
      height: 69px;
      display: block;
  }
  
      .modal-dialog-slideout .modal-header h5 {
          float: left;
      }
  
  .btn-grey {
      background: #eee !important;
      color: #555 !important;
      text-decoration: none !important;
      font-weight: 600 !important;
      font-size: 10pt !important;
  }
  
      .btn-grey:hover {
          background: #444 !important;
          color: #eee !important;
      }
  
  
  /* Header */
  .gry-tpstrip {
      background: #ececec;
      padding: 10px 0;
  }
  
  .mid-tpstrip {
      padding: 10px 0 10px;
      border-bottom: 1px dotted #666;
  }
  
  .highlight-Nav a:link, .highlight-Nav a:hover {
      text-decoration: none;
  }
  
  .SearchPanelSection .input-group > .form-control {
      flex: 0.8 1 auto !important;
      padding: 1.375rem 0.75rem;
  }
  
  .SearchPanelSection .custom-select {
      flex: 0.2 1 auto !important;
      height: calc(1.5em + 0.75rem + 10px);
  }
  
  .SearchPanelSection .btn-search, .btn-filter, .pt-search .btn-search {
      background: #333;
      color: #fff;
      font-weight: 600;
  }
  
  ul.highlight-Nav li:first-child {
      padding-left: 0 !important;
  }
  
  .maincart-title {
      font-size: 16pt;
      font-weight: 600;
      color: #666;
      line-height: 10px;
  }
  
  .maincart-title-link small {
      line-height: 8px;
  }
  
  #basket i.icofont {
      font-size: 35pt;
      color: #606161;
      margin-right: 10px;
      margin-left: 10px;
      line-height: 59px;
  }
  
  
  .prd-text-mob .tpp-schem-tit, #Part-Title-P.tpp-schem-tit {
      font-size: 13pt;
      color: #007bff;
      text-decoration: none;
      font-weight: 600;
  }
  
  header.position-sticky.fixed-top {
      background: #fff;      
      z-index:99;
  }
  
  .cateogry-cnt.fixed-top, .schemt.fixed-top {
      top: 0px;
  }
  
  .highlight-Nav a {
      font-weight: 600;
      color: #777
  }
  
      .highlight-Nav a:hover {
          color: #222
      }
  
  .tp-strip-animation {
      height: 10px;
      width: 100%;
      background: #ffd143;
      /* background-size: 1200% 1200%;
          -webkit-animation: AnimationName 10s ease infinite;
          -moz-animation: AnimationName 10s ease infinite;
          animation: AnimationName 10s ease infinite; */
  }
  
  @-webkit-keyframes AnimationName {
      0% {
          background-position: 0% 50%
      }
  
      50% {
          background-position: 100% 51%
      }
  
      100% {
          background-position: 0% 50%
      }
  }
  
  @-moz-keyframes AnimationName {
      0% {
          background-position: 0% 50%
      }
  
      50% {
          background-position: 100% 51%
      }
  
      100% {
          background-position: 0% 50%
      }
  }
  
  @keyframes AnimationName {
      0% {
          background-position: 0% 50%
      }
  
      50% {
          background-position: 100% 51%
      }
  
      100% {
          background-position: 0% 50%
      }
  }
  
  
  /* BreadCrumb */
  .breadcrumb {
      padding: 0.75rem 0;
      background: transparent;
      margin: 0;
  }
  
      .breadcrumb a:link, .breadcrumb {
          font-size: 10pt;
          text-decoration: none;
          padding: 0;
          float:left;
      }
  
  #breadcrumb {
      width: 100%;
      margin: 20px 0;
  }
  
  .breadcrumb > li + li::before {
      padding: 0 2px 0px 2px;
      color: #363636;
      content: "|";
      float:left;
  }
  
  .ask-expt h1 {
      font-size: 2rem;
      font-weight: bold;
  }
  
  .pnl-pge {
      display: flex;
      flex-wrap: wrap;
  }
  
  .position-sticky.fixed-top {
      padding-right: 0 !important;
      z-index:9;
  }
  
  .btn-success {
      color: #fff;
      background-color: #c4130a;
      border-color: #c4130a;
      font-weight: bold;
  }
.border-bottom-dashed {
    border-bottom: 1px dotted #666;
}
.border-left-dashed {
    border-left: 1px dotted #666;
}

/* schematic Page */
.schematicData {
    border-left: 1px dotted #666;
}
  
      .schematicData .comp-prts h2, .schematicData .comp-prts h3 {
          font-size: 1.3rem;
      }
  
  
  .xzoom-preview {
      width: 400px !important;
      height: 400px !important;
      background: #fff !important;
  }
  
  .compatibleproducts li img {
      z-index: -1;
      position: relative;
  }
  
  .xzoom-gallery5 {
      width: 15%;
  }
  
  .prts-compbl.position-sticky {
      background: #fff;
      top: 128px;
      z-index: 1;
  }
  
  .comp-prts {
      z-index: -1;
  }
  
  /* .schematicData h1 {font-size: 2.5rem; font-weight: 600;} */
  .schematicData h2 {
      font-size: 1.6rem;
      font-weight: 600;
  }
  
  .productDataSticky h3 {
      font-size: 1.2rem;
      font-weight: 600;
  }
  
  .productDataSticky p {
      margin-bottom: 0;
  }
  
  .productDataSticky .icofont-file-pdf {
      font-size: 13pt;
  }
  
  .productDataSticky p:nth-child(4) {
      font-size: 15px;
  }
  
  .border-bottom {
      border-bottom: 1px dotted #ccc;
  }
  
  .tpp-parts-add-list .img-thumbnail {
      max-width: 65%;
  }
  
  .tpp-parts-add-list li {
      transition: all .3s ease-in;
      background: #fff;
      transform: scale(1);
      z-index: 1;
      position: relative;
  }
  
  
  .tpp-parts-add-grid li:nth-child(4n+1) {
      margin-left: 0;
  }
  
  .tpp-parts-add-grid li:nth-child(3n+1) {
      clear: unset !important;
  }
  
  .tpp-parts-add-list li:hover {
      transition: all .6s ease-out;
      background: #FDF4D278 !important;
      z-index: 2
  }
  
  .tpp-parts-add-list li .img-thumbnail {
      transition: all .6s ease-out;
      transform: scale(1);
  }
  
  .tpp-parts-add-list li:hover .img-thumbnail {
      transition: all .6s ease-out;
      transform: scale(1.1);
  }
  
  .cart-payment-wrap {
      position: relative;
      top: -200px;
  }
  
  .tpp-part-no-grid {
      font-size: 11pt !important;
      font-family: helvetica, sans serif;
      color: #000;
  }
  
      .tpp-part-no-grid strong {
          font-weight: normal;
      }
  
  .mobile-foot-nav .card-header a::after {
      content: "\eb73";
      position: absolute;
      width: 10px;
      height: 10px;
      right: 20px;
      top: 10px;
      font-family: icofont;
      font-size: 22px;
  }
  
  .col-md-10.schematicData {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 79.333333%;
      max-width: 79.333333%;
  }
  
  .col-md-2.productDataSticky {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 20.666667%;
      max-width: 20.666667%;
  }
  
  /* Category LIst & Brnad Page */
  
  .categorylistSection .breadcrumb {
      margin-bottom: 4px;
  }
  
  .cateogry-cnt h2 {
      font-size: 15pt;
      font-weight: 600
  }
  
  .cateogry-cnt p {
      line-height: 14pt;
      text-align: inherit !important;
  }
  
  .otp-categorylist {
      display: flex;
      flex-wrap: wrap;
  }
  
      .otp-categorylist a {
          text-decoration: none;
          font-weight: 600;
      }
  
  /** Footer */
  footer a:link, footer a:visited {
      color: #737272;
  }
  
  footer a:hover, footer a:active {
      /*text-decoration:underline;*/
      color: #000;
  }
  
  #footer_exampleInputEmail2::placeholder {
      color: #777;
  }
  
  .foot-copyrit a:link, .foot-copyrit a:visited {
      color: #000;
  }
  
  #footer_btnNewsLetter {
      width: 20%;
      border-radius: 0;
      float: right;
      border: none;
      background: #F15623;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
  }
  
  .foot {
      background: #fff;
      position: relative;
      z-index: 0;
  }
.ico-font-2x {
    font-size: 2em;
    font-family: 'Open Sans', sans-serif !important;
}
  .ft-row1 .ft-rt input {
      background: #333;
      color: #fff;
      font-size: 11pt;
      padding: 15px;
      border: 1px solid #ccc;
      width: 100%;
      font-weight: 600;
  }
  
  .ft-social li {
      background: #ddd;
      border-radius: 25px;
      padding: 10px
  }
  
  .ft-rt p {
      margin: 0 0 5px 0;
      font-size: 13px;
  }
  
  .ft-row1 .ft-rt input::placeholder {
      color: #fff;
  }
  
  .ft-rt i {
      position: absolute;
      right: 25px;
      top: 40px;
      color: #000;
      font-size: 20px;
  }
  
  .btm-nav h3 {
      font-size: 17px;
      margin-bottom: 10px;
      font-weight: 700;
      color: #000
  }
  
  .btm-nav {
      padding: 10px 0;
  }
  
      .btm-nav ul {
          padding-left: 0;
          list-style: none;
          text-decoration: none;
      }
  
      .btm-nav a {
          font-size: 15px;
          text-decoration: none;
          font-weight: 500;
          color: #000
      }
  
  .lft-btm-nav h3 {
      font-size: 17px;
      margin-bottom: 10px;
      font-weight: 700;
      color: #000
  }
  
  .lft-btm-nav a {
      font-size: 15px;
      text-decoration: none;
      font-weight: 500;
      color: #000
  }
  
  .lft-btm-nav {
      padding: 10px 0;
  }
  
      .lft-btm-nav ul {
          padding-left: 0;
          list-style: none;
          text-decoration: none;
      }

  
  
  footer::after {
       background: #ededed url("../img/logo-foot.svg") no-repeat !important;
      background: #ededed;
      position: absolute;
      content: "";
      width: 100%;
      top: 50px;
      min-height: 430px;
      z-index: -1;
      background-position: 275px 67px !important;
  }
  
  .lft-btm-nav::after {
      background: url("../img/logo-foot.svg") no-repeat;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-position: 0 55px;
      display:none;
  }
  
  .ft-row1 {
      z-index: 2;
  }
  
  .whit-bg {
      padding: 15px 0;
  }
  
      .whit-bg ul {
          list-style: none;
          padding-left: 0;
          margin-bottom: 5px;
      }
  
      .whit-bg li {
          display: inline-block;
          margin-right: 10px;
      }
  
  .brnds-logo img {
      width: 10%;
      margin-right: 10px;
  }
  
  .whit-bg ul li a, .whit-bg a {
      font-size: 14px;
      text-decoration: none;
  }
  
  .whit-bg ul {
      margin-bottom: 0;
  }
  
  .paymnt-icons i {
      font-size: 35pt;
      margin: 0 5pt;
      color: #c7c7c7
  }
  
  .paymnt-icons {
      justify-content: flex-end;
      display: flex;
      align-items: center;
  }
  
  .foot-copyrit {
      font-size: 10pt;
      margin-top: 10px;
  }
  
  .brnditem a.btn-black:hover {
      color: #eee;
  }
  
  .logo-ft img {
      filter: grayscale(1);
      opacity: 0.6;
      max-width:150px;
  }
  
  .tpp-part-no span:empty {
      background: transparent !important;
  }
  
  
  /* Customer Account  */
  
  .btn.sb-btn, .btn.sb-btn:hover {
      background-color: #333;
      color: #fff;
      font-weight: bold;
      padding: 5px 15px;
      text-decoration: none;
      transition: background-color .3s ease-out;
  }
  
      .btn.sb-btn:hover {
          background-color: #F05523;
          transition: background-color .2s ease-in;
      }
  
  /* Customer Account End  */
  
  .mobile-foot-nav .card-header a::after {
      content: "\eb73";
      position: absolute;
      width: 10px;
      height: 10px;
      right: 20px;
      top: 10px;
      font-family: icofont;
      font-size: 22px;
  }
  
  .tpp-part-price {
      color: #000;
  }
  
  
  .cs-login {
      display: flex;
  }
  
  
  .schematicData #breadcrumb {
      width: 100%;
      margin: 5px 0;
      padding-top: 10px !important;
  }
  
  .categorylistSection #breadcrumb {
      width: 100%;
      margin: 5px 0;
      padding-top: 0 !important;
  }
  
  
  
  .colps-div p {
      padding: 10px 0;
      margin-bottom: 0;
  }
  
  
  
  .promo-colaps {
      cursor: pointer;
      position: absolute;
      z-index: 1032;
      left:calc(50% - 40px);
  }
  
  
      .promo-colaps i {
          text-decoration: none;
          font-size: 30px;
          color: #9b0e18;
      }
  
  
  
  a.promo-colaps {
      text-decoration: none;
  }
  
  a.clos-btn {
      color: #fff;
      font-size: 22px;
      cursor: pointer;
      text-decoration: none;
      opacity: 0.6;
  }
  
  .warn i {
      color: #b50000;
  }
  
  .warn strong {
      font-weight: 600;
  }
  
  
  .prd-img-mob-grid {
      margin: 0 0 10px 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid rgba(0,0,0,.1);
  }
  
      .prd-img-mob-grid img.img-thumbnail {
          border: none;
      }
  
  .prd-text-mob-grid {
      min-height: 60px;
      max-height: 60px;
  }
  
  /* preloader css start */
  
  .holder {
      position: fixed;
      left: 0px;
      top: 0px;
      bottom: 0px;
      right: 0px;
      width: 100%;
      height: 100vh;
      background-color: rgb(255, 255, 255, 1);
      z-index: 99999;
      overflow: hidden;
  }
  
  .loading-text {
      position: absolute;
      left: 50%;
      top: 58%;
      transform: translateX(-50%) translateY(-50%);
      font-size: 20px;
      color: #000000;
      text-transform: capitalize;
  }
  
  .preloader {
      /* size */
      width: 100px;
      height: 100px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      animation: rotatePreloader 2s infinite ease-in;
  }
  
  @keyframes rotatePreloader {
      0% {
          transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
      }
  
      100% {
          transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
      }
  }
  
  .preloader div {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
  }
  
      .preloader div:before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0%;
          width: 10%;
          height: 10%;
          background-color: #fcc114;
          transform: translateX(-50%);
          border-radius: 50%;
      }
  
      .preloader div:nth-child(1):before {
          background-color: #484848 !important;
      }
  
      .preloader div:nth-child(2):before {
          background-color: #484848 !important;
      }
  
      .preloader div:nth-child(1) {
          transform: rotateZ(0deg);
          animation: rotateCircle1 2s infinite linear;
          z-index: 9;
      }
  
  @keyframes rotateCircle1 {
      0% {
          opacity: 0;
      }
  
      0% {
          opacity: 1;
          transform: rotateZ(36deg);
      }
  
      7% {
          transform: rotateZ(0deg);
      }
  
      57% {
          transform: rotateZ(0deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(2) {
      transform: rotateZ(36deg);
      animation: rotateCircle2 2s infinite linear;
      z-index: 8;
  }
  
  @keyframes rotateCircle2 {
      5% {
          opacity: 0;
      }
  
      5.0001% {
          opacity: 1;
          transform: rotateZ(0deg);
      }
  
      12% {
          transform: rotateZ(-36deg);
      }
  
      62% {
          transform: rotateZ(-36deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(3) {
      transform: rotateZ(72deg);
      animation: rotateCircle3 2s infinite linear;
      z-index: 7;
  }
  
  @keyframes rotateCircle3 {
      10% {
          opacity: 0;
      }
  
      10.0002% {
          opacity: 1;
          transform: rotateZ(-36deg);
      }
  
      17% {
          transform: rotateZ(-72deg);
      }
  
      67% {
          transform: rotateZ(-72deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(4) {
      transform: rotateZ(108deg);
      animation: rotateCircle4 2s infinite linear;
      z-index: 6;
  }
  
  @keyframes rotateCircle4 {
      15% {
          opacity: 0;
      }
  
      15.0003% {
          opacity: 1;
          transform: rotateZ(-72deg);
      }
  
      22% {
          transform: rotateZ(-108deg);
      }
  
      72% {
          transform: rotateZ(-108deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(5) {
      transform: rotateZ(144deg);
      animation: rotateCircle5 2s infinite linear;
      z-index: 5;
  }
  
  @keyframes rotateCircle5 {
      20% {
          opacity: 0;
      }
  
      20.0004% {
          opacity: 1;
          transform: rotateZ(-108deg);
      }
  
      27% {
          transform: rotateZ(-144deg);
      }
  
      77% {
          transform: rotateZ(-144deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(6) {
      transform: rotateZ(180deg);
      animation: rotateCircle6 2s infinite linear;
      z-index: 4;
  }
  
  @keyframes rotateCircle6 {
      25% {
          opacity: 0;
      }
  
      25.0005% {
          opacity: 1;
          transform: rotateZ(-144deg);
      }
  
      32% {
          transform: rotateZ(-180deg);
      }
  
      82% {
          transform: rotateZ(-180deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(7) {
      transform: rotateZ(216deg);
      animation: rotateCircle7 2s infinite linear;
      z-index: 3;
  }
  
  @keyframes rotateCircle7 {
      30% {
          opacity: 0;
      }
  
      30.0006% {
          opacity: 1;
          transform: rotateZ(-180deg);
      }
  
      37% {
          transform: rotateZ(-216deg);
      }
  
      87% {
          transform: rotateZ(-216deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(8) {
      transform: rotateZ(252deg);
      animation: rotateCircle8 2s infinite linear;
      z-index: 2;
  }
  
  @keyframes rotateCircle8 {
      35% {
          opacity: 0;
      }
  
      35.0007% {
          opacity: 1;
          transform: rotateZ(-216deg);
      }
  
      42% {
          transform: rotateZ(-252deg);
      }
  
      92% {
          transform: rotateZ(-252deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(9) {
      transform: rotateZ(288deg);
      animation: rotateCircle9 2s infinite linear;
      z-index: 1;
  }
  
  @keyframes rotateCircle9 {
      40% {
          opacity: 0;
      }
  
      40.0008% {
          opacity: 1;
          transform: rotateZ(-252deg);
      }
  
      47% {
          transform: rotateZ(-288deg);
      }
  
      97% {
          transform: rotateZ(-288deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  .preloader div:nth-child(10) {
      transform: rotateZ(324deg);
      animation: rotateCircle10 2s infinite linear;
      z-index: 0;
  }
  
  @keyframes rotateCircle10 {
      45% {
          opacity: 0;
      }
  
      45.0009% {
          opacity: 1;
          transform: rotateZ(-288deg);
      }
  
      52% {
          transform: rotateZ(-324deg);
      }
  
      102% {
          transform: rotateZ(-324deg);
      }
  
      100% {
          transform: rotateZ(-324deg);
          opacity: 1;
      }
  }
  
  /* preloader css end */
  
  /* 26-02-2024 */
  
  .right-btns-wrap1 {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
  }
  .price-wrap-inner {
      padding: 0 30px 0 0;
  }
  .right-btns-wrap1 div {
      margin: 0 0 0 3px;
  }

  /* brand list page css start */

  .majorbrand a { text-decoration: none; display: block}
  .brandList, .majorbrand {display: flex; flex-wrap: wrap;}

li.majorbranditem { transition: transform .3s ease-out; transform: scale(1);  }
a.btn-black { background: #000; color:#fff; text-decoration: none; font-weight: 600;}
 li.majorbranditem:hover { background: #fffbef;  transform: scale(1.3); position: relative; z-index: 2; border: 1px dotted #666; transition: transform .3s ease-in;}

  /* brand list page css end */

.custom-brands-a {
    float: left;
    width: 100%;
    height: 90px;
}
.tppTopSellingBrand .ft-brands li .box-brands p strong {
    display: block;
    font-weight: 600;
}

.tppTopSellingBrand .ft-brands li:nth-child(3n) {
    border-right: none;
}

.tppTopSellingBrand .ft-brands li:nth-child(4n) {
    border-right: 1px dotted #666 !important;
    border-bottom:none;
}
.tppTopSellingBrand .ft-brands li:nth-child(5n) {    
    border-bottom: none;
}
.tppTopSellingBrand .ft-brands li:nth-child(6n) {    
    border-bottom: none;
}

.prdct-list .position-sticky.fixed-top, .prdct-list2 .position-sticky.fixed-top {
    padding-right: 1rem !important;
}
.makita-bg {
    background: #666 !important;
    color: #fff !important;
    border-bottom: 5px solid #ccc !important;
}
    .makita-bg h2, .dewalt-bg h2 {
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }
    .makita-bg a:link, .makita-bg a:visited {
        color: #fff;
    }
.main-carousel-wrap {
    width: calc(100vw - 8px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
    .main-carousel-wrap .carousel-indicators {
        justify-content: start;
    }

    /* TOP BELT CSS START */


.colps-div {
    width: 100%;
    border-bottom: 5px solid #c3c3c3;
    line-height: 20px;
}

    .colps-div div {
        background: #c3c3c3;
        color: #fff;
        font-weight: 700;
    }

a.clos-btn {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.6;
}

.promo-colaps {
    cursor: pointer;
}

a.promo-colaps:after {
    content: "PROMO";
    position: absolute;
    width: auto;
    height: auto;
    background-color: #c3c3c3;
    top: 0px;
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: 4px;
    font-weight: 700;
    left: calc(50% - 49px);
}

/* TOP BELT CSS END */

.fs-15 {
font-size:15px;
}
.fs-32px {
    font-size: 32px;
}
.crt-counter-rtp {
    position: absolute;
    right: 2px;
    background: #76983a;
    padding: 6px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 30px;
    text-align: center;
    top: 0px;
}
.mt-29 {
margin-top:29px;
}
.orange-clr {
    background-color: #f05523 !important;
}

body.tpp footer:after {
background:none !important;
background-color:#ededed !important;
}
.breadcrumb > li:last-child {
    padding: 0 0px 0px 2px;
}
small, .small {
font-size:70%;
}
.gallery-prd-dtl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
    .gallery-prd-dtl img {
    width:51px;height:51px;border:1px solid #ccc;padding:3px;
    }
.prts-compbl h1 {
font-size:21pt;
font-weight:600 !important;
}
.btn-green {
    background: #76983a !important;
    border: 1px solid #77993b !important;
    color: #fff;
    font-weight:300;
}
.optcategories1 h5 {
    font-size: 12pt;
}

.optcategories1 {
display:flex;
flex-wrap:wrap;
}
.optcategories1 li:hover {
    transform: scale(1.2);
    transition: transform .4s ease-in;
    background: #fffbef;
    z-index: 2;
    border: 1px dotted #666;
}
.optcategories1 li {
    border-right: 1px dotted #666;
    border-bottom: 1px dotted #666;
    position: relative;
    transform: scale(1);
    transition: transform .4s ease-out;
}
    .optcategories1 li ul li {
    border:none;
    }
.optcategories1 > li:nth-child(4n) {
    border-right: none;
}
.reg-login h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.regtab {
    background: #555;
}
.dg:after {
    background: transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    text-align: center;
    color: white;
    border-top: 15px solid #bf0915;
    border-right: 15px solid transparent;
    border-top-left-radius: 0;
}
.reg-login .nav-link {
color:#fff !important;
}
.reg-login .nav-link.active {
    color: #000 !important;
}
.reg-login {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 5px 5px 25px #ccc;
}

.reg-login .cc-detail div:last-child {
    margin: 0 15px 0 30px;
}
.reg-addressline2 {
display:none;
}
.red-ribbon {
    position: relative !important;
    height: 0px !important;
    width: 0px !important;
    display: initial !important;
    float: left !important;
}
.pointer {
    cursor: pointer;
}
.cust-dd-search {
    background-color: #fff;
    color: #000;
    border-color: #ccc;
    width: 105px;
}
.cust-dd-search:hover, .btn.cust-dd-search.show {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
btn.sb-btn {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    transition: background-color .3s ease-out;
}

.clear-both {
clear:both;
}
body.tpp .tpp-none {
display:none;
}
body.rtp .others-none, body.oem .others-none {
display:none;
}
.block-content {
display:none;
}
body.tpp .tpp-block-content {
display:block;
}
body.rtp .rtp-block-content {
    display: block;
}
body.oem .oem-block-content {
    display: block;
}

body.tpc .tpc-block-content {
    display: block;
}
body.tpp .tpp-block-contact {
    display: inline-block !important;
}

body.rtp .rtp-block-contact {
    display: inline-block !important;
}

body.oem .oem-block-contact {
    display: inline-block !important;
}

body.tpc .tpc-block-contact {
    display: inline-block !important;
}


.about-social-media {
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}

    .about-social-media ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        display: flex;
    }

        .about-social-media ul li {
            list-style: none;
            margin: 0 10px;
            border-radius: 50%;
        }

            .about-social-media ul li:first-child {
                margin-left: 0px;
            }

            .about-social-media ul li a {
                text-decoration: none;
                width: 40px;
                height: 40px;
                float: left;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
            }

                .about-social-media ul li a i {
                    font-size: 25px;
                }

            .about-social-media ul li.fb-about {
                background-color: #4867aa;
            }

            .about-social-media ul li.insta-about {
                background: #d6249f;
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
            }

            .about-social-media ul li.twitter-about {
                background-color: #000;
            }

.banner-about-us {
    display: block;
    overflow: hidden;
    margin: 0px 0 20px 0;
}

    .banner-about-us img {
        max-width: 100%;
    }

.small-banner-abt {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

    .small-banner-abt img {
        max-width: 100%;
    }

.about-us-wrap {
display:none;
}
body.tpp .tpp-about {
display:block;
}
body.rtp .rtp-about {
    display: block;
}
body.oem .oem-about {
    display: block;
}
body.tpc .tpc-about {
    display: block;
}


/* Wide Container */
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
          max-width: 1360px;
      }
  }
  
  .tpp-navigation-toolbar {
      width: 100%;
  }
  
  .scrollToTop {
      width: 40px;
      display: none;
      height: 40px;
      line-height: 39px;
      background: #000;
      display: none;
      color: #fff;
      position: fixed;
      border: 1px solid #fff;
      border-radius: 100%;
      bottom: 15px;
      right: 15px;
      z-index: 99;
      text-align: center;
      font-size: 18px;
  }
  
  .pnl-add-cart .tpp-btn-addcart label, .pnl-add-cart .btn-itemadd label, .pnl-add-cart .btn-itemadd-grid label {
      margin-bottom: 0;
  }
  
  .img-holder {
      position: relative;
  }
  
  .free-shipz-grid.f-12 {
      font-size: 12px;
  }
  
  .tpp-part-price-grid.f-12pt {
      font-size: 12pt;
  }
  
  .product-dtl-prd-text-mob-grid {
      min-height: 65px;
      max-height: 65px;
  }
  
  .crt-counter {
      position: absolute;
      right: -1px;
      color: #f05523;
      font-size: 16px;
      font-weight: 800;
      width: 38px;
      text-align: center;
      bottom: 24px;
  }
  
  /*.content h1 {
      font-size: 2rem;
      margin: 15px 0;
      font-weight: 600;
  }*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight:300 !important;
}

.content h3 {
    /*font-size: 1.4rem;*/
    font-weight: 600;
}
  
  #footer_exampleInputEmail2 {
      width: 80%;
      border-radius: 0;
      border: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; 
  }
  
  
  #footer_exampleInputEmail2 { 
      width: 80%;
      border-radius: 0;
      border: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
  }
  
  #footer_btnNewsLetter:hover {
      background: #F15623;
  }
  
  .content h3 strong {
      font-weight: 600;
  }
  
  .imgcp-col-3 a:hover {
      text-decoration: none;
  }
  
  .tpp-parts-add-list li:nth-child(2n) {
      background: #f2f2f2;
  }

.login-info a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
  
  #cp_li_ModelTab.active, #cp_li_partsTab.active {
      background: rgb(246,239,217);
      background: linear-gradient(111deg, rgba(246,239,217,1) 0%, rgba(255,255,255,1) 93%);
      border: 1px dotted #ccc;
      border-radius: 5px;
      border-right-color: #fff;
      padding-right: 30px;
      padding: 10px;
      font-size: 16pt;
      font-weight: 600;
      margin-bottom: 12pt;
  }
  
  
  /* Wide Container  
   
  
  */
  
  .covid-mod .modal-header {
      background: #1BC4F5;
      padding: 10px 10px;
      color: #fff;
  }
  
  .mod-popup {
      background: #fff;
      width: 100%;
      height: 40px;
      color: #000;
      padding: 5px 20px;
      cursor: pointer;
      text-align: center;
      border: 1px solid #eee;
  }
  
      .mod-popup:hover {
          border: 1px solid #ccc;
      }
  
      .mod-popup p {
          margin-bottom: 0;
          font-weight: bold;
      }
  
  .covid-mod .modal-header {
      background: #1BC4F5;
      padding: 10px 10px;
      color: #fff;
  }
  
  .covid-mod .modal-title {
      color: #fff;
      width: 100%;
      font-size: 40px;
      margin-top: 5px;
      font-weight: bold;
      text-align: center;
  }
  
  .covid-mod .modal-dialog {
      max-width: 35%;
  }
  
  .covid-mod .modal-content {
      font-size: 18px;
  }
  
  .covid-mod .modal-body {
      padding: 25px;
  }
  
  h4.modal-title {
      text-align: center;
  }
  
  a.mod-popup {
      font-weight: 600;
      font-size: 15px;
      border-radius: 3px;
  }
  
      a.mod-popup:hover {
          color: #DF1E19;
          text-decoration: none;
      }
  
  .mod-popup img {
      vertical-align: sub;
  }
  
  .counter {
      font-size: 32px;
      margin-top: 15px;
  }
  
  .cloz {
      margin-top: 5px;
  }
  
  .counter small {
      font-size: 15px;
  }
  
  header.fixed-top {
      background: linear-gradient(270deg, #e1e1e1, #e6e6e6, #ffffff);
      background-size: 600% 600%;
      -webkit-animation: AnimationName 9s ease infinite;
      -moz-animation: AnimationName 9s ease infinite;
      animation: AnimationName 9s ease infinite;
  }
  
  @-webkit-keyframes AnimationName {
      0% {
          background-position: 0% 50%
      }
  
      50% {
          background-position: 100% 50%
      }
  
      100% {
          background-position: 0% 50%
      }
  }
  
  @-moz-keyframes AnimationName {
      0% {
          background-position: 0% 50%
      }
  
      50% {
          background-position: 100% 50%
      }
  
      100% {
          background-position: 0% 50%
      }
  }
  
  @keyframes AnimationName {
      0% {
          background-position: 0% 50%
      }
  
      50% {
          background-position: 100% 50%
      }
  
      100% {
          background-position: 0% 50%
      }
  }
  
  
  
  .srcol-dv {
      max-height: 510px;
      overflow: scroll;
      overflow-x: hidden;
  }
  
  
  #cp_img_brand_logo {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      display: block;
  }
  
  
  @media only screen and (max-width: 575px) {
      .promo-colaps-span {
          padding: 0px 3px !important;
      }
      .name-shipping-wrap {
          text-align: left;
      }
      .part-list-without-schem-new .prd-text-mob .tpp-part-title {
          text-align: left !important;
          font-weight: 600 !important;
          margin-top:0px;
          font-size:14px;
      }
      .part-list-without-schem-new .prd-text-mob .clearfix.tpp-part-no {
          text-align: left !important;
      }
      .part-list-without-schem-new .prd-img-mob {
          max-width: 70px;
      }
  
      .part-list-without-schem-new .prd-text-mob {
          width: calc(70% - 70px);
      }
  
      .part-list-without-schem-new .btn-actions {
          width: 150px !important;
      }	
      .part-list-without-schem-new .prd-img-mob img {
      max-width:100%;
      width:100%;
      }
      .tpp-parts-add-list.part-list-without-schem-new li .row {
      margin:0px !important;
      }
      .fig-crcle {
          top: 1px;
          left: 6px;
      }
      .tpp-parts-add-list.part-list-without-schem li:hover, .tpp-parts-add-list.part-list-without-schem-new li:hover {
          background-color: #fff !important;
      }
      .tpp-parts-add-list.part-list-without-schem li:nth-child(2n), .tpp-parts-add-list.part-list-without-schem-new li:nth-child(2n) {
          background-color: #fff;
      }
      .part-list-without-schem .prd-img-mob {
          max-width: 70px;
          padding: 0 5px !important;
      }
      .part-list-without-schem .prd-img-mob img{
      max-width:100% !important;
      width:100% !important;
      }
      .part-list-without-schem .prd-text-mob {
          width: calc(70% - 70px);
          padding:0 5px !important;
          text-align:left;
          margin-top:0px;
      }
      .part-list-without-schem .btn-actions {
          width: calc(42% - 70px);
          padding: 0 5px !important;
      }
      .part-list-without-schem .prd-text-mob .tpp-part-title {
          text-align: left !important;
          font-weight: 300 !important;
          margin-top: 0px;
          font-size: 14px;
      }
      .tc-p .input-group-prepend {
          width: auto !important;
      }
      .m-r-resp-15 {
          margin-right: 15px;
      }
      .m-l-resp-15 {
          margin-left: 15px;
      }
      .pull-left.space-3z .row {
          flex-direction: column;
      }
      .brnd-lbl {
      width:100% !important;
      }
      .brnd-dpdwn {
          width: 100% !important;
      }
          .brnd-dpdwn select {
          width:100% !important;
          }
      .hw-to-use {
          width: 100% !important;
          text-align: left !important;
      }
      .optcategories > li {
          border-right: none !important;
      }
      .optcategories > li:hover {
          transform: scale(1.02) !important;
      }
  
      .crt-btnz a {
          margin-top: 20px !important;
          width: 100% !important;
      }
  
      .gry-tpstrip .login-info {
          color: #fff;
      }
  
          .gry-tpstrip .login-info a {
              color: #fff !important;
          }
  
      .prts-compbl {
          text-align: left !important;
      }
  
          .prts-compbl .prdDescription ul {
              padding-left: 15px;
          }
  
              .prts-compbl .prdDescription ul li {
                  margin-bottom: 10px;
              }
  
          .prts-compbl .prdDescription h4 {
              font-weight: 600;
              padding: 10px 0px;
          }
  
      .tpp-parts-add-grid li {
          margin: 20px 0;
      }
  
          .tpp-parts-add-grid li img {
              width: 75%;
          }
  
      .tpp-parts-add-grid li {
          text-align: center;
      }
  
      .xzoom-container .img-fx {
          height: auto;
      }
  
      .shop-aprv-mb-hide {
          display: none;
      }
  
      .SearchPanelSection {
          margin-bottom: 10px;
      }
  
      .login-info small i, .login-info, .login-info a, .login-info small {
          color: #fff;
      }
  
          .login-info .icofont.icofont-user {
              font-size: 14px;
          }
  
      .tc-p .input-group-prepend {
          width: 15%;
      }
  
      .detailsd {
          display: none;
      }
  
      .prts-compbl {
          text-align: center;
      }
  
          .prts-compbl h1 {
              font-size: 19px;
          }
  
      .navbar-collapse ul li {
          border-bottom: 1px solid #333;
      }
  
      .navbar-collapse.bg-dark {
          background: #000 !important;
      }
  
      li.login-fxs {
          margin: 5px 0 0 0;
          border-bottom: 1px solid #333;
          padding-bottom: 15px;
      }
  
      .navbar-collapse ul li:first-child {
          border-bottom: none;
      }
  
      .login-info small {
          font-size: 85%;
      }
  
      .cr-reviewz h3 {
          font-size: 18px;
          text-align: center;
      }
  
      .SearchPanelSection.mt-3 {
          margin-top: 5px !important;
      }
  
      .promo-imgs img {
          margin-top: 5px;
          padding: 0 10px 0 10px;
      }
  
      .col-sm-1.cloz.mt-2 {
          display: none;
      }
  
      .mrg-mtp-3 {
          margin-top: 1rem;
      }
  
      .schemt h2 {
          font-size: 10pt !important;
          line-height: 25px;
      }
  
      .covid-mod .modal-dialog {
          max-width: 100%;
      }
  
      .covid-mod .modal-title {
          font-size: 30px;
      }
  
      .mod-popup {
          height: auto;
      }
  
      a.clos-btn {
          display: none;
      }
  
      .prd-sec.position-sticky.fixed-top {
          padding: 0 15px 0 15px !important;
      }
  
      .productDataSticky .prd-sec {
          text-align: center;
      }
  
      .prd-sec h1 {
          text-align: center;
          font-size: 18px;
      }
  
      .prts-compbl h3 {
          font-size: 18px;
      }
  
      #cp_li_partsTab.active, #cp_li_ModelTab.active {
          padding: 5px 10px;
          background: #eee;
      }
  
      #cp_li_ModelTab {
          padding: 5px 10px;
      }
  
          #cp_li_ModelTab a, #cp_li_partsTab a {
              text-decoration: none;
              font-size: 13pt;
          }
  
      li#cp_li_partsTab, #cp_li_ModelTab {
          padding: 10px 20px;
      }
  
          #cp_li_ModelTab.active {
              margin-top: 0;
              padding: 5px 10px;
          }
  
      .tpp-parts-add-list li {
          margin: 20px 0;
      }
  
      .ft-rt p {
          margin: 10px 0 10px 0;
      }
  
      .breadcrumb {
          display: none;
      }
  
      .ft-row1 .ft-rt input {
          font-size: 8pt;
          padding-right: 3px;
          padding-left: 3px;
      }
  
      li.majorbranditem:nth-child(6n) {
          border-right: 1px solid #666;
      }
  
      .schematicData h2 {
          font-size: 18px;
      }
  
      .rslt span {
          text-align: center;
          display: block !important;
      }
  
      .pnl-pge {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
      }
  
      #cp_li_ModelTab.active {
          margin-top: 0;
          padding: 5px 20px;
      }
  
      a.card-link {
          text-decoration: none;
      }
  
      .brandstitle h1, .md-heding h2 {
          font-size: 20pt;
          font-weight: 600;
      }
  
      .headparts h2, .headparts h3 {
          font-size: 15pt;
      }
  
      .tpp-parts-add-list li img {
          width: 40%;
      }
  
      .srch-fx ul {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 0;
      }
  
      #xzoom-magnific {
          width: 100% !important;
      }
  
      #xzoom-preview {
          z-index: 1000;
      }
  
      .card {
          background-color: #f5f5f5;
          border-bottom: 1px dotted #333;
      }
  
      .card-body {
          background: #e7e7e7;
          background: #f3f3f3;
      }
  
      .prts-compbl .bg-grey {
          display: block;
      }
  
      #cp_imagesDiv {
          display: flex;
          flex: 1;
          flex-direction: column;
      }
  
      .ft-brands li {
          border: 1px dotted #ccc;
      }
  
          .ft-brands li:nth-child(4n) {
              border-right: 1px dotted #ccc !important;
          }
  
      .position-sticky {
          position: unset !important;
      }
  
      #footer_exampleInputEmail2 {
          width: 75%;
      }
  
      #footer_btnNewsLetter {
          width: 25%;
      }
  
      .prdct-list {
          margin-top: 15px;
      }
  
      .paymnt-icons {
          justify-content: center;
          display: flex;
      }
  
      .carousel-indicators li {
          background: #333;
          border-top: unset;
          border-bottom: unset;
      }
  
      .carousel-indicators {
          right: 0 !important;
          bottom: -40px !important;
      }
  
      .tpp-parts-add-list li, .prdct-list2 ul li {
          text-align: center;
      }
  
      .prd-text-mob, .prd-text-mob-grid {
          margin: 5px 0 0 0;
          max-height: 170px;
          min-height: 75px;
      }
  
      .tp-sect hgroup .ico-font-2x {
          font-size: 18px;
      }
  
      .tp-sect h1 {
          font-size: 18px;
          margin: 15px 0;
      }
  
      .ship-track-number input, .ship-order-number input {
          width: 100%;
          margin: 5px 0;
      }
  
      .content h1 {
          font-size: 18px;
          margin: 10px 0;
          font-weight: 600;
      }
  
      .content h3 {
          font-size: 16px;
          margin: 10px 0;
          font-weight: 500;
      }
  
      .ship-track-number h3, .ship-order-number h3 {
          font-size: 16px;
          font-weight: 600;
      }
  
      .ship-track-number input {
          width: 100%;
          margin: 5px 0;
      }
  
      .col-md-10.schematicData {
          -ms-flex: unset;
          flex: unset;
          max-width: unset;
      }
  
      .mobile-foot-nav ul li {
          list-style: none;
      }
  
      .mobile-foot-nav ul {
          padding-left: 0;
      }
  
          .mobile-foot-nav ul li {
              margin-bottom: 5px;
              font-size: 15px;
          }
  
      .mob-ins-nav ul li img {
          width: 60%;
          padding: 20px 0 10px;
      }
  
      .mob-navs .mob-ins-nav ul li a {
          font-size: 16px;
          color: #fff !important;
      }
  
          .mob-navs .mob-ins-nav ul li a:hover {
              color: #fff;
          }
  
      .mob-navs ul li a {
          font-size: 20px;
          text-decoration: none;
      }
  
      .SearchPanelSection {
          margin-top: 10px;
      }
  
          .SearchPanelSection input {
              font-size: 14px;
          }
  
      .foot-btm li:nth-child(4), .foot-btm li:nth-child(5), .foot-btm li:nth-child(6) {
          display: none;
      }
  
      .mob-navs .navbar {
          padding: 5px;
      }
  
      .mob-navs .navbar-toggler {
          color: #000;
          padding: 0;
          font-size: 22px;
      }
  
      .btm-sec h5 {
          font-size: 15pt;
      }
  
      .btm-sec h3 small {
          font-size: 13pt;
          margin: 15px 0;
      }
  
      .btm-sec h3 span {
          font-size: 15pt;
      }
  
      .crt-bxs {
          display: flex;
          width: 80%;
          justify-content: center;
          margin: 15px auto;
      }
  
      .prd-sec.border-left, .prd-sec.border-bottom {
          border: none;
      }
  
      .mob-navs {
          justify-content: flex-end;
      }
  
      .SearchPanelSection .input-group > .form-control {
          flex: auto !important;
      }
  
      .foot-btm {
          text-align: center;
          margin-top: 10px;
      }
  
          .foot-btm li::after {
              position: absolute;
              color: #ccc;
              content: "|";
              width: 15px;
          }
  
      .whit-bg li {
          position: relative;
      }
  
      footer::after {
          background: #e1e1e1;
          position: absolute;
          content: "";
          width: 100%;
          top: 0;
          min-height: 300px;
      }
  
      .ft-rt i {
          top: 60px;
      }
  
      .logo-ft img {
          width: 45%;
          display: block;
          margin: 10px auto 0 auto;
      }
  
      .navbar-collapse {
          position: fixed;
          top: 0;
          left: 0;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 15px;
          width: 75%;
          height: 100%;
          z-index: 10000;
      }
  
          .navbar-collapse.collapsing {
              left: -75%;
              transition: height 0s ease;
          }
  
          .navbar-collapse.show {
              left: 0;
              transition: left 300ms ease-in-out;
              z-index: 10000;
          }
  
      .navbar-toggler.collapsed ~ .navbar-collapse {
          transition: left 500ms ease-in-out;
      }
  
      .mob-navs li:nth-child(2) i {
          font-size: 30px;
      }
  
      .btn.sb-btn, .btn.sb-btn:hover {
          font-size: 13px;
      }
  
      .cateogry-cnt {
          text-align: center;
      }
  
          .cateogry-cnt .pb-3 {
              padding: 5px 0 !important;
          }
  
          .cateogry-cnt img {
              width: 50%;
          }
  
          .cateogry-cnt h2 {
              font-size: 15pt;
              font-weight: 600;
          }
  
      .categorylistSection h2 {
          font-size: 16px;
          font-weight: 600;
      }
  
      .brand-tp h2 {
          font-size: 20pt;
      }
  
      .majorbranditem img {
          width: 75%;
          padding: 10px 0;
      }
  
      li.majorbranditem:nth-child(6n) {
          border-right: unset;
          border: 1px dotted #666;
          border-left: unset;
          border-top: unset;
      }
  
      .sche-tit h1 {
          font-size: 18px;
      }
  
      .prd-sec .border-left, .prd-sec .border-bottom {
          border: none !important;
      }
  
      section#svg-viewport {
          height: auto;
          width: 100%;
      }
  
      /* Customer Account css start */
  
      .cs-login {
          display: flex;
          padding: 0 15px;
      }
  
      .new-cs {
          padding: 0 15px;
      }
  
      .dashboard ul > li {
          margin: 15px 0;
      }
  
      .dashboard.pull-left > ul {
          display: block;
          padding: 0 15px;
      }
  
      .pymnt-opt {
          padding: 0 15px;
      }
  
      .custmer-login {
          width: 98%;
      }
  
      .tpp-pay-with li {
          width: 98%;
      }
  
      .tpp-cnt-box {
          width: 100%;
      }
  
      .pymnt-opt {
          padding: 0 15px;
      }
  
      .tpp-add-new-card.tpp-cnt-box {
          padding: 0 15px;
          width: 75%;
          margin: 0 10px;
      }
  
      .ad-pmnt .calc-ship.btn {
          width: 55%;
          font-size: 14px;
      }
  
  
  
      /* Customer Account css End */
  
  
  }
  
  @media (min-width: 576px) and (max-width: 767px) {
      .promo-colaps-span {
          padding: 0px 3px !important;
      }
      .brandstitle h1, .md-heding h2 {
          font-size: 20pt;
          font-weight: 600;
      }
  
      .cr-reviewz h3 {
          font-size: 18px;
          text-align: center;
      }
  
      .col-sm-1.cloz.mt-2 {
          display: none;
      }
  
      .shop-aprv-mb-hide {
          display: none;
      }
  
      .covid-mod .modal-dialog {
          max-width: 75%;
      }
  
      .mod-popup {
          height: auto;
      }
  
      .prts-compbl h3 {
          font-size: 18px;
      }
  
      .prd-sec h1 {
          font-size: 22px;
      }
  
  
  
      footer::after {
          min-height: 210px;
      }
  
      .fig-crcle {
          left: 15%;
      }
  
      .tpp-parts-add-list .srch-lsts .img-thumbnail, .tpp-parts-add-grid .srch-lsts .img-thumbnail {
          max-width: 100%;
      }
  
      .tp-sect h1 {
          font-size: 22px;
          margin-top: 10px;
      }
  
      .tp-sect p {
          font-size: 20px;
      }
  
      .tp-sect span {
          font-size: 20px;
      }
  
      .pnl-pge {
          display: flex;
          flex-wrap: wrap;
          justify-content: right;
      }
  
      .breadcrumb {
          display: none;
      }
  
      .srch-lsts .img-thumbnail {
          max-width: 100%;
      }
  
      .brnditem img {
          width: 70%;
      }
  
      .prd-text-mob, prd-text-mob-grid {
          text-align: left;
      }
  
      .tpp-parts-add-list .img-thumbnail, .tpp-parts-add-grid .img-thumbnail {
          max-width: 75%;
      }
  
      li.brnditem:nth-child(2n) {
          border-left: unset;
      }
  
  
      .tpp-parts-add-list .prd-img-mob, .tpp-parts-add-grid .prd-img-mob-grid {
          margin-top: 15px;
      }
  
  
  
      li.brnditem, li.majorbranditem {
          border-right: 1px dotted #666;
          border-bottom: 1px dotted #666;
          border-top: 1px dotted #666;
          border-left: 1px dotted #666;
      }
  
          li.brnditem:nth-child(4n) {
              border-left: 1px dotted #666;
          }
  
      a.card-link {
          text-decoration: none;
      }
  
      .majorbranditem img {
          width: 75%;
          padding: 10px 0;
      }
  
      .majorbranditem img {
          width: 85%;
      }
  
      .brand-tp h2 {
          font-size: 20pt;
      }
  
      .card {
          background-color: #f5f5f5;
          border-bottom: 1px dotted #333;
      }
  
      .card-body {
          background: #e7e7e7;
          background: #f3f3f3;
      }
  
      .mrg-mtp-3 {
          margin-top: 1rem;
      }
  
      .ft-brands li {
          border: 1px dotted #ccc;
      }
  
          .ft-brands li:nth-child(4n) {
              border-right: 1px dotted #ccc !important;
          }
  
      li.majorbranditem:nth-child(6n) {
          border-right: 1px dotted #666;
      }
  
      .tpp-parts-add-list li:nth-child(n) {
          background: #f2f2f2;
      }
  
      li.majorbranditem {
          border: 1px dotted #666;
      }
  
      .prdct-list.hmez ul {
          display: flex;
          flex-wrap: wrap;
      }
  
      .btn.sb-btn, .btn.sb-btn:hover {
          font-size: 13px;
          margin-top: 10px;
      }
  
      .btm-sec h5 {
          font-size: 15pt;
      }
  
      .btm-sec h3 small {
          font-size: 13pt;
          margin: 15px 0;
      }
  
      .btm-sec h3 span {
          font-size: 15pt;
      }
  
      .prd-text-mob, prd-text-mob-grid {
          margin-top: 10px;
      }
  
      .cateogry-cnt .pb-3 {
          padding: 5px 0 !important;
      }
  
      .cateogry-cnt img {
          width: 50%;
      }
  
      .cateogry-cnt h2 {
          font-size: 15pt;
          font-weight: 600;
      }
  
      .categorylistSection h1 {
          font-size: 20pt;
          font-weight: 600;
      }
  
      .categorylistSection h2 {
          font-size: 16px;
          font-weight: 600;
      }
  
      .position-sticky {
          position: unset !important;
      }
  
      .prdct-list {
          margin-top: 15px;
      }
  
      .st4, .st1, .st2 {
          fill: #fff;
      }
  
      .mobile-foot-nav ul li {
          list-style: none;
      }
  
      .carousel-indicators li {
          background: #333;
          border-top: unset;
          border-bottom: unset;
      }
  
      .carousel-indicators {
          right: 0 !important;
          bottom: -40px !important;
      }
  
      .ship-track-number h3, .ship-order-number h3 {
          font-size: 16px;
          font-weight: 600;
      }
  
      .ship-track-number h3 {
          font-size: 16px;
          font-weight: 600;
      }
  
      .content h1 {
          font-size: 20px;
          margin: 10px 0;
          font-weight: 600;
      }
  
      .content h3 {
          font-size: 16px;
          margin: 10px 0;
          font-weight: 600;
      }
  
  
      .mob-ins-nav ul li img {
          width: 70%;
          padding: 10px 0 5px 0;
      }
  
      .mob-navs .mob-ins-nav ul li a {
          font-size: 16px;
          color: #fff;
      }
  
          .mob-navs .mob-ins-nav ul li a:hover {
              color: #fff;
          }
  
      .SearchPanelSection {
          margin-top: 10px;
          z-index: 0;
      }
  
      footer::after {
          background: #e1e1e1;
      }
  
      .mob-navs ul li a {
          font-size: 25px;
          text-decoration: none;
      }
  
      .mob-navs {
          justify-content: flex-end;
      }
  
      .foot-btm li:nth-child(4), .foot-btm li:nth-child(5), .foot-btm li:nth-child(6) {
          display: none;
      }
  
      .mob-navs .navbar-toggler {
          color: #000;
          padding: 5px 0;
      }
  
      .mob-navs li:nth-child(1) i {
          font-size: 20px;
      }
  
      .mob-navs li:nth-child(2) i {
          font-size: 25px;
      }
  
      .mob-navs .navbar {
          padding: 5px;
      }
  
      .navbar-collapse {
          position: fixed;
          top: 0;
          left: 0;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 15px;
          width: 50%;
          height: 100%;
      }
  
          .navbar-collapse.collapsing {
              left: -75%;
              transition: height 0s ease;
          }
  
          .navbar-collapse.show {
              left: 0;
              transition: left 300ms ease-in-out;
              z-index: 10000;
          }
  
      .navbar-toggler.collapsed ~ .navbar-collapse {
          transition: left 500ms ease-in-out;
      }
  
      .headparts h2 {
          font-size: 18px;
      }
  
      .headparts h3 {
          font-size: 20px;
          margin: 0 0 15px 0;
      }
  
      .prd-text-mob, prd-text-mob-grid {
          text-align: center;
      }
  
      .makita-bg img {
          max-width: 60%;
      }
  
      .makita-bg h2, .dewalt-bg h2 {
          font-size: 24px;
      }
  
      .SearchPanelSection {
          margin-bottom: 10px;
      }
  
      .custom-select {
          display: block !important;
      }
  }
  
  @media only screen and (max-width:550px) {
      #cp_img_brand_logo {
          width: 40%;
          text-align: center;
          margin: 0 auto 10px auto;
      }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
  
      .colps-div div.colps-div-inner {
          display: flex;
      }
  
      .SearchPanelSection .input-group > .form-control {
          flex: 0.9 1 auto !important;
          padding: 1.375rem 0.75rem;
      }
  
      .SearchPanelSection.mt-3 {
          margin-top: 5px !important;
      }
  
      .crt-counter {
          position: absolute;
          right: 5px;
      }
  
      .mt-3.cstmr-reg {
          margin-top: 5px !important;
      }
  
      .tpp-parts-add-list .img-thumbnail {
          max-width: 80%;
      }
  
      .hw-to-use {
          width: 50%;
      }
  
      .brnd-dpdwn {
          width: 30%;
      }
  
      .brnd-lbl {
          width: 20%;
      }
  
      .brnd-dpdwn select {
          width: 85%;
          padding: 0;
      }
  
      .highlight-Nav li a, .SearchPanelSection input {
          font-size: 15px;
      }
  
      .login-info a {
          font-size: 15px;
      }
  
      .tp-tagline {
          font-size: 14px;
          text-align: right !important;
      }
  
      #basket i.icofont {
          font-size: 30pt;
      }
      /*.SearchPanelSection .input-group { width: 95%; }*/
      .SearchPanelSection input, .SearchPanelSection select {
          font-size: 14px;
      }
  
      footer::after {
          background: #e1e1e1;
          min-height: 470px;
      }
  
      .foot-btm li:nth-child(4), .foot-btm li:nth-child(5), .foot-btm li:nth-child(6) {
          display: none;
      }
  
      .brnds-logo img {
          width: 12%;
          margin-right: 10px;
      }
  
      .ft-rt i {
          top: 60px;
      }
  
      .SearchPanelSection .custom-select {
          height: auto;
      }
  
      .SearchPanelSection input, .SearchPanelSection select {
          font-size: 13px;
      }
  
      .SearchPanelSection select {
          font-size: 13px;
          min-height: 46px;
      }
  
      #footer_exampleInputEmail2 {
          width: 70%;
      }
  
      #footer_btnNewsLetter {
          width: 30%;
      }
  
      .position-sticky {
          position: unset !important;
      }
  
      a.btn.btn-itemadd {
          color: #fff;
          font-weight: 600;
          font-size: 9pt;
      }
  
      .otp-categorylist li img {
          height: auto;
      }
  
      .tp-sect h1 {
          font-size: 22px;
          margin-top: 10px;
      }
  
      .tp-sect p {
          font-size: 22px;
      }
  
      .tp-sect span {
          font-size: 25px;
      }
  
      .prdct-list.hmez ul {
          display: flex;
          flex-wrap: wrap;
      }
  
      .btn.sb-btn, .btn.sb-btn:hover {
          font-size: 12px;
          margin-top: 10px;
      }
  
      .colps-div div.colps-div-inner {
          display: flex;
      }
  
      .prd-text-mob, prd-text-mob-grid {
          text-align: center;
          font-size: 14px;
      }
  
      a.flx-pos {
          color: #fff;
          font-size: 22px;
          text-decoration: none;
          opacity: .6;
          margin-top: 5px;
      }
  
      .flx-impl {
          width: 95%;
      }
  
      .btn.sb-btn, .btn.sb-btn:hover {
          padding: 5px 8px;
          font-size: 13px;
      }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
      .SearchPanelSection .input-group {
          width: 95%;
      }
  
      .brnd-dpdwn select {
          width: 50%;
          padding: 0;
      }
  
      .flx-impl {
          width: 95%;
          display: inline-block;
      }
  
      .brnd-dpdwn {
          width: 40%;
          float: left;
      }
  
      #footer_exampleInputEmail2 {
          width: 72%;
      }
  
      #footer_btnNewsLetter {
          width: 28%;
      }
  
      #basket i.icofont {
          font-size: 38px;
      }
  
      footer::after {
          background: #e1e1e1;
      }
  
      .hw-to-use {
          width: 45%;
      }
  
      .brnd-lbl {
          width: 15%;
      }
  
      .col-lg-2.productDataSticky {
          flex: 0 0 20.666667%;
          max-width: 20.66667%;
      }
  
      .col-lg-2.productDataStickyGrid {
          flex: 0 0 16.666667%;
          max-width: 16.66667%;
      }
  
      .tpp-parts-add-list .img-thumbnail, .tpp-parts-add-grid .img-thumbnail {
          max-width: 80%;
      }
  
      .highlight-Nav a {
          font-size: 15px;
      }
  
      .highlight-Nav .pl-3, .highlight-Nav .pr-3 {
          padding-left: 0.7rem !important;
          padding-right: 0.7rem !important;
      }
  
      .SearchPanelSection .input-group > .form-control {
          flex: 0.7 1 auto !important;
          padding: 1.375rem 0.75rem;
      }
  
      .crt-counter {
          position: absolute;
          right: 5px;
      }
  }
  
  @media (min-width: 1200px) {
      .SearchPanelSection .input-group > .form-control {
          flex: 0.7 1 auto !important;
          padding: 1.375rem 0.75rem;
      }
  
      .tollfreeno {
          font-size: 17px !important;
      }
  }
  
  @media (min-width: 1400px) {
      .SearchPanelSection .input-group > .form-control {
          flex: 0.8 1 auto !important;
          padding: 1.375rem 0.75rem;
      }
  
      .tollfreeno {
          font-size: 20px !important;
      }
  }
  
  
  /* STYLES BY DANISH KHAN */
  
  .cat_box .cat_img {
      min-height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .add-cart-price-wrap .tpp-part-price {
      margin-top: 0px !important;    
  }
  
  .name-shipping-wrap {
      float: left;
      width: calc(100% - 150px);
  }
  
  .add-cart-price-wrap {
      float: left;
      width: 150px;
      text-align: center;
  }
  
  .tpp-part-no span:empty {
      display: none;
  }
  .smd-ship:empty {
  display:none;
  }
  
  .login .input-group-prepend {
      width: auto !important;
  }
  
  .footer-rating-img {
      width: 150px;
      display: block;
      margin: 0 auto;
  }
  
  .cc-detail {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
  }
  
  .googlePay {
      display: flex;
      font-size: 18pt !important;
      min-width: 47px;
  }
  
  /*.googlePay img {
      width: 50px
  }*/
  
  .brand-img-wrap {
      max-width: 300px;
      max-height: 300px;
      height: 210px;
      display: flex;
      align-items: center;
  }
  
      .brand-img-wrap img {
          max-width: 90%;
      }
  
  .tp-crt-txt .icofont-shopping-cart {
      margin-right: 5px;
  }
  
  .subcat-side-carousel-wrap .carousel-control-prev .carousel-control-wrap-xml {
      background-color: transparent;
  }
  
  .subcat-side-carousel-wrap .carousel-control-next .carousel-control-wrap-xml {
      background-color: transparent;
  }
  
  .subcat-side-carousel-wrap .carousel-inner h3 {
      display: none;
  }
  
  .subcat-side-carousel-wrap .carousel-inner a {
      text-decoration: none;
  }
  
  .subcat-side-carousel-wrap .carousel-inner h2 {
      font-size: 12px !important;
      font-weight: 600;
      color: #000;
      text-align: center;
      margin: 0px 0 0 0;
      text-transform: capitalize;
  }
  
  .subcat-side-carousel-wrap .carousel-inner .alike-cats-img-wrap {
      height: auto;
  }
  
      .subcat-side-carousel-wrap .carousel-inner .alike-cats-img-wrap img {
          max-width: 100px;
          border: none;
      }
  
  .alike-cats-img-wrap-cart {
      display: flex;
      justify-content: center;
  }
  
  .tpp-parts-add-grid li {
      /*! transition: all .3s ease-in; */
      background: #fff;
      /*! transform: scale(1); */
      z-index: 1;
      position: relative;
      width: 23.545%;
      padding: 10px;
      margin-bottom: 30px;
      margin-left: calc((100% - 4 * 23.545%)/4);
      overflow: hidden;
      display: inline-table;
      float: unset;
  }
  
  .tpp-parts-add-grid .img-thumbnail {
      max-width: 95%;
      max-height: 230px;
  }
  
  .tpp-parts-add-grid li:hover {
      box-shadow: 0 0 5px rgba(0,0,0,.1);
  }
  
  .prd-text-mob-grid .tpp-schem-tit {
      line-height: 15px;
      font-size: 15px;
      color: #007bff;
      text-decoration: none;
      font-weight: 600;
      min-height: 60px;
  }
  
  .cart-footer-wrap {
      padding: 10px 10px;
      margin: 0px 0 0px 0;
  }
  
  .similar-category-carousel .carousel-inner .carousel-item a {
      float: left;
      /*! width:calc(20% - 20px); */
      margin: 0 0px;
      text-decoration: none;
      padding: 0;
  }
  
  .similar-category-carousel-xml .carousel-inner .carousel-item a {
      float: left;
      width: calc(100%/5) !important;
      margin: 0 0px;
      text-decoration: none;
      padding: 0;
  }

    .similar-category-carousel-xml .carousel-inner .carousel-item a.width-auto {
    width:100% !important;
    }

    .similar-category-carousel-xml .carousel-inner .carousel-item a h3 {
        display: none;
    }
  
  .alike-cats-img-wrap {
      height: 110px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .text-truncate.text-truncate--3 {
      display: -webkit-box !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      white-space: normal;
      overflow: hidden;
      line-height: 20px;
  }
  
  .sidebar-category-wrap {
      display: block;
      overflow: hidden;
      margin: 10px 0 0 0;
      padding: 0;
  }
  
      .sidebar-category-wrap h4 {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 20px;
      }
  
      .sidebar-category-wrap ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
      }
  
          .sidebar-category-wrap ul li {
              float: left;
              width: 100%;
              margin-bottom: 0px;
              padding: 0px 3px;
              border-bottom: 1px dotted;
          }
  
              .sidebar-category-wrap ul li:last-child {
                  border-bottom: none;
              }
  
  .sidebar-category-list-img-wrap {
      width: 45px;
      padding: 3px;
      float: left;
      height: 45px;
      margin-right: 5px;
  }
  
  .sidebar-category-list-name-wrap {
      float: left;
  }
  
      .sidebar-category-list-name-wrap a {
          margin: 11px 0 0 0;
          float: left;
          font-size: 14px;
          text-decoration: none;
      }
  
  .carousel-control-wrap-xml {
      height: 50px;
      width: 30px;
      background-color: #ccc;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .similar-category-carousel-xml .carousel-control-prev {
      left: -38px;
      width: auto;
  }
  
  .similar-category-carousel-xml .carousel-control-next {
      right: -45px;
      width: auto;
  }
  
  .similar-category-carousel .carousel-inner .carousel-item a h3 {
      font-size: 15px !important;
      font-weight: 600;
      color: #000;
      text-align: center;
      margin: 20px 0 0 0;
  }
  
  .similar-category-carousel-xml .carousel-inner .carousel-item a h2 {
      font-size: 15px !important;
      font-weight: 600;
      color: #000;
      text-align: center;
      margin: 0px 0 0 0;
      text-transform: capitalize;
  }
  
  .similar-category-carousel .carousel-inner .carousel-item a img {
      border: none;
      min-height: 172px;
  }
  
  .similar-category-carousel-xml .carousel-inner .carousel-item a img {
      border: none;
      max-width: 50%;
  }
  
  .cart-footer-wrap .product-dtl-carousel-item {
      width: calc(100%/8);
      margin: 0px 0px;
      background-color: #fff;
      box-shadow: none;
      text-align: center;
      line-height: 20px;
  }
  
  .carousel-control-wrap {
      height: 50px;
      width: 30px;
      background-color: #ccc;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .cart-footer-wrap .product-dtl-carousel-item .similar-category-carousel-title {
      text-align: center;
      font-size: 12px !important;
      text-transform: capitalize;
      font-family: 'Open Sans', sans-serif !important;
      line-height: 13px;
      letter-spacing: 1px;
      margin-bottom: 0px;
      padding: 0px 5px;
  }
  
  .cart-footer-wrap .similar-category-carousel .carousel-inner {
      padding: 0 20px;
  }
  
  .cart-footer-wrap .similar-category-carousel .carousel-control-prev {
      left: -127px;
  }
  
  .cart-footer-wrap .similar-category-carousel .carousel-control-next {
      right: -127px;
  }
  
  .cart-footer-wrap h2.cart-frequently-heading {
      font-size: 1.2rem !important;
      color: #000;
      font-weight: 600 !important;
      margin-bottom: 20px;
  }
  
  .btn-itemadd-grid {
      background: #76983a !important;
      border-color: #77993b !important;
  }
  
  .tpp-part-price-grid {
      font-size: 16pt;
      font-weight: 600;
      color: #000;
      margin-right: 5px;
      float: left;
  }
  
  a.btn.btn-itemadd-grid {
      color: #fff;
      font-weight: 600;
      font-size: 11pt;
      margin-top: 5px;
      padding: 4px 10px;
  }
  
  .SchematicPanel .slick-slide .variation-img img {
      max-width: 100%;
  }
  
  .margin-right-5 {
      margin-right: 5px;
  }
  
  .product-dtl-carousel-item {
      float: left;
      width: calc(20% - 20px);
      margin: 10px 10px;
      box-shadow: 0 0 5px rgba(0,0,0,.1);
      transition: 0.3s ease all;
  }
  
  .similar-category-carousel-title {
      font-size: 13px !important;
      line-height: 15px;
      color: #000;
      font-weight: 400 !important;
      text-decoration: none !important;
      font-family: helvetica, sans serif;
      min-height: 30px;
      word-wrap: break-word;
      text-transform: capitalize;
  }
  
  .similar-category-carousel-a {
      float: left;
      width: 100%;
      padding: 10px;
  }
  
  .similar-category-carousel .carousel-control-prev {
      left: -83px;
  }
  
  .similar-category-carousel .carousel-control-next {
      right: -83px;
  }
  
  .product-dtl-carousel-item:hover {
      box-shadow: 0 0 8px rgba(0,0,0,.4);
  }
  
  
  .btn-itemadd i.icofont-plus, .btn-itemadd-grid i.icofont-plus {
      color: #fff;
      font-size: 14px;
  }
  
  .btn-itemadd label {
      color: #fff;
  }
  
  .btn-itemadd-grid i, .btn-addcart-grid i {
      font-size: 20px;
      padding-right: 5px;
  }
  
  .btn-itemadd-grid label {
      color: #fff;
  }
  
  a.btn.btn-itemadd, a.btn.btn-itemadd-grid {
      color: #fff;
  }
  
  .cart-footer-wrap .cart-carousel-img-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 90px;
  }
  
  a.btn.btn-itemadd-grid {
      font-size: 13pt;
      margin-top: 5px;
      padding: 10px 10px;
      width: 100%;
      background: #76983a !important;
      border: none;
      transition: 0.3s all;
      color: #fff !important;
      font-weight: 500;
      font-family: helvetica, sans serif;
      margin-bottom: 10px;
      border-radius: 5px;
  }
  
  .category.no-display {
      display: none;
  }
  
  .partlist-btn.btn-green {
      padding: 0 10px 0 10px;
  }
  
  a.btn.btn-addcart-grid {
      margin-top: 5px;
      padding: 10px 10px;
      width: 100%;
      background: #76983a !important;
      border: none;
      transition: 0.3s all;
      color: #fff !important;
      font-weight: 500;
      font-family: helvetica, sans serif;
      border-radius: 0px;
      margin-bottom: 10px;
      border-radius: 5px;
  }
  
  .cart-footer-wrap .product-dtl-carousel-item:hover {
      box-shadow: none;
  }
  
  .more-category-sec1 {
      margin: 0 12px 0 12px;
  }
  
  a.btn.btn-itemadd-grid:hover {
      border: none;
      background: #777 !important;
      color: #fff !important;
      font-weight: 500;
  }
  
  a.btn.btn-addcart-grid:hover {
      background: #777 !important;
      color: #fff !important;
      font-weight: 500;
  }
  
  a.btn.btn-itemadd-grid:hover .add-qty-label {
      color: #fff !important;
  }
  
  
  a.btn.btn-itemadd-grid label, a.btn.btn-addcart-grid {
      font-size: 13pt;
  }
  
  .pnl-add-cart .btn-itemadd-grid label {
      margin-bottom: 0;
  }
  
  .justify-flex-end {
      justify-content: flex-end;
  }
  
  .p-relative {
      position: relative;
  }
  
  .similar-category-carousel-img {
      border: none;
      max-width: 65%;
      min-height: auto !important;
  }
  
  .similar-category-carousel-brand {
      font-size: 15px;
      line-height: 15px;
      color: #000;
      font-weight: 600;
      text-decoration: none;
      font-family: helvetica, sans serif;
  }
  
  .similar-category-carousel-a {
      text-decoration: none !important;
  }
  
  .product-dtl-carousel-wrap {
      float: left;
      width: 20%;
      padding: 0 10px;
  }
  
  .prd-text-mob-grid {
      margin: 5px 0 0 0;
      max-height: 170px;
      min-height: 94px;
  }

.carousel-control-prev-icon {
    background-image: url("../img/left-arrow.png") !important;
    width: 20px;
    height: 20px;
}

.carousel-control-next-icon {
    background-image: url("../img/right-arrow.png") !important;
    width: 20px;
    height: 20px;
}

.carousel-control-prev-icon-dtl {
    background-image: url("../img/left-arrow.png") !important;
    width: 20px;
    height: 20px;
}

.carousel-control-next-icon-dtl {
    background-image: url("../img/right-arrow.png") !important;
    width: 20px;
    height: 20px;
}
  
  .more-category-sec h2 {
      font-size: 1.3rem;
  }
  
  .more-category-sec ul li:last-child {
      margin-right: 0px;
  }
  
  .input-group-product-dtl {
      align-items: center;
  }
  
  .product-dtl-add-cart-btn {
      height: 38px;
  }
  
  .prts-compbl .prdDescription .tpp-new-info-panel {
      padding: 0 0 20px 0;
      float: left;
      width: 100%;
  }
  
  .prts-compbl .prdDescription h4 {
      font-size: 1rem !important;
  }
  
  .prts-compbl .prdDescription h2 {
      font-size: 1rem !important;
  }
  
  .free-shipz-grid {
      color: #000;
      font-size: 14px;
      margin-left: 5px;
      font-weight: 600;
      background: url("../img/freeshipping.png") no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
      background-size: 14px;
      float: left;
      padding-left: 20px;
      background-position: left;
  }
  
  .tpp-Milwaukee-Tools .otp-categorylist {
      margin-bottom: 100px;
  }
  
  .d-desktop {
      display: block;
  }
  
  .d-mobile {
      display: none;
  }
  
  .gpay-card-info-container.black, .gpay-card-info-animation-container.black {
  border-radius:5px !important;
  }
  
  div#paypal-button-container {
      margin-top: 8px !important;
  }
  .page-link input[type=image] {
  background-color: transparent !important;
  }
  .mb-dvs select.form-control {
  max-width:122px !important;
  }
  .sort-by-wrap {
  min-width:60px;
  }
  .top-cart-icon {
  margin:12px 0 0 0px;
  max-width:45px;
  }

  @media only screen and (max-width:1024px) {
      .tpp-parts-add-grid li {
          width: 31.545%;
      }
  
      .prd-text-mob-grid {
          min-height: 90px;
          max-height: 90px;
      }
  
      .more-category-sec ul li {
          width: calc(33% - 16px) !important;
          margin-bottom: 30px;
      }
  
      .more-category-sec .prdDescription ul li {
          width: 100% !important;
      }
  }
  
  @media only screen and (max-width:991px) {   
      ul.tpp-parts-add-grid li .btn-actions .free-shipping-price-wrap span {
          flex: 1;
      }
  
          ul.tpp-parts-add-grid li .btn-actions .free-shipping-price-wrap span.free-shipping-span {
              font-size: 9pt;
          }
      .price-wrap-inner {
          padding: 0 0px 0 0;
      }
      .right-btns-wrap1 {
          flex-direction: column;
      }
      .icofont-rounded-left.slick-arrow {
          left: -10px;
      }
  
      .icofont-rounded-right.slick-arrow {
          right: -10px;
      }
  
      .paymnt-icons i {
          font-size: 27pt;
      }
  
      .googlePay {
          font-size: 13pt !important;
      }
  
      .tpp-parts-add-grid li {
          width: 46%;
      }
  
      .tpp-part-price-grid {
          text-align: center;
          width: 100%;
          float: left;
      }
  
      .similar-category-carousel .carousel-control-prev {
          left: -70px;
      }
  
      .similar-category-carousel .carousel-control-next {
          right: -70px;
      }
  
      .container-grid {
          max-width: 90%;
      }
  
      .cart-footer-wrap .product-dtl-carousel-item {
          width: calc(100%/3);
          height: 150px;
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-prev {
          left: -78px;
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-next {
          right: -79px;
      }
  
      .cart-footer-wrap h2 {
          margin: 0 0px 20px 0;
      }
  
          .cart-footer-wrap h2.similar-category-carousel-title {
              font-size: 12px !important;
              text-transform: capitalize;
              margin: 20px 0px 0px 0;
          }
  
      .similar-category-carousel-xml .carousel-inner .carousel-item a {
          width: calc(100%/3) !important;
          height: 170px;
      }
  
      .similar-category-carousel-xml .carousel-control-prev {
          left: -44px;
      }
  
      .similar-category-carousel-xml .carousel-control-next {
          right: -44px;
      }
  
      .alike-cats-img-wrap {
          height: 130px;
      }
  
      .more-category-sec1 {
          margin: 0 12px 0 12px;
      }
  
      .sidebar-category-wrap {
          display: none;
      }
  
      .no-left-border-resp {
          border-left: none;
      }
  }
  
  @media only screen and (max-width: 767px) {
      .schematicnew .prd-text-mob {
          flex: 0 0 calc(100% - 100px);
          max-width: calc(100% - 100px);
          text-align:left;
      }
          .schematicnew .prd-text-mob .name-shipping-wrap {
          width:100%;
          }
      .schematicnew .btn-actions {
          padding: 0 15px !important;
          width: 100% !important;
          flex: 0 0 100%;
          max-width: 100%;
      }
          .schematicnew .btn-actions .right-btns-wrap1 {
              flex-direction: row;
          }
          .price-wrap-inner {
              padding: 0 0px 0 0;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              min-width: 100%;
          }
      .right-btns-wrap1 {
          justify-content: center;
          align-items: center;
      }
      .part-list-without-schem-new .prd-img-mob {
          padding: 0 5px;
          max-width: 100px;
      }
  
      .part-list-without-schem-new .prd-text-mob {
          padding: 0 5px;
          margin-top: 0px;
          width: calc(100% - 100px);
      }
  
      .part-list-without-schem-new .btn-actions {
          padding: 0 5px;
          width: calc(30% - 100px);
      }
  
      .contct-form {
          width: 100%;
          margin-left: 0;
      }
  
          .contct-form .colfix-1 {
              margin-bottom: 10px;
              margin-right: 0;
              width: 100%;
          }
  
      .loc-address {
          width: 100%;
      }
  
      .rmaReturnImg img {
          max-width: 50%;
          display: block;
          margin: 0 auto;
          min-width: 220px;
      }
  
      .footer-rating-img {
          margin: 0 auto 20px auto;
      }
  
      .cc-detail {
          flex-direction: column;
      }
  
          .cc-detail div:last-child {
              margin: 0px !important;
          }
  
          .cc-detail p {
              margin: 0px;
          }
  
      .categorylistSection h1 {
          display: none;
      }
  
      .categorylistSection.border-left {
          border-left: none !important;
      }
  
      .brand-img-wrap {
          height: 210px;
      }
  
      .gry-tpstrip {
          background: #343a40;
      }
  
      .icofont-rounded-left.slick-arrow {
          left: -15px;
      }
  
      .icofont-rounded-right.slick-arrow {
          right: -15px;
      }
  
      .full-width-resp {
          flex: 0 0 100%;
          max-width: 100%;
      }
  
      .foot-btm {
          flex: 0 0 100%;
          max-width: 100%;
      }
  
      .foot-copyrit {
          text-align: center;
      }
  
      .paymnt-icons {
          justify-content: center;
      }
  
          .paymnt-icons i {
              font-size: 40pt;
          }
  
      .login-info small i, .login-info, .login-info a, .login-info small {
          color: #fff;
      }
  
          .login-info .icofont.icofont-user {
              display: none;
          }
  
      .navbar-collapse ul li {
          border-bottom: 1px solid #333;
      }
  
      .navbar-collapse.bg-dark {
          background: #000 !important;
      }
  
      li.login-fxs {
          margin: 5px 0 0 0;
          border-bottom: 1px solid #333;
          padding-bottom: 15px;
      }
  
      .navbar-collapse ul li:first-child {
          border-bottom: none;
      }
  
      .login-info small {
          font-size: 85%;
      }
  
      .login-info {
          color: #fff;
      }
  
      .product-dtl-price-name {
          display: block !important;
      }
  
          .product-dtl-price-name .ship-time {
              margin-bottom: 10px;
          }
  
      .product-dtl-brand-logo-wrap {
          display: flex;
          align-items: center;
      }
  
      .product-dtl-heading {
          font-size: 14pt;
      }
  
      .input-group-product-dtl p span {
          font-size: 18pt;
      }
  
      .product-dtl-carousel-item {
          width: calc(33% - 20px);
      }
  
      .similar-category-carousel .carousel-control-prev {
          left: -50px;
      }
  
      .similar-category-carousel .carousel-control-next {
          right: -50px;
      }
  
      .cart-footer-wrap .product-dtl-carousel-item {
          width: calc(100%/3);
          /*! height: 250px; */
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-prev {
          left: -64px;
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-next {
          right: -65px;
      }
  
      .similar-category-carousel-xml .carousel-inner .carousel-item a {
          width: calc(100%/2) !important;
          height: 200px;
      }
  
      .similar-category-carousel-xml .carousel-control-prev {
          left: -45px;
      }
  
      .similar-category-carousel-xml .carousel-control-next {
          right: -45px;
      }
  
      .more-category-sec1 {
          /*margin: 0 15px 0 15px;*/
          margin:0;
      }
  }
  
  @media only screen and (max-width:550px) {
      .right-btns-wrap1 {
          flex-direction: row;
      }
      .brnditem a img {
          max-width: 50%;
      }
      .otp-categorylist li {
      width:50%;
      }
      .compatibleproducts li {
          width: 50%;
      }
      .brand-img-wrap {
          max-width: 100%;
          max-height: fit-content;
          display: flex;
          justify-content: center;
      }
          .brand-img-wrap img {
              max-width: 90%;
          }
      .similar-category-carousel-title-cart {
          font-size: 16px !important;
          font-weight: 600;
          color: #000;
          text-align: center;
          margin: 0px 0 0 0;
          text-transform: capitalize;
      }
  
      .tpp-parts-add-grid li {
          width: 98%;
      }
  
      .product-dtl-carousel-item {
          width: calc(50% - 20px);
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-prev {
          left: -59px;
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-next {
          right: -59px;
      }
  
      .similar-category-carousel-xml .carousel-control-prev {
          left: -45px;
      }
  
      .similar-category-carousel-xml .carousel-control-next {
          right: -45px;
      }
  
      .tpp-parts-add-grid .img-thumbnail {
          max-height: inherit;
      }
  
      .d-desktop {
          display: none;
      }
  
      .d-mobile {
          display: block;
      }
  
      .similar-category-carousel-xml .d-mobile .carousel-inner .carousel-item a {
          width: calc(100%/1) !important;
          height: auto;
      }
  
      .similar-category-carousel-xml .alike-cats-img-wrap {
          height: auto;
      }
  }
  
  @media only screen and (max-width:480px) {
      .cat_box .cat_img {
          min-height: 180px;
      }
      .part-list-without-schem-new .btn-actions {
          width: 100% !important;
          display: flex;
          margin: 10px 0 0 100px;
      }
      .name-shipping-wrap {
          width: 100%;
      }
      .part-list-without-schem .prd-text-mob small.clearfix.tpp-part-no {
          float: left;
          width: 100%;
      }
      .part-list-without-schem .prd-text-mob .free-shipz {
          line-height: 20px;
      }
      .otp-categorylist a {
          font-weight: 300;
          display: -webkit-box !important;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          white-space: normal;
          overflow: hidden;
          line-height: 22px;
      }
      .brand-img-wrap {
          height: 150px;
      }
      .paymnt-icons i {
          font-size: 25pt;
      }
  
      .googlePay {
          font-size: 12pt !important;
      }
  
      .product-dtl-carousel-item {
          width: calc(100% - 20px);
      }
  
      .similar-category-carousel .carousel-control-prev {
          left: -40px;
      }
  
      .similar-category-carousel .carousel-control-next {
          right: -40px;
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-prev {
          left: -53px;
      }
  
      .cart-footer-wrap .similar-category-carousel .carousel-control-next {
          right: -53px;
      }
  
      .cart-footer-wrap .product-dtl-carousel-item {
          width: calc(100%/2);
          height: auto;
      }
  
      .alike-cats-img-wrap {
          height: auto;
      }
  
      .similar-category-carousel-xml .carousel-inner .carousel-item a {
          width: 100% !important;
          height: auto;
          margin: 0 0px 30px 0;
      }
  
          .similar-category-carousel-xml .carousel-inner .carousel-item a img {
              max-width: 50%;
          }
  
      .similar-category-carousel-xml .carousel-control-prev {
          left: -45px;
      }
  
      .similar-category-carousel-xml .carousel-control-next {
          right: -45px;
      }
  
      .similar-category-carousel-xml .carousel-item.active {
          display: flex;
          flex-wrap: wrap;
      }
  
      .similar-category-carousel-xml .carousel-inner .carousel-item a {
          width: 100% !important;
      }
  }
  
  @media only screen and (max-width:414px) {
      .variation-img strong.text-muted {
          text-align: center;
      }
      .add-cart-price-wrap .btn {
          font-size: 14px !important;
          font-weight: 300 !important;
      }
      .add-cart-price-wrap .tpp-part-price {
          font-size: 18px;
      }
      .add-cart-price-wrap {
          display: flex;
          justify-content: space-between;
          width: 100%;
      }
      .name-shipping-wrap {
          float: left;
          width: 100%;
      }
      .fig-crcle {
          left: 5px;
      }
      .part-list-without-schem-new .prd-text-mob {
          width: calc(100% - 110px);
          text-align: left;
      }
      .part-list-without-schem-new .btn-actions {
          width: 100% !important;
          display: flex;
          margin: 10px 0 0 100px;
      }
          .part-list-without-schem-new .btn-actions .tpp-part-price {
          margin:0 10px 0 0;
          }
          .part-list-without-schem .prd-text-mob {
              width: calc(100% - 70px);
          }        
      .part-list-without-schem .btn-actions {
          width: 100%;
          padding: 0 5px !important;
          display: flex;
          justify-content: flex-start;
          margin: 0 0 0 70px;
      }
          .part-list-without-schem .btn-actions .desktop-price {
          margin:0 10px 0 0;
          }
  }
  
  @media only screen and (max-width:384px) {
      .right-btns-wrap1 {
          flex-direction: column;
      }
      .schematicnew .btn-actions .right-btns-wrap1 {
          flex-direction: column;
          align-items: flex-start;
      }
  }
  
      @media only screen and (max-width:375px) {
          .SchematicPanel .slick-slide .variation-img img {
              width: 100%;
          }
  
          .variation-img .figure-title {
              text-align: center;
          }
  
          .forgot-pw-width-resp {
              width: 20% !important;
          }
      }
  
      @media only screen and (max-width:360px) {
          .brand-img-wrap {
              height: 120px;
          }
  
          .otp-categorylist li {
              width: 50%;
              padding: 10px 5px !important;
          }
  
          .cart-footer-wrap .product-dtl-carousel-item {
              width: 100%;
          }
  
          .similar-category-carousel-img {
              max-width: 45%;
          }
  
          .cart-footer-wrap .similar-category-carousel .carousel-control-prev {
              left: -44px;
          }
  
          .cart-footer-wrap .similar-category-carousel .carousel-control-next {
              right: -44px;
          }
  
          .similar-category-carousel-xml .carousel-inner .carousel-item a img {
              max-width: 80%;
          }
  
          .similar-category-carousel-xml .carousel-control-prev {
              left: -15px;
          }
  
          .similar-category-carousel-xml .carousel-control-next {
              right: -15px;
          }        
      }
  
      .container.custmr .input-group-prepend .login-dp {
          min-width: 120px;
      }
  
  /* ===== Cart badge ===== */
  #cartBtn { position: relative; background: none; border: none; padding: 0; margin-top:20px;}
  #cartBtn img { width: 45px; }
  #cartBtn .cart-count {
    position: absolute; top: -2px; right: 6px; width: 25px; text-align: center;
    font-weight: 700; color: #f05523;
  }
  
  /* ===== Cart drawer / Mobile menu (slide-in panels) ===== */
  #cartOverlay, #overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 1050; display: none;
  }
  #overlay { background: rgba(0,0,0,.4); }
  
  #cartDrawer {
    position: fixed; top: 0; right: 0; height: 100%; width: 100%;
    background: #fff; box-shadow: -4px 0 20px rgba(0,0,0,.2);
    transform: translateX(100%); transition: transform .3s ease;
    z-index: 1055; display: flex; flex-direction: column;
  }
  
  .btm-small-logos > *{
      flex: 0 0 auto;
      width: 14.28%;
  }
  .lft-btm-nav h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  .lft-btm-nav ul {
    padding-left: 0;
    list-style: none;
    text-decoration: none;
  }
 
  .btm-nav h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }
  .btm-nav ul {
    padding-left: 0;
    list-style: none;
    text-decoration: none;
  }
  .btm-nav ul {
    list-style: none;
  }
  .ft-social li {
    background: #ddd;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
  }
  .logo-ft img {
    filter: grayscale(1);
    opacity: 0.6;
  }
  .foot-copyrit {
    font-size: 10pt;
    margin-top: 18px;
  }
  .paymnt-icons {
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }
  .paymnt-icons i {
    font-size: 25pt;
    margin: 0 5pt;
    color: #c7c7c7;
  }
  .googlePay {
    display: flex;
    font-size: 18pt !important;
    min-width: 47px;
  }
  .foot-copyrit a:link, .foot-copyrit a:visited {
    color: #000;
  }
  
  @media (min-width: 576px) { #cartDrawer { width: 300px; } }
  @media (min-width: 768px) { #cartDrawer { width: 400px; } }
  @media (min-width: 992px) { #cartDrawer { width: 500px; } }
  #cartDrawer.open { transform: translateX(0); }
  
  #mobileMenu {
    position: fixed; top: 0; left: 0; height: 100%; width: 288px;
    background: rgba(0,0,0,.95); box-shadow: 4px 0 20px rgba(0,0,0,.3);
    transform: translateX(-100%); transition: transform .3s ease;
    z-index: 1055;
  }
  #mobileMenu.open { transform: translateX(0); }
  @media (min-width: 992px) { #mobileMenu, #overlay { display: none !important; } }
  
  /* ===== Brand cards (glow + grayscale-to-color logo) ===== */
  .brand-card { position: relative; overflow: hidden; transition: box-shadow .3s ease, transform .3s ease; }
  .brand-card:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); transform: translateY(-8px); }
  .brand-card .glow {
    position: absolute; top: -80px; right: -80px; width: 192px; height: 192px;
    background: var(--customPrimary-500); border-radius: 50%; opacity: .5;
    transition: transform .5s ease;
  }
  .brand-card:hover .glow { transform: scale(1.25); }
  .brand-card .glow.blue { background: #cfe2ff; }
  .brand-logo-fade {
    filter: grayscale(100%);
    transition: filter .3s ease, transform .3s ease;
  }
  .brand-card:hover .brand-logo-fade { filter: grayscale(0%); transform: scale(1.05); }
  .min-h-desc { min-height: 120px; }
  
  /* ===== Small brand grid tiles ===== */
  .brand-tile {
    border-bottom: 1px dashed #dee2e6;
    border-right: 1px dashed #dee2e6;
    transition: color .2s ease;
  }
  .brand-tile:nth-child(6n) { border-right: none; }
  .brand-tile img { transition: filter .3s ease, transform .3s ease; filter: grayscale(100%); }
  .brand-tile:hover img { filter: grayscale(0%); transform: scale(1.1); }
  .brand-tile:hover h3 { color: var(--customPrimary-500); }
  
  /* ===== Makita / DeWalt section headers (sticky bg strips) ===== */
  .makita-bg { background: #0068b4; color: #fff; position: sticky; top: 0; z-index: 5; }
  .dewalt-bg { background: #fdb913; position: sticky; top: 0; z-index: 5; }
  
  .list-row:nth-of-type(odd) { background: #f8f9fa; }
  .list-row:nth-of-type(even) { background: #fff; }
  .start-15 {left: 15% !important;}
  