@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300&family=Nunito+Sans:wght@700&family=Poppins:wght@300&family=Raleway:wght@300&family=Roboto:ital,wght@0,100;0,400;1,100;1,300&display=swap');
/* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* all */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sniglet:wght@400;800&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    font-family: "Jost", sans-serif;
    font-family: Quicksand, sans-serif;
    /* color: #212121 !important; */
}

/* body {
    background-image: linear-gradient(to right, #ff4e510c 0%, #f9d5230b 5%, #ff4e510c 100%);
    background-size: 200% auto;
    transition: all 0.5s ease;
}

body:hover {
    background-position: right center;
} */




:root {
    --backgroundCart: #f25b0a;
    --background-color: #ffffff;
    --border-bottom: 1px solid #e0e0e0;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ff5252;
    --orange: #fd7e14;
    --yellow: #fb8c00;
    --4caf50: #f25b0a;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #4caf50;
    --info: #17a2b8;
    --warning: #fb8c00;
    --danger: #ff5252;
    --light: #f0f0f0;
    --dark: #343a40;
    --tertiary: #f7f7f7;
    --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-family-Poppins: "Poppins", sans-serif;
}



h1,
h2,
h3,
h4,
h5 {
    font-weight: 500 !important;
}

/* ======navbar====== */
.header {
    position: fixed;
    /* Fix the header at the top */
    top: 0;
    left: 0;
    width: 100%;
    /* Make it span the full width of the page */
    background-color: white;
    z-index: 1000;
    /* Ensure it stays on top of other elements */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 98px;
    background-color: white;
    /* border-bottom: 1px solid #ddd; */
}

.logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}


.logo span {
    color: #007bff;
    /* Adjust blue color if necessary */
}



.main_logo_letter_main a {
    display: flex !important;
    align-items: center;
    font-size: 22px;
    font-weight: 500;


}

.main_logo_letter_main .main_lg_1 {
    color: #028582;
    font-family: "Sniglet", serif;
    font-optical-sizing: auto;
}

.main_logo_letter_main .main_lg_2 {
    text-transform: lowercase;
    color: #8a8a8a;
    font-family: "Sniglet", serif;
    font-optical-sizing: auto;
}

.main_logo_letter_main .main_lg_3 {
    color: #f25b0a;
    font-family: "Sniglet", serif;
    font-optical-sizing: auto;
}




/* .search-bar {
    flex-grow: 1;
    margin: 0 40px;
}

.search-bar input {
    width: 100%;
    padding: 15px 35px;
    border-radius: 8px;
    outline: none;
    background-color: #eee;
    position: relative;
}



.search-bar input:hover {
    box-shadow: var(--box-shadow);
}

.search-bar .fa-search {
    position: absolute;
    top: 47px;
    z-index: 11;
    margin-left: 13px;
    color: #4c4c4c;
} */


.search-group {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    /* Optional: Adds a border around the group */
    border-radius: 9px;
    /* Optional: Rounds the edges */
    overflow: hidden;
    /* Ensures content stays inside rounded corners */
}

#searchInput {
    padding: 15px;
    border: none;
    outline: none;
    width: 424px;
    min-width: 718px;
}

.search-group button {
    padding: 15px 20px;
    border: none;
    background-color: var(--backgroundCart);
    /* Change to your preferred button color */
    color: white;
    cursor: pointer;
}



@media(max-width:1426px) {
    #searchInput {
        padding: 15px;
        width: 277px;
        min-width: 498px;
    }
}














.nav-links {
    display: flex;
    align-items: center;
}

.nav-link {
    display: grid;
    margin-inline: 14px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    line-height: 33px;
}

.nav-link:hover {
    text-decoration: underline;
}

.icons_heart .nav-link .fa-heart,
.fa-shopping-cart,
.fa-user,
.fa-wallet {
    line-height: 1.5;
    font-size: 26px;
}

.cart {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -15px;
    right: -10px;
    background-color: #007bff;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
}

/* ======navbar====== */




.header_img {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.header_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}






#banner1 {
    background-color: #f2fcff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.banner img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        align-items: center;
    }
}
































.Categorie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 1rem;
}

.Categorie .Categories h1 {
    font-family: var(--font-family-sans-serif);
    font-size: 29px;
    line-height: 45px;
}

.Categorie .Categories p {
    font-family: var(--font-family-sans-serif);
    font-size: 15px;
    line-height: 40px;
}








