@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap');

/* Framework */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;display:block}*{margin:0;padding:0}html{display:block}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.section,.widget{margin:0;padding:0}#backlinks-container,.blog-feeds,.blog-mobile-link,.feed-links,.navbar,a.home-link,.status-msg-body a{display:none}.edit-post,.item-control,.quickedit,.sosmedimut h3,.displaynone,.authorschema-product{display:none}.post-body .separator>a,.post-body .separator>span{margin-left:0!important}b,strong{font-weight:700}cite,em,i{font-style:italic}a:link{color:#eb8305;text-decoration:none;outline:0}a:visited{color:#eb8305;text-decoration:none}a:hover{color:#555;text-decoration:none}a img{border:none;border-width:0;outline:0}abbr,acronym{border-bottom:1px dotted;cursor:help}sub,sup{vertical-align:baseline;position:relative;top:-.4em;font-size:86%}sub{top:.4em}small{font-size:86%}kbd{font-size:80%;border:1px solid #777;padding:2px 5px;border-bottom-width:2px;border-radius:3px}mark{background-color:#ffce00;color:#000}blockquote,dl,figure,form,hr,ol,p,pre,table,ul{margin:0 0 1.5em}hr{height:1px;border:none;background-color:#666}h1{font-size:1.8rem}h2{font-size:1.6rem}h3{font-size:1.4rem}h4{font-size:1.2rem}h5{font-size:1rem}h6{font-size:.9rem}h1,h2,h3,h4,h5,h6{margin:0 0 .6em;font-weight:700}dl,ol,ul{margin:.5em 0 .5em 3em}li{margin:.5em 0}dt{font-weight:700}dd{margin:0 0 .5em 2em}select{font:inherit;font-size:100%;line-height:normal;vertical-align:baseline}textarea{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}code,pre{font-family:"Courier New",Courier,Monospace;color:inherit}pre{white-space:pre;word-wrap:normal;overflow:auto}table[border="1"] td,table[border="1"] th{vertical-align:top;text-align:left;font-size:13px;padding:3px 5px;border:1px solid #f6f6f6}table[border="1"] th{background:#f4f5f9}img,table{max-width:100%;height:auto}iframe{max-width:100%}td.tr-caption{color:#444}.clear{clear:both}.clear::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}a:link,#menu-blanter li a i{transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s}.CSS_LIGHTBOX{z-index:99!important}.floatleft{float:left}.floatright{float:right!important}@keyframes fade{0%{opacity:.5}100%{opacity:1}}body{animation-name:fade;animation-duration:.7s;animation-iteration-count:1}.page-box img,.navbar img,.footer-logo img,.carousel-item img,.product-image img{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}body.locked{overflow:hidden}marquee{font-weight:700}

