html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #c36;
}
a:active,
a:hover {
  color: #336;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
details {
  display: block;
}
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
[hidden],
template {
  display: none;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #be172b;
  text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  display: block;
}
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
  font-weight: 700;
}
table tfoot th,
table thead th {
  font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
dd,
dl,
dt,
li,
ol,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Custom CSS  */
.page-header .entry-title {
  display: none !important;
}
#header-sticky-css {
  top: 53px !important;
}
@media screen and (max-width: 768px) {
  #header-sticky-css {
    top: 0 !important;
  }
}
#sider-products .elementor-widget-heading .elementor-heading-title {
  position: relative;
}

/* Add a red line under the text */
#sider-products .elementor-widget-heading .elementor-heading-title:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -24px;
  width: 114px;
  height: 5px;
  background-color: #ee3124;
}
#sider-products .elementor-widget-heading .elementor-heading-title:hover:after {
  left: 0px;
  width: 160px;
  transition: all 0.3s ease-in-out;
}
/* Add a red line under the text Our Product Range */
.title-under-red-line .elementor-heading-title {
  position: relative;
  display: inline-block;
}

/* Add a red line under the text Our Product Range */
.title-under-red-line .elementor-heading-title:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 37%;
  width: 102px;
  height: 5px;
  background-color: #ee3124;
}

/* Testimonial */
.testimonial-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.testimonial-section {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 1166px;
  margin: 20px 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}
.testimonial-section.active {
  opacity: 1;
  display: flex;
}
.testimonial-arrow.left,
.testimonial-arrow.right {
  margin-bottom: 57px;
}
.testimonial-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.testimonial-arrow img {
  width: 100%;
  height: 100%;
}
.testimonial-content {
  flex: 1;
  text-align: center;
  padding: 0 87px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-content {
    padding: 0 7px;
  }
  .testimonial-arrow.left,
  .testimonial-arrow.right {
    display: none;
  }
}
.quote-icon {
  margin-bottom: 40px;
}
.testimonail-footer-image0 {
  margin-top: 45px;
}
.testimonial-text {
  color: #535353;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0;
}
.testimonial-author {
  margin-top: 6px;
}
.author-name {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}
.footer-news-section {
  height: 214px;
}
#red-line-before:before {
  margin: 0 auto;
  margin-top: 90px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 156.82px;
  height: 3px;
  background-color: red;
}
@media (max-width: 767px) {
  #red-line-before:before {
    margin: 0 auto;
    margin-top: 45px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 156.82px;
    height: 3px;
    background-color: red;
  }
}
#footer-section .e-con-inner {
  padding: 30px 0px 0px 0px;
}
.subscribe-container-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}
.subscribe-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
  background-color: white;
}

.subscribe-label {
  display: none;
}

.subscribe-input {
  border: none;
  padding: 10px 30px;
  outline: none;
  flex: 1;
  border-radius: 50px 0 0 50px;
  font-size: 16px;
}

.subscribe-input::placeholder {
  color: #999;
  padding-left: 20px;
}

.subscribe-button {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  font-size: 16px;
  transition: background-color 0.3s;
}

.subscribe-button:hover {
  background-color: #d32f2f;
}

.wpcf7-spinner {
  display: none;
}
#contact-text-detail p {
  margin: 0;
}
#product-shop-page li {
  flex-direction: column;
}
#testimonialCarousel-about .testimonial-section {
  background-color: transparent !important;
}
.taxonomy-filter-custom {
  height: 50px !important;
  justify-content: center;
}
#product-fetch-short-desc p {
  margin: 0 !important;
}
.subscription-form p {
  display: flex;
}
.email-input {
  width: 392px !important;
  border-radius: 27px !important;
  height: 53px;
  border: 1px solid #cecece !important;
  padding-left: 23px !important;
}
@media (max-width: 767px) {
  .email-input {
    width: 312px !important;
  }
}
.email-input::placeholder {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 25px;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  opacity: 33%;
  /* padding-left: 10px; */
}
.submit-button {
  z-index: 2;
  margin-left: -146px;
  margin-top: 16px;
  border-radius: 27px;
  color: #fff;
  background-color: #ee3124;
  height: 53px;
  width: 146px;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.submit-button:hover {
  background-color: #be172b;
}
.tabs.wc-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.tabs.wc-tabs li {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.tabs.wc-tabs li a {
  text-decoration: none;
  color: #333;
}

.tabs.wc-tabs li.active a {
  color: #000;
}

.tabs.wc-tabs li.active::after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  background: red !important;
  position: absolute !important;
  bottom: -1px !important;
  left: -11px !important;
}

.tabs.wc-tabs li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: red;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.3s;
}

.tabs.wc-tabs li:hover::after {
  width: 100%;
}
#product-related--product span.price,
#product-related--product .add_to_cart_button.ajax_add_to_cart,
#product-related--product .star-rating {
  display: none;
}
#product-fetch-short-desc .woocommerce-product-details__short-description p {
  padding-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4em;
}
#about-us-why-choose p:nth-of-type(2) {
  padding-top: 10px;
}
.why-choose-us-main {
  height: 572px !important;
}
.why-choose-us .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 110px;
  height: 3px;
  background-color: #ee3124;
}
@media (max-width: 767px) {
  .why-choose-us .elementor-heading-title::after {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -21px;
    width: 110px;
    height: 3px;
    background-color: #ee3124;
  }
  .submit-button {
    margin-left: -104px;
  }
}
.related-products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 0 26px;
}
@media (max-width: 767px) {
  .related-products {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 20px 30px;
  }
  #related-products img {
    width: 162px !important;
    height: 202px !important;
  }
}
.related-product {
  flex-basis: calc(25% - 20px);
  text-align: center;
}

