body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 84px;
}

[disabled] {
    opacity: 0.8;
    cursor: not-allowed !important;
}

.logo {
    height: 42px;
}

.pagewrap {
    padding-top: 42px;
}

.pagewrap.homepage {
    background: #f3f3f3;
}

header {
    padding: 18px 0;
    background: #fff;
    border-bottom: 1px solid #dedede;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header a {
    color: #6e6e6e;
}

.container {
    max-width: 1200px;
    color: #010101;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #3b41ab;
    text-decoration: none;
}
.container{max-width: 1400px;}
.getpricebtn{font-size:14px;}

.h1title {
    font-size: 2.25em;
    font-weight: bold;
    padding-bottom: 1.25em;
}

.proddetailwrap {
    padding-bottom: 5em;
}

.proddetailname {
    font-size: 1.5em;
    padding-bottom: .5em;
}

.prodparamwrap h3 {
    padding: 0;
    /* border-top: 2px solid #111; */
    border-bottom: 1px solid #111;
    padding: 4px 0;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-weight: 500;
}

.prodparamwrap ul,
.featurerow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featurerow h4 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 12px 8px;
    margin: 0;
    background: #fff;
}

.homepage .featurerow h4 {
    font-size: 1em;
    padding: 12px .8em;
    margin: 0;
    background: #fff;
}

.featurerow .col {
    padding-bottom: 2em;
}

.pardparamrow {
    padding-bottom: 2.25em;
}

.productdesc {
    font-size: 12px;
    line-height: 2em;
    line-height: 1.2em;
}
.productdesc ul{column-count: 1;}
.productdesc li{padding-bottom:8px;}

.messagewrap {
    position: relative;
}

.messagewrap textarea {
    resize: none;
    height: 6em;
    border-color: #000;
    border-radius: 0;
}

.messagewrap textarea::placeholder {
    color: #989898;
}

.sendbtn {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 3px .6em;
    z-index: 8;

    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
}

.sendbtn2 {
    background: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0;
    z-index: 8;
    width: 100%;
    font-weight: bold;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
}

.sendbtn:hover,
.sendbtn2:hover {
    opacity: .8;
    color: #ffffff;
}

.wishicona {
    position: relative;
}

.wishicona svg {
    height: 32px;
}

.wishnum {
    color: #fff;
    background: #000;
    border-radius: 50px;
    font-size: 10px;
    position: absolute;
    z-index: 2;
    top: -1em;
    right: -1em;
    line-height: 1.7em;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    font-style: normal;
}

.productitem .listimgwrap {
    overflow: hidden;
}

.productitem .listimgwrap img {
    transition: all .2s ease-in-out;
}

.productitem:hover .listimgwrap img {
    transform: scale(1.025);
    opacity: .9;
}

#back2top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    color: #010101;
    display: none;
}

#back2top:hover {
    color: #3b41ab;
}

#back2top svg {
    width: 2em;
    height: 2em;
    font-weight: normal;
}

.moredetail {
    font-size: 16px;
}

.proddetailwrap>div {
    padding-right: 30px;
}

.retmsgwrap {
    display: none;
    padding: .35em 1em;
}

header .navitem {
    margin: 0 8px;
}

header .wishicona {
    color: #000;
}

header .wishicona:hover {
    color: #3b41ab;
}

@media screen and (max-width: 960px) {
    header .featetureitem {
        display: none;
    }
}

.filterrow {
    padding-bottom: 1.5em;
}