/* Custom CSS */
body {
    font-family:'Figtree',Arial, Helvetica, sans-serif;
    line-height:1.5;
    background:#fff;
}
.container {
    max-width:1200px;
    margin:0 auto;
}
.container-sm {
    max-width:700px;
    margin:0 auto;
}
.mycontent {
    margin: 25px 0;
    min-height:60vh;
}
#auth-form {
    display: flex;
    min-height: 92vh;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
}
#auth-form .card-header.bg-blue {
    background: #f29e23;
    color:#fff;
}
#auth-form button.btn {
    display: block;
    width: 100%;
    background: #111;
    border: none;
    padding: 10px;
    font-size: 13.5px;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#auth-form .form-check {
    margin: 2px 0;
    font-size: 13.5px;
    color: #555;
}
#auth-form .card {
    border: none;
    border-radius: 15px;
    overflow:hidden;
}
#auth-form .card-header {
    text-align: center;
    background: transparent;
    border-bottom: 1px solid #eee;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
}
#auth-form .card-header h1 {
    font-size: 20px;
    font-weight: 700;
    margin:0;
    color:#111;
}
.login-header p {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0 15px;
}
.login-header {
    text-align: left;
}
#auth-form form {
    margin: 0 0 10px;
}
#auth-form .card-body {
    padding: 30px;
    background: #f29e23;
    border-radius: 25px;
}
#auth-form .card-header img {
    width: 100%;
    margin: 10px 0 5px;
}
#auth-form p.ada-akun a {
    color: #fff;
    font-weight:700;
}
#auth-form p.ada-akun {
    margin: 10px 0 0;
    font-size: 14px;
    color: #fff;
}
#auth-form .form-data {
    margin: 0 0 10px;
    position:relative;
}
#auth-form .form-data input.form-control,.form-data .jarak {
    padding-left: 44px!important;
}
#auth-form .bisa-reset .btn-reset {
    font-size: 12.5px;
    float: right;
    padding: 0;
    color:#fff;
}
#auth-form .bisa-reset {
    margin:15px 0;
    align-items: center;
}
#auth-form .bisa-reset .col {
    padding: 0;
}
#auth-form #datebirth:before {
    content: 'Tanggal Lahir';
    position: absolute;
    background: #fff;
    padding: 2px;
    margin: -2px;
    color: #666;
}
#auth-form #datebirth:focus:before {
    display: none;
}
.form-data {
    position:relative;
}
.form-data label.icon-label {
    position: absolute;
    left: 12px;
    top: 10px;
}
.form-data label.icon-label svg {
    width: 20px;
    height: 20px;
    fill: #222;
}
#auth-form .alert {
    margin: 10px 10px 0;
}
a.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 30px;
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    padding: 10px;
}
a.btn-google:hover {
    color:#111;
    border-color:#111;
}
.btn-google img {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
}
.alert-success {
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 15px 20px;
}
.form-data label {
    font-size: 13.5px;
    font-weight: 600;
    color:#111;
}
#auth-form .form-data label {
    color:#fff;
}
.form-data input.form-control, .form-data select, .form-data textarea {
    background-color: #fff;
    font-size: 14.5px;
    padding: 10px 15px;
    border-radius:10px;
}
.form-data input.form-control[disabled] {
    background: #eee;
}
.card a.small-button {
    font-size: 14px;
    padding: 5px 25px;
}
.navbar {
    display: block;
    background-color: #111111!important;
    margin: 0;
    padding: 0;
}
.navbar ul.navbar-nav {
    margin:0;
}
.navbar ul.navbar-nav li a.nav-link {
    font-weight: 400;
    font-size: 13.5px;
    color: #fff;
    padding: 5px 15px !important;
    border-radius: 8px;
}
.navbar a.navbar-brand {
    display: none;
}
.navbar ul.navbar-nav li a.nav-link:hover {
    background: rgb(249 250 251 / 15%) !important;
    color: #fff;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    font-size: 15px;
    border: 1px solid #eee;
    border-bottom: 3px solid #ddd;
}
.navbar-nav .dropdown-menu a {
    font-weight: 500;
    color: #222;
}
.dropdown-menu li .drop-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    display: block;
    font-size: 14px;
    letter-spacing: .5px;
}
.blanter-dropdown li {
    margin:0;
}
.blanter-dropdown ul.dropdown-menu {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.blanter-dropdown ul.dropdown-menu::-webkit-scrollbar{display:none;width:10px;height:10px;background-color:transparent}.blanter-dropdown ul.dropdown-menu::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.blanter-dropdown ul.dropdown-menu::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ccc}.blanter-dropdown ul.dropdown-menu::-webkit-scrollbar-track{border-radius:10px;background-color:#f4f8fd}.blanter-dropdown ul.dropdown-menu:hover::-webkit-scrollbar{display:block}
.mynote {
    background: #fff;
    padding: 17px;
    margin: 15px 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #ddd;
    border-left: 5px solid #3ab6ff;
    font-size:15px;
    color:#444;
}
.mynote h2 {
    font-size: 17px;
}
h1.welcome-note {
    font-size: 17px;
    font-weight: 600;
}
.navbar .navbar-brand img {
    max-width: 120px;
}
.welcome-search {
    padding: 15px 0;
    color: #111;
}
.welcome-search .container {
    text-align: center;
    padding: 0 25px;
    display: grid;
    grid-template-columns: 1.5fr 5fr 1fr;
    align-items: center;
}
.welcome-logo h1 {
    margin: 0;
    font-size: 20px;
    color: #111;
    letter-spacing: 1px;
}
.welcome-logo a {
    color:#f29e23;
}
.welcome-search a.welcome-link svg {
    width: 25px;
    height: 25px;
    color: #111;
}
.welcome-search a.welcome-link {
    font-size: 14px;
    padding: 8px;
    display: inline-block;
    border-radius: 7px;
    margin: 0;
    color: #111;
}
.welcome-search a.login-button {
    display: block;
    text-align: center;
    background: #eee;
    color: #f29e23;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding:10px;
}
.welcome-search a.welcome-link:hover {
    background: rgb(255 255 255 / 18%);
}
.welcome-search a.login-button:hover {
    color:#fff;
}
.welcome-search a.welcome-link svg.small-svg {
    width: 17px;
    height: 17px;
}
.welcome-link span {
    margin: 0 3px;
}
.welcome-menu {
    text-align: right;
    height: 40px;
}
.welcome-logo {
    text-align: left;
}
.welcome-search ul.navbar-nav {
    margin: 0;
    padding: 0;
}
.welcome-menu li {
    margin: 0;
}
.welcome-search .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
}
.welcome-search .navbar-nav .dropdown-menu a {
    padding: 10px 15px;
    font-size:14px;
}
.welcome-search .dropdown a.welcome-link {
    padding: 10px;
}
.welcome-search #product-section {
    margin:0;
}
.welcome-search .navbar-nav .product-data .card-body a {
    padding: 0;
}
.welcome-search .navbar-nav .product-data .card-body h5 {
    font-size: 13px;
    margin:0;
}
.welcome-search #product-section .card {
    box-shadow: none;
}
.welcome-search #product-section .product-data {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.welcome-search #product-section p.info-harga {
    font-size: 14px;
    font-weight: 700;
}
.welcome-search #product-section p.harga-discount {
    font-size: 11px;
    opacity: .5;
    font-weight:500;
}
.welcome-search .product-data .card-body {
    padding: 0 10px;
}
.welcome-search .navbar-nav .dropdown-menu a.remove-cart {
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}
.welcome-search .cart-buttons {
    padding: 10px;
}
.blanter-dropdown form {
    margin: 0;
}
.info-boxinput {
    display: flex;
    grid-gap:10px;
}
.filter-boxinput select {
    cursor: pointer;
}
.filter-boxinput {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
form#search-box {
    margin:0;
}
form#filter-form {
    margin: 15px 0 0;
    overflow:hidden;
}
#filter-form button {
    float: right;
    margin: 10px 0 0;
}
#search-box input.form-control {
    border: none;
    outline: none;
    padding: 7px 25px;
    padding-right:60px;
}
#search-box input.form-control, #search-box select.form-select {
    font-size:15px;
    border:none;
}
button#button-search svg {
    fill: #6e7178;
    margin: 0;
}
button#button-search {
    display: flex;
    align-items: center;
    color: #6e7178;
    background: #fff;
    font-weight: 600;
    margin: 5px;
    margin-left: -55px;
    border-radius: 5px;
}
#search-box a.btn {
    color: #fff;
    background: #f29e23;
    display: flex;
    align-items: center;
}
#search-box a.btn i {
    margin: 0 5px 0 0;
}
.mycontent #search-box input.form-control {
    border: 1px solid #ddd;
    margin: 0 0 10px;
}
.mycontent #search-box button.btn svg {
    fill: #fff;
}
.mycontent #search-box button.btn {
    margin: 0;
    padding: 0 10px;
    display: block;
    height: 40px;
    background: #111111;
}
form.block-unblock button {
    border: none;
    padding: 5px 15px;
    font-size: 13px;
    background: #f29e23;
    color: #fff;
    border-radius: 10px;
}
.delete-user {
    border: none;
    padding: 5px 15px;
    font-size: 13px;
    background: #F44336;
    color: #fff;
    border-radius: 10px;
}
.user-footer button {
    display: inline-block !important;
    height: 30px;
}
.user-footer form {
    margin: 0;
}
.user-footer {
    display: flex;
    gap: 10px;
    margin: 10px 0 0;
}
.mycontent a.btn.btn-success,.mycontent button.btn.btn-success {
    font-weight: 600;
    color: #fff;
    background: #009688;
    border-color: #009688;
}
.product-info .info-name i,i.verified-ico {
    color: #009688;
    transform:scale(.9);
}
h1.mytitle,h2.mytitle,h3.mytitle {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 22px;
}
.mytitle i {
    background: #f29e23;
    color: #fff;
    padding: 7px;
    border-radius: 7px;
    margin: 0 7px 0 0;
}
h4.mytitle {
    font-size: 16px;
    padding: 0 10px;
    border-left: 4px solid #3ab6ff;
}
#footer-section .footer-credit {
    font-size: 14px;
    color: #eee;
}
#footer-section .footer-logo img {
    max-width: 200px;
    margin: 0 0 15px;
}
#footer-section {
    padding: 35px 0;
    margin: 50px 0 0;
    text-align: center;
    background: #f29e23;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    border-top:5px solid #f29e23;
}
.category-menu ul {
    display: flex;
    list-style: none;
    margin: 35px 10px 20px;
}
.category-menu ul li a {
    font-size: 14.2px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0 2px;
    border-radius: 7px;
    color: #777;
}
.category-menu ul li a.active {
    background: #f29e23!important;
    color: #fff!important;
}
.category-menu ul li a:hover {
    background: #eee;
}
#dashboard-section .col a {
    background: #fff;
    box-shadow: 1px 2px 3px #ddd;
    display: block;
    padding: 15px;
    border-radius: 8px;
}
#dashboard-section a span {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}
#dashboard-section i {
    color: #f29e23;
    display: block;
    font-size: 40px;
    margin: 0 0 15px;
}
#dashboard-section {
    margin: 10px 0 40px;
    text-align: center;
}
.dashboard-menu li.list-title {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.filter-section {
    display:none;
}
.filter-section select {
    font-size: 14px;
    border: none;
    color: #444;
    padding:10px 15px;
}
.form-box{
    background: #fff5e7;
    display: block;
    padding: 20px;
    margin: 5px 0 100px;
    border-radius: 8px;
}
.mybox {
    background: #fff;
    display: block;
    padding: 20px 10px;
    margin: 5px 0 80px;
    border-radius: 8px;
}
.post-content {
    background: #fff5e7;
    display: block;
    padding: 20px;
    margin: 5px 0 70px;
    border-radius: 15px;
}
.form-box.form-dashed {
    box-shadow:none;
    padding:20px 0;
    border-bottom:3px dashed #eee;
}
.form-box.form-clean {
    box-shadow:none;
    border:none;
}
.filter-download button.btn.btn-secondary,.filter-download a.btn.btn-secondary {
    color:#fff;
    font-weight: 600;
    padding: 10px 30px;
}
.info-product-button a,button.btn.btn-primary, a.btn.btn-primary {
    background: #f29e23;
    border-color: #f29e23;
    color:#fff;
    font-weight: 600;
    padding: 10px 30px;
}
.info-product-button a.btn-secondary {
    background: #fff;
    color: #f29e23;
}
button.btn.btn-danger, a.btn.btn-danger {
    background: #dc3545;
    border-color: #dc3545;
    color:#fff;
    font-weight: 600;
    padding: 10px 30px;
}
button.btn.btn-stay {
    background: #f29e23;
    border-color: #f29e23;
    color:#fff;
}
a.btn-secondary,button.btn-secondary {
    background:#5c636a;
    color:#fff;
}
.form-data .form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}
.form-data .form-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 20px;
}
.alert-fixed {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    min-width: 300px;
    max-width: 480px;
    margin:0;
}
a.edit-product {
    position: absolute;
    z-index:3;
    right: 0;
    top:0;
    background: #009688;
    color: #fff;
    font-size:15px;
    padding: 5px 10px 8px 12px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom-left-radius: 20px;
    border-top-right-radius: 7px;
    opacity:.8;
}
a.edit-product:hover {
    opacity:1;
}
.product-thumbnail {
    position: sticky;
    top: 0;
}
.mycontent .btn svg {
    width: 22px;
    float: left;
    margin: 0 8px 0 0;
}
.form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.forgot-password {
    float: right;
    font-size: 14px;
    color: #777;
}
a.forgot-password:hover {
    text-decoration: underline;
}
.ck-content {
    height: 200px;
}
.ck-editor p {
    margin: 0;
}
span.ck-file-dialog-button {
    display:none;
}
.ck.ck-toolbar {
    border: 1px solid #dee2e6 !important;
    background: #f9fafb;
    border-bottom: 2px dashed #ddd !important;
    border-radius: 7px 7px 0 0 !important;
}
.ck.ck-content {
    border-color: #dee2e6 !important;
    border-top: 0 !important;
    border-radius: 0 0 7px 7px !important;
}
.profile-card {
    position: relative;
    display: grid;
    grid-template-columns: .8fr 2fr;
    align-items: center;
    grid-gap:15px;
}
.profile-img {
    background: #ddd;
    width: 120px;
    height: 120px;
    object-fit:cover;
    border-radius: 100%;
    margin-bottom: 20px;
}
.profile-name {
    font-size: 20px;
    font-weight: 700;
    margin:0 0 5px;
}
.profile-info {
    margin-bottom: 20px;
}
.profile-info p {
    margin: 0;
}
.profile-card #email {
    font-size: 14px;
    opacity: .7;
    font-weight: 500;
}
.profile-seller img {
    margin: 0;
    border: 1px solid #eee;
    background: #ddd;
}
.profile-seller {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
}
.profile-seller .profile-info {
    margin: 0;
}
.myprofile-card {
    background: #f29e22;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15px;
    padding: 15px;
    border-radius: 15px;
    align-items: center;
    margin:0 0 25px;
}
.myprofile-card .left-card {
    text-align: center;
}
.myprofile-card .left-card a {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 3px 12px;
    font-size: 13px;
    border-radius: 8px;
    opacity: .9;
}
.myprofile-card .info-part {
    color: #fff;
}
.myprofile-card .profile-img {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}
.info-part b {
    font-size: 18px;
    font-weight: 600;
}
.info-part label {
    display: block;
    opacity: .9;
    font-size: 14px;
}
.primary-title h2 {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    font-size: 18px;
    background: #f29e22;
    color: #fff;
    border-radius: 10px;
}
.primary-title h2 i {
    float: left;
    font-size: 27px;
}
.footer-menu ul li a, .profile-menu a, a.button-grey {
    margin: 0 5px;
    padding: 10px 15px;
    color: #fff;
    background: rgb(255 255 255 / 10%);
    font-size: 15px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}
