@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");

.scroll-on {
  position: fixed !important;
  top: 0;
  width: 100%;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-family: "Poppins", sans-serif;
  color: #333;
  box-sizing: border-box;
}

/* Thin scrollbar styles */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.manage-page {
  padding-left: 14px;
}
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #d1232a;
}

.scroll-on {
  box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header_sticky {
  background-color: #fff;
  z-index: 999;
  position: relative;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none;
}

.second-header {
  /* manoj */
  background: #000;
  width: 100%;
  /* padding: 0px 1px; */
  padding-block: 9.5px;
  padding-right: 10px;
  /* overflow: hidden; */
}

.left-header-h a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
  text-decoration: none;
  margin-left: 10px;
}

.left-header-h a:hover {
  color: #d1232a;
}

.right-header-h {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.right-header-h a {
  /* manoj  */
  color: #fff;
  font-size: 14px;
  /* font-weight: 700; */
  text-decoration: none;
}

.register-sign {
  padding: 0px 30px;
  font-size: 14px;
  color: #ffffff;
}

a.hfe-btn.btn.btn-primary {
  /* manoj  */
  background: #d1232a;
  color: #fff;
  border-color: #d1232a;
  border-radius: 0;
  font-weight: 500;
  font-size: 13px;
  padding: 5.25px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  min-width: max-content;
}

.header-top p {
  font-weight: 600;
  font-size: 14px;
}

.nav-user-nu button.dropdown-toggle {
  background: initial;
  border: inherit;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-weight: 400;
}

.nav-user-nu i.fa-solid.fa-user {
  color: #d1232a;
  margin-right: 2px;
}

.dropdown.nav-user-nu ul li a {
  color: #222;
}

@media (max-width: 1200px) {
  .dropdown.nav-user-nu ul li a {
    color: #222;
  }

  .dropdown.nav-user-nu ul li {
    line-height: 2;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .nav-user-nu .dropdown-menu.show {
    position: absolute !important;
  }
}

.dropdown.nav-user-nu ul li:hover a {
  color: #fff;
}

.list-header-lh {
  display: flex;
  background: #eee;
  width: 100%;
  align-items: center;
  padding: 8px 9px;
  margin: 0px 0px;
}

.list-header-lh ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.list-header-lh li {
  float: left;
  /*padding-left: 39px;*/
}

.list-header-lh li a {
  font-size: 13px;
  text-decoration: none;
  color: #6a6a6a;
  font-weight: 600;
}

.list-header-lh h3 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/*================start breadcrumb==================*/
.header-breadcrumb {
  padding: 6px 10px;
  margin-bottom: 1%;
}

.header-breadcrumb li.breadcrumb-item a {
  color: #000;
  text-decoration: none;
}

.header-breadcrumb li.breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
}

.header-breadcrumb li.breadcrumb-item.active {
  color: #d1232a;
  font-weight: 600;
}

/*================end breadcrumb==================*/

/*=============start subheader-wrapper============*/
.subheader-wrapper {
  /* manoj */
  width: 100%;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: #404040;
}

.searchbar-sb {
  /* manoj  */
  max-width: 315px;
  width: 100%;
  /* margin: 0px 25px; */
}

.searchbar-sb.manufacturers-searchbar {
  max-width: 360px;
  width: 100%;
  /* manoj  */
  /* margin: 0px 25px; */
  margin-left: 0;
}

.searchbar-sb input.form-control {
  border: 2px solid #d1232a !important;
  border-radius: 6px;
  font-size: 13px;
  padding: 7px 10px;
  color: #6c6d70;
  /* min-width: 500px; */
  min-width: 315px;
  padding-right: 45px;
  /* font-weight: 700; */
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.searchbar-sb button.btn.btn-primary {
  /* manoj  */
  right: 0;
  bottom: 0;
  top: 0;
  background: #d1232a;
  border-color: #d1232a;
  border-radius: 0px 10px 10px 0px;
  font-size: 18px;
  padding: 0px 13px;
  min-width: 46px;
}

.searchbar-sb .form-control:focus {
  border-color: #d1232a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(209 35 42 / 5%);
}

.res-edui a {
  /* manoj  */
  /* color: #fff; */
  font-size: 13px;
  /* font-weight: 600; */
  text-decoration: none;
  /* padding: 4px 30px; */
  /* padding-right: 0; */
  white-space: nowrap;
}

.res-edui .dropdown-menu {
  right: 0;
}
/* .res-edui a:hover {
    color: #d1232a;
} */

.header-left-s {
  display: flex;
  align-items: center;
}

.header-widget-main a i.fa-solid.fa-phone {
  color: #d1232a;
  margin-right: 2px;
}

.dropdown.nav-user-nu {
  padding: 1px 25px;
  padding-left: 0px;
}

.divider-line {
  background: #9d9d9d;
  width: 1px;
  height: 22px;
  /* margin: 3px 21px; */
  margin-left: 0;
}

/*=============End subheader-wrapper============*/

/*=============start search by click  dropdown============*/
.search-by-car .dropbtn {
  /* manoj  */
  cursor: pointer;
  border: 2px solid #d1232a;
  border-radius: 6px;
  font-size: 13px;
  padding: 7px 10px;
  color: #6c6d70;
  min-width: 239px;
  /* font-weight: 700; */
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-by-car .dropdown {
  position: relative;
  display: inline-block;
}

.search-by-car .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 99;
  min-width: 239px;
  border: 1px solid #6c6d70;
  border-radius: 10px;
  padding: 9px 9px;
}

.search-by-car .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.search-by-car .dropdown a:hover {
  background-color: #ddd;
}

.search-by-car .show {
  display: block;
}

.search-by-car .form-check {
  cursor: auto;
  padding: 0;
  padding-bottom: 9px;
}

.search-by-car input.form-control {
  border: 1px solid #939598;
  border-radius: 7px;
  font-size: 13px;
  /* font-weight: 600; */
  color: #6c6d70;
  padding: 9px 10px;
}

button.btn.btn-primary.search-btn-d {
  background: #d1232a;
  border-color: #6c6d70;
  border-radius: 9px;
  color: #fff;
  font-size: 13px;
  /* font-weight: 600; */
  padding: 9px 13px;
  width: 100%;
}

.search-reset-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.btn.btn-primary.reset-btn-d {
  background: #000;
  border-color: #000;
  border-radius: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 13px;
  width: 100%;
}

/*=============end search by click  dropdown============*/

/************************ Header css start ************************/
.top-header {
  background: #d9d9d9;
  padding: 6px 30px;
}

.main-wrapper-header img {
  width: 100%;
  display: block;
}

.main-wrapper-header a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.main-wrapper-header ul li {
  list-style-type: none;
}

.main-wrapper-header .navbar {
  background: #ffffff;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.main-wrapper-header .brand-and-icon {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.main-wrapper-header .navbar-brand {
  font-size: 14px;
  font-weight: 700;
}

.main-wrapper-header .navbar-toggler {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  transition: all 0.4s ease;
  border: 2px solid #000;
  border-radius: 4px;
}

.main-wrapper-header .navbar-toggler:hover {
  opacity: 0.7;
}

.main-wrapper-header .navbar-collapse {
  overflow-y: scroll;
  display: none;
}

.main-wrapper-header .navbar-nav > li > a {
  text-transform: capitalize;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  padding: 0.6rem 0;
  margin: 0.2rem 0;
  border-bottom: 1px solid #ddd;
  border-radius: 1px;
  position: relative;
  transition: all 0.4s ease;
}

.main-wrapper-header .drop-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.main-wrapper-header .navbar-nav > li > a:hover {
  opacity: 0.7;
}

.main-wrapper-header .sub-menu h4 {
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 0;
  font-weight: 800;
  margin-top: 0%;
  margin-bottom: 0px;
}

.main-wrapper-header h4 a {
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 0;
  font-weight: 800;
  margin-top: 0%;
  margin-bottom: 0px;
  color: #333;
}

.main-wrapper-header .sub-menu ul li {
  text-transform: capitalize;
  padding: 2px 0px;
  margin: 0;
}

.main-wrapper-header .sub-menu ul li a {
  opacity: 0.8;
  transition: all 0.5s ease;
}

.main-wrapper-header .sub-menu ul li a:hover {
  padding-left: 14px;
  opacity: 0.9;
}

.main-wrapper-header .sub-menu {
  display: none;
}

.main-wrapper-header .sub-menu-item {
  padding-left: 1.2rem;
}

.main-wrapper-header .sub-menu-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* header */
.main-wrapper-header .header {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover
      no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-wrapper-header .header h2 {
  margin: 1rem;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
}

.main-wrapper-header .header p {
  margin: 1rem auto;
  color: #fff;
  width: 60%;
  opacity: 0.8;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
}

.main-wrapper-header .header button {
  margin: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  transition: all 0.5s ease;
  cursor: pointer;
}

.main-wrapper-header .header button:hover {
  background: #fff;
  color: #000;
}

/************************ Header css End ************************/

/************************ Slider css start ************************/
section.owl-carousel-slider {
  position: relative;
}

.owl-carousel-slider .owl-nav span {
  font-size: 60px;
}

.owl-carousel-slider button.owl-prev.disabled,
.owl-carousel-slider button.owl-next.disabled {
  display: none;
}

.owl-carousel-slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.owl-carousel-slider button.owl-next {
  position: absolute;
  top: 0;
  right: 67px;
  bottom: 0;
}

.owl-carousel-slider button.owl-prev {
  position: absolute;
  top: 0;
  left: 67px;
  bottom: 0;
}

.owl-carousel-slider i.fa-solid {
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #d1232a;
  background: #fff;
}

section.owl-carousel-slider .item::before {
  position: absolute;
  content: "";
  background: #00000047;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(at top right, #b27d7f1f 0%, #0000001a 80%);
}

section.owl-carousel-slider .item {
  overflow: hidden;
  position: relative;
}

.lock_banner-text {
  position: absolute;
  z-index: 99;
  width: 34%;
  top: 0;
  height: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.lock_banner-text h6 {
  color: #fff;
  font-size: 14px;
  position: relative;
}

.lock_banner-text h6::before {
  position: absolute;
  background: #fb383b;
  height: 3px;
  width: 110px;
  right: -124px;
  content: "";
  bottom: 5px;
  transform: translateY(-50%);
}

.lock_banner-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 10px;
}

.lock_banner-text h3 {
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  line-height: 53px;
  margin-top: 10px;
}

button.btn.btn-primary.discover-btn {
  color: #fff;
  background-color: #d1232a;
  border-color: #d1232a;
  font-size: 14px;
  padding: 10px 19px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 6px;
  border-radius: 1px;
}

button.btn.btn-primary.discover-btn:hover {
  background-color: #000;
  border-color: #000;
}

.info-card-ic img {
  width: 100%;
  /* border-radius: 20px 3px 20px 3px; */
  aspect-ratio: 3/2.1;
  border-radius: 6px;
  transition: 0.25s ease-in-out;
  object-fit: cover;
}

.resources-library-bx {
  /* manoj  */
  position: relative;
  padding: 1% 5%;
  width: 100%;
  /* top: -52px; */
  z-index: 9;
  margin-top: -62px;
}

.info-card-ic {
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 6%);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  padding: 10px 10px;
  height: 100%;
  padding-bottom: 24px;
  transition-duration: 0.5s;
}

.info-card-ic:hover {
  transition-duration: 0.5s;
  transform: translateY(-9px);
  box-shadow: 0 0 45px rgb(10 10 10 / 7%);
  -webkit-box-shadow: 0 0 45px rgb(10 10 10 / 7%);
}

.info-card-ic:before {
  /* manoj */
  content: "";
  position: absolute;
  z-index: 9;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #d1232a;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.info-card-ic:hover:before {
  left: 0;
  right: 0;
}

.info-text-bx h2 {
  /* manoj  */
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-text-bx {
  padding: 19px 4px;
  text-align: center;
  padding-top: 25px;
}

.info-text-bx p {
  font-size: 13px;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.info-card-ic a {
  text-decoration: none;
}

button.btn.btn-primary.learnm-btn-d,
a.btn.btn-primary.learnm-btn-d,
div.btn.btn-primary.learnm-btn-d {
  /* manoj  */
  color: #fff;
  background-color: #d1232a;
  border-color: #d1232a;
  font-size: 13px;
  padding: 6px 16px;
  font-weight: 500;
  /* margin-bottom: 24px; */
  margin-top: 3px;
}

button.btn.btn-primary.learnm-btn-d:hover,
a.btn.btn-primary.learnm-btn-d:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/************************ Slider css End ************************/

h2.featured-heading {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 2%;
  color: #222;
}

h2.featured-heading span {
  color: #d1232a;
}

.featured-post {
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  background-color: #fff;
  /* margin-bottom: 60px; */
  transition: 0.3s;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 0;
  /* border: 1px solid; */
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.featured-post img {
  /* manoj */
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2.05;
  transition: 0.6s;
  border-radius: 4px;
}

.featured-post:hover {
  /* transform: scale(1.1); */
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  transform: translateY(-5px);
}

.featured_post-body {
  /* position: absolute;
    bottom: 0;
    left: 0; */
  padding: 25px;
  width: 100%;
  /*height: 100%;
     display: flex;
    flex-direction: column;
    justify-content: flex-end; */
  /* background-image: linear-gradient(to top, black, rgb(0 0 0 / 5%), transparent); */
}

.featured_post-content h5 a {
  /* manoj  */
  text-decoration: none;
  /* color: #fff; */
  font-size: 24px;
}

.featured_post-content p {
  /* manoj  */
  /* color: #ebebeb; */
  font-size: 13px;
  /* font-weight: 500; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured_post-content a.btn-link {
  /* manoj */
  text-decoration: none;
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  font-size: 13px;
  padding: 6px 16px;
  font-weight: 500;
  /* margin-bottom: 24px; */
  margin-top: 3px;
  border-radius: 4px;
  display: inline-block;
  transition-duration: 0.5s;
}

.featured_post-content a.btn-link:hover {
  color: #fff;
  background-color: #d1232a;
  border-color: #d1232a;
}

.featured_post-content {
  /* manoj */
  /* padding-right: 33%; */
}

/************************ footer css End ************************/
.footer-section {
  background: #eeeeee;
  /* background: #ccc; */
  padding: 4% 0%;
  width: 100%;
}

.widget-title h2 {
  font-size: 19px;
  font-weight: 700;
  position: relative;
  margin-bottom: 26px;
}

.sales-info p {
font-size: 16px;
    font-weight: 500;
    color: #454343;
    /* margin-bottom: 16px; */
    line-height: 1.8;
}

.sales-info b {
  color: #000;
}

.widget-title h2::before {
  /* manoj  */
  content: "";
  position: absolute;
  background: #d1232a;
  width: 26px;
  height: 3px;
  left: 0;
  bottom: -7px;
  border-radius: 20px;
}

ul.site-infor {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-title ul.site-infor li{
    margin-bottom: 8px;
}
ul.site-infor li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;    
}

.footer-add-fa p {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.footer-add-fa {
  border-left: 2px solid #d1232a;
  padding-left: 20px;
}

ul.social-links-f li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 17px;
}

ul.social-links-f {
  list-style: none;
  padding: 0;
  margin: 0;
}

span.social-icon-f i {
  color: #fff;
  background: #333;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-right: 15px;
}

span.social-icon-f i:hover {
  background: #d1232a;
}

ul.social-links-f li a:hover i {
  background: #d1232a;
}

ul.site-infor li a:hover {
  color: #d1232a;
}

ul.social-links-f li a:hover {
  color: #d1232a;
}

ul.social-links-f li a p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}

/************************  footer css End ************************/

body.scroll-none {
  overflow: scroll;
}

.scroll-on {
  /* manoj  */
  box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
  /* padding: 10px 0; */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/************************  sidebar css start ************************/
.left-sidebar .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: inherit;
  box-shadow: inherit;
  border: 1px solid #f1f1f1;
  box-shadow: inherit;
  border-bottom: inherit;
}

.left-sidebar {
  position: sticky;
  top: 135px;
  margin-bottom: 100px;
}

.left-sidebar .accordion-button {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
}

.left-sidebar label.form-check-label {
  font-weight: 500;
  padding-left: 11px;
  font-size: 13px;
  color: rgb(4, 17, 29);
  cursor: pointer;
  line-height: 13px;
}

.left-sidebar .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.left-sidebar .form-check-input[type="checkbox"] {
  width: 19px;
  border: 2px solid rgb(229, 232, 235);
  cursor: pointer;
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  transition: box-shadow 0.2s ease 0s;
  outline: none;
  margin: 0;
}

.left-sidebar .form-check-input:checked {
  background-color: #d1232a;
  border-color: #d1232a;
}

.left-sidebar .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 6%);
}

.left-sidebar .accordion-item {
  border: inherit;
  margin-bottom: 16px;
}

/* 
.accordion-collapse.collapse.show {
    border-bottom: 1px solid rgba(229, 232, 235, 0.5);
} */

/* .accordion-button:not(.collapsed)::after {
    background-image: url('../img/down.png');
} */

.left-sidebar .accordion-body {
  padding: 5px 18px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}

.left-sidebar .accordion-button:focus {
  box-shadow: none;
}

.left-sidebar button.accordion-button.collapsed {
  background: #f9f9f9;
  margin-bottom: 13px;
}

.left-sidebar .accordion-button::after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: inherit;
  line-height: 15px;
  /* background-image: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-down-b-128.png') !important; */
}

/* 
.accordion-button:not(.collapsed)::after {
    background-image: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-down-b-128.png') !important;
} */

.left-sidebar .accordion-button:not(.collapsed)::after {
  background-image: inherit;
  margin-right: 7px;
  margin-top: 0px;
}

/************************  sidebar css End ************************/
.loacks-lk h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #efefef;
  padding-bottom: 14px;
}

