/* * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
} */

:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 35);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --bg-blue: #00335e;
  --bg-white: #FFFFFF;
  --bg-red: #EE2110;
  --text-color-red: #EE2110;
  --text-color-white: #FFFFFF;
  --text-color: #111111;
  --inter: 'Inter';
  --test-n-2: 'TestNational2';
  --bg-color-greywhite: #F4F4F4;
}

/* .inter-<uniquifier> {
      font-family: "Inter", serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
    } */
/* @font-face {
    font-family: 'TestNational2';
    src: url('<?php echo base_url(); ?>font/TestNational2-Medium.otf') format('opentype');
    font-style: medium;
} */

/* @font-face {
  font-family: 'TestNational2';
  src: url('https://www.jpoint.co.in/assets/css/TestNational2-Medium.otf') format('opentype');
  font-weight: 500;
  
} */

@font-face {
  font-family: 'TestNational2';
  src: url("../font/TestNational2-Medium.otf") format('opentype');
}

@font-face {
  font-family: 'inter';
  src: url('/font/Inter/Inter-VariableFont_slnt,wght.ttf') format('opentype');
}


body {
  a {
    text-decoration: none;
  }
}

/* .container {
  max-width: 1400px;
} */

/* bradecamber-style-section-start */

.bradecamber {
  background-color: #f2f3f7;
}

.breadcrumb {
  font-family: Arial, sans-serif;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-top: 0;
  align-items: center;
  padding: 20px 0px 0px 0px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0px;
}

.breadcrumb li:not(:last-child):after {
  content: '';
}

.breadcrumb-separator {
  margin: 0 0.5em;
  color: #5c5c5c;
}

.brad-i-np {
  font-family: var(--inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
}

.breadcrumb a {
  transition: color 0.3s;
  font-family: var(--inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #000;
}


/* bradecamber-style-section-End */

/* <!-- Apparel & Clothing-section-and -slider style-start --> */

.Appare-np {
  background-color: #f2f3f7;
}

.App-np h1 {
  font-family: 'TestNational2';
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #111111;
}

.carousel-unique-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;

}

.carousel-unique-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.carousel-unique-item {
  min-width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel-unique-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* object-fit: cover; */
}

.carousel-unique-nav-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 100;
}

.carousel-unique-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(238, 238, 238, 0.911);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid #00335E;
}

.carousel-unique-dot.active {
  background-color: #00335E;
}

.carousel-unique-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.border-bottom {
  border-bottom: 2px solid red;
}

/* <!-- Apparel & Clothing-section-and -slider style-End --> */



/* <!-- Filters-section-starts --> */
.filter-main-np {
  background-color: #f2f3f7;
}

.fil-np h1 {
  font-family: 'TestNational2';
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #111111;

}

.fil-np {
  margin: 40px 0px 20px 0px;
}

.filterui {
  background-color: white;
  padding: 16px;
  /* width: 1120px; */
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 0px;
}

.filter-pills {

  /* width: 1150px; */
  .badge {
    cursor: pointer;
    padding: 8px 16px;
    margin: 4px;
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #dee2e6;
  }
}

.filter-pills .badge:hover {
  background-color: #e9ecef;
}

.badge .close {
  margin-left: 8px;
  font-weight: bold;
}

/* <!-- Filters-section-End --> */

/* <!-- Products-section-style-starts --> */
.pro-main-np {
  background-color: #f2f3f7;
}

.product-np {
  background-color: #f2f3f7;
}

.pro-main-np h1 {
  font-family: var(--test-n-2);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #111111;
}

.pro-np h1 {
  font-family: 'TestNational2';
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #111111;

}

.pro-np {
  margin: 40px 0px 20px 0px;
}

.product-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}


.product-card__image {
  height: 250px;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}



.product-card__info {
  padding: 20px 0px 0px 0px;
}

