.container {
  width: 100%;
  --bs-gutter-x: 2rem;
}

.logo-item {
  color: #666;
  font-size: xx-large;
  font-weight: bolder;
  margin-top: 1rem;
}

.sticky .logo-item {
  color: #666;
  font-size: x-large;
  font-weight: bolder;
  margin-top: 0;
}

.logo-item-dark {
  color: #201f1f;
  font-size: xx-large;
  font-weight: bolder;
  margin-top: 1rem;
}

.slider-area {
  margin-top: 12rem;
  width: 100%;
}

.slider-content {
  width: 100%;
  height: 100%;
}

.product-item-image {
  background-color: #fff;
  padding: 12px;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.product-item-image-2 {
  background-color: #fff;
  height: 100%;
  /*aspect-ratio: 4/3;*/
  object-fit: contain;
}

.brightness-50 {
  filter: brightness(0.5);
}

.deal-product-image {
  filter: brightness(0.6);
  object-fit: fill;
  height: 100%;
}

.media-object {
  height: 80px;
  aspect-ratio: 1/1;
  object-fit: fill;
}

.blog-image-item {
  height: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.submit-btn-text {
  color: #fff;
}

.submit-btn-text:hover {
  color: #fff;
}

.product-item-image-0 {
  background-color: #fff;
  height: 100%;
  aspect-ratio: 5/5;
  width: 100%;

  object-fit: contain;
}

.tabs {
  width: 100%;
  display: flex;
  /* padding-inline: 1.3rem; */
}

.tab-item {
  position: relative;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-item-2 {
  background-color: #666;
}

.tab-item-1 {
  background-color: rgb(51, 51, 70);
}

.tab-item-3 {
  background-color: #3e1227;
}

.tab-item > a {
  position: relative;
  min-height: 130px;
  height: 100%;
  width: 100%;
  padding: 5rem;
  font-size: 36px;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.tab-item > a > span {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
}

.tab-item > a > img {
  z-index: 5;
  width: 100%;
  pointer-events: none;
  filter: opacity(0.6);
}

.tab-item-1:hover {
  background-color: darkslategray;
}

.tab-item-2:hover {
  background-color: rgb(62, 30, 2);
}

.tab-item-3:hover {
  background-color: rgb(21, 22, 69);
}

.tab-item-1:active {
  background-color: darkslategray;
}

.tab-item-2:active {
  background-color: rgb(62, 30, 2);
}

.tab-item-3:active {
  background-color: rgb(21, 22, 69);
}

.nav-tab-content {
  width: 99.9%;
  height: fit-content;
  /* padding-inline: 1.3rem; */
}

.search-form {
  padding: 5rem;
}

.nav-tab-1 {
  background-color: darkslategray;
}

.nav-tab-2 {
  background-color: rgb(62, 30, 2);
}

.nav-tab-3 {
  background-color: rgb(21, 22, 69);
}

.nav-tab-1:active,
.tab-item-1 {
  background-color: darkslategray;
}

.nav-tab-2:active,
.tab-item-2 {
  background-color: rgb(62, 30, 2);
}

.nav-tab-3:active,
.tab-item-3 {
  background-color: rgb(21, 22, 69);
}

.hide {
  display: none;
}

.select-input {
  position: relative;
}

.select-input::after {
  content: "▼";
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
}

.select-input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  height: 60px;
  min-width: 312px;
  outline: none;
  font-size: 18px;
}

#search-area .select-input {
  border: 8px solid #5e5e5e;
}

.widget .select-input {
  height: 40px;
}

/*select.select-input-multiple {
  
  height: 100px !important;
 
}*/
select.select-input-multiple:after {
  display: none !important;
}

.search-list {
  width: auto;
  display: flex;
  flex-direction: column !important;
  gap: 1rem;
  justify-content: center !important;
}

.search-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

#search-area .search-list {
  flex-direction: row !important;
  align-items: start;
}

#search-area .search-list-item {
  align-items: start !important;
  flex-direction: column;
}

.search-list-item > label {
  font-size: 18px;
  color: #fafafa;
}

.search-button {
  min-height: 40px !important;
  width: 100%;
  background: #ff000a none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
}

.widget .search-button {
  height: 40px !important;
}

@media (max-width: 1024px) {
  .slider-area {
    margin-top: 4rem;
  }

  .tab-item > a {
    font-size: x-large;
  }
}

@media (max-width: 700px) {
  .tab-item > a {
    font-size: larger;
  }
}

@media (max-width: 500px) {
  .tab-item > a {
    font-size: small;
  }
}

@media (max-width: 600px) {
  .select-input {
    width: 100%;
  }

  .search-list {
    width: 100%;
  }

  .search-list-item {
    flex-direction: column;
    width: 100%;
  }
}

