#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-image: url(https://bonagaal.com/admin/public/assets/img/preloader.gif);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center;
    height: 100% !important;
    overflow: hidden !important;
}
.stop-scrolling {
    height: 100%;
    overflow-y: hidden;
}

.form-error {
    color: red;
    border: 1px solid red;
}

.form-error::placeholder {
    color: red;
    opacity: 1;
}


.form-label-error {
    color: red;
}

.form-div-error {
    background: #ffbebe;
}

.alert-warning {
    padding: 30px;
    border-radius: 12PX;
}

.header-widget-group li {
    list-style: none;
}

.header-widget-group .dropdown:hover .dropdown-position-list {
    top: 50px;
}

.custom-btn {
    width: 100%;
    font-size: 15px;
    border-radius: 6px;
    text-align: center;
    text-transform: none;
    color: var(--heading);
    background: var(--border);
    text-shadow: var(-primary-tshadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    padding: 14px 20px;
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
}

/* Custom checkbox */
.custom-checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.custom-checkbox-label:hover input~.custom-checkbox-checkmark {
    background-color: #ccc;
}

.custom-checkbox-label input:checked~.custom-checkbox-checkmark {
    background-color: var(--primary);
}

.custom-checkbox-label .custom-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-label input:checked~.custom-checkbox-checkmark:after {
    display: block;
}

.custom-checkbox-label .custom-checkbox-checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid rgb(255 255 255);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*#preloader {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-image: url('https://vitamin.zsdev.hu/public/assets/img/preloader.gif');
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center;
    height: 100% !important;
    overflow: hidden !important;
}
#stop-scrolling {
    height: 100% !important;
    overflow: hidden !important;
    }*/
.pack {
    background: #b95c4d;
    border-radius: 25px;
    padding: 8px 12px;
    color: white;
}
.pack:hover {
    background: #7a342b;
    color: white;
}

#AcceptModal .back-btn {
    background: #82938b;
    border-color: #82938b;
}

#AcceptModal .back-btn:hover {
    background: #fff;
    border-color: #82938b;
}


#CookiebotWidget {
    display: none;
}