﻿html, body {
 color: #424242
}


#navlogo {
    background-color: #EE3898;
    color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 10px 1px 8px 10px #d1d1d1
}


#navlogo img {
    max-width: 50%;
    
}


@media only screen and (max-width: 990px) {
    .fixed-bottom {
        bottom: 0px;
    }
}


#upMain {
    margin-top: 18vh;
}

#logo, #hello { 
    margin-bottom: 10vh;
    max-height: 150px;
}

#panLogin {
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}


#upPanelShop {
    margin-bottom: 110px;
}

#panShop {
    font-weight: bold;
    width: 94%;
    position: relative;
    margin: 0 auto;

}

#panShop h4 { margin:20px 0 20px 0 }

#panShop a, #panShop a:hover {
    color: #000;
    text-decoration: none;
}

#panLogin input {
    margin: 10px 0 30px 0;
    background-color: #f1f1f1;
}


#panLogin .btn-lg, #panUser .btn-lg, #btnOrder {
    margin: 10px 0 30px 0;
    width: 100%;
    color: #fff;
    background-color: #ee3898;
    font-weight: bold;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

#btnOrder {  }

.btnAdd {
    color: #fff !important;
    background-color: #ee3898;
    font-weight: bold;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    margin-top: 25px;
}

.btnQuantity {
    color: #fff !important;
    background-color: #808080;
    font-weight: bold;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    margin: 5px;
}




.error {
    color: #ee3898;
    animation: warning 1s linear;
}

@keyframes warning {
    50% {
        opacity: 0;
    }
}

#btnDeleteImage {
    margin-top: 10px !important;
}


#panUser {
    text-align: center;
}

.imgProd { max-width: 98%; padding: 8px }
.divProdInfo { padding-left: 20px }


.navbar {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

#navbottom {
    background-color: #fff;
    position: fixed;
    box-shadow: 0px 1px 22px 10px #e8e5e5;
}

.navbar-nav {
    flex-wrap: wrap;
    flex-direction: row;
}

.nav-item {
    margin-right: 10px ;
    max-width: 50px;
}

.nav-item img {
    max-width: 95%;
}

.cart-indicator-text {
    background-color: #ee3898;
    font-size: 0.7rem;
    height: 22px;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 1px 10px 1px 10px;
    line-height: 20px;
    margin-left: -25px;
    top: -15px;
    position: relative;
}

.autowidth {
    font-size: 10px;
    width: auto;
    display: inline;
    padding: 2px;
    max-width: 80px;
}
.prodsize {
    font-size: 12px;
  
}

.prodname {  }
.divProdInfo { margin-bottom: 30px; }
.prodinfo {
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0 20px 0;
}

.prodincart {
    margin-bottom: 6px;
    font-size: 12px;
    font-style: italic;
    color: #b5b5b5;
    margin-top: 5px;
}

.hidden { display: none }

.col-1, .col-2, col-8 { padding: 0 ;}

.category-hidden { display:none }
.category-show {
   
}

.right { text-align: right }

.toggler {
    font-size: 45px;
    text-align: right;
    
}

    .toggler a {
        color: #424242;
        margin-right: 9px;
    }

.catbudget { font-size:12px; margin-bottom:15px }