/* 20250215194724 - v2 */
.gui,
.gui-block-linklist li a {
  color: #515151;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #66cc00;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #66cc00;
  box-shadow: 0 0 2px #66cc00;
}

.gui-select.gui-focus .gui-handle {
  border-color: #66cc00;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #515151;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #515151;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #cccccc;
}

/* custom */
.product-col-brand, .brand-label, .brand-title, .mobile-brand, .product-description, .product-block-desc {
  		 
      opacity:.90 !important;
}

.opacity-50, .opacity-70 {
  opacity: .80 !important;
}
.product-label {
	z-index: 9;
}

.icon-location {
  display: none
}

.backorder {
  color: #000000
}

/* Back to School Sale Color Change
.nav-sale-link {
  color: black !important;
}
[href*="/collection/offers"] {
color: #000000 !important;
  background: #FFD800 !important;  
}
*/

/* Hide edges of product image label */
#product-image-holder {
overflow: hidden !important;
}



/* Expand Product Description by default */
/* @media only screen and (max-width: 600px) */ 
    .toggle-content {
        display: block !important;
        height: auto; !important;
        max-height: none; !important;
        text-overflow: ellipsis; !important;
        overflow: visible !important;
        visibility: visible !important;
        opacity: 1 !important;
        
    }
}


/*Indent Mega Menu Subcategories */
/* Indenting first-level subcategory (sub2) */
.navbar-sub .sub2 {
    padding-left: 20px !important; /* This forces the indentation value */
}

/* Indenting second-level subcategory (sub3) */
.navbar-sub .sub3 {
    padding-left: 20px !important; /* This forces the deeper indentation */
}

/* Styling links in the subcategory for visual distinction */
.navbar-sub .sub2 a,
.navbar-sub .sub3 a {
    font-weight: normal !important; /* Forces subcategory links to appear less bold */
}



/* brompton-custom-table padding */
.brompton-custom-table td, .brompton-custom-table th {
  padding: 5px;
}

/*More noticeable custom option on product page */
.mfb-4 {
    background-color: #F7F7F7; /* change to stand out */
    padding: 0px; /* Adds space inside the div */
  margin-bottom: 20px;
  	
    border: 0px solid #F8F8F8; /* Orange border for emphasis */
    border-radius: 2px; /* Rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth interaction effect */
}

.mfb-4 .toggle-title h5 {
    color: #377f0a; /* Red color for the title */
    font-weight: bold; /* Emphasizes the title */
}

/*top and bottom border on custom options (needs work)
.toggle-title, .pt-3, .pb-3, .gray-border-bottom, .gray-border-top, .mt-3 {
  border: 1px solid #000000;
}
*/

.mt-3, .my-3 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

/* Add some room for the custom option text */
.toggle-title, pt-3, pb-3, gray-border-bottom, gray-border-top, mt-3 {
    border-top: 0px solid rgba(155, 155, 155, .17); 
    border-bottom: 2px solid rgba(155, 155, 155, .17);
  margin-left: 5px;
  margin-right: 5px;
}


.product-custom-detail-list {
  padding-bottom: 20px !important;
}



/* Change countdown timer background */
.product-delivery-timer, .highlight-bg
{
  color: #377f0a;
  background: none;
}

/* Remove overlay on homepage (removed for video) */
.banner-overlay {
    background: rgba(0, 0, 0, 0);
}

/* Get rid of odd styling on gift card page select amount boxes 
[href*="/buy-gift-card"] .fancy-checkbox+label:before, .fancy-radio+label:before {
  padding: 10 !important;
  height: auto !important;
  visibility: hidden;
}
*/


/* get rid of small breadcrumbs on gift card page */
[href*="/buy-gift-card"] .gui-align-center, .gui-small, .breadcrumbs, .gui-locations-title, .gui-align-center, .gui-page-title {
  visibility: hidden;
}

/* new homepage text info */
/* General Styles */
/* General Styles 
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #333;
}*/

/* Header Section */
.new-section-header {
  background: #ffffff; /* Gradient text goes here */
  color: white;
  text-align: center;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}

.new-section-header .header-title {
  font-size: 6rem; /* Large size for the title */
  margin: 0;
  background: #ffffff; /* Gradient text goes here */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Adds depth */
  display: block;
}

.new-section-header .header-subtitle {
  font-size: 1.5rem; /* Slightly smaller size for subtitle */
  font-weight: 400; /* Regular weight */
  color: #333333; /* Dark text for contrast */
  background: #ffffff; /* Solid white background */
  padding: 10px 20px; /* Padding around the text */
  margin-top: 20px; /* Space below the title */
  display: inline-block; /* Keeps it compact */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for emphasis */
}
  
/* Content Container */
.content-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

/* Card Grid */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* Card Styles */
.card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.card-text {
  font-size: 1rem;
  color: #666;
  margin: 0 0 20px;
}

.card-button {
  background: #c2a236;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  transition: background 0.3s ease;
}

.card-button:hover {
  background: #a0852c;
}

