﻿#gallery {
    float: left;
    width: 100%;
}

    #gallery a {
        float: left;
        width: 30%;
        margin: 20px 1.5%;
    }

        #gallery a img {
            max-width: 100%;
        }

#password .profile-form.card-content {
    overflow: hidden !important;
}

.user-content {
    padding: 10px 15px;
}

    .user-content .input {
        margin-bottom: 0 !important;
        height: 2rem !important;
    }

.main-content {
    background-size: cover;
}

.card-content .padding-bottom-3 {
    padding-right: 8px;
}


.owl-carousel .owl-nav .owl-next {
    margin: -50px 0 0 0 !important;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 5;
}

.owl-carousel .owl-nav .owl-prev {
    margin: -50px 0 0 0 !important;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
}

    .owl-carousel .owl-nav .owl-next svg,
    .owl-carousel .owl-nav .owl-prev svg {
        width: 50px;
        height: 50px;
    }

.carousel.carousel-slider .carousel-fixed-item {
    width: 100%;
    max-width: 340px;
    margin-left: 10%;
}

    .carousel.carousel-slider .carousel-fixed-item .col.m3 {
        width: 100% !important;
        margin: 0 !important;
    }

.brand-logo img {
    height: 64px;
}

.cart-mobile {
    display: none;
}

.mobile_view {
    display: none;
}

.user-content input[type=checkbox],
.user-content input[type=radio] {
    opacity: 1 !important;
}
/*body{ display: none; }*/

.chip.green-text {
    display: block;
    height: auto;
    background: green;
    color: #fff !important;
    margin-top: 10px !important;
    line-height: 1.5;
    padding: 5px 10px;
}

.chip.wht-text {
    display: block;
    height: auto;
    background: red;
    color: #fff !important;
    margin-top: 10px !important;
    line-height: 1.5;
    padding: 5px 10px;
}

.go-cart {
	position: absolute;
    left: 75%;
    display:;
    margin-bottom: 50px;
	margin-top:-84px;
}
}
/*Validate Postcode*/
.validate-postcode-input {
    width: 122px !important;
    
}

.validate-postcode-button {
    margin-left: 0px !important;
    background: #FF9800 !important;
}





/*
1.) Media Query for Tablet
 ===============================*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {

    nav .brand-logo {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        display: inline-block;
        vertical-align: top;
    }

   
}


/*
2.) Media Query for mobile
 ===============================*/
