﻿:root {
    --ink: #14161c;
    --ink-soft: #3a3f4b;
    --muted: #6b7280;
    --faint: #99a0ac;
    --line: #e7e9ee;
    --line-soft: #f0f2f5;
    --canvas: #f5f6f9;
    --surface: #ffffff;
    --field-bg: #fbfcfd;
    --accent: #43bdf9;
    --accent-ink: #00abff;
    --accent-wash: #eef3ff;
    --mint: #0f9d72;
    --mint-wash: #e7f6f0;
    --footer-bg: #16181e;
    --footer-ink: #aeb4c0;
    --shadow-sm: 0 1px 2px rgba(20,22,28,.04), 0 1px 1px rgba(20,22,28,.03);
    --shadow-md: 0 8px 30px -12px rgba(20,22,28,.14), 0 2px 6px rgba(20,22,28,.04);
    --shadow-lg: 0 10px 40px -16px rgba(20,22,28,.18), 0 2px 8px rgba(20,22,28,.05);
    --radius: 16px;
    --radius-sm: 11px;
    --radius-fld: 10px;
}

nav .navbar .links li .sub-menu.mega-menu {
    -webkit-transition: opacity 100ms, visibility 100ms;
    transition: opacity 100ms, visibility 100ms;
}
nav .navbar .links li a:after {
    background: #3C68AE;
}
.top-login-link .login-menu ul {
    flex-direction:column;
}
.home-page-hero .home-hero-CTA a:hover {
    background:#505050;
}
.home-product-collection .home-collection-heading a {
    color:#3C68AE;
}
.home-artical-promo a {
    color:#3C68AE;
}
.innerpage-hero {
    padding: 110px 0 0 0;
}
.innerpage-hero h2{
    font-size: 30px;
}
.home-product-collection {
    padding: 40px 0;
}
.product-catalog-description {
    padding-bottom: 20px;
}
.product-grid-inner h5 {
    color: #E07682;
}
.product-grid-inner img {
    object-fit: contain;
}
/*.product-grid-inner:hover .product-grid-inner-overlay a:hover {
    background:#505050;
}*/
.product-grid-inner-link, .product-grid-inner-link:hover {
    color: #000;
    cursor: pointer;
}
.form-group label:before {
    border: 2px solid #3C68AE;
}
.form-group input:checked + label:after {
    border: solid #3C68AE;
    border-width: 0 2px 2px 0;
}
.filter-action, .filter-action:focus {
    background: #76ABC9;
    border-color: #76ABC9;
}
.filter-action:hover {
    background:#C3DDEF;
    border-color:#C3DDEF;
    color:#000;
}
.accordian_content_2 {
    width: -moz-available;
    width: -webkit-fill-available;
}
.product-catalog-filter ul.filter-input {
    justify-content: flex-start;
}
.glasses-color {
    display: flex;
    align-items: center;
}
.glasses-color h4 {
    margin:0;
    margin-right:10px;
}
/*.add-to-cart-button, .add-to-cart-button:focus, .secure-checkout, .secure-checkout:focus, .checkout-button button, .checkout-button button:focus {
    background: #76ABC9;
    border-color: #76ABC9;
}
.add-to-cart-button:hover,.secure-checkout:hover,.checkout-button button:hover {
    background:#C3DDEF;
    border-color:#C3DDEF;
    color:#000;
}
.add-to-cart-button:disabled, .secure-checkout:disabled, .checkout-button button:disabled {
    opacity:0.5;
    cursor:not-allowed;
}*/
.checkout-button button {
    padding: 15px 22px;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #3C68AE;
}
select {
    color: #212121;
}
select option {
    color: #212121;
}
.checkout-product-heading i, .section-split-heading i {
    color: #212121;
}
.pagination li a.active {
    background-color: #76ABC9;
}
/*footer {
    background:#505050;
}*/
.cart-item .product-details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.cart-item .product-details .product-name {
    font-size: 18px;
}
.cart-item .product-details .brand-name {
    font-size: 14px;
}
.cart-item .product-details .action {
    display: flex;
    gap: 10px;
    font-size: 25px;
}
.cart-item .product-details .action a{
    color: #000;
    margin-top: -4px;
}
.cart-item .quantity-price {
    display:flex;
    justify-content:space-between;
}
.cart-item .quantity-price .lens-quantity{
    text-align:right;
}
.cart-item .quantity-price .lens-quantity .quantity{
    margin-bottom:1rem;
}
/*.cart-item .quantity-price h3 {
    display: inline-block;
    margin: 0 7px 0 0;
}*/
/*.cart-item .quantity-price label {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 0 0 52px;
}*/
.cart-item .price {
    display: flex;
    justify-content: space-between;
}
.cart-item .price h3 {
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 0;
}
.cart-item .quantity {
    display: flex;
    justify-content: space-between;
}
.cart-item .quantity h3 {
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 0;
}
.cart-item .total {
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.cart-item .patient-name {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.cart-count {
    background: #C3DDEF;
    padding: 0 8px;
    border-radius: 10px;
    color: #000;
}
.coupon-code .delete-promocode {
    padding-left:10px;
    cursor:pointer;
}
.text-error {
    color:#e10000;
}
.text-success {
    color: darkgreen;
    font-weight: bold;
    margin-bottom: 10px;
}
.text-validation-error {
    color: #e10000;
}
.input-validation-error {
    border-color: #e10000 !important;
}
.validation-summary {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
    color: #e10000;
}
.validation-summary span {
    padding: 5px 0;
}
.username-wrapper {
    width: 100%;
}
.form-input .small-select {
    width: 12%;
    margin: 0 6px;
}
.div-register-company, .div-shipping-company, .div-billing-company {
    display:none;
}
.billing-address-option label {
    margin: 0 20px 0 3px;
}
.order-confirmation {
    padding: 15px;
}
#ConfirmationMessage {
    color: #e10000;
}
.show-form {
    display:block;
    background:white;
}
.hide-form {
    display:none;
}
.hide {
    display:none !important;
}
.show {
    display:flex !important;
}
.show-flex {
    display:flex !important;
}
#eyehealth button, .order-success-wrapper button {
    background: #000;
    padding: 15px 25px;
    border-radius: 50px;
    color: #fff;
    transition: all 0.5s;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    line-height: 100%;
}
#eyehealth button:hover, .login-register-wrapper button:hover, .order-success-wrapper button:hover {
    background:#505050;
}
/*.footer-lower .footer-social ul li {
    font-weight:normal;
}*/
.payment-form .form-input {
    flex-direction: column;
    align-items: flex-start;
}
.payment-form .label {
    margin-bottom: 2px;
}
.my-orders-wrapper table a {
    color: #3C68AE;
}
.my-orders-wrapper table h3 {
    font-family: "Noto Sans", sans-serif;
}
.invoice-table .table .cart-options-list li .attributes {
    width: 60%;
    margin: 0;
}
.invoice-table .product-row .product-title {
    font-family: "Noto Sans", sans-serif;
}
.text-right {
    text-align: right !important;
}
.tax-invoice-status {
    color: #3C68AE;
}
.my-orders-wrapper .mobile-view-wrapper a {
    color: #3C68AE;
}

