@import url("https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* body,
html {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  background-color: #FAF9F9;
  background-image: url("../images/Background.png");
  color: var(--Secondary-Color, #2C2C2C);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
} */
body, html {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  background-color: #FAF9F9;
  background-image: linear-gradient(rgb(211 211 211 / 12%), rgba(211, 211, 211, 0.5)), url(../images/Background.png);
  color: var(--Secondary-Color, #2C2C2C);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
article {
  margin: 0;
  line-height: 160%;
  font-weight: 400;
  font-family: "Plus Jakarta Sans";
}

p,
a {
  margin: 0;
  line-height: 160%;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

p,
a,
li {
  font-weight: 300;
}

.header {
  padding: 10px;
  background-color: #fff;
}
/* .header img {
  width: 60px;
} */
.header .fa {
  font-size: 20px;
  color: #000;
}

.product-sec {
  background-color: #FAF9F9;
  padding: 40px 0px;
}
.product-sec .filters {
  display: flex;
  gap: 10px;
  padding: 10px;
  background-color: white;
  margin: 10px 0px;
  border-radius: 6px;
}
.product-sec h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-sec .product-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
}
.product-sec .product-card img {
  width: 110px;
}
.product-sec .product-card h3 {
  font-size: 20px;
  line-height: 120%;
}
.product-sec .product-card h3 span {
  display: block;
  font-size: 12px;
}
.product-sec .product-card p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  color: #1d35a3;
}
.product-sec .product-card p span {
  color: #ccc;
  margin-left: 6px;
  text-decoration-line: line-through;
}
.product-sec .product-card .margin {
  color: #1cbc33;
  font-size: 12px;
  border: 1px solid #1cbc33;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 18px;
  margin-top: 6px;
}
.product-sec .product-card .offer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.product-sec .product-card .offer a {
  font-size: 14px;
  font-weight: 600;
}
.product-sec .product-card .offer a .fa {
  margin-left: 2px;
  font-weight: 400;
}
.product-sec .product-card .offer .slab-info {
  display: none;
}
.product-sec .product-card .offer .slab-info p {
  font-size: 12px;
  color: #000;
  margin: 0;
}
.product-sec .product-card .offer .offers-info {
  display: none;
}
.product-sec .product-card .offer .offers-info p {
  font-size: 12px;
  color: #000;
  margin: 0;
}
.product-sec .product-card .card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 1px dotted #d0d0d0;
  padding-top: 10px;
}
.product-sec .product-card .card-bottom .quantity-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #dad7d7;
}
.product-sec .product-card .card-bottom .quantity-box button {
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 20px;
  height: 40px;
  width: 40px;
}
.product-sec .product-card .card-bottom .quantity-box input {
  width: 50px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 6px;
}
.product-sec .payment-summy ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-sec .payment-summy ul li {
  display: flex;
  justify-content: space-between;
}
.product-sec .payment-summy ul li p {
  font-size: 16px;
  font-weight: 500;
}
.product-sec .payment-summy ul li:last-child p {
  font-size: 20px;
  font-weight: 700;
}
.product-sec .payment-summy .price-save {
  background-color: #d4edda;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #155724;
  padding: 10px;
  margin: 20px;
}
.product-sec .shipping-add h4 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
}
.product-sec .shipping-add .form-group {
  border: 1px solid #ccc;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 10px #e4e1e1;
}
.product-sec .payment-select {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
}

.brand-filter {
  padding: 20px 0px;
}
.brand-filter .brands {
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.brand-filter .brands h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.brand-filter .brands .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.brand-filter .brands .tab {
  padding: 9px 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 20px;
  background: #fff;
  font-size: 14px;
}
.brand-filter .brands .tab.active {
  background-color: #293466;
  color: white;
}
.brand-filter .brands .content {
  display: none;
}
.brand-filter .brands .content .product-cate {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.brand-filter .brands .content .product-cate img {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  border: 1px solid #ccc;
}
.brand-filter .brands .content.active {
  display: block;
}/*# sourceMappingURL=main.css.map */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 50px auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.modal-title {
    color: #333;
    font-size: 1.5rem;
    margin: 0;
}

.close {
    cursor: pointer;
    font-size: 2rem;
    color: #666;
    transition: color 0.3s;
}

.close:hover {
    color: #333;
}

.modal-body {
    padding: 20px 0;
}

.product-info {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.product-name {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

.product-price {
    color: #28a745;
    font-weight: bold;
    font-size: 1.1rem;
}

.schemes-container {
    max-height: 400px;
    overflow-y: auto;
}

.scheme-item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.scheme-item p {
    margin: 5px 0;
    color: #666;
}

.scheme-item strong {
    color: #333;
    display: inline-block;
    min-width: 120px;
}

.no-schemes {
    text-align: center;
    padding: 20px;
    color: #666;
}

.no-schemes-text {
    margin: 0;
}

.scheme-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.scheme-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.scheme-name {
  margin: 0;
  color: #333;
  font-size: 1.1rem;
}

.scheme-type {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: normal;
}

.scheme-type.fixed {
  background-color: #e3f2fd;
  color: #1976d2;
}

.scheme-type.variable {
  background-color: #f3e5f5;
  color: #9c27b0;
}

.scheme-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scheme-details p {
  margin: 0;
  color: #666;
}

.discount-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.discount-type {
  font-size: 0.9rem;
  color: #888;
}

.free-product {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4caf50;
}

.free-product i {
  font-size: 1.2rem;
}

.badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: normal;
}

.btn-submit {
  background-color: #1E1E1E !important;
  border-color: #1E1E1E !important;
  color: var(--new-Green, #30EA03) !important;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.btn-submit:hover {
  background-color: #1E1E1E;
  color: #30EA03;
  border-color: #1E1E1E;
}

