html {
    margin: 0;
    padding: 0;
    line-height: 1;
    overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
}

hr, .hr {
    border-width: 0 0 1px 0;
    border-style: solid;
    color: #1d456f;
    border-color: #72a3c2;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0px 0px 18px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    font-size: 15px;
    color: rgba(15, 15, 15, 0.88);
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:focus {
        outline: none;
}

p {
    line-height: 1.3;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

ul {
    list-style: square;
}

li {
    margin-left: 20px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}
html {
    font-size: 15px;
}

footer {
    /* position: absolute;
    bottom: 0; */
    margin-top: 5rem;
}

footer div.footer {
    padding: 1rem 0;
    background: #0a693a;
    color: white;
    border-top: 5px solid #8fc447;
}

footer div.footer a {
    color: white;
}

/* footer div.footer a:hover {
    color: #0a693a;
} */

/* @media (max-width: 767px) {
    footer {
        position: absolute;
        bottom: 0;
        margin-top: 0rem;
    }
} */
header,
content, 
main,
footer,
aside,
article,
div,
h1,
h2,
h3,
h4,
h5 {
    width: 100%;
    float: left;
}

div::after,
div:after,
table::after {
    content: "";
    clear: both;
    display: table;
}

form td {
    border: none;
    word-wrap: break-word;
}

form label,
form input,
form textarea {
    width: 100%;
    float: left;
    /*resize: none;*/
}

form label {
    font-weight: bold;
    padding: 3px;
}

label span {
    font-weight: normal;
    display: block;
    cursor: pointer;
}

form label.label {
    padding: 0 !important;
}

form label span {
    padding: 4px 30px;
}

form label, form input, form textarea {
    width: 100%;
    float: left;
}

fieldset {
    margin-bottom: 10px;
}

legend {
    font-size: 12pt;
    font-weight: bolder;
}

select {
    width: 100%;
}

input, textarea, select {
    border: 1px solid rgba(0,0,0,.125);
    /* border-radius: 5px; */
    padding: 10px 10px;
    font-size: 11pt;
    box-shadow: 0 1px 6px 0 var(--N700,rgba(49,53,59,0.12));
    box-sizing: border-box;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid rgb(105, 163, 250);
    outline: none;
    box-shadow: 0 1px 6px 0 var(--N700,rgb(83, 149, 248));
}

/* select option:hover {
    background-color: #0a693a;
} */

.outer {
    padding: 0 5px;
}

.outer.dashboard, .outer.format, .outer.datagudang, .outer.beranda {
    margin-top: 75px;
}

table {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #feb600;
}
thead {
	border-bottom: 2px solid #0066ae;;
	background: #feb600;
    color: black;
}
tbody {
	border: 1px solid #feb600;
    text-align: center;
}

/* tbody tr:hover {
	color: white;
	background: #0bc950;
} */

th, td {
	padding: 5px;
	/* vertical-align: middle; */
}
th {
	font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {
    .outer.dashboard, .outer.format, .outer.datagudang, .outer.beranda {
        margin-top: 60px;
    }   
}

.form {
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    /* border-radius: 8px; */
    padding: 15px;
    box-shadow: 0 1px 6px 0 var(--N700,rgba(49,53,59,0.12));
}

.border {
    border: 2px solid rgba(0,0,0,.125);
    /* border-radius: 8px; */
    padding: 0px 5px;
    box-shadow:  0 1px 6px 0 var(--N700,rgba(49,53,59,0.12));
}

/* button */
.btn-success {
    border: 1px solid #0066ae;
    background-color: #0066ae;
    color: white;
    /* border-radius: 10px; */
    padding: 5px 15px;
    font-size: 14pt;
}

.btn-green {
    background: #009b00;
    border: 1px solid #009b00;
    color: white;
    padding: 5px 15px;
    font-size: 14pt;
}

.btn-success:hover {
    border: 1px solid #0069d9;
    background-color: #0069d9;
    cursor: pointer;
}
.btn-green:hover {
    border: 1px solid #03c103;
    background-color: #03c103;
    cursor: pointer;
}

.btn-warning {
    border: 1px solid #feb600;
    background-color: #feb600;
    /* border-radius: 5px; */
    padding: 5px 15px;
    font-size: 14pt;
    color: black;
}

.btn-warning:hover {
    border: 1px solid #f59f23;
    background-color: #f59f23;
    cursor: pointer;
}

.btn-danger {
    border: 1px solid #c70740;
    background-color: #c70740;
    color: white;
    /* border-radius: 5px; */
    padding: 5px 15px;
    font-size: 14pt;
}

.btn-danger:hover {
    border: 1px solid #c82333;
    background-color: #c82333;
    cursor: pointer;
}

.btn-scroll {
    border: 1px solid #8fc447;
    background-color: #8fc447;
    color: white;
    /* border-radius: 5px; */
    padding: 5px 15px;
    font-size: 14pt;
}

.btn-block {
    width: 100%;
}

.btn-sm {
    padding: 4px 10px;
    font-size: 10pt;
}
/* text align */
.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

/* margin */
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.mx5 {
    margin: 0 5px;
}

.mx10 {
    margin: 0 10px;
}

.my5 {
    margin: 5px 0;
}

.my10 {
    margin: 10px 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.m0a {
	margin: 0 auto;
	float: none;
}
.mb5 {
	margin-bottom: 5px;
}

.mr10 {
	margin-right: 10px;
}

/* padding */
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.px5 {
    padding: 0 5px;
}

.px10 {
    padding: 0 10px;
}

.py5 {
    padding: 5px 0;
}

.py10 {
    padding: 10px 0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

/* float */
.fr {
    float: right;
}

.fl {
    float: left;
}

/* width */
.wa {
width: auto;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30{
    width: 30%;
}

.w33 {
    width: calc(100%/3);
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
    float: left;
}

.w60 {
    width: 60%;
}

.w66 {
    width: calc(100%*2/3);
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
    float: left;
}

.w50:nth-child(odd){
    padding-right: 3px;
}

.w50:nth-child(even){
    padding-left: 3px;
}

/*	FONT SIZE	*/
.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-36 {
	font-size: 36px;
}

.fs-48 {
	font-size: 48px;
}

.bold {
    font-weight: bolder;
}

@media (max-width: 767px) {
    .w50 {
        width: 100%;
    }

    .w50:nth-child(odd) {
        padding-right: 0px;
    }

    .w50:nth-child(even){
        padding-left: 0px;
    }

    input, textarea, select {
        padding: 6px 6px;
        font-size: 10pt;
    }
}

/* ==========SCROLL BACK TO TOP========== */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
}
/* ==========END SCROLL BACK TO TOP========== */

/* ========= MODAL ========== */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 5% 20% 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
/* Modal Dialog */
.modal-dialog {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    max-width: 100%;
    border-radius: 8px;
}

.modal-header {
    text-align: center;
    font-size: 24pt;
    font-weight: bolder;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 1rem;
}

.modal-content {
    border: none;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #0a693a;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .btn-top {
        padding: 0;
    }

    table.aktif, table.nonaktif {
        margin-left: 0;
    }

    table button, th, td {
        font-size: 75% !important;
    }

    .btn-submit-akun {
        font-size: 10pt;
    }

    .modal {
        padding: 15% 5%;
    }

    .modal-header {
        font-size: 150%;
    }
}

@media (max-width: 1110px) {
    h2.input-user {
      margin-top: 4rem;
      padding: 0px;
      font-size: 20px;
    }
  }

  /* ========= END MODAL ========== */

  /* nav */
    @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
    * {
        box-sizing: border-box;
        font-family: Assistant, Times;
    }

    nav {
        margin-bottom: 10px;
    }

    nav.menu-top {
        color: #008d06;
        float: left;
        width: 100%;
        position: sticky;
        top: 0;
        height: 0%;
        margin-bottom: 0px;
        box-shadow: none;
    }

    nav.menu-top a {
        color: black;
        font-weight: bolder;
    }

    nav.menu-top ul {
        list-style: none;
        display: block;
        width: auto;
        margin-top: 7px;
    }

    nav.menu-top ul li {
        overflow: visible;
    }

    /* nav.menu-top ul ul, */
    nav.menu-top ul .group-child1 {
        width: 200px;
        margin-left: -10px;
    }

    nav.menu-top ul ul li {
        width: 100%;
    }

    nav.kedua button {
        margin-right: 3px;
    }

    button {
        border-radius: 3px;
        cursor: pointer;
        background: #008d06;
        color: #fff;
        border: none;
        font-size: 16px;
    }

    button:hover {
        background: #feb600;
    }

    .border {
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 3px;
        box-shadow: 0 1px 6px 0 var(--N700,rgba(49,53,59,0.12));
    }

    fieldset {
        border: 2px solid rgba(0,0,0,.125);
        box-shadow: 0 1px 6px 0 var(--N700,rgba(49,53,59,0.12));
    }

    tr {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    tr:hover {
        background: unset;
    }

    tr:last-child {
        border-bottom: 0px;
    }

    .menu-top ul li {
        float: left;
        /* width: auto; */
        padding: 8px 10px;
        margin-left: 0;
    }

    .menu-top ul li:hover {
        background-color: #feb600;
        color: black;
        border-radius: 3px;
        cursor: pointer;
    }

    .menu-top ul li:hover .group-child1 {
        display: block;
    }

    .menu-top .group-child1 {
        background-color: rgb(32, 32, 32);
        color: white;
        display: none;
        position: absolute;
        top: 30px;
        /* left: 0; */
    }

    li.img-beranda {
        padding: 0px 10px !important;
    }

    .menu-top ul li.img-beranda:hover {
        background-color: unset;
    }

    li.li-main.BERANDA {
        display: none;
    }

    li.li-main.active, li.li-main-right.active {
        background-color: #feb600;
        color: black;
        border-radius: 3px;
    }

    li.li-main.active:hover, li.li-main-right.active:hover {
        background-color: #feb600;
        color: black;
    }

    .outer {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 72px);
    }

    /* icon toggle */
    .border-icontoggle {
        width: 25px;
        height: 25px;
        padding: 0.15rem;
        border-radius: 5px;
        background: #008d06;
        border: 1px solid white;
        cursor: pointer;
        margin: 5px;
        display: none;
    }
    .icontoggle {
        width: 15px;
        height: 2px;
        background-color: white;
        margin: 2px 1px;
    }

    @media (max-width: 991px) {
        nav.menu-top {
            height: unset;
        }
        
        nav.menu-top ul {
            margin-top: unset;
        }

        li.img-beranda {
            display: none;
        }

        li.li-main.BERANDA {
            display: block;
        }

        .border-icontoggle {
            display: block;
        }

        #menu-dropdown {
            display: none;
        }

        ul.fl.group-main {
            width: 30%;
        }

        li.li-main {
            width: 100%;
        }
    }
  /* end nav */

  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0.25rem;
}
a {
    color: #212529;
}

a:hover {
    text-decoration: none;
    color: #feb600;
}

.navbar-brand img {
    width: 160px;
    max-width: 100%;
}

.navbar-light .navbar-toggler {
    padding: 0.25rem 0.45rem;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.card {
    box-shadow: 0 1px 6px 0 var(--N700,rgba(49,53,59,0.12));
}
.col-md-2 {
    padding-right: 8px;
    padding-left: 8px;
}

#carouselbanner .carousel-indicators {
    margin-bottom: 0.3rem;
    z-index: 2;
}

#carouselbanner .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 140px;
    }

    #carouselbanner .carousel-indicators {
        margin-bottom: -3px;
    }

    #carouselbanner .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
}

