* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Archivo_Expended";
    src: url("../../assets/fonts/Archivo_Expanded.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.Fustat {
    font-family: "Fustat";
    font-weight: 500;
}
.archivo {
    font-family: "Archivo_Expended";
}

.f-12 {
    font-size: 12px;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.f-15 {
    font-size: 15px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.f-20 {
    font-size: 20px;
}
.f-24 {
    font-size: 24px;
}
.f-28 {
    font-size: 28px;
}
.f-72 {
    font-size: 72px;
}
.f-80 {
    font-size: 80px;
}
.f-140 {
    font-size: 140px;
    line-height: 148px;
}
.input-required {
    color: #c10000;
}
.text-999 {
    color: #999999;
}
.text-666 {
    color: #666666;
}
.text-222 {
    color: #222222;
}
.text-darkpink {
    color: #8f0342;
}
.bg-999 {
    background-color: #999999;
}
.bg-666 {
    background-color: #666666;
}
.bg-orange {
    background-color: #f9bf00;
}
.bg-lightpink {
    background-color: #ffbccc;
}
.bg-megenta {
    background-color: #ffd2ea;
}
.border-999 {
    border-color: #999999;
}
.border-666 {
    border-color: #666666;
}
.text-megenta {
    color: #e82f81;
}
.border-megenta {
    border-color: #e82f81 !important;
}
.hover-megenta:hover {
    color: #e82f81 !important;
}
.hover-black:hover {
    color: #000000;
}
.hover-zoom:hover {
    transition: transform 0.5s ease;
    transform: scale(1.06);
}
.cursor-pointer {
    cursor: pointer;
}
.bg-green {
    background-color: #4ad295;
}
.hover-text:hover {
    color: #d0035f !important;
}

.dropdown-0::after {
    width: 0px !important;
}
.bicon {
    -webkit-text-stroke: 0.5px;
}

.lh-26 {
    line-height: 26px !important;
}
.lh-86 {
    line-height: 86px !important;
}

.search-box {
    position: relative;
    width: 320px;
}
.search-box input {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px 6px 40px;
    border: 1px solid #222222;
    border-radius: 26px;
    outline: none;
    transition: box-shadow 0.15s, border-color 0.15s;
}
.search-box input:focus {
    /* border-color: #fdabbe;
    box-shadow: 0 0 0 3px #ffbccc66; */
    border-color: #222222;
    box-shadow: 0 0 0 3px #84848484;
}
.search-box .fa-search {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* clicks go to the input */
    color: #222222;
    font-size: 14px;
}

.sticky-nav {
    position: fixed;
    top: 0;
}

.navitems {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}

.banner {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    /* height: 550px; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    aspect-ratio: 5/2;
}
.banner-heading {
    font-size: 72px;
    line-height: 86px;
}
.banner-description {
    font-size: 24px;
}

@media only screen and (max-width: 1060px) {
    .banner-heading {
        font-size: 40px;
        line-height: 52px;
    }
    .banner-description {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-heading {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-description {
        font-size: 18px;
    }
}
@media only screen and (max-width: 430px) {
    .banner {
        aspect-ratio: 4/2;
    }
    .banner-title-icon {
        height: 14px;
    }
    .banner-heading {
        font-size: 20px;
        line-height: 26px;
    }
    .banner-description {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1080px) {
    .navitems {
        flex-direction: col;
    }
}

.nav-btn {
    padding: 6px 12px;
    cursor: pointer;
}
.left-center-chevron {
    position: absolute;
    left: 0;
    top: 25%;
    text-align: center;
    font-size: 20px;
}
.right-center-chevron {
    position: absolute;
    right: 0;
    top: 25%;
    text-align: center;
    font-size: 20px;
}

#banner-carousel {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: grab;
}
#banner-carousel .owl-dots button span {
    background-color: #1e1e1eb2;
}
#banner-carousel .owl-dots button.active span {
    background-color: #1e1e1eb2;
    width: 35px;
}
#banner-carousel .owl-dots {
    /* position: absolute; */
    align-items: center;
    width: 100%;
    /* bottom: 2%; */
}

.pophead {
    /* background: linear-gradient(135deg, #f39c12 15%, #f9bf00 100%); */
    background: transparent;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.popbtn {
    /* background: linear-gradient(135deg, #f39c12 15%, #f9bf00 100%); */
    background: rgb(232, 47, 129);
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    width: 100%;
    color: white;
    transition: transform 0.3s, box-shadow 0.3s;
}

.popbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(232, 47, 129, 0.4);
}
.popbtn2 {
    /* background: linear-gradient(135deg, #f39c12 15%, #f9bf00 100%); */
    background: rgb(0, 0, 0);
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    width: 100%;
    color: white;
    transition: transform 0.3s, box-shadow 0.3s;
}

.popbtn2:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.section-heading {
    text-transform: uppercase !important;
    color: #999999;
    letter-spacing: 2px;
    font-size: 14px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.cat_dropdown {
    display: none;
    position: absolute;
    z-index: 1030;
    width: 80%;
    left: 10%;
    top: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
}

.cat_link:hover .cat_dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0px);
}

.cat_dropdown_item{
    font-weight: 500;
}
.cat_dropdown_item:hover {
    font-weight: 600;
}

.top-dropdown-box .dropdown .maindrop-menu {
    display: none;
    margin-top: 0;
}
.top-dropdown-box .dropdown:hover .maindrop-menu {
    display: block;
    margin-top: -2px;
}

.top-dropdown-box .dropdown .dropdown-submenu .subdrop-menu {
    display: none;
    margin-top: 0;
}
.top-dropdown-box .dropdown .dropdown-submenu:hover .subdrop-menu {
    display: block;
    margin-top: -2px;
}
.top-dropdown-box .dropdown .btn {
    /* word-wrap: break-word;
    white-space: normal; */
}
.top-offer {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.offer-card {
    background: linear-gradient(45deg, #413b8f, #3b8f42, #413b8f);
    background-size: 800%;
    border-radius: 16px;
    /* background:  (45deg, #8f0342, #f44292); */
    animation: colorChange 6s infinite;
}
@keyframes colorChange {
    0% {
        background-position: 0% 0%;
    }
    25% {
        background-position: 50% 100%;
    }
    50% {
        background-position: 100% 50%;
    }
    75% {
        background-position: 50% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}
.offer-card .btn {
    background: #8f0342;
    color: white;
}
.offer-card .btn:hover {
    background: #bd115e;
}
.text-2 {
    color: #f0dcda;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.cartCount {
    font-size: 14px;
    border-radius: 15px;
    padding: 5px 8px;
    background-color: #ffd2ea;
    color: white;
    margin-left: -10px;
}

.ratings {
    color: #f39c12;
    font-size: 14px;
}

.offer-label {
    background-color: #ffbccc;
}
/* ######################################## */

.c-light {
    color: #666666;
    font-size: 14px;
}

/* ########### */
.home-category {
    flex-wrap: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
}
.home-category .img-container {
    width: 80px;
    cursor: pointer;
}
.home-category .img-container:hover {
    /* color: #ffd2ea; */
}
.home-category .imgbox {
    width: 100%;
    aspect-ratio: 16/16;
    overflow: hidden;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #f9bf00;
}

.home-category img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto;
}
.home-category::-webkit-scrollbar {
    display: none;
}

#category-owl .owl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#category-owl .item {
    cursor: pointer;
    border-radius: 16px;
    min-height: 250px;
    width: 70%;
    /* transition: transform 0.5s ease; */
}
/* #category-owl .item:hover {
    transform: scale(1.08);
} */
#category-owl .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* card container */
.card-container {
    background-color: #ffe8f2 !important;
}
.carditem {
    color: #ffffff;
    text-shadow: 0px 0px 4px 1px #000000;
    /* color: #c80a5f; */
    transform: rotate(7deg);
    /* animation: tilt 5s ease infinite; */
}
/* @keyframes tilt {
    0% {
        transform: rotate(7deg);
    }
    50% {
        transform: rotate(-7deg);
    }
    100%{
        transform: rotate(7deg);
    }
} */
.carditem-shadow {
    position: absolute;
    left: 50%;
    bottom: -20%;
    transform: translateX(-50%);
    width: 80%;
    height: 36px;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.06) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    border-radius: 50%;
    filter: blur(1px);
    z-index: 1;
    pointer-events: none;
}
.cardbox .card {
    border-radius: 30px;
    border: none;
    overflow: hidden;
}
/* .cardbox .card img { */
.cardbox .card {
    transition: transform 0.5s ease;
}

/* .cardbox .card:hover img { */
.cardbox .card:hover {
    transform: scale(1.06);
}

.home-category-filter {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    background-color: #f9bf00;
    border: 1px solid #f9bf00;
    color: #222222;
    border-radius: 50rem;
}
.home-category-filter.active {
    border: 1px solid #222222;
    box-shadow: 1px 3px 0px 0;
}
.home-category-filter:hover {
    border: 1px solid #222222;
    box-shadow: 1px 3px 0px 0;
}
.product_name {
    font-size: 20px;
}
.prod-price {
    font-size: 20px;
}
.product_description {
    font-size: 16px;
}
.description_text {
    font-size: 20px;
}
.card-img-top {
    min-height: 200px;
    max-height: 200px;
    border-radius: 16px;
}
.deal-products {
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0 #00000040;
}
.deal-products img {
    border-radius: 20px;
}
.cat-products {
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0 #00000040;
}
.cat-products img {
    border-radius: 20px;
}

.page-links {
    text-decoration: none;
    color: #999999;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e2e0e0;
    border-radius: 8px;
    background-color: #ffffff;
}
.page-links.active {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e2e0e0;
    border-radius: 8px;
    background-color: #222222;
}

.faq-box {
    padding-top: 100px;
    padding-right: 80px;
    padding-bottom: 100px;
    padding-left: 80px;
    border-radius: 30px;
    border: 1px solid #13acf5;
}
.about-box {
    padding-top: 100px;
    padding-right: 80px;
    padding-bottom: 100px;
    padding-left: 80px;
    border-radius: 30px;
    border: 1px solid #e82f81;
}
.accordion-button:not(.collapsed) {
    color: #e82f81;
    background-color: #ffffff;
    box-shadow: none;
}

@media only screen and (max-width: 575px) {
    .faq-box {
        padding-top: 50px;
        padding-right: 20px;
        padding-bottom: 50px;
        padding-left: 20px;
        border-radius: 30px;
    }
    .about-box {
        padding-top: 50px;
        padding-right: 20px;
        padding-bottom: 50px;
        padding-left: 20px;
        border-radius: 30px;
    }
}
/* .accordion-button::before {
    content: '\1F893';
    font-size: 50px;
} */
#bestProductOwl .owl-stage-outer {
    position: relative;
    display: flex !important;
}
#bestProductOwl .owl-stage-outer .owl-stage {
    display: flex !important;
}
#bestProductOwl .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important;
}
#bestProductOwl .owl-next {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 24px;
    font-size: 32px;
    border: 1px solid #e2e0e0;
}
#bestProductOwl .owl-prev {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 24px;
    font-size: 32px;
    border: 1px solid #e2e0e0;
}
#bestProductOwl .owl-next:hover {
    color: #222222;
}
#bestProductOwl .owl-prev:hover {
    color: #222222;
}

