:root {
    --main: #161616;
    --secondary: #ffffff;
    --text: #704204;
    --bs-primary: #704204;
}

:root {
    --body-font: sans-serif;

    --heading-font: "Cormorant Upright", serif;
    /* --heading-font: "jost", serif;  */
}

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
}

a {
    text-decoration: none !important;
}



/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
    padding-top: 2em;

}

.padding-medium {
    padding-top: 4em;

}

.padding-mediumm {
    padding-top: 4em;
    padding-bottom: 4em;
}

.padding-large {
    padding-top: 6em;

}

.padding-larger {
    padding-top: 8em;

}

.padding-xl {
    padding-top: 10em;
    padding-bottom: 2em;
}

/* - Section margin
--------------------------------------------------------------*/


.container-fluid {
    max-width: 1560px;
}

/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);

}



/* ------------------------ */


/* cateogory section */
/* ----------------------------- */

.category-banner .container-fluid {
    max-width: 1500px;
}

.cateogry-img {
    width: 100%;
    height: 650px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;

}

.cateogry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.category-text {
    left: 10px;
    bottom: 40px;
    color: var(--secondary);
}

.category-text h3 {
    font-family: 'jost', sans-serif !important;
    font-weight: 300;
}

.category-text a {
    color: var(--secondary);
    text-decoration: none;
    font-family: 'jost', sans-serif !important;


}

.cateogry-img:hover img {
    transform: scale(1.1);
    transition: all ease-in 1s;
}



/* Model Section (product-section)*/
/* --------------------- */


.product-banner-section .container-fluid {
    position: relative;
    max-width: 1500px;
}

.product-banner-section .swiper {
    width: 100%;
    height: 100%;
}

.product-banner-section a {
    text-decoration: none;
    color: var(--main);
}

.product .product-img {
    width: 100%;
    height: 400px;
    background-color: #f3f2f8;
    border-radius: 6px;
    overflow: hidden;
    transition: all ease-in-out 1s;
    cursor: pointer;
}

.product .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;

}

.product .product-cart {
    padding: 5px;
    width: 100% !important;


}

.product .product-cart button {
    width: 100% !important;
    padding: 15px;
    border: none;
    background-color: var(--secondary);
    color: var(--main);
    border-radius: 6px;
    opacity: 0;
    font-size: 11px;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);

}

.product .product-view {
    padding: 5px;


}

.product .product-view button {
    border: none;
    background-color: var(--secondary);
    color: var(--main);
    border-radius: 6px;
    width: 35px;
    height: 35px;
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;


}

.product-img:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 1s;
}

/* .product {
    transition: all ease-in-out 5s;
} */

.product:hover button {
    opacity: 1;
    transition: all ease-in-out 1s;
}

.product button:hover {
    background-color: var(--main);
    color: var(--secondary);
    transition: all ease-in-out .5s;
}

.product button:hover a {

    color: var(--secondary) !important;
    transition: all ease-in-out .5s;

}

.product-details {
    padding: 7px;
    font-family: "Jost", sans-serif;

}


.product-details .category-name {
    font-size: 14px;
    color: var(--main);
    margin: 0;
    margin-top: 2px;

}

.product-details .product-name {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
    text-transform: capitalize;
    color: var(--text);

}

.product-details .product-price {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
    color: var(--main);

}

.product-details .product-price-mrp {
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
    color: #0d3619;


}

@media (max-width : 768px) {
    .product .product-img {
    width: 100%;
    height: 450px;
    
}
}

/* company-services */
/* ---------------------- */

