:root {
    --primary-color: #4DB151;
    --primary-color-dark: #429E45;
    --primary-color-light: #429E45;

    --accent-color: #FFDE26;
    --accent-color-dark: #F2D21D;
    --accent-color-light: #FFE552;

    --grey-3: #f7f7f7;
    --grey-5: #f2f2f2;
    --grey-10: #e6e6e6;
    --grey-20: #cccccc;
    --grey-40: #999999;
    --grey-60: #666666;
    --grey-80: #37474F;
    --grey-90: #263238;

    --color-price: #429E45;

    --color-warning: #FF7043;
    --color-info: #5DBA60;
}

md-content.md-default-theme {
    background-color: #eee;
}

md-toolbar .md-button.md-default-theme {
    border-radius: 99%;
}

md-toolbar:not(.md-hue-1),
.md-fab {
    fill: #fff;
}

md-toolbar:not(.md-menu-toolbar) md-icon {
    color: #FFFFFF;
}

.md-errors-spacer {
    display: none;
}

.nav-header {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
}

.fill-parent {
    height: 100%;
    width: 100%;
}

.fill-parent-h {
    width: 100%;
}

.fill-parent-v {
    height: 100%;
}

.card img {
    width: 100%;
    height: auto;
}

.image-instruction {
    width: 300px;
    height: 300px;
}

.card-radius-0 {
    border-radius: 0px;
}

.card-radius-1 {
    border-radius: 1px;
}

.card-radius-2 {
    border-radius: 2px;
}

.card-radius-4 {
    border-radius: 4px;
}

.card-radius-6 {
    border-radius: 6px;
}

.carddemoBasicUsage .card-media {
    background-color: #999999;
}

md-toolbar.md-tall-navigation {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
}

.ic-grey {
    color: var(--grey-40);
}

.material-icons.md-ic-small {
    font-size: 16px;
}

.ic-white {
    color: #FFFFFF;
}

.bg-dark {
    background-color: #9E9E9E;
    object-fit: contain
}

.bg-grey-5 {
    background-color: var(--grey-5);
}

.bg-info {
    background-color: var(--color-info);
}

.bg-warning {
    background-color: var(--color-warning);
}

.fit {
    object-fit: contain
}

.bg-white {
    background-color: #FFFFFF;
}

.text-white {
    color: #FFFFFF;
}

.text-grey {
    color: #757575;
}
.text-center {
    text-align: center;
}

.text-primary {
    color: var(--primary-color);
}
.text-accent {
    color: var(--accent-color);
}

.text-about {
    margin-bottom: 5px;
}

.subtext-about {
    color: #8B8B8C;
}

figure-custom {
    width: 150px;
    height: 150px;
    margin: 5px;
    background-color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.search {
    order: 2;
    outline: none;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #FFF;
    padding: 10px;
    font-size: 16px;
    transition: all 0.05s ease-in-out;
    -webkit-appearance: none;
}

.search::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--grey-10);
}

.search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--grey-10);
    opacity: 1;
}

.search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--grey-10);
}

.center-crop {
    object-fit: cover;
}

.overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.line-2 {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.6em;
    min-height: 2.6em;
    line-height: 1.2em;
    text-align: start;
}
.md-tall-c{
    min-height:128px;
}

.price {
    color: var(--color-price);
}

.price-disc {
    text-decoration: line-through;
}

.product-name {
    margin-top: 5px;
    color: #757575;
}

.white-toolbar-action {
    color: #757575;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
}

.absolute-top {
    position: absolute;
    top: 0;
}

.absolute-left {
    position: absolute;
    left: 0;
    top: 40%;
}

.absolute-right {
    position: absolute;
    right: 0;
    top: 40%;
}

.md-height {
    height: 250px;
    min-height: 250px;
    max-height: 250px
}

.dot-green {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    background-color: var(--primary-color);
    border-style: solid;
    border-width: 2px;
    border-color: var(--primary-color);
}

.dot-grey {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    border-style: solid;
    border-width: 2px;
    background-color: #757575;
    border-color: #757575;
}

.inst-dot-solid {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    background-color: #757575;
    border-style: solid;
    border-width: 2px;
    border-color: #757575;
}

.inst-dot-border {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #757575;
}

.img-category {
    height: 100%;
    width: auto;
}

.img-category-d {
    height: 80px;
    width: 80px;
}

.tint-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.overlay {
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.overlay-soft {
    background-color: #000000;
    opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
}

green {
    font-size: 0.8rem;
    background: #c4d895;
    color: #535353;
    padding: 2px 4px 2px 4px;
    margin-left: 4px;
    margin-right: 4px;
    overflow-wrap: break-word;
}

grey {
    font-size: 0.7rem;
    background: #d8d8d8;
    color: #252525;
    padding: 2px 4px 2px 4px;
    margin-left: 4px;
    margin-right: 4px;
    overflow-wrap: break-word;
}

featured {
    text-align: center;
    font-size: 0.8rem;
    background: #FFCA28;
    color: #FFFFFF;
    padding: 5px;
    overflow-wrap: break-word;
}

status {
    font-size: 0.8rem;
    background: #e6e6e6;
    color: #429E45;
    padding: 4px 8px 4px 8px;
    overflow-wrap: break-word;
    font-weight: bold;
}

product-date {
    font-size: 0.8rem;
    color: #757575;
}

.bt-flat {
    border-radius: 0px;
    margin: 0px;
    height: 100%;
    border: none;
    outline: none;
}

.bt-flat-t {
    border-radius: 0px;
    margin: 0px;
    border: none;
    height: 50px;
    max-width: 50px;
    min-width: 50px;
    width: 50px;
    outline: none;
}

.add-to-cart {
    height: 50px;
    width: 100%;
    background-color: #efefef;
}

.shopping-cart-footer {
    height: 55px;
    width: 100%;
    background-color: #efefef;
}

.instruction-footer {
    height: 55px;
    width: 100%;
    background-color: #FFFFFF;
}

.padding-tb {
    padding-top: 12px;
    padding-bottom: 12px;
}

sm-divider {
    height: 5px;
}

med-divider {
    height: 10px;
}

error-message {
    color: red;
    font-size: 70%;
}

.grey-bg {
    background-color: #e6e6e6;
}

.accent-bg {
    background-color: var(--accent-color);
}

.bottom-divider {
    border-bottom: 1px solid #e6e6e6;
}

.divider {
    height: 1px;
    background-color: #e6e6e6;
}

/*.md-datepicker-button.md-icon-button {*/
/*display: none;*/
/*}*/

/** Preloader */

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.bt-main {
    background: var(--primary-color);
    min-width: 40px;
}

.field_set{
    border-color: rgba(248, 248, 248, 0.45);
}