.navbar .dropdown>a {
    font-family: satoshi-regular;

}

/*===== Skitamix.is =====*/
.cart-overlay-title-container * {
    opacity: 0;
}

/*===== Skitamix.is =====*/

.navbar p {
    /*font-family: satoshi-light;*/
    font-family: satoshi-regular;
    font-weight: 400;
}

.navbar h2 {
    font-family: satoshi-medium;
}

.dropdown-title {
    font-weight: 400;
}

.mega-menu a {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.header {
    background-color: #E5251F;
}

.logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 79px;
    padding: 0px 56px;
}

.redder-navbar-logo {
    height: 62px !important;
}

.fa-search {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
    margin-right: 14px;
}

.fa-user {
    width: 26px;
    height: 26px;
    margin-top: -1px;
    margin-right: 11px;
}

#user-info-container .fa-user {
    margin-top: 8px;
    margin-right: 5px;
}

#user-info-container .fa.fa-user {
    height: 24px;
    width: 22px;
    margin-top: 9px;
}

#user-info-container .nav-user-info-title {
    margin-top: 0;
    height: 32px;
}


.fa-shopping-cart {
    width: 23px;
    height: 23px;
    margin-bottom: -7px;
}

.navbar-container {
    height: 48px;
}

.navbar {
    background-color: #B20000;
    height: 48px;
    width: 100%;
    z-index: 10;
}

.navbar .dropdowns {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    list-style-type: none;
}

.dropdown {
    /* width: 108px;    */
    cursor: pointer;
    margin-top: -1px;
    /* height: 60%; */
    padding: 11.5px 25px 11.5px 15px;
}

.dropdown-title::after {
    position: absolute;
    width: 5px;
    content: "▾";
    white-space: pre;
    margin-top: 0px;
    margin-left: 5px;
    transition-duration: 350ms;
}

.active-menu-item .dropdown-title::after {
    position: absolute;
    width: 5px;
    content: "▾";
    white-space: pre;
    margin-top: 0px;
    margin-left: 10px;
    transform: rotate(180deg);
}

.dropdown-title {
    font-size: 16px;
}

.dropdown a.dropdown-title {
    display: block;
    color: white;
    /* width: 100%; */
    /* border: 1px solid green; */
    text-align: center;

}

.mega-menu {
    cursor: default;
    display: none;
    position: fixed;
    justify-content: center;
    left: 0;
    height: calc(100vh - 48px);
    width: 100vw;
    background-color: #FFFFFF;
    padding: 15px 89px 20px 89px;
    box-sizing: border-box;
    z-index: 10;

    overflow-y: scroll;

}


.mega-menu-inner {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 100px;

}

#mega-menu-6 .mega-menu-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#mega-menu-6 {
    overflow: auto;
}

#mega-menu-6 .mega-menu-inner {
    padding-bottom: 200px;
}

#mega-menu-6 .mega-menu {
    width: 1262px;
    max-width: 1262px;
}

.mega-row-logo {
    margin-top: 65px;
}

.column-logo p {
    font-size: 20px;
    font-weight: 400;
    color: black;
}

.mega-menu-text-container p {
    font-size: 16px;
}

.active-menu-item {
    background-color: #E5251F;
}

.mega-menu .mega-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1262px;
    width: 100%;
}

.mega-menu .column {
    max-width: 260px;
}

.mega-row .column h2,
#mega-menu-6 h2 {
    font-size: 20px;
    font-family: satoshi-variable;
    padding: 15px 0px;
    color: #B20000;
    margin-top: 0;
}

.second-vertical-title-mega-menu {
    padding-top: 18px;
}

.mega-menu .column p {
    font-size: 15px;
    color: #000;
}

/* MAIN LINKS INSIDE MEGA MENU DESKTOP START */
.mega-menu .column a {
    display: block;
    line-height: 1.2;

}

.mega-menu .column a p {
    display: inline-block;
    position: relative;
    width: auto;
    font-weight: 400;
    margin: 0px 0px 4px 0px;
}

.mega-menu .column a p::before {
    z-index: -100;
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    margin-top: 17px;
    left: 0;
    background-color: #E5251F;
    transform-origin: bottom right;
    transition: transform 350ms ease-out;
}

