html {
  scroll-behavior: smooth;
}

body {
  background-image: url('{{ getLastVersionOfFile('uploads/business_logos/retail_bg.jpg') }}');
  background-size: cover;
  background-position: center;
  margin: 0; /* Elimina el margen predeterminado del cuerpo */
  padding: 0; /* Elimina el relleno predeterminado del cuerpo */
}

#navbarCollapse {
  z-index: 1000; /* Asegura que la barra de navegación esté sobre la imagen de fondo */
}

.btn-primary {
  background-color: #ec3d0c;
  border-color: #ec3d0c;
}
.btn-primary:hover {
  background-color: #d4370b;
  border-color: #ec3d0c;
}

.form-control:focus, .form-control.active {
  border-color: #ec3d0c;
}

.btn-secondary {
  background-color: #848e97;
  border-color: #848e97;
}
.btn-secondary:hover {
  background-color: #76818b;
  border-color: #848e97;
}

.navbar-custom {
  background-color: #2b2464;
  z-index: 100;
}
.navbar-custom .navbar-brand img {
  position: absolute;
  top: 0.5rem;
  height: 6rem;
}

#slide {
  padding-left: 0;
  padding-right: 0;
}
#slide .bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}
#slide #slide_inner {
  min-height: 20rem;
}
@media screen and (max-width: 576px) {
  #slide #slide_inner {
    min-height: 5rem;
  }
}

#info_company ul li {
  list-style: none;
  margin-bottom: 0.4rem;
}
#info_company ul li i {
  margin-right: 0.5rem;
}

.navbar-custom {
  background-color: transparent !important;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
}

.navbar-custom-scrolled {
  background-color: #2b2464 !important;
}

.navbar-custom .navbar-toggler,
.navbar-custom .nav-link {
  padding-right: .25rem;
  padding-left: .25rem;
  color: rgba(255,255,255,0.85);
}

.navbar-custom-scrolled .navbar-toggler,
.navbar-custom-scrolled .nav-link {
  color: white;
}

#process {
  gap: 0.5rem;
}
#process div {
  position: relative;
}
#process div .badge {
  position: absolute;
  top: -0.3rem;
  right: -0.4rem;
  background-color: red;
  z-index: 2;
  border-radius: 1rem;
  border: 0.1rem solid white;
}
#process .btn {
  border-radius: 6rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
}
#process .btn i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 576px) {
  #process {
    gap: 0.15rem;
  }
  #process .btn {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

.section_product {
  padding-top: 2rem;
  min-height: 30rem;
}
.section_product .card {
  cursor: pointer;
}
.section_product .card .category {
  color: #848e97;
  font-size: 0.9rem;
  border: 1px solid #848e97;
  border-radius: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.btn-add {
  border-radius: 3rem;
  line-height: 0.5rem;
  padding: 0;
}
.btn-add i {
  font-size: 2rem;
}

.old_price {
  font-style: unset;
  text-decoration-line: line-through;
}

#category .btn {
  border-radius: 2rem;
}

footer {
  background-color: #2b2464;
  margin-top: 3rem;
  padding-top: 1.5rem;
}
footer .logo {
  width: 12rem;
}

.product_details_modal .img_product {
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 576px) {
  .product_details_modal .img_product {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

#buttton_fix {
  position: fixed;
  bottom: 2rem;
  right: 2.8rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
  transition: all 0.2s ease;
}
#buttton_fix #btnGoTop {
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-right: 1rem;
  margin-top: 1.2rem;
  padding: 0;
}
#buttton_fix #btnGoTop i {
  font-size: 1.8rem;
  color: #848e97;
}
#buttton_fix .btn-cart {
  border-radius: 3rem;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
}
#buttton_fix .btn-cart i {
  font-size: 1.8rem;
}
#buttton_fix .badge {
  position: absolute;
  top: 0.4rem;
  right: -0.4rem;
  background-color: red;
  z-index: 2;
  border-radius: 1rem;
}

body #buttton_fix {
  display: none;
}
body .navbar {
  transition: all 0.2s ease;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
body .navbar .navbar-brand img {
  transition: all 0.2s ease;
  width: auto;
  height: 5.8rem;
}

body.shrink #buttton_fix {
  display: block;
}
body.shrink .navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body.shrink .navbar .navbar-brand img {
  width: auto;
  height: 4.8rem;
}

#counter .btn {
  font-size: 1.2rem;
}
#counter .btn i {
  color: #848e97;
}

.btnRemove {
  font-size: 1.2rem;
}
.btnRemove i {
  color: #848e97;
}/*# sourceMappingURL=custom_qr.css.map */

#cartButton {
  position: relative;
}

#cartIcon {
  color: aliceblue;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

#cartButton:active #cartIcon {
  animation: resetAnimation 2s ease-in-out;
}

@keyframes highlight {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}

.highlight {
  animation: highlight 2s ease-in-out;
}

#toast-container {
  z-index: 10000;
}

.toast-middle-center {
  right: 10%;
  top: 10%;
}

.category-button,
.subcategory-button {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  margin-left: 5px;
  position: relative;
}

.category-button::before,
.subcategory-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(73 60 57 / 46%);
}
.category-text,
.subcategory-text {
  position: relative;
  /* z-index: 1; */
}

.subcategory-button::before {
  z-index: 0;
}

.category-button::before {
  border-radius: 2rem;
}