.view_button {
    background-color: white;
    color: #f68903;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 15px;
    transition: all 0.2s linear;
}


.view_button:hover {
    /* color: #379593; */
    letter-spacing: 2px;
}








.Categorie_card {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    height: 260px;
    overflow: hidden;
    width: 400px;
}

.Categorie_card>figure {
    width: 90%;
    margin: 20px auto 0 auto;
}

.Categorie_card>figure>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.details {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    top: 85%;
    width: 90%;
    transition: box-shadow .3s ease-in-out,
        top .3s ease-in-out;
}

.Categorie_card:hover .details {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
    top: 40%;
}

.details>.min-details,
.details>.options,
.details>.options>.options-size,
.details>.options>.options-colors {
    margin-bottom: 20px;
}

.details>.min-details {
    display: flex;
    justify-content: space-between;
}

.details>.min-details>h1>span {
    color: #7B7B7B;
    display: block;
    font-size: .9rem;
    font-weight: 400;
}

.details>.options h1 {
    margin-bottom: 5px;
}

.details>.options ul {
    list-style-type: none;
    display: flex;
}

.details>.options ul li {
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.options-size>ul>li {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out;
}

.options-size>ul>li:hover {
    background-color: #192a56;
}

.options-colors>ul>li {
    border: none;
}

.options-colors>ul>li:nth-child(1) {
    background-color: #FF1;
}

.options-colors>ul>li:nth-child(2) {
    background-color: #000;
}

.options-colors>ul>li:nth-child(3) {
    background-color: #FB0000;
}

.options-colors>ul>li:nth-child(4) {
    background-color: #FF69B4;
}

.options-colors>ul>li:nth-child(5) {
    background-color: #192a56;
}











.theme--light.v-card {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
}

.theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, .87);
}

.v-card--link:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s;
}

.v-item-group {
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
}

.v-window {
    overflow: hidden;
}

.v-window__container {
    display: flex;
    flex-direction: column;
    height: inherit;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
}

.v-carousel .v-window-item {
    display: block;
    height: inherit;
    text-decoration: none;
}

.v-responsive {
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    max-width: 100%;
    display: flex;
}

.v-image__image,
.v-image__placeholder {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.v-application--is-ltr .v-responsive__sizer~.v-responsive__content {
    margin-left: -100%;
}











.outter_card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 0fr));
    margin-top: 5%;
    background-color: #f9f9fc;
}

.outter_card:hover> :not(:hover) {
    filter: blur(0.2px);
    opacity: 0.8;
}



.small_card {
    padding: 1%;
    transition: all 0.2s linear;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(239, 239, 239);
    margin: 3px;
}


.small_card:hover {
    box-shadow: var(--box-shadow);
    border-radius: 1%;
}

/* ======eye */
.small_card_view {
    border-radius: 50%;
    background-color: var(--backgroundCart);
    color: white;
    padding: 10px;
    position: absolute;
    margin: 10px;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    /* Smooth fade-in effect */
    display: flex;
    align-items: center;
    justify-content: start;
}

.small_card_view:hover {
    color: var(--backgroundCart);
    background-color: var(--background-color);
}

.small_card:hover .small_card_view {
    opacity: 1;
    box-shadow: var(--box-shadow);
}




/* ====heat */

.small_card_view2 {
    border-radius: 50%;
    background-color: var(--backgroundCart);
    color: white;
    padding: 10px;
    position: absolute;
    margin: 10px;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    /* Smooth fade-in effect */
    display: flex;
    align-items: center;
    justify-content: end;
    top: 0px;
    right: 5px;
}

.small_card_view2:hover {
    /* color: var(--backgroundCart); */
    /* background-color: var(--background-color); */
}

.small_card:hover .small_card_view2 {
    opacity: 1;
    box-shadow: var(--box-shadow);
}






