.navbar-area.navbar-area-style-two .navbar-category button {
  background-color: white;
  color: #333;
}
.navbar-category button {
  width: 100%;
}
.desktop-nav .navbar .navbar-nav {
  margin-left: 100px;
  margin-right: auto;
}
/* Banner */
section.services-area {
  margin-top: -10px;
}
.carousel-indicators {
  bottom: 20px;
}
.carousel-caption {
  bottom: 120px;
  text-align: left;
}
.carousel-caption h5,
.carousel-caption h2,
.carousel-caption .amt {
  text-transform: uppercase;
  font-weight: bold;
}
.carousel-caption h5 {
  color: #008cdf;
}
.carousel-caption h2 {
  color: #ffffff;
  font-size: 45px;
}
.carousel-caption p {
  font-size: 16px;
}
.carousel-caption .amt {
  font-size: 45px;
}
.carousel-caption .shop-btn,
.discount-card-1 .shop-btn {
  padding: 13px 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #008cdf;
  color: #ffffff;
  border-radius: 2px;
}
.carousel-caption i.fa.fa-angle-double-right {
  padding-left: 7px;
}
/* Logo and Header */
.logo {
  width: 70%; /* 25%; */
}
.middle-header {
  background: #008cdf;
}
.middle-header .search-box .form-control {
  border-color: #fff;
}
.middle-header .search-box .search-btn {
  background-color: #008cdf;
  border-radius: 2px;
}
.middle-header .search-box .search-btn i {
  top: 0;
}
.middle-header .wish-cart li a .wish-icon .count,
.middle-header .wish-cart li .cart .wish-icon .count {
  background-color: #ffffff;
  color: #333 !important;
}
.top-social li a {
  background: #008cdf;
}
/* Home filter */
.services-area .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}
.services-area .search-btn {
  padding: 7px 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #008cdf;
  color: #ffffff;
  border-radius: 2px;
}
.services-area .search-btn i.fa.fa-angle-double-right {
  padding-left: 7px;
}
.services-area .filter-start {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.filter-start i.fa.fa-car {
  font-size: 16px;
  color: #008cdf;
  padding-right: 4px;
}
.filter-tag {
  background: #ffffff;
  padding: 30px 5px;
  box-shadow: 0px 3px 6px 0px #eaeaea;
  border-radius: 8px;
}
.align-middle {
  justify-content: right;
  display: flex;
  align-items: center;
}
/* Popular Categories */
.category-box {
  display: flex;
}
.category-box > div {
  margin: 10px;
  width: 100%;
}
.popular-categories {
  background: #e7e7e7;
  border-radius: 10px;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  box-shadow: 0px 5px 10px 0px #d3d3d3;
}
.category-card p {
  text-align: center;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding-top: 20px;
}
.pb-100 {
  padding-bottom: 100px;
}
/* Discount Section 1 */
.discount-banner {
  height: 100%;
  border-radius: 10px;
  padding: 60px 10px 90px 50px;
  min-height: 300px;
}
.discount-left-box {
  padding-right: 0;
}
.discount-card-1 .discount-content {
  max-width: 400px;
  text-align: left;
  padding: 10px 10px 0 30px;
}
.discount-right-box .discount-content {
  padding: 0;
}
.discount-card-1 .discount-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.5;
  text-transform: uppercase;
}
.discount-card-1 .discount-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}
.discount-card-1 .discount-content p a {
  text-decoration: underline;
  color: rgb(0 140 223);
  text-transform: uppercase;
  font-weight: 500;
}
.discount-right-box .shop-btn,
.discount-card-1 .shop-btn {
  padding: 13px 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #ffffff;
  color: #008cdf;
  border-radius: 2px;
}
.discount-right-box .sale-discount-bg.discount-banner {
  background: rgb(0 140 223);
}
/* Featured Product */
.product-container-init {
  display: flex;
  flex-wrap: wrap;
  background-color: #f3f3f3;
  padding: 10px;
  justify-content: center;
  width: 100%;
}
.product-container {
  background-color: #f3f3f3;
  padding: 10px;
  justify-content: center;
  width: 100%;
}
.product {
  background-color: #ffffff;
  /*  width: 19%; */ /* 250px; */
  margin: 10px;
  text-align: center;
  position: relative;
  /* height: 350px; */
  margin: 10px 10px 10px 0;
  border-radius: 8px;
  padding: 20px 20px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.product-container-init .product {
  width: 15%;
}

.product-alert {
  background: #f93f3f;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
}
.wishlist-item-btn {
  background: #008cdf; /* #000; */
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
}
a.wishlist-item-btn:hover {
  color: #fff;
  background: #008cdf;
  /*  color: #008cdf;
  background: #fff;
  border: 1px solid #008cdf; */
}
.add-to-cart-button {
  display: block;
  /* position: absolute; */
  bottom: 10px;
  left: 50%;
  /* transform: translateX(-50%); */
  padding: 10px;
  background-color: #008cdf;
  color: #fff;
  border: none;
  cursor: pointer;
}
/* Adjust the button height */
.product:hover .add-to-cart-button {
  display: block;
  height: auto; /* Set the height to auto */
  width: 100%;
  /* position: absolute;
    bottom: 8pc; */
}
.product:hover .add-to-cart-button:hover {
  color: #ffffff;
}
.product-info-box {
  text-align: left;
  line-height: 30px;
  /* margin-top: 30px; */
  /* position: absolute;
    bottom: 20px; */
  /* margin-top: auto; */
}
.product-info-box h4 {
  text-transform: capitalize;
  font-size: 14px;
  word-wrap: break-word;
}
.product-info-box p {
  margin-bottom: 0;
}
.product-price {
  font-size: 12px;
  color: #000;
}
.product.feature-info {
  margin-left: 10px;
  padding: 40px;
  width: 30%; /* 38%; */
  text-align: left;
  display: block !important;
}
.feature-info p {
  font-size: 14px;
  color: #333;
}
.feature-info p.desc {
  padding-top: 20px;
  margin-bottom: 25px;
}
a.square-btn {
  padding: 10px 15px;
  background: #008cdf;
  color: #ffffff;
  border: none;
}
/* Featured product */
.single-products .product-img img {
  width: 100%;
}
/* Our Brands */
.brand-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-gap: 0px;
  padding: 10px;
}
.brand-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0;
  font-size: 30px;
}
.brand-logo {
  grid-column: 1;
}
.brand-list .partner-item {
  padding: 10px !important;
  border: 1px solid #e7e7e7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-left-radius {
  border-top-left-radius: 10px;
}
.top-right-radius {
  border-top-right-radius: 10px;
}
.bottom-left-radius {
  border-bottom-left-radius: 10px;
}
.bottom-right-radius {
  border-bottom-right-radius: 10px;
}
/* Blog Box */
.cat-shop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  height: 50vh;
  position: relative;
  background: url("https://stimg2.cardekho.com/images/carNewsimages/userimages/650X420/13348/LubricantGuide.jpg");
  text-align: right;
  line-height: 30px;
  padding: 30px;
  /* height: 300px; */
  background-position: center;
  background-size: cover;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.cat-shop h4,
