body {
    background: #f6fffb;
    font-family: 'Poppins', sans-serif;
}

.app-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

/* ===== LOCATION DROPDOWN ===== */
.location-row {
    margin: 10px 0px;
    border-bottom: 2px solid #97C38E;
    width: fit-content;
    font-size: 12px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.location-select {
    position: relative;
}

/* Location icon */
.loc-icon {
    color: #0f8f4e;
    font-size: 14px;
    min-width: 18px;
}

/* Location text */
.location-text {
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    color: #003018;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Right arrow icon */
.arrow-icon {
    font-size: 12px;
    color: #666;
    transition: transform 0.2s ease;
}

.user-icons i {
    height: 22px;
    width: 22px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Rotate arrow when dropdown is open */
.location-row.show .arrow-icon,
.dropdown.show .arrow-icon {
    transform: rotate(180deg);
}

/* Remove Bootstrap default dropdown arrow */
.location-row::after {
  display: none !important;
}

/* Dropdown menu */
.location-select .dropdown-menu {
    border-radius: 12px;
    border: none;
    margin-top: 8px;
    padding: 8px 0;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    max-width: 312px;
    width: 100%;
}

/* Dropdown items */
.location-select .dropdown-item {
    padding: 8px 14px;
    font-weight: 500;
}

/* Hover effect */
.location-select .dropdown-item:hover {
    background: #e9f7f1;
    color: #003018;
}


/* ===== BANNER ===== */
.banner-wrap {
    background: linear-gradient(135deg, #d9f9b1, #b7f0e1);
    border-radius: 0;
    padding: 16px;
    color: #084d3b;
}

.banner-wrap2 {
    background: linear-gradient(91deg, #cff7c0, #b7f0dd);
    border-radius: 0 0 22px 22px;
    padding: 16px;
    color: #084d3b;
}

.hero-title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0%;
}

.hero-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0%;
}

.microphone {
    border-left: 2px solid #dedede !important;
    border-radius: 0px !important;
}

.banner-top {
    gap: 10px;
}

.menu-toggle i {
    color: #0f8f4e;
}
.btn-close i {
    color: #0f8f4e;
}

.logo-circle {
    width: 125px !important;
    height: 38px;
    border-radius: 26px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.img-full {
    width: 90%;
}

.search-box {
    background: #fff;
    border-radius: 12px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 6px 18px rgba(10, 50, 20, 0.04);
    min-height: 35px;
}

.search-box input {
    border: 0;
    outline: 0;
    background: transparent;
}

.lenguage-box {
    padding: 3px;
    background: #fff;
    border-radius: 100px;
    margin-right:30px;
}

.lang-btn {
    border-radius: 60px;
    padding: 3px 12px;
    border: 0;
    margin-left: 2px;
    font-size: 11px;
}

.lang-btn.active {
    background: #0f8f4e;
    color: #fff;
}

/* ===== Farm Card ===== */
.farm-card {
    padding: 8px;
    background: #fff;
    border-radius: 11px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 3%);
}

.card-img-box {
    background: #EAFFF4;
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.card-img-box2 {
    background: #FFF3E5;
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.check-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
}

.icon-text {
    font-size: 12px;
    font-weight: 600;
    color: #1c2a39;
    line-height: 1.2;
}

/* vertical divider (middle column) */
.border-middle {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.shop-btn {
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 6px;
}

/* ===== CARDS ===== */
.card-soft {
    border-radius: 16px;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
    padding: 10px;
    text-align: center;
}

.Farm-heading h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
}

.Farm-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    max-width: 300px;
    margin: auto;
}

.farm-card-heading {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.47px;
    margin: 10px 0;
}

.farm-card p {
    font-family: Poppins;
    font-size: 10px;
    line-height: 13px;
}

.icon-text {
    font-weight: 600;
}

.Our-Services {
    border-radius: 15px;
    background: linear-gradient(142.8deg, #DCF9B3 21.58%, #A9F0CE 94.35%);
    padding: 15px;
}

.service-card {
    border-radius: 14px;
    border-width: 0.96px;
    background: #fff;
    border: 1px solid #E8ECED;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    min-height: 140px;
    row-gap: 10px;
}

.service-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 11px;
    line-height: 14.72px;
    margin: 6px 0px;
    width: 85%;
}

.service-img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.service-arrow {
    width: 22px;
    height: 22px;
    background: #50B062;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
}

/* Product Cards */
.product-card {
    height: 100%;
    background: #ffffff;
    padding: 10px 10px 12px 10px;
    border-radius: 14px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 3%);
}

.product-img {
    border-radius: 12px;
}

.product-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 8px;
}

.product-desc {
    font-size: 11px;
    font-weight: 400;
}

.product-btn {
    font-weight: 600;
    width: 94%;
    margin-left: 3%;
    height: 30px;
    border-radius: 8.2px;
    font-size: 11px;
}

/* Farm Updates */
.update-card {
    background: #ffffff;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.update-img {
    border-radius: 12px;
}

.update-title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    color: #0c2437;
}

