:root {
    --mdb-font-roboto: "Fira Sans", sans-serif;
    --mdb-body-bg: #F6F6F6;
    --mdb-primary-rgb: 133, 188, 32;
    --mdb-secondary-rgb: 1, 61, 98;
    --mdb-body-color: #000000;
    --mdb-danger-rgb: 229, 32, 46;
}

.fs-5-5 {
    font-size: 1.125rem;
}

.mt-n2-5 {
    margin-top: -0.50rem;
}

.fs-7 {
    font-size: .75rem !important
}

.fw-5 {
    font-weight: 500 !important;
}

.wp-80 {
    width: 80px;
}

.border-bottom-sumar {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.mt-4-5 {
    margin-top: 2.5rem !important
}

.gap-4-5 {
    gap: 2rem !important;
}

.height-80 {
    height: 80px;
}

.border-title:after {
    content: "";
    height: 3px;
    width: 25%;
    position: absolute;
    background: #007ac3;
    left: 0px;
    border-radius: 16px;
    bottom: 0px;
}

.border-title.center:after {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -10px;
}

.btn {
    --mdb-btn-border-radius: 0 !important;
    text-transform: none !important;
    --mdb-btn-font-size: 1rem;
}


.btn-primary {
    --mdb-btn-bg: #85BC20;
    --mdb-btn-color: #fff;
    --mdb-btn-hover-bg: #85BC20;
    --mdb-btn-hover-color: #fff;
    --mdb-btn-focus-bg: #85BC20;
    --mdb-btn-focus-color: #fff;
    --mdb-btn-active-bg: #85BC20;
    --mdb-btn-active-color: #fff;
    --mdb-btn-disabled-bg: #9A9A9A;
    box-shadow: none !important;
}

.icon-addtocart,
.icon-cart-continue {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    color: #85BC20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.icon-cart-continue {

    font-size: 12px;

}

.icon-pachete {
    border-radius: 9999px;
    color: #ffffff;
    font-size: 12px;
    background-color: #85BC20;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.border-grey {
    width: 100%;
    height: 1px;
    background: #939393;
    margin: 16px 0px;
}

.items-pachete {
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    padding: 4px 0px;
}

.font-color-grey {
    color: #727272
}

.bg-dark-grey {
    background-color: #353635;
}

.bg-light-grey {
    background-color: #474747;
}

.bg-grey {
    background-color: #9A9A9A;
}

.card.active .card-body {
    z-index: 1;
}

.card.active:after {
    border: 1px solid #007AC3;
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 20px);
    background: #ffffff;
    z-index: 0;
    top: -10px;
    left: -1px;
    background-color: #ffffff;
}

.emblaSintact,
.emblaPachete {
    overflow: hidden;
    padding: 20px 0px;
    position: relative;
}

#containerPachete {
    position: relative;
}

.embla__container {
    display: flex;
}

.embla_pachete {
    flex: 0 0 25%;
    margin: 0 .5%;
    min-width: 330px;
}

.embla_sintact {
    flex: 0 0 100%;
}

#containerPachete .embla__prev,
#containerPachete .embla__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    padding: 0px;
    background: #ffffff;
    border: 0px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
}

#containerPachete .embla__prev {
    left: calc(0% - 35px);
}

#containerPachete .embla__next {
    right: calc(0% - 35px);
}

.containerButtonsFAQ button {
    background: none;
    width: 100%;
    text-align: left;
    border: 0px;
    padding: 1rem;
    font-weight: 500;
}

.containerButtonsFAQ button.active {
    background: #ffffff;
}

.accordionFAQCotent {
    height: 100%;
    display: none;
}

.accordionFAQCotent.active {
    display: block;
    position: absolute;

    background-color: #ffffff;
    right: 0px;
    width: 50%;
    top: 0px;
}

.accordionFAQCotent.active .h4 {
    padding: 24px 24px 0px 24px !important;
}

.accordionFAQCotent.active p {
    padding: 8px 24px 24px 24px;
    margin-bottom: 0px;
    background-color: #ffffff;
}

.h-200 {
    height: 200px;
}

.list-footer li a {

    color: #ffffff;
}

.list-footer li::marker {
    color: #85BC20;
    font-size: 24px;
}

.circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
}

.minicart {
    display: none;
    padding: 8px;
}

.width-full {
    width: 100%;
}

