




.single-product {
  padding-top: 7rem;
}
.single-product .card-img-top {
  background: url("../images/f1.png");
  background-size: cover;
  height: 500px;
}
.single-product .item {
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.single-product .item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product .item .item-details {
  position: absolute;
  background-color: rgba(218, 110, 113, 0.5);
  bottom: 0;
  color: #fff;
  width: 100%;
}
.single-product .item .addtocart {
  position: absolute;
  width: 100%;
  display: none;
  top: 50%;
  text-align: center;
}
.single-product .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-product .item:hover .addtocart {
  display: block;
}

.archive-products .item a,
.archive-products .item a:hover {
  color: #fff;
}

.archive-products {
  padding-top: 2rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #281926;
}
.archive-products .item {
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.archive-products .item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-products .item .item-details {
  position: absolute;
  background-color: rgba(218, 110, 113, 0.5);
  bottom: 0;
  color: #fff;
  width: 100%;
}
.archive-products .item .addtocart {
  position: absolute;
  width: 100%;
  display: none;
  top: 50%;
  text-align: center;
}
.archive-products .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.archive-products .item:hover .addtocart {
  display: block;
}

.archive-products-jumbotron {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3rem;
  margin: 0;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/slide2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
}
.archive-products-jumbotron h1 {
  font-family: "Pacifico", cursive;
  font-size: 3rem;
}
.archive-products-jumbotron .container {
  max-width: 40rem;
  position: relative;
  z-index: 2;
}
.archive-products-jumbotron .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

.contact-us {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#mainNav {
  letter-spacing: 0.0625em;
  background-color: #281926;
}
#mainNav .fa-globe {
  font-size: 2rem;
}
#mainNav .navbar-brand {
  color: #da6e71;
  padding: 0.9rem 0;
  font-family: "Pacifico", cursive;
  font-size: 1.8rem;
  font-weight: 100;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #da6e71;
  border: 1px solid #da6e71;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav #mainNav .nav-link {
  color: #f4f2f5;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: #f4f2f5;
  }
  #mainNav .navbar-brand:hover {
    color: #da6e71;
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: #f4f2f5;
    font-weight: 600;
  }
  #mainNav .nav-link:hover {
    color: #da6e71;
  }
  #mainNav .nav-link:active {
    color: white;
  }

  #mainNav.navbar-shrink {
    background: #281926;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #da6e71;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #f4f2f5;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #da6e71;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #da6e71;
  }

  #mainNav.navbar-shrink .nav-link.active {
    color: #da6e71;
    outline: none;
    border-bottom: 0.25rem solid #da6e71;
  }
}
#mainNav .dropdown-menu {
  background-color: #281926;
}

#mainNav .dropdown-menu .dropdown-item {
  color: #fff;
}

#mainNav .dropdown-menu .dropdown-item:hover {
  color: #da6e71;
  text-decoration: underline;
}

#mainNav .dropdown-menu .dropdown-item {
  background-color: transparent;
}

.masterHead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url("../images/background2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  border-bottom: 1px solid #281926;
}
.masterHead h1 {
  font-family: "Pacifico", cursive;
  font-size: 2.5rem;
  line-height: 4.5rem;
  letter-spacing: 0.1rem;
  background: -webkit-linear-gradient(white, rgba(255, 255, 255, 0.2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.masterHead h2 {
  max-width: 20rem;
  font-size: 1rem;
  letter-spacing: 0.0625em;
}
.masterHead .fa-heart {
  color: #da6e71;
}

@media (min-width: 768px) {
  .masterHead h1 {
    font-size: 4rem;
    line-height: 7rem;
  }
}
@media (min-width: 992px) {
  .masterHead {
    height: 100vh;
    padding: 0;
  }
  .masterHead h1 {
    font-size: 6.5rem;
    line-height: 12.5rem;
    letter-spacing: 0.1rem;
  }
  .masterHead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}
.featured-products-1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #281926;
}
.featured-products-1 .item {
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.featured-products-1 .item a,
.featured-products-1 .item a:hover {
  color: #fff;
}
.featured-products-1 .item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-products-1 .item .item-details {
  position: absolute;
  background-color: rgba(218, 110, 113, 0.5);
  bottom: 0;
  color: #fff;
  width: 100%;
}
.featured-products-1 .item .addtocart {
  position: absolute;
  width: 100%;
  display: none;
  top: 50%;
  text-align: center;
}
.featured-products-1 .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-products-1 .item:hover .addtocart {
  display: block;
}

.home-top-deals-3 {
     padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0px double rgb(237 237 237 / 48%);
}
.home-top-deals-3 img {
 height: auto;
    width: 120px;
}
.home-top-deals-3 .fa {
  font-size: 1.5rem;
}
.home-top-deals-3 .carousel-inner {
  width: 90%;
  left: 7%;
}
.home-top-deals-3 .carousel-control-next,
.home-top-deals-3 .carousel-control-prev {
  opacity: 0.7;
  width: 0%;
}

.jumbotron2 {
  position: relative;
  padding: 7rem 0;
  border-bottom: 1px solid #281926;
  margin: 0;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/slide2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
}
.jumbotron2 h1 {
  font-family: "Pacifico", cursive;
  font-size: 4rem;
}
.jumbotron2 .container {
  max-width: 40rem;
  position: relative;
  z-index: 2;
}
.jumbotron2 .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

.home-blog-2 {
  padding: 7rem 0;
}
.home-blog-2 .card {
  border: 0;
}
.home-blog-2 .card a {
  color: #fff;
}

.newsletter-1 {
  padding: 7rem 0;
  border-bottom: 1px solid #281926;
  background: url("../images/background4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.newsletter-1 .form-control {
  max-width: 300px;
}
.newsletter-1 .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}
.newsletter-1 .home-blog-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #281926;
}

@media (min-width: 768px) {
  .newsletter-1 .right-content {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .newsletter-1 form {
    float: right;
  }
}
.right-content,
.top-brand {
  position: relative;
  z-index: 2;
}

.footer-1 {
  padding-top: 6rem;
}
.footer-1 .brand {
  font-family: "Pacifico", cursive;
}
.footer-1 .social a:hover {
  text-decoration: none;
}
.footer-1 .footer-brand {
  font-size: 2rem;
}
.footer-1 .footer-brand li {
  padding-right: 10px;
}
.footer-1 .accepted-payments li,
.footer-1 .footer-brand li {
  display: inline;
  color: #da6e71;
}
.footer-1 .text-muted {
  color: #281926 !important;
}
.footer-1 .designer a {
  color: #281926;
}

@media (min-width: 576px) {
  .footer-1 .designer {
    float: right;
  }
}

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