/* Your custom css */

body {
  font-weight: 500;
  background-color: #fafafa;
  color: #262626;
}
.bg--dark {
  --color: #ebeef0 !important;
  background-color: var(--color) !important;
}

.header-middle {
  padding: 10px 0px;
  background: #273471;
}

.header-wrapper .logo a,
.header-wrapper .logo img {
  width: 150px;
}

.header-search-form {
  width: 80%;
}

.header-form-group input {
  height: 35px;
}

.phone__body {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.phone__body .phone-title {
  color: #999;
}

.hero {
  background-color: #ffcd00;
  display: flex;
  padding: 26px 0;
}
.hero.search-hero {
  background-color: #f2f2f2;
  padding: 10px 0;
}

.hero .hero-main-text h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.hero .hero-main-text p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.mobile-search-filter-main .card {
  border-radius: 4px;
  border: 1.5px solid #2e4787;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.hero.search-hero.active {
  display: block !important;
}
.mobile-search-filter-main .card:active,
.mobile-search-filter-main .card:focus,
.mobile-search-filter-main .card.active {
  border: 1.5px solid #e59700;
}
.mobile-search-filter-main .mobile-search-file-main-icon {
  width: 34px;
  height: 34px;
  background-color: #ffdf40;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mobile-search-filter-main .card p {
  color: #333;
}
.mobile-search-filter-main .card p.change-vehicle {
  color: #2e4787;
  text-decoration: underline;
}

.features .features-list .features-icon {
  fill: #2e4787;
}

.features .features-list .features-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

.features .features-list .features-text span,
.features .features-list .features-text span a {
  color: #616161;
}

.features .feature-hr {
  border-top: 2px solid #ebebeb;
  opacity: 1;
}

.shop-card {
  background: #fafafa;
}

.promo-card {
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  color: white;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

/* ::before handles dark overlay + blur effect */
.promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  /* inherit background for blur */
  filter: blur(0px);
  transition: filter 0.3s ease;
  z-index: 0;
  border-radius: 6px;
}

/* ::after handles dark transparent overlay */
.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(26, 26, 26, 0.98) 25%,
    rgba(26, 26, 26, 0) 90%
  );
  border-radius: 6px;
  z-index: 1;
}

/* On hover, apply blur effect */
.promo-card:hover::before {
  filter: blur(4px);
}

/* Content stays on top */
.promo-content {
  position: relative;
  z-index: 2;
}

.promo-content h3 {
  color: #ffd700;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}

.promo-content p {
  font-size: 15px;
  margin-top: 12px;
  font-weight: 500;
  font-family: Montserrat;
}

.shop-btn {
  background-color: rgb(255, 206, 5);
  background: rgb(255, 206, 5);
  color: #232f3e;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2px;
  display: inline-block;
}
.categories ul {
  list-style: none;
}
.categories ul li {
  position: relative;
  padding-left: 10px;
}
.categories ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: currentColor;
  opacity: 0.7;
  top: 10px;
  left: 0;
}

.part-main .parts-img {
  width: 120px;
  margin-right: 20px;
}
.part-main .parts-img img {
  width: 100%;
}
.part-main .part-details h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2e4787;
}
.all-categories .categories-card-main {
  display: flex;
  flex-wrap: wrap;
}
.all-categories .categories-card-main .card {
  width: calc((100% - 48px) / 3);
  margin: 8px;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 2%), 0 2px 2px 0 rgb(0 0 0 / 1%),
    0 1px 5px 0 rgb(0 0 0 / 1%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.part-main .part-details ul li a {
  color: #616161;
  font-size: 12px;
}
.part-main .part-details ul li a:hover {
  color: #2e4787;
}

.categories a {
  color: #2e4787;
}
.select2-container--default .select2-selection--single {
  border-radius: 10px !important;
  font-size: 14px;
  box-shadow: 0px 1px 6px 0 rgb(168 168 171 / 30%);
  border: 1px solid rgb(204 204 204 / 62%) !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  content: " ";
  font-size: 0px;
}
.select2-selection--single {
  height: 44px;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='%234d4d4d' d='M4.503,4 L0.497,4 C0.094,4 -0.142,3.492 0.089,3.122 L2.095,0.233 C2.293,-0.084 2.712,-0.084 2.911,0.233 L4.911,3.122 C5.142,3.492 4.906,4 4.503,4 ZM0.497,6 L4.503,6 C4.906,6 5.142,6.504 4.911,6.871 L2.905,9.737 C2.707,10.052 2.288,10.052 2.089,9.737 L0.089,6.871 C-0.142,6.504 0.094,6 0.497,6 Z'/%3E%3C/svg%3E%0A");
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  background-position: right 12px center;
}
.hero .btn.btn-primary {
  border-radius: 10px;
  background-color: #273471 !important;
  color: #fff !important;
  height: 44px;
  border-color: #273471;
  font-weight: 700;
}

.categories .all-categories {
  background-color: #f6f6f6;
  padding: 76px 0 64px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
}

.block-categories__header {
  display: flex;
  justify-content: center;
}
.block-categories__title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: -24px;
  padding: 0 64px 28px;
  text-transform: uppercase;
}
.decor {
  display: block;
}