.list-unstyled select.form-select {
  border-radius: 6px;
  border: 2px solid rgb(229, 232, 235);
  color: rgb(4, 17, 29);
  font-weight: 600;
  font-size: 14px;
  height: 47px;
}

ul.list-unstyled li {
  margin: 10px 9px;
  height: 46px;
}

li.collection-view {
  border: 2px solid #dee2e6;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filters-toolbar__item {
  padding: 0px 19px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filters-toolbar__item.active {
  background: rgb(229, 232, 235);
  height: 100%;
}

.filters-toolbar__item i {
  color: #767676;
  font-size: 16px;
}

.filters-toolbar__item.active i {
  color: #000;
}

/************************  start products cards ************************/
.product-cards-pc img {
  /* width: 100%; */
  border-radius: 2px;
  height: 230px;
  object-fit: cover;
  transition: 0.6s;
}

.product-cards-pc:hover .product-img img {
  transform: scale(1.1);
}

.product-cards-pc {
  /* box-shadow: rgb(4 17 29 / 25%) 0px 0px 10px 0px; */
  border-radius: 10px;
  /* background: #fdfdfd; */
  /* box-shadow: 0 5px 50px 0 rgb(0 0 0 / 10%); */
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #ececec;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list-price {
  width: 33%;
  text-align: center;
  border-right: 1px solid #ededed;
  padding-top: 9px;
}

.list-price:nth-child(3) {
  border: inherit;
}

.product-cards-pc:hover {
  box-shadow: 5px 0 20px rgb(0 0 0 / 8%);
  border-color: transparent;
}

.product-content-pc {
  padding: 13px 13px;
  width: 100%;
  background: #fff;
  position: relative;
}

.top-content-pc h5 {
  font-size: 12px;
  margin-bottom: 3px;
  color: #767676;
}

.top-content-pc h6 {
  font-size: 12px;
  font-weight: 600;
  color: #4c4d4d;
}

h2.product-hding {
  font-size: 16px;
  font-weight: 700;
  color: #171717;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 13px;
  height: 50px;
  line-height: 1.5;
}

h2.product-hding a {
  color: #171717;
}

.list-cost-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.list-price h2 {
  font-size: 12px;
  color: #1e1f23;
  font-weight: 700;
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}

.list-price p {
  font-size: 12px;
  color: #888888;
  font-weight: 600;
  margin-bottom: 9px;
}

a.btn.btn-primary.cart-btn-a:hover {
  color: #fff;
  background-color: #000;
}

/* h2.product-hding:hover {
    color: #d1232a;
} */

a.btn.btn-primary.cart-btn-a {
  color: #fff;
  background-color: inherit;
  border-color: inherit;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 23px;
  border: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-details-buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  width: 100%;
  left: 0;
  right: 0;
  padding: 0px 0px;
  background: #d1232a;
  color: #fff;
  position: absolute;
}

.product-cards-pc .cart-details-buy {
  transform: scaleY(1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d1232a;
}

/*====================start single product slider======================*/
.single-product-slider .show {
  width: 100%;
  height: 400px;
}

.single-product-slider .small-img {
  width: 98%;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 9px;
}

.single-product-slider .small-img .icon-left,
.single-product-slider .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.single-product-slider .small-img .icon-left {
  transform: rotate(180deg);
}

.single-product-slider .small-img .icon-right {
  right: 0;
}

.single-product-slider .small-img .icon-left:hover,
.single-product-slider .small-img .icon-right:hover {
  opacity: 0.5;
}

.single-product-slider .small-container {
  width: 89%;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 33px;
  right: 33px;
  margin: 0 auto;
}

.single-product-slider .small-container div {
  width: 800%;
  position: relative;
}

.single-product-slider .small-container .show-small-img {
  width: 92px;
  height: 70px;
  margin-right: 10px;
  cursor: pointer;
  float: left;
  padding: 3px !important;
  border: 1px solid #c2c2c2;
}

.single-product-slider .small-container .show-small-img:last-of-type {
  margin-right: 0;
}

.single-product-slider {
  position: relative;
}

/*====================End single product slider======================*/
/* fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
} */

h5.lock-product-heding {
  color: #535665;
  font-size: 18px;
  /* opacity: .8; */
  font-weight: 400;
}

h2.lock-product-sub {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

fieldset,
legend {
  all: revert;
}

fieldset.scheduler-border {
  border-color: #dbdbdb17;
  padding: 16px 20px;
  margin-bottom: 3%;
}

legend.scheduler-border {
  background: #fff;
  padding: 1px 10px;
  font-size: 22px;
  color: #373737;
  font-weight: 600;
}

.option-lockmaster select.form-select {
  background-color: #ebebeb38;
  border-radius: 0px;
  border: 1px solid #e0e0e045;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  color: #8d8d8d;
  margin-bottom: 20px;
}

.part-num-pn h6 {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #535665e8;
}

.part-num-pn p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.divider-bottom {
  background: #ebebeb;
  background: #f4f4f5;
  height: 1px;
  margin: 32px 0px;
  width: 100%;
}

.shipadd-para h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.shipadd-para h2 span {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.shipadd-para p {
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.shipping-pick-content .form-check-input:checked {
  background-color: #d1232a;
  border-color: #d1232a;
}

.form-check-input:focus {
  border-color: #d1232a3b;
  box-shadow: 0 0 0 0.25rem rgb(209 35 42 / 9%);
}

.shipping-pick-content .form-check {
  /* padding: 0; */
  display: flex;
}

.shipadd-para {
  padding-left: 4%;
  width: 100%;
}

button.btn.btn--minus,
button.btn.btn--plus {
  background: #f5f5f5;
  width: 40px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #efefef;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
}

input.quantity {
  width: 45px;
  border: 1px solid #efefef;
  height: 36px;
  font-size: 13px;
  padding: 1px 7px;
  color: #333;
  text-align: center;
}

.cart-plus-minus {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: inherit;
}

.cart-plus-minus input:focus {
  outline: none;
}

button.btn.product-form__cart-submit {
  background: #6e6e6e;
  color: #fff;
  border-radius: 0px;
  padding: 10px 8px;
  font-size: 14px;
  width: 100%;
  margin-right: 10px;
}

button.btn.product-form__cart-submit:hover {
  background: #d1232a;
  color: #fff;
}

button.btn.product-form__sold-out {
  background: #d1232a;
  color: #fff;
  border-radius: 0px;
  padding: 10px 8px;
  font-size: 14px;
  width: 100%;
  margin-left: 10px;
}

button.btn.product-form__sold-out:hover {
  background: #6e6e6e;
  color: #fff;
}

.product-form__item--submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.features-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.features-content a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 9px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.features-content a i {
  width: 25px;
  color: #d1232a;
  font-size: 16px;
}

.product-tabs {
  width: 100%;
  margin-top: 11%;
  display: flex;
  flex-direction: column;
}

.desc-series {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 4px;
}

.product-tabs .tab-content > .active {
  position: inherit;
}

.product-tabs .tab-pane {
  border: 1px solid rgba(27, 27, 27, 0.1);
  border-top: 0;
  position: inherit !important;
  padding: 20px 20px;
  padding-bottom: 10px;
}

.desc-series h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  padding-right: 4px;
}

.desc-series p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: #747474;
}

.desc-gray {
  background: #f7f7f7;
}

.type-pedestrian-t {
  flex-direction: column;
  align-items: flex-start;
}

.type-pedestrian-t ul li span {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: #747474;
}

.type-pedestrian-t ul {
  margin: 12px 0 0 0;
  padding: 0 0 0 26px;
  list-style: disc;
  font-size: 12px;
}

.product-tabs .nav-tabs .nav-link {
  border: inherit;
  color: #959595;
  font-weight: 500;
}

.product-tabs .nav-tabs .nav-link:focus,
.product-tabs .nav-tabs .nav-link:hover {
  border: inherit;
  color: #d1232a;
  outline: none;
}

.product-tabs .nav-tabs .nav-item.show .nav-link,
.product-tabs .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: 1px solid #dee2e6;
  border-bottom: 0;
}

.complementary-items {
  margin-top: 4%;
  width: 100%;
}

.complementary-items i.fa-solid {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  color: #d1232a;
  background: #fff;
  border: 1px solid #e2e2e2;
}

.complementary-items button.owl-prev {
  position: absolute;
  top: 0;
  left: -22px;
  bottom: 0;
}

.complementary-items button.owl-next {
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
}

/*==========start list-view================*/
.list-view {
  /*display: none;*/
}

.list-view .product-img {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-view .product-cards-pc img {
  width: 189px;
  height: 91px;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.list-view .product-cards-pc {
  display: flex;
  box-shadow: 0px 2px 4px #0000001c;
  background: #fafafa;
}

.list-view .product-content-pc {
  display: flex;
  width: 85%;
  background: #fafafa;
}

.list-view .cart-details-buy {
  transform: scaleY(1);
  width: 30%;
}

.list-view .top-content-pc {
  width: 35%;
}

.list-view .list-cost-q {
  width: 35%;
}

.list-view .product-cards-pc .cart-details-buy {
  position: inherit;
}

.list-view .cart-details-buy {
  position: inherit;
  color: #000;
  background-color: inherit;
}

.list-view a.btn.btn-primary.cart-btn-a {
  background: #d1232a;
  height: inherit;
  color: #fff;
  border-radius: 4px;
  padding: 9px 17px;
  border: 2px solid #d1232a;
}

.list-view .product-cards-pc:hover .cart-details-buy {
  background: initial;
}

.list-view a.btn.btn-primary.cart-btn-a:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.list-view a.btn.btn-primary.cart-btn-a.red-r {
  border: 2px solid #d1232a;
  background: inherit;
  color: #d1232a;
  margin: 0px 10px;
}

.list-view a.btn.btn-primary.cart-btn-a.red-r:hover {
  border: 2px solid #000;
  color: #000;
}

h2.product-hding:hover {
  color: #d1232a;
  cursor: pointer;
}

/*==========start step cart form==========*/
.step-cart-fm #regForm {
  background-color: #ffffff;
  /* margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px; */
}

.step-cart-fm h1 {
  text-align: center;
}

/* Mark input boxes that gets an error on validation: */
.step-cart-fm input.invalid {
  border: 1px solid #d1232a !important;
}

/* Hide all steps by default: */
.step-cart-fm .tab {
  display: none;
}

.step-cart-fm button {
  background-color: #d1232a;
  color: #ffffff;
  border: none;
  padding: 7px 23px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 3px;
}

.cart-detail-cl {
  width: 70%;
  padding-left: 20px;
}

.step-cart-fm button:hover {
  opacity: 0.8;
}

.step-cart-fm #prevBtn {
  background-color: #646262;
}

/* Make circles that indicate the steps of the form: */
.step-cart-fm .step {
  height: 100%;
  width: auto;
  margin: 0 1px;
  border: none;
  display: inline-block;
  opacity: 0.5;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.step-cart-fm .step:hover {
  color: #d1232a;
}

.step-cart-fm .step.active {
  opacity: 1;
  color: #d1232a;
  border-bottom: 2px solid #d1232a;
}

.step-cart-fm .divider.active {
  border-top: 1px dashed #d1232a;
}

.step-cart-fm .divider:hover {
  border-top: 1px dashed #d1232a;
}

/* Mark the steps that are finished and valid: */
.step-cart-fm .step.finish {
  color: #d1232a;
}

.step-cart-fm .divider.finish {
  border-top: 1px dashed #d1232a;
}

/*.checkout-steps-cs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}*/

.divider {
  display: inline-block;
  border-top: 1px dashed #696b79;
  height: 4px;
  width: 13%;
}
/*==========start cart 14-10-22==========*/
.scroll-product-sp .cart-row {
  display: flex;
  width: 100%;
  /*height: 100%;*/
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 24px;
}

.scroll-product-sp {
  height: 300px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding-right: 10px;
}

.scroll-product-sp-pickup {
  height: auto;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
/* width */
.scroll-product-sp::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.scroll-product-sp::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.scroll-product-sp::-webkit-scrollbar-thumb {
  background: #888;
}

.imgcart__ic {
  width: 15%;
  border: 1px solid #eaeaec;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.other-address-oa input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.other-address-oa input[type="radio"]:checked + .plan-content {
  border: 2px solid #d1232a;
  background: #d1232a08;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.other-address-oa .plan-content {
  padding: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 1px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
  padding-left: 51px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.other-address-oa input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: #d1232a;
  left: 20px;
  top: 24px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #d1232a;
  box-shadow: 0px 0px 0px 2px #d1232a;
}

label.other-address-oa {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

label.other-address-oa .plan-details b {
  font-size: 15px;
  color: #374151;
}

label.other-address-oa .plan-details p {
  margin-bottom: 1px;
  font-size: 14px;
  margin-top: 6px;
  color: #374151;
  font-weight: 400;
}

.other-address-oa .plan-content button.btn.btn-success {
  color: #118303;
  background-color: #c7f3ce;
  border-color: #1fa94a;
  padding: 4px 9px;
}

.other-address-oa .plan-content button.btn.btn-danger {
  padding: 4px 9px;
  background-color: #ffcccf;
  color: #ff101a;
}

button.btn-close.shipping-add-cross {
  background-color: initial;
}

.other-address-oa .plan-content .plan-details {
  max-width: 680px;
}

/*==========end cart 14-10-22==========*/
/* .imgcart__ic {
    width: 15%;
    border: 1px solid #eaeaec;
} */

.cart-row:last-child {
  border-bottom: none;
}

.imgcart__ic img:hover {
  transform: scale(1.1);
}

.price-cart-cl p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  text-align: end;
  color: #d1232a;
}

.imgcart__ic img {
  width: 100%;
  display: flex;
  padding: 8px 8px;
  transition: 0.6s;
}

.cart-detail-cl h6 {
  color: #94969f;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-detail-cl h3 {
  font-size: 16px;
  font-weight: 600;
}

.cart-detail-cl .cart-plus-minus {
  margin-top: 4%;
}

.price-cart-cl {
  width: 15%;
}

.itemtitle__ic {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.itemcd__ic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* margin-bottom: 10px; */
  padding: 13px 10px;
}

.gray-cart {
  background: #f6f6f6;
}

.itemprice__ic {
  margin: 0;
  font-size: 13px;
  color: #4e4e4e;
  font-weight: 500;
}

.odrdetLst__ic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px dashed #e0e0e0; */
  border-top: 1px dashed #e0e0e0;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 20px;
}

.odrdetLst__ic h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #000;
}

.odrdetLst__ic p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #4c4a4a;
}

.note-cart p {
  color: #d1232a;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.note-cart p b {
  margin-right: 5px;
  font-weight: 900;
  font-size: 14px;
}

.shipping-address {
  width: 100%;
  padding: 16px 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f6f6f6;
  background: #f6f6f6;
}

.shipping-address:nth-child(odd) {
  /*background: #f6f6f6;*/
  border-bottom: 1px solid #f6f6f6;
}

.shipping-address b {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  /*display: flex;*/
  justify-content: flex-start;
  align-items: center;
}

.shipping-address b p {
  margin: 0;
  color: #858585;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  text-transform: capitalize;
}

.shipping-address p {
  margin: 0;
  color: #747474;
  font-size: 14px;
  font-weight: 500;
}

.products-cost-text b {
  /*font-size: 14px;*/
  font-size: 12px;
  color: #333;
}

.products-cost-text p {
  font-size: 14px;
  font-weight: 500;
  color: #747474;
}

.imgcart__serailno {
  width: 10%;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/*==========start wishlist ==========*/

tr.head-table-wishlist {
  background: #000;
  color: #fff;
  font-size: 13px;
  border-top: 3px solid #d1232a;
  vertical-align: middle;
}

.head-table-wishlist th {
  font-weight: 300;
  padding: 15px 9px;
  width: 8%;
}

.remove-cart-rc a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: #d1232a;
  text-transform: uppercase;
}

.tdtitles {
  margin-top: -22px;
  padding-left: 9px;
}

.wishlist-table .form-check-input:checked {
  background-color: #d1232a;
  border-color: #d1232a;
}

.wishlist-table .form-check-input[type="checkbox"] {
  border-radius: 1px;
}

.product-img-wishlist img {
  width: 100px;
}

.product-img-wishlist {
  display: flex;
}

.wishlist-table table td {
  font-size: 13px;
  color: #374151 !important;
}

.wishlist-table tbody td:nth-child(4) {
  width: 200px;
}

.wishlist-table tbody td:nth-child(5) {
  width: 500px;
}

.num-wishlist input::-webkit-outer-spin-button,
.num-wishlist input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.num-wishlist input.form-control {
  width: 52px;
  border-radius: 1px;
  text-align: center;
  margin: 0;
  padding: 9px 0px;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
}

.num-wishlist .form-control:focus {
  border-color: #d1232a;
  box-shadow: 0 0 0 0.25rem rgb(209 35 42 / 25%);
}

p.price-wishlist-pw {
  color: #10aa0c;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

p.total-wishlist {
  margin: 0;
  color: #d1232a;
  font-size: 12px;
  font-weight: 600;
}

.wishlist-table tr {
  vertical-align: middle;
}

.wishlist-btn button.btn.btn-danger {
  background: #d1232a;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 23px;
}

.wishlist-btn button.btn.btn-dark {
  background: #060606;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 23px;
}

.wishlist-btn button.btn.btn-dark:hover {
  background: #d1232a;
  border-color: #d1232a;
}

.wishlist-btn button.btn.btn-danger:hover {
  background: #000;
  border-color: #000;
}

.wishlist-btm-3 {
  background: #fbfbfb;
  border: 1px solid #ffffff;
  border-radius: 12px;
  width: 100%;
}

.url-wishlist-uw p {
  font-size: 14px;
  color: #374151;
  font-weight: 700;
  margin-bottom: 3px;
}

.url-wishlist-uw a {
  text-align: center;
  font-size: 14px;
  color: #cc0033;
  font-weight: 500;
}

/*==========end wishlist ==========*/
/*== start input field==*/

.field_input_fi {
  position: relative;
  margin-bottom: 30px;
}

.field_input_fi .field-placeholder {
  position: absolute;
  top: 50%;
  transform: translate(5px, -50%);
  pointer-events: none;
  transition: all 0.14s ease-in-out;
  color: #666766;
  font-size: 12px;
  padding: 10px 14px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.field_input_fi input[type="text"].field-input,
input.field-input,
.field_input_fi input[type="number"].field-input {
  color: #000;
  padding: 7px 10px;
  font-size: 12px;
  display: block;
  box-sizing: border-box;
  bottom: 0px;
  position: relative;
  border: 1px solid #ebebeb;
  height: 50px;
  width: 100%;
  padding-left: 14px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
  padding-top: 20px;
  appearance: none;
}

.field_input_fi input[type="text"].field-input:focus,
input.field-input {
  outline: none;
}

.field_input_fi input[type="text"].field-input.c-fix,
input[type="text"].field-input:focus,
.field_input_fi input[type="text"].field-input:not(:placeholder-shown) {
  border: 1px solid #c0c0c0;
}

.field_input_fi input[type="text"].field-input.c-fix ~ label,
.field_input_fi input[type="text"].field-input:focus ~ label,
.field_input_fi input[type="text"].field-input:not(:placeholder-shown) ~ label,
input.field-input,
.field_input_fi input[type="number"].field-input.c-fix ~ label,
.field_input_fi input[type="number"].field-input:focus ~ label,
.field_input_fi
  input[type="number"].field-input:not(:placeholder-shown)
  ~ label {
  color: #646669;
  font-size: 11px;
  top: calc(47% - 0.5rem);
  /* transform: translate(59px, 0%); */
  padding: 0px 10px;
}

.field_input_fi input[type="text"].field-input::-webkit-input-placeholder {
  color: transparent;
}

.field_input_fi input[type="text"].field-input::-moz-placeholder {
  color: transparent;
}

.field_input_fi input[type="text"].field-input:-ms-input-placeholder {
  color: transparent;
}

select.field-input:focus {
  border: none;
  outline: none;
  border: 1px solid #e7e7e7;
}

select.field-input {
  color: #000;
  padding: 5px 11px;
  font-size: 12px;
  display: block;
  box-sizing: border-box;
  bottom: 0px;
  position: relative;
  border: 1px solid #ebebeb;
  height: 50px;
  width: 100%;
  padding-left: 17px;
  background: #f9f9f9;
  border-radius: 4px;
  padding-top: 20px;
  background-image: url("../img/down1.svg");
  background-position: 98% 17px;
  background-repeat: no-repeat;
  background-size: auto 49%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* label.field-placeholder::after {
    color: #c00;
    content: " *";
    font-family: serif;
    margin-left: 3px;
} */
.field_input_fi .field-placeholder {
  /* position: absolute;
    top: 50%;
    transform: translate(5px, -50%);
    pointer-events: none;
    transition: all 0.14s ease-in-out;
    color: #666766;
    font-size: 12px;
    padding: 10px 14px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%; */
}

.field_input_fi.select-field label.field-placeholder {
  transform: translate(5px, -71%);
}

.shipping-information-cart {
  width: 100%;
  padding: 18px 16px;
}

/*== end input field==*/
.address-type h6 {
  font-size: 12px;
  color: #878787;
  margin-bottom: 10px;
}

.address-type label.form-check-label {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.address-type .form-check-input:checked {
  background-color: #d1232a;
  border-color: #d1232a;
}

.address-type h6 {
  font-size: 13px;
  color: #454545;
  margin-bottom: 10px;
}

.pay-ment button {
  background: #388e3c !important;
}

.dropdown-toggle::after {
  border-width: 0.4em 0.4em 0px;
}
/*==========end step cart form==========*/

/*mks 3-06-24*/
.product-img {
  text-align: center !important;
}

h1.customer-info-heading {
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  position: relative;
  color: #333333;
  text-transform: capitalize;
  margin-top: 151px;
}

h1.customer-info-heading::before {
  content: "";
  position: absolute;
  background: #d1232a;
  width: 26px;
  height: 4px;
  left: 0;
  bottom: -7px;
  border-radius: 20px;
}

h1.customer-info-heading span {
  color: #d1232a;
}

.categories-added .basic-search input.search-text.form-control {
  min-width: 400px;
  width: 100%;
}

.categories-added input.search-text.form-control {
  width: auto;
  color: rgb(0, 0, 0);
  font-size: 13px;
  height: 44px;
  appearance: none;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(235, 235, 235);
  border-image: initial;
  background: rgb(253, 253, 253);
  border-radius: 3px;
}

.filters-toolbar-wrapper select#products-orderby,
.product-sorting select#products-orderby,
select#products-pagesize,
#products-viewmode,
.filters-toolbar-wrapper select#products-pagesize {
  border-radius: 6px;
  border: 2px solid rgb(229, 232, 235);
  height: 47px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

.right-side-product .page-item.active .page-link,
.right-side-product a.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: #d1232a;
  border-color: #d1232a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.right-side-product a.page-link {
  border-radius: 2px;
  text-decoration: none;
  border: inherit;
  color: #374151;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
}

/*13-12-24 mks*/
span.ui-helper-hidden-accessible {
  margin-top: 38px;
  position: absolute;
  color: #d1232a;
  width: 100%;
  border-radius: 5px;
  padding: 4%;
}

.ui-menu .ui-menu-item a {
  padding: 10px 10px 5px !important;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.ui-autocomplete img {
  margin: 0 10px 5px 0px;
}

.ui-menu .ui-menu-item {
  margin-bottom: 5px !important;
}

.autocomplete-product-name {
  display: inline;
  margin: 5px 0px;
}

.autocomplete-description {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.autocomplete-sku {
  float: left;
  font-size: 12px;
  color: #777;
}

.autocomplete-price {
  float: right;
  font-size: 12px;
  color: #248ece;
}

.auto-term-suggestion > span {
  background: #fff none repeat scroll 0 0;
  color: #777;
  font-weight: bold;
  left: 30px;
  position: absolute;
  top: 5px;
  padding: 0 5px;
}

.auto-term-suggestion {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}

.highlight-category {
  color: #ca6307;
}

.search-box #categories {
  float: left;
  height: 40px;
  width: 140px;
  padding: 6px;
}

.categories-wrapper {
  float: left;
  margin-right: -1px;
}

.npacc-auto-heavy {
  font-weight: 700;
}

@media only screen and (max-device-width: 1000px) {
  /* Change to whatever media query you require */
  .search-box #categories {
    height: 36px;
  }
}

@media only screen and (max-width: 1000px) {
  /* Change to whatever media query you require */
  .search-box #categories {
    height: 36px;
  }
}

@media all and (max-width: 640px) {
  .search-box #categories {
    width: 100px;
  }

  .search-box input.search-box-text {
    width: 180px;
  }
}

@media all and (max-width: 480px) {
  .search-box #categories {
    width: 80px;
  }

  .header .search-box input.search-box-text {
    width: 140px !important;
  }
}

.search-box #categories {
  line-height: 33px;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
  border-top: 1px solid #ccc;
  text-align: left;
}

