body {
  font-family: "Montserrat", sans-serif;
}

.navbar {
  border-bottom: 1px solid #da9d9c;
}

.navbar .navbar-brand {
  text-decoration: none;
}

.navbar .navbar-brand span {
  color: #da9d9c;
  text-transform: capitalize;
}

.navbar .search-btn {
  text-transform: uppercase;
  background-color: #da9d9c;
  color: #fff;
}

.carousel-caption {
  bottom: 25%;
  background-color: rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
  margin: 0;
  padding: 15px;
}

.carousel .carousel-inner .shop-btn {
  text-transform: uppercase;
  background-color: #da9d9c;
  color: #fff;
}

.carousel .carousel-inner .carousel-item img {
  width: 100%;
}

.carousel .carousel-control-next-icon {
  background-color: #343a40;
  height: 27px;
  width: 27px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.carousel .carousel-control-prev-icon {
  background-color: #343a40;
  height: 27px;
  width: 27px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

@media only screen and (max-width: 768px) {
  .carousel-caption {
    bottom: 15%;
  }
  .carousel-caption h3 {
    font-size: 16px;
  }
  .carousel-caption p {
    font-size: 12px;
    padding: 8px;
  }
  .carousel-caption button {
    font-size: 12px;
  }
  .carousel .carousel-inner .carousel-item img {
    height: 350px;
  }
}

@media only screen and (min-width: 1400px) {
  .carousel-caption {
    bottom: 35%;
  }
}

.header-overlay {
  background-color: #343a40;
}

.header-overlay h1 {
  text-transform: uppercase;
  color: #da9d9c;
}

.header-overlay p {
  color: #fff;
}

.item {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.item:hover .overlay {
  background-color: #343a40;
  opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-dot {
  width: 25px;
  background-color: #343a40;
  font-weight: bold;
  color: #fff;
}

.owl-theme .owl-dots {
  display: none;
}

.top-sellers .card:hover,
.top-sellers-content .card:hover {
  border: 1px solid #343a40;
}

.top-sellers .card button,
.top-sellers-content .card button {
  text-transform: uppercase;
  background-color: #da9d9c;
  color: #fff;
}

.top-sellers .card a,
.top-sellers-content .card a {
  text-decoration: none;
  color: #343a40;
}

.top-sellers .card .card-span,
.top-sellers-content .card .card-span {
  color: #343a40;
  font-weight: bold;
  font-size: 18px;
}

.top-sellers-filter a {
  margin-right: 6px;
  color: #343a40;
  text-decoration: none;
  border: 1px solid #343a40;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #da9d9c;
  color: #fff;
}

.top-sellers-filter a.current {
  background: #343a40;
}

.top-sellers-content {
  width: 100%;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  z-index: 2;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/*--------------------------contact us----------------------------*/
.contact-us {
  background-color: #da9d9c;
}

.contact-us .contact-text {
  font-size: 24px;
  text-transform: capitalize;
}

.contact-us .contact-btn a {
  text-transform: uppercase;
  background-color: #da9d9c;
  color: #fff;
}

/*----------------------------footer--------------------------*/
.footer {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.footer .social i {
  cursor: pointer;
}

.footer .social i.fa-facebook-square:hover {
  color: blue;
}

.footer .social i.fa-linkedin-square:hover {
  color: #337ab7;
}

.footer .social i.fa-google-plus-square:hover {
  color: brown;
}

.footer .social i.fa-pinterest-square:hover {
  color: red;
}

.footer .social i.fa-twitter-square:hover {
  color: deepskyblue;
}

.footer h5 {
  text-transform: capitalize;
  color: #fff;
}

.footer a {
  text-decoration: none;
}

.footer .f-gellary img {
  margin-bottom: 5px;
  cursor: pointer;
}

.footer .f-info .navbar-brand {
  text-decoration: none;
  color: #fff;
}

.footer .f-info .navbar-brand span {
  color: #da9d9c;
  text-transform: capitalize;
}

.scrollTop i {
  color: #da9d9c;
}

.copyright {
  font-size: 18px;
}

/* scroll to top button */
.scrollTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: none;
  z-index: 1111;
}

/*--------------------------------------------------login page--------------------------------------------------*/
.login {
  background-image: url("../images/slider1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -1rem !important;
  position: relative;
}

.login .form-login {
  width: 55%;
  z-index: 333;
  position: relative;
}

.login .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #343a40;
  opacity: 0.4;
}

.login p a {
  text-decoration: none;
  color: #fff;
}

/*--------------------------------------------------sign up page--------------------------------------------------*/
.sign-up {
  background-image: url("../images/slider2.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -1rem !important;
  position: relative;
}

.sign-up .form-sign-up {
  width: 55%;
  z-index: 333;
  position: relative;
}

.sign-up .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #343a40;
  opacity: 0.4;
}

.sign-up p a {
  text-decoration: none;
  color: #da9d9c;
  font-weight: bold;
}

/*--------------------------------------------------contact us page--------------------------------------------------*/
.contact .contact-content .contact-form i {
  color: #da9d9c;
}

.contact .contact-content .contact-info li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact .contact-content .contact-info li span {
  font-size: 18px;
}

.contact .contact-content .contact-info li i {
  margin-right: 5px;
  color: #da9d9c;
}

.contact h2 {
  color: #343a40;
}

/*--------------------------------------------------products page--------------------------------------------------*/
.products {
  margin-top: 70px;
}

.products .card:hover {
  border: 1px solid #343a40;
}

.products .card a {
  text-decoration: none;
  color: #343a40;
}

.products .card .card-span {
  color: #343a40;
  font-weight: bold;
  font-size: 18px;
}

.products .filter {
  margin-bottom: 35px;
  padding: 10px;
}

.products .filter .filter-title {
  margin-bottom: 20px;
}

.products .filter .filter-title h2 {
  color: #343a40;
  text-transform: capitalize;
}

/*--------------------------------------------------veiw product page--------------------------------------------------*/
.product-info .product-data h2 {
  color: #343a40;
}

.product-info .product-data .price {
  font-weight: bold;
  font-size: 24px;
}

.product-info .product-data .price .sall {
  color: #da9d9c;
}

.product-info .btns a {
  text-transform: uppercase;
  background-color: #da9d9c;
  color: #fff;
}

.product-info .selectors label {
  color: #343a40;
  font-weight: bold;
}

/*--------------------------------------------------cart page--------------------------------------------------*/
.table th {
  width: 10%;
}

.table thead th {
  text-transform: uppercase;
  color: #343a40;
}

.table tbody th .cart-img {
  width: 10%;
}

.table tbody th a {
  text-decoration: none;
}

.table tbody th span {
  color: #343a40;
}

.cart-info {
  padding: 10px 15px;
}

.cart-info a {
  text-transform: uppercase;
  background-color: #da9d9c;
  color: #fff;
}

.cart-info .cart-cupon h3 {
  color: #343a40;
}

.cart-info .cart-cash li {
  line-height: 1.8;
}

.cart-info .cart-cash li .li-total {
  font-weight: bold;
  color: #343a40;
}

.cart-info .cart-cash .spn {
  color: #343a40;
  font-weight: bold;
}
/*# sourceMappingURL=main-style.css.map */