.serivce {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.service-img {
    width: 50px;
    height: 50px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Testmonicals */
/* ------------------------- */

.testimono {
    position: relative;
    height: 100%;
}




.testimono .container-fluid swiper-container {
    width: 100%;
    min-height: 200px;
    height: auto;
}

.testimono swiper-slide {

    font-size: 18px;
    background: var(--secondary);
    width: 25%;

}

@media screen and (max-width:700px) {
    .testimono swiper-slide {


        width: 100%;

    }
}

.testimono swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.testimonials {
    padding: 30px;
    background-color: var(--secondary);
    width: 100%;
    min-height: 200px;
    height: auto;
    border-radius: 20px;

    border: 0.5px #704204 solid;
}

.testimonial-header {
    display: flex;
}

.contact-logo {
    width: 50px;
    height: 50px;
}

.contact-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials i {
    color: var(--text);

}


/* Contact-section */
/* ---------------------- */

.image-icons {
    width: 60px;
    height: 60px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #704204 1px solid;
}

.image-icons img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.icons {
    display: flex;
    cursor: pointer;



}

.icons a {
    color: var(--main) !important;
}

@media (max-width:700px) {
    .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        text-align: center;

    }

    .contact-icons h5 {
        text-align: center;
    }

    .contact-icons hr {
        margin: 0 auto;
    }
}

.form-controls {
    margin-top: 10px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: none;
    outline: none;
}

.form-button {
    width: 100px;
    padding: 10px;
    border: none;
    background-color: var(--text);
    color: #F6F5F2;
    transition: all 1s ease-in-out;
    border-radius: 20px;
}

.form-button:hover {
    background-color: var(--secondary);
    color: var(--main);
}


/* category section */
/* ----------------------- */
/* 
.category-section .container-fluid {
    max-width: 1500px;
}

.category-section .category .category-img {
    width: 100%;
    height: 260px;
    border-radius: 24px;
}

.category-section .category .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.category-section .category .category-details h3 {
  
    color: rgba(255, 255, 255, 1);
    border: 0 solid #e5e7eb;
} */
.category-section .container-fluid {
    max-width: 1500px !important;
    position: relative;
}

.category-section .swiper {
    width: 100%;
    height: 100%;
}


.category-section .category .category-img {
    width: 100%;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
}

.category-section .category .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.category-section .category .category-details h3 {
    color: rgba(255, 255, 255, 1);
    border: 0 solid #e5e7eb;
}

.category-section .category .category-img:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 1s;
}

/* MAin Banner Section */
/* --------------------------- */

.banner-heading {
    color: #fff !important;
    margin-left: 50px;
    text-transform: uppercase;
} 


.banner-heading p {
    font-size: 17px;

}

@media (min-width:700px) {
    .on-mobile {
        display: none;
    }

    .on-pc {
        display: block;
    }
}

@media (max-width:700px) {
    .on-mobile {
        display: block;
    }

    .on-pc {
        display: none;
    }
}


/* Nav Bar Section */
/* ----------------------- */

.main-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: transparent;
}

.brand {
    color: rgb(10, 10, 10);
    font-weight: bold;
    font-size: 18px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;

}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

    .nav-links li a:hover {
        color: #704204
    }

.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}



@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 90%;
        text-align: center;
        top: 100px;
        right: 20px;
        background-color: rgba(29, 29, 29, 0.95);
        padding: 15px;
        border-radius: 10px;
        color: var(--secondary);
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }


}


.logo {
    width: 150px;
    height: 60px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.black-logo {
    display: none;
    width: 150px;
    height: 60px;
}

.black-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;


}

/* scroll section */
/* --------------------------- */
.scrolled {
    background-color: var(--secondary);
    color: #000 !important;
    transition: all ease-in-out 1s;
}

@media (max-width:768px) {
    .scrolled .nav-links {
        background-color: #ffffff;
    }

    .cart-button,
    .user-button {

        background-color: #ffffff !important;
        border: #161616 1px solid !important;
        border-radius: 20px;
        margin-left: 10px;
        color: #161616 !important;

    }
}


.scrolled .nav-links li a {
    color: var(--main);
}


.scrolled .logo {
    display: none;
}

.scrolled .black-logo {
    display: block;
    transition: all ease-in-out 1s;
}

.scrolled i {
    color: var(--main);
    transition: all ease-in-out 1s;

}

.scrolled .menu-toggle {
    color: var(--main);
    transition: all ease-in-out 1s;
}



/* ----------------------------- */

.nav-icon {
    color: var(--secondary);
    font-size: 18px;
    width: 150px;
    padding: 0px;

}

.nav-icon a {
    text-decoration: none;
    color: var(--secondary);
    margin-left: 30px;
}

.login a {
    text-decoration: none;
    color: #fff;
}

.cart-button,
.user-button {
    padding: 5px 10px;
    background-color: transparent;
    border: #fff 1px solid;
    border-radius: 20px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}


/* Footer */

.footer-section {
    background-color: #282828;
    color: #ffffff;
}

.footer-items .footer-img {
    width: 180px;
    height: 80px;

}

.footer-items .footer-img img {
    width: 100%;
    height: 100%;
}

.footer-items p {
    font-size: 15px;
}

.footer-items .company i {
    font-size: 12px;
}

.footer-items a {
    text-decoration: none;
    color: var(--secondary);
}

