body {
  font-family: "Montserrat", sans-serif;
  font-family: "Lora", serif;
}

.navbar {
  background: #17181f;
}

.nav-item {
  margin-right: 30px;
  font-weight: 300;
}

.nav-item.active a {
  color: #f9b234 !important;
  font-weight: 600;
}

.nav-link span {
  color: #f9b234 !important;
  font-weight: 600;
}

/* Carousel */

.carousel {
  height: 460px;
  background: #17181f;
  color: #ffffff;
}

.carousel h1 {
  font-family: "lora";
  font-size: 48px;
  font-weight: 700;
}

.carousel p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
}

.col-md img {
  float: none !important;
  margin: 0 auto !important;
  /*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.col-md img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.features {
  background: #f6f7fb;
}

.features h1,
.designer h1,
.similar-product h1,
.cart-header h1,
.modal-body h3,
.category h1 {
  font-family: "Lora";
  color: #1b2690;
  font-weight: 700;
}

.features p,
.designer p,
footer p,
.similar-product p,
.cart-header p,
.modal-body p,
.category p {
  font-weight: 300;
  color: #9f9f9f;
}

.figure h5 {
  font-weight: 500;
  color: #17181f;
}

.figure a {
  color: #17181f;
}

.figure a:hover {
  color: #1b2690;
  text-decoration: underline;
}

.figure-img {
  position: relative;
}

.figure-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s;
}

.figure-img:hover a {
  opacity: 1;
}

.see-all a {
  color: #1b2690;
  font-weight: 300;
}

.see-all a:hover {
  text-decoration: underline;
}

footer span a {
  color: #17181f;
}

footer span a:hover {
  color: #1b2690;
}

footer nav a {
  color: #9f9f9f;
}

footer nav a:hover {
  color: #1b2690;
}

/* Breadcrumb */
.breadcrumb {
  margin-top: 100px;
}

.cart-breadcrumb {
  margin-top: 50px;
}

.breadcrumb li a {
  color: #1b2690;
}

.product-thumbnail-container {
  background: #f6f7fb;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.12));
  width: 380px;
  padding: 8px;
  transform: translateY(-50px);
  margin: auto;
}

.product-thumbnail-container a:hover {
  text-decoration: none;
}

.single-product h3 {
  color: #17181f;
  font-weight: 400;
  font-size: 28px;
}

.single-product p {
  color: #9f9f9f;
  font-weight: 300;
  font-size: 18px;
}

.btn-product a {
  background: #f9b234;
  color: #fff;
}

.btn-product a:hover {
  background: #ff9900;
  color: #fff;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
}

/* .btn-wishlist a {
  background: #f6f7fb;
  color: #a3a3a3;
} */

.btn-product {
  margin: 50px 0;
}

.btn-product .btn {
  display: block;
  margin: 15px 0;
}

.line-product {
  border: 1px solid #f4f4f4;
  margin-top: 50px;
  width: 410px;
}

.profile-designed h5 {
  font-weight: 300;
  font-size: 16px;
  color: #9f9f9f;
  margin-bottom: 25px;
}

.profile-designed h4 {
  font-weight: 500;
  font-size: 18px;
  color: #17181f;
}

.profile-designed p {
  font-weight: 300;
  font-size: 14px;
  color: #9f9f9f;
}

.profile-designed p span {
  color: #17181f;
}

/* Product Description */
.product-description {
  background: #f6f7fb;
  height: 350px;
}

.product-description .tab-content {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 0px 4px 4px 4px;
}

.product-description .tab-content p {
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  color: #868686;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs li a {
  background: #f4f4f4;
  border-radius: 4px 4px 0px 0px;
  color: #a3a3a3;
  font-weight: 300;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.06));
  font-weight: 400;
}

.product-review {
  height: 345px;
  overflow: scroll;
}

.product-review h5 {
  font-size: 18px;
  font-weight: 500;
  color: #17181f;
  margin-bottom: 0;
  margin-top: 10px;
}

.product-review p {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #adadad !important;
}

.similar-product {
  margin-top: 200px;
  margin-bottom: 100px;
}

.similar-description h5 {
  font-size: 20px;
  font-weight: 500;
  color: #17181f;
}

.similar-description p {
  font-size: 14px;
  font-weight: 300;
  color: #9f9f9f;
}

.similar-price p {
  font-size: 18px;
  font-weight: 300;
  color: #9f9f9f;
}

.checkout-detail {
  background: #f6f7fb;
  border: 1px solid #eaeaea;
}

.checkout-detail h5 {
  color: #17181f;
  font-weight: 600;
  font-size: 18px;
}

.card-body h6 {
  color: #17181f;
  font-weight: 400;
  font-size: 18px;
}

.card-body p {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}

.btn-checkout button:hover {
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.25);
}

.category {
  margin-top: 70px;
}

/* @media only screen and (max-width: 900px) {
  .figure-img {
    width: 400px;
  }
} */

@media only screen and (max-width: 767px) {
  .carousel h1 {
    font-size: 38px;
  }

  .carousel p {
    font-size: 18px;
    margin-top: 30px;
  }

  /* .figure-img {
    width: 350px;
    height: auto;
  } */
}

@media only screen and (max-width: 540px) {
  .figure-img {
    width: 350px;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .carousel h1 {
    font-size: 28px;
  }

  .carousel p {
    font-size: 18px;
    margin-top: 30px;
  }

  .figure-img {
    width: 250px;
    height: auto;
  }
}
