@media (max-width: 767.98px) {
    .banner-content h2 {
        font-size: 30px;
    }

    .banner-content p{
        margin-bottom: 20px;
    }
    
    .banner-btn{
        padding: 8px 30px;
    }

    .xc-breadcrumb__list{
      font-size: 12px !important;
    }

    .product__details-wrapper{
          padding: 30px  15px;
    }

    .product__details-title{
      font-size: 20px;
    } 

    .product__details-wrapper p{
      font-size: 14px;
    }

    .product__details-ammount{
      font-size: 28px;
    }

    .pd-warranty-card{
      flex-direction: column;
      align-items: start;
    }

    .product__details-tab-nav .nav-link {
      font-size: 15px;
      padding: 6px 15px;
    }
    .cart_item_00x{
      background: #fff; padding: 12px; border-radius: 8px;
    }

     .xc-cart-actions-00X {
        display: flex;
        flex-direction: ROW;
        align-items: flex-end;
        gap: 1rem;
        justify-content: space-between;
    }

    .checkout-card{
      padding: 0px;
    }

    .cart_item_00x{
      background-color: transparent;
      padding: 0px;
    }

    .address-card .form-check{
      padding: 0px;
    }

    .swiftcart-border-btn {
    color: var(--swiftcart-base);
    background-color: transparent;
    border: 1px solid var(--swiftcart-base);
    padding: 2px 18px;
    border-radius: 6px;
    font-size: 14px; 
    }

    .cutom_row_00zo{
      flex-direction: column;
    }
    .timeline-step:after{
      display: none;
    }


    .profile-section-head {
        display: flex;
        align-items: center;
       
        padding-bottom: 20px;
        margin-bottom: 24px;
        border-bottom: 1px solid #E5E7EB;
        flex-direction: column;
    }

    .cutom_search_0x{
      width: 100%;
    }

    .tab_continer {
      padding: 20px;
    }

    .shop__sidebar_filter {
  /* sidebar column becomes the offscreen sheet on mobile */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  max-width: 100%;
  max-height: 85vh;
  z-index: 1050;
  transform: translateY(100%);
  transition: transform .3s ease;
  padding: 0 !important;
}

.shop__sidebar_filter.is-open {
  transform: translateY(0);
}
}

@media(max-width:991px) {

  .banner-slider-wrapper {
    padding-left: 0;
    padding-bottom: 40px;
  }

  .banner-slider .owl-dots {

    left: 50%;
    top: auto;
    bottom: -30px;

    transform: translateX(-50%);

    flex-direction: row;
  }

  .banner-slider .owl-dot.active span {

    width: 40px;
    height: 10px;
  }

}