.small_card_1 .img {
    width: 100%;
    height: 223px;
    /* background-image: url("https://5f43efa177d8450017693efc.s3.amazonaws.com/banners/1f4446f2-512b-4dca-83f2-37f1979556be.png"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    padding: 5px;
}

/* Categories */
.card_text_catego {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    margin-bottom: 1rem;
}

.card_text_catego h2 {
    font-size: 15px;

}

.card_text {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 10px 10px;
    margin-bottom: 1rem;
    flex-direction: column;
    height: 39%;
}




/* view */
.card_text h2 {
    font-size: 15px;

}

/* add card  */
.card_text h3 {
    font-size: 15px;
}

/* .card_text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.card_text_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.card_text p {
    font-family: var(--font-family-sans-serif);
}

.card_text_end {
    padding: 3px 10px;
    border: 1px solid green;
    border-radius: 100%;
    top: 2rem;
}

.card_text_end span {
    position: relative;
}

.card_text_end:hover,
.card_text_end span:hover {
    background-color: lightgreen;
    color: white;
    border: none;
}

.card_text_end span {
    color: green;
}

/* ===== */






/* Add Button */

/*
.add-btn {
    background-color: var(--success);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}*/


.add-btn {
    background-color: #f25b0a;
    color: white;
    border: none;
    border-radius: 5%;
    font-size: 15px;
    padding: 5%;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.add-btn:hover {
    transform: scale(1.1);
}

/* Counter Buttons */
.counter-buttons {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.counter-btn {
    background-color: var(--backgroundCart);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

}

.counter-btn:nth-child(2) {
    background-color: white;
    color: black;
    border: none;
    box-shadow: none;
}

.counter-btn:nth-child(2):hover {
    background-color: rgb(241, 241, 241);
}

.counter-btn:hover {
    background-color: #ff8949;
}

/* Hidden Counter Buttons */
.hidden {
    display: none;
}

.card_text_addCart {
    display: flex;
    font-weight: 600;
    line-height: 45px;
    align-items: center;

}

.strikethrough-price {
    font-size: 16px;
    /* Adjust font size */
    /* color: rgb(130, 130, 130); */
    color: var(--danger);
    font-weight: 100;
    /* Dark gray for text color */
    text-decoration: line-through !important;
    /* Adds the strikethrough line */
    font-family: var(--font-family-sans-serif);
    /* Use a simple font */
    margin-left: 25px;
}


.card_text_span_kg {
    font-size: small;
    color: var(--secondary);
    line-height: 29px;
}

/* .button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.button-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.button-container .off {
    border: 2px dotted var(--backgroundCart);
    color: var(--backgroundCart);
    padding: 8px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s linear;
    cursor: pointer;
}

.button-container .off:hover {
    letter-spacing: 1px;
}

/* end add button */

















footer {
    background-color: #f9f9f9;
    padding: 20px 40px;
    color: #333;
    margin-top: 6rem;
}



.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 2rem 10%;
}

.footer-section {
    flex: 1;
    margin: 0 10px;
}

.footer-section h4 {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 700;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 16px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #939292;
    transition: color 0.3s;
    font-size: 16px;
    font-weight: 200;
}

.footer-section ul li a:hover {
    color: var(--4caf50);
    border-bottom: 2px solid #20c997;
}

.icons_heart {
    display: grid;
    text-align: center;
    /* line-height: 35px; */
}

.social-icons a {
    margin-right: 10px;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #007bff;
}

.app-buttons img {
    width: 150px;
    margin-top: 10px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.footer-bottom a {
    color: var(--4caf50);
    font-weight: 700;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}











.section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.section-title>span {
    color: #f25b0a;
}

.feature-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 5px;
    margin-top: 32px;
}

.feature-item {
    padding: 36px 28px;
    border-radius: 5px;
}

.feature-item-icon {
    background-color: var(--white);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #E3E9F0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.feature-item-icon>img {
    width: 30px;
    height: 30px;
}

.feature-item-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: var(--font-family-Poppins);
}

.feature-item-description {
    line-height: 1.5;
    color: #585858;
    font-family: var(--font-family-Poppins);
}

.feature-item:nth-child(1) {
    background-color: #208e8978;
}

.feature-item:nth-child(1):hover {
    box-shadow: 0 2px 50px rgb(205, 242, 226);
}

.feature-item:nth-child(2) {
    background-color: #eff1f0;
}

.feature-item:nth-child(2):hover {
    box-shadow: 0 2px 50px rgb(249, 214, 209);
}

.feature-item:nth-child(3) {
    background-color: #f25b0a70;
}

.feature-item:nth-child(3):hover {
    box-shadow: 0 2px 50px rgb(254, 248, 220);
}






.banner-box {
    padding: 48px;
    background-color: #f9f9fc;
    color: white;
    border-radius: 5px;
}

.banner-content-title,
.banner-title {
    font-size: var(--text-2xl);
    font-weight: 500;
    font-family: var(--font-family-Poppins);
    margin-bottom: 8px;
}

.banner-description {
    margin-bottom: 40px;
}

.banner-content-description,
.banner-description {
    line-height: 1.5;
    color: #7A7A7A;
    margin-bottom: 10px;
    font-family: var(--font-family-Poppins);
}

.banner-wrapper {
    display: flex;
    align-items: center;
}

.banner-image {
    max-width: 706px;
    border-radius: 5px;
    width: 100%;
    flex-shrink: 0;
    margin-right: 30px;
}


.banner-content-title,
.banner-title {
    font-size: 25px;
    font-weight: 600;
    color: black;
    font-family: var(--font-family-Poppins);
    margin-bottom: 8px;
}

.banner-content-description,
.banner-description {
    line-height: 1.5;
    color: #7A7A7A;
    margin-bottom: 10px;
    font-family: var(--font-family-Poppins);
}

.banner-content-description,
.banner-description {
    line-height: 1.5;
    color: #7A7A7A;
    margin-bottom: 10px;
    font-family: var(--font-family-Poppins);
}

.banner-content-buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.banner-content-cta {
    border-radius: 8px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    font-family: var(--font-family-Poppins);
    margin-left: 0;
}

.btn-primary {
    background-color: var(--backgroundCart);
    border-color: var(--danger);
    color: var(--white);
    /* margin-left: 18px; */
    margin: 10px 0;
}

.banner-content-buttons img {
    height: 46px;
    margin: 0 10px;
    display: block;
}






/* ///.dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

/* .dropdown-btn {
    background-color: transparent;
    color: black;
    padding: 0px 59px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: baseline;
    gap: 7px;
} */

.dropdown-btn {
    background-color: transparent;
    color: black;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: baseline;
    gap: 0px;
}

.dropdown-btn:hover {
    color: var(--4caf50);
}

.dropdown-content {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
    position: fixed;
    width: 70%;
    right: 13rem;
    overflow-y: auto;
    height: 90vh;
}

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    background: #eee;
    width: 0.3rem;
}

