﻿.location-section {
    margin-left: 15px;
    margin-right: 5px;
    max-width: 880px;
}

.location-section-form {
    padding: 0 15px;
    /*width: 420px !important;*/
    height: 55px !important;
    border-radius: 0px !important;
}

.location-section-button {
    height: 55px !important;
    border-radius: 0px !important;
    background: #1b89b2 !important;
    color: white !important;
}

.location-form {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px;
}

.input-box input {
    font-size: 1.4rem;
    font-weight: 300;
    transition: all 150ms;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    line-height: 1em;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    font-weight: 300;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.read-btn {
    color: #1b89b2;
    border-radius: 0px !important;
}

/*shopping cart*/
/*.shop_card_section {
    color: #4389b2;
    height: 80px !important;
    width: 65px !important;
    position: fixed !important;
    right: 5px !important;
    top: 50% !important;
    z-index: 1 !important;    
    background-color: transparent;
    padding: 0 !important;    
    border: 0;
}*/

.shop_card {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    top: 4px;
}

    .shop_card.shop_card_cart {
        top: 10%;
    }


    .shop_card i {
        font-size: 37px;
    }

    .shop_card p {
        position: absolute;
        margin-bottom: 0;
        width: 100%;
        /* background: #FFF; */
        font-weight: 600;
        color: #010101;
    }

.aside-cart {
    height: 100%;
    /*margin-top: 64px;*/
    right: 0;
    transform: translateX(0px);
    width: 450px !important;
    max-height: calc(100% - 64px);
    z-index: 1111;
    position: fixed !important;
    top: 0;
    background-color: white;
    /*height: 510px;*/
    margin: 0px;
}

.portfolist_padding {
    padding-right: 300px;
}

.close-cart-box-btn {
    right: 10px;
    position: absolute;
    border: 1px solid;
    border-radius: 5px;
    background-color: #1b89b2;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

.cart-btn-visible {
    visibility: visible;
}

.cart-btn-hidden {
    visibility: hidden;
}

.modal-choice {
    padding: 0px;
}

    .modal-choice .detail-descri {
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 40px;
    }

    .modal-choice .detail-product-head h4 {
        color: #1b89b2;
        font-size: 35px;
        font-family: 'Mitr', sans-serif;
        font-weight: 400;
        display: inline-block;
    }

    .modal-choice .detail-product-head p {
        color: black;
        font-size: 25px;
        font-family: 'Mitr', sans-serif;
        font-weight: bold;
        margin-top: 7px;
        float: right;
    }

    .modal-choice .detail-product-content p {
        font-family: 'Mitr', sans-serif;
        font-size: 20px;
        margin-top: 20px;
    }

    .modal-choice .detail-share-buttons {
        margin: 40px 0px;
    }

    .modal-choice .detail-facebook {
        padding: 2px;
        background-color: #4267b2;
        display: inline-block;
        border-radius: 3px;
        margin-right: 5px;
    }

        .modal-choice .detail-facebook i {
            padding-right: 4px;
            padding-left: 4px;
            font-size: 14px;
        }

        .modal-choice .detail-facebook span {
            padding-right: 3px;
            font-size: 13px;
        }

        .modal-choice .detail-facebook a {
            text-decoration: none;
            color: white;
            font-weight: 500;
        }

    .modal-choice .detail-tweet {
        background-color: #1b95e0;
        padding: 2px;
        border-radius: 3px;
        display: inline-block;
        margin-left: 5px;
    }

        .modal-choice .detail-tweet i {
            padding-right: 4px;
            padding-left: 4px;
            font-size: 14px;
        }

        .modal-choice .detail-tweet span {
            padding-right: 4px;
            font-size: 13px;
        }

        .modal-choice .detail-tweet a {
            text-decoration: none;
            color: white;
            font-weight: 500;
        }

    .modal-choice .detail-plus-button {
        background-color: #d7d7d7;
        padding: 10px;
        border-radius: 1000px;
        display: inline-block;
        margin-right: 20px;
    }

        .modal-choice .detail-plus-button a i {
            font-size: 18px;
            color: black;
            padding: 0px 15px;
            margin-top: 6px;
        }

    .modal-choice .detail-plus-add-cart {
        padding: 10px 60px;
        background-color: #1b89b2;
        /*border-radius: 30px;*/
        display: inline-block;
        float: right;
        border: 0px;
        width: 100%;
    }

        .modal-choice .detail-plus-add-cart:disabled {
            background-color: #848484 !important;
        }

    .modal-choice input#number {
        padding: 0;
        width: 22px;
        background-color: #d7d7d7;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: #929292;
        border: none;
    }

    .modal-choice .detail-plus-add-cart a {
        text-decoration: none;
    }

    .modal-choice .detail-plus-add-cart span {
        font-size: 18px;
        font-family: 'Mitr', sans-serif;
        color: white;
    }

.modal-detail-ingredients {
    margin-bottom: 40px;
}

    .modal-detail-ingredients .detail-ingredients-heading h2 {
        font-family: 'Mitr', sans-serif;
        font-weight: 400;
        font-size: 22px;
    }

    .modal-detail-ingredients .detail-ingredients-heading {
        margin-bottom: 58px;
    }

        .modal-detail-ingredients .detail-ingredients-heading:after {
            content: '';
            border-top: 3px solid #1b89b2;
            width: 15%;
            position: absolute;
        }

    .modal-detail-ingredients .detail-ingredients-head-1 {
        margin-bottom: 40px;
    }

    .modal-detail-ingredients .detail-ingredients-head {
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        padding: 30px;
    }

        .modal-detail-ingredients .detail-ingredients-head h3 {
            position: absolute;
            background-color: white;
            top: -15px;
            left: 53px;
            padding: 0px 5px;
            font-family: 'Mitr', sans-serif;
            font-size: 20px;
        }

        .modal-detail-ingredients .detail-ingredients-head form p {
            font-size: 13px;
            font-family: 'Mitr', sans-serif;
            background-color: #f1f1f1;
            padding: 5px 10px;
            border-radius: 5px;
        }

        .modal-detail-ingredients .detail-ingredients-head label {
            margin-bottom: 0;
        }

.close {
    /*float: right !important;
    font-size: 4.5rem !important;
    font-weight: 300 !important;
    line-height: 0 !important;
    color: #1b89b2 !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;*/
}

.at_order_content {
    padding: 60px 0;
}

#merchant-banner {
    /*position: fixed !important;
    top :0px;*/
}

