/* =========================================================
   PRELOADER
   ========================================================= */

:root {
    --hue: 223;
    --bg: hsl(var(--hue), 10%, 90%);
    --fg: hsl(var(--hue), 10%, 10%);
    --primary: hsl(var(--hue), 90%, 55%);
    --trans-dur: 0.3s;

    font-size: calc(
        16px + (20 - 16) * (100vw - 320px) / (1280 - 320)
    );
}

/* Optional global reset */
/*
*,
*::before,
*::after {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*/

.preloader {
    text-align: center;
    max-width: 20em;
    width: 100%;
}

.preloader__text {
    position: relative;
    height: 1.5em;
}

.preloader__msg {
    animation: msg 0.3s 13.7s linear forwards;
    position: absolute;
    width: 100%;
}

.preloader__msg--last {
    animation-direction: reverse;
    animation-delay: 14s;
    visibility: hidden;
}

.cart {
    display: block;
    margin: 0 auto 1.5em auto;
    width: 8em;
    height: 8em;
}

.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
    animation: cartLines 2s ease-in-out infinite;
}

.cart__lines {
    stroke: var(--primary);
}

.cart__top {
    animation-name: cartTop;
}

.cart__wheel1 {
    animation-name: cartWheel1;
    transform: rotate(-0.25turn);
    transform-origin: 43px 111px;
}

.cart__wheel2 {
    animation-name: cartWheel2;
    transform: rotate(0.25turn);
    transform-origin: 102px 111px;
}

.cart__wheel-stroke {
    animation-name: cartWheelStroke;
}

.cart__track {
    stroke: hsla(var(--hue), 10%, 10%, 0.1);
    transition: stroke var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 10%, 10%);
        --fg: hsl(var(--hue), 10%, 90%);
    }

    .cart__track {
        stroke: hsla(var(--hue), 10%, 90%, 0.1);
    }
}

/* =========================================================
   PRELOADER ANIMATIONS
   ========================================================= */

@keyframes msg {
    from {
        opacity: 1;
        visibility: visible;
    }

    99.9% {
        opacity: 0;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes cartLines {
    from,
    to {
        opacity: 0;
    }

    8%,
    92% {
        opacity: 1;
    }
}

@keyframes cartTop {
    from {
        stroke-dashoffset: -338;
    }

    50% {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 338;
    }
}

@keyframes cartWheel1 {
    from {
        transform: rotate(-0.25turn);
    }

    to {
        transform: rotate(2.75turn);
    }
}

@keyframes cartWheel2 {
    from {
        transform: rotate(0.25turn);
    }

    to {
        transform: rotate(3.25turn);
    }
}

@keyframes cartWheelStroke {
    from,
    to {
        stroke-dashoffset: 81.68;
    }

    50% {
        stroke-dashoffset: 40.84;
    }
}

/* =========================================================
   GENERAL
   ========================================================= */

.row {
    margin: 0;
}

li.btn1,
li.btn2,
li.btn3,
li.btn4 {
    padding: 8px 0;
}

/* =========================================================
   CART BADGE
   ========================================================= */

.cbadge::after {
    content: attr(value);
    font-size: 12px;
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 4px 7px;
    position: relative;
    left: -8px;
    top: -10px;
    opacity: 0.9;
}

/* =========================================================
   HEADER
   ========================================================= */

header .onhover-dropdown .onhover-div-login {
    padding: 10px;
    width: 180px;
}

.iconstyle {
    font-size: 16px;
}

.iconstyle i {
    padding-right: 8px;
}

/* =========================================================
   DATA CART
   ========================================================= */

div.datacart {
    width: 110px;
    height: 450px;
    overflow: auto;
}

/* =========================================================
   MOBILE PADDING
   ========================================================= */

@media (max-width: 540px) {
    .pding {
        padding: 0;
    }

    .pding2 {
        padding: 0 5px;
    }
}

/* =========================================================
   FLIPKART-STYLE LANDSCAPE / MOBILE OVERLAY
   ========================================================= */

._1QQpsu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 15;
    pointer-events: none;
    display: none;
    align-items: center;
    justify-content: center;
}

.mvW8vq {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

._1U-Jli {
    background-image: url("https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/landscape-e85e99.png");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    padding-bottom: 25.5%;
}

._1wxP6t,
.FqIVIZ {
    color: #000;
    text-align: center;
}

.FqIVIZ {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}

._1wxP6t {
    font-size: 14px;
}

/* =========================================================
   LOGOS
   ========================================================= */

.logos {
    width: 100%;
}

.logos img {
    width: 200px;
    max-width: 100%;
    height: auto;
}

/* =========================================================
   PRODUCT
   ========================================================= */

.product-box-contain h5 {
    text-decoration: underline;
    line-height: 1;
    font-size: 20px;
}

/* =========================================================
   LANDSCAPE / DESKTOP RESPONSIVE
   ========================================================= */

@media (min-width: 541px) {
    ._1QQpsu._3bWLGx {
        display: none;
    }
}

@media (max-height: 540px) and (orientation: landscape) {
    ._1QQpsu._3bWLGx {
        margin: 0;
        display: flex;
        pointer-events: auto;
    }
}

/* =========================================================
   FOOTER
   ========================================================= */

.back-to-top {
    text-align: end;
}

#back-to-top {
    background: #0062cc;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 70px;
}

/* =========================================================
   SERVICES
   ========================================================= */

.pdngs {
    padding: 0 0 65px 0;
}

.service-contain .service-box {
    margin-bottom: 15px !important;
}

/* =========================================================
   MOBILE FOOTER / SERVICES
   ========================================================= */

@media (max-width: 767px) {
    .service-contain {
        display: flex;
        padding-bottom: 10px;
    }

    .service-contain .service-box .service-image img {
        width: 24px;
        height: auto;
    }

    .service-contain .service-box .service-detail h5 {
        font-size: 10px;
    }
}

@media (max-width: 540px) {
    .pdngs {
        padding: 0 0 40px 0;
    }

    #back-to-top {
        background: #0062cc;
        color: #fff;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
}