body {
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
#banner {
	color: #fff;
	background-color: #003744;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#banner :nth-child(1).row {
	padding-block: 9px;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1));
	background-color: #fff;
	box-shadow: 0 -5000px 0 5000px #fff;
}
.header-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}

.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.2;
  background-color: currentColor;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
}

.header-links li > i {
  margin-right: 10px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: inherit;
  text-decoration-line: none;
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  color: inherit;
  margin: 0 15px 0 0;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a:hover {
  color: var(--theme-color);
}
.logo img {
	height: 40px;
}
#banner nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
#banner nav a {
	display: block;
	padding: 8px 12px;
	color: inherit;
	text-decoration-line: none;
	border-radius: 4px;
	transition: background-color 0.2s;
}
#banner nav a:is(:hover, :focus) {
	background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}


#car-brands .d-grid {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.5rem;
}

.brand-card {
	color: var(--bs-heading-color);
	text-decoration-line: none;
	border-radius: 8px;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition: box-shadow 0.3s;
}
.brand-card:hover {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brand-card .d-flex {
	height: 6rem;
}
.brand-card h5 {
	font-weight: 700;
}
.brand-card:hover img {
	transform: scale(1.05);
	transition: transform 0.3s;
}
.brand-card img {
	transition: transform 0.3s;
}


:has(> .category-card).d-grid {
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 1.5rem;
}
.category-card {
	padding: 16px;
	overflow: hidden;
	color: var(--bs-heading-color);
	text-decoration-line: none;
	background-color: #fff;
	border: 1px solid #dde1de;
	border-radius: 8px;
	transition: transform 0.3s;
}
.category-card:hover {
	transform: translateY(-4px);
}
.category-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}
.category-card:has(> p) img {
	aspect-ratio: 1;
}
.category-card h5 {
	margin-top: 16px;
	font-weight: 700;
}
.category-card p {
	margin-block: 10px 0;
	font-size: 17px;
}
.category-card p ins {
	color: #d52121;
	font-weight: 700;
	text-decoration-line: none;
}
.category-card p del {
	margin-left: 3px;
	font-size: 80%;
}



#contentinfo {
	--tw-text-opacity: 1;
	  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
#contentinfo {
	--tw-text-opacity: 1;
	  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}



/*  Product page - product sliders  */
.product_details {
	padding-top: 80px;
}
.product_details .carousel-column {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

.product_details .slider-for {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	padding-left: 0;
	width: 75.44%;
	box-shadow: 2px 20px 30px rgba(186, 185, 185, 0.20);
}
.product_details .slider-for > li + li {
	position: absolute;
	top: -5000px;
	left: -5000px;
}
.product_details .slider-for .slick-slide > a,
.product_details .slider-nav .slick-slide {
	position: relative;
	display: block;
}

.product_details .slider-for .slick-slide > a::before,
.product_details .slider-nav .slick-slide::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.product_details .slider-for .slick-slide a > img,
.product_details .slider-nav .slick-slide   > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.product_details .slider-nav {
	margin-bottom: 50px;
	padding-left: 0;
	width: 20.53%;
}

.product_details .slider-nav li {
	position: relative;
	cursor: pointer;
}

.product_details .slider-nav li > img {
	display: block;
	width: 100%;
}
.product_details .slider-nav li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #f9dcdc;
	border-radius: 2px;
	transition: background-color 500ms;
}

.product_details .slider-nav li:hover::after {
	background-color: rgba(0, 0, 0, 0.2);
}

.product_details .slick-vertical .slick-slide {
	margin: 3px 0;
	border-width: 0;
}

.product_details .product_d_right {
	margin-left: 40px;
}



/* 15. product details css here */
#img-1 {
  border: 1px solid #ededed;
}

.header_product {
  border-bottom: 1px solid #ededed;
}

.product_d_right h1 {
  text-transform: capitalize;
  line-height: 20px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right h1 {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right h1 {
    margin-bottom: 17px;
    font-size: 18px;
  }
}
.product_d_right h1 a {
  color: #252525;
}
.product_d_right h1 a:hover {
  color: #d52121;
}

.product_d_right .price_box {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box {
    margin-bottom: 9px;
  }
}
.price_box span {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
}
.product_d_right .price_box span.current_price {
  color: #d52121;
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.current_price {
    font-size: 18px;
  }
}
.price_box span.old_price {
	color: #333;
	text-decoration: line-through;
	margin-left: 5px;
}
.product_d_right .price_box span.old_price {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.old_price {
    font-size: 17px;
  }
}

.product_meta {
  margin-bottom: 14px;
  font-size: 14px;
}
.product_meta > span {
  display: block;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .product_meta {
    margin-bottom: 10px;
  }
}
.product_meta span {
  font-weight: 600;
}
.product_meta span a {
  margin-left: 10px;
  color: inherit;
  font-weight: 400;
  text-decoration-line: none;
  transition: color 0.3s;
}
.product_meta span a:hover {
  color: #d52121;
}

.product_d_right .product_desc {
  margin-bottom: 19px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.product_variant.quantity button {
  border: 0;
  color: #fff;
  font-size: 16px;
  background: #d52121;
  height: 42px;
  line-height: 42px;
  text-transform: capitalize;
  min-width: 270px;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity button {
    min-width: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity button {
    min-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity button {
    min-width: 220px;
  }
}
.product_variant.quantity button:hover {
  background: #3E444A;
}



@media (max-width: 991px) {
	.product_details .product_d_right {
		margin-left: 0;
	}
}



@media (max-width: 767px) {
	#banner nav ul {
		gap: 16px;
	}
	:is(#car-brands, #categ) .d-grid {
		grid-template-columns: 1fr 1fr;
	}
}



@media (max-width: 576px) {
	.product_details .carousel-column {
		display: block;
	}
	.product_details .slider-for {
		margin-bottom: 35px;
		width: auto;
	}
	.product_details .slider-nav {
		width: auto;
	}
	.product_details .slider-nav:not(.slick-vertical) .slick-slide {
		margin-top: 0;
		margin-right: 3px;
		margin-bottom: 0;
		margin-left: 3px;
	}
}

/* pagination */
.customPagination { margin-top:20px !important; display: inline-block; margin:0px 0px; background-color:#fff; }
.customPagination a { color: black; float: left; text-decoration: none; border:1px solid #ddd; margin-left: 5px; transition: all .5s ease; padding: 5px 15px; border-radius: 2px; }
.customPagination span { color: black; float: left; text-decoration: none; border:1px solid #ddd; margin-left: 5px; transition: all .5s ease; padding: 5px 15px; border-radius: 2px; }
.customPagination span.current { float: left; background-color: #003744; color: white; border-radius: 2px; padding: 5px 15px; }
.customPagination a:hover:not(.active) { color:#000 !important; background-color: #ddd; border-radius: 2px; }
@media (max-width: 768px) { .customPagination span, .customPagination span.current, .customPagination a { padding: 0px 8px; } }
.pe-empty{ border:none !important; }
/* end pagination */