:root {
  --primary-theme-color: #ad2225;
  --secondary-theme-color: #de4246;
  --tertiary-theme-color: #ee4b6a;
  --quaternary-theme-color: #ff0000;
  --quinary-theme-color: #e52e30;
  --senary-theme-color: #f2e8e8;
  --primary-success-color: #008000;
  --secondary-success-color: #218838;
  --tertiary-success-color: #84c318;
  --quaternary-success-color: #28a745;
  --primary-info-color: #17a2b8;
  --secondary-info-color: #138496;
  --primary-aquamarine-color: #7fffd4;
  --primary-black-color: #000000;
  --secondary-black-color: #001011;
  --primary-dark-color: #333;
  --secondary-dark-color: #343a40;
  --primary-blue-color: #007bff;
  --secondary-blue-color: #0056b3;
  --tertiary-blue-color: #004085;
  --primary-yellow-color: #ffc107;
  --secondary-yellow-color: #e0a800;
  --primary-orange-color: #fd7e14;
  --secondary-orange-color: #e67e22;
  --transparent-blue-color: rgba(0, 123, 255, 0.1);
  --primary-border-color: #964f4f;
  --primary-border-radius: 12px;
  --secondary-border-radius: 10px;
  --tertiary-border-radius: 8px;
  --quaternary-border-radius: 6px;
  --quinary-border-radius: 4px;
  --primary-white-color: #ffffff;
  --secondary-white-color: #f8f9fa;
  --tertiary-white-color: #e9ecef;
  --primary-gray-color: #6c757d;
  --secondary-gray-color: #495057;
  --transparent-gray-color: rgba(108, 117, 125, 0.1);
  --warning-color: #ffc107;
  --primary-text-color: #ffffff;
  --hover-color: #006bb4;
  --footer-dark-bg: #1a1a1a;
  --primary-hover: #8a1b1d;
  --footer-text-muted: #dee2e6;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #f2f2f2;
}

#login-form .form-control {
  border: 2px solid var(--primary-theme-color);
}

.form-select {
  border-radius: 0 !important;
}

input {
  border-radius: 0 !important;
}

input:active {
  border-radius: 0 !important;
}

input:hover {
  border-radius: 0 !important;
}

input:focus {
  border-radius: 0 !important;
}

input:focus-visible {
  border-radius: 0 !important;
  outline: var(--primary-black-color) 0;
}

.input-bid {
  border-radius: 0 !important;
}

.input-bid:active {
  border-radius: 0 !important;
}

.input-bid:hover {
  border-radius: 0 !important;
}

.input-bid:focus {
  border-radius: 0 !important;
}

.input-bid:focus-visible {
  border-radius: 0 !important;
  outline: var(--primary-black-color) 0;
}

.input-group-text {
  border-radius: 0 !important;
  height: 100%;
}

.rc-anchor {
  border-radius: 0 !important;
}

.form-control {
  border-radius: 0 !important;
}

.card {
  border-radius: 0 !important;
}

.btn {
  border-radius: 0 !important;
}

#mapDiv > div {
  border-radius: 0 !important;
}

.alert {
  border-radius: 0 !important;
}

/*pickup schedule start*/
#container-day {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: auto;
  display: flex;
  flex-direction: row;
  padding: 10px;
}

#container-time {
  position: relative;
  width: 100%;
  height: 200px;
}

.day {
  width: 100%;
  word-wrap: normal;
  margin-left: 4px;
  padding-bottom: 4px;
  height: 70px;
}

.time {
  width: 100%;
  padding: 5px;
  border: 1px solid #c3c3c3;
}

/*pickup schedule end*/

.section-wrapper {
  width: 100%;
  margin: 0 auto;
}

.section-header {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-theme-color);
  letter-spacing: 2px;
}

/* HEADER start */
/* Light top utility bar - now inside mobile menu */
.top-bar {
  background-color: var(--secondary-white-color);
  color: var(--secondary-gray-color);
  font-size: 0.9rem;
  padding: 4px 12px;
  border-bottom: 1px solid var(--tertiary-white-color);
  border-radius: var(--quinary-border-radius);
}

.top-bar a {
  color: var(--primary-gray-color);
}

.top-bar a:hover {
  color: var(--primary-theme-color);
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 768.98px) {
  .top-bar {
    flex-direction: column;
    align-items: center;
  }

  .brand-logo {
    width: 200px !important;
    height: 70px !important;
  }
}

/* Light main navigation */
.navbar-custom {
  background-color: var(--primary-white-color) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-custom .navbar-brand {
  color: var(--secondary-dark-color) !important;
  font-weight: 600;
}

.navbar-custom .nav-link {
  color: var(--secondary-gray-color) !important;
}

.navbar-custom .nav-link:hover {
  color: var(--primary-theme-color) !important;
}

/* Enhanced Main Navigation Links */
.nav-item {
  margin: 0 5px;
}

.nav-item .nav-link {
  color: var(--primary-black-color) !important;
  border-radius: var(--primary-border-radius);
  padding: 4px 8px !important;
  margin: 2px 0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid var(--primary-theme-color);
}

.nav-item .nav-link:hover {
  background-color: var(--secondary-theme-color);
  border-color: var(--secondary-theme-color);
  color: var(--primary-white-color) !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-item.active .nav-link {
  color: var(--primary-white-color) !important;
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.nav-item .nav-link i {
  margin-right: 5px;
}

/* Custom smaller hamburger */
.navbar-toggler {
  padding: 0.15rem 0.5rem;
  font-size: 1rem;
}

.navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Desktop search section - hidden on mobile */
.search-section {
  background-color: var(--primary-theme-color);
  padding: 15px 0;
}

@media (max-width: 991.98px) {
  .search-section {
    display: none;
  }

  .nav-item {
    margin: 0 !important;
  }
}

/* Mobile search section - hidden on desktop */
.mobile-search-section {
  display: none;
  background-color: var(--primary-theme-color);
  padding: 14px 0;
}

.mobile-search-section .form-control {
  border-radius: var(--primary-border-radius) !important;
  width: 100% !important;
  padding-left: 30px; /* Add space for the icon */
}

.custom-select-container-mobile {
  position: relative;
  margin-bottom: 15px;
}

.custom-select-container-mobile i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #555;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .mobile-search-section {
    display: block;
  }
}

/* Search button styles */
.search-btn {
  background-color: var(--quaternary-theme-color);
  color: var(--primary-white-color);
  border: 2px solid var(--primary-black-color);
  border-radius: var(--primary-border-radius) !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background-color: var(--tertiary-theme-color);
  color: var(--primary-white-color);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile search button */
.mobile-search-btn {
  background-color: var(--quaternary-theme-color);
  color: var(--primary-white-color);
  width: 100%;
  margin-top: 5px;
  border: 2px solid var(--primary-black-color);
  border-radius: var(--primary-border-radius) !important;
}

.mobile-search-btn:hover {
  background-color: var(--tertiary-theme-color);
  color: var(--primary-white-color);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile search icon in navbar */
.mobile-search-toggler {
  color: var(--secondary-gray-color);
  font-size: 1.1rem;
  padding: 0.25rem 0.5rem;
  border: none;
  background: none;
}

.mobile-search-toggler:hover {
  color: var(--primary-theme-color);
}

/* Mobile menu utility bar */
.mobile-utility-bar {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-utility-bar {
    display: block;
  }

  .mobile-utility-bar a {
    font-size: 12px;
    color: var(--secondary-gray-color);
  }

  .desktop-utility-bar {
    display: none;
  }

  /* Adjust nav links for mobile */
  .nav-item .nav-link {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 5px 0;
  }
}

/* Other styles */
.form-control:focus {
  border-color: var(--primary-theme-color);
  box-shadow: 0 0 0 0.2rem rgba(173, 34, 37, 0.25);
}

.dropdown-toggle {
  background-color: var(--primary-white-color);
  color: var(--secondary-gray-color);
}

.dropdown-toggle:hover {
  background-color: var(--secondary-white-color);
}

.dropdown-menu {
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.btn-outline-custom {
  color: var(--primary-white-color) !important;
  background-color: var(--primary-theme-color) !important;
  border-radius: var(--primary-border-radius) !important;
  padding: 4px 12px;
}

.btn-outline-custom:hover {
  background-color: var(--secondary-theme-color) !important;
  border-color: var(--secondary-theme-color) !important;
}

.text-custom {
  color: var(--primary-theme-color) !important;
}

.top-nav-link {
  color: var(--primary-theme-color) !important;
  font-size: 0.9rem;
  text-decoration: none;
}

.top-nav-link:hover {
  color: var(--primary-blue-color) !important;
  text-decoration: underline;
}

.search-input {
  margin-right: 4px;
  border-radius: var(--primary-border-radius) !important;
  width: 100% !important;
}

.search-input:hover,
.search-input:focus {
  border-radius: var(--primary-border-radius) !important;
}

/* Custom select styles for desktop search */
.custom-select-container {
  position: relative;
  width: 25%;
}

.custom-select-container i {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  color: var(--secondary-gray-color);
}

.custom-select {
  width: 100% !important;
  padding-left: 35px;
  height: 38px;
  border: none;
  border-radius: var(--primary-border-radius) !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--primary-white-color);
  cursor: pointer;
}

.custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 34, 37, 0.25);
}

/* HEADER END */

/* EVENT DETAILS PAGE */
.event-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-dark-color);
  margin-bottom: 1rem;
}