/* ------------checkout csss-------------- */
.checkout-content-fitmentcenter .content {
  display: flex;
}

.checkout-content-fitmentcenter .content .closest_dealer_title .logo {
  padding: 0;
}

.checkout-content-fitmentcenter .input-group {
  align-items: baseline;
  gap: 10px;
}

.ui-datepicker-calendar {
  letter-spacing: 1px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}

#ui-datepicker-div .ui-datepicker-header.ui-widget-header {
  padding: 5px;
  position: relative;
  display: flex;
  justify-content: center;
}

#ui-datepicker-div .ui-datepicker-header.ui-widget-header .ui-datepicker-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

#ui-datepicker-div
  .ui-datepicker-header.ui-widget-header
  .ui-corner-all
  .ui-icon {
  width: 100%;
  height: auto;
  text-indent: unset;
  overflow: unset;
  background-image: unset;
  font-size: 12px;
}

#ui-datepicker-div .ui-datepicker-header.ui-widget-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.ui-datepicker-calendar .ui-state-default.ui-priority-secondary {
  font-weight: bold;
  color: #dadada;
}

.ui-datepicker-calendar .ui-state-default.ui-state-highlight.ui-state-hover {
  color: #ff7f00;
}

.ui-datepicker-calendar th {
  padding: 5px;
}

.ui-datepicker-calendar td {
  padding: 5px;
}

.ui-datepicker-calendar td a {
  background: unset !important;
}

.checkout-content-fitmentcenter
  .content
  .closest_dealer_title
  .logo
  .logo-item {
  font-size: 20px;
}

/*.checkout-content-fitmentcenter ul {
  max-height: 305px;
  overflow-y: scroll;
  overflow-x: auto;
}*/

.checkout-content-fitmentcenter ul li {
  padding: 20px 0;
  border-bottom: 1px solid #949494;
}

.checkout-content-fitmentcenter ul li .row {
  align-items: center;
  width: 100%;
}

.checkout-content-fitmentcenter ul li .row .col-md-6:first-child {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.checkout-content-fitmentcenter ul li .select_button.btn {
  background: #00a7ff;
  font-size: 16px;
  font-family: PT Sans;
  font-weight: bold;
  line-height: 1;
  height: auto;
  padding: 10px 50px 10px 50px;
  color: white;
  float: right;
}

.checkout-content-fitmentcenter .information {
  width: calc(100% - 46px);
  float: right;
  display: flex;
  flex-direction: column;
}

.checkout-content-fitmentcenter .closest_dealer_address {
  font-family: PT Sans;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.checkout-content-fitmentcenter .information .phone {
  margin-top: -7px;
}

.checkout-content-fitmentcenter .information .phone a {
  color: #337ab7;
  font-weight: bold;
}

/* ----------new added css------------- */
.header-2 {
  position: sticky !important;
}

.breadcrumbs-section {
  background: #f6f6f6;
}

.slider-area {
  margin-top: 0 !important;
}

/*fixes css----------------*/
.total-cart .top-cart-inner.check-out .black-bg {
  padding: 7px 14px;
}

.featured-product-section .slick-slide {
  height: 100%;
}

.featured-product-section .product-item {
  margin-bottom: 0;
}

.slick-dots-1 .slick-dots {
  bottom: 20px;
}

.featured-product-section .slick-slide img {
  width: 100%;
}

.featured-product-section .featured-product .slick-track {
  padding: 20px 0 !important;
}

.product-item-2 img {
  width: 100%;
}

.product-item-2 {
  margin-bottom: 25px;
}

#shopping-cart {
  text-align: center;
}

#shopping-cart .black-bg {
  padding: 10px 20px;
}

.total-cart-in .black-bg:hover {
  color: #fff;
}

aside.widget.widget-product {
  padding: 20px;
}

aside.widget.widget-product .product-item {
  background-color: #fff;
  margin-bottom: 8px;
}

aside.widget.widget-product img {
  width: 100%;
}

#shopping-cart .black-bg:hover {
  color: #fff;
}

select#fitting_time {
  height: auto;
  padding: 12px;
}

.checkout-content-fitmentcenter .row.book {
  display: block;
}

@media (max-width: 991px) {
  #productModal .modal-dialog {
    margin: 20% auto;
  }

  .checkout-content-fitmentcenter .row.book .col-sm-6.date_control {
    width: 100% !important;
  }
}

.shop-section .widget-color ul li::before {
  background: unset !important;
}