@media only screen and (max-width : 767px) {

    .user-content .input {
        font-size: 13px !important;
    }

    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none !important;
    }

    nav .brand-logo {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        display: inline-block;
        vertical-align: top;
    }

        nav .brand-logo img {
            display: inline-block;
            vertical-align: top;
            height: 56px;
        }

    nav.wht {
        line-height: 3;
    }

    nav.wht {
        position: relative;
    }

        nav.wht .right-header a {
            font-size: 16px !important;
            padding: 3px 15px !important;
            font-weight: bold;
            color:#fff;
        }

    nav .nav-wrapper {
        position: static;
    }

    nav.wht .right {
        background: Brown;
        display: block;
        position: absolute !important;
        left: -6%;
        top: 63px;
        z-index: 10;
        display: none;
        width: 112%;
    }

        nav.wht .right li {
            display: inline-block;
            border-top: 1px solid #fff;
            width: 100%;
        }

    .slide-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: black;
    }

    .toggle {
        display: block;
        position: relative;
        overflow: hidden;
        width: 28px;
        height: 23px;
        font-size: 0;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        float: right;
        margin: 18px 0 0 0;
    }

        .toggle span {
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            margin: auto;
            height: 3px;
            background: #000;
        }

            .toggle span:before,
            .toggle span:after {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 3px;
                background-color: #000;
                content: "";
            }

            .toggle span:before {
                top: -10px;
            }

            .toggle span:after {
                bottom: -10px;
            }

    .toggle-btn-eft {
        background: none;
    }

        .toggle-btn-eft span {
            -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s;
        }

            .toggle-btn-eft span:before,
            .toggle-btn-eft span:after {
                -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
                -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
            }

            .toggle-btn-eft span:before {
                -webkit-transition-property: top, -webkit-transform;
                transition-property: top, transform;
            }

            .toggle-btn-eft span:after {
                -webkit-transition-property: bottom, -webkit-transform;
                transition-property: bottom, transform;
            }

    .toggle.active span {
        background: none;
    }

        .toggle.active span:before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .toggle.active span:after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .toggle.active span:before,
        .toggle.active span:after {
            -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
        }

    .carousel-fixed-item .hide-on-med-and-down {
        display: block !important;
    }

    .carousel.carousel-slider .carousel-fixed-item {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0;
        max-width: 100%;
    }

        .carousel.carousel-slider .carousel-fixed-item .row {
            margin-bottom: 0;
        }

        .carousel.carousel-slider .carousel-fixed-item .col {
            width: 100% !important;
            padding: 0;
        }

        .carousel.carousel-slider .carousel-fixed-item .card-content {
            padding: 20px;
        }

    .banner-card-backround {
        margin: 0 !important;
    }

    .about-us-frame {
        max-width: 100% !important;
    }

    .carousel-slider {
        height: auto !important;
    }

        .carousel-slider .owl-dots {
            display: none !important;
        }

        .carousel-slider #headerImg2 {
            display: none !important;
        }

    .orange.install-app {
        display: none;
    }

    .card-content .col.m3.coll-box {
        display: none;
    }
    /*.card-content .col.m3{ display: none; }*/
    .card-content .padding-bottom-3 {
        padding-right: 8px;
    }

    #reviews .right-align.grey-text {
        width: 100%;
        text-align: left;
    }

    .from-menu {
        margin-top: 20px;
    }

        .from-menu .center-align.hide-on-med-and-down {
            display: block !important;
        }

        .from-menu .col.m3.s12 .responsive-img {
            max-width: 38%;
            display: inline-block;
            margin: 15px 5%;
        }

    .topbar.red {
        display: block !important;
    }

    .card.white.collection {
        display: block !important;
        width: 100%;
    }

    .category-restaurant.pin-top > p {
        margin-bottom: 0;
    }

    .card {
        float: left;
        width: 100%;
    }

    .cart-mobile {
        display: block;
        margin-bottom: 0;
    }

    .card .card-content {
        padding: 5px 10px;
    }

        .card .card-content .left-align.hide-on-med-and-down {
            display: block !important;
        }

    .card .category-restaurant.pinned {
        position: relative !important;
    }

    .card .card-content .btn.white {
        padding: 0 15px;
    }

    #overview .col.m4 {
        width: 100%;
    }

    .about-us-since {
        margin-top: 15px;
    }

    .page-footer {
        padding-top: 10px;
    }

        .page-footer .container .row {
            margin-bottom: 0;
        }

    #divReview .btn {
        padding: 0 10px;
        letter-spacing: 0;
        font-size: 12px;
    }

    .user-step span {
        margin: 0 5px;
        font-size: 12px;
    }

    .user-step a {
        width: 30px !important;
        height: 30px !important;
    }

        .user-step a i {
            line-height: 30px !important;
            vertical-align: top;
        }

    .owl-carousel .owl-nav {
        display: none;
    }

    .map-section-item {
        margin: 20px 0;
    }

    .download-app {
        padding: 0 25px 20px;
    }

        .download-app h3 {
            font-size: 1.5rem;
        }

    .user-step-checkout {
        margin: 0 !important;
        padding: 0 !important;
    }

        .user-step-checkout span {
            font-size: 10px;
        }

        .user-step-checkout .btn {
            padding: 0 !important;
        }

    .card-content .owl-carousel .owl-nav {
        display: block !important;
    }

    #myorderinfo table.responsive-table tbody tr {
        display: block;
    }

    #myorderinfo table.responsive-table td {
        display: inline-block;
    }

    .card.first_box {
        display: none;
    }

    .btn, .btn-large, .btn-flat {
        padding: 0 5px;
    }


    .go-cart {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        display: block;
        z-index: 1;
    }

        .go-cart button {
            width: 100%;
        }

    .modal {
        width: 90%;
    }

        .modal .modal-content {
            padding: 10px;
        }

    .extra-toppings-toggle .row .col {
        margin: 0 !important;
    }

    .extra-toppings-toggle .menu-content {
        padding: 0 !important;
    }

        .extra-toppings-toggle .menu-content span {
            font-size: 15px !important;
        }

        .extra-toppings-toggle .menu-content input {
            width: 30px !important;
            text-align: center;
        }

    .menu-content .btn-floating {
        padding: 0 !important;
    }

    .order-cart-item .btn-floating {
        padding: 0 !important;
    }

    .date-pick {
        border: 1px solid grey !important;
    }

    .order-sucess h3 {
        font-size: 14px;
    }

    .center-box {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

    /*Validate Postcode in Header*/
    .validate-postcode-input {
        
        margin-top: 7px !important;
    }


    /*.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{ margin: 0 !important; z-index: 10; }*/

    /*body{ display: none; }*/

}
@media only screen and (max-width: 600px){
	.modal{ width: 93% !important; 
	}
	.modal-content h4 {
    font-size: 19px;
	font-weight:500;
}
.modal-content h5 {
    font-size: 16px;
	font-weight:500;
	
}
button.modal-action.modal-close.waves-effect.waves-green.btn.green.darken-4 {
    padding: 0px 10px;
}
button.waves-effect.waves-green.btn.red.darken-4 {
    padding: 0px 10px;
}
	
}

