/*
Theme Name: Manvi Decorations
Theme Author: Govind Maurya
Theme Version: 1.0
 */
.container-fluid {
  width: 96%;
}
@media only screen and (max-width: 567px) {
  .container-fluid {
    width: 100%;
  }
}

/* Center the whole collapse block in the navbar container on desktop */
* {
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
}

.top-header {
  padding: 10px 0;
  background: #b90b03;
  color: #ffffff;
}
.top-header-message p {
  margin-bottom: 0;
  font-size: 16px;
}
.top-header-contact p {
  margin-bottom: 0;
  text-align: right;
}
.top-header-contact p a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.menu-section {
  padding: 10px 0;
}
.menu-section .navbar-nav .nav-item .nav-link {
  padding: 0 25px;
  font-size: 16px;
  color: #000;
}
.menu-section .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
.menu-section .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.menu-section .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.menu-section .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 6px 25px;
  margin-bottom: 0;
  display: block;
}
.menu-section .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #b90b03;
}
.menu-section .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: #333;
  color: #fff;
}

.category-content h2 {
  font-size: 24px;
  font-weight: 600;
}
.category-content p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.4;
}

.category-list {
  padding: 50px 0 0;
}
.category-list .category-heading h1, .category-list .category-heading h2 {
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
}
@media only screen and (max-width: 567px) {
  .category-list .category-heading h1, .category-list .category-heading h2 {
    font-size: 20px;
  }
}
.category-list .category-heading span {
  float: right;
}
.category-list .category-heading span a {
  background: #373737;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 14px;
}
.category-list .product-list {
  margin-bottom: 8px;
}
.category-list .product-list .product-box {
  box-shadow: 5px 15px 10px #eee;
  margin-bottom: 20px;
}
@media only screen and (max-width: 567px) {
  .category-list .product-list .product-box {
    margin-bottom: 10px;
  }
}
.category-list .product-list .product-box .product-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.category-list .product-list .product-box .product-image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.category-list .product-list .product-box .product-meta {
  padding: 15px;
}
@media (max-width: 567px) {
  .category-list .product-list .product-box .product-meta {
    padding: 15px 10px;
  }
}
.category-list .product-list .product-box .product-meta h3 {
  font-size: 16px;
}
.category-list .product-list .product-box .product-meta p {
  margin-bottom: 0;
}
.category-list .product-list .product-box .product-meta p.price {
  font-size: 16px;
  font-weight: 500;
}
.category-list .product-list .product-box .product-meta p.price s {
  color: #B30000;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 400;
}

