﻿:root {
    --top-nav-bar-height: 55px;
    --bottom-bar-height: 65px;
    --phone-width: 480px;
    --tablate-width: 768px;
}

@media (max-width:480px) {
    :root {
        --top-nav-bar-height: 55px;
        --bottom-bar-height: 65px;
        --font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        --font-size: 1.1em;
    }
}

/* start  Common styles */
.div-ekoms-container{
    min-height:100%;
    position:relative
}

.div-ekoms-header {
    top: 0;
    height: var(--top-nav-bar-height);
    width:100%;
    background-color: #690404;
}

.div-ekoms-body{
    padding-bottom:var(--bottom-bar-height);
}

.div-ekoms-footer {
    bottom: 0;
    position: fixed;
    padding:5px;
    background-color: #DFD7BF;
    height: var(--bottom-bar-height);
    width: 100%;
}

.div-ekoms-search-item {
    background-color: transparent;
    position: sticky;
    top: var(--top-nav-bar-height);
}

.btn-ekoms-sale-category {
    background-color: #B04759;
    color: white;
    font-family: Lato,'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    height: 100px !important;
    width: 200px !important;
}

    .btn--ekoms-sale-category:hover {
        background-color: #E76161;
    }

.btn-ekoms-item-category {
    background-color: #4C0033;
    font-family: Lato,'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    width: 200px;
    height: auto;
    text-align: center;
    color: white;
    overflow: hidden;
}

    .btn-ekoms-item-category:hover {
        background-color: #7858A6;
        color: white;
    }

.btn-ekoms-all-item-category {
    background-color: #4F4557;
    color: white;
    font-family: Lato,'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    width: 200px;
    height: 100px;
}

    .btn-ekoms-all-item-category:hover {
        background-color: #6D5D6E;
        color: white;
    }

.div-ekoms-item {
    background-color: #FFF4E0 !important;
    color: black !important;
    font-family: Lato,'Open Sans', sans-serif;
    font-weight: 800 !important;
    font-size: 1.2em !important;
    text-decoration: none;
}
.div-ekom-item-container {
    overflow: hidden;
    text-align: center;
    height: 120px;
}

.btn-ekoms-item:hover {
    background-color: #E4DCCF;
}

.div-ekoms-search-item {
    background-color: #F8F0E5;
    position: sticky;
    top: var(--top-nav-bar-height);
}

.table-ekoms-order-items {
    font-family: var(--font-family);
    font-size: 1em;
}

    .table-ekoms-order-items th:first-child {
        min-width: 220px;
    }

.table-ekoms-confirm-items {
    font-family: var(--font-family);
    font-size: 1em;
}

    .table-ekoms-confirm-items th {
        text-align: center;
        vertical-align: middle;
    }

    .table-ekoms-confirm-items td:nth-child(2) {
        min-width: 220px;
    }

@media (max-width: 768px) {
    .btn-ekoms-item-category, .btn-ekoms-all-item-category {
        width: 120px !important;
        height: Auto !important;
        font-size: 1em !important;
        font-weight: normal;
    }

    .div-ekoms-item, .div-ekoms-item-container {
        height: 110px !important;
        font-size: 1em !important;
        font-weight: normal;
        padding: 3px;
    }

    .div-ekoms-item-container {
        height: 100px !important;
    }
    .table-ekoms-order-items {
        font-size: 1em;
    }
}