:root {
  --font-size-xs: clamp(0.625rem, 0.6vw + 0.5rem, 0.75rem);
  --font-size-sm: clamp(0.75rem, 0.8vw + 0.5rem, 0.875rem);
  --font-size-base: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  --font-size-md: clamp(1rem, 1.2vw + 0.5rem, 1.25rem);
  --font-size-lg: clamp(1.25rem, 1.5vw + 0.5rem, 1.5rem);
  --font-size-xl: clamp(1.5rem, 2vw + 0.5rem, 2rem);
  --font-size-xxl: clamp(2rem, 2.5vw + 0.5rem, 2.5rem);
  --font-size-2xl: clamp(2.5rem, 3vw + 0.5rem, 3rem);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica-Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(51, 51, 51, 0.7607843137);
}

main {
  flex: 1;
  background-color: #f2f5f8;
}
main > .container-fluid {
  background-color: white;
}

.btn-primary {
  background-color: #2472bb;
  color: white;
  border: 1px solid #2472bb;
  border-radius: 0.12rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: white;
  color: #2472bb;
}

.btn-secondary {
  background-color: white;
  color: #2472bb;
  line-height: 1.6rem;
  border: 1px solid #2472bb;
  border-radius: 0.12rem;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #2472bb;
  color: white;
}

.btn {
  line-height: 1.6rem;
  border-radius: 0.12rem;
}

.btn-cart {
  text-align: left;
}
.btn-cart span {
  line-height: 14px;
}
.btn-cart .bi {
  font-size: 22px;
}

.btn {
  line-height: 1.5rem;
  padding: var(--bs-btn-padding-y) 0.8rem;
}
.btn.disabled {
  background-color: #d2d4d7;
  color: white;
  border: 1px solid #d2d4d7;
  pointer-events: none;
}

.btn-md {
  min-width: 110px;
}

.remove-item {
  background: transparent;
  font-size: 20px;
  color: #2472bb;
  width: 24px;
  height: 24px;
  border: none;
}

.bi {
  font-size: 18px;
  cursor: pointer;
}
.bi.bi-cart2::before {
  transform: scaleX(-1);
}
.bi.bi-chevron-down::before {
  font-weight: bold !important;
  color: #2472bb;
}
.bi.bi-caret-down-fill {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(12%);
  pointer-events: none;
  color: #abafb3;
  font-size: 16px;
}
.bi.bi-caret-down-fill.top {
  top: 0;
}
.bi.bi-pencil-square {
  display: inline-block;
  height: 21px;
  width: 20px;
  background-color: black;
}
.bi.bi-pencil-square::before {
  color: black;
  filter: invert(1);
  font-size: 13px;
  transform: translate(-4px, -5px);
}
.bi.bi-x-circle-fill {
  color: red;
}

h1 {
  color: #1f63a3;
  font-size: var(--font-size-xl);
  font-weight: 700;
}

h2 {
  color: #2472bb;
  font-size: var(--font-size-lg);
  font-weight: 700;
}

.text-gray {
  color: #abafb3;
}

.modal#modalEliminarDireccion .btn-close {
  right: 1rem;
  top: 1rem;
}
.modal#modalEliminarDireccion .modal-dialog p {
  font-size: 0.875rem;
  color: #464a53;
  margin-bottom: inherit;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header,
.modal .modal-content .modal-footer {
  border: none;
}
.modal .modal-content .modal-body {
  padding: 0 2rem;
}
.modal .modal-content .modal-body form {
  display: grid;
  gap: 1rem;
}
.modal .modal-content .modal-body form .btn-primary {
  margin: 1rem 0;
  min-width: 132px;
}

.item-product {
  border: 1px solid #2472bb;
}
.item-product .img-product img {
  width: 100%;
  height: auto;
}
.item-product .form-select {
  min-width: 80px;
  height: 100%;
}
.item-product .form-select:focus {
  border-color: #dee2e6;
  box-shadow: none;
}

label {
  font-size: var(--font-size-base);
}
label span {
  color: #2472bb;
  font-weight: 700;
}

.form-control,
.form-select {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 0;
}

