/* body {
  font-family: Montserrat;
} */

.gmc-logo {
  width: 70px;
  margin-top: 13px;
}

.sub-header {
  position: relative;
}

.sub-header .container {
  text-align: center;
}

.sub-header svg {
  position: absolute;
  width: 100%;
  bottom: -29px;
}

header.categories {
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

header.categories .container {
  padding-top: 80px;
  padding-bottom: 45px;
}

header.categories .category-label {
  position: relative;
  top: 0;
  right: 0;
  background-color: #EE7273;
  padding: 10px 15px;
}

header.categories h1 {
  color: #fff;
}

header.categories p {
  color: #F8E5CF;
}

header#home {
  background:url(/static/img/Backgrounds_Prédios2.svg) repeat-x;
  background-size: cover;
  background-color: #474746;
	min-height:600px;
	animation: run 15000s linear infinite;
}

@keyframes run {
  0% {
    background-position: 0 0;
  }

	100% {
    background-position: 10000000px 0;
  }
}

#sub-header-footer {
  width: 100%;
  height: 20px;
  position: absolute;
  background-color: white;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  bottom: -19px;
}

header.register,
header.search-page {
  background: url(/static/img/background-register.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EE7273;
  width: 100%;
}

.btn-action.focus, .btn-action:focus {
  box-shadow: none;
}

.btn-action {
  color: #fff;
  border: 1px solid;
  border-radius: 50px;
  padding: 10px 30px;
}

.btn-action:hover {
  color: #fff;
  text-decoration: none;
}

.btn-action.btn-wifire-menu {
  background-color: #F9B546;
  border: none;
}

.btn-action.btn-register-top {
  margin-top: 6px;
}

header.home:hover {
  color: #fff;
  text-decoration: none;
}

.btn-action.btn-register,
.btn-action.btn-order {
  color: #F9B546;
  border-color: #F9B546;
}

.btn-action.btn-order {
  padding: 5px 20px;
}

.btn-action.btn-open-menu {
  background-color: #EE7273;
  border: none;
}

.menu-btn {
  color: #fff;
  font-size: 39px;
}

.menu-btn:hover {
  color: #fff;
}

header #search {
  margin-top: 80px;
}

header #search input {
  z-index: 2;
}

#search input {
  border-radius: 44px 0px 0px 44px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 5px #00000057;
  padding: 22px;
  padding-left: 40px;
}

#search::before {
  content: "\f3c5";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  z-index: 12;
  left: 16px;
  top: 11px;
  color: #EE7273;
}

#search button {
  border-radius: 0px 44px 44px 0px;
  background: #EE7273 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 5px #00000057;
  color: #fff;
  padding: 10px 20px;
}

.logo {
  margin-top: 80px;
}

.logo img {
  width: 230px;
}

.description {
  color: #fff;
  margin-top: 70px;
}

.description h2 {
  margin: 0;
}

.background-bike {
  height: 514px;
  position: absolute;
  right: 0px;
  top: -30px;
}

#highlights {
  background: url(/static/img/background-highlights.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 80px;
}

#highlights .container {
  padding-top: 50px;
}

#highlights h1 {
  border-top: 4px solid #F9B546;
  display: inline-block;
  margin-top: 30px;
}

#wifire-menu {
  /* background: url(/static/img/background-wifire-menu-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  width: 100%;
  min-height: 400px;
  color: #fff;
  background-color: #EE7273;
}

footer {
  background-color: #333333;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer hr {
  border-color: #616161;
}

footer p {
  color: #616161;
  padding-bottom: 40px;
}

/*
footer .row {
  min-height: 200px;
} */

.btn-social {
  background-color: #F89629;
  border-radius: 50%;
  font-size: 15px;
}

.btn-social.facebook {
  padding: 4px 10px;
}

.btn-social.youtube {
  padding: 4px 6px;
}

.btn-social.instagram {
  padding: 4px 8px;
}

.footer-menu li:not(:last-child) {
  border-right: 1px solid white;
  padding-right: .5rem;
  margin-right: 0;
}

.footer-menu li:not(:first-child) {
  padding-left: .5rem;
}

.call-to-register {
  color: #EE7273;
  font-size: 25px;
}

.call-to-register:hover {
  color: #EE7273;
  text-decoration: none;
}

#regular hr,
#regular-selected hr,
#categories hr {
  max-width: 200px;
  border-width: 4px;
  border-color: #F9B546;
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 35px;
}

#regular-selected hr,
#categories hr {
  margin-bottom: 0px;
}

#regular-selected h1 {
  text-align: center;
}

#categories {
  margin: 49px 0;
}

#categories h1 {
  text-align: center;
  /* margin-top: 50px; */
  margin-bottom: 40px;
}

