.badge {
    display: inline-block;
    padding: 0.4em 0.9em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    /*  margin-top: 20px;*/
}

.badge-secondary {
    background-color: rgb(239, 240, 246);
    color: rgb(79, 83, 102);
}

.badge-warning {
    color: rgb(79, 83, 102);
    /*background-color: #ffc107;*/
    background-color: #ff74ff;
}

.card {
    border-style: none;
}

.card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.product-tags {
    margin-top: 20px;
}

.fw-bolder {
    color: rgb(79, 83, 102);
}

.card-img-top {
    height: 160px;
    width: auto !important;
}

body {
    background-color: #dfe6e9;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
}

.card {
    padding: 25px 20px 5px 20px;
}

.shop-price {
    font-size: 18px;
    color: #6c5ce7;
}

.product-name {
    font-weight: bold;
    color: #636e72;
}

.full-price {
    text-decoration: line-through;
    font-weight: 600;
    color: #ababab;
    font-size: 14px;
}

.navbar-brand img {
    height: 30px !important;
}

.badge-success {
    color: #fff;
    background-color: #82ccdd;
    margin-right: 5px;
}

.display-4 {
    /*color: #fff;*/
    background: -webkit-linear-gradient(#110c5e, #902090);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
}
.bg-gradient2 {
    /*background-image: linear-gradient(to bottom right, #110C5E, #902090);*/
    background-color: #dfe6e9 !important;
    padding-top: 90px;
    margin-bottom: -50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /*color: #6B5A7D;*/
    color: #fff;
    font-weight: 600 !important;
    opacity: 0.9;
}

.nav-link:hover,
.nav-link:focus {
    color: #902090 !important;
}

.highlight {
    min-height: 300px !important;
    background-color: #000;
    padding: 25px 20px 5px 20px;
    border-radius: 5px;
}

.detail-img {
    background-color: #fff;
    padding: 75px;
    border-radius: 10px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.row-detail {
    margin-top: 60px;
}

p {
    color: #787878;
    font-weight: normal;
    line-height: 18px;
}

.desc-detail {
    padding: 10px 0px 0px 25px;
}

.h1-price {
    font-weight: normal;
    padding-bottom: 15px;
    font-size: 35px;
    padding-top: 20px;
}

.main-price {
    font-size: 16px;
    font-weight: normal;
    color: #787878;
}

a {
    text-decoration: none !important;
}

.more-detail-link {
    color: #6b5a7d;
}

.product-name:hover {
    color: rgb(132, 51, 138);
}

.img-financing {
    height: 40px;
    opacity: 0.5;
    padding: 7px 18px;
    background-color: #1d2235;
}

.display-inline {
    display: inline-block;
}

/* Formatting search box */
.search-box {
    width: 300px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.search-box input[type="text"] {
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    font-size: 14px;
}
.result {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
}
.search-box input[type="text"],
.result {
    width: 100%;
    box-sizing: border-box;
}
/* Formatting result items */
/*.result p{
    margin: 0;
    padding: 15px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
}*/
.result p:hover {
    /*background: #f2f2f2;*/
}

.search-item {
    /*padding: 15px 10px;*/
    /*border-bottom: solid 1px #CCCCCC;*/
    border-top: none;
}

.search-img {
    width: 70px;
    background-color: #161a2a;
    padding: 10px;
}

.row-search {
    padding: 10px 5px;
    background-color: #1d2235 !important;
    margin-left: 2px;
    margin-right: 2px;
    border-bottom: solid 1px #161a2a;
}

.row-search:hover {
    background-color: rgb(22, 26, 42, 0.5) !important;
}

.img-financing {
    display: inline-block;
    margin-bottom: 10px;
}

.p-finance {
    line-height: 8px;
    margin-top: 30px;
}

.row-financing {
    padding-left: 10px;
}

@media (min-width: 576px) {
    .desc-detai {
        padding-left: 25px !important;
    }
}

@media (min-width: 768px) {
    .desc-detai {
        padding-left: 25px !important;
    }
}

.menu-box {
    width: 450px;
}

.bg-dark {
    background-color: #3f2775 !important;
}

.pt-12 {
    padding-top: 95px !important;
}

.search-name {
    margin-bottom: 0px;
    font-weight: 600;
    color: #cad7ec !important;
}

.search-price {
    color: #9ba5b5;
    opacity: 0.5;
}

#searchBox {
    color: #9ba5b5 !important;
}

#searchResults,
#searchResults li {
    background-color: #1d2235 !important;
}

/* Custom styles for mobile view */
@media (max-width: 991.98px) {
    .navbar-light .form-inline {
        width: 100%; /* Full width search bar in mobile */
        margin-top: 10px;
    }

    .menu-box {
        width: 100%;
    }

    .detail-img {
        min-height: 300px;
    }

    .desc-detail {
        padding: 10px 0px 0px 5px;
    }

    .p-finance {
        margin-top: 10px;
    }

    .p-desc {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 2.5rem;
    }
}

body {
    background-color: #161a2a;
    color: #9ba5b5 !important;
}

.detail-img {
    background-color: #1d2235;
    /*  border:solid 1px #3f4458;*/
}

.bg-light {
    background-color: #161a2a !important;
}

.search-box input[type="text"] {
    background-color: #1d2235;
    border: solid 1px #3f4458;
}

p {
    color: #9ba5b5;
    opacity: 0.5;
}

.card {
    background-color: #1d2235;
}

.product-name {
    color: #9ba5b5;
}

.badge-secondary {
    background-color: #1d2235;
    border: solid 1px #3f4458;
    color: #9ba5b5;
    opacity: 0.7;
}

.main-price {
    color: #9ba5b5;
    opacity: 0.5;
}

.tags-show {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-gradient2 {
    background-color: #161a2a !important;
}

.cat-count {
    border: solid 1px #5e187c;
    padding: 5px 20px 5px;
    color: #161a2a !important;
    border-radius: 5px;
}

.h1-price {
    padding-top: 10px !important;
}

span.cat-count {
    font-size: 30px !important;
}

.bg-gradient3 {
    background-image: linear-gradient(to bottom right, #110c5e, #902090);
    background-color: #dfe6e9 !important;
    padding-top: 90px;
    margin-bottom: -50px;
}

.home-sub-heading {
    background: -webkit-linear-gradient(#bb35bd, #3e2a96);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    font-size: 2rem;
    font-weight: 700;
}

.btn-view-all {
    border: solid 1px #9ba5b5;
    color: #9ba5b5;
    font-size: 12px;
    opacity: 0.5;
}

.btn-view-all:hover {
    opacity: 1;
    border: solid 1px #9ba5b5;
}

.sale-bg {
    min-height: 351px;
    height: auto !important;
    width: 100%;
    padding: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sale-product-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.h2-promo {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0px;
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Long_Shot.ttf);
}

@font-face {
    font-family: displayFont;
    src: url(../fonts/ultrasliberi.ttf);
}

.neon {
    font-family: myFirstFont !important;
    font-weight: 700;
    font-size: 75px;
    text-shadow:
        0 0 5px #ff005e,
        0 0 10px #ff005e,
        0 0 20px #ff005e,
        0 0 40px #ff005e,
        0 0 80px #ff005e;
    animation: glow 3.5s infinite alternate;
    text-transform: uppercase;
    color: #090d21;
    margin-bottom: 0px !important;
    line-height: 0.9;
}

.promo-caption {
    font-family: displayFont !important;
    /*color: #4086ff;*/
    color: #ff74ff;
    opacity: 0.9;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.promo-date {
    text-transform: uppercase;
    font-weight: 700;
    /*color: #ff74ff;*/
    color: #4086ff;
    opacity: 0.7;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.h4-promo {
    font-weight: 600;
    font-size: 20px !important;
    margin-bottom: 10px;

    /*color: #f9e857 !important;*/
    color: #ff74ff !important;
}

.btn-promo {
    /*background-color: #fff;*/
    padding: 8px 17px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border: solid 1px #fff;
    color: #fff !important;
    opacity: 0.5;
}

.btn-promo:hover {
    opacity: 0.9;
}

.sale-product-bg {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /*opacity: 0.75;*/
}

@keyframes glow {
    0% {
        text-shadow:
            0 0 5px #ff005e,
            0 0 10px #ff005e,
            0 0 20px #ff005e,
            0 0 40px #ff005e,
            0 0 80px #ff005e;
    }
    100% {
        text-shadow:
            0 0 10px #00d4ff,
            0 0 20px #00d4ff,
            0 0 40px #00d4ff,
            0 0 80px #00d4ff,
            0 0 160px #00d4ff;
    }
}

.home-promo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 10px;
}

.navbar-toggler {
    color: #7a2e95 !important;
    border-style: none;
    background-color: #7a2e95;
}

.navbar-toggler-icon {
    color: #3f2775 !important;
}

.sale-banner {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.badge-warning {
    font-size: 65%;
    font-weight: 700;
    color: rgb(26, 8, 20);
}

.badge-danger {
    font-size: 65%;
    font-weight: 700;
    color: rgb(26, 8, 20);
    background-color: #ff7675;
}

a.a-promo-detail {
    font-size: 11px;
    font-weight: 700;
    color: #0e2741;
    /*color: rgb(255, 255, 255, 0.8);*/
    /*color: #fff;*/
    padding: 10px 19px;
    line-height: 5;
    border-radius: 5px;
    background-image: linear-gradient(-180deg, #4086ff 0%, #ff74ff 100%);
}

a.a-promo-detail:hover {
    background-image: linear-gradient(-180deg, #ff74ff 0%, #ff74ff 100%);
}

.sm-promo {
    margin-top: 25px;
    height: 80px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;

    position: relative;
    overflow: hidden;
}

.promo-inner {
    height: 76px;
    margin: 2px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    background-color: #161a2a;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sm-promo::before {
    content: "";
    display: block;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(249, 232, 87, 0.55) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 500px;
    width: 100px;
    transform: translate(0);
    position: absolute;
    animation: rotate 5s linear forwards infinite;
    z-index: 0;
    top: 50%;
    left: 40%;
    transform-origin: top center;
}

.ongoing-promo {
    font-family: myFirstFont !important;
    color: #fff;
    opacity: 0.6;
    line-height: 0;
    margin-top: 2px;
    margin-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.a-more-details {
    color: rgb(108, 92, 231);
    opacity: 0.7;
}

.a-more-details:hover {
    color: rgb(108, 92, 231);
    opacity: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner-promo {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.h2-glitch {
    animation: glitch 1s linear infinite;
    font-family: displayFont !important;
    font-weight: 700;
    font-size: 55px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#4086ff, #ff74ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #ff74ff;
    line-height: 0.9;
    margin-bottom: 0px;
}

@keyframes glitch {
    2%,
    64% {
        transform: translate(2px, 0) skew(0deg);
    }
    4%,
    60% {
        transform: translate(-2px, 0) skew(0deg);
    }
    62% {
        transform: translate(0, 0) skew(5deg);
    }
}

.h2-glitch:before,
.h2-glitch:after {
    content: attr(title);
    position: absolute;
    left: 0;
}

.h2-glitch:before {
    animation: glitchTop 1s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    background: -webkit-linear-gradient(#4086ff, #ff74ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
}

@keyframes glitchTop {
    2%,
    64% {
        transform: translate(2px, -2px);
    }
    4%,
    60% {
        transform: translate(-2px, 2px);
    }
    62% {
        transform: translate(13px, -1px) skew(-13deg);
    }
}

.h2-glitch:after {
    animation: glitchBotom 1.5s linear infinite;
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    background: -webkit-linear-gradient(#4086ff, #ff74ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
}

@keyframes glitchBotom {
    2%,
    64% {
        transform: translate(-2px, 0);
    }
    4%,
    60% {
        transform: translate(-2px, 0);
    }
    62% {
        transform: translate(-22px, 5px) skew(21deg);
    }
}

/* Custom styles for mobile view */
@media (max-width: 991.98px) {
    .home-promo {
        height: 150px !important;
    }

    .neon {
        font-size: 50px;
    }
    .h2-glitch {
        font-size: 30px;
    }
    .promo-caption {
        font-size: 22px;
    }
    .promo-date {
        font-size: 10px;
    }
    .sale-banner {
        height: 150px;
        padding-top: 10px;
    }

    a.a-promo-detail {
        font-size: 10px;
        padding: 8px 17px;
        line-height: 3;
    }
}