.ui-menu .ui-menu-item {
  margin-bottom: 5px !important;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
  position: absolute;
  z-index: 10000000 !important;
  max-width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  list-style: none;
}

ul#ui-id-1 {
  position: absolute;
  /*top: 108px;*/
  right: 400px;
  z-index: 99999999;
  width: 300px;
  border-width: 1px 1px 1px;
  border-style: solid;
  border-color: #d1232a #ccc #ccc;
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  background: #fff;
  margin-right: 10px;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  ul#ui-id-1 {
    top: 191px;
    left: 21px;
    width: 400px;
  }
}

@media (max-width: 576px) {
  ul#ui-id-1 {
    top: 229px !important;
    left: 16px;
    width: 90%;
  }
}

.no-gutters.scroll-on > ul#ui-id-1 {
  position: fixed;
  top: 142px !important;
}

.master-column-wrapper .side-2 {
  margin-top: 102px;
}

/*mukesh  18 -03- 24*/
.current-step > a {
  color: #009654;
  border-bottom: 2px solid #009654;
  height: 100%;
  width: auto;
  margin: 0 1px;
  border: none;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #009654;
  opacity: 1;
}

.divider {
  display: inline-block;
  border-top: 1px dashed #696b79;
  height: 4px;
  width: 13%;
}

