.cart-sidebar {
  display: none;
}

#order-standard_cart {
  margin-left: auto;
  margin-right: auto;
}

#main-content {
  justify-content: center;
}

/* Configure Product CSS */

#product-info {
  background-color: transparent !important;
  border: none !important;
  display: flex;
  justify-items: center;
  align-items: center;
  font-weight: 800;
  font-size: 1em !important;
  background-color: transparent !important;
  border: none !important;
}

#product-image img {
  width: 40px;
  height: auto;
  margin-right: 1rem;
}

#order-standard_cart .cart-body {
  width: 100%;
}

#btnCompleteProductConfig {
  padding: 6px 12px !important;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

#order-standard_cart .secondary-cart-sidebar {
  float: none;
  width: 35%;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

/* Make sidebar full width on mobile */
@media (max-width: 768px) {
  #order-standard_cart .secondary-cart-sidebar {
    width: 100% !important;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .sidebar-collapsed {
    display: none !important;
  }
}

.order-progress::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #e0e0e0;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

#pricing-cycle-btn:focus,
.btn-selected {
  border-color: transparent;
  background: #5f4bb6;
  color: #fff;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  border-radius: 4px;
}

header.header .navbar a {
  color: #fff;
}

/* Old version button styles - replaced with modern design in configure-product.css
#version-btn.selected {
  outline: 4px solid #5f4bb6;
}

#version-btn.selected:hover {
  background: #5f4bb6;
  color: #fff;
  border: none;
}

#version-btn {
  width: 50%;
  height: 100px;
  font-weight: 800;
  font-size: 16px;
}
#version-btn img {
  width: 30px;
  height: 30px;
}

#version-btn:hover {
  background: #5f4bb6;
  color: #fff;
}

.version-buttons {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
*/

.form-control.disabled-dropdown {
  background-color: #e9ecef;
  opacity: 0.6;
  pointer-events: none;
}

#orderSummary {
  margin-top: 0px !important;
}

#summery-box {
  height: max-content;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  border: 1px solid #cccccc4f;
}

#inputEmail {
  height: 50px;
  border: 1px solid #cccccc4f;
}

/* checkout step 2 page */

#order-standard_cart .btn-checkout {
  background-color: #5f4bb6;
  border-color: #ccc;
}

#applyPromo > div.text-center > a {
  height: auto;
}

#order-standard_cart .view-cart-items-header {
  background-color: #5f4bb6;
}

#order-standard_cart .empty-cart .btn {
  background-color: #5f4bb6;
}

/* footer */

footer.footer {
  background-color: #f8f8f8;
  color: #666;
}

footer.footer .nav-link {
  color: #666;
}

footer.footer .btn {
  color: #666;
}