.read-more {
    font-size: 11px;
    font-weight: 600;
    color: #50B062;
    text-decoration: none;
}

.product-image-box {
    text-align: center;
    border-radius: 17px;
    min-height: 110px;
}

.bg-1 {
    background: #FFF5DB;
}

.bg-2 {
    background: #EBFFED;
}

.bg-3 {
    background: #F4E1D2;
}

.bg-4 {
    background: #FFF5DB;
}

.headingbox h4 {
    color: #084d3b;
    font-size: 22px;
    font-weight: 600 !important;
    line-height: 25px;
    margin-top: 10px;
}

.product-image-box2 img {
    width: 100%;
}

.update-card h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.form-control:focus {
    border-color: #dddddd !important;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}


.bottom-nav {
    max-width: 700px;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 20px 0;
    position: sticky;
    bottom: 0;
    left: 0;
}

.tab-item i {
    padding: 12px 15px;
    background: #e0f1f5;
    border-radius: 100px;
}

.tab-titel {
    font-weight: 600;
    font-size: 12px;
    line-height: 16.41px;
    margin-top: 15px;
}

.tab-item {
    cursor: pointer;
}

.banner-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.Categories-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.Categories-box h4 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
}

.Categories-box img {
    height: 65px;
    object-fit: contain;
}

.view-more {
    width: 228px;
    height: 26px;
    border-radius: 19.23px;
    border: 1px solid#fff;
    background: #198754;
    color: #fff;
    box-shadow: 0px 4px 13px 0px #00000040;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 10.87px;
    text-align: center;
}

.Brands-banner {
    background: linear-gradient(142.8deg, #DCF9B3 21.58%, #A9F0CE 94.35%);
}

.brand-box {
    text-align: center;
    cursor: pointer;
}

.brand-box img {
    padding: 11px;
    background: #fff;
    width: 78px;
    height: 78px;
    border-radius: 50px;
    object-fit: contain;
}




.post-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    padding: 14px;
}

