.container {
    padding-top: 40px;
}

body {
    background-image: url('../images/productbg.png');
    background-repeat: no-repeat;
}

.content-image {
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(to right bottom, #1363DF, #508AC8, #64ABDF, #6EC7EB);
}

.name-price {
    padding-left: 0px;
}

.div-img {
    /* height: 200px; */
    height: 130px;
}

.div-description {
    /* min-height: 100px; */
    padding-top: 5px;
}

.card-content{
  padding: 24px 24px 0 24px !important;
}

.img-loop {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.row-product {
    height: 50px;
    margin-bottom: 0 !important;
}

.btn-detail {
    border-radius: 5px;
    background-color: #64ABDF !important;
}

.nama-produk {
    color: #01A0B5;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
}

.input-output {
    font-weight: 600;
    letter-spacing: 0em;
}

.short-description {
    font-weight: 400;
    letter-spacing: 0em;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.2em;
}

.harga {
    color: #4C72E6;
    font-size: 12px;
    font-weight: 500;
}

.search {
    border-radius: 8px;
    width: 100%;
    height: 32px;
    background-color: #ffffff;
    padding-left: 30px;
    border: 1px solid #dedede;
}

.search::placeholder {
    padding-left: 0px;
    color: #9D9D9D;
}

.relative {
    margin-top: 10px;
    position: relative;
}

.icon-left {
    color: #9D9D9D;
    padding-left: 8px;
    position: absolute;
    top: 5px;
}

.menu {
    font-weight: 600;
    margin-top: 10px;
}

.menu-container {
    width: 100%;
}

.ash {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #dedede;
}

hr {
    border-top: 1px solid #dedede;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #4974E7;
}


[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
    background-color: #4974E7;
}

.submenu {
    font-size: 12px !important;
    color: #303032;
}

.product-result-container {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.product-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.product-card .card-action {
    border-radius: 0 0 10px 10px !important;
}

.card .card-action{
  padding: 10px !important;
}

.div-price {
    padding-bottom: 5px;
    padding-right: 20px;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after{
    background-color: #2F89DE !important;
    border: 2px solid #2F89DE !important;
}

.contactus {
    width: 100%;
    min-height: 600px;
    background-image: url(../images/footer-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contactus .separator {
    width: 100%;
    height: 300px;
}

.form-container {
    max-width: 600px;
}

.info-address {
    font-size: .8rem;
}

.title-info-address {
    font-size: 1.2rem;
}
.footer-container {
    position: absolute;
    bottom: 20px;
    left: 0;
}

@media (max-width:992px) {
    .lr-container {
        padding-left: 10%;
        padding-right: 10%;
    }
}


@media (max-width:745px) {
    .one-work {
        flex: 0 0 calc((100% / 2) - 16px);
    }
}
