.brds {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item {
  width: 33.33%;
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 1px solid #eee;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.brds li {
  list-style: none;
}

.brds li img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}

.brds li a h2 {
  font-size: 16px;
}

span.ast-woo-product-category {
  font-size: 13px;
  /* background: #FDA256; */
  /* padding: 5px 8px;
    margin-bottom: 8px; */
  display: inline-block;
}

span.ast-woo-product-category {
  position: absolute;
  bottom: 36%;
  left: 20px;
  color: #fff;
}

h2.woocommerce-loop-product__title {
  position: absolute;
  bottom: 25%;
  left: 20px;
  color: #fff;
}

a.product_type_redq_rental.add_to_cart_button {
  display: none;
  margin: 10px 0px;
  text-align: center;
}

.h-seprater .elementor-heading-title {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
}

.h-seprater h2.elementor-heading-title::before {
  content: "➜";
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  animation: arrowMove 1.2s infinite ease-in-out;
  color: #ff6000;
  font-size: 22px;
}

@keyframes arrowMove {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-50%) translateX(8px);
    opacity: 1;
  }

  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.3;
  }
}


/* why choose us  */

.why-choose-us {
  background: #fff4e8;
  padding: 60px 25px;
  text-align: center;
}

.wcu-container {
  max-width: 1440px;
  margin: auto;
}

.wcu-title {
  font-size: 32px;
  color: #6ec1e4;
  font-weight: 700;
  margin-bottom: 10px;
}

.wcu-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
div.e-con-inner {
    max-width: 1440px !important;
}
.wcu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.wcu-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.wcu-card:hover {
  transform: translateY(-6px);
}

.wcu-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8c42, #ffb347);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.wcu-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.wcu-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.wcu-count {
  font-size: 18px;
  font-weight: 600;
  color: #ff6a00;
}

.product-attr-values {
  font-size: 14px;
  color: #444;
  margin: 6px 0 10px;
  font-weight: 500;
}

.scrs_0 .elementor-heading-title {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.scrs_0 .elementor-heading-title span {
  display: inline-block;
  padding-left: 100%;
  animation: scrollLeft 12s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.per-hour-price {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.brds .review-rating {
  display: none;
}

.nav_0 nav ul li:last-child {
  display: none !important;
}

.nav_0 nav ul li ul li:last-child {
  display: unset !important;
}

/* filter ====================== */

.cr-filter-box {
  padding: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.cr-range-group {
  margin-bottom: 20px;
}

.cr-dual-range {
  position: relative;
}

.cr-dual-range input[type=range] {
  width: 100%;
  position: absolute;
  pointer-events: none;
}

.cr-dual-range input[type=range]:last-child {
  pointer-events: auto;
}

.cr-range-values {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 8px;
}

.cr-bubble {
  background: #1fa65b;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 6px;
}

.cr-range-values {
  margin-top: 25px;
}

.cr-btn {
  width: 100%;
  background: #28a745;
  color: #fff;
  padding: 10px;
  border: none;
}

#price_min {
  display: none;
}

/* --------- */
.prt {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.prt .cr-filter-box {
    flex: 0 0 20%;
    max-width: 20%;
}

.prt ul.products {
    flex: 0 0 80%;
    max-width: 80%;
}
form.woocommerce-ordering {
  position: absolute;
  top: 75px;
  right: 0px;
}

p.woocommerce-result-count {
  position: absolute;
  top: 75px;
}

div.ast-woocommerce-container {
  position: relative;
}
h1.woocommerce-products-header__title{
  font-size: 24px;
  margin-bottom: 50px;
}
.prt ul.products li{
  position: relative!important;
    display: inline-block!important;
    padding: 5px!important;
    border: 1px solid #eee;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.prt span.ast-woo-product-category {
    position: absolute;
    bottom: 40%;
    left: 20px;
    color: #fff !important;
}
.prt h2.woocommerce-loop-product__title {
    position: absolute;
    bottom: 33%;
    left: 20px;
    color: #fff;
}
.prt li img {
    width: 300px;
    height: 215px;
    object-fit: cover;
    border-radius: 10px;
}
.prt li .review-rating{
display: none;
}
.prt .per-hour-price {
    position: absolute;
    right: 0px;
    bottom: -60px;
    color: #333;
}
 .whatsapp-float {
            position: fixed !important;
            bottom: 80px;
            right: 20px;
            width: 56px;
            height: 56px;
        }      
        .whatsapp-float img {
            width: 80px;
            height: 80px;
        }
       .brand-products .cr-product-slider button{
       background: unset!important;
       border: unset!important;
       }
/* ----------- */
/* ==================== */
@media(min-width:1024px){
  .wccs-categories__676 {
    height: 370px;
}
}

@media (max-width:600px) {
  .b a.n2-ow {
    position: absolute;
    top: 58px;
    left: 30px;
  }

  .h-seprater h2.elementor-heading-title::before {
    left: 5%;
  }

  p.woocommerce-result-count,
  form.woocommerce-ordering {
    top: 60px;
  }
.prt {
    flex-direction: column;
}
body{
  overflow-x:hidden;
}
.elementor-element-66e7c2f{
  display: none!important;
}
.wcu-grid {
  display: grid;
  grid-template-columns:unset;
  gap: 25px;
}
.why-choose-us {
    padding: 25px 20px;
}
div.elementor-element-cc88e58{
  width: 100%;
}
    .brds {
        display: flex;
        flex-wrap: wrap;
    }

    .brds .product-item {
        flex: 0 0 43%;
        max-width: 43%;
        box-sizing: border-box;
    }
    h2.woocommerce-loop-product__title {
    bottom: 30%;
}
span.ast-woo-product-category {
    bottom: 40%;
}
.brds li a h2 {
    font-size: 13px;
}
.per-hour-price {
    position: absolute;
    left: 10px;
    bottom: 27px;
}
.prt .cr-filter-box {
    flex: 0 0 100%;
    max-width: 100%;
}
.prt ul.products {
    flex: 0 0 100%;
    max-width: 100%;
}
.cr-product-slider a {
    pointer-events: none;
}

.cr-prev,
.cr-next {
    pointer-events: auto;
    z-index: 99;
}
        .whatsapp-float img {
            width: 80px;
            height: 80px;
        }

          .whatsapp-float img {
            position: absolute;
            z-index: 9;
            top: 16%;
            right: 0;
        }
}


/* Slider wrapper */
.cr-product-slider {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* Track */
.cr-slider-track {
    display: flex;
    transition: transform 0.35s ease;
}

/* Slides */
.cr-slide {
    min-width: 100%;
}

.cr-slide img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

/* Arrows */
.cr-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    transition: opacity 0.25s ease;
}

/* Left / Right */
.cr-prev { left: 10px; }
.cr-next { right: 10px; }

/* Show arrows on hover */
.cr-product-slider:hover .cr-arrow {
    opacity: 1;
}

/* Prevent arrows from acting like product link */
.cr-arrow {
    pointer-events: auto;
}
