body {
    font-family: "Amiko", sans-serif;
    font-style: normal;
    /*font-size: 15px;*/

    /*color: #333333;*/
    color: #454746;

    /* Hide scrollbar for IE, Edge and Firefox */
    /*-ms-overflow-style: none;  !* IE and Edge *!*/
    /*scrollbar-width: none;  !* Firefox *!*/
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*body::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

.rj-navbar {
    /*backdrop-filter: blur(5px);*/
    /*background-color: rgba(255, 255, 255, .15);*/

    /*backdrop-filter: blur(20px);*/
    /*background-color: rgba(255, 255, 255, .5);*/

    /*background-color: rgb(252 255 45);*/
    /*background-color: rgb(255 80 0);*/
    /*background-color: rgb(241 61 33);*/
    background-color: rgb(255 49 28);
    color: white;
}

.brand, .brand:link, .brand:visited, .brand:hover, .brand:active {
    font-family: "Amiko", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    text-shadow: 1px 1px #401f1f;
}

.brand-image {}

.brand-name {
    /*margin-left: 5px;*/
}

/*.nav-item {*/
/*    font-family: "Amiko", sans-serif;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

div {
    /*border: 1px solid gray;*/
}

.cart-icon-link{

}

.cart-badge {
    /*background-color: red;*/
    /*background-color: #454746;*/
    background-color: #454746;
    font-size: 0.6em;
    /* start off with not displaying the badge*/
    display: none;
}

.rj-alert {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: none;

    background-color: #39a339;
    color: white;

    padding: 7px 30px;
    border-radius: 5px;
}

.rj-carousel {
    /*color: #0077eb;*/
    color: black;
    font-weight: 500;
    height: 30px;
}

.page-title {
    font-weight: 600;
}

.card-img-top {
    padding: 15px 25%;
    background-color: #fcfcfc;
    border-radius: 5px;
    /*box-shadow: 0 0 1px #0000001f;*/
}

.prod-name {
    /*font-size: 15px;*/
    /*font-weight: 500;*/
}

.prod-price-line {
    /*font-size: 14px;*/
}

.prod-price {
    /*font-size: 14px;*/
    /*font-weight: 500;*/
}

.subtle {
    /*font-size: 14px;*/
    color: silver;
    /*font-weight: 500;*/
}

.select-button-container {
    /*margin-top: 5px;*/
}

.btn {
    /*font-size: 14px;*/
}

.btn-primary {
    /*background-color: #0077eb;*/
    /*border-color: #0077eb;*/

    /*background-color: #0073e4;*/
    /*border-color: #0073e4;*/

    background-color: #007ada;
    border-color: #007ada;
}

.form-label {
    font-weight: 700;
}

/* Chrome, Safari, Edge, Opera */
input.no-spinners::-webkit-outer-spin-button,
input.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-spinners[type=number] {
    -moz-appearance: textfield;
}

/*.cart-item-card {*/
/*    min-height: 180px;*/
/*}*/

.form-control::placeholder {
    color: silver;
    opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: silver;
}

/*

card:
border-radius: 5px;
box-shadow: 0 0 1px #0000001f;

*/
