﻿
ul.menu {
    list-style-type: none;
    padding: 0;
}

ul.menu li:hover {
    /* background-color: #444; */
}

ul.menu li {
    /* display: inline-block; */
    position: relative;
    /* padding: 10px 20px; */
    background-color: #333;
    color: white;
    /* cursor: pointer; */
}

/* Dropdown menu styles */
ul.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #555;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 200px;
}

    ul.dropdown-content li {
        padding: 5px 10px;
        background-color: #555;
        color: white;
    }

        ul.dropdown-content li a {
            color: #fff;
        }

        ul.dropdown-content li:hover {
            background-color: #666;
        }

/* Show the dropdown when hovering over the parent li */
ul.menu li:hover .dropdown-content {
    display: block;
}




.women_men_kids {
    color: #fff !important;
}

.menu_top {
    background: #1b2058;
    margin-left: 10px;
}



.ftrLink ul li {
    margin-bottom: 10px;
}

.ftrsqrMain {
    padding: 15px;
    /*float: left;*/
    width: 75%;
    border: none;
    text-align: center;
}

.miarrow {
    margin-bottom: -3px;
}

.ps-2 {
    padding-left: .5rem !important;
}

.appBtnbox img {
    margin: 15px 15px 0;
}

.appBtnbox {
    padding: 17px 0 0 0;
    width: 25%;
    float: right;
}


.m11 {
    margin-top: -26px;
}

.m22 {
    margin-top: -26px;
}


.fXNqIK {
    border-radius: 8px;
    display: none !important;
}



.MultiCarousel {
    float: none;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    position: relative;
    text-align: center;
}


    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: left;
                padding: 0px;
                margin: 5px 20px;
                color: #000000;
                background: #fff;
                position: relative;
                border-radius: 36px 36px 21px 21px;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 0%;
        top: calc(50% - 25px);
        height: 50px;
        width: 50px !important;
        line-height: 40px;
    }

    .MultiCarousel .leftLst {
        left: 15px;
    }

    .MultiCarousel .rightLst {
        right: 15px;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: #473098;
        }

.btn-primary {
    color: #000;
    background-color: #fff !important;
    border-color: #fff !important;
    font-size: 22px;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 74% !important;
    }
}

input[name="rbSize"] {
    display: none;
}

input[name="rbClr"] {
    display: none;
}



.size {
    display: inline-block;
    border: 1px solid grey;
    cursor: pointer;
    text-align: center;
    line-height: 1.6;
    padding: 4px;
}


.color {
    display: inline-block;
    border: 1px solid grey;
    cursor: pointer;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1.6;
}


.blank-label {
    display: none;
}


input[type="radio"]:checked + label {
    background: #363131;
    color: #fff;
}

.sold_out {
    top: 2em;
    left: -4em;
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: bold 16px/1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index: 10;
}

    .sold_out:before {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: -0.3em -5em;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        border: 2px rgba(255,255,255,0.7) dashed;
    }

.w__95.logo_normal {
    width: 250px !important;
}

#neonShadow {
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    background-color: rgba(156, 161, 160,0.3);
    animation: glow 1s infinite;
    transition: 0.5s;
}

    #neonShadow:hover {
        transform: translateX(-20px)rotate(30deg);
        border-radius: 5px;
        background-color: #c3bacc;
        transition: 0.5s;
    }

@keyframes glow {
    0% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);
    }

    50% {
        box-shadow: 5px 5px 20px rgb(81, 224, 210),-5px -5px 20px rgb(81, 224, 210);
    }

    100% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);
    }
}

.notice marquee ul li {
    line-height: 2;
    margin-right: 15px;
    FONT-SIZE: 20PX;
    FONT-WEIGHT: 600;
}

.fx {
    position: fixed;
    z-index: 999999;
    right: 9px;
    top: 21%;
}

#neonShadow1 {
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    background-color: rgba(156, 161, 160,0.3);
    animation: glow 1s infinite;
    transition: 0.5s;
}

#neonShadow:hover {
    transform: translateX(-20px)rotate(30deg);
    border-radius: 5px;
    background-color: #c3bacc;
    transition: 0.5s;
}

@keyframes glow {
    0% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);
    }

    50% {
        box-shadow: 5px 5px 20px rgb(81, 224, 210),-5px -5px 20px rgb(81, 224, 210);
    }

    100% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);
    }
}


.fx1 {
    position: fixed;
    z-index: 999999;
    right: 9px;
    top: 50%;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.9s infinite linear;
}

@keyframes sp-anime {
    25% {
        transform: rotate(360deg);
        border-top: 4px #2e93e6 solid;
        border: 4px #2e93e6 solid;
    }

    50% {
        transform: rotate(360deg);
        border-top: 4px #0df01b solid;
        border: 4px #0df01b solid;
    }

    75% {
        transform: rotate(360deg);
        border-top: 4px #f4db0c solid;
        border: 4px #f4db0c solid;
    }

    100% {
        transform: rotate(360deg);
        border-top: 4px #db1919 solid;
        border: 4px #db1919 solid;
    }
}

.is-hide {
    display: none;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 74% !important;
    }
}
/*=== Menu Stiky ===*/
.mbg {
    background: #F5F5F5;
}


.micon-box li a i {
    font-size: 22px;
    color: #fff;
    margin-right: 16px;
}

.menubadge {
    border-radius: 0px;
    font-size: 10px;
    line-height: 1;
    padding: 3px 8px;
    color: rgb(255, 0, 0);
    font-weight: 600;
    margin-top: -12px;
}

.topbar {
    display: flex;
    align-items: center;
    background: #111111;
    height: 43px;
    border-bottom: 4px solid #c3090b;
}

.topheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.top_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    .top_nav li {
        /*margin-right: 20px;*/
    }

        .top_nav li a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
            text-transform: uppercase;
            cursor: pointer;
        }

        .top_nav li.activeCat a {
            font-weight: bold;
            color: #000;
        }

.topbar-head {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.top_rightnav {
    display: flex;
    align-items: center;
}

    .top_rightnav a {
        color: #fff;
        font-size: 12px;
    }

.location-select {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    .location-select i {
        margin-right: 8px;
        font-size: 18px;
        color: #fff;
    }

    .location-select h5 {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

.whiteDropDown {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.pointer {
    cursor: pointer;
    /*margin-left: 20px;*/
}

.text-uppercase {
    text-transform: uppercase;
}

.d-inline-flex {
    display: inline-flex;
}

.align-items-center {
    align-items: center;
}

.mr-1 {
    margin-right: 4px;
}

.mt-1 {
    margin-top: 4px;
}

a:hover {
    text-decoration: underline;
}

.tabs {
    display: flex;
    /*border-bottom: 2px solid #ccc;*/
}

.tab-link {
    padding: 13px 20px;
    background-color: #111111;
    border: none;
    cursor: pointer;
    /* margin-right: 5px; */
    /* border-radius: 4px 4px 0 0; */
    transition: background-color 0.3s;
    border-right: 1px solid #000;
    color: #fff !important;
    font-weight: 600;
}

    .tab-link:hover {
        background-color: #111111;
    }

    .tab-link.active {
        background-color: #ffffff;
        color: #000000 !important;
        font-weight: 600;
    }

.tab-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #ccc;
}

    .tab-content.active {
        display: block;
    }

.logo-holder .logo {
    display: inline-block;
    max-width: 120px;
}

    .logo-holder .logo img {
        position: absolute;
        top: -38px;
        width: 70px;
        left: 20px;
    }





.typecat1 {
    background-image: url(/FrontLayout/bg.png);
}

.product-info {
    /*  background: #fff;*/
    margin: 0;
    padding: 6px;
}


.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #fff0 78%, #000000b3 93%, #000000b3 27%);
    opacity: .9;
}

.bg-overlay3 {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 0px;
    opacity: .9;
    overflow: hidden;
    border-radius: 21px;
    /*box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;*/
}

.calu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
    opacity: .6;
}

.offer-banner-right-content {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, 20%);
    text-align: center;
    width: 100%;
}

    .offer-banner-right-content p {
        color: #222222;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: .39px;
        text-transform: capitalize;
        margin-bottom: 22px;
    }

    .offer-banner-right-content h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        font-family: "Play", sans-serif;
        padding: 0px 10px;
        text-shadow: 2px 0px 6px #000000, 0px 0px 3px #ffffff00;
    }

    .offer-banner-right-content h4 {
        color: #fff;
        font-size: 27px;
        font-family: "Play", sans-serif;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 18px;
    }

        .offer-banner-right-content h4 span {
            color: #ffd202;
            font-size: 30px;
            font-weight: 500;
        }

    .offer-banner-right-content .buy-btn2 {
        padding: 0px 20px;
    }

.buy-btn2 {
    color: #222;
    text-align: center;
    font-size: 14px;
    font-family: "Play", sans-serif;
    font-weight: 500;
    background-color: #fff;
    border-radius: 40px;
    padding: 6px 31px;
    display: inline-block;
}

.hover-btn3 {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .hover-btn3::after {
        position: relative;
        content: "";
        display: block;
        left: 15%;
        right: -20%;
        top: -4%;
        bottom: 0;
        border-radius: 2px;
        background-color: #fff;
        transform: skewX(45deg) scale(0, 1);
        z-index: -1;
        transition: all .5s ease-out 0s;
    }

    .hover-btn3:hover {
        color: #222222;
    }

        .hover-btn3:hover::after {
            transform: skewX(45deg) scale(1,1);
            height: 150%;
            width: 150%
        }

.card-bodys {
    padding: 10px;
}


.card {
    width: 100% !important;
}

.blog-hashtag {
    margin: 0;
}



.social {
    border: 4px solid white;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 15px 0px;
    margin-bottom: 30px;
}

.socials {
    border: 3px solid #08002221 !important;
    padding: 6px !important;
    background: #ffffff !important;
}

.btm {
    float: right;
    background: #93c926;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
}

.cates {
    border-radius: 21px;
    border: 0px solid #8bc34a38 !important;
    height: auto;
    width: 100%;
}

.categi {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -35%);
    font-size: 20px !important;
    color: #fff;
    /* background-color: #6e0b5b; */
    /* padding: 6px 8px; */
    border-radius: 6px;
    z-index: 9999999;
    width: 100%;
}

.feature-boxes-container .feature-box .feature-box-icon {
    background: #2d2d2d;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    border-radius: 40px;
    font-size: 40px;
    display: flex;
    margin-bottom: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}

    .feature-boxes-container .feature-box .feature-box-icon i {
        font-size: 40px;
        margin-bottom: 0;
        margin-top: -2px;
    }

.feature-box-content h3 {
    color: #fff;
}

.feature-box-content h5 {
    color: #fff;
}

.feature-box i {
    display: inline-block;
    margin-bottom: 2.2rem;
    color: #fff;
    font-size: 5rem;
    line-height: 1;
}

.feature-box i {
    display: inline-block;
    margin-bottom: 2.2rem;
    color: #08C;
    font-size: 5rem;
    line-height: 1;
}

.fc {
    position: relative;
}

    .fc img {
        position: relative;
    }

.owl-carousel .owl-item {
    padding-left: 10px;
}