.mega-menu .column a p:hover::before {
    z-index: -100;
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* MAIN LINKS INSIDE MEGA MENU DESKTOP STOP */

/* SEARCH RESULT PAGE START*/
.product-search-result-filter .woocommerce-ordering {
    display: none;
}

/* SEARCH RESULT PAGE STOP*/

/* USER ACCOUNT IN NAVBAR START */

.icons {
    display: flex;
}

.logo-section .icons {
    gap: 16px;
}

.logo-section .icons .fa-user {
    margin: 0;
    height: 34px;
    width: 34px;
}

.toggle-cart-overlay-button .fa-shopping-cart {
    height: 32px;
    width: 32px;
}

.user-info-container {
    min-width: 170px;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 32px;
    border-radius: 10px;
    background-color: #B20000;
    /* margin-top: -4px; */
    margin-top: 0px;
    padding-left: 12px;
    margin-left: 15px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    border: 2px solid #E5251F;
    transition: 0.3s ease-in-out;

}

.user-info-container:hover {
    cursor: pointer;
    border: 2px solid white;
    transition: 0.3s ease-in-out;

}

.user-info-container .fa-user {
    padding: 0 !important;
    opacity: 1;
    transition: 0.3s ease-in-out;

}

.navbar-user-arrow-down {
    position: absolute;
    right: 8px;
    margin-top: 16px;
    opacity: 0;
    transition: 0.3s ease-in-out;

}

.user-info-container:hover .navbar-user-arrow-down {
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.user-info-container:hover .fa-user {
    opacity: 0;
    transition: 0.4s ease-in-out;
}

#user-info-container p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    padding-right: 20px;
}

p.user-info-kennitala {
    line-height: 0 !important;
    margin: 0;
    font-weight: 400 !important;
    padding: 10px 12px 6px 12px !important;

    font-size: 13px !important;
}

.user-info-extended p:hover:not(.user-info-kennitala) {
    color: rgb(146, 146, 146);
    transition: 350ms;
}

.user-info-extended p:not(.user-info-kennitala) {
    transition: 350ms;
}

/* HOVER EFFECT FOR LOGGED IN USERS START */
.user-info-extended {
    width: calc(4px + 100%);
    margin-top: -2px;
    /* padding: 24px 12px 4px 12px; */
    /*  padding-top: 20px;*/
    padding-bottom: 4px;
    max-height: 0px;
    overflow: hidden;
    left: -2px;
    position: absolute;
    z-index: 10;
    top: 0;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: white;
    /*  border-radius: 0 0 10px 10px;*/
    border-radius: 10px;
    background-color: #B20000;
    transition: max-height 0.5s ease-in-out;
    transition-delay: 0s;

}

#user-info-container:hover .user-info-extended {
    max-height: 1000px;
    transition-delay: 0.5s;
    transition: max-height 1s ease-in-out;

}


#user-info-container .user-info-extended * {
    opacity: 0;
    transition: opacity 1s ease-in-out;

}

#user-info-container:hover .user-info-extended * {
    opacity: 1;
    transition: opacity 0.35s ease-in-out;
}

#user-info-container *:not(.user-info-extended) {
    z-index: 15;
}

.user-info-extended hr {

    height: 1px;
    background-color: #D2B48C;
    ;
    border: none;
    margin: 0px;

}

#first-hr-in-user-info {
    margin-top: 8px;
}

div.nav-user-selection {
    padding: 0px 12px 0px 12px;
    background-color: transparent;
    transition: background-color 0.3s ease !important;
}

#user-info-container div:first-child {
    padding-top: 24px !important;
}

div.nav-user-selection:hover {
    background-color: #CC0000;
}

.company-info-name {
    margin: 0;
    padding: 0;
}

.company-info-kennitala {
    line-height: 0 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    padding: 6px 0 12px 0 !important;
    font-size: 13px !important;
}


/* HOVER EFFECT FOR LOGGED IN USERS STOP */

/* USER ACCOUNT IN NAVBAR STOP */




/***************************/
/* SEARCH BAR EFFECT START */
/***************************/



.search-function-wrap input[type="text"] {
    height: 30px;
    /* 50% of 60px */
    font-size: 27.5px;
    /* 50% of 55px */
    display: inline-block;
    font-family: "Lato";
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 30px;
    /* 50% of 60px */
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .35s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

.search-function-wrap input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

.search-function-wrap input[type="text"]:focus {
    width: 500px;
    /* Assume this is 50% of what you wish as it was 700px */
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
    color: black;
    font-weight: 800;

}

.mega-search-input::placeholder {
    color: white;
    opacity: 0.3;
    font-weight: 800;
}

.search-function-wrap input[type="submit"] {
    height: 33.5px;
    /* 50% of 67px */
    width: 31.5px;
    /* 50% of 63px */
    display: inline-block;
    color: red;
    /* float: right; */
    text-indent: -10000px;
    border: none;
    /* position: absolute; */
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .35s ease;
}

.search-function-wrap input[type="submit"]:hover {
    opacity: 0.8;
}


/**************************/
/* SEARCH BAR EFFECT STOP */
/**************************/

/* Fix for fremleidendur logos */
.mega-menu-framleidendur-logo-container {
    height: 167px;
    /* width: 247px; */
    display: flex;
    justify-content: left;
    align-items: center;
}

.mega-menu-framleidendur-logo-container img {
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
}

.mega-row-framleidendur {
    padding-top: 50px;
}

.framleidendur-mega-menu-inner {
    flex-direction: column;
}

.column-logo {
    height: 200px;
    box-sizing: border-box;
    text-align: left;
    display: grid;
}


/****************************/
/*** CART OVERLAY SHIMMER ***/
/****************************/
/* Container for the shimmer effect */
.shimmer-cart-overlay {
    overflow: hidden;
    background: #f6f7f8;
    background: linear-gradient(90deg, #f6f7f8 35%, #e2e2e2 50%, #f6f7f8 65%);
    background-size: 200% 100%;
    animation: cart-shimmer 3s infinite;
    display: flex;
    pointer-events: none;
}

@keyframes cart-shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}






.background-cart-overlay {
    position: absolute;
    /* To position the overlay inside */
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.background-cart-overlay .cart-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0.25));
    /* background-color: black; */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    /* Transition opacity */
}

.background-cart-overlay.show-overlay .cart-overlay-container {
    opacity: 1;
    /* Show it when the parent has the .show-overlay class */
}

.background-cart-overlay {
    z-index: -1;
}

.background-cart-overlay.show-overlay-index {
    z-index: 500;
}


/* NEW CODE START */
.mega-row-framleidendur {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
}

