* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #e7a001 50%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url('/assets/fonts/inter/Inter-Regular.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('/assets/fonts/inter/Inter-Medium.ttf');
}


@font-face {
    font-family: Belleza-Regular;
    src: url('/assets/fonts/bella/Belleza-Regular.ttf');
}

@font-face {
    font-family: bodoni-six-itc-bold-italic-os-5871d33e4dc4a;
    src: url('/assets/fonts/zapf/bodoni-six-itc-bold-italic-os-5871d33e4dc4a.ttf');
}


::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}


h2 {
    font-family: bodoni-six-itc-bold-italic-os-5871d33e4dc4a;
    font-weight: 100;
    font-size: 36px;
    color: #E0B7A3;
    line-height: 40px;
}


h3 {
    font-weight: 100;
    font-family: bodoni-six-itc-bold-italic-os-5871d33e4dc4a;
    margin-bottom: 0 !important;
}

h4 {
    font-weight: 100;
    font-family: bodoni-six-itc-bold-italic-os-5871d33e4dc4a;
    margin-bottom: 0 !important;
}

h5 {
    font-family: Inter-Regular;
}

h1 {
    font-size: 57px;
    font-family: bodoni-six-itc-bold-italic-os-5871d33e4dc4a;
    line-height: 63px;
    font-weight: 100;
    color: #E0B7A3;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

p,
a {
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0 !important;

}

.fr-up {
    overflow: hidden;
    position: relative;
    padding-top: 4px;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
}



input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.container2 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.container1 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

/* header  */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.hdr-tp {
    padding: 8px 0;
    width: 100%;
    background-color: #000000;
    color: #fff;
}

.hdr-tp-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;

}

.slick-track {
    margin-left: 0 !important;
    /* margin-right: auto; */
}

.hdr-fl {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 21%);
}

.hdr-tp-cont {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 30px;
    font-size: 14px;
}

.hdr-tp-btn-fl {
    display: flex;
    align-items: center;
}

.hdr-tp-btn-lft {
    height: 30px;
    width: 40px;
    background-color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

.hdr-tp-btn-rgt {
    height: 30px;
    width: 100%;
    background-color: #E9E8E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.hdr-tp-btn-rgt p {
    color: #000000;
    font-size: 14px;
}

.hdr-btm-fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.hdr-btm-lft {
    width: 130px;
    height: 100%;
    margin-right: 60px;
}

.hdr-btm-lft img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hdr-btm-rgt {
    width: 100%;
}

#mySidepanel {
    width: 0;
    transition: width 0.5s;
}

#mySidepanel.open {
    width: 300px;
}

@media screen and (max-width: 460px) {
    #mySidepanel.open {
        width: 75vw;
    }
}


body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

/* ====== SIDEPANEL ====== */
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1000;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2B2B2B;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: 0.4s;
}