.product-card__info h5 {
  font-family:var(--inter);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.pri-np{
font-family:var(--inter);
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #111111;
}
.moq-m-np {
  display: flex;
  gap: 60px;
  align-items: center;
}

.moq-np {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #8a8a8a;
}

.unit-np {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
}

.de-m-np {
  display: flex;
  gap: 50px;
  align-items: center;
}

.de-np {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #8a8a8a;
}

.loren-np {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
  padding: 0px;
  margin: 0px;
  height: 41px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.off-m-np {
  display: flex;
  gap: 22px;
  height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.off-np {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #8a8a8a;
}

.off-m-np a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
  width: 120px;
  text-decoration: underline;

}

.btn-view-product {
  margin: 20px 0px 0px 0px;
  padding: 10px 14px 10px 14px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #ee2110;
  border-radius: 100px;
  border: 1px solid #ffffff;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
}

.btn-view-product:hover {
  margin: 20px 0px 0px 0px;
  padding: 10px 14px 10px 14px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #ee2110;
  border-radius: 100px;
  border: 1px solid #ffffff;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
}

/* <!-- Products-section-style-End --> */
/* paginatiom-style-start */
.pagination {
  justify-content: center;
  padding: 20px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #111111;

  li {
    span {
      border: none;
      color: #8a8a8a !important;
    }
  }
}

.pagination .page-link {
  color: #000000;
  background-color: transparent;
  padding: 8px 12px;
  margin: 0 4px;
  border-radius: 4px;
  height: 32px;
  width: auto;
  display: flex;
  line-height: 20px;
  font-size: 14px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.pagination .page-link:hover {
  background-color: #e9ecef;
  color: #343a40;
}

.pagination .active .page-link {
  background-color: #f2f3f7;
  border-color: var(--bg-blue);
  color: var(--bg-blue);
  height: 32px;
  width: auto;
  display: flex;
  line-height: 20px;
  font-size: 14px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.pagination .disabled .page-link {
  color: #adb5bd;
  pointer-events: none;
}

.first-last-links {
  color: #6c757d !important;
  text-decoration: none;
  padding: 8px 12px;
}

.first-last-links-2 {
  color: #000000 !important;
  text-decoration: none;
  padding: 8px 12px;
}

/* paginatiom-style-End */

/* <!-- Top-Seller-section-Start --> */
.topseller {
  background-color: #f2f3f7;
}

.top-np h1 {
  font-family: 'TestNational2';
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #111111;

}

.seller-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  h5 {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #111111;

  }



  /* span {
    img {
      height:33px;
    
    }
  } */
  span {
    display: inline-block;
    max-width: 100px; 
    overflow: hidden;
  }
  
  span img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; 
    image-rendering: auto; 
  }
  
}

.company-logo {
  object-fit: contain;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 8.182px;
  border: 1px solid #d1dae0;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 308;
}

.company-logo img {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

.rating {
  color: #030303;
  font-size: 10px;
  color: #030303;
  font-size: 10px;
  display: flex;
  align-items: center;

  span {
    color: #EFA001;
    height: 26px;
    font-size: 18px !important;
    display: inline-block;
  }
}

.in-limit {
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.top-name-ti {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.trusted-label {
  font-size: 12px;
  color: #6c757d;
  font-family: var(--inter);
  line-height: 11px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.btn-view {
  display: flex;
  width: 177px;
  padding: 10px 20px 10px 17px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  border-radius: 100px;
  border: 1px solid #00335e;
  position: relative;
  overflow: hidden;
  z-index: 301;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #00335e;
}

.btn-view:hover {
  display: flex;
  width: 177px;
  padding: 10px 20px 10px 17px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  border-radius: 100px;
  border: 1px solid #00335e;
  background-color: white;
  position: relative;
  overflow: hidden;
  z-index: 301;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #00335e;
}

.btn-inquire {
  width: 170px;
  padding: 10px 14px 10px 14px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #ee2110;
  border-radius: 100px;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 304;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
}

.btn-inquire:hover {
  width: 170px;
  padding: 10px 14px 10px 14px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #ee2110;
  border-radius: 100px;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 304;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
}

.setinfo-seller {
  h5 {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
  }

  p {
    height: 65px;
    overflow: hidden;
    /* Hide overflowed text */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Show only 3 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  /* p {
    width: 378px;
  } */
}

.maincard-top-seller {
  display: flex;
  gap: 15px;
}

.two-to-sel-btn {
  display: flex;
  flex-wrap: wrap;
}

/* <!-- Top-Seller-section-End --> */
/* 
<!-- post-your-buying -section-start --> */

.postrequir {
  .headimg-text {
    display: flex;
    gap: 15px;
  }

  .postb-np h2 {
    font-family: var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    text-transform: capitalize;
    color: #FFFFFF;
  }

  .postb-np p {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }


  .postb-np button {
    margin: 10px 0px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--bg-white);
    border-radius: 100px;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--text-color);
    z-index: 1;
    overflow: hidden;
    transition: width 0.5s ease;
  }

  .postb-np button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 100px;
    background-color: var(--bg-red);
    z-index: -1;
    transition: width 0.5s ease;
  }

  .postb-np button:hover {
    color: var(--bg-white);
    border: 2px solid var(--bg-red);
  }

  .postb-np button:hover::before {
    width: 100%;
    border: 2px solid var(--bg-red);

  }

  .requirements-section {
    background-color: var(--bg-blue);
    color: white;
    border-radius: 30px;
    min-height: 532px;
    margin: 40px 0px;
  }

  .section-post {
    min-height: 532px;
  }

  .icons-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2rem;
  }

  .postimg {
    width: 500px;
    height: 292;
  }

  .szcl {
    color: #111111;
    font-size: 14px;
    font-family: var(--inter) !important;
  }

  .modelbtnsub {
    background-color: #111111 !important;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 16px;
  }

  /* Custom close button style */
}

.custom-btn {
  border: none;
  background-color: white;
  color: black;
  padding: 14px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.custom-close-btn {
  width: 24px;
  height: 24px;
  background-color: #F4F4F4;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  align-items: center;
  right: 20px;

  i {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
  }
}


#requirementModal {
  #buy-popup {
    height: 424px;
    width: auto;
  }

  #buy-popup .btn-close {
    position: relative;
    top: -32px;
    color: #000000;
  }

  .modal-header {
    border-bottom: none;
    padding: 20px 20px 10px 20px !important;
  }

  .modal-body {
    padding: 20px;
  }

  #buy-popup p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
    margin: 5px 5px 10px 5px;
  }

  .login-btn,
  .create-btn {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 25px;
    font-weight: 500;
  }



  .login-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    /* width: 360px; */
    height: 52px;
    background: var(--bg-red);
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
  }

  .create-btn {
    background: white;
    color: var(--bg-blue);
    border: 1px solid var(--bg-blue);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    /* width: 360px; */
    height: 52px;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;

  }


  .divider {
    /* position: relative;
    text-align: center; */
    margin: 30px 0;
    font-family: 'Test National 2';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
  }

  .divider::before,
  .divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 35%;
    height: 1px;
    background-color: #8A8A8A;
    transform: translateY(-50%);
  }

  .divider::before {
    left: 20px;
  }

  .divider::after {
    right: 20px;
  }

  .modal-title {
    font-family: var(--test-n-2);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #111111;
  }



}

