/* Section Banner Products */

section.banner-product {
    position: relative;
    border-bottom: 10px solid #2f2f2f;
    overflow: hidden;
    height: 14.5vw;
}

@media only screen and (max-width: 768px) {
    section.banner-product {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-bottom: none;
        height: 150px;
        background-size: cover !important;
    }
}

section.banner-product h1 {
    padding-top: 8vw;
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.banner-product h1 {
        padding-top: 6.5vw;
        font-size: 30px;
    }

    section.banner-product h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.banner-product h1 {
        padding-top: 3.5vw;
    }
}

@media only screen and (max-width: 768px) {
    section.banner-product h1 {
        padding-top: 20px;
        font-size: 26px;
    }


    section.banner-product h3 {
        padding-bottom: 0;
        font-size: 24px;
    }
}

section.banner-product h3 a {
    color: white;
    text-decoration: none;
    transition: .3s;
}

section.banner-product h3 a:hover {
    color: rgb(0, 0, 0);
}

/* Akhir Section Banner Products */


/* Section Products View */

section.product-view {
    padding: 50px 0;
}

section.product-view .img-product {
    max-width: 100%;
    max-height: 260px;
}

@media only screen and (max-width: 768px) {
    section.product-view .img-product {
        max-height: 150px;
    }

    section.product-view {
        padding-bottom: 100px !important;
    }
}

section.product-view img.lazy {
    min-width: 100px;
    min-height: 100px;
    display: block;
}

/* Tabel Produk */
section.product-view .dataTables_filter {
    margin-bottom: 30px;
    margin-left: -15px;
}

section.product-view tr {
    border: none;
    border-radius: 30px;
    height: 500px;
    margin-bottom: 20px;
    margin-right: 10px;
}

section.product-view tr td:first-child {
    max-height: 300px;
}

section.product-view tr td:last-child {
    max-height: 250px;
}

/* Floating Button */

@media only screen and (max-width: 768px) {
    section.product-view tr {
        height: 400px;
        margin: auto;
    }
}

section.product-view tr.col-costum {
    position: relative;
}

@media only screen and (max-width: 768px) {
    section.product-view tr.col-costum {
        width: 47%;
    }
}

@media only screen and (min-width: 769px) {
    section.product-view tr.col-costum {
        width: 32%;
    }
}

section.product-view tr td {
    border: none;
}

section.product-view tr td:first-child {
    height: 300px;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    section.product-view tr td:first-child {
        height: 180px;
    }
}

section.product-view tr td:not(:first-child) {
    background: rgb(65, 64, 66);
    background: radial-gradient(circle, rgba(65, 64, 66, 1) 6%, rgba(7, 7, 7, 1) 100%);
    color: #ffa500;
    height: 100%;
    font-size: 14px;
}

#table-products_filter label input {
    width: 20%;
    padding-left: 35px;
    border-radius: 5px;
    border: 3px solid black;
    transition: .5s;
}

#table-products_filter label {
    width: 100%;
    background-image: url(../../files/icon/search.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 30px;
    background-position: 4px 6px !important;
}

#table-products_filter label input:focus {
    width: 35%;
}

@media only screen and (max-width: 740px) {
    #table-products_filter label input {
        width: 40%;
    }

    #table-products_filter label input:focus {
        width: 100%;
    }

    #table-products_filter label {
        width: 100%;
    }

    section.product-view .dataTables_filter {
        margin-left: 0;
    }
}

section.product-view .dataTables_filter label {
    font-family: Arial, Helvetica, sans-serif;
}

/* Akhir Tabel Produk */



/* Akhir Section Products View */


/* Button View Produk */

.btn-view-produk {
    position: absolute;
    background: rgb(249, 160, 27);
    transition: .4s;
    border-radius: 20px;
    bottom: 10px;
    left: 30px;
    right: 30px;
}

.btn-view-produk:hover {
    color: white;
    background: #ffa807;
}

@media only screen and (max-width: 375px) {
    .btn-view-produk {
        font-size: 12px;
    }
}


/* Akhir Button View Produk */