.sidepannel-cont {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.sidepannel-cont::-webkit-scrollbar {
    display: none;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.sidepannel-cont {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
    transition: 0.5s;
}

#logoutModal {
    z-index: 1500;
}

.sidepanel a {
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #b8b8b8;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 30px;
    cursor: pointer;
    color: white;
    padding: 0px 12px 6px 12px;
    border: none;
}

.submenu {
    display: none;
    padding-left: 20px;
}

.subsubmenu a {
    font-size: 14px !important;
}

.submenu a,
.subsubmenu a {
    padding: 8px 8px 8px 32px;
    font-size: 16px;
    color: #ffffff;
}

.submenu a:hover,
.subsubmenu a:hover {
    color: #b8b8b8;
}

.dropdown-butn:hover {
    color: #b8b8b8;
}

.dropdown-butn.active {
    color: #ffffff;
}


/* Nested dropdown */
.subsubmenu {
    display: none;
    padding-left: 20px;
}

.nested-btn {
    padding-left: 32px;
    font-size: 16px !important;
}

.dropdown-butn {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    padding: 10px 10px 10px 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-butn.active i {
    rotate: -180deg;
}

.hdr-btm-cont-lft-rt p {
    font-size: 15px;
}

.hdr-cnt-btn p {
    color: #fff;
}

.fr-und-ln.cnct p {
    color: #ffffff !important;
    font-family: inter-medium;
    position: relative;
    border: 2px solid #000000 !important;
    background-color: #000000 !important;
    padding: 10px 20px;
}

.sidepanel-top {
    height: 150px;
    width: 100%;
    background-color: #000000;
    margin-bottom: 50px;
    display: flex;
    align-items: end;
    position: sticky;
    top: 0px;
    padding-bottom: 20px;
}

.sidepanel-top h3 {
    font-size: 25px;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
}

.log-hdng {
    text-align: center;
    font-size: 20px;
}

.modal-footer-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 20px !important;
}

.cncl-btn {
    background-color: #fff !important;
    border: 1px solid #3C3C3B !important;
    color: #3C3C3B !important;
}

.modal-footer-btns button {
    width: 50%;
}

.inp-flx {
    width: 630px;
    height: 40px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.inp-flx input {
    width: 100%;
    height: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border: none;
    padding: 0 20px;
    border: 1px solid #bbbaba;
    font-size: 15px;
    color: #000000;
    outline: none;
}

.inp-flx input::placeholder {
    color: #afafaf;
}

.inp-flx-btn {
    width: 50px;
    height: 100%;
    background-color: #000000;
    flex-shrink: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.hdr-btm-rgt-tp {
    padding-bottom: 8px;
    border-bottom: 1px solid #999999;
    width: fit-content;
    margin-left: auto;
    position: relative;
}

.hdr-btm-rgt-btm {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.sid-bar-btn-br1 {
    height: 4px;
    width: 20px;
    background-color: #3C3C3B;
    margin: 5px 0;
}

.sid-bar-btn-br2 {
    height: 4px;
    width: 40px;
    background-color: #3C3C3B;
    margin: 5px 0;
}

.sid-bar-btn-br3 {
    height: 4px;
    width: 30px;
    background-color: #3C3C3B;
    margin: 5px 0;
}

.hdr-btm-rgt-btm {
    padding-top: 15px;
}

.swpr1 {
    margin-right: 0 !important;
    max-width: 850px;
}

.swpr2 {
    margin-right: 0 !important;
    margin-bottom: 20px;
}

.swpr3 {
    margin-top: -50px;
    max-width: 1100px;

}

.al-prod-flx .mySwiper .swiper-slide {

    background: #ffffff00 !important;
}

.swiper-wrapper {
    justify-content: flex-start;
}

.mySwiper.swpr2 .swiper-slide {
    width: 13vw !important;
    /* width: auto !important; */
    flex-shrink: 0;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 5px !important;
}

.mySwiper.swpr1 .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-conts {
    margin: 0 13px;
    cursor: pointer;

}

.cat-conts p {
    color: #000000 !important;

}

.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cat-conts {
    width: fit-content;
    background: #fff;
}

.hdr-btm-rgt-cntr-ln {
    width: 72%;
    height: 1px;
    background-color: #bbbaba;
    margin-left: auto;
    position: absolute;
    margin-top: -1px;
}



/* header close */


/* index  */
.ind1 {
    height: fit-content;
    position: relative;
    margin-top: 170px;
}

.ind1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #090909, #09090978, #00000000);
}

.sldimg-item img {
    width: 100%;
    height: 70vh;
    object-fit: cover
}

.ind1-cont h1 {
    max-width: 620px;
    margin-bottom: 20px;
    color: #E0B7A3 !important;
    font-size: 50px;
}

.ind1-cont {
    position: absolute;
    bottom: 90px;
    z-index: 5;
    color: #fff;
    max-width: 800px;
}

.mn-btns {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;

}

.mn-btn-1 {
    padding: 12px 40px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    transition: 0.3s;
}

.mn-btn-2 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mn-btn-2-rnd {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mn-btn-2 {
    color: #fff;
}

.mn-btn-2-rnd i {
    rotate: -35deg;
}

.ind2-tp-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ind2-tp {
    padding: 34px 0;
    width: 100%;
    background-color: #000000;
}

.ind2-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 500px;
    color: #fff;
}

.ind2-flx img {
    width: 60px;
    height: 40px;
    object-fit: contain;
}

.ind2-flx h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.ind2-prdct {
    padding: 20px 0 20px 0;
}

.brands {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    margin-bottom: 50px;
    padding: 40px 0;

}

.brnd-cnt-fl {
    width: 100%;


}

.brands-cont-img-bx {
    width: 100%;
    padding: 0 10px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-cont-img-bx img {
    width: 78%;
    object-fit: contain;
    max-height: 100px;
}

.ind2-prdct-hdng {
    text-align: center;
    margin-bottom: 30px;
}

.hdng h2 {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.hdng h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #E0B7A3;
    top: 75%;
    left: -110px;
}

.hdng h2::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #E0B7A3;
    top: 75%;
    right: -110px;
}

.ftrd-prdct-img {
    width: 100%;
    height: 12vw;
    /* background-color: #ffffff; */
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    display: flex;
    border-radius: 10px;
}

.ftr-view-all {
    padding: 7px 20px;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
    font-size: 13px;
    margin-bottom: 10px !important;
}

.fr-anm {
    /* border: 1px solid #cccccc; */
    /* border-radius: 10px; */
    transition: all 0.3s ease-in-out;
}

.fr-anm:hover .ftrd-prdct-img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.fr-anm:hover {
    /* border: 1px solid #cccccc00; */
    transition: all 0.3s ease-in-out;
}

.fr-anm:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
}

.ftrd-prdct-img a {
    width: 90%;
}

.ftrd-prdct-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

/* .ftrd-prdct-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.item-btns {
    display: flex;
    align-items: center;
}

.item-btn i {
    font-size: 18px;
    color: #ffffff;
}

.item-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #313131;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 15px;
}

.item-btns {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.itmbnt1 {
    position: relative;
    left: -100px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.itmbnt2 {
    position: relative;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.itmbnt3 {
    position: relative;
    right: -100px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.fr-anm:hover .itmbnt2 {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.fr-anm:hover .itmbnt1 {
    left: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.fr-anm:hover .itmbnt3 {
    right: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}


.ind2-ln {
    width: 80%;
    height: 1px;
    background-color: #d4d4d4;
    margin: 20px auto 20px auto;
}

.ftrd-prdct-cont {
    padding: 10px 7px;
    min-height: 150px;
}

.ftrd-prdct-cont h3 {
    font-size: 17px;
    max-width: 250px;
    color: #000000;
}

.ftrd-prdct-cont p {
    color: #000000;
}

.ftrd-prdct-cont-flx {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}

.ftrd-prdct-cont-flx2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 7px;
}

.off-cnt p {
    color: #016b18 !important;
    font-weight: 600;
    font-size: 13px;
}

.ftrd-prdct-cont-inr-flx {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    width: fit-content;
    color: #858585;
}

.ftrd-prdct-cont-inr-flx h3 {
    font-size: 16px;
    color: #858585 !important;
}

.ftrd-prdct-cont-inr-flx p {
    color: #858585 !important;
}

.ftrd-prdct-cont-inr-flx::after {
    content: '';
    position: absolute;
    width: 112%;
    height: 1px;
    background-color: #858585;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

.ftrd-prdct-cont-flx p {
    font-size: 17px;
}

.ftrd-prdct-cont-flx h3 {
    font-size: 18px;
    font-weight: 600;
}

.ftrd-prdct-cont-inr-flx p {
    color: #858585;
    text-wrap: nowrap !important;
}

.ftrd-prdct-cont-inr-flx h3 {
    color: #858585;
}

.clr-optns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.clr-optns .clrs {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 2px solid #858585;
    cursor: pointer;
}

.clrs.clr1 {
    background-color: #000000;
}

.clrs.clr2 {
    background-color: #FFFFFF;
}

.clrs.clr3 {
    background-color: #744C00;
}

.clrs.clr4 {
    background-color: #E0B7A3;
}

.ind3 {
    width: 100%;
    height: 100%;
    padding: 120px 0 50px 0;
    /* background-color: #3C3C3B; */
    position: relative;
}

.ind3-tp-bar {
    height: 30px;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 10% 100%);
    background-color: #C0C0C0;
    width: 650px;
    position: absolute;
    top: -28px;
    z-index: -1;
    right: 0;
}