@media (max-width:768px) {
    .footer-items {
        padding: 20px;
    }
}

.footer-items-bottom {
    display: flex;
    justify-content: space-between;
}

@media (max-width:768px) {
    .footer-items-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column-reverse;
    }

    .footer-items-bottom .bottom {
        width: 100%;
        margin-top: 15px;
    }
}

/* Connect Section */
/* --------------------------- */

.Connect {
    width: 100%;
    height: 80vh;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.connect-1 {
    grid-area: 1/1/3/2;
    background: url('./assets/images/1.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.connect-2 {
    grid-area: 1/2/2/3;
    background: url('./assets/images/test/banner-7.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.connect-3 {
    grid-area: 2/2/3/3;
    background: url('./assets/images/test/banner-8.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.connect-4 {
    grid-area: 1/3/3/4;
    background: url('./assets/images/test/banner-5.jpg') top no-repeat;
    background-size: cover;
    border-radius: 6px;
}

@media (max-width:800px) {
    .Connect {
        width: 100%;
        min-height: 160vh;
        height: auto;
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(1, 1fr);

    }

    .connect-1 {
        grid-area: 1/1/2/2;
        background-position: center;

    }

    .connect-2 {
        grid-area: 2/1/3/2;
        background-position: center;


    }

    .connect-3 {
        grid-area: 3/1/4/2;
        background-position: center;



    }

    .connect-4 {
        grid-area: 4/1/5/2;
        background-position: center;



    }
}

.Connect .follow-us {
    display: none;
}

.connect-1:hover .follow-us {
    display: block;
    transition: all ease-in-out 1s;
}

.connect-1:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}

.connect-2:hover .follow-us {
    display: block;
    transition: all ease-in-out 1s;
}

.connect-2:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}

.connect-3:hover .follow-us {
    display: block;
    transition: all ease-in-out 1s;
}

.connect-3:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}

.connect-4:hover .follow-us {
    display: block;
    transition: all ease-in-out 5s;
}

.connect-4:hover {
    opacity: 0.8;
    transition: all ease-in-out 1s;
}



/* Login Page */
/* --------------------- */
.login-details {
    width: 85%;
    margin: 0 auto;
    padding: 30px;
}

    .login-details input {
        width: 100%;
        margin-top: 25px;
        padding: 10px;
        border-radius: 20px;
        outline: none;
        background-color: white !important;
        border: none;
    }

    .login-details button {
        width: 100%;
        margin-top: 40px;
        padding: 10px;
        border-radius: 20px;
        outline: none;
        border: none;
        background-color: #704204 !important;
        color: var(--secondary);
    }

.forgot-password {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width :768px) {
    .login-details {
        width: 100%;

    }
}

/* Sign-up  section */
/* ------------------------- */
.sign-up {

    margin: 0 auto;
    padding: 30px;

}

.sign-up label,
input {
    display: block;
    margin-left: 10px;
}

/* .sign-up label {
   
} */

.sign-up input {
    width: 100%;
    padding: 5px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    border-radius: 8px;
}

    .sign-up button {
        width: 100%;
        /* margin-top: 40px; */
        padding: 7px;
        border-radius: 15px;
        outline: none;
        border: none;
        background-color: #704204!important;
        color: var(--secondary);
    }

.have-account {
    font-size: 14px;
}

/* LatestTrends */
/* --------------------- */

.LatestTrends h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
}

.LatestTrends a {
    color: #131814;
    text-decoration: none;

}

.LatestTrends button {
    border: none;
    padding: 10px;
    background: var(--secondary);
    color: var(--main);
    width: 130px;
    border-radius: 30px;
}

.LatestTrends button:hover {
    background: var(--main);
}

.LatestTrends button:hover a {
    color: var(--secondary);
}

.LatestTrends .container {
    width: 50%;
}


@media (max-width : 1400px) {
    .LatestTrends .container {
        width: 80%;
    }

    .LatestTrends h1 {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 45px;
    }
}

@media (max-width : 1000px) {
    .LatestTrends h1 {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 40px;
    }
}

@media (max-width : 700px) {
    .LatestTrends h1 {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 24px;
    }

    .LatestTrends button {

        padding: 5px;
        width: 100px;

    }
}




/* view item */
/* ----------------------- */
.gallery-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    max-width: 600px;
    width: 100%;
    flex-wrap: wrap;

}



.gallery-container .swiper {
    border-radius: 1rem;
    overflow: hidden;
}

.thumbs-swiper {
    width: 100px;
    height: 400px;
    order: 1;
}