/* Custom Styles for HazLoc Page */
.hazloc-page {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.filter-sidebar {
    background: #fff;
    padding: 0 20px 20px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}

.filter-sticky-col {
    position: sticky;
    top: 94px;
    align-self: flex-start;
    z-index: 100;
}

.product-search-floating {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 6px 0 8px;
}

.filter-group {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-group h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-group h5::after {
    content: '\f107';
    /* FontAwesome down arrow */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    transition: transform 0.3s;
}

.filter-group.collapsed h5::after {
    transform: rotate(-90deg);
}

.filter-options {
    display: block;
}

.filter-group.collapsed .filter-options {
    display: none;
}

.form-check-label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.category-link {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.category-link.active {
    color: #0d6efd;
    font-weight: 600;
}

.product-list-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-list-item {
        flex-direction: row;
    }
}

.product-list-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-img-wrapper {
    width: 100%;
    max-width: 250px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-img-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.product-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap:10px;
}

.product-info {
    flex: 1;
}

.product-buy {
    width: 200px;
    text-align: right;
    padding-left: 20px;
    border-left: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.product-price {
    font-size: 24px;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 10px;
}

.product-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
}

.product-title:hover {
    color: var(--primary-color, #007bff);
}

.product-sku {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.product-stock {
    font-size: 13px;
    color: #28a745;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-stock.out-of-stock {
    color: #dc3545;
}

.productdesc {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.productdesc p {
    margin-bottom: 1px;
}

.selling-points {
    margin-bottom: 15px;
    padding-left: 20px;
}

.selling-points li {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.btn-add-cart {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
    white-space: nowrap;
}

.btn-add-cart:hover {
    background-color: #0056b3;
    color: #fff;
}

.action-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.quantity-input {
    width: 70px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.qty-btn {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #333;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.qty-btn:hover {
    background-color: #dde0e3;
}

.qty-wrapper {
    display: flex;
    align-items: stretch;
}

.qty-btn.minus {
    border-radius: 4px 0 0 4px;
}

.qty-btn.plus {
    border-radius: 0 4px 4px 0;
}

/* Responsive */
@media (max-width: 767px) {
    .product-list-item {
        flex-direction: column;
    }

    .product-content {
        flex-direction: column;
        align-items: flex-start;
        gap:10px;
    }

    .product-buy {
        width: 100%;
        border-left: none;
        border-top: 1px solid #eee;
        margin-top: 15px;
        padding-left: 0;
        padding-top: 15px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .product-price {
        margin-bottom: 0;
    }

    .action-row {
        margin-top: 0;
    }

    .product-img-wrapper {
        max-width: 100%;
    }

    .cart-drawer {
        width: 100%;
        right: -100%;
    }
}

/* Cart Drawer Styles */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.cart-overlay.open {
    display: block;
    opacity: 1;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: -460px;
    width: 460px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.cart-drawer.open {
    right: 0;
}

.cart-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.cart-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.close-cart {
    cursor: pointer;
    font-size: 20px;
    color: #666;
    transition: color 0.2s;
}

.close-cart:hover {
    color: #000;
}

.cart-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.cart-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.cart-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cart-item-img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 5px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.cart-item-sku {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.cart-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #d32f2f;
}

.cart-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.cart-qty-control {
    display: flex;
    align-items: center;
}

.cart-qty-btn {
    width: 24px;
    height: 24px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 2px;
}

.cart-qty-input {
    width: 60px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 14px;
}

.remove-item {
    color: #999;
    cursor: pointer;
    font-size: 14px;
}

.remove-item:hover {
    color: #dc3545;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.btn-checkout {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
}

.empty-cart-msg {
    text-align: center;
    color: #888;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .cart-drawer {
        width: 92vw;
        right: -92vw;
        max-width: 420px;
    }
}

@media (max-width: 575px) {
    .cart-drawer {
        width: 100%;
        right: -100%;
        max-width: none;
    }

    .cart-header,
    .cart-body,
    .cart-footer {
        padding: 14px;
    }

    .cart-item {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .cart-item-img {
        width: 100%;
        height: 140px;
        margin-right: 0;
    }

    .cart-item-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .cart-qty-control {
        justify-content: flex-start;
    }

    .cart-qty-btn {
        width: 28px;
        height: 28px;
    }

    .cart-qty-input {
        width: 40px;
        font-size: 16px;
    }

    .remove-item {
        align-self: flex-end;
    }
}




.modal {
    z-index: 999999;
    background: rgba(0, 0, 0, 0.45);
    /* padding-top:200px; */
    display: block;
}

#logindia_fgwrap {
    text-align: center;
    display: none;
}

#logindia_regform {
    display: none;
}

#back2top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: inline-block;
    z-index: 999;
    font-size: 2em;
    color: #ababab;
    display: none;
    width: 60px;
}

#back2top:hover {
    color: #3a41ab;
}


.order-page {
    padding: 40px 0 120px 0;
    background: #f8f9fa;
    min-height: calc(100vh - 84px);
}

.order-table-wrap {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.order-table-wrap .table {
    margin-bottom: 0;
}

.order-table-wrap th,
.order-table-wrap td {
    vertical-align: middle;
    white-space: nowrap;
}

.order-table-wrap td.wrap {
    white-space: normal;
    min-width: 180px;
}

.order-status {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-block;
}

.order-status.pending {
    background: #fff3cd;
    color: #856404;
}

.order-status.done {
    background: #d1e7dd;
    color: #0f5132;
}

.order-status.cancel {
    background: #f8d7da;
    color: #842029;
}

.order-empty {
    text-align: center;
    color: #6c757d;
    padding: 30px 16px;
    display: none;
}

@media (max-width: 991px) {
    .order-page {
        padding: 24px 0;
    }

    .order-table-scroll {
        overflow-x: auto;
    }
}

.orderdetailbtn {
    color: #0d6efd;
    cursor: pointer;
}

.orderdetailbtn:hover {
    text-decoration: underline;
}

.order-detail-row td {
    background: #f8fbff;
    padding: 16px;
}

.order-detail-card {
    border: 1px solid #dce9ff;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.order-detail-head {
    padding: 12px 14px;
    border-bottom: 1px solid #ebf2ff;
    font-weight: 600;
    color: #0b3d91;
}

.order-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    padding: 12px 14px;
    border-bottom: 1px solid #ebf2ff;
}

.order-detail-grid div {
    min-width: 0;
    word-break: break-word;
}

.order-detail-products {
    padding: 12px 14px;
}

.order-detail-products .table {
    margin: 0;
}

.order-detail-products th,
.order-detail-products td {
    font-size: 13px;
    vertical-align: middle;
}

.order-product-thumb {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    background: #fff;
}

@media (max-width: 767px) {
    .order-detail-grid {
        grid-template-columns: 1fr;
    }
}

.userprofile-page {
    padding: 32px 0 160px 0;
}

.userprofile-card {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(11, 61, 145, 0.06);
}
