/* Collection Page */


.title {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-top: 40px;
  }
  .secondtext {
    font-size: 1rem;
    margin-top: 40px;
  }
  
  .wishlist-btn {
    font-size: 14px !important;
    cursor: pointer;
    color: gray;
    transition: color 0.3s ease;
  
  }
  .wishlist-btn.active {
    color: black;
  }
  .buy-button {
    background-color: #F09342;
    color: white;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    transition: 0.3s ease-in-out;
    width: 150px;
    margin-top: 30px;
  }
  .buy-button:hover {
    background-color: #e07b2f;
  }
  .lasttext {
    margin-top: 200px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .radio-button {
    background-color: transparent;
    color: rgb(1, 1, 1);
    font-size: 0.875rem;
    padding: 10px 22px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    width: auto;
    margin-top: 30px;
    border: 1px solid rgb(1, 1, 1);
  }
  .radio-button:hover {
    background-color: #ff7f00;
    color: white;
  }
  .product-card {
    background-color: #D9D9D9;
    border-radius: 0px;
    padding: 15px;
    position: relative;
    transition: 0.3s;
    width: 100%;
    height: 250px;
  }
  .product-card:hover {
    transform: scale(1.02);
  }

  .product-image{
    width: auto;
    height: 200px;
  }

  .product-image1{
    width: auto;
    height: 300px;
  }


  .sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FFFFFF;
    color: rgb(1, 1, 1);
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: normal;
  }
  .sale-badge:hover {
    background-color: #FFFFFF;
    color: #ff7f00;
    font-weight: normal;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.25rem;
    cursor: pointer;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .bi-heart{
   font-size: 15px;
  }
  
  .bi-heart:hover{
    color: rgb(8, 8, 8);
  
  }
  
  .bi-heart-fill{
    font-size: 15px;
  }
  
  #sale{
    border: none;
    background-color: #FFFFFF;
  }

  
  .price {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 2px;
  }
  .old-price {
    text-decoration: line-through;
    color: #898989;
    font-size: 0.875rem;
    margin-left: 5px;
  }
  .rating {
    color: #F8B84E;
    font-size: 1.125rem;
  }
  .add-to-cart {
    border: 1px solid black;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-color: white;
    letter-spacing: 1px;
    color: #000;
  }
  .add-to-cart:hover {
    background-color: black;
    color: white;
  }
  .filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .view-icons {
    display: flex;
    gap: 10px;
    font-size: 1.25rem;
  }
  .form-select {
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    border: 2px solid rgb(1, 1, 1);
  }
  .productname {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .description {
    font-size: 0.875rem;
    font-weight: normal;
  }
  .ratingnumber {
    color: #000;
    font-size: 0.75rem;
  }
  .breaklineshop {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  
  
  /* Media Queries for Responsiveness */
  @media (max-width: 768px) {
    .title {
        font-size: 1.5rem;
    }
    .secondtext {
        font-size: 0.875rem;
    }
    .filters {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .view-icons {
        font-size: 1rem;
    }
    .radio-button {
        font-size: 0.75rem;
        padding: 6px 16px;
    }
    .product-card {
        height: auto;
    }
  
    .productname{
      font-size: 10px;
    }
    .price{
      font-size: 12px;
    }
    .old-price{
      font-size: 10px;
    }
    .description{
      font-size: 10px;
    }
    .bi-star-fill{
      font-size: 12px;
    }
    .add-to-cart{
      font-size: 10px;
      width: 100px;
      height: 30px;
    }
  }
  
  @media (max-width: 576px) {
    .title {
        font-size: 1.25rem;
    }
    .secondtext {
        font-size: 0.75rem;
    }
    .buy-button {
        width: 100%;
    }
    .radio-button {
        width: 100%;
        margin-top: 10px;
    }
    .product-card {
        margin-bottom: 20px;
    }
  }
  
  
  
  .pagination .page-item .page-link {
    border: none;
    color: #666;
  }
  
  .pagination .page-item.active .page-link {
    color: #f89c35;
    font-weight: bold;
    border-bottom: 2px solid #f89c35;
    background-color: transparent;
  }
  
  .pagination .page-item .page-link:focus,
  .pagination .page-item .page-link:hover {
    box-shadow: none;
  }
  
  .wishlist-icon {
  cursor: pointer;
  font-size: 20px;
  color: #888; /* Default color */
  transition: color 0.3s ease-in-out;
  }
  
  .wishlist-icon.filled {
  color: red; /* Filled color */
  }
  
  
  
  
  /* ----------------- Collection Start ----------------------- */
  
  
  .hero {
      position: relative;
      width: 100%;
      height: 500px;
      background: url('../images/Collection-hero.jpg') no-repeat center center/cover;
      color: white;
  }
  
  .hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  }
  
  .hero-content {
      position: relative;
  }
  
  .btn-warning {
      background-color: #FF7700;
      border: none;
      color: white;
  
  }
  
  .btn-warning:hover {
      background-color: darkgoldenrod;
  }
  
  .hero-content h2 {
      font-size: 2em;
      margin-bottom: 10px;
  }
  
  .hero-content p {
      font-size: 1.2em;
      margin-bottom: 20px;
  }
  
  
  
  /* General Styles */
  .shop-underline {
      width: 50px;
      height: 4px;
      background-color: #000;
      margin-top: 5px;
  }
  
  /* Responsive Filter & Sorting */
  .filter-sort-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
  }
  
  /* Ensure filters and sorting are separate in mobile */
  .filter-info-container {
      flex: 1;
      min-width: 250px;
  }
  
  .sort-options-container {
      display: flex;
      align-items: center;
      gap: 10px;
  }
  
  /* Icons Styling */
  .sort-options-container i {
      font-size: 1.2rem;
      cursor: pointer;
  }
  
  
  /* Ensure tabs are displayed in a row */
  .tabs-container .nav-tabs {
      display: flex;
      justify-content: center; /* Centers the tabs horizontally */
      padding: 0; /* Remove padding from the nav-tabs */
  }
  
  .tabs-container .nav-item {
      margin: 0 10px; /* Adds spacing between the tabs */
  }
  
  .tabs-container .nav-link {
      padding: 10px 20px; /* Adds padding for better clickable area */
      text-align: center; /* Ensures the text is centered */
  }
  
  /* If necessary, add a hover effect for better interaction */
  .tabs-container .nav-link:hover {
      background-color: #f1f1f1;
  }
  
  .wishlist-btn {
    font-size: 24px;
    cursor: pointer;
    color: gray;
    transition: color 0.3s ease;
  }
  .wishlist-btn.active {
    color: black;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
      .filter-sort-container {
          flex-direction: column;
          align-items: center;
          text-align: center;
      }
  
      .filter-info-container {
          width: 100%;
          margin-bottom: 10px;
      }
  
      .sort-options-container {
          width: 100%;
          justify-content: center;
      }
  
      .sort-options-container select {
          width: 100%;
      }
  }
  
  @media (max-width: 576px) {
      .tabs-container .nav-tabs {
          flex-direction: row; /* Ensures the tabs are in a row even on small screens */
          gap: 10px; /* Add a smaller gap between tabs */
      }
  
      .tabs-container .nav-item {
          margin: 0; /* Ensure no unwanted margin on smaller screens */
      }
  
      .sort-options-container {
          gap: 10px;
      }
  
      .sort-options-container select {
          width: 100%;
      }
  
      .sort-options-container i {
          font-size: 1rem;
      }
  }
  
  
  /* my cart*/
  
  /* 
          
  @media (max-width: 1200px) { 
      .cart-items {
          margin-left: 50px;
      }
      
      .price-container {
          width: 85%;
          margin-left: 30px;
          padding: 40px;
      }
      
      .price-bar {
          left: -25px;
          height: 180px;
      }
      
      .cart-item-name {
          font-size: 15px;
      }
  
      .checkout-btn {
          margin-left: 30px;
          width: 85%;
      }
  }
  
  @media (max-width: 992px) { 
      .row {
          flex-direction: column;
      }
      
      .col-lg-7, .col-lg-5 {
          width: 100%;
          max-width: 100%;
      }
      
      .price-container {
          width: 90%;
          margin: 30px auto;
          padding: 30px;
          margin-bottom: 20px;
      }
      
      
      .checkout-btn {
          margin-top: -35px;
          margin-left: 35px;
          width: 90%;
      }
      
      .cart-items {
          margin-left: 30px;
          margin-right: 30px;
      }
  }
  
  @media (max-width: 768px) {
      .cart-card {
          height: auto;
          padding: 10px;
          flex-wrap: wrap;
          position: relative;
      }
      
      .cart-item-image {
          width: 80px;
          height: 80px;
      }
      
      .cart-item-details {
          margin-left: 15px;
          width: 50%;
      }
      
      .cart-quantity-container {
          width: 60px;
          margin-top: 30px;
      }
      
      .cart-total-price {
          margin-left: 20px;
          font-size: 14px;
          margin-left: 95px;
          flex-direction: row;
  
      }
      
      .cart-delete {
          position: absolute;
          top: 15px;
          right: 15px;
      }
      
      .price-container {
          padding: 20px;
          margin: 20px auto;
          margin-bottom: 10px;
          width: 80%;
  
      }
      .price-box {
          width: 80%;
          margin-left: 35px;        
  
      }
      
      .checkout-btn {
          padding: 12px;
          font-size: 16px;
          margin-left: 51px;
          width: 80%;
      }
  }
  
  
  @media (max-width: 480px) {
      .cart-title {
          font-size: 22px;
      }
      .cart-divider {
          width: 140px;
          height: 2px;
      }
  
      .container {
          padding: 0 5px;
      }
  
     
      .cart-items {
          margin-left: 0;
          width: 100%;
      }
  
      .cart-card {
          flex-direction: row;
          flex-wrap: wrap;
          height: auto;
          padding: 10px;
          justify-content: space-between;
      }
  
      .cart-item-image {
          width: 75px;
          height: 75px;
      }
  
      .cart-item-details {
          flex-grow: 1;
          margin-left: 8px;
          min-width: 50%;
      }
  
      .cart-item-name {
          font-size: 14px;
      }
  
      .cart-item-price {
          font-size: 13px;
      }
  
      .cart-item-discount {
          font-size: 12px;
      }
  
      .cart-quantity-container {
          width: 60px;
          padding: 1px;
          margin-top: 30px;
          flex-direction: row;
          justify-content: space-between;
  
      }
  
      .increase{
          margin-top: 10px;
  
      }
  
      .cart-quantity {
          font-size: 14px;
      }
  
      .qty-btn {
          width: 16px;
          height: 14px;
          font-size: 12px;
      }
  
      .cart-total-price {
          font-size: 14px;
          text-align: left;
          margin-left: 85px;
      }
  
      .cart-total-price{
      flex-direction: row;
          
      }
  
      
      .cart-delete {
          font-size: 16px;
          text-align: center;
          margin-left: 10px;
      }
  
      
      .price-container {
          padding: 15px;
          width: 90%;
          margin: 20px 0;
          text-align: center;
          margin-left: 20px;
          margin-bottom: 10px;
      }
  
      .price-title {
          font-size: 16px;
      }
  
      .price-box {
          padding: 10px;
      }
  
      .price-row {
          font-size: 14px;
      }
  
      .total p {
          font-size: 16px;
      }
  
      
      .checkout-btn {
          width: 90%;
          margin: 10px 0;
          padding: 12px;
          font-size: 16px;
          margin-left: 20px;
          margin-top: -25px;
      }
  
      
      .price-bar {
          position: absolute;
      left: -20px;
      top: 40%;
      transform: translateY(-50%);
      width: 30px;
      height: 150px;
      background-color: black;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 4px 0;
      justify-content: space-evenly;
      }
  
      .dot-link {
          width: 10px;
          height: 10px;
          margin-right: 0px;
          background-color: white;
          border-radius: 50%;
          display: block;
          transition: background-color 0.3s ease-in-out;
      }
  }
  
     */
  
     .cart-title {
      text-align: center;
      margin-top: 20px;
  }
  
  .cart-divider {
      width: 200px;
      height: 2px;
      background-color: #FC8C1C;
      border: none;
      margin: 10px auto;
  }
  
  /* Cart Layout */
  .cart-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      padding: 20px;
  }
  
  /* Left Side: Cart Items */
  .cart-items {
      margin-left: 100px;
  }
  
  .cart-card {
      display: flex;
      align-items: center;
      background-color: rgba(252, 140, 28, 0.12);
      padding: 15px;
      border-radius: 10px;
      margin-bottom: 15px;
      height: 150px;
  }
  
  .cart-item-image {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
  }
  
  .cart-item-details {
      flex-grow: 1;
      margin-left: 20px;
  }
  
  .cart-item-name {
      font-weight: 600;
  }
  
  .cart-item-price {
      color: #FC8C1C;
  }
  
  .cart-item-discount {
      color: #C5C5C5;
  }
  
  /* Quantity Selector */
  .cart-quantity-container {
      display: flex;
      align-items: center;
      border: 2px solid #FC8C1C;
      border-radius: 5px;
      overflow: hidden;
      width: 60px;
      justify-content: space-between;
      background-color: #FC8C1C;
      padding: 2px 5px;
  }
  
  .cart-quantity {
      width: 30px;
      text-align: center;
      border: none;
      font-size: 16px;
      font-weight: bold;
      background: none;
  }
  
  .cart-quantity-buttons {
      display: flex;
      flex-direction: column;
      gap: 2px;
  }
  
  .qty-btn {
      background-color: #FC8C1C;
      color: black;
      border: none;
      width: 20px;
      height: 15px;
      cursor: pointer;
      font-size: 12px;
      text-align: center;
      line-height: 15px;
      padding: 0;
      font-weight: bold;
  }
  
  /* Price & Delete Icon */
  .cart-total-price {
      margin-left: 40px;
      display: flex;
      flex-direction: column;
      font-weight: bold;
  }
  
  .cart-delete {
      cursor: pointer;
      font-size: 18px;
      margin-left: 40px;
  }
  
  /* Price Section */
  .price-container {
      background-color: black;
      color: white;
      padding: 50px;
      width: 90%;
      margin-left: 50px;
      position: relative;
  }
  
  
  .price-title {
      font-size: 16px;
      margin-bottom: 20px;
  }
  
  .price-box {
      background: rgba(255, 255, 255, 0.1);
      padding: 15px;
      border-radius: 10px;
      border: 1px solid white;
  }
  
  .price-row {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      margin-bottom: 8px;
      font-weight: bold;
  }
  
  .price-ruler{
      width: 100%;
      background-color: #fff !important;
      color: #ffffff !important;
      height: 1px;
  }
  
  .total p {
      font-weight: bold;
      font-size: 18px;
  }
  
  /* Small Vertical Bar with Dots */
  .price-bar {
      position: absolute;
      left: -30px;
      top: 40%;
      transform: translateY(-50%);
      width: 50px;
      height: 200px;
      background-color: black;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 4px 0;
      justify-content: space-evenly;
  }
  
  /* Default Dot Style */
  .dot-link {
      width: 10px;
      height: 10px;
      margin-right: 15px;
      background-color: white;
      border-radius: 50%;
      display: block;
      transition: background-color 0.3s ease-in-out;
  }
  
  /* Active Dot */
  .dot-link.active {
      background-color: #ff7f00;
  }
  
  
  /* Checkout Button */
  .checkout-btn {
      background-color: #FC8C1C;
      color: white;
      width: 90%;
      padding: 15px;
      border: none;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      text-align: center;
      margin-left: 50px;
  }
  
  .checkout-arrow {
      margin-left: 10px;
      font-size: 20px;
  }
  
  
  
  @media (max-width: 1200px) { /* Large Screens */
      .cart-items {
          margin-left: 50px;
      }
      
      .price-container {
          width: 85%;
          margin-left: 30px;
          padding: 40px;
      }
      
      .price-bar {
          left: -25px;
          height: 180px;
      }
      
      .cart-item-name {
          font-size: 15px;
      }
  
      .checkout-btn {
          margin-left: 30px;
          width: 85%;
      }
  }
  
  @media (max-width: 992px) { /* Tablets */
      /* .row {
          flex-direction: column;
      } */
      
      .col-lg-7, .col-lg-5 {
          width: 100%;
          max-width: 100%;
      }
      
      .price-container {
          width: 90%;
          margin: 30px auto;
          padding: 30px;
          margin-bottom: 20px;
      }
      
      
      .checkout-btn {
          margin-top: -35px;
          margin-left: 35px;
          width: 90%;
      }
      
      .cart-items {
          margin-left: 30px;
          margin-right: 30px;
      }
  }
  
  @media (max-width: 768px) { /* Mobile */
      .cart-card {
          height: auto;
          padding: 10px;
          flex-wrap: wrap;
          position: relative;
      }
      
      .cart-item-image {
          width: 80px;
          height: 80px;
      }
      
      .cart-item-details {
          margin-left: 15px;
          width: 50%;
      }
      
      .cart-quantity-container {
          width: 60px;
          margin-top: 30px;
      }
      
      .cart-total-price {
          margin-left: 20px;
          font-size: 14px;
          margin-left: 95px;
          flex-direction: row;
  
      }
      
      .cart-delete {
          position: absolute;
          top: 15px;
          right: 15px;
      }
      
      .price-container {
          padding: 20px;
          margin: 20px auto;
          margin-bottom: 10px;
          width: 80%;
  
      }
      .price-box {
          width: 80%;
          margin-left: 35px;        
  
      }
      
      .checkout-btn {
          padding: 12px;
          font-size: 16px;
          margin-left: 51px;
          width: 80%;
      }
  }
  
  
  @media (max-width: 480px) {
      /* Center title and divider */
      .cart-title {
          font-size: 22px;
      }
      .cart-divider {
          width: 140px;
          height: 2px;
      }
  
      /* Adjust container for better spacing */
      .container {
          padding: 0 5px;
      }
  
      /* Cart Items */
      .cart-items {
          margin-left: 0;
          width: 100%;
      }
  
      .cart-card {
          flex-direction: row;
          flex-wrap: wrap;
          height: auto;
          padding: 10px;
          justify-content: space-between;
      }
  
      .cart-item-image {
          width: 75px;
          height: 75px;
      }
  
      .cart-item-details {
          flex-grow: 1;
          margin-left: 8px;
          min-width: 50%;
      }
  
      .cart-item-name {
          font-size: 14px;
      }
  
      .cart-item-price {
          font-size: 13px;
      }
  
      .cart-item-discount {
          font-size: 12px;
      }
  
      .cart-quantity-container {
          width: 50px;
          padding: 2px;
          margin-top: 30px;
      }
  
      .cart-quantity {
          font-size: 14px;
      }
  
      .qty-btn {
          width: 16px;
          height: 14px;
          font-size: 12px;
      }
  
      .cart-total-price {
          font-size: 14px;
          text-align: left;
          margin-left: 85px;
      }
  
      .cart-total-price{
      flex-direction: row;
          
      }
  
      
      .cart-delete {
          font-size: 16px;
          text-align: center;
          margin-left: 10px;
      }
  
      /* Price Details */
      .price-container {
          padding: 15px;
          width: 90%;
          margin: 20px 0;
          text-align: center;
          margin-left: 20px;
          margin-bottom: 10px;
      }
  
      .price-title {
          font-size: 16px;
      }
  
      .price-box {
          padding: 10px;
      }
  
      .price-row {
          font-size: 14px;
      }
  
      .total p {
          font-size: 16px;
      }
  
      /* Checkout Button */
      .checkout-btn {
          width: 90%;
          margin: 10px 0;
          padding: 12px;
          font-size: 16px;
          margin-left: 20px;
          margin-top: -25px;
      }
  
      /* Hide the vertical price bar */
      .price-bar {
          position: absolute;
      left: -20px;
      top: 40%;
      transform: translateY(-50%);
      width: 30px;
      height: 150px;
      background-color: black;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 4px 0;
      justify-content: space-evenly;
      }
  
      .dot-link {
          width: 10px;
          height: 10px;
          margin-right: 0px;
          background-color: white;
          border-radius: 50%;
          display: block;
          transition: background-color 0.3s ease-in-out;
      }
  }
  
  
  
  
  
  
  
  /* Filter Modal */
  .filter-modal .modal-dialog {
      max-width: 500px;
  }
  
  .modal-title{
      justify-content: center;
  }
  
  .brand-section {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 20px 0;
  }
  
  .brand-grid {
      display: grid;
      gap: 30px;
      justify-content: center;
  }
  
  /* Mobile: 2 images per row */
  @media (max-width: 767px) {
      .brand-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  
  /* Tablet: 3 images per row */
  @media (min-width: 768px) and (max-width: 1023px) {
      .brand-grid {
          grid-template-columns: repeat(3, 1fr);
      }
  }
  
  /* Desktop: 4 images per row */
  @media (min-width: 1024px) {
      .brand-grid {
          grid-template-columns: repeat(4, 1fr);
      }
  }
  
  /* Brand Image Styling */
  .brand-img {
      width: 100%;
      max-width: 80px;
      height: auto;
      cursor: pointer;
      border-radius: 5px;
  }
  
  .brand-img:hover {
      border: 2px solid #000000;
  }
  
  
  
  /* Price Range Styling */
  .price-range-container {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
  }
  
  .form-range {
      appearance: none;
      width: 80%;
      background: transparent;
      position: relative;
  }
  
  /* Track */
  .form-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 1px;
      background: #ff7700;
  }
  
  /* Thumb */
  .form-range::-webkit-slider-thumb {
      appearance: none;
      width: 15px;
      height: 15px;
      background: #000;
      border-radius: 50%;
      margin-top: -7px; /* Align thumb with the 1px track */
      position: relative;
  }
  
  /* Firefox */
  .form-range::-moz-range-track {
      width: 100%;
      height: 1px;
      background: #ff7700;
  }
  
  .form-range::-moz-range-thumb {
      width: 15px;
      height: 15px;
      background: #000;
      border-radius: 50%;
      cursor: pointer;
  }
  
  /* Price values below the slider */
  .price-values {
      font-size: 14px;
      font-weight: bold;
      margin-top: 5px;
      padding: 0 10px;
  }
  
  /* Color Selector */
  .color-option {
      width: 10px;
      height: 10px;
      margin: 5px;
      cursor: pointer;
      border: 2px solid transparent;
  }
  
  .color-option:hover {
      border: 2px solid #000;
  }
  
  .btn-primary{
      background-color: #ff7700;
      border: transparent;
      color: #000;
  }

  .color-option.selected {
    border: 2px solid #000;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.selected-color {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
  
  
  /* Basic styling for the custom select */
  .custom-select {
      position: relative;
      width: 100%;
      font-family: Arial, sans-serif;
    }
    
    .select-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #ccc;
      cursor: pointer;
    }
    
    .selected-option {
      color: #000;
    }
    
    .arrow {
      width: 10px;
      height: 10px;
      border-left: 2px solid #000;
      border-top: 2px solid #000;
      transform: rotate(225deg);
    }
    
    .options-container {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      border: 1px solid #ccc;
      z-index: 100;
    }
    
    .option {
      padding: 10px;
      cursor: pointer;
      background-color: #fff;
    }
  
    .option.selected{
      background-color: #ff5722; /* Hover color */
      color: white; /* Hover text color */
    }
    
    .option:hover {
      background-color: #ff5722 !important; /* Hover color */
      color: white; /* Hover text color */
    }
    
    .option.selected {
      background-color: #ff7700; /* Selected option color */
      color: white; /* Selected option text color */
    }
    
    /* Optional: Adjusting the select box appearance */
    .custom-select .select-box:hover {
      border-color: #ff7700;
    }