@import "https://d5yskh2ij1w8j.cloudfront.net/css/exo2.css";
body {
  font-family: Exo2, sans-serif !important;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

.menu li {
  list-style: none;
  font-weight: 600;
  margin-left: 45px;
  font-size: 18px;
}

.banner {
  background: url("https://media.the-advisr.com/2021-10-31/hXC7tnBKi/Shopping.webp") no-repeat center;
  background-size: cover;
}
.banner h2 {
  font-weight: 600;
}
.banner h5 {
  color: #ff6b35;
  font-weight: 600;
}

.cta {
  background: #ff6b35;
  border: #ff6b35;
  font-weight: 600;
  font-size: 18px;
}

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

.bg-1a659e {
  background-color: #1a659e !important;
}

.newsletter p {
  font-size: 12px;
}
.newsletter .form-check {
  font-size: 12px;
}

.product {
  border: 1px solid #eee !important;
  box-shadow: 10px 7px 16px rgba(41, 41, 42, 0.07);
  border-radius: 30px;
}
.product .product-image {
  object-fit: contain;
}
.product .date {
  font-size: 12px;
}
.product .price {
  text-align: right;
}
.product .price span {
  display: block;
}
.product .price span:first-child {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
}
.product h6 {
  height: 50px;
}

.feedback {
  border: 1px solid #eee !important;
  box-shadow: 10px 7px 16px rgba(41, 41, 42, 0.07);
}
.feedback .feedback-left {
  width: 380px !important;
  min-width: 380px;
}

.footer p {
  font-size: 12px;
}
.footer .form-check {
  font-size: 12px;
}

.blog p {
  font-size: 14px;
}
.blog .form-check {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
