:root {
  --primary-color: #000;
  --secondary-color: #f90342;
  --secondary2-color: #f0dbda;
  --bs-white: #fff;
  --bodyFont: "Poppins";
  --headingFont: "Cy Grotesk Wide";
  --headingMidFont: "Cy Grotesk Wide Med";
}

.row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #333;
  --bs-btn-hover-border-color: #333;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333;
  --bs-btn-active-border-color: #333;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 15px;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  background: #f1f1f1;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  max-width: 210px;
  width: 100%;
  height: 54px;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
  padding: 0;
  font-weight: 600;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
}

.btnsm {
  font-size: 13px;
  max-width: 196px;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

.p-v-60 {
  padding: 60px 0;
}

h1,
.mainheading {
  font-size: 54px;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  font-weight: normal;
}

h3.heads {
  font-size: 85px;
  font-weight: normal;
}

h4 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h5 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

.p-v-100 {
  padding: 100px 0;
}

header {
  position: relative;
  top: 0;
  padding: 0;
  z-index: 99;
  left: 0;
  width: 100%;
  background: var(--bs-white);
  -webkit-transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  -ms-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}
header.fixed {
  position: fixed;
}
header.fixed .py-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
header.fixed .topHead {
  display: none;
}
.active-on-scroll {
  position: fixed;
  top: 150px;
}
.logo {
  max-width: 150px;
  width: 100%;
}

.stellarnav {
  padding-left: 20px;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stellarnav > ul > li > a {
  color: var(--primary-color);
  padding: 0 1rem;
}

.stellarnav > ul > li > a:hover,
.stellarnav > ul > li.active > a {
  color: var(--secondary-color);
}

.topHead {
  background: #000;
  color: var(--bs-white);
  text-align: center;
}

.searchs {
  max-width: 350px;
  width: 100%;
  padding: 0 20px;
}
.searchs .form-control {
  height: 30px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  background: #f3f3f3 !important;
  padding: 0 20px;
  font-weight: 500;
  color: #6d6d6d;
  border-color: transparent;
}
.searchs .btn {
  position: absolute;
  right: 37px;
  height: 30px;
  background: transparent;
  border: none;
  top: 0;
  padding: 0;
  color: #6d6d6d;
  width: auto;
  line-height: 30px;
}
.infos a {
  color: var(--primary-color);
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.infos a i {
  margin-right: 8px;
}
.infos a:hover {
  color: var(--secondary-color);
}
header .btn {
  width: 130px;
  flex: 0 0 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  font-weight: 600;
  margin-left: 20px;
}
.hero .swiper-slide .row {
  height: calc(100vh - 100px);
  color: var(--bs-white);
}
.slideHead {
  font-family: var(--headingFont);
  font-size: 43px;
  color: var(--bs-white);
  font-weight: normal;
}
.hero {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.hero p {
  font-size: 22px;
  margin: 2rem 0;
}
.btnGroups li {
  margin-left: 20px;
}
.btnGroups li a {
  font-weight: normal;
  font-size: 16px;
  padding: 0 1rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 15px);
  width: 60%;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 12px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 12px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.9);
}

.textSlide {
  background: #000;
  padding: 12px 0;
  color: #fff;
}

.textSlide .swiper-container:after {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  -webkit-animation: line-slide 60s forwards infinite linear;
  animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
.textSlide .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.textSlide .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.textSlide .swiper-slide {
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  /* overflow: hidden; */
  padding: 0 15px;
}
.textSlide .swiper-slide::before {
  position: absolute;
  left: 100%;
  content: "-";
  top: 50%;
  color: var(--bs-white);
  width: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.subtext {
  margin: 30px 0 50px;
  font-size: 22px;
  font-weight: 500;
}
.product h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
.style1 img {
  height: 239px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.style2 img {
  height: 283px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.style3 img {
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.adds {
  position: absolute;
  top: 20px;
  right: 30px;
}
.adds a {
  color: var(--bs-white);
  font-size: 25px;
}
.product .box h3 {
  position: absolute;
  bottom: 30px;
  left: 45px;
  font-family: var(--bodyFont);
  color: var(--bs-white);
  font-weight: 300;
  text-align: left;
  font-size: 24px;
  max-width: 200px;
}
.btn-lg {
  font-size: 18px;
  font-weight: normal;
}
.life .box h3 {
  font-size: 23px;
  margin-bottom: 4px;
}
.life .contentBox {
  padding-left: 71px;
  font-size: 20px;
  color: #6d6d6d;
}
.life .contentBox .btn {
  max-width: 157px;
}
/* ---- grid ---- */

.grid {
  margin: 0 -15px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
  margin-bottom: 30px;
}

.grid-item {
  float: left;
  padding: 0 15px;
}

.grid-item img {
  display: block;
  height: 210px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 100%;
}
.grid-item img.style1 {
  height: 330px;
  object-fit: cover;
}
.grid-item img.style2 {
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.grid-item p {
  position: absolute;
  bottom: 30px;
  left: 45px;
  font-family: var(--bodyFont);
  color: var(--bs-white);
  width: 60%;
  font-size: 22px;
}
.priceBox {
  background: var(--bs-white);
  padding: 20px 20px 35px;
  border: #ddd 2px solid;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
}
.planName {
  padding: 8px 45px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
.basic .planName {
  background: #fa5300;
  color: var(--bs-white);
}
.core .planName {
  background: #1e2d5f;
  color: var(--bs-white);
}
.premium .planName {
  background: #06ab5e;
  color: var(--bs-white);
}
.priceBox h4 {
  font-size: 25px;
  font-weight: 500;
}
.priceBox h3 {
  margin: 6px 0 30px;
  font-family: var(--bodyFont);
  font-weight: 700;
  font-size: 33px;
}
.priceBox li {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}
.priceBox li i {
  margin-right: 10px;
}
.basic.priceBox li i {
  color: #ee1945;
}
.core.priceBox li i {
  color: #1e2d5f;
}
.priceBox .box {
  min-height: 200px;
}
.priceBox .btn {
  max-width: initial;
  display: inline-block;
  width: auto;
  padding: 0 25px;
  height: 44px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.core {
  margin-top: 100px;
  position: relative;
}
.core .populer {
  background: #1e2d5f;
}
.premium .populer {
  background: #06ab5e;
}
.populer {
  position: absolute;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  color: var(--bs-white);
  top: -50px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -1;
  padding: 10px 20px;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}
.priceBox h5 {
  font-weight: bold;
  font-size: 16px;
  color: #1e2d5f;
}
.premium.priceBox h5 {
  color: #06ab5e;
}
.quote {
  background: var(--primary-color);
  color: var(--bs-white);
  font-size: 16px;
  padding: 60px 0;
}
.quote .btn {
  max-width: initial;
  margin-left: 15px;
  display: inline-block;
  width: auto;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.quote h3 {
  font-size: 40px;
}
footer {
  padding: 60px 0 20px;
}
footer h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.f-menu a {
  color: var(--primary-color);
  font-size: 11px;
  margin-bottom: 12px;
}
.f-menu a:hover {
  color: var(--secondary-color);
}
footer h6 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}
footer .btn {
  height: 40px;
  line-height: 38px;
  max-width: inherit;
  font-size: 11px;
  width: auto;
  padding: 0 2.5rem;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f90342;
  --bs-btn-border-color: #f90342;
}
.socials a {
  font-size: 20px;
  color: var(--secondary-color);
  padding-left: 20px;
}
.socials a:hover {
  color: var(--primary-color);
}

.stock-ticker {
  --gap: 0px;
  display: flex;
  font-size: 15px;
  gap: var(--gap);
  overflow: hidden;
  padding-block: 8px;
  user-select: none;
}

.stock-ticker ul {
  align-items: center;
  animation: scroll 20s linear infinite;
  display: flex;
  flex-shrink: 0;
  gap: var(--gap);
  justify-content: space-between;
  list-style: none;
  min-width: 100%;
  font-size: 18px;
}

.stock-ticker:hover ul {
  animation-play-state: paused;
}

.stock-ticker ul:first-child {
}

.stock-ticker ul:last-child {
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.textSlide .stock-ticker ul li {
  position: relative;
  padding: 0 30px;
}
.textSlide .stock-ticker ul li::before {
  position: absolute;
  left: 100%;
  content: "-";
  top: 50%;
  color: var(--bs-white);
  width: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filterMain {
  background: var(--bs-white);
  border-bottom: #666 1px solid;
}
.filterMain li {
  margin: 0 10px;
}
.filterMain li a {
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 500;
}
.filterMain li.active a,
.filterMain li a:hover {
  box-shadow: 0px -3px 0px 0px var(--secondary-color) inset !important;
  -webkit-box-shadow: 0px -3px 0px 0px var(--secondary-color) inset !important;
  -moz-box-shadow: 0px -3px 0px 0px var(--secondary-color) inset !important;
}

.product-list h4 {
  font-weight: bold;
  font-size: 18px;
}
.border-r {
  border-right: #666 1px solid;
}
.accordion-button {
  font-weight: bold;
  font-size: 14px;
  padding: 11px 15px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.accordion-header {
  font-family: var(--bodyFont);
  font-weight: bold !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.accordion-body {
  padding: 0 var(--bs-accordion-body-padding-x)
    var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.price-range-slider {
  width: 100%;
  padding: 0;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0 0 20px 0;
  box-shadow: none !important;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 100%;
  margin-left: 0;
}
.price-range-slider .range-bar .ui-slider-range {
  background: var(--secondary-color);
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid var(--secondary-color);
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: var(--secondary-color);
}
.category-select {
  height: 180px;
  overflow-y: auto;
}
.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.checkbox {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.checkbox input {
  display: none;
}

.checkbox label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.checkbox input[type="radio"]:checked + label {
}

.checkbox input[type="radio"]:checked + label {
  outline: 1px solid #666;
  outline-offset: 3px;
}
.noScroll {
  height: auto;
}
.accordion-item {
  border: none;
  border-top: #666 1px solid;
  border-bottom: #666 1px solid;
}
.accordion-item:last-child {
  border-bottom-color: transparent !important;
}

.product-list .checkbox label {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.product-list .box {
  position: relative;
}
.product-list .box h5 a {
  font-weight: bold;
  font-size: 16px;
  color: var(--primary-color);
  margin: 6px 0;
}
.product-list .box p {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
}
.pl-0 {
  padding-left: 0 !important;
}
.tags {
  position: absolute;
  left: 15px;
  top: 15px;
  background: var(--secondary-color);
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 500;
  color: var(--bs-white);
}
.dropBox {
  position: absolute;
  top: calc(100% + 20px);
  width: 450px;
  left: -250px;
  background: var(--bs-white);
  padding: 20px;
}
.dropBox label {
  font-size: 13px;
  margin-bottom: 6px;
}
.form-select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
}

.product-details .swiper {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.product-details .swiper-slide {
  background-size: cover;
  background-position: center;
}

/* .details .mySwiper2 {
  height: 80%;
  width: 100%;
} */

.product-details .mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.product-details .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product-details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product-details .swiper-slide img {
  width: 100%;
}
.product-details h1 {
  font-family: var(--bodyFont);
  font-size: 28px;
  font-weight: 600;
}
.product-details p {
  color: #6d6d6d;
  font-size: 18px;
  margin: 18px 0;
}
.product-details .infos a {
  color: #6d6d6d;
  font-size: 16px;
  border-right: #6d6d6d 1px solid;
  padding: 0 15px;
  line-height: 1;
  display: inline-block;
}
.product-details .infos a:first-child {
  padding-left: 0;
}
.product-details .infos a:last-child {
  border-right: none;
}
.product-details h2 {
  background: var(--primary-color);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 20px 28px;
  color: var(--bs-white);
  font-family: var(--bodyFont);
  font-size: 25px;
}
.product-details h2 i {
  float: right;
}
.colormain {
  background: #f1f1f1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 15px;
  margin: 15px 0;
}
.colormain .bg-white {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 15px;
}
.colormain .bg-white label {
  font-size: 22px;
}
.colormain .form-check {
  font-size: 20px;
}
.colormain .form-check-input {
  border-color: var(--primary-color);
}
.colormain .form-check-input:checked {
  background-color: var(--bs-white);
  border-color: var(--primary-color);
}
.colormain .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23f90342'/%3e%3c/svg%3e");
}

.table tr {
  font-weight: 500;
}
.table tr:last-child td {
  border-color: transparent;
}
.table tr td:first-child {
  padding-left: 0;
}
.colormain .bg-white form label {
  font-size: 18px;
}
.product-details .infos a {
    color: #6d6d6d;
    font-size: 16px;
    border-right: #6d6d6d 1px solid;
    padding: 0 15px;
    line-height: 1;
    display: inline-block;
}
.btn-outline-light {
  --bs-btn-color: #ebebeb;
  --bs-btn-border-color: #ebebeb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebebeb;
  --bs-btn-hover-border-color: #ebebeb;
}
.product-details .accordion-header {
  background: transparent;
  padding: 0;
  color: #6d6d6d;
  margin: 0;
}
.product-details .accordion-item {
  border: none;
  border-top: transparent;
  border-bottom: #ddd 2px solid;
}
.product-details .accordion-button {
  font-weight: 400;
  font-size: 22px;
  padding: 11px 15px;
  color: var(--primary-color);
}
.bg-transparent.table > :not(caption) > * > * {
  background-color: transparent;
}
.ml-2 {
  margin-left: 15px;
}
.product-details h3 {
  font-family: var(--bodyFont);
  font-weight: 600;
}
.product-details h4 {
  font-size: 18px;
  font-weight: bold;
  color: #6d6d6d;
}
.product-details ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.product-details li {
  color: #6d6d6d;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-details h5 {
  font-size: 18px;
  font-weight: bold;
  color: #6d6d6d;
}
.productThumb p {
  font-size: 15px;
  color: var(--primary-color);
  margin-bottom: 0 !important;
  margin-top: 3px;
  
}
.productThumb small {
  color: #6d6d6d;font-size: 15px;
  
}
.breadcrumb a , .breadcrumb-item.active{color: var(--primary-color);}
.about p {color: #6d6d6d;font-size: 18px; margin-bottom: 20px;}
.about img { border-radius:15px ; -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; }

.contact label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
.contact .form-control {
    border: none;
    box-shadow: none;
    border-bottom: #b5b5b5 1px solid;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    height: 3rem;
    background: transparent !important;
    box-shadow: none !important;
}
textarea {
    resize: none !important;
    height: 6rem !important;
}

.mails {
  max-width: 26.38rem;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

.mails a {
  background: var(--secondary-color);
  color: var(--bs-white);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
  min-height: 75px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.mr-2 {
    margin-right: 0.6rem;
}