* {
  font-family: "Plus Jakarta Sans"

}

.ecommerce-navbar1 .navbar-nav .nav-item .nav-link:hover, .ecommerce-navbar1 .navbar-nav .nav-item .nav-link.active {
  color: #000000;
}

.ecommerce-navbar1 .dropdown-menu-list .nav-item .nav-link {
  height: auto;
  display: inline-block;
  font-size: 14px;
  padding: 0.35rem 0px;
  background-color: transparent !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ecommerce-navbar1 .dropdown-menu-list .nav-item .nav-link::before {
  content: "";
  background-color: #000000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.ecommerce-navbar1 .dropdown-menu-list .nav-item .nav-link:hover {
  padding-right: 13px;
  color: #000000;
}

.ecommerce-navbar1 .dropdown-menu-list .nav-item .nav-link:hover::before {
  opacity: 1;
}

.ecommerce-navbar1 .dropdown-menu-list.submenu .nav-item .nav-link::before {
  right: 1.45rem;
}

.ecommerce-navbar1 .dropdown-menu-list.submenu .nav-item .nav-link:hover {
  padding-right: 37px !important;
}

.ecommerce-navbar1 .navbar-collapse {
  height: 100% !important;
}

.ecommerce-navbar1.is-sticky {
  background-color: #00000010 !important;
  -webkit-box-shadow: 0 5px 10px rgba(135, 138, 153, 0.12);
  box-shadow: 0 5px 10px rgba(135, 138, 153, 0.12);
}

.ecommerce-navbar1 .navbar-brand .logo-light {
  display: var(--tb-card-logo-light);
}

.ecommerce-navbar1 .navbar-brand .logo-dark {
  display: var(--tb-card-logo-dark);
}


@media (max-width: 991.98px) {
  .ecommerce-navbar1 .navbar-collapse {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh !important;
    background-color: #ffffff;
    width: 250px;
    z-index: 999;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .ecommerce-navbar1 .navbar-collapse:not(.show) {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }

  .ecommerce-navbar1 .navbar-nav .nav-item .nav-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 40px;
    width: 100%;
  }

  .ecommerce-navbar1 .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    margin-right: auto;
  }

  .ecommerce-navbar1 .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    right: auto !important;
    left: auto !important;
    width: 100%;
  }

  .ecommerce-navbar1 .navbar-nav .dropdown-menu.submenu {
    padding-right: 12px;
  }

  .ecommerce-navbar1 .dropdown-menu-list .nav-item .nav-link {
    height: auto;
    padding: 0.35rem 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ecommerce-navbar1 .dropdown-menu-list .menu-title {
    padding: 0 1.2rem;
  }
}

.ecommerce-navbar1 {
  height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #e4e4e4;
  position: fixed;
  right: 0;
  left: 0;
  top: 100px;
  z-index: 1000;
  padding: 0;
}

.ecommerce-navbar1 .navbar-nav .nav-item .nav-link {
  color: #000000cc;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 14px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1 / 3 / 2 / 4;
}

.div2 {
  grid-area: 1 / 1 / 2 / 2;
}

.div3 {
  grid-area: 1 / 5 / 2 / 6;
}

.parent1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div4 { grid-area: 1 / 1 / 2 / 3; }
.div5 { grid-area: 1 / 3 / 2 / 5; }

.parent2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div6 {
  grid-area: 1 / 1 / 2 / 2;
}

.div7 {
  grid-area: 1 / 2 / 2 / 3;
}

.div8 {
  grid-area: 1 / 3 / 2 / 4;
}

.div9 {
  grid-area: 1 / 4 / 2 / 5;
}

.parent3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }

  .div10 { grid-area: 1 / 2 / 2 / 5; }
  .div11 { grid-area: 1 / 1 / 2 / 2; }
  .div12 { grid-area: 1 / 5 / 2 / 6; }*/
.parent {
  display: grid;
  grid-template-columns: repeat(2, 1.2fr) 5fr repeat(4, 0.5fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.div2 {
  grid-area: 1 / 2 / 2 / 3;
}

.div3 {
  grid-area: 1 / 3 / 2 / 4;
}

.div4 {
  grid-area: 1 / 4 / 2 / 5;
}

.div5 {
  grid-area: 1 / 5 / 2 / 6;
}

.div6 {
  grid-area: 1 / 6 / 2 / 7;
}

.div7 {
  grid-area: 1 / 7 / 2 / 8;
}

.dropdown-menu {
  background-color: #aaaaaa;
  border-radius: 28px 27px 27px 27px;
  -webkit-border-radius: 28px 27px 27px 27px;
  -moz-border-radius: 28px 27px 27px 27px;
  height: 50%;
}



/*phptp*/

.categories {
  overflow: hidden;
  margin-top: 10px;
}

.categories .container-fluid {
  padding-right: 5px;
}

.categories__item {
  height: 314px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.categories__item.categories__large__item {
  height: 100%;
  width: 100%;
  padding-left: 70px;
}

.categories__item.categories__large__item .categories__text {
  max-width: 480px;
}

.categories__item.categories__large__item .categories__text p {
  margin-bottom: 15px;
}

.categories__text h1 {
  font-family: 'Plus Jakarta Sans';
  color: #111111;
  margin-bottom: 5px;
}

.categories__text h4 {
  color: #111111;
  font-weight: 700;
}

.categories__text p {
  margin-bottom: 10px;
}

.categories__text a {
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 0 0 3px;
  display: inline-block;
}

.categories__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #ca1515;
  content: "";
}

@media (max-width:500px) {
  .categories__item.categories__large__item {
    height: 638px;
    padding-left: 70px;
  }

  .categories__item.categories__large__item .categories__text {
    max-width: 480px;
  }

  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 0px;
  }

  .test {
    grid-area: 1/1/2/2;
  }

  .test1 {
    grid-area: 1/2/2/3;
  }

}

@media (max-width:350px) {
  .categories__item.categories__large__item {
    height: 638px;
    padding-left: 70px;
  }

  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 0px;
  }

  .test {
    grid-area: 1/1/2/2;
  }

  .test1 {
    grid-area: 1/2/2/3;
  }


  .categories__item.categories__large__item .categories__text {
    max-width: 480px;
  }
}