.related-product img {
  max-width: 100%;
  height: auto;
}

.related-product .product-image {
  position: relative;
  overflow: hidden;
}

.related-product .product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.related-product:hover .product-image::before {
  opacity: 1;
}

.related-product .product-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.related-product:hover .product-link {
  opacity: 1;
}
#related-product-short-desc {
  /* padding-top: 18px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4em;
}
#related-products img {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e2e2e2;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  max-height: 311px;
}
#related-products h3 {
  margin: 0;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 60px;
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
}
#related-products p {
  color: #535353;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
/* Product Detail page Image Css */
#product-main-image .flex-control-thumbs {
  width: fit-content;
  padding-right: 140px;
  display: flex;
  flex-direction: column;
}
#product-main-image .woocommerce-product-gallery--with-images {
  flex-direction: row-reverse;
  display: flex;
}
#product-main-image .flex-control-thumbs li {
  width: 141px;
  padding-right: 0;
  padding-left: 0;
}
#product-main-image .flex-control-thumbs li img {
  width: 141px;
  height: 175px;
}
@media (max-width: 767px) {
  #product-main-image .flex-control-thumbs {
    display: block;
    visibility: hidden;
  }
  #product-main-image .woocommerce-product-gallery--with-images {
    display: block;
  }
  #product-main-image {
    height: 430px !important;
  }
}
#product-content .elementor-widget-container {
  width: fit-content;
  padding: 0px 20px;
}
#faq-page-section summary.e-n-accordion-item-title[aria-expanded="true"] {
  border-radius: 39px 39px 0px 0px;
}
#faq-page-section summary.e-n-accordion-item-title[aria-expanded="false"] {
  border-radius: 39px 39px 39px 39px;
}
/* Category on index */
.custom-categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.category-item {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}

.category-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.category-item-text h2 {
  margin: 0;
}
.category-item h2 a {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
}
.category-item-text-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-link {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline !important;
  line-height: 35px;
  color: #ee3124;
}
.category-item-text-anchor img {
  width: 21px;
}
.explore-link:hover {
  color: #be172b;
}
.category-item-text-anchor img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}
/* .category-item-text {
  text-align: center;
  justify-content: space-between;
  display: flex;
} */
@media (max-width: 767px) {
  .category-item-text-anchor {
    margin-top: 10px;
  }
  #faq-page-section summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 24px 24px 0px 0px;
  }
  #faq-page-section summary.e-n-accordion-item-title[aria-expanded="false"] {
    border-radius: 24px 24px 24px 24px;
  }
  #faq-page-section
    .elementor-widget-n-accordion
    .e-n-accordion-item-title-icon {
    margin-top: -30px !important;
  }
  .category-item-text {
    display: block;
  }
  .category-item h2 {
    margin-bottom: -10px;
  }
  .testimonial-section {
    margin: 0;
  }
  .quote-icon {
    margin-bottom: 25px;
  }
}
#footer-menu-accordian summary {
  border: none;
  margin: 0;
  padding: 0;
}
#footer-menu-accordian .elementor-element {
  border: none;
  margin: 0;
  padding: 0;
}
#footer-menu-accordian .e-n-accordion-item-title-text {
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 60px;
  letter-spacing: 0px;
  color: #000000;
}
#footer-menu-accordian .e-n-accordion-item-title-text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
}

#mobile-menu .elementor-nav-menu--dropdown[aria-hidden="false"] {
  height: 100dvh;
}
#mobile-menu .sub-menu.elementor-nav-menu--dropdown[aria-hidden="false"] {
  height: auto;
}
@media (max-width: 767px) {
  #menu-2-bf766e1 .has-submenu.highlighted .menu-item .elementor-sub-item {
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    word-spacing: 0px;
  }
}
#menu-2-368423e8 {
  padding-bottom: 40%;
  border-bottom: 1px solid #707070;
}
/* #mobile-menu .elementor-nav-menu--dropdown[aria-hidden="false"]::before {
  content: "";
  display: block;
  background-color: #EEEEEE;
  width: 100%;
  height: 10px;
} */
.elementor-1863
  .elementor-element.elementor-element-e8ed30c
  span.post-navigation__prev--label,
.elementor-1863
  .elementor-element.elementor-element-e8ed30c
  span.post-navigation__next--label {
  line-height: 60px;
}
.blog-list-section .elementor-loop-container {
  gap: 0px 0px !important;
}
/* contact 7 form */
.contact-form {
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}

.contact-form input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"] {
  height: 65px;
}

.form-label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: block;
}
#name-field {
  padding-right: 10px;
}
.contact-form .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #bebebe;
  background-color: #f5f5f5;
  border-radius: 10px;
  background-color: #eeeeee;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.form-control::placeholder {
  color: #000000;
}

