html {
    visibility: hidden;
}

.header_modal {
    position: relative;
    background-color: #ee4f3a;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    padding: 1px 0;
}

.header_modal h2 {
    text-align: left;
    margin-left: 20px;
}

/*Modal*/
/*Modal_Feedback*/
/*.alert-success {display: none;}*/
.alert_message {
    position: fixed;
    top: 20%;
    z-index: 999999999;
    left: 40%;
    max-width: 450px;
}

.modal_form {
    width: 480px;
    height: 420px; /* Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 150px; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    bottom: 0;
    left: calc(50% - 240px); /* пoлoвинa экрaнa слевa */
    margin-top: -150px;
    padding: 60px 0;
    z-index: 9999;
}

.wide-width {
    overflow: auto !important;
    padding: 0 !important;
    height: 100% !important;
}

.modal_form img {
    max-width: 100%;
}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_form #modal_close {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

/*.bootstrap-timepicker-widget table tbody tr:nth-child(1) td:nth-child(3) {display: none;}
.bootstrap-timepicker-widget table tbody tr:nth-child(1) td:nth-child(5) {display: none;}
.bootstrap-timepicker-widget table tbody tr:nth-child(3) td:nth-child(3) {display: none;}
.bootstrap-timepicker-widget table tbody tr:nth-child(3) td:nth-child(5) {display: none;}
.bootstrap-timepicker-minute, .bootstrap-timepicker-meridian {display: none;}*/
/*.bootstrap-timepicker-widget.dropdown-menu {width: 45px;}*/
.dropdown-menu {
    min-width: 40px;
}

/* Пoдлoжкa */
._wrap_modal {
    z-index: 999; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position: fixed; /* всегдa перекрывaет весь сaйт */
    background-color: #000; /* чернaя */
    opacity: 0.5; /* нo немнoгo прoзрaчнa */
    -moz-opacity: 0.8; /* фикс прозрачности для старых браузеров */
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%; /* рaзмерoм вo весь экрaн */
    top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left: 0;
    cursor: pointer;
    display: none; /* в oбычнoм сoстoянии её нет) */
}

/*Modal_Feedback*/
.online_record {
    width: 100%;
    /*background-color: #fff;
    padding: 50px;*/
    position: relative;
    z-index: 6;
}

.bgbg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -6;
    opacity: .8;
}

.wrap__online {
    padding: 25px;
}

.online_record input, .online_record textarea {
    border: none;
    border: 1px solid #000;
    box-shadow: none;
    border-color: none;
    padding: 5px 16px;
    width: 100%;
    color: #000;
}


.online_record button i {
    position: absolute;
    right: 62px;
}

#contactform-service, #contactform-master {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #b5b5b5;
}

.date_time i {
    position: absolute;
    top: 43px;
    right: 20px;
}

/*Modal*/
.pagination {
    width: 300px;
    display: block;
    margin: 50px auto;
    text-align: center;
}

.news_contant {
    min-height: 500px;
    padding-bottom: 30px;
}

.news_view {
    text-align: center;
}

.news_view h1 {
    margin: 50px 0 20px 0;
}

.label_input {
    display: block;
    margin: 7px 0;
    color: #000;
}

.views-field-nothing {
    text-align: center;
}

.background-slider {
    background-size: cover;
}


.views-row .preview-wrap {
    overflow: hidden;
}

.views-row img {
    transition: 1.3s ease;
}

.views-row:hover img {
    transform: scale(1.5);
}

.views-row:hover {
    z-index: 99;
}

.views-row p {
    transition: 1s ease;
}

.views-row:hover p {
    margin-top: 20px;
}

.big--button button {
    padding: 12px 18px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #ee4f3a;
    text-transform: uppercase;
    border: none;
    margin: 0 auto;
}

.big--button:hover button {
    background: #fff;
    color: #000;
}


#block-views-gallery-gallery-block .horizont .item a img {
    height: 400px;
}

.modalReview {
    display: none;
    z-index: 9999999;
}

.menu-image-wrap img {
    height: 400px;
}

.about-bavaria {
    position: relative;
    z-index: 6;
}

.vgvg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -6;
    opacity: .5;
}

.order_but {
    /*border-color: #ee4f3a;*/
    min-height: 45px !important;
    text-align: center;
    width: 240px;
    padding: 4px;
    border: 1px solid #ee4f3a;
    font-size: 15px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.order_but a, .order_but button {
    background-color: #ee4f3a;
    color: #fff;
    padding: 12px 20px 6px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
}

.order_but:hover a, .order_but:hover button {
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
}

.order_wrap {
    max-width: 500px;
    margin: 0 auto;
}

.site-check p {
    text-align: center;
}

.site-check p.is_free {
    text-align: left;
}

#block-views-header-logo-logo-block .slider-frame .background-slider {
    background-attachment: fixed;
}

