﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.indx-page-body {
    /*height: 100%;
    margin: 0;
    background-image: linear-gradient(#181818, #3A3A3A);
    background-repeat: no-repeat;*/
    /*-----------*/
    /*Checks*/
    width: 100%;
    height: 100%;
    background: #000000;
    --gap: 5em;
    --line: 1px;
    --color: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient( -90deg, transparent calc(var(--gap) - var(--line)), var(--color) calc(var(--gap) - var(--line) + 1px), var(--color) var(--gap) ), linear-gradient( 0deg, transparent calc(var(--gap) - var(--line)), var(--color) calc(var(--gap) - var(--line) + 1px), var(--color) var(--gap) );
    background-size: var(--gap) var(--gap);
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none; /* Disables long-press menu in iOS */
}

input[type="radio"] {
    cursor: pointer;
}

.dbmg-page-body {
    margin: 20px;
}

.bdrbxshd12 {
    box-shadow: 12px 12px 0 black;
}

.bdrbxshd5 {
    border: 2px solid white;
    box-shadow: 5px 5px 0 white;
}

.bdrbxshd3 {
    box-shadow: 3px 3px 0 white;
}

.mono6001px {
    font-family: monospace;
    font-weight: 600;
    letter-spacing: 1px;
}

.validation-message {
    color: red;
    cursor: pointer;
}

/* Margin */
.mrgnL1rem {
    margin-left: 1rem;
}

.mr-25px {
    margin-right: 25px;
}

a:hover {
     color: white; 
}

/* Margin end */

.btn-none {
    all: unset;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    background-color: transparent;
}

:focus {
    outline: none;
}

.font {
    /*font-family: "Roboto Mono", sans-serif;*/
}

.text-color {
    color: white;
}

p {
    /*font-family: "Jomolhari", Arial, serif;*/
}

label {
    font-family: "Roboto Mono", sans-serif;
}

h1 {
    font-family: "Roboto Mono", sans-serif;
}

.txtdecno {
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a::before {
    color: white;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.header_main {    
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    top: 0px;
    padding-right: 1rem;
}

.headercnt {
    background-color: black;
    border-bottom: 1px solid white;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    z-index: 1000;
}

.header_main_logo_name {
    display: flex;
    padding-left: 1rem;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1rem;
}

.header_main_logo_name img {
    height: 60px;
    width: 60px;
}

.header_main_brand_name {
    font-family: "Meow Script", Arial,serif;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    color: white;
    -webkit-text-stroke-width: 0.5px;
    margin-left: 10px;
    height: auto;
}

.header_main_nav {
    display: flex;
    height: 100%;
    width: fit-content;
    align-items: center;
}

    .header_main_nav ul {
        display: flex;
        justify-content: space-between;
        width: fit-content;
        margin-bottom: 0rem;
        gap: 0.5rem;
    }

.arti-nav {
    width: 150px;
}

.header_main_nav ul li a {
    width: fit-content;
}
.header_main_nav li {
    width: 35px;
}

/* navigation icons */

.mntmsg {
    display: flex;
    justify-content: center;
    background-color: red;
    color: white;
    width: 100%;
}

.bx-md-self {
    font-size: 2rem !important;
    color: white;
    border-bottom: 2px solid black;
    box-shadow: 0px 0px 0 white;
    transition: box-shadow 0.3s ease;
}

    .bx-md-self:hover {
        box-shadow: 0px 5px 0 white;
    }

.bx-md-self-glo {
    font-size: 1.5rem !important;
    transition-duration: 200ms;
}

.nav-ico {
    display: flex;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
}

.ico-bdr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    border-width: 0.15rem;
    transition-duration: 200ms;
}

.ico-bdr:hover {
    background-color: rgba(255, 255, 255, 0.5);

}

/* ========================= */

/* ADVERT */
/* ========================= */

.bx-advt-self {
    font-size: 4rem !important;
    color: #ffffff6e;
    transition-duration: 200ms;
}

.bx-advt-self:hover {
    color:#ffffff;
}

/* ========================= */

.advert {
    display: flex;
    overflow: hidden;
    align-items: center;
}

.slider-wrapper {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
}

.slide {   
    display: flex; 
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
}

.slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    margin-bottom: 1rem;
}

.slider img {
    /* flex: 1 0 100%; */
    scroll-snap-align: start;
    /* object-fit: cover; */
    scroll-snap-stop: always;
    width: 100vw;
}

/* Bottom Slide Circles */
.sldrbtns {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.nav-ico-btn-sldr {
    all: unset;
    /* width: fit-content; */
    /* height: fit-content; */
    cursor: pointer;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
     color: black; 
    transition-duration: 200ms;
    /*position: absolute;*/
}

.nav-ico-btn {    
    all: unset;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #ffffff6e;
    transition-duration: 200ms;
}

.nav-ico-btn:hover {    
    color: #ffffff;    
}

.slider-nav-circles {
    display: flex;
    height: 2rem;
    justify-content: space-around;
    align-items: center;
}

/* ======================= */


.filterhid {
    display: block;
    padding-left: 1rem;
    opacity: 1;
    max-width: 0;
    overflow: hidden;
    pointer-events: none;
    /*border-right: 2px solid white;*/
    padding-right: 0rem;
    transition: max-width 1s ease, padding-right 0.8s ease;
}

.filtervis {
    display: flex;
    padding-left: 1rem;
    opacity: 1;
    max-width: 200px;
    pointer-events: auto;
    overflow: hidden;
    border-right: 2px solid white;
    padding-right: 2rem;
    transition: max-width 1s ease, padding-right 1s ease;
}

@media (max-width: 640px) {
    .filterhid {        
        padding-right: 0rem;
    }

    .filtervis {
        padding-right: 6rem;
    }
}

.shwFltr {
    display: flex;
}

/*.fltrbtn {
    color: #090909;
    background-color: white;
    height: 10rem;
    border: 1px solid white;
    width: 1.5rem;
    border-radius: 0px 2.5px 2.5px 0px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 1rem;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}

    .fltrbtn:hover {
        box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8);
    }*/

.filter-title {
    font-family: "Jomolhari", Arial,serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 14px;
}

.filter-elements label {
    font-family: "Jomolhari", Arial,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: white;
}

@media (min-width: 640px) {
    .filter-title {
        font-size: 16px;
    }

    .filter-elements label {
        font-size: 14px;
    }
}

/* Products Display area */

/*.filter-container {
    width: fit-content;
    border-right: 2px solid white;
    padding-right: 1rem;
}*/

@media (min-width: 640px){
    .filter-container {
        /*width: 10rem;*/
    }
}

.product {
    /*display: flex;
    width: 100%;
    justify-content: center;
    height: fit-content;*/
}

.prodcntr {
    display: flex;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 10.5rem);
    justify-content: center;
    font-family: "Jomolhari", Arial, serif;
    padding: 0;
}