.post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-user {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.post-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.post-name {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.post-location {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.post-title {
    font-weight: 600;
    font-size: 12px;
    margin: 14px 0;
    color: #003018;
}

.post-image {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    font-size: 13px;
    color: #666;
}

.post-actions i {
    font-size: 15px;
}

.post-actions .like {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.post-actions .like i {
    color: #e63946;
}

.share-btn {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.share-btn i {
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-icn {
    background: #0f8f4e;
    color: #fff;
    height: 18px;
    width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 30px;
}
.option-dots {
    height: 24px;
    width: 24px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    border-radius: 50px;
}
.post-icon-box {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.login-banner{
    border-radius: 0 0 22px 22px;
}

.login-wrapper {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    margin: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-box {
    max-width: 240px;
    width: 100%;
    overflow: hidden;
    height: 70px;
    border: 1px solid #00840036;
    background: #ffffff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.logo-box i {
    font-size: 25px;
    color: #000;
}

.login-title {
    font-weight: 700;
    text-align: center;
}

.login-subtitle {
    text-align: center;
    color: #777;
    font-size: 12px;
    margin-bottom: 20px;
}

.login-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.form-label {
    font-size: 12px;
    font-weight: 500;
}

.input-group-text {
    background: transparent;
    border-right: 0;
}

.form-control {
    border-left: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccff00;
}

.login-btn {
    background: #669a2b;
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px;
    margin-top: 15px;
}

.login-btn:hover {
    background: #99cc32;
}

.forgot-link {
    font-size: 12px;
    text-decoration: none;
    color: #555;
}



.single-product-main{
    border-radius: 0 0 22px 22px;
}
.product-wrapper {
    padding: 40px 0;
    width: 100%;
    margin: auto;
}

.product-image img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #eee;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 32px;
}

.product-image {
    position: sticky;
    top: 10px;
}
.product-details{
    font-size: 12px;
}
.product-price {
    font-size: 12px;
    font-weight: 600;
    color: #0f8f4e;
    margin-bottom: 15px;
}

.product-rating i {
    color: #f5b301;
    font-size: 14px;
}

.product-desc {
    font-size: 12px;
    color: #555;
    margin-top: 12px;
    line-height: 1.7;
}

.quantity-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width:25px;
    height: 25px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 600;
}

.qty-input {
    width: 50px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 25px;
}
.add-cart-btn {
    background: #008001;
    color: #fff;
    padding: 10px;
    border-radius: 12px;
    border: none;
    font-weight: 500;
    font-size: 12px;
}

.buy-now-btn {
    background: #4fc649;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
}

.spec-row {
    font-size: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.form-control {
    font-size: 12px !important;
}
.me-2 {
    width: 40px;
}
.progress{
    width: 100% !important;
    height: 5px;
}
.main-rating{
    font-size: 14px;
}
.rating-box {
    border-left: 1.75px solid #e2e2e2;
}
.product-details h2{
    font-size: 16px !important;
}
.product-details h3, .product-details h4, .product-details h5, .product-details h6 {
    font-size: 14px !important;
}
.btn-outline-success {
    font-size: 12px;
}
.btn-success{
    font-size: 12px;
}






.checkout-wrapper {
    background: #fff;
    padding: 40px 15px;
    font-family: Poppins, sans-serif;
}

.checkout-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 30px;
}

.checkout-left, .checkout-right {
    background: #effffa;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.checkout-block {
    margin-bottom: 24px;
}

/* FONT SIZES */
.ck-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.ck-text, .ck-input, .ck-select-box, .ck-checkbox, .checkout-right span, .checkout-right strong {
    font-size: 12px;
}

/* INPUTS */
.ck-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    outline: none;
}

.ck-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* SELECT SHIPPING */
.ck-select-box {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.ck-select-box.active {
    border-color: #008001;
    background: #c6fac6;
}

/* PAYMENT */
.ck-payment-box {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ck-payment-box input {
    margin-right: 8px;
}

.ck-payment-box.active {
    border-color: #008001;
    background: #c6fac6;
}

.ck-badge {
    background: #008001;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 5px;
}

/* CHECKBOX */
.ck-checkbox {
    display: flex;
    gap: 8px;
    margin: 10px 0;
}

/* PAY BUTTON */
.ck-pay-btn {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    background: #008001;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

/* RIGHT PANEL */
.checkout-right {
    height: fit-content;
    position: sticky;
    top: 20px;
}

.order-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.order-item img {
    width: 50px;
    border-radius: 8px;
}

.order-summary div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 12px;
}

.order-summary .total {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}
.order-item small {
    font-size: 12px !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .checkout-container {
        grid-template-columns: 1fr;
  }
}

.cart-page {
    padding: 40px 10px;
    font-size: 12px;
}

.cart-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* CART ITEM */
.cart-item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    align-items: center;
}

.cart-item img {
    width: 80px;
    border-radius: 8px;
}

.cart-details {
    flex: 1;
}

.cart-details h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.cart-details p {
    font-size: 12px;
    color: #777;
}

/* QTY */
.cart-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 8px;
}

.qty-box {
    display: flex;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    overflow: hidden;
}
.weight-variation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.qty-box button {
    border: none;
    padding: 1px 10px;
    background: #ebebeb;
    font-size: 12px;
    font-weight: 600;
}
.weight-card {
    border-radius: 5px;
    min-width: 75px;
    text-align: center;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px !important;
    background: #ebebeb;
    color: #000;
}
.weight-card1 {
    border-radius: 5px;
    min-width: 45px;
    text-align: center;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px !important;
    background: #ebebeb;
    color: #000;
}
.cart-details p {
    margin-bottom: 5px !important;
}
.qty-box input {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 12px;
}

.remove {
    font-size: 12px;
    color: red;
    cursor: pointer;
}

/* PRICE */
.cart-price {
    font-size: 14px;
    font-weight: 600;
}

/* SUMMARY */
.cart-summary {
    background: #effffa;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cart-summary h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 8px;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
}

.checkout-btn {
    display: block;
    margin-top: 15px;
    background: #008001;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
}

.cod-info {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: green;
}

/* CONTINUE SHOPPING */
.continue-shopping {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid;
    padding: 8px;
    text-decoration: none;
    color: #008001;
    border-radius: 6px;
}

.features-box {
    text-align: center;
}
.features-box img {
    height: 62px;
    width: 62px;
}




/* PAGE */
.account-page {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

/* SIDEBAR */
.account-page .account-sidebar {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
    margin-right: 20px;
}

.account-page .sidebar-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.account-page .account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-page .account-menu li {
    padding: 9px 0;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.account-page .account-menu li.active {
    font-weight: 600;
    color: #0f8f4e;
}
.account-page .account-menu li:hover {
    font-weight: 600;
    color: #0f8f4e;
}

.account-page .account-menu li.logout {
    color: red;
    font-weight: 600;
}

/* RIGHT SIDE */
.account-page .account-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #eee;
}

.account-page .section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* BUTTONS */
.account-page .save-btn {
    background: #0f8f4e;
    color: #fff;
    font-size: 12px;
}

.account-page .edit-btn {
    background: #0f8f4e;
    font-size: 12px;
    color: #fff;
}

/* ORDERS */
.account-page .order-item {
    padding: 12px 0;
    border-bottom: 1px solid #0f8f4e;
    display: flex;
    justify-content: space-between;
}

.account-page .order-item strong {
    font-size: 13px;
}

.account-page .order-status {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
}

.account-page .order-status.delivered {
    background: #d4f7d4;
    color: #0a8a0a;
}

.account-page .order-status.pending {
    background: #fff3cd;
    color: #856404;
}

/* ADDRESS BOX */
.account-page .address-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
}

.account-page .address-box strong {
    font-size: 13px;
}

.account-page .address-box p {
    margin: 5px 0 10px;
}

/* TAB SYSTEM */
.account-page .tab-content-box {
    display: none;
}

.account-page .tab-content-box.active {
    display: block;
}





/* MOBILE */
@media (max-width:768px) {
  .cart-price {
        margin-top: 10px;
  }

    .continue-shopping {
        margin-bottom: 10px;
    }
}

@media (max-width:500px) {
    .cart-title {
        margin-bottom: 10px !important;
    }
    .cart-price {
        font-size: 12px !important;
    }
    .cart-details h4 {
        font-size: 12px !important;
    }
    .cart-details p {
        font-size: 11px !important;
    }
    .qty-box button {
        padding: 0px 7px !important;
        font-size: 10px !important;
    }
    .cart-item img {
        width: 60px !important;
    }
    .exclusive-section{
        padding: 10px;
    }
    .features-box img {
        height:50px;
        width: 50px;
    }
    .update-card {
        min-height: 100%;
    }
    .tab-content-box {
        margin-top: 30px;
    }
    .account-sidebar {
        margin-right:0px !important;
    }
    .account-page{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.skeleton {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 12px;
    overflow: hidden;
    position: relative;
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.skeleton-img {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background: #ddd;
    margin-bottom: 10px;
}

.skeleton-text {
    width: 60%;
    height: 14px;
    border-radius: 6px;
    background: #ddd;
    margin: 0 auto;
}
div#featured_products {
    display: flex;
}

  /* ============================== Success Page =================================== */

#success .success-wrap{
   margin:20px 16px;
   text-align:center;
}

#success .success-icon {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    background: #56b15e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
}

#success .success-title{
  font-size:16px;
  font-weight:600;
  color:#0f3d2e;
  margin-top:10px;
}

/* ORDER CARD */
#success .order-card{
  background:#fff;
  margin:20px 16px 100px;
  padding:16px;
  border-radius:16px;
  box-shadow:0 6px 14px rgba(0,0,0,.06);
}

#success .order-row{
   display:flex;
   justify-content:space-between;
   margin-bottom:14px;
   font-size:12px;
}

#success .order-row span:first-child{
    color:#0f3d2e;
    font-weight:500;
}

#success .order-row span:last-child{
    color:#6a6a6a;
}