.merchant-first-section .carousel {
    /*position: unset !important*/
}

.banner-up {
    position: fixed !important;
    top: -350px;
}

.order-items {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.back-menu-btn {
    border: none;
    background: none;
    color: white !important;
    padding: 10px 20px;
    text-align: center;
    background-color: #1b89b2;
    border-radius: 1000px;
    margin-top: 40px;
    cursor: pointer;
    float: right
}

#choice .modal-body {
    padding: 0 25px 25px;
}

.choice-warning {
    color: red;
    margin-bottom: 5px;
}

#add-to-cart.disable {
    pointer-events: none;
    cursor: default;
}

    #add-to-cart.disable > .detail-plus-add-cart {
    }

.menu-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
}

.cart-order-item {
    height: 68%;
    overflow: hidden;
    overflow-y: auto;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .cart-order-item::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.cart-order-item {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.table-striped {
    margin-bottom: 0px;
}

.cart-text .box-spa {
    cursor: pointer;
}

.first-section-merchant {
    height: auto;
    background-color: #e9ecef;
    background-position: center;
    background-repeat: no-repeat;
}

/*.map-location {
    width: 40px;
    border: 1px solid #ccc;
    border-right: 0px;
    height: 40px;
    background-color: white;
}*/

.map-location {
    width: 40px;
    border: 1px solid #ccc;
    border-right: 0px;
    height: 40px;
    background-color: white;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}



.map-btn {
    text-align: left;
}

.at_payment_address_box.active {
    color: #1b89b2;
    border: 3px #1b89b2 solid;
    opacity: 1;
    filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: gray;
}

.placepicker-map {
    width: 100%;
    height: 300px;
}

.another-map-class {
    width: 100%;
    height: 300px;
}

.pac-container {
    border-radius: 5px;
}

#menu-bar .active {
    /*color: #1b89b2;
    background-color: #1b89b2;*/
    border-bottom: 3px solid #1b89b2;
}

#nav {
    position: fixed;
    /*top: 0;*/
    z-index: 1050 !important;
}