.event-image-wrapper {
  background: var(--primary-white-color);
  border-radius: var(--secondary-border-radius);
  overflow: hidden;
}

.event-adult-image-wrapper {
  background: var(--primary-white-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.event-item-submit-bid-btn {
  background-color: var(--quinary-theme-color);
  border: none !important;
  color: var(--primary-white-color);
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 4px 12px;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  transition: all 0.3s ease !important;
}

.event-item-submit-bid-btn:hover {
  background-color: #c82333;
  border: none !important;
  color: var(--primary-white-color);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.current-bid-badge {
  background-color: var(--primary-yellow-color);
  color: var(--primary-black-color);
  padding: 2px 6px;
  border-radius: var(--primary-border-radius);
  font-size: 12px;
  font-weight: 700;
}

.bids-count-text {
  font-size: 12px;
  font-weight: 600;
}

.auction-event {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  background: var(--senary-theme-color);
  border: 1px solid var(--primary-border-color);
  position: relative;
  overflow: hidden;
  border-radius: var(--secondary-border-radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.auction-event:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.auction-event .image-wrapper {
  display: flex;
  flex-direction: column;
  background: var(--primary-white-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.auction-event img {
  height: 10rem;
  object-fit: contain;
}

.auction-event:hover img {
  transform: scale(1.05);
}

.auction-event .auction-event-body {
  padding: 8px 12px;
  border-top: 1px solid var(--primary-border-color);
  min-height: 180px;
  max-height: 190px;
}

.auction-event .auction-event-body h5 {
  font-size: 18px;
  color: var(--primary-theme-color);
  text-transform: uppercase;
}

.auction-event .auction-event-body p {
  font-size: 14px;
  color: var(--primary-dark-color);
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.auction-event .auction-event-body p i {
  margin-right: 10px;
  font-size: 14px;
  color: var(--primary-theme-color);
}

.auction-event .auction-event-body p span {
  flex: 1;
  font-weight: 500;
}

.auction-event .auction-event-body p:nth-child(2) {
  font-weight: bold;
  color: var(--primary-black-color);
}

.item-status-table {
  background: var(--secondary-white-color);
  border: 1px solid var(--primary-border-color);
  border-radius: var(--primary-border-radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-top: 0.5rem;
}

.item-status-table-one-mobile,
.item-status-table-two-mobile {
  display: none;
}

.item-status-table-header {
  background: var(--senary-theme-color);
  border-bottom: 1px solid var(--primary-border-color);
}

.item-status-table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.item-status-table-cell {
  padding: 0.25rem;
  border-right: 1px solid #e9ecef;
  font-size: 0.6rem;
  color: #1c0d0d;
}

.item-status-table-cell:last-child {
  border-right: none;
}

.item-status-table-header .item-status-table-cell {
  font-weight: 600;
  color: var(--primary-border-color);
}

.item-status-table-row:not(.item-status-table-header):hover {
  background: #f0f0f0;
  transition: background 0.2s ease;
}

.item-card {
  border: 1px solid var(--primary-border-color);
  border-radius: var(--secondary-border-radius) !important;
  background: var(--senary-theme-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.item-card-header {
  background-color: var(--secondary-white-color);
  border-bottom: 1px solid var(--primary-border-color);
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.75rem;
  height: auto;
}

.item-card-header h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1c0d0d;
  margin: 0;
}

.item-title-text a {
  color: var(--primary-theme-color) !important;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.item-title-text a:hover {
  color: var(--primary-theme-color) !important;
  text-decoration: none;
}

.item-or-divider {
  text-align: center;
  margin: 0.25rem 0;
  color: #1c0d0d;
  font-size: 0.75rem;
  font-weight: 600;
}

.bid-helper {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1c0d0d;
  margin: 0.25rem 0;
}

.item-bid-input {
  border: 1px solid #ddd;
  border-radius: 12px 0 0 12px !important;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  height: 32px;
}

.item-bid-input:hover {
  border-radius: 12px 0 0 12px !important;
}

.item-bid-input:focus {
  border-color: var(--tertiary-theme-color);
  border-radius: 12px 0 0 12px !important;
  outline: none;
  box-shadow: none;
}

.more_info_link {
  display: block;
  text-align: center;
  background: none !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.more_info_link:active,
.more_info_link:focus,
.more_info_link:hover {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.info-value {
  font-weight: 600;
  color: var(--tertiary-theme-color);
  font-size: 0.75rem;
}

.event-item-buy-now-btn {
  background-color: var(--tertiary-theme-color) !important;
  border-color: var(--tertiary-theme-color) !important;
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
  border-radius: var(--primary-border-radius) !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

.event-item-buy-now-btn:hover {
  background-color: var(--quinary-theme-color);
  border-color: var(--quinary-theme-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.favorite-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50% !important;
  width: 24px;
  height: 24px;
  color: var(--tertiary-theme-color);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.favorite-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}

.favorite-btn i.fas {
  color: var(--tertiary-theme-color);
}

.shipping-badge {
  background-color: var(--secondary-blue-color);
  color: var(--primary-white-color);
  padding: 4px 12px;
  border-radius: var(--primary-border-radius);
  font-size: 0.8rem;
  font-weight: 600;
}

.view-auction-terms-btn,
.see-all-btn {
  background: var(--tertiary-theme-color);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--primary-border-radius) !important;
  color: var(--primary-white-color);
  transition: all 0.3s ease;
}

.view-auction-terms-btn:hover,
.view-auction-terms-btn:focus,
.view-auction-terms-btn:active,
.see-all-btn:hover,
.see-all-btn:focus,
.see-all-btn:active {
  background-color: #ff0000;
  color: var(--primary-white-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

@media (max-width: 768px) {
  .item-status-table {
    display: none;
  }

  .item-status-table-one-mobile,
  .item-status-table-two-mobile {
    display: block;
    background: var(--secondary-white-color);
    border: 1px solid var(--primary-border-color);
    border-radius: var(--primary-border-radius);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .item-status-table-one-mobile .table-row,
  .item-status-table-two-mobile .table-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-status-table-one-mobile .table-cell,
  .item-status-table-two-mobile .table-cell {
    font-size: 0.8rem;
  }

  .profile-card h1 {
    font-size: 2rem !important;
  }

  .captcha-wrapper {
    transform: scale(0.85);
    justify-content: center !important;
  }

  .login-wrapper,
  .register-wrapper {
    max-width: 100%;
    margin: 0;
  }

  .search-event-title {
    font-size: 24px;
  }

  .custom-select-search-page {
    width: 100% !important;
    max-width: 100% !important;
  }

  .customer-page-primary-header {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 576px) {
  .item-status-table-one-mobile .table-cell,
  .item-status-table-two-mobile .table-cell {
    font-size: 0.75rem;
  }

  .auth-section {
    flex-direction: column !important;
  }

  .contact-page-head {
    font-size: 30px !important;
    margin-top: 12px !important;
  }

  .profile-card h1 {
    font-size: 1.5rem !important;
  }
}

.message-info {
  margin: 0 0 50px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1rem;
  background: #fdf0d5;
  color: #6f4400;
  position: relative;
}

.bulldog-img:nth-child(1) {
  padding-right: 9px;
}

/* FOOTER starts */
.footer {
  background-color: var(--footer-dark-bg);
  color: var(--secondary-white-color);
  padding: 30px 0 30px;
}

.footer h5 {
  color: var(--secondary-white-color);
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.footer h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--primary-theme-color);
}

.footer-links a {
  color: var(--footer-text-muted);
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-theme-color);
  padding-left: 5px;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--secondary-white-color);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: var(--primary-theme-color);
  transform: translateY(-3px);
}

.newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--secondary-white-color);
  height: 45px;
}

.newsletter-form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 34, 37, 0.25);
}

.newsletter-form .form-control::placeholder {
  color: var(--footer-text-muted);
}

.newsletter-form .btn {
  background-color: var(--primary-theme-color);
  color: var(--secondary-white-color);
  height: 45px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
  background-color: var(--primary-hover);
}

.footer-bottom {
  border-top: 1px solid var(--secondary-dark-color);
  padding-top: 20px;
  color: var(--footer-text-muted);
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 20px 0 20px;
  }

  .footer h5::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .social-icons {
    margin-bottom: 30px;
  }

  .social-icons {
    justify-content: center;
  }
}

/* FOOTER ends */

@media screen and (max-width: 500px) {
  .section-wrapper {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .auction-item {
    margin: 0 0 20px 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-filters .row {
    margin-right: 0;
  }

  .sub-filters,
  .sub-filter-btn {
    margin-bottom: 10px;
  }
}

/* All auction page */

.filters {
  padding-top: 15px;
}

.filter-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.sub-filter-btn {
  padding-left: 12px;
  margin-right: 15px;
}

@media (max-width: 980px) {
  .sub-filter-btn {
    padding-left: 0;
    margin-right: 0;
  }
}

.sub-filter-btn button {
  color: var(--primary-black-color);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 9px;
  background: #d3d3d3;
  height: 50px;
  outline: none;
  border: 2px solid var(--primary-black-color);
  box-shadow: inset 0 1px 0 0 var(--primary-white-color),
  inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}

.sub-filters.filter-cat {
  padding-right: 0;
}

.sub-filters {
  position: relative;
}

.sub-filters:nth-child(2) {
  padding-left: 12px;
  /* padding-right: 2px; */
}

.sub-filters::after {
  font-family: 'Font Awesome 5 Free', serif;
  content: '\f107';
  font-weight: 900;
  position: absolute;
  top: 25%;
  right: 8%;
}

.sub-filters select {
  height: 50px;
  border-radius: 0;
  font-size: 14px;
}

.sortby-filter .sub-filters {
  width: 382px;
}

@media (max-width: 1400px) {
  .sortby-filter .sub-filters {
    width: 340px;
  }
}

@media (max-width: 1200px) {
  .sortby-filter .sub-filters {
    width: 280px;
  }
}

.main-header h2 {
  color: var(--primary-theme-color);
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  margin: 20px 0;
  letter-spacing: 3px;
}

/* auction items */

.auction-item {
  border: 2px solid var(--primary-black-color);
  padding: 0;
  margin: 15px;
}

.auction-head {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  border-bottom: 2px solid var(--primary-black-color);
  padding: 0 1rem;
}

.auction-head h5 {
  font-size: 17px;
  font-weight: 500;
}

.auction-image {
  height: 300px;
  background: var(--primary-white-color);
  border-bottom: 2px solid var(--primary-black-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.auction-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.auction-info {
  height: 100px;
}

.auction-info.row {
  margin: 0 !important;
}

.auction-info > div {
  text-align: center;
  height: 100%;
}

.auction-info > div:nth-child(1) {
  border-right: 2px solid var(--primary-black-color);
}

.auction-info > div:nth-child(2) {
  border-right: 2px solid var(--primary-black-color);
}

.auction-info > div:nth-child(2) p {
  color: var(--primary-theme-color);
  font-weight: bold;
}

.auction-info > div > h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.auction-info > div > p {
  font-size: 10px;
}

@media screen and (max-width: 980px) {
  .sub-filter-btn button {
    width: 100%;
  }

  .sub-filter-btn {
    padding-right: 0;
  }

  .sub-filters.filter-cat {
    padding-left: 0;
  }

  .sortby-filter .sub-filters {
    width: 100%;
    padding-left: 0;
  }

  .sub-filters:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .sortby-filter .sub-filters {
    padding-right: 0;
  }
}

/* About us page */

.page-head {
  font-weight: 600;
  margin-top: 20px;
}

.margin-escape {
  margin-right: 0;
  margin-left: 0;
}

.aboutus-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: var(--tertiary-border-radius);
  background-color: #f9f9f9;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  word-break: break-word;
}

.aboutus-info:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.aboutus-info p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  color: var(--primary-dark-color);
  margin-bottom: 0;
}

.aboutus-map {
  margin: 2.5rem auto;
  height: 350px;
  max-width: 100%;
  border: 2px solid #d1d1d1;
  border-radius: var(--secondary-border-radius);
  outline: 2px solid #0077cc;
  outline-offset: -4px;
  overflow: hidden;
}

.aboutus-map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

/* contact us page */
.contact-page-head {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--primary-theme-color);
}

.contactus-content {
  margin: 40px 0 60px 0;
}

#con-info {
  width: 100%;
}

@media (min-width: 992px) {
  #con-info {
    width: max-content;
  }
}

.contactus-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contactus-info p {
  font-size: 14px;
  text-align: justify;
}

.contactus-form {
  padding: 15px;
  border: 2px solid #708090;
  border-radius: var(--secondary-border-radius);
  position: relative;
  margin: 0 0 40px 0;
}

.contactForm-container {
  background: #f5f5f5;
  border: 1px solid #c5c5c5;
  border-radius: var(--secondary-border-radius);
  padding: 14px 8px;
}

.send-email {
  position: absolute;
  top: 2px;
  left: 25px;
  padding: 0 8px;
  z-index: 2;
  height: 28px;
  background: #f1efefe8;
}

.send-email span {
  color: #1e1eb1;
  font-size: 15px;
  font-weight: 300;
}

.contactForm-container p {
  font-size: 14px;
  margin: 15px 0 0 10px;
}

.form-content {
  margin: 15px 0;
}

.button-row {
  margin: 0;
}

.btn-submit {
  background: var(--quinary-theme-color);
  color: var(--primary-white-color);
  font-size: 14px;
  border-radius: var(--primary-border-radius) !important;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.btn-submit:hover {
  background: var(--secondary-theme-color);
  transition: 0.3s;
  color: var(--primary-white-color);
}

.captcha-wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
}

@media (max-width: 480px) {
  .captcha-wrapper {
    transform: scale(0.7);
    justify-content: center !important;
  }
}

/* FAQ page */

.faq-page-head {
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0 20px 0;
}

.faq-wrapper {
  width: 100%;
  border-radius: var(--secondary-border-radius);
}

.search-box {
  padding: 0 25px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-header {
  height: 50px;
  display: flex;
  align-items: center;
}

.card-header p {
  margin-top: 15px;
  margin-left: 8px;
}

.card-header:hover {
  background: #ededed;
}

.card-header p,
.card-body p {
  font-size: 16px;
}

.accordion .card-header::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: left;
}

.accordion .card-header[aria-expanded='true']::before {
  content: '\f0d7';
  font-weight: 900;
  float: left;
}

.mar-left-0 {
  margin-left: 0;
}

/* bulldog action list page */

.category-page-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--primary-theme-color);
  font-weight: 700;
  margin: 10px 0 16px 0;
}

.category-page-head .event-name {
  font-size: 2rem;
}

.category-page-head .location {
  font-size: 1rem;
}

.category-sub-head {
  font-size: 18px;
  font-weight: 700;
}

.category-sub-head span {
  color: #008000;
}

.premium-terms {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.premium-terms h3 {
  font-size: 18px;
  font-weight: 600;
}

.premium-terms a {
  font-size: 1rem;
  color: var(--primary-theme-color);
  font-weight: 800;
  border: 2px solid var(--primary-theme-color);
  border-radius: var(--quinary-border-radius);
  padding: 2px 6px;
  text-decoration: none !important;
}

.premium-terms a:hover {
  background: var(--secondary-theme-color);
  color: var(--primary-white-color);
}

.category-header-menu {
  height: 45px;
  border: 2px solid var(--primary-black-color);
  font-size: 14px;
  margin: 20px 6px;
  width: 99%;
}

.cat-head {
  padding: 5px;
}

.cat-head select {
  background-color: #f0f0f0;
  border: 1px solid #d3d3d3;
  padding: 3px;
}

.no-items {
  display: none;
}

.view {
  border: 1px solid #d3d3d3;
  outline: 0;
}

.view.view-active {
  background-color: #d3d3d3;
}

.view i {
  color: rgb(228, 104, 176);
}

.cat-auction-wrapper {
  width: 100%;
  margin-left: 6px;
  margin-bottom: 20px;
}

.cat-auction-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  background: var(--primary-white-color);
  border: 2px solid var(--primary-theme-color);
  position: relative;
  overflow: auto;
  border-radius: var(--tertiary-border-radius);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cat-auction-item:hover {
  border: 2px solid var(--primary-black-color);
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cat-auction-head {
  display: flex;
  justify-content: space-between;
  height: 34px;
  border-bottom: 1px solid var(--primary-black-color);
  align-items: center;
  padding: 0 5px;
}

.cat-auction-head h5 {
  font-size: 14px;
  font-weight: 700;
}

.cat-auction-head i {
  font-size: 20px;
  color: #f1eb12;
}

.cat-auction-image {
  display: flex;
  height: 180px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--primary-border-color);
}

.cat-auction-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Overlay container for adult content */
.adult-content-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Apply initial blur to the image */
.blurred-image {
  filter: blur(10px); /* Blur effect */
  transition: filter 0.5s ease; /* Smooth transition */
}

/* Overlay text and button styling */
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: var(--primary-white-color);
  text-align: center;
  font-size: 1.2em;
}

.show-adult-content-btn {
  margin-top: 10px;
  padding: 6px 10px;
  background-color: var(--primary-theme-color);
  border: none;
  color: var(--primary-white-color);
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 700;
  border-radius: var(--primary-border-radius);
  transition: background-color 0.3s;
}

.show-adult-content-btn:hover {
  background-color: #ff6347;
}

.adult-content-image-box {
  display: flex;
  flex-direction: column;
}

.hide-adult-content-btn {
  padding: 4px 12px;
  background-color: var(--primary-blue-color);
  border: none;
  color: var(--primary-white-color);
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 700;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: background-color 0.3s;
  text-decoration: none;
}

.hide-adult-content-btn:hover {
  background-color: var(--hover-color);
  text-decoration: none !important;
  color: var(--primary-white-color);
}

.cat-auction-info {
  padding: 10px;
  border-bottom: 1px solid var(--primary-border-color);
}

.highest-bid-info {
  background: var(--primary-success-color);
  color: var(--primary-white-color);
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--quaternary-border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  word-break: normal;
}

.outbid-info {
  background: var(--primary-blue-color);
  color: var(--primary-white-color);
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--primary-border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.item-sold-out-info {
  background: var(--primary-yellow-color);
  color: var(--primary-dark-color);
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--quaternary-border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cat-info-2 {
  font-size: 14px;
  margin: 0;
  color: #3e3a3a;
}

.cat-cur-info {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cat-auction-timer {
  background: #1c0d0d;
  color: var(--primary-white-color);
  text-align: center;
  padding: 0.4rem;
  border-radius: var(--primary-border-radius);
  font-weight: 600;
  font-size: 0.9rem;
}

.bidding-info {
  padding: 10px;
}

.bidding-info-bid {
  text-align: center;
}

.bidding-info-bid button,
.bidding-info-bid a {
  background: var(--tertiary-theme-color);
  border-color: var(--tertiary-theme-color) !important;
  border-radius: var(--primary-border-radius) !important;
  color: var(--primary-white-color);
  outline: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.bidding-info-bid button:hover,
.bidding-info-bid a:hover,
.bidding-info-bid a:active,
.bidding-info-bid a:focus {
  background: var(--secondary-theme-color) !important;
  border-color: var(--secondary-theme-color) !important;
  color: var(--primary-white-color) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.bidding-info-bid p {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-dark-color);
}

.bidding-info-bidAmt {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.bidding-info-bidAmt input {
  height: 32px;
  width: 55%;
  font-size: 14px;
  border-radius: var(--primary-border-radius);
}

.buy-now-btn {
  color: var(--primary-white-color) !important;
}

.wrapper-2 {
  width: 97%;
  margin: 20px auto;
}

.bids-current-value {
  color: var(--tertiary-theme-color);
}

/* BEST OFFER */
.best-offer-section {
  text-align: center;
  margin-bottom: 20px;
}

.best-offer-input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.best-offer-dollar-sign {
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}

.suggested-offers {
  text-align: center;
  margin-bottom: 20px;
}

.suggested-offers p {
  font-size: 18px;
  margin-bottom: 10px;
}

.button-container {
  display: flex;
  justify-content: center;
}

.suggested-offers-btn {
  width: 30%;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  padding: 4px 12px;
  border-radius: var(--primary-border-radius);
  border: 2px solid #007bff;
  background-color: transparent;
  color: #007bff;
  transition: background-color 0.3s ease;
}

.suggested-offers-btn:hover {
  background-color: #007bff;
  color: #fff;
}

/* BEST OFFER */

@media screen and (max-width: 980px) {
  .no-items {
    display: block;
  }

  .category-header-menu {
    height: fit-content;
    border: none;
  }

  .view {
    display: none;
  }

  .cat-head {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .cat-head div {
    margin: 10px 0;
  }

  .category-page-head {
    flex-direction: column;
    align-items: flex-start;
    margin: 5px 0 5px 0;
  }

  .category-page-head .event-name {
    font-size: 1.5rem;
  }

  .category-page-head .location {
    font-size: 0.75rem;
  }

  .cat-auction-wrapper {
    margin-left: 0;
  }
}

@media screen and (min-width: 1155px) {
  .bidding-info-bidAmt input {
    width: 55%;
  }
}

@media screen and (max-width: 328px) {
  .bidding-info-bidAmt input {
    width: 55%;
  }
}

@media screen and (max-width: 500px) {
  .dropdown-filters {
    padding-right: 0;
  }

  .btn-submit {
    width: 100%;
  }
}

/* ########################## new style for auction item detail ########################## */

/* main */

.main-container {
  margin-bottom: 50px;
  background-color: var(--primary-white-color);
}

.item-detail-rounded-top {
  border-radius: var(--primary-border-radius);
  box-shadow: 0 0 20px rgba(173, 34, 37, 0.1);
}

.main-row {
  border: 2px solid var(--primary-black-color);
  border-radius: var(--primary-border-radius);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.main-first-col {
  border-right: 2px solid var(--primary-black-color);
}

/* left part */

.controller-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--primary-black-color);
}

.controller-btn button {
  padding: 11px 10px;
  width: 100%;
  color: var(--primary-white-color);
  font-weight: bold;
  background: var(--quinary-theme-color);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 14px;
}

.controller-btn button:hover {
  background: var(--secondary-theme-color);
}

.border-top-left-radius-item {
  border-top-left-radius: 10px;
}

.controller-btn.bottom {
  border-top: 2px solid var(--primary-black-color);
}

.controller-btn .btn-previous {
  border-top-left-radius: 10px;
}

.controller-btn.bottom button:nth-child(2) {
  border-left: 2px solid var(--primary-black-color);
}

.controller-btn button:nth-child(1) {
  border-right: 2px solid var(--primary-black-color);
}

.controller-btn button:nth-child(3) {
  border-left: 2px solid var(--primary-black-color);
}

.controller-btn .btn-middle {
  margin: 0 20px;
  border-left: 2px solid var(--primary-black-color);
  border-right: 2px solid var(--primary-black-color);
}

.price-tag {
  display: flex;
  justify-content: space-between;
}

.price-tag p {
  cursor: default;
  padding: 0 5px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(90deg, #fefee3, #fdfdc4) !important;
  border-bottom: 2px solid var(--primary-black-color);
  margin-bottom: 0;
}

.price-tag p:hover {
  background: linear-gradient(90deg, #fdfdc4, #fefee3) !important;
}

.price-tag p:nth-child(1) {
  border-right: 2px solid var(--primary-black-color);
}

.price-tag p:nth-child(2) {
  border-left: 2px solid var(--primary-black-color);
}

.image-container {
  max-height: 500px;
  min-height: 500px;
  height: 100%;
  position: relative;
}

.image-container .img-controller {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.09);
  width: 10%;
  font-size: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-white-color);
  cursor: pointer;
}

.image-container .img-controller i {
  pointer-events: none;
}

.image-container .img-controller.left {
  top: 0;
  left: 0;
}

.image-container .img-controller.right {
  top: 0;
  right: 0;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnail-container {
  height: 150px;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

.thumbnail-container img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  margin: 15px 10px;
}

.thumbnail-container .bordered {
  border: 2px solid red;
  border-radius: var(--primary-border-radius);
}

/* Overlay for adult content */
.adult-content-overlay-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--primary-white-color);
  z-index: 10;
}

/* Content within the overlay */
.overlay-content-item {
  text-align: center;
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  background: #007bff;
  border-radius: var(--tertiary-border-radius);
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.show-adult-content-btn-item {
  margin-top: 10px;
  padding: 4px 8px;
  background-color: #ff4500;
  border: none;
  color: var(--primary-white-color);
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  border-radius: var(--tertiary-border-radius);
  transition: background-color 0.3s;
}

.show-adult-content-btn-item:hover {
  background-color: #ff6347;
}

/* Hide left and right controllers when overlay is active */
.image-container.overlay-active .img-controller {
  display: none;
}

/* right part */

.bid-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ccccccbf;
  border-bottom: 2px solid var(--primary-black-color);
}

.bid-info p {
  padding: 5px 10px;
}

.bid-info .series h2 {
  margin-bottom: 0;
}

.item-name {
  margin: 0;
  padding: 6px 8px;
}

.bid-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid var(--primary-black-color);
}

.bid-box .bid-now-btn,
.bid-box .buy-now-btn {
  background: var(--quinary-theme-color);
  color: var(--primary-white-color);
  box-shadow: unset !important;
  padding: 12px 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--primary-border-radius) !important;
}

.bid-box .bid-now-btn:hover,
.bid-box .buy-now-btn:hover {
  background: var(--secondary-theme-color);
}

.cancel_bid_btn {
  background: #0a0a0a;
  border-radius: var(--primary-border-radius);
  border: none;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-white-color);
}

.cancel_bid_btn:hover {
  background: #3e3a3a;
}

.input-bid {
  display: flex;
}

.input-bid input {
  padding: 5px 10px;
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

.input-bid .leave-btn {
  border: none;
  outline: none;
  background: var(--quinary-theme-color);
  color: var(--primary-white-color);
  padding: 0 20px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.input-bid .leave-btn:hover {
  background: var(--secondary-theme-color);
}

.bid-box .auction-ends-text {
  color: var(--primary-theme-color);
}

.bid-box .fa-home {
  font-size: 20px;
}

.tabs {
  background-color: #ccccccbf;
  display: flex;
  justify-content: center;
}

.tabs .active {
  background-color: var(--primary-white-color);
  border: none;
}

.tabs a {
  width: 50%;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border: 1px solid #888;
  border-top: none;
  color: var(--primary-black-color);
  font-weight: bolder;
}

.tab-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.tab-body table .item-box tr {
  margin: 100px 0;
}

.tab-body .table {
  font-size: 15px;
}

.tab-body .table td {
  border: none;
  padding: 0.25rem 0.75rem;
}

.tab-item.hidden {
  display: none;
}

.fav_check {
  cursor: pointer;
}

.favmarkbtn {
  cursor: pointer;
}

/* tooltip */

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: var(--primary-black-color);
  text-align: left;
  background-color: var(--primary-white-color);
  border-radius: 0.25rem;
}

.tooltip.show {
  opacity: 1;
}

.tooltip_header {
  padding: 0.5rem 0.5rem;
}

.tooltip_header h6 {
  margin-bottom: 0rem;
}

.tooltip_body {
  padding: 0.5rem 0.5rem;
}

.home-items-container .home-items-wrapper {
  position: relative;
}

.home-items-container .home-items-wrapper .arrow-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.home-items-container .home-items-wrapper .arrow-slide i {
  color: var(--primary-theme-color);
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.home-items-container .home-items-wrapper .arrow-slide:hover {
  background-color: var(--primary-theme-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.home-items-container .home-items-wrapper .arrow-slide:hover i {
  color: var(--primary-white-color);
  transform: scale(1.2);
}

.home-items-container .home-items-wrapper .arrow-slide.left-slide {
  left: -45px;
}

.home-items-container .home-items-wrapper .arrow-slide.right-slide {
  right: -45px;
}

.home-items-container .home-items-wrapper .home-items-list::-webkit-scrollbar {
  display: none;
}

.home-items-container .home-items-wrapper .home-items-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-items-container .home-items-wrapper .home-items-list .item-box {
  min-width: 275px;
  max-width: 275px;
  margin-right: 1.25rem;
}

.home-items-container
.home-items-wrapper
.home-items-list
.item-box:last-child {
  margin-right: 0;
}

.sign-up-btn {
  height: 50px;
  line-height: 10px;
}

.auction-register-container .heading {
  letter-spacing: 0.1em;
}

.auction-register-container .form-parts {
  border: 1px solid var(--primary-border-color);
  border-radius: var(--tertiary-border-radius);
  padding: 20px;
  background: var(--senary-theme-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease-in-out;
}

.auction-register-container .form-message-text {
  font-size: 12px;
  font-weight: bold;
}

.auction-register-container .form-asterisk {
  color: var(--primary-theme-color);
}

.auction-register-container .form-label {
  font-weight: bold;
}

.auction-register-container .form-small {
  font-size: 10px;
}

.auction-register-container #register-form-1 .form-control {
  background-color: var(--primary-white-color);
  border-radius: var(--primary-border-radius) !important;
  box-shadow: none;
}

.auction-register-container .phone-field {
  background-color: var(--primary-white-color);
  border-top-right-radius: var(--primary-border-radius) !important;
  border-bottom-right-radius: var(--primary-border-radius) !important;
  box-shadow: none;
}

.auction-register-container .finishing-text {
  font-size: 12px;
  font-weight: bold;
}

.auction-register-container .form-button-container button {
  padding: 7px 60px;
  color: var(--primary-white-color);
  font-weight: bold;
  font-size: 18px;
  background-color: var(--primary-theme-color);
  border: none;
  outline: none;
}

.auction-register-container .next-step {
  background: var(--quinary-theme-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 700;
}

.auction-register-container .next-step:hover,
.next-step:focus,
.next-step:active {
  background: var(--quaternary-theme-color) !important;
}

.auction-register-container .prev-step {
  background: var(--primary-dark-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 700;
}

.auction-register-container .prev-step:hover,
.prev-step:focus,
.prev-step:active {
  background: var(--secondary-dark-color) !important;
}

.auction-register-container .registration-btn {
  background: var(--primary-success-color);
  border-radius: var(--tertiary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 700;
  width: 20rem !important;
}

.auction-register-container .registration-btn:hover,
.registration-btn:focus,
.registration-btn:active {
  background: var(--secondary-success-color) !important;
}

.auction-register-container .verify-phone-btn {
  background: var(--quinary-theme-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 700;
}

.auction-register-container .verify-phone-btn:hover,
.verify-phone-btn:focus,
.verify-phone-btn:active {
  background: var(--secondary-theme-color) !important;
  color: var(--primary-text-color) !important;
}

.auction-register-container .verify-phone-description {
  text-align: center;
  white-space: nowrap;
  font-size: 9px;
  margin-top: 0.2rem;
  font-weight: 800;
}

.customer-sale-order-search-form input {
  border-radius: var(--tertiary-border-radius) !important;
}

.customer-sale-order-search-form select {
  border-radius: var(--tertiary-border-radius) !important;
}

.customer-search-submit-btn {
  background: var(--quinary-theme-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
}

.customer-search-submit-btn:hover,
.customer-search-submit-btn:focus,
.customer-search-submit-btn:active {
  background: var(--primary-theme-color) !important;
  color: var(--primary-text-color) !important;
}

.customer-search-reset-btn {
  background: var(--primary-dark-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
}

.customer-search-reset-btn:hover,
.customer-search-reset-btn:focus,
.customer-search-reset-btn:active {
  background: var(--secondary-gray-color) !important;
  color: var(--primary-text-color) !important;
}

.customer-view-details-btn {
  background: var(--quinary-theme-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 8px;
}

.customer-view-details-btn:hover,
.customer-view-details-btn:focus,
.customer-view-details-btn:active {
  background: var(--tertiary-theme-color) !important;
  color: var(--primary-text-color) !important;
}

.customer-edit-view-btn {
  background: var(--primary-yellow-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-dark-color) !important;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 8px;
}

.customer-edit-view-btn:hover,
.customer-edit-view-btn:focus,
.customer-edit-view-btn:active {
  background: var(--secondary-yellow-color) !important;
  color: var(--primary-dark-color) !important;
}

.customer-add-view-btn {
  background: var(--primary-blue-color);
  border-radius: var(--primary-border-radius) !important;
  border: none !important;
  color: var(--primary-text-color) !important;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 8px;
}

.customer-add-view-btn:hover,
.customer-add-view-btn:focus,
.customer-add-view-btn:active {
  background: var(--secondary-blue-color) !important;
  color: var(--primary-text-color) !important;
}

.mobile-preview-card {
  border-radius: 0.5rem !important;
}

.mobile-preview-card .card-header {
  border-radius: 0.5rem 0.5rem 0 0 !important;
}

.mobile-preview-card .card-footer {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.total-balance-card {
  background-color: var(--secondary-white-color);
  border-radius: 0.5rem !important;
  border: 1px solid #e0e0e0;
}

.customer-page-primary-header {
  color: var(--primary-theme-color) !important;
  font-weight: 900 !important;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

/* login */
.auction-login-container {
  max-width: 900px;
}

.login-wrapper,
.register-wrapper {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: var(--tertiary-border-radius);
  background-color: var(--primary-white-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.auth-section,
.forgot-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.login-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-part {
  border-radius: var(--tertiary-border-radius);
  height: 100%;
  text-align: center;
}

.form-part h1 {
  font-size: 1.5rem;
  color: var(--primary-theme-color);
  font-weight: bold;
}

.login-input-container .form-input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: var(--tertiary-border-radius) !important;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.login-input-container .form-input:focus {
  border-color: var(--primary-theme-color);
}

.register-to-bid,
.login-page-login-btn,
.verify-pickup-schedule-btn,
.update-password-btn {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: var(--quinary-theme-color);
  color: var(--primary-text-color);
  border: none !important;
  border-radius: var(--primary-border-radius) !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.register-to-bid:hover,
.login-page-login-btn:hover,
.verify-pickup-schedule-btn:hover,
.update-password-btn:hover {
  color: var(--primary-text-color);
  background: var(--secondary-theme-color);
  text-decoration: none;
  border: none !important;
  border-radius: var(--primary-border-radius) !important;
}

#login-form .forgot-password a,
#forgot-form .forgot-password a {
  font-size: 0.9rem;
  color: var(--primary-theme-color);
  text-decoration: none;
}

#login-form .forgot-password a:hover,
#forgot-form .forgot-password a:hover {
  text-decoration: underline;
}

#register-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-login-submit-btn {
  padding: 6px 2px;
  border: none;
  border-radius: var(--primary-border-radius);
  outline: none;
  background: var(--quinary-theme-color);
  color: var(--primary-white-color);
  font-weight: 600;
}

.modal-login-submit-btn:hover {
  background: var(--secondary-theme-color);
  color: var(--primary-white-color);
  text-decoration: none;
}

/* my account sidebar */
.auction-account-container {
  max-width: 1400px !important;
}

.auction-account-container .links-list {
  padding: 1rem;
  background-color: var(--primary-white-color);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.auction-account-container .list-group-item {
  border: none;
  background-color: transparent;
  padding: 4px 12px;
}

.list-group-item-active {
  border-left: 3px solid var(--primary-theme-color) !important;
  background-color: var(--secondary-white-color) !important;
}

.auction-account-container .link-box1 .list-group-item a {
  color: var(--primary-black-color);
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}

.auction-account-container .link-box2 .list-group-item a {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--primary-theme-color);
  text-decoration: none;
}

.auction-account-container .link-box2 .list-group-item a:hover {
  color: #880e0e;
  text-decoration: underline;
}

.auction-account-container .link-box3 .list-group-item a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-theme-color);
}

.auction-account-container .link-box a[style*='pointer-events: none;'] {
  color: #6c757d;
  text-decoration: none;
  cursor: not-allowed;
}

.link-box-separator {
  border: none;
  height: 4px;
  background-color: var(--primary-theme-color);
  border-radius: 2px;
  margin: 0.5rem 0; /* Add vertical spacing */
  opacity: 0.3; /* Reduce opacity for softer look */
}

/* my account sidebar */

.profile-card {
  background-color: var(--primary-white-color);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
}

.profile-card h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--primary-theme-color);
}

.profile-header {
  background-color: var(--secondary-theme-color);
  color: var(--primary-white-color);
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  align-items: baseline;
}

.profile-pic {
  position: relative;
  margin-bottom: 20px;
}

.profile-pic img {
  border: 4px solid var(--primary-white-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.profile-pic img:hover {
  transform: scale(1.05);
}

.info-item {
  padding: 10px 15px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  background: var(--secondary-white-color);
  border-radius: 0 8px 8px 0;
}

.info-item:hover {
  border-left-color: var(--primary-theme-color);
  background: var(--primary-white-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.wallet-table {
  border-radius: var(--tertiary-border-radius);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.wallet-table thead {
  background: var(--quinary-theme-color);
  color: var(--primary-white-color);
}

.wallet-table th {
  border: none !important;
  padding: 12px 15px;
}

.total-row {
  background: var(--secondary-white-color);
  font-weight: bold;
}

.action-buttons a {
  padding: 6px 12px;
  border: 1px solid var(--primary-theme-color);
  border-radius: 5px;
  transition: all 0.3s ease;
  color: var(--primary-theme-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.action-buttons a:hover {
  background: var(--primary-theme-color);
  color: var(--primary-white-color);
  text-decoration: none;
}

.action-buttons .divider {
  color: var(--primary-theme-color);
  margin: 0 10px;
}

/*My account Address Book*/
/* Address Book Card Styling */
.address-book-card {
  background-color: var(--primary-white-color);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.address-book-header {
  background-color: var(--secondary-theme-color);
  color: var(--primary-white-color);
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.billing-box {
  background-color: var(--secondary-white-color);
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #dee2e6;
  height: 100%;
}

.billing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.shipping-address-box {
  background: var(--primary-white-color);
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shipping-address-box-inactive {
  background: #adb2d3;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shipping-address-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.shipping-address-checkout-box-inactive {
  background: var(--primary-white-color);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shipping-address-checkout-box-active {
  background: var(--primary-white-color);
  border-radius: var(--primary-border-radius);
  border: 2px solid var(--primary-theme-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Custom Badge Styling for Address Book */
.address-badge {
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary-white-color);
  border-radius: 5px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.address-badge-primary {
  background-color: var(--primary-theme-color);
}

.address-badge-success {
  background-color: var(--quaternary-success-color);
}

/* Bill Note and Links */
.bill-note {
  height: 9.1rem;
  overflow-y: hidden;
}

.bill-note p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  font-weight: 500;
}

.bill-note a {
  color: var(--primary-theme-color);
  text-decoration: none;
  font-weight: bold;
}

.bill-note a:hover {
  text-decoration: underline;
}

.change-link a {
  color: var(--primary-theme-color);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.change-link a:hover {
  background-color: var(--primary-theme-color);
  color: var(--primary-white-color);
  text-decoration: none;
}

/*My account Address Book*/

@media (min-width: 768px) {
  .billing-box h5 {
    white-space: nowrap;
  }
}

.primary-text-color {
  color: var(--primary-theme-color);
}

.primary-text-color-bold {
  color: var(--primary-theme-color);
  font-weight: bold;
}

.thicker-font {
  font-weight: 800 !important;
}

.thickest-font {
  font-weight: 900 !important;
}

.address-box-note {
  height: 6rem;
  overflow-y: hidden;
}

.address-box-note p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  font-weight: 500;
}

.address-box-note a {
  color: var(--primary-theme-color);
  text-decoration: none;
  font-weight: bold;
}

.address-box-note a:hover {
  text-decoration: underline;
}

.custom-btn-sm {
  background-color: var(--primary-theme-color);
  color: var(--primary-white-color);
  border: none;
  border-radius: var(--primary-border-radius) !important;
  padding: 4px 12px;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}

.custom-btn-sm:hover {
  background-color: #911a1e;
  color: var(--primary-white-color);
}

.custom-success-btn-sm {
  background-color: var(--primary-success-color);
  color: var(--primary-white-color);
  border: none;
  border-radius: var(--primary-border-radius) !important;
  padding: 4px 12px;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}

.custom-success-btn-sm:hover {
  background-color: var(--quaternary-success-color);
  color: var(--primary-white-color);
}

@media (max-width: 1220px) {
  .home-items-container .home-items-wrapper .arrow-slide.left-slide {
    left: -40px;
  }

  .home-items-container .home-items-wrapper .arrow-slide.right-slide {
    right: -40px;
  }
}

@media (max-width: 1020px) {
  .home-items-container .home-items-wrapper .arrow-slide.left-slide {
    left: -30px;
  }

  .home-items-container .home-items-wrapper .arrow-slide.right-slide {
    right: -30px;
  }
}

@media (max-width: 991px) {
  .main-first-col {
    border: none;
  }

  .controller-btn {
    border-top: 2px solid var(--primary-black-color);
  }

  .controller-btn .btn-previous {
    border-top-left-radius: 0;
  }

  .bid-info {
    border-top-left-radius: 12px;
  }
}

@media (max-width: 700px) {
  .home-items-container .home-items-wrapper .arrow-slide.left-slide {
    display: none;
    left: -10px;
  }

  .home-items-container .home-items-wrapper .arrow-slide.right-slide {
    display: none;
    right: -10px;
  }

  .home-items-container .home-items-wrapper .arrow-slide {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .controller-btn button {
    font-size: 12px;
  }

  .bid-box .bid-now-btn {
    font-size: 15px;
    padding: 10px 20px;
  }

  .price-tag p {
    font-size: 12px;
  }

  .thumbnail-container img {
    height: 70px;
    width: 70px;
  }

  .tab-body .table {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .controller-btn button {
    font-size: 10px;
  }
}

@media (max-width: 460px) {
  .thumbnail-container {
    height: 200px;
  }

  .bid-box h3 {
    font-size: 10px;
  }
}

@media (max-width: 345px) {
  .bid-box h3 {
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .controller-btn button {
    padding: 10px 0;
  }
}

@media (max-width: 410px) {
  .thumbnail-container {
    height: 250px;
  }

  .input-bid {
    margin: 0 5px;
  }

  .input-bid input {
    padding: 2px;
  }

  .input-bid .leave-btn {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .thumbnail-container {
    height: 300px;
  }
}

/* shipping cost options */

.shipping-cost-options label input {
  margin-right: 0.5rem;
}

/* profile update */

.profile-update-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.profile-update-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* table */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--primary-theme-color);
  border-bottom-width: 1px;
  border-top: none;
}

th {
  color: var(--primary-theme-color) !important;
}

th a {
  color: var(--primary-theme-color) !important;
  white-space: nowrap;
}

th a:hover {
  color: var(--primary-theme-color) !important;
}

/* form button override */

.form-group input[type='submit'] {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: var(--quinary-theme-color);
  color: var(--primary-text-color);
  border: none !important;
  border-radius: var(--primary-border-radius) !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.form-group input[type='submit']:hover {
  color: var(--primary-white-color);
  background: var(--secondary-theme-color);
  text-decoration: none;
  border: none !important;
  border-radius: var(--primary-border-radius) !important;
}

/* removing buttons from input[type="number"] */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type='number'] {
  -moz-appearance: textfield !important;
}

/* sale order page */

td a {
  color: var(--primary-theme-color) !important;
}

/* breadcrumb item color */

.breadcrumb-item a {
  color: var(--primary-theme-color) !important;
}

/*.modal-body {*/
/*  padding: 0;*/
/*}*/

.required-must {
  color: var(--primary-theme-color);
}

h3.time_remaining_box {
  font-size: calc(1rem + 0.6vw);
}

h3.group-txt {
  font-size: 0.875rem;
  font-weight: 880;
  line-height: 1.5;
}

h2.lblshippment {
  font-size: 1.2rem;
}

.btn-cnit-auction {
  background-color: var(--primary-theme-color);
  color: var(--primary-white-color);
  border: 2px solid var(--primary-border-color);
}

@media only screen and (width: 768px) {
  .cat-cur-info {
    display: block;
  }
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.bid-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ccccccbf;
  border-bottom: 2px solid var(--primary-black-color);
  padding: 4px 12px;
  border-top-right-radius: 12px;
}

.pad-15 {
  padding: 0;
}

.bid-current-value {
  margin-bottom: 0;
}

/* .favmarkbtn fas fa-star star cnit-item text-warning {
  text-align: right !important;
  display: block;
  padding-right: 10px !important;
} */

.bid-count-text {
  margin-bottom: 0px;
}

/**For the Images **/

.thumbnail-container {
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}

.image_gallery_for_items {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/**For Translate Button**/
.google-translate-wrapper {
  width: 100%;
  height: 50px;
  margin-bottom: 18px;
}

#google_translate_element {
  text-align: end;
  height: 100%;
  padding-right: 0;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

select.goog-te-combo {
  padding: 4px 12px!important;
  margin: 0 0 !important;
  width: 130px !important;
  border: 2px solid var(--primary-black-color);
  border-radius: var(--primary-border-radius);
  font-weight: 400;
}

div.goog-te-gadget {
  padding-top: 16px !important;
}

.goog-te-banner-frame {
  display: none !important;
}

#detailBox {
  text-align: center;
  font-weight: bold;
}

.auction-account-container .links-list .link-box1 a {
  text-align: center;
}

.bidding-info-bid button,
.bidding-info-bid a {
  min-width: 70%;
}

.pad-15 {
  text-align: right !important;
}

/* homepage slider (jk)*/
#cardCarousel,
#cardCarousel2,
#cardCarousel3 {
  width: 100%;
}

.slick-next:before,
.slick-prev:before {
  color: transparent;
  font-size: 37px;
}

.slick-next {
  right: -34px;
  z-index: 10;
}

.slick-prev {
  left: -50px;
  z-index: 10;
}

.slick-track {
  display: flex !important;
  padding-bottom: 30px;
}

.slick-slide {
  height: inherit !important;
}

#sale_order_filter_listing .col-xl-4 {
  padding-bottom: 10px;
}

.fixed-scrollbar {
  overflow: auto;
}

.fixed-scrollbar table,
#nav-tabContent .table-responsive table {
  white-space: nowrap;
}

.fixed-scrollbar table tr td:first-child,
.fixed-scrollbar table th:first-child {
  position: sticky;
  left: 0;
  background: var(--primary-white-color);
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #qr-canvas {
    width: 100% !important;
  }

  #qr-shaded-region {
    width: 100% !important;
  }

  #qr-reader > video {
    width: 100% !important;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #qr-canvas {
    width: 100% !important;
  }

  /* #qr-shaded-region{
    width: 100% !important;
  } */
  #qr-reader > video {
    width: 100% !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* #qr-canvas{
    width: 100% !important;
  } */
  /* #qr-shaded-region{
    width: 100% !important;
  } */
  /* #qr-reader > video{
    width: 100% !important;

  } */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* #qr-canvas{
    width: 100% !important;
  } */
  /* #qr-shaded-region{
    width: 100% !important;
  } */
  /* #qr-reader > video{
    width: 100% !important;

  } */
}

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */

.btn-circle.btn-xl {
  width: 100px;
  height: 100%;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 12px;
  text-align: center;
}

.fav-auction-item-wrapper {
  margin-bottom: 20px;
}

.fav-event-wrapper {
  border-radius: 0.5rem;
  background: var(--primary-white-color);
  margin-bottom: 20px;
}

.fav-input-zip-wrapper {
  background: var(--primary-white-color);
  border-radius: var(--primary-border-radius);
  padding: 8px 16px;
  width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.shipping_quote_icon {
  color: var(--primary-theme-color);
}

.shipping_quote_icon:hover {
  color: var(--primary-blue-color);
}

.zip_code_input {
  border-radius: var(--secondary-border-radius) 0 0 var(--secondary-border-radius) !important;
  border: 1px solid var(--primary-theme-color);
  padding-left: 6px;
}

.zip_code_input:hover {
  border-radius: var(--secondary-border-radius) 0 0 var(--secondary-border-radius) !important;
}

.zip_code_input:focus {
  border-radius: var(--secondary-border-radius) 0 0 var(--secondary-border-radius) !important;
  border: 1px solid var(--secondary-theme-color);
}

.change-checkout-shipping-address {
  background: var(--quinary-theme-color);
  color: var(--primary-white-color) !important;
  border-radius: var(--tertiary-border-radius) !important;
  padding: 4px 12px !important;
  font-weight: 600;
}

.change-checkout-shipping-address:hover,
.change-checkout-shipping-address:focus,
.change-checkout-shipping-address:active {
  background: var(--secondary-theme-color);
  color: var(--primary-white-color) !important;
}

.express-shipping-address-submit-btn {
  background: var(--quinary-theme-color);
  color: var(--primary-white-color) !important;
  border-radius: var(--primary-border-radius) !important;
  padding: 4px 12px !important;
  font-weight: 600;
}

.express-shipping-address-submit-btn:hover,
.express-shipping-address-submit-btn:focus,
.express-shipping-address-submit-btn:active {
  background: var(--secondary-theme-color);
  color: var(--primary-white-color) !important;
}

.billing-address-submit-btn {
  background: var(--quinary-theme-color);
  color: var(--primary-white-color) !important;
  border-radius: var(--primary-border-radius) !important;
  padding: 4px 12px !important;
  font-weight: 600;
}

.billing-address-submit-btn:hover,
.billing-address-submit-btn:focus,
.billing-address-submit-btn:active {
  background: var(--secondary-theme-color);
  color: var(--primary-white-color) !important;
}

.remaining_amount_wrapper {
  font-size: 12px !important;
  font-style: italic !important;
}

.remaining_amount {
  font-size: 14px !important;
  font-weight: bold !important;
  color: var(--primary-theme-color) !important;
}

.checkout-add-new-card-btn {
  background: var(--quinary-theme-color);
  color: var(--primary-white-color) !important;
  border: none;
  border-radius: var(--primary-border-radius) !important;
  padding: 4px 12px !important;
  font-weight: 600;
}

/* back-to-top */
#back-to-top {
  position: fixed;
  width: 46px;
  height: 46px;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: var(--primary-theme-color);
  color: var(--primary-white-color);
  border: none;
  padding: 8px 14px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

#back-to-top:hover {
  background-color: var(--secondary-theme-color);
}

/* Chatbot Icon */
#chatbot-icon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: var(--primary-theme-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.2s;
}

#chatbot-icon:hover {
  background-color: var(--secondary-theme-color);
}

/* Chatbot Panel */
.chatbot-panel {
  position: fixed;
  top: 180px;
  right: -400px; /* Hidden by default */
  width: 350px;
  height: calc(100vh - 90px);
  max-height: 450px;
  background-color: #ffffff;
  border-radius: var(--primary-border-radius);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.chatbot-panel.open {
  right: 20px; /* Slide in */
}

.chat-header {
  background-color: var(--quinary-theme-color);
  color: #ffffff;
  padding: 8px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.chat-minimize-btn,
.chat-close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px;
}

.chat-minimize-btn:hover,
.chat-close-btn:hover,
.chat-minimize-btn:focus,
.chat-close-btn:focus
{
  color: var(--primary-dark-color);
}

.chat-messages {
  flex-grow: 1;
  height: 0; /* Allows flex-grow to take available space */
  overflow-y: auto;
  padding: 15px;
  background-color: #f8f9fa;
}

.message {
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: var(--primary-border-radius);
  max-width: 75%;
  line-height: 1.4;
  word-wrap: break-word;
}

.user-message {
  background-color: var(--secondary-black-color);
  color: #ffffff;
  margin-left: auto;
  border-bottom-right-radius: 0;
}

.bot-message {
  background-color: var(--tertiary-theme-color);
  color: #ffffff;
  margin-right: auto;
  border-bottom-left-radius: 0;
}

.message-timestamp {
  display: block;
  font-size: 0.75rem;
  color: var(--senary-theme-color);
  margin-top: 5px;
  opacity: 0.8;
}

.chat-input-group {
  padding: 10px;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.chat-input {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border: 1px solid #ced4da;
  padding: 8px 15px;
}

.chat-input:hover,
.chat-input:focus,
.chat-input:active {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border-color: var(--secondary-theme-color);
  box-shadow: 0 0 5px rgba(222, 66, 70, 0.3);
}

.chat-button {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  background-color: var(--primary-theme-color) !important;
  border: none;
  color: #ffffff;
}

.chat-button:hover, .chat-button:focus, .chat-button:active {
  background-color: var(--secondary-theme-color);
}

.chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.chat-messages::-webkit-scrollbar-thumb {
  background: var(--tertiary-theme-color);
  border-radius: var(--primary-border-radius);
}

.error-alert {
  margin: 10px;
  font-size: 0.9rem;
  background-color: var(--secondary-theme-color);
  color: #ffffff;
}

/* Search Event Header Styles */
.search-event-header {
  margin-top: 30px;
}

.search-event-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
}

.search-event-dropdown {
  max-width: fit-content;
  padding: 0.5rem;
  width: 100%;
}

.custom-select-search-page {
  width: 100% !important;
  max-width: fit-content;
  padding: 0.5rem 0.75rem;
  height: 38px;
  border: none;
  border-radius: var(--primary-border-radius) !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--primary-white-color);
  cursor: pointer;
}

.custom-select-search-page:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 34, 37, 0.25);
}

@media (min-width: 768px) {
  .search-event-header-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .search-event-dropdown {
    width: auto;
    margin-left: 1rem;
  }
}

.search-event-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-dark-color);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-event-icon {
  margin-right: 15px;
  color: var(--primary-theme-color);
  font-size: 24px;
}

.search-event-divider {
  height: 3px;
  background: var(--quinary-theme-color);
  width: 100%;
  border-radius: 3px;
}

.price-info {
  display: flex;
  justify-content: center;
}

.retail-price {
  font-size: 14px;
  color: var(--secondary-dark-color);
  background: #f8f8f8;
  padding: 2px 4px;
  border-radius: var(--quinary-border-radius);
  display: inline-block;
}

.shipping_available {
  font-weight: 700 !important;
  color: var(--primary-white-color) !important;
  font-size: 12px !important;
  border-radius: 6px !important;
  padding: 2px 4px !important;
  border: 1px solid var(--secondary-gray-color) !important;
  background: var(--primary-info-color);
}

.cart-icon-wrapper {
  position: relative;
}

.cart-count-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  background-color: #dc3545;
  color: var(--primary-white-color);
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-radius: var(--primary-border-radius);
  min-width: 18px;
  text-align: center;
}

.cart_items_card,
.cart_summary_card {
  background-color: var(--primary-white-color);
  border-radius: var(--secondary-border-radius);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.suggested-offer-modal .modal-content .modal-footer .closeModalButton {
  background-color: var(--primary-dark-color);
  font-size: 14px;
  padding: 4px 8px;
  border-radius: var(--primary-border-radius) !important;
  font-weight: 600;
}

.suggested-offer-modal .best_offer_submit_button {
  background-color: var(--tertiary-theme-color) !important;
  border-color: var(--tertiary-theme-color) !important;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: var(--primary-border-radius) !important;
  font-weight: 600;
}

.close_shipping_quotes_modal_btn {
  background-color: var(--primary-dark-color);
  color: var(--primary-white-color) !important;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: var(--primary-border-radius) !important;
  font-weight: 600;
}

.fav-event-wrapper-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fav-event-wrapper-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-dark-color);
}

@media (max-width: 768px) {
  .fav-event-wrapper-header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .fav-event-wrapper-header h2 {
    font-size: 1.5rem;
  }
}