html::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background: var(--backgroundCart);
}

html::-webkit-scrollbar-track {
    background: #eee;
}



.dropdown-content::-webkit-scrollbar {
    background: var(--background-color);
    width: 0.3rem;
}

.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background: var(--backgroundCart);
}

.dropdown-content::-webkit-scrollbar-track {
    background: #eee;
}


.dropdown-content.show {
    display: block;
}

.dropdown-btn:focus {
    outline: none;
}

.dropdown-columns {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 0 1 246px;
    margin-bottom: 33px;
}

.column h3 {
    font-size: 19px;
    color: var(--4caf50);
    margin-bottom: 10px;
}

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

.column ul li {
    margin: 18px 0;
    font-size: 16px;
}

.column ul li a {
    text-decoration: none;
    color: #000;
}

.column ul li a:hover {
    text-decoration: underline;
}




























.nav-link .fa-search:active {
    color: var(--4caf50);
}

.nav-links .nav-link .fa-shopping-cart:active,
.nav-links .nav-link .fa-user:active,
.nav-links .nav-link .fa-searc:active {
    color: var(--4caf50);
}





.main-logo {
    height: 75px;
    width: auto;
}






#menu-bars {
    display: none;
}

.nav-links .fa-search {
    display: none;
}




@media(max-width:1225px) {
    .banner-content-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-content-buttons img {
        margin-top: 10px;
        display: block;
    }

    .banner-wrapper {
        display: block;
    }

    .navbar {
        padding: 8px 10px;
    }
}

.number {
    width: 22px;
    height: 22px;
    background: #f25b0a;
    color: white;
    border-radius: 50px;
    position: absolute;
    top: 16px;
    right: 263px;
    line-height: 24px;
}

.number sub {
    line-height: 2px;
}



.stock-out {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: var(--success);
    padding: 5%;
    border: none;
    border-radius: 5px;
}

@media (max-width: 1212px) {
    .number {
        right: 178px;
    }
}