#newProductOwl .owl-stage-outer {
    position: relative;
    display: flex !important;
}
#newProductOwl .owl-stage-outer .owl-stage {
    display: flex !important;
}
#newProductOwl .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important;
}
#newProductOwl .owl-next {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 24px;
    font-size: 32px;
    border: 1px solid #e2e0e0;
}
#newProductOwl .owl-prev {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 24px;
    font-size: 32px;
    border: 1px solid #e2e0e0;
}
#newProductOwl .owl-next:hover {
    color: #222222;
}
#newProductOwl .owl-prev:hover {
    color: #222222;
}
/* .prod-price {
    display: block;
}
.prod-cart-btn {
    display: none;
} */
/*
.cat-products:hover {
    transform: translateY(-15px) scale(1.1);
    box-shadow: 0 12px 32px #8f034238;
} */
/* .cat-products:hover .prod-price {
    display: none;
}
.cat-products:hover .prod-cart-btn {
    display: block;
} */
/* .prod-img-1 {
    display: block;
} */
/* .prod-img-2 {
    display: none;
} */
/* .cat-products:hover .prod-img-1 {
    display: none;
}
.cat-products:hover .prod-img-2 {
    display: block;
} */
/* 
.owl-item .prod-img-1 {
    display: block !important;
}
.owl-item .prod-img-2 {
    display: none !important;
}
.owl-item:hover .prod-img-1 {
    display: none !important;
}
.owl-item:hover .prod-img-2 {
    display: block !important;
} */