.form-control:focus {
  outline: none;
  border-color: #ff0000;
}
.input-fields-flex {
  display: flex;
  gap: 0 30px;
}
.form-control-phone {
  width: 100%;
}
.contact-form .btn-primary {
  color: #fff;
  background-color: #e71d35;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 22px 22px 22px 22px;
  padding: 10px 75px 10px 75px;
}
.contact-form .form-submit-buttom {
  margin-top: 50px;
  text-align: center;
}
.contact-form .btn-primary:hover {
  background-color: #be172b;
}
/* About koni timeline design Css */
.timeline-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.timeline {
  position: relative;
  padding: 40px 0;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.timeline-line {
  position: absolute;
  top: 24%;
  left: 50px;
  right: 50px;
  height: 2px;
  background: #707070;
  transform: translateY(-50%);
}

.timeline-secction-seprate {
  margin-top: 35px;
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.33%;
  background: #707070;
  transition: width 0.3s ease;
}

.timeline-items {
  display: flex;
  position: relative;
  width: 100%;
  transition: transform 1s ease;
}

.timeline-item {
  min-width: 33.33%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.timeline-date {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 46px;
}

.timeline-dot {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 2px solid #535353;
  border-radius: 50%;
  position: relative;
  top: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-dot::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #ee3124;
  border-radius: 50%;
  position: absolute;
  top: 30%;
}

.timeline-title {
  margin: 0 0 10px 0;
  padding-top: 15px;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
}

.timeline-content {
  color: #535353;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.timeline-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.timeline-dots {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: -235px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.timeline-navigation img {
  cursor: pointer;
}
.dot.active {
  background: #333;
}
.custom-categories-grid .category-item .index-category-images {
  border: 1px solid #e2e2e2;
  border-radius: 20px;
}
/* Responsive Design */
@media (max-width: 767px) {
  .timeline {
    flex-direction: row; /* Keep items in a row for sliding */
    overflow: hidden; /* Hide overflow for the slider effect */
  }

  .timeline-items {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Add smooth sliding transition */
  }

  .timeline-item {
    min-width: 100%; /* Show one item at a time */
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .timeline-navigation {
    position: relative;
    justify-content: center;
    margin-top: 20px;
  }
  .timeline-container {
    padding: 0;
  }
  .timeline-dots {
    position: relative;
    bottom: 96px;
    left: 28%;
  }
  .nav-button {
    cursor: pointer;
  }
  .timeline-line {
    top: 25.5%;
  }
  .timeline-secction-seprate {
    margin-top: 15px;
  }
  .nav-button.prev {
    left: 0px;
    position: absolute;
    top: -395px;
  }

  .nav-button.next {
    right: 0px;
    position: absolute;
    top: -395px;
  }
}
@media (max-width: 768px) {
  .header-mobile-logo {
    width: fit-content !important;
  }
  /* Initial state: + symbol for items with submenus */
  .menu-item-has-children > a .sub-arrow::before {
    content: "+";
    font-size: 25px;
    margin-left: 10px;
    transition: transform 0.3s ease;
  }

  /* When the sub-menu is open, change to - */
  .menu-item-has-children > a[aria-expanded="true"] .sub-arrow::before {
    content: "-";
    font-size: 25px;
    margin-left: 10px;
    transition: transform 0.3s ease;
  }

  /* Hide the sub-menu by default */
  .menu-item-has-children .sub-menu {
    display: none;
  }

  /* Show the sub-menu when the parent menu item has aria-expanded="true" */
  .menu-item-has-children > a[aria-expanded="true"] + .sub-menu {
    display: block;
  }

  .elementor-12
    .elementor-element.elementor-element-368423e8
    .elementor-nav-menu--dropdown
    .elementor-sub-item {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 40px;
    color: #5a5a5a;
    padding: 0;
  }
}
:where(
    .elementor-1274
      .elementor-element.elementor-element-e6f4da9
      > .elementor-widget-container
      > .e-n-accordion
      > .e-n-accordion-item
  )
  > .e-con {
  --padding-left: 40px !important;
  --padding-bottom: 35px !important;
}
@media (max-width: 767px) {
  :where(
      .elementor-1274
        .elementor-element.elementor-element-e6f4da9
        > .elementor-widget-container
        > .e-n-accordion
        > .e-n-accordion-item
    )
    > .e-con {
    padding: 10px 35px 10px 25px !important;
  }
  :where(
      .elementor-1274
        .elementor-element.elementor-element-e6f4da9
        > .elementor-widget-container
        > .e-n-accordion
        > .e-n-accordion-item
    )
    > .e-con
    p {
    margin: 0;
  }
  .elementor-804
    .elementor-element.elementor-element-0095519:not(
      .elementor-motion-effects-element-type-background
    ),
  .elementor-804
    .elementor-element.elementor-element-0095519
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: transparent !important;
  }
  .taxonomy-filter {
    background-color: #eeeeee;
    border-radius: 25px;
  }
  .taxonomy-filter .e-filter .e-filter-item:nth-last-child(1) {
    margin-top: 20px;
  }

  .taxonomy-filter .e-filter .e-filter-item:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .product-loop-single .elementor-widget-theme-post-featured-image img {
    height: 202px !important;
  }
  .input-fields-flex {
    display: block;
  }
}
@media (max-width: 767px) {
  .shop-loop-items .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 20px !important;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  :where(
      .elementor-1274
        .elementor-element.elementor-element-e6f4da9
        > .elementor-widget-container
        > .e-n-accordion
        > .e-n-accordion-item
        > .e-n-accordion-item-title
        > .e-n-accordion-item-title-header
    )
    > .e-n-accordion-item-title-text {
    padding: 10px 20px 10px 10px;
  }
}
#product-data-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce
  .elementor-1225
  .elementor-element.elementor-element-65b9821
  .woocommerce-tabs
  ul.wc-tabs
  li
  a {
  padding: 10px 30px 10px 8px;
}
/* Shop page category dropdown */
/* Default: Show buttons, hide dropdown */
.e-filter-item {
  display: inline-block !important;
}
.filter-dropdown {
  display: none !important;
}

/* Mobile: Hide buttons, show dropdown */
@media screen and (max-width: 768px) {
  .e-filter-item {
    display: none !important;
  }
  .filter-dropdown {
    height: 55px;
    text-align: center;
    /* line-height: 60px; */
    display: block !important;
    width: 100%;
    /* padding: 10px; */
    font-size: 20px;
    border: 1px solid #eeeeee;
    border-radius: 28px;
    background-color: #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("https://koniuk.elate-ecommerce.com/wp-content/uploads/2024/12/Mobile-category-down-arrow.svg")
      no-repeat right 5px center;
    /* background-size: 16px 8px; */
    /* appearance: none;  Remove default arrow */
    /* -webkit-appearance: none;
    -moz-appearance: none; */
  }
}
@media (max-width: 767px) {
  #header-sticky-css {
    background-color: #eeeeee; /* Replace #yourColor with the desired color */
  }

  /* Remove margin-top from the section with id=page-first-section 
   when the specified conditions are met */
  .elementor-active[aria-expanded="true"] + #page-first-section,
  .elementor-active[aria-expanded="true"] ~ #page-first-section {
    margin-top: 0 !important;
  }
  .elementor-804 .elementor-element.elementor-element-e977220 {
    margin: 0 !important;
  }
  .elementor-nav-menu--toggle
    .elementor-menu-toggle.elementor-active
    + .elementor-nav-menu__container {
    height: 100dvh !important;
  }
  #mobile-contact-button {
    width: 100%;
    justify-content: center;
    position: absolute !important;
    top: 765% !important;
    z-index: 9999 !important;
    left: 0px !important;
  }
  .no-scroll {
    overflow: hidden !important;
  }
  .elementor-12
    .elementor-element.elementor-element-bf766e1
    .elementor-nav-menu--dropdown
    .elementor-sub-item {
    font-size: 16px !important;
    line-height: 0px;
  }
}
@media (min-width: 767px) {
  #mobile-contact-button {
    display: none !important;
  }
}
.short-desc-shop-page p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 15px;
}
#asl-storelocator.asl-cont.asl-template-list
  .asl-ddl-filters
  .sl-address-filter
  .asl-filter-cntrl
  .sl-filter-inner
  .btn-group
  button.adropdown-toggle[title="All Country"],
