.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.loader.loader-11 {
    width: 40px;
    height: 40px;
    background-color: currentColor;
    animation: loader-11 1.2s infinite ease-in-out;
}
@keyframes loader-11 {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.preloader-hidden {
    display: none;
}
.newsletter-success {
    margin-right: 5px;
}

.step-checkout .oninactive .nav-link {
    background-color: #ebebeb !important;
    color: #888 !important;
    border-color: #ebebeb !important;
}

.link-info-dark {
    color: #004f97;
}

.mobile-banner-background-none {
    background: none !important;
}

.nav-active-menu {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

@media only screen and (max-width: 768px) {
    .error-svg-container {
        width: 240px;
        height: 120px;
        resize: both;
        overflow: auto;
        /* border: 1px dashed #aaa; */
    }

    .error-svg-container img {
        width: 95%;
        height: 95%;
    }
}

@media only screen and (min-width: 769px) {
    .error-svg-container {
        width: 80vh;
        height: 40vh;
        resize: both;
        overflow: auto;
        /* border: 1px dashed #aaa; */
    }

    .error-svg-container img {
        width: 95%;
        height: 95%;
    }
}

::view-transition-old(root) {
    animation: fade-out 0.3s ease;
}

::view-transition-new(root) {
    animation: fade-in 0.3s ease;
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.page-title-main {
    font-size: 25px !important;
    font-weight: 700 !important;
    position: relative !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

.nafstore .section-clr {
    background-color: #f2f7ff8f !important;
}

.nafstore .about-section .list-style-disc {
    list-style: disc !important;
    padding-left: 20px;
}
