.brand-list .partner-item {
  padding: 30px;
  border: 1px solid #e7e7e7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .brand-list .a:hover .partner-item img, .partner-item img:hover{
    filter: none;
} */

.single-services .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-services .icon img {
  margin: 0px;
}

/** Overrite Styles: Search Component  **/
.serch-result.new-theme {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 15px 15px 7px;
  border: 1px solid #e0e0e0;
  border-top: 0px;
}
.serch-result.new-theme .s-r-inner {
  height: 380px;
  overflow-y: auto;
}

.serch-result.new-theme .categories-btn {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.serch-result.new-theme .categories-btn .btn {
  padding: 0 15px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.serch-result.new-theme .bottom-area {
  display: block;
  text-align: center;
  padding-top: 7px;
  border-top: 1px solid #e0e0e0;
}

.serch-result.new-theme .bottom-area a {
  margin-bottom: 0px;
  color: #555;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.serch-result.new-theme .product-card.p-col {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 7px;
}

.serch-result.new-theme .product-card.p-col:last-child {
  border-bottom: 0px;
}

.serch-result.new-theme .product-card.p-col:hover {
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
}

.serch-result.new-theme .product-card .product-thumb {
  width: 60px;
}

.serch-result.new-theme .product-card .product-title > a {
  height: auto !important;
}

.serch-result.new-theme .product-card.p-col {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 7px;
}
.product-card.p-col .product-card-body {
  flex: 1;
  text-align: left;
}
.product-card.p-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.product-card {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-card.p-col .product-thumb {
  width: 120px;
  margin-right: 20px;
}

.product-card .product-thumb {
  display: block;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
}
.product-card .product-card-body {
  padding: 15px 15px 10px;
}
.product-card .rating-stars {
  display: none;
}

.serch-result.new-theme .product-title a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: color 0.3s;
  color: #232323;
}
.serch-result.new-theme .product-price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #ff6a00 !important;
}

/** Overrite Styles: End Search Component  **/

/** Pagination Component ***/
.pagination {
  margin-bottom: 0px;
}
.pagination .page-item {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #111111;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f9fbfe;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
}
.pagination .page-item .page-link {
  padding: inherit;
  border: none;
}
.pagination .page-item:hover .page-link {
  color: #ffffff;
  border-color: #25446c;
  background-color: #25446c;
}

.pagination .page-item.active {
  border: none;
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  border-color: #25446c;
  background-color: #25446c;
  border: none;
}
.pagination .page-item .page-link {
  color: #25446c;
  border: none;
}
/** Pagination Component Style Overriting IS END  ***/
/** Slider */
.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  /* background-color: #333; */
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 40px;
  padding: 15px !important;
  margin: 0 10px;
  cursor: pointer;
}

/* Style the navigation buttons on hover */
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover,
.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
}
.hero-slider-two .owl-nav {
  position: relative;
  bottom: 600px;
}
.hero-slider-two button.owl-prev {
  float: left;
}
.hero-slider-two button.owl-next {
  float: right;
}

/* Mobile Devices */
@media (max-width: 320px) {
  /* Styles for screens up to 320px wide (e.g., very small mobile phones) */
}

@media (max-width: 480px) {
  /* Styles for screens up to 480px wide (e.g., small to medium-sized smartphones) */
}

@media (max-width: 767px) {
  /* Styles for screens up to 767px wide (e.g., typical mobile devices and small tablets) */
}

/* Laptop Monitors */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Styles for screens between 768px and 1024px wide (e.g., small to medium-sized laptops and tablets in landscape mode) */
}

@media (min-width: 1280px) and (max-width: 1336px) {
  /* Styles for screens between 1025px and 1366px wide (e.g., medium-sized laptops) */
  .hero-slider-two .owl-nav {
    position: relative;
    bottom: 700px;
  }
}