#imgSlider .carousel-indicators {
    position: static;
    margin-top: 10px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

#imgSlider .carousel-indicators>li {
    width: 40px;
}

#imgSlider .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#imgSlider .carousel-indicators li.active img {
    opacity: 1;
}

#imgSlider .carousel-indicators li:hover img {
    opacity: 0.75;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-tabs .nav-link.active {
    color: green;
    font-weight: bold;
}

.nav-tabs .nav-link:hover {
    color: green;
    font-weight: bold;
}

.modal-backdrop {
    z-index: 10;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.nav-tabs .nav-link:hover {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
}

/* nav keranjang */
.keranjang {
    color: darkgrey;
    font-size: 20px;
}

.keranjang:hover {
    color: green;
}

.modal-header.keranjang {
    padding: 1rem;
}

.modal-header.keranjang .modal-title{
    font-size: 12pt;
}

.modal#keranjang .modal-header, .modal#masuk .modal-header {
    background-color: white !important;
}

hr.keranjang {
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}

.itemKeranjang {
    margin-right: 0;
    margin-left: 0;
    align-items: center;
    justify-content: center;
}

.itemKeranjang .imgProdukKeranjang {
    float: left;
    width: 50px;
    margin-left: 5px;
}

.itemKeranjang .ketProdukKeranjang {
    width: 250px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.itemKeranjang .ketProdukKeranjang .titleProdukKeranjang {
    font-size: 10pt;
    font-weight: bolder;
    max-width: 315px;
    margin-bottom: -5px;
}

.itemKeranjang .ketProdukKeranjang .ket {
    font-size: 8pt;
}

.itemKeranjang .ketHargaKeranjang {
    width: 150px;
}

.itemKeranjang .ketHargaKeranjang .harga {
    font-size: 1.07143rem;
    font-weight: 700;
    color: var(--Y500, #FA591D);
    text-align: right;
}

/* halaman keranjang */
.rowTokoKeranjang {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    align-items: center;
}

.rowTokoKeranjang .checkbox label {
    margin-bottom: 0;
}

.checkbox .cr {
    position: relative;
    border: 1px solid green;
    border-radius: 0.25rem;
    width: 1.3rem;
    height: 1.3rem;
    float: left;
    margin-right: 0.5rem;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 0.8rem;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: green;
}


.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: 0.5;
}

/* nav profil */
.profil {
    color: darkgrey;
    font-size: 20px;
}

.profil:hover {
    color: green;
}

/* halaman profil */
.card-body.halProfil {
    padding: 1rem;
}

.row.akunProfil {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.akunProfil .namaAkunProfil {
    margin-left: 1rem;
}

.akunProfil .namaAkunProfil .card-title {
    max-width: 150px;
    font-weight: bolder;
    font-size: 10pt;
    margin-bottom: -5px;
}

hr.hrHalProfil {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.row.halProfilRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-weight: bolder;
}

/* biodata diri */
.rowBiodata {
    margin-top: 1rem;
    margin-left: 1rem;
}

.rowBiodata .titleBiodata {
    font-size: 10pt;
    font-weight: bolder;
    width: 140px;
}

.rowBiodata .titikDuaBiodata {
    font-size: 10pt;
    width: 10px;
}

.rowBiodata .isiBiodata {
    font-size: 10pt;
    width: auto;
}

/* daftar alamat profil */
.card.card-body.dataAlamat {
    margin-top: 1rem;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1rem;
    border: 1px solid green;
    background-color: rgba(40, 245, 125, 0.25);
}

.row.rowDataAlamat {
    justify-content: space-between;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
}

.row.rowDataAlamat .isiAlamat {
    width: 100%;
}

.isiAlamat .namaPenerima {
    font-size: 12pt;
    font-weight: bolder;
}

.isiAlamat .noHpPenerima {
    font-size: 10pt;
}

.isiAlamat .alamatPenerima {
    font-size: 10pt;
}

.isiAlamat .ketUbah {
    margin-top: 1rem;
}

.isiAlamat .ketUbah .ketUbahLink {
    font-weight: bolder;
    font-size: 8pt;
    color: green;
}

.row.rowDataAlamat .statusAlamat {
    color: green;
}

/* modal status kiriman */
.modalStatusKiriman {
    color: green;
}

.modalStatusKiriman:hover {
    font-weight: bolder;
    color: darkgreen;
}

/* hal reset password */
.resetpassword {
    width: 100%;
    border: none;
    border-bottom: 1px solid grey;
    padding: 10px 0;
    color: grey;
    font-weight: 300;
    outline: none;
}

/* banner index.php */
.banner {
    border-radius: 0.5rem;
}

@media (max-width: 767px) {
    .banner {
        border-radius: 0.25rem;
    }
}

/* best seller index.php */
.produkBest #produk {
    width: 11rem;
}

.produkBest #produk #produkjual .card-title {
    max-width: 160px;
}