.gallery-container .main-swiper {
    flex: 1;
    min-width: 250px;
    height: 400px;
    order: 2;
    position: relative;
}

.gallery-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-container .swiper-button-next,
.gallery-container .swiper-button-prev {
    color: var(--secondary);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.gallery-container .swiper-button-next::after,
.gallery-container .swiper-button-prev::after {
    font-size: 16px;
}

.swiper-slide-thumb-active {
    border: 2px solid #fff;
    /* box-shadow: 0 0 0 2px #000; */
    border-radius: 8px;
}

/* Mobile: stack with thumbs below main */
@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .thumbs-swiper {
        width: 100%;
        height: 100px;
        order: 2;
    }

    .main-swiper {
        order: 1;
        width: 100%;
    }
}


.view-item-details {
    text-transform: capitalize;
}


.view-item-name {
    width: 80%;
}


.view-item-price {
    width: 80%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: "Jost", sans-serif;
}

.view-item-mrp {
    font-size: 18px;
    text-decoration: line-through;
    color: gray;
}

.view-item-rate {
    font-size: 35px;
    color: var(--main);
}

.view-item-content {
    width: 80%;
}

.view-item-lowstock {
    padding: 7px;
    text-align: center;
    margin-left: 12px;
    color: red;
}

.view-item-quantity {
    padding: 7px;
    border-radius: 20px;
    border: #161616 1px solid;
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.view-item-size {
    display: flex;
}

.view-item-size .size {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: var(--secondary);
    color: var(--main);
    border: #161616 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 8px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.view-item-size .size:hover {
    background: var(--main);
    color: var(--secondary);
}

.sizes {
    background: var(--main);
    color: var(--secondary);
}

.view-item-cart {
    width: 30%;
}

    .view-item-cart button {
        padding: 7px;
        border-radius: 20px;
        border: #161616 1px solid;
        width: 100%;
        text-align: center;
        background-color: var(--main);
        color: #fff;
        border: none;
    }

    .view-item-cart button:hover {
        /* border: #161616 1px solid;
    background-color: var(--secondary);
    color: var(--main);*/

        border: #161616 1px solid;
        background-color: #fff;
        color: var(--main);
    }

.view-item-place-order {
    width: 30%;
}

    .view-item-place-order button {
        padding: 7px;
        border-radius: 20px;
        border: #161616 1px solid;
        width: 100%;
        text-align: center;
        background-color: var(--main);
        color: #fff;
        border: none;
        margin-left: 15px;
    }

.view-item-place-order button:hover {
    border: #161616 1px solid;
    background-color: #fff;
    color: var(--main);
}
.item-details li {
    margin-top: 5px;
}

@media (max-width:1000px) {
    .view-item-name {
        width: 100%;
    }

    .view-item-price {
        width: 90%;
    }

    .view-item-mrp {
        font-size: 16px;

    }

    .view-item-rate {
        font-size: 25px;

    }

    .view-item-cart {
        width: 40%;
    }

    .view-item-place-order {
        width: 40%;
    }

    .view-item-quantity {
        width: 40%;
    }


}

.demo-banner {
    width: 100%;
    height: 6em;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width :800px) {
    .demo-banner {

        height: 13vh;

    }
}

/* about-us-2 */
/* ----------------- */

.about-us-2 {
    width: 60%;
}

@media (max-width:1000px) {
    .about-us-2 {
        width: 100%;
    }
}


/* Cart -list */


.cart-section .container {
    max-width: 1000px;
}

.cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    /* background-color: rgb(228, 217, 194); */
    /* border-radius: 20px; */
    border-top: .2px solid #9e9c9c;
    border-bottom: .2px solid #9e9c9c;

}


.cart-img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
}

.cart-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cart-item-name {
 
    text-transform: capitalize;
    /*width: -webkit-fill-available;*/
    margin-left: 2em;
    margin-right: 2em;
    text-align:center;
    min-width:300px;
}
}

.cart-item-name-sub {
    display: flex;
    justify-content: space-between;
}

.cart-item-name-sub p {
    font-size: "jost", serif;
    font-size: 16px;
}

.cart-buttons {
    display: flex;

}


    .cart-buttons button, .cart-buttons a {
        padding: 5px;
        border: none;
        color: var(--main);
        background-color: rgb(228, 217, 194);
        width: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 10px;
    }

.add-more-button {
    margin-left: 10px;
    padding-left:2em;
    text-align:center;
}

