/* Header */
.rbt-header.rbt-transparent-header .rbt-header-wrapper.rbt-sticky {
    background-color: #000051 !important;
}

.feather-shopping-cart:hover {
    color: #000000 !important;
}

.vs-cart-btn:hover {
    color: #000000 !important;
}
/* ---------------Header End--------------- */

.vs-save-1 a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
}


.vs-save-1 a:hover,
.vs-save-1 a:focus,
.vs-save-1 a:active {
    text-decoration: none;
    outline: none;
    color: var(--color-primary);
}

.vs-save-1 a:focus {
    outline: none;
}

.font-family-arial {
    font-family: Arial, sans-serif;
}

.font-size-12 {
    font-size: 12px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    background: black;
    color: white;
    padding: 3px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
    background: black;
    color: white;
    padding: 3px;
}

.bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    background: black;
    color: white;
    padding: 3px;
}

.rbt-btn.rbt-marquee-btn.marquee-auto span {
    animation: btnTxtMarqueeX 8s linear infinite;
}