@media (max-width:1100px) and (min-width:990px) {
  .categories__item.categories__large__item {
    height: 638px;
    padding-left: 70px;
  }

  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 0px;
  }

  .test {
    grid-area: 1/1/2/2;
  }

  .test1 {
    grid-area: 1/2/2/3;
  }

  .categories__item.categories__large__item .categories__text {
    max-width: 480px;
  }
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.product-item {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  background-color: #f9f9f9;
}

.product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.product-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-category {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.product-price {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-price del {
  color: #888;
  margin-left: 10px;
}

.product-rating {
  font-size: 14px;
  color: #f39c12;
  margin-bottom: 15px;
}

.add-to-cart {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
}

.add-to-cart:hover {
  background-color: #0056b3;
}

.category-checkbox {
  margin-right: 10px;
  margin-top: 0;
}

.check {
  display: flex;
  align-items: center;
  /* Align items in the center vertically */
}

.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.range-values {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.range-values span {
  font-size: 14px;
  color: #555;
}

.range-slider {
  width: 100%;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #daff62;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.range-output {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}


.card-detail-prod {
  position: relative;
  margin-top: 10px;
  width: 300px;
  border-radius: 28px;
  box-shadow: 2px 7px 13px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.card-detail-prod img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  display: block;
}

.card-detail-prod .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-detail-prod button {
  background-color: #ffffff;
  margin-top: 170px;
  padding-left: 60px;
  padding-right: 60px;
  border: none;
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 28px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.card-detail-prod button:hover {
  background-color: #d3d1d1;
}

@media (max-width:500px) {
  .card-detail-prod {
    width: 250px;
  }
}

@media (max-width:350px) {
  .card-detail-prod {
    width: 230px;
  }
}

@media (max-width:1100px) and (min-width:990px) {
  .card-detail-prod {
    width: 270px;

  }
}

.card-detail-TEST {
  position: relative;
  width: 300px;
  border-radius: 28px;
  box-shadow: 2px 7px 13px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.card-detail-TEST img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aa {
  background-color: #a1a1a1;
  margin-top: 170px;

  border: none;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 28px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.aa:hover {
  background-color: #d3d1d1;
  color: rgb(0, 0, 0);

}



/* contact page */

.w3l-contact-info .form-inner-cont input,
.w3l-contact-info .form-inner-cont textarea {
  outline: none;
  width: 90%;
  font-size: 15px;
  line-height: 28px;
  padding: 14px 20px;
  margin-bottom: 20px;
  color: #3f3a64;
  text-align: left;
  -webkit-appearance: none;
  background: #e1e1e1;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.w3l-contact-info .form-inner-cont input:focus,
.w3l-contact-info .form-inner-cont textarea:focus {
  background: var(--light);
  border: 1px solid #3f3a64;
}

.w3l-contact-info .form-inner-cont textarea {
  height: 150px;
  resize: none;
  padding: 15px 20px;
}

.btn-style {
  width: 90%;
  padding: 9px 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .5px;
  transition: 0.3s ease-in;
  border-radius: 10px;
}

.btn-style-consultation {
  padding: 9px 20px;
  background-color: var(--light);
  color: var(--primary);
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .5px;
  transition: 0.3s ease-in;
  border-radius: 15px;
}

.btn-style-consultation:hover {
  background-color: var(--primary);
  color: var(--light);
}

.btn-style:hover {
  background-color: var(--light);
  color: var(--primary);
}

.contact-info span {
  display: inline-block;
  background-color: #9f9f9f;
  width: 100px;
  height: 4px;
}


.infos ul {
  list-style-type: none;

}

.infos ul li {
  padding: 10px 30px;
  letter-spacing: 1px;
}

.infos ul li i {
  padding-right: 15px;
}

iframe {
  border: none;
  display: block;
  border-radius: 25px;
  width: 100%;
  height: 270px;
}






@media (max-width : 992px) {
  .infos ul li i {
    padding-right: 15px;
  }

  .contact-info span {
    width: 100%;
  }
}

.imgtext {
  position: absolute;
  left: 15%;
  top: 15%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: rgb(255, 255, 255);
  background-color: #000000;
  font-size: 11px;
}

.imgvoir {
  position: absolute;
  left: 90%;
  top: 15%;
  transform: translate(-50%, -50%);
  z-index: 1;

}

/* ScrollUp */
#scrollUp {
  background-color: #000000;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #c2c2c2;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#scrollUp:hover {
  background-color: #5b5b5b;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}