.selectric {
  border: none;
}

.no-resize {
  resize: none;
}

.hide {
  display: none !important
}

header .logo{
  float:left;
  margin:8px 0 0 0;
  line-height:100%;
  font-size:0;
}

header .search-wrapper input[type=text]{
  border: 1px solid #4b85cc;
}

header .user-info .panel{

  /*width:280px;*/
}

header .user-info .panel li{
  font-size:15px;
  padding-top:8px;
  padding-bottom:8px;
  border-bottom:solid 1px #f8f8f8
}

/*===================
  COMPONENT
 ===================*/

.input .left-side{
  margin-top:13px
}
.input .left-side a{
  color:#2F64AF
}
.input .left-side p{
  margin:0
}

.detail-grand-total {
  background: #f3f3f3;
  padding: 5px 15px;
}

.dtl-prd .prd-info h2 {
  font-size: 20pt;
}

.dtl-prd .prd-info h3.price {
  font-size: 18pt;
  color: #c42d41
}

.store-page .container{
  margin-top: -250px
}

.single-item-detail .description p strong {
  color: #c42d41
}

.vendor-info {
  position: relative;
}

.info2{
  position: absolute;
  right: 0;
  bottom: 15px;
}
.info2 a{
  display: inline !important;
  padding: 0px 3px;
}


.single-item-detail .vendor-info a {
  height: auto;
}

.vendor-info p{
  max-width: none !important;
  float: none !important;
}

.vendor-info a{
  float: none !important
}

.chat{
  margin-top: none !important;
  float: none !important;
  position: absolute;
  right: 0;
  bottom: 23px
}

#amount {
  border:0;
  color:#c42d41;
  font-weight:bold;
}

.stat-right{
  position: absolute;
  right: 15px
}
.stat-right p{
  display: inline;
}

.user-pf .user-info .fb {
  padding-bottom: 10px
}
.user-pf .user-info .fb span{
  display: inline;
  text-align: center;
  color: #FE0;
  font-size: 20px;
}

#payment-confirmation-form label{
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  header {
    height: 80px;
  }
  header #toggle,
  header .profile {
    display: block;
  }
  header .logo {
    margin: 8px 0 0 0;
    width: 80px;
  }

}

@media screen and (max-width:768px){

  .input .left-side{
    width:100%;
    margin-top:30px
  }
  .input .left-side p{
    text-align:center
  }
  .stat-right{
    right: 10px
  }
  .stat-right p i{
    font-size: 8pt;
  }
  .stat-wrapper .rate-wrp i{
    font-size: 9pt
  }
  .store-page .container{
    margin-top: 0px
  }
}

/* @media screen and (max-width:480px){
  .vendor-info p a {
    background: purple
  }
} */

/* Custom css untuk pilih daerah pengrajin di (provinsi) */
div.searchable-province {
  width: 300px;
  float: left;
  margin: 0 15px;
}

.searchable-province input {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  display: block;
  font-weight: 400;
  line-height: 1.6;
  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;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}

.searchable-province ul,
.searchable-content ul {
  display: none;
  list-style-type: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #add8e6;
  border-top: none;
  max-height: 180px;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
}

.searchable-province ul li,
.searchable-content ul li {
  padding: 7px 9px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  color: #6e6e6e;
}

.searchable-province ul li.selected {
  background-color: #e8e8e8;
  color: #333;
}

/* Dropdown Button */
.dropbtn {
  color: white;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {}


/* Dropdown Button */
.dropbtn2 {
  color: white;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {}

.searchable-content {
  width: 100%;
}

.compare-no-mbt {
  margin-bottom: 0;
}

.compare-img-comparison {
  margin-bottom: 15px;
}

.compare-img-comparison img {
  width: 100%;
}

.showcase-img-province {
  width: 100%;
  height: 364px;
  border-radius: 5px;
}

.showcase-slider {
  height: 300px;
  width: 100%;
  padding-bottom: 5vh;
}

.showcase-img-provinces {
  width: 95%;
  border-radius: 5px;
}

.showcase-icon {
  height: 150px;
}

@media screen and (max-width:1185px){
  .showcase-img-province {
    height: 364px;
  }
}

@media screen and (max-width: 729px){
  .showcase-icon {
    height: 75px;
    padding-bottom: 10px;
  }

  .showcase-slider {
    height: 250px;
    width: 100%;
    padding-bottom: 5vh;
  }

  .showcase-img-province {
    height: 314px;
  }
}

@media screen and (max-width: 489px) {
  .showcase-img-province {
    display: none;
  }

  .slider-container {
    width: 100%;
  }
}

@media screen and (max-width: 919px) {

  .showcase-img-provinces {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }
}

.showcase-title {
  color: red;
}

.loading img {
  width: 20% !important;
}