.red {
  color: #ee2110 !important;
}


/* <!-- post-your-buying -section-End--> */


/* Filter-css-style-start  for mobile*/

.filter-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 14px;
  gap: 5px;
  margin: 0 auto;
  width: 91px;
  height: 34px;
  background: #EE2110;
  border-radius: 50px;
  border: 1px solid #EE2110;
  color: white;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
}

.main-cate-sub-cate {
  display: flex;
  /* height:580px;
  overflow-y: scroll; */
  /* max-height: 100vh;
  min-height: 500px; */
}

.m-cate-np {
  width: 25%;
}

.sub-cat-np {
  width: 75%;
}


.filter-dropdown {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  max-width: 400px;
  /* Max width for larger screens */
  height: 100vh;
  /* Full viewport height */
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main-categories {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 80px;
  /* Space for buttons */
}

.sub-categories {
  flex: 1;
  padding: 20px;
  background: #f9f9f9;
  height: 100%;
  overflow-y: auto;

}



.filter-dropdown.active {
  right: 0;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: white;
  height: 60px;
}

.filter-header h5 {
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #111111;

}

.close-i {
  background: #F4F4F4;
  border: none;
  border-radius: 100px;
  border: none;

}

.close-i i::before {
  height: 20px !important;
  width: 18px !important;
}

.category-item {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D1DAE0;
  background-color: #f2f3f7;
}

.category-item.active {
  background-color: #FFFFFF;
  border-right: 3px solid #00335E;
}

/* .dot {
  height: 6px;
  width: 6px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
} */

.category-title {
  margin: 0;
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #111111;
}

.sub-categories-header {
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.sub-categories-header p {
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #111111;
  margin: 3px 0px 0px 0px;
}


.btn-actions {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: white;
  border-top: 1px solid #eee;
  box-shadow: 0px -20px 24px -4px rgba(0, 0, 0, 0.05),
    0px -8px 8px -4px rgba(0, 0, 0, 0.02);
  z-index: 1001;
}

.btn-actions button {
  width: 48%;
  /* Equal width for both buttons */
  padding: 10px;
}



.form-check-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border: 2px solid #C2C2C2;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  margin: 0px;
  padding: 0px;
}


.form-check-input:checked {
  background-color: #00335E !important;
  box-shadow: none;
  border: none;
}


.btn-actions button {
  flex: 1;
  padding: 8px;
}

.form-check {
  margin-bottom: 10px;
}

.btn-outline-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  width: 159px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #00335E;
  border-radius: 100px;
  font-family: var(--inter);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #00335E;
}

.btn-outline-secondary:hover {
  background: #FFFFFF;
  border: 1px solid #00335E;
  color: #00335E;
  border-radius: 100px;
}

.btn-danger {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  width: 159px;
  height: 40px;
  background: #EE2110;
  border-radius: 100px;
  font-family: var(--inter);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.btn-danger:hover {

  background: #EE2110;
  border-radius: 100px;
  color: #FFFFFF;
}

@media (max-width: 576px) {
  .filter-dropdown {
    width: 100vw;
  }

  .btn-actions {
    width: 100vw;
  }

  .first-last-links {
    display: none;
  }
}

@media (max-width:400px) {

  .pagination .active .page-link {
    height: 28px;
    width: 28px;
  }

  .pagination .page-link {
    color: #000000;
    background-color: transparent;
    padding: 8px 8px;
    margin: 0 4px;
    border-radius: 4px;
    height: 28px;
  }

  .first-last-links-2 {
    padding: 8px 0px;
  }

  .badge-icon.trusted-seller {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
  }

  .badge-icon.trusted-seller img {
    width: 32px;
    /* adjust based on your icon size */
    height: 32px;
  }

  .badge-icon.trusted-seller .badge-text {
    font-family: Arial, sans-serif;
    line-height: 1.2;
    color: #000;
  }

  .badge-icon.trusted-seller .badge-text strong {
    font-size: 14px;
    font-weight: bold;
  }

  .badge-icon.trusted-seller .badge-text span {
    font-size: 12px;
    color: #555;
  }

}

/* end mobile filter */