:root {
    --dark: #333333;
    --btn-color: #8C0000;
    --black: #100E0C;
    --semi-red: #D4464D;
    --red: #CC2129;
    --bold-red: #AA1C22;
    --tertiary: #D3D3D3;
    --bg-main: #FAFDFD;
}


/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
    box-sizing: border-box;
    font: inherit;
    vertical-align: baseline;
    font-family: "Poppins", sans-serif;
} */

a {
    text-decoration: none !important;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

*:focus,
select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::placeholder {
    color: #C4C1BE;
    font-size: 12px;
}

/* ------------ General -----------*/

.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1rem;
    color: #FAFDFD;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    user-select: none;
    width: 193px;
    height: 56px;
    border-radius: 6px;
    background-color: #8C0000;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*page loading*/
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}

.preloader img.jump {
    max-height: 100px;
}

.section-padding {
    padding-left: 80px;
    padding-right: 80px;
}

.section-padding-all {
    padding: 80px;
}

@media (max-width: 767px) {
    .section-padding-all {
        padding: 20px;
    }

    .section-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* color */
.text-semi-red {
    color: var(--semi-red) !important;
}

.text-red {
    color: var(--red) !important;
}

.text-main {
    color: var(--bg-main) !important;
}

.text-blacks {
    color: var(--black) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-footer {
    color: #737B7A !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-red {
    background-color: var(--red) !important;
}


.btn-main {
    background-color: var(--btn-color) !important;
}

/* font-size */
.fs-12 {
    font-size: 0.75rem;
    font-family: "Poppins", sans-serif;
}

.fs-48 {
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
}

.custom-border {
    border: 1px solid #8C0000;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 4rem;
}

.g-7,
.gx-7 {
    --bs-gutter-x: 5rem;
}

/* ------------ Navbar Section -----------*/
.navbar {
    background-color: #ffffff;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 80;
}

@media (min-width: 1400px) {
    .navbar {
        height: 100px;
    }
}

.navbar .navbar-brand img {
    height: 22px;
    width: 137px;
}

.navbar .navbar-nav .nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 1rem;
    color: #100E0C;
    text-transform: uppercase;

}

.navbar-nav .nav-item .nav-link i {
    color: #333333 !important;
    font-weight: bold;
}

.navbar .navbar-nav .hover:hover {
    background-color: var(--bg-main) !important;
    border-bottom: 1.5px solid #333333;
    border-radius: 8px;
}



.navbar .mega-menu {
    margin: 0 !important;
    padding: 2rem 4rem;
    background-color: #ffffff;
    border-radius: 0 !important;
}

#menu .dropdown-menu[data-bs-popper] {
    margin-top: 0 !important;
}

#menu .dropdown-menu {
    padding: 0 !important;
}


#menu .mega-menu .nav-link {
    color: lightgrey !important;
}

#menu .mega-menu .active {
    color: #100E0C !important;
    background-color: transparent !important;
}

#menu .mega-menu .links {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 75%;

}

/* #menu .mega-menu .links li {
    display: inline-block;
    cursor: pointer;
} */
#menu .mega-menu .links li {
    display: inline-block;
    margin: 6px 10px;
    cursor: pointer;
}

#menu .mega-menu a {
    padding: 8px 15px;
    color: #737B7A;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 1rem;
    width: fit-content;
    white-space: nowrap;
    display: flex;
}



#menu .search-icon {
    color: #aaa;
    font-size: 14px;
}

#menu .search-input {
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: normal;
    background-color: #FEFEFE;
}

#menu .search-input::placeholder {
    /* color: #aaa; */
    font-style: italic;
}

#menu .search-input:focus {
    transition: border-color 0.3s ease;
}

#menu .mydropSearch {
    min-width: 100vw !important;
    left: 0;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
}

#menu .search-container {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    background-color: #FEFEFE;

}

/* #menu .nav-icons .search-icon {

} */
/* .wishContent {
    background-color: #FCF2F2;
    padding: 1rem 2rem 0;
    border-radius: 12px;
    margin-bottom: 16px !important;
} */

/* .wishContent .image img {
    width: 100%;
    height: 150px;
} */

.offcanvas-body {
    overflow-y: auto;
    max-height: 100vh;
    /* Ensures the content doesn't overflow the viewport */
}


.form-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    color: #C4C1BE;
    background-color: #FEFEFE;
    border-bottom: 1px solid #99A3A2;
}

.form-input::placeholder {
    color: #C4C1BE;
    font-size: 14px;
}

.form-input:focus {
    transition: border-color 0.3s ease;
}


/* =============Hero Section============ */

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider .hero-slide {
    height: 100vh !important;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    /* padding-top: 56.25%; */

}