.kiriBest, .kananBest, .kiriBanner, .kananBanner {
    width: 30px;
    height: 30px;
}

.kiriBest, .kiriBanner {
    margin-left: -10px;
}

.kananBest, .kananBanner {
    margin-right: -10px;
}

.carouselbest2 .carousel-item.active,
.carouselbest2 .carousel-item-next,
.carouselbest2 .carousel-item-prev {
    display: flex;
}

.carouselbest2 .carousel-item-right.active,
.carouselbest2 .carousel-item-next {
    transform: translateX(50%);
}

.carouselbest2 .carousel-item-left.active, 
.carouselbest2 .carousel-item-prev {
    transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 992px) {
    .carouselbest2 .carousel-item-right.active,
    .carouselbest2 .carousel-item-next {
        transform: translateX(33.33%);
    }

    .carouselbest2 .carousel-item-left.active, 
    .carouselbest2 .carousel-item-prev {
        transform: translateX(-33.33%);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .carouselbest2 .carousel-item-right.active,
    .carouselbest2 .carousel-item-next {
        transform: translateX(25%);
    }

    .carouselbest2 .carousel-item-left.active, 
    .carouselbest2 .carousel-item-prev {
        transform: translateX(-25%);
    }
}

@media (min-width: 1200px) {
    .carouselbest2 .carousel-item-right.active,
    .carouselbest2 .carousel-item-next {
        transform: translateX(16.6%);
    }

    .carouselbest2 .carousel-item-left.active, 
    .carouselbest2 .carousel-item-prev {
        transform: translateX(-16.6%);
    }
}

.carouselbest2 .carousel-item-right,
.carouselbest2 .carousel-item-left{ 
    transform: translateX(0);
}

/* PROMO HOME */
.promo-home {
    margin-left: 0;
    margin-right: 0;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 0.5rem;
}

.promo-home h4 {
    margin-bottom: 0;
}

.promo-home-waktu {
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    padding-left: 12px;
}

.promo-home-waktu .title {
    padding-right: 8px;
    font-size: 15px;
    color: rgba(49, 53, 59, 0.68);
    font-weight: bolder;
}

.promo-home-banner {
    margin-bottom: 1.5rem;
}

.promo-home-banner img {
    border-radius: 0.25rem;
}

.promo-home-banner .row {
    margin-left: -5px;
    margin-right: -5px;
}

.promo-home-banner .col-md-5, .promo-home-banner .col-md-6, .promo-home-banner .col-md-7 {
    padding-left: 5px;
    padding-right: 5px;
}

.promo-home-banner .banner-lg, .promo-home-banner .banner-sm .col-md-6 {
    margin-bottom: 5px;
}

/* .promo-home-banner .banner-sm img {
    height: 190px;
} */

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 14px;
    font-weight: bolder;
}

#clockdiv div {
	padding: 4px 8px;
	border-radius: 3px;
	background: #D6001C;
	display: inline-block;
}

#clockdiv .titik-dua {
  color: #D6001C;
  background-color: white;
  padding: 2px;
}

@media (max-width: 767px) {
    .promo-home {
        justify-content: space-between;
    }

    .promo-home h4 {
        font-size: 1rem;
    }

    .promo-home-banner .col-md-6 {
        width: 50%;
    }

    .promo-home-banner .banner-sm img {
        height: unset;
    }

    .promo-home-waktu .title {
        font-size: 10px;
        padding-right: 4px;
    }

    #clockdiv .titik-dua {
        padding: 0;
    }
    
    #clockdiv {
        font-size: 10px;
    }

    #clockdiv div {
        padding: 2px 5px;
    }

    /* all-produk */
    .all-produk h4 {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 781px) {
    .promo-home-banner .banner-sm img {
        height: 126px;
    }
}

