* {
    margin: 0;
    box-sizing: border-box;
}

.cartImg {
    display: block;
    max-width: 8%;
}

h1 {
    color: azure;
    font-size: 2em;
}

.login {
    color: #000000;
}

.logos {
    display: block;
    max-width: 60%;
    margin-top: -5px;
    margin-left: 15px;
    cursor: pointer;
}

.prD {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}

.prD:hover {
    color: #b73030;
}

nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;

}

nav li {
    display: inline-block;
    margin: 0 10px;
    margin-top: -10px;
}


nav li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 1.3rem;
}

.fi-magnifying-glass {
    font-size: 23px;
}

.callout.red .fi-magnifying-glass {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    /* Adjust the right position as needed */
    cursor: pointer;
    width: 150px;

    border-radius: 25px;
    /* Add pointer cursor to indicate interactivity */
    background-color: #80d067;
    /* Add background color */
    padding-left: 20px;
    padding-top: 5px;
    color: rgb(0, 0, 0);
    /* Change icon color to white */
}

.callout.red .inside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    /* Change icon color to white */
}

.callout.red .fi-magnifying-glass:hover {
    background-color: #abdc9c;


}

a:hover {
    color: beige;
}

a:focus {
    color: rgb(186, 240, 181);
}

header {
    padding: 15px;
}



.header_background {
    background-color: #295943;
}

.red {
    background-color: #295943;
}

.callout.red {
    position: relative;
}



.sections {
    display: block;
    margin: 0 auto;

}

.sections li {
    color: #d2c320;
    font-size: 1rem;
}

footer {
    background-color: #173b2b;
    min-height: 60px;
    padding: 20px;
}

#search {
    padding-left: 35px;
    border-radius: 20px;
}


input[type="text"]::placeholder {
    color: #000000;

}

.pro {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.269);
}


.proD {
    padding: 40px;

    margin-bottom: 100px;

}

.prod {
    text-align: center;
    flex: 1;

}

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

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

.containers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}



.cImg {
    width: 100%;
}

.add,
.minus {
    display: block;
    width: 8%;
    margin: 0 20px;
    cursor: pointer;
}

.adds,
.minu {
    display: block;
    max-width: 7%;
    margin: 0 20px;
    cursor: pointer;
}

.related {
    margin-top: 20px;
    color: #2c6433;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1rem;
}

.btn .fi-trash {
    cursor: pointer;
    color: red;
}



