:root {
    --primary-color: #84CFCE;
    --primary-color-dark: #84CFCE;
    --primary-color-light: #84CFCE;

    --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: #84CFCE;

    --color-warning: #FF7043;
    --color-info: #84CFCE;
}

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%;
    background: transparent;
    color: black;
    border-color: #84CFCE;
    padding: 10px;
    font-size: 16px;
    transition: all 0.05s ease-in-out;
    -webkit-appearance: none;

    border-radius: 36px; 
    border-color :var(--primary-color);
    border-width: 3px;
    border-style : solid;
}

.search::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8B8B8C;
}

.search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color:  #8B8B8C;
    opacity: 1;
}

.search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color:  #8B8B8C;
}

.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: #84CFCE;
    border-style: solid;
    border-width: 2px;
    border-color: #84CFCE;
}

.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-shop {
    height: 100%;
    width: auto;
}

.img-shop-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 */
}

featured {
    text-align: center;
    font-size: 0.8rem;
    background: #FFCA28;
    color: #FFFFFF;
    padding: 5px;
    overflow-wrap: break-word;
}

status {
    font-size: 20px;
    background: #84CFCE;
    color: rgb(255, 255, 255);
    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;
}

.overlay-content{
    position: absolute;
    top:50%;
    left:50%;
    color: white;
    text-align: center;
}

input::placeholder{
    font-size: 100%;
    color : #757575;
    margin-left:10px;
    margin-right:10px;
}

*:focus {
    outline: none;
}

.search-input{
    border-radius: 36px; 
    border-color : #84CFCE;
    border-width: 3px;
    height : 80%;
    border-style : solid;
    margin : auto;
    text-align:center;
}

.toolbar{
    background-color : white; 
    position:fixed;
}

.wishicon{
    position:absolute;
    left:83%;
    top:10%;
    transform: translate(-50%,-50%);
    height:15%;
}

.stock{
    background-color: rgba(0, 0, 0, 0.5); 
    color:#84CFCE;
    font-size: 18px;
    position:absolute; 
    top:75%; 
    transform: translate(0%,-100%); 
    width:85%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
}

.card-header{
    font-size : 20px;
    font-weight: bold;
}

.map{
    width:50%;
    
}

.counter-btn{
    background-color:white;
    border-style : solid;
    border-color: rgb(211, 211, 211) ;
    border-width: 1px;
    font-size: 20px;
    width : 40px;
}

.counter-input{
    width : 50px; 
    text-align: center; 
    border-width: 1px; 
    border-color:rgb(211, 211, 211); 
    border-style:solid; 
    border-left:none; 
    border-right:none; 
    height:29px; 
    font-size:18px
}

.join-title{
    font-size:20px; 
    font-weight:bold; 
    margin-bottom:10px; 
    margin-left:20px; 
    margin-top:50px;
}

.join-content{
    font-size:15px; 
    margin-bottom:30px; 
    margin-left:20px;
}

md-badge {
    background-color: rgb(0, 130, 130);
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    height: 20px;
    letter-spacing: 0.4px;
    line-height: 18px;
    min-width: 20px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
    z-index: 9999;
    writing-mode: horizontal-tb;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }

 .chip {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 15px;
    background-color: rgb(233, 233, 233);
    border-color:#84CFCE;
    border-width: 3px;
    border-style : solid;
    margin:5px
  }

  .header-logo{
    height : 45px; 
    width : 130px; 
    margin:auto
  }

  .side_nav{
      width : 300px
  }


@media ( max-width: 800px ) {
    .search-input{
        display:none;
    }
    .header-logo{
        height : 35px; 
        width : 105px; 
        margin:auto
    }
    .only-for-wide{
        display: none;
    }
    .news-for-mobile{
        width : 110%;
        transform: translate(-5%,0%)
    }
    .card-header{
        font-size:15px;
        font-weight: bold;
    }
    .map{
        width:100%;
    }
    .wishicon{
        position:absolute;
        left:83%;
        top:10%;
        transform: translate(-50%,-50%);
        height:40px;
        width:40px
    }
    .side_nav{
        width:250px
    }
}
body{
    font-family: 'NanumSquare';
}