#count_input {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.minus {
    position: absolute;
    left: 17px;
    bottom: -5px;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    padding-left: 8px;
    height: 30px;
    padding-top: 4px;
    margin-bottom: 12px;
    margin-left: 4px;
}

.plus {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    padding-left: 8px;
    height: 30px;
    padding-top: 4px;
    margin-bottom: 7px;
    margin-right: 10px;
}

#count_input {
    border: none;
}

.onlyforcart {
    box-shadow: 0 0 80px rgba(144, 144, 144, 0.5);
    height: auto;
    display: none;
    position: fixed;
    top: 6%;
    z-index: 99999;
}

.onlyforcart img {
    max-width: 100px;
    max-height: 50px;
}

.wrap_cart {
    width: 100%;
    min-height: 400px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ee4f3a;
    border-color: #ee4f3a;
}

.social_header {
    display: flex;
    justify-content: center;
    position: relative;
    width: 150px;
    margin: 5px auto 10px auto;
    z-index: 999;
}

.icon-active {
    display: none;
}

.soc-link:hover .icon-base {
    display: none;
}

.soc-link:hover .icon-active {
    display: block;
    opacity: 1;
}

.social_header .icon-active {
    opacity: 0;
}

.view_all_events {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 50px 0;
}

.btn-default {
    color: #ffffff;
    background-color: #e73b2f;
    border-color: #e73b2f;
}

.bootstrap-timepicker-widget {
    z-index: 9999999 !important;
}

.table-responsive h2 {
    text-align: left;
    margin: 0 0 20px 0;
}

th {
    text-align: left; /* Выравнивание по левому краю */
    padding: 5px; /* Поля вокруг содержимого ячеек */
    border-bottom: 1px solid #eee; /* Граница вокруг ячеек */
    border-top: 1px solid #eee; /* Граница вокруг ячеек */
    min-width: 71px;
}

tr {
    border: 1px solid #eee;
    background-color: #fff !important;
}

td {
    padding: 5px; /* Поля вокруг содержимого ячеек */
    border-bottom: 1px solid #eee; /* Граница вокруг ячеек */
}

.table-responsive {
    padding: 20px;
    overflow-x: visible;
}

.table-responsive:nth-child(2), .table-responsive:nth-child(3) {
    margin-bottom: 20px;
}

.clear {
    text-align: right;
    display: inline;
    padding-left: 20px;
    margin-left: 20px;
    color: #000;
}

#map {
    width: 100%;
    height: 400px;
}

.logo-icon {
    cursor: pointer;
}

#common-buttons .buttons-wrap {
    display: block;
    opacity: 0;
    transition: 1.3s ease;
    z-index: -6;
    visibility: hidden;
}

#views-form-commerce-cart-form-default div:nth-child(1) {
    min-height: 300px;
}

.order_but {
    /*border-color: #ee4f3a;*/
    min-height: 45px !important;
    text-align: center;
    width: 240px;
    padding: 4px;
    border: 1px solid #ee4f3a;
    font-size: 15px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.order_but button {
    width: 100%;
}

.order_but a {
    background-color: #ee4f3a;
    color: #fff;
    padding: 12px 20px 6px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
}

.order_but a:hover {
    background-color: #fff;
    color: #000;
}

.active_button {
    transition: 1.3s ease;
}

#common-buttons .active_button {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.wrap_logo_ic {
    position: absolute;
    top: 12%;
    width: 100%;
    z-index: 5;
}

.order_wrap {
    max-width: 500px;
    margin: 0 auto;
}

.site-check p {
    text-align: center;
}

.site-check p.is_free {
    text-align: left;
}

.alert_order {
    position: absolute;
    top: 50px;
    left: 50%;
    background-color: #fff;
    border: 2px solid #ee4f3a;
    padding: 20px;
    width: 200px;
    height: 20px;
}

#block-views-header-logo-logo-block .slider-frame #logo, #block-views-header-logo-logo-block .slider-frame .background-slider, #block-views-header-logo-logo-block .slider-frame .big--button {
    z-index: auto !important;
}

.wrap_logo_ic #logo {
    margin: 0 auto;
    width: 250px;
}

.wrap_logo_ic #logo img {
    margin: 0 auto;
}

.background-slider .bgbg {
    background: #000;
    opacity: .7;
}

