#row {
    margin-top: 2.5%;
}

.paddle2 {
    display: none;
    position: absolute;
    border: none;
    border-radius: 15px;
    color: white;
    top: 0;
    bottom: 0;
    width: 3em;
    height: 42px;
    background-color: rgba(51, 51, 51, 0.3);

    animation-name: op;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

}

.right-paddle {
    right: 0;
}

.content {
    padding: 16px;
}

#product_name {
    font-family: Courgette;
    margin-bottom: 0px;
}

.nav-scroll-btn2 {

    border: solid;
    border-color: #642323;
    background-color: rgba(255, 255, 255, 0);
    color: #642323;
    border-width: 2px;


    padding: 7px 10px;
    border-radius: 20px;
    margin-right: 1%;

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

    transition: 0.3s;
}

.nav-scroll-btn2:hover {


    color: white;
    background-color: #642323;

    /*
        background-color: rgba(204, 153, 153, 1);
    */

}

#util {

    margin-top: 2%;
    margin-bottom: 5%;
    padding: 20px 20px 20px 35px;

}

#ingrediente {

    border-radius: 20px;
    margin-bottom: 5%;
    color: #642323;

}
#product_price_row small {
    color: #642323;
}

.price-container {
    border-radius: 20px !important;
}

#product_price {
    font-family: Courgette;
    color: #642323;
}

#product_desc, #product_small_desc, #transport-text, #product_ingredients
{
    font-family: Courgette;
}

#product_price_row {
    margin-bottom: 15px;
}

#ingrediente h5, #product_price h4 {
    font-family: Courgette;
    color: #642323;

}


#transport {
    border-radius: 20px;
    margin-bottom: 5%;
    color: #642323;
}

#transport h5 {
    font-family: Courgette;
}

#descriere {

    border-radius: 20px;
    color: #642323;
    margin-bottom: 5%;
}

#descriere h5 {
    font-family: Courgette;
}

#main {

    padding-left: 0;
    margin-bottom: 2vh;
    border: 1px solid #D69393;
    border-radius: 10px 20px 20px 10px;
    background-color: #FFFDFD;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.4);


}

.carousel-item {
    max-width: 100%;
    position: relative;
}

#carouselExampleIndicators {

    width: 100%;
    align-items: center;
    border-radius: 20px;

}

.carousel-inner {
    max-width: 100%;
    border-radius: 20px;
    position: relative;


}

.product_contact a {
    display: inline-flex;
}

#title {

    margin-left: 2.5%;
    z-index: 7;

}

#title-text {

    line-height: 20px;
    margin-bottom: 1%;
    color: #642323;

}

#image img {

    margin-bottom: 5%;
    border-radius: 20px;
    transition: 0.3s;
    z-index: 8;


}

#image {
    transition: 0.3s;
    z-index: 8;
    border-radius: 20px;

}

#image img:hover {
    transform: scale(1.2);


}

#produs-nav-cont {
    padding: 0 !important;
    width: 100%;
}

#produs-nav {
    padding: 5px 20px;
    background-color: #642323;
    width: 120%;
    border-radius: 0;
    color: white;

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

    white-space: nowrap;

}

#produs-nav a {
    margin: 0;
    font-family: Courgette;
    color: white;
    transition: 0.2s;
}

#produs-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#alerg {


    background-color: #642323;

    border-radius: 20px;
    color: white;
    text-align: center;

}

#alergc {
    padding-left: 30px;
}

#share-button-container {
    padding-left: 15px;
    display: flex;
    justify-content: right;
}

#share-btn:hover {

    background-color: #783737;
    transition: 0.3s;

}

#nav-categories-produs {

}

#share-btn {
    color: white;
    margin-bottom: 5px;
    border-radius: 20px;
    border: none;
    /*background-color: rgba(249, 184, 184, 1);*/
    background-color: rgba(100, 35, 35, 1);
    transition: 0.3s;
    display: flex;
    align-items: center;
    align-content: center;
}

#candybar-swag2 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px !important;
    width: 100%;
    padding: 0;
    background: white; /* Your gradient colors */
    opacity: 1;
    border:none;


}

.white-bg
{
    background: rgba(255, 164, 243, 0.58);
}

.space-2
{
    height: 5vh;
    width: 100%;
}

#general-info-design
{
    position: relative;
    background: white;
}

body
{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#recommended_row
{
    position: relative;
    z-index: 2;
}

#general-info-design::before {

    content: "";
    position: absolute;
    top: -350px;
    left: 0;
    width: 100%;
    height: 350px;

    /*background: linear-gradient(to right, rgb(255, 176, 208) 0%, #ff76e8 50%, #ffa4f3 100%); /* Your gradient colors */
    background: white;
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");

    mask-repeat: no-repeat;
    mask-size: cover;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    pointer-events: none;
    z-index: -1;
}

