@font-face {
    font-family: 'font-louize';
    src: url('../fonts/Louize.woff2?v=1718560394') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font-louize';
    src: url('../fonts/Louize.woff2?v=1718560394') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root{
    --font-family-name__base: "font-louize", Times;
    --heading__font-family__base: "font-louize", Times;
    --navigation-level0-item__font-family:  "font-louize", Times;
    --other_font_family: "font-louize", Times;
    --color-foreground: 255, 255, 255;
    --navigation-level0-item__color:255, 255, 255;
    --header-icons-color: 255, 255, 255;
    --navigation-level0-item__font-weight: normal;
    --heading__color__base: #fff;
    --product_detail_title-font-size:4rem;
    --color-secondary-button: 0, 58, 111;
    --color-secondary-button-text: 240, 110, 233;
    --color-button-text: var(--color-secondary-button-text);
    --link__color: #d6aeae;
        --text__color: #fff;
        --font-size__base: 16px;
}


.header_middle .dropdown-toggle a.top-search.my-tooltip-bottom.tooltip-center.header-icon {
    border: none;
    color: rgba(var(--color-foreground), .75);
}
.header__action-default > li .minicart-wrapper .action.showcart:before,
.header-container .header.links li.authorization-link a[href*="login"]:before {
    display: none;
}

.account-link-header ul.header.links > li:last-child {
    display: none !important;
}
.header-container .header.links .greet.welcome {
    display: block;
}
.navigation .horizontal-list.menu .submenu {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 11px 15px;
}
.navigation .submenu ul.subchildmenu li > a {
    color: rgba(255, 255, 255, .75) !important;
    letter-spacing: 2px;
    font-size: 13px !important;
}
.navigation .submenu ul.subchildmenu li > a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255) !important;
}
.page-wrapper footer.page-footer {
    background-color: rgb(0, 58, 111);
    border-top: .1rem solid rgba(255, 255, 255, .08);
}
.page-footer .custom-newslatter-section {
    padding-top: 50px;
}
.custom-newslatter-section .custom-newslatter .section.block-newsletter-form {
    padding: 0;
}
.custom-newslatter .section.block-newsletter-form .container {
    width: 40%;
}
.custom-newslatter .section.block-newsletter-form .form.subscribe input#newsletter {
    background-color: rgb(0, 58, 111);
    color: white;
    border-color: rgb(255, 255, 255, 0.75) !important;
}
.custom-newslatter .action.subscribe.primary span {
    display: none;
}
.custom-newslatter .action.subscribe.primary::before {
    content: '\2192';
    position: absolute;
    top: 46%;
    left: -44%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff;
}
.custom-newslatter button.action.subscribe.primary {
    background: rgb(0, 58, 111);
    border-color: rgb(0, 58, 111);
    margin-left: 2px;
}
.custom-newslatter .form.subscribe .control .actions {
    position: relative;
}
.custom-newslatter .newsletter-heading h2 {
    color: white;
    font-size: 22px;
    padding-left: 31%;
}
.page-wrapper .page-footer .footer-container {
    /* background-color: var(--footer__background-color); */
    background-color: rgb(0, 58, 111);
    border-top: .1rem solid rgba(255, 255, 255, .08);
}
li.header-noon-logo {
    width: 130px;
    margin-top: 10px;
}
.header__action-default > li {
    margin-right: 7px;
}
.page-wrapper .page-title-wrapper .page-title,
.page-wrapper .page-title-wrapper,
.page-wrapper .breadcrumbs{
    /*display: none;*/
}
.catalog-category-view .page-wrapper main#maincontent,
.catalog-product-view .page-wrapper {
    background-color: rgb(0, 58, 111);
    border-top: .1rem solid rgba(255, 255, 255, .08);
}
.catalog-category-view .product-content-right .toolbar.toolbar-products {
    display: none;
}

