a.btn.btn-tag {
    background: #f82643;
    color: #fff;
    padding: 0px 0px;
    margin: 5px 6px;
    font-size: 12px;
    border-radius: 3px;
    border: none;
}
.quantity2 .btn-cart {
    cursor:pointer;
}
a.btn.btn-search {
    background: #efefef;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #000;
    padding: 7px 20px;
    font-family: sans-serif;
    font-size: 14px;
    height: 36.5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.txt_c {
    text-align: center;
}
.added-cartPro-img {
    max-width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.added-cartPro-img img 
{
    max-width: 60px;
    max-height: 60px;
}
.bb-gray{
	border-bottom: 1px solid #ddd;
}
.order-history-item{
padding-top:1rem; 
padding-bottom:1rem; 
border-bottom: 1px solid #ddd;
}
.order-history-item:first-child{
padding-top:0 !important;
}

.order-history-item:last-child{
padding-bottom:0 !important;
border-bottom:none !important;
}


.removePro-fav-info .removePro-img{
  display: flex;
  align-content: center; 
  justify-content: center;
}
.removePro-fav-info .removePro-img img{
max-height: 70px;
max-width: 70px;
}


.dropdown-myAccount-footer .signout-button {
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  transition: background-color 0.8s ease, color 0.8s ease, transform 0.8s ease;
  color: var(--primary-color);
  font-size: 14px;
  background: #ffffff;
}


.dropdown-myAccount-footer .signout-button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  transform: scale(1.02);
}

 .selectedFilter{
    background-color: var(--primary-color);
    width: 20px;
    height: 20px;
    color: var(--white-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
}

.maxDescription-4{ 
    position: relative;
    height: 92px; 
    display: block;
    overflow: hidden;
    white-space: inherit;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* Fade In */
#preloader.fade-in {
  animation: fadeIn 0.6s forwards;
}

/* Fade Out */
#preloader.fade-out {
  animation: fadeOut 0.6s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.change-adress {
        all: unset;
        font-size: 14px;
        text-decoration: underline;
        text-align: right;
        float: right;
        color: #3d9ae1;
      }

      .form-validation-message {
        font-size: 14px;
        font-weight: bold;
      }

      .web-fill-width {
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
      }

      .loader-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
      }

      .spinner {
        width: 50px;
        height: 50px;
        border: 5px solid #f3f3f3;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        animation: spin 1s linear infinite;
      }

      @keyframes spin {
        0% {
          transform: rotate(0deg);
        }

        100% {
          transform: rotate(360deg);
        }
      }

      .product-quantity .qty-container .btn-plus {
        border: 1px solid #dddddd;
        padding: 10px 13px;
        font-size: 12px;
        height: 41px;
        width: 41px;
        transition: 0.3s;
        background-color: #f1f1f3;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .empty-cart-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 70vh;
        text-align: center;
      }

      .empty-cart {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
      }

      .subcategory-title1 h4 {
        font-weight: 800;
        margin: 0;
        font-size: 19px;
      }

      .subcategory-title1 span {
        color: #999999;
        font-weight: 400;
        font-size: 16px;
      }

      .subcategory-pro-list1 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
      }

      .subcategory-title1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .model-payment-gateway {
        width: 90%;
        max-width: 800px;
        height: 90%;
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
        margin-top: 20px;
      }

      .flashScreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff96;
        z-index: 9999;
        cursor: progress;
      }

      .fade-enter {
        opacity: 0;
        transform: scale(0.9);
      }

      .fade-enter-active {
        opacity: 1;
        transform: scale(1);
        transition: opacity 750ms, transform 750ms;
      }

      .fade-exit {
        opacity: 1;
        transform: scale(1);
      }

      .fade-exit-active {
        opacity: 0;
        transform: scale(0.9);
        transition: opacity 150ms, transform 150ms;
      }
      /* .productGallery {
          width: 450px;
          height: 450px;
          border: 1px solid #dddddd;
          padding: 10px;
          display: flex;
          align-items: center;
        } */ 
      .product-quantity .qty-container .custom-btn-minus,
      .product-quantity .qty-container .custom-btn-plus {
        border: 1px solid #dddddd;
        padding: 10px 13px;
        font-size: 12px;
        height: 41px;
        width: 41px;
        transition: 0.3s;
        background-color: #f1f1f3;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #productTabs.sticky-top {
        z-index: 8 !important;
      }

      .row .offcanvas.offcanvas-end {
        padding-left: unset;
        padding-right: unset;
      }

      input[type="number"].noIncDecButton::-webkit-inner-spin-button,
      input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

      /* Firefox */
      input[type="number"].noIncDecButton {
        -moz-appearance: textfield;
      }

      .owl-dots .owl-dot span {
        cursor: pointer;
        width: 8px !important;
        height: 8px !important;
        margin: 5px 7px;
      }

      .category-products .owl-dots button.active span {
        background: #f82643 !important;
      }

      #filterPopup .form-check-input:disabled {
        opacity: 0.4;
        background-color: #f6f6f6;
      }

      .owl-stage-outer .owl-stage .owl-item .item {
        margin-left: 5px !important;
        margin-right: 5px !important;
      }

      @media only screen and (max-width: 575px) {
        .product-adding-icons {
          margin-top: 0 !important;
        }

        .rowProduct-qty {
          width: 200px !important;
        }
      }

       .noInternet {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 20px;
        cursor: unset;
      }

      .aTag-btn {
        font-weight: 600;
        line-height: 18px;
        display: block;
        color: #ffffff;
        background: transparent;
        border: 0;
      }

      .btn-blue {
        background: #0075d3 !important;
        border-radius: 0;
        color: #fff !important;
        padding: 10px 20px;
      }

      .wishlist:hover,
      .wesWishlist:hover {
        cursor: pointer !important;
      }

      .breadcrumb-item.active a {
        color: #000 !important;
        font-size: 14px;
      }

      .wishlistbody {
        margin: 0 20px;
        max-height: 200px;
        overflow-y: scroll;
      }

      .wishlistcontainer {
        background-color: #fff !important;
      }

      .wishlist-new button.checkoutcart-link {
        all: unset;
        cursor: pointer;
        padding: 5px 5px;
        border-radius: 6px;
        width: 50%;
        display: inline-block;
        text-align: center;
        background-color: var(--secondary-green);
        color: #fff;
      }

      #wishlistadded a.viewLink {
        all: unset;
        cursor: pointer;
        color: #bdbdbd;
        transition: color 0.3s, text-shadow 0.3s;
      }

      #wishlistadded a.viewLink:hover {
        color: #fff;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
      }

      #wishlistadded .toast-body {
        display: flex;
        gap: 15px;
      }

      #wishlistadded .toast-body .btn-close {
        color: #fff;
      }

      .wishlist-new button:disabled.checkoutcart-link {
        background-color: #99c89f;
        cursor: not-allowed;
      }

      .cart-item-notes h6 {
        font-size: 12px;
      }

      .wishlistbody .cart-toast-details {
        border-bottom: 1px solid #d7cdcda3;
        cursor: pointer;
      }

      .wishlistbody .cart-toast-details:hover {
        text-decoration: underline;
      }

      .wishlistbody .cart-toast-details:last-child {
        border-bottom: none;
      }

      /* .wishlist-products p:hover span:before {
          content: "\e91b" !important;
        } */

      .d-xs-none {
        display: block !important;
      }

      .d-xs-block {
        display: none !important;
      }

      .orderErrorItem {
        color: #ff0000;
        font-size: 14px;
        font-weight: bold;
      }

      @media only screen and (max-width: 991px) {
        .d-xs-block {
          display: block !important;
        }

        .d-xs-none {
          display: none !important;
        }
      }

      @media only screen and (min-width: 1100px) {
        .allproducts-dialog {
          max-width: 1140px !important;
        }
      }

      .banner-image:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        transform: scale(1.15);
      }

      .capitalize-text {
        text-transform: capitalize;
      }

      .modal {
        z-index: 1055 !important;
      }

      /* .product-items img {
          width: unset !important;
          max-height: 170px !important;
          max-width: 170px !important;
        } */
      .product-unavailable,
      .product-discontinued {
        margin-top: 10px;
      }

      @media only screen and (max-width: 991px) {
        .navbar-collapse {
          flex-basis: inherit !important;
        }
      }

      .hide-on-md {
        display: block;
      }

      .show-on-md {
        display: block !important;
      }

      @media (min-width: 576px) {
        .hide-on-md {
          display: none !important;
        }
      }