/*body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}*/
/*header*/
#header {
	padding-top: 0px;
  padding-bottom: 0px;
  background-color:#000;
}
.search-input {
    height: 38px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    border-radius: 0px 0px 0px 0px;
}
.search-input-none {
  border: none;
}
.sticky-box {
  box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
}
.search-btn {
    height: 34px;
    width: 50px;
    background: #FFF;
    color: #FFF;
    font-weight: 700;
    border: none;
    border-radius: 0px 0px 0px 0px;
}
.border-bottom{
  border-bottom: 1px solid #ddd;
}
.header-profile {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid red;
    margin-left: auto;
}
.header-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/*navigasi*/
#navigation {
    background: #FFF;
    border-bottom: 2px solid #E4E7ED;
    /*border-top: 3px solid #D10024;*/
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color:#D10024;
}
.ok-nav-link {
    font-size: 14px;
}
.ok-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.separator {
    display: inline-block;
    opacity: 0.5;
    margin: 0 4px;
    color: #ddd;
}
.aktiv {
  color: red !important;
}
/*Footter*/
#footer {
  background:#000;
}
.footer {
    margin: 30px 0px;
}
.footer p{
    color: white;
}
.footer ul {
    padding-left: 0rem;
}
.footer .footer-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 30px;
}
.footer-links li+li {
  margin-top: 15px;
}

.footer-links li a {
  color: #B9BABC;
  text-decoration: none;
}

.footer-links li i {
  margin-right: 15px;
  color: #D10024;
  width: 14px;
  text-align: center;
}