.hero-slider .content {
    position: absolute;
    top: 60%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.hero-slider .content .title {
    width: 60%;
}

.hero-slider .content .title h2 {
    color: #100E0C;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}

@media (max-width: 640px) {

    .hero-slider .hero-slide {
        height: 65vh !important;

    }

    .hero-slider .content .title {
        width: 80%;
    }

    .hero-slider .slick-dots {
        position: absolute;
        left: 30px !important;
    }
}


/* Override default Slick dots position */
.hero-slider .slick-dots {
    position: absolute;
    bottom: 20px !important;
    left: 80px;
    display: flex !important;
    justify-content: flex-start;
    gap: 4px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}

/* Style each dot */
.hero-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}

.hero-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: grey;
    border: none;
    text-indent: -9999px;
    transition: background 0.3s ease;
}

.hero-slider .slick-dots li.slick-active button {
    background-color: #8C0000;
    /* Active dot color */
}




.cart-count {
    position: absolute;
    right: -8px;
    top: 16px;
    color: #ffffff;
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    background-color: #8C0000;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --------------- flip container -------------- */

/* 5 columns for screens ≥1400px */
@media (min-width: 1400px) {
    .col-xxl-5c {
        flex: 0 0 auto;
        width: 20%;
    }
}



.wish i {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 12px;
    z-index: 9999;
}

.card-inner.flipped {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}


/* new Arrival */
.new-arival {
    width: 100%;
    margin: 40px auto;
    height: 380px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    transition: opacity 0.4s ease;
    display: block;
}

.main-img {
    position: relative;
    z-index: 1;
    height: 360px;
    width: 100%;
}

.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    height: 360px;
    width: 100%;
}

.image-wrapper:hover .hover-img {
    opacity: 1;
}

.image-wrapper:hover .main-img {
    opacity: 0;
}

/* card */
.nack-carousel {
    width: 100%;
    height: 360px;
}

.nack-product {
    perspective: 1000px;
    -webkit-perspective: 1200px;
    cursor: pointer;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 360px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.8s;
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 360px;
    backface-visibility: hidden;
    /* background: #fff; */
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
}


.card-front {
    z-index: 2;
}

.card-back h3 {
    color: #27231F;
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: capitalize;
}

@media (max-width: 640px) {
    .new-arival {
        margin: 30px auto;
        height: 260px;
    }

    .card-back h3 {
        font-size: 1rem;
    }

    .card-inner {
        height: 260px !important;
    }

    .nack-carousel {
        height: 260px;
    }

    .main-img {
        height: 260px;
    }

    .hover-img {
        height: 260px;
    }

    .card-back {
        height: 260px;
    }

    .card-front,
    .card-back {
        height: 260px !important;
    }
}

.card-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
    background-color: var(--bg-main);
    padding: 0 10px;
}


/*==============Category============== */
.category {
    padding: 80px 0 40px;
    width: 100%;
}

.category .content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.category .content .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.category .content .item h3 {
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--black);
}

.category .content:hover .item {
    scale: 1.3;
    transition: scale 2s
}

@media (max-width: 640px) {
    .category .content .item h3 {
        font-size: 14px;
    }

    .category {
        padding: 20px 0 20px;
        width: 100%;
    }

}




/*==============viewall============== */
/* .viewAllCard {
    height: 400px;
    perspective: 1000px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    Enables the 3D effect
}

.viewAllCard-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.viewAllCard-front,
.viewAllCard-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.viewAllCard-front {
    background-color: #DCDAD8;
    color: black;
    position: relative;
}

.viewAllCard-front i {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 12px;
    z-index: 10;
}

.viewAllCard-front img {
    height: 400px;
    width: 100%;
}

.image2 {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    opacity: 0;
}

.viewAllCard-back {
    background-color: var(--bg-main);
    height: 400px;
    transform: rotateY(180deg);
    padding: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewAllCard-back .icon {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 10px;
    border: 1.5px solid var(--btn-color);
    border-radius: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewAllCard-back .item h3 {
    color: #27231F;
    font-size: 1.75rem;
    font-weight: bold;
}

.viewAllCard-back .icon img {
    width: 15px;
    height: 15px;
}

.viewAllCard:hover .image2 {
    opacity: 1;
    transition: all;
}


.viewAllCard.flipped .viewAllCard-inner {
    transform: rotateY(180deg);
}

@media (max-width: 780px) {
    .viewAllCard-front img {
        height: 250px;
        width: 100%;
    }

    .image2 {
        height: 250px;
    }

    .viewAllCard-back {
        background-color: var(--bg-main);
        height: 250px;

    }
} */