.footer-menu ul li a:hover,.profile-menu a:hover,a.button-grey:hover {
    background: rgb(255 255 255 / 15%);
}
.footer-menu ul li i,.profile-menu i {
    margin: 0 2px 0 0;
}
.footer-menu ul {
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-menu a {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    color: #374151;
}
.profile-menu ul {
    list-style: none;
    margin: 0;
}
.profile-menu li a {
    text-align: left;
}
.profile-menu li a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    float: right;
    color: #999;
}
.show-product {
    padding: 20px;
    background: #fff;
    margin: 20px 0 0;
    border-radius: 10px;
    position:relative;
}
.product-info {
    color: #555;
    font-size: 15px;
    line-height:1.7;
    margin:20px 0;
}
.product-info h1 {
    font-size: 25px;
    color: #111;
}
.product-thumbnail img {
    border-radius: 10px;
}
.product-info .info-harga {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 24px;
    margin: 15px 0;
    color:#222;
}
.product-info .info-more {
    margin: 0 0 20px;
}
.product-info h3,.product-description h3 {
    font-size: 17px;
    color: #222;
    margin: 10px 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}
.product-description h3 {
    font-size: 18px;
    padding:10px 0;
    border-bottom: 1px solid #eee;
}
.product-description p {
    margin: 3px 0;
}
.product-description a {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #f29e23;
    color: #f29e23;
    border-radius: 5px;
}
.image-preview,.current-preview {
    display: flex;
    flex-wrap: wrap;
}
.image-preview img,.current-preview img {
    max-width: 150px;
    margin: 10px;
}
#imagePreview img,#current-preview img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    margin: 15px 0;
}
#imagePreview,#current-preview {
    display: flex;
    grid-gap: 10px;
}
.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin:10px 0;
    flex-wrap: wrap;
}
.thumbnail-container img {
    width: 80px;
    height:90px;
    object-fit:cover;
    cursor: pointer;
}
.product-thumbnail .carousel {
    border-radius:10px;
    overflow:hidden;
}
.carousel-item.active img {
    transition:all .4s ease-in-out;
}
.column-current-image .hapus-gambar {
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
    background: #E91E63;
    padding: 0 5px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.column-current-image {
    position: relative;
}
.product-thumbnail iframe {
    border-radius: 10px;
}
.thumbnail-container .ada-video {
    width: 80px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
    background: #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.thumbnail-container:hover img {
    opacity: .7;
}
.thumbnail-container img:hover {
    opacity: 1;
}
.my-pagination {
    margin:0 10px;
}
.my-pagination .active span {
    background: #f29e23;
    border-color: #f29e23;
    color:#fff;
    font-weight:600;
}
.my-pagination a.page-link {
    color:#000;
}
.info-product-button .outofstock {
    position: relative;
    color: #000;
    padding:10px;
}
.info-product-button .btn-block {
    margin: 5px;
    display: block;
}
table.responsive-table {
    font-size: 14px;
    color: #222;
}
.table thead th {
    font-weight: 600;
    background: #f9fafb;
}
.table tr {
    border-bottom: 1px solid #eee;
}
.table td, .table th {
    padding: 15px 5px;
}
.table .btn {
    font-size: 13px;
    padding: 4px 10px!important;
    color: #fff;
    margin:0 2px;
}
.table .btn.btn-success {
    background: #009688;
}
.table form,.table .row,.table .col {
    margin:0;
    padding:0;
}
body .select2-container--default .select2-selection--single {
    background-color: #f9fafb;
    border: 1px solid #dee2e6;
    font-size: 14.5px;
    padding: 8px 13px;
    border-radius: 8px;
    height: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}
body .select2-results__option {
    font-size:14.5px!important;
    margin:2px 0!important;
    padding:7px 15px!important;
}
body .select2-container--default .select2-results__group {
    padding:0;
}
body span.select2-selection.select2-selection--multiple {
    height: 45px;
    background-color: #f9fafb !important;
    border: 1px solid #dee2e6 !important;
}
.page-box img{
    border-radius:7px;
}
.input-minplus input {
    text-align: center;
}
.input-minplus .btn-minus, .input-minplus .btn-plus {
    padding: 7px 15px;
    background: #f29e23;
    border-color: #f29e23;
    color: #fff;
    font-size: 20px;
}
form.check-jadwal {
    margin:0;
}
button.navbar-toggler {
    border:none;
}
.my-pagination p.small.text-muted {
    display:none;
}
a.whatsapp-button {
    position: fixed;
    z-index: 8;
    right: 25px;
    bottom: 25px;
    background: #009688;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow:2px 3px 8px rgb(0 0 0 / 8%);
}
.header-box #search-box input.form-control {
    background: #f9fafb;
    padding-right:60px;
}
.row.header-box {
    align-items: center;
}
.header-box .col-md-2 {
    width: 100px;
    margin: 0 10px 0 0;
}
.header-box .col-md-2 .col {
    padding: 0;
    margin: 0;
}
.label-date {
    position: relative;
}
.label-date label:before {
    content: '-Pilih Tanggal Pakai-';
    position: absolute;
    background: #f9fafb;
    padding: 5px;
    bottom: 7px;
    left: 10px;
    visibility:hidden;
}
.label-date.filled label:before {
    visibility:hidden;
}
#dashboard-blanter {
    display: grid;
    grid-template-columns: 22% 78%;
    padding: 0 0 50px;
}
.dashboard-menu {
    box-shadow: 2px 3px 8px rgb(0 0 0 / 8%);
    border-radius: 15px;
}
.dashboard-menu ul {
    margin: 0;
    list-style: none;
}
.dashboard-menu li a {
    display: block;
    padding: 10px 14px;
    font-size: 14.5px;
    color: #444;
    border-radius:8px;
}
.dashboard-menu li a:hover {
    background:#f2f2f2;
}
.dashboard-menu li a.active i {
    background: #f29e23;
}
.dashboard-menu li a.active {
    color: #f29e23;
    font-weight: 700;
}
.dashboard-menu a i,.profile-menu a i  {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f29e22;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    margin: 0 10px 0 0;
}
.dashboard-content {
    padding: 0 25px;
    box-sizing: border-box;
}
.dashboard-title h2 {
    font-size: 22px;
}
.dashboard-fill {
    border: none;
    padding: 5px;
    border-radius: 15px;
}
.blanter-carousel .carousel-item img {
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    background:#ddd;
}
.blanter-carousel {
    margin: 40px 0;
    border-radius: 20px;
    overflow: hidden;
}
.blanter-carousel .carousel-item:hover img {
    transform:scale(1)!important;
}
.blanter-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: none;
}
.carousel-control {
    display:none;
}
.blanter-carousel:hover .carousel-control {
    display:block;
}
.display-grid {
    display:grid;
    grid-gap:15px;
}
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}
.cart-buttons {
    padding: 10px 0;
}
.cart-buttons a.btn,.cart-buttons button.btn-block {
    display: block;
    width:100%;
}
.product-cart a.remove-cart {
    background: #e81f10;
}
.custom-alert p {
    margin: 0;
    font-size: 15px;
    opacity: .8;
}
.custom-alert h3 {
    font-size: 20px;
}
.custom-alert i {
    font-size: 40px;
    margin: 0 0 15px;
}
.custom-alert {
    text-align: center;
    background: #e1f4ff;
    padding: 40px 15px;
    border-radius: 15px;
}
.custom-alert.red-alert {
    background: #ffe5e5;
}
.custom-alert.green-alert {
    background:#e2ffe3;
}
ul.dropdown-cart .custom-alert {
    background: #fff;
}
ul.dropdown-cart .custom-alert p {
    font-size: 13px;
}
ul.dropdown-cart .custom-alert h3 {
    font-size: 16px;
}
ul.dropdown-cart {
    width: 320px;
}
ul.list-users li {
    margin: 0;
}
ul.list-users {
    margin: 0;
}
.detail-order .detail-sec {
    font-weight: 700;
    color: #111;
}
.detail-order {
    display: flex;
    justify-content: space-between;
    margin:5px 0;
}
.box-pembayaran img {
    background: #fff;
    border-radius: 15px;
    border: 5px dashed #ccc;
    max-height:450px;
}
.box-pembayaran {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    text-align: center;
    margin: 20px 0;
    align-items: center;
}
.box-bank, .box-payprice {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 15px;
    margin: 0 0 15px;
}
.box-payprice {
    font-weight: 700;
    border: 3px dotted #ddd;
}
.list-transaksi .pembelian-produk, .box-saldo {
    margin: 15px 0;
    padding: 15px;
    box-shadow: 2px 3px 8px rgb(0 0 0 / 8%);
    border-radius: 10px;
    border:1px solid #eee;
}
.list-transaksi .header-transaksi {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    font-size: 14px;
    gap:10px;
}
.list-transaksi .content-price {
    font-weight: 700;
    font-size: 17px;
    text-align: right;
    margin: 10px 0 0;
}
.list-transaksi .content-produk h5 {
    margin: 0;
}
.list-transaksi .title-transaksi span {
    font-weight: 700;
}
.list-transaksi .id-transaksi {
    font-weight: 500;
}
.list-transaksi .content-produk {
    padding: 10px;
    border: 1px solid #eee;
    margin: -1px 0 0;
}
.badge-status {
    background: #eee;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
}
.status-red {
    background: #ffd5d2;
}
.status-yellow {
    background: #fff9c3;
}
.status-blue {
    background: #d2f6ff;
}
.status-green {
    background: #d2ffd9;
}
.footer-transaksi {
    text-align: right;
    padding: 10px 0 0;
    margin: 5px 0 0;
    border-top: 1px solid #eee;
}
.footer-transaksi a.btn {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}
.list-users li {
    padding: 15px;
}
.myred-text {
    color: #eb3023;
}
.list-users .user-title {
    font-weight: 500;
}
.dashboard-section .card-text {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin:0;
}
.dashboard-section .card-title {
    font-size: 14px;
}
.dashboard-section a.btn {
    font-size: 14px;
    display: block;
    padding: 5px;
    margin: 10px 0 0;
    font-weight: 500;
}
#dashboard-blanter a.show-menu {
    display:none;
    position: fixed;
    z-index: 9;
    top: 70px;
    left: 0;
    padding: 8px 15px;
    background: #374151;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 18px;
}
span.menu-count {
    position: absolute;
    right: 5px;
    top: -5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #374151;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
}
.navbar-mobile a {
    color: #fff;
    padding: 7px 0;
    position:relative;
    opacity:.9;
}
.navbar-mobile i {
    font-size: 18px;
    margin: 7px 0;
    background: #fff;
    color: #f29e22;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
}
.navbar-mobile a.active {
    color: #fff;
    font-weight:700;
}
.navbar-mobile a.active i {
    color:#555;
}
.navbar-mobile span {
    display: block;
    font-size: 12px;
    opacity: .9;
}
.navbar-mobile {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    text-align: center;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: #f29e22;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.navbar-mobile.navbar-nologin {
    grid-template-columns: 1fr;
}
.navbar-mobile span.menu-count {
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    background: #FF5722;
}
.page-content ul {
    margin: 0 20px;
}
.toko-navigation {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 25px 0;
}
.toko-navigation a {
    cursor: pointer;
    padding: 10px 25px;
    margin-right: 5px;
    text-decoration: none;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 5px;
    border-bottom: 2px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}