.mega-row-framleidendur .column-logo {
    flex: 1;
}

.mega-menu-framleidendur-logo-container {
    position: relative;
    height: 200px;
    /* Add a specific 
      height */
}

.mega-menu-framleidendur-logo-container>a {
    position: relative;
    height: 100%;
    /* Change from max-height to height */
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.mega-row-framleidendur .column-logo img {
    width: 100%;
    height: 100%;
}

/* NEW CODE STOP */

.toggle-cart-overlay-button,
.cart-overlay-product-quantity-plus,
.cart-overlay-product-quantity-minus {
    cursor: pointer;
}

.cart-overlay-container {
    max-width: 100vw;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    /* border: 5px solid green; */
    z-index: 10000;
}

.cart-overlay-title-container {
    /* border: 5px solid green; */
    display: flex;
    justify-content: space-between;
    padding: 25px;
    align-items: flex-end;
}

.cart-overlay-title-container h2 {
    margin: 0;
    line-height: 1.4
}

.exit-cart-overlay {
    width: 40px;
    height: 40px;
}

.active-cart-inner {
    display: block;
    position: absolute;
    min-height: 100vh;
    height: auto;
    width: 413px;
    background-color: white;
    top: 0;
    right: -413px;
    z-index: 100;
    overflow: hidden;
    transition: right 0.25s ease-out;
}

.show-cart {
    right: 0;
}

.cart-overlay-title-container h2 {
    color: #B20000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.cart-overlay-product-container {
    display: flex;
    padding: 10px 25px;
    border-bottom: 1px solid #D2B48C;
}

.cart-overlay-product-left-section {
    width: 85px;
}

.cart-overlay-product-right-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.cart-overlay-product-right-section-lower {
    /* border: 1px solid purple; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}

.cart-overlay-product-image {
    width: 85px;
    height: 85px;
    /* border: 1px solid blue; */
}

.cart-overlay-product-title {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin: 5px;
    line-height: 1;
}

.cart-overlay-product-right-section-lower * {
    margin: 0;
    margin-left: 5px;
}

.cart-overlay-product-price {
    color: #B20000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.cart-overlay-product-remove {
    color: #B20000;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
.small-product-quantity-field::-webkit-outer-spin-button,
.small-product-quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-overlay-product-quantity-container {
    display: flex;
}

.small-product-quantity-field {
    display: flex;
    width: 30px;
    height: 23px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #B20000;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.32px;
    margin: 0px 5px;
}



/* Cart overlay totals container START */

.cart-overlay-container {
    display: flex;
    overflow: auto;
}

.active-cart-inner {
    /*right: 500px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-overlay-totals-container {
    height: 120px;
    border-top: 1px solid #D2B48C;
}

.cart-overlay-totals-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.cart-overlay-totals-inner-container {
    /* height: 100px; */
    padding: 27px 30px
}

.cart-overlay-total-price-container {
    display: flex;
    font-size: 17px;
    justify-content: space-between;
}

.cart-overlay-total-price-container h3 {
    margin: 0;
}

.cart-overlay-buttons-container {
    display: flex;
    justify-content: space-between;
}

.cart-overlay-buttons-container button {
    cursor: pointer;
}

.cart-overlay-view-cart-button {
    /*display: none;*/
    padding: 12px 16px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #B20000;

    color: #B20000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.32px;
}

.cart-overlay-continue-button,
.cart-overlay-update-button {
    /*display: none;*/
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #B20000;

    background-color: #B20000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.32px;
}

.cart-overlay-ready .cart-overlay-update-button {
    display: none;
}

.cart-overlay-needs-update .cart-overlay-continue-button {
    display: none;
}

.cart-overlay-product-container a {
    cursor: pointer;
}

/* Cart overlay totals container STOP */
/*
    <!---------------------->
    <!-- POPUP CODE START -->
    <!---------------------->
*/
.pop-up-banners-container-outer {
    pointer-events: none;
}

.pop-up-banner-title-container {
    display: flex;
    justify-content: space-between;
}

.pop-up-banners-container {
    position: absolute;
    right: 16px;
}

.pop-up-banner {
    position: relative;
    margin-top: 15px;

    right: 0;
    box-sizing: border-box;

    padding: 11px 17px;
    width: 425px;
    background-color: white;
    border: 1px solid #b20000;
    border-radius: 6px;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pop-up-banners-container-outer {
    position: sticky;
    top: 50px;
}

/* .pop-up-banners-container-outer {
        z-index: 120;
    } */


.pop-up-banner.cart-overlay-on {
    margin-top: 15px;
    right: 410px;
}

.pop-up-banner-section-one {
    flex: 1;
}

.pop-up-banner-title-container h4 {
    margin: 0;
    color: #B20000;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.pop-up-banner-product-container {
    display: flex;
}

.pop-up-banner-product-container * {
    margin-top: 13px;
}

.pop-up-banner-product-container img {
    width: 85px;
    height: 85px;
}

.pop-up-banner-product-information-container {
    margin-left: 10px;
}

.pop-up-banner-product-information-container * {
    margin: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
}

.pop-up-banner-activated {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.pop-up-banner-hidden {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#copy-of-popup,
#copy-of-popup-message {
    display: none;
}

.pop-up-banner-message h4 {
    padding: 0;

}

.price-and-quantity-popup-container {
    display: flex;
    justify-content: space-between;
    align-self: start !important;
}

.pop-up-banner-product-information-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    width: 100%;
    padding-right: 20px;
    color: black;

}

.price-and-quantity-popup-container {
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}

.price-and-quantity-popup-container p {
    padding-bottom: 0;
    font-weight: bold;
}

.pop-up-fixed-container {
    top: 50px;
    position: fixed;
}

.pop-up-banners-container-outer

/*, .pop-up-banners-container-outer*/
    {
    z-index: 11500;
}

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

    .pop-up-banners-container-outer .pop-up-banners-container {
        width: 100vw;
        position: fixed;
        right: 2.5vw;
        display: flex;
        justify-content: flex-end;
        top: 75px;
    }

    .pop-up-banners-container-outer .pop-up-banner {
        width: 95vw;
        max-width: 500px;
    }

    .pop-up-banner.cart-overlay-on {
        right: 0px !important;
    }

}

/* Overlay */
.overlay {
    position: fixed;
    /* Fixed position */
    top: 0;
    left: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black background with opacity */
    z-index: 9998;
    /* Specify a stack order in case you're using a z-index somewhere else */
    display: none;
    /* Hidden by default */
}

/* USER CONFIRM BOX */
#user-confirm-box {
    display: none;
    position: fixed;
    /* Fixed position */
    top: 35%;
    /* 50% from the top */
    left: 50%;
    /* 50% from the left */
    transform: translate(-50%, -50%);
    /* Translate the position to truly center it */
    z-index: 9999;
    /* Above the overlay */
}

.confirm-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.confirm-buttons button {
    padding: 5px 15px;
    cursor: pointer;
    border: none;
    background-color: #b20000;
    color: white;
    border-radius: 6px;
}

/*
<!------------------------->
<!-- MOBILE HEADER BEGINS-->
<!------------------------->
*/

@media (max-width: 981px) {
    .header {
        display: none;
        /* Lmao desktop navbar gone */

    }

    .overlay {
        display: none;
        /* Lmao desktop navbar gone */

    }

    .pop-up-banner {
        display: none;
        /* Lmao desktop navbar gone */

    }

}

/**************************/
/* ALLT FRA THEME HEADER  */
/**************************/


.background-cart-overlay {
    position: absolute;
    /* To position the overlay inside */
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.background-cart-overlay .cart-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.25), rgba(217, 217, 217, 0.25));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.background-cart-overlay.show-overlay .cart-overlay-container {
    opacity: 1;
}