.page-footer {
    text-align: center;
    position: relative;
    background: linear-gradient(to right, #002147, #003366);
}

.page-footer .footer-links {
    margin-bottom: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.page-footer .footer-links a {
    color: rgba(var(--color-foreground), .75);
    margin: 5px 10px;
    text-decoration: none;
}

.page-footer .footer-links a:hover {
    text-decoration: underline;
}

.page-footer .subscribe {
    margin: 30px 0;
}

.page-footer .subscribe h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.page-footer .subscribe input[type="text"] {
    padding: 10px;
    width: 80%;
    max-width: 300px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    margin-right: 10px;
}

.page-footer .subscribe button {
    padding: 10px 15px;
    border: none;
    background-color: #FFFFFF;
    color: #002147;
    cursor: pointer;
}

.page-footer .subscribe button:hover {
    background-color: #DDDDDD;
}

.page-footer .follow-btn {
    display: inline-block;
    background-color: #6200EA; /* Purple color */
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
}

.page-footer .follow-btn:hover {
    background-color: #8E44AD;
}

.page-footer .footer-bottom {
    margin-top: 30px;
    font-size: 12px;
}

.page-footer .country-select {
    margin: 20px 0;
}

.page-footer .country-select select {
    padding: 5px;
    border: none;
    background-color: #003366;
    color: #FFFFFF;
}
.navigation .level0 > .level-top {
    color: rgba(var(--color-foreground), .75);
}
.header__action svg {
    color: rgba(var(--color-foreground), .75);
}
.navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
    color: #fff;
}
.product-item-info {
    background-color: #0e3061;
    padding-bottom: 15px;
}
.product__style-3 .products-grid .product-item {
    background-color: #0e3061;
}
.product-item-info:hover {
    background-color: #002055;
}
.product-item .product-item-name > a {
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}
.price-box.price-final_price {
    justify-content: center;
    font-family: "font-louize", Times;
}
.product-info-main .price-final_price *, .product-item .price-final_price *, .product-info-main .price-configured_price *, .product-item .price-configured_price * {
    color: #fff;
    font-weight: normal;
}
.catalog-category-view .page-title-wrapper {
    display: none;
}
header.page-header:hover, header.page-header:hover .navigation, header.page-header:hover .header-container.sticky .sticky-header, header.page-header:hover .header-container.sticky.sticky-header  {
    background-color: #002055;
    transition: 1s;
}

.product-info-main .page-title-wrapper {
    margin-bottom: 15px;
}


.catalog-product-view .page-wrapper .breadcrumbs {
    display: none;
}
button#product-addtocart-button {
    color: rgb(var(--color-button-text));
}
button#product-addtocart-button {
    color: rgb(var(--color-button-text));
    background-color: transparent;
    border: 1px solid rgb(var(--color-button-text));
    box-shadow: none;
    font-weight: normal;
}
.product.attribute.description p {
    color: #fff;

}
.product-details {
    text-align: center;
} 
.product-details strong.product-name {
    text-transform: uppercase;
    font-weight: normal;
}
.product-details .price-box {
    justify-content: center;
}
.product-details .customProduct span.price {
    color: #fff;
    font-weight: normal;
    font-family: 'font-louize';
}
.sub-category.widget-category-thumbnail-image,
div#tab-label-custom-product-tab-about_artist {
    display: none;
}
.catalog-category-view .page-wrapper {
    background-color: rgb(0, 58, 111);
}
.swatch-attribute.size .swatch-attribute-options .swatch-option.text {
    width: 40px;
    height: 40px;
}
.popup-ajaxsuite #mb-ajaxsuite-popup-wrapper,
.fixed-minicart .minicart-wrapper #minicart-content-wrapper,
.page-wrapper,
.cart-container .cart.table-wrapper th.col,
.cart-container .cart.table-wrapper .items tr th, .cart-container .cart.table-wrapper .items .item,
.cart-summary,
.popup-authentication .block-authentication,
.breadcrumbs,
.customer-account-create .form-create-account .fieldset:not(.additional_info), .customer-account-forgotpassword .form-create-account .fieldset:not(.additional_info), .customer-account-create .forget .fieldset:not(.additional_info), .customer-account-forgotpassword .forget .fieldset:not(.additional_info),
.header-container .customer-welcome ul,
aside.modal-popup.confirm._show .modal-inner-wrap {
    background-color: rgb(0, 58, 111);
}
.button-close:after, .modal-custom .action-close:after, .modal-popup .action-close:after, .modal-slide .action-close:after, .action.close:after {
    color: #000;
}
#mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons button, #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons .cart.table-wrapper .actions-toolbar > .action, #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons .action-gift, {
    background-color: transparent;
    border-color: #fff;
}
.fixed-minicart .minicart-wrapper #minicart-content-wrapper .product-item .product-item-name > a {
    text-align: left;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product.options.list,
