.product-equation {
  color: var(--color-primary);
  font-weight: bold;
}
.product-equation span {
  color: var(--bs-yellow);
}
.white-popup-block {
  background: #fff;
  padding: 30px;
  text-align: left;
  max-width: 700px;
  margin: 40px auto;
  position: relative;
}

.services-style-two-item .title .service-title {
  margin: 0;
  background: var(--dark);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0 0 8px 8px;
  color: #fff;
}

.services-style-two:nth-child(2) .services-style-two-item {
  border: 0;
  &:hover {
    border: 1px solid var(--dark);
  }
}

.bg-gray .product-list-item .content {
  background: var(--white);
  border-radius: inherit;
  padding-top: 40px;
  transition: all 0.35s ease-in-out;

  &:hover {
    background-color: var(--color-primary);
  }
  &:hover h5 {
    color: #fff;
  }
}
.product-list-item .content {
  background: #2c5848;
  padding: 40px 30px;
  border-radius: 10px;
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
}

.product-contents {
  height: 100%;
}

.brand-style-one img {
  height: 100px;
}

.suppliers-list {
  display: flex;
  justify-content: start;
  font-size: 1rem;
}

.suppliers-list li {
  border: 3px solid var(--dark);
  color: var(--dark);
  padding: 8px 5px;
  transition: all 350ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 1rem;
}

.suppliers-list li.active {
  background-color: var(--dark);
  color: #fff;
}

.product-card {
  position: relative;
  box-shadow: 0 2px 5px var(--dark);
  margin: 5px auto;
  background: var(--dark);
}

.badge {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  background: #6e6e6e;
  color: #fff;
  padding: 3px 10px;
  width: 100%;
  text-wrap: wrap;
  z-index: 100;
}

.product-tumb {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #eee;
  padding-bottom: 40px;
}

.product-tumb img {
  max-width: 100%;
  max-height: 100%;
}

.product-details {
  padding: 5px;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}

.product-catagory a {
  color: #f52544;
}

.product-details h4 {
  font-weight: 600;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.product-bottom-details div {
  float: left;
  width: 70%;
}

.product-price {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}

.product-links {
  text-align: right;
}

.product-links a {
  display: inline-block;
  margin-left: 5px;
  color: #5ce0d8;
  transition: 0.3s;
  font-size: 17px;
}

.product-links a:hover {
  color: #f52544;
}

#mv10 h4 {
  color: #f52544;
  font-weight: 600;
}

#mv10 p {
  color: var(--dark);
}

.white-popup-block .product-img img {
  border-radius: 7px 0 0 7px;
  filter: drop-shadow(10px 10px #eee);
}

.white-popup-block .product-info {
  border-radius: 0 7px 10px 7px;
  background-color: #ffffff;
}

.white-popup-block .product-text {
  padding-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.white-popup-block .product-text h1 {
  font-size: 34px;
  color: #474747;
}

.white-popup-block .product-text h2 {
  font-size: 13px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.2em;
}

.white-popup-block .product-text p {
  font-family: "Playfair Display", serif;
  color: #8d8d8d;
  line-height: 1.1em;
  font-size: 15px;
  font-weight: lighter;
  overflow: hidden;
}

.white-popup-block .product-price-btn {
  margin-top: 17px;
  position: relative;
}

.white-popup-block .product-price-btn p {
  display: inline-block;
  position: absolute;
  top: -13px;
  height: 50px;
  font-family: "Trocchi", serif;
  margin: 0 0 0 38px;
  font-size: 28px;
  font-weight: lighter;
  color: #474747;
}

.white-popup-block span {
  display: inline-block;
  height: 50px;
  font-family: "Suranna", serif;
  font-size: 34px;
}

.white-popup-block .product-price-btn button {
  display: inline-block;
  margin: 0 40px 0 16px;
  box-sizing: border-box;
  border: transparent;
  border-radius: 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #9cebd5;
  cursor: pointer;
  outline: none;
}

.white-popup-block .product-price-btn button:hover {
  background-color: #79b0a1;
}

.product-content {
  background-color: #eee;
}

.product-content h4 {
  padding-top: 10px;
  padding-left: 10%;
  font-size: 1.2rem !important;
}
.product-content table {
  width: 80%;
  margin: 0 auto 20px;
}
.product-content th small {
  font-size: 12px;
  font-weight: 400;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.no-filter {
  filter: none !important;
}

a#showMore {
  background-color: var(--bs-green);
}
.product-tumb {
  overflow: hidden;
}
.product-tumb img {
  transition: all 0.4s ease-in-out;
}
.product-tumb:hover img {
  transform: scale(1.2);
}

/* .banner-area.zoom-effect .banner-thumb {
  height: 70vh !important;
} */

nav.navbar.validnavs .navbar-toggle i {
  color: var(--bs-green);
}

#about .site-heading p {
  text-align: justify;
}

.sub-title {
  font-family: var(--font-primary);
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#products-breadcrumb.breadcrumb-area {
  padding-top: 50px;
  padding-bottom: 400px;
}

#coming-soon .shape-leaf {
  top: unset;
  bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .product-list-box {
    grid-template-columns: 1fr;
    grid-auto-columns: inherit;
    grid-auto-flow: inherit;
  }
  /* .banner-area h2 {
    max-width: 90%;
    font-size: 24px !important;
  }
  .banner-area p{
    max-width: 90%;
  } */
}

iframe{
  width: 100%;
  height: auto;
}

header {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 1000;
}


.banner-area {
  height: 500px;
}

.services-style-two-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.language-buttons button {
  padding: 5px 10px !important;
}

.language-buttons button.btn-active {
  background-color: var(--color-primary) !important;
  color: var(--white) !important;
}