.background-cart-overlay {
    z-index: -1;
}

.background-cart-overlay.show-overlay-index {
    z-index: 500;
}

.toggle-cart-overlay-button,
.cart-overlay-product-quantity-plus,
.cart-overlay-product-quantity-minus {
    cursor: pointer;
}

.cart-overlay-container {
    max-width: 100vw;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

.cart-overlay-title-container {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    align-items: flex-end;
}

.cart-overlay-title-container h2 {
    margin: 0;
    line-height: 1.4
}

.exit-cart-overlay {
    width: 40px;
    height: 40px;
}

.active-cart-inner {
    display: block;
    position: absolute;
    min-height: 100vh;
    height: auto;
    width: 413px;
    background-color: white;
    top: 0;
    right: -413px;
    z-index: 100;
    overflow: hidden;
    transition: right 0.25s ease-out;
}

.show-cart {
    right: 0;
}

.cart-overlay-title-container h2 {
    color: #B20000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.cart-overlay-product-container {
    display: flex;
    padding: 10px 25px;
    border-bottom: 1px solid #D2B48C;
}

.cart-overlay-product-left-section {
    width: 85px;
}

.cart-overlay-product-right-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.cart-overlay-product-right-section-lower {
    /* border: 1px solid purple; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}

.cart-overlay-product-image {
    width: 85px;
    height: 85px;
    /* border: 1px solid blue; */
}

.cart-overlay-product-title {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin: 5px;
    line-height: 1;
}

.cart-overlay-product-right-section-lower * {
    margin: 0;
    margin-left: 5px;
}

.cart-overlay-product-price {
    color: #B20000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.cart-overlay-product-remove {
    color: #B20000;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
.small-product-quantity-field::-webkit-outer-spin-button,
.small-product-quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-overlay-product-quantity-container {
    display: flex;
}

.small-product-quantity-field {
    display: flex;
    width: 30px;
    height: 23px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #B20000;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.32px;
    margin: 0px 5px;
}



/* Cart overlay totals container START */

.cart-overlay-container {
    display: flex;
    overflow: auto;
}

.active-cart-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-overlay-totals-container {
    height: 120px;
    border-top: 1px solid #D2B48C;
}

.cart-overlay-totals-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.cart-overlay-totals-inner-container {
    padding: 27px 30px
}

.cart-overlay-total-price-container {
    display: flex;
    font-size: 17px;
    justify-content: space-between;
}

.cart-overlay-total-price-container h3 {
    margin: 0;
}

.cart-overlay-buttons-container {
    display: flex;
    justify-content: space-between;
}

.cart-overlay-buttons-container button {
    cursor: pointer;
}

.cart-overlay-view-cart-button {
    padding: 12px 16px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid #B20000;

    color: #B20000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.32px;
}

.cart-overlay-continue-button,
.cart-overlay-update-button {
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #B20000;

    background-color: #B20000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.32px;
}

.cart-overlay-ready .cart-overlay-update-button {
    display: none;
}

.cart-overlay-needs-update .cart-overlay-continue-button {
    display: none;
}

.cart-overlay-product-container a {
    cursor: pointer;
}

/* Cart overlay totals container STOP */

/*
  <!---------------------->
  <!-- POPUP CODE START -->
  <!---------------------->
  */
.pop-up-banner-title-container {
    display: flex;
    justify-content: space-between;
}

.pop-up-banners-container {
    position: absolute;
    right: 16px;
    flex-direction: column;
    align-items: flex-end;
}

.pop-up-banner {
    position: relative;
    margin-top: 15px;
    right: 0;
    box-sizing: border-box;
    padding: 11px 17px;
    width: 425px;
    background-color: white;
    border: 1px solid #b20000;
    border-radius: 6px;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pop-up-banners-container-outer {
    position: sticky;
    top: 50px;
}

/* .pop-up-banners-container-outer {
          z-index: 120;
      } */


.pop-up-banner.cart-overlay-on {
    margin-top: 15px;
    right: 410px;
}

.pop-up-banner-section-one {
    flex: 1;
}

.pop-up-banner-title-container h4 {
    margin: 0;
    color: #B20000;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.pop-up-banner-product-container {
    display: flex;
}

.pop-up-banner-product-container * {
    margin-top: 13px;
}

.pop-up-banner-product-container img {
    width: 85px;
    height: 85px;
}

.pop-up-banner-product-information-container {
    margin-left: 10px;
}

.pop-up-banner-product-information-container * {
    margin: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
}

.pop-up-banner-activated {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.pop-up-banner-hidden {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#copy-of-popup,
#copy-of-popup-message {
    display: none;
}

.pop-up-banner-message h4 {
    padding: 0;

}

.price-and-quantity-popup-container {
    display: flex;
    justify-content: space-between;
    align-self: start !important;
}

.pop-up-banner-product-information-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    width: 100%;
    padding-right: 20px;
    color: black;

}

.price-and-quantity-popup-container {
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}

.price-and-quantity-popup-container p {
    padding-bottom: 0;
    font-weight: bold;
}

.pop-up-fixed-container {
    top: 50px;
    position: fixed;
}

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

    .pop-up-banners-container-outer .pop-up-banners-container {
        width: 100vw;
        position: fixed;
        right: 2.5vw;
        display: flex;
        justify-content: flex-end;
        top: 75px;
    }

    .pop-up-banners-container-outer .pop-up-banner {
        width: 95vw;
        max-width: 500px;
    }

}





/* USER CONFIRM BOX */

/* Overlay */
.overlay {
    position: fixed;
    /* Fixed position */
    top: 0;
    left: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black background with opacity */
    z-index: 9998;
    /* Specify a stack order in case you're using a z-index somewhere else */
    display: none;
    /* Hidden by default */
}

/* USER CONFIRM BOX */
#user-confirm-box {
    display: none;
    position: fixed;
    /* Fixed position */
    top: 35%;
    /* 50% from the top */
    left: 50%;
    /* 50% from the left */
    transform: translate(-50%, -50%);
    /* Translate the position to truly center it */
    z-index: 9999;
    /* Above the overlay */
}

.confirm-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.confirm-buttons button {
    padding: 5px 15px;
    cursor: pointer;
    border: none;
    background-color: #b20000;
    color: white;
    border-radius: 6px;
}




/* <!------------------------->
<!-- MOBILE HEADER BEGINS-->
<!-------------------------> */


@media (max-width: 981px) {
    .header {
        display: none;
        /* Lmao desktop navbar gone */

    }

    .overlay {
        display: none;
        /* Lmao desktop navbar gone */

    }

    .pop-up-banner {
        display: none;
        /* Lmao desktop navbar gone */

    }

    .background-cart-overlay {
        position: fixed;

    }

    .active-cart-inner.show-cart {
        width: 100%;
    }

    .cart-overlay-view-cart-button {
        display: none
    }


    .left-item img {
        margin-top: 6px;
    }
}



img {
    align-items: center;
}

.cart-overlay-products-container-inner {
    padding-top: 50px;
    padding-bottom: 120px;
}

body {
    padding: 29px 0 0 0;
    /* background-color: gray; */
    /* overflow: hidden; */
}


.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* transition: top 0.5s; */

}

