.content {
    padding: 16px;
}

.nav-scroll-btn {

    border-radius: 20px;
    color: white;
    border: none;
    /*background-color: rgba(223, 165, 165, 1);*/

    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;


    /*
    border: solid;
    border-color: #642323;
    background-color: rgba(255,255,255, 0);
    color: #642323;

     */

    margin-right: 5px;
    padding: 7px 10px;
    margin-left: 5px;
    transition: 0.3s;
}

.nav-scroll-btn:hover {

    /*background-color: rgba(204, 153, 153, 1);*/
    background-position: right center; /* change the direction of the change here */

}

#nav-categories-container {
    z-index: 100;
    margin-bottom: 10px;
}

.cattext {
    border-radius: 10px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 30px;
    margin-bottom: 2vh;
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.2);

}

.new-badge {
    /*background-color: rgba(249, 184, 184, 1) !important;*/
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;
    margin-right: 1% !important;
}

.cattext h1, .cattext p {
    font-family: Courgette;
    color: #642323;
    text-align: left;
}

.info {

    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;

}

#alergeni-zau {
    border-radius: 20px;
    background-color: rgba(253, 221, 221, 0.3);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px 8px #d0d0d0;
}

.product-row {
    padding: 5px;
}

.nav-cats-buttons {
    animation-duration: 2s;
}

.no-padding {
    padding: 0 !important;
}

#nav-categories {
    padding: 15px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
}

body {
    overflow: visible;
}

.test-1 {
    width: 100%;
    height: 100px;
    background: black;
    position: sticky;
    top: 0px;
}

#nav-categories-container {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.2);
    position: sticky;
    top: 20px;
}

.produse-candy-row {

    margin-bottom: 2vh;

}

ul.navbar-nav::-webkit-scrollbar {
    display: none;
}

#nav-cats-buttons {
    width: 100%;
}

ul.navbar-nav li {
    display: flex;
    justify-content: center;
}

.space-prod {

    margin-top: 10vh;
    display: none;

}

.nav-item {
    font-family: Courgette;
}

.results-info {
    font-family: Courgette;
    background-color: white;
    padding: 10px 40px;
    border-radius: 10px;

    margin-top: 2vh;

    display: flex;
    flex-direction: column;

}

.results-container {

    padding: 30px;
    background: white;
    border-radius: 10px;

}

.no-results-text {
    font-family: Courgette;
    padding: 5px 10px;
    background: #ffdbdb;
    color: #783737;
    border-radius: 20px;
}

.no-results-c {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.results-info h3 {
    margin-top: 1vh;
    font-family: Courgette;
    color: #642323;
}

.small-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 270px;
    padding: 5px 20px;
    border-radius: 10px;
    border: 3px solid #642323;
    font-family: Courgette;
    color: #642323;
    background: white;

}

.small-card h1, .small-card h3 {
    font-family: Courgette;
    color: #642323;
}

.small-card-title h1 {
    background-image: url("images/star.svg");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: top right;
}

.small-card-price {
    text-align: center;
    margin-bottom: 20px;
    z-index: 0;
}

.small-card-button-no-zindex-fixed-size {
    font-family: Courgette;
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    border: none;
    color: white;
    transition: 0.3s;
    text-align: center;
    line-height: 40px;
    padding: 10px;
}

.small-card-button-no-zindex-fixed {
    font-family: Courgette;
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    border: none;
    color: white;
    transition: 0.3s;
    text-align: center;
    line-height: 40px;
}

.small-card-button-no-zindex {
    font-family: Courgette;
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    border: none;
    color: white;
    transition: 0.3s;
    text-align: center;
    line-height: 40px;
}

.small-card-button {
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    border: none;
    color: white;
    transition: 0.3s;
    text-align: center;
    line-height: 40px;
}

.small-card-button:hover, .small-card-button-no-zindex:hover, .small-card-button-no-zindex-fixed:hover, .small-card-button-no-zindex-fixed-size:hover {
    cursor: pointer;
    background-position: right center;
    transition: 0.3s;
    color: white;
}


.sketchy {
    display: inline-block;
    border: 3px solid #642323;
    border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;
    position: relative;
    z-index: 0;
}

.sketchy::before {
    content: '';
    border: 2px solid #642323;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
    border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
    z-index: -1000;
}


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

    #nav-cats-buttons {
        border-radius: 20px;
    }

    .space-prod {
        display: inline-block;
    }

    ul.navbar-nav {
        white-space: nowrap;
        overflow-x: auto;
    }

    ul.navbar-nav li {
        display: inline-block;
        float: none;
    }

    #tour-candybar {
        height: auto;
        padding: 60px 5px;
    }

    #tour-candybar::after {
        height: 50px;
    }

}

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

    .mapouter {
        transform: scale(0.8);

    }
}

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

    .cattext {
        margin-left: 0;
        margin-right: 0;
    }

}


