body {
  font-family: 'Prompt', sans-serif;
}

a {
  text-decoration: none;
  color: #1f2124;
}
a:hover {
  text-decoration: none;
  color: rgb(226, 89, 89);
}
img.full {
  width: 100%;
}
.category-item > .list-group-item {
  font-size: 14px !important;
}
img.logo {
  max-width: 200px;
  width: 100%;
  max-height: 100px;
}
.bg-dark {
  background-color: #1f2124 !important;
}

.img-slide {
  /* height: 300px !important;
  max-height: 300px !important; */
  object-fit: cover;
  width: 100%;
}

.page-link {
  color: rgb(226, 89, 89) !important;
}
.page-item.disabled .page-link {
  color: #858796 !important;
}
.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.btn-link:hover {
  font-weight: 400;
  color: rgb(226, 89, 89);
  text-decoration: none;
}

.accordion .btn-link {
  border-radius: 0px !important;
}
.card {
  height: 500;
}
.accordion .list-group-item {
  border-radius: 0px !important;
}
.card b {
  font-size: 13px !important;
}
.card p {
  font-size: 12px !important;
}
.overme {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card .preview {
  height: 250px;
}
.picture-wrapper {
  /* display: inline-block; */
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.card .preview img.full {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.faster-spin {
  -webkit-animation: fa-spin 1.5s infinite linear;
  animation: fa-spin 1.5s infinite linear;
}

.pagination > li > a {
  background-color: white;
  color: rgb(226, 89, 89) !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #5a5a5a;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a {
  color: white !important;
  background-color: rgb(226, 89, 89) !important;
  border: solid 1px rgb(226, 89, 89) !important;
}

.pagination > .active > a:hover {
  background-color: rgb(226, 89, 89) !important;
  border: solid 1px rgb(226, 89, 89) !important;
}

/* .card-footer-danger{
  background-color: #f8e9e8d2;
} */

.card-footer small {
  font-size: 10px;
  color: #ffffff;
}

/* .card .preview2{
  height: 150px;
}
.card .preview2 img{
  max-height: 150px;
} */

.gallery {
  height: 300px;
}
.gallery .lightbox {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery .lightbox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.bg-light {
  background-color: #e4e4e4 !important;
}

.shoping :hover {
  background-color: #e4e4e4 !important;
}

.btn-lazada {
  background-color: #0f156d;
  border-color: #0f156d;
  color: #ffffff;
}
.bg-sponcer {
  background-color: #e2e2e2;
}
.description img {
  max-width: 100% !important;
  height: auto !important;
}

.banner-slide {
  height: calc(100vw / 4);
}
.carousel {
  height: calc(100vw / 4);
}

@media (max-width: 1024px) {
  .banner-slide {
    height: calc(100vw / 3);
  }
  .carousel {
    height: calc(100vw / 3);
  }
}
@media (max-width: 768px) {
  .banner-slide {
    height: calc(100vw / 3);
  }
  .carousel {
    height: calc(100vw / 3);
  }
}

@media (max-width: 480px) {
  .banner-slide {
    height: calc(100vw / 3);
  }
  .carousel {
    height: calc(100vw / 3);
  }

  .container-slide {
    padding: 0 !important;
  }
  .container-head {
    padding: 0 !important;
  }
  .container-head .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container-head .navbar .nav-item {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