.m1 {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.proH {
    text-align: center;
    margin-top: 10px;
    color: #1c450f;
    font-family: "Caprasimo", serif;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.infoH {
    text-align: center;
    margin-top: 70px;
    color: #1c450f;
    font-family: "Caprasimo", serif;
    font-size: 2rem;
}

.cover {

    margin-bottom: 100px;

}

.proP {
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
}

.infoP {
    text-align: center;
    color: rgb(227, 95, 0);
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.infoPs {
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.infoPo {
    display: block;
    max-width: 23rem;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
}

.proQ {
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    margin-top: 15px;
}

.proQe {
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    margin-top: 15px;
}

.proS {
    text-align: center;
    color: rgb(227, 95, 0);
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
}

.proC {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
}

.proQs {
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
}



.socials {
    display: block;
    margin-left: auto;
    margin-top: 20px;
}

.addCart {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    transition: transform 0.1s ease-in;
}

.addCart:hover {
    transform: scale(1.07);
}

.hAisle {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 2.7rem;
    font-weight: bold;
}

.hAisles {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 2.7rem;
    font-weight: bold;
}

.heading {
    max-width: 30rem;
    padding: 15px;
    background-color: #8eb8a9;
    margin-bottom: 60px;
}

.headings {

    text-align: center;
    display: flex;
    padding: 15px;
    background-color: #ffee39;
    margin-bottom: 60px;
    align-items: center;
    /* Align the icon vertically */


}

li {
    list-style-type: none;
}

.headings h1 {
    vertical-align: middle;
    font-size: 3rem;
    flex-grow: 1;
}

.infoe {

    cursor: pointer;
}

.d1 {
    display: inline-block;
    width: 35rem;
}

.dP {
    font-size: 2rem;
    text-align: center;
    color: #2c6433;
    font-family: 'Berlin Sans FB Demi', sans-serif;
}

.BUTTON {
    display: inline-block;
    margin: 0 auto;
    width: 15%;
    background-color: rgb(175, 129, 56);
    color: white;
    padding: 4px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Berlin Sans FB Demi', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

.BUTTON1 {
    display: inline-block;
    margin: 0 auto;
    width: 35%;
    background-color: rgb(175, 129, 56);
    color: white;
    padding: 4px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Berlin Sans FB Demi', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}



.my-element {
    min-height: 450px;
}

.gray-2 {
    background-color: gray;
}

#user-name,
#user-logout {
    display: none;
    cursor: pointer;
}



.logs {
    color: white;
    margin: 5px;
    padding: 0;
    font-size: 1.1em;
}

.gray-8 {
    min-height: 180px;
}

.gray-10 {
    background-color: rgb(25, 25, 25);
}

.black-7 {
    background-color: rgb(46, 46, 46);
    min-height: 60px;
}

.bCart {
    margin-top: 40px;
    border: 2px solid black;
    min-height: 400px;
}

.department {
    margin-top: 10px;
}

.department li {
    font-size: 16px;
}

.cartInfos {
    background-color: #8eb8a9;
}

.titles {
    display: flex;
    font-weight: 700;
    padding-bottom: 0.5rem;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;

}

.titles p {
    color: #000000;
}



.item {
    display: flex;
    border-bottom: 1px solid black;
    min-height: 100px;
    padding: 0.5em;
    justify-content: space-between;
    align-items: center;
}

.item p {

    color: #2c6433;
    font-family: "Poppins", sans-serif;
}

.item .item-product {

    display: inline-block;
    width: 15%;
    color: #2c6433;
    font-family: "Poppins", sans-serif;
}




.item-quantity {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 30px;
}

.item-quantity li {
    margin-right: 5px;
    margin-left: 10px;
    margin-top: -10px;
}

.item-quantity .cs {
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    color: #2c6433;
}

.item-quantity .cm {
    font-size: 16px;
    cursor: pointer;
    color: #b32020;
}

.item-quantity .q {
    font-size: 16px;
    color: #000000;
}

.total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* Align items to the right */
}


.total p {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: bold;
}

.remove {
    padding: 0.3em;
}

.carts {

    flex: 1;
}


.infoImg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid black;

}


.infos {
    margin: 50px;
}

.cart {
    background-color: rgb(39, 39, 39);
    min-height: 700px;

}



.gray-9 {
    min-height: 500px;
}

a {
    font-size: 25px;
}


.gray-11 {
    min-height: 200px;
}

.gray-12 {
    min-height: 300px;
}

.cat {
    cursor: pointer;

}

.cat a:hover .dP {
    cursor: pointer;
    color: #3aa451;
}

.department-list-container {

    position: absolute;
    background-color: rgb(214, 120, 43);
    padding: 1rem;
    max-width: 70%;
    display: none;
    border-radius: 15px;
    line-height: 35px;

}


.department-link .department-list-container.show {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style: square;
    font-weight: bold;
}

.department-link .department-list-container li:hover {
    color: #004e33;
}



.get-department {
    cursor: pointer;
}


/* Style for the span within the cart icon */
.fi-shopping-cart #cart-link-value {

    position: absolute;
    top: 25%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    background-color: #b73030;
    border-radius: 20px;
    font-weight: bold;
    width: 1rem;
}

.departmenta .icon_more {
    display: inline-block;
    vertical-align: middle;
    /* Adjusted from bottom */
    margin-top: 5px;
    width: 10px;
    border: 7px solid transparent;
    border-top-color: #fff;
    border-left-color: transparent;
}


.fi-shopping-cart {

    display: inline-block;
    position: relative;
}


.cont {
    margin-bottom: 50px;
}

.callout {
    border: none;
}

.hideAll {
    display: none;
}

.splash {
    display: block;
}

.fi-shopping-cart {
    font-size: 40px;

}

.fi-torso {
    font-size: 40px;
}

.btn li {
    display: block;
    font-size: 2rem;
    color: #000000;
    margin-top: -10px;
    margin-right: 35px;
}

.btnC {
    display: block;
    margin: 0 auto;
    width: 70%;
    background-color: green;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 1.7rem;
    font-family: 'Berlin Sans FB Demi', sans-serif;
    text-transform: uppercase;
}

.btnC:hover {
    background-color: darkgreen;
    /* Change background color on hover */
}

@media only screen and (max-width: 768px) {

    /* CSS rules specific to phones */
    .hAisle {
        text-align: center;
        font-size: 1.5rem;
    }

    .callout.red .inside {
        position: absolute;
        top: 50%;
        transform: translateY(-47%);
        margin-left: 10px;
        font-size: 0.9em;
        font-family: "Poppins", sans-serif;
        /* Change icon color to white */
    }

    .hAisles {
        text-align: center;
        font-size: 1.5rem;
    }

    .dP {
        font-size: 1.3rem;

    }

    a {
        font-size: 1rem;
    }

    .item {
        justify-content: space-between;
        align-items: center;

    }

    .titles p {
        font-size: 0.7rem;
    }

    .item p {
        font-size: 0.7rem;
    }

    .item .item-price {

        display: inline-block;
        max-width: 100%;
        color: #2c6433;
        font-family: "Poppins", sans-serif;
    }

    .item-extended-price {
        margin-right: 0px;
    }

    .item-quantity li {
        margin-right: 5px;
        margin-left: 10px;
        margin-top: -15px;
    }

    .item-quantity .cs {
        font-size: 0.8em;
        color: #2c6433;
    }

    .item-quantity .cm {
        font-size: 0.8em;

        color: #b32020;
    }

    .item-quantity .q {
        font-size: 0.8em;
        color: #000000;
    }



    .btn li {
        display: block;
        font-size: 1.5rem;
        color: #000000;
        margin-top: -13px;
        margin-right: 0px;
    }

    .total p {
        color: #000000;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 0.7em;
    }

    .BUTTON {
        display: inline-block;
        margin: 0 auto;
        width: 35%;
        background-color: rgb(175, 129, 56);
        color: white;
        padding: 4px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        font-size: 1rem;
        font-family: 'Berlin Sans FB Demi', sans-serif;
        text-transform: uppercase;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    #user-name,
    #user-logout {
        display: none;
        cursor: pointer;
    }

    .BUTTON1 {
        display: inline-block;
        margin: 0 auto;
        width: 50%;
        background-color: rgb(175, 129, 56);
        color: white;
        padding: 4px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        font-size: 1rem;
        font-family: 'Berlin Sans FB Demi', sans-serif;
        text-transform: uppercase;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .logos {
        display: block;
        max-width: 50%;
        margin: 0 auto;
    }

    .fi-shopping-cart #cart-link-value {

        position: absolute;
        top: 25%;
        left: 60%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        background-color: #b73030;
        border-radius: 20px;
        font-weight: bold;
        width: 1rem;
    }

    .fi-shopping-cart {
        font-size: 30px;
    }

    .fi-torso {
        font-size: 30px;
    }

    .departmenta {
        font-size: 20px;
    }

    .depa {
        font-size: 20px;
    }

    .title-items {
        display: none;
    }




}