.my-orders-wrapper .mobile-view-wrapper a {
    font-size: 16px;
    font-weight: 600;
}
.my-orders-wrapper .my-orders-detail {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
    color: #212121;
    display:flex;
    flex-direction:column;
}
.my-orders-wrapper .my-orders-detail div {
    margin-bottom: 20px;
    display:flex;
}
.my-orders-wrapper .my-orders-detail div:first-child {
    margin-top: 20px;
}
.my-orders-wrapper .my-orders-detail div:last-child {
    margin-bottom: 20px;
}
.my-orders-wrapper .my-orders-detail div strong {
    min-width: 150px;
}
.my-orders-wrapper .my-orders-detail p {
    padding:0;
    margin:0;
}
.loading-wrapper {
    display: inline;
    vertical-align: middle;
    margin-left: 10px;
}
.loading-wrapper img {
    width:50px;
}
/* Wrapper */
.skeleton-wrapper {
    display: flex;
    gap: 16px;
}

/* Card */
.skeleton-card {
    width: 300px;
    padding: 16px;
    border-radius: 8px;
    background: #f3f3f3;
}

/* Elements */
.skeleton-title {
    height: 30px;
    width: 60%;
    /*margin-bottom: 12px;*/
}

.skeleton-line {
    height: 14px;
    width: 100%;
    margin-bottom: 8px;
}

    .skeleton-line.short {
        width: 70%;
    }

