/* ── LOADING OVERLAY ─────────────────────────────────────────── */
.custom_lock {
	position: relative;
}

.custom_lock::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
	z-index: 100;
}

.custom_lock::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 100px;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiICBoZWlnaHQ9IjIwMHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcmlwcGxlIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjYuMTM4NDciIGZpbGw9Im5vbmUiIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5jMX19IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgc3Ryb2tlPSIjMzM3YWI3IiBzdHJva2Utd2lkdGg9IjIiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMDs0MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgYmVnaW49Ii0wLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGtleVNwbGluZXM9IjAuMiAwIDAuOCAxIiBiZWdpbj0iLTAuNXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMjguMzk3NSIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmMyfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBzdHJva2U9IiM1YmMwZGUiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGtleVNwbGluZXM9IjAgMC4yIDAuOCAxIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMSIga2V5U3BsaW5lcz0iMC4yIDAgMC44IDEiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);
	z-index: 101;
}

/* ── CHECKOUT PAGE LAYOUT ────────────────────────────────────── */
/* This stylesheet is only loaded on the checkout page */

.container {
  padding-top: 32px;
  padding-bottom: 50px;
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 0 0 20px;
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
}

.breadcrumb > li + li::before {
  color: #00a4ee;
}

.breadcrumb a {
  color: #747477;
  transition: color 0.25s ease-in-out;
}

.breadcrumb a:hover {
  color: #00a4ee;
  text-decoration: none;
}

/* Page title */
h2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0d0e11;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}

/* ── PANELS ──────────────────────────────────────────────────── */
.panel.panel-default {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 18px rgba(13, 14, 17, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
}

.panel.panel-default > .panel-heading {
  background: #0d0e11;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 14px 20px;
  border: none;
  border-radius: 0;
}

.panel.panel-default > .panel-body {
  background: #ffffff;
  padding: 24px;
}

/* ── FORM ELEMENTS ───────────────────────────────────────────── */
.form-group {
  margin-bottom: 18px;
}

label.control-label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #343c46;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  display: block;
}

input.form-control,
select.form-control,
textarea.form-control {
  height: 46px;
  padding: 10px 14px;
  background: #f8f8fa;
  border: 1.5px solid rgba(20, 22, 24, 0.12);
  border-radius: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
  transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
  resize: vertical;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: #00a4ee;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 164, 238, 0.12);
  outline: none;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23343c46' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.form-group.has-error input.form-control,
.form-group.has-error select.form-control,
.form-group.has-error textarea.form-control {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.text-danger {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 4px;
  display: block;
}

/* ── RADIO & CHECKBOX ────────────────────────────────────────── */
.radio label,
.checkbox label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  padding-left: 22px;
  cursor: pointer;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #00a4ee;
}

/* ── ALERTS ──────────────────────────────────────────────────── */
.alert {
  border-radius: 0;
  border: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
}

.alert-warning {
  background: rgba(245, 194, 0, 0.12);
  color: #7a5f00;
}

.alert-info {
  background: rgba(0, 164, 238, 0.1);
  color: #0d0e11;
}

/* ── CART TABLE ──────────────────────────────────────────────── */
#custom-cart {
  margin-bottom: 28px;
}

#custom-cart .table {
  border-radius: 0;
  overflow: hidden;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
}

#custom-cart .table thead td {
  background: #0d0e11;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: none;
  padding: 12px 14px;
}

#custom-cart .table tbody tr {
  background: #ffffff;
  transition: background 0.2s;
}

#custom-cart .table tbody tr:nth-child(even) {
  background: #f8f8fa;
}

#custom-cart .table tbody td {
  border-color: rgba(20, 22, 24, 0.07);
  padding: 12px 14px;
  vertical-align: middle;
}

#custom-cart .table .img-thumbnail {
  border-radius: 0;
  border-color: rgba(20, 22, 24, 0.1);
  max-width: 60px;
}

#custom-cart .table a {
  color: #0d0e11;
  font-weight: 500;
}

#custom-cart .table a:hover {
  color: #00a4ee;
}

/* Quantity input in cart */
#custom-cart input[type="text"] {
  height: 36px;
  width: 60px;
  text-align: center;
  padding: 4px 8px;
  border: 1.5px solid rgba(20, 22, 24, 0.12);
  border-radius: 0;
  font-size: 13px;
}

/* Cart buttons (update/remove) */
#custom-cart .btn {
  border-radius: 0;
  font-size: 12px;
  padding: 5px 10px;
  font-family: 'Roboto', Arial, sans-serif;
}

/* ── ORDER TOTAL TABLE ───────────────────────────────────────── */
#custom-total {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 2px 18px rgba(13, 14, 17, 0.08);
  padding: 20px;
  margin-bottom: 20px;
}

#custom-total .table {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
}

#custom-total .table tr {
  border-color: rgba(20, 22, 24, 0.07);
}

#custom-total .table td {
  padding: 8px 4px;
  border-top: 1px solid rgba(20, 22, 24, 0.07);
  color: #333333;
}

#custom-total .table tr:first-child td {
  border-top: none;
}

#custom-total .table tr:last-child td {
  font-weight: 700;
  font-size: 16px;
  color: #0d0e11;
  padding-top: 12px;
  border-top: 2px solid #0d0e11;
}

/* ── SUBMIT BUTTON ───────────────────────────────────────────── */
#custom-control {
  margin-top: 8px;
}

#custom-control .pull-right {
  float: none !important;
}

#button-custom-order,
#button-custom-order.btn.btn-primary {
  display: block !important;
  width: 100%;
  padding: 15px 28px;
  background: #0d0e11;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 2px solid #0d0e11;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  margin-top: 8px;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
}

#button-custom-order:hover,
#button-custom-order.btn.btn-primary:hover {
  background: #00a4ee;
  border-color: #00a4ee;
  color: #ffffff;
}

#button-custom-order:active,
#button-custom-order.btn.btn-primary:active {
  background: #0098cc;
  border-color: #0098cc;
  box-shadow: none;
}

/* Terms/agree checkbox */
#custom-control input[type="checkbox"] {
  accent-color: #00a4ee;
  margin-right: 6px;
}

#custom-control label.control-label {
  display: inline;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 400;
  color: #747477;
  cursor: pointer;
}

/* ── SECONDARY BUTTONS ───────────────────────────────────────── */
.btn.btn-default {
  background: transparent;
  border: 1.5px solid rgba(20, 22, 24, 0.2);
  border-radius: 0;
  color: #343c46;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
}

.btn.btn-default:hover {
  border-color: #00a4ee;
  color: #00a4ee;
  background: transparent;
}

/* ── INPUT GROUP ─────────────────────────────────────────────── */
.input-group-btn .btn.btn-default {
  height: 46px;
  border-left: none;
  border-radius: 0;
}

.input-group > .form-control:first-child {
  border-radius: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 767px) {
  .container {
    padding-top: 20px;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .panel.panel-default > .panel-body {
    padding: 16px;
  }

  #custom-total {
    padding: 16px;
    margin-top: 0;
  }
}