#categories .card {
  border-radius: 12px;
  border: none;
  background-color: #F7F7F7;
  height: 100%;
}

#categories .card:hover {
  background-color: #F9B546;
  color: #fff;
  box-shadow: 7px 8px 20px #61310033;
  cursor: pointer;
}

#categories .cart-header {
  border-radius: 50%;
  margin: auto;
  margin-top: 17px;
  background-color: #fff;
  position: relative;
  width: 7vw;
  height: 7vw;
}

#categories .cart-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 40px;
}

#categories .card-body {
  margin: 15px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#categories .label-totalizer {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  background-color: #AFD3AA;
  color: white;
  border-radius: 50%;
}

#categories .card:hover .label-totalizer {
  background-color: #5EAE53;
}

#categories .label-totalizer span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.see-all {
  float: right;
}
.see-all i {
  font-size: 22px;
}

.highlights-description {
  margin-bottom: 30px;
}

.category-label {
  border-radius: 10px;
  color: #fff;
  padding: 4px 9px;
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}

.category-label.alimentacao {
  background-color: #F9B546;
}

.category-label.comercio {
  background-color: #367B79;
}

.category-label.saude {
  background-color: #AD707C;
}

.category-label.servicos {
  background-color: #BEC2CE;
}

.open-details {
  float: right;
  padding: 14px;
  cursor: pointer;
}

#highlights .card {
  border: none;
  border-radius: 12px;
  background-color: #F7F7F7;
  min-height: 408px;
}

#highlights .card .card-img-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-height: 248px;
  object-fit: cover;
}

#regular-selected .card,
#regular .card,
#products .card {
  background: #F7F7F7;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  min-height: 100px;
}


#regular-selected .card,
#regular .card {
  max-height: 105px;
}

#regular-selected .card-block,
#regular .card-block {
  position: relative;
  flex-grow: 2;
}

#regular-selected .category-label,
#regular .category-label {
  left: 4px;
  right: initial;
  font-size: 10px;
  top: 10px;
}

#regular-selected .open-details,
#regular .open-details {
  top: 15px;
}

#regular-selected .card-title,
#regular .card-title {
  margin-bottom: 0px;
  font-size: 20px;
}

#regular-selected .card-text,
#regular .card-text {
  font-size: 14px;
}

#regular-selected .card-header,
#regular .card-header {
  padding: 0;
}

#regular-selected .card-labels,
#regular .card-labels {
  min-height: 35px;
}

#regular-selected .card-header img,
#regular .card-header img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

#wifire-menu h1 {
  margin-top: 85px;
}

footer > .container > .row {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px;
}

.footer-social,
.footer-menu {
  margin-bottom: 0;
}

#wifire-menu img {
  width: 100%;
}

.modal-content {
  background-color: #F7F7F7;
  border: none;
  border-radius: 12px;
}

.modal-body {
  padding: 0px;
}

.header-highlight {
  background-position: center;
  background-size: cover;
  height: 250px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.modal-logo img {
  width: 160px;
}

.modal .btn-action {
  color: black;
  border-radius: 12px;
  border: none;
  padding: 7px 15px;
  font-size: 14px;
}

.modal .btn-action i {
  font-size: 20px;
  font-weight: 600;
}

.modal .btn-action.tel {
  background-color: #F7EDDC;
}

.modal .btn-action.tel i {
  color: #F9B546;
}

.modal .btn-action.whatsapp {
  background-color: #E0ECDE;
}

.modal .btn-action.whatsapp i {
  color: #5EAE53;
}

.modal-description {
  text-align: center;
  margin-top: 95px;
  padding: 0 1rem;
}

.modal-description h1,
.modal h1 {
  font-size: 30px;
}

.subtitle {
  color: gray;
}

.establishment-open {
  color: #2ecc71;
}

.establishment-close {
  color: #e74c3c;
}

.modal-close {
  float: right;
}

.modal .btn-social {
  background-color: #555555;
}

.modal .btn-social:hover {
  background-color: #333333;
}

.modal .btn-social i {
  color: #fff;
}

.modal-close {
  padding: 6px 15px;
  font-size: 25px;
  color: #555555;
}

.modal-close:hover {
  color: #333333;
}

.modal .btn-action.btn-open-menu {
  padding: 10px 30px;
  border-radius: 50px;
  padding: 10px 30px;
  margin: 15px 0;
  color: #fff;
}

.modal .category-label {
  right: initial;
  left: 15px;
}

.modal .logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  margin-top: 0;
}

.modal .about {
  padding: 1rem;
}

.modal .btn-action {
  padding: 7px 10px;
}

.modal .list-social {
  margin-top: 10px;
}

.carousel-highlights-controls {
  float: right;
}

