﻿.preloader-147 {
    position: absolute;
    top: 50%;
    /*left: 45%;*/
    /*animation: preloader-147 1.5s infinite;
    animation-timing-function: ease-in;*/
}

@keyframes preloader-147 {
    0% {
        transform: scale(0.5) rotate(360deg);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(0.5) rotate(-360deg);
    }
}

.header-middle .logo {
    margin-left: 4.1rem !important;
}

@media (max-width: 991px) {
    .header-middle .logo {
        margin-left: 0 !important;
    }
}

.ContactPage .page-title, .AboutPage .page-title, .searchPage h1[data-text="کارت هدیه"], .StorePage .page-title, .searchPage h1[data-text="محصولات"], .searchPage h1[data-text="fall/winter 1401"], .searchPage h1[data-text="spring/summer 1401"] {
    display: none;
}

.footer-left .ibl-parsian, .footer-left .ibl-bsi {
    display: none;
}
