.main-menu .navbar-collapse {
  justify-content: center;
}
.main-menu .navbar-collapse li a.active {
  color: #e8660c;
}
.main-menu .navbar-collapse li a.active::before {
  opacity: 1;
  width: 80%;
}

.category-wrap {
  justify-content: center;
  row-gap: 30px;
}
.category-wrap .category-item {
  margin-bottom: 0;
}

.video-area {
  margin: 0;
  transform: none;
}

.footer-logo a {
  padding: 5px 10px;
}

.menu-widget.two-column ul li {
  width: 100%;
}

.main-footer .row {
  row-gap: 30px;
}
.main-footer .footer-widget {
  margin-bottom: 0;
}

.copyright-area {
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.copyright-area p {
  margin: 0;
  text-align: center;
}
.copyright-area p a {
  color: #e8660c;
  font-weight: 600;
}

.product-section .row {
  row-gap: 30px;
}
.product-section .product-item {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
}

.shop-page .product-item {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
}
.shop-page .product-item h5 {
  text-transform: capitalize;
}

.product-item .image {
  height: auto;
}
.product-item .image img {
  position: initial;
  transform: none;
  max-width: 100%;
  height: auto;
}

.shop-page .row {
  row-gap: 30px;
}
.shop-page .product-item {
  margin-bottom: 0;
}

.about-content .nav .nav-link {
  padding-bottom: 15px;
}

.about-feature-item {
  padding: 15px;
}
.about-feature-item .list-style-one {
  display: flex;
  flex-wrap: wrap;
}
.about-feature-item .list-style-one li {
  width: 100%;
}

.contact-info-area .row {
  row-gap: 30px;
}
.contact-info-area .contact-info-item {
  margin-bottom: 0;
  height: 100%;
  padding: 15px;
}

.product-preview-images {
  display: block;
}
.product-preview-images a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  background: #fff;
  box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
  margin: 0;
}
.product-preview-images a img {
  position: initial;
  max-width: 100%;
  transform: none;
  width: 100%;
  height: auto;
}

.product-details-area .row {
  row-gap: 30px;
}

.section-title h2 {
  text-transform: capitalize;
}

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