#block-views-header-logo-logo-block .slider-frame .background-slider .background {
    position: relative;
    z-index: 6;
    height: 650px;
}

.background-slider .owl-next {
    background: url(../img/arrow_right.png) !important;
    right: 30px;
    position: absolute;
    top: 47%;
    z-index: 20;
    width: 60px;
    height: 60px;
    background: 0;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    opacity: .5;
}

.background-slider .owl-prev {
    background: url(../img/arrow_left.png) !important;
    left: 30px;
    position: absolute;
    top: 47%;
    z-index: 20;
    width: 60px;
    height: 60px;
    background: 0;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    opacity: .5;
}

.owl-nav button:hover {
    opacity: 1;
}

.wrap_cart #contant #main-content {
    top: 5px;
    font-size: 32px;
}

.cart-items {
    overflow-x: auto;
}

.hidden_del {
    display: none;
}

#tabs {
    border: none !important;
    overflow-x: auto;
    height: 30vh;
    overflow-y: auto
}

#tabs::-webkit-scrollbar {
    width: 0px;
}

.open_mobile {
    display: none;
}

.open_mobile li {
    display: inline-block;
    width: 32%;
    color: #fff;
    height: 40px;
    background-color: #a5a1a1 !important;
    padding: 9px 0;
    position: relative;
    border: none !important;
}

.open_mobile li.ui-tabs-active {
    background-color: #000 !important;
}

.open_mobile li a {
    color: #fff !important;
    font-size: 14px;
}


.open_mobile li.ui-tabs-active:before {
    /* Triangle shadow */
    content: "";
    bottom: -19px;
    left: 43.5%;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
}

.alert_add {
    position: fixed;
    right: 5%;
    top: 10%;
    background-color: #849e75;
    border-radius: 10px;
    color: #fff;
    width: 200px;
    text-align: center;
    height: 50px;
    padding: 15px 0;
    z-index: 999999999;
    display: none;
}

.soc-link:focus .icon-active {
    display: block;
    opacity: 1;
}

.soc-link:focus .icon-base {
    display: none;
}

.all_instagram {
    position: absolute;
    left: -37px;
    top: 41px;
    border: 2px solid #fff;
    padding: 4px;
    z-index: 99999;
    width: 236px;
    color: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    text-align: left;
}

.wrap_mod_inst {
    height: 126px;
    width: 100%;
    background-color: #fff;
}

.all_instagram a {
    display: block;
    height: 29px;
    width: auto !important;
}

.all_instagram a:nth-child(1) {
    margin-top: 5px;
    display: inline-block;
    height: 35px;
}

.all_instagram a span {
    display: block;
    margin-left: 40px;
    margin-top: -30px;
    color: #000;
}

footer .all_instagram {
    left: auto;
    right: -259px;
    top: -9px;
    z-index: 999;
}

footer .all_instagram a span {
    margin-top: 5px;
}

footer .all_instagram a:nth-child(1) {
    margin-top: 0;
}

.open_insta {
    opacity: 1;
    visibility: visible;
}

.all_instagram .icon-active {
    opacity: 1 !important;
    display: block;
    margin: 5px 0;
}

.all_instagram .icon-base {
    opacity: 1;
    display: none;
}

.all_instagram p {
    margin-top: 5px;
}

.social-links-wrap {
    position: relative;
}

.field-name-field-description {
    width: 195px;
    height: 25px;
    margin: 0 auto 30px auto;
    padding: 10px 0 0 30px;
    background-image: url(../img/address.png);
    background-repeat: no-repeat;
    background-position: 7%;
    background-size: contain;
}

.pill {
    text-align: center;
}

.shop_cart_mob {
    display: none;
}

.all_shop {
    font-size: 17px;
}

.all_shop span {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.all_shop img {
    width: 25px;
    display: block;
    float: left;
}

#block-system-main h2 {
    margin: 40px 0 10px 0;
}

#block-system-main .category h2 {
    margin: 40px 20px 10px 20px;
}

#block-views-delivery-menu-main-wrap {
    margin-top: 0 !important;
}

.menu_del {
    margin: 40px 0 0 !important;
}

.big--button {
    margin: 22px auto 0 auto;
}

.product img {
    transition: .3s ease;
}

.product:hover img {
    transform: scale(1.1);
}

#page-header .owl-carousel {
    z-index: auto;
}

#navbar {
    position: fixed;
}

/*.news-list  {overflow: hidden; }*/
.news-list .views-row:nth-child(1) {
    animation-delay: 0.1s;
}