.inactive-step > a {
  color: #d1232a !important;
  height: 100%;
  width: auto;
  margin: 0 1px;
  border: none;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

span.active-step > a {
  font-size: 16px;
}

.checkout-steps-cs {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 150px;
}

.add-addresses-aa {
  background: #fff;
  border: 2px dashed #c7c7c7;
  border-radius: 2px;
  padding: 20px 20px;
  width: 100%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  position: relative;
  border-bottom: 2px solid #d1232a;
  min-height: 250px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.add-addresses-aa h2.a-color-tertiary {
  font-size: 23px;
  color: #565959;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}

.scroll-product-sp {
  height: 556px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding-right: 10px;
}

.add-addresses-aa i {
  color: #c7c7c7;
  font-size: 38px;
}

fieldset.scheduler-border {
  border-color: #dbdbdb17;
  padding: 16px 20px;
  margin-bottom: 3%;
}

h2.featured-heading {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 1em;
  color: #222;
  text-transform: capitalize;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.save-deliver {
  float: right;
}

.save-deliver button.btn.product-form__sold-out {
  margin-right: 10px;
  width: auto;
  padding: 10px 17px;
  font-weight: 600;
  border-radius: 4px;
  margin-left: 0;
  font-size: 14px;
}

button.btn.product-form__sold-out:hover {
  background: #6e6e6e;
  color: #fff;
}

button.btn.product-form__sold-cancel {
  background: #7a7373;
  color: #fff;
  border-radius: 4px;
  padding: 11px 25px;
  font-size: 14px;
  margin-right: 10px;
}

.personal-details-ci.cst-checkbox-radio {
  background: #fff;
  border: 2px solid #f8f8f8;
  border-radius: 2px;
  padding: 20px 20px;
  width: 100%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  position: relative;
  border-bottom: 2px solid #d1232a;
  min-height: 250px;
  padding-bottom: 40px;
}
.personal-details-ci.cst-checkbox-radio:has(input:checked) {
  border: 2px solid #d1232a;
  background: #d1232a0a;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.default-add-text span {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  color: #374151;
  font-size: 13px;
}

.default-add-text span h6 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.default-add-text span p {
  margin-bottom: 0;
}

.cst-checkbox-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 6rem;
}
.active-step > a {
  color: #009654;
  border-bottom: 2px solid #009654;
  height: 100%;
  width: auto;
  margin: 0 1px;
  border: none;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.required {
  color: red;
}
@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

.scroll-product-sp {
  height: 556px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding-right: 10px;
}
ul.method-list {
  list-style: none;
  padding: 0px;
}

.method-box {
  padding: 11px 20px;
  border: 2px solid #f8f8f8;
  border-radius: 2px;
  width: 100%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  position: relative;
  border-bottom: 2px solid #d1232a;
  min-height: 80px;
  background-color: #fff;
  margin-bottom: 10px;
}
.method-box .method-name input {
  cursor: pointer;
}
.method-box .method-name p {
  font-size: 13px;
  font-weight: 500;
  padding-left: 30px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  color: #d1232a;
}
.form-check-input:checked {
  background-color: #d1232a;
  border-color: #d1232a;
}
.method-box .method-name label {
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  cursor: pointer;
}
.product-cart-pc select#ExpireMonth {
  height: 50px;
  color: #66677e;
  background-color: #f9f9f9;
  border-radius: 4px;
  color: #66677e;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  font-size: 12px;
  padding: 7px;
}
.product-cart-pc select#ExpireYear {
  width: 32.4%;
  height: 50px;
  color: #66677e;
  background-color: #f9f9f9;
  border-radius: 4px;
  color: #66677e;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  font-size: 12px;
}

.product-cart-pc span#basic-addon3 {
  padding: 5%;
  color: #66677e;
  background-color: #f9f9f9;
  height: 50px;
  font-size: 12px;
}
.product-cart-pc .form-control1,
.product-cart-pc .form-control12 {
  width: 24%;
}
.order-details {
  /* background: #f1f1ff; */
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgb(0 0 0 / 19%);
  margin-top: 6rem;
}
span.check1 {
  background: green;
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin-bottom: 20px;
  /* box-shadow: 0 0  10px rgb(0 0 0 / 46%); */
}
.herdedashwidth,
.dashwidth {
  width: 200px;
}
.schedule-bottom-banner {
  position: absolute;
  transform: translate(10px, -120px);
  width: 100%;
  z-index: 9;
}
.schedule-bottom-bx {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  width: 100%;
  padding: 16px 24px;
  min-height: 135px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  margin-bottom: 10px;
}
.schedule-bottom-bx::before {
  content: "";
  position: absolute;
  background: #d1232a;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0px;
  border-radius: 10px 10px 0px 0px;
}
.schedule-bottom-bx a {
  color: #d1232a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  line-height: 21px;
}
.schedule-bottom-bx p {
  color: #777777;
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
  /*margin-bottom: 1px;*/
}

/*11-04-24 mukesh*/

.my-account-sidebar {
  margin-top: 35px;
}

/*==========start customer info ==========*/

h3.my-act-hding {
  background: #d1232a;
  border-radius: 2px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 4px 1px;
  line-height: 33px;
  font-weight: 400;
  text-transform: capitalize;
}

ul.order-list-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

ul.order-list-bar li {
  text-align: left;
  color: #374151;
  padding: 13px 10px;
  border-bottom: 1px solid #e2e8ea;
  text-transform: capitalize;
}

ul.order-list-bar li a {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

ul.order-list-bar li a.active {
  color: #d1232a;
}

ul.order-list-bar li a:hover {
  color: #d1232a;
}

h1.customer-info-heading {
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  position: relative;
  color: #333333;
  text-transform: capitalize;
  /* margin-top: 35px; */
}

h2.personal-details-hding {
  text-align: left;
  color: #000000;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}

h1.customer-info-heading span {
  color: #d1232a;
}

h1.customer-info-heading::before {
  content: "";
  position: absolute;
  background: #d1232a;
  width: 26px;
  height: 4px;
  left: 0;
  bottom: -7px;
  border-radius: 20px;
}

.info-input label.form-label {
  text-align: left;
  color: #374151;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.info-input label.form-label > span.required {
  color: #d1232a;
  font-size: 14px;
}

.info-input input.form-control {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  font-size: 12px;
}

.info-input .form-control:focus {
  box-shadow: rgb(209 35 42 / 4%) 0px 0px 0px 0.25rem;
  border-color: rgb(209, 35, 42);
}

.info-input {
  margin-bottom: 19px;
}

.info-input select.form-select {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  font-size: 12px;
}

.info-input .form-check-input:checked {
  background-color: #d1232a;
  border-color: #d1232a;
}

.info-input .form-check-input {
  width: 24px;
  margin-top: 0;
  height: 24px;
  background: #fbfbfb;
}

.info-input .form-check-input[type="checkbox"] {
  border-radius: 0px;
  margin-right: 11px;
  cursor: pointer;
}

.info-input .form-check {
  display: flex;
  align-items: center;
}

.info-input label.form-check-label {
  letter-spacing: 0px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
}

/*==========end  customer info ==========*/

/*mks9-11-24 start*/
@media (min-width: 1921px) and (max-width: 5000px) {
  ul#ui-id-1 {
    top: 168px !important;
    position: fixed;
  }
}

@media (min-width: 1551px) and (max-width: 1920px) {
  ul#ui-id-1 {
    /* left: 50%; */
    top: 169px;
    left: calc(50% + 6px);
    position: fixed !important;
  }

  .list-cost-q {
    margin-bottom: 43px;
  }

  a.btn.btn-primary.cart-btn-a {
    font-size: 11px;
  }
}
/*------------67%*/
@media (min-width: 1400px) and (max-width: 1550px) {
  .list-cost-q {
    margin-bottom: 59px;
  }
}
/*-----------75%*/
@media (min-width: 1300px) and (max-width: 1399px) {
  .list-cost-q {
    margin-bottom: 35px;
  }
}
/*-----------80%*/
@media (min-width: 1200px) and (max-width: 1299px) {
  searchbar-sb {
    max-width: 358px;
    width: 100%;
  }
  ul#ui-id-1 {
    top: 169px;
    left: 50%;
    position: fixed !important;
  }

  .list-cost-q {
    margin-bottom: 45px;
  }

  a.btn.btn-primary.cart-btn-a {
    font-size: 11px;
  }
}
/*-----------90%*/
@media (min-width: 1025px) and (max-width: 1199px) {
  ul#ui-id-1 {
    top: 268px;
    position: fixed;
  }

  .list-cost-q {
    margin-bottom: 35px;
  }
}
/*------------------ for tablet*/
@media screen and (max-width: 1009px) {
  .list-cost-q {
    margin-bottom: 35px;
  }
  ul#ui-id-1 {
    top: 263px;
    position: fixed;
  }
}
/*----------------For mobile device*/
@media screen and (max-width: 767px) {
  ul#ui-id-1 {
    top: 274px;
  }

  button#dropdownMenuButton1:hover > ul#dropdowngetintouch {
    display: block !important;
  }
  ul#ui-id-1 {
    top: 265px;
    position: fixed;
  }
}
/*------------------ for small mobile*/
@media screen and (max-width: 479px) {
  ul#ui-id-1 {
    top: 263px;
    position: fixed;
  }
  ul#ui-id-1 {
    top: 296px;
    position: fixed;
  }
}

