.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Modern Animated Breadcrumb (Final) ===== */
.breadcrumb {
  background: #f9f9f9;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #eee;
  font-family: "Poppins", sans-serif;
  animation: fadeSlide 0.8s ease-in-out;
}

.breadcrumb__title {
  text-align: center; 
}

/* Replace Cart with Shopping Cart */
.breadcrumb__title h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
  animation: slideDown 0.8s ease forwards;
  visibility: hidden; /* Hide old text */
  position: relative;
}

.breadcrumb__title h1::after {
  content: "Shopping Cart"; /* New text */
  visibility: visible;
 
}

.breadcrumb__title ul {
  display: none;
}

/* ===== Animations ===== */
@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .breadcrumb__title h1 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    padding: 18px 0;
  }
  .breadcrumb__title h1 {
    font-size: 22px;
  } 
}


.grid__wraper__color {
    display: none;
}
.grid__wraper__price span {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}
.grid__wraper__icon {
    display: none;
}
.woocommerce .page-numbers li a:hover, .woocommerce .page-numbers li.active a, .woocommerce .page-numbers li > span, .paginate-links a:hover, .paginate-links > span {
    background: #000000;
    color: var(--whiteColor);
    border: 1px solid #ffffff;
}
.shop__tab {
    display: none;
}
.blog__sidebar .blog__search button {
    height: 65px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    padding: 0 20px;
    border: 1px solid #ffffff;
    background: #000000;
    color: var(--whiteColor);
}
.blog__sidebar .blog__search input {
    border: 1px solid #000000;
    height: 63px;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px 8px 8px 5px;
}
.shop__selecte select {
    border: 1px solid #000000;
}
a.bn-project-title:hover {
    color: #999999 !important;
}
.default__button {
    background: #000000;
}
form.cart {
    column-gap: 15px;
}
a.buy-now-button.button.alt {
    margin-left: 0px !important;
    border-radius: 40px !important;
    padding: 16px 28px !important;
    background-color: #ffffff !important;
    color: black !important;
    border: 1px solid;
}
.elementor-2734 .elementor-element.elementor-element-5922000d .cart button {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    background-color: #000000 !important;
    border-color: #ffffff;
    transition: all 0.2s;
}
.elementor-2106 .elementor-element.elementor-element-46579f7e .elementor-heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 500 !important;
}/* End custom CSS */