.contact-form .form-control {
    margin: 0;
}

.contact-form .section-field {
    margin-bottom: 20px;
}

label.error {
    color: #d2ac67;
    font-weight: normal;
    font-size: 16px;
}

.contact-info a, .contact-info a:hover, .contact-info a:visited {
    color: #323232;
}

.badge-cart {
    border-radius: 10px;
    background-color: #d2ac67;
    color: white;
    position: relative;
    right: 4px;
}

footer a {
    color: rgba(255, 255, 255, 0.7) !important;
}

@media screen and (max-width: 768px) {
    .footer-widget {
        padding-bottom: 0 !important;
    }

    #cart-table tbody tr td {
        padding: 8px 4px;
    }

    #cart-table thead tr > th:first-child,
    #cart-table tbody tr > td:first-child,
    #cart-table tfoot tr > td:first-child,
    #cart-table tfoot tr > th:first-child {
        display: none;
    }

    .wishlist-page .table .td-quentety input {
        width: 15px;
        padding: 0;
    }

    .wishlist-page .table .td-quentety p {
        display: none;
    }

    .qty > div.plus, .qty > div.minus {
        width: 20px;
        height: 20px;
    }
}

#modal18 {
    transition: opacity 0.1s linear;
    background: #f3c275;
    padding: 0 !important;
}

#modal18 .modal-dialog {
    max-width: 800px;
}

#modal18 .modal-body {
    max-height: 350px;
}

#modal18 .modal-header {
    background: #231f20;
    padding: 10px 20px;
}

#modal18 .modal-title {
    color: #fff;
    width: 100%;
    line-height: 2;
}

#modal18 .modal-body {
    padding: 20px;
    line-height: 0.2;
}

#modal18 .modal-body p {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
}

@media (max-width: 800px) {
    #modal18 button {
        width: 100%;
        margin-bottom: 3px;
    }

    #modal18 .modal-body {
        max-height: 260px;
        overflow: auto;
    }

    #modal18 .modal-body img {
        width: 50px !important;
        height: 50px !important;
    }

    #modal18 .modal-dialog {
        margin-top: 10px;
    }
}

.popup-gallery {
    margin-bottom: 20px;
}

.popup-gallery-images {
    margin-bottom: 20px;
}

.product-image {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#checkoutForm input {
    color: #000;
    font-size: 14px;
}

#checkoutForm select {
    font-size: 14px;
}

#checkoutForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.49);
    font-size: 12px;
}

.checkout-cart .description p{
    max-width: 170px;
}

#cart-table .description p {
    max-width: 200px;
}

.checkout-cart .td-quentety {
    padding-top: 25px;
}

.category-filter .nav-link .category_name {
    font-size: 12px;
    color: #123321;
    text-transform: uppercase;
    padding-top: 5px;
    display: inline-block;
}

.category-filter .nav-link > div {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.alert-danger p {
    color: #721c24;
    margin-bottom: .2rem;
}

@media (max-width: 767px) {
    .page-section-ptb {
        padding: 80px 0;
    }
}

#information-lane {
    background: #000;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
}

#information-lane p, #information-lane p * {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold !important;
}

@media (min-width: 992px) {
    .mega-menu > section.menu-list-items .menu-bar {
        height: auto;
    }
}

.menuFullWidth .menu-bar {
    padding-top: 30px;
}
.menuFullWidth.desktopTopFixed .menu-bar {
    padding-top: 20px;
}


#restaurants-wrapper .text * {
    max-width: 100%;
    word-break: break-word;
}

#restaurants-wrapper .button {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .mega-menu > section.menu-list-items {
        height: 60px !important;
    }
}
@media (max-width: 425px) {
    .mega-menu > section.menu-list-items {
        height: 65px !important;
    }
}

@media screen and (max-width: 1200px) {
    .mega-menu .menu-logo img.logo-big {
        height: 55px;
    }
}

.page-section-ptb {
    padding: 20px 0;
}