#asl-storelocator.asl-cont.asl-template-list
  .asl-ddl-filters
  .sl-address-filter
  .asl-filter-cntrl
  .sl-filter-inner
  .btn-group
  button.adropdown-toggle[title="All Cities"] {
  display: none !important;
}
#asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-item-top
  .sl-item-top-left
  .asl-item-box
  h2
  span {
  display: none !important;
}
#asl-storelocator.asl-cont.asl-template-list
  .asl-ddl-filters.country
  .sl-address-filter {
  padding: 0;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-item-top
  .sl-item-top-left
  .asl-item-box
  h2
  a {
  text-align: start;
  line-height: 35px;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-clear-btn {
  top: -34px;
  right: 15px;
}
#asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-item-top
  .sl-item-top-left
  .asl-item-box {
  justify-content: space-between;
  display: flex;
  text-align: center;
  gap: 10px 20px;
}
.working-time {
  display: flex;
  align-items: center; /* Align all items to the center vertically */
}

.working-time .icon-clock {
  margin-top: 22px; /* Adjust the spacing between the icon and the text */
  font-size: 23px !important; /* Adjust size as needed */
  align-self: center; /* Align the icon to the center */
}

.txt-hours {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center align the text within the container */
}

.asl-group-slots {
  display: flex;
  margin-bottom: 5px; /* Adjust spacing between the rows */
}

.asl-day-lbl {
  width: 100px; /* Adjust width as needed for alignment */
  font-weight: bold;
}

.asl-time-hrs {
  margin-left: 10px; /* Adjust spacing between the label and the time */
}
#asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-item-top
  .sl-item-top-left
  .asl-item-box
  ul {
  display: block !important;
  place-items: center;
}
.asl-cont img {
  margin-right: 10px;
}
.website-button {
  border-radius: 22px !important;
  font-family: "Poppins", Sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}
.website-button:hover {
  background-color: #be172b !important;
}
#asl-storelocator.asl-cont {
  font-family: "poppins", sans-serif !important;
}
#asl-storelocator.asl-cont.asl-template-list .asl-list-cont li.sl-item {
  border: 1px solid #d5d5d5 !important;
  box-shadow: none !important;
  padding: 40px 15px !important;
}
#asl-storelocator.asl-cont.asl-template-list .asl-list-cont li.sl-item:hover {
  box-shadow: 0px 3px 46px #00000012 !important;
  border: none !important;
}
/* #asl-storelocator.asl-cont.asl-template-list .asl-list-cont li.sl-item .sl-cat-tag.dist-category {
  margin-left: -80px !important;
} */

