:root {
	font-size: 10px;
}

* {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: 'Lusitana', serif; 
  margin: 0;
  padding: 0;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper {
  --swiper-theme-color: white;
  --swiper-navigation-color: white;
  --swiper-pagination-fraction-color: white;
  --swiper-navigation-size: 30px;
}

.swiper-pagination-current {
  font-size: 30px !important;
}

.bg {
  background-color: antiquewhite;
}

.logo-img {
  width: 12%;
}

@media (max-width: 767px) {
  .logo-img {
      width: 25%;
  }
}

.header {
  text-align: center;
  padding: 32px;
}

.heading-text {
  background-color: #000000;
  display: inline-block;
  color: white;
  padding: 7px 20px;
  margin: 0px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.title-txt {
  color: black !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  max-height: 2.5em !important;
  height: 50px !important;
  font-size: 2rem;
}

.m-14 {
  margin-top: 14px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-bottom: 30px;
}

.column {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}

.column img {
  margin-top: 30px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .column {
    flex: 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.border-grid {
  border: 3px solid #E2E2E2;
}

.unit-txt-size-clr {
  font-size: 1.5rem;
  color: #B3B3B3;
}

.type-txt-size {
  font-size: 1.5rem;
}

.price-size-clr {
  font-size: 2.0rem;
  color: #F88D21;
  font-weight: bold;
}

.buy-btn {
  background-color: #F88D21;
  color: white;
  font-size: 1.5rem;
  border-radius: 0px;
  transition: all 0.3s ease;
  letter-spacing: 3px;
  font-weight: bold;
}

.buy-btn:hover {
  background-color: white;
  color: #F88D21;
  border: 1px solid #F88D21;
  font-weight: bold;
  letter-spacing: 3px;
}

.ask-btn {
  background-color: white;
  color: #F88D21;
  font-size: 1.5rem;
  border-radius: 0px;
  border: 1px solid #F88D21;
  letter-spacing: 1px;
  font-weight: bold;
}

.ask-btn:hover {
  background-color: #F88D21;
  color: white;
  font-size: 1.5rem;
  border-radius: 0px;
  border: 1px solid white;
  letter-spacing: 1px;
  font-weight: bold;
}

.social-icon {
  font-size: 2rem;
  color: black;
  transition: color 0.3s;
}

.btn-floating:hover i {
  color: #F88D21;
}

.cr-brand {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 1.5rem;
  color: gray;
}

.cr-year {
  text-decoration: none;
  color: gray !important;
}