@media (min-width: 782px) and (max-width: 800px) {
    .promo-home-banner .banner-sm img {
        height: 129px;
    }
}

@media (min-width: 801px) and (max-width: 1199px) {
    .promo-home-banner .banner-sm img {
        height: 130px;
    }
}

/* END PROMO HOME */


.produkBest {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}
#produk:hover {
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px rgb(77 77 77 / 20%);
}

.card-img-top{
    /* width: 175px;
    height: 175px; */
    border-radius: 0.25rem;
}

#produkjual {
    padding: 0.50rem;
    border-radius: 0.25rem;
}

.card-title {
    font-size: 9pt;
    margin-bottom: 2px;
}

.card-harga_diskon {
    margin-bottom: 1px;
}

.card-harga_ril {
    color: grey;
    font-size: 8pt;
}

.card-desc {
    margin-bottom: 3px;
    font-size: 8pt;
}

.form-inline label {
    justify-content: left;
}

.produk {
    color: #212529;
}

.produk:hover {
    text-decoration: none;
    color: #212529;
}

/* produk lainnya index.php */
.produkLainnya {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}

.produkLainnya #produk {
    width: 11rem;
}

.produkLainnya #produk #produkjual .card-title {
    max-width: 160px;
}

/* produk beli (oilfit1.php) */
p.ketJudul {
    font-size: 10pt;
}

hr.garisJudul {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

div.harga-diskon {
    font-weight: bolder;
    font-size: 20pt;
}

div.harga-diskon.beli {
    font-weight: bolder;
    font-size: 14pt;
}

p.harga-ril {
    color: grey;
    font-size: 10pt;
    margin-top: 0;
    margin-bottom: 0;
}

p.ketHarga {
    font-size: 8pt;
}

div.berat {
    font-weight: bolder;
    font-size: 12pt;
    margin-bottom: 0.3rem;
}

div.garansi {
    margin-bottom: 0;
    color: darkred;
}

p.ketGaransi {
    font-size: 8pt;
    font-style: italic;
}

div.titleSubtotal {
    font-size: 12pt;
    font-weight: bolder;
}

.item-desc .col-md-6.btn-beli {
    float: right;
}

/* ulasan produk beli (oilfit1.php) */
.bintangUlasan {
    text-align: center;
    margin-left: 2rem;
}

.barUlasan {
    height: 25px;
}

.barUlasan .barBintang {
    float: left;
    width: auto;
    margin-left: 3rem;
}

.barUlasan .ketBar {
    width: 150px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.barUlasan .barJumlah {
    float: left;
    width: auto;
}

/* cek pengiriman produk beli (oilfit1.php) */
.tab-content #detail img {
    width: 100%;
    height: 100%;
}

.titleSample {
    font-weight: bolder;
    margin-bottom: 1rem;
}

.sampleAlamat {
    align-items: center;
    justify-content: center;
}

.sampleAlamat .icon {
    float:left;
    width: auto;
    margin-left: 5px;
}

.sampleAlamat .alamat {
    width: 170px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 8pt;
}

.sampleAlamat .btnUbah {
    float:right;
    width: auto;
    font-size: 8pt;
}

.sampleEstimasi {
    align-items: center;
    justify-content: center;
}

.sampleEstimasi .icon {
    float:left;
    width: auto;
    margin-left: 5px;
}

.sampleEstimasi .ketEstimasi {
    width: 120px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.sampleEstimasi .ketEstimasi .tipe {
    font-size: 10pt;
    margin-bottom: 0;
    margin-bottom: 0;
    color: #212529;
}

.sampleEstimasi .ketEstimasi .lama {
    font-size: 8pt;
    margin-bottom: 0;
    margin-bottom: 0;
    color: #212529;
}

.sampleEstimasi .harga {
    float:right;
    width: auto;
    font-size: 10pt;
}

.sampleMetode {
    align-items: center;
    justify-content: center;            
}

.sampleMetode .icon {
    float:left;
    width: auto;
    margin-left: 5px;            
}

.sampleMetode .ketMetode {
    width: 190px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 10pt;
}

.sampleToko {
    align-items: center;
    justify-content: center;
}

.sampleToko .logoToko {
    float: left;
    margin-left: 5px;
}

.sampleToko .logoToko img {
    width: 70px;
    height: 70px;
}

.sampleToko .ketToko {
    width: 150px;
    margin-left: 0.5rem;
}

.sampleToko .ketToko .namaTokoOrder {
    font-size: 12pt;
    font-weight: bolder;
    margin-bottom: 0;
}

.sampleToko .ketToko .statusTokoOrder {
    font-size: 10pt;
    font-weight: bolder;
    color: green;
    margin-bottom: 0;
}

.sampleToko .ketToko .nilaiTokoOrder {
    font-size: 8pt;
    margin-bottom: 0;
}

.sampleComment {
    align-items: center;
    justify-content: center;
}

.sampleComment .chat {
    font-size: 8pt;
}

.sampleComment .follow {
    font-size: 8pt;
    margin-left: 2rem;
    margin-right: 2rem;
}

.sampleComment .share {
    font-size: 8pt;
}

.sampleComment .share:hover {
    cursor: pointer;
    color: green;
}

/* SHARE POPUP */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.popup .popup-sosmed {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
  
.popup .popup-sosmed::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
/* TOGGLE SHARE POPUP */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
  
#isi-popup a i {
    font-size: 12pt;
    color: white;
}
  
#isi-popup a i:hover {
    color: green;
}

/* SHARE POPOUP TOKO */
.popup-toko {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.popup-toko .popup-sosmed {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 97%;
    margin-left: -80px;
}

.popup-toko .popup-sosmed::after {
    content: "";
    position: absolute;
    top: -27%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.popup-toko .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#isi-popup-toko a i {
    font-size: 12pt;
    color: white;
}
  
#isi-popup-toko a i:hover {
    color: green;
}

/* START - WARNING ERROR */
.warning-bg {
    position: absolute;
    text-align: center;
    z-index: -1;
    margin-top: 15px;
    margin-left: 1rem;
    display: block;
}

.warning-bg img {
    width: 55%;
}

.warning-img img{
    width: 100%;
}

@media (max-width: 767px) {
    .warning-bg {
        display: none;
    }
}

/* END - WARNING ERROR */
@media (max-width: 360px) {
    .popup-toko .popup-sosmed {
        bottom: -40%;
        left: 70%;
    }

    .popup-toko .popup-sosmed::after {
        top: 35%;
        left: 103%;
        border-color: transparent transparent transparent #555;
    }
}

@media (min-width: 361px) and (max-width: 530px) {
    .popup-toko .popup-sosmed {
        bottom: -40%;
        left: 75%;
    }

    .popup-toko .popup-sosmed::after {
        top: 35%;
        left: 103%;
        border-color: transparent transparent transparent #555;
    }
}

@media (min-width: 531px) and (max-width: 767px) {
    .popup-toko .popup-sosmed {
        bottom: -40%;
        left: 80%;
    }

    .popup-toko .popup-sosmed::after {
        top: 35%;
        left: 103%;
        border-color: transparent transparent transparent #555;
    }
}

@media (min-width: 768px) and (max-width: 867px) {
    .popup-toko .popup-sosmed {
        bottom: 65%;
        left: 40%;
    }

    .popup-toko .popup-sosmed::after {
        top: 35%;
        left: 103%;
        border-color: transparent transparent transparent #555;
    }
}
/* ANIMASI SHARE POPUP */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
  
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* checkout produk (checkoutoilfit1.php) */
.card-body.listBarang {
    padding: 0.5rem;
}

#listPesanan {
    padding-right: 0;
    padding: 0;
    margin-bottom: 0;
}