.home-all-product-btn {
    border-color: #000000 !important;
    color: #000000;
    box-shadow: 1px 3px 0 0;
}
.studentbtn {
    border-color: #13acf5 !important;
    color: #000000;
    box-shadow: 1px 3px 0 0 #13acf5;
    width: fit-content;
    font-size: 15px;
}
.instafeedbtn {
    border-color: #e82f81 !important;
    color: #000000;
    box-shadow: 1px 3px 0 0 #e82f81;
}

.whyus-box {
    background: #e82f81;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.home-whyus {
    flex-wrap: nowrap;
    overflow: auto;
    animation: 30s slide infinite linear;
}
.whyus-box:hover .home-whyus {
    animation-play-state: paused;
}

.home-whyus .whyus-text {
    display: inline;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ffd2ea;
    width: auto;
}
.home-whyus .whyus-text img {
    height: 45px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.design-upload-btn {
    border-color: #000000 !important;
    color: #000000;
    box-shadow: 1px 3px 0 0;
}
.contact-us-btn {
    border-color: #000000 !important;
    color: #ffffff;
    background-color: #000000;
    box-shadow: 1px 3px 0 0 #000000;
}

.about-box-btn {
    border-color: #e82f81 !important;
    color: #000000;
    box-shadow: 1px 3px 0 0 #e82f81;
    width: fit-content;
}
.category-tab {
    border: 3px solid #dadada;
    width: 306;
    height: 419;
    gap: 30px;
    opacity: 1;
    border-radius: 20px;
    padding: 20px;
    border-width: 3px;
}

.choose-title {
    font-size: 20px;
}
.choose-description {
    font-size: 16px;
    color: #666666;
}

.choose-us-item:hover .choose-title {
    color: #ffd2ea;
}

.home-offer-box {
    border-radius: 16px;
    min-height: 220px;
}
.home-offer-img-box {
    width: 100%;
    height: 100%;
}
.home-offer-img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 575px) {
    .home-offer-img {
        position: relative;
    }
}