.toko-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
}
.profile-info .toko-menu a {
    background: #374151;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 7px;
    text-align:center;
}
.toko-collapse {
    display: none;
}
.toko-collapse.show {
    display: block;
}
.toko-navigation a.active {
    background: #111111;
    border-color: #111111;
    color: #fff;
}
.toko-navigation a i {
    margin: 0 5px 0 0;
}
.detail-grid-table .detail-column {
    display: grid;
    grid-template-columns: .5fr 1fr;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size:14px;
    align-items:center;
}
.token-table input {
    font-size: 14px;
}
.token-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.my-accordion {
    margin: 20px 0;
}
.my-accordion .accordion-button {
    font-weight: 700;
}
.accordion-button:not(.collapsed) {
    background: #f29e23;
    border-bottom: 5px solid #f29e23;
    color: #fff;
}
.saldo-button a {
    padding: 10px;
    font-size: 14px;
}
.saldo-button {
    display: grid;
    grid-gap: 15px;
    margin: 20px 0 0;
}
.page-content a {
    background: #f29e23;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 15px;
    border-bottom: 2px solid #f29e23;
    border-radius: 7px;
}
.box-profile h2 {
    font-size: 15px;
    margin: 0;
}
.box-profile {
    display: flex;
    margin: 0 0 15px;
    align-items: center;
}
.box-profile img.profile-img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
.box-saldo {
    position: relative;
    overflow: hidden;
}
.box-saldo:before {
    content: '';
    background: url(/img/splash.png);
    background-size: 150px;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
    position: absolute;
    right: -50px;
    top: -30px;
    transform: rotate(230deg);
}
.saldo-wallet b {
    font-size: 18px;
    margin: 0 10px 0 0;
}
.saldo-wallet {
    margin: 15px 0 10px;
    display: flex;
    align-items:center;
}
.rating-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.rating-button {
    padding: 10px 20px;
    border: none;
    background-color: #f8f8f8;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    font-weight:700;
    font-size:20px;
}
.rating-container button:nth-of-type(1), .rating-container button:nth-of-type(2), .rating-container button:nth-of-type(3),.warna-0,.warna-1,.warna-2 {
    background: #a9e167;
    color: #fff;
}
.rating-container button:nth-of-type(4), .rating-container button:nth-of-type(5), .rating-container button:nth-of-type(6),.warna-3,.warna-4,.warna-5 {
    background: #FFC107;
    color: #fff;
}
.rating-container button:nth-of-type(7), .rating-container button:nth-of-type(8),.warna-6,.warna-7 {
    background: #FF9800;
    color: #fff;
}
.rating-container button:nth-of-type(9), .rating-container button:nth-of-type(10), .rating-container button:nth-of-type(11),.warna-8,.warna-9,.warna-10 {
    background: #ff5252;
    color: #fff;
}
.rating-container button.rating-button:hover {
    opacity:.7;
}
.rating-container button.rating-button.active {
    background-color: #000;
    color: white;
}
.form-rate {
    text-align: center;
}
button.rate-submit {
    display: inline-block;
    width: 150px;
    border: none;
    background: #f29e22;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.healthservice {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.healthservice a {
    text-align: center;
    background: #f29e22;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
}
.healthservice a i {
    display: block;
    font-size: 35px;
    margin: 0 0 10px;
}
.level-rate {
    display:none;
}
.healthservice a.active {
    background: #111;
}
.table-history thead th {
    font-weight: 600;
    background: #f29e22;
    color: #fff;
    border: 5px solid #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
.table-history tbody td {
    text-align: center;
    border: 5px solid #fff;
    background: #fff5e7;
    padding: 10px;
    align-content: center;
    font-size: 14px;
}
.table-history tbody td a {
    color:#222;
}
.table-history tbody td:nth-child(4), .table-history tbody td:nth-child(5) {
    font-size: 17px;
    font-weight: 600;
    padding: 0;
}
.table-about tbody td {
    text-align: left;
    border: none;
}
.table-about tbody td a {
    display: block;
    text-align: center;
    color: #fff;
}
.pagination {
    padding:0 0 25px;
    text-align: center;
    width: 100%;
}
.pagination .active>.page-link, .pagination .page-link.active {
    color: #fff;
    background: #f29e22;
    border-color:#f29e22;
}
.pagination .page-item .page-link {
    color:#222;
}
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 10px;
    background: white;
    border-radius: 8px;
    justify-content:center;
}
.pagination li {
    margin: 0 5px;
}
.pagination a, 
.pagination span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: 0.2s;
}
.pagination a:hover {
    background: #f0f0f0;
}
.pagination .active {
    background: #f29e22;
    color: white;
    border: 1px solid #f29e22;
    font-weight: bold;
}
.pagination .disabled {
    color: #bbb;
    cursor: not-allowed;
}
.primary-title h2.note-title {
    color: #4d626c;
    background: #fff;
    border: 1px solid #4d626c;
}
.video-iframe iframe {
    width:100%;
    border-radius:15px;
    overflow:hidden;
    background:#000;
}
.kotak-hasil {
    padding: 20px 10px;
    color: #fff;
    border-radius: 15px;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 35%);
}
.rating-hasil b {
    display: block;
    font-size: 35px;
}
.rating-hasil {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    text-align: center;
}
.data-calc-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
    margin: 0 0 15px;
}
.data-box.calc-flex {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    grid-gap: 0;
    align-items: center;
}
.data-box {
    background: #f29e22;
    color: #fff;
    padding: 15px;
    height: 100%;
    border-radius: 10px;
}
.calc-count {
    font-weight: 700;
    font-size: 17px;
}
.data-calc-2x {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 15px;
    align-items: center;
    margin: 0 0 15px;
}
.export-data, .delete-data {
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
    font-size: 14.5px;
    justify-content: center;
    margin: 15px 0;
}
.export-data input, .delete-data input {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    width:70px;
}
.export-data button, .delete-data button {
    border: none;
    background: #f29e22;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.delete-data button {
    background:#F44336;
}