.mobile-nav {
    margin: 0;
    min-height: 79px;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    position: relative;

}

.mobile-nav img {
    align-items: center;
}

.left-item {
    margin: 0;
    padding-left: 1em;

    display: flex;
    /* Makes this a flex container */
    justify-content: left;
    /* Centers children horizontally */
    align-items: center;
    /* Centers children vertically */

    background-color: #E5251F;
    /* your preferred color */
    flex: 1;
    /* This makes it take up the available space */
}

.nav-items-right {
    display: flex;
    justify-content: space-between;
    width: 60vw;
    /* Adjust based on your preference */
    margin: 0;
}

.nav-item {
    display: flex;
    /* Makes this a flex container */
    justify-content: center;
    /* Centers children horizontally */
    align-items: center;
    /* Centers children vertically */

    background-color: #E5251F;
    /* your preferred color */
    flex: 1;
    /* This makes it take up the available space */
}

.nav-item img {
    height: 30px;
    width: 30px;

}

#nav-item-4 img {
    height: 36px;
    width: 36px;

}

.pressed {
    background-color: white;
    /* your preferred color for the pressed state */

}

/* Existing styles */
/* mega menu time 2.0*/
/* styles.css */


.show {
    display: block;
    /* menu is shown when this class is added */
}



.hamburger-menu {
    /* position: absolute; */

    background-color: white;
    width: 100%;
    z-index: 10000;
    top: 79px;
    /* overflow-y: auto; */
    transition: top 0.5s;
}