.carousel-highlights-controls a,
.carousel-regular-selected-controls a {
  font-size: 23px;
  color: #000;
}

.carousel-regular-selected-controls {
  display: block;
  text-align: center;
}

form fieldset {
  margin: 0 80px;
  margin-top: 50px;
  padding: 30px;
  background-color: #F7F7F7;
  border-radius: 15px;
  position: relative;
}

form fieldset legend {
  position: absolute;
  top: -35px;
  font-weight: 700;
}

form fieldset#highlight {
  background-color: #F9B546;
  color: #fff;
}

#accept_highlight {
  width: 20px;
  height: 20px;
  margin-left: -25px;
}

.btn-action.btn-open-menu:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ee7273;
}

footer p {
  margin-bottom: 0px;
}

.footer-logo-velociti img {
  width: 90px;
  /* position: absolute;
  top: -37px; */
}

#categories a {
  color: #000;
}

#categories a:hover {
  color: #fff;
  text-decoration: none;
}

hr.divider {
  border-width: 6px;
  border-radius: 50px;
}

hr.divider.alimentacao {
  border-color: #F9B546;
}

hr.divider.comercio {
  border-color: #367B79;
}

hr.divider.saude {
  border-color: #AD707C;
}

hr.divider.servicos {
  border-color: #BEC2CE;
}

header.categories.alimentacao {
  background-color: #F9B546;
}

header.categories.comercio {
  background-color: #367B79;
}

header.categories.saude {
  background-color: #AD707C;
}

header.categories.servicos {
  background-color: #BEC2CE;
}

.register-point {
  width: 180px;
  position: absolute;
  top: -190px;
  right: 15px;
}

.btn-action.btn-page-register {
  padding: 15px 25px;
  color: #fff;
  background-color: #ee7273;
  border-color: #ee7273;
}

.btn-order-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 10px 30px;
  margin: 5px 0;
  border: 1px solid;
  border-radius: 50px;
  min-width: 160px;
  background-repeat: no-repeat;
  background-size: 40px 21px;
  background-position: 10px center;
  padding-left: 60px;
}

.btn-ifood {
  background-image: url(/static/img/icon-ifood.svg);
  background-size: 30px;
  background-position: 20px center;
}
.btn-aiqfome {
  background-image: url(/static/img/icon-aiqfome.svg);
}
.btn-ubereats {
  background-image: url(/static/img/icon-ubereats.svg);
}

#carousel-loading {
  width: 100%;
}

.header-regular.without-image,
.header-regular.without-image  ~ .about  {
  padding-left: 2rem;
}

.btn-back {
  font-size: 17px;
  color: #000;
  text-decoration: none;
}

.btn-back:hover {
  color: #000;
  text-decoration: none;
}

@media (min-width: 576px) {
  .modal .infos {
    padding-left: 0;
    padding-right: 0;
  }

  .header-regular {
    padding-right: 1rem;
  }
}

@media (min-width: 991px) {
  header#home .container {
    padding: 0 50px;
    padding-top: 35px;
  }
}

@media (max-width: 991px) {
  form fieldset {
    margin: 0;
    margin-top: 50px;
  }

  .register-point {
    width: 180px;
    top: -170px;
    right: 4px;
  }

  .footer-social,
  .footer-menu {
    margin-bottom: 1rem;
  }

  footer > .container > .row {
    padding-top: 40px;
  }

  .footer-logo-wifire {
    margin-bottom: 10px;
  }

  .background-bike {
    height: 514px;
    position: absolute;
    right: -50px;
    top: -475px;
  }
}

@media (max-width: 892px) {
  .footer-social,
  .footer-menu {
    margin-bottom: 1rem;
  }

  footer > .container > .row {
    padding-top: 40px;
  }

  .footer-logo-wifire {
    margin-bottom: 10px;
  }

  .background-bike {
    height: 500px;
    position: absolute;
    right: -15px;
    top: -465px;
  }

  .description {
    margin-top: 55px;
  }

  header #search {
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  header#home .container {
    padding: 0 25px;
    padding-top: 50px;
  }

  .btn-action {
    padding: 10px 15px;
  }

  .logo {
    margin-top: 25px;
  }

  .description {
    margin-top: 45px;
  }

  .description h1 {
    font-size: 33px;
    font-weight: 700;
  }

  .description h2 {
    font-size: 27px;
  }

  header #search button > span {
    display: none;
  }

  .background-bike {
    height: 435px;
    position: absolute;
    right: -60px;
    top: -389px;
    z-index: 1;
  }

  header #search {
    margin-top: 160px;
  }

  .gmc-logo {
    width: 45px;
  }

  #categories > .container > h1 {
    font-size: 25px;
    font-weight: 700;
  }

  #categories .row > div,
  #highlights .row > div,
  #regular .row > div {
    margin-bottom: 15px;
  }

  #categories .cart-header {
    width: 25vw;
    height: 25vw;
  }

  #wifire-menu h1 {
    font-size: 30px;
    margin-top: 30px;
  }

  #wifire-menu .btn-action {
    padding: 10px 40px;
  }

  #highlights h1 {
    margin-top: 0px;
    font-size: 30px;
  }

  .call-to-register {
    font-size: 20px;
  }

  .modal .infos > .row {
    padding: 0 1rem;
  }

  footer > .container > .row {
    padding-top: 35px;
  }

  .footer-logo-wifire {
    min-height: 42px;
  }

  .footer-logo-velociti {
    min-height: 46px;
  }

  /* .footer-logo-velociti img {
    width: 90px;
    position: absolute;
    top: 2px;
    right: 138px;
  } */

  form fieldset {
    margin: 0;
    margin-top: 50px;
  }

  .register-point {
    width: 180px;
    top: -330px;
    right: -22px;
  }

  .contact a:first-of-type {
    margin-bottom: 5px;
  }
}

