/*Custom CSS file for Velocity */
/*********Global: **********/

:root {
  --red-dark: #f2208e;
  --red-500: #c22e77;
  --red-600: #db2777;
  --yellow-400: #fbbf24;
  --yellow-500: #f59e0b;
  --purple-500: #8b5cf6;
  --purple-600: #7c3aed;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-900: #111827;
  --pink-color: #ca2276;
  --light-pink-hover: #ff85c1;
  --dark-pink: #c74d8b;
  --pink-color: #ff6b9a;
  --contact-section-bg: #fff0f5;
  --gray-100: #eaeaea;
  --gray-900: #1f1f1f;
  --card-bg: #ffffff;
  --marquee-speed: 36s;
  --text-gap: 64px;
  --velocity-accent-red: #dc3545;
  --velocity-accent-blue: #0d6efd;
  --velocity-border-light: #f1f3f5;
  --velocity-text-dark: #212529;
  --velocity-bg-white: #ffffff;

  --brand-red-dark: #d82324;
  --velocity-accent-red: #dc3545; /* Primary Red */
  --velocity-bg-light: #f8f9fa; /* Light background for active step */
  --velocity-border: #e9ecef; /* Light gray border */
  --velocity-text-dark: #212529;
  --brand-red: #F02B2C;
  --brand-red-dark: #d82324;
}

/* Deatil page media query*/
@media (max-width: 575.98px) {
  .row {
    --bs-gutter-x: 0;
  }
}

/* End Deatils page Css/*

/**Product Details page**/
.ProductDetailsBreadcrumb {
  margin-top: 10px;
  border-bottom: 1px dotted;
  display: flex;
  justify-content: center;
}
.varpicmax_img {
  border-radius: 50%;
  border-color: #ddd;
}
.ball_bags {
  margin-bottom: 20px;
  background-color: #f7fff7;
}
.ballbags_list { 
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ececec;
  overflow-x: hidden;
  margin-top: 30px;
  padding: 30px 30px;
  display: none;
}
.ballbags_item {
  border-bottom: 2px solid #ececec;
}
.ProductDetailsQuantityDiscounts {
  display: block !important;
}
.ProductDetailsQuantityDiscounts span#lblQuantityDiscounts {
  display: block !important;
}
.ProductDetailsQuantityPriceTable tr td {
  border-width: 1px !important;
  border-top: 1px solid #dee2e6 !important;
}

/* Header */
.mega-menu {
  min-width: 300px;
  background-color: #ffffff;
  border-radius: 4px;
}
.horizontal-menu .nav .nav-item {
  padding: 15px 18px !important;
}
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  border: 1px solid #ced4da;
  border-radius: 25px;
  padding: 8px 15px;
  padding-right: 40px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.search-input.active {
  width: 28rem;
  opacity: 1;
  visibility: visible;
}

.search-icon-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.search-icon-btn i {
  font-size: 1.2rem;
  color: #555;
  transition: color 0.2s ease-in-out;
}

.search-icon-btn i:hover {
  color: var(--pink-color);
}

.dropdown-menu.dropdown-menu-end.p-3 {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .dropdown-menu.dropdown-menu-end {
    min-width: 31.25rem;
  }
}

.navbar-nav .dropdown-menu{
  position: absolute  !important;
}