/* Style the buttons that are used to open and close the accordion panel */
.detail-accordion .accordion {
    /* background-color: #eee; */
    color: #27231F;
    cursor: pointer;
    padding: 8px 0;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #A9A9A9;
    transition: 0.9s;
    font-size: 1rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.detail-accordion .active,
.accordion:hover {
    background-color: transparent;
}

/* Style the accordion panel. Note: hidden by default */
.detail-accordion .panel {
    /* padding: 0.5rem 0; */
    background-color: transparent;
    display: none;
    overflow: hidden;
    margin-bottom: 8px;
}

.detail-accordion .panel .title {
    color: #27231F;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.detail-accordion .panel .text {
    color: #413A33;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 8px;
}

.detail-accordion .accordion:after {
    content: '+';
    /* Unicode character for "plus" sign (+) */
    font-size: 18px;
    color: #7F7F7F;
    float: right;
    margin-left: 5px;
}

.detail-accordion .active:after {
    content: "-";
    font-size: 22px;
    color: #7F7F7F;

    /* Unicode character for "minus" sign (-) */
}

/*PRODUCT DETAILS*/
.detail-gallery {
    position: relative;
}

.detail-gallery .zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    opacity: 0.6;
}

.slider-nav-thumbnails .slick-list {
    margin: 0 -10px;
}

.slider-nav-thumbnails .slick-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.slider-nav-thumbnails .slick-slide img {
    border-radius: 17px;
}

.slider-nav-thumbnails .slick-slide.slick-current::before {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 0;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 2px solid #a2d2c9;
}

.slider-nav-thumbnails div.slick-slide {
    margin: 0 8px;
}

.slider-nav-thumbnails button {
    opacity: 0;
}

.slider-nav-thumbnails button.slick-arrow {
    margin: 0;
    border: 0;
    background: #F2F3F4;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 24px;
    z-index: 9;
    color: #7E7E7E;
}

.slider-nav-thumbnails button.slick-arrow:hover {
    color: #fff;
    background-color: #3BB77E;
}

.slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: -20px;
}

.slider-nav-thumbnails button.slick-arrow.slick-next {
    right: -20px;
}

.slider-nav-thumbnails:hover button {
    opacity: 1;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.detail-gallery .product-image-slider {
    background-color: #fff;
    margin-bottom: 30px;
    border: 0;
    overflow: hidden;
}

.detail-gallery .product-image-slider img {
    opacity: 1;
    max-height: 450px;
    width: 100%;
    -o-object-fit: contain;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.detail-gallery .product-image-slider.slider-nav-thumbnails {
    background: none;
    border-radius: 0;
}

.detail-gallery .product-image-slider button.slick-arrow {
    background: none;
    border: 0;
    padding: 0;
    font-size: 14px;
}

.detail-gallery .product-image-slider button.slick-arrow i {
    color: #adadad;
}

/* Dropdown Container */
.custom-select-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Individual Dropdown */
.custom-select {
    position: relative;
    font-family: Roboto, sans-serif;
    width: 100%;
    margin-bottom: 0;
}

/* Dropdown Toggle Button */
.custom-select-toggle {
    color: #333333;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    padding: 8px 0;
    background: transparent;
    border: none;
}

/* .custom-select-toggle:hover {
    color: white;
} */

/* Dropdown Menu */
.custom-select-menu {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

/* Active Dropdown */
.custom-select.open .custom-select-menu {
    max-height: 300px;
    overflow-y: auto;
    padding: 5px 0;
    margin-top: 10px;
}

/* Arrow Styles */
.custom-select-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.custom-select-arrow {
    transition: transform 0.3s ease;
    width: 12px;
    height: 8px;
}

.custom-select.open .custom-select-arrow {
    transform: rotate(180deg);
}

/* Menu Items */
.custom-select-menu li a,
.custom-select-menu label {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #FFFEFE;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.custom-select-menu li a:hover,
.custom-select-menu label:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Checkbox Styles */
.custom-select-menu input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #FFFEFE;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.custom-select-menu input[type="checkbox"]:checked {
    background-color: #FA2A24;
    border-color: #FA2A24;
}

.custom-select-menu input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Offcanvas fixes */
.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1045;
    overflow-y: auto;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

body.offcanvas-open {
    overflow: auto;
    padding-right: 0 !important;
}

.policy h1 {
    font-size: 28px;
    color: #100E0C;
    font-weight: 500;
}

.policy p {
    font-size: 16px;
    color: #1A1714;

}

@media (max-width: 640px) {
    .policy h1 {
        font-size: 24px;
    }
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEF8F7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 6px;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}