.homeProducts .product-slider {
  position: relative;
}
.homeProducts .product-slider .swiper-wrapper {
  /* gap: 12px; */
}
.header-action-details button.btn-default {
  padding: 12px 30px;
  border-radius: 50px;
}
.footer-newsletter-form ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 16px;
}
.footer-newsletter-form ul li {
}
.footer-newsletter-form ul li svg:hover {
  transform: scale(1.1);
  color: #ffe455;
}
.footer-newsletter-form ul li svg {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.mainOuter {
  margin-top: 80px;
}
.popularBlock {
}
.breadcrumbBlock .page-header {
  padding: 60px 0;
}
.breadcrumbBlock .page-header-box h1 {
  font-size: 45px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
}
.aboutSection .why-customer-choose {
  padding: 60px 0px 40px;
}
.aboutSection .section-title {
  margin-bottom: 12px;
}
.sideBlogOuter {
  position: sticky;
  top: 120px;
}
.subBlogsOuter h3 {
  margin-bottom: 20px;
}
.subBlogsOuter .subBlog {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d1952f;
}
.subBlogsOuter .subBlog:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.subBlogsOuter .subBlogImage {
  height: 70px;
  width: 100px;
  flex-shrink: 0;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.subBlogsOuter .subBlogImage img {
  height: 100%;
  width: 100%;
}
.subBlogsOuter h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.subBlogsOuter h4 a {
  color: var(--primary-color);
}
.subBlogsOuter h4 a:hover {
  color: #b27712;
}

.subBlogsOuter .subBlogImage:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.subBlogsOuter .subBlogImage:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.postContentOuter {
  border-radius: 16px;
  background: #fffcf4;
  overflow: hidden;
}
.contact-form .form-group {
  margin-bottom: 16px;
}
.support-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.support-popup h4 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}
.support-popup .contact-form label {
  font-size: 16px;
  margin-bottom: 4px;
}

.support-popup .contact-form .form-group {
  margin-bottom: 16px;
  padding-right: 6px;
  padding-left: 6px;
}
.support-popup .contact-form .row {
  width: 100%;
  margin: auto;
}
.support-popup .contact-form .form-control:focus {
  border-color: #d1952f;
  outline: none;
  box-shadow: none;
}
.support-popup .contact-form .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--primary-color);
  background: #fffcf7;
  border-radius: 4px;
  padding: 10px 10px;
  box-shadow: none;
  border: 1px solid #ffc155;
  outline: none;
}
.support-popup .contact-form .btn-default {
  width: fit-content;
  display: block;
  margin: auto;
}
.support-popup {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.support-close {
  position: absolute;
  top: 8px;
  right: 8px;
  /* width: 35px; */
  /* height: 35px; */
  border: none;
  background: transparent;
  font-size: 35px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .support-popup {
    padding: 30px 20px;
  }
}
.testimonial-item-rating svg {
  color: #fff;
  margin: 0px 2px;
}
.testimonial-slider {
  position: relative;
}