.custom-search {
  border: none;
  box-shadow: none;
  padding: 0;
}
.navbar-nav a{
  font-weight: 500;
}
.velocity-gradient {
  background-color: #f20a0a !important;
  color: #ffffff;
  font-weight: 600;
  height: 40px;
}
.nav-item-subitem {
  padding-left: 20px;
  padding-right: 20px;
}
#btnSearchBox1,
#btnSearchBox2 {
  margin-right: 5px;
  padding: 0px 15px 0px 15px;
  background: #F02B2C;
  border: none;
  color: white !important;
  font-family: 'Cooper Hewitt', 'Avenir', sans-serif;
  font-weight: 100;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  letter-spacing: 0.4px;
  margin-left: 5px;
}
.nav-icon:hover{color: #F02B2C !important}
.navbar-expand-lg .nav-link {color: black !important}

.btn-velocity {
  background: #F02B2C;
  color: white;
  border-color: transparent;
}

.btn-velocity:hover {
  border: 2px solid #F02B2C;
  background: white;
  color: #F02B2C;
}

.cart-badge {
  position: absolute;
  top: 4px;
  right: 6px;
  background: #F02B2C;
  color: white;
  font-size: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-solid, .fas {
  font-weight: 300 ;
}

/* Mobile spacing and full width search */
@media (max-width: 991.98px) {
  .navbar-collapse input.form-control {
    border-radius: 50px;
    width: 100%;
  }
  .cart-badge {
    position: absolute;
    top: -10px;
    right: -8px;
    font-size: 0.7rem;
    padding: 2px 5px;
    border-radius: 50%;
    color: white;
  }
  .nav-icon {
    font-size: 1.2rem;
    cursor: pointer;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse input.form-control {
    border-radius: 50px;
    width: 100%;
  }

  .sidebar-open, .sidebar-open body {
    overflow: unset !important;
  }
}


@media (max-width: 768px) {
  .header-icons .dropdown-menu {
    right: -7rem !important;
    left: auto !important;
    min-width: 21rem !important;
  }
  .uniform-btn{
    width:100%;
  }
  .MyAccountBreadcrumb{
    margin-top: 10px !important;
  }
}
.spinnerBtn:hover {
  border: transparent;
  background: linear-gradient(to right, #f20a0a, #eb6a7d, #F02B2C);
}


.promo-img {
  background-image: url('https://velocitysportinggoods.americommerce.com/Shared/Themes/Velocity2025/images/1747406902691009_686669068.webp');
  background-size: cover;
  background-position: center 30%;
  min-height: 350px;
}



/* End Header Style*/


/*Start Home page */

.card-box {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  transition: 0.35s;
  height: 100%;
  position: relative;
  color: #fff;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.card-bg {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  min-height: 280px;
  position: relative;
}

.card-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.2), transparent);
}

.card-text {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.card-text h5 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
}

.card-text p {
  font-size: 0.95rem;
  opacity: 0.9;
}

.btn-primary {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  border: none;
  border-radius: 12px;
  padding: 12px 26px;
}

.center-card {
  position: relative;
  top: 50px;
}

/**END Home page**/


/* Start Category Style*/
.product-header {
  color: white;
  position: relative;
}

.Control_683, .Control_684, .Control_682 { background:  linear-gradient(to right, #f20a0a, #eb6a7d, #F02B2C) !important; color: #ffffff; border-color: transparent; border: 0px !important; }

/*.Control_683, .Control_684, .Control_682 { border-color: transparent; border: 0px !important; }*/

.Control_682 { border-top-left-radius: 7px; border-top-right-radius: 7px; }

.Control_684 { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }

#leftColumnPrice-controls input { background: white; color: #757575; border: 1px solid transparent; }
/*.left-collapse ul { background: linear-gradient(to right, #f20a0a, #eb6a7d, #F02B2C); } */

.left-collapse a { color: black !important; }

#acctl684_txtMinPrice,
#acctl684_btnCustomFilter,
#acctl684_txtMaxPrice {
  padding: 0 !important;
}

.page-btn,
.pageNav-pagination-next,
.pageNav-pagination-prev {
  background: linear-gradient(to right, #f20a0a, #eb6a7d, #F02B2C);
  color: white;
  border: none;
  border-radius: 6px;
}
.page-item{
  color: #ff6fb5;
}

.corner-ribbon {
  width: 150px;
  background: #f2208e;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  position: absolute;
  top: -25px;
  left: -80px;
  transform: rotate(-45deg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 4px 0;
  text-transform: uppercase;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #F02B2C !important;
  border-color: #F02B2C !important;
}
.pageNav-pagination li:not(:first-child):not(:last-child) a {
  color: #F02B2C;
}
a {
  color: #F02B2C;
  text-decoration: none;
}

.pageNav-pagination-prev a,
.pageNav-pagination-next a{

  color: white !important;
}
/* End Category Style*/
.list-unstyled li i{
  color: #F02B2C;
}

/*footer css */

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.footer-card {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 24px;
}
.footer-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}
.footer-link{
  position: relative;
  display: inline-block;
  transition: color 0.3s;
  color: inherit;
}
.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #ef4444;
  transition: width 0.3s;
}
.footer-link:hover {
  color: #ef4444;
}
.footer-link:hover::after {
  width: 100%;
}
.social {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: white;
  transition: all 0.3s ease;
}
.social:hover {
  background: #ef4444;
  box-shadow: 0 0 15px rgba(239,68,68,0.7);
}
.payment-icon {
  font-size: 2.2rem;
  transition: transform 0.2s;
}
.payment-icon:hover {
  transform: translateY(-2px);
}


.list-unstyled li i{
  color: #F02B2C;
}

.border-top-light {
  border-top: 0.5px solid #808080;
  opacity: 0.3;
}
.gobtn{
  background-color: #F02B2C;
  border-color: #F02B2C; 
  color: #ffffff;
}
.email-input{
  background-color: #1E2939 !important;
  border-color: #657386  !important;
  margin-left: -10px;
  margin-right: 6px;
}
.amex{
  font-size: 2.2rem !important;
  transition: transform 0.2s !important;
}

/* Shopping cart */
.shopcart {
  flex: 0 0 auto;
  width: 66.333333%;
}

@media (max-width: 768px) {
  .shopcart {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .mycard {
    display: revert !important;
  }
  .orderrow {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
  }
  .cartbox {
    float: none !important;
    margin-top:20px;
  }
  .ProductDetailsAvailability {
    text-align: left !important;
  }
}

.continueBtn,
.clearCartBtn {
  padding: 0;
}

#ctl49_ctlContactForm_btnSubmit{
  width:100%;
  margin-top: 10px;
}

.savebtn,
.MyAccountLogoutThemeButton, 
#ctl34_lnkWriteReview,
#btnCreateWishlist,
#ctl49_ctlContactForm_btnSubmit{
  background-color: #F02B2C !important;
  color: #ffffff !important;
  border: 1px solid #F02B2C !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.savebtn:hover,
.MyAccountLogoutThemeButton:hover,
#ctl34_lnkWriteReview:hover,
#btnCreateWishlist:hover,
#ctl49_ctlContactForm_btnSubmit:hover{
  color: #F02B2C !important;
  background-color: #ffffff !important;
  border-color: #F02B2C !important;
}


.removebtn,
#btnAddToExisting{
  color: #F02B2C !important;
  background-color:#ffffff !important;
  border: 1px solid #F02B2C !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.removebtn:hover,
#btnAddToExisting:hover{
  color: #ffffff !important;
  background-color: #F02B2C !important;
  border-color: #F02B2C !important;
}