section {
    min-height: 500px;
}

.clearable {
    background: #fff url('../../media/ico-order-del.svg') no-repeat right -20px center;
    /*border: 1px solid #999;*/
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 10px center;
    }

    .clearable.onX {
        cursor: pointer;
    }

    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.scrollspy ~ .scrollspy {
    margin-top: 50px;
}

.cart-b-subtotal.cart-btn {
    bottom: 0;
    position: absolute;
    right: 20px;
    left: 20px;
}

.custom-scrollbar-js,
.custom-scrollbar-css {
    /*height: 200px;*/
}

#order-receipt {
    text-align: justify;
    background-color: #ffffff;
}

.loading-modal {
    top: 40%;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;    
}

input[type="hidden"] {
    visibility: hidden;
}

.close-merchant {
    opacity : 0.2;
}

.close-merchant-menu {
    opacity: 0.5;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.stage {
    display: flex;
    /*justify-content: center;
    align-items: center;
    position: relative;
    padding: 32px 0;
    margin: 0 -5%;
    overflow: hidden;*/
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1b89b2;
    color: #1b89b2;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
    top: 25px;
    margin-left: 25px;
}

    .dot-pulse::before, .dot-pulse::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #1b89b2;
        color: #1b89b2;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px;
        animation: dot-pulse-before 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px;
        animation: dot-pulse-after 1.5s infinite linear;
        animation-delay: 0.5s;
    }

/*footer*/
.ion-navicon,
#toggle-search {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ion-navicon {
    float: left;
}

span {
    font-weight: 100;
    margin-left: 0;
/*
    @media screen and (min-width: 320px) {
        margin-left: 10px;
    }*/
}

#searchMenus {
    background-color: #1b89b2;
    border: none;
    color: white;
    margin-right: 10px;
    padding: .25em .75em;
    float: left;
    width: 280px;
    text-align: left;
    position: absolute;
    right: 45px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    height: 35px;
    bottom: 1px;
    outline: none;
}

#toggle-search {
    float: right;
}

#searchMenus::placeholder {
    color: white;
    opacity: 1;
}

input[type = 'search']::-webkit-search-cancel-button {
    /*background-color: red;	*/
    -webkit-appearance: none;
    content: ''; /* required for :after content to show */
    display: block;
    /*
     * Setup dimensions for the custom icon.  Note that these dimensions seem to
     * affect positioning.
     */
    width: 12px;
    height: 15px;
    /*
     * Base64 encoded custom "X" icon
     * Natively 30x30, but downscaled for highres screens
     */
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);*/
    background-image: url('../../media/ico-order-del.svg');
    /* setup all the background tweaks for our custom icon */
    background-repeat: no-repeat;
    /* icon size */
    background-size: 10px;
    /* note: this positioning will need to be tweaked for iOS */
    background-position: top left;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px;
    }
}


    @media (max-width:1199.98px) {
        .model-detail-ingredients .detail-ingredients-head {
        padding: 30px 12px;
    }

        .model-detail-ingredients .detail-ingredients-head form p {
            padding: 5px 10px;
        }

        .model-detail-ingredients .detail-ingredients-head h3 {
            left: 31px;
        }

    .kd-social a {
        font-size: 20px;
    }
}

@media (max-width: 1025px) {
    .portfolist_padding {
        padding-right: 0px;
    }
}