.product-item {
    display: inline-flex;
    width: 10rem;
    height: auto;
    align-items: center;
    flex-direction: column;
    margin: 0.1rem;
    transition: box-shadow 0.3s ease-in-out;
}

.product-list > div[style*="height: 0px"] {
    display: none;
}

.product-item:hover {
    /*box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8);*/
}

.product-img {
    height: auto;
    width: 9.8rem;
    aspect-ratio: 4 / 5.5;
    object-fit: cover;
    cursor: pointer;
    margin-top: 0.25rem;
    border: 1px solid white;
}

.product-img:hover {
    box-shadow: 5px 5px 0 white;
}

.productbck-img {
    position: absolute;
    height: auto;
    width: 9.8rem;
    aspect-ratio: 4 / 5.5;
    object-fit: cover;
    cursor: pointer;
    margin-top: 0.25rem;
    box-shadow: 0px 0px 0 white;
    opacity: 0;
    transition: box-shadow 0.3s ease-in, opacity 0.3s ease-in;
}

    .productbck-img:hover {
        opacity: 1;
        box-shadow: 5px 5px 0 white;
    }

.product-desctiption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*padding-top: 2%;
    height: 15%;*/
    width: 95%;
    background-color: transparent;
    /*min-height: 6rem;*/
    font-family: "Roboto Mono", sans-serif;
    letter-spacing: 1px;
    font-size: 11px;
}

.desc {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.product-desctiption .outfstk {
    color: red;
}

    .product-desctiption .product-name {
        border-bottom: 1px solid white;
    }

.pric{

}

.pricvl{

}
.pricvlcut {
    text-decoration: line-through;
}

    @media (min-width: 640px) {
        .product-list {
            grid-template-columns: repeat(auto-fit, 22.9rem);
            padding: 0;
        }
    .product-item {
        width: 22.4rem;
        height: auto;
        justify-content: center;
        /* margin-right: 0.8rem; */
        margin-bottom: 0.5rem;
    }

        .product-img {
            height: auto;
            width: 22rem;
            border: 2px solid white;
        }

        .productbck-img {
            height: auto;
            width: 22.5rem;
            margin-bottom: 3.4rem;
            box-shadow: 0px 0px 0 white;
            opacity: 0;
            transition: box-shadow 0.3s ease-in, opacity 0.3s ease-in;
        }

        .productbck-img:hover {
            opacity: 1;
            box-shadow: 8px 8px 0 white;
        }

    .product-desctiption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 2%;
        height: 15%;
        width: 95%;
        background-color: transparent;
        font-size: 16px;
    }

}

@media (min-width: 1800px) {
    .product-list {
        padding: 0rem 15rem 0rem 15rem;
    }
}

.product-price {
    box-sizing: border-box;
}

.product-desctiption div {
    color: white;
    display: flex;
    gap: 5px;
}

.seprator-item-desc {
    width: 100%;
    height: 1px;
    background-color: white;
}

.color-red div{
    color: red;
}

/* ====================== */


.search-product {
    --padding: 2px;
    /* height: 100px; */
    /* background-color: lightskyblue; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: scroll; */
    /*padding-right: 5.7%;*/
    margin: 1rem;
}

.search-popular-new {
    display: flex;
    /*justify-content: space-between;*/
    margin: 1rem;
    /*height: 34px;*/
    /*width: 45rem;*/
    flex-wrap: wrap;
    gap: 1rem;
}

.search-btn {
    font-family: "Jomolhari", Arial, serif;
    font-style: normal;
    font-weight: 400;
    font-size: small;
    width: 150px;
    border-radius: 2.5px;
    cursor: pointer;
    border: none;
    height: 2rem;
}
 
.search-btn:active {   
    border-style: solid;
    border-width: 2px;
    border-color: white;
    background-color: transparent;
    color: white;
} 

.search-btn:hover {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.936);
}

.search-text {
    width: max-content;
    display: flex;
    align-items: center;
    padding: var(--padding);
    border-radius: 2.5px;
    background-color: white;
}

.search-input {
    font-family: "Jomolhari", Arial,serif;
    font-style: normal;
    font-size: 12px;
    margin-right: var(--padding);
    margin-left: var(--padding);
    outline: none;
    border: none;
    background: transparent;    
    transition: background 250ms;
}

@media (min-width: 640px) {
    .search-input {
        font-size: 14px;
    }
}

.search-text:focus-within {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.936);
}

.search-text:hover {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.936);
}

.search-input::placeholder,
.search-icon {
    color: rgba(0,0,0,0.25)
}

/* Check box */

* {
    box-sizing: border-box;
}

.filter-elements {
    display: flex;
    align-items: center;    
}

.filter-elements label {
    cursor: pointer;
    display: flex;
    align-items: center;    
}

.filter-elements input[type='checkbox'] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.filter-elements label::before {
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 0.15em;
    margin: 0.5em;
    border: 0.05em solid white;
}

.filter-elements input[type='checkbox']:checked +label::before {
    content: '\002714';
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;    
}

.range-slider {
    display: flex;
    flex-direction: column;
    width: 10rem;
    height: 0.2rem;
    margin: 15px 0;
    margin-left: 1rem;
    background-color: gray;
}

.range-slider input {
    width: 100%;
    background: none;
    appearance: none;
    pointer-events: none;
}

.range-slidercontainer {
    display: flex;
    flex-direction: column;
    margin-top: -0.4rem;
    height: fit-content;
}

.max-val {
    transform: translateY(-0.85rem);
}

input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid white;
    background: white;
    appearance: none;
    cursor: pointer;
    pointer-events: auto;
}

input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid white;
    background: white;
    appearance: none;
    cursor: pointer;
    -moz-appearance: none;
    pointer-events: auto;
}

.range-values {
    display: flex;
    width: 12rem;
    justify-content: space-between;
}