.cat-shop p,
.cat-shop a {
  position: relative;
  z-index: 1;
  color: #fff;
}
/* Newsletter */
.newsletter-area {
  background: #f2f2f2;
  text-align: center;
}
.newsletter-area #newsletter-form .submit-btn {
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 25px;
  height: 55px;
}
.newsletter-area #newsletter-form {
  width: 50%;
  margin: 0 auto;
}
/* Address area */
.contact-area {
  background: #058fff;
  padding: 30px 20px;
  color: #fff;
  position: relative;
  top: 80px;
}
.border-right-white {
  border-right: 1px solid #fff;
}
/* Footer */
.footer-area {
  background: #000000 !important;
  padding-top: 130px;
}
.footer-abt p {
  line-height: 22px;
}
.single-footer-widget .import-link li {
  list-style: disc;
  color: #088eff;
}
.single-footer-widget ul {
  padding-left: 2rem !important;
}
.footer-gallery {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 5px;
  padding: 10px;
}
.footer-gallery > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0;
}
/* Copyright */
.copy-right-area .payment-option li {
  display: inline-block;
  margin-right: 10px;
}
.copy-right-area {
  border-top: none;
  background: #058fff;
}
.copy-right-area ul.payment-option {
  margin: 0;
}
.copy-right-area p,
.copy-right-area li {
  color: #fff;
}
.copy-right-left {
  float: left;
  padding-left: 50px;
}
.copy-right-right {
  float: right;
  padding-right: 50px;
}
/* Title */
.section-title h3 {
  text-align: center;
  font-size: 20px;
}
/* Carousel */
/* .product.slick-slide {
    width: 250px !important;
    height: 385px !important;
} */
.slick-slide {
  height: auto !important;
}
/* Cart */
.default-btn:hover {
  background-color: transparent !important;
}
/* Product Details */
.product-view-one .owl-prev i,
.product-view-one .owl-next i,
.product-view-one
  .modal-content
  .product-content
  .share-this-product
  ul
  li
  a:hover
  i,
.product-view-one .owl-item.active.current {
  background-color: #008cdf !important;
}
/* Cart */
.slide-cart-table .header {
  position: relative;
}
table.slide-cart-table th,
table.slide-cart-table th a {
  color: #000000;
}
.slide-cart-table a.remove-from-cart {
  position: absolute;
  background: red;
  right: 5px;
  top: 5px;
  border-radius: 3px;
  padding: 3px 5px;
}
.slide-cart-table .header a.remove-from-cart {
  color: #ffffff;
}
.offcanvas-footer {
  padding: 30px 20px;
  text-align: center;
  border-top: 1px solid #dee2e6;
}
.offcanvas-footer a.square-btn {
  padding: 10px 50px;
}
div#offcanvas-footer p {
  color: #000;
}
/* Product details page */
.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  .plus-btn:hover,
.product-view-one
  .modal-content
  .product-content
  .product-add-to-cart
  .input-counter
  .minus-btn:hover {
  background-color: #048bdf !important;
}
.page-title-area .page-title-content ul li.active,
.product-view-one .modal-content .product-content .price .new-price,
.product-details-area .products-details-tab .tabs li.current,
.product-details-area .products-details-tab .tabs li:hover {
  color: #048bdf !important;
}
.product-add-to-cart a.square-btn {
  padding: 14px 15px;
}
/* Cart */
.cart-area .cart-totals .default-btn {
  background: #008cdf !important;
}
.vertical-center {
  vertical-align: middle;
}
.cart-table.table-responsive {
  border: 1px solid #eaeaea;
}
.clearCart {
  background: #f44336;
}
.clearCart:hover {
  background: red !important;
}
.clear-btn {
  background: red;
  padding: 4px;
  color: #fff;
  border-radius: 30px;
}