.news-list .views-row:nth-child(2) {
    animation-delay: 0.2s;
}

.news-list .views-row:nth-child(3) {
    animation-delay: 0.3s;
}

.news-list .views-row:nth-child(4) {
    animation-delay: 0.4s;
}

.news-list .views-row:nth-child(5) {
    animation-delay: 0.5s;
}

.news-list .views-row:nth-child(6) {
    animation-delay: 0.6s;
}

.news-list .views-row:nth-child(7) {
    animation-delay: 0.7s;
}

#block-views-news-news-block h2 {
    margin-bottom: 50px !important;
}

.desc_zag {
    margin-bottom: 50px;
}

.wrap_logo_ic #element-84 {
    margin: 20px auto 20px auto;
}

#block-views-header-logo-logo-block {
    height: 650px;
}

#block-views-header-logo-logo-block .slider-frame {
    height: 650px;
}

.img_action img {
    width: auto;
    height: auto;
    max-height: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#contant .name_ac_rest {
    margin-top: -3px;
    margin-bottom: 25px;
    display: block;
}

.action_item {
    z-index: 6;
}

.action_item .bgbg {
    background: #000;
    opacity: .3;
    transition: .3s ease;
}

.action_item:hover .bgbg {
    opacity: .6;
}

#block-views-action-actions-slider .horizont .item .text {
    z-index: 9;
}

.horizont .item .background, .horizont .item .background img {
    position: relative;
    z-index: 6;
}

.jgallery {
    margin-top: 50px;
}

.tables, .tables2, .tables3 {
    min-width: 550px;
    margin: 50px 0 0;
    position: relative;
}

.table-responsive h2 {
    position: absolute;
    top: -70px;
}

.action_rest {
    margin-bottom: 50px;
}

.category-pill img {
    width: 100%;
}

.news-list .news .text-wrapper {
    font-size: 17px;
}

h1.allnews_h1 {
    margin-bottom: -30px;
}

.alert_booking {
    position: fixed;
    top: 100px;
    left: 35%;
    z-index: 99999;
}

@media (min-width: 768px) {
    .three_table {
        max-height: 200px;
    }
}


/*Ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .view-content .logo-item {
        display: none;
    }

    .view-content .logo-item:nth-child(1), .view-content .logo-item:nth-child(2), .view-content .logo-item:nth-child(3), .view-content .logo-item:nth-child(4) {
        display: block;
    }

    .news-list .views-row {
        width: 50% !important;
        padding: 10px;
    }

    .modal .modal_form {
        width: 400px;
        left: calc(50% - 200px);
        top: 150px;
    }

    header .wrap_logo_ic {
        top: 6% !important;
    }

    .social_header {
        height: 24px;
    }

    .wrap_logo_ic #element-84 {
        margin: 10px auto 20px auto;
    }

    #page-header {
        max-height: 580px !important;
    }

}

/*Ipad*/


/*Ipad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .news-list .views-row {
        width: 45% !important;
    }

    footer .all_instagram {
        top: -17px;
        right: 78px;
    }

    header .wrap_logo_ic {
        top: 9%;
    }
}

/*Ipad Pro*/


