* {
    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';
    --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('../font/TestNational2-Medium.otf') format('opentype');
    font-style: medium;
}


body {
    a {
        text-decoration: none;
    }
}

.container {
    max-width: 1400px;
}

input,
select,
textarea,
button {
    outline: 0;
}




.hidenav-ad {
    /* display: none !important; */
}

/* <!-- Products-Detail-section-start --> */
.pro-de-np {
    .container {
        max-width: 1050px;
        ;
    }

    .img-showcase {
        width: 402px;
        height: 402px;
    }

    .img-showcase img {
        width: 402px;
        height: 402px;
        border-radius: 8px;

    }

    .img-select img {
        width: 80px;
        height: 80px;
        margin: 0px 6px;
        border-radius: 5px;
    }

    .img-select {
        display: flex;
        margin: 10px 0px 0px 0px;
    }

    .product-title_1 {
        font-family: var(--inter);
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        color: #111111;
    }

    .last-price {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: #111111;
        margin: 0px;
    }

    .Exc-np {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #303030;
    }

    .last-price span {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #303030;
    }

    .moq-np p {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #111111;
    }

    .pro-di-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #303030;
    }

    .send-btn-np button {
        padding: 10px 191px 10px 191px;
        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;
    }

    .sel-pro-np {
        margin: 30px 0px 0px 0px;

        padding: 20px 20px 20px 20px;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        flex-shrink: 0;
        flex-wrap: nowrap;
        background-color: #f2f3f7;
        border-radius: 10px;
    }

    .sel-pro-np h1 {
        font-family: var(--inter);
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: #111111;
    }

    .cit-n-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #303030;
        margin: 0px;
    }

    .business-np {
        display: flex;
        align-items: center;
        gap: 10px;

    }

    .business-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #303030;
        margin: 0px;
    }

    .est-np p {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #303030;
        margin: 0px;
    }

    .trust-np {
        display: flex;
        gap: 5px;
    }

    .trust-np img {
        width: 30px;
        height: 30px;
    }

    .trust-np p {
        font-family: var(--inter);
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #111111;
        margin: 0px;
    }

    .rating-np {
        display: flex;
        align-items: center;
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        gap: 5px;
        color: #111111;

        span {
            color: #EFA001;
            font-size: 34px !important;
        }
    }

    .rating-np p {
        margin: 0px;
    }

    .trusted-label {
        font-size: 12px;
        color: #6c757d;
        font-family: var(--inter);
        line-height: 11px;
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .pro-submit-np button {
        padding: 10px 40px 10px 40px;
        gap: 10px;
        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;
    }

    .pro-d-t-np h1 {
        font-family: 'TestNational2';
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        color: #111111;
    }

    .pro-de-1-np {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #111111;
    }

}


/* <!-- Products-Detail-section-End --> */


/* <!-- Similar products-Section-Start --> */
.simi-main-np {
    background-color: #f2f3f7;

    .simi-np h1 {
        font-family: 'TestNational2';
        font-size: 30px;
        font-weight: 500;
        line-height: 38px;
        color: #111111;
        margin: 80px 0px 0px 0px;
        padding: 0px 0px 30px 0px;
    }

    /* .pro-np {
        margin: 40px 0px 20px 0px;
    } */
    .cont-simi-np {
        max-width: 400px;
    }

    .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;
        /* object-fit: cover; */
        transition: transform 0.3s ease;
    }



    .simi-card__info {
        padding: 20px 0px 0px 0px;
    }

    .simi-card__info h5 {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #111111;
        height: 43px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .simi-np {
        font-family: var(--inter);
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: #111111;
    }

    .pi {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #303030;
    }

    .moq-simi-np {
        display: flex;
        gap: 60px;
        align-items: center;
    }

    .moq-simi-np {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #8a8a8a;
    }

    .moq-simi-np {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #111111;
    }



    .off-simi-np {
        display: flex;
        gap: 5px;
    }

    .off-simi {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #111111;
        height: 43px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .off-simi-np a {
        font-family: var(--inter);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #00335e;
        text-decoration: underline;
        width: 187px;
    }

    .btn-view-Similer {
        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-Similer: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;
    }

}

/* <!-- Similar products-Section-End --> */