.row.listPesanan {
    align-items: center;
    margin-left: 0px;
    margin-right: 0;
}

.imgProdukCheckout {
    max-width: 90px;
}

.ketProdukCheckout {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 8px;
}

.ketProdukCheckout .judul {
    font-size: 10pt;
    margin-bottom: 2px;
}


.ketProdukCheckout .harga {
    font-size: 12pt;
}

.ketProdukCheckout .hargaCoret {
    font-size: 8pt;
}

.ketProdukCheckout .berat {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
}

.quantityCheckout {
    width: 110px;
    padding-right: 0;
    padding-left: 0;
}

button.btn.jml-pesan, button.btn.ah-krj-jml-pesan {
    padding: 0.05rem 0.25rem;
    font-size: 10pt;
    border-radius: 50%;
}

.quantityCheckout input.jumlah.quantity {
    height: 30px;
    width: 50px;
    text-align: center;
    font-size: 12px;
}

p.subtotal {
    margin-left: 5px;
    text-align: left;
    font-weight: bolder;
    font-size: 20pt;
}

p#subtotalSM {
    margin-left: 5px;
    text-align: left;
    font-weight: bolder;
    font-size: 14pt;
}

.alert-dismissible #removeItemCheckout {
    padding: 0;
    font-size: 16pt;
}

/* data pemesanan checkout produk (checkoutoilfit1.php) */
.dataPemesan label {
    font-weight: bolder;
    font-size: 10pt;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.dataAlamat label {
    /* font-weight: bolder; */
    font-size: 10pt;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.area-referensi {
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    background: white;
    height: 200px;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    z-index: 10;
}

.area-referensi-cell:hover {
    cursor: pointer;
    background: #ced4da;
}

.area-referensi-cell {
    padding: 3px 5px;
}

.pilPengiriman {
    font-weight: bolder;
    font-size: 12pt;
}

.titleEstimasi {
    font-size: 10pt;
    font-weight: bolder;
    margin-left: 1rem;
}

.ketEstimasi {
    margin-left: 1.5rem;
}

.metode {
    font-weight: bolder;
    font-size: 12pt;
}

.row.daftar-bank {
    display: none;
}

.titledaftarBank {
    font-size: 10pt;
    font-weight: bolder;
    margin-left: 1rem;
}

ul.daftarBank {
    font-size: 10pt;
    margin-bottom: 0;
}

.was-validated .form-check-input:valid~.form-check-label {
    color: #212529;
}

/* ringkasan belanja checkout produk (checkoutoilfit1.php) */
.checkout .form-check-label {
    margin-top: 2.5px;
}

div.card-body.ringakasan {
    padding: 1rem;
}

.titleRingkasan {
    font-size: 1.07143rem;
    font-weight: bolder;
    margin-bottom: 5px;
}
.row .ringkasanBelanja {
    align-items: center;
    justify-content: center;
}
.titletotalHarga, .titletotalOngkir, .titlebiayaLainnya {
    font-size: 14px;
    color: rgba(0,0,0,.54);
    padding-left: 5px;
}

div.totalHarga, div.totalOngkir, div.biayaLainnya {
    font-size: 14px;
    color: rgba(0,0,0,.54);
}

.titletotalTagihan {
    font-size: 1.07143rem;
    font-weight: bolder;
    padding-left: 5px;
}

div.rpTotalTagihan {
    font-size: 1.07143rem;
    font-weight: 700;
    color: var(--Y500, #FA591D);
    text-align: right;
}

p.rpSubtotal {
    text-align: right;
    font-weight: bolder;
    font-size: 20pt;
    margin-left: 2rem;
}

.modal-title {
    color: #212529;
}

/* footer */
.row.rowFooterUnggul {
    justify-content: center;
    align-items: center;
}

.imgUnggul {
    width: 110px;
}

.ketUnggul {
    width: 235px;
    text-align: justify;
}

/* halaman toko */
.card-body.halToko {
    padding: 1rem;
}

.fotoSampulToko {
    width: 100%;
    height: auto;
}

.halToko .imgToko {
    margin-left: 1rem;
}

.halToko .imgToko img {
    width: 70px;
    height: 70px;
}

.ketToko .namaToko {
    width: 355px;
    margin-left: 1rem;
    font-size: 14pt;
    font-weight: bolder;
}

.row.statusToko {
    margin-left: 1rem;
    width: 220px;
    align-items: center;
}
.statusToko .online {
    width: auto;
    background-color: rgba(39, 245, 106, 0.4);
    color: green;
    font-size: 8pt;
    font-weight: bolder;
    border-radius: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

.statusToko .ketOnline {
    width: 80px;
    font-size: 7pt;
    margin-left: 0.5rem;
}

.statusToko .alamatToko {
    width: 75px;
    font-size: 6pt;
}

.row.btnToko {
    margin-left: 1rem;
    margin-top: 5px;
}

.btnToko .follow {
    width: 100px;
}

.btnToko .follow .btn {
    font-size: 8pt;
    font-weight: bolder;
}

.btnToko .follow .btn .fa-plus {
    font-size: 5pt;
}

.btnToko .chatToko {
    width: 100px;
    margin-left: 5px;
}

.btnToko .chatToko .btn {
    font-size: 8pt;
    font-weight: bolder;
}

.halToko .nilaiToko {
    margin-top: 1rem;
    font-weight: bolder;
}

.ketNilaiToko .angkaNilaiToko {
    font-size: 14pt;
}

.ketNilaiToko .angkaNilaiToko .fas{
    color: gold;
}

.col-md-12.semuaProdukToko {
    padding-left: 0;
    padding-right: 0;
}

.col-md-10.tabProdukToko {
    padding-left: 0;
    padding-right: 0;
}

.card-body.etalaseToko {
    padding: 0.5rem;
}

.rowEtalaseToko {
    justify-content: space-between;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    align-items: center;
}

.titleEtalaseToko {
    font-weight: bolder;
}

.row.produkToko {
    align-items: center;
    margin-right: 2rem;
    margin-left: 0.25rem;
    justify-content: space-between;
}

.titleProdukToko {
    font-size: 12pt;
    font-weight: bolder;
    margin-left: 1rem;
}

.produkToko .titleUrutkanToko {
    width: 60px;
    font-weight: bolder;
}

.produkToko #urutkan {
    width: 120px;
    font-size: 10pt;
    padding: 2px;
}

.card-body.ulasanToko {
    padding: 1rem;
}

.titleProdukUlasanToko {
    font-size: 12pt;
    font-weight: bolder;
}

.imgProdukUlasanToko {
    margin-left: 0.5rem;
}

.costUlasanToko {
    margin-left: 2rem;
}

.costUlasanToko .namaCostUlasanToko {
    color: green;
    margin-left: 0.5rem;
    font-size: 10pt;
    font-weight: bolder;
}

.costUlasanToko .ketCostUlasanToko {
    margin-left: 0.5rem;
}

.costUlasanToko .bintangUlasanToko {
    color: gold;
    margin-top: 1rem;
}

.sellUlasanToko .row {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    align-items: center;
}

.sellUlasanToko .namaSellUlasanToko {
    color: green;
    margin-left: 0.25rem;
    font-size: 10pt;
    font-weight: bolder;
}

.sellUlasanToko .ketSellUlasanToko {
    margin-left: 0.25rem;
}

.sellUlasanToko .isiUlasanToko {
    margin-top: 0.25rem;
}

/* produk wishlist */
.row.rowProdukWishlist {
    align-items: center;
    margin-right: 2rem;
    justify-content: end;
}

.titleProdukWishlist {
    margin-left: 1rem;
    font-size: 12pt;
    font-weight: bolder;
}

.rowProdukWishlist .titleUrutkanWishlist {
    width: 60px;
    font-weight: bolder;
}

.rowProdukWishlist #urutkan {
    width: 120px;
    font-size: 10pt;
    padding: 2px;
}

.produkWishlist {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
}

.produkWishlist #produk {
    width: 11rem;
}

.produkWishlist #produk #produkjual .card-title {
    max-width: 160px;
}
/* toko favorit */
.row.tokoFavorit {
    align-items: center;
    margin-right: 1rem;
    justify-content: end;
}