@media only screen and (min-width: 320px) {
  .res-edui .dropdown:hover > ul {
    display: block;
  }

  button#dropdownMenuButton1:hover > ul#dropdowngetintouch {
    display: block;
    position: absolute;
    left: 100% !important;
    right: unset !important;
    top: 0 !important;
  }

  li.nav-item.dropdown:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
  }

  li.nav-item.dropend:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100% !important;
    right: unset !important;
    top: 0 !important;
  }

  .dropdown.nav-user-nu:hover > ul.dropdown-menu.position-absolute {
    display: block;
  }
}
/*mks9-11-24 end */

/* span.navbar-toggler.\31 navbar-toggler-icon {
  display: none;
} */

/* NEW CSS 02-09-2025 */
.swiper-banner {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.swiper-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000069 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
.banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 100px;
}

.banner-inner h3 {
  text-align: left;
  color: #ffffff;
  position: relative;
  font-size: 40px;
  line-height: 119px;
  font-weight: 600;
}

.banner-inner h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  background: #d1232a 0% 0% no-repeat padding-box;
  width: 97px;
  height: 13px;
  border-radius: 2px;
}

.banner-inner p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px;
}
.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.search_form_tabs {
  position: relative;
  display: block;
  z-index: 2;
  margin-bottom: 70px;
  width: 100%;
}

