@media (max-width: 576px) {
  .header {
    height: max-content !important;
  }
}

.cs-container {
  max-width: 1350px;
  margin: auto;
}

.main-logo {
  width: 155px;
}

.navbarr {
  height: 50px;
}

.nav-item {
  padding: 0px;
}

.main-menu .nav-link:hover {
  color: var(--bs-danger) !important;
  background: none;
}

.link-primary:hover {
  color: var(--bs-secondary) !important;
}

.hero-section {
  max-height: 630px;
  height: 100%;
}

.prev, .next {
  background: rgba(0,0,0,0.43);
  padding: 60px;
  border-radius: 5px;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .prev, .next {
    background: rgba(0,0,0,0);
    padding: 0px;
    border-radius: 5px;
    opacity: 1 !important;
  }
}

.slider-product-info {
  width: 439px;
  height: 431px;
  top: 13%;
  background: rgba(255,255,255,0.17);
  transition: all 0.5s;
  left: 50%;
}

.content-circle {
  width: 90%;
  height: 90%;
  background: rgba(255,255,255,0.7);
}

.call-now-btn:hover {
  background: #7d000c !important;
}

.product-nav-bar {
  height: 145px;
}

.product-image {
  height: 210px;
}

.price-div {
  border-top-left-radius: 50px;
  height: 63px;
}

.product-content-home {
  border-bottom: 1px solid #000000;
}

.about-section {
  height: 577px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0px;
}

.overly {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.67);
}

.sub-heading {
  max-width: 500px;
  padding: 5px 0px;
  background: var(--bs-light);
  border: 6px solid #990000;
  border-radius: 50px;
}

.about-p {
  max-width: 700px;
  width: 100%;
  margin: 30px auto auto;
}

.contact-section {
  padding: 80px 0px;
}

.partner-section {
  padding: 80px 0px;
}

.home-footer {
  padding: 50px 0px 0px;
}

.footer-logo {
  max-width: 155px;
}

.subscribe-email {
  width: 67%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.subscribe-btn {
  width: 33%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.copywrite {
  height: 60px;
  border-top: 1px solid #cbcbcb;
  background: #000000;
}

.slider-product-info:hover {
  box-shadow: 0px 0px 88px #ffffff;
}

.call-now-btn {
  transition: all 0.5s;
}

.show-all-btn:hover {
  background: #262626 !important;
}

@media (max-width: 768px) {
  .location-icon-text img {
    width: 35px;
  }
}

@media (max-width: 768px) {
  .location-icon-text div span {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .location-icon-text div a {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .location-icon-text p {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .slider-product-info {
    width: 250px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .content-circle h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 576px) {
  .content-circle h1 {
    font-size: 20px !important;
    display: none;
  }
}

@media (max-width: 768px) {
  .content-circle span {
    font-size: 24px !important;
  }
}

@media (max-width: 768px) {
  .call-now-btn {
    font-size: 12px !important;
    padding: 6px;
  }
}

@media (max-width: 768px) {
  .product-content-home p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .clocks-item {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .map-info {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .none-for-mobile {
    display: none !important;
  }
}

.top-view-map {
  font-size: 14px;
}

@media (min-width: 577px) {
  .non-for-desktop {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .slider-product-info {
    width: 150px;
    height: 140px;
  }
}

@media (max-width: 576px) {
  .call-icon {
    display: none;
  }
}

@media (max-width: 576px) {
  .content-circle {
    padding: 20px !important;
  }
}

@media (max-width: 576px) {
  .about-section {
    min-height: 100% !important;
    height: 100%;
  }
}

@media (min-width: 1400px) {
  .slider-product-info {
    /*left: 40%;*/
  }
}

.main-inventory-section {
  /*padding: 80px 0px;*/
}

.filter-heading {
  height: 70px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.search-input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 70%;
  border: 1px solid var(--bs-primary);
}

.search-btn {
  width: 30%;
  border-top-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
}

.inline {
  height: 1px;
  background: #a4a4a4;
}

.left-radio, .right-radio {
  width: 20px;
  height: 20px;
}

.search-by-line {
  height: 8px;
}

.left-radio {
  top: -6px;
  left: -6px;
  bottom: 0;
}

.right-radio {
  right: -6px;
  top: -6px;
}

.search-div-form.search-tab {
  width: 280px;
}

.nav-tabs .nav-link.active {
  color: var(--bs-primary) !important;
  font-weight: 600;
}

.price-div.product-price {
  max-width: 130px;
}

.border-right {
  border-right: 1px solid #d3d3d3;
}

.product {
  border-bottom: 1px solid #d5d5d5;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #990000;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.header {
  height: 160px;
}

@media (max-width: 576px) {
  .navbarr {
    height: 100px;
  }
}

.featured-image {
  max-height: 456px;
}

.product-info-board {
  height: 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 50px;
}

.board-item {
  border-bottom: 1px solid #aaaaaa;
}

.hero-image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.input-bg {
  background: #ECEFF3;
}

.form-div {
  margin-top: -138px;
}

.copywrite.for-home {
  background: #eeeeee;
}

.ad-active {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.nav-link:focus, .nav-link:hover {
  background: #ffffff;
  color: #000000 !important;
}

.dashboard-header {
  height: 60px;
  border-bottom: 1px solid #000000;
}

.orders h4 {
  border-bottom: 1px solid #000000;
}

.login-main {
  max-width: 600px;
  margin: auto;
  width: 600px;
}

@media (max-width: 768px) {
  .price-div {
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .icon-non-desktop {
    display: none;
  }
}

.collapses:not(.show) {
  /*display: none !important;*/
}

.main-menu .active {
  color: var(--bs-danger) !important;
}

.range-input {
  position: absolute;
  width: 100%;
  pointer-events: none;
  background: none;
  appearance: none;
  height: 0;
  z-index: 3;
  top: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input::-webkit-slider-thumb {
  pointer-events: all;
  width: 18px;
  height: 18px;
  background: #007bff;
  border-radius: 50%;
  border: 2px solid white;
  appearance: none;
  cursor: pointer;
  z-index: 3;
}

.slider-track {
  position: relative;
  height: 9px;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
}

.slider-fill {
  position: absolute;
  height: 100%;
  background: #007bff;
  border-radius: 3px;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
}

.range-input::-webkit-slider-thumb {
  background: var(--bs-primary);
}

.range-input:hover {
  /*border: 3px solid #000000;*/
}
/* ================================
   Product Page – Swiper Image Fix
   Keeps all product images the same size
   ================================ */

.mySwiperFeatured,
.mySwiperFeatured .swiper-wrapper,
.mySwiperFeatured .swiper-slide {
    height: 420px; /* adjust if you want taller */
}

.mySwiperFeatured .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiperFeatured img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* prevents zoom/crop */
}

