/* alerts */
.alert {
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
}
.alert-success {
    color: #78c350;
    background-color: #ebf6e5;
}
.alert-success a {
    color: #5fa739 !important;
}
.alert-info {
    color: #45bbe0;
    background-color: #e3f5fa;
}
.alert-info a {
    color: #23a6cf !important;
}
.alert-warning {
    color: #ff9800;
    background-color: #fff0d9;
}
.alert-warning a {
    color: #cc7a00 !important;
}
.alert-danger {
    color: #f7531f;
    background-color: #fee5dd;
}
.alert-danger a {
    color: #db3b08 !important;
}

/* forms */
.special-field {
    display: none !important;
    visibility: hidden !important;
}

.field:not(.error-field) .error,
.field:not(.error-field) .error-text,
.field:not(.error-field) .field-error,
.check-box:not(.error-field) .check-box-error-text {
    display: none;
}

.ajax-form .btn-waiting,
.ajax-form .btn-waiting:hover,
.ajax-form .btn-waiting:active,
.ajax-custom-form .btn-waiting,
.ajax-custom-form .btn-waiting:hover,
.ajax-custom-form .btn-waiting:active {
    background-image: linear-gradient(-45deg, rgba(192, 192, 192, 0.2) 25%, transparent 25%, transparent 50%, rgba(192, 192, 192, 0.2) 50%, rgba(192, 192, 192, 0.2) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    -webkit-animation: button-waiting 1s linear infinite;
    animation: button-waiting 1s linear infinite;
}
@-webkit-keyframes button-waiting {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 0;
    }
}
@keyframes button-waiting {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 0;
    }
}

.form .result-message {
    width: 100%;
}

.products-list .item-box .item .img img {
    margin: 32px auto;
}

.product-description .img img {
    width: auto;
    object-fit: contain;
    max-height: 90%;
}
@media screen and (min-width: 993px) {
    .product-description .img img {
        margin-top: 32px;
    }
}

@media screen and (min-width: 993px) {
    .nav .dropdown li ul {
        height: auto;
    }
    .nav .dropdown li {
        margin-bottom: 17px;
    }
}

.copyright a::before {
    background: #fff;
}

.js-button-up.button-up {
    position: fixed;
    z-index: 1000;
    background: #060F21;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px 0 rgb(255, 255, 255);
    box-shadow: 0 0 2px 0 rgb(255, 255, 255);
    bottom: 0%;
    right: 0px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s linear 0s;
}

.js-button-up.button-up.active{
    opacity: 1 !important;
}

.js-button-up .icon {
    -webkit-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
    max-width: 50%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.js-button-up .icon svg {
    fill: #fff;
}

.js-button-up .icon-hover {
    transition: opacity .3s linear 0s;
    max-width: 50%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}

.js-button-up .icon-hover svg {
    fill:#fff;
}

.cocktails-text{
    margin: 15px auto;
    max-width: 1000px;
    line-height: 33px;
    font-size: 18px;
    color: #09152D;
}

.news-items-box .img-box .cocktails-items-previe,
.news-main-box .img-box .cocktails-items-previe {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-title,
.cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-text,
.cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-text{
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px;
    margin: 0;
}
.cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-title{
    font-size: 36px;
    line-height: 1;
}
.cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-text{
    font-size: 20px;
    line-height: 1;
}
.cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-text p,
.cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-text div{
    margin: 10px auto;
}
.news-main-box .img-box .cocktails-items-previe .cocktails-title div{
    font-size: 38px;
    line-height: 56px;
}
.news-main-box .img-box .cocktails-title span,
.news-items-box .img-box .cocktails-title span {
    border-bottom: 1px solid transparent;
}

.news-page-info ul{
    margin: 15px auto;
    max-width: 1000px;
    line-height: 33px;
    /*padding: 0;*/
}
.news-page-info ul li{
    list-style: disc;
}
.news-page-info ol{
    padding-left: 20px;
}
.news-page-info ol li{
    list-style: decimal;
}
.news-page-info ol li:before{
    display: none;
}
.news-page-info .breadcrumb li{
    list-style: none;
}

@media screen and (max-width: 700px){
    /*LightGallery*/
    .js-button-up .icon-hover svg {
        fill:#fff;
    }
    .cocktails-items-box .item .img-box .cocktails-items-previe .cocktails-text {
        font-size: 19px;
    }
}

.js-button-up.button-up:hover .icon-hover {
    opacity: 1;
}
.item-box img{
    max-height: 550px;
}