
/*backind*/
.backind{
    width: 100%;
    height: 365px;
    background-color: hsl(0, 97%, 24%);
}
/*button kategori*/
.btn-niceso-kategori{
    padding: 7px 14px;
    background: linear-gradient(90deg,#ff2e2e,#c71e1e);
    border-radius: 7px;
    color: #000000;
    text-decoration: none;
    border: none;
    float: right;
}
.btn-niceso-kategori:hover{
    background: #c71e1e;
    color: #ffffff;
}
.btn-niceso-kategori a{
    text-decoration: none;
    color: #ffffff;
}
.btn-niceso-kategori a:hover{
    text-decoration: none;
    color: #ffffff;
}
.gambar-online-shop a:hover{
    width: 20%;
}
.page-niceso a{
    background-color: #633303; padding: 15px; border-radius: 5px; margin-right: 5px; text-decoration:none; color:white; font-weight:bold;
}
/*footer*/
.footer-niceso{
    background: red;
}
/*widget*/
/*For PC*/
.pencarian_homepage {
    width: 100%;
    height: 300px;
}
.teksdiatas {
    text-align: center;
    font-size: x-large;
    padding: 80px 120px 5px 120px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.teksdeskripsi {
    text-align: center;
    font-size: normal;
    padding: 3px 120px 3px 120px;
    text-decoration: none;
    color: white;
}
.icon-bar {
        width: 100%;
        overflow: auto;
        margin-top: -40px;
        padding: 0px 20px 30px 20px;
    }
    .icon-bar a {
        float: left;
        width: 20%;
        color: white;
        transition: all 0.3s ease;
        text-align: center;
        font-size: 34px;
        padding: 10px;
        position: center;
        text-decoration: none;
    }
    .icon-bar a:hover {
        background-color: #c71e1e;
        color: white;
        border-radius: 10px;
        transition: 0.5s;
    }
.search-box11 {
    padding: 3px 120px 3px 120px;
    
}
.search-box1 {
    position: relative;
    background: white;
    width: 70%;
    max-width: 100%;
    margin-left: 15%;
    margin-right: 15%;
    height: 60px;
    border-radius: 40px;
    padding: 10px;
    margin-top: -120px;
    
}
.search-box1:hover > .search-btn1 {
    background:white;
    color: rgb(0, 0, 0);
}
.search-btn1 {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(110, 40, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.search-txt1 {
    border: none;
    background: none;
    margin-left: 8px;
    outline: none;
    float: left;
    padding: 0;
    color: black;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 240px;
}

/*fOR ANDROID*/
@media only screen and (max-width: 800px) {
    .pencarian_homepage {
        margin-left: -15px;
        width: 110%;
    }
    .teksdiatas {
    text-align: left;
    font-size: x-large;
    padding: 80px 60px 5px 60px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    }
    .teksdeskripsi {
    text-align: left;
    font-size: normal;
    padding: 3px 80px 3px 60px;
    text-decoration: none;
    color: white;
    }
    .pencarian_homepage form {
        padding: 0px 30px 5px 30px;
    }
}
@media only screen and (max-width:800px) {
        .icon-bar {
            margin-left: -15px;
            width: 110%;
            margin-top: -30px;
            padding: 0px 20px 20px 20px;
        }
        .icon-bar a {
            padding: 15px;
            font-size: 28px;
        }
    }
@media only screen and (max-width: 800px) {
    .search-box11 {
        padding: 3px 30px 3px 25px;
    }
    .search-box1 {
        background: white;
        height: 60px;
        width: 60%;
        border-radius: 40px;
        padding: 10px;
        margin-top: -110px;
        margin-left: 15px;
    }
    .search-box1:hover > .search-btn1 {
        background: white;
        color:#853c08;
        border:1px solid #853c08;
    }
    .search-btn1 {
        color: white;
        float: right;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: red;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s;
    }
    .search-txt1 {
        border: none;
        background: none;
        outline: none;
        float: left;
        padding-left: 10px;
        color: black;
        font-size: normal;
        transition: 0.4s;
        line-height: 40px;
        width: 50%;
    }
}