.button-minicart:hover+.minicart,
.minicart:hover {
    display: block;
    position: absolute;
    max-width: 300px;
    width: 100%;
    background-color: #ffffff;
    right: 0;
    top: 100%;
    z-index: 1;
}

.buttonRemoveCart i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 999px;
    cursor: pointer;
    margin-left: 4px;
}

.nrCrt {
    width: 25px;
    font-size: 14px;
    text-align: center;
    background-color: #85BC20;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 600;
    height: 25px;
    display: block;
    line-height: 25px;
}

.titleSidebarCart,
.titleItemCart {
    font-size: 16px !important;
}

.titleItem,
.priceItem {
    font-size: .8rem;
    font-weight: 500;
}

.pricePacheteStrike {
    text-decoration: line-through;
    display: block;
    margin-bottom: -8px;
}

.totalItems {
    border-top: 1px solid #D8BEBE;
    border-bottom: 1px solid #D8BEBE;
    padding: 16px 0px;
    font-weight: 500;
    font-size: 18px;
}

.navbar-scroll {
    min-height: 80px;
    height: 80px;
    display: block;
}

.navbar-scroll.fixed .navContainer {
    position: fixed;
    top: -60px;
    width: 100%;
    animation: slideDown 0.6s ease forwards;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-scroll.fixed .navbar {
    box-shadow: none;
    margin-top: 0px !important;
}

@keyframes slideDown {
    to {
        top: 0px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.white-space-nowrap {
    white-space: nowrap;
}

.buttonRemovePachete {
    font-size: 10px;
}

.btn-item-pachete {
    max-width: 15.625rem;
    width: 100%;
    min-width: 15.625rem;
}

.btnCodReducere i {
    width: 2.75rem !important;
    height: 2.75rem !important;
    text-align: center;
    line-height: 2.75rem;
    padding: 0px;
}

.tooltipRight i {
    border-radius: 9999px;
    background: #85BC20;
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
}

.modalFacturare {
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    background: #ffffff;

    padding: 16px;
}

.modalFacturare .modalFacturareContent {
    overflow-y: scroll;

    height: 100%;
    max-height: 400px;
}

.modalFacturare .modalFacturareFooter {
    text-align: center;
}

.modalFacturare .modalFacturareFooter button:hover {
    background-color: #9A9A9A;
}

.modalFacturare .modalFacturareHeader {
    padding: 8px 0px !important;
}

.modalFacturare .modalFacturareHeader span {
    font-weight: 600;
    font-size: 18px;
}

.modalFacturare .modalFacturareContent div {
    border-bottom: 1px solid #D8BEBE;
    padding: 16px 0px;
    cursor: pointer;
    background: #ffffff;
}

.modalFacturare span:nth-child(1) {
    width: 60%;
}

.modalFacturare span:nth-child(2),
.modalFacturare span:nth-child(3) {
    width: 20%;
}

.bg-dark-modal,.bg-dark-modal-gdpr {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 14;
    background-color: #020202db;
}

.btn-edit {
    border: 1px solid #85BC20;
    color: #000000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #F6F6F6;
}

.btn-edit:hover {
    background: #F6F6F6 !important;
    color: #000000 !important;
}

.btn-edit:focus {
    background: #F6F6F6 !important;
}

.border-light-grey {
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 16px;
}

.border-right {
    position: relative;
    border-right: 1px solid #B5B5B5;
}

.termsContent {
    overflow-y: scroll;
    max-height: 500px;
}

.navbar-button {
    display: none;
}

.logo,
.logoFooter {
    width: 250px;
}

.logo img,
.logoFooter img {
    width: 100%;
}

.accordionFAQ i {
    display: none;
}

.imgSlider {
    min-height: 450px;
    width: 100%;
    display: block;
}
.my-240{
    margin-top:40px;
    margin-bottom:360px;
}
.totalSumarComanda .titleLeftSumar{
    font-size: 16px !important
}
/* .gdprButton:before {
    content: '';
    position: absolute;
    left: 0px;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    background: transparent;
    height: 26px;
} */

.popupGdpr {
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    z-index: 15;
    flex-direction: column;
    display: none;
}
.popupGdpr.active{
    display: flex;
}
.innerpopupGdpr{
    height: 90%;
    overflow-y: scroll;
    padding: 16px;
}
.bottompopupGdpr{
 border-top: 1px solid #939393;
 padding: 16px;
 text-align: right;
}
.toppopupGdpr{
    border-bottom: 1px solid #939393;
    display: flex;
    align-items: center;
    justify-content: space-between;    
    padding: 16px;
}
.btn-outline-primary {
    --mdb-btn-bg: transparent;
    --mdb-btn-color: #000000;
    --mdb-btn-hover-bg: transparent;
    --mdb-btn-hover-color: #000000;
    --mdb-btn-focus-bg: transparent;
    --mdb-btn-focus-color: #dcdcdc;
    --mdb-btn-active-bg: transparent;
    --mdb-btn-active-color: #000000;
    --mdb-btn-border-color: #dcdcdc;
    --mdb-btn-focus-border-color: #dcdcdc;
    --mdb-btn-hover-border-color: #dcdcdc;
    border-color: var(--mdb-btn-border-color);
}
.toppopupGdpr div i{
    width: 24px;
    height: 24px;
    background: red;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    border-radius: 9999px;
    font-size: 18px;
    cursor: pointer;
}
.innerpopupGdpr h1{
    display: none;
}
@media screen and (max-width:1400px) and (min-width:1200px) {
    .footer .border-title {
        font-size: 18px;
    }

    .imgSlider {
        min-height: 380px;
    }

    .totalItems,
    .totalSumarComanda div span:nth-child(1) {
        font-size: 12px !important;
    }
}

@media screen and (max-width:1200px) and (min-width:768px) {
    .containerPreferences{
        width: 80% !important;
    }
    .containerCookie{
        width: 50% !important;
    }
    .footer .border-title {
        font-size: 18px;
    }

    .footer .col-md-3 {
        width: 50% !important;
    }
}

@media screen and (max-width: 1200px) {
    .contentCartPage .white-space-nowrap {
        white-space: normal;
    }

    .titleSidebarCart,
    .titleItemCart {
        font-size: 14px !important;
    }

    .container {
        max-width: 100% !important;
    }

    #containerPachete .embla__prev {
        left: 8px;
    }

    #containerPachete .embla__next {
        right: 8px;
    }

    .gap-4-5 {
        gap: .75rem !important;
    }

    .fs-5-5 {
        font-size: .90rem !important;
    }

    .containerCart .h4 {
        font-size: 18px;
    }

    .imgSlider {
        min-height: 350px;
    }
}

@media screen and (max-width:1200px) and (min-width: 767px) {
    .containerCart .col-md-3 a {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        justify-content: center !important;
    }

    .containerCart .col-md-3 .itemContentMinicart {
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
    }

    .containerCart .col-md-3 .totalItems .d-flex {
        display: block !important;
    }

    .containerCart .col-md-3 .totalItems .d-flex span {
        width: 100%;
        display: block;
    }

}

@media screen and (max-width:992px) {
    .popupGdpr{
        width: 100% !important;
        height: 100% !important;
    }
    .imgSlider {
        min-height: 200px;
    }

    .menu-content {
        display: none !important;
    }

    #detaliiComanda {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .navbar-button {
        display: block;
    }

    .modalFacturare {
        width: 100%;
        top: 10%;
        height: 90%;
        left: 0px;
        transform: translateY(-5%);
    }

    .logo {
        width: 160px;
    }

    #containerPachete .embla__prev {
        left: 20px;
    }

    #containerPachete .embla__next {
        right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .height-80-md {
        height: 80px;
    }

}

