
@media only screen and (max-width: 1200px) {
    .set-header11 {
      font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .set-width-size {
        font-size:45px !important;
    }
  }

.nav-select{
    color: red !important ;
    border-bottom: 1px solid var(--mainColor) !important;

}

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,
body {
    height: 100vh;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    min-width: 344px;
    scroll-behavior: smooth;
    background-color: #130e13;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

footer li {
    list-style: none;
}

.cursor {
    cursor: pointer;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: inherit;
}

.form-select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: inherit;
}


.form-check-input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: inherit;
}

.navbar-toggler:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: inherit;
}

.form-check-input:checked {
    border-color: #fff !important;
}

.form-control::placeholder {
    color: gray !important;
    font-size: small;
}

.fs-small {
    font-size: medium;
}

.bg-main-dark {
    background-color: #130e13;
}

.bg-main-dark:hover {
    background-color: #130e13;
}

:root {
    --mainColor: #e35eb5
}

.green-border {
    border: 1px solid var(--mainColor);
}

.text-main {
    color: var(--mainColor);
}

.bg-hov-main:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.text-pink {
    color: var(--mainColor) !important;
}

nav .nav-link {
    color: #fff !important;
}

.hov-pink:hover {
    color: var(--mainColor) !important;
    cursor: pointer;
}

.text-hov:hover {
    color: #fff !important;
    cursor: pointer;
}

.nav-link:hover {
    color: var(--mainColor) !important;
    border-bottom: 1px solid var(--mainColor);
}

.bg-remove-bold {
    /* background-color: var(--mainColor); */
    background: white;
    border: 0;
    color: #000000;
    transition: 1s !important;
    font-weight: 600;
}