.menu-items {
    display: none;
    right: -100%;
    /* Show menu */
    transition: all 0.5s ease-in-out;
    position: absolute;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    /* max-height: 1000px; */
    height: calc(100vh - 79px);
    overflow-y: auto;
    /* Add this line to make the menu scrollable */
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 200px;
    /* left: 0; Align to the left */
    /* width: 300px; Adjust width as necessary */
}

.arrow-link .arrow {
    display: inline-block;
    margin-left: 10px;
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-items a {
    display: block;
    text-decoration: none;
    color: black;
    font-family: satoshi-regular;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;



}

.menu-items,
.submenu {
    width: 100%;
    box-sizing: border-box;
    /* This ensures padding doesn't add to total width */
}

.menu-item,
.submenu a {
    position: relative;
    display: block;


}

.submenu {
    display: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.show-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    /* Adjust as needed for your content */
}

.menu-items a p,
.submenu a p {
    padding: 0;
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* This ensures padding doesn't add to total width */

}

.menu-items a {
    padding-bottom: 15px;
}

/* Indentation for submenu items based on their level */
.menu-item>.submenu>a {
    padding-left: 60px;
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 10px;
}

.menu-item>.submenu>.submenu>a {
    padding-left: 80px;
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 4px;
}



/* Class to toggle display */
.show {
    right: 0%;
    display: block;

}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* mega menu end 2.0*/

/* Rest of your styles */
/* Search bar conten */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.hidden {
    display: none;
}


#search-bar {
    position: fixed;
    top: 79px;
    margin-top: 0px;
    /* padding: 14px 10px; */
    text-align: center;
    justify-content: center;
    border-radius: 3px;

    width: 100%;
    animation: slideInFromRight 0.5s forwards;
    /* Add this line */
    /* Rest of your styles... */
    z-index: 10000;
    transition: top 0.5s;
    white-space: nowrap;
}


#search_submit {
    background-size: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-color: transparent;
}

.mega-search-input-container,
.search-function-wrap {
    position: relative;
}



.search-function-wrap input[type="text"].mega-search-input {
    font-size: 18px !important;
}

.mega-search-input-container {
    display: flex;
    align-items: center;
}

.mega-search-input-container input:focus {
    font-family: arial;
}

.mega-search-input {
    left: 0;
}

.mega-search-input:focus {
    color: white !important;
}

.mega-search-input:focus {
    left: -250px;
    width: 250px !important;

}

#search_submit {
    left: -200px;
    background-size: 25px;
    background-position: center;
}


#search-input {

    margin: 14px 8px;
    padding: 20px;
    white-space: nowrap;
    height: 22px;
    width: 85vw;
    border: 1px solid #E5251F;
    font-size: 20px;
    border-radius: 0 0 6px 6px;


}

#search-input:focus {
    outline: none;
    /* Removes the default outline */
    border: 2px solid #E5251F;
    /* For example, adds a blue border */
}

#exit-search-bar {
    /* position: absolute;


    /* text-decoration: none; */
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    /* padding-left: 6px; */
    top: 20px;
    right: 20px;


}


/* Style mobile search bar START */
#searchForm #searchInput {
    width: 100%;
    height: 60px;
    border: 1px solid #b20000;
    border-top: 0px;
    border-radius: 0 0 6px 6px;
    padding: 0 25px;
    color: #b20000;
    font-weight: 900;
    font-size: 16px;
}

.search-results-main-container {
    padding-bottom: 100px;
}

/* Style mobile search bar STOP */


/* cart */
#cart {
    height: calc(100vh - 79px);
    overflow: hidden;
    top: 0;
    position: sticky;
    /* Make it stick to the position */
    /* Height of the navbar */
    background: white;
    padding-top: 20px;
    width: 100%;
    animation: slideInFromRight 0.5s forwards;
    /* Add this line */
    z-index: 10000;
}



.cart-item {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid gray;
    background-color: #fff;
    width: 100%;
}

.cart-items-container {
    height: calc(100vh - 79px);
    padding-bottom: 300px;
    /* Adjust this value to fit your design */
    overflow-y: auto;
    /* This will make only this container scrollable */
    overflow-x: hidden;
}

.cart-item-picture {
    margin-right: 15px;
    /* Increased margin */
}

.cart-item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item-title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
    word-wrap: break-word;
    /* Wraps onto next line */
    white-space: normal;
    /* Overrides any other white-space styles that might cause issues */
    overflow: hidden;
    /* Just to make sure nothing spills out */
}