.pagination .page-item.active .page-link {
  color: #2472bb;
  background-color: transparent;
}
.pagination .page-item .page-link {
  font-size: var(--font-size-xs);
  font-weight: normal;
  color: #464a53;
  border: none;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  cursor: pointer;
}
.pagination .page-item .page-link:hover {
  font-weight: bold;
  background-color: transparent;
  box-shadow: none;
}

.quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.quantity-input {
  width: 46px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  border: 2px solid #d2d4d7;
}
.quantity-input.border-primary {
  border: 1px solid #2472bb !important;
}

.btn-decrement {
  border-radius: 5px 0 0px 5px;
}

.btn-increment {
  border-radius: 0 5px 5px 0;
}

.btn-decrement,
.btn-increment {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #d2d4d7;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-decrement:hover, .btn-decrement:active,
.btn-increment:hover,
.btn-increment:active {
  background-color: #2472bb;
}

.page-link {
  font-size: 0.8rem;
  font-weight: bold;
  color: #2472bb;
  border: none;
  text-decoration: none;
}
.page-link:hover {
  color: #464a53;
}

.form-label {
  color: #464a53;
  font-size: 0.9rem;
}
.form-label small {
  color: #abafb3;
}

.form-check-label {
  cursor: pointer;
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: none !important;
  border: 2px double white;
  box-shadow: 0px 0px 0px 1px #d5d2d2;
}

.form-check-input[type=checkbox] {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: inherit;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check-input[type=checkbox]:checked {
  background-color: #2472bb;
  border-color: #2472bb;
}
.form-check-input[type=checkbox]:checked::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hlY2syIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxwYXRoIGQ9Ik0xMy44NTQgMy42NDZhLjUuNSAwIDAgMSAwIC43MDhsLTcgN2EuNS41IDAgMCAxLS43MDggMGwtMy41LTMuNWEuNS41IDAgMSAxIC43MDgtLjcwOEw2LjUgMTAuMjkzbDYuNjQ2LTYuNjQ3YS41LjUgMCAwIDEgLjcwOCAwIi8+PC9zdmc+");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  filter: invert(1);
}
.form-check-input:focus {
  border-color: #2472bb;
  box-shadow: none;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}
.form-select:focus {
  border-color: var(--bs-border-color);
  box-shadow: none;
}
.form-select option {
  color: #464a53;
  font-size: 0.8rem;
}

.text-primary {
  font-weight: bold;
  color: #2472bb !important;
}

.breadcrumb {
  font-size: 0.9rem;
}
.breadcrumb .breadcrumb-item {
  cursor: default;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #abafb3;
}
.breadcrumb .breadcrumb-item::before, .breadcrumb .breadcrumb-item::after {
  color: #abafb3;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: bold;
  color: #2472bb;
}

main {
  flex: 1 !important;
  background-color: #f2f5f8 !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main > .container-fluid {
  background-color: white !important;
}

h1 {
  color: #1f63a3 !important;
  font-size: var(--font-size-xl) !important;
  font-weight: 700 !important;
}
h1.fi-header-heading.text-gray-950 {
  color: #2472bb !important;
  font-size: var(--font-size-lg) !important;
  font-weight: 700 !important;
}

h2 {
  color: #2472bb !important;
  font-size: var(--font-size-lg) !important;
  font-weight: 700 !important;
}

/** END GLOGAL **/
/** layout **/
table {
  border-color: #2472bb !important;
  font-weight: normal !important;
  font-size: 0.9rem !important;
}
table thead {
  border-color: #2472bb !important;
  background-color: #2472bb !important;
}
table thead tr th {
  background-color: #2472bb !important;
  color: white !important;
  font-weight: 500 !important;
}
table thead tr th .fi-ta-header-cell-sort-icon {
  color: white !important;
  fill: white !important;
}
table thead tr th span {
  color: white !important;
  font-weight: 500 !important;
}
table thead tr th span.text-gray-950 {
  color: white !important;
  font-weight: 500 !important;
}
table tbody tr.border-0 td {
  border: none !important;
}
table tbody tr td p {
  color: #464a53 !important;
}
table tbody tr td p:not(:last-child) {
  margin-bottom: 0 !important;
}
table tfoot tr.border-0 td {
  border: none !important;
}
table tfoot tr td p {
  color: #464a53 !important;
}
table tfoot tr td p:not(:last-child) {
  margin-bottom: 0 !important;
}
table input[type=text],
table input[type=number] {
  font-size: 0.8rem !important;
}

/** END layout **/
:root {
  --primary-600: rgb(36, 114, 187) !important;
}

.text-custom-600,
.text-custom-500 {
  color: var(--primary-600) !important;
}

.fi-btn {
  background-color: #2472bb !important;
  color: white !important;
  border: 1px solid #2472bb !important;
  border-radius: 0.18rem !important;
}
.fi-btn:hover, .fi-btn:focus, .fi-btn:active {
  background-color: white !important;
  color: #2472bb !important;
}
.fi-btn:hover .fi-btn-label, .fi-btn:focus .fi-btn-label, .fi-btn:active .fi-btn-label {
  color: #2472bb !important;
}
.fi-btn .fi-btn-label {
  color: white !important;
}

.fi-sidebar-header {
  width: 320px !important;
  background-color: #2472bb !important;
}

.fi-sidebar {
  background-color: #1f63a3 !important;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items {
  gap: 0.75rem !important;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items .fi-sidebar-item .fi-sidebar-item-icon {
  display: none !important;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items .fi-sidebar-item.fi-active a {
  background-color: transparent !important;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items .fi-sidebar-item.fi-active a span {
  color: #70baff !important;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items .fi-sidebar-item a {
  display: flex !important;
  align-items: center !important;
  padding-top: inherit !important;
  padding-bottom: inherit !important;
  transition: all 0.3s !important;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items .fi-sidebar-item a span {
  font-size: var(--font-size-base) !important;
  color: white;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items .fi-sidebar-item:hover a {
  background-color: transparent !important;
}
.fi-sidebar .fi-sidebar-nav .fi-sidebar-group-items .fi-sidebar-item:hover a span {
  color: #70baff !important;
}

.rounded-xl,
.sm\:rounded-xl,
.md\:rounded-xl {
  border-radius: 0 !important;
}

.text-gray-950 {
  color: rgba(9, 9, 11, 0.8) !important;
}

.font-medium {
  font-size: 0.8rem;
}

.fi-input-wrp {
  border-radius: 0 !important;
  min-height: 42px;
}

.fi-ta-ctn.shadow-sm:not(tr), .fi-ta-ctn.shadow-xl:not(tr) {
  box-shadow: none !important;
}

.fi-ta-header-toolbar.sm\:px-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fi-ta-table tbody {
  border: 1px solid rgba(0, 0, 0, 0.0003);
}

/* login */
body .fi-layout {
  background-color: #f3f6f9 !important;
}
body .fi-layout main .fi-page {
  padding: 0 2rem;
  background-color: white !important;
  box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.5);
}
body.fi-panel-admin {
  background-color: #2472bb !important;
}
body.fi-panel-admin main.fi-simple-main {
  background-color: white !important;
}
body.fi-panel-admin main.fi-simple-main h1 {
  color: #2472bb !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}
body.fi-panel-admin main.fi-simple-main .fi-form .fi-ac-btn-action {
  border-radius: 1rem !important;
  padding: 0.7rem 0;
  width: 230px;
  text-transform: uppercase;
  margin: 0 auto;
  justify-content: center;
  display: grid;
}
body .fi-pagination {
  border: none !important;
}

header.fi-sidebar-header {
  min-height: 127px;
}
header.fi-sidebar-header .fi-logo {
  align-items: center;
}
header.fi-sidebar-header .fi-logo:before {
  width: 192px;
  height: auto;
  aspect-ratio: 6/2;
}

.fi-topbar nav {
  min-height: 127px;
}

nav.fi-sidebar-nav {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.fi-ta-table tbody,
.last-of-type\:pe-1:last-of-type {
  border-bottom: 1px solid rgba(var(--gray-200), 1) !important;
}

.fi-ta-search-field {
  border: 1px solid rgba(var(--gray-200), 1);
}

.fi-logo {
  background: #2472bb !important;
  padding: 0.7rem 1.5rem;
  color: transparent !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
}
.fi-logo:before {
  content: "";
  background-image: url("../../images/front/BIIB_BIG.D-7f18ac4b.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 192px;
  height: auto;
  aspect-ratio: 6/2;
  display: block;
  font-size: 0;
}/*# sourceMappingURL=estilos-admin.css.map */