.sl-cat-tag.dist-category {
  width: 194px;
  display: block;
  background: #e4201e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  position: relative;
  text-align: start;
  border-radius: 2px;
  overflow: hidden;
}
.sl-cat-tag.dist-category li::after {
  content: "";
  position: absolute;
  top: 47.5%;
  left: 96%;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: translateY(-50%) rotate(316deg);
  z-index: 1;
}
#asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-cat-tag
  ul
  li {
  border-radius: 0 !important;
  padding: 0 !important;
  height: 7px !important;
  color: #fff !important;
}
#asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-item-top
  .sl-item-top-left
  .asl-item-box
  h2
  a {
  padding-top: 10px !important;
}
.asl-search-inner {
  display: flex !important ;
  gap: 0 50px;
}
.asl-search-inner .sl-row {
  width: 50%;
}
.asl-ddl-filters.country {
  width: 50% !important;
}
.asl-ddl-filters.country .sl-address-filter {
  min-width: 100%;
  margin: 0 !important;
}
.asl-search-cont {
  margin-bottom: -65px !important;
}
.filter-by-heading {
  color: #000000 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-search-cont
  .asl-search-inner
  .form-group
  .sl-geo-btn {
  display: none !important;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-item-top
  .sl-item-top-left
  .asl-item-box
  .addr-loc
  ul
  li
  span,
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-list-cont
  li.sl-item
  .sl-item-top
  .sl-item-top-left
  .asl-item-box
  .addr-loc
  ul
  li
  a {
  text-align: start;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  span.asl-group-slots {
  display: flex;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-ddl-filters
  .sl-address-filter
  .asl-filter-cntrl
  .sl-filter-inner
  .btn-group
  button.adropdown-toggle {
  background-color: #eeeeee;
  border: 1px solid #bebebe;
  min-height: 65px;
  height: 100%;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-ddl-filters
  .sl-address-filter
  .asl-filter-cntrl
  .sl-filter-inner
  .btn-group
  button.adropdown-toggle
  .multiselect-selected-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .asl-ddl-filters
  ul.adropdown-menu.multiselect-container
  > li
  > a
  label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .sl-item
  .asl-time-hrs
  > span {
  font-size: 15px;
  line-height: 20px !important;
  color: #000;
}
.elementor-widget-container
  .elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-list
  .twitter-typeahead
  #sl-main-search {
  background-color: #eeeeee;
  border: 1px solid #bebebe;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  max-height: 65px;
  height: 65px;
}
@media (max-width: 768px) {
  .elementor-widget-container
    .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-list
    .asl-list-cont
    li.sl-item
    .sl-item-top
    .sl-item-top-left
    .asl-item-box
    h2
    a {
    line-height: 20px;
  }
  #asl-storelocator.asl-cont.asl-template-list
    .asl-list-cont
    li.sl-item
    .sl-item-top
    .sl-item-top-left
    .asl-item-box {
    flex-direction: column;
  }
  .title-category.dist-category-title {
    border-bottom: 1px solid #d5d5d5;
    text-align: start;
  }
  .phone-address-details {
    margin-top: 10px;
    border-bottom: 1px solid #d5d5d5;
  }
  .working-time {
    text-align: start;
    margin-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d5d5d5;
  }
  .sl-address-filter:nth-child(1),
  .sl-address-filter:nth-child(3) {
    display: none;
  }
  .asl-search-inner {
    display: block !important;
  }
  .asl-search-inner .sl-row {
    width: 100%;
  }
  .asl-ddl-filters.country {
    width: 100% !important;
  }
  .asl-ddl-filters.country .sl-address-filter {
    display: block;
  }
  .asl-cont#asl-storelocator .asl-panel-inner .asl-search-inner .sl-row {
    margin: 0;
  }
  .asl-cont#asl-storelocator
    .asl-panel-inner
    .asl-search-inner
    .sl-row
    .pol-12 {
    padding: 0;
  }
  .asl-cont#asl-storelocator
    .asl-panel-inner
    .asl-search-inner
    .country
    .sl-address-filter {
    padding: 0;
  }
  .asl-cont#asl-storelocator
    .asl-panel-inner
    .asl-search-inner
    .sl-row
    .filter-by-heading {
    text-align: center;
  }
  .asl-stats .asl-stats-inner .pol.text-left .count-result-text {
    text-align: center;
  }
  .asl-stats .asl-stats-inner .pol.text-right {
    display: none;
  }
  .sl-row.asl-list-ddls.asl-ddl-filters.country .filter-by-heading {
    padding: 20px 15px;
    margin: 0 auto;
  }
  #asl-storelocator.asl-cont.asl-template-list .asl-list-cont li.sl-item {
    padding: 20px 25px !important;
  }
  .elementor-widget-container
    .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-list
    span.asl-group-slots {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0 20px;
  }
  .elementor-widget-container
    .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-list
    .asl-group-slots
    span.asl-day-lbl {
    width: 100%;
    max-width: 64px !important;
    min-width: 64px !important;
  }
  .elementor-widget-container
    .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-list
    .sl-item
    .asl-time-hrs {
    padding-left: 0;
    margin: 0;
  }
  .elementor-widget-container
    .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-list
    .asl-list-cont
    li.sl-item
    .sl-item-top
    .sl-item-top-right {
    padding: 0;
  }
}
.sl-item-top-right ul li {
  width: 100% !important;
}
/* Media query for tablet */
@media (min-width: 768px) and (max-width: 1355px) {
  .custom-categories-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
  }
  .category-item-text {
    display: block;
  }
  #header-sticky-css {
    top: 25px !important;
  }
  .submit-button {
    margin-left: -103px;
  }
  .shop-loop-items .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 0px !important;
  }
  #product-main-image .flex-control-thumbs {
    display: block;
  }
  #product-main-image {
    height: auto;
  }
  #product-main-image .flex-control-thumbs {
    padding-right: 77px;
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #related-products img {
    height: auto;
    max-height: 221px;
  }
  .shop-loop-items .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 20px !important;
    padding: 0 10px;
  }
  .elementor-widget-container
    .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-list
    .asl-list-cont
    li.sl-item
    .sl-item-top
    .sl-item-top-left
    .asl-item-box
    h2
    a {
    line-height: 40px;
  }
  .working-time {
    margin-left: 20px;
  }
}
@media (min-width: 470px) and (max-width: 767px) {
  #product-main-image {
    height: auto !important;
  }
  .elementor-1225 .elementor-element.elementor-element-f7e3a6e {
    margin-top: -300px;
  }
}
@media (min-width: 1025px) and (max-width: 1477px) {
  body:not(.rtl) .elementor-21 .elementor-element.elementor-element-6bd61db7 {
    left: 8.145% !important;
    top: -160px !important;
  }
  .elementor-21
    .elementor-element.elementor-element-6bd61db7
    .elementor-heading-title {
    font-size: 130px !important;
  }
  /* about page */
  body:not(.rtl) .elementor-15 .elementor-element.elementor-element-c1584a1 {
    left: 14.078% !important;
    top: -211px !important;
  }
  .elementor-15
    .elementor-element.elementor-element-c1584a1
    .elementor-heading-title {
    font-size: 180px !important;
  }
  .elementor-1274 .elementor-element.elementor-element-361d00c,
  .elementor-804 .elementor-element.elementor-element-e977220 {
    width: 100% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1355px) {
  #product-main-image .flex-control-thumbs {
    padding-right: 70px !important;
    padding-left: 80px !important;
  }
}
@media (min-width: 1356px) and (max-width: 1477px) {
  #product-main-image .flex-control-thumbs {
    padding-right: 120px !important;
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .elementor-12
    .elementor-element.elementor-element-bf766e1
    .elementor-nav-menu--main
    > .elementor-nav-menu
    > li
    > .elementor-nav-menu--dropdown,
  .elementor-12
    .elementor-element.elementor-element-bf766e1
    .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    width: 240px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: -30px !important;
  }
  .elementor-12
    .elementor-element.elementor-element-bf766e1
    .elementor-nav-menu--main
    > .elementor-nav-menu
    > li
    > .elementor-nav-menu--dropdown
    li {
    border-bottom: 1px solid #dfdfdf !important;
  }
  .footer-blog-section {
    max-width: 658px;
  }
  .woocommerce
    .elementor-1225
    .elementor-element.elementor-element-65b9821
    .woocommerce-tabs
    ul.wc-tabs {
    padding: 0 !important;
  }
  .woocommerce
    .elementor-1225
    .elementor-element.elementor-element-65b9821
    .woocommerce-tabs
    .woocommerce-Tabs-panel {
    padding: 60px 20px 20px 0px !important;
  }
}
/* Footer blog fetch */
#blog-post-slider {
  width: 1366px; /* Set the main container width */
  overflow: hidden;
  position: relative;
  margin: 20px auto; /* Center the container */
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #blog-post-slider {
    width: 100%;
    margin: 0;
  }

  #blog-post-slider .slider-wrapper {
    width: 100%;
    max-width: 370px;
  }

  #blog-post-slider .slider-slide {
    flex: 0 0 100%; /* Each slide takes up 100% of the container */
    max-height: 334px; /* Remove max-height for better content fit */
    padding: 10px;
  }

  #blog-post-slider .blog-post {
    max-width: 100%; /* Ensure the blog post takes full width */
    padding-top: 15px;
  }

  #blog-post-slider .blog-post-content {
    padding: 10px 15px;
  }

  #blog-post-slider .post-title {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
  }
  #blog-post-slider .post-excerpt {
    padding-top: 15px;
    text-align: center;
  }
  #blog-post-slider .post-meta {
    justify-content: center;
  }
  #blog-post-slider .post-author,
  #blog-post-slider .post-date {
    font-size: 13px;
    line-height: 20px;
    margin: 0 15px 0 5px;
  }
}
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-slide {
  flex: 0 0 50%; /* Each slide takes up 45% of the container */
  height: 100%;
  max-height: 220px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: center; /* Center the slide content */
}