h2.ExpandAll {
  background-color: #d1232a;
  border-color: #d1232a;
  font-size: 14px;
  padding: 9px 1px;
  font-weight: 500;
  border-radius: 4px;
  width: 152px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

h2.ExpandAll:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.collapseAll-btn .toggle-accordion {
  color: #fff;
}

.collapseAll-btn .toggle-accordion:before {
  content: "Expand All";
}

.collapseAll-btn .toggle-accordion.active:before {
  content: "Collapse All";
}

.collapseAll-btn a {
  color: #fff;
  /*background-color: #d1232a;*/
  border-color: #d1232a;
  font-size: 13px;
  /* padding: 9px 1px; */
  font-weight: 500;
  border-radius: 4px;
  width: 152px;
  text-align: center;
}

.collapseAll-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.collapseAll-btn a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.accordionlock-one {
  width: 100%;
}

.accordionlock-one .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #000000;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  border-radius: 6px 6px 0px 0px !important;
}

.accordionlock-one .accordion-item {
  background-color: #fff;
  border: inherit;
  margin-bottom: 1%;
}

.accordionlock-one .accordion {
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}

.accordionlock-one .accordion-item:first-of-type {
  border-radius: 6px;
}

.accordionlock-one .accordion-item:first-of-type .accordion-button {
  border-radius: 6px !important;
}