.rangeval span {
    color: white;
}

/* Radio btn filter */

.range-radiobtns {
}

.radio-btn {
    display: flex;
    align-items: center;
}

    .radio-btn label {
        font-family: "Jomolhari", Arial,serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: white;
    }

@media (min-width: 640px) {
    .radio-btn label {
        font-size: 14px;
    }
}

    .radio-btn input {
        margin: 6.5px 6.5px;
    }

/* Radio btn filter end */

/* Check box End */

.filter-seprator {
    width: 2px;
    background-color: white;
}

/* HERO Section */

.hero {
    margin: 5rem 0rem 5rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    /* align-items: center; */
}

.hero-back {
    position: absolute;
    height: fit-content;
    width: fit-content;
    z-index: -1;
}

    .hero-back img {
        height: auto;
        width: 40rem;
        opacity: 0.2;
    }

.hero-top {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: fit-content;
    /* height: fit-content; */
}

    .hero-top h1,
    .hero-msg {
        color: white;
    }

.hero-msg {
    font-family: "Roboto Mono", sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.25;
    width: 69%;
}

.hero-top h1 {
    font-family: 'Bodoni Moda', serif;
    font-size: 40px;
    width: 74%;
    text-align: left;
    margin: 0rem 0rem 1rem 0rem;
}

.hero-lft {
    display: flex;
    flex-direction: column;
    width: 32%;
    /* text-align: right; */
}

    .hero-lft a {
        text-decoration: none; /* Removes underline */
    }

.hero-rt {
    display: flex;
    background-color: white;
    width: fit-content;
    height: 32rem;
    box-shadow: 8px 8px 0 white;
    border: 2px solid black;
}

.expbtn {
    display: flex;
    justify-content: start;
    margin-bottom: 0rem;
}

.expbtntxt {
    width: fit-content;
    border: 2px solid;
    font-size: 14px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    color: white;
    background-color: black;
    cursor: pointer;
    box-shadow: 0px 0px 0 white;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.5s ease;
}

    .expbtntxt:hover {
        color: black;
        background-color: white;
        box-shadow: 3px 3px 0 white;
    }

.heroimg {
    
}

@media (max-width: 640px) {
    .hero {
        margin: 3rem 0rem 3rem 0rem;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        flex-direction: column; 
        /* align-items: center; */
        padding: 0rem 2rem 0rem 2rem;
    }

    .hero-lft {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* text-align: right; */
        /* padding: 0rem 2rem 2rem 2rem; */
        margin-bottom: 2rem;
    }

    .hero-top {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        width: fit-content;
        /* height: fit-content; */
        /* padding: 0rem 2rem 0rem 2rem; */
    }

        .hero-top h1 {
            font-family: 'Bodoni Moda', serif;
            font-size: 35px;
            width: 94%;
            text-align: left;
            margin: 0rem 0rem 1rem 0rem;
        }

    .hero-msg {
        font-family: "Roboto Mono", sans-serif;
        font-size: 12px;
        text-align: left;
        line-height: 1.25;
        width: 85%;
        /* padding: 0rem 2rem 0rem 2rem; */
    }

    .hero-rt {
        display: flex;
        background-color: white;
        width: fit-content;
        height: 26rem;
        box-shadow: 8px 8px 0 white;
        border: 2px solid black;
    }

    .heroimg {
        height: auto;
        width: 19rem;
        object-fit: cover;
    }

}
/* ===================== */
/* reviews */
.reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40rem;
    margin-bottom: 4rem;
}

.cards-self {
    white-space: nowrap;
    overflow-x: auto;    
    /*scroll-snap-type: x mandatory;
    scroll-behavior: smooth;*/
    scrollbar-width: none;
    display: flex;
    align-items: center;
    height: fit-content;
    padding: 1rem;
}

.card_self {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 10rem;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
}

.card_self:first-child{
    margin-left: 0rem;
}

/* .cards img {
    height: 340px;
    object-fit: cover;
    margin-left: 100px;
    width: calc(100%);
} */

.card_self-img {
    margin-bottom: -4px;
}

.card_self-img img {
    height: 25rem;
    width: 20rem;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.card_self .card_self-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    width: 20rem;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    color: black;
    background-color: #e4e4e4;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    line-height: 1.2rem;
}

.card_self .card_self-desc p {
    width: 90%;
    margin-block-start: 0rem;
    margin-block-end: 1rem;
}

.card_self .card_self-desc div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3rem;
    font-size: 1.25rem;
}

@media screen and (max-width: 900px) {
    .cards img {
        width: calc(100%/3);
    }
}

@media screen and (max-width: 550px) {
    .cards img {
        width: calc(100%/1);
    }
}

.cards img:first-child {
    margin-left: 0px;
}

.left-slide-arow,
.right-slide-arow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
}

/* ===================== */

/* Footer */
.footer {
    display: flex;
    flex-direction: column;
    background-color: black;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid white;
}

.footer-logo,
.footer-links {
    background-color: transparent;
    border-bottom: white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-style: solid;
    border-width: 1px;
}

.footer-logo {
    align-items: center;
    height: 25%;
}

.footer-links {
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
}

