﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 80px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
}

.error-text {
    -webkit-animation: fadeOut 2s forwards;
    animation: fadeOut 2s forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    text-align: center;
    font-size: 14pt;
}

.msg-text {
    text-align: center;
    font-size: 12pt;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-desc {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.hidden {
    display: none;
    background-color: transparent;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-green {
    background-color: #7BAFA4 !important;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-red {
    background-color: #AC3F33;
    color: #ffffff;
}

.hr-diamond {
    background: #C9BFAC;
}

    .hr-diamond:before, .hr-diamond:after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 5px;
        width: 5px;
        background: #C9BFAC;
        margin: 0;
        padding: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    .hr-diamond:before {
        top: -0.5px;
        left: 0;
    }

    .hr-diamond:after {
        top: -0.5px;
        right: -3px;
    }

.div-signin-left {
    float: none;
}

.div-signin-right {
    float: none;
    margin-top: 20px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}

.div-inline-half {
    width: 49%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

.div-template:hover {
    background-color: rgba(220,220,220, 0.5);
}

.div-prod-promo {
    height: 28px;
    position: relative;
}

.div-favourite {
    position: absolute;
    right: 15px;
    z-index: 6;
}

.div-love {
    position: absolute;
    left: -50px;
    z-index: 6;
}

.div-signin-left, .div-signin-right {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    margin: 10px;
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

.display-block {
    display: block !important;
    position: relative;
}

.display-fixed {
    position: fixed;
}

.display-inline {
    display: inline-block;
}

.display-flex {
    display: inline-flex !important;
}

.bottom-right-align {
    text-align: right;
    vertical-align: bottom;
}

.center-align {
    text-align: center !important;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left !important;
}

.left-text {
    padding-top: 7px;
    margin-right: 5px;
}

.link-copy {
    margin-right: 10px;
    padding-right: 12px;
    border-right: 1px solid #C9BFAC;
}

.imgCart {
    background-image: url('../Images/Cart.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 -19px;
    width: 20px;
    height: 19px;
    margin-top: 3px;
}

    .imgCart:hover {
        background-position: 0 2px;
    }

.imgHome {
    background-image: url('../Images/Home.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    width: 20px;
    height: 20px;
}

    .imgHome:hover {
        background-position: 0px -17px;
    }

.imgSignIn {
    background-image: url('../Images/link-arrow.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 15px;
    height: 11px;
    margin-right: 10px;
}

    .imgSignIn:hover {
        background-image: url('../Images/link-arrow-hover.png');
    }

.imgLink {
    text-align: center;
    padding: 0 15px !important;
    line-height: 40px !important;
}

.sign-in-link {
    margin-left: 5px;
    background: transparent url('../Images/link-arrow.png') center left no-repeat;
}

    .sign-in-link:hover {
        background-image: url('../Images/link-arrow-hover.png');
    }

.home-link {
    display: inline-block;
    background: transparent url('../Images/Profile.png') center center no-repeat;
}

    .home-link:hover {
        background-image: url('../Images/Profile-hover.png');
    }

.change-link {
    display: inline-block;
    background: transparent url('../Images/Change.png') center center no-repeat;
}

    .change-link:hover {
        background-image: url('../Images/Change-hover.png');
    }

.address-link {
    display: inline-block;
    background: transparent url('../Images/Address.png') center center no-repeat;
}

    .address-link:hover {
        background-image: url('../Images/Address-hover.png');
    }

.order-link {
    display: inline-block;
    background: transparent url('../Images/Orders.png') center center no-repeat;
}

    .order-link:hover {
        background-image: url('../Images/Orders-hover.png');
    }

.deleteLink {
    text-decoration: none;
    color: #88773F;
}

    .deleteLink:hover {
        color: #000000;
    }

.text-image {
    margin: 2px;
    height: 16px;
}

.text-bold {
    font-weight:bold;
}

.text-cross {
    text-decoration: line-through;
}

.text-middle {
    text-align: center;
    margin-top: 10px;
}

.text-bottom {
    margin-top: 100px;
    text-align: center;
}

.text-black {
    color: #000000 !important;
}

.text-green {
    color: #67b09f !important;
}

.text-brown {
    color: #88773F;
}

.text-white {
    color: white !important;
}

.left-input {
    margin: 0 5px;
}

.tall-height {
    min-height: 180px;
}

.title-height {
    min-height: 60px;
    text-align: center;
}

.max-width {
    width: 100% !important;
}

.long-width {
    width: 370px;
}

.standard-width {
    width: 250px;
}

.all-margin {
    margin: 10px;
}

.all-wide-margin {
    margin: 20px;
}

.all-padding {
    padding: 5px;
}

.left-margin {
    margin-left: 5px;
}

.left-padding {
    padding-left: 20px;
}

.link-right {
    margin-left: 20px;
    margin-top: 4px;
}

.link-white, .link-white:hover {
    color: #ffffff !important;
}

.link-bottom {
    margin-top: 100px;
    text-align: center;
}

.right-margin {
    margin-right: 20px;
}

.qty-margin {
    margin-top: 7px;
}

.top-margin {
    margin-top: 10px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.container-top-margin {
    margin-top: 50px;
}

.font-medium-size {
    font-size: 12pt;
}

.font-large-size {
    font-size: 16pt;
}

.font-regular {
    font-weight: normal !important;
}

.ampersand {
    max-width: 150px;
    margin: 10px auto;
}

.phone-no {
    color: #5F5A51;
    font-size: 1.5em;
}

.main-header {
    max-width: 100%;
}

.white-container {
    border: 1px solid #9b907d;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    vertical-align: middle;
    padding: 5px 0px 5px 5px;
    margin-bottom: 10px;
}

    .white-container .dxeTextBox, .white-container .dxeMemo {
        border: none;
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .white-container > span {
        font-size: 15px;
        font-weight: normal;
        padding: 1px;
    }

.div-message {
    background-color: #67b09f;
    text-align: center;
    padding: 10px;
    color: #ffffff;
}

.div-search {
    width: 100%;
}

.search-width {
    width: 80%;
}

.div-product-absolute {
    margin-top: -200px;
    padding-top: 1px;
    background-color: #F6F0E4;
}

.div-item-absolute {
    margin-top: -100px;
    padding-top: 20px;
    padding-right: 20px;
    background-color: #F6F0E4;
    display: block;
    text-align: center;
}

.div-hamper {
    display: block;
    text-align: center;
    background-color: #ffffff;
    margin: 20px;
    padding: 1px 20px 20px 20px;
}

.div-popular {
    background-color: #ffffff;
    display: block;
    margin: 20px;
    padding: 20px;
    text-align: center;
}

.div-category {
    display: block;
    text-align: center;
    margin: 20px;
}

.div-triangle {
    height: 150px;
    width: 100%;
}

.div-gray {
    background: #ECEDEE;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.div-white {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    margin: 10px;
    display: block;
}

    .div-white a {
        font-size: 1.2em;
    }

.no-marpad {
    padding: 0 !important;
    margin: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.div-flex {
    display: flex;
}

.div-transparent {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}

.div-border {
    border: solid 1px #C9BFAC;
    padding: 10px;
    text-align: center;
}

.div-green {
    background-color: #E5EFED;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.div-green-border {
    background-color: #E5EFED;
    padding: 10px;
    text-align: center;
    border: solid 1px #ffffff;
}

.div-dark-green {
    background-color: #7BAFA4;
    padding: 30px;
    margin: 20px 10px;
}

.center-content {
    margin: 0 auto;
    max-width: 500px;
}

.col-4, .col-4-last {
    display: inline-block;
    width: 22%;
    margin: 10px;
    vertical-align: top;
}

.col-3 {
    display: inline-block;
    width: 30%;
    margin: 10px;
}

.col-2 {
    display: inline-block;
    width: 48%;
    float: left;
    margin: 7px;
}

    .col-2 img {
        width: 100%;
    }

.col-70 {
    position: relative;
    float: left;
    width: 70%;
}

.col-30 {
    position: relative;
    float: left;
    width: 30%;
}

.col-60 {
    position: relative;
    float: left;
    width: 60%;
}

.col-40 {
    position: relative;
    float: left;
    width: 40%;
}

.cart-1 {
    display: inline-block;
    width: 20%;
    margin: 10px;
    vertical-align: top;
}

.cart-2 {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}

.cart-3 {
    display: inline-block;
    width: 30%;
    margin: 10px;
    vertical-align: top;
}

.cart-4 {
    display: inline-block;
    width: 25%;
    text-align: right;
    vertical-align: top;
}

.cart-right {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

.col-header {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.div-margin {
    margin-right: 20px;
}

.divImage {
    text-align: center;
    width: 200px;
    display: inline-grid;
    margin: 0px 2px 2px 2px;
    background-color: #ffffff;
    position: relative;
    height: 200px;
    background-size: 200px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 0;
}

.front-div {
    display: none;
    width: 100%;
    background-color: rgba(220,220,220, 0.5);
    font-size: 2.0em;
    height: 200px;
    text-align: center;
    padding-top: 78px;
    align-items: center;
    justify-content: center;
}

.div-item {
    text-align: center;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

    .div-item img {
        width: 100%;
    }


.div-adv {
    display: inline-block;
    text-align: center;
}

    .div-adv img {
        max-width: 48%;
        margin: 5px;
    }

.div-footer1 {
    margin-top: 30px;
    padding: 20px 0;
    background-color: #E8DFCE;
    border-top: 1px solid #C9BFAC;
    font-size: 16px;
}

.div-social {
    float: right;
}

    .div-social a {
        padding: 0 5px;
    }

.social-fb, .social-insta, .social-twitter, .social-pinterest, .social-weibo {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 12px 5px;
}

.social-fb {
    background-image: url('../Images/Facebook.png');
}

.social-insta {
    background-image: url('../Images/Instagram.png');
}

.social-twitter {
    background-image: url('../Images/Twitter.png');
}

.social-pinterest {
    background-image: url('../Images/Pinterest.png');
}

.social-weibo {
    background-image: url('../Images/Weibo.png');
}

    .social-fb:hover, .social-insta:hover, .social-twitter:hover, .social-pinterest:hover, .social-weibo:hover {
        background-position: 0px -30px;
    }

.div-footer2 {
    padding: 20px 0;
    background-color: #F6F0E4;
}

.div-relative {
    position: relative;
}

.div-footer-list {
    display: inline-block !important;
    width: 24.5%;
    text-align: left;
    vertical-align: top;
    padding: 10px 0;
    font-size: 16px;
}

    .div-footer-list ul {
        list-style: none;
    }

        .div-footer-list ul li {
            text-align: left;
            padding-bottom: 3px;
        }

.div-food-list {
    display: inline-block !important;
    width: 24.5%;
    text-align: left;
    vertical-align: top;
    padding: 10px 0;
    font-size: 14px !important;
    background-color: #ffffff !important;
}

    .div-food-list h4 {
        color: #000000 !important;
        font-size: 15px !important;
    }

    .div-food-list ul li a {
        color: #000000 !important;
        background-color: #ffffff !important;
        font-weight: normal !important;
        font-size: 15px !important;
    }

        .div-food-list ul li a:hover, .div-food-list ul li a:focus {
            font-weight: bold !important;
            color: #000000 !important;
            background-color: #ffffff !important;
        }

    .div-food-list ul {
        list-style: none;
        background-color: #ffffff !important;
    }

        .div-food-list ul li {
            text-align: left;
            padding-bottom: 3px;
            background-color: #ffffff !important;
        }

.div-footer3 {
    background-color: #5F5A51;
    color: #F6F0E4;
    padding: 20px 0;
    font-weight: normal;
    font-size: 16px;
}

.div-copyright {
    float: right;
}

    .div-copyright a {
        color: #F6F0E4;
        text-decoration: none;
    }

.dxpcLite, .dxdpLite {
    width: 80% !important;
    left: 0;
    top: 0;
    position: absolute;
    border-spacing: 0;
    font: 12px Tahoma, Geneva, sans-serif;
    color: black;
}

.dxisControl .dxis-imageArea {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.dxWeb_isPauseBtn {
    background-position: -64px -442px;
    width: 12px;
    height: 17px;
    display: none;
}

/* Menu */
.div-menu {
    background-color: #E8DFCE;
}

    .div-menu a {
        font-size: 1.1em;
        color: #5F5A51;
    }

    .div-menu li:hover > a, .div-menu li:focus > a {
        color: #ffffff !important;
        background-color: #67b09f !important;
    }

.nav > li:hover .menu_sub {
    display: block;
}

.menu_sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 10000;
    border-top: solid 2px #67b09f;
    padding: 0 40px;
}

    .menu_sub li:hover > a, .menu_sub li:focus > a {
        color: #000000 !important;
        background-color: #ffffff !important;
    }

.overlay {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.top-show-left {
    display: inline-block;
    width: 48%;
    float: left;
    margin: 7px;
}

.top-show-right {
    display: inline-block;
    width: 48%;
    float: right;
    margin: 7px;
    text-align: right;
}

/* Devexpress */
.dxdvItem, .dxdvFlowItem {
    border: 1px solid #A8A8A8;
    background-color: #F0F0F0;
    padding: 12px;
    height: auto;
}

.dxichCellSys {
    padding: 3px 0 1px;
}

.uppercase .dxeEditAreaSys {
    text-transform: uppercase;
}

.dxichCellSys {
    vertical-align: top;
}

.dxeButtonEdit {
    background-color: white;
    border: none;
}

.dxeButtonEditButton, .dxeButtonEditButton:hover {
    background: none;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.dxgvFocusedRow {
    background-color: #CDCDCD;
    color: black;
}

.isdemoH3 {
    font-size: 28px !important;
    color: white;
    padding-bottom: 9px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
    }

    .body-content {
        padding: 0;
    }
}