.titleTokoFavorit {
    font-size: 12pt;
    font-weight: bolder;
}

.row.tokoFavorit .row .input-group {
    width: 200px;
}

.cardTokoFavorit:hover {
    box-shadow: 0px 3px 6px 0px rgb(77 77 77 / 20%);
}

.row.headerTokoFavorit {
    justify-content: space-between;
    align-items: center;
}

.row.ketTokoFavorit {
    margin-left: 1px;
}

.row.ketTokoFavorit .imgTokoFavorit img {
    width: 40px;
    height: 40px;
}

.row.ketTokoFavorit .ketNamaTokoFavorit {
    margin-left: 0.25rem;
}

.row.ketTokoFavorit .ketNamaTokoFavorit .namaTokoFavorit {
    font-weight: bolder;
    max-width: 100px;
}

.row.ketTokoFavorit .ketNamaTokoFavorit .alamatTokoFavorit {
    font-size: 8pt;
}

.row.produkTokoFavorit {
    justify-content: center;
}

.row.produkTokoFavorit img {
    margin-left: 2px;
    margin-right: 2px;
}

/* modal sampai detail */
.infoPengiriman .titleInfoPengiriman {
    font-size: 12pt;
    font-weight: bolder;
    margin-top: 1rem;
}

.rowKetPengiriman, .row.statusMetode, .row.statusTotal, .row.statusOngkir, .row.statusTotalBayar {
    margin-left: 0;
    margin-right: 0;
}

.rowKetPengiriman .titleKetPengiriman {
    width: 60px;
}

.rowKetPengiriman .isiKetPengiriman {
    margin-left: 0.25rem;
    width: 200px;
}

.tableDetailPengiriman {
    margin-top: 1rem;
}

.table.table-striped {
    border: 1px solid #dee2e6;
}

.table-success {
    border: 2px solid #8fd19e;
    font-size: 10pt;
}

.table-danger {
    border: 2px solid #ed969e;
    font-size: 10pt;
}

.table-warning {
    background-color: rgba(245, 215, 40, 0.75);
    border: 2px solid rgba(245, 190, 40, 1);
    font-size: 10pt;
}

.table-info {
    border: 2px solid #86cfda;
    font-size: 10pt;
}

.table td {
    border-top: 0;
    font-size: 10pt;
}

.titleStatusRincianPembayaran {
    font-size: 12pt;
    font-weight: bolder;
    margin-bottom: 0.25rem;
}

