.hkNWY {
    background-color: rgb(255 255 255) !important;
  }

  .laibqy {
    color: rgb(17 17 17 / 95%) !important;
  }

  .Main__Container-sc-1n4ud0o-0.kPOGIE a {
    display: none !important;
  }

  .fcCFSp path {
    fill: rgb(255 235 0) !important;
  }

  #myModal {
    overflow: scroll !important;
  }

  .allheading {
    display: inline;
    text-transform: uppercase;
    font-size: 15px;
  }

  .getNote {
    color: black;
  }

  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  textarea {
    min-height: 80px !important;
  }

  #internal_notes {
    resize: none;
  }

  .closet {
    padding-top: 16px;
  }

  .closer {
    margin: 0;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .modal,
  .addsmodal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 5px solid #888;
    width: 80%;

  }

  @media only screen and (max-width:767px) {
    .follow_us ul li {
      /* width: 300px; */
      width: auto !important;
      margin-left: 12px !important;
      margin-right: 0px !important;
    }
  }

.quote-cart-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 10px 0;
  }

  .quote-cart-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .quote-cart-item:last-child {
    border-bottom: none;
  }

  .cart-item-details {
    flex: 1;
  }

  .cart-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .cart-item-sku {
    font-weight: bold;
    font-size: 16px;
  }

  .cart-item-quantity {
    font-size: 14px;
    color: #888;
  }

  .cart-item-actions span {
    margin: 0 8px;
    font-size: 18px;
    cursor: pointer;
  }

  .cart-item-actions .qty {
    font-size: 16px;
    margin: 0 10px;
  }

  .decrease-qty,
  .increase-qty {
    font-size: 18px;
    color: #333;
    padding: 5px 10px;
    background-color: #f1f1f1;
    border-radius: 4px;
    transition: background-color 0.3s;
  }

  .decrease-qty:hover,
  .increase-qty:hover {
    background-color: #ddd;
  }

  .remove-item {
    color: #ec0908;
    font-size: 20px;
    padding: 5px;
    background-color: transparent;
    border: none;
    transition: color 0.3s;
  }

  .remove-item:hover {
    color: #b00d00;
  }

  #outer_take h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #outer_take.empty-cart {
    text-align: center;
    color: #888;
    font-size: 16px;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
  }

/* Cookie Consent Banner Styles */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #ec0908 0%, #ec0908 100%);
    color: #fff;
    padding: 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    font-family: 'proxima_nova_rgregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.cookie-consent-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.cookie-consent-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: opacity 0.2s;
}

.cookie-consent-close:hover {
    opacity: 0.75;
}

.cookie-consent-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cookie-consent-text {
    flex: 1;
    min-width: 250px;
}

.cookie-consent-text h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.cookie-consent-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.cookie-consent-text a {
    color: #fff;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.cookie-consent-text a:hover {
    opacity: 0.8;
}

.cookie-consent-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 10px;
    border: none;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'proxima_nova_rgregular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-width: 100px;
}

.cookie-btn-accept {
    background: #fff;
    color: #ec0908;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cookie-btn-accept:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cookie-btn-accept:active {
    transform: translateY(0);
}

.cookie-btn-reject {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cookie-btn-reject:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.cookie-btn-reject:active {
    transform: translateY(0);
}


/* Responsive Design */
@media (max-width: 768px) {
    .cookie-consent-banner {
        padding: 16px;
    }
    
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .cookie-consent-icon {
        margin: 0 auto;
    }
    
    .cookie-consent-text {
        text-align: center;
    }
    
    .cookie-consent-text h3 {
        font-size: 16px;
    }
    
    .cookie-consent-text p {
        font-size: 13px;
    }
    
    .cookie-consent-buttons {
        width: 100%;
        flex-direction: column;
    }
    
    .cookie-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cookie-consent-banner {
        padding: 12px;
    }
    
    .cookie-consent-text h3 {
        font-size: 15px;
    }
    
    .cookie-consent-text p {
        font-size: 12px;
    }
    
    .cookie-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