#adorate
{
    position: relative;
}

.continue-gradient
{
    background: white;
}

.continue-gradient::before
{

    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to top, rgba(255, 255, 255, 0.44) 0%, rgba(255, 173, 241, 0.4) 50%, rgba(255, 208, 246, 0.58) 100%), white;
    background-size: 100%;
    background-position: top 0px left 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;

    position: absolute;

}

#general-info-design::after {

    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 450px;

    /*background: linear-gradient(to right, rgb(255, 176, 208) 0%, #ff76e8 50%, #ffa4f3 100%); /* Your gradient colors */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 15%, rgba(255, 173, 241, 0.4) 50%, rgba(255, 208, 246, 0.58) 100%),
    url('images/lolli.png'),
    url('images/cake1.png'),
    url('images/macarons1.png');

    background-size: 100%, 150px, 300px, 200px; /* Adjust sizes as needed */
    background-position: top 0px left 0px, top 0px left 10vw, bottom 20px right 20px, top 175px left calc(50% - 550px); /* Set positions */
    background-repeat: no-repeat; /* Prevent repeat of the images */
    background-attachment: scroll; /* Optional static effect */
    background-blend-mode: overlay;
}

#general-info-cont {
    margin-left: auto;
    margin-right: auto;
    background: white;
    margin-bottom: 0;
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.2);
    z-index: 100;
}


.sepparator-left
{
    background: linear-gradient(to right, rgba(100, 35, 35, 0) 0%, rgba(100, 35, 35, 1) 100%);
    border: none;
}

.sepparator-right
{
    background: linear-gradient(to left, rgba(100, 35, 35, 0) 0%, rgba(100, 35, 35, 0.2) 60%, rgba(100, 35, 35, 1) 100%);
    border: none;
}

#alergeni-button {
    font-family: Courgette;
    margin-right: 10px;
}

#alerg p {
    padding: 2px;
}

.text-block {
    margin-top: 35px;
}

#informatii-generale {

    max-height: 300px;
    transition: height 0.3s;
}


#gen-info-cont {

}

#gen-info-title {
    padding: 5px 50px;
    background-color: #642323;
    border-radius: 0;
    color: white;

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

    white-space: nowrap;
}

#gen-info-title h3 {
    font-family: Courgette;
}

#general-info-sep {
    display: flex;
    justify-content: center;
}

#scrollableInfo {
    font-family: Courgette;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    background-color: #FFFDFD;
    border-radius: 10px;
}


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

.sepparator-margins {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

#produs-sezonier-banner {

    display: none;

    margin-bottom: 2.5%;
    color: #642323;
    border-radius: 20px;

    font-family: Courgette;

}

#produs-sezonier-banner h3 {
    font-family: Courgette;
}

.inline-link {
    color: #642323;
    text-decoration: underline !important;
}

.inline-link:hover {
    color: #481919;
}

@media screen and (max-width: 959.9px) {
    .paddle2 {
        display: block;
    }
}

@keyframes op {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}

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

    #informatii-generale {
        max-height: 450px;
    }

    body
    {
        background-position: top center;
    }

    #main {

        margin-top: 5vh;
        /*display: grid;*/
        justify-content: center;
        align-items: center;
        place-items: center;
        margin-bottom: 2vh;

        border-radius: 0px 20px 20px 0px;
        padding: 0;

    }

    #util {
        padding: 20px;
    }

    #general-info-sep {
        display: flex;
        justify-content: center;
    }

    #alergc {
        padding: 0px;

    }

    #alerg {
        width: 200vw;
        border-radius: 0;
    }

    #alerg p {
        margin: 0px;
    }

    #carouselExampleIndicators {
        margin-left: 0;
    }

    #pretc {
        padding: 0px;
        align-items: center;
        place-items: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;

    }

    #pret, #image, #telbox, #telbox_inner, #titlec, #pbc, #alergc {
        display: grid;
        justify-content: center;
        align-items: center;
        place-items: center;
        margin: 0 auto;
    }

    #pret-body {
        background-color: rgba(249, 184, 184, 1) !important;
    }


    #pbc {
        padding: 0;
        max-width: 50%;
    }

    #icb {
        padding: 10px 5px;
    }

    #telbox, #telbox_inner {
        text-align: center

    }

    #title {
        margin-left: 0;
    }

    #titlec {
        width: 100%;
    }

    #title-text {
        text-align: center;
    }

}


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

    .mapouter {
        transform: scale(0.8);

    }

    .social-bar {
        /*left: 65%;*/
        display: none;
    }


}

