.menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 34px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

.layout-navbar.navbar-detached {
  padding-inline: 12px;
}
  
/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
  
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
  

:root {
  --bs-font-sans-serif: "Lato", sans-serif;
  --bs-menu-bg: #000000;
  --bs-menu-color: #ffffff;
  --bs-primary: #FBDA5F;
  --bs-primary-rgb: 251, 218, 95;
  --bs-secondary: #ff7e4f;
  --bs-secondary-rgb: 255, 126, 79;
  --bs-custom-link-color: #000000;
  --bs-menu-active-color: #000000;
  --bs-border-color: #000000;
  --bs-body-bg: #e5e4e3 !important;
  --bs-card-bg: #e5e4e3 !important;
  --bs-paper-bg: #e5e4e3 !important;
  --bs-heading-color: #000000;
  --bs-card-color: #000000;
  --bs-body-color: #000000;
  --bs-border-radius:0px;
  --custom-blue: #558eb6;
  --bs-form-check-input-checked-border-color: #000000;
  --bs-form-check-input-checked-bg: #ff7e4f;
  --bs-form-check-input-checked-border-color: #ff7e4f;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight:600;
}

.text-blue {
  color:var(--custom-blue);
}

.text-dark {
  color:var(--bs-body-color);
}

.text-dark a {
  color:var(--bs-body-color);
}

.bg-blue {
  background-color:var(--custom-blue);
}

.badge {
  color: #000000;
}



.btn {
    color: #000000;
    border-radius:0px; 
    font-weight:700;
}

.btn-solid-box {
    background-color:transparent;
    color:#000000;
}

.btn-solid-box:hover {
    background-color:var(--bs-primary);
    color:#000000;
}

.btn-remove {
    border: 0px;
    background-color: transparent;
}

.bg-lightgrey {
  background-color:#e5e4e3;
}

.bg-medgrey {
  background-color:#d1d1d1;
}


.resources-grid {
  border-top:1px solid var(--bs-border-color);
  border-left: 1px solid var(--bs-border-color);
}


.btn-resources-download {
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  box-sizing: border-box;
}

.btn-resources-download:hover {
  background-color: var(--bs-primary);
}





.menu-vertical .menu-icon {
    color: var(--bs-primary);
}

.menu-item.active > .menu-link:not(.menu-toggle) {
    background: var(--bs-primary);
}

.menu-item.active .menu-icon {
    color: var(--bs-menu-active-color);
}

.menu-toggle::after {
    background-color:#ffffff;
}

.menu-vertical .menu-item.active > .menu-toggle i {
  color: var(--bs-primary);
}



.card {
    border-radius:0px;
    color:#000000;
}

.card .card-header, .card .card-footer {
    border-radius:0px;
}

.quantity-selector {
    border:1px solid #000000;
}

.quantity-selector button {
    border:0px;
    border-radius:0px;
    background-color: var(--bs-primary);
    min-height: 32px;
}

.progress-bar {
    border-radius:0px !important;
}

.filter-box .form-control,
.filter-box .form-select {
  height: 60px;
  font-size: 1rem; /* optional */
}

.filter-box input::placeholder {
  line-height: normal;
  color:var(--bs-heading-color);
}

.cart-number-circle {
    position:absolute;
    left:60%;
    top:20%;
    background-color:var(--bs-secondary);
    color:#000000;
    border-radius:100%;
    width:28px;
    height:28px;
    border:1px solid #000000;
}

.cart-number-circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*--General Table--*/
table small {
  font-size: 11px;
  color: #6e6e6e;
}

/*--Datatable--*/
div.dt-container div.dt-paging ul.pagination .page-link {
    border-radius: 0px !important;
    border: 1px solid #000000;
}

.pagination .page-item.active .page-link, .pagination li.active > a:not(.page-link) {
    color: #000000;
}

/*--Form--*/
.form-check-input {
  --bs-form-check-input-checked-bg: var(--bs-secondary);
  --bs-form-check-input-checked-border-color: var(--bs-secondary);
  border-radius:0px;
}

.form-check-input[type=checkbox] {
  border-radius: 0px;
  border:1px solid;
}

/* General rule */
input,
select,
optgroup,
textarea {
  background-color: #ffffff !important;
}

/* Exclude .qty-input */
input.qty-input {
  background-color: inherit !important;
}

/* Exclude anything inside .filter-box */
.filter-box input,
.filter-box select,
.filter-box optgroup,
.filter-box textarea {
  background-color: inherit !important;
}

/* Exclude checkbox and radio */
input[type="checkbox"],
input[type="radio"] {
  background-color: var(--bs-secondary) !important;
}



/*--Cart Sticky Bar--*/
div#cart-sticky-bar {
    width: calc(100% - 260px);
    right: 0;
    bottom: 0;
}

/*--Address List Group--*/
.list-group-address {
  border:0px;
  border-bottom:1px solid;
  border-radius:0px !important;
  padding-bottom: 20px !important;
  padding-left:0px;
  padding-right:0px;
}

.list-group-address {
  font-size:13px;
}

/*--Team Lineage--*/
.team-accordion .accordion-button::after {
  position: absolute;
  left: 0;
  top: 10px;
}

/*---Leaderboard---*/
.table-leaderboard td:first-child {
  width: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.table-leaderboard td:last-child {
  text-align:right;
  padding-right:0px;
}

/*--General Popup--*/
.modal-dialog.modal-lg.modal-dialog-centered {
  margin: 0px auto;
}



@media only screen and (max-width:1199px) {
  div#cart-sticky-bar {
    width: 100%;
  }
  #cart-sticky-bar {
    font-size: 12px;
  }
  #cart-sticky-bar a {
    padding: 5px 15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width:767px) {
  /*--Table Responsive General Fix--*/
  .table-responsive-fix colgroup {
    width:100%;
    display:block;
  }

  .table-responsive-fix tr {
    display:flex;
    flex-wrap:wrap;
    border-bottom:1px solid #000000;
  }

  .table-responsive-fix td {
    flex-basis:50%;
    border-bottom:0px;
    padding: 10px !important;
  }

  .table-responsive-fix td.dtr-hidden {
    display: block !important;
  }


  .table-responsive-fix-cart thead {
    display: none;
  }

  .table-responsive-fix-cart tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom:1px solid #000000;
    position:relative;
    padding:5px;
  }

  .table-responsive-fix-cart tbody tr td {
    border-bottom:0px;
  }

  .table-responsive-fix-cart tbody tr td:nth-child(1) {
    flex-basis: 44px;
    padding:10px
  }

  .table-responsive-fix-cart tbody tr td:nth-child(2) {
    flex-basis: calc(100% - 64px);
    padding: 10px;
  }

  .table-responsive-fix-cart tbody tr td:nth-child(3),
  .table-responsive-fix-cart tbody tr td:nth-child(4),
  .table-responsive-fix-cart tbody tr td:nth-child(5) {
    flex-basis: 30%;
    padding: 10px;
  }

  .table-responsive-fix-cart tbody tr td:nth-child(3):before {
    content: 'Price';
    display: block;
    font-size: 11px;
  }

  .table-responsive-fix-cart tbody tr td:nth-child(5):before {
    content: 'Subtotal';
    display: block;
    font-size: 11px;
  }

  .table-responsive-fix-cart tbody tr td:nth-child(6) {
    width:0;
    height:0;
    padding: 0;
  }


  button.btn-remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }


}