.error{
    color: red;
}

.load {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: grey;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.sticky-top {
    z-index:980;
}

.hidden-load{
    opacity: 0;
    z-index: -1;
}

.overflow-hidden {
    overflow: hidden;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 116px;
    height: 116px;
    margin: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#toTop {
    padding: 6px 13px;
    background-color: #666666;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 55px;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1018;
}

a:hover {
    color: #000;
}

body {
    background-color: #cecece;
    font-family: 'Montserrat Light', 'Montserrat';
    font-weight: 400;
}

p{
    color: black;
}

.logo-site {
    width: 48%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.nav-link {
    color: #000;
}

.dotted-line-custom-left {
    position: absolute;
    right: 0px;
    top: 35px;
    width: 56%;
}

.dotted-line-custom-right {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 56%;
}

.price {
    color: #000;
    font-weight: 600;
    font-size: 2rem;
}

.lei {
    font-size: 1.2rem;
    position: absolute;
    top: 3px;

}

.button-comanda {
    background-color: #ed1c24;
    border: 0px;
    padding: 20px 50px;
    transition: 0.4s;
    color:#fff;
}

.border-custom {
    border: 2px dotted #b3b3b3 !important;
    transition: 0.4s;

}

.first-book {
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
}

.second-book {
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
}

.col-padding {
    padding: 50px 50px;
    margin-left: 50px;
    margin-right: 50px;
}


.selected {
    opacity: 1;
    transition: 0.4s;
    border: 2px dotted #ed1c24 !important;
}

.selectedsec {
    opacity: 1;
    transition: 0.4s;
    border: 2px dotted #ed1c24 !important;
}

.footer-link {
    margin-bottom: 8px;
}


.hidden_sections {
    display: none;
}

.hidden_section {
    display: none;
}

.dropbtn {
    padding: 8px;
    border: none;
    background-color: transparent;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    transition: 1s;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 445px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: 1s;
    border-bottom: 1px solid #b7b7b7;
}

.dropdown-content a:hover {
    background-color: #b7b7b7;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: 1s;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
    transition: 1s;
}


.form-control {
    background-color: transparent;
    border: 1px solid #000;
}

.form-control:focus {
    background-color: transparent;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.btn-primary {
    border-color: #000;
}


.navbar-toggler-icon {
}

.swal-button--confirm{
    background-color: transparent;
    border: 2px dotted #b3b3b3 !important;
    padding: 10px 40px;
    transition: 0.4s;
    color: black;
}

.swal-button--confirm:focus{
    outline: none;
    background-color: transparent;
    border: 2px dotted #b3b3b3 !important;
}

.swal-button--confirm:active{
    outline: none;
    background-color: transparent;
    border: 2px dotted #b3b3b3 !important;
}

.swal-overlay--show-modal{
    overflow: hidden;
}

@media only screen and (max-width: 700px) {

    .button-comanda {
        padding: 20px 16px;
    }

    .col-padding {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 5px;
    }

    .col-padding > img {
        width: 60%;
    }

    .col-padding > h6 {
        font-size: 12px;
    }

    #toTop {
        position: fixed;
        right: 20px;
    }
}

.button-finalizeaza-mobil {
    padding: 20px 7px;
    border: 0px dotted #b3b3b3 !important;
    background-color: transparent;
    background-color:#ed1c24;
    color:#fff;
}
.button-finalizeaza-mobil:hover {
    padding: 20px 7px;
    border: 0px dotted #b3b3b3 !important;
    background-color: transparent;
    background-color:#da171e;
    color:#fff;
}
.accordion-submenu-mobile {
    color: #000;
}

.button-comanda:hover {
    transition: 0.4s;
    background-color:#da171e;
}

.border-custom:hover {
    transition: 0.4s;

    border: 2px dotted #ed1c24 !important;

}

.x-redone {
    margin-right: 85px;
}