/*Adaptive Mobile*/
@media (max-width: 768px) {
    .onlyforcart {
        position: absolute;
    }

    .onlyforcart .line-item-total {
        padding: 0;
    }

    .onlyforcart a#main-content {
        top: -7px;
    }

    .jgallery {
        margin-top: 0;
        height: 280px !important;
    }

    .plus {
        right: 100px;
    }

    .minus {
        left: 106px;
    }

    .shop_cart {
        display: none;
    }

    .shop_cart_mob {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .background {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .site-about {
        background-color: #eee;
        padding: 0 20px;
    }

    .onlyforcart {
        top: 9%;
    }

    .open_mobile {
        display: block;
    }

    .modal_form #modal_close {
        top: -2px;
    }

    #navbar ul.navbar-nav li:hover > .dropdown-menu, #navbar ul.navbar-nav li.open > .dropdown-menu, #navbar ul.navbar-nav li.active-trail > .dropdown-menu, #navbar ul.navbar-nav li.active > .dropdown-menu {
        background-color: #fff;
    }

    #navbar .dropdown-menu li a {
        color: #000;
    }

    .cart-items {
        margin-top: 20px;
    }

    .site-check {
        padding: 50px 10px;
        font-size: 12px;
    }

    .site-check img {
        width: 70px;
        height: 70px;
    }

    .onlyforcart img {
        display: none;
    }

    .cart-img {
        display: none;
    }

    .table td {
        word-break: break-word;
        font-size: 74%;
    }

    .table .cart-name {
        width: 25vw;
    }

    .view-commerce-cart-form .views-table {
        font-size: 10px;
    }

    .wrap_cart #contant #main-content {
        top: 0;
    }

    header#navbar .container-fluid .navbar-collapse.in ul.navbar-nav {
        padding: 20px 0 0 0;
    }

    .background-slider .owl-prev {
        left: 10px;
    }

    .background-slider .owl-next {
        right: 10px;
    }

    .wrap_logo_ic {
        top: 5% !important;
    }

    .wrap_logo_ic #element-84 {
        margin: 5px auto 13px auto;
    }

    .big--button {
        margin: 0 auto 0 auto;
    }

    #page-header {
        max-height: 450px;
    }

    .background-slider .owl-prev {
        top: 130px;
    }

    .background-slider .owl-next {
        top: 130px;
    }

    .wrap_logo_ic .logo-attachment img {
        width: 110px;
        display: block;
        margin: 0 auto;
    }

    .modal_form {
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 90px;
    }

    #backtotop {
        right: 50px;
    }

    #block-views-rest-menu-list .control-buttons .next {
        right: 0;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .organization-contacts .contacts-container .info-wrap {
        margin: 20px 0;
    }

    #block-views-recall-recall-block {
        display: none !important;
    }

    .modalReview {
        display: block;
        margin-bottom: 100px;
    }

    .modalReview .modal_form {
        position: static;
        margin: 0 auto;
        padding: 0;
    }

    #block-views-gallery-gallery-block .horizont .item a img {
        height: 100px;
    }

    .preview-wrap {
        margin: 80px 0;
    }

    .news-list .news .pill-wrap {
        right: -5px;
        left: auto;
    }

    .alert_booking, .alert_review {
        left: 0;
        width: 100%;
    }

    footer .all_instagram {
        left: -50px;
        top: auto;
        bottom: 100px;
    }

    footer .all_instagram img {
        width: auto !important;
    }

    footer .all_instagram .soc-link-wrap {
        margin: 5px !important;
    }

    .news-list .news {
        max-height: 300px;
        height: 300px;
        width: 100%;
        margin: unset
    }

    .news-list .news .preview-wrap {
        margin: 0;
    }

    .news-list .news .silent-info {
        margin-left: 7px;
    }

    .form-group {
        margin-bottom: 0;
    }

    .wrap__online {
        padding: 5px 10px;
    }

    #block-views-company-restaurants-block:before {
        top: auto !important;
    }


    .jgallery {
        margin-top: 0;
        height: 280px !important;
    }
}

@media (min-width: 1024px) {
    table {
        font-size: 85%;
    }
}

/*Adaptive Mobile*/

@media (max-width: 1366px) {
    .wrap_logo_ic {
        top: 18%;
    }
}

@media (max-width: 1760px) {
    #block-views-company-restaurants-block:before {
        top: -156px;
    }
}

@media (max-width: 375px) and (max-width: 768px) {
    h1, h2 {
        font-size: 16px;
    }
}

@media (max-width: 375px) and (max-width: 768px) {
    h1.page-header:before, h1.block-title:before, h2.page-header:before, h2.block-title:before {
        margin-left: 0;
        margin-bottom: 4px;
        width: 56px;
        height: 4px;
    }

    h1.page-header:after, h1.block-title:after, h2.page-header:after, h2.block-title:after {
        margin-left: 0;
        margin-bottom: 4px;
        width: 56px;
        height: 4px;
    }
}


footer {
    position: relative;
}

.hb-logo {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 17px;
    max-width: max-content;
}

.hb-link {
    color: white !important;
}

.hb-logo svg {
    margin-left: 10px;
    fill: white;
    width: 35px;
    height: 30px;
}


@media (max-width: 768px) {
    .hb-logo {
        display: none;
    }

    .footer-develop .hb-logo {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hb-logo svg {
        height: 24px;
    }
}

.cart-img .img-responsive {
    width: 100%;
}

.pill-wrap .pill {
    word-spacing: 40px;
}

@media (max-width: 768px) {
    .wrap__online {
        padding: 18px;
        padding-bottom: 5px;
    }
}

.overflow-hidden-popup {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

@media (max-width: 1024px) {
    .control-buttons .prev {
        left: 0 !important;
    }

    #ageModal .modal-body {
        padding: 15px;
        height: unset;
        max-height: 80vh;
    }

    /*.online_record {
      height: auto !important;
    }

    #MyModal .modal_form {
      height: unset;
    }*/
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}