.banner1 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeate;
    min-height: 500px;
}
.banner1 .banner-cta {
    /* width: 455px; */
    padding: 24px;
    border-radius: 24px;
    /* position: absolute; */
    /* top: 30%;
    left: 60%; */
}
.banner1 .banner-cta-btn {
    padding: 12px 16px;
    background-color: #fff000;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    border: none;
}
.banner1 .banner-cta-btn:hover {
    background-color: #a1a1a1;
}

/* blog css */
.blog-title:hover {
    color: #ffd2ea;
}
.blog-tags {
    font-size: 14px;
}
.truncate-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-img-box {
    padding: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    aspect-ratio: 16/9;
    max-height: 250px;
    overflow: hidden;
}
.blog-img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
/* blog css end */

/* newsletter css start */

.newsletter-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* border-radius: 20px; */
    min-height: 260px;
    color: #fff;
}
.newsletter-input {
    /* border: 1px solid black; */
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px !important;
    padding: 0.75rem 1rem;
}
.newsletter-input::placeholder {
    color: #757575;
}
.newsletter-btn {
    border-radius: 30px !important;
    padding: 10px 18px;
    background-color: #222222;
    color: #ffffff;
    border: none;
    position: absolute;
    border: 1px solid #000000;
    right: 0;
    top: 0px;
}
.newsletter-btn:hover {
    border: 1px solid #000000;
    background-color: #ffdaeb;
    color: white;
}
/* newsletter css end */
.blog-container {
    border-radius: 30px;
    box-shadow: 0px 4px 155px 0px #00000040;
}
.blogcard {
    border-radius: 20px;
    box-shadow: 0px 4px 34px 0px #00000040;
    height: 100%;
}
.blogauthor:hover {
    color: #e82f81;
}
.blog-description {
    color: #222222;
}
/* footer css starts */

