/**
 **** AppzStory Shopping Cart System PHP MySQL ****
 * 
 * @link https://appzstory.dev
 * @author Yothin Sapsamran (Jame AppzStory Studio)
 */
 html, body {
    height: 100%;
    font-family: 'Prompt', sans-serif;
    font-size: 0.95rem !important;
    background-color: #F5F8FF;
}
body {
    background: linear-gradient(to bottom right, #e0f2f1, #f8fafc);
    font-family: 'Prompt', sans-serif;
}

a:hover {
    color: #000 !important;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-pink {
    color: #FF5656;
}

.img-cover{
    object-fit: cover;
    max-width: 100%;
}

.brand-center {
    align-items: center;
    display: flex;
    font-size: 16px;
}
.z-10{
    z-index: 10;
}
/* input[type=number]{
    width: 60px;
} */

.clearUnder{
    color: inherit;
    text-decoration: auto;
}

.ratio-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  width: 100%;
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-hover {
    height: 100%!important;
    border: 0!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
    transition: .3s;
}

.card-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.35)!important;
}

.btn-outline-select {
    color: #02416d;
    border-color: #02416d;
    padding: 12px 15px;
    margin: 25px;
    letter-spacing: 2px;
}