.delete-button {
    text-align: center;
}

@media (max-width : 1000px) {
    .cart {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
        flex-flow: column;
    }

    .cart h2 {
        margin-top: 15px;
    }

    .cart-img {
        width: 100px;
        height: 100px;
    }

}

.total-section {
    display: flex;
    justify-content: end;
    align-items: center;
}

.total-section p {
    font-size: 26px;
    font-family: "jost", serif;
}




.address-section {

    max-width: 1000px;
    margin: 0 auto;
}

    .address-section input {
        width: 100%;
        padding: 8px;
        outline: none;
        border: none;
        border-radius: 10px;
        background-color: #e0d9d9;
    }

    .address-section select  {
        width: 100%;
        padding: 8px;
        outline: none;
        border: none;
        border-radius: 10px;
        background-color: #e0d9d9;

    }

.address-section button {
    width: 180px;
    border: none;
    color: var(--secondary);
    background-color: var(--main);
    color: #ffffff;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-radius: 7px;
}


/* ------ */
/* 
.main-banner {
    color: #ffffff;
}

.main-banner p {
    font-family: 'jost', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.main-banner h1,
h2 {
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.main-banner h4 {
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.buttons {
    border: none;
    padding: 7px 20px 7px 20px;
    border-radius: 40px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
} */




a.dropdown-item {
    color: black !important;
}

.dropdown-menu.show {
    background-color: white;
    border: 1px solid #161616;
    color: black;
}


.dropdown-menu.scrolled {
    background-color: white;
    border: 1px solid #161616;
}



.leftfloat {
    float: left !important;
}


.rightfloat {
    float: right !important;
}



.LinkH2Cart {
    text-decoration: none;
    color: black;
}

.LinkH2Cart:hover {
    text-decoration:underline;
    color:rebeccapurple;
}

.RateItemCSS{
    font-weight:bold;
}


input:is(:-webkit-autofill, :autofill) {
    appearance: textfield;
    -webkit-tap-highlight-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #e0d9d9 inset !important;
    -webkit-text-fill-color: #000 !important;
}




.list-group-item {
    cursor: pointer !important;
}

/* Chrome, Safari, Edge */
.no-stepper::-webkit-outer-spin-button,
.no-stepper::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-stepper {
    -moz-appearance: textfield;
}


.dropdown-item.active, .dropdown-item:active {
    color: #704204;
    background-color: #704204;
}



.hide{
    display:none!important;
}




















/* terms-container */

.terms-container h4 {
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: gainsboro;
    text-underline-offset: 5px;
    color: #121212;
    text-transform: capitalize;
}

.terms-container p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 40px;
    color: #2e2e2e;
}

.terms-container li {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 10px;
    color: #2e2e2e;
}

.terms-container ul {
    margin-bottom: 40px;
}

@media (max-width:1000px) {
    .termsandcondition {
        padding: 10px 20px;
        margin-top: 20px;
    }
}





.table-responsive {
    background-color: white;
    padding: 1em;
    border-radius: 0.8em;
}


.coverDiv input {
    color: black;
}

.DivTopForCard {
    width: 100%;
    height: 40px;
    background-color: #2a342e;
    text-align: center;
    vertical-align: middle;
    margin-bottom: auto;
    margin-top: auto;
    color: white;
}

    .DivTopForCard h6 {
        text-align: center;
        /* vertical-align: middle !important; */
        /* margin-bottom: auto; */
        /* margin-top: auto; */
        height: 100%;
        display: inline-flex;
        align-items: center;
        /* margin: auto; */
        flex-direction: row-reverse;
        align-content: center;
        justify-content: space-evenly;
    }

.card-body {
    background-color: #e4efea;
}

.NewCard {
    width: 100% !important;
    height: 100% !important;
}


.Processing {
    background-color: #005d25 !important;
}

.OrderPlaced {
    background-color: #aa0010 !important;
}



#divAddLog {
    width: 100%;
    height: 100vh;
    z-index: 9999999999999 !important;
    background-color: #9f9f9fc7;
    display: flex;
    position: fixed;
    top: 0;
    align-items: center;
    align-content: center;
}

    #divAddLog .modal-dialog {
        width: 430px;
    }


    #divAddLog .modal-header {
        display: block;
    }


        #divAddLog .modal-header h5 {
            display: block;
            float: left;
        }


        #divAddLog .modal-header button {
            display: block;
            float: right;
            border-radius: 6px;
        }