@media (min-width: 1300px) and (max-width: 1440px) {
  /* Styles for screens between 1025px and 1366px wide (e.g., medium-sized laptops) */
  .hero-slider-two .owl-nav {
    position: relative;
    bottom: 400px;
  }
}

@media (min-width: 1367px) and (max-width: 1920px) {
  /* Styles for screens between 1367px and 1920px wide (e.g., large laptops and desktop monitors) */
}

/* Large Monitors */
@media (min-width: 1921px) {
  /* Styles for screens wider than 1920px (e.g., extra-large desktop monitors) */
}
/** Slider END ***/
/* Align center the icons */
.top-social li a {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
}

/* catalog */
#catalog_page.services-area {
  padding-bottom: 0;
}
#catalog_page .filter-tag {
  box-shadow: 0px 0px 6px 3px #eaeaea;
}
.filter-start i.fa.fa-filter {
  font-size: 12px;
  color: #008cdf;
  padding-right: 4px;
}
.filter_body {
  padding-top: 60px;
  background: #f3f3f3;
  padding-bottom: 20px;
}
section.product_listing {
  background: #f3f3f3;
}
.filtered_products .product {
  min-height: 350px;
}
/* .filtered_products .product img {
  width: 80%;
} */
/* Product overview */
.product-content.ml-15 {
  position: absolute;
  top: 0;
}
.model_text {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.readmore {
  color: #008cdf !important;
}
.brand_desc {
  display: flex;
  column-gap: 5px;
  justify-content: left;
  align-items: center;
}
.mt-50 {
  margin-top: 50px;
}
.page-title-area#shop_page {
  height: auto;
  border-top: 1px solid #f0ebeb;
  background: #ffffff;
  margin-bottom: 10px;
}
/* Number field */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* Product Details */
.product-details-area .tab .tabs_item:first-child {
  word-wrap: break-word;
}
/* Slick js */
.slick-slide img {
  width: 80%;
  object-fit: contain;
  margin: 0 auto;
}
.sidebar-widget.brand ul li {
  padding-bottom: 10px;
  padding-left: 10px;
}
.faq-tab .tabs li.current {
  color: #008cdf;
}
.faq-tab .tabs li::before {
  background-color: #008cdf;
}
.btn-century {
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #008cdf;
  color: #ffffff;
  border-radius: 2px;
}
.btn-century:hover {
  background: #fff;
  color: #008cdf;
  border: 1px solid #008cdf;
}
.contact-area.contact-page {
  background: #ffffff !important;
}
section.contact-map {
  background: #f3f3f3 !important;
}
.contact-form .form-group p,
.contact-form .form-group a {
  color: #9c9c9c !important;
}
.main-content-text {
  line-height: 30px;
  color: #000;
  text-align: justify;
}
.brand-list#brand_page .col-c5 {
  margin-bottom: 0;
  padding: 0;
}
section#brand_page {
  padding-bottom: 80px;
}
.product-view-one-image {
  min-height: 50vh;
}
/* New Filter */
ul#brandsList li {
  padding-left: 10px;
  padding-right: 10px;
}
ul#brandsList {
  padding-top: 20px;
  border: none;
}
.sidebar-widget.categories ul li {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.desktop-nav .navbar .navbar-nav {
  margin: 0 auto;
}
a.product-thumb.sidebar img.product-img {
  padding: 5px;
}
a.product-thumb.sidebar {
  text-transform: capitalize;
  font-size: 14px;
  word-wrap: break-word;
}
/* Contact */
.contactInfo .card:hover {
  background-color: #008cdf;
  color: white;
  border: none;
}

.contactInfo .card:hover .card-title,
.contactInfo .card:hover .py-2 {
  color: white;
}

.contactInfo .card:hover .card-title,
.contactInfo .card:hover span {
  color: white;
}

.contactInfo .card-body .contact-address {
  color: #9c9c9c;
}
/* About Us */
.about-content.abt-txt p,
.about-mission-sec p {
  color: #111111 !important;
  line-height: 25px !important;
  font-family: "Rubik", sans-serif !important;
}
.ms-txt p span {
  color: #111111 !important;
}
.about-content.abt-txt h3,
.about-content.abt-txt p font,
.about-content.abt-txt h3 {
  color: #111111 !important;
}
.product-name.d-flex.align-items-center a {
  font-size: 14px;
}
/* Checkout */
table#checkout-orders-list td {
  padding: 5px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
table#checkout-orders-list thead th {
  font-size: 15px;
  color: #333;
  text-align: left;
  padding: 5px;
  font-weight: 500;
  padding-bottom: 10px;
}
.order_box {
  border: 2px solid #008cdf;
  border-radius: 30px;
  padding: 30px;
}
table#checkout-orders-list {
  width: 100%;
}
table#checkout-orders-list thead tr {
  border-bottom: 1px solid #e5e5e5;
}
.order_box .title {
  margin-bottom: 25px;
}
#checkoutOrder input.form-control {
  height: 40px;
  border-radius: 5px;
}
#checkoutOrder .form-group {
  line-height: 35px;
}
form#checkoutOrder label {
  color: #333;
  padding: 8px 0 0px 0;
}
#checkoutOrder textarea#notes {
  border-radius: 5px;
  margin-bottom: 20px;
}
.order_box button {
  width: 100%;
  margin-top: 15px;
}
.order_box .btn-century:hover {
  background: #008cdf;
  color: #ffffff;
  border: none;
}
.successful-order {
  color: #333;
}
.mn-b20 {
  margin-bottom: 20px;
}
.auth .btn-century {
  width: 100%;
}
/* Checkout */
input#orderByWhatsApp {
  margin-left: 10px;
}
input#orderByWhatsApp,
input#orderByemail {
  margin-right: 3px;
}
/* User dashboard */
div#wishlist .add_to_single_cart {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
div#wishlist .product-button {
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 10px;
  background-color: #008cdf;
  color: #fff;
  border: none;
  cursor: pointer;
}
div#wishlist td.product-name {
  line-height: 30px;
}
/* Reset */
div#forgot_password .form-group {
  line-height: 30px;
}
/* Home */
.cat-shop p span {
  color: #fff !important;
}
.ad_banner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px;
}
.carousel-caption {
  bottom: 0;
  text-align: left;
  top: 25%;
  line-height: 30px;
}
.banner-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}
/* Mobile View */
.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}
/* Slick slider */
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 3rem !important;
  color: #008cdf !important;
}
.slick-prev:before {
  content: "\f104" !important;
}
.slick-next:before {
  content: "\f105" !important;
}
.slick-prev,
.slick-next {
  top: 40% !important;
}
.slick-prev {
  left: -30px !important;
}
/*  Home */
.row.view-more {
  margin-top: 30px;
}
.view-more .btn-century {
  padding: 10px 25px;
}
ul#brandsList {
  /* height: 25%; */
  height: 470px;
  overflow: scroll;
}
#featured-product-home .product-container-init .product {
  width: 18%;
}
.sidebar-widget.categories ul {
  overflow: scroll;
}
/* Scroll bar css */
ul#brandsList {
  height: 470px;
  overflow-y: scroll;
  overflow-x: hidden;

  /* For Firefox */
  scrollbar-width: auto;
  scrollbar-color: auto auto;
}

/* For WebKit browsers (Chrome, Safari) */
ul#brandsList::-webkit-scrollbar {
  width: 5px; /* Width of the vertical scrollbar */
}

ul#brandsList::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the scrollbar track */
}

ul#brandsList::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
}

ul#brandsList::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar thumb when hovered */
}
/* Shop Pagination */
.page-link {
  width: 45px;
  height: 45px;
  line-height: 30px !important;
}
.pagination .page-item {
  line-height: 30px !important;
}
.pagination .page-item.active .page-link .active-no {
  position: relative;
  top: 7px;
}
.page-link {
  color: #25456c;
}
