.pac-container {

	z-index: 10000 !important;

}



.m_validations_showhide {

	color:red;

}



.iti-mobile.menu-active header, .inner.iti-mobile.menu-active header {

   background: -webkit-gradient(linear, left top, right top, from(var(--sub_menu_background_color)), to(var(--sub_menu_background_color)));

   background: linear-gradient(to right, var(--sub_menu_background_color), var(--sub_menu_background_color));

}



/***22/09/2024***/



button.close img {

   transition: transform 0.3s ease-in-out;

 }

 

 button.close img:hover {

   transform: rotate(180deg); /* Adjust rotation degree as needed */

 }



 .instant-sell-m .close  {

   right: 5px !important;

   top: 8px !important;

 }



 .instant-sell-m .form-group input {

   text-align: left !important;

 }



 .instant-sell-m .modal-body {

      padding: 20px 25px !important;

 }



 .instant-sell-m .form-group label {

   font-size: 18px;

   font-weight: 400;

}



.instant-sell-m .modal-header {

  padding: 0;

}   



.cell-phone-n small.invalid-feedback {

   /* position: relative !important; */

   width: 100% !important;

   left: 5px !important;

   bottom: -24px;

   top: auto;

}



/***25/09/2024***/



.condition-tooltips-htm  {

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  padding: 15px 15px;

  margin-top: 15px;

  margin: 15px 3px 0;

}



.condition-tooltips-htm br {

  display: none;

}



/***26/09/2024***/



form.sign-in.needs-validation.bulk-order {

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  padding: 30px 30px;

  margin-bottom: 50px;

  max-width: 800px;

  margin: 0 auto 50px auto;

}



form.sign-in.needs-validation.bulk-order .quantity-form .form-control {

  box-shadow: none;

  border: 1px solid #ced4da;

  border-radius: 4px;

  margin: 0 10px;

}



form.sign-in.needs-validation.bulk-order .form-group.double-btn {

  margin-bottom: 0;

}



form.sign-in.needs-validation.bulk-order .quantity-form.form-inline {

  margin-bottom: 10px;

}



@media (max-width: 767px) {

  select#new_modifier_links {

    margin: 0 auto;

  }



  .model_device_condation .custom-control-label {

    width: fit-content;

  }



  .model_device_condation .form-group.new_modifier_links_showhide {

    margin: 15px 0;

  }

}



.payment-select .custom-control.custom-radio .custom-control-label {

	width: auto !important;

	padding-left: 15px;

	padding-right: 15px;

}

/* ================================
   PRM – Condition buttons styling
   ================================ */

.block.phone-details .card .storage-options .custom-control.custom-radio {
  display: block;
  margin-bottom: 12px;
}

.block.phone-details .card .storage-options .custom-control.custom-radio .custom-control-label {
  min-width: 220px;
  text-align: center;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid #e0e4ec;
  background-color: #ffffff;
  box-shadow: 0 6px 18px rgba(10, 0, 83, 0.06);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.block.phone-details .card .storage-options .custom-control.custom-radio .custom-control-input {
  position: absolute;
  opacity: 0;
}

.block.phone-details .card .storage-options .custom-control.custom-radio .custom-control-label span {
  display: inline-block;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #0a0053;
  color: #0a0053;
}

.block.phone-details .card .storage-options .custom-control.custom-radio .custom-control-input:not(:checked) + .custom-control-label:hover {
  border-color: #ea2028;
  box-shadow: 0 8px 20px rgba(234, 32, 40, 0.18);
}

.block.phone-details .card .storage-options .custom-control.custom-radio .custom-control-input:checked + .custom-control-label {
  background-color: #ea2028;
  border-color: #ea2028;
  box-shadow: 0 10px 24px rgba(234, 32, 40, 0.35);
}

.block.phone-details .card .storage-options .custom-control.custom-radio .custom-control-input:checked + .custom-control-label span {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.block.phone-details .card .storage-options .custom-control.custom-radio .custom-control-input:checked + .custom-control-label:hover {
  background-color: #ea2028;
  border-color: #ea2028;
}

/* ================================
   PRM – Condition descriptions
   (Grade A/B/C/D/Broken text)
   ================================ */

.block.phone-details .card .storage-options .condition-tooltips-htm {
  display: block !important;              
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px dashed #d6dbe6;
  background-color: #ffffff;
  color: #3a3f55;
  font-size: 14px;
  line-height: 1.4;
}

.block.phone-details .card .storage-options .condition-tooltips-htm + .condition-tooltips-htm {
  margin-top: 8px;
}

.block.phone-details .card .storage-options .condition-tooltips-htm b {
  color: #0a0053;
  font-weight: 600;
}

/* PRM – Footer color fix on /sell pages */
footer.main_footer {
  background-color: #0A0053;      /* navy */
  color: #ffffff;
}

/* About text + general text in footer */
footer.main_footer p,
footer.main_footer .footer-about {
  color: #ffffff !important;
}

/* Column titles + "Follow us" heading */
footer.main_footer h5 {
  color: #ffffff !important;
}

/* List items (so bullets stay white, links stay red) */
footer.main_footer ul.footer-menu li {
  color: #ffffff;
}

/* Keep links in brand red like homepage footer */
footer.main_footer ul.footer-menu li a {
  color: #EA2028;
  text-decoration: none;
}

footer.main_footer ul.footer-menu li a:hover,
footer.main_footer ul.footer-menu li a:focus {
  color: #ffffff;
}

/* =========================================
   PRM – Global Top Bar (Call, Email, Locations)
   ========================================= */
.prm-top-bar {
  background-color: #050037; /* dark navy */
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

.prm-top-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.prm-top-bar__left,
.prm-top-bar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.prm-top-bar__link {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  opacity: 0.9;
}

.prm-top-bar__link:hover,
.prm-top-bar__link:focus {
  opacity: 1;
  text-decoration: underline;
}

.prm-top-bar__icon {
  font-size: 14px;
}

.prm-top-bar__highlight {
  color: #EA2028;
  font-weight: 600;
}

.prm-top-bar__divider {
  opacity: 0.5;
}

/* Hide top bar on small screens (we use mobile bar there) */
@media (max-width: 767.98px) {
  .prm-top-bar {
    display: none;
  }
}


/* =========================================
   PRM – Mobile Sticky Action Bar (bottom)
   ========================================= */
.prm-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #0A0053; /* navy */
  box-shadow: 0 -2px 10px rgba(0,0,0,0.35);
  padding: 6px 0 8px;
  justify-content: space-around;
  /* hidden by default, shown only on mobile via media query */
  display: none;
}

.prm-mobile-bar__item {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.prm-mobile-bar__icon {
  font-size: 18px;
  line-height: 1;
}

.prm-mobile-bar__label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.prm-mobile-bar__item:hover,
.prm-mobile-bar__item:focus {
  background-color: #EA2028;
}

/* Only show sticky bar on mobile and keep content visible above it */
@media (max-width: 767.98px) {
  .prm-mobile-bar {
    display: flex;
  }

  body {
    padding-bottom: 56px; /* so content doesn’t hide behind the bar */
  }
}


/* =========================================
   PRM – Header menu: Locations item highlight
   (for <li class="extra-menu-item"> in header.php)
   ========================================= */
header .main-menu.home ul li.extra-menu-item > a {
  color: #EA2028;
  font-weight: 600;
}

header .main-menu.home ul li.extra-menu-item > a:hover,
header .main-menu.home ul li.extra-menu-item > a:focus {
  color: #ffffff;
  background-color: #0A0053;
}