.links-container {
    gap: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.links {
    width: fit-content;
}

    .links div,
    .links a {
        font-family: "Roboto Mono", sans-serif;
    }

.links div {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.links a {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    text-decoration: none;
    color: white;
}

.links a:hover {
    color: white;
}

.links .links-mail {
    display: flex;
    align-items: center;
    height: 2rem;
}

.mail-icon-bdr {
    width: fit-content;
    height: 25px;
    cursor: pointer;
    margin-right: 0.5rem;
}

.footer-links .links {
    color: white;
    display: flex;
    flex-direction: column;
}

.footer-policy {
    display: flex;
    justify-content: flex-end;
    padding-top: 1%;
    padding-bottom: 0;
    height: 15%;
    background-color: transparent;
    color: white;
    width: 100%;
}

@media (max-width: 640px) {
    .footer-policy {
        padding-bottom: 11%;
    }
}

.icons-socials {
    width: 200px;
    display: flex;
    justify-content: space-between;
}

/* editor page */

.editor-pg {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vmin;
    margin-top: 5rem;
}

.editor {
    display: block;
    color: white;
    font-size: 3rem;
    margin-top: 2rem;
}

/* editor page end */


/* Artiicle List Editor START */

.textdanger {
    color: red;
}

.search-product-ale {
    --padding: 2px;
    height: 100px;
    /* background-color: lightskyblue; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5.7%;
}

.search-popular-new-ale {
    display: flex;
    /* justify-content: space-between; */
    margin: 1rem;
    /* height: 34px; */
    flex-wrap: wrap;
    /* width: 45rem; */
    gap: 1rem 1rem;
}

.articles-ale {
    display: flex;
    justify-content: center;
    margin-bottom: 3.0rem;
    border-color: transparent;
    border-bottom-color: white;
    border-style: solid;
    border-width: 2px;
}

.edit-del-ale {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem;
}

.edit-del-ale a{
    margin: 1rem 0rem;
}

.bx-md-self-ale {
    font-size: 2rem !important;
}

.bx-slide-self {
    font-size: 2rem !important;
}

.img-upld-container {
    display: flex;
}

.img-upld {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0rem 1rem;
}

.img-upld a {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.artile-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.25rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.btn_no_style {
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
/* Artiicle List Editor END */
/* Review List Editor START*/
.review-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 1.25rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.edit-arti {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.edit-arti input{
    margin-left: 1rem;
    font-size: 1.25rem;
    height: 2rem;
    width: 20rem;
    outline: none;
}

.edit-arti select{
    margin-left: 1rem;
    height: 2rem;
    width: 20rem;
    font-size: 1.25rem;
    outline: none;
}

.articles-ae {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.review-info {
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}


/* Review List Editor END*/

/* Advert Page Editor Start */

.adv-btns {
    --padding: 2px;
    height: 100px;
    /* background-color: lightskyblue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.adv-btn {
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
    height: 34px;
    /* width: 45rem; */
}

.adv-img {
    height: 30rem;
    width: 60rem;
    object-fit: cover;
}

.adv-ae {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.adv-img-upld-container {
    display: flex;
    flex-direction: column;    
}


/* Advert Page Editor End */

/* Adv Messsage*/

.advcont {
    display: flex;
    height: fit-content;
    justify-content: center;
    /* width: 50%; */
}

.advcrd {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: fit-content;
    border: 5px solid white;
    padding: 1rem 5rem;
}

.advmsg {
    color: white;
    font-family: Bungee Inline, Static;
    font-size: 45px;
    text-shadow: 4px 3px 0 white;
    text-align: center;
    -webkit-text-stroke: 2px black;
}

.pulsing-text {
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
    /* Increase size */
}

@media (max-width: 640px) {
    .advmsg {
        color: white;
        font-family: Bungee Inline, Static;
        font-size: 24px;
        text-shadow: 2px 1.5px 0 white;
        text-align: center;
        -webkit-text-stroke: 1px black;
    }
}
/*===============*/
/* Link Editor Star */
.linkscontainer {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.link-info {    
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.25rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.link-header {
    display: block;
    color: white;
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* button */

.linkBtnContain {
    --padding: 2px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.linkBtn {
    display: flex;
    justify-content: center;
    height: 34px;
    width: 12rem;
}

/* Link Editor End */

/* Filter Editor */

.filterscontainer {
    margin-top: 2rem;
    display: flex;
    justify-content: space-evenly;
}

.filter-info {    
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.cate-name {
    width: 10rem;
}

/* Filter Editor End */


/*Data base manager*/
.selector {
    display: flex;
    justify-content: space-between;
    margin-right: 70%;
}

.tbl-wh th {
    width: 100px;
}

.tbl th,
.tbl td{
    width: 12rem;
    border: 1px solid black;
}

.odrbtnDlv {
    height: auto;
    margin: 3px 0px;
}

.odrbtnCnf {
    height: auto;
}

.ldinginx {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    height: 50vh;
    color: white;
    padding-top: 3rem;
}

/*Data base manager End*/
/* Details page start*/

.sldbtncont {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 50.5%;
}

.sldbtn {
    background-color: grey;
    width: 1rem;
    height: 1rem;
    border-radius: 8px;
    cursor: pointer;
}

.sldbtnsltd {
    background-color: white;
}

.sizchrtlink {
    color: white;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.uimsgdtl {
    color: black;
    font-family: "Jomolhari", Arial,serif;
    border-radius: 2.5px;
    background-color: white;
    position: fixed;
    right: 0px;
    margin-right: 1rem;
    margin-top: 2rem;
    padding: 0.25rem 0.5rem;
    opacity: 0;
    width: 25%;
    /*transition: opacity 0.5s ease-in;*/
}

    .uimsgdtl.show {
        animation: fadeInOut 2s ease;
    }

@media (max-width: 640px) {
    .uimsgdtl {
        width: 50%;
    }
}

@keyframes fadeInOut {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

.details {
    color: white;
    width: 40%;
    font-family: "Roboto Mono", sans-serif;
}

    .details .msgh {
        max-height: 0rem;
        overflow: hidden;
        transition: max-height 1s ease;
    }

    .details .msgv {
        display: flex;
        justify-content: center;
        cursor: pointer;
        width: 100%;
        max-height: 2rem;
        overflow: hidden;
        transition: max-height 1s ease;
    }

@media (max-width: 640px) {
    .details {
        width: 100vw;
        margin: 1rem;
        font-size: 14px;
    }
}

.details h1 {
    padding: 0rem 0rem;
    margin: 0;
    font-size: 32px;
}

.details .price {
    font-size: 24px;
    padding-top: 1rem;
    display: flex;
    border-top: 1px solid white;
}

@media (max-width: 640px) {
    .details h1 {
        font-size: 26px;
    }

    .details .price {
        font-size: 18px;
    }
}

.types input[type="radio"] {
    display: none;
}

.details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding-left: 0;
}

.types label {
    border: 2px solid white;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    cursor: pointer;
    color: white;
    /* border-radius: 2.5px; */
    box-shadow: 3px 3px 0 white;
    background-color: black;
    transition: color 0.3s, background-color 0.3s;
}

.types input[type="radio"]:checked + label {
    background-color: white;
    color: black;
    border-color: black;
}

.color-picker {
    display: flex;
    gap: 10px;
}

    .color-picker li {
        display: inline-block;
    }

    .color-picker input[type="radio"] {
        display: none;
    }

    .color-picker .color {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        border: 2px solid white;
        cursor: pointer;
        /* border-radius: 2.5px; */
        box-shadow: 3px 3px 0 white;
        transition: border-radius 0.3s;
    }

    .color-picker input[type="radio"]:checked + .color {
        border-radius: 16px;
    }


.details button {
    font-size: 19.2px;
    color: white;
    background-color: transparent;
    border: 3px solid white;
    padding: 0.2rem 1rem;
    width: 100%;
    border-radius: 2.5px;
}

@media (max-width: 640px) {
    .details button {
        font-size: 17.2px;
    }
}

    .details button:hover {
        color: black;
        background-color: white;
    }

.quantity {
    font-size: 19.2px;
    border: none;
    text-align: center;
    width: 50px;
    height: 35px;
    background-color: transparent;
    color: white;
    appearance: textfield;
    padding: 4px;
}

.inline {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
}
.mxmsgcnt {
    display: flex; 
    flex-direction: column;
}

.mxqntmsg {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 640px) {
    .quantity {
        font-size: 17.2px;    

    }

    .inline,
    .mxqntmsg {
        font-size: 17.2px;
    }
}

.qntctn {
    display: flex;
    margin-bottom: 2rem;
    gap: 2rem;
}

.qntact {
    display: flex;
    flex-direction: column;
}

.qntmaxmsg {
    display: flex;
    align-items: center;
}

.quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 2px solid white;
    overflow: hidden;
    width: fit-content;
    /* border-radius: 2.5px; */
    box-shadow: 3px 3px 0 white;
    background-color: black;
}

    .quantity-selector button {
        background-color: transparent;
        border: none;
        width: 40px;
        height: 35px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        transition: background-color 0.3s;
    }

        .quantity-selector button:active {
            background-color: white;
        }

    .quantity-selector input {
        border: none;
        text-align: center;
        width: 50px;
        height: 35px;
        background-color: transparent;
        color: white;
        appearance: textfield; /* Removes number spinner in some browsers */
    }

        .quantity-selector input::-webkit-outer-spin-button,
        .quantity-selector input::-webkit-inner-spin-button {
            appearance: none; /* Hides the number input spinners */
            margin: 0;
        }

    .quantity-selector button:disabled {
        background-color: white;
        cursor: not-allowed;
    }

.description {
    border-top: 1px solid white;
    font-size: 1.25rem;
    padding-top: 1rem;
    margin-top: 0rem;
}

    .description p {
        font-size: 1rem;
    }

.addtokart:hover {
    cursor: pointer;
}

.detailsproduct {
    display: flex;
    /* width: 80%; */
    height: fit-content;
    /*flex-wrap: wrap;*/
    justify-content: center;
    /* margin-left: 10%;*/
    gap: 2rem;
    margin-block: 1rem;
}

@media (max-width: 640px) {
    .detailsproduct {
        flex-wrap: wrap;
        gap: 0rem;
    }
}

.detailsproduct-list {
    font-family: "Jomolhari", Arial, serif;
    /* padding-left: 10rem; */
    display: flex;
    width: fit-content;
    height: fit-content;
    gap: 1rem;
    margin-left: 5rem;
}

@media (max-width: 640px) {
    .detailsproduct-list {
        flex-wrap: wrap;
        margin: 0rem 1rem;
    }
}

.detailsproduct-item {
    display: inline-flex;
    border-style: solid;
    border-color: transparent;
    border-width: 2px;
    height: 35rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2rem;
}

.detailsproduct-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 2.5px;
}
/* Details page end*/
    /* Kart Page */

.kart {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.items {
    width: 65%;
}

.item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0rem;
    border-bottom: 2px solid white;
}

    .item img {
        height: 10rem;
        width: 10rem;
        object-fit: cover;
        margin-right: 5rem;
        border: 2px solid white;
        box-shadow: 5px 5px 0 black;
    }

.item .artiname {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    justify-content: space-between;
    gap: 0.5rem;
    width: 50%;
}

    .item .price {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*padding-right: 1rem;
        padding-left: 1rem;*/
    }

        .item .price button {
            background-color: transparent;
            border: transparent;
        }

.krtqnty {
    display: flex;
    height: 20%;
}

.krtqnty-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid white;
    overflow: hidden;
    width: fit-content;
    background-color: black;
}

    .krtqnty-selector button {
        background-color: transparent;
        border: none;
        width: 40px;
        height: 100%;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: background-color 0.3s, color 0.3s;
    }

        .krtqnty-selector button:active {
            background-color: white;
        }

        .krtqnty-selector button:hover {
            background-color: white;
            color: black;
        }

        .krtqnty-selector button:disabled {
            background-color: white;
            cursor: not-allowed;
        }

.bx-krt-self {
    font-size: 2rem !important;
    background-color: transparent;
    color: white;
    transition: background-color 0.3s, color 0.3s;
}

    .bx-krt-self:hover {
        background-color: white;
        color: black;
    }

.sumry {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* JUSTIFY-CONTENT: center; */
    /*margin: 0rem 2rem;*/
    /* border: 1px solid white; */
    /* border-radius: 5px; */
     width: 100%; 
    /* background-color: white; */
    color: black;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media (min-width: 900px) {
    .sumry {
        margin-top: 0rem;
        width: 40%;
    }
}
.sumry .title {
    margin-left: 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    width: 20rem;
}

.sumry .amnt {
    /*border-radius: 2.5px;*/
    display: flex;
    flex-direction: column;
    padding: 0rem 1rem;
    padding-top: 1rem;
    justify-content: space-between;
    background-color: black;
    width: 90%;
    color: white;
    border: 2px solid white;
    box-shadow: 5px 5px 0 white;
    font-family: monospace;
    font-weight: 600;
    letter-spacing: 1px;
}

        .sumry .amnt .flex {
            display: flex;
            justify-content: space-between;
            font-size: 1rem;
            padding-bottom: 1rem;
            align-items: center;
        }

            .sumry .amnt .flex .cupon {
                width: 13rem;
                display: flex;
                justify-content: center;
            }

            .sumry .amnt .flex .cuponbtn {
                border-radius: 2.5px;
            }

    .sumry button {
        background-color: transparent;
        border: 1px solid black;
    }

        .sumry button:hover {
            background-color: black;
            border: 1px solid black;
            color: white;
        }

.sumry .amnt .flex input {
    border: 1px solid black;
    width: 50%;
    font-family: monospace;
    font-weight: 600;
}

.sumry .ordrbtn {
    font-size: 1rem;
    margin: 1rem;
    border-radius: 2.5px;
}

/*Cupon*/
.cpnbtncnt {
    display: flex;
    justify-content: center;
}

.cpnbtn {
    display: flex;
    justify-content: start;
    width: 100%;
}

@media (max-width: 640px) {
}

.cpnbtntxt {
    width: 100%;
    border: 2px solid;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    color: white;
    background-color: black;
    cursor: pointer;
    box-shadow: 3px 3px 0 white;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

    .cpnbtntxt:hover {
        color: black;
        background-color: white;
    }

/*Make payment*/
.mpbtncnt {
    display: flex;
    justify-content: center;
}

.mpbtn {
    display: flex;
    justify-content: start;
    margin-bottom: 1rem;
    width: 60%;
}

@media (max-width: 640px) {
    
}

.mpbtntxt {
    width: 100%;
    border: 2px solid;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    color: white;
    background-color: black;
    cursor: pointer;
    box-shadow: 3px 3px 0 white;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.mpbtntxt:hover {
    color: black;
    background-color: white;
}

/*=======*/

.emptkart {
    color: white;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.artiname .qtval{
    display: flex;
    width: 2rem;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.item {
    font-size: 14px;
}

.artiname .itmnm {
    font-size: 18px;
}

@media (min-width: 640px) {
    .item {
        font-size: 16px;
    }
    .artiname .itmnm {
        font-size: 24px;
    }

    .emptkart {
        font-size: 3rem;
    }
}

/*Kart Page End*/

/* CDP */
.cdppopcrd {
    position: fixed;
    top: 25%;
    left: 25%;
    background-color: black;
    height: fit-content;
    max-height: 70%;
    width: 50%;
    overflow-y: auto;
    z-index: 800;
    color: white;
    font-family: "Roboto Mono", sans-serif;
    border: 6px solid white;
    box-shadow: 12px 12px 0 black;
    scrollbar-width: none;
    padding: 1rem 0rem;
}
.cdppoptxt {
    display: flex;
    justify-content: center;
    padding: 1rem 0rem 1rem 1rem; 
    /* border: 6px solid white; */
    font-size: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 900;
}

.cdpcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0rem;
}

.cntctdtls {
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: black;
    align-items: start;
    justify-content: center;
    padding: 2rem 0rem;
    gap: 0.5rem;
}

.ldingcdp {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    height: 50vh;
    color: white;
    padding-top: 3rem;
}

@media (min-width: 900px) {
    .cdpcontainer {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-direction: row;
        align-items: start;
    }

    .cntctdtls {
        width: 40%;
    }
}

.info {
    display: flex;
    margin: 0rem 1rem;
    width: -webkit-fill-available;
}

.cntctinptxt {
    height: 2rem;
    width: 100%;
    margin: 0.25rem 0.25rem;
    border: 1px solid black;
    font-family: monospace;
    font-weight: 600;
}

.postal{
    width: 5rem;
}

.odrsmry_height{
    height: 100%;
}

.cdpValdMsg {
    display: flex;
    color: red;
    margin: 1rem;
}

.ldgmsg {
    display: flex;
    justify-content: center;
    color: white;
    padding: 1rem 0rem;
    font-size: 1.5rem;
}

/*Kart Pags Order Summary*/
.krtsumry {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: black;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

    .krtsumry .title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        color: white;
    }

    .krtsumry .amnt {
        /*border-radius: 2.5px;*/
        display: flex;
        flex-direction: column;
        padding: 0rem 1rem;
        padding-top: 1rem;
        justify-content: space-between;
        background-color: black;
        width: 65%;
        border: 2px solid white;
        box-shadow: 5px 5px 0 white;
    }

    .krtsumry .amnt .flex {
        display: flex;
        justify-content: space-between;
        font-size: 1rem;
        padding-bottom: 1rem;
        color: white;
    }

.krtbtncnt {
    display: flex;
    justify-content: center;
}

.krtbtn {
    display: flex;
    justify-content: start;
    margin-bottom: 1rem;
    width: 50%;
}

@media (max-width: 640px) {
    .krtsumry .amnt {
        box-shadow: 3px 3px 0 white;
    }

    .krtbtn {
        width: 70%;
    }
}
.krtbtntxt {
    width: 100%;
    border: 2px solid;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    color: white;
    background-color: black;
    cursor: pointer;
    box-shadow: 3px 3px 0 white;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

    .krtbtntxt:hover {
        color: black;
        background-color: white;
    }

.krtsumry .amnt .flex input {
    border-radius: 0rem;
    margin: 0rem 1rem;
    border: 1px solid black;
}

    .krtsumry .ordrbtn {
        font-size: 1rem;
        margin: 1rem;
        border-radius: 2.5px;
    }

/*PCP*/

/* CPC */

body {
    height: 100vh;
}

.pcpstyl {
    color: white;
    display: flex;
    justify-content: space-evenly;
    margin-top: 1rem;
}

.pcpstylbdms {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1rem;
}

.odrdtls {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40%;
}

.odrtq {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
}

.odrclm {
    display: flex;
    justify-content: space-between;
}

.odrclm1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.odrrwl1 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.odrrwl2h {
    font-weight: bold;
    font-size: 16px;
}

.odrdlvry {
    display: flex;
    gap: 0.25rem;
}

    .odrdlvry .dt {
        font-weight: bold;
    }

.odrsumry {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40%;
    align-items: center;
}

.odrsmrylbl {
    font-weight: bold;
    font-size: 24px;
}

.odrsmrydtls {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.odritms {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.odritmsttl {
    font-weight: bold;
    padding-top: 1rem;
    border-top: 1px solid white;
}

.odritm {
    display: flex;
    width: 70%;
    justify-content: start;
}

.odritmval {
    display: flex;
    width: 30%;
    justify-content: end;
}
/* Size Guide */
.imgsc {
    height: auto;
}

.imgsc img {
    height: 40vw;
    margin-left: 1rem;
}

@media (max-width: 640px) {
    .pcpstyl {
        flex-direction: column;
        align-items: center;
    }

    .odrtq,
    .odrsmrylbl {
        font-size: 20px;
    }

    .odrrwl2h,
    .odrrwl2,
    .odrsmrydtls {
        font-size: 14px;
    }

    .odrdtls,
    .odrsumry {
        width: 80%;
    }

    .odrdlvry {
        font-size: 14px;
    }
}


/*Authentication*/

.ntauthmsg {
    height: 100vh;
    color: white;
}

    .ntauthmsg .ntauthh {
        display: flex;
        font-size: 3rem;
    }

.date {
    display: flex;
    gap: 1rem;
}

.fntblk {
    color: black;
}

.auth {
    height: 50vh;
}

.auth a{
    text-decoration: none;
    color: white;
}

/*Help Page*/
.hlp{
    height: 100vh;
    padding: 1rem;
}

.hlphdr {
    color: white;
}

.hlpmsg {
    color: white;
}

/*Cupon page*/
.cpn {
    width: 10rem;
}

/* DPCoursel */

.snap-box {
    display: flex;
    align-items: center;
    width: 50.5%;
    height: fit-content;
}

.snap-items {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    box-shadow: 12px 12px 0 black;
    border: 2px solid white;
}

.xitem {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

    .xitem img {
        width: 50vw;
    }

@media (max-width: 640px) {
    .snap-box,
    .sldbtncont {
        width: 88.5vw;
    }

    .xitem img {
        width: 88.5vw;
    }
}

/*ArticlesImages*/

.artimg {
    width: 20rem;
}

/*Miscellaneous*/

.miscmtn {
    display: flex;
}

.miscmtnlb {
    margin-right: 1rem;
}

.inparea {
    width: 100%;
}

/*SocialLinksPage*/

.bxicn a {
    text-decoration: underline;
    color: blue;
}

/*ShowAllArticles*/

.delimgalso {
    margin: 1rem;
    display: flex;
    gap: 1rem;
}

/*uiverse*/

/* From Uiverse.io by boryanakrasteva */
.xinput-container {
    width: 220px;
}

.xinput {
    width: 100%;
    height: 40px;
    padding: 10px;
    transition: .2s linear;
    border: 2.5px solid black;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .xinput:focus {
        outline: none;
        border: 0.5px solid black;
        box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8);
    }

/*index 2*/

.fltrcont {
    display: block;
    width: max-content;
}

.img-area {
    position: relative;
}

/*Filter Bar*/

.fltrbar {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0rem;
}

.fltrbtn {
    display: flex;
    width: 50%;
    justify-content: center;
}

.fltrbtnL {
    color: white;
    background-color: black;
    display: flex;
    border: 2px solid white;
    cursor: pointer;
    padding: 0.5rem 1rem;
    box-shadow: 0px 0px 0 white;
    transition: box-shadow 0.5s ease, background-color 0.3s, color 0.3s, border 0.3s;
}

.fltrbtnL:hover {
    border: 2px solid black;
    box-shadow: 3px 3px 0 white;
    color: black;
    background-color: white;
}

.fltrtxt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Mono", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    width: min-content;
    font-size: 16px;
}

@media (max-width: 640px) {
    .fltrtxt {
        font-size: 12px;
    }

    .fltrbar {
        position: fixed;
        bottom: 0;
        background: black;
        z-index: 780;
        width: 100%;
        margin: 0rem 0rem;
    }

    .fltrbtn {
        display: flex;
        width: 50%;
        justify-content: center;
        border: 1px solid white;
    }

    .fltrbtnL {
        color: white;
        background-color: transparent;
        display: flex;
        border: none;
        cursor: pointer;
        padding: 0;
        box-shadow: 0px 0px 0 white;
        transition: none;
    }

        .fltrbtnL:hover {
            border: none;
            box-shadow: 0px 0px 0 white;
            color: white;
            background-color: transparent;
        }
            

    .fltr-ico {
        height: 2rem;
    }
    .bx-md-self-fltr {
        font-size: 1rem !important;
        padding-top: 0.45rem;
    }
}

.fltr-ico {
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    transition: color 0.3s;
}

.fltrbtnL:hover .icnclr {
    color: black;
    transition: color 0.3s;
}


@media (max-width: 640px) {
    .fltrbtnL:hover .icnclr {
        color: white;
        transition: none;
    }
}

.icnclr {
    color: white;
}

.bx-md-self-fltr {
    font-size: 1.04rem !important;
}

@media (max-width: 640px) {
    .fltrtxt {
        font-size: 12px;
    }

    .fltr-ico {
        height: 2rem;
    }

    .bx-md-self-fltr {
        font-size: 1rem !important;
        padding-top: 0.45rem;
    }
}

.fltrpopcat {
    height: 0;
    opacity: 0;
    pointer-events: none;
}

    .fltrpopcat.show {
        position: fixed;
        top: 25%;
        left: 25%;
        background-color: black;
        height: fit-content;
        max-height: 70%;
        width: 50%;
        overflow-y: auto;
        z-index: 800;
        color: white;
        font-family: "Roboto Mono", sans-serif;
        border: 6px solid white;
        box-shadow: 12px 12px 0 black;
        scrollbar-width: none;
        opacity: 1;
        pointer-events: all;
        transition: opacity 0.5s ease;
    }

.fltrpop {
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.fltrpop.show {
    position: fixed;
    top: 25%;
    left: 37.5%;
    background-color: black;
    height: fit-content;
    width: 25%;
    z-index: 800;
    color: white;
    font-family: "Roboto Mono", sans-serif;
    border: 6px solid white;
    box-shadow: 12px 12px 0 black;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s ease;
}

.popcls {
    display: flex;
    justify-content: end;
}

.popclsico {
    display: flex;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
}

@media (max-width: 640px) {
    .popclsico {
        font-size: 20px;
    }
}

.pophdr {
    display: flex;
    justify-content: center;
    padding: 0rem 0rem 1rem 0rem;
    border: 6px solid white;
    font-size: 28px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 900;
}

/* From Uiverse.io by Nawsome */
.clear {
    clear: both;
}

.checkBox-uv {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px #fff;
}

    .checkBox-uv div {
        width: 60px;
        height: 60px;
        background-color: #fff;
        top: -52px;
        left: -52px;
        position: absolute;
        transform: rotateZ(45deg);
        z-index: 100;
    }

    .checkBox-uv input[type=checkbox]:checked + div {
        left: -10px;
        top: -10px;
    }

    .checkBox-uv input[type=checkbox] {
        position: absolute;
        left: 50px;
        visibility: hidden;
    }

.transition-uv {
    transition: 300ms ease;
}

.cat-itms {
    display: grid;
    grid-template-columns: repeat(auto-fit, 15rem);
    justify-content: center;
    gap: 20px;
    padding: 2rem;
}

.cat-itm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catnm {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.aplybtn {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.aplybtntxt {
    width: fit-content;
    border: 2px solid;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    color: white;
    background-color: black;
    cursor: pointer;
    box-shadow: 3px 3px 0 white;
    transition: background-color 0.3s, color 0.3s;
}

    .aplybtntxt:hover {
        color: black;
        background-color: white;
    }

/*.fltrbtn {
    display: flex;
    justify-content: center;
    border-left: 1.5px solid black;
    border-right: 1.5px solid black;
    padding: 0.4rem;
    cursor: pointer;
    margin: 0px 5px;
    font-family: "Roboto Mono", sans-serif;
    font-size: 1rem;
    transition: font-size 0.3s ease-in-out;
}*/
/*.fltrbtn:hover {
    font-size: 1.1rem;
}*/
/* From Uiverse.io by andrew-demchenk0 */
.wrapper {
    --font-color-dark: #fefefe;
    --font-color-light: #111;
    --bg-color: #111;
    --main-color: #fefefe;
    position: relative;
    width: 250px;
    height: 36px;
    background-color: var(--bg-color);
    border: 2px solid var(--main-color);
    border-radius: 34px;
    display: flex;
    flex-direction: row;
    box-shadow: 4px 4px var(--main-color);
}

.option {
    width: 80.5px;
    height: 28px;
    position: relative;
    top: 2px;
    left: 2px;
}

.inputx {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    appearance: none;
    cursor: pointer;
}

.btnx {
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.span {
    color: var(--font-color-dark);
}

.inputx:checked + .btnx {
    background-color: var(--main-color);
}

    .inputx:checked + .btnx .span {
        color: var(--font-color-light);
    }

.switch-uv {
    --input-focus: #2d8cf0;
    --font-color: #323232;
    --font-color-sub: #666;
    --bg-color: #fff;
    --bg-color-alt: #666;
    --main-color: #323232;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 50px;
    height: 20px;
}

.toggle-uv {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-uv {
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: 0.3s;
}

    .slider-uv:before {
        box-sizing: border-box;
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        border: 2px solid var(--main-color);
        border-radius: 5px;
        left: -2px;
        bottom: 2px;
        background-color: var(--bg-color);
        box-shadow: 0 3px 0 var(--main-color);
        transition: 0.3s;
    }

.toggle-uv:checked + .slider-uv {
    background-color: green;
}

    .toggle-uv:checked + .slider-uv:before {
        transform: translateX(30px);
    }

.tgls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    height: 80%;
    margin-bottom: 2rem;
}

.tglsrt {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem; */
}

.srthdr {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 6px solid white;
}

.srtbtn-1 {
    display: grid;
    grid-template-columns: repeat(1, 4rem);
    justify-content: center;
    gap: 3vh;
    font-weight: 700;
}

.srtbtn-2 {
    display: grid;
    grid-template-columns: repeat(1, 5rem);
    justify-content: center;
    gap: 3.7vh;
    font-weight: 700;
}

@media (max-width: 640px) {
    .pophdr {
        font-size: 18px;
    }

    .fltrpopcat.show {
        position: fixed;
        top: 15%;
        left: 22.5%;
        background-color: black;
        height: fit-content;
        max-height: 60%;
        width: 55%;
        overflow-y: auto;
        z-index: 800;
        color: white;
        font-family: "Roboto Mono", sans-serif;
        border: 6px solid white;
        box-shadow: 12px 12px 0 black;
        scrollbar-width: none;
        opacity: 1;
        pointer-events: all;
        transition: opacity 0.5s ease;
    }

    .pophdr {
        display: flex;
        justify-content: center;
        padding: 0rem 0rem 1rem 0rem;
        border: 6px solid white;
        font-size: 18px;
        border-top: none;
        border-left: none;
        border-right: none;
        font-weight: 900;
    }

    .cat-itms {
        display: grid;
        grid-template-columns: repeat(auto-fit, 10rem);
        justify-content: center;
        gap: 10px;
        padding: 1rem;
    }

    .cat-itm {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .checkBox-uv {
        display: block;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border: 2px solid rgba(255, 255, 255, 0);
        border-radius: 9px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 0px 2.5px #fff;
    }

    .catnm {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .fltrpop.show {
        position: fixed;
        top: 15%;
        left: 25%;
        background-color: black;
        height: fit-content;
        width: 50%;
        z-index: 800;
        color: white;
        font-family: "Roboto Mono", sans-serif;
        border: 6px solid white;
        box-shadow: 12px 12px 0 black;
        opacity: 1;
        pointer-events: all;
        transition: opacity 0.5s ease;
    }

    .tgls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0rem;
        height: 80%;
        margin-bottom: 2rem;
    }

    .srtbtn-1 {
        display: grid;
        grid-template-columns: repeat(1, 4rem);
        justify-content: center;
        gap: 3vh;
        font-weight: 700;
        font-size: 12px;
    }

    .srtbtn-2 {
        display: grid;
        grid-template-columns: repeat(1, 4rem);
        justify-content: center;
        gap: 2.7vh;
        font-weight: 700;
    }
}

.backdisble {
    opacity: 0;
    pointer-events: none;
}

    .backdisble.show {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 790;
        background: grey;
        opacity: 0.5;
        pointer-events: all;
        transition: opacity 0.5s ease;
    }

/*
.hidden {
    display: none;
}*/

/*Details Page*/
.btnctn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.dtlbtn {
    display: flex;
    justify-content: start;
    margin-bottom: 1rem;
    width: 50%;
}

.dtlbtntxt {
    width: 100%;
    border: 2px solid;
    font-size: 14px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    color: white;
    background-color: black;
    cursor: pointer;
    box-shadow: 3px 3px 0 white;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

    .dtlbtntxt:hover {
        color: black;
        background-color: white;
    }

/*Loader*/
/* From Uiverse.io by mobinkakei */
.wrapperuvldr {
    width: 200px;
    height: 60px;
    position: relative;
    z-index: 1;
}

.circleuvldr {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circleuvldr:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circleuvldr:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadowuvldr {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadowuvldr:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadowuvldr:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