/* Shared animation */
.skeleton-title,
.skeleton-line {
    background: linear-gradient( 90deg, #e0e0e0 25%, #f5f5f5 37%, #e0e0e0 63% );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 4px;
}

@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

/* Utility */
.hidden {
    display: none;
}
.mr-1 {
    margin-right: 10px !important;
}
td i{
    font-size:25px;
}
@media screen and (min-width: 768px) {
    .align-flex-end {
        align-items: flex-end !important;
    }
}


/* =======================================
   Navbar spacing fix
======================================= */

nav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}


    nav .navbar {
        padding: 0 24px !important;
        box-sizing: border-box;
    }

        /* Desktop logo */
        nav .navbar .logo {
            display: flex;
            align-items: center;
            margin-left: 8px;
            margin-right: 40px;
            flex-shrink: 0;
        }

/* Brand */
.logo .brand,
.sidebar-logo .brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
}

/* Logo text */
.logo .mark,
.sidebar-logo .mark {
    font-family: "Space Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #111827;
}

    .logo .mark b,
    .sidebar-logo .mark b {
        color: rgb(67, 189, 249);
    }

.logo .sub,
.sidebar-logo .sub {
    margin-top: 3px;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .42em;
    text-transform: uppercase;
    color: #6B7280;
}

/* Mobile sidebar */
.sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
}

    .sidebar-logo i {
        font-size: 28px;
    }

/* Mobile */
@media (max-width:768px) {

    nav .navbar {
        padding: 0 16px !important;
    }

        nav .navbar .logo {
            margin-left: 0;
            margin-right: 0;
        }

    .logo .mark,
    .sidebar-logo .mark {
        font-size: 28px;
    }

    .logo .sub,
    .sidebar-logo .sub {
        font-size: 9px;
        letter-spacing: .35em;
    }

    .sidebar-logo {
        padding: 18px 20px;
    }
}

/* ==========================================
   FEATURE STRIP
========================================== */

.footer-features {
    background: #14161c;
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .footer-features .wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 28px 40px;
        display: grid;
        grid-template-columns: repeat(4,minmax(220px,1fr));
        column-gap: 48px;
        align-items: center;
    }

/* ==========================================
   FEATURE ITEM
========================================== */

.feat {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .feat .fi {
        width: 54px;
        height: 45px;
        min-width: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 14px;
        border: 1px solid rgba(255,255,255,.12);
        background: rgba(255,255,255,.05);
        color: #fff;
    }

        .feat .fi svg {
            width: 22px;
            height: 22px;
        }

    /* ==========================================
   TEXT
========================================== */

    .feat > span:last-child {
        display: flex;
        flex-direction: column;
    }

.ft {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
}

.fs {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.45;
    color: #9aa0ad;
}

/* Hover */

.feat:hover .fi {
    border-color: #43bdf9;
    background: rgba(45,98,255,.12);
}

.feat:hover .ft {
    color: #43bdf9;
}

/* Tablet */

@media(max-width:991px) {

    .footer-features .wrap {
        grid-template-columns: repeat(2,1fr);
        row-gap: 30px;
    }
}

/* Mobile */

@media(max-width:768px) {

    .footer-features .wrap {
        grid-template-columns: 1fr;
    }

    .fs {
        white-space: normal;
    }
}

/* ==========================================================
   FOOTER
========================================================== */

footer.site {
    background: #16181e;
    color: #aeb4c0;
}

    /* ---------------------------------------
   Footer Container
--------------------------------------- */

    footer.site .top,
    footer.site .bottom .wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 32px;
        padding-right: 32px;
        box-sizing: border-box;
    }

    /* ---------------------------------------
   Footer Top
--------------------------------------- */

    footer.site .top {
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
        gap: 64px;
        padding-top: 56px;
        padding-bottom: 48px;
    }