@media (max-width: 657px) {
  .background-bike {
    right: -20px;
  }
}

@media (max-width: 575px) {
  .modal .logo {
    border-top-right-radius: 12px;
    object-fit: cover;
    max-height: 245px;
  }

  .contact a:first-of-type {
    margin-bottom: 0px;
  }

  .background-bike {
    height: 435px;
    position: absolute;
    right: 0px;
    top: -390px;
    z-index: 1;
  }

  .description h2 {
    font-size: 22px;
  }

  .description h1 {
    font-size: 28px;
    font-weight: 700;
  }

  .description {
    margin-top: 50px;
  }

  header #search {
    margin-top: 150px;
  }
}

@media (max-width: 518px) {
  .register-point {
    top: -347px;
    right: 0px;
  }

  .background-bike {
    height: 388px;
    position: absolute;
    right: -10px;
    top: -360px;
    z-index: 1;
  }

  header#home .container {
    padding-top: 20px;
  }
}

@media (max-width: 414px) {
  .register-point {
    width: 140px;
    top: -330px;
    right: -15px;
  }

  .col-12-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .background-bike {
    height: 365px;
    right: 10px;
    top: -306px;
  }

  header#home .container {
    padding-top: 20px;
  }

  .description {
    margin-top: 15px;
  }

  header #search {
    margin-top: 225px;
  }
}

@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0%;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item:not(.r-selected) {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item:not(.r-selected) {
    transition: none;
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    position: absolute;
    top: 0;
    right: -33.5%;
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item.r-selected {
    position: absolute;
    top: 0;
    right: -49%;
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }

  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* card carousel */
@media (min-width: 992px) {
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    transition: none;
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    position: absolute;
    top: 0;
    right: -25%;
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item.r-selected {
    position: absolute;
    top: 0;
    right: -33.5%;
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }

  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item:not(.r-selected) {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.pushy {
  width: 280px;
}

.pushy-right {
  -webkit-transform: translate3d(280px, 0, 0);
  -ms-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

#carousel-highlights #search-loading {
  min-height: 408px;
  line-height: 408px;
  text-align: center;
}


#regular .card .card-header,
#regular-selected .card .card-header {
  max-width: 100px;
}

#regular .card .card-header img,
#regular-selected .card .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 105px;
}

#regular .card .card-block,
#regular-selected .card .card-block {
  width: calc(100% - 100px);
}

#search-tabs .nav-link {
  color: gray;
  border: none;
}

#search-tabs .nav-link.active {
  color: black;
  font-weight: 500;
  border-bottom: 3px solid orange;
}

#products .card {
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 462px;
}

#products .card-footer {
  border-radius: 12px;
  background-color: inherit;
  border-top: none;
}

#products .logo img {
  position: absolute;
  left: 0px;
  width: 60px;
  height: 60px;
}

#products .card-top {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

#products .card-top p {
  padding: 6px;
  padding-left: 60px;
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

#products .category-label {
  top: 70px;
}

#products img {
  max-height: 170px;
  object-fit: cover;
}

#products .card-text {
  font-size: 14px;
}

#products .card-prices {
  overflow: hidden;
  margin-bottom: 0px;
}

#products .card-prices .price {
  font-weight: 600;
  font-size: 16px;
}

#products .card-prices .promotion {
  color: red;
  text-decoration: line-through;
  font-size: 11px;
}

#products .card-prices .delivery-label {
  font-weight: 500;
  font-size: 12px;
}

#products .card-prices .delivery-value {
  font-size: 11px;
}

#products .card-prices .float-right {
  line-height: 24px;
}