/* MEDIA RESPONSIVE */
@media screen and (max-width: 980px) {
    .footer-widget {
        grid-template-columns:1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .healthservice {
        grid-template-columns:1fr 1fr;
    }
    .mycontent {
        margin-bottom:80px;
    }
    .footer-widget {
        grid-template-columns:1fr;
    }
    .box-pembayaran {
        display:block;
    }
    .dashboard-fill {
        border: none;
        padding: 0;
    }
    span.menu-count {
        top: -15px;
        font-size:12px;
        width:22px;
        height:22px;
        line-height:22px;
    }
    .menu-progress a {
        font-size: 11px;
    }
    #footer-section .footer-logo img {
        width:120px;
    }
    .navbar-mobile {
        display:grid;
    }
    .list-transaksi .header-transaksi {
        display: grid;
        grid-template-columns: 1fr;
    }
    #dashboard-blanter a.show-menu {
        display:block;
    }
    #dashboard-blanter {
        display: block;
        padding: 0;
    }
    .dashboard-content {
        width: 100%;
        padding: 0;
        margin-top:50px;
    }
    .dashboard-menu {
        display: none;
        position: fixed;
        z-index: 80;
        top: 75px;
        bottom: 90px;
        width: 70%;
        left: inherit;
        right: 10px;
        background: #fff;
        overflow: hidden;
        overflow-y: scroll;
    }
    .dashboard-menu li a {
        font-size: 14px;
    }
    .mycontent .show-product {
        padding: 0 10px;
    }
    .product-thumbnail {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .product-info h1 {
        font-size: 18px;
    }
    #product-section {
        grid-gap: 0;
    }
    .blanter-carousel {
        border-radius:10px;
        margin-top:20px;
    }
    .navbar .navbar-toggler {
        background: rgb(255 255 255);
        padding: 5px;
        transform: scale(.9);
    }
    .product-cart .dropdown {
        position: inherit;
    }
    .welcome-search .navbar-nav ul.dropdown-cart {
        position: absolute;
        margin-top: 10px;
        left: 10px;
        right: 10px;
        width: auto;
    }
    .welcome-search .container {
        grid-template-columns: 1fr 1fr;
        padding: 0 10px;
    }
    marquee {
        font-size:13px;
    }
    .welcome-search {
        padding: 15px 10px;
        position: sticky;
        top: 0;
        z-index: 99;
        background:#fff;
    }
    .navbar a.navbar-brand {
        display:block;
    }
    .welcome-menu,.welcome-kategori,span.nomobile {
        display:none;
    }
    .welcome-logo img {
        width: 150px;
        transform: translateY(3px);
    }
    .kategori-content {
        overflow: hidden;
        overflow-x: scroll;
        grid-gap:5px;
    }
    .kategori-box {
        font-size: 13px;
        width: 100px;
        text-align: center;
        padding:0;
    }
    .kategori-box img {
        width:60px;
        height:60px;
    }
    .responsive-table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
    .responsive-table thead, 
    .responsive-table tbody, 
    .responsive-table th, 
    .responsive-table td, 
    .responsive-table tr { 
      display: block; 
    }
    .responsive-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .responsive-table tr { 
      border: 1px solid #ccc; 
      margin:0 0 10px;
    }
    .responsive-table td { 
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 40%; 
      text-align: left;
    }
    .responsive-table a {
        white-space: normal;
    }
    .responsive-table td:before { 
      position: absolute;
      top: 6px;
      left: 6px;
      width: 40%; 
      padding-right: 10px; 
      white-space: nowrap;
      content: attr(data-label);
      font-weight: bold;
    }
}
@media screen and (max-width:680px){
    /* lanjut mobile */
    #dashboard-blanter a.show-menu {
        display: block;
        left: inherit;
        right: 0;
        top: 4px;
        z-index: 99;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #fff;
        background: #f29e23;
        font-size: 25px;
    }
    .dashboard-content {
        margin-top:0;
    }
    /* ok lanjut */
    .home-title {
        display:none;
    }
    .custom-alert h3 {
        font-size:15px;
        margin:0;
    }
    .profile-img {
        width:80px;
        height:80px;
        margin:0 0 3px;
    }
    .profile-card .profile-img {
        width:120px;
        height:120px;
    }
    .profile-menu li a {
        padding: 15px;
    }
    .content-transaksi a.btn-download span {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .content-produk .badge {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        line-height:1.6;
    }
    .toko-menu ul {
        justify-content: center;
    }
    .star-rating {
        justify-content: center;
    }
    .toko-navigation a {
        font-size: 13px;
        text-align: center;
        padding: 10px;
    }
    .toko-navigation {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #search-box input.form-control {
        padding: 7px 15px;
        font-size: 14px;
    }
    .dashboard-section a.btn {
        font-size: 12px;
    }
    .dashboard-section .col {
        padding: 0;
    }
    .dashboard-section .card-text {
        font-size: 25px;
    }
    .dashboard-section .card-title {
        font-size: 11px;
        text-align:center;
    }
    .dashboard-section {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0;
        grid-gap: 10px;
    }
    nav.navbar {
        display:none;
    }
    span.label-cart {
        top:8px;
    }
    #footer-section {
        padding-bottom: 80px;
    }
    #footer-section .footer-credit {
        font-size:12px;
    }
    .profile-card {
        display:block;
        text-align:center;
    }
    .label-date label:before {
        visibility:visible;
    }
    #product-section .ribbon span, .hijab-info {
        font-size:10px;
    }
    #product-section .ribbon {
        top: -60px;
        right: -45px;
    }
    .header-box .col-md-2 {
        margin: 0 auto;
    }
    a.whatsapp-button {
        right: 10px;
        bottom: 65px;
        font-size: 24px;
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .responsive-table th {
        display:none;
    }
    #filter-form .info-boxinput button {
        display: block;
        width: 100%;
    }
    #filter-form .info-boxinput select {
        margin: 10px 0;
    }
    #filter-form .info-boxinput {
        display: block;
    }
    .navbar ul.navbar-nav {
        margin:0;
    }
    #dashboard-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #dashboard-section a span {
        font-size:12px;
    }
    #dashboard-section i {
        font-size:30px;
    }
    .mynote, #product-section p.card-text {
        font-size:12px;
    }
    #product-section .card-title {
        font-size:14px;
    }
    #product-section .card .card-body {
        padding:10px;
    }
    .category-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .category-menu ul li a {
        display: block;
        text-align: center;
    }
    #product-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footer-menu ul {
        margin: 0 0 15px;
    }
    #product-section img.card-img-top {
        height:auto;
    }
    .outofstock {
        top:22%;
    }
    .footer-menu ul li a {
        display: block;
    }
    .form-data .form-grid-2,.form-data .form-grid-3 {
        display: block;
    }
    .show-product .row, .row.header-box {
        display: block;
    }
    .info-product-button a.btn {
        position: fixed;
        z-index: 9;
        bottom: 55px;
        left: 0;
        right: 70px;
        margin: 10px;
    }
    h1.mytitle, h2.mytitle, h3.mytitle {
        font-size:17px;
    }
    #product-section .col {
        padding: 8px;
        margin: 5px 0;
    }
    ul.pagination {
        padding: 0;
        margin: 0;
    }
    .my-pagination .justify-content-between {
        display: block !important;
    }
    .pagination li span, .pagination li a {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 500;
    }
    .pagination li {
        width: 100%;
    }
    .navbar-collapse {
        border-top: 3px dashed #eee;
    }
    .header-box a.button-grey {
        display: block;
        text-align: center;
    }
    .header-box .col {
        margin: 10px 0;
    }    
}
  
@media screen and (max-width:600px){
    .jaringan-user-container{
        grid-template-columns: auto auto;
    }
    .affiliated-lists > li {
        display:flex;
        flex-direction: column;
        gap:20px;
    }
}

@media screen and (max-width:430px){
    .jaringan-user-container{
        grid-template-columns: auto;
    }
}