body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a,
p,
span,
label,
input,
button {
    font-family: 'Poppins', sans-serif;
}

h5 {
   font-size: 0.875rem;
}

h2.swal2-title{
    font-size: 1.3rem;
}

div#swal2-html-container {
    font-size: 1rem;
}

.btn{
    font-size: 0.813rem;
}

.row{
    --bs-gutter-x: 0.5rem;
}

.wrapper {
    background-color: #F5F8FA;
    padding: 10px 0px;

}

.rounded-pill {
    border-radius: 12px !important;
}

.btn-primary {
    background-color: #3E5BE0;
    border: #3E5BE0 solid 1px;
    font-weight: 500;
}

.btn-light-primary,
.btn-light-primary:hover,
.btn-light-primary:focus,
.btn-light-primary:active {

    border: #3E5BE0 solid 1px !important;
    color: #3E5BE0;
    font-weight: 500;
}

.btn-light-secondary,
.btn-light-secondary:hover,
.btn-light-secondary:focus,
.btn-light-secondary:active {
    border: #a5afb9 solid 1px !important;
    color: #8c97a1;
    font-weight: 500;
}

.btn-white {
    background-color: white;
    border: white solid 1px;
    font-weight: 500;
    color: #3E5BE0;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 12px !important;
}

.search-input {
    font-size: 16px;
    /* border: 1px solid #a5afb9; */
}

.search-input::placeholder {
    color: #8c97a1;
}

.search-btn {
    font-size: 18px;
    padding: 0px 20px;
}

.ikan-pic {
    height: 180px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.ikan-card {
    border-radius: 12px;
}

.price, .total-price {
    font-size: 18px;
    font-weight: 500;
}

.text-primary {
    color: #3E5BE0;
}

.text-sm {
    font-size: 12px;

}

.btn-light-dark {
    border: #0d132a solid 2px !important;
    color: #0d132a;
    font-weight: 500;
}

.btn-light-dark:hover,
.btn-light-dark:focus,
.btn-light-dark:active {
    border: #0d132a solid 2px !important;
    color: #0d132a;
    font-weight: 500;
}

.btn-cart{
    font-size: 24px;
}

.val-cart{
    font-size: 18px;
    font-weight: 500;
}

.cart-sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:#3E5BE0;
    padding:20px 20px;
    color: white;
}

.daftar-ikan{
   padding-bottom: 100px;
}

.btn-cart.plus {
  border :2px solid #3E5BE0 !important;
}

input.form-control.qty-cart {
    border-radius: 12px;
    border: #0d132a 2px solid;
    min-height: 40px;
    margin: 10px;
    height: 24px !important;
    text-align: center !important;
}

/* CHECKED ANIMASI */
/* END */
@media (min-width: 576px) {
    body {
        max-width: 576px;
        margin: 0 auto;
    }

    .cart-sticky {
        width: 576px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {
    .btn-cart{
        font-size: 16px;
        padding: 3px 10px !important;
    }
}