@media (max-width:991.98px) {
    .detail-product-box {
        padding: 0px 0px;
    }

        .detail-product-box .detail-product-head h4 {
            font-size: 30px;
            font-weight: 500;
        }

        .detail-product-box .detail-product-head p {
            font-size: 23px;
            margin-top: 6px;
        }

        .detail-product-box .detail-product-content p {
            font-size: 15px;
        }

        .detail-product-box .detail-plus-button a i {
            font-size: 15px;
        }

        .detail-product-box input#adults {
            font-size: 15px;
        }

        .detail-product-box .detail-plus-button {
            margin-right: 5px;
            padding: 10px 7px;
        }

        .detail-product-box .detail-plus-add-cart {
            padding: 10px 37px;
        }

            .detail-product-box .detail-plus-add-cart span {
                font-size: 15px;
            }

    .model-detail-ingredients .detail-ingredients-heading h2 {
        font-size: 30px;
    }

    .model-detail-ingredients .detail-ingredients-head h3 {
        top: -10px;
        left: 36px;
        font-size: 18px;
    }

    .model-detail-ingredients .detail-ingredients-head {
        padding: 30px 5px;
    }

        .model-detail-ingredients .detail-ingredients-head form p {
            padding: 5px 5px;
            font-size: 13px;
        }

    .kb-menu {
        width: 46%;
    }

        .kb-menu ul li a {
            font-size: 14px;
        }

    .kd-social {
        width: 35%;
    }

        .kd-social a {
            padding: 0px 10px;
            font-size: 20px;
        }

    .scrollspy ~ .scrollspy {
        margin-top: 30px;
    }
}

@media (max-width:767.98px) {
    .detail-product-box .detail-product-head h4 {
        font-size: 23px;
    }

    .detail-product-box .detail-product-head p {
        font-size: 18px;
        margin-top: 2px;
    }

    .detail-product-box .detail-product-content p {
        font-size: 13px;
    }

    .detail-product-box .detail-plus-button {
        margin-right: 0;
        margin-bottom: 15px;
        padding: 8px 7px;
    }

    .detail-product-box .detail-plus-add-cart {
        padding: 12px 27px;
        display: inline-block;
    }

    .detail-product-box .detail-plus-button a i {
        padding: 0px 10px;
    }

    .detail-product-box .detail-plus-add-cart span {
        font-size: 13px;
    }

    .modal-lg {
        width: 900px
    }

    .input-group-append {
        margin-left: 0;
    }

    .kb-text-box {
        width: 100%;
        padding: 50px 15px 30px;
    }

    .kd-social {
        width: 52%;
    }

        .kd-social a {
            padding: 0px 4px;
            font-size: 16px;
        }

    .kb-text-box p {
        display: block;
        font-size: 16px;
        margin-top: 42px;
    }

    .first-section .img {
        height: 540px;
    }

        .first-section .img img {
            height: 540px;
        }

    .location-form {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background: #fff;
        padding: 16px;
        box-shadow: 0 2px 28px 0 rgba(0,0,0,0.12);
    }

    .aside-cart {
        height: 100%;
        right: 0;
        transform: translateX(0px);
        width: 100% !important;
        max-height: calc(100% - 64px);
        z-index: 1111;
        position: fixed !important;
        top: 0;
        background-color: white;
        margin: 0px;
    }

    .cart-order-item {
        height: 68%;
    }

    .scrollspy ~ .scrollspy {
        margin-top: 30px;
    }

    .shop_card.shop_card_cart {
        top: 5px;
        left: -1px;
    }
}

@media (max-width:750px) {
    body > .ab-feed {
        width: 100%;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }

        body > .ab-feed.ab-show {
            -webkit-animation-name: slideUp;
            animation-name: slideUp;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

        body > .ab-feed.ab-hide {
            -webkit-animation-name: none;
            animation-name: none;
            -webkit-animation-duration: 0;
            animation-duration: 0;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            top: 100%;
            opacity: .5
        }
}

@media (max-width:576px) {
    .detail-product-box .detail-product-head p {
        font-size: 18px;
        margin-top: 3px;
    }

    .detail-product-box .detail-plus-button {
        display: inline-block;
    }

    .detail-product-box .detail-plus-add-cart {
        display: inline-block;
        padding: 12px 35px;
    }

    .kb-text-box h2 {
        font-size: 36px;
    }
}

@media (min-width: 480px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        /*box-shadow: 0 5px 15px rgba(0,0,0,0.5)*/
    }

    .modal-sm {
        width: 300px
    }

    .location-section {
        width: 450px;
    }
}

@media (min-width: 992px) {
    #order-receipt {
        height: 100%;
    }

    .sub-confirm-order {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .at_home_content .align-items-center .col-lg-2 {
        flex: none;
        max-width: 33%;
    }

    
}


@media (min-width: 1200px) {
    .at_home_content .align-items-center .col-lg-2 {
        flex: none;
        max-width: 25%;
    }
}