@media (max-width:767px) {
}
@media (min-width: 1200px){
    .container {
      width: 100%;
    }
  }

  .productWrapper{
    display:flex;
    flex-wrap:wrap;
    width:100%;
  }

  .addPad{
    padding:10px 0 10px;
  }

  .prodImage{
    position:relative;
    width:100%;
    height:100%;
    /* border: solid 1px rgba(204, 204, 204, 0.60); */
  }

  .prodTable{
    display:table;
    width:100%;
    height:100%;
  }
  .prodTable-100{
    display:table;
    width:100%;
    height:100%;
  }

  @media(min-width:768px){
    .prodTable{
      min-height:233px;
    }
    .prodTable-100{
      min-height:200px;
    }
  }

  .productCenter > img{
    height:300px;
  }

  .prodCell{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
  }
  .prodCell-100{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
  }
  .prodCell > img{
    max-height:233px;
  }
  .prodCell-100 > img{
    max-height:200px;
  }

  .prodDescription{
    color:white;
    position:absolute;
    top:calc(50% - 7px);
    font-size:14px;
    left:0;
    display:none;
    text-align:center;
    width:100%;
    z-index:2;
  }
  @media(min-width:1220px){
    .modal-xl{
      width:1200px;
    }
  }
@media (min-width:992px) {
  .mrgnhal{
    padding-left: 50px; 
    padding-right: 50px;
  }
  .flexslider .slides img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 79vh;
    z-index: 2;
    position: relative;
    display: block;
  }
  .mgall{
    margin-right: 100px;
    margin-left: 100px;
  }
  .pdmenu{
    padding-right: 100px;
    padding-left: 100px;
  }
}
body{
  background-color: #e6e7e8;
}
.bgproduk{
  background-color: #fff;
  border: 1px solid #fff;
  height: 330px;
}
.imgproduk > img {
  height: 220px;
  padding-top: 10px;
  padding-bottom:10px;
}
.bgprodukKat{
  background-color: #fff;
  border: 1px solid #fff;
  height: 270px;
}
.bgprodukKat > img {
  height: 220px;
  padding-top: 10px;
  padding-bottom:10px;
}
.imgproduk{
  text-align: center;
  color: #6f6666;
  font-family: -webkit-body;
}
.bgabu{
  background-color: #e6e7e8;
  padding-top: 20px;
}
.nameproduk{
  border-top: solid 1px #bdb8b8;
  padding: 10px;
  text-align:center;
  color: #000;
}
.bgwhite{
  background-color: #fff;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ddd;
}
li > a > img {
  height: 20px;
}
select {
  background-color: #fff;
  border: 0 none;
  box-shadow: none;
  color: #808080;
  display: block;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  /* padding: 2px 20px 2px 2px; */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.text-justife{
  text-align: justify;
}
.color000{
  color: #000;
}
.font_initial{
  font-family: initial;
}
.top50{
  margin-top: 50px;
}
.horLine{
      clear:both;
      padding-bottom:9px;
      border-bottom: 1px solid #eee;
}
.separator {
  color: #c5a47e;
  margin: 0 auto 20px;
  max-width: 240px;
  text-align: center;
  position: relative;
}
.separator:before, .separator:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 10px;
  border: 1px solid #c5a47e;
}
.separator:before {
  float: left;
}
.separator:after {
  float: right;
}

.separator-danger {
  color: #ca9a4e;
}
.separator-danger:before, .separator-danger:after {
  border-color: #ca9a4e;
}