.bg-main-bold {
    /* background-color: var(--mainColor); */
    background: linear-gradient(45deg, #E161B2, #6d87ee);
    border: 0;
    color: #fff;
    transition: 1s !important;
}

.bg-main-bold:active {
    background-color: var(--mainColor);
}

.bg-main-bold:hover {
    /* background-color: var(--mainColor); */
    background: linear-gradient(223deg, #E161B2, #6d87ee);
    border: 0;
    color: #fff;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: var(--mainColor);
}

.bg-blur-dark {
    background-color: #000000 !important;
}

.bg-hov:hover {
    background: #fff !important;
    color: #000 !important;
}

.bg-hov-lightgreen:hover {
    color: #000 !important;
    background-color: var(--mainColor) !important;
}

.bg-hov-white:hover {
    background: #fff !important;
    color: #000 !important;
}

.form-select {
    background-image: url('/accets/image/white-down-arrow-png-2 (1).png');
}

.main-search {
    position: absolute;
    width: 100%;
    top: -100%;
    /* height: 30%; */
    /* display: flex; */
    align-items: center;
    padding: 15px 20px;
    z-index: 1;
    background-color: #fff;
    transition: ease-in 0.3s;
}


/* Firefox */
.input-box,
table input[type=number] {
    -moz-appearance: textfield;
}

.divider {
    border-right: 3px solid var(--mainColor);
}

.heading-underline {
    background: linear-gradient(45deg, #E161B2, #6d87ee);
}


.cart-sidebar {
   
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -1000%;
    height: 100vh;
    z-index: 4;
    transition: 0.5s;
    width:350px !important;
}


.mask {
    width: 100%;
    height: 100vh;
    background-color: #0000007a;
    position: fixed;
    display: none;
    z-index: 1;
}

/* navbar */
.bg-navbar {
    background-image: url('image/nab banner.png');
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}

.banner-bg {
    background-image: url('image/Rectangle\ 3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

/* navbar end */
.forth-section-bg {
    background-image: url('image/Rectangle 7.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.sixth-section-bg {
    background-image: url('image/Group-1000001919 1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-smoke {
    background-image: url('image/image\ 7.png');
    background-size: cover;
    background-position: center;
    background-repeat: round;
    background-attachment: fixed;
}

.thankyou-bg {
    background-image: url('image/Rectangle 1296.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.user-bg {
    background-image: url('/accets/image/image.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.mask-bg {
    background-color: #000000f3;
}

.glass-bg {
    backdrop-filter: blur(20px);
}

.fa-eye-slash {
    display: none;
}


.stickey-product {
    position: sticky;
    top: 25px;
    bottom: 0;
    align-self: flex-start;
}

/* footer */
.footer-bg {
    background-image: url('image/Rectangle 33.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.img-anim {
    transition: ease-out 0.5s;
}

.img-anim:hover {
    transform: scale(1.1);
}

img {
    object-fit: cover;
}


.text-overflow {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-img-top {
    /* height: 285px; */
    object-fit: cover;
    /* width: 215px !important; */
}

.shop-card:hover .card-img-top {
    transform: scale(1.1);
}

.text-shadow {
    text-shadow: 3px 2px 3px #00000085;
}

/* footer end */

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.fs-xs {
    font-size: 12px !important;
}

.fs-resp {
    font-size: large;
}

.small {
    font-size: medium;
}

.footer-headings {
    font-size: large;
}

.cart-items::-webkit-scrollbar {
    width: 3px;
    background-color: #000;
}

.cart-items::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: gray;
}


.product-review::-webkit-scrollbar {
    width: 3px;
    background-color: #000;
}

.product-review::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: gray;
}

@media screen and (max-width:912px) {
    .navbar-collapse {
        position: fixed;
        border: 0px !important;
        width: 250px;
        transition: 0.2s;
        background: #ffffff;
        backdrop-filter: blur(10px);
        top: 0%;
        z-index: 1;
        right: 0;
        height: 100vh;
        border: 1px solid #fff;
    }

    nav .nav-link {
        color: #000 !important;
    }

    .navbar .collapse:not(.show) {
        display: block !important;
        right: -100% !important;
    }

    .hidden {
        display: none;
    }

    .show {
        display: inline;
    }

    .readMoreBtn {
        display: inline;
    }

    .fs-resp {
        font-size: medium;
    }

    .nav-link:hover {
        color: var(--mainColor) !important;
        border-bottom: 0px solid;
    }

    .resp-font {
        font-size: 10px !important;
    }

    .small {
        font-size: small;
    }

    .footer-headings {
        font-size: medium;
    }
}

@media screen and (max-width:767px) {
    .shop-sidebar-resp {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        background: #000000c4;
        backdrop-filter: blur(20px);
        transition: all 0.3s;
        overflow: scroll;
        padding-bottom: 100px !important;
        z-index: 1;
    }

    .navbar-collapse {
        color: #000;
    }

    h1 {
        font-size: xxx-large !important;
    }

    .rounded-pill {
        border-radius: 30px !important;
    }

    .divider {
        border-bottom: 0px;
        border-right: 0px;
    }

    .fs-small {
        font-size: small !important;
    }

    /* .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    } */

    .nav-link:hover {
        color: var(--mainColor) !important;
        border-bottom: 0px solid;
    }

    .fs-resp {
        font-size: small;
    }

    .resp-font {
        font-size: 7px !important;
    }

    .side-profile-mobile {
        position: fixed;
        height: 100vh;
        width: 250px;
        top: 0;
        left: -100%;
        transition: ease 0.5s;
        z-index: 1;
        background-color: #000;
    }

    .cart-sidebar {
        width: 320px;
    }

    .small {
        font-size: medium;
    }

    .footer-headings {
        font-size: x-large;
    }

    .stickey-product {
        position: relative;
    }

    nav .nav-link {
        color: #000 !important;
    }

    .card-img-top {
        height: 165px;
        object-fit: cover;
    }

}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #45454563;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0.5;
    display: none;
}

.loading-overlay-content {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.loader {
    border: 5px solid #F3F3F3; /* Light grey */
    border-top: 5px solid #3498DB; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loadingOverlay.visible {
    display: flex;
}