@media(max-width:992px) {
    .number {
        width: 18px;
        height: 17px;
        right: 120px;
        background: #359795;
        color: white;
        border-radius: 50px;
        position: absolute;
        top: 16px;
        line-height: 16px;
    }

    .stock-out {
        padding: 3px;
    }

    .number .sub {
        position: absolute;
        font-size: 13px;
        color: white;
        margin: -3px;
        line-height: 23px;
    }

    section {
        padding: 0rem 2%;
    }

    .outter_card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(274px, 1fr));
        gap: 0.5rem;
        margin-top: 2rem;
    }

    .small_card {
        border: var(--border-bottom);
        border-radius: 5px;
    }

    /* .card_text {
        display: block;
        justify-content: space-between;
        align-items: center;
        padding: 9px 8px;
        margin-bottom: 5px;

    } */

    /* .card_text {
        display: flex;
        justify-content: space-between;
        align-items: self-start;
        padding: 9px 8px;
        margin-bottom: 5px;
    } */

    .card_text {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        padding: 10px 10px;
        /* margin-bottom: 1rem; */
        flex-direction: column;
        height: 45%;
    }


    .small_card_1 .img {
        width: 100%;
        height: 170px;
    }

    .card_text h2 {
        font-size: 15px;
    }

    .card_text p {
        font-size: 13px;
    }

    .card_text_end {
        padding: 3px 10px;
        border: 1px solid green;
        border-radius: 100%;
    }

    .footer-container {
        padding: 2rem 0%;
    }

    .banner-wrapper {
        display: block;
    }



    .section-title {
        margin-top: 3rem;
    }

    .banner-box {
        padding: 24px;
        background-color: #f9f9fc;
        border-radius: 5px;
        margin-block: 3rem;
    }

    .banner-image {
        width: 100%;
        flex-shrink: 0;
        margin-right: 30px;
    }



    /* .nav-links .icons_heart:nth-child(1) {
        display: none;
    } */




    .nav-link {
        font-size: 0px;
        line-height: 0px;
        margin-inline: 7px;
    }

    .nav-links .nav-link .fa-shopping-cart,
    .nav-links .nav-link .fa-user,
    .nav-links .nav-link .fa-search,
    .nav-links .nav-link .fa-heart,
    .nav-links .nav-link .fa-wallet {
        font-size: 20px;
        color: #f25b0a;
    }

    .nav-links .nav-link .fa-shopping-cart sup::before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #20c997;
        position: absolute;
    }


    .nav-links .fa-search {
        display: inline;
    }



    #menu-bars {
        display: inline;
    }

    /* input click down search */
    /* .search-bar.active {
        transform: scaleY(1);
        top: 130%;
        background: white;
        border-radius: 20px;
        right: 18px;
        transition: all 0.3s linear;
    }

    .search-bar {
        position: absolute;
        transform: scaleY(0);
        z-index: 1111;
    } */
    .search-bar {
        display: none;
    }

    .dropdown {
        order: -1;
    }

    .dropdown-btn {
        padding: 0px 0px;
    }


    .dropdown-content {
        width: 97%;
        right: 0.2rem;
        height: 50vh;
    }

    .column {
        flex: 0 1 170px;
    }


    /* .header .nav-links2 {
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
        background: #fff;
        transition: 0.2s linear;
        border-top: 0.1rem solid #222;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }


    .header .nav-links2 {
        display: block;
        padding: 1.5rem;
        margin: 1.3rem;
        font-size: 1.5rem;
        border-radius: 4px;
        color: #fff;
        height: 100vh;
    }

    .fa-times {
        transform: rotate(180deg);
    }

    .header .nav-links2.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    } */



    .button-container .off {
        padding: 4px;
        font-size: 10px;
        font-weight: 800;
    }

    .navbar {
        padding: 0px 18px;
    }

    .main-logo {
        height: 74px;
        width: 73px;
    }

    .Categorie .Categories h1 {
        font-family: var(--font-family-sans-serif);
        font-size: 27px;
        line-height: 18px;
    }

    .Categorie .Categories p {
        font-family: var(--font-family-sans-serif);
        font-size: 14px;
        line-height: 44px;
    }

    .view_button {
        background-color: white;
        color: #f68903;
        padding: 7px 20px;
        border-radius: 26px;
        font-size: 15px;
        transition: all 0.2s linear;
    }

    .header_img {
        width: 100%;
        height: 24vh;
        border-radius: 20px;
    }

    .header_img img {
        width: 100%;
        height: 24vh;
        border-radius: 20px;
    }

    .footer-section {
        flex: 1;
        margin: 0 -21px;
    }



}





@media(max-width:800px) {
    .outter_card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(163px, 1fr));
        gap: 0rem;
        margin-top: 2rem;
    }
}




@media (min-width: 1280px) {
    .allbody {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1280px) {
    .header {
        max-width: 1542px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
    }
}