.shop-section .nav-pills .nav-link {
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-section .nav-pills .nav-link.active {
  color: white;
  background: #ff7f00 none repeat scroll 0 0;
}

.shop-section .shop-filter {
  padding: 16px;
}

.shop-section .shop-filter input#autoComplete {
  border: none;
  font-size: 13px;
  padding: 8px 12px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.shop-section .shop-filter input#autoComplete::placeholder {
  color: rgb(117, 117, 117);
}

.shop-section .shop-filter #autoComplete_list_1 {
  height: 280px;
  overflow-y: scroll;
  background: #fff;
  padding: 6px 8px;
  margin-top: 4px;
}

.shop-section .shop-filter #autoComplete_list_1 li {
  color: #666;
}

.shop-section .shop-filter #autoComplete_list_1 div {
  color: rgb(117, 117, 117);
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 12px;
  opacity: 0.7;
}

.shop-section .widget.widget-color {
  padding: 20px;
}

.shop-section .shop-filter .widgets-sizeslist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
}

.shop-section .shop-filter .widgets-sizeslist .tagdatalevel {
  display: flex;
  align-items: center;
}

.shop-section .shop-filter .widgets-sizeslist .tagdatalevel .form-check-input {
  width: 15px !important;
  min-width: 15px;
  height: 15px !important;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2);
  margin-top: 0 !important;
}

.shop-section
  .shop-filter
  .widgets-sizeslist
  .tagdatalevel
  .form-check-input:checked {
  background-color: #ff7f00 !important;
  border-color: #ff7f00 !important;
}

.shop-section
  .shop-filter
  .widgets-sizeslist
  .tagdatalevel
  .form-check-input:focus {
  border-color: rgba(255, 127, 0, 0.5) !important;
}

.search-form-sidebar input,
.search-form-sidebar select,
.search-form-sidebar button {
  min-width: 100% !important;
  width: 100%;
}

.search-form-sidebar select {
  font-size: 16px;
}

.search-form-sidebar .search-button {
  font-size: 15px !important;
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 1400ms linear infinite;
}

#loading-bar-spinner {
  background-color: #f5f5f5;
  position: absolute;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 0px #000;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 100px;
  height: 100px;
  border: solid 4px transparent;
  border-top-color: #ff7f00 !important;
  border-left-color: #ff7f00 !important;
  border-radius: 150%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* sudhamsu css */
/* width */
.total-cart-in > ul::-webkit-scrollbar,
select.select-input-multiple::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.total-cart-in > ul::-webkit-scrollbar-track,
select.select-input-multiple::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0 0 5px #fff;
}

/* Handle */
.total-cart-in > ul::-webkit-scrollbar-thumb,
select.select-input-multiple::-webkit-scrollbar-thumb {
  background: #ff7f00;
  height: 10px;
}

/*responsive cs----------------------*/
@media (max-width: 1640px) {
  #search-area .search-list .select-input {
    min-width: 230px;
  }
}

@media (max-width: 1080px) {
  #search-area .search-list .select-input {
    min-width: 420px;
  }

  #search-area .search-list {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 575px) {
  #search-area .search-list {
    flex-wrap: unset !important;
    flex-direction: column !important;
  }

  #search-area .search-list .select-input {
    min-width: 100%;
  }
}

#search-area li.tab-item {
  max-height: 300px;
}

#search-area li img {
  height: 100%;
  object-fit: contain;
}

#search-area li.tab-item a {
  min-height: 60px;
  padding-top: 15px;
}

#search-area .search-form {
  padding: 2rem;
}

#search-area .tab-item > a > span {
  font-size: 21px;
}

#search-area .nav-tab-2:active,
#search-area .tab-item-2,
#search-area #search-tyres {
  background-color: #000000;
}

#search-area .nav-tab-1:active,
#search-area .tab-item-1,
#search-area #search-wheels {
  background-color: gray;
}

#search-area .nav-tab-3:active,
#search-area .tab-item-3 {
  background-color: #b82024;
}

body.body-loading {
  overflow: hidden !important;
  position: relative !important;
}

.loading-overlay {
  position: absolute;
  width: 100%;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999999;
}

/* loading css  */
.loading {
  text-align: center;

  position: absolute;
  width: 50%;
  /* background: #000; */
  /* opacity: 0.8; */
  /* top: 0; */
  /* left: 0; */
  height: 100%;
  top: 35%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loading__text {
  font-weight: 500;
  font-size: 2rem;
}

.loading__bar {
  position: relative;
  height: 5px;
  width: 12rem;
  background-color: rgb(169, 169, 169);
  border-radius: 1em;
  overflow: hidden;
}

.loading__bar::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  /* background-color: rgba(230, 230, 230, 0.891); */
  background: linear-gradient(90deg, #fff5, rgba(230, 230, 230, 0.891));
  animation: loading-animation 1.3s infinite;
  border-radius: 1em;
}

@keyframes loading-animation {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

section#page-content {
  padding-left: unset !important;
}

/* ADDED CSS */
.wide-layout > .wrapper {
  overflow-x: hidden;
}

.newsletter-section {
  padding-top: 0px !important;
}

.newsletter-section .subcribe {
  border: none;
}
.newsletter-section .subcribe input {
  border: 2px solid #d4d4d4;
}
.newsletter-section .subcribe .submit-btn-2 {
  background: #ff000a;
  color: #fff;
  font-weight: 700;
  border-left: 0 !important;
}

/* search area */
#search-area .tab-item > a > span {
  line-height: 1.2;
}

