/* CSS Document */
.banner {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0 0;
}
.banner .banner-headline h1 {
  font-size: 2.75rem;
  font-style: italic;
  line-height: 1;
}
.banner .banner-headline h1 small {
  vertical-align: super;
}
.banner .banner-headline h1 span {
  font-size: 5.5rem;
}
.banner .banner-headline h2 {
  font-size: 3.25rem;
  font-style: italic;
  line-height: 1;
}
.banner .banner-headline h3 {
  font-style: italic;
}
.banner .transparent-header-spacer {
  height: 116px;
}
.banner .banner-headline .sub-title::before {
  background-color: #fff;
}

.hero-features {
  background: #141414;
  padding: 2rem 0;
}
.hero-features .feature-item {
  color: #fff;
  text-transform: uppercase;
}
.hero-features .feature-item .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-features .feature-item .icon i {
  font-size: 20px;
  color: #ffc107;
}
.hero-features .feature-item h6 {
  color: #ffc107;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 14px;
  font-style: italic;
}
.hero-features .feature-item p {
  margin: 0;
  font-size: 12px;
  color: #aaa;
}

.popular-brands {
  background-color: #f8f9fa;
}
.popular-brands .brand-tabs {
  border-bottom: none;
}
.popular-brands .brand-tabs .nav-link {
  border: none;
  color: #666;
  font-size: 14px;
}
.popular-brands .brand-tabs .nav-link.active {
  color: #ff3b1f;
  border-bottom: 2px solid #ff3b1f;
  background: transparent;
}
.popular-brands .brand-card {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 20px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.popular-brands .brand-card img {
  max-height: 40px;
}
.popular-brands .brand-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.popular-brands .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.popular-brands .owl-nav button {
  position: absolute;
  background: #fff !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.popular-brands .owl-nav button span {
  font-size: 20px;
  color: #000;
}
.popular-brands .owl-nav .owl-prev {
  left: -15px;
}
.popular-brands .owl-nav .owl-next {
  right: -15px;
}

.summer-deals {
  background-image: linear-gradient(90deg, #111 40%, rgba(0, 0, 0, 0.7)), url(../images/summer-bg.jpg);
  background-position: center;
  background-size: 100%;
  border-radius: 10px;
  padding: 40px 10px;
}
.summer-deals .deal-content .discount {
  font-weight: 700;
  color: #ffc107;
}
.summer-deals .deal-content ul.list-unstyled li {
  margin-bottom: 6px;
  color: #ddd;
}
.summer-deals .deal-content ul.list-unstyled li i {
  font-size: 1.25rem;
  margin-inline-end: 0.25rem;
}
.summer-deals .card-product {
  border-radius: 10px;
  transition: 0.3s;
}
.summer-deals .card-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-product {
  overflow: hidden;
}
.card-product .card-image {
  padding: 0.75rem;
  padding-bottom: 0;
}
.card-product .card-image > a > img{
  height: 200px;
}
.card-product img {
  object-fit: contain;
}
.card-product .rating {
  color: #b18200;
  min-height: 40px;
}
.card-product .rating p {
  font-size: 0.75rem;
}
.card-product .rating i {
  vertical-align: 1px;
}
.card-product h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-product h5 a {
  color: var(--bs-dark);
}
.card-product h5 a:hover {
  color: var(--siteColor);
}
.card-product .price-badge {
  background: var(--siteColor);
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0 4px 4px 0;
  margin-inline-start: -1rem;
  position: relative;
}
.card-product .price-badge p {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.card-product .price-badge h3 {
  margin-bottom: 0;
}
.card-product .price-badge h3 strike {
  font-size: 1rem;
  font-weight: 500;
}
.card-product .price-badge::before,
.card-product .price-badge::after {
  content: "";
  position: absolute;
  background-color: var(--siteColor);
  height: 10px;
  width: 10px;
  left: -5px;
}
.card-product .price-badge::before {
  top: -5px;
  transform: rotate(45deg);
}
.card-product .price-badge::after {
  bottom: -5px;
  transform: rotate(-45deg);
}

.section-headline .view-all > img {
  vertical-align: 1px;
}

.card.card-package {
  border-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.card-package .btn {
  text-transform: uppercase;
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  font-size: 0.875rem;
  z-index: 1;
}

.category-box {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  color: #333;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  padding: 1rem;
  text-align: center;
}
.category-box h5 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-box-image {
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto 1rem;
}

.category-box-image > img,
.card-item {
  height: 96px;
  width: 96px;
}

.card.card-ads {
  border-radius: 0.5rem;
  overflow: hidden;
}

span.like-icon {
  color: #333;
  font-size: 1.333rem;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 0;
  cursor: pointer;
  background-color: #eee;
  display: block;
  line-height: 1;
  height: 32px;
  width: 32px;
  padding: 6px 0;
  border-radius: 30px;
  text-align: center;
  transition: all 0.4s;
}

.star-rating {
  margin-bottom: 0.5rem;
}
.star-rating.poor > span {
  color: #f00;
}
.star-rating.good > span {
  color: #fc0;
}
.star-rating.excellent > span {
  color: #0c0;
}
.star-rating > span > i {
  font-size: 1rem;
}
.star-rating > small {
  color: #777;
}

.delivery-date {
  color: #555;
}

.card .verified {
  position: absolute;
  right: 0;
  bottom: 1rem;
  border: 1px solid var(--webColor);
  border-radius: 0.1rem;
  height: 13px;
  width: 13px;
}
.card .verified::before {
  content: "";
  position: absolute;
  background-color: var(--webColor);
  top: 1px;
  left: 1.5px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}
.card .nonverified {
  position: absolute;
  right: 0;
  bottom: 1rem;
  border: 1px solid #dc3545;
  border-radius: 0.1rem;
  height: 13px;
  width: 13px;
}
.card .nonverified::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  background-color: initial;
  top: 0px;
  left: 1px;
  border-radius: inherit;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #dc3545;
}

.card.card-promo {
  border-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.card.card-promo .card-image img {
  width: 100%;
}

.card-item {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  text-align: center;
}
.card-item h4 {
  display: -webkit-box;
  font-size: 1.125rem;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item .card-image {
  position: relative;
}
.card-item .card-image .badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-transform: uppercase;
  z-index: 2;
}
.card-item h4 > a {
  color: #333;
}
.card-item h4 > a:hover {
  color: var(--siteColor);
}
.card-item p {
  color: #777;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.partnetimage {
  height: 128px;
}

.footer-service {
  color: #eee;
  position: relative;
  width: 100%;
  z-index: 9;
}
.footer-service .content {
  background-color: var(--siteColor);
  border-radius: 0.3rem;
  padding: 1.5rem 1rem;
}
.footer-service .content .d-sm-flex {
  align-items: center;
}
.footer-service .content .d-sm-flex small {
  font-style: italic;
}

@media (min-width: 992px) {
  .partner-carousel {
    margin-bottom: 1rem;
  }
  .footer-service {
    margin-bottom: -4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .banner .search-box .card {
    border-radius: 1rem 1rem 0 0;
  }
  .footer-service {
    margin-bottom: 1rem;
  }
  .footer-service .content .row {
    margin-bottom: -1rem;
  }
  .footer-service .content .d-sm-flex {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner .container {
    padding: 0;
  }
  ul#menu-v {
    display: none;
  }
  .card.card-package,
  .card.card-promo {
    border-radius: 0.5rem;
  }
  .category-box {
    margin-bottom: 1rem;
    padding: 0.75rem;
  }
  .card-item {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-service .d-sm-flex img.me-3 {
    height: 48px;
    width: 48px;
  }
  .banner .banner-headline h1 {
    font-size: 2.5rem;
  }
  .banner .banner-headline h1 small {
    vertical-align: 6px;
  }
  .banner .banner-headline h1 span {
    font-size: 4rem;
  }
  .banner .banner-headline .sub-title {
    font-size: 1rem !important;
  }
  .banner .banner-headline h2 {
    font-size: 1.75rem;
  }
  .banner .banner-headline h3 {
    font-size: 1rem;
  }
  .banner .carousel-item .w-100 {
    min-height: 250px;
  }
  .hero-features .feature-item {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
/* END HOME *//*# sourceMappingURL=home.css.map */