﻿.preloader-154 {
    width: 70px;
    height: auto;
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    animation: preloader-154 1.5s infinite;
}

@keyframes preloader-154 {
    0%, 100% {
        transform: scaleX(1);
        opacity: 1;
    }

    50% {
        opacity: 0.3;
        transform: scaleX(-1);
    }
}

a:hover {
    color: #f37021;
}

#logo-top {
    height: 48px;
}

.logo-footer img {
    height: 48px;
}

.header-middle .logo {
    margin-right: initial;
    margin-left: initial;
}

@media (max-width: 767px) {
    .footer .social-link {
        margin: 2px 0 0 8px !important;
    }

    .footer-bottom {
        margin-bottom: 5rem;
    }
}
@media(max-width:780px) {
    .product-media .product-label-group .circle-off {
        width: 47px;
        height: 15px;
    }
        .product-media .product-label-group .circle-off-large:before, .product-media .product-label-group .circle-off:before {
            content: "-";
            padding: 5px 7px 0px 0;
            font-family: 'IranSans';
        }

    .fixed #menu1 .menu > li:hover .megamenu {
        top: 5.2rem !important;
    }

    a.color {
        padding: 5px !important;
    }

    .circle-off-large, .circle-off {
        width: 8rem;
        height: 2rem;
        border-radius: 3px;
        background: #c50000 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        rotate: 270deg;
        font-weight: 400;
        direction: ltr;
        font-size: 13px;
        font-family: sans-serif !important;
    }

        .circle-off-large p, .circle-off {
            margin: 0;
            text-align: center;
            padding: 0;
        }

            .circle-off-large:before, .circle-off:before {
                content: "off";
                padding: 5px 7px 0px 0;
                font-family: 'IranSans';
            }

    .product-variations > a.active, .product-variations > a:not(.size-guide):hover {
        background: #e1e1e1;
        border: 1px solid #e1e1e1;
    }

    .menu > li:nth-child(3) a {
        color: #f37021;
    }

    .instagram a::after {
        content: '\e963' !important;
    }

    .menu li:hover > a:not(.menu-title), .menu .active > a:not(.menu-title) {
        color: #f37021 !important;
    }

    .owl-nav-full .owl-nav .owl-prev, .owl-nav-full .owl-nav .owl-next {
        color: #f37021 !important;
    }

    .post-date {
        color: #f37021 !important;
    }

    .cart-dropdown:hover .minicart-icon, .product-label.label-new {
        background: #f37021 !important;
    }

    .cart-dropdown .minicart-icon, .cart-dropdown .cart-price, .cart-dropdown .cart-count, .wishlist i, .login i, .acoount-item:hover, .red, .post-calendar {
        color: #f37021 !important;
    }

    .cart-dropdown:hover .cart-count {
        color: #fff !important;
    }

    .scroll-top {
        background-color: #f37021;
    }

    .title {
        color: #323232 !important;
    }

    .login-popup {
        border-radius: 1.5rem;
    }

    #div-time .radio-tile {
        padding-right: 4rem;
    }