.containerNavCart a,
.containerNavCart span {
    white-space: nowrap;
}


@media screen and (max-width:768px) {
    .containerPreferences,.containerCookie{
        width:calc(100% - 32px) !important;
    }
   
    .modalFacturare span:nth-child(1) {
        width: 50% !important;
    }

    .totalSumarComanda div span:nth-child(1),
    .totalItems {
        font-size: 14px !important;
    }

    .embla_pachete {
        min-width: auto;
        flex: 0 0 50%;
    }

    .minicart {
        display: none !important;
    }

    .containerNavCart {

        display: none !important;
    }

    .containerButtonsFAQ button {
        padding: 1.5rem 1rem;
    }

    .accordionFAQCotent.active {
        position: relative;
        width: 100%;
    }

    .accordionFAQ i {
        display: block;
    }

    .accordionFAQ {
        display: flex;
        justify-content: space-between;
    }

    #formContact .form-outline {
        margin-bottom: 16px;
    }

    #formContact .mt-3 {
        margin-top: 0px !important;
    }

    .footer .border-title {
        margin-top: 32px;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    #containerSintact {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 16px !important;
    }

    #containerSintact h1 {
        margin-top: 0px;
    }

    .border-title {
        margin-top: 0px;
    }

    #containerSintact div:nth-child(2) {
        margin-bottom: 16px;
    }

    .list-footer {
        margin-bottom: 0px !important;
    }

    .container-fluid {
        padding: 16px 0px;
    }

    .navbar-button {
        font-size: 20px;
        line-height: 20px;
    }

    .closeButtonMenu {
        width: 32px;
        height: 32px;
        padding: 0px;
        border-radius: 4px;
    }

    .footerCopyright .col-md-6 {
        width: 50%;
        float: left;
        ;
    }

    .footerCopyright .col-md-4 {
        display: flex;
        margin-top: 16px;
    }

    .contentCartPage .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .contentCartPage .gap-3 {
        gap: 0px !important;
        margin-top: 16px;
    }

    .contentCartPage select {
        margin: 8px 0px !important;
    }

    .totalCartBottom {
        display: none !important;
    }

    .border-right {
        border: 0px !important;
        border-bottom: 1px solid #B5B5B5 !important;
        padding-bottom: 8px;
    }

    .showDivPhone {
        display: block !important;
        padding: 8px !important;
    }

    .containerCart .col-md-3 {
        margin-top: 16px;
    }



}