/* Product Detail */

.stock-status-row {
  line-height: 40px;
}

.ProductDetailsProductName{
  color:#F02B2C;
}
.ProductDetailsProductName:hover{
  color:#F02B2C !important;
}
.text-velocity-red {
  color: #dc3545 !important; 
}

/* Minimal custom styling for the accordion */
/* === Accordion Specific Styling to Match Image === */
.accordion-item {
  border: 1px solid var(--velocity-border-light);
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--velocity-bg-white);
}

.accordion-button {
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: var(--velocity-text-dark);
  background-color: var(--velocity-bg-white);
  box-shadow: none;
  border-bottom: none; /* Handled by the custom line below */
}

.lbl-customfield-dropdownlist{
  margin-bottom: 10px;
}
.customfield-dropdownlist{
  margin-top: 10px;
}

.accordion-button:hover {
  background-color: #fcfcfc;
}

/* Style for the button when it is NOT collapsed (active/open state) */
.accordion-button:not(.collapsed) {
  color: var(--velocity-accent-red); /* Red text color */
  background-color: var(--velocity-bg-white);
  border-bottom: none;
}

/* Custom Separator Line (Red and Blue) */
.accordion-separator {
  height: 3px;
  display: flex;
  /* Line is only visible when the accordion content is shown */
  margin: 0;
  padding: 0;
}

