:root {
    --red: #E60A14;
    --blue: #0050AA;
    --hoverBlue: #003673;
    --yellow: #fff000;
    --background: #fafafa;
}

@font-face {
    font-family: lidlFont;
    src: url('../fonts/Neuzeit_ff/NeuzeitSBook.ttf');
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

body {
    background-color: var(--background) !important;
}

.width {
    margin-bottom: 50px;
    min-height: calc(100vh - 211px - 58px);
}

.imgBox {
    display: flex;
    justify-content: center;
    object-fit: contain;
}

.notificationBtn {
    width: 245px;
    height: 41px;
    margin-top: 10px;
    background-color: var(--blue) !important;
    color: var(--background) !important;
}

.notificationBtn:hover {
    background-color: var(--hoverBlue) !important;
}

.notficationBox {
    margin-top: 10px;
    display: flex;
    align-content: center;
}

.bell {
    font-size: 60px;
    margin-right: 5px !important;
}

.locationBox{
    position: relative;
    width: 200px;
}

.locationImg{
    display: block;
    z-index: 0;
}

.zoomBtn{
    background-color: #fff !important;
    /* display: inline-block; */
     z-index: 1;
    position: absolute;
}


  
.productImg {
    max-width: 200px;
    height: 150px;
    display: block;
}

.pageImgBox {
    display: flex;
    justify-content: center;
    margin: 50px;
}

.page {
    justify-content: start !important;
    padding-left: 5% !important;
    width: 150px !important;
}

.saleBox.page {
    left: 15px !important;
}

.productImgPage {
    max-width: 350px;
    height: 350px;
}

.productText {
    font-size: 1rem;
    font-weight: bolder;
}

.productGroen {
    background-color: #DEEBE3;
    font-size: 15px;
    padding: 8px;
    font-weight: bolder;
    border-radius: 8px;
    color: #00704E;
}

.searchButton {
    background: none;
    border: none;
}

.productRood {
    background-color: #F99E9E;
    font-size: 15px;
    padding: 8px;
    font-weight: bolder;
    border-radius: 8px;
    color: #894F4F;
    bottom: 0px !important;
    /* position: relative !important; */
}

.saleBox {
    background-color: var(--red);
    color: #fff;
    z-index: 0;
    top: 25px !important;
    display: inline-block;
    position: relative;
    top: 5px !important;
    left: 23% !important;
    width: 100px;
    height: 30px;
    text-align: center !important;
    padding-left: 10%;
}

.productSale {
    background-color: #fff !important;
    padding: 10px;
    border: 2px solid black;
    display: block;
    z-index: 1;
    margin-top: 32px;
    left: -15% !important;
    position: relative;
    margin-bottom: 5px;
}

.ammountBox {
    bottom: 0px !important;
    position: absolute !important;
    display: flex;
    width: 100%;
    justify-content: center;
}

.originalPrice {
    margin-bottom: 0 !important;
    font-size: 20px;
    text-decoration: line-through;
}

.productPrice {
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 0 !important;
}

.productSale.nonSale {
    left: 0px !important;
    /* margin-top: 0 !important; */
}

/* .pricebox.nonSale{
    /* height: 143px !important; */
/* } */

.backButton {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    border: none;
    color: var(--background);
    margin-top: 5px;
}

.backButton:hover {
    background-color: var(--hoverBlue);
}

.pricebox {
    display: flex;
    justify-content: center;
    text-align: center !important;
}

.navbar {
    padding: 1rem 1rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.nav-link,
.footer-link {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bolder !important;
    font-size: 1.25rem !important;
    font-family: lidlFont, Trebuchet MS, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: lidlFont, Trebuchet MS, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: bolder !important;
}

.nav-link:hover,
.footer-link:hover {
    color: var(--blue) !important;
}

.active {
    color: var(--blue) !important;
}

.active .underline-padding {
    display: inline-block;
    position: relative;
}

.active .underline-padding::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    /* Adjust this value to change the padding */
    height: 2px;
    /* Adjust this value to change the thickness of the underline */
    background-color: var(--blue)
        /* Change this to the desired underline color */
}

.logo {
    max-width: 60px;
}

input {
    border: none !important;
    border-bottom: 2px solid var(--yellow) !important;
    width: 50%;
    height: 35px !important;
    background-color: #D9D9D9 !important;
}

.searchIcon {
    width: 10%;
    padding-left: 10px;
    align-items: center !important;
    font-size: 20px !important;
    color: #000;
}

.item {
    background-color: var(--background);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 450px !important;
    position: relative;
}

.container {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
}

p,
label {
    font-size: 20px;
    display: inline-flex !important;
    font-family: lidlFont, Trebuchet MS, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

label {
    font-weight: bolder !important;
}

.intro-text {
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}

.custom-toggler.navbar-toggler {
    border-color: none !important;
    border: none !important
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 80, 170, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.activeHamburger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 80, 170, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

@media (hover: hover) {
    .wrapper::-webkit-scrollbar {
        width: 8px;
    }

    .wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .wrapper::-webkit-scrollbar-thumb {
        background: #888;
    }

    .wrapper::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

@media (hover: none) {
    .wrapper::-webkit-scrollbar {
        width: 0;
    }
}

@media screen and (max-width: 991px) {
    .active .underline-padding {
        display: inline-block;
        position: relative;
    }

    .active .underline-padding::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -39px;
        /* Adjust this value to change the padding */
        height: 2px;
        /* Adjust this value to change the thickness of the underline */
        background-color: var(--blue);
        /* Change this to the desired underline color */
        opacity: 0;
    }

    .productText {
        font-size: 0.5rem;
    }

    .productPrice {
        left: -19% !important;
    }

    .saleBox {
        left: 35% !important;
        width: 100px !important;
    }

    input {
        width: 70%;
    }

    .item {
        height: 400px !important;
    }
}

@media screen and (max-width: 600px) {
    .saleBox {
        left: 25% !important;
        width: 100px !important;
    }

    input {
        width: 90%;
    }

    .item {
        height: 350px;
    }
}

@media screen and (max-width: 450px) {
    .saleBox {
        left: 50% !important;
        width: 200px !important;
    }

    input {
        width: 90%;
    }
}