.new-account-dropdown {
  position: relative;
  z-index: 5;
}

.new-account-toggle {
  cursor: pointer;
  color: #23184a;
  text-decoration: none;
}

.new-dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  z-index: 1;
  border-radius: 4px;
  padding: 10px;
}

.new-dropdown-header {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.new-dropdown-content {
  padding: 10px;
}

.new-dropdown-section {
  margin-bottom: 15px;
}

.new-dropdown-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #23184a;
}

.new-dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.new-dropdown-list li {
  margin-bottom: 5px;
}

.new-dropdown-list a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.new-dropdown-list a:hover {
  color: #e37302;
}

.search-section {
    position: relative;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
}


.header-search {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.search-box {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 120px;
}

.search-icon, .go-icon {
  position: absolute;
  top: 0;
  height: 60px;
  width: 86px;
  line-height: 61px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.search-icon {
  left: 0;
  pointer-events: none;
  font-size: 1.22em;
  will-change: transform;
  transform: rotate(-45deg);
  transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.si-rotate {
  transform: rotate(0deg);
}

.go-icon {
  right: 0;
  font-size: 1.38em;
  will-change: opacity;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.go-in {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(0);
  transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.search-border {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 60px;
}

.border {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5;
  stroke-miterlimit: 10;
  stroke-dasharray: 740;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}

.border-searching .border {
  stroke-dasharray: 740;
  stroke-dashoffset: 459;
  transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}

.vsolve-header-search {
  position: relative;
  width: 100%;
  max-width: 564px;
  margin: 0 auto;
}

.vsolve-search-container {
  width: 100%;
  max-width: 564px;
  margin: 0 auto;
}

.vsolve-search-form {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.23);
}

.vsolve-search-input {
  padding: 0 16px;
  border-radius: 2px 0 0 2px;
  border: 0;
  outline: 0 none;
  font-size: 14px;
  height: 36px;
  width: 100%;
}

.vsolve-search-button {
  background-color: #fff;

  border: 0;
  cursor: pointer;
  padding: 4px 12px 0 8px;
  height: 36px;
  width: 44px;
}

.vsolve-search-button svg {

  width: 20px;
  height: 20px;
}

.vsolve-search-results {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  z-index: 1000;
  display: none;
}

.vsolve-search-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
}

.vsolve-search-item:hover {
  background-color: #f1f3f6;
}

.vsolve-search-item img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  object-fit: contain;
}

.vsolve-search-item a {
  color: #212121;
  font-size: 14px;
  text-decoration: none;
}

.vsolve-no-results {
  padding: 16px;
  color: #212121;
  font-size: 14px;
}

.vsolve-search-results-wrapper {
    max-height: 400px;
    overflow-y: auto;
}

.vsolve-search-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.vsolve-search-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.vsolve-search-item a {
    flex-grow: 1;
    color: #212121;
    text-decoration: none;
}

.vsolve-price {
    font-weight: bold;
    color: #212121;
    margin-left: 10px;
}

.vsolve-original-price {
    text-decoration: line-through;
    color: #878787;
    margin-left: 5px;
}

.vsolve-no-results {
    padding: 10px;
    color: #212121;
}

.sort-wrapper {
  position: relative;
  display: inline-block;
}

.sort-dropdown {
  position: relative;
}

.sort-button {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.sort-button i {
  margin-right: 8px;
}

.sort-button .bi-chevron-down {
  margin-left: 8px;
}

.sort-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.sort-menu li {
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.sort-menu li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.sort-menu li.active {
  color: #fff;
  background-color: #24184A;
}

.form-select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.form-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.product-count {
  font-size: 14px;
  color: #666;
}

.product-count span {
  font-weight: 600;
  color: #333;
}

.pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-weight: 500;
  transition: all 0.3s ease;
}

.page-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
  border-color: #007bff;
}

.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 20px;
  width: auto;
  padding: 0 15px;
}


.bg-custom-primary {
    background-color: #24184a;
}
.btn-custom-primary {
    background-color: #24184a;
    border-color: #24184a;
    color: white;
}
.btn-custom-primary:hover {
    background-color: #1a1136;
    border-color: #1a1136;
    color: white;
}