.footer-links li a:hover {
  color: #D10024;
  text-decoration: none;
}
.footer-icon-top {
  background: red;
  padding: 8px 10px;
  height: 35px;
  width: 35px;
  color: white;
  border-radius: 50%;
  margin: 4px;
}
.footer-icon-bottom {
  background:black;
  padding: 6px 6px;
  height: 35px;
  width: 35px;
  color: white;
  border-radius: 50%;
  margin: 4px;
  border: 1px solid white;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.chat {
list-style: none;
margin: 0;
padding: 0;
}

.chat li {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #B3A9A9;
}

.chat li .chat-body p {
margin: 0;
color: #777777;
}

.panel-body {
overflow-y: scroll;
height: 350px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
.single-title {
  font-size: 15px;
  color: #32393a;
  line-height: 24px;
  font-weight: bold;
}
.single-desc {
font-size: 15px;
color: #32393a;
line-height: 24px;
}
.single-figure {
height: 340px;
width: 100%;
overflow: hidden;
position: relative;
border:1px solid #ddd;
}
.single-figure img{
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
.flex-figure {
height: 80px;
width: 25%;
overflow: hidden;
position: relative;
margin: 3px;
cursor: pointer;
border:1px solid #ddd;
}
.flex-figure img{
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
.caption-produk {
font-size: 15px;
color: #32393a;
line-height: 24px;
}
.caption-produk span{
text-transform: capitalize;
font-size: 14px;
color: black;
}
.single-price {
margin-bottom: 4px;
/*font-size: 15px;*/
font-size: 18px;
color: #32393a;
line-height: 24px;
font-weight: bold;
}
.karya-figure {
width: 48px;
height: 48px;
margin: 0px 12px 0px 0px;
overflow: hidden;
position: relative;
border-radius: 50%;
margin-right: 15px;
}
.karya-figure img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
.karya-name {
font-size: 15px;
color: #32393a;
line-height: 24px;
text-decoration: none;
}
.karya-total {
font-size: 15px;
color: #32393a;
line-height: 24px;
}
.single-send {
font-size: 15px;
color: #32393a;
line-height: 24px;
}
.single-city {
font-size: 15px;
color: #32393a;
line-height: 24px;
}
.single-city span {
font-size: 15px;
color: #32393a;
line-height: 24px;
font-weight: 600;
}

/*galeri kami*/

.galeri-kami-figure {
width: 100%;
height: 70%;
position: relative;
overflow: hidden;
}
.galeri-kami-figure img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

/*category*/
.produk-title {
    font-size: 15px;
    color: #32393a;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
    font-weight: 600;
}
.card-produk {
    cursor: pointer;
}
/*.card-produk:hover {
    border: 1px solid #e4002c;
}*/
.card-figure {
    width: 100%;
    height: 256px;
    overflow: hidden;
    position: relative;
}
.card-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.price-produk {
    color: #32393a;
    font-size: 16px;
    font-weight: 600;
}
.span-lelang {
    font-size: 14px;
    color: #8D99AE;
}
.kategori-produk {
    text-transform: capitalize;
    color: #7a888a;
    font-size: 13px;
}
.section-title {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
}

/*slider*/
.carausel-figure {
  height:500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carausel-figure img{
  height:100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ikuti-kami {
  justify-content: center;
}
.ikuti-kami-h2{
  font-family:fantasy;
  font-size: 25px;
}
.lelang-terbaru {
  font-family:fantasy; 
  font-size: 25px;
}
.flex-grow1 {
  flex-grow: 1;
  width: 45%;
}
.flex-grow2 {
  flex-grow: 2;
  width: 55%;
}
#bid-button {
  display: none;
}
.bid-foto {
  display: none;
}
.fw-500 {
  font-weight: 500;
}
.m-block {
  display: none;
}
.desk-mobile {
  width: 100%;
}
@media (min-width:200px) and (max-width: 760px){
    .logo-mobile {
      text-align: center;
    }
    .menu-mobile {
      justify-content: center !important;
    }
    
    .carausel-figure {
      height:190px;
    }
    .ikuti-kami {
      justify-content: normal; 
    }

    .follow-icon-bottom {
      margin: auto !important;
    }
    .ikuti-kami-h2 {
      text-align: center;
    }
    .footer-mobile {
      display: block !important;
      text-align: center;
    }
    .lelang-terbaru {
      font-size: 22px;
    }
    .kolom-terbaru {
      width: 50% !important;
    }
    .main-content {
      padding: 10px;
    }
    .custom-nav {
      left: 10px !important;
      right: 10px !important;
    }
    .col-mobile {
      width: 100%;
    }
    .desk-mobile {
      display: none;
    }
    #bid-mobile {
      display: none;
    }
    .bid-active {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding-left: 0px;
      padding-right: 0px;
      display: block !important;
      z-index: 10000;
    }
    .panel-img {
      padding: 5px;
      margin: 5px;
      background: white;
    }
    .bid-active .panel-figure {
      position: relative;
      overflow: hidden;
      height: 75px;
      width: 75px;
      margin-right: 13px;
    }
    .bid-active .panel-figure img{
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
    }
    #bid-button {
      display:block;
    }
    .panel-heading-mobile {
      height: 20%;
      padding: 0px;
      border-bottom: transparent;
      background-color: #d10024 !important;
      margin: 2px 15px;
      border-color: transparent !important;
    }
    .panel-body-mobile {
      background: white;
      /*height: 85%;*/
      width: 100vw;
      height:73%!important; 
      overflow-x: hidden;
      padding: 15px;
    }
    .panel-footer-mobile {
      height:7%;
    }
    .panel-default {
      background-color: #D10024;
      position: fixed;
      bottom: 0;
      /*top: 0;*/
      right: 0;
      left: 0;
      height: 100%;
      margin-bottom: 0px  ;
    }
    .bid-foto {
      background: #D10024;
      /*height: 25%;*/
    }
    .bid-foto {
      display: block;
    }
    .p-4-mobile {
      padding: 8px !important;
    }
    .desc-mobile {
      display: none;
    }
    .blog-figure {
      height: 100% !important;
    }
    .blog-title-mobile {
      padding-top: 5px !important;
      font-size: 15px !important;
      overflow: hidden;
      position: relative;
    }
    .text-mb {
      font-size: 10px;
    }
    .title-detail-mobile {
      font-size: 16px;
    }
    .justify-beetween {
      justify-content: space-between !important;
    }
    .blog-figure-detail {
      height: 230px !important;
    }
    .profile-seniman {
      /* text-align: center; */
      padding-top: 10px;
    }
    .m-block {
      display: block;
    }
}