.footer {
    background-color: #f9bf00;
}

.footer .text-wrapper {
    font-family: "Fustat-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.footer .text-wrapper-2 {
    font-family: "Fustat-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;
    line-height: 34px;
}

.footer .link-support-example {
    font-family: "Fustat-Regular", Helvetica;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    line-height: 18.4px;
}

.footer .text-wrapper-3 {
    font-family: "Fustat-Medium", Helvetica;
    font-weight: 500;
    color: #222222;
    font-size: 20px;
    line-height: 26px;
}

.footer .text {
    font-family: "Fustat-Regular", Helvetica;
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.footer .text-wrapper-4 {
    font-family: "Fustat-Regular", Helvetica;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    line-height: 26px;
}

.footer .text-2 {
    font-family: "Fustat-Regular", Helvetica;
    font-weight: 400;
    color: #222222;
    font-size: 14px;
    line-height: 22px;
}

.footer .text-wrapper-5 {
    font-family: "Fustat-Regular", Helvetica;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}

.footer .text-wrapper-6 {
    font-family: "Fustat-Regular", Helvetica;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
}

.footer .horizontal-border {
    border-top: 1px solid #ffffff77;
}

.footer .payment-icon {
    width: 38px;
    height: 26px;
    background-size: cover;
    background-position: 50% 50%;
}

.footer .amex-min-png {
    background-image: url(./img/amex-min-png.png);
}

.footer .apple-pay-min-png {
    background-image: url(./img/apple-pay-min-png.png);
}

.footer .discovery-min-png {
    background-image: url(./img/discovery-min-png.png);
}

.footer .o-min-png {
    background-image: url(./img/o-min-png.png);
}

.footer .visa-min-png {
    background-image: url(./img/visa-min-png.png);
}

@media (max-width: 992px) {
    .footer .section {
        margin-bottom: 30px;
    }
}
/* footer css ends */

/* product detail css start */
.price-discount {
    color: #009c57;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}
.coin-img {
    width: 27px;
    height: 27px;
}
.coin-img-15 {
    width: 18px;
    height: 18px;
}

.product-configurations {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #e2e0e0;
}
.config-title {
    color: #222222;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
}
.config-label {
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    font-weight: 400;
    cursor: pointer;
}
.config-select {
    width: 100%;
    border: 1px solid #222222;
    padding: 6px;
    color: #666666;
}
.file-drop-box {
    width: 100%;
    min-height: 100px;
    border: 1px dashed #cccccc;
    background-color: #f9bf00;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.file-drop-input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* .btn-rounded {
    border-radius: 30px;
} */

.btn-dark-custom {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
}

.btn-outline-dark-custom {
    border: 1px solid #222;
    color: #222;
}

.btn-dark-custom:hover,
.btn-outline-dark-custom:hover {
    border: 1px solid #222;
    box-shadow: 3px 3px 0 0;
}

.icon-sm {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.product-detail-page .nav-tabs {
    background: #f9bf00;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none !important;
}
.product-detail-page .nav-tabs .nav-link {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}
.product-detail-page .nav-tabs .nav-link.active {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #222222;
    border-bottom: 2px solid #222222;
    background: transparent;
}
.product-detail-page .tab-content {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.product-detail-page ul {
    padding-left: 1.2rem;
}
.product-description p {
    margin-bottom: 8px;
}

.product-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 25px;
}

.main-image {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-image img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease;
}

.zoom-indicator {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0);
    color: #999999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.zoom-indicator:hover {
    color: #ffd2ea;
}

.thumbnail-container {
    margin-top: 15px;
}

.thumbnail {
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    padding: 4px;
    margin-right: 10px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    overflow: hidden;
}

.thumbnail.active {
    border: 1px solid #222222;
}

.thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px;
}

.carousel-indicators {
    margin-bottom: 20px;
}

.carousel-image {
    height: 500px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .main-image {
        height: 300px;
    }

    .carousel-image {
        height: 300px;
    }
}

.img-preview-box {
    position: relative;
    width: 70px;
    height: 70px;
    padding: 0px;
}
.img-preview-box img {
    max-width: 100%;
    max-height: 100%;
}
.img-preview-box .file-icon {
    width: 100%;
    height: 100%;
}
.file-remove-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 1px solid #cccccc;
    color: #cccccc;
    background: transparent;
}
/* product detail css end */

