#candybar-main-container {
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
    padding: 0;
    margin-bottom: 2vh;
}

.candybar-element {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 10px;
}

#candybar-info {

    width: 72.2vw;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

#candybar-pics {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 22.5vw;

}

#candybar-footer {
    padding: 20px;
    font-family: Courgette;
}

.candybar-body {
    padding: 20px;
    font-size: 18px;
}

#candybar-footer h3 {
    font-family: Courgette;
    color: #642323;
}

#candybar-pics img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

#candybar-navigation {

    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    overflow-x: scroll;
    scrollbar-width: none;

}

#candybar-nav-buttons {

    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    scrollbar-width: none;
}

.candybar-nav-button {
    white-space: nowrap;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 5px;
    padding: 10px;
    font-family: Courgette;
}


#candybar-nav-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.candybar-card {
    padding: 10px 0;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.candybar-link {
    z-index: 10000 !important;
    color: #642323;
}

.candybar-link:hover {
    color: #640303
}

.candybar-carousel-cont {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.candybar-buttons-prev {

    margin-right: 20px;
    font-family: Courgette;
    font-weight: 100;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #ee9ca7;
    padding: 5px 10px;
    border: solid #ee9ca7;
    transition: 0.3s;
}

.candybar-buttons-next {

    font-family: Courgette;
    font-weight: 100;
    z-index: 1000;
    border-radius: 20px;
    background-color: #642323;
    color: white;
    padding: 10px;
    border: none;
    transition: 0.3s;
}


.candybar-buttons-prev:hover {
    background-color: #ee9ca7;
    color: white;
    transition: 0.3s;
}

.candybar-col {
    display: flex;
    justify-content: center;
}

.candybar-row {
    display: flex;
    justify-content: center;
}

.badge-candy {
    padding: 10px !important;
}

.candybar-price {
    background-image: url("images/candybar-price.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.candybar-title {

    background-image: url("images/star.svg");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: left;

}

.candybar-btn-cont {
    background-image: url("images/floare.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.candybar-card p, .candybar-footer li, .candybar-body li {
    font-family: Courgette;
}


.candybar-price h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px;

}

.candybar-price {
    height: 100px;
    align-items: center;
    line-height: 2px;
}

.candybar-card h2, .candybar-card h1 {

    font-family: Courgette;
    color: #642323;

}

.candybar-footer h3 {
    padding: 10px;
    font-family: Courgette;
    color: #642323;
}

.candybar-head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 10px 50px;
    gap: 20px;
    /*background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7  100%);
    background-size: 200% auto;*/


}

.candybar-img-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.candybar-img {

    padding: 10px;
    width: 100%;
    border-radius: 20px;

}

.candybar-btn-cont {
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

.candybar-btn-cont a {
    margin-left: 15px;
}

.section {

    border-radius: 10px;
    margin: auto;
    width: 95.5vw;
    background: white;
    height: 100px;

}

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


    #candybar-main-container {
        margin-top: 8vh;
    }

    #main {
        padding: 0;
    }

    #candybar-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #candybar-navigation {
        justify-content: center;
        margin-bottom: 2vh;
    }

    .candybar-btn-cont {
        justify-content: center;
    }

    #candybar-pics {
        width: 100%;
    }

    .candybar-head {
        justify-content: center;
        margin-bottom: 2vh;
    }

    .candybar-body {
        padding: 5px;
    }

    #candybar-nav-buttons {
        overflow-x: scroll;
    }

}