.cart-item-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.cart-item-price {
    color: #ff4d4d;
    font-size: 12px;
    /* Reduced font size */
    flex: 1;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.cart-item-remove {
    background-color: transparent;
    color: #ff4d4d;
    border: none;
    padding: 5px 10px;
    /* Adjusted padding */
    font-size: 12px;
    /* Reduced font size */
    cursor: pointer;
    transition: color 0.2s;
}

.cart-item-remove:hover {
    color: #e03c3c;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.quantity-decrement,
.quantity-increment {
    width: 20px;
    /* Reduced width */
    height: 20px;
    /* Reduced height */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0 2px;
    /* Brought them even closer */
}

.cart-item-quantity {
    width: 20px;
    /* Reduced width */
    height: 20px;
    /* Reduced height */
    padding: 2px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ff4d4d;
    border-radius: 3px;
    vertical-align: middle;
}

/* Styles for the container at the bottom */
.cart-actions-container {
    /* height: 100px; */
    position: fixed;
    /* Fixed position */
    bottom: 0;
    /* At the bottom of the page */
    left: 0;
    /* Start from the left */
    right: 0;
    /* Stretch to the right */
    width: 100%;
    /* Make sure it spans the entire width */
    background-color: #fff;
    /* Background color */
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    /* Shadow for separation */
    padding: 10px;
    /* Some padding */
    box-sizing: border-box;
    /* Handle padding and border */
    z-index: 1000;
    /* Ensure it's above other content */
}

/* Style for the total price and buttons inside the container */
#totalPrice,
#addItem,
#finishOrder {
    display: block;
    /* Make each item a block to stack vertically */
    text-align: right;
    /* Align text to the right */
    margin-bottom: 5px;
    /* Spacing between items */
    margin-left: auto;
    /* This will push the items to the right */
    margin-right: 10px;
    /* Margin to the right side of the viewport */
}

#addItem,
#finishOrder {
    background-color: #E5251F;
    border: 0px solid transparent;
    color: white;
    padding: 10px;
    border-radius: 5%
}

/* Adjust the margin for the last item to remove extra space at the bottom */
#finishOrder {
    margin-bottom: 0;
}


/* cart ends */


/* cart end */
.arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    border-bottom: 4px solid black;
    display: inline-block;
    margin: 0 10px 4px 10px;
}

.arrow-up {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.arrow-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}




.no-scroll {
    overflow: hidden;
}


.cart-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}




@media (min-width: 982px) {
    .mobile-nav {
        display: none;
    }

    body {
        padding: 0;
        overflow-x: hidden;
    }

    /* Cart Bubble Styles Desktop */
    #cart-bubble-desktop {
        z-index: 10 !important;
        position: absolute;
        transform: translate(-6px, 0.7px);
    }

    .toggle-cart-overlay-button {
        align-self: flex-start;
    }



}



@media (max-width: 980px) {
    #et-main-area {
        margin-top: 79px;
    }

    body {
        padding: 0;
    }

    .cart-overlay-totals-container {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: white;
    }

    .cart-overlay-products-container-inner {
        margin-bottom: 120px;
    }

}






img {
    align-items: center;
}


body {
    padding: 29px 0 0 0;
    /* background-color: gray; */
    overflow: hidden;
}


.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* transition: top 0.5s; */

}

.mobile-nav {
    margin: 0;
    min-height: 79px;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    position: relative;

}

.mobile-nav img {
    align-items: center;
}

.left-item {
    margin: 0;
    padding-left: 1em;

    display: flex;
    /* Makes this a flex container */
    justify-content: left;
    /* Centers children horizontally */
    align-items: center;
    /* Centers children vertically */

    background-color: #E5251F;
    /* your preferred color */
    flex: 1;
    /* This makes it take up the available space */
}

.nav-items-right {
    display: flex;
    justify-content: space-between;
    width: 60vw;
    /* Adjust based on your preference */
    margin: 0;
}

.nav-item {
    display: flex;
    /* Makes this a flex container */
    justify-content: center;
    /* Centers children horizontally */
    align-items: center;
    /* Centers children vertically */

    background-color: #E5251F;
    /* your preferred color */
    flex: 1;
    /* This makes it take up the available space */
}

.nav-item img {
    height: 30px;
    width: 30px;

}

#nav-item-4 img {
    height: 36px;
    width: 36px;

}

.pressed {
    background-color: white;
    /* your preferred color for the pressed state */

}

/* Existing styles */
/* mega menu time 2.0*/
/* styles.css */


.show {
    display: block;
    /* menu is shown when this class is added */
}



.hamburger-menu {
    /* position: absolute; */

    background-color: white;
    width: 100%;
    z-index: 10000;
    top: 79px;
    /* overflow-y: auto; */
    transition: top 0.5s;
}



.menu-items {
    display: none;
    right: -100%;
    /* Show menu */
    transition: all 0.5s ease-in-out;
    position: absolute;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    /* max-height: 1000px; */
    height: calc(100vh - 79px);
    overflow-y: auto;
    /* Add this line to make the menu scrollable */
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 200px;
    /* left: 0; Align to the left */
    /* width: 300px; Adjust width as necessary */
}

.arrow-link .arrow {
    display: inline-block;
    margin-left: 10px;
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-items a {
    display: block;
    text-decoration: none;
    color: black;
    font-family: satoshi-regular;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;



}

.menu-items,
.submenu {
    width: 100%;
    box-sizing: border-box;
    /* This ensures padding doesn't add to total width */
}

.menu-item,
.submenu a {
    position: relative;
    display: block;


}

.submenu {
    display: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.show-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    /* Adjust as needed for your content */
}

.menu-items a p,
.submenu a p {
    padding: 0;
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* This ensures padding doesn't add to total width */

}

.menu-items a {
    padding-bottom: 15px;
}

/* Indentation for submenu items based on their level */
.menu-item>.submenu>a {
    padding-left: 60px;
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 10px;
}

.menu-item>.submenu>.submenu>a {
    padding-left: 80px;
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 4px;
}



/* Class to toggle display */
.show {
    right: 0%;
    display: block;

}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* mega menu end 2.0*/

/* Rest of your styles */
/* Search bar conten */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.hidden {
    display: none;
}


#search-bar {
    position: fixed;
    top: 79px;
    margin-top: 0px;
    /* padding: 14px 10px; */
    text-align: center;
    justify-content: center;
    border-radius: 3px;

    width: 100%;
    animation: slideInFromRight 0.5s forwards;
    /* Add this line */
    /* Rest of your styles... */
    z-index: 10000;
    background-color: white;
    transition: top 0.5s;
    white-space: nowrap;
}