.blog-post {
  background-color: #fff;
  border-radius: 18px;
  /* box-shadow: 0 3px 46px #00000012; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  max-width: 645px; /* Ensure the blog post does not exceed 645px */
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}

.post-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0;
  line-height: 60px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.post-excerpt p {
  margin: 0;
}
.post-excerpt {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.post-meta {
  display: flex;
  justify-content: start;
  padding: 10px 0;
  font-size: 14px;
  color: #777;
}
.post-author {
  margin: 0 30px 0 5px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.post-date {
  margin: 0 30px 0 5px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.post-author::before,
.post-date::before {
  margin-right: 5px;
}
.blog-post-content {
  padding: 10px 25px;
}
@media (min-width: 768px) and (max-width: 1355px) {
  #blog-post-slider {
    width: 100%;
  }
  .slider-slide {
    flex: 0 0 100%;
  }
}
.gm-style .place-card-large {
  display: none !important;
}
/* Background text css like (about) */
.background-text {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px #eeeeee;
  text-stroke: 1px #5a5a5a;
  white-space: nowrap;
  opacity: 1;
  font-family: "Poppins", sans-serif;
}
.background-text-about {
  transform: translate(-48%, -64%);
  font-size: 316px;
  line-height: 496px;
}
.background-text-about-rft {
  transform: translate(-48%, -66%);
  font-size: 209px;
  line-height: 328px;
}
.background-text-about-faq {
  transform: translate(-48%, -70%);
  font-size: 209px;
  line-height: 328px;
}
.background-text-distributor {
  transform: translate(-48%, -94%);
  font-size: 209px;
  line-height: 328px;
}
.background-text-contact,
.background-text-contact-page {
  transform: translate(-48%, -66%);
  font-size: 209px;
  line-height: 328px;
}
.title-category.dist-category-title {
  width: 20%;
}
@media (min-width: 1355px) {
.background-text.background-text-about.background-text-service{
  font-size: 200px;
	}
}
/* For mobile */
@media (max-width: 767px) {
  .title-category.dist-category-title {
    width: 100%;
  }
  .elementor-widget-container
    .swiper-slide-active
    .swiper-slide-inner
    img.swiper-slide-image {
    border-radius: 20px 20px 20px 20px;
  }
  .background-text-about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -83%);
    font-size: 70px;
    line-height: 110px;
  }
  .background-text-contact {
    transform: translate(-48%, -62%);
    font-size: 100px;
    line-height: 328px;
  }
  .background-text-contact-page {
    transform: translate(-48%, -67%);
    font-size: 100px;
    line-height: 328px;
  }
  .background-text-distributor {
    transform: translate(-48%, -86%);
    font-size: 52px;
    line-height: 328px;
  }
  .timeline-dot {
    left: 15px;
  }
  .background-text-about-rft {
    transform: translate(-48%, -62%);
    font-size: 100px;
    line-height: 319px;
  }
  .background-text-about-faq {
    transform: translate(-48%, -63%);
    font-size: 100px;
    line-height: 328px;
  }
}
/* For tablet */
@media (min-width: 768px) and (max-width: 1355px) {
  .email-input {
    width: 245px !important;
  }
  .background-text-distributor {
    transform: translate(-48%, -80%);
    font-size: 100px;
    line-height: 328px;
  }
  .background-text-about {
    transform: translate(-48%, -64%);
    font-size: 160px;
    line-height: 496px;
  }
}
@media (min-width: 768px) and (max-width: 897px) {
  .timeline-line {
    top: 22.5%;
  }
  .timeline-dots {
    position: relative;
    top: 410px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .nav-button.prev {
    left: 11px;
    position: absolute;
    top: -45px;
  }
  .nav-button.next {
    right: 11px;
    position: absolute;
    top: -45px;
  }
}
@media (min-width: 898px) and (max-width: 1024px) {
  .timeline-line {
    top: 26.5%;
  }
  .timeline-dots {
    position: relative;
    top: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .nav-button.prev {
    left: 0px;
    position: absolute;
    top: -16px;
  }
  .nav-button.next {
    right: 0px;
    position: absolute;
    top: -16px;
  }
}
.woocommerce #review_form #respond .form-submit [type="submit"] {
  background-color: #e71d35;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  border-radius: 23px 23px 23px 23px;
  padding: 12px 37px 10px 35px;
  color: #fff;
}
.woocommerce #review_form #respond .form-submit [type="submit"]:hover {
  background-color: #be172b;
}
.elementor-1931 .elementor-element.elementor-element-7a638ae.blog-container {
  max-width: 1366px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
  font-size: 14px;
}
.subscription-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}
.wpcf7-not-valid-tip {
  padding-top: 10px;
  color: #e71d35;
}
.gm-style .place-card-large {
  display: none !important;
}
.blog-page-detail .wp-block-image.size-large {
  text-align: center;
}
/* First image */
.swiper-slide-active .swiper-slide-inner img.swiper-slide-image {
  border-radius: 20px 0px 0px 20px;
}