.decor--type--center .decor__body {
  overflow: hidden;
  position: relative;
}

.decor--type--center .decor__end,
.decor--type--center .decor__start {
  position: absolute;
}

.decor--type--center .decor__start {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.decor--type--center .decor__end {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.decor--type--center .decor__center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.decor--type--center .decor__body {
  height: 35px;
  margin: 0 -10px -10px;
}

.decor--type--center .decor__end,
.decor--type--center .decor__start {
  height: 21px;
  width: calc(50% - 22.12435px);
}

.decor--type--center .decor__start {
  left: 10px;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

.decor--type--center .decor__end {
  right: 10px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.decor--type--center .decor__center {
  height: 21px;
  width: 26.2487px;
}

.decor--type--bottom {
  width: 100%;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  height: 31px;
}

.decor--type--bottom .decor__end,
.decor--type--bottom .decor__start {
  position: absolute;
  width: calc((100% - 1350px - 160px) / 2);
  bottom: 0;
}

.decor--type--bottom .decor__start {
  left: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.decor--type--bottom .decor__end {
  right: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.decor--type--bottom .decor__end,
.decor--type--bottom .decor__start {
  height: 21px;
}

.decor--type--bottom .decor__start {
  border-top-right-radius: 2px;
}

.decor--type--bottom .decor__end {
  border-top-left-radius: 2px;
}

.decor--type--bottom .decor__start {
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

.decor--type--bottom .decor__end {
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.block-categories__title-decor {
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
}

.block-categories__title-decor .decor__center,
.block-categories__title-decor .decor__end,
.block-categories__title-decor .decor__start {
  background: #fafafa;
}

.block-categories__title-decor .decor__end,
.block-categories__title-decor .decor__start {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #d9ecff;
  color: #000;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f2f2f2;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border: none;
  border-bottom: 1px solid #e5e5e5 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.select2-dropdown {
  padding: 0;
}
.select2-search--dropdown {
  padding: 0;
  padding-bottom: 4px;
}

.contact-area .contact_us_bg {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

hr {
  border-color: #ebebeb;
  opacity: 1;
}

.order-track .card,
.return-order .card {
  border-radius: 0;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tag-badge {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  z-index: 0;
  height: 18px;
  padding: 4px 14px 0;
  color: #fff !important;
}
.tag-badge:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 2.5px;
  left: 3.5px;
  right: 3.5px;
  -webkit-transform-origin: center;
  background: #2e4787;
  transform-origin: center;
  transform: skewX(-20deg);
}

.address-card__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.125rem;
  color: #262626;
}
.address-card__row + .address-card__row {
  margin-top: 0.75rem;
}
.address-card__row-title {
  font-size: 13px;
  color: #616161;
}
.address-card__row-content {
  font-size: 15px;
  color: #262626;
}
.address-card__address {
  font-size: 15px;
  color: #262626;
}

.order-header__title,
.return-order-header__title {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 4px;
  margin-bottom: 0;
  width: max-content;
  padding-right: 3.5rem;
}
.order-header__subtitle,
.return-order-header__subtitle {
  color: #616161;
  font-size: 14px;
  line-height: 1.375;
  clear: both;
  padding-top: 12px;
}
.order-header__subtitle mark,
.return-order-header__subtitle mark {
  padding: 0;
  color: #262626;
  background: 0 0;
  font-weight: 600;
}
.btn.btn-sm.btn-light {
  font-size: 13px;
  line-height: 15px;
  padding: calc(9px / 2) 9px;
  font-weight: 600;
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #232f3e;
}
.btn.btn-sm.btn-light:hover {
  border-color: #e5e5e5;
  background: #e5e5e5;
  color: #232f3e;
}

.card-divider {
  height: 1px;
  background: #ebebeb;
}
.order-track .table thead tr th,
.return-order .table thead tr th {
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 12px;
  font-weight: bold;
  text-align: center;
}
.return-order .table thead tr th {
  text-align: left;
}

.return-order
  .table
  thead
  tr
  td
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 8px;
}
.return-order
  .table
  tbody
  tr
  td.quntity-select
  .select2-container--default
  .select2-selection--single {
  width: 80px;
  text-align: left;
  height: 38px;
}
.return-order
  .table
  tbody
  tr
  td.reason-select
  .select2-container--default
  .select2-selection--single {
  width: 150px;
  text-align: left !important;
  height: 38px;
}
.return-order
  .table
  tbody
  tr
  td.quntity-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.return-order
  .table
  tbody
  tr
  td.reason-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 38px !important;
  line-height: 38px !important;
}
.return-order .table tbody tr td.reason-select textarea.form--control {
  padding: 8px;
}
.return-order .table tbody tr td {
  text-align: left !important;
}
.return-order-footer .btn.btn-warning {
  background-color: #ffce05;
  border-color: #ffce05;
  font-weight: 600;
}
.card-table .table tbody tr td {
  border-bottom: 1px solid #ebebeb;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.card-table tbody td,
.card-table tbody th,
.card-table tfoot td,
.card-table tfoot th {
  padding: 12px 12px;
}
.card-table tbody.subtotal :where(th, td) {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: none;
}
.table > :not(caption) > * > * {
  border-bottom-width: 1px;
  border-bottom-color: hsl(var(--border) / 0.5);
}

.order-track .card-table td:last-child,
.order-track .card-table th:last-child {
  padding-right: 2rem;
}
.card-table .table tbody tr td:last-child {
  text-align: center;
}
.card-table .table tfoot tr :where(td, th) {
  border-top: 1px solid #ebebeb;
}

.card-table tbody tr:hover > *,
.card-table tfoot tr:hover > * {
  background-color: #f7f7f7;
}

.primary-menu-button {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mobile-menu__panel-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 51px;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-menu__panel-title {
  text-align: center;
  margin: auto;
  font-size: 15px;
  font-weight: 500;
}
.mobile-menu__divider {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1px;
  background: #ebebeb;
}
.mobile-menu__contacts {
  color: #262626;
  text-align: center;
  padding: 16px 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu__contacts-subtitle {
  font-size: 13px;
  color: #999;
}
.mobile-menu__contacts-title {
  font-size: 16px;
  font-weight: 500;
}
.menu .view-category {
  width: 100%;
}
.menu .view-category .menu-category-btn {
  color: #262626;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 0px;
  padding-left: 20px;
  padding-right: 33px;
}
.menu .view-category .menu-category-btn:hover {
  background-color: transparent;
}
.menu .category-dropdown {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.menu .menu-category-btn svg {
  fill: #bfbfbf;
}
.menu .category-dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.menu .left-site-category {
  margin: 0 auto;
}
.help-center-main-title h2 {
  font-size: 40px;
  font-weight: 700;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  color: #2e4787;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: #2e4787;
  background-color: #fff;
}
.help-center .accordion-item {
  border: none;
}
.help-center .card {
  border: none;
  border-radius: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.accordion h2 {
  margin-top: 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E4787'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  padding: 10px;
}
.accordion-flush .accordion-item {
  margin-bottom: 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion-flush .accordion-item:last-child {
  margin-bottom: 0;
}
.help-center .accordion-body {
  box-shadow: inset 0 calc(1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  padding: 10px;
}

.block-products-columns__title {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
.block-brands__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
}
.block-brands__item {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-brands__item-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.02);
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.block-brands__item-link img {
  max-width: 100%;
  max-height: 72px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  -webkit-transition: opacity 0.15s, -webkit-filter 0.15s;
  transition: opacity 0.15s, -webkit-filter 0.15s;
  transition: filter 0.15s, opacity 0.15s;
  transition: filter 0.15s, opacity 0.15s, -webkit-filter 0.15s;
}
.block-brands__item-link {
  position: relative;
  display: block;
  padding: 12px 28px;
  width: 100%;
}
.block-brands--layout--columns-8-full .block-brands__divider {
  width: 1px;
}
.block-brands__divider {
  background: #ebebeb;
}
.block-brands__item-name {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b3b3b3;
  margin-top: 4px;
  margin-bottom: -2px;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
}
.block-brands__item-link:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.filters-button {
  padding-left: 9px;
  padding-right: 7px;
}

.was-validated select.form-control:invalid,
.was-validated select.form-control:valid,
select.form-control,
select.form-control.is-invalid,
select.form-control.is-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='rgba(0, 0, 0, 0.55)' d='M4.503,4 L0.497,4 C0.094,4 -0.142,3.492 0.089,3.122 L2.095,0.233 C2.293,-0.084 2.712,-0.084 2.911,0.233 L4.911,3.122 C5.142,3.492 4.906,4 4.503,4 ZM0.497,6 L4.503,6 C4.906,6 5.142,6.504 4.911,6.871 L2.905,9.737 C2.707,10.052 2.288,10.052 2.089,9.737 L0.089,6.871 C-0.142,6.504 0.094,6 0.497,6 Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 5px 10px;
}
select.form-control {
  padding-right: 27px;
  background-position: right 10px center;
}

.form-control {
  outline: 0;
  box-shadow: 0px 1px 6px 0 rgb(168 168 171 / 0%);
  border: 1px solid rgb(204 204 204 / 0%) !important;
  background: #ebebeb;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  border-top-color: transparent;
  height: auto;
  padding: 9px;
  line-height: normal;
  font-size: 13px;
}
.form-control:focus {
  outline: 0;
  box-shadow: 0px 1px 6px 0 rgb(168 168 171 / 0%);
  border: 1px solid rgb(204 204 204 / 0%) !important;
  background-color: #ebebeb;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  border-top-color: transparent;
  height: auto;
}
.card.part-detail-main-card {
  border: none;
  border-radius: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.part-detail-main-card .btn.btn--base2 {
  border-color: #2e4787;
  background: #2e4787;
  color: #fff;
  width: 100%;
  margin-top: 27px;
  padding: 2px;
  font-size: 15px;
  font-weight: 600;
  fill: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.part-detail-main-card .btn.btn--base2.collapsed {
  margin-top: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.part-detail-main-card label {
  font-weight: 700;
  font-size: 12px;
}
.card.part-detail-main-card .btn-warning,
.card.part-detail-main-card .btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  font-weight: 600;
}
.part-category-datails-table .table tr :where(td, th) {
  border-bottom-color: #ebebeb;
}
.part-category-datails-table .table tr th {
  background-color: #fff;
}
.table
  :where(.cart-table__head, .cart-table__body)
  .cart-table__column:first-child {
  padding-left: 28px;
}
.cart-table__head {
  font-size: 13px;
  text-transform: uppercase;
}
.table .cart-table__head th.cart-table__column {
  font-weight: 700;
  text-align: left;
}
.table .cart-table__head th.cart-table__column--image {
  width: 1px;
}
.table .cart-table__head .part-category-image {
  width: 80px;
}
.table .cart-table__head th.cart-table__column--price {
  width: 100px;
  text-align: right;
}
.table .cart-table__head th.cart-table__column--quantity {
  width: 130px;
  text-align: center;
}
.table .cart-table__head tr th,
.table .cart-table__body tr td {
  padding: 8px;
}

.cart-table__column .part-category-image {
  width: 80px;
}
.table .cart-table__body td.cart-table__column {
  text-align: left;
}
.table .cart-table__body td.cart-table__column.cart-table__column--price {
  text-align: right;
}
.fonsize12 {
  font-size: 12px;
}
.cart-table__product-name {
  font-size: 14px;
  font-weight: bold;
  transition: color 0.15s;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
}
.cart-table__product-name:hover {
  color: #2e4787;
}
.cart-table__product-name a.btn.btn-primary.btn-sm {
  margin: 0;
  background: #2e4787;
  color: #fff;
  padding: 3px 5px 3px 5px;
  font-size: 12px;
  display: inline;
  vertical-align: baseline;
  fill: #fff;
  border-color: #2e4787;
  font-weight: 600;
}
.cart-table__product-name a {
  color: #2e4787;
}
.cart-table__column--price .b91a3c {
  color: #202124;
  vertical-align: top;
  line-height: 1;
  font-weight: 700;
  /* font-size: 20px; */
}
.cart-table__column--price .a5c9edsm {
  font-size: 25px;
  color: #202124;
  line-height: 0.8;
  font-weight: 700;
}
.cart-table__column--price .f73e1d {
  color: #202124;
  vertical-align: top;
  line-height: 1;
  font-weight: 700;
  font-size: 16px !important;
}
.table .cart-table__body tr td.cart-table__column--quantity {
  padding: 8px 20px;
}
.cart-table__column--quantity .form-control {
  padding: 2px 3px;
  line-height: 19px;
  font-weight: 500;
  font-size: 15px;
}
.cart-table__column--quantity .btn.btn-warning {
  font-size: 12px;
  width: 100%;
  margin-top: 5px;
  padding: 0.25em 0.4em;
}
.ecommerce__is {
  top: 0;
}
/* loader css */
#ajax_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ajax_loading_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
}
.circle_loader {
  /* border: 6px solid #2E4787;
    border-top: 6px solid #eee;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 0.5s linear infinite; */
  width: 90px;
  height: 90px;
  animation: spin 0.5s linear infinite;
  background-image: url("https://www.usautopartscar.com/images/tireimag2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader css */

.input-number__sub {
  left: 1px;
}

.input-number__add {
  right: 1px;
}

.rating i {
  color: #ffd333;
}

.vihical {
  border-radius: 2px;
}

.vihical i {
  font-size: 26px;
  margin-right: 10px;
}

.vihical a {
  text-decoration: underline;
}

.safety p,
.fast-shipping p {
  font-weight: 600;
  font-size: 14px;
}

.safety span,
.fast-shipping span {
  font-weight: 600;
  font-size: 12px;
  color: #616161;
  margin-top: -2px;
  display: inline-block;
  line-height: 16px;
}

#my-carousel {
  .item {
    img {
      width: 100%;
    }
  }
}

.navigation-img-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 15px;
}

.navigator,
.navigator-2 {
  width: 80px;
  height: 80px;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  color: white;
  cursor: pointer;
  border-radius: 2px;
}

.navigator-2.active,
.navigator.active {
  border: 2px solid #000;
}

.navigator img,
.navigator-2 img {
  width: 65px;
  height: 65px;
  mix-blend-mode: darken;
}

.product-big-img img {
  mix-blend-mode: darken;
}

.small-device-section .product-big-img img {
  width: 80%;
}

.small-device-section .product-big-img .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.policies h6 {
  font-size: 15px;
}

.policies p {
  font-size: 12px;
}

.rightside {
  position: sticky;
  top: 20px;
  /* Sticks to the top of the viewport while scrolling */
  height: fit-content;
  right: 0;
}

.btn.btn-outline-primary {
  border: 1px solid #3e3e47;
  color: #3e3e47;
}

.btn.btn-outline-primary:hover {
  background-color: #fff0b4;
}

.mfp-figure:after {
  background: transparent !important;
}
.product-big-img .item img {
  height: 400px;
  object-fit: contain;
}

.input-number {
  display: block;
  width: 100%;
  position: relative;
}

.input-number__input {
  -moz-appearance: textfield;
  display: block;
  width: 100%;
  min-width: 88px;
  max-width: 88px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 24px;
  min-height: max-content;
}

.input-number__add,
.input-number__sub {
  position: absolute;
  height: 100%;
  width: 24px;
  top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.3;
  -webkit-transition: opacity 0.18s;
  transition: opacity 0.18s;
}

.input-number__add:after,
.input-number__add:before,
.input-number__sub:after,
.input-number__sub:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: currentColor;
}

.input-number__add:before,
.input-number__sub:before {
  width: 8px;
  height: 2px;
}

.input-number__add:hover,
.input-number__sub:hover {
  opacity: 1;
}

.input-number__add:after {
  width: 2px;
  height: 8px;
}
.rightside a {
  color: #2e4787;
}
.medium-device-section .btn {
  font-weight: 600;
}
.rightside .btn.btn-warning {
  background-color: #ffce05;
  border-color: #ffce05;
}
.rightside .btn.wishlist-btn {
  border-color: #bfbfbf;
  fill: #bfbfbf;
  background-color: #fff;
}
.rightside .btn.wishlist-btn:hover {
  background-color: #fff;
}

.part-category-image a {
  display: flex;
  justify-content: center;
}
.part-category-image a img {
  height: 80px;
  object-fit: contain;
}
.accordion.accordion-flush.new-product-details-accordion {
  border: 1px solid #dee2e6;
}
.new-product-details-accordion.accordion-flush .accordion-item {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.new-product-details-accordion.accordion-flush
  .accordion-item
  .accordion-button {
  background-color: #f9f9f9;
}
.new-product-details-accordion.accordion-flush
  .accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.new-product-details-accordion.accordion-flush .accordion-item .accordion-body {
  padding: 10px;
}
.new-product-details-accordion.accordion-flush
  .accordion-item
  .accordion-body
  table
  tr
  :where(th, td) {
  padding: 6px 8px;
  font-size: 12px;
  border-color: #cccccc;
}
.new-product-details-accordion.accordion-flush
  .accordion-item
  .accordion-body
  table
  tr
  th {
  font-weight: 700;
  background-color: #fff;
}
.new-product-details-accordion .accordion-body .table {
  border-collapse: collapse;
}
.new-product-details-accordion
  .accordion-body
  .table
  :where(thead, tbody, th, td) {
  border-width: 1px !important;
  border-color: #cccccc !important;
  border: 1px solid #cccccc !important;
  text-align: left;
}
.new-product-details-accordion .accordion-body h6 {
  font-weight: 600;
  margin-bottom: 8px;
}
.new-product-details-accordion .accordion-body p {
  font-size: 13px;
}
.new-product-details-accordion .accordion-body ul li {
  list-style-type: disc;
  font-size: 13px;
}
.new-product-details-accordion .accordion-body table a {
  color: #2e4787;
}
.new-product-details-accordion.accordion-flush
  .accordion-item
  .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  color: #000;
}
.products-container .card {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.product-shop .widget {
  padding: 0;
  border: none;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.list-view-active .product-card .product-thumb a {
  padding: 10px;
}
.list-view-active .product-card .product-thumb img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.product-card-last-main {
  padding: 10px;
}
.product-before-content-ul {
  padding-top: 12px;
}
.product-before-content-ul li {
  position: relative;
  padding-left: 12px;
}
.product-before-content-ul li::before {
  display: block;
  position: absolute;
  content: "";
  left: 3px;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background: currentColor;
  top: 9px;
  opacity: 0.7;
}
.product-before-content-ul li span:first-child {
  color: #000;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.product-before-content-ul li span:last-child {
  color: #212529;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
}
.product-before-content-ul li span a {
  color: #2e4787;
  font-weight: 500;
}
.product-card .product-card-sku p {
  margin-top: 10px;
  font-size: 12px;
  color: #616161;
}
.product-card-price .price {
  font-size: 20px;
  color: #202124;
  font-weight: 700;
}
.product-card-price .price del {
  font-size: 16px;
  color: #616161;
  font-weight: 500;
}
.breadcrumb {
  overflow-x: scroll;
  max-width: 100%;
  flex-wrap: nowrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li a,
.breadcrumb li span {
  width: max-content;
}
.product-card .product-content .title a {
  color: #2e4787;
}
.accordion-item.widget button {
  padding: 8px;
}
.category-sidebar {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: max-content;
}
.category-sidebar .filter-head {
  padding: 8px;
  border-bottom: 1px solid #dee2e6;
}
.category-sidebar .filter-head h5 {
  font-size: 20px;
  font-weight: 600;
}
.category-sidebar .filter-body .accordion-item.widget {
  border-bottom: 1px solid #dee2e6;
  padding: 8px;
}
.category-sidebar
  .filter-body
  .accordion-item.widget
  .accordion-button.collapsed {
  background-color: #fff;
}
.category-sidebar .filter-body .accordion-item.widget .accordion-button,
.category-sidebar .filter-body .accordion-item.widget .accordion-button:hover {
  background-color: #f2f2f2;
  padding: 6px 10px;
}
.category-sidebar .filter-body .accordion-item.widget .accordion-button:after {
  display: none;
}
.category-sidebar .filter-body .accordion-item.widget .accordion-button svg {
  margin-left: auto;
  fill: #ccc;
  transition: transform 0.2s ease-in-out;
}
.category-sidebar
  .filter-body
  .accordion-item.widget
  .accordion-button.collapsed
  svg {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
}
.category-sidebar .filter-body .accordion-item.widget .accordion-button svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.category-sidebar .filter-body .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.category-sidebar .filter-body .accordion-item.widget .accordion-button .title {
  font-weight: 600;
}
.category-sidebar .filter-body .filter-category li a,
.category-sidebar .filter-body .widget-check-group label {
  font-size: 12px;
  font-weight: 500;
  color: hsl(var(--black) / 0.6);
}
.category-sidebar .filter-body .accordion-item.widget .accordion-body {
  padding: 8px;
}

#trackingSection table :where(td, th) {
  padding: 10px 12px;
  text-align: left;
}
#trackingSection table td a {
  color: #2e4787;
}
.wishlistItem .product-thumb img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.btn.check-backto {
  background: #f1f1f1;
  border: 1px solid hsl(var(--border) / 0.9);
  color: #000;
  font-weight: 600;
}
.btn.check-backto:active,
.btn.check-backto:focus {
  border: 1px solid hsl(var(--border) / 0.9);
  outline: none;
}
.cart-container .cart {
  border: none;
  border-radius: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cart-container .cart .cart-body {
  padding: 20px;
}
.cart-container .cart .cart-footer {
  padding: 20px;
  border-top: 1px solid #dee2e6;
}
.site-sidebar-header {
  height: 51px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}
.site-sidebar-header-title {
  margin: auto;
  font-size: 15px;
  font-weight: 500;
}
.site-sidebar .sidebar-close-btn {
  top: 8px;
}
.site-sidebar .signout-btn {
  margin-inline: 20px;
}

#header-search .modal-content {
  background-color: transparent;
  border: none;
}
#header-search .modal-content .modal-header {
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#header-search .modal-content .modal-header .form--control,
#header-search .modal-content .modal-header .header-form-group {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  background-color: #fff;
  height: 40px;
}
#header-search .modal-content .modal-header .form--control:focus {
  background-color: #fff;
}
#header-search .modal-content .modal-header .header-search-form .icon,
#header-search .modal-content .modal-header .header-search-form .icon:hover {
  font-size: 0px;
}
#header-search .modal-content .modal-header .btn-close {
  background-color: #ebebeb;
  opacity: 1;
  margin: 0;
  width: 22px;
  height: -webkit-fill-available;
  border-left: 1px solid #dee2e6;
  border-radius: 0 10px 10px 0;
  background: none;
}
#header-search .modal-content .modal-header .btn-close i {
  font-size: 18px;
  color: #b2b2b2;
}
#header-search .modal-content .modal-body {
  background-color: #fff;
  border-radius: 10px;
}
.recently-viewed-item a {
  width: calc((100% - 20px) / 5);
  margin: 2px;
}
.recently-viewed-item a .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.recently-viewed-item a:hover p {
  color: #2e4787;
  text-decoration: underline;
}
.recently-viewed-item a img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
.recently-viewed-item .card .card-body p {
  font-size: 11px;
  margin-top: 4px;
  text-align: center;
}
.search-title {
  padding-right: 30px;
  border-bottom: 1.5px solid #dee2e6;
}
.search-header-top a:hover {
  color: #2e4787;
  text-decoration: underline;
}
.searches-body-ul li {
  padding: 3px 5px;
}
.searches-body-ul li a {
  color: #000;
}
.searches-body-ul li a:hover {
  color: #2e4787;
}
.searches-body-ul li a i {
  color: #b2b2b2;
}
.recent-searches-body .searches-body-ul li :where(span, i) {
  font-size: 16px;
}
.trending-searches-body .searches-body-ul li :where(span, i) {
  font-size: 16px;
  font-weight: 600;
}
.form-search-data .searches-body-ul li :where(span, i) {
  font-size: 18px;
  font-weight: 600;
}
.form-search-data ul li {
  padding: 6px 8px;
}
.form-search-data ul li a {
  color: #000;
  font-size: 14px;
}
.form-search-data ul li:hover {
  background-color: #f2f2f2;
}
.form-search-data ul li:hover a {
  color: #2e4787;
}
.clear-search-history span a {
  color: #b2b2b2;
  text-decoration: underline;
}
.clear-search-history span {
  color: #b2b2b2;
}
.header-two-search-icon {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .sidebar-nav {
    max-width: 280px;
    padding: 0;
  }
  .left-site-category {
    width: 270px;
  }
  .sidebar-nav li a {
    padding-left: 20px;
    padding-right: 33px;
    font-weight: 600;
  }
  .view-category::after {
    background-color: transparent;
  }
  .all-categories .categories-card-main .card {
    width: calc((100% - 48px) / 3);
    margin: 8px;
  }
  .all-categories .categories-card-main .card .part-main {
    flex-direction: column;
    align-items: center;
  }
  .ecommerce__is {
    top: -2px;
    right: -8px;
  }
  .header-search-btn {
    background-color: transparent;
  }
  .header-search-btn svg {
    fill: #fff;
  }
  .decor--type--center .decor__body {
    margin: 0 0px -10px;
  }
  .ecommerce {
    min-width: 100%;
  }
  .header-wrapper .logo a,
  .header-wrapper .logo img {
    width: 100px;
  }
  .part-detail-main-card .btn.btn--base2 {
    margin-top: 0;
  }
  .cart-table__head {
    display: none;
  }
  .cart-table__column .part-category-image {
    width: 180px;
    margin: 0 auto;
    float: none;
  }
  .table .cart-table__body .cart-table__row td {
    display: block;
    width: 100%;
    max-width: none;
    border-bottom: none;
  }
  .table .cart-table__body {
    position: relative;
  }
  .cart-table__product-name .btn.btn-primary.btn-sm {
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
  }
  .part-category-image a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
  }
  .part-category-image a img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .cart-table__column.cart-table__column--price,
  .cart-table__column.cart-table__column--quantity {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding: 10px 14px;
    font-size: 15px;
  }
  .cart-table__column.cart-table__column--quantity .form-control {
    width: 100px;
  }
  .cart-table__column--quantity .btn.btn-warning {
    width: max-content;
    font-size: 12px;
    margin-top: 0;
  }
  .table .cart-table__body tr td.cart-table__column--quantity {
    padding: 8px;
  }
  .cart-table__column.cart-table__column--price::before,
  .cart-table__column.cart-table__column--quantity::before {
    content: attr(data-title) " :";
    display: block;
    width: calc(35% - 6px) !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
  }
  .header-search-btn,
  .header-middle .ecommerce__icon {
    width: max-content;
    height: max-content;
    border: none;
  }
  .padding-left-card {
    padding-left: 15px !important;
  }

  .small-device-section p {
    font-size: 14px;
  }

  .small-device-section .btn,
  .que-help-btn .btn {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    padding: calc(17px / 2) 6px;
  }
  .que-help-btn .btn {
    font-size: 10px;
  }

  .cart-table__row.part-item {
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
  }
  .header-two-search {
    display: none;
  }
  .header-two-search-icon {
    display: flex !important;
  }
}
@media screen and (max-width: 777px) {
  .all-categories .categories-card-main .card {
    width: calc((100% - 48px) / 3);
    margin: 8px;
  }
  .all-categories .categories-card-main .card .part-main {
    flex-direction: column;
    align-items: center;
  }
  .cart-table__column .part-category-image {
    max-width: inherit !important;
    margin: 0 auto;
    width: 75px;
    float: left;
    margin-right: 10px;
  }
  .cart-table__product-name a {
    margin-bottom: 20px;
  }
  .product-big-img .item img {
    height: 250px;
  }
  .navigation-img-wrapper {
    flex-direction: row;
  }

  .rightside {
    position: static !important;
  }

  .liked-product.owl-carousel .owl-nav.disabled {
    display: none;
  }
  .product-details-new h3 {
    font-size: 24px;
    margin-top: 0;
  }
  .product-card .product-list-card-details.border-start {
    border-top: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
    border-left: none;
  }
  .product-card .product-thumb {
    float: left;
    overflow: unset;
    float: left;
    width: 140px;
    height: max-content;
  }
  .list-view-active .product-card .product-thumb img {
    width: 150px;
    height: 70px;
  }
  .product-before-content-ul {
    padding-top: 2px;
  }
  .product-before-content-ul li::before {
    display: none;
  }
  .product-before-content-ul li {
    padding-left: 0;
  }
  .product-before-content-ul li span {
    font-size: 13px;
  }
  .wishlistItem .product-thumb img {
    width: 150px;
    height: 80px;
  }
  .recently-viewed-item a {
    width: calc((100% - 12px) / 3);
  }
  .header-form-group input {
    padding-left: 12px;
  }
}
@media (max-width: 474px) {
  .all-categories .categories-card-main .card {
    width: calc((100% - 16px) / 1);
    margin: 8px;
  }
  .all-categories .categories-card-main .card .part-main {
    flex-direction: row;
    align-items: start;
  }
}
@media (min-width: 1400px) {
  .block-brands--layout--columns-8-full .block-brands__item {
    width: calc((100% - 8px) / 8);
  }

  .block-brands--layout--columns-8-full .block-brands__divider {
    width: 1px;
  }

  .block-brands--layout--columns-8-full .block-brands__divider:nth-child(16n) {
    height: 1px;
    width: 100%;
  }

  .block-brands--layout--columns-8-full
    .block-brands__divider:nth-child(16n):last-child {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .block-brands--layout--columns-8-full .block-brands__item {
    width: calc((100% - 7px) / 7);
  }

  .block-brands--layout--columns-8-full .block-brands__divider {
    width: 1px;
  }

  .block-brands--layout--columns-8-full .block-brands__divider:nth-child(14n) {
    height: 1px;
    width: 100%;
  }

  .block-brands--layout--columns-8-full
    .block-brands__divider:nth-child(14n):last-child {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .all-categories .categories-card-main .card {
    width: calc((100% - 32px) / 2);
    margin: 8px;
  }
  .block-brands--layout--columns-8-full .block-brands__item {
    width: calc((100% - 6px) / 6);
  }

  .block-brands--layout--columns-8-full .block-brands__divider {
    width: 1px;
  }

  .block-brands--layout--columns-8-full .block-brands__divider:nth-child(12n) {
    height: 1px;
    width: 100%;
  }

  .block-brands--layout--columns-8-full
    .block-brands__divider:nth-child(12n):last-child {
    display: none;
  }
}

@media (min-width: 1400px) {
  .block-brands--layout--columns-7-sidebar .block-brands__item {
    width: calc((100% - 7px) / 7);
  }

  .block-brands--layout--columns-7-sidebar .block-brands__divider {
    width: 1px;
  }

  .block-brands--layout--columns-7-sidebar
    .block-brands__divider:nth-child(14n) {
    height: 1px;
    width: 100%;
  }

  .block-brands--layout--columns-7-sidebar
    .block-brands__divider:nth-child(14n):last-child {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .block-brands--layout--columns-7-sidebar .block-brands__item {
    width: calc((100% - 6px) / 6);
  }

  .block-brands--layout--columns-7-sidebar .block-brands__divider {
    width: 1px;
  }

  .block-brands--layout--columns-7-sidebar
    .block-brands__divider:nth-child(12n) {
    height: 1px;
    width: 100%;
  }

  .block-brands--layout--columns-7-sidebar
    .block-brands__divider:nth-child(12n):last-child {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-brands--layout--columns-7-sidebar .block-brands__item {
    width: calc((100% - 5px) / 5);
  }

  .block-brands--layout--columns-7-sidebar .block-brands__divider {
    width: 1px;
  }

  .block-brands--layout--columns-7-sidebar
    .block-brands__divider:nth-child(10n) {
    height: 1px;
    width: 100%;
  }

  .block-brands--layout--columns-7-sidebar
    .block-brands__divider:nth-child(10n):last-child {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .block-brands__item {
    width: calc((100% - 5px) / 5);
  }

  .block-brands__divider {
    width: 1px;
  }

  .block-brands__divider:nth-child(10n) {
    height: 1px;
    width: 100%;
  }

  .block-brands__divider:nth-child(10n):last-child {
    display: none;
  }
  .block-categories__item {
    width: calc((100% - 48px) / 3);
    margin: 8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .block-brands__item {
    width: calc((100% - 4px) / 4);
  }

  .block-brands__divider {
    width: 1px;
  }

  .block-brands__divider:nth-child(8n) {
    height: 1px;
    width: 100%;
  }

  .block-brands__divider:nth-child(8n):last-child {
    display: none;
  }
}

@media (min-width: 420px) and (max-width: 575px) {
  .block-brands__item {
    width: calc((100% - 3px) / 3);
  }

  .block-brands__divider {
    width: 1px;
  }

  .block-brands__divider:nth-child(6n) {
    height: 1px;
    width: 100%;
  }

  .block-brands__divider:nth-child(6n):last-child {
    display: none;
  }
}

@media (max-width: 419px) {
  .block-brands__item {
    width: calc((100% - 2px) / 2);
  }

  .block-brands__divider {
    width: 1px;
  }

  .block-brands__divider:nth-child(4n) {
    height: 1px;
    width: 100%;
  }

  .block-brands__divider:nth-child(4n):last-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-widget.widget-about {
    max-width: 380px;
  }
}