#search-input {

    margin: 14px 8px;
    padding: 20px;
    white-space: nowrap;
    height: 22px;
    width: 85vw;
    border: 1px solid #E5251F;
    font-size: 20px;
    border-radius: 0 0 6px 6px;


}

#search-input:focus {
    outline: none;
    /* Removes the default outline */
    border: 2px solid #E5251F;
    /* For example, adds a blue border */
}

#exit-search-bar {
    /* position: absolute;
 

                /* text-decoration: none; */
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    /* padding-left: 6px; */
    top: 20px;
    right: 20px;


}


/* cart */
#cart {
    height: calc(100vh - 79px);
    overflow: hidden;
    top: 0;
    position: sticky;
    /* Make it stick to the position */
    /* Height of the navbar */
    background: white;
    padding-top: 20px;
    width: 100%;
    animation: slideInFromRight 0.5s forwards;
    /* Add this line */
    z-index: 10000;
}



.cart-item {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid gray;
    background-color: #fff;
    width: 100%;
}

.cart-items-container {
    height: calc(100vh - 79px);
    padding-bottom: 300px;
    /* Adjust this value to fit your design */
    overflow-y: auto;
    /* This will make only this container scrollable */
    overflow-x: hidden;
}

.cart-item-picture {
    margin-right: 15px;
    /* Increased margin */
}

.cart-item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item-title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
    word-wrap: break-word;
    /* Wraps onto next line */
    white-space: normal;
    /* Overrides any other white-space styles that might cause issues */
    overflow: hidden;
    /* Just to make sure nothing spills out */
}


.cart-item-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.cart-item-price {
    color: #ff4d4d;
    font-size: 12px;
    /* Reduced font size */
    flex: 1;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.cart-item-remove {
    background-color: transparent;
    color: #ff4d4d;
    border: none;
    padding: 5px 10px;
    /* Adjusted padding */
    font-size: 12px;
    /* Reduced font size */
    cursor: pointer;
    transition: color 0.2s;
}

.cart-item-remove:hover {
    color: #e03c3c;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.quantity-decrement,
.quantity-increment {
    width: 20px;
    /* Reduced width */
    height: 20px;
    /* Reduced height */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0 2px;
    /* Brought them even closer */
}

.cart-item-quantity {
    width: 20px;
    /* Reduced width */
    height: 20px;
    /* Reduced height */
    padding: 2px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ff4d4d;
    border-radius: 3px;
    vertical-align: middle;
}

/* Styles for the container at the bottom */
.cart-actions-container {
    /* height: 100px; */
    position: fixed;
    /* Fixed position */
    bottom: 0;
    /* At the bottom of the page */
    left: 0;
    /* Start from the left */
    right: 0;
    /* Stretch to the right */
    width: 100%;
    /* Make sure it spans the entire width */
    background-color: #fff;
    /* Background color */
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    /* Shadow for separation */
    padding: 10px;
    /* Some padding */
    box-sizing: border-box;
    /* Handle padding and border */
    z-index: 1000;
    /* Ensure it's above other content */
}

/* Style for the total price and buttons inside the container */
#totalPrice,
#addItem,
#finishOrder {
    display: block;
    /* Make each item a block to stack vertically */
    text-align: right;
    /* Align text to the right */
    margin-bottom: 5px;
    /* Spacing between items */
    margin-left: auto;
    /* This will push the items to the right */
    margin-right: 10px;
    /* Margin to the right side of the viewport */
}

#addItem,
#finishOrder {
    background-color: #E5251F;
    border: 0px solid transparent;
    color: white;
    padding: 10px;
    border-radius: 5%
}

/* Adjust the margin for the last item to remove extra space at the bottom */
#finishOrder {
    margin-bottom: 0;
}


/* cart ends */


/* cart end */
.arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    border-bottom: 4px solid black;
    display: inline-block;
    margin: 0 10px 4px 10px;
}

.arrow-up {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.arrow-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}




.no-scroll {
    overflow: hidden;
}


.cart-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

#cart-bubble,
#cart-bubble-desktop {
    position: absolute;
    z-index: 1000;
    top: -4px;
    left: 31px;
    /* right: 0p; */
    min-width: 16px;
    /* Set a minimum width */
    height: 16px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 10px;
    border: 0.1px #E5251F solid;
    /* padding: 0 10px; Add horizontal padding */
    box-sizing: border-box;
}


@media (min-width: 982px) {
    .mobile-nav {
        display: none;
        /* Lmao desktop navbar gone */
    }

    body {
        padding: 0;
        /* background-color: gray; */
        overflow-x: hidden;
    }
}



@media (max-width: 980px) {

    /* #et-main-area{
                    padding-top: 105;
                } */
    body {
        padding: 0;
    }
}

@media only screen and (min-width: 981px) {

    .cart-overlay-title-container,
    .cart-overlay-title-container * {
        opacity: 1 !important;
    }

    .cart-overlay-products-container-inner {
        padding-top: 0 !important;
    }
}