.accordion-collapse.show + .accordion-separator,
.accordion-collapse.collapsing + .accordion-separator {
  display: flex;
}

/* Red segment (approx 95% width) */
.accordion-separator .red-segment {
  background-color: var(--velocity-accent-red);
  width: 95%; 
}

/* Blue segment (approx 5% width) */
.accordion-separator .blue-segment {
  background-color: var(--velocity-accent-red);
  width: 5%;
}

/* Ensure icons are correctly colored */
.accordion-icon-red {
  color: var(--velocity-accent-red) !important;
  margin-right: 10px;
  font-size: 1.1rem;
}

.accordion-body {
  padding: 1.5rem 1.25rem;
  color: #555;
}
.ProductItemNr{
  color: #F02B2C;
}

.ProductDetailsShippingEstimationLink i{
  color: #F02B2C;
}

#VariantGroupSwatches{
  background-color: #e7262757 !important;
}

/*checkout css */
.heading-color{
  color:#F02B2C;
}

/* Checkout Page */


/* === 1. Active Step Container Styling === */
.checkout-existingCustomer.step-item {
  /* Default inactive styling - assuming it's a card */
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid var(--velocity-border);
  transition: all 0.2s;
}

.checkout-existingCustomer.step-item.active {
  /* Active step styles: light background and red left border */
  background-color: var(--velocity-bg-light); 
  border: 1px solid var(--velocity-border); /* Resetting border before applying left border */
  border-left: 5px solid var(--velocity-accent-red);
  /* Adding padding to compensate for the removed border width */
  padding-left: calc(1.5rem - 4px); 
}

.numbadge{
  background-color: var(--velocity-accent-red) !important;
  color: white !important;
}

#btnContinueToShippingMethods{
  background-color: #F02B2C;
  color: white;
  border:none;
}

#btnContinueToShippingMethods:hover{
  color: #F02B2C;
  background-color: #ffffff;
  border: 1px solid #F02B2C !important;
}

/* Small screen adjustment for button width */
@media (max-width: 576px) {
  .checkout-contact-actions {
    justify-content: center !important;
  }
  .checkout-contact-next {
    width: 100%;
  }
  .checkout-contact-next .next-btn {
    width: 100%;
    display: block;
  }
}

/*Login Page*/

.fblogin {
  font-size: 14px !important;
}
.CustomerLogin-body .content-area img {
  width: 70%;
}

@media (max-width: 768px) {
  .backimg{
    display:flex;
    justify-content: center;
  }
}

/* Contact Form */
.contactinfo{
  margin-top:20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3.57143rem;
}
.contactpage{
  display: flex;
  gap: 2rem;
}
.contact-info-card{
  background-color: #ffffff;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border:1px solid #80808070;
}
.Contact-Form{
  background-color: var(--card-bg);
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border:1px solid #80808070;
}

label{
  margin: 10px 0 10px 0 !important;
}

#rpContactTypes_ctl00_ddNewContactType{
  margin-top: 10px;
}

#rpContactTypes_ctl00_txtNewContactTypeDisplayName{
  margin-top: 10px;
}

#ctl47_ctlContactForm_btnSubmit{
  margin-top: 12px !important;
  width: 100% !important;
  background-color: #F02B2C !important;
  border: none !important;
}
td.CustomFieldLabel {
  height: 25px !important;
}
.CustomFieldInput select {
  padding: var(--input-padding-y) var(--input-padding-x) !important;
}
.Register-form-custom h3 {
  display: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .contactpage {
    justify-content: center; /* space-between remove to avoid overflow */
    gap: 2rem;
  }

  .contact-info-card,
  .Contact-Form {
    width: 48%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .contactpage {
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem 1rem;
  }

  .contact-info-card,
  .Contact-Form {
    width: 100%;
    padding: 2rem;
  }

  .contactinfo {
    font-size: 18px;
    margin-bottom: 2rem;
    padding: 0 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .contact-info-card,
  .Contact-Form {
    padding: 1.5rem;
    border-radius: 0.75rem;
  }

  .contactinfo {
    font-size: 16px;
  }
}

/* Registration Page */

.btn-register-primary {
  width: 100%;
  transition: all 0.3s;
}

/* Styling the main registration card container */
.Register-wrap {
  padding: 2rem 0;
  background-color: var(--velocity-bg);
}

.registration-card {
  background-color: var(--velocity-card-bg);
  padding: 3.5rem;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 800px; /* Max width for central card */
  margin: auto;
  border-top: 5px solid var(--velocity-accent-red);
  width: 100%
}

/* Header Styling */
.Register-header h1 {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--velocity-text-dark);
  margin-bottom: 0.5rem;
}
.Register-form-subHeading {
  border-bottom: 1px solid var(--velocity-border);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Label and Input Styling */
.Register-form-wrap label {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  display: block; /* Ensure label is block level */
}
.Register-form-wrap .small {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.Register-form-wrap .form-control, 
.Register-form-wrap .form-select {
  border-radius: 8px;
  padding: 0.75rem 1.2rem;
  background-color: var(--velocity-bg);
  border: 1px solid #ced4da;
}
.Register-form-wrap .form-control:focus,
.Register-form-wrap .form-select:focus {
  border-color: var(--velocity-accent-red);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Styling for Checkboxes/Radio buttons */
.Register-form-dontRemember .CustomFieldInput {
  padding: 0.5rem 0;
}


/* Customer Account*/

.LayoutMiddle .LayoutAccountMenuColumn{
  width: 320px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #8080804d;
}

.MyAccountBreadcrumb{
  background-color: #F02B2C;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  height: 45px;
  /* text-align: center; */
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.MyAccountLogoutThemeButton{
  width: 100%;
  margin-top: 10px;
}

.account-header{
  color: #F02B2C ;
  font-size: 25px;
  font-weight: 700;
}
.profMenu-header strong{
  border-radius: 9px;
  padding: 0 0 15px;
  border-bottom: 3px solid #e63946;
}

/* practice-lacrosse-balls */

/* TOP SECTION */
.velocity-top-section {
  text-align: center;
  max-width: 900px;
  margin: 40px auto 30px;
  padding: 0 15px;
}

.velocity-logo img {
  max-width: 180px;
  margin-bottom: 10px;
}

.velocity-title {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}

.velocity-title span {
  color: #F02B2C;
  padding: 4px 10px;
  border-radius: 3px;
}

.velocity-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-top: 12px;
}

.itemdesc li {
  line-height: 30px;
}

/* ===============================
RESPONSIVE HEADER
================================ */
@media (max-width: 767px) {
  .velocity-title {
    font-size: 20px;
  }

  .velocity-logo img {
    max-width: 140px;
  }

  .velocity-desc {
    font-size: 13px;
  }
}

/* ===============================
CARD CONTAINER
================================ */
.item-info {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #ffffff;
  padding: 0;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item-info .PriceLabels{
  text-align: center;
}
.ProductTable th, td {
  padding-left: 10px;
  padding-right: 10px;
}

.item-info:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

/* ===============================
INNER FLEX FIX
================================ */
.item-info > ac\:visibilityarea {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ===============================
TITLE BAR
================================ */
.itemTitle {
  background: #0b2a52;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 12px;
  text-transform: uppercase;
}

/* ===============================
DESCRIPTION
================================ */
.itemdesc {
  font-size: 13px;
  color: #555;
  min-height: 60px;
  padding-right: 10px;
  flex-grow: 1;
}

/* ===============================
IMAGE AREA
================================ */
.FeaturedItemsThumbnail {
  padding: 20px;
  min-height: 220px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.FeaturedItemsThumbnail img {
  max-width: 180px;
  width: 100%;
  height: auto;
  padding: 0 12px;
}

/* ===============================
STAR RATING
================================ */
.FeaturedItemsRating {
  margin: 10px 0;
  font-size: 18px;
  color: #F02B2C;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
}

/* ===============================
PRICE AREA
================================ */
.PriceLabels {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.FeaturedItemMapPricingArea {
  font-size: 12px;
  margin-top: 5px;
}

/* ===============================
BUTTON – STAYS AT BOTTOM
================================ */
.btn-select-options {
  display: block;
  margin-top: auto;
  background: #F02B2C;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
}

.btn-select-options:hover {
  background: #ffffff !important;
  color: #F02B2C !important;
  border: 1px solid #F02B2C !important;
}

/* FORCE table cells to stretch equally */
.ProductTable tbody tr {
  display: flex;
}

.ProductTable tbody tr td.ControlItem {
  display: flex;
  flex: 1;
}

/* Make inner wrapper full height */
.ControlItem_1133, .ControlItem_1147 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Tablet */
@media (max-width: 991px) {
  .FeaturedItemsThumbnail {
    min-height: 200px;
  }

  .itemdesc {
    min-height: 50px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .item-info {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .FeaturedItemsThumbnail {
    min-height: 160px;
    padding: 15px;
  }

  .itemdesc {
    min-height: auto;
  }

  .btn-select-options {
    font-size: 14px;
    padding: 10px;
  }
  .item-card {
    margin-bottom: 20px !important;
  }
  .shippingAddressesItem-address .shippingAddressesItem-btns .ShipAddressEdit-wrap {
    padding:10px !important;
  }
}

/* Edit Customer */
.ProfileEdit-info .ProfileEdit-contact{
  border: 1px solid #8080804d !important;
}



/* Category side bar */
.all-leftColumn-header,
.all-leftColumn-header .ControlHeader {
  background: #ffffff;
  color: #F02B2C;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* links color default */
.leftColumn a {
  color: #F02B2C;
}

.all-leftColumn-header.active,
.all-leftColumn-header.open,
.all-leftColumn-header.active .ControlHeader,
.all-leftColumn-header.open .ControlHeader {
  background: #F02B2C;
  color: #ffffff;
}

/* active section links */
.all-leftColumn-header.active + ul a,
.all-leftColumn-header.open + ul a {
  color: #ffffff;
}
/* End - Category side bar */ 

/* Products Deatils Page */
.product-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  /* margin-top: 15px; */
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.badge-icon {
  width: 40px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-sei {
  background-image: url('https://velocitysportinggoods.americommerce.com/Shared/Themes/Velocity2025/images/sei-certified.png');
}

.icon-shipping {
  background-image: url('https://velocitysportinggoods.americommerce.com/Shared/Themes/Velocity2025/images/free-shipping.png');
}

.icon-usa {
  background-image: url('https://velocitysportinggoods.americommerce.com/Shared/Themes/Velocity2025/images/number1.png');
}

.icon-price {
  background-image: url('https://velocitysportinggoods.americommerce.com/Shared/Themes/Velocity2025/images/lowest-delivered.png');
}

/* Mobile */
@media (max-width: 767px) {
  .product-badges {
    grid-template-columns: 1fr;
  }
  .ParallaxList{
    height:515px !important;
  }
  .customize-ball-head {
    display: flex !important;
    justify-content: center !important;
  }
  .custom-head{
    padding: 1rem 3rem !important;
  }
  .ControlLink_1135{
    width: 100%;
  }
}
/* Tablet view only */
@media (min-width: 768px) and (max-width: 1024px) {
  .custom-head {
    width: 394px;
  }
}

.color-variant-grid .variant-box {
  border: 1px solid #e5e5e5;
  padding: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.color-variant-grid .variant-box img {
  max-width: 100%;
  height: auto;
}

.color-variant-grid .variant-box:hover {
  border-color: #F02B2C;
}

.color-variant-grid .variant-box.active {
  border: 2px solid #f5c400;
}


/* Home PAGE */
.card-header-text{
  color: #F20A0A;
  font-size: 30px;
  text-align: center;
}

.carousel-header{
  color: #F20A0A;
}

.ParallaxItem{
  background-color: black;
}

.customize-lead {
  font-size: 1rem;
  color: #ccc;
  max-width: 800px;
}

/* Card Base */
.all-product-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.35s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

/* Hover lift */
.all-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Image Wrapper */
.productItem-wrap {
  overflow: hidden;
  background: #f8f8f8;
}

/* Image zoom on hover */
.all-product-card:hover .productItem-wrap img {
  transform: scale(1.08);
}

/* Quick View */
.quick-view {
  position: absolute;
  left: 0;
  bottom: -60px;
  opacity: 0;
  transition: all 0.35s ease;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.65));
}

/* Slide up on hover */
.all-product-card:hover .quick-view {
  bottom: 0;
  opacity: 1;
}

/* Caption */
.productNewItem-caption {
  text-align: center;
}

/* Product Name */
.productNewItem-caption-name a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.productNewItem-caption-name a:hover {
  color: #dc3545;
}

/* Price Styling */
.lblPrice {
  font-size: 1.25rem;
}

.lblRetailPriceArea {
  display: block;
  font-size: 0.9rem;
  color: #999;
  margin-top: 4px;
}

/* Card Hover Border Accent */
.all-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 2px solid transparent;
  transition: border-color 0.35s ease;
  pointer-events: none;
}

.all-product-card:hover::after {
  border-color: rgba(220, 53, 69, 0.5);
}


/* --- Bulk Order Section Wrapper --- */
.bulk-order-section {
  padding: 1.5rem 0;
  background-color: #f8f9fa;
}

.bulk-order-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

/* Image */
.bulk-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 450px;
}

/* Content */
.bulk-content-wrap {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bulk-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #212529;
  margin-bottom: 10px;
  line-height: 1.1;
}

.bulk-subheading {
  color: #F20A0A;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.benefit-icon {
  font-size: 1.8rem;
  color: #dc3545;
  margin-right: 15px;
  flex-shrink: 0;
}

.benefit-text strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #343a40;
}

/* Mobile */
@media (max-width: 991px) {
  .bulk-heading {
    font-size: 2.2rem;
    text-align: center;
  }
  .bulk-subheading {
    text-align: center;
  }

  .benefit-item {
    justify-content: center;
    text-align: center;
  }
}

/* ABOUT PAGE HERO */
.about-hero {
  width: 100%;
  min-height: 480px;
  margin-top: -58px;
  background-image: url("https://velocitysportinggoods.americommerce.com/Shared/images/sak.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start; /* keep content at top */
  justify-content: center;
  padding-top: 80px; /* pushes text down slightly */
  position: relative;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Red underline */
.hero-line {
  width: 70px;
  height: 3px;
  background-color: #dc3545;
}

.border-dotted{
  border-bottom : 1px dotted gray;
}

/* Terms & Conditions */
.page-banner {
  position: relative;
  margin-top: -58px;
  height: 300px;
  background-image: url("https://velocitysportinggoods.americommerce.com/Shared/images/uploads/banner.png");
  background-size: cover;
  background-position: center;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-overlay h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

/* Privacy- Policy page */
.page-hero {
  height: 300px;
  margin-top: -58px;
  background-image: url("https://velocitysportinggoods.americommerce.com/Shared/images/uploads/banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.page-title {
  font-size: 2.5rem;
  color: #ffffff;
}

.breadcrumb-link{
  color: #ff0000;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-current{
  color: #555;
  font-weight: 500;
}

.ProductDetailsPrice,
.ProductDetailsPriceLabel {
  font-size: 16px !important;
}

.bulk-bg{
  background-image: url("https://velocitysportinggoods.americommerce.com/Shared/Themes/Velocity2025/images/bulk-image.jpg") !important;
}


/* Whishlist-Page */
@media (max-width: 767.98px) {
  .SavedWishLists-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .SavedWishLists-list table {
    min-width: 700px;
  }
}


/* Thankyou Page */
.thankyou-wrapper {
  max-width: 620px;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 16px;
  border: 1px solid #8080804d;
}

.thankyou-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #F02B2C;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.icon-circle i {
  font-size: 40px;
  color: #fff;
} 

.thankyou-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.thankyou-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Mobile */
@media (max-width: 576px) {
  .thankyou-wrapper {
    padding: 30px 20px;
  }

  .thankyou-title {
    font-size: 24px;
  }
}



/* 404 Page – Simple & Decent */

._404-wrap {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: #fff;
}

._404-img {
  max-width: 420px;
  opacity: 0.95;
}

._404-message-header {
  color: #222;
}

._404-message-text {
  color: #555;
  line-height: 1.6;
}

._404-message-link {
  font-size: 1rem;
}

._404-home-link {
  color: #F02B2C;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(240, 43, 44, 0.4);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

._404-home-link:hover {
  border-bottom-color: #F02B2C;
}

/* Mobile */
@media (max-width: 768px) {
  ._404-wrap {
    padding: 40px 15px;
  }

  ._404-img {
    max-width: 280px;
  }
}



/* =========================
MEGA MENU POSITION & STYLE
========================= */
#shop-mega-menu {
  display: none;
  position: absolute;
  width: 100vw !important;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 40px 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  z-index: 9999;
  background: #fff;
}

/* Titles */
#shop-mega-menu .mega-title {
  color: #F02B2C;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

/* Lists */
#shop-mega-menu .mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#shop-mega-menu .mega-list li {
  margin-bottom: 10px;
}

#shop-mega-menu .mega-list li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

#shop-mega-menu .mega-list li a:hover {
  color: #c40000;
  text-decoration: underline;
}

/* Dividers */
.mega-divider {
  width: 1px;
  background: #ddd;
}

/* Images */
#shop-mega-menu .mega-img {
  max-width: 100%;
  height: auto;
}

/* Flex layout */
.mega-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.mega-col {
  flex: 1;
  min-width: 160px;
}


#\31 163_rpCart_ctl00_Quantity,
#\31 164_rpCart_ctl00_Quantity {
  width: 50px;
}

/* Register form custom fields */
label[for="ucCustomFieldsEditor_rpCustomFields_ctl02_rblCF_DefaultLocation_Customers_54_1"],
label[for="ucCustomFieldsEditor_rpCustomFields_ctl02_rblCF_DefaultLocation_Customers_54_0"] {
  margin: 0px 0 10px 0 !important;
}
.Register-form-custom.mb-3.registration-custom.col-12 tr:nth-child(2) td {
  margin-top: 10px;
}
.Register-form-custom.mb-3.registration-custom.col-12 tr:nth-child(3) {
  display: none !important;
}

/* Register form custom fields End */

/* Spinner css Start*/
.ac-loader {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 5px solid rgba(255, 0, 0, 0.3); /* light red border */
  border-top-color: #ff0000; /* normal red */
  animation: ac-spin 0.8s linear infinite;
}

@keyframes ac-spin {
  to { transform: rotate(360deg); }
}
/* Spinner css End*/

/* Bulk Discount Modal css Start*/
.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* Bulk Discount Modal css end*/