/* ---------------------------------------
   Brand
--------------------------------------- */

.f-brand {
    padding-right: 20px;
}

    .f-brand .mark {
        font-family: "Space Grotesk", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        color: #ffffff;
    }

        .f-brand .mark b {
            color: #43bdf9;
        }

    .f-brand .sub {
        margin-top: 5px;
        font-family: "Inter", sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .42em;
        text-transform: uppercase;
        color: #8b919e;
    }

    .f-brand p {
        margin-top: 18px;
        max-width: 260px;
        font-size: 14px;
        line-height: 1.7;
        color: #aeb4c0;
    }

/* ---------------------------------------
   Footer Columns
--------------------------------------- */

.f-col h4 {
    margin: 0 0 20px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffff;
}

.f-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-col li {
    margin-bottom: 12px;
}

    .f-col li:last-child {
        margin-bottom: 0;
    }

.f-col a {
    color: #aeb4c0;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .25s ease;
}

    .f-col a:hover {
        color: #ffffff;
    }

/* ---------------------------------------
   Footer Bottom
--------------------------------------- */

footer.site .bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}

    footer.site .bottom .wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

footer.site .cr {
    color: #7b818e;
    font-size: 13px;
}

/* ---------------------------------------
   Social Icons
--------------------------------------- */

.social {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .social a {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.10);
        color: #c8cdd6;
        transition: all .25s ease;
    }

        .social a:hover {
            background: #2D62FF;
            border-color: #2D62FF;
            color: #ffffff;
        }

    .social svg {
        width: 18px;
        height: 18px;
    }

/* ---------------------------------------
   Checkout Footer Note
--------------------------------------- */

footer.note {
    background: #16181e;
    padding: 0 0 40px;
    text-align: center;
    color: #7b818e;
    font-size: 13px;
}

/* ---------------------------------------
   Tablet
--------------------------------------- */

@media (max-width:991px) {

    footer.site .top {
        grid-template-columns: repeat(2,1fr);
        gap: 40px;
    }
}

/* ---------------------------------------
   Mobile
--------------------------------------- */

@media (max-width:768px) {

    footer.site .top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 40px;
        padding-bottom: 36px;
    }

    footer.site .top,
    footer.site .bottom .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .f-brand {
        padding-right: 0;
    }

    footer.site .bottom .wrap {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .social {
        justify-content: center;
    }
}

.btn-primary, .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 26px;
    border: none;
    border-radius: 12px;
    background: var(--accent);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 8px 20px -8px rgba(45,98,255,.55);
    transition: transform .12s, background .15s, box-shadow .15s;
}

.cta {
    width: auto;
    margin-top: 20px;
    padding: 15px 20px;
    letter-spacing: .005em;
}

    .btn-primary:hover, .cta:hover {
        background: var(--accent-ink);
        transform: translateY(-1px);
        box-shadow: 0 12px 26px -8px rgba(45,98,255,.6);
    }

    .btn-primary:active, .cta:active {
        transform: translateY(0);
    }

    .btn-primary:focus-visible, .cta:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: 3px;
    }

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 22px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    color: var(--ink-soft);
    font-size: 14.5px;
    font-weight: 600;
    transition: border-color .15s, color .15s;
}

    .btn-ghost:hover {
        border-color: #cdd3de;
        color: white;
    }

.back {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    font-size: 13.5px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: color .15s, background .15s;
}

    .back:hover {
        color: var(--ink);
        background: var(--line-soft);
    }

.actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.cta {
    height: auto !important;
    min-height: 49px;
    padding: 15px 20px !important;
    line-height: normal !important;
}

#btnProceedToPayment{
    width:190px;
    height:48px;
}

#btnBack{
    width:190px;
    height:48px;
}

#profileSubmitBtn {
    width:210px;
}