.breadcrumbs {
  background: url("../images/breadcrumb-bg-2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(197, 9, 0);
  background-blend-mode: multiply;
  padding: 25px 0;
}
.breadcrumbs h3 {
  font-size: 20px;
  color: #ffffff;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  color: #ffffff;
}
.breadcrumbs ul li:first-child {
  margin-right: 30px;
  position: relative;
}
.breadcrumbs ul li:first-child::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  top: 6px;
  right: -20px;
  z-index: 0;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
.breadcrumbs ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.product-section {
  padding: 50px 0 0;
}
.product-section .product-meta h2 {
  font-size: 24px;
}
.product-section .product-price .price {
  font-size: 16px;
  font-weight: 500;
}
.product-section .product-price .price s {
  color: red;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 400;
}
.product-section .product-image .product-image-carousel {
  position: relative;
}
.product-section .product-image .product-image-carousel .owl-nav .owl-prev, .product-section .product-image .product-image-carousel .owl-nav .owl-next {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  background: rgba(255, 255, 255, 0.7) !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.product-section .product-image .product-image-carousel .owl-nav .owl-prev {
  left: 10px;
}
.product-section .product-image .product-image-carousel .owl-nav .owl-prev:hover {
  background: rgb(255, 255, 255) !important;
}
.product-section .product-image .product-image-carousel .owl-nav .owl-next {
  right: 10px;
}
.product-section .product-image .product-image-carousel .owl-nav .owl-next:hover {
  background: rgb(255, 255, 255) !important;
}
.product-section .product-inclusions h3 {
  font-size: 24px;
}
.product-section .product-inclusions ul {
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}
.product-section .product-inclusions ul li {
  font-size: 16px;
  line-height: 1.5;
}
.product-section .product-description h3 {
  font-size: 24px;
}
.product-section .product-call-to-action .enquire-now {
  background: #b90b03;
  padding: 7px 20px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  margin-right: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.product-section .product-call-to-action .call-now {
  background: #000;
  padding: 7px 20px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  margin-right: 10px;
  border-radius: 5px;
  text-decoration: none;
}

.about-page-section {
  padding: 75px 0;
}
.about-page-section h1 {
  font-size: 30px;
}

.contact-page-section {
  padding: 75px 0;
}
.contact-page-section .contact-info .contact-info-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-page-section .contact-info .contact-info-box.mobile {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.contact-page-section .contact-info .contact-info-box.email {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #dddddd;
}
.contact-page-section .contact-info .contact-info-box.address {
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}
.contact-page-section .contact-info .contact-info-box .contact-icon {
  display: flex;
}
.contact-page-section .contact-info .contact-info-box .contact-icon i {
  background: #b90b03;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  line-height: 50px;
  margin-right: 20px;
}
.contact-page-section .contact-info .contact-info-box .contact-detail {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.contact-page-section .contact-info .contact-info-box .contact-detail p {
  margin-bottom: 0;
  vertical-align: middle;
}
.contact-page-section .contact-form {
  padding: 50px;
  background: #f1f1f1;
}
.contact-page-section .contact-form h3 {
  font-size: 24px;
}
.contact-page-section .contact-form button {
  background: #b90b03;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: none;
  border: none;
}

.modal-enquire-now-form {
  padding: 50px;
  background: #f1f1f1;
}
.modal-enquire-now-form h3 {
  font-size: 24px;
}
.modal-enquire-now-form button[type=submit] {
  background: #b90b03;
  color: #ffffff;
  border: 1px solid #b90b03;
  padding: 7px 30px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: none;
  vertical-align: middle;
  cursor: pointer;
}

.footer {
  background-color: #262020;
  padding: 50px 0;
  font-weight: 400;
}
.footer h3 {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer h3::after {
  content: "";
  width: 40px;
  height: 1.5px;
  background-color: #eee;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.footer p {
  color: #ffffff;
  margin-bottom: 0;
}
.footer-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
}
.footer-nav-list li {
  padding: 5px 0;
  vertical-align: middle;
}
.footer-nav-list li a {
  display: block;
  padding-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px dashed #918282;
}
@media (min-width: 992px) {
  .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .contact-info {
  margin-top: 20px;
}
.footer .contact-icon {
  font-size: 1rem;
  color: #ffffff;
}
.footer .contact-item h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer .social-icons a {
  font-size: 1.4rem;
  color: #ffffff;
  transition: color 0.3s;
}
.footer .social-icons a:hover {
  color: #eeeeee;
}

.copyright {
  background-color: #111;
  padding: 20px 0;
}
.copyright p {
  color: #ffffff;
  margin-bottom: 0;
}
.copyright-nav-list {
  float: right;
  margin-bottom: 0;
}
.copyright-nav-list li {
  display: inline;
  padding-right: 20px;
  position: relative;
  margin-right: 10px;
}
.copyright-nav-list li::after {
  height: 20px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-color: #ffffff;
  vertical-align: middle;
}
.copyright-nav-list li a {
  color: #ffffff;
}
.copyright-nav-list li:last-child::after {
  content: none;
}

.fixed-footer {
  position: fixed;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  padding: 10px 0;
  background: #ffffff;
  border-top: 1px solid #b90b03;
}
.fixed-footer .whatsapp-btn, .fixed-footer .call-btn {
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 40%;
  margin: 0 5%;
  font-size: 16px;
}
.fixed-footer .whatsapp-btn {
  background: #046228;
}
.fixed-footer .call-btn {
  background-color: #b90b03;
}

@media only screen and (max-width: 576px) {
  .top-header-message {
    display: none;
  }
  .top-header-contact p {
    text-align: center;
  }
  .product-section .product-meta {
    margin-top: 20px;
  }
  .product-section .product-meta h2 {
    font-size: 24px;
  }
  .fixed-footer {
    display: flex;
  }
  .breadcrumbs {
    padding: 20px 0;
  }
  .breadcrumbs h2 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .breadcrumbs ul li {
    font-size: 16px;
  }
  .breadcrumbs ul li:first-child {
    margin-right: 10px;
  }
  .breadcrumbs ul li:first-child::after {
    font-size: 10px;
    padding-right: 0;
  }
  .breadcrumbs ul li:last-child {
    margin-left: 15px;
  }
  .breadcrumbs ul li a {
    font-size: 16px;
  }
}
.home-page-content {
  padding: 0 0 50px;
}
.home-page-content h1 {
  font-size: 30px;
}
.home-page-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.home-page-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.home-page-content p {
  text-align: justify;
}

.hero-carousel {
  position: relative;
}
.hero-carousel .owl-nav .owl-prev, .hero-carousel .owl-nav .owl-next {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(60, 60, 60, 0.7) !important;
  text-align: center;
  color: #fff !important;
  vertical-align: middle;
  transition-duration: 0.2s;
  border-radius: 50%;
}
.hero-carousel .owl-nav .owl-prev {
  left: 10px;
}
.hero-carousel .owl-nav .owl-prev:hover {
  background: rgb(255, 255, 255) !important;
  color: #333 !important;
}
.hero-carousel .owl-nav .owl-next {
  right: 10px;
}
.hero-carousel .owl-nav .owl-next:hover {
  background: rgb(255, 255, 255) !important;
  color: #333 !important;
}

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