/* ============ Poppins Font Import ============ */
@font-face {
    font-family: "AveriaGruesaLibre";
    font-weight: 400;
    src: url("../fonts/Averia_Gruesa_Libre/AveriaGruesaLibre-Regular.ttf")
            format("woff"),
        url("../fonts/Averia_Gruesa_Libre/AveriaGruesaLibre-Regular.ttf")
            format("woff");
}
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    src: url("../fonts/Poppins/Poppins-Light.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Light.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Regular.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 500;
    src: url("../fonts/Poppins/Poppins-Medium.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Medium.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-Bold.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Bold.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 800;
    src: url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff"),
        url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff");
}

/* ============ Jost Font Import ============ */
@font-face {
    font-family: "Jost";
    font-weight: 300;
    src: url("../fonts/Jost/Jost-300-Light.woff") format("woff"),
        url("../fonts/Jost/Jost-300-Light.ttf") format("woff");
}

@font-face {
    font-family: "Jost";
    font-weight: 400;
    src: url("../fonts/Jost/Jost-400-Book.woff") format("woff"),
        url("../fonts/Jost/Jost-400-Book.woff") format("woff");
}

@font-face {
    font-family: "Jost";
    font-weight: 500;
    src: url("../fonts/Jost/Jost-500-Medium.woff") format("woff"),
        url("../fonts/Jost/Jost-500-Medium.woff") format("woff");
}

@font-face {
    font-family: "Jost";
    font-weight: 600;
    src: url("../fonts/Jost/Jost-600-Semi.woff") format("woff"),
        url("../fonts/Jost/Jost-600-Semi.woff") format("woff");
}

@font-face {
    font-family: "Jost";
    font-weight: 700;
    src: url("../fonts/Jost/Jost-700-Bold.woff") format("woff"),
        url("../fonts/Jost/Jost-700-Bold.woff") format("woff");
}

@font-face {
    font-family: "Jost";
    font-weight: 800;
    src: url("../fonts/Jost/Jost-800-Heavy.woff") format("woff"),
        url("../fonts/Jost/Jost-800-Heavy.woff") format("woff");
}
/* Alatsi FONT FAMILY */
@font-face {
    font-family: "Alatsi";
    src: url("../fonts/Alatsi/Alatsi-Regular.ttf") format("woff");
}
/* INTER FONT FAMILY */
@font-face {
    font-family: "inter";
    font-weight: 400;
    src: url("../fonts/inter/Inter-Regular.otf") format("woff"),
        url("../fonts/inter/Inter-Regular.otf") format("woff");
}

@font-face {
    font-family: "inter";
    font-weight: 500;
    src: url("../fonts/inter/Inter-Medium.otf") format("woff"),
        url("../fonts/inter/Inter-Medium.otf") format("woff");
}
body {
    font-family: "Poppins";
    /* Other CSS properties */
}
.stars{
   color: #fbca08;
}
.tabfilled{
    padding: 20px 15px 15px 15px;
    background-color: #fff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.nav-item .product-model:hover{
    color: #FD852CD9;
}
/* .tag {
  color: #ffffff;
  float: right;
  padding: 2px 5px 1px 2px;
  line-height: 20px;
  z-index: 5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: absolute;
  top: 8px;
  right: 0px;
  background-color: #FD852CD9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.tag::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  right: auto;
  color: #ffffff;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 15px solid #FD852CD9;
} */


  .tag {
    display: inline-block;
    color: #ffffff;
    padding: 4px 43px 0px 13px;/* 👈 More right padding to avoid clipping */
    line-height: 20px;
    /* font-weight: 500; */
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: capitalize;
    background-color: #1B1730;
    transition: all 0.3s ease;
    border: none;
  position: absolute;
    /* Perfect 45° diagonal cut at top-right */
    clip-path: polygon(
      0% 0%, 
      calc(100% - 40px) 0%, 
      100% 40px, 
      100% 100%, 
      0% 100%
    );
    top: 15px;
  }
  
.bg-body {
    background-color: transparent;
    /* background-image: url(../../images/bg-body.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* ################# Navbar Social ################ */

.top-header {
    background: #FD852CD9 !important;
}

.nav-icon-font {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;
}
.nav-icon-font-text{
    font-size: 13px !important;
    font-weight: 400 !important;
}
.topnavtext {
    font-weight: 600;
}

.faa-header-icon {
    color: #ffffff;
    background-color: #FD852CD9;
    padding: 0px;
    margin: 0px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    width: 25px;
    line-height: 25px;
}

/* ################### NavBar #################### */
/* .container-1270px{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
} */
.nav-bg-color {
    background-color: transparent;
}

.nav-bg-image {
    position: absolute;
    z-index: 999;
    background-color: #FD852CD9;
    /* background-image: url(../../images/bg_navbar.png); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}

.header-logo {
    height: 100px;
}

.li-logo-w {
    width: 160px;
}

.header-li-logo {
    height: 145px;
    width: 145px;
    position: absolute;
    top: 51%;
    transform: translateY(-30%);
    z-index: 10;
    padding: 0;
    overflow: visible;
    background: #FD852CD9;
    border-radius: 50%;
}

.header-logo-img {
    position: relative;
    padding: 15px;
}

.nav-text {
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.navbar .active {
    border-bottom: 2px solid white;
    width: fit-content;
}

.nav-link .nav-text:hover {
    color: #d6a839;
}

.nav-search-btn {
    background: #FD852CD9;
    color: #ffffff;
}

.search-form {
    background-color: #FD852CD9;
    color: white;
    border: 1px solid #ffffff !important;
}

.search-form:focus {
    background-color: #FD852CD9;
    color: white;
}

.search-form::placeholder {
    color: white;
}

.btn-search-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    padding: 0.4rem 0.75rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.btn-search-light:hover {
    color: #FD852CD9;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.badge {
    background-color: #FD852CD9 !important;
}

#chatNotif {
    margin-left: -50px;
    margin-top: 5px;
}
.faa-bag {
    height: 30px;
    width: 26px;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
}

.btn-custom-navbar {
    color: #FD852CD9 !important;
    background: #fffbd4 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 16px !important;
    border-radius: 4px;
}

.navbar-form-search {
    position: relative;
    .form-control {
        width: 250px;
    }
    .btn {
        border: 0;
        background: transparent;
        /* color: #FD852CD9 !important; */
        font-size: 18px;
        &:active,
        &:hover,
        &:focus {
            color: #FD852CD9;
            outline: none;
            box-shadow: none;
        }
    }
    .form-group-search {
        margin-left: 1px !important;
        margin-top: 1px !important;
        margin-bottom: 0px !important;
    }
    .search-form-container {
        text-align: right;
        position: absolute;
        width: 290px;
        border-radius: 4px;
        overflow: hidden;
        background: #fff;
        right: 0px;
        top: 50px;
        z-index: 9;
        transition: all 0.3s ease-in-out;
        &.hdn {
            width: 0;
        }

        .search-input-group {
            width: 290px;
        }
    }
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: left;
    left: -210% !important;
}

.content-margin {
    margin-top: 5%;
}
/* ################### Profile Header #################### */
.bg-profile-header {
    background-color: #ffe1d9;
    background-image: url(../../images/breadcrumb-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.bread-heading {
    color: #FFF;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bread-subheading {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-decoration: none;
}
.btn-banner {
    color: #ff5573 !important;
    font-size: 18px !important;
}
.btn-banner:hover {
    color: white !important;
    background-color: transparent !important;
    border-color: white !important;
}

/* ########################### Footer ########################### */
.footer-logo {
    height: 90px;
    width: 100px;
}
.bg-footer {
    background-color: #FD852CD9;
    /* background-image: url(../../images/bg-footer.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-heading {
    color: white;
    font-size: 28px;
    font-weight: 600;
}
.footer-title {
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
}
.footer-content {
    color: white;
    font-size: 15px;
    font-weight: 400;
}
.hr-footer {
    color: #ffe600;
    height: 3px !important;
    width: 70%;
}
.faa-footer-icon {
    transition: all 0.5s ease;
    background-color: #ffe600 !important;
    color: #FD852CD9;
    border: 1px solid #FD852CD9;
    height: 22px;
    width: 22px;
    border-radius: 2px !important;
    text-align: center;
    line-height: 22px;
}
.faa-footer-icon:hover {
    background-color: transparent !important;
    color: #ffe600;
    border: 1px solid #ffe600;
}
.btn-icon {
    background-color: white !important;
    color: #FD852CD9;
    height: 28px;
    width: 28px;
    border-radius: 50% !important;
    padding: 0 !important;
}
.btn-icon:hover {
    color: white !important;
    background-color: transparent !important;
    border-color: white !important;
}
.faa-footer {
    font-size: 14px;
    line-height: 28px !important;
}
.copyright {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

/* ####################### Banner ######################### */
.banner-img {
    max-height: 610px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 5% !important;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d9d9d9 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity 0.6s ease;
}
.carousel-indicators .active {
    background-color: #FD852CD9 !important;
    opacity: 1;
}

/* ####################### Marquee ######################### */
.marquee {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    height: 4vw; /* Adjust as needed */
    overflow: hidden;
    background-color: #FD852CD9;
    position: relative;
    white-space: nowrap; /* Prevent text wrapping */
}

/* nested div inside the container */
.marquee div {
    display: block;
    position: absolute;
    animation: marquee 12s linear infinite;
}

/* span with text */
.marquee span {
    float: left;
}

/* keyframe */
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* #################### Category Slider ################### */
.main-heading {
    font-size: 32px;
    font-family: 'Alatsi';
    /* color: #FD852CD9; */
    /* font-family: "AveriaGruesaLibre" !important; */
}
.category-heading-bg {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 12px;
    height: 16.5px;
}
.category-area-bg {
    background-color: transparent;
    /* background-image: url(../../images/bg-category-img.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.category-image {
    aspect-ratio: 1;
}
.category-img-area {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    overflow: hidden;
    position: relative;
}
.category-title {
    font-family: "Inter";
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 0px;
}

/* ##################### Product Slick Slider ######################## */
.product-title {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #80331c;
    margin-bottom: 5px;
}
.product-price {
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    margin-bottom: 5px;
}
.border-product-card-x {
    border-left: 1px solid #f58e6f;
    border-right: 1px solid #f58e6f;
}
.m20{
    margin-bottom: 20px
}
.border-product-card-bottom {
    border-bottom: 1px solid #f58e6f;
}
.quantity-select {
    /* background-color: #f3f0d6; */
    color: #525252;
    /* border: none !important; */
    padding: 0.375rem 0.75rem;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-add-cart {
    transition: all 0.5s ease;
    color: white !important;
    background-color: #FD852CD9 !important;
    border: 1px solid #FD852CD9 !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: -webkit-fill-available;
    width: -moz-available;
}
.btn-add-cart:hover {
    color: #FD852CD9 !important;
    background-color: white !important;
    border: 1px solid #FD852CD9 !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.btn-outline-success {
    transition: all 0.5s ease;
    color: #198754;
    border-color: #198754;
    padding: 0.175rem 0.5rem !important;
}
.btn-whatsapp {
    font-size: 25px;
    font-weight: 600;
}
.slick-next:before,
.slick-prev:before {
    font-size: 28px !important;
    color: white !important;
    background-color: #FD852CD9;
    border-radius: 50%;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25 !important;
}

/* #################### About Us #################### */
.bg-aboutus {
    background: #FFCEA9;
    /* background-image: url(../../images/bg-about-us.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-content {
   font-family:Inter;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    /* color: #80331c; */
    margin-bottom: 10px;
}

/* ##################### Tab Products ###################### */
.product-nav .nav-link.active {
    border-bottom: 3px solid #FD852CD9 !important;
    color: #FD852CD9 !important;
    background-color: transparent !important;
}
.product-nav {
    font-family: "AveriaGruesaLibre";
    border-bottom: 1px solid #FD852CD9 !important;
}
.nav-title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #7e7e7e !important;
    border-color: transparent !important;
    margin-bottom: 10px;
}
.aspect-ratio {
    aspect-ratio: 1/1;
}

/* ################# OFFERS ################# */
.offer-img {
    aspect-ratio: 2/1;
}

/* ##################### testimonial-heading ################# */
.bg-testimonial {
    /* background-color: #998782; */
    background-color: #FD852CD9;
    /* background-image: url(../../images/bg-testiminal.png); */
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    overflow: auto;
}
.testimonial-heading-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 12px;
    height: 17.5px;
}
.testimonial-heading {
    font-weight: 600;
    font-size: 34px;
    color: #ffffff;
}
.box-area {
    background: white;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 14px;
}
.testimonial-img {
    border-radius: 14px;
    aspect-ratio: 2/2.5;
}
.testimonial-title {
    font-weight: 600;
    font-size: 20px;
    color: #656262;
    border-bottom: 0.5px solid #a5a5a5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.testimonial-des {
    font-weight: 600;
    font-size: 14px;
    color: #656262;
}
.testimonial-content {
    font-weight: 400;
    font-size: 14px;
    color: #493e3e;
    text-align: justify;
    margin-bottom: 0px;
}

.testimonial-card:hover {
    color: white !important;
    scale: 1.02;
    transition: 0.35s ease-in-out;
    background: linear-gradient(to right, #c33f19, #fb6e43);
}

.testimonial-card:hover .testimonial-title,
.testimonial-card:hover .testimonial-des,
.testimonial-card:hover .testimonial-content {
    color: white !important;
}

.owl-dots {
    text-align: center !important;
    margin-top: 16px !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #d9d9d9 !important;
    color: #d9d9d9;
    border: none;
    padding: 7px !important;
    border-radius: 50% !important;
    font: inherit;
    margin: 4px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
    background: #ffcd1d !important;
    color: #ffcd1d;
    border: none;
    padding: 7px !important;
    border-radius: 50% !important;
    font: inherit;
    margin: 4px;
}
/* ################### Policy ###################### */
.policy-border {
    border: 1px solid #FD852CD9;
    border-radius: 8px;
}
.policy-right-border1 {
    border-right: 0.5px solid #FD852CD9;
}
.policy-right-border2 {
    border-right: 0.5px solid #FD852CD9;
}
.policy-right-border3 {
    border-right: 0.5px solid #FD852CD9;
}
.policy-inner-border {
    border-right: 0.5px solid #FD852CD9;
    margin: auto;
}
.policy-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #FD852CD9;
    margin-bottom: 0px;
}
.policy-content {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
}

/* ###################### About Us Page ####################### */
.aboutus-title {
    font-size: 24px;
    font-weight: 600;
    color: #80331c;
    margin-bottom: 10px;
}
.aboutus-description {
    font-size: 16px;
    font-weight: 500;
    color: #534e4d;
    margin-bottom: 0px;
    text-align: justify;
}

/* ###################### Contact Us ####################### */
.contactbox-shaddow {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
}
.contact_box-shaddow {
    background: #FD852C21;
    border: solid 1px #FD852CD9 !important ;
}
.registerbox-shaddow {
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.2); /* Add shadow */
}
.box > .icon {
    text-align: center;
    position: relative;
}
.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #FD852CD9;
    vertical-align: middle;
}
.box > .icon:hover > .image {
    background: #333;
}
.box > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
}
.box > .icon:hover > .image > i {
    color: white !important;
}
.box > .icon > .info {
    margin-top: -24px;
    background: #FD852C21; ;
    border: 1px solid #FD852CD9;
    padding: 15px 0 10px 0;
    min-height: 163px;
}
.box > .icon:hover > .info {
    background: #FD852C21; ;
    border-color: #FD852CD9;
    color: white;
}
.box > .icon > .info > h3.title {
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.box > .icon > .info > p {
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}
.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > .more > a {
    color: #222;
}
.box > .icon > .info > .more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63b76c;
}
.box .space {
    height: 30px;
}

/* ##################### Register ################### */
.btn-password {
    background-color: #FD852CD9;
    color: white;
}
.btn-password:hover {
    background-color: #000000;
    color: white;
}
.btn-otp {
    background-color: #FD852CD9;
    color: white;
}
.btn-otp:hover {
    background-color: #000000;
    color: white;
}

/* #################### Pagination ####################### */
.active-page {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff !important;
    background-color: #FD852CD9;
    box-shadow: 0px 0px 2.5px 0px #00000040;
    padding: 0px 10px;
    text-decoration: none !important;
    margin: 0px 5px;
}

.blog-page-link {
    font-size: 20px;
    font-weight: 400;
    color: #FD852CD9 !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 2.5px 0px #00000040;
    padding: 0px 10px;
    text-decoration: none !important;
    margin: 0px 5px;
}

.blog-page-link:hover {
    color: #ffffff !important;
    background-color: #FD852CD9;
}

/* ############## Products Page ################ */
.product-title {
    font-family: "Jost";
    color: #80331c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.product-price {
    font-family: "Jost";
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.list-style-blog {
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
}

.sidebar-blog-title {
    font-weight: 500;
    font-size: 28px;
    color: #FD852CD9;
    padding-bottom: 7px;
    border-bottom: 2px solid #FD852CD9;
}

.sidebar-blog-category {
    font-weight: 600;
    font-size: 18px;
    color: #545353 !important;
    text-decoration: none !important;
}

.sidebar-blog-subcategory {
    font-weight: 500;
    font-size: 16px;
    color: #545353 !important;
    text-decoration: none !important;
}

.cat-active {
    color: #FD852CD9 !important;
    font-weight: 600 !important;
}

.card-img-top {
    aspect-ratio: 1/0.8;
}

.quant-order-btn {
    border: 2px solid #FD852CD9;
    border-radius: 8px;
    padding: 4px 6px;
}

.quant-order-btn:hover {
    border: 2.5px solid #FD852CD9;
    border-radius: 8px;
}

.bg-order-pm {
    color: white !important;
    background-color: #FD852CD9 !important;
    border: none;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

/** left menu***/

.category_block .hitarea.expandable-hitarea,
.treeview-list .collapsable .expandable-hitarea {
    height: 20px;
    width: 20px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    position: static;
}

.category_block .hitarea.collapsable-hitarea,
.treeview-list .expandable-hitarea {
    height: 20px;
    width: 20px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.treeview-list .expandable .collapsable-hitarea {
    height: 20px;
    width: 20px;
}

.treeview-list .collapsable .expandable-hitarea {
    height: 20px;
    width: 20px;
}

.treeview-list .collapsable .hitarea,
.treeview-list .expandable .hitarea {
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 5;
    right: 9px;
    top: 6px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.treeview-list .collapsable .hitarea:after,
.treeview-list .collapsable .hitarea:before,
.treeview-list .expandable .hitarea:after,
.treeview-list .expandable .hitarea:before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    top: 9px;
    right: 6px;
    height: 2px;
    background-color: #888;
    transition: all 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform-origin: center center;
}

.treeview-list .expandable .hitarea:after {
    transform: rotate(-90deg);
}

.treeview-list .expandable-hitarea {
    height: 25px;
    width: 15px;
}

.treeview-list .collapsable-hitarea {
    height: 25px;
    width: 15px;
}
.treeview-list .collapsable-hitarea::after {
    content: "\f068";
    font-family: "FontAwesome";
    color: #999999;
    font-size: 14px;
    vertical-align: top;
}

.left-category li a.active,
.left-category li a:hover {
    color: #FD852CD9;
    display: block;
}
.left-category li a {
    display: block;
    color: #808080;
    font-weight: 700;
    font-size: 16px;
}
.section .section-block ul.left-category li ul li {
    padding: 0;
    margin: 10px 0 0;
}

.treeview-list .collapsable .hitarea,
.treeview-list .expandable .hitarea {
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 5;
    right: 9px;
    top: 6px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.category_block .hitarea.expandable-hitarea,
.treeview-list .collapsable .expandable-hitarea {
    height: 20px;
    width: 20px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    position: static;
}

.treeview-list .expandable-hitarea {
    height: 25px;
    width: 15px;
}

.left-category li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    line-height: 21px;
    margin: 7px 0 0;
}

.treeview-list .collapsable .hitarea,
.treeview-list .expandable .hitarea {
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 5;
    right: 9px;
    top: 6px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.left-category,
.menu-dropdown {
    padding-left: 0.5rem !important;
}

/* ################### Product Detail Page ##################### */
.product-name {
    font-weight: 600;
    font-size: 30px;
    color: #FD852CD9;
    text-transform: capitalize;
}

.product-model {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    text-transform: capitalize;
}

.product-price-name {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
}

.product-page-price {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.product-desc {
    font-weight: normal;
    font-size: 15px;
    color: #414040;
    text-align: left;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 70px;
    height: 60px;
    border: none;
    border-radius: 6px;
    padding: 0;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity 0.6s ease;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target].active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 66px;
    height: 56px;
    border: 2px solid black;
    border-radius: 6px;
    padding: 0;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity 0.6s ease;
}

#carouselExampleIndicators .carousel-indicators {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5%;
}

.slick-next:before,
.slick-prev:before {
    font-size: 28px !important;
    color: white !important;
    background-color: #FD852CD9;
    border-radius: 50%;
    opacity: 1 !important;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25 !important;
}

.collapse {
    transition: all 0.5s ease-in-out;
}

/* ####################################################################################################### */
/* ####################################################################################################### */

/* ############### SIDE BAR ################# */
.profile-img {
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 50%;
}

.offcanvas-body {
    padding: 0 !important;
}

.back-style {
    font-size: 24px;
    color: #ffffff;
}

.offcanvas-title {
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-left: 5%;
}

.sidebar-link {
    color: #747272 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none !important;
}

.faa-profile {
    font-size: 20px;
    font-weight: 600;
    line-height: 44px;
    margin-right: 5%;
}

.faa-profile-dropdown {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 5% !important;
}

.profile-item-drop {
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 15%;
}

#sidebar {
    transition: 0.7s ease-out;
}

/* #################### Dashboard ##################  */
.bg-lime {
    background-color: #FD852CD9 !important;
    color: white !important;
    font-weight: 600;
}
.card-dash {
    border: 2px solid #4a4f4833;
    border-radius: 16px;
}

.dash-category {
    color: #3e3939;
    font-size: 28px;
    font-weight: 500;
}

.dash-number {
    color: #FD852CD9;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1% !important;
}

.dash-total {
    color: #3e3939;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0% !important;
}

.card-dash-padd {
    padding: 3% 5% !important;
}

.dash-abs-img {
    right: -25px;
    top: 20px;
}

.bg-dash-in {
    background-color: #FD852CD9;
    border-color: #FD852CD9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.bg-dash-out {
    margin-right: 10%;
    background-color: #FD852CD9;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.dash-balance {
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0% !important;
}

.dash-money {
    color: white;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0% !important;
}

/* ############### My Order Page ################ */
.card-myorder {
    border: 1px solid #eaeaea;
    border-radius: 0px;
}

.myorder-id {
    color: #FD852CD9 !important;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}

.myorder-detail {
    color: #6d6b6b;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1%;
}

.myorder-date {
    color: #6d6b6b;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}

/* ############### Order View Page ############# */
.total-box {
    background-color: #fbc5cf;
    padding: 10px;
}

.heading-box {
    background-color: #fbc5cf !important;
}

.faa-order-view {
    font-size: 30px;
    color: #555555;
    margin-right: 3%;
}

.btn-orderview {
    color: #555555;
    font-size: 22px;
    font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
    background-size: 26px;
    width: 30px;
}

.accordion-button::after {
    background-size: 26px;
    width: 30px;
}

.accordion-button::after {
    transition: all 0.5s;
}

.order-view-text-left {
    font-size: 14px;
    font-weight: 500;
    color: #6d6b6b;
    margin-bottom: 10px;
}

.order-view-text-right {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.orderview-img {
    border-radius: 6px;
}

.orderview-title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.orderview-para {
    font-size: 10px;
    font-weight: 500;
    color: #585858;
    margin-bottom: 10px;
}

.ordership-date {
    font-size: 12px;
    font-weight: 700;
    color: #555555;
    margin-bottom: 5px;
}

.orderview-mrp {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

.btn-faa-orderview {
    color: white;
    background-color: #57b33b;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 6px;
    padding: 3% 12%;
    text-align: center;
}

.faa-download {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
}

.order-view-title {
    font-size: 14px;
    font-weight: 700;
    color: #555555;
    margin-bottom: 10px;
}

.order-view-detail {
    font-size: 12px;
    font-weight: 400;
    color: #666060;
    margin-bottom: 10px;
}

/* ################### Address #################### */
.card-wallet-brd {
    box-shadow: 0px 0px 8px 0px #00000040;
    border-radius: 0px;
}

.wallet-i {
    background-color: white;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 105px;
    text-align: center;
    border-radius: 50%;
}

.faa-wallet-i {
    font-size: 44px !important;
    font-weight: 600;
    color: #FD852CD9 !important;
}
.modal-category {
    color: #3c3c3c;
    font-size: 32px;
    font-weight: 400;
    line-height: 54px;
}
.modal-ship-title {
    color: #555555;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
.faa-modal {
    color: #FD852CD9;
    background-color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    padding-right: 8px;
}

.modal-ship-content {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
/* .float-end .text-success{
    padding: 8px 6px !important;
} */
.faa-dott {
    color: #FD852CD9;
    background-color: #eeeeee;
    border-radius: 50%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    width: 40px;
    line-height: 40px;
}
.btn-comman {
    transition: all 0.5s ease;
    color: white !important;
    background-color: #FD852CD9 !important;
    border: 2px solid #FD852CD9 !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
}
.btn-comman:hover {
    color: #FD852CD9 !important;
    background-color: white !important;
    border: 2px solid #FD852CD9 !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
}
/* ############ MODAL Add Address #############  */
.validate-input {
    position: relative;
}

.wrap-input3 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 27px;
}

.faa-form-input {
    color: #57b33b;
    font-size: 30px;
}

input.input3 {
    padding-left: 6%;
    height: 45px;
}

.input3 {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 24px;
    color: #858484;
    line-height: 34px;
    padding: 0 5px;
    outline: none;
    border: none;
    overflow: visible;
}

.focus-input3 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -4px;
    left: 0;
    pointer-events: none;
}

.focus-input3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}
.margin-top-12-per {
    margin-top: 12%;
}
.cw-65 {
    width: 40% !important;
}
.card-bg {
    background: linear-gradient(145deg, #FD852CD9, #000);
    color: #fff;
}

.coupon-card {
    background: linear-gradient(145deg, #FD852CD9, #000000);
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.coupon-card h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}
.coupon-card p {
    font-size: 15px;
    margin-bottom: 0;
}
.coupon-row {
    display: flex;
    align-items: center;
    margin: 5px auto;
    width: fit-content;
}
.cpnCode {
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;
}
.cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    color: #7158fe;
    cursor: pointer;
}

.tax-type-label {
    background-color: #FD852CD9;
    color: #fff;
    padding: 0 10px;
    border-radius: 7px;
    font-weight: 600;
}

.w-140px {
    width: 140px;
}

.active-li {
    border: 3px solid #FD852CD9;
}

.rounded-btn-outline {
    border: 1.6px solid #FD852CD9 ;
    background-color: #fff;
    color: #FD852CD9 ;
}

.three-dots-container {
    display: flex;
    justify-content: flex-end;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #FD852CD9 ; /* Gray color */
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px; /* Adjust the spacing between dots */
}

.info-message {
    background-color: #e7f0fa; /* Adjust the background color as needed */
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}
.redstar{
    font-size: 11px;
    color: #ff0202;
}
.info-icon {
    margin-right: 10px;
    color: #007bff; /* Adjust the icon color as needed */
}

.info-text {
    color: #007bff; /* Adjust the text color as needed */
}

.danger-message {
    background-color: #f8d7da; /* Adjust the background color as needed */
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.danger-icon {
    margin-right: 10px;
    color: #dc3545; /* Adjust the icon color as needed */
}

.danger-text {
    color: #dc3545; /* Adjust the text color as needed */
}

.order-ship-box {
    border: 2px solid #e2e1e1;
    border-radius: 10px;
}

.border-ship {
    box-shadow: 0px 0px 4px 1px #00000040;
    border-radius: 12px;
}

.h-ship {
    height: 120px;
}

.payment-mode-heading {
    color: #FD852CD9 ;
    font-size: 22px;
    font-weight: 6700;
}

.razorpay-btn {
    color: white;
    background: #FD852CD9 ;
    padding: 7px 16px;
    margin: 5px;
    border-radius: 8px;
}

.razorpay-btn:hover {
    border: 1px solid #FD852CD9 ;
}

.head-pay {
    color: #FD852CD9 ;
    text-transform: uppercase;
}

.order-confirm-img {
    height: 250px;
}

.order-confirm-title1 {
    color: #5f5f5f;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.order-confirm-title2 {
    color: #FD852CD9 ;
    font-size: 40px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
}
.order-confirm-title3 {
    color: #5f5f5f;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

.breadcrumb {
    background-color: transparent !important;
    font-size: 18px !important;
}

.breadcrumb-css {
    color: #FD852CD9 ;
}
.breadcrumb-css a {
    color: #FD852CD9  !important;
}

.payment-option {
    cursor: pointer;
}

.search {
    position: relative;
}

.searchInput {
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px; /* Space for the scrollbar */
}

.searchResults {
    position: absolute;
    top: 88%;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff;
}

.searchResults::-webkit-scrollbar {
    width: 6px;
}

.searchResults::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.searchResults::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.searchResults li {
    padding: 8px;
    cursor: pointer;
}

.searchResults li:hover {
    background-color: #f0f0f0;
}

.loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}
.page-loaded .loader {
    display: block;
}

.loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #FD852CD9 ;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.category-show-button {
    display: none;
}

.filter-option {
    display: none;
}

/* categogy .owl-carousel css */
/* .category_slider_area .owl-nav {
    display: flex !important;
    justify-content:end !important;
    position: absolute; 
    top: 0;
    right: 0;
  
} */

/* .category_slider_area.owl-carousel .owl-nav button.owl-next,.category_slider_area.owl-carousel .owl-nav button.owl-prev{
    background-color:transparent!important;
    border: solid 1px red;
    padding: 3px !important;
    margin: 2px !important;
} */
.description-font{
    font-family: "Inter";
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 0px;
}
.next,.prev{
    border: solid 1px #FD852CD9;
    border-radius: 50%;
    cursor: pointer;
}
.site-theme{
color: #FD852CD9 !important;
}

#registerformvalidate input{
background-color: #EDEDED;
}
.product-card-text{
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: Inter;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
  
}
.product-card-text-price{
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: Inter;
}
.span-box {
    background-color: white;
    color: black;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding:6px 5px 12px 7px;
    font-size: 9px;
    position: absolute;
    right: 12px;
    top:14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.fa-heart{
    color: red;
    font-size: 18px;
} 
.fa-share-nodes{
    color: #b6aaaa;
} 
.like_span {
    top: 70px;
    position: absolute;
    right: 9px;
    width: 35px;
    height: 35px;
    padding: 9px 7px 10px 8px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);

  }
  
  .product-card-text-offer{
    font-size: 12px;
    color: #5f5b5b;
    font-weight: 400;
    font-family: Inter;
  }
  .rating_flex {
    position: absolute;
    top: 120px;
    right: 12px;
  }  
  .star_number {
    position: absolute;
    right: 15px;
    font-weight: 500;
    top: 7px;
    font-size: 12px;
  }
 
  .instagram-media-rendered{
    height: 250px !important;
    width: 200px !important;
    min-width: 200px !important;
    border-radius: 5% !important;
}