.ind3-cont {
    margin: 0 auto;
    max-width: 1700px;
}

.ind3-top-cont {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.ind3-btm-cont {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ind3-top-img-sdtp {
    width: 37%;
    height: 330px;
    background-color: #666666;
    position: relative;
}

.ind3-top-img-sdtp:hover::after {
    height: 100%;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-cntrtp:hover::after {
    height: 100%;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-sdbtm:hover::after {
    height: 100%;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-cntrbtm:hover::after {
    height: 100%;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-sdtp:hover .fr-hvr {
    bottom: 30%;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-cntrtp:hover .fr-hvr {
    bottom: 30%;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-cntrbtm:hover .fr-hvr {
    bottom: 30%;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-sdbtm:hover .fr-hvr {
    bottom: 30%;
    opacity: 1;
    transition: all 0.3s ease-in-out
}


.ind3-top-img-sdtp:hover .ind3-cont-txt {
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-cntrtp:hover .ind3-cont-txt {
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-cntrbtm:hover .ind3-cont-txt {
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-sdbtm:hover .ind3-cont-txt {
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.ind3-top-img-cntrtp {
    width: 25%;
    height: 330px;
    background-color: #666666;
    position: relative;
}

.ind3-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #d3d3d3;
}

.ind3-top-img-sdbtm {
    width: 27%;
    height: 330px;
    background-color: #666666;
    position: relative;
}

.ind3-top-img-cntrbtm {
    width: 45%;
    height: 330px;
    background-color: #666666;
    position: relative;
}

.modal-footer p span {
    cursor: pointer;
}

.hdr-conts p {
    font-size: 10px;
}

.hdr-btns-i {
    position: relative;
    width: fit-content;
    margin: 0 auto;

}

.dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 48px) !important;
}

.dropdown-menu p span {
    font-size: 13px;
    text-wrap: nowrap;
}


.dropdown-menu p {
    color: #000000;
    font-size: 13px;

}

.dropdown-menu li {
    display: flex;
    align-items: center;
}

.dropdown-menu {
    padding: 10px !important;
}

.drop-ln {
    height: 1px;
    width: 98%;
    background-color: #dbdbdb;
    margin: 5px auto;
}

.modal-body ul input {
    width: fit-content;
    height: 17px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.cstmr-rtng li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal-body input {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.modal-body input:focus {
    outline: none;
}

.modal-body .sgn-inps label {
    font-size: 13px;
    color: #858585;
}

.modal-body nav ul li a:hover {
    color: #000000;
}

.modal-body ul h3 {
    font-size: 17px;
}

.modal-body ul .side-inpts input {
    height: 33px;
    width: 100%;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.modal-footer button {
    width: 100%;
    padding: 7px;
}

.modal-footer {
    padding-bottom: 40px;
}

.modal-body {
    padding: 0 20px !important;
}

.modal-footer p {
    font-size: 12px;
}

.modal-footer span {
    font-size: 15px;
}

.fltr-btn {
    padding: 5px 20px !important;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 20px !important;
    display: none;
}

.btn.btn-primary {
    background-color: #242521 !important;
    border-color: #242521 !important;
}

.ind3-btm-cont {
    margin: 20px 0;
}

.ind3-top-cont {
    margin: 20px 0;
}

.ind3-top-img-sdtp::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(#00000000, #000000d8);
    bottom: 1px;
    left: 0%;
}

.ind3-top-img-cntrtp::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(#00000000, #000000);
    bottom: 0;
    left: 0%;
}

.ind3-top-img-sdbtm::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(#00000000, #000000d8);
    bottom: 0;
    left: 0%;
}

.ind3-top-img-cntrbtm::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(#00000000, #000000);
    bottom: 0;
    left: 0%;
}

.ind3-cont-txt h2 {
    color: #fff;
    font-size: 23px;
}

.ind3-cont-txt {
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.ind3-h2 {
    font-size: 130px;
    color: #6c6c6c0e;
    position: absolute;
    top: 40px;
    left: 100px;
}

.ind4 {
    padding: 20px 0 30px 0;
}

.ind4-add {
    margin: 0 auto;
    width: 100%;
    /* margin-top: 110px; */
    height: 350px;
    background-color: #f6f6f6;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}

.ind4-add-lft {
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-btn {
    padding: 8px 30px;
    width: fit-content;
    background-color: #000000;
    margin-top: 20px !important;
    color: #ffffff;
    font-size: 14px !important;
    border-radius: 5px;

}

.ind4-add-rgt {
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind4-add-rgt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind4-add-lft h2 {
    font-size: 35px;
}

.ind4-add-lft p {
    font-size: 16px;
    margin: 10px 0;
}

.ind4-add-lft h3 {
    font-size: 25px;
    margin-top: 15px;
}

.fr-hvr {
    position: relative;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    transition: .3s;
    opacity: 0;
    padding: 8px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;

}

/* index close  */

/* product view  */


.prod1 {
    margin-top: 250px;
}

.prod1-bg {
    height: 100%;
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 40px
}

.prod1-bg {
    display: flex;
    margin-bottom: 70px;
}

.prod1-lft {
    height: 100%;
    display: flex;
    gap: 10px;
    padding: 10px;
    border: 1px solid #999999;
    border-radius: 5px;
    position: relative;
}

.prod1-lft-sub-img {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    cursor: pointer;
}

.prod1-lft-sub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.prod1-lft-sub-img img.active {
    border: 4px solid #000000;
}

/* .prod1-lft-mn {
    width: 32vw;
    max-height: 36vw;
    height: 100%;
    position: relative;
} */
.prod1-lft-mn {
    width: 30vw;
    max-height: 36vw;
    /* height: 100%; */
    position: relative;
}

.prod1-lft-sub::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

.prod1-lft-sub::-webkit-scrollbar {
    width: 7px;
    background-color: #707070;
}

.prod1-lft-sub::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2f7f9b;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #2f7f9b 50%,
            transparent,
            transparent)
}

.prod1-lft-sub {
    max-height: 36vw;
    overflow-y: scroll;
    height: 100%;
    padding-right: 5px;
}


.prod1-lft-mn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: crosshair;
    border-radius: 5px;
}

/* === ABSOLUTE RIGHT-SIDE ZOOM BOX === */
.zoom-popup {
    position: absolute;
    top: 0;
    left: calc(32vw + 170px);
    /* EXACT CLOSE RIGHT SIDE */
    width: 32vw;
    height: 60vh;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-color: #fff;
    display: none;
    pointer-events: none;
    /* important: zoom box won’t block mouse */
    border-radius: 6px;
    overflow: hidden;
    z-index: 990;
}

#zoomLens {
    width: 100px;
    height: 100px;
    position: fixed;
    /* IMPORTANT for perfect tracking */
    pointer-events: none;
    border: 2px solid red;
    display: none;
    box-sizing: border-box;
    z-index: 9999;
}

.prod1-rgt {
    padding-left: 50px;
    margin-top: 50px;
    width: 100%;
}

.prod1-rgt h4 {
    font-size: 25px;
}

.prod1-rgt h3 {
    font-size: 30px;
}

.prod1-rgt-prc-flx {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 20px 0;
}

.prod1-rgt .ftrd-prdct-cont-flx2 h4 {
    font-size: 22px;
    color: #858585;
}

.prod1-rgt .ftrd-prdct-cont-flx2 {
    gap: 24px;
}

.prod1-rgt-ln1 {
    height: 1px;
    background-color: #999999;
    margin: 20px 0;
    width: 100%;
}

.discptn h4 {
    font-size: 18px;
    color: #000000;
    width: fit-content;
    position: relative;
    margin-bottom: 30px !important;
}

.discptn h4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
}

.ftrs h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.ftrs {
    margin-top: 15px;
}

.ftrs h3 span {
    font-weight: 100;
}

.prdct-clr {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
}

.prdct-clr-bx {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    /* border: 2px solid #969696; */
}

.prdct-clr-bx.active {
    border: 3px solid #000000;
}

.prdct-clr1 {
    background-color: #907776;
}

.prdct-clr2 {
    background-color: #242521;
}

.prdct-clr3 {
    background-color: #f0f0ee;
    margin-bottom: 10px;
}

.quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: fit-content;
    margin-top: 30px;
    gap: 7px;
}

.qty-btn {
    border: none;
    padding: 5px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.qty-btn:hover {
    background-color: #ddd;
}

.qty-input {
    width: 50px;
    height: 39px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    outline: none;
    border-radius: 4px;
}

.prod1-rgt-btns p {
    padding: 8px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    color: #000000;
}

.prod1-rgt-btns .ordr {
    background-color: #DBD4CA;
    border: none;
}

.prod1-rgt-btns {
    display: flex;
    gap: 10px;
    margin-top: 30px
}

.prod2 {
    padding: 20px 0;
}

.al-prod1 {
    margin-top: 250px;
}

.al-prod-flx {
    display: flex;
    gap: 40px;
    width: 100%;
}

.prd-cat-sd {
    width: 270px;
    border-radius: 7px;
    flex-shrink: 0;
    border: 1px solid #ccc;
    background-color: #fff
}

.al-prod-flx .ftrd-prdct-img {
    width: 100%;
    height: 17vw;
    /* background-color: #666666; */
}

.al-prod-flx .fr-prdct-cnnr {
    padding: 0 10px;
    width: 25%;
}

.al-prod-flx .row {
    justify-content: left;
}

.fr-prd-pdng {
    margin-bottom: 70px;
}

.category-lf {
    height: 100%;
    width: 100%;
    /* border: 1px solid #d1d1d1; */
    padding: 20px 13px;
    border-radius: 5px;
    background-color: #fff;
}

.category-sec {
    padding-top: 80px;
}

.category-lf h3 {
    font-size: 17px;
    color: #000000;
}

.side-inpts p {
    color: #000000;
}

.category-lf-ln {
    height: 1px;
    width: 99%;
    background-color: #d1d1d1;
    margin: 15px 0;
}




nav {
    position: relative;
    width: 100%;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

nav ul li a:hover {
    color: #ffffff;
}

nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
    color: #000000;
}

nav ul li h6 {
    font-size: 11px;
    margin-top: 10px;
}

nav ul li ul li {
    border-left: 4px solid transparent;
    padding: 7px 20px;
}

nav ul li ul li p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0 !important;

}


.sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sid-bar-ln {
    height: 1px;
    width: 99%;
    background-color: #e9e9e9;
    margin: 15px 0;
}

.side-inpts {
    padding-left: 15px;
    display: flex;
    gap: 10px;
}

.side-inpts input {
    width: 80px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    color: #000000;
}

wekinator::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.side-inpts input:focus {
    outline: none;
}

.cstmr-rtng li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cstmr-rtng i {
    font-size: 10px;
    color: #e2c51f;
}

.btm-ads {
    width: 90%;
    height: 400px;
    margin: 50px auto;
}

.btm-ads img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-sec nav ul li a {

    padding: 10px 0px;
}

.side-inpts {
    padding-left: 0px;

}

.cat-cont-lft {
    border-radius: 8px;
}

.fltr-hdg {
    font-size: 25px !important;
}

.hdng h2 {
    color: #E0B7A3 !important;
}

/* product view close  */


/* prduct category  */

.cat-inr-category {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background-color: #3C3C3B;
    margin-bottom: 50px;
}

.cta-item {
    width: 100%;
    margin: 0 10px;
    position: relative;
}

.cta-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(#00000000, #000000);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all ease-in-out 0.3s
}

.cat-nm {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    z-index: 1;
    width: 80%;
    transition: all ease-in-out 0.3s
}

.cat-nm h3 {
    text-align: center;
    font-size: 20px;
}

.viw-btn p {
    padding: 8px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    width: max-content;
    background-color: #3C3C3B;
}

.viw-btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out 0.3s
}

.cta-item:hover .viw-btn {
    opacity: 1;
    bottom: 35%;
    transition: all ease-in-out 0.3s
}

.cta-item:hover .cat-nm {
    opacity: 0;
    transition: all ease-in-out 0.3s
}

.cta-item:hover:after {
    height: 100%;
    transition: all ease-in-out 0.3s
}

.cta-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 5px;
}

.cat-inr-category h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.cat-inr-slide span {
    position: absolute;
    top: 47%;
    padding: 6px 15px;
    background-color: #f3f3f3;
    color: #000000;
    font-size: 20px;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer;
}

.cat-inr-slide .prv {
    left: -22px;
}

.cat-inr-slide .nxt {
    right: -22px;
}

/* prduct category close */

/* cart  */

.cart1 {
    margin-top: 250px;
}

.cart1-cont h2 {
    font-size: 30px;
}

.cart1-cont-lft {
    width: 100%;
}

.cart-item {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-item-lft {
    display: flex;
    gap: 40px;
    align-items: center;
}

.cart1-cont {
    width: 100%;
}

.cart1-cont .row {
    margin-top: 30px;
}

.cart-item .img {
    width: 160px;
    height: 140px;
}

.cart-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cart-item-dtl .nm {
    font-size: 18px;
}

.cart-item-btn {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 10px;
}

.cart-item-btn .qty-btn {
    padding: 2px 13px;
}

.cart-item-btn .qty-input {
    height: 33px;
}

.crt-rmv-btn {
    padding: 8px 20px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    color: #000000;
    transition: 0.3s;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 7px;

}

.cart-item-dtl p {
    color: #000000;
}

.cart-item-dtl h3 {
    color: #000000;
}

.cart1-cont-lft-ln {
    height: 1px;
    width: 80%;
    background-color: #d6d6d6;
    margin: 25px auto;
}

.cart-lft-prc-bx {
    padding: 30px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    /* max-width: 600px; */
}

.crt-lft-prc {
    margin-top: 0px !important;
}

.cart-lft-prc-bx-flx {
    display: flex;
    gap: 20px;
}

.cart-lft-prc-bx-flx h4 {
    font-size: 20px;
    color: #858585;
}

.cart-lft-prc-bx-flx-2 h3 {
    font-size: 25px;
    color: #000000;
    margin-top: 10px;
}

.cart-lft-prc-bx-btn p {
    padding: 8px 30px;
    border: 1px solid #DBD4CA;
    border-radius: 5px;
    background-color: #DBD4CA;
    color: #000000;
}

.cart1-cont-rgt {
    background-color: #F5F5F5;
    width: 80%;
    height: fit-content;
    padding: 30px;
    border-radius: 10px;
    margin-left: 50px;
}

.cart1-cont-rgt-ln {
    height: 1px;
    width: 100%;
    background-color: #d6d6d6;
    margin: 25px auto;
}

.cart1-cont-rgt h3 {
    font-size: 23px;
}

.crt-prc-dtls-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.crt-prc-dtls-flx h4 {
    font-size: 18px;
}

.ttl-prc-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ttl-prc-flx h4 {
    font-size: 21px;
}



/* cart close */

/* wishlist  */

.wish1 {
    margin-top: 250px;
}

.wish-flx-bx {
    width: 25%;
}

.wish-flx-bx .ftrd-prdct-img {
    position: relative;
    overflow: hidden;
}

.wish-flx-bx .ftrd-prdct-img:after {
    content: "";
    padding-top: 80%;
    display: block;
}

.wish-flx-bx .ftrd-prdct-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 8px;
}

.wish-flx {
    display: flex;
    gap: 20px;
    align-items: start;
    flex-wrap: wrap;
}

.order1 .cart-item {
    align-items: start;
}

.order1 {
    margin-top: 250px;
}

.order-status p {
    color: #9c9c9c;
}

/* wishlist close */

/* orders  */

.order1-cont-img {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.order1-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.order1-cont h2 {
    font-size: 30px;
}

.order1-cont-bx {
    margin-top: 30px;
}

.order1-cont-bx-flx {
    display: flex;
    gap: 30px;
}

.order1-cont-bx-flx-cont {
    width: 100%;
}

.order1-cont-bx-flx-cont h3 {
    font-size: 25px;
}

.order1-cont-bx-flx .prod1-rgt {
    padding-left: 10px;
    margin-top: 0px;
}

.order1-cont-bx-flx .ftrs h3 {
    font-size: 18px;
    margin-bottom: 10px !important;
}

.order1-cont-bx-flx .prdct-clr {
    margin-top: 20px;
}

.prdct-clr h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.cnclbtn {
    padding: 8px 30px;
    border: 1px solid #DBD4CA;
    border-radius: 5px;
    background-color: #DBD4CA;
    color: #000000;
    width: fit-content;
    margin-top: 30px;
}

/* orders close  */


/* profile  */

.prof-cont-fl {
    width: 100%;
}

.prof-cont {
    margin-top: 30px;
}

.prof-cont-lft {
    width: 100%;
    height: 500px;
    background-color: #F5F5F5;
    padding: 40px 30px;
    border-radius: 10px;
}

.prof-cont-lft h3 {
    font-size: 24px;
}

.prof-cont-rgt h3 {
    font-size: 24px;
}

.prof-cont-rgt-cont-flx h3 {
    font-size: 20px;
}

.prof-cont-rgt {
    width: 100%;
    height: 500px;
    background-color: #F5F5F5;
    padding: 40px 30px;
    border-radius: 10px;
}

.prof-cont-lft-ln {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    margin: 20px auto;
}

.prof-cont-rgt-ln {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    margin: 20px auto;
}

.prof-cont-lft-cont {
    margin-top: 20px;
}

.prof-img {
    width: 100px;
    height: 100px;
}

.prof-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.prof-cont-lft-cont-dtls {
    margin-top: 30px;
}

.prof-cont-lft-cont-dtls h3 {
    font-size: 18px;
}

.prof-cont-lft-cont-dtls h3 {
    max-width: 400px;
}

.prof-cont-lft-cont-dtls-inr {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-top: 20px;
}

.prof-cont-lft-cont-dtls-inr-lft {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.prof-cont-lft-cont-dtls-inr-lft {
    width: 100px;
}

.prof-cont-lft-cont-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 6px 20px;
    color: #ffffff;
    cursor: pointer;
    width: fit-content;
    background-color: #2B2B2B;
}

.prof-cont-rgt-cont {
    margin-top: 30px;
}

.prof-cont-rgt-cont-flx {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.prof-cont-rgt-cont-flx.lgout i {
    color: #ff0000;
}

.prof-cont-rgt-cont-flx i {
    font-size: 20px;
}

.prof-cont-rgt-cont-flx.lgout h3 {
    color: #ff0000;
}

.prof-cont-fl h2 {
    font-size: 30px;
}

/* profile close  */

/* footer  */

footer {
    background-color: #fafafa;
    padding: 60px 0 40px 0;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.123);
}

.foot-cont {
    display: flex;
    justify-content: space-between;
}

.ftr-inr-flx {
    display: flex;
    gap: 140px;

}

.wtsapp {
    width: 50px;
    object-fit: contain;
    position: fixed;
    right: 30px;
    bottom: 170px;
    z-index: 22222;
}

.foot-flx1 {
    max-width: 300px;
}

.bk-tp-btn button {
    background-image: linear-gradient(#ff0000, #9c0000);
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;

}

.copyright {
    color: #000000;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top: 40px;
    font-weight: 100;
    font-size: 13px;
}

.foot-flx {
    width: 100%;
}

.ftr-logo {
    width: 150px;
    margin-bottom: 20px;
}

.ftr-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.copyright img {
    position: relative;
}

.foot-flx {
    display: flex;
    align-items: start;
    justify-content: space-between;

}

.foot-flx2 p {
    max-width: 300px;
}

.foot-flx2 h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.foot-flx2 p {
    color: #000000;
    margin: 10px 0;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}




/* footer close  */