/* cart page starts */

.cart-checkout-btn {
    border-color: #000000 !important;
    color: #222222;
    background-color: #f9bf00;
}
.cart-checkout-btn:hover {
    box-shadow: 1px 3px 0 0 #000000 !important;
}
.cart-checkout-box {
    border: 3px solid #dadada;
    border-radius: 20px;
}
.cart-shipping-box {
    border: 1px solid #dadada;
    border-radius: 20px;
}

.cart-coupon-input {
    border-radius: 50px !important;
    padding: 0.5rem 1rem;
}
.cart-coupon-input::placeholder {
    color: #757575;
}
.cart-coupon-btn {
    border-radius: 50px !important;
    padding: 0.5rem 1.5rem;
    background-color: #f9bf00;
    border: none;
    position: absolute;
    border: 1px solid #000000;
    right: 0;
    top: 0;
}
.cart-coupon-btn:hover {
    border: 1px solid #000000;
    background-color: #f9bf00;
    box-shadow: 1px 3px 0 0 black;
}
.update-cart-btn {
    border-radius: 50px !important;
    padding: 0.5rem 1.5rem;
    background-color: #ffd2ea;
    border: 1px solid #000000;
    opacity: 0.5;
}
.update-cart-btn:hover {
    border: 1px solid #000000;
    background-color: #ffd2ea;
    box-shadow: 3px 3px 0 0 black;
}
/* cart page ends */

/* shipping css */

.shipping-label {
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 4px;
}
.shipping-select {
    width: 100%;
    border: 1px solid #222222;
    padding: 6px;
    color: #666666;
}
.shipping-input {
    width: 100%;
    border: 1px solid #222222;
    padding: 6px;
    color: #666666;
}
/* shipping css end */

.filter-btn {
    font-size: 14px;
    box-shadow: 1px 2px 0 0 #22222238;
    font-weight: 600;
}
.filter-link {
    font-size: 14px;
}

@media only screen and (max-width: 576px) {
    .section-heading {
        font-size: 12px;
    }
    .section-heading img {
        height: 14px;
    }
    .main-title {
        font-size: 16px !important;
    }
    .description_text {
        font-size: 14px !important;
    }

    #category-owl .owl-stage-outer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #category-owl .item {
        min-height: 200px;
    }

    .home-category-filter {
        font-size: 14px;
        line-height: 20px;
        flex-grow: 0;
        overflow: auto;
    }
    .product_name {
        font-size: 14px !important;
    }
    .prod-price {
        font-size: 14px;
    }
    .product_description {
        font-size: 13px;
    }
    .card-img-top {
        min-height: 150px;
        max-height: 150px;
    }
    .student-cardimg {
        min-height: 200px;
        max-height: 200px;
    }
    .insta-cardimg {
        min-height: 200px;
        max-height: 200px;
    }

    #bestProductOwl .owl-next {
        right: -20px;
    }
    #bestProductOwl .owl-prev {
        left: -20px;
    }
    #newProductOwl .owl-next {
        right: -20px;
    }
    #newProductOwl .owl-prev {
        left: -20px;
    }
    .studentbtn {
        font-size: 13px;
    }
    .home-all-product-btn {
        font-size: 13px;
    }
    .instafeedbtn {
        font-size: 13px;
    }
    .home-whyus .whyus-text {
        font-size: 16px;
        line-height: 22px;
    }
    .home-whyus .whyus-text img {
        height: 36px;
    }
    .blog-title {
        font-size: 16px !important;
    }
    .blog-tags {
        font-size: 13px;
    }
    .blog-description {
        font-size: 14px;
    }
    .design-upload-btn {
        font-size: 13px;
    }
    .contact-us-btn {
        font-size: 13px;
    }
    .filter-btn {
        font-size: 13px;
    }
    .filter-link {
        font-size: 13px;
    }
    .faq-box {
        padding-top: 30px;
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        border-radius: 20px;
    }
    .faq-box .accordion-item {
        font-size: 14px !important;
    }
}