/* Last image */
.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-active
  .swiper-slide-inner
  img.swiper-slide-image {
  border-radius: 0px 20px 20px 0px;
}
/* Distrubtor page  */
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list.sl-row {
  display: flex;
  flex-direction: column;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item {
  width: 100%;
  max-width: 100%;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#p-statelist .sl-item .sl-items-inner .sl-logo-cont .sl-title-bar {
  height: auto;
  max-height: 25px;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-logo-cont {
  flex-direction: column !important;
  justify-content: center;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-logo-cont
  .sl-title-bar {
  width: 194px;
  display: block;
  background: #e4201e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  position: relative;
  text-align: start;
  border-radius: 2px;
  overflow: hidden;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-logo-cont
  .sl-title-bar
  .sl-items-title {
  margin: 0;
  color: #fff;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-logo-cont
  .sl-title-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
#asl-storelocator.asl-cont ul.asl-info-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec
  .addr-loc
  .asl-info-list
  li {
  align-items: center;
}
.elementor-shortcode #asl-storelocator.asl-cont ul li {
  text-align: center;
  line-height: 1.6em;
}
.elementor-shortcode #asl-storelocator .title-name {
  font-family: "poppins", sans-serif;
  font-size: 28px;
  color: #000;
  text-align: start;
  line-height: 35px;
  padding-top: 10px;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-logo-cont {
  width: 27%;
  padding-right: 20px;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .addr-loc {
  width: 25%;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .working-time {
  width: 28%;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-item-top-right {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
.elementor-shortcode #asl-storelocator.asl-cont.asl-template-4 .asl-time-hrs {
  padding: 0;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-item-top-right
  ul
  .web-btn.website-button {
  padding: 8px;
  background-color: #e71d35;
  border: 1px solid #e71d35;
  color: #ffffff;
  height: auto;
  min-height: 43px;
  /* max-height: 43px; */
  border-radius: 22px !important;
  font-family: "Poppins", Sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-item-top-right
  ul {
  width: 90%;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec:hover {
  box-shadow: 0px 3px 46px #00000012 !important;
  border: none !important;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec
  .addr-loc
  .asl-info-list
  li
  a {
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  text-align: start;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
#asl-storelocator.asl-cont.asl-template-4 .asl-time-hrs > span {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #000 !important;
  font-family: "Poppins", Sans-serif !important;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec {
  padding: 35px 20px;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-items-inner {
  margin-bottom: 35px;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .asl-top-area
  .Filter_section
  .asl-advance-filters
  .asl-filter-cntrl
  .sl-dropdown-cont
  .btn-group
  .adropdown-toggle {
  background-color: #eeeeee;
  border: 1px solid #bebebe;
  min-height: 65px;
  height: 100%;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .asl-top-area
  .Filter_section
  .asl-advance-filters
  .asl-filter-cntrl
  .sl-dropdown-cont
  .btn-group
  .adropdown-toggle
  .multiselect-selected-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .asl-top-area
  .Filter_section
  .asl-advance-filters
  .asl-filter-cntrl
  .sl-dropdown-cont
  .btn-group
  .adropdown-menu
  li
  a
  label {
  padding-left: 20px;
  text-align: start;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .sl-addr-sec
    .main-content {
    display: flex;
    flex-direction: column;
  }
  #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .sl-addr-sec {
    flex-direction: column;
  }
  #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .sl-logo-cont,
  #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .addr-loc,
  #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .working-time {
    width: 100%;
  }
  #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .sl-item-top-right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-4
    .asl-time-hrs
    > span {
    font-size: 14px;
  }
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec
  .main-content {
  display: flex;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec
  .main-desc-container {
  display: flex;
  margin-top: 15px;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec
  .main-desc-container
  .desc-empty {
  width: 27%;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec
  .main-desc-container
  .desc-content {
  width: 73%;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  text-align: start;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
.elementor-shortcode
  #asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .sl-main-cont
  .asl_locator-panel
  .asl-panel
  .asl-panel-inner
  .sl-list-wrapper
  .sl-list
  .sl-item
  .sl-addr-sec
  .for-mobile-desc-content {
  /* width: 73%; */
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  text-align: start;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
#asl-storelocator.asl-cont.asl-template-4
  .asl-wrapper
  .asl-top-area
  .Filter_section
  .asl-advance-filters
  .asl-filter-cntrl
  .asl-cntrl-lbl {
  display: none;
}
@media (min-width: 767px) {
  .for-mobile-main-desc-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .sl-addr-sec
    .main-desc-container {
    display: none !important;
  }
  .for-mobile-desc-content {
    width: 100%;
  }
  .elementor-shortcode
    #asl-storelocator.asl-cont.asl-template-4
    .asl-wrapper
    .sl-main-cont
    .asl_locator-panel
    .asl-panel
    .asl-panel-inner
    .sl-list-wrapper
    .sl-list
    .sl-item
    .sl-addr-sec
    .for-mobile-main-desc-container {
    display: block;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .elementor-shortcode .asl-cont .sl-container {
    max-width: 100% !important;
  }
  .sl-cat-tag.dist-category {
    width: 100%;
  }
}
#sb_instagram .sb_instagram_header.sbi_medium{
	display:none;
}
.testimonial-section-main.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
	display:none;}
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	    gap: 10px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite::before {
   content: url(https://koniuk.elate-ecommerce.com/wp-content/uploads/2024/12/Path-35.png);
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 35px;
    margin-right: -65px;
    vertical-align: middle;
}
.tabs.wc-tabs #tab-title-reviews{
	display:none;
}
@media (min-width: 768px) and (max-width: 1266px) {
	body #page-first-section{
		margin-top: -130px;
	}
}
@media (max-width: 768px) {
   .e-n-tabs.e-activated .e-n-tabs-heading {
        display: none; /* Hide tabs on small screens */
    }
    #tabs-dropdown {
         height: 55px;
    text-align: center;
    /* line-height: 60px; */
    display: block !important;
    width: 100%;
    /* padding: 10px; */
    font-size: 20px;
    border: 1px solid #eeeeee;
/*     border-radius: 28px; */
    background-color: #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("https://koniuk.co.uk/wp-content/uploads/2024/12/Mobile-category-down-arrow.svg")
      no-repeat right 5px center;
    }
}