.accordionlock-one .accordion-body {
  padding: 1rem 1.25rem;
  border: 1px solid #dee0e1;
  border-top: inherit;
  background: #fcfcfc;
  border-radius: 0px 0px 6px 6px;
}

.accordionlock-one .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 6px;
}

.accordionlock-one .accordion-button:not(.collapsed)::before {
  content: "";
  background: #d1232a;
  position: absolute;
  top: 0px;
  width: 12px;
  height: 52px;
  left: 0;
}

.accordionlock-one .accordion-button {
  border: 1px solid #dee0e1;
  border-radius: 6px;
  padding-left: 35px;
}

.accordion-button::after {
  width: initial;
  background-image: inherit !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
}

.accordionlock-one .accordion-button:focus {
  border-color: #d1232a;
  box-shadow: 0 0 0 0.25rem rgb(209 35 42 / 5%);
}

.accordionlock-one .accordion-item:last-of-type {
  border: none;
}
.accordionlock-one .accordion-item:last-of-type .accordion-button.collapsed,
.accordionlock-one .accordion-item:first-of-type .accordion-button {
  border-radius: 6px;
  color: #ffffff;
  background-color: #000000;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/*=========start shipping-information ==========*/
.shipping-banner-sb img {
  width: 100%;
  border-left: 5px solid #d1232a;
  border-radius: 10px;
}

.note-shipping-banner {
  background: #fff;
  border-radius: 4px;
  bottom: 30px;
  left: 40px;
  right: 40px;
  border-left: 5px solid #f2f2f2;
  padding: 19px 21px;
}

.note-shipping-banner h3 {
  font-size: 18px;
  color: #060606;
  margin: 0;
  font-weight: 600;
}

.shipping-info-si {
  background: #fcfcfc;
  border-top: 5px solid #d1232a;
  padding: 34px 20px;
  border-radius: 4px;
  width: 100%;
}

.shipping-details-sd h2.accordion-header .accordion-button {
  font-size: 18px;
  color: #060606;
  font-weight: 600;
  padding-left: 48px;
}

.shipping-details-sd h2.accordion-header .accordion-button:hover {
  color: #d1232a;
}

.shipping-details-sd .accordion-button:not(.collapsed) {
  color: #060606;
  background-color: initial;
  box-shadow: initial;
}

.shipping-details-sd .accordion-item,
.shipping-details-sd .accordion-button {
  background-color: initial;
  border: initial;
}

.shipping-details-sd .accordion-button:focus {
  box-shadow: inherit;
}

.shipping-details-sd .accordion-button::after {
  width: initial;
  background-image: inherit !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b" !important;
  position: absolute;
  left: 21px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shipping-details-sd .accordion-button:not(.collapsed)::after {
  background-image: inherit !important;
  transform: rotate(-180deg);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068" !important;
  position: absolute;
  left: 21px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shipping-details-sd .accordion-body p {
  color: #374151;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 4px;
}

.shipping-details-sd .accordion-body {
  padding-top: 0;
}

.shipping-details-sd .accordion-body a {
  color: #d1232a;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 4px;
  font-style: italic;
}

.ordering-shipping-os li {
  color: #374151;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 4px;
}

.shipping-info-si-new .lkm10k-para {
  border-bottom: initial;
  margin-bottom: 0;
  padding-bottom: 0;
}

.shipping-info-si-new .accordionlock-one .accordion-button {
  border: 1px solid #dee0e1;
  border-radius: 6px;
  color: #ffffff;
  background-color: #000000;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  overflow: hidden;
  margin: 0;
  font-size: 13px;
}

.shipping-info-si-new .lockone-text-lt p {
  margin-bottom: 1px;
}

.shipping-info-si-new .lockone-text-lt a {
  color: #d1232a;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 4px;
  font-style: italic;
}

/*==========end shipping-information ==========*/
.form-main {
  position: absolute;
  top: -67px;
  left: 0;
  width: 100%;
  height: 119px;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}

.form-content-fc {
  box-shadow: 0 0 30px #cccccc57;
  margin: -35px auto 0;
  z-index: 2;
  background: #00000045 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 41px 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-content-fc input.form-control {
  margin: 2px 14px;
  height: 59px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  padding: 2px 26px;
  color: #434343;
  font-weight: 500;
  font-size: 16px;
}

.form-content-fc input::placeholder {
  color: #434343;
}

.form-content-fc select.form-select {
  margin: 2px 14px;
  height: 59px;
  /* background: #FFFFFF 0% 0% no-repeat padding-box; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  padding: 2px 26px;
  color: #434343;
  font-weight: 500;
  font-size: 16px;
}

.form-content-fc button.btn.btn-primary {
  background: #d1232a 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  border-color: #d1232a;
  padding: 16px 39px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin: 2px 14px;
}

/*========== Start contact-information ==========*/
.info-cards {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .info-cards b, .info-cards strong {
        color: #060606;
        font-size: 14px;
        margin-right: 10px;
    }

.contact-info-card h2 a {
    color: #060606;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}
.contact-info-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 3% 5%;
  box-shadow: 0px 3px 8px #00000029;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #d1232a;
  min-height: 185px;
  overflow-wrap: anywhere;
  padding-bottom: 0;
}

.min-cards {
  min-height: 165px;
}

.contact-info-card h2 {
  color: #060606;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.contact-info-card p {
  font-size: 15px;
  margin-bottom: 0px;
  color: #374151;
}

.contact-info-card p a {
  color: #000;
}

.contact-info-card span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-info-card span b {
  color: #060606;
  font-size: 14px;
  margin-right: 10px;
}

.contact-info-card span p {
  font-weight: 500;
  color: #374151;
  font-size: 14px;
}

.contact-info-card a {
  font-size: 14px;
  color: #d1232a;
  font-weight: 600;
}

.contact-info-card h2:hover {
  color: #d1232a;
}

/*========== End contact-information ==========*/
.fixwidthimg35{
    width: 35px !important;
    height: 35px !important;
    margin: 10px;
}
h2.ExpandAll1 {
    background-color: #d1232a;
    border-color: #d1232a;
    font-size: 14px;
    padding: 9px 1px;
    font-weight: 500;
    border-radius: 4px;
    width: 152px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}