@import url(https://fonts.googleapis.com/css?family=Anton|Lato:900|Nunito|Open+Sans:300,300i,400,600,600i,700,800,800i|Raleway|Roboto:900|Paytone+One&display=swap);.new-morphism-btn {
  margin-left: 10px;
  border-radius: 12px 12px 12px 12px;
  border: 0px solid #d1d9e6;
  color: #6b808e;
  padding: 8px 10px;
  box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
  overflow: hidden;
  cursor: pointer !important;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.new-morphism-btn.btn-send {
  color: white;
  background-color: rgba(105, 140, 240, 0.6);
  text-transform: uppercase;
}

.new-morphism-btn.btn-send:hover {
  background-color: rgba(105, 140, 240, 0.3);
}

.new-morphism-btn.btn-reset {
  color: white;
  background-color: rgba(255, 0, 12, 0.6);
  text-transform: uppercase;
}

.new-morphism-btn.btn-reset:hover {
  background-color: rgba(255, 0, 12, 0.3);
}

.new-morphism-btn:hover {
  background-color: #d1d9e6;
  color: #6b808e;
  border: 0;
  opacity: 0.5;
  box-shadow: inset 8px 4px 8px 0px #d1d9e6, inset -8px -4px -12px 0px #d1d9e6;
}

.hidden {
  display: none;
}

/*
BUTTONS
 */

button {
  font-family: "Nunito", sans-serif;
}

.btn {
  font-family: "Nunito", sans-serif;
}

.btn:hover {
  border: 1px solid;
}

.btn.btn-admin {
  position: fixed;
  right: calc(50% - 36.69px);
  top: 20px;
  z-index: 995;
}

.btn.btn-back {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.btn.btn-up {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 999;
  background-color: #E3212E;
  border-color: white;
  border-width: thin;
  border-radius: 50%;
  color: #ffffff;
}

.btn.btn-up:hover {
  background-color: #ba1722;
}

.btn.btn-cart {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  background-color: #E3212E;
  border-color: white;
  border-width: thin;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.btn.btn-cart:hover {
  background-color: #ba1722;
  color: #ffffff;
}

.btn.btn-checkout {
  background-color: #1fad83;
  border: #77a0d0;
}

.btn.btn-checkout:hover {
  background-color: #3a6ca7;
}

.btn.btn-primary {
  background-color: #E3212E;
  border: #e94e59;
}

.btn.btn-primary:hover {
  background-color: #ba1722;
}

.btn.btn-blue {
  background-color: #5185c3;
  border: #77a0d0;
  color: #ffffff;
}

.btn.btn-blue:hover {
  background-color: #3a6ca7;
  color: #ffffff;
}

.btn.btn-success {
  background-color: #38c172;
}

.btn.btn-success:hover {
  background-color: #2d995b;
}

.btn.btn-warning {
  background-color: #f47f0e;
  border: #f8b370;
  color: #ffffff;
}

.btn.btn-warning:hover {
  color: #ffffff;
  background-color: #c66609;
}

.btn.btn-danger {
  background-color: #e3342f;
}

.btn.btn-danger:hover {
  background-color: #c51f1a;
}

.btn.btn-link {
  background-color: #E3212E;
  color: #ffffff;
  text-decoration: none;
}

.btn.btn-link:hover {
  background-color: #ba1722;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ba1722;
}

.btn.item-btn {
  color: #E3212E !important;
  font-size: 2em !important;
  font-weight: bold !important;
  text-align: center !important;
  background-color: white !important;
  /*background-color: $kfc-red;
  border-color: $kfc-red;
  border-radius: 10px;
  color: $white;*/
}

.btn.item-btn:hover {
  border-color: white !important;
  /*border: 1px solid $kfc-red;
  background-color: darken($kfc-red, 5) !important;
  border-color: darken($kfc-red, 5) !important;
  color: $white;*/
}

.btn.btn-customized {
  background-color: #E3212E;
  border-color: #E3212E;
  border-color: white;
  border-width: thin;
  border-radius: 10px;
  color: #ffffff;
}

.btn.btn-customized:hover {
  background-color: #d01a26 !important;
  border-color: #d01a26 !important;
  color: #ffffff;
}

.navbar.navbar-kfc {
  background-color: #E3212E;
}

/**
CARDS
 */

.card.card-kfc .card-header {
  color: #ffffff;
  background-color: #E3212E;
}

/**
NAV CART
 */

cart-link {
  max-width: 80px;
}

.container-admin {
  margin-bottom: 100px;
}

.pagination .page-item.active {
  z-index: 0;
}

.badge-dark {
  background-color: rgba(0, 0, 0, 0.8);
}

.error {
  font-size: 0.8rem;
  color: #92c0e5;
}

.mb-10 {
  margin-bottom: 150px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding-right: 15px !important;
}

.select2-search__field {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.select2-container--classic .select2-selection--multiple {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.card-image {
  background-color: rgba(0, 0, 0, 0.2);
}

.card.card-items {
  background-color: rgba(0, 0, 0, 0.4);
}

.card .card-component {
  background-color: rgba(0, 0, 0, 0.4);
}

[id*=interchangeable-item-holder-] {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
}

[id*=interchangeable-item-holder-] [id*=interchangeable-item-holder-] {
  background-color: rgba(0, 0, 0, 0.2);
}

[id*=interchangeable-item-holder-] [id*=interchangeable-item-holder-] input {
  margin: 0 10px;
}

.hide_me {
  display: none;
}

.show_me {
  display: block;
}

nav.breadcrumb-holder {
  margin-top: 10px;
  text-align: left;
}

nav.breadcrumb-holder h1 {
  color: rgba(227, 33, 46, 0.7);
  font-size: 1.4em;
}

nav.breadcrumb-holder .breadcrumb {
  font-family: "Open Sans", sans-serif;
  background-color: #E3212E;
  color: rgba(255, 255, 255, 0.6);
}

nav.breadcrumb-holder .breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: lighter;
}

nav.breadcrumb-holder .breadcrumb li i {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 10px;
  margin-right: 10px;
}

nav.breadcrumb-holder .breadcrumb li.active a {
  color: #ffffff;
  font-weight: bold;
}

nav.breadcrumb-holder .breadcrumb li.breadcrumb-item {
  font-size: 0.8em;
}

nav.breadcrumb-holder .breadcrumb li.breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.6);
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  background-color: white;
  line-height: 30px;
  scroll-behavior: smooth !important;
}

strong {
  font-weight: 500;
}

a {
  color: #E3212E;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #E3212E;
  border: 0;
  text-decoration: none;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 26px;
}

img {
  max-width: 100%;
}

.medium-paragraph {
  font-size: 18px;
  line-height: 34px;
}

::-moz-selection {
  background: #E3212E;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #E3212E;
  color: #fff;
  text-shadow: none;
}

/***** Wrapper *****/

.wrapper {
  display: block;
}

/***** Sidebar *****/

.sidebar {
  font-size: 1.2em;
  font-weight: bold;
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 999;
  background: #333;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {
  left: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  background: #444;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.dismiss:hover,
.dismiss:focus {
  background: #555;
  color: #fff;
}

.sidebar .logo {
  border-bottom: 1px solid #444;
  transition: all 0.3s;
  max-width: 100px;
  margin: 0 auto;
}

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  background: url("/assets/images/logos/kfc_logo_bucket.svg") left top no-repeat;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  transition: all 0.3s;
}

.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #fff;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active > a,
a[aria-expanded=true] {
  background: #444;
  color: #fff;
}

.sidebar ul ul a {
  background: #444;
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active > a {
  background: #555;
}

.sidebar a[data-toggle=collapse] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top {
  padding: 10px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

/* sidebar light */

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .s {
  border-color: #eee;
}

.sidebar.light .logo a {
  background-image: url("/assets/images/logos/kfc_logo_bucket.svg");
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active > a,
.sidebar.light a[aria-expanded=true] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active > a {
  background: #ccc;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}

.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

/***** Dark overlay *****/

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

/***** Content *****/

.container-landing {
  max-width: 420px !important;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: #E3212E;
  overflow: hidden;
  margin-bottom: 100px;
}

.open-menu {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 997;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

/***** Buttons *****/

/***** General style, all sections *****/

.section-container {
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #fff;
}

.section-container-image-bg .divider-1 span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.section-description {
  margin-top: 60px;
  padding-bottom: 10px;
}

.section-description p {
  margin-top: 20px;
  padding: 0 120px;
}

.section-container-image-bg .section-description p {
  opacity: 0.8;
}

.section-bottom-button {
  padding-top: 20px;
}

/***** Divider *****/

.divider-1 span {
  display: inline-block;
  width: 200px;
  border-bottom: 1px dotted #aaa;
}

/***** Top content *****/

.top-content {
  width: 100%;
  padding: 0px 0 120px 0;
}

.top-content h1 {
  padding-top: 85px;
  color: #fff;
}

.top-content .description {
  margin: 30px 0 0 0;
  padding-bottom: 30px;
}

.top-content .description p {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.top-content .description a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.top-content .description a:hover,
.top-content .description a:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

/***** Footer *****/

footer {
  padding: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #E3212E;
  z-index: 1;
}

footer .footer-lines-holder {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-lines-holder .lines {
  display: inline-flex;
  width: 20px;
  height: 100%;
  background-color: white;
  color: white;
}

footer .footer-lines-holder .lines:before {
  content: "-";
}

footer .footer-lines-holder .lines:nth-child(odd) {
  background-color: #E3212E;
  color: #E3212E;
}

footer .footer-lines-holder .lines:nth-child(odd):before {
  content: "-";
}

footer .footer-legales {
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
}

footer .legales {
  text-align: center;
  font-size: 0.6em;
  color: white;
  line-height: 1em;
  margin: 7px 55px 7px 55px;
}

a.btn-customized-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1.5rem;
  background: #444;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
  margin-right: 5px;
}

a.btn-customized-4 {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 0;
  background: #444;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
  background: #222;
}

a.btn-customized-4.btn-customized-light {
  background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

.kfc-menu-action {
  background-color: #E3212E !important;
  color: #FFFFFF;
  font-size: 1rem;
}

.kfc-menu-action:hover {
  color: rgba(255, 255, 255, 0.5);
}

.dashboard-content {
  color: white;
  padding-top: 6px;
}

.dashboard-content h2 {
  font-size: 2em;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #ffffff;
}

.dashboard-content .dashboard-input-select {
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border: 1px solid #5185c3;
}

.dashboard-content .select2-search input {
  background-color: rgba(0, 34, 43, 0.2);
  color: #ffffff;
  font-weight: bold;
}

.dashboard-content .select2-selection.select2-selection--multiple {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border: 1px solid #5185c3;
}

.dashboard-content .table-container {
  max-width: 800px;
  margin: 0 auto;
  overflow: auto;
  border-radius: 4px;
  padding: 10px 0;
}

.dashboard-content .new-item-holder {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.dashboard-content .card-dashboard .card-body {
  text-align: left;
}

.dashboard-content .dashboard-table {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.dashboard-content .dashboard-table th {
  text-transform: uppercase;
  padding: 10px;
}

.dashboard-content .dashboard-table td {
  text-transform: capitalize;
  padding: 10px;
}

.dashboard-content .dashboard-table td:first-child {
  color: #c2b280;
}

.dashboard-content .dashboard-table td span {
  /*font-size: 1.2em;
  margin: 4px 0;*/
}

.dashboard-content .dashboard-table td figure {
  width: 120px;
  margin: 4px;
  display: inline-block;
}

.dashboard-content .dashboard-table td figure img {
  width: 100%;
}

.dashboard-content h1 {
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
}

.dashboard-content .card {
  color: #5185c3;
  max-width: 800px;
  margin: 10px auto 0 auto;
}

.dashboard-content .row {
  margin: 0;
}

.dashboard-content .col-content {
  padding-top: 10px;
}

.hide-block {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.TD-holder {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dashboard-counter-holder {
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
}

.dashboard-counter-holder p {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.9em;
}

.dashboard-counter-holder p:after {
  content: " | ";
}

.dashboard-counter-holder .counter-holder {
  display: inline-block;
  margin: 10px 5px;
  padding: 4px 4px 4px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.7em;
  box-shadow: inset 1px 1px 2px 1px rgba(255, 255, 255, 0.9), 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.dashboard-counter-holder .counter-holder .counter-count {
  display: inline-block;
  top: -4px;
  padding: 0px 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-left: 8px;
  box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.9), 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.dashboard-counter-holder .counter-holder .counter-count.counter-count-dark {
  background-color: rgba(0, 0, 0, 0.5);
}

.dashboard-counter-holder .counter-holder .counter-count.counter-count-blue {
  background-color: #698cd2;
}

.dashboard-counter-holder .counter-holder .counter-count.counter-count-red {
  background-color: #f38683;
}

.dashboard-counter-holder .counter-holder .counter-count.counter-count-orange {
  background-color: #f6993f;
}

.dashboard-counter-holder .counter-holder .counter-count.counter-count-green {
  background-color: #38c172;
}

.dashboard-greet strong {
  text-transform: capitalize;
}

.dashboard-project-holder {
  margin-top: 10px;
  padding: 10px;
}

#topheader {
  background-color: #343a40;
}

#topheader nav {
  max-width: 1080px;
  margin: 0 auto;
}

#topheader nav .admin-link {
  color: #e0b308;
}

.welcome-card .card-body span {
  font-size: 1.2em;
  margin-right: 10px;
  color: #38c172;
}

@media screen and (max-width: 480px) {
  .dashboard-counter-holder {
    padding: 10px;
  }

  .dashboard-counter-holder .counter-holder {
    display: block !important;
    margin: 20px auto !important;
    text-align: right;
  }
}

/***** Sidebar *****/

/* sidebar light */

.sidebar {
  font-size: 1.2em;
  font-weight: bold;
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 999;
  background: #333;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar .logo {
  transition: all 0.3s;
  max-width: 100px;
  margin: 0 auto;
}

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  background: url("/assets/images/logos/kfc_logo_bucket.svg") left top no-repeat;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  transition: all 0.3s;
}

.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #fff;
}

.sidebar ul li a:hover {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul li a:focus {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active > a {
  background: #444;
  color: #fff;
}

.sidebar ul li.active > a:hover {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul li.active > a:focus {
  outline: 0;
  background: #555;
  color: #fff;
}

.sidebar ul ul a {
  background: #444;
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active > a {
  background: #555;
}

.sidebar a[data-toggle=collapse] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top {
  padding: 10px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

.sidebar .dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  background: #444;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.sidebar .dismiss:hover {
  background: #555;
  color: #fff;
}

.sidebar .dismiss:focus {
  background: #555;
  color: #fff;
}

.sidebar a[aria-expanded=true] {
  background: #444;
  color: #fff;
}

.sidebar.active {
  left: 0;
}

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover {
  background: #ccc;
  color: #888;
}

.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .s {
  border-color: #eee;
}

.sidebar.light .logo a {
  background-image: url("/assets/images/logos/kfc_logo_bucket.svg");
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active > a {
  background: #ddd;
  color: #888;
}

.sidebar.light ul li.active > a:hover {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active > a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active > a {
  background: #ccc;
}

.sidebar.light a[aria-expanded=true] {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-3:active {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-3:active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-3:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-3.active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:active {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:active {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light.active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

.form-warning {
  color: #f6993f;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px;
  font-size: 0.8rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red !important;
  color: #fff;
}

.select2-container *:focus {
  outline: none;
}

.package-item-holder {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}

.package-item-holder label {
  margin: 0;
}

.package-item-holder [id*=item_price_] {
  width: 100px !important;
  display: inline-block;
}

.package-item-holder [id*=item_id_] {
  width: 35px;
  display: inline-block !important;
}

.card-select-base-item {
  background-color: rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: 10px auto;
}

.card-select-base-item .card-header {
  background-color: rgba(0, 0, 0, 0.2);
}

.card-select-base-item .card-header h4 {
  color: #ffffff !important;
}

.card-select-base-item .card-body {
  background-color: rgba(0, 0, 0, 0.2);
}

.card-select-base-item .card-body table {
  color: #ffffff !important;
}

.alert.alert-message {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.item-holder {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1em;
  font-family: "Nunito", sans-serif;
}

.item-holder img {
  width: 100%;
}

.item-holder .item-data-holder {
  padding: 10px;
}

.item-holder .item-data-holder .item-name h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding-bottom: 6px;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
}

.item-holder .item-data-holder .item-name h2:before {
  content: "";
  border-bottom: 2px rgba(227, 33, 46, 0.6) solid;
  width: 50%;
  position: absolute;
  bottom: -5px;
}

.item-holder .item-data-holder .item-description {
  margin: 10px;
}

.item-holder .item-data-holder .item-description p {
  color: rgba(0, 0, 0, 0.4);
}

.item-holder .item-data-holder .item-price {
  margin: 10px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  text-align: right;
}

.item-holder .item-data-holder .item-price p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

.item-holder .item-data-holder .item-btn {
  font-weight: bold;
  font-size: 1em;
}

.container {
  /* #section-1 {
       .container-header {

           background: #ffffff url(/storage/headers/Header_Promo.jpg) no-repeat;
           background-position: center center;
           -webkit-background-size: cover;
           -moz-background-size: cover;
           -o-background-size: cover;
           background-size: cover;
       }
   }

   #section-2 {
       .container-header {
           background: #ffffff url(/storage/headers/Header_Familiares.jpg) no-repeat;
           background-position: center center;
           -webkit-background-size: cover;
           -moz-background-size: cover;
           -o-background-size: cover;
           background-size: cover;
       }
   }

   #section-3 {
       .container-header {
           background: #ffffff url(/storage/headers/Header_Individual.jpg) no-repeat;
           background-position: center center;
           -webkit-background-size: cover;
           -moz-background-size: cover;
           -o-background-size: cover;
           background-size: cover;
       }
   }


   #section-32 {
       .container-header {
           background: #ffffff url(/storage/headers/Header_Innovacion.jpg) no-repeat;
           background-position: center center;
           -webkit-background-size: cover;
           -moz-background-size: cover;
           -o-background-size: cover;
           background-size: cover;
       }
   }*/
}

.container .container-header {
  font-family: "Nunito", sans-serif;
  font-size: 2em;
  font-weight: bold;
  padding: 30px 0px 10px 10px;
  margin-bottom: 20px;
  height: 120px;
  margin-left: -5%;
  width: 109%;
  color: white;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 5px #333;
  background-color: rgba(0, 0, 0, 0.2);
}

.item-cart-data-holder .item-cart-name {
  color: red;
  font-size: 1.8em;
}

.item-cart-data-holder .item-cart-section-header {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.item-cart-data-holder .item-cart-data-holder {
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  margin: 10px auto;
}

.item-cart-data-holder .item-cart-data-holder .head {
  color: #E3212E;
}

.item-cart-data-holder .item-cart-recipe .item-card-recipe-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.item-cart-data-holder .item-cart-recipe .item-card-recipe-input label {
  display: inline-block;
}

.item-cart-data-holder .item-cart-recipe .item-card-recipe-input input {
  display: inline-block;
}

.item-cart-data-holder .item-cart-complements .item-card-complement-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.item-cart-data-holder .item-cart-complements .item-card-complement-input label {
  display: inline-block;
}

.item-cart-data-holder .item-cart-complements .item-card-complement-input input {
  display: inline-block;
}

.cart-extras-container {
  background-color: white;
  padding: 10px;
  margin: 10px auto;
}

#sum-recipe {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  z-index: 999999999;
}

.cart-generate-pdf {
  padding: 10px;
  margin: 10px auto;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.cart-generate-pdf h4 {
  color: #ffffff;
}

.recipe-alert {
  background-color: #f6993f;
  color: #ffffff;
  padding: 10px;
  display: none;
}

.recipe-alert p {
  margin-bottom: 0;
}

.cart-counter-title {
  background-color: #5cb034;
}

.cart-counter-title h2 {
  font-size: 1.5em !important;
  line-height: 1.5em;
}

svg {
  overflow: hidden;
  margin: auto !important;
  vertical-align: middle;
}

.total-holder {
  padding: 10px;
  background-color: #E3212E;
}

.total-holder .info-holder {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  border-radius: 10px;
}

.total-holder .info-holder h4 {
  font-family: Nunito, sans-serif;
  color: white;
}

.total-holder .info-holder span {
  color: white;
  font-size: 2rem;
}

.cart-calc-recipes-holder h4 {
  display: block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.cart-calc-recipes-holder .complement-base-product {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.cart-calc-recipes-holder .complement-product {
  padding: 10px;
  background-color: #ffffff;
}

.cart-calc-recipes-holder .item-card .item-card-body {
  padding: 4px;
}

.cart-calc-recipes-holder .item-card .item-card-body .item-name {
  padding: 10px;
  background-color: #E3212E;
  border-radius: 0.2em;
  color: white;
  margin-bottom: 10px;
}

.cart-calc-recipes-holder .item-card .item-card-body .item-calc {
  padding: 10px;
  border-radius: 0.2em;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.cart-calc-recipes-holder .item-card .item-card-body .item-calc select {
  color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 19px -5px rgba(0, 0, 0, 0.6);
}

.radio {
  margin-top: 4px;
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 1em;
  font-size: 1.3rem;
}

.radio:focus-within .radio__label {
  transform: scale(1.5);
  opacity: 1;
}

.radio__label {
  line-height: 0;
  transition: 180ms all ease-in-out;
  opacity: 0.8;
}

.radio__input {
  display: flex;
}

.radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio__input input:focus + .radio__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.radio-gradient input:checked + .radio__control {
  background: radial-gradient(#e3212e 50%, rgba(227, 33, 46, 0) 51%);
}

.radio-before .radio__control {
  display: grid;
  place-items: center;
}

.radio-before input + .radio__control::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  box-shadow: inset 0.5em 0.5em currentColor;
  border-radius: 50%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);
}

.radio-before input:checked + .radio__control::before {
  transform: scale(1);
}

.radio__control {
  display: block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  border: 0.1em solid currentColor;
  transform: translateY(-0.05em);
}

.checkbox {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 1.3rem;
  color: var(--color);
}

.checkbox--disabled {
  color: var(--disabled);
}

.checkbox__label {
  line-height: 1;
  transition: 180ms all ease-in-out;
  opacity: 0.8;
  font-size: 16px;
}

.cart-extra-price {
  text-align: right;
}

.checkbox__control {
  display: inline-grid;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}

.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}

.checkbox__input > * {
  grid-area: checkbox;
}

.checkbox__input input {
  opacity: 0;
  width: 1em;
  height: 1em;
}

.checkbox__input input:focus + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}

.checkbox__input input:disabled + .checkbox__control {
  color: var(--disabled);
}

#alertModal .modal-header {
  background-color: #E3212E;
  color: #ffffff;
}