.Tabd {
    display: table;
    border-collapse: separate;
    border-spacing: 25px 8px;
    border-color: gray;
    width: 100%;
}

#divHistoryLog td {
    padding: 5px 5px;
}

.Tabd input {
    width: 100%;
}

#divHistoryLog {
    max-height: 240px;
    overflow: scroll;
}

.CardDivBottomElement {
    /*    position: absolute;
    bottom: 0;
    padding-bottom: 1.25rem;*/
    display: inline-block;
    margin-top: auto;
    margin-bottom: 1em;
    text-align: center;
    align-content: center;
}



.card-wrapperfordiv {
    display: flex;
    flex-direction: column;
    height: 100%; /* Required for absolute positioning of CardDivBottomElement */
}

.card-wrapper .DivCardBody {
    flex-grow: 1; /* Allows card body to expand to fill remaining space */
    display: flex;
    flex-direction: column;
}


.DivCardBody {
 
 
 
    padding-bottom: 4em !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

    .DivCardBody * {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }

.CardBottomFloat {
    bottom: 0px;
    vertical-align: text-bottom;
    display: grid;
    align-items: end;
    position: absolute;
}

@media (max-width:576px) {


    .DivCardBody {
        padding-bottom: 7em !important;
    }
}

.bottomDeliveryTotal {
    display: flow-root !important;
}

.bottomDeliveryTotal h4 {
    display: flow-root !important;
    line-height:10px;
}

.divCardTableSheet {
    height: calc(100% - 19.8em) !important;
}



.deleteOption:hover {
    border: 10px solid gray;
}

.deleteOption {
    border: 5px solid gray;
}

#DivForImgs #sd345fsdf img {
    border: 5px solid gray;
    display: inline;
    z-index: 50000;
    margin: 10px;
    visibility: visible !important;
    pointer-events: auto !important;
    max-width: 12em;
}

.item img {
    visibility: visible !important;
    pointer-events: auto !important;
}






.list-group-item {
    cursor: pointer !important;
}



.st {
    margin: 2em 0em 0em;
}


.asdfLIst {
    height: 3em;
      text-align: left;
    margin: 0em 1em 1em;
}

.nav-tabs .nav-link {
    color: ghostwhite !important;
    background-color: #fdf7f0; /* light background for inactive tabs */
    font-weight: 500;
    transition: background-color 0.3s ease;
    border-radius: 1em 1em 0em 0em !important;
    padding-top: .5em;
    margin-top: 10em;
    text-align: end;
    transform: translateY(10px);
    padding-right: 2em!important;
    padding-left: 2em!important;
    /*transform: translateY(0.88em) !important;*/
}



/* Active tab style */
    .nav-tabs .nav-link.active {
        background-color: #704204;
        color: gainsboro !important;
        transform: translateY(0);
        padding-top: 1em;
        /*transform: translateY(-0.12em) scale(1.1) !important*/
    }

/* Hover effect */
    .nav-tabs .nav-link:hover {
        background-color: #704204;
        color: gray;
        padding-top: 1em;
        /*transform: translateY(0.88em) !important;*/
    }
#popupDiv {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background-color: #fff;
    padding: 20px;
    border: 2px solid #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}




.popup-card {
    display: block;
    position: absolute;
    width: 250px;
    height: auto;
    min-height: 40px;
    z-index: 2000000;
    background-color: #f6f6f673;
    border-radius: .5em;
    margin: 1em;
    padding: 1em;
    right: 1em;
    top: 3em;
}


#DivForImgs img
  {
    max-width: 9em;
}


.swiper-slide.swiper-slide-visible {
    margin-bottom: 10px;
}


.imgT {
    width: 6em!important;
    height: 5em!important;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}


.outof-stock {
    position: absolute;
    bottom: 0.5%;
    left: 0.5%;
    right: 0.5%;
    padding: 20px 40px;
    background-color: #312b23f6;
    border-radius: 5px;
    z-index: 100;
    font-size: 1.2rem;
    /* font-weight: bold; */
    color: #ffffff;
    font-family: "Jost", sans-serif;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    letter-spacing: 2px;
}

#wait-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.6); /* 60% gray */
    display: none;
    z-index: 9999;
}

.wait-message {
    position: absolute;
    top: 50%;
    left: 2em;
    /*transform: translate(-50%, -50%);*/
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    text-align: left;
}

.wait-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


 

.animate-scaleMega {
    transform: scale(1)!important;
    transition: transform 0.5s ease-out;
}