.minicart-items .product-item-details .price,
.cart-container .cart.table-wrapper td.price .price-including-tax .price, .cart-container .cart.table-wrapper td.price .price-excluding-tax .price,
.price-including-tax .price, .price-excluding-tax .price,
.cart.table-wrapper .item-options dd, .opc-block-summary .items-in-cart .product .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd,
.cart-container .cart.table-wrapper .col, .checkout-cart-index table > tbody > tr > th, .checkout-cart-index table > tfoot > tr > th, .checkout-cart-index table > tbody > tr > td, .checkout-cart-index table > tfoot > tr > td, .checkout-cart-index table > thead > tr > th {
    color: #fff;
}
.minicart-wrapper .block-content .actions .secondary .action.viewcart:not(:hover) {
    background: transparent;
}
.fixed-minicart .minicart-wrapper #minicart-content-wrapper .block-content > .actions > .primary .action.primary {
    background-color: transparent;
    border-color: #fff;
    font-weight: normal;
}
.checkout-cart-index .page-title-wrapper,
div#block-shipping{
    display: none;
}
.cart-container .cart.table-wrapper .col,
.checkout-cart-index  table > tbody > tr > th, .checkout-cart-index  table > tfoot > tr > th, .checkout-cart-index  table > tbody > tr > td, .checkout-cart-index  table > tfoot > tr > td, .checkout-cart-index  table > thead > tr > th {
    border: 0;
}
.cart-container .cart.table-wrapper .product-item-details {
    text-align: left;
}
.block-cart-failed .action.clear, .block-cart-failed .action.update, .cart-container .form-cart .action.clear, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.clear, .cart-container .cart-gift-item .action.update {
    background-color: transparent !important;
            border-color: #fff;
            color: #fff !important;
            font-weight: normal;
}
.cart-container .checkout-methods-items .action.primary {
    background-color: transparent !important;
    border-color: pink;
    color: pink;
    font-weight: normal;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    font-size: 18px;
}
.product.info.detailed div#description {
    display: block !important;
}
th.col.cgst,.hidegstcolumn,th.col.sgst,th.col.igst,th.col.sku,td.col.sku {
    display: none;
}

@media (min-width: 1200px) {
    .navigation .level0 > .level-top {
        line-height: 23px;
    }
    .header-container .header_padding {
        padding-top: 10px !important;
    }
    .catalog-product-view .page-main {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .page-footer .footer-links {
        max-width: 700px;
        text-align: center;
        margin: 30px auto;
    }
    .logo img {
        width: 250px;
    }
    .header_middle .dropdown-toggle a.top-search.my-tooltip-bottom.tooltip-center.header-icon svg {
        width: 17px;
    }
    .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item {
        padding-right: 5px;
        margin-top: 5px;
    }
    .catalog-category-view .page-wrapper main#maincontent, .catalog-product-view .page-wrapper {
        margin-bottom: 50px;
    }
    .header-container .header.links .greet.welcome {
        display: block;
        padding-top: 7px;
        right: -10px;
        position: absolute;
    }
    .header-container .customer-welcome .action.switch:after {
        color: #fff !important;
    }
        strong.product-item-name {
        min-height: 50px;
        max-height: 50px;
    }
    .sales-order-view strong.product-item-name {
        min-height: auto;
        max-height: fit-content;
    }
}

@media (max-width: 768px) {
    .page-footer .subscribe input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .page-footer .subscribe button {
        width: 100%;
    }

    .page-footer .footer-links {
        flex-direction: column;
        align-items: center;
    }

    .page-footer .follow-btn {
        width: 80%;
        max-width: 300px;
    }
    li.header-noon-logo {
        display: none;
    }

    .product-item .product-item-name, .product-item .product.name a {
        white-space: normal;
        overflow: visible;
    }
    strong.product-item-name {
        min-height: 70px;
        max-height: 70px;
    }
    .sales-order-view strong.product-item-name {
        min-height: auto;
        max-height: fit-content;
    }
    .nav-sections .mobile-menu-content .horizontal-list {
        display: block;
        padding-top: 50px !important;
    }
    .navigation .horizontal-list.menu .submenu {
        background-color: rgb(0, 58, 111) !important; 
    }
    .navigation .submenu ul.subchildmenu li > a {
        font-size: 16px !important;
    }
    .submenu-mobile-title {
        background-color: rgb(0, 58, 111) !important; 
        border-bottom: 0;
    }
    .header-container .nav-toggle svg {
        fill: #fff;
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    .page-footer .footer {
        padding: 20px 10px;
    }

    .page-footer .subscribe h2 {
        font-size: 16px;
    }

    .page-footer .footer-links a {
        margin: 5px 0;
    }
}

.swatch-attribute.size .swatch-attribute-options .swatch-option.text {
    padding: 10px 13px !important;
    font-size: 14px !important;
}