/* Responsive Design */
@media (max-width: 768px) {
  .new-section-header .header-title {
    font-size: 2.5rem;
  }

  .new-section-header .header-subtitle {
    font-size: 1rem;
  }
}
/* end new homepage text info */

#notification {
    display: flex;
    align-items: center; /* Vertically centers the content */
    justify-content: center; /* Horizontally centers the content */
    padding: 10px 15px;
    position: relative;
    width: 100%;
    font-size: 0.9em;
}





/* Brompton Folding Challenge & Why Clever Cycles Page Styling */
/* Main Container */
.bfc-main-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.bfc-hero-section {
    text-align: center;
    background-color: #f9f9f9;
    color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.bfc-hero-heading {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

/* Section */
.bfc-section {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

/* Section Heading */
.bfc-section-heading {
    font-size: 1.75rem;
    color: #444444;
    margin-bottom: 15px;
    border-bottom: 2px solid #444444;
    padding-bottom: 5px;
}


/* Hero Images */
.bfc-hero-images img {
    width: 100%;
    height: auto;
    display: block;
}
}

.bfc-hero-image {
    max-width: 45%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}




/* List */
.bfc-list {
    list-style: none;
    padding-left: 0;
}

.bfc-list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
/* End Brompton Folding Challenge & Why Clever Cycles Page Styling */

/* Subscription Styling */


/* General Layout */
.content-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}
.subscription-hero {
  position: relative;
  height: 60vh; /* Adjusted height for balance */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 5vw;
  background-color: #f5f5f5;
}

.content .subscription-hero-text {
  font-size: clamp(3rem, 5vw, 12rem); /* Larger, responsive font size */
  /*font-family: 'Arial Black', Arial, sans-serif; */
  font-weight: bold;
  margin: 0 auto;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9); /* Semi-transparent white text */
  line-height: 1.1;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background box */
  padding: 40px 5%;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  white-space: normal;
}

@media (max-width: 600px) {
  .subscription-hero-text {
    font-size: 2.5rem; /* Smaller font size for mobile screens */
    padding: 20px;
  }
}

.subscription-description {
  text-align: center;
  margin-top: 20px;
  padding: 20px;
}

.subscription-description p {
  font-size: 2rem;
  /* font-family: 'Arial Black', Arial, sans-serif; */
  font-weight: bold;
  color: #333;
  margin: 0;
}

/* General Accordion Styles */
.accordion {
  margin-top: 40px;
  max-width: 800px;  /* Constrain width on larger screens */
  margin-left: auto;
  margin-right: auto; /* Center the accordion */
}

.accordion-title {
  font-size: 1.8rem;
  background-color: #f9f9f9; /* Light background for contrast */
  color: #444; /* Default text color */
  padding: 15px 20px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 2.6s ease, box-shadow 2.3s ease, color 2.3s ease;
}

.accordion-title:hover {
  background-color: #C2A235;
  color: white; /* Change text color on hover */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle hover effect */
}

.accordion-content {
  padding: 20px;
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 1.4rem;
  color: #444;
  line-height: 1.6; /* Improve readability */
  animation: slide-down 0.3s ease; /* Smooth open/close animation */
}

/* Accordion Open Item */
details[open] summary {
  background-color: #C2A235; /* Highlight open items */
  color: white; /* Change text color when open */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Focus Style for Accessibility */
.accordion-title:focus {
  outline: 2px solid #C2A235; /* Add a focus outline */
  outline-offset: 4px;
}

/* Remove Default Marker */
details summary::-webkit-details-marker {
  display: none; 
}

/* Responsive Adjustments */
@media (min-width: 1024px) {
  .accordion {
    max-width: 1000px; /* Slightly wider for desktop */
    margin: 40px auto; /* Center the accordion */
  }

  .accordion-title {
    font-size: 2rem; /* Larger font size for readability */
    padding: 20px 25px; /* Increase padding */
  }

  .accordion-content {
    font-size: 1.6rem; /* Larger font size for readability */
  }
}

/* Smooth Open/Close Animation */
@keyframes slide-down {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;
    opacity: 1;
  }
}

/* Call to Action Styles */

.subscription-call-to-action {
  text-align: center;
  background: #f9f9f9;
  color: #333;
  padding: 40px 20px;
  margin: 40px auto;
  border-radius: 10px;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  position: relative;
}

.subscription-call-to-action .subscription-section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Space between text and icon */
}

.subscription-call-to-action .subscription-section-title::before {
  font-size: 2rem;
}

.subscription-call-to-action p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0;
}

.subscription-call-to-action a {
  display: inline-block;
  background-color: #66cc00;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.subscription-call-to-action a:hover {
  background-color: #ff9900;
}



/* END Subscription Styling */

/* custom-specification-table */
    .custom-specification-table {
      width: 100%;
      border-collapse: collapse;
    }
    .custom-specification-table td {
      padding: 20px;
    }
    .custom-specification-table tr:nth-child(odd) {
      background-color: #f9f9f9;
    }
    .custom-specification-table tr:nth-child(even) {
      background-color: #e0e0e0;
    }
  




gui-locations-title, .gui-align-center, .gui-page-title