@media screen and (max-width:576px) {
    .containerPreferences{
        height: auto;
    }
    .containerSidebarPreferences{
        border-right: 0px !important;
    }
    .containerPreferences .containerFooterPreferences{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .containerPreferences .containerFooterPreferences button{
        flex-basis: 85%;
    }
    .sidebarButtonPreferences {
        text-align: left !important;
        position: relative;
    }
    .sidebarButtonPreferences i{
        display: block !important;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
    .containerSidebarPreferences .sidebarButtonPreferences:hover:after, .containerSidebarPreferences .sidebarButtonPreferences.active:after{
        left:0px !important
    }
    .descriptionPreferences.active{
        border-bottom: 2px solid #ffffff;
        max-height: 500px;
    }
    .containerSidebarPreferences,.containerSidebarPreferences .sidebarButtonPreferences{
        width:100% !important;
    }
    .descriptionPreferences{
        width:100% !important;
        left:0px !important;
        position: relative !important;
    }
    .containerCookie .buttonsCookie button{
        flex-basis: 100% !important;
    }
    .embla_pachete {
        min-width: auto;
        flex: 0 0 80%;
        margin: 0 1%;
    }

    .logo img {
        width: 100%;
    }

    .text-hide-mobile {
        display: none;
    }

    .containerDetailsLink.active{
        left: auto !important;
        top: -40px !important;
    }

    .container-fluid {
        padding: 16px 8px !important;
    }

    .logo {
        width: 130px;
    }

    .navbar .fs-5 {
        font-size: 18px !important;
    }

    .navbar .badge-notification {
        font-size: 10px !important;
        margin-top: -4px !important
    }
}


.snackbar {
    visibility: visible;
    min-width: 250px;
    background-color: #85BC20;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 16px;
    animation: fadein 0.5s, fadeout 0.5s 5s;
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.form-select,
.form-control {
    min-height: 46px;
}

.scrollNavBar {
    position: relative;
    top: -200px;
}

.nrCrtComanda {
    width: 22px;
    height: 22px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    background-color: #85BC20;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 600;
    line-height: 22px;
}

.was-validated .form-control {
    margin-bottom: 0px !important;
}


.navbar-menu-mobile {
    position: fixed;
    left: -100px;
    top: 0px;
    width: 200px;
    background: #ffffff;
    z-index: 3;
    height: 100%;
    padding: 16px;
    visibility: hidden;
}

.navbar-menu-mobile.active {
    visibility: visible;
    transition: left .75s;
    left: 0;
}

.logoMenu img {
    width: 100%;
    margin: 16px 0px;
}

.menuMobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flex-column {
    flex-direction: column
}

.menuMobile :hover {
    background: #85BC20;
    color: #ffffff !important;
}


.form-outline.error .form-notch-leading,
.form-outline.error {
    border-color: #dc4c64 !important;

}

.form-outline.error .form-notch-middle,
.form-outline.error {
    border-color: #dc4c64 !important;

}

.form-outline.error .form-notch-trailing,
.form-outline.error {
    border-color: #dc4c64 !important;

}

.form-outline.error label {
    color: #dc4c64 !important;
    background: #ffffff;
    z-index: 1;
    top: 1px !important;
}

.form-outline .form-control:focus~.form-notch .form-notch-leading,
.form-outline .form-control:focus~.form-notch .form-notch-middle,
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    box-shadow: unset !important;
}

#loadingSpinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.asterix {
    font-size: 16px;
    color: #777777;
}



.errorUsers select {
    border-color: #E5202E;
    color: #E5202E;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23E5202E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E") !important;
}

.min-height-60 {
    min-height: 60px;
}

.min-height-0 {
    min-height: 0px;
}

.fs-24 {
    font-size: 24px !important;
}


.accordion-down .accordionFAQCotent.active {
    position: relative;
    width: 100%;
}

.accordion-down .accordionFAQ i {
    display: block;
}

.accordion-down .accordionFAQ {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    margin-top: 4px;
}


.iconDateContact {
    font-size: 20px;
    color: #000000;
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    min-width: 40px;
}

.titleDateContact {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.subtitleDateContact {
    font-size: 14px;
    color: #ffff;
}

.titleDateContact:hover {
    color: #ffffff !important;
}

.ingwebpay img {
    width: 50px;
}

.containerAddon.active div:not(:first-child) {
    display: block !important;
}

.containerAddon .showSubAddons {
    cursor: pointer;
    gap: 8px;
    display: flex;
    align-items: center;
}



.fs-80p {
    font-size: 80px !important
}

.containerMaintenance{
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    width:100%;
    padding:8px;
    transform: translate(-50%,-50%);
}

.containerMaintenance .titleMaintenance{
    font-size: 40px;
    font-weight: bold;
}
.containerMaintenance .descriptionMaintenance{
    font-size:24px;
}
.containerMaintenance .iconMaintenance{
    font-size:60px;
    margin-bottom:16px;
}
.containerMaintenance img{
    margin-top:16px;
}

.openDetailsLink{
    cursor: pointer;
    border-radius: 9999px;
    background: #85BC20;
    font-size: 8px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #ffffff;
    top: -4px;
    position: relative;
    margin-left: 8px;
}

.containerDetailsLink{
    display: none !important;
}
.containerDetailsLink.active{display: block !important;
    position: absolute;
    top: calc(0% - 45px);
    background: #6D6D6D;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    left: -80px;
    z-index: 2;
    white-space: nowrap;
    
}

.oraseDropdown, .cursuriSelect{
    position: absolute;
    background: #ffffff;
    width: calc(100% - 24px);
    height: 250px;
    overflow-y: auto;
    box-shadow: 0px 1px 3px #000000ad;
    padding: 16px 0px;
    border-radius: 0px 0px 8px 8px;
    z-index: 5;
}

.oraseDropdown div , .cursuriSelect div {
    cursor: pointer;
    margin-bottom: 8px;
    padding:0px 8px;
}
.no-cursor{
    cursor: default !important;
}
.oraseDropdown div:hover, .cursuriSelect div:hover{
    background-color: #dcdcdc73;
}

.iconSearchInput{
    position: absolute;
    width: 20px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    animation: fadein 0.5s;
}


.decimal-part{
    top:-8px;
    position: relative;
    font-size: 12px !important;
}
.cl-dis{
    color: #ef3e42 !important;
}
.discountPrice{
    display: flex;
    flex-direction: column;
    text-align: right;
}
.discountPrice.active > span:nth-child(1){
    font-size:14px;
    text-decoration: line-through;
}

.discountPrice.active > span:nth-child(2){
    color: #ef3e42 !important;
}

.totalCartTVA {
    display: flex;
    align-items: center;
    gap: 16px;
}

.totalCartTVA .discountPrice {
    flex-direction: row;
    gap: 16px;
    align-items: center;
}


.containerCookie{
    display: none;
    background-color: #007ac3;
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 10;
    padding: 16px;
    width: 25%;
    border-radius: 8px;
}

.containerCookie .title{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 8px;
}

.containerCookie .description{
    font-size: 16px;
    color: #ffffff;   
}

.containerCookie .closeCookie{
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    background-color: #075a8c;    
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease; 
    border-radius: 8px;
}

.containerCookie .closeCookie i {
    font-size: 16px;
    color: #ffffff;
}
.containerCookie .linksCookie{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.containerCookie .linksCookie a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
}
.containerCookie .buttonsCookie{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;
}
.containerCookie .buttonsCookie button{
    flex-basis: calc(50% - 5px); 
    margin-bottom: 16px;
    border: 0px;
    color:#ffffff;
    background-color: #075a8c;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.containerCookie .buttonsCookie button:nth-child(1){
    background-color: #777777;
}
.containerCookie .buttonsCookie button:nth-child(3){
    flex-basis: 100%; 
    margin-bottom: 0px;
}
.containerCookie .buttonsCookie button:hover,.containerCookie .closeCookie:hover{
    background-color: #85BC20;
    color: #ffffff;
}

.containerPreferences.active{
    display: block;
}
.containerPreferences{
    z-index: 11;
    display: none;
    background-color: #007ac3;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    border-radius: 8px;
}
.containerPreferences .containerHeaderPreferences {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ffffff;
    min-height: 56px;
}
.containerPreferences .containerHeaderPreferences .title{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
}

.containerPreferences .containerHeaderPreferences .closePreferences{
    cursor: pointer;
    background-color: #075a8c;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 8px;
}
.containerPreferences .containerHeaderPreferences .closePreferences i {
    font-size: 24px;
    color: #ffffff;
}
.containerPreferences .containerHeaderPreferences .closePreferences:hover{
    background-color: #85BC20;
}

.containerPreferences .containerMiddlePreferences{
    min-height: 350px;
    position: relative;
}
.containerPreferences .containerFooterPreferences{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    min-height: 56px;
    border-top: 2px solid #ffffff;
    gap:16px
}
.containerPreferences .containerFooterPreferences button{
    
    border: 0px;
    color:#ffffff;
    background-color: #075a8c;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease; 
}
.containerPreferences .containerFooterPreferences button:hover{
    background-color: #85BC20;
}
.containerSidebarPreferences {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 350px;
    width:202px;
    border-right: 2px solid #ffffff;
    background-color: #075a8c;
}

.containerSidebarPreferences .sidebarButtonPreferences{
    width:200px;
    border:0px;  
    padding: 8px 16px;
    transition: background-color 0.3s ease, color 0.3s ease; 
    background-color: transparent;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.containerSidebarPreferences .sidebarButtonPreferences:hover,.containerSidebarPreferences .sidebarButtonPreferences.active{
    background-color: #007ac3;
}
.descriptionPreferences{
    position: absolute;
    left: 200px;
    top:0px;
    padding:16px;
    display: none;
    height: 100%;
    overflow-y: auto;
    color:#ffffff
}
.descriptionPreferences.active{
    display: block;
}

.containerSidebarPreferences .sidebarButtonPreferences:hover:after,.containerSidebarPreferences .sidebarButtonPreferences.active:after {
    content: "";
    background: #007ac3;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 3px;
    top: 0px;
    z-index: -1;
}

.containerMiniCookie{
    z-index: 100;
    position: fixed;
    left: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007AC3;
    transition: background-color 0.3s ease; 
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
}
.containerMiniCookie:hover{
    background-color: #85BC20;
}
.containerMiniCookie i {
    font-size: 32px;
    color: #ffffff;
}


.switchToggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switchToggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sliderToggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 30px;
}

.sliderToggle:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.sliderToggle:after {
    content: 'NU';
    color: white;
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 12px;
    transition: .4s;
}

.switchToggle input:checked + .sliderToggle {
    background-color: #66bb6a;
}

.switchToggle input:checked:disabled + .sliderToggle {
    background-color: #777777;
}

.switchToggle input:checked + .sliderToggle:before {
    transform: translateX(30px);
}

.switchToggle input:checked + .sliderToggle:after {
    content: 'DA';
    left: 10px;
    right: auto;
}
.switchToggle.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.switchToggle.disabled .sliderToggle {
    background-color: #e0e0e0; 
}
.showServicii{
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.containerServicii{
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff91;
    padding-bottom: 16px;
    margin-top: 16px;
}
.descriptionServici{
    display: none;
    margin-top:16px;
}
.descriptionServici.active{
    display: block;
}

.no-border-bottom{
    border-bottom:0px;
}
.sidebarButtonPreferences i{
    display: none;
}
.overflowhidden{
    overflow: hidden;
}


#messageContDemo p{
    background: #007ac3;
    padding: 16px;
    color: #ffffff;
    font-size: 18px;
}



.messageContainerDiplome > div{
    color: #ffffff;
    margin-bottom: 16px;
    padding: 16px;
    font-size: 19px;
    font-weight: bold;
}
.messageContainerDiplome > div.error{
    background: #E5202E;
}


.messageContainerDiplome > div.success{
    background: #66bb6a;
}
