@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

p {
  line-height: 2;
}

body {
  background-color: #F9FEFF;
  font-family: "DM Sans", sans-serif;
}

section {
  width: 100%;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.nav-link {
  color: black;
}

.header {
  width: 100%;
  background-color: #f8f9fa;
}
.header .container {
  max-width: 1200px;
  margin: 0 auto;
}
.header .container .logo-container {
  width: 160px;
}
.header .container .logo-container img {
  width: 100%;
}
.header .container form {
  float: right;
}

.navbar .container-fluid {
  max-width: 1200px;
}
.navbar .nav-item {
  margin: 0px 15px;
}
.navbar .navbar-nav a:hover {
  color: #AC3B61;
}
.navbar .navbar-nav .active {
  color: #AC3B61 !important;
}
.navbar .navbar-nav .active a {
  color: #AC3B61 !important;
}

#about-us {
  background-color: #EDC7B7;
}
#about-us h1 {
  font-size: 4rem;
  max-width: 500px;
}
#about-us p {
  margin: 0;
}

#about-us-content {
  padding: 80px;
}
#about-us-content p {
  max-width: 700px;
}
#about-us-content .image-container {
  background-color: #fafafa;
  height: 500px;
  /* Center the top-left position of the img */
  /* Center relative to the diving line */
  padding: 20px;
  box-shadow: 0 2px 7px #dfdfdf;
}
#about-us-content .image-container img {
  width: 100%;
}

.carousel-container .carousel-inner .carousel-item .slider-content h1 {
  font-size: 4rem;
  margin-bottom: 30px;
  color: #123C69 !important;
}
.carousel-container .carousel-inner .carousel-item .slider-content p {
  font-size: 1.2rem;
  max-width: 500px;
}

p {
  font-size: 1.1rem;
}

.carousel .carousel-item {
  height: 500px;
}

.carousel {
  padding: 0px !important;
}

.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 500px;
}

#all-categories {
  background-color: #eee2dc;
}
#all-categories .category-image,
#all-categories .category-content {
  background-color: white;
}
#all-categories .category-image {
  border-bottom: 1px solid #e6e6e6;
}
#all-categories .category-image h2 {
  margin-bottom: 0px;
  margin-top: 1rem;
}
#all-categories .category-content ul {
  list-style: none;
}
#all-categories .category-content li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}
#all-categories .category-content li:hover {
  color: #123C69;
  font-weight: 600;
}

footer {
  background-color: #c7982d;
}
footer .section-container {
  color: white;
}
footer .copyright {
  background-color: black;
  color: white;
}
footer .copyright a,
footer .copyright a:hover,
footer .copyright a:focus,
footer .copyright a:active {
  text-decoration: none;
  color: inherit;
}
footer .copyright a {
  color: white;
}

#single-product {
  background-color: #eee2dc;
}
#single-product .section-container .img-container {
  max-width: 300px;
  max-height: 300px;
}

@media screen and (min-width: 768px) {
  #single-product .products {
    display: flex;
    justify-content: space-around;
  }
  #single-product .products .section-container {
    margin-right: 50px;
  }
  .temp {
    margin-top: -290px;
  }
  #about-us-content .image-container {
    /* Center the top-left position of the img */
    /* Center relative to the diving line */
  }
}
#section-contact {
  background-color: #eee2dc;
}

.my-btn {
  background-color: #123C69 !important;
  border-color: #123C69 !important;
  padding: 14px 32px;
  border-radius: 30px;
}

#section-contact li .fas {
  margin-right: 15px;
}

#all-categories .cell {
  border: 1px #e6e6e6 solid !important;
}

.product-details .product-card img {
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card {
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
  background: #fafafa;
}

.product-tumb {
  height: 300px;
  padding: 25px;
  background: #f0f0f0;
}

.product-tumb img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details {
  padding: 30px;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h4 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  transition: 0.3s;
}

.product-details h4 a:hover {
  color: #fbb72c;
}

.product-details p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #999;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.product-bottom-details div {
  float: left;
  width: 50%;
}

.product-price {
  font-size: 18px;
  color: #fbb72c;
  font-weight: 600;
}

.product-links {
  text-align: right;
}

.message {
  color: #123C69;
  text-align: center;
}

.square:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.confirm-delete-card {
  margin: 0 auto;
}

.popular-products {
  background-color: #bab2b5;
}

.product-card {
  cursor: pointer;
}

.highlight-products h1 {
  font-size: 4rem;
  max-width: 500px;
}

.product-slider .swiper-container picture {
  height: 380px;
}
.product-slider .swiper-container picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.category-grid .grid-square {
  max-height: 400px;
}

.categories-container picture {
  height: 400px;
}

.categories-container a,
.product-container a {
  text-decoration: none;
  color: inherit;
}
.categories-container picture img,
.product-container picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(80%);
}
.categories-container .grid-square,
.product-container .grid-square {
  cursor: pointer;
}
.categories-container .grid-square:hover img,
.product-container .grid-square:hover img {
  filter: brightness(50%);
}

.text-white {
  color: white !important;
}

.contact-button-container {
  padding: 2rem 0rem !important;
  display: none;
}

.aside-checkout::after {
  display: none;
}

.filter-select {
  width: 250px;
}
.filter-select .dropdown-menu {
  width: 100%;
}

#filterselect {
  width: 100%;
}

.dropwdown-fix {
  z-index: 999 !important;
  position: relative;
}

.product-row {
  z-index: 10 !important;
}

@media screen and (max-width: 990px) {
  .filter-select {
    width: 100%;
  }
}
#order-form .form-control {
  margin-bottom: 1.5rem;
}

#contact-form .form-control {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  #mobile-search {
    display: none;
  }
}
.product-image {
  max-height: 500px;
}

.navbar .logo {
  max-height: 50px;
}/*# sourceMappingURL=styles.css.map */