#success .order-divider{
   height:1px;
   background:#e6e6e6;
   margin:12px 0;
}

#success .items-list{
  list-style:none;
  padding:0;
  margin:0;
}

#success .item-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

#success .item-row img{
  width:44px;
  height:44px;
  border-radius:8px;
  border:1px solid #e6e6e6;
  object-fit:cover;
}

#success .item-info{
  flex:1;
  font-size:13px;
  color:#0f3d2e;
}

#success .item-qty{
  font-size:12px;
  color:#6a6a6a;
}

#success .payable{
  font-size:15px;
  font-weight:600;
  color:#56b15e;
}
#success .back-home{
  margin-top:16px;
}

#success .back-home a{
  display:block;
  text-align:center;
  background:#f0faf4;
  color:#56b15e;
  border:1px solid #56b15e;
  padding:12px;
  border-radius:30px;
  font-size:14px;
  font-weight:500;
  text-decoration:none;
}



/* =============== Mobile Responsive =============== */

@media (max-width:768px) {
    .cart-price {
        margin-top: 10px;
    }

    .continue-shopping {
        margin-bottom: 10px;
    }
}

@media (max-width:500px) {
    .cart-title {
        margin-bottom: 10px !important;
    }

    .cart-price {
        font-size: 12px !important;
    }

    .cart-details h4 {
        font-size: 12px !important;
    }

    .cart-details p {
        font-size: 11px !important;
    }

    .qty-box button {
        padding: 0px 7px !important;
        font-size: 10px !important;
    }

    .cart-item img {
        width: 60px !important;
    }

    .exclusive-section {
        padding: 10px;
    }

    .features-box img {
        height: 50px;
        width: 50px;
    }

    .update-card {
        min-height: 100%;
    }

    .tab-content-box {
        margin-top: 30px;
    }

    .account-sidebar {
        margin-right: 0px !important;
    }

    .account-page {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* ================================== Product Scheme page ================================== */

/* HERO IMAGE */
#scheme .hero{
    margin:24px 16px 0;
}
#scheme .search-box input {
    font-size: 12px !important;
    font-weight: 500;
    color: #525252A8;
}

