body {
    font-family: 'lato';
    /*-moz-transform: scale(0.9, 0.9); !* Moz-browsers *!*/
    /*zoom: 0.9 !important; !* Other non-webkit browsers *!*/
    /*zoom: 90% !important; !* Webkit browsers *!*/
}

a {
    text-decoration: none;
}

.c-green {
    color: #24A29F !important;
}

.c-white {
    color: white !important;
}

.c-grey {
    color: #222 !important;
}

.btn-warning {
    background: #F7AF2E;
    color: white;
}

.engin {
    border-radius: 50%;
    font-weight: bold;
}

.form-control {
    color: rgb(137, 137, 137);
    background: none;
    border: 0;
    border-bottom: 1px solid #222;
    border-radius: 0;
    margin-bottom: 5px;

}

.form-floating > label {
    padding-left: 0;
    top: -10px;
}

.form-control:focus {
    color: #222;
    background-color: transparent;
    border-color: #24A29F;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);

}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}


.form-signin {
    width: 100%;
    /* max-width: 330px; */
    padding: 15px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    color: #24A29F;
    font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: none;
    color: #F4AC3D;
}


.product-card {
    border-radius: 10px;
    margin-bottom: 40px;
    transition: transform .2s;
}

.product-card-img {
    width: fit-content;
    height: 40px;
    margin-bottom: 8px;
}

.product-card-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #25282B;
    margin-bottom: 4px;
}

p.information-card-title {
    color: #25282B;
    font-size: 16px;
    transition: color 300ms;
    font-weight: bold;
}

.information-card-title > span {
    font-size: 19;
    color: inherit;
    float: right;
}

.information-card:hover p.information-card-title {
    color: #00A39D;
}

.information-card-desc, .product-card-desc {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    height: 30px;
    color: #7A7E81;
    margin-bottom: 20px;
}

.btn-interested, .btn-interested:hover {
    width: 100%;
    background-color: #F6AD3C;
    box-shadow: 0px 4px 8px rgba(247, 175, 46, 0.24);
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-see-detail, .btn-see-detail:hover {
    width: 100%;
    background-color: white;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #00A39D;
    text-decoration: none;
}

.marquee-home {
    width: 100%;
    background: #F7AF2E;
    position: absolute;
    bottom: 20px;
    padding: 15px;
    opacity: 0.7
}

.roundes {
    border-radius: 20px
}

.sosmed-icon {
    font-size: 36px;
}

.sosmed-icon a, .sosmed-icon a:visited {
    color: #222;
}

.sc-fit {
    min-height: 540px;
}

.breadcrumb {
    margin: 20px 0 30px 0;
    border: 1px solid #eee;
    float: left;
    padding-right: 10px;
    border-radius: 10px;
}

.breadcrumb-item {
    padding-top: 7px;
}

.breadcrumb-item.active {
    font-size: 18px;
    color: white;
    background: #24A29F;
    padding: 5px 10px;
    border-radius: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.h-kanal {
    background: #24A29F url('../images/bg-header.png');
    background-size: contain;
    background-repeat: no-repeat;
}