.hrStatusRincianPembayaran {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.row.statusMetode, .row.statusTotal, .row.statusOngkir, .row.statusTotalBayar {
    justify-content: space-between;
}

.row.statusTotalBayar {
    margin-bottom: 0.25rem;
    font-size: 12pt;
    font-weight: bolder;
}

/* SCROLL BACK TO TOP */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* RIWAYAT PEMBAYARAN */
.titleMenungguPembayaran {
    font-size: 12PT;
    font-weight: bolder;
}

.rowBatasBayar .titleBatasBayar {
    margin-right: 0.5rem;
    font-size: 8pt;
}

.rowBatasBayar .isiBatasBayar {
    font-size: 10pt;
    font-weight: bolder;
    color: darkorange;
}

/* UPLOAD KONFIR BAYAR */
.titleDaftarRekeningPembayaran {
    font-size: 12pt;
    font-weight: bolder;
}

.form-check .form-check-label.dafBank {
    font-size: 10pt;
}

.titleBuktiBayar {
    font-size: 12pt;
    font-weight: bolder;
}

/* PUSAT BANTUAN TAB */
.titlePusatBantuan {
    font-size: 14pt;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 0.5rem;
}

.titleSeringTanya {
    margin-top: 1rem;
    font-size: 14pt;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 0.5rem;
}

.accordion .card .card-header {
    padding: 0.75rem 0.25rem;
    background-color: #FFFFFF;
}

.cardPusatBantuan {
    padding: 0.25rem;
}

.cardPusatBantuan .row {
    justify-content: center;
    align-items: center;
}

.cardPusatBantuan .imgLogo {
    margin-right: 0.5rem;
}

.cardPusatBantuan .ketLogo {
    font-size: 10pt;
    font-weight: bolder;
}
.cardPusatBantuan:hover {
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px rgb(77 77 77 / 20%);
}

/* ULASAN */
.ulasanProduk {
    align-items: center;
}

.ulasanProduk .imgUlasanProduk {
    width: 40px;
}

.ulasanProduk .titleUlasanProduk {
    margin-left: 0.5rem;
}

/* RATING ULASAN*/
.rating-css {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.rating-css div {
  color: gold;
  text-align: left;
}

.rating-css input {
  display: none;
}
.rating-css input + label {
  font-size: 18pt;
  cursor: pointer;
}
.rating-css input:checked + label ~ label {
  color: rgba(145, 145, 145, 0.5);
}

.rating-css label:active {
  transform: scale(0.8);
  transition: 0.3s ease;
}

/* SUDAH DIULAS */
#sudahDiulas {
    padding-left: 0;
    padding-right: 0;
}

.imgProdukTable img {
    border-radius: 0.25rem;
    width: 30px;
}

.nilaiProdukTable .fas {
    color: gold;
}

/* btn ganti foto */
.ah-foto-profil {
    width: 100%;
    height: 100%;
}

label.gantiFoto {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: white;
    color: #0D9737;
    border: 1px solid #0D9737;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

label.gantiFoto:hover {
    cursor: pointer;
    background-color: #0D9737;
    color: white;
}

.ah-aktif {
    color: white;
    background: #28a745;
    border-radius: 3px;
    font-weight: bolder;
}

.ah-aktif:hover {
    color: white;
    background: green;
}

.border-terimakasih, .border-login-otp {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 1rem;
    box-shadow: 0 1px 6px 0 var(--N700,rgba(49,53,59,0.12));
}

@media (max-width: 360px) {
    .card.list-pesanan {
        padding: 10px;
    }

    .ah-pesanan-detail, .ah-pesanan-cancel {
        font-size: 100%;
    }
}

@media (min-width: 361px) and (max-width: 390px) {
    .card.list-pesanan {
        padding: 10px;
    }

    .ah-pesanan-detail, .ah-pesanan-cancel {
        font-size: 100%;
    }
}

@media (min-width: 391px) and (max-width: 412px) {
    .card.list-pesanan {
        padding: 10px;
    }

    .ah-pesanan-detail, .ah-pesanan-cancel {
        font-size: 100%;
    }
}

@media (min-width: 413px) and (max-width: 445px) {
    .card.list-pesanan {
        padding: 10px;
    }

    .ah-pesanan-detail, .ah-pesanan-cancel {
        font-size: 100%;
    }
}

@media (min-width: 446px) and (max-width: 479px) {
    .card.list-pesanan {
        padding: 10px;
    }

    .ah-pesanan-detail, .ah-pesanan-cancel {
        font-size: 100%;
    }
}

@media (max-width: 360px) {
    .imgProdukCheckout {
        max-width: 30%;
    }

    .ketProdukCheckout {
        width: 68%;
    } 

    .quantityCheckout {
        width: 30%;
        text-align-last: center;
    }

    button.btn.jml-pesan, button.btn.ah-krj-jml-pesan {
        padding: 0.05rem 0.25rem;
        font-size: 8pt;
    }

    .quantityCheckout input.jumlah.quantity {
        height: 25px;
        width: 30px;
    }

    .item-desc .col-md-6 {
        width: 50%;
    }

    .rowBiodata {
        margin-left: 0rem;
    }

    .tab-content #detail img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 360px) and (max-width: 479px) {
    /* navbar keranjang */
    .itemKeranjang .ketProdukKeranjang {
        width: 110px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .itemKeranjang .ketProdukKeranjang .titleProdukKeranjang {
        max-width: 175px;
    }

    /* produk lainnya */
    .produkLainnya #produk {
        width: 10rem;
    }
    
    .produkLainnya #produk #produkjual .card-title {
        max-width: 150px;
    }

    /* produk wishlist */
    .produkWishlist {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 6px;
    }

    .produkWishlist #produk {
        width: 10rem;
    }
    
    .produkWishlist #produk #produkjual .card-title {
        max-width: 150px;
    }

    /* halaman profil */
    .akunProfil .namaAkunProfil .card-title {
        max-width: 200px;
    }

    .rowBiodata {
        margin-left: 0rem;
    }

    /* halaman keranjang */
    .rowTokoKeranjang {
        margin-left: 0;
        margin-right: 0;
    }

    /* produk wishlist */
    .row.rowProdukWishlist {
        margin-right: 2px;
    }

    .titleProdukWishlist {
        margin-left: 2px;
    }

    /* halaman toko */
    .ketToko .namaToko {
        width: 224px;
    }

    .halToko .nilaiToko {
        text-align: center;
    }

    .ketUnggul {
        width: 220px;
        text-align: justify;
    }

    /* cek pengiriman produk beli oilfit1.php */
    .sampleToko .ketToko {
        width: 200px;
    }

    .img-siapkan-pesanan {
        display: none;
    }

    .tab-content #detail img {
        width: 100%;
        height: 100%;
    }

    .item-desc .col-md-6 {
        width: 50%;
    }

    /* checkout */
    .imgProdukCheckout {
        max-width: 30%;
    }

    .ketProdukCheckout {
        width: 68%;
    }

    .quantityCheckout {
        width: 30%;
        text-align-last: center;
    }

    button.btn.jml-pesan, button.btn.ah-krj-jml-pesan {
        padding: 0.05rem 0.25rem;
        font-size: 6pt;
    }

    .quantityCheckout input.jumlah.quantity {
        height: 25px;
        width: 40px;
    }

    /* member.v2.tokofavorit.php */
    .row.ketTokoFavorit .ketNamaTokoFavorit .namaTokoFavorit {
        max-width: 145px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body {
        width: 100%;
    }

    .container {
        width: 95%;
    }

    /* navbar keranjang */
    .itemKeranjang .ketProdukKeranjang {
        width: 215px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .itemKeranjang .ketProdukKeranjang .titleProdukKeranjang {
        max-width: 255px;
    }

    /* cek pengiriman produk beli oilfit1.php */
    .sampleToko .ketToko {
        width: 285px;
    }

    .img-siapkan-pesanan {
        display: none;
    }

    .sampleAlamat .icon {
        float:left;
        width: auto;
    }

    .sampleAlamat .alamat {
        width: 325px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 8pt;
    }

    .sampleEstimasi .ketEstimasi {
        width: 285px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .sampleMetode .ketMetode {
        width: 350px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 10pt;
    }

    .tab-content #detail img {
        width: 100%;
        height: 100%;
    }
    
    .item-desc .col-md-6 {
        width: 50%;
    }

    /* checkout */
    .imgProdukCheckout {
        max-width: 30%;
    }

    .quantityCheckout {
        width: 30%;
        text-align-last: center;
    }

    .ketProdukCheckout {
        width: 68%;
    }

    /* produk wishlist */
    .row.rowProdukWishlist {
        margin-right: 1rem;
    }

    .titleProdukWishlist {
        margin-left: 0.5rem;
    }

    /* halaman profil */
    .akunProfil .namaAkunProfil .card-title {
        max-width: 265px;
    }

    .rowBiodata {
        margin-left: 0rem;
    }

    /* halaman toko */    
    .ketToko .namaToko {
        width: 320px;
    }

    /* halaman keranjang */
    /* .ketProdukCheckout {
        max-width: 275px;
    } */

    .halToko .nilaiToko {
        text-align: center;
    }

    /* footer */
    .ketUnggul {
        width: 290px;
        text-align: justify;
    }

    /* member.v2.tokofavorit.php */
    .row.ketTokoFavorit .ketNamaTokoFavorit .namaTokoFavorit {
        max-width: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        width: 100%;
    }

    .container {
        max-width: 800px;
    }
    /* navbar */
    .btnNavbar {
        flex: 100%;
        max-width: 100%;
    }

    /* halaman keranjang */
    .col-md-5.ketProdukCheckout {
        flex: 40%;
        max-width: 40%;
    }
    
    /* cek pengiriman produk beli oilfit1.php */
    .sampleToko .ketToko {
        width: 120px;
        margin-left: 0;
        text-align: center;
    }
    
    .sampleAlamat .alamat {
        width: 80px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 6pt;
    }

    .sampleEstimasi .ketEstimasi {
        width: 45px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .sampleEstimasi .ketEstimasi .tipe {
        font-size: 8pt;
        margin-bottom: 0;
        margin-bottom: 0;
        color: #212529;
    }
    
    .sampleEstimasi .ketEstimasi .lama {
        font-size: 6pt;
        margin-bottom: 0;
        margin-bottom: 0;
        color: #212529;
    }

    .sampleEstimasi .harga {
        float:right;
        width: auto;
        font-size: 8pt;
    }

    .sampleMetode .ketMetode {
        width: 95px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 8pt;
    }

    .sampleComment .follow {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* halaman profil */
    .akunProfil .namaAkunProfil .card-title {
        max-width: 65px;
    }

    /* halaman toko */
    .ketToko .namaToko {
        width: 265px;
    }

    .row.halToko .col-md-5 {
        max-width: 50%;
        flex: 50%;
    }

    .row.halToko .col-md-4 {
        max-width: 26%;
        flex: 26%;
    }

    .row.halToko .col-md-3 {
        max-width: 23%;
        flex: 23%;
    }

    /* halaman keranjang */
    .quantityCheckout {
        width: 35%;
        text-align-last: center;
    }

    /* footer */
    .titleKeunggulan {
        text-align: center;
    }
    
    .ketUnggul {
        width: 210px;
        text-align: justify;
        margin-top: 5px;
    }

    .alamatFooter, .tentangFooter, .bantuanFooter, .pengirimanFooter {
        padding-left: 0;
    }

    .tentangFooter, .bantuanFooter {
        max-width: 20%;
    }

    /* member.v2.tokofavorit.php */
    .row.ketTokoFavorit .ketNamaTokoFavorit .namaTokoFavorit {
        max-width: 90px;
    }

    .row.headerTokoFavorit .btnfollow {
        margin-left: 2rem;
        margin-top: 0.25rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 95%;
    }
    /* navbar */
    .btnNavbar {
        flex: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    /* halaman profil */
    .akunProfil .namaAkunProfil .card-title {
        max-width: 100px;
    }

    /* halaman keranjang */
    .col-md-5.ketProdukCheckout {
        flex: 50%;
        max-width: 50%;
    }

    .quantityCheckout {
        width: 30%;
        text-align-last: center;
    }

    /* cek pengiriman produk beli oilfit1.php */
    .sampleToko .ketToko {
        width: 150px;
        margin-left: 0;
        text-align: center;
    }

    .sampleAlamat .alamat {
        width: 130px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 6pt;
    }

    .sampleEstimasi .ketEstimasi {
        width: 100px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .sampleEstimasi .ketEstimasi .tipe {
        font-size: 8pt;
        margin-bottom: 0;
        margin-bottom: 0;
        color: #212529;
    }
    
    .sampleEstimasi .ketEstimasi .lama {
        font-size: 6pt;
        margin-bottom: 0;
        margin-bottom: 0;
        color: #212529;
    }

    .sampleEstimasi .harga {
        float:right;
        width: auto;
        font-size: 8pt;
    }

    .sampleMetode .ketMetode {
        width: 150px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 8pt;
    }

    .sampleComment .follow {
        margin-left: 20px;
        margin-right: 20px;
    }

    /* footer */
    .tentangFooter, .bantuanFooter {
        max-width: 20%;
    }

    .titleKeunggulan {
        text-align: center;
    }

    /* member.v2.tokofavorit.php */
    .row.ketTokoFavorit .ketNamaTokoFavorit .namaTokoFavorit {
        max-width: 130px;
    }

    .row.headerTokoFavorit .btnfollow {
        margin-left: 3.5rem;
        margin-top: 0.25rem;
    }
}

/* Login OTP */
.titleLoginOTP {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0.5rem;
}

.titleLoginOTP p {
    color: grey;
}

/* judul item 2 baris */
.d-inline-block.text-truncate.card-title {
    overflow: hidden;
    color: var(--NN950,#212121);
    max-width: 100% !important;
    max-height: 100%;
    white-space: pre-wrap;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

/* style persen */
span.persen {
    color: var(--RN500,#F94D63);
    background-color: var(--RN100,#FFDBE2);
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 2px;
    font-weight: bolder;
    font-size: 0.714286rem;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.input-group-prepend {
    width: auto;
}

.input-group-text {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

#noHP {
    border-radius: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}


.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.input-group {
    display: flex;
}

.flex {
    display: flex;
}

.image {
    width: auto;
}
.pointer{
	cursor: pointer;
}

.rounded-circle.ah-foto-profil {
    margin-left: 40px;
}

.akun {
    margin-left: 15px;
}

button.edit-profil:hover {
    cursor: pointer;
    background-color: #0D9737;
    color: white;
}

button.edit-profil {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: white;
    color: #0D9737;
    border: 1px solid #0D9737;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}