#scheme .hero img{
    width:100%;
    display:block;
}

/* SEARCH */
#scheme .search-box{
    margin:16px;
    background:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    padding:10px 14px;
    box-shadow:0 4px 10px rgba(0,0,0,0.06);
}

#scheme .search-box i{
    color:#4caf50;
    font-size:18px;
}

#scheme .search-box input{
    border:none;
    outline:none;
    flex:1;
    margin:0 10px;
    font-size:14px;
}

#scheme .mic {
    padding: 0px;
    border-left: 2px solid #ebebeb;
    padding-left: 15px;
}

/* CARD */
#scheme .card {
    background: #fff;
    margin: 22px 16px;
    padding: 16px;
    border-radius: 18px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    border: none !important;
}

#scheme .card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #012B51;
}

#scheme .card .ministry {
    font-size: 11px;
    font-weight: 400;
    color: #50B062;
    margin: 2px 0 6px;
}

#scheme .card p {
    font-size: 12px;
    color: #5F798F;
    line-height: 1.6;
    margin-bottom: 5px;
}
.tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

/* TAGS */
#scheme .tag {
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 20px;
    background: #e9fff1;
    color: #50B062;
    border: 1px solid #77C786;
}

#scheme .tag{
    font-size:11px;
    padding:4px 10px;
    border-radius:20px;
    background:#e9fff1;
    color:#3f8f5c;
    border:1px solid #bfe8d1;
}