/* common css */
html body #footer {
    margin-bottom: -1px;    
}
button.eg-cta.eg-paypayl {
    display: none;
}
html body.woocommerce-checkout header .flex-left .header-nav {
    visibility: visible !important;
}


html body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
/* cta */
html body #place_order {
    border-radius: 40px;
    background: #F9A31B !important;
    color: #2D2D2D !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0 !important;
}

html body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* side bar footer css */

html body .eg-new-sidebarfooter {
    padding-top: 14px;
}

html body .eg-credits-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 40px !important;
    background: url('https://i.ibb.co/n68w536/creditnew.png');
    background-size: 94% !important;
    background-repeat: no-repeat;
    background-position: center;
}

html body .eg-credits-wrap img {
    width: 100%;
    object-fit: contain;
    display: none;
}

html body .eg-sidebarfooternote {
    color: #1E1E1E;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 14px;
}

html body .eg-sidebarfooterusps {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp {
    margin: 0;
    background: #F1F3FA;
    padding: 18px 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp>div {
    grid-gap: 19px;
    display: flex;
    width: 100% !important;
    max-width: 243px !important;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp p {
    margin: 0;
    display: flex;
    flex-direction: column;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp p>strong {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp p>span {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp .eg-icon {
    --wdt: 38px;
    display: flex;
    justify-content: flex-end;
}

html body .eg-sidebarfooterusps .eg-sidebarfooterusp .eg-icon img {
    display: block;
    width: 100%;
    object-fit: contain;
    min-width: var(--wdt);
    max-width: var(--wdt);
    min-height: var(--wdt);
    max-height: var(--wdt);
}

/* side bar footer css end */

/* new coupon field css */
html body .eg-tr-for-cpn td {
    padding: 0;
}

html body .eg-coupon-form {
    margin: 14px 0;
}

html body .eg-coupon-form .eg-field-group {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

html body .eg-coupon-form [type="button"] {
    margin: 0;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: transparent;
    color: #6E6F71;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    /* 131.25% */
    text-transform: uppercase;
}

html body .eg-coupon-form .eg-coupon-input {
    margin: 0;
    height: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
    background: #FFF !important;
    box-shadow: none !important;
    padding: 0 20px !important;
    color: #6E6F71;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

/* new coupon field css end */

html body .checkout.woocommerce-checkout>.row>div>.col-inner {
    border: none !important;
    padding: 0 !important;
}

.woocommerce-cart .header-inner>div:nth-child(3)>ul>li:not(:last-child)
{
    display: none;
}

.woocommerce-checkout .header-inner>div:nth-child(3)>ul>li:not(:last-child) {
    display: none;
}



html body .footer-subcribe-col {
    display: none;
}

html body .cart-collaterals,
html body .cart-auto-refresh,
html body .checkout.woocommerce-checkout>.row>div:nth-child(2),
html body .checkout.woocommerce-checkout>.row>div:nth-child(1) #customer_details,
html body .eg-express-checkout-wrap,
html body .eg-order-summmary-wrap {
    padding: 15px 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
}

html body .checkout.woocommerce-checkout>.row>div:nth-child(1) {
    padding: 0 !important;
}

html body .cart-collaterals .cart_totals .product-name,
html body .checkout.woocommerce-checkout #order_review_heading,
html body .checkout.woocommerce-checkout .woocommerce-billing-fields>h3,
html body .eg-order-summmary-wrap>h3 {
    padding: 0 0 15px !important;
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 3px solid rgba(0, 0, 0, 0.20) !important;
}



html body .cart-collaterals .order-total .woocommerce-Price-amount.amount {
    color: #0FA026;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

html body .cart-container>.woocommerce>.woocommerce,
html body .checkout.woocommerce-checkout>.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-wrap: nowrap;
    grid-gap: 20px;
}

html body.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 0;
    margin-top: 28px;
}

html body.woocommerce-cart .eg-sidebarfooternote {
    display: none !important;
}

/* html body.woocommerce-cart .eg-sidebarfooterusps {
    margin-top: 30px !important;
} */

html body .cart-auto-refresh,
html body .checkout.woocommerce-checkout>.row>div:first-child,
html body .checkout.woocommerce-checkout>.row>div:nth-child(2) {
    height: fit-content !important;
}

html body .cart-auto-refresh .woocommerce-cart-form {
    margin-bottom: 0 !important;
}

/* html body .wc_coupon_message_wrap:has(>div:empty) {
    display: none;
} */

html body .cart-auto-refresh .woocommerce-cart-form .shop_table {
    margin-bottom: 0;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table thead th {
    padding: 0;
    border: 0;
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 7.2px !important;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table thead th.product-quantity {
    text-align: center !important;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table tbody .actions {
    padding: 14px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table tbody .button-continue-shopping {
    margin: 0;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 10px;
    color: #6E6F71;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

/* html body .cart-auto-refresh .woocommerce-cart-form .shop_table tbody .button-continue-shopping::before {
    content: "Continue shopping";
    font-size: 16px;
} */

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item>td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

/* html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-remove {
    display: none;
} */

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {   
    padding-left: 10px;
    padding-right: 0px;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    padding-right: 10px;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-thumbnail a {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 72px;
    height: 69px;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-name a:not(:hover) {
    color: #429FD3 !important;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table tbody .button-continue-shopping:hover {
    background-color: #008cb2 !important;
    color: #FFFFFF !important;
}

html body #order_review .cart_item .product-name {
    color: #6E6F71;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-name {
    padding-right: 0 !important;
    /* padding-left: 0; */
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
    width: 100%;
    height: 100%;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-subtotal .amount,
html body #order_review .cart_item .amount {
    color: #0FA026;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-subtotal .amount::before,
html body #order_review .cart_item .amount::before {
    content: "(";
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-subtotal .amount::after,
html body #order_review .cart_item .amount::after {
    content: ")";
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item>td.product-price::after {
    display: inline-block;
    margin-left: -3px;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    text-align: right;
}

html body .eg-spacer td {
    border: none !important;
    padding: 14px 0 0 !important;
}

html body .cart-auto-refresh .woocommerce-cart-form .shop_table thead .eg-spacer td {
    padding: 0 0 14px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.20) !important;
}

html body .checkout.woocommerce-checkout .woocommerce-billing-fields {
    border-top: 0 !important;
    padding: 0 !important;
}

/* html body .woocommerce-form-coupon-toggle {
    display: none !important;
} */

html body .eg-express-checkout-wrap .eg-title,
html body .eg-express-checkout-wrap .eg-spacer,
html body .eg-express-checkout-wrap .eg-have-acc,
html body .eg-express-checkout-wrap .eg-have-acc a {
    color: #6E6F71;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


html body .eg-express-checkout-wrap .eg-title,
html body .eg-express-checkout-wrap .eg-spacer,
html body .eg-express-checkout-wrap .eg-have-acc {
    display: block;
    margin-bottom: 16px;
}

html body .eg-express-checkout-wrap .eg-have-acc a {
    text-decoration: underline !important;
    cursor: pointer;
}

html body .eg-express-checkout-wrap .eg-spacer::before,
html body .eg-express-checkout-wrap .eg-spacer::after {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.20);
    flex: 1;
}

html body .eg-express-checkout-wrap .eg-spacer {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


html body .eg-express-checkout-wrap {
    margin-bottom: 24px;
}

html body .eg-express-checkout-wrap .eg-cta-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}

html body .eg-express-checkout-wrap .eg-cta {
    --bgclr: white;
    border-radius: 4px;
    background: var(--bgclr);
    margin: 0;
    padding: 0 !important;
    height: 44px;
}

html body .eg-express-checkout-wrap .eg-cta.eg-apple-pay,
html body .eg-express-checkout-wrap .eg-cta.eg-google-pay {
    --bgclr: #000;
}

html body .eg-express-checkout-wrap .eg-cta.eg-paypayl {
    --bgclr: #ffc439;
    background-image: url('https://shop.aquatruwater.com/wp-content/uploads/2025/09/paypal.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
}

html body .eg-express-checkout-wrap .eg-cta.eg-apple-pay {
    background-image: url('https://shop.aquatruwater.com/wp-content/uploads/2025/09/applepay.png');
    background-repeat: no-repeat;
    background-size: 47px;
    background-position: center;
}

html body .eg-express-checkout-wrap .eg-cta.eg-google-pay {
    background-image: url('https://shop.aquatruwater.com/wp-content/uploads/2025/09/msedge_zKyFeTC5Zd.png');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center 11px;
}

html body .checkout.woocommerce-checkout .woocommerce-billing-fields>h3,
html body .checkout.woocommerce-checkout #order_review_heading,
html body .eg-order-summmary-wrap>h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

html body .eg-drop-down-cta {
    padding: 0 !important;
    margin: 0 !important;
    height: fit-content !important;
    display: flex !important;
    align-items: center;
}

html body #customer_details.eg-hide-content>div.clear~*,
html body #customer_details.eg-hide-content .woocommerce-billing-fields h3~*,
html body .checkout.woocommerce-checkout>.row>div:nth-child(2).eg-hide-content #order_review_heading~* {
    display: none !important;
}

html body #customer_details.eg-hide-content .woocommerce-billing-fields h3,
html body .checkout.woocommerce-checkout>.row>div:nth-child(2).eg-hide-content #order_review_heading {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body #customer_details.eg-hide-content .eg-drop-down-cta,
html body .checkout.woocommerce-checkout>.row>div:nth-child(2).eg-hide-content .eg-drop-down-cta,
html body .eg-order-summmary-wrap.eg-hide-content .eg-drop-down-cta {
    transform: rotate(180deg) !important;
}

html body #WC_Gateway_Worldpay-card-cvc {
    margin-bottom: 0 !important;
}

html body #wc-WC_Gateway_Worldpay-cc-form {
    margin-bottom: 0 !important;
}

html body #order_comments_field {
    margin-bottom: 0 !important;
}

html body #order_comments {
    margin-bottom: 5px !important;
}

html body .eg-billing-msg {
    color: #ED9F06;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;

}

html body .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 28px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

@media(max-width:830px) {

    html body .cart-container>.woocommerce>.woocommerce,
    html body .checkout.woocommerce-checkout>.row {
        flex-direction: column;
    }

    html body .cart-container>.woocommerce>.woocommerce {
        grid-gap: 39px !important;
    }

    html body .checkout.woocommerce-checkout>.row {
        grid-gap: 0px !important;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item>td {
        border-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 14px !important;
        border-bottom: 0 !important;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
        border-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-thumbnail a {
        width: 89px;
        height: 89px;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-name {
        padding-left: 8px;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item+.eg-spacer td {
        border-top: 1px solid rgba(0, 0, 0, 0.20) !important;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table tbody .actions {
        border-top: 0 !important;
        padding-top: 0 !important;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table tbody .continue-shopping {
        float: unset !important;
        width: 100% !important;
        display: flex;
    }

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table tbody .button-continue-shopping {
        width: 100%;
    }

    html body #footer>section:first-child .section-content>div:first-child {
        padding-top: 0 !important;
    }

    html body .checkout.woocommerce-checkout>.row>div:nth-child(2) {
        border-top: 0 !important;
    }

    html body .eg-progress-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 8px;
        margin-bottom: 20px !important;
        margin-top: 17px;
    }

    html body .eg-progress-wrapper .eg-step {
        display: flex;
        width: 35px;
        height: 35px;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 29px;
        border: 1px solid rgba(0, 128, 162, 0.20);
        cursor: pointer;
        color: #0080A2;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none !important;
    }

    html body .eg-progress-wrapper .eg-line {
        height: 1px;
        width: 20px;
        background: rgba(0, 128, 162, 0.20);
    }

    html body .eg-progress-wrapper .eg-step.eg-active {
        background: #0080A2 !important;
        color: white !important;
    }

    html body .breadcrumbs .current::before {
        content: "Secure\00a0";
    }

    html body .eg-express-checkout-wrap {
        border: 0 !important;
        margin-bottom: 0 !important;
    }

    html body .checkout.woocommerce-checkout .woocommerce-billing-fields>h3,
    html body .checkout.woocommerce-checkout #order_review_heading,
    html body .eg-order-summmary-wrap>h3 {
        padding-bottom: 6px !important;
    }

    html body .eg-order-summmary-wrap {
        margin-bottom: 20px;
    }

    html body .eg-order-summmary-wrap .eg-summary-contents {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    html body .eg-order-summmary-wrap .eg-summary-content .eg-title {
        color: #707070;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    html body .eg-order-summmary-wrap .eg-summary-content {
        display: flex;
        justify-content: space-between;
        line-height: normal !important;
        align-items: center;
    }

    html body .eg-order-summmary-wrap .eg-summary-content:nth-child(1) .eg-value {
        color: #000;
        text-align: right;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    html body .eg-order-summmary-wrap .eg-summary-content:nth-child(2) .eg-value {
        color: #666;
        text-align: right;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    html body .eg-order-summmary-wrap .eg-summary-content:nth-child(3) .eg-value {
        color: #0FA026;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    html body .eg-order-summmary-wrap .eg-summary-content:nth-child(3) .eg-value::before {
        content: 'USD ';
        color: #666;
        text-align: right;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    html body .eg-order-summmary-wrap .eg-cart-items {
        margin: 0;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        margin-bottom: 15px;
    }

    html body .eg-order-summmary-wrap .eg-cart-items .eg-cart-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    html body .eg-order-summmary-wrap .eg-cart-items .eg-cart-item .eg-name {
        color: #429FD3;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 246px;
    }

    html body .eg-order-summmary-wrap .eg-cart-items .eg-cart-item .eg-price-wrap,
    html body .eg-modified-price {
        color: #0FA026;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .show-for-small.mobile-product-price span.amount{
        color: #0FA026;

    }

    /* html body .eg-order-summmary-wrap .eg-cart-items .eg-cart-item .eg-price-wrap::before,
    html body .eg-modified-price::before {
        content: '(';
    }

    html body .eg-order-summmary-wrap .eg-cart-items .eg-cart-item .eg-price-wrap::after,
    html body .eg-modified-price::after {
        content: ')';
    } */

    html body .eg-order-summmary-wrap.eg-hide-content>h3~* {
        display: none !important;
    }

    html body .eg-order-summmary-wrap.eg-hide-content>h3 {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    html body .eg-credits-wrap {
        background-size: 129% !important;
    }

    html body .eg-billing-msg {
        font-size: 11.5px;
    }
}

@media(min-width:831px) {
    html body .eg-progress-wrapper {
        display: none !important;
    }
}

@media(min-width:800px) and (max-width:1200px) {

    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-name,
    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item>td.product-price,
    html body .cart-auto-refresh .woocommerce-cart-form .shop_table .cart_item .product-subtotal span {
        font-size: 10px !important;
    }

}

@media only screen and (max-width:400px) {
    html body .cart_totals tbody th {
        min-width: 85px !important;
    }
}



.eg-cta.loading {
    position: relative;
    pointer-events: none;
    /* Disable button clicks while loading */
    opacity: 0.7;
    /* Optional: slightly dim the button */
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    /* Center the loader */
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Loader animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

td.product-remove {
    border-left: 1px solid rgba(0, 0, 0, 0.20);

}

/* hide coupon if affiliate cooike is persent */ 

/* body.haveca .eg-coupon-form {
    display: none;
}
body.haveca .woocommerce-form-coupon-toggle{
    display: none;
} */