.banner_2 .col-xl-2 {
  width: 24% !important;
}

.banner_2 .col-xl-10 {
  width: 76% !important;
}

@media (min-width: 1400px) {
  .banner_2 .col-xxl-10 {
    flex: 0 0 auto;
    width: 76%;
  }
}

.btn-orange {
  background-color: #cd3738;
  color: #fff;
}

.btn-orange:hover {
  background-color: #d63b3b;
  color: #fff;
}

.btn-outline-orange {
  color: #cd3738;
  border: 1px solid #cd3738;
  background-color: transparent;
}

.btn-outline-orange:hover {
  background-color: #d63b3b;
  color: #fff;
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .btn-orange {
    font-size: 10px !important;
  }

  .btn-outline-orange {
    font-size: 10px !important;
  }
}

/* .main_menu.menu_fix {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: 999;
  animation: menu_animate 1.5s;
  -webkit-animation: menu_animate 1.5s;
  background: var(--colorWhite);
}
.main_menu_2 {
  background: #082e44 !important;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
} */

/* Default nav (top pe) */
.main_menu_2 {
  background: #082e44 !important;
}

.main_menu_2 a {
  color: white;
}

/* Scroll ke baad */
.main_menu.menu_fix {
  background: var(--lightBg) !important;
}

.main_menu.menu_fix a {
  color: #082e44 !important;
}

.main_menu.menu_fix .menu_icon li a.user h5 {
  color: #cd3738 !important;
}

.main_menu.menu_fix .menu_logo {
  border-right: 1px solid #ddd;
}

.main_menu.menu_fix .menu_icon li a.user {
  border-left: 1px solid #ddd;
}

.btn-disabled-custom {
  background: #7b7b7b !important;
  color: #ada7a7 !important;
  cursor: not-allowed;
  opacity: 0.8;
}

.hardware-submit-btn {
    /* background: linear-gradient(135deg, #082e44, #0c425f); */
    border: 2px solid #ff3b3b;
    color: #100f0f !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(255, 59, 59, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.hardware-submit-btn:hover {
    background: linear-gradient(135deg, #ff3b3b, #b30000);
    border-color: #b30000;
    color: #fff;
    box-shadow: 0 0 8px rgba(255, 59, 59, 0.5);
    transform: translateY(-1px);
}

.hardware-submit-btn:active {
    transform: scale(0.97);
    box-shadow: 0 0 5px rgba(255, 59, 59, 0.5);
}


.shop_page #sticky_sidebar{
  border: 1px solid #ddd; 
  padding: 15px;
  border-radius: 2px;
}