#search-area.product-tab-section.banner-section {
  padding-bottom: 20px !important;
}

.wrapper .banner-section .banner-item {
  border-radius: 10px;
  border: 12px solid white;
  box-shadow: rgba(99, 99, 99, 0.25) 0px 2px 6px 0px;
  transition: all 200ms ease-in-out;
}

.wrapper .banner-section .banner-item:hover{
  transform: translateY(-18px);
}

.up-comming-product-section {
  margin-top: 80px;
}
.up-comming-product-section .up-comming-time {
  margin-bottom: 16px;
}
.up-comming-product-section .banner-item {
  height: 100%;
}
.up-comming-product-section .banner-item .banner-img {
  height: 100%;
}
.up-comming-product-section .banner-item .banner-info h3 a {
  line-height: 1.2;
}

/* mean menu */
.mean-container .mean-bar::after {
  left: 0;
}

.mean-container a.meanmenu-reveal {
  padding-right: 0;
  transition: none;
}

.mean-container .mean-nav .mean-last {
  margin-bottom: 10px;
}

.mean-container a.meanmenu-reveal.meanclose {
  margin-right: -4px !important;
}

.mobile-menu-area .mean-container {
  max-width: 100% !important;
  padding-right: 12px;
  padding-left: 12px;
}

/* single product - shop section */
.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  flex: 1 !important;
}

#products_list .product-item .product-info {
  padding-right: 6px;
  padding-left: 6px;
}

#products_list .product-item {
  margin-bottom: 8px;
  transition: all 300ms ease-in-out;
}

#products_list #list-view .product-item {
  display: flex;
  align-items: stretch;
}

#products_list #list-view .product-img {
  padding-right: 0px;
  width: calc(35% - 24px);
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* banner section */
@media (max-width: 767px) {
  .banner-section {
    padding-top: 10px !important;
  }
}

/* agr address */
.agr-Addresses address {
  word-break: break-word;
  padding: 0 !important;
  line-height: 1.8;
}

@media (max-width: 320px) {
  .agr-Addresses .agr-Address-first,
  .agr-Addresses .agr-Address-second {
    width: 100% !important;
  }
}

/* short by */
.short-by {
  display: flex;
  align-items: baseline;
}
.short-by > span {
  white-space: nowrap;
}

/* shop section */
@media (max-width: 767px) {
  .short-by select {
    margin-left: 8px;
  }
  .shop-option {
    padding: 10px;
  }
}

/* orders */
.arg-orders-table .arg-button.view {
  padding: 2px 8px !important;
}

/* account details */
.woocommerce-EditAccountForm .woocommerce-form-row label {
  margin-bottom: 6px;
}

.woocommerce-EditAccountForm .woocommerce-form-row input[type="text"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* GALLERY VIEW PAGE */
.gallery #gallery-container .lg-glr-pic img {
  width: 100% !important;
}
.gallery #gallery-container .grl-block .blog-desc {
  background: #fff !important;
  padding: 12px;
}
.gallery #gallery-container .grl-block .blog-desc .desc-title {
  color: #575757;
  font-weight: 500;
}
.gallery #gallery-container .widget-product .product-item {
  display: flex !important;
  column-gap: 1px;
}
.gallery #gallery-container .widget-product .product-img {
  float: none !important;
  width: 120px !important;
  min-width: 120px !important;
}
.gallery #gallery-container .widget-product .product-img img {
  height: 100%;
  object-fit: cover;
}
.gallery #gallery-container .widget-product .product-info {
  float: none !important;
  width: 100% !important;
  padding: 4px 8px !important;
}
.gallery #gallery-container .widget-product .product-info .product-title {
  margin-bottom: 4px;
  white-space: wrap !important;
}
.gallery #gallery-container .widget-product .product-info .gallery-views {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery
  #gallery-container
  .widget-product
  .product-info
  .gallery-views
  span:first-child {
  font-weight: 500 !important;
}
.gallery #gallery-container .widget-product .product-info .gallery-tags {
  font-size: 11px;
  display: block;
  margin-bottom: -4px;
  line-height: 1.7 !important;
}
