/************************

Nama: Davy Gunarso
Tanggal: 20 Feb 2021

************************/
@media only screen and (max-width: 768px) {
  .hp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .hp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* nav */
.top-nav a:hover, .top-nav a:link, .top-nav a:visited {
  text-decoration: none;
  color: red;
  float: right;
}

.top-nav2 a:hover, .top-nav2 a:link, .top-nav2 a:visited {
  text-decoration: none;
  color: red;
  float: left;
}

/* supaya gambar kotak ataupun persegi panjang tetap rapi */
.productImage {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 350px;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease 0s !important;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease 0s !important;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease 0s !important;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease 0s !important;
}

.awrap-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.category {
  background-color: #edebec;
  /*height: 400px;*/
}

.con {
  padding: 50px;
}

.footer {
  background-color: #3e3c3d;
  color: white;
  text-align: left;
}

.footer-con {
  padding: 50px;
}

.nav-item > a {
  color: #f40202 !important;
  text-decoration: none;
  background-color: transparent;
  font-family: Arial;
  font-weight: bold;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: white !important;
  border: 1px solid gray !important;
  border-radius: 0.25rem;
}

.navbar-nav {
  list-style: none;
  margin-top: 30px !important;
}

/* prod detail */
.thumb {
  padding: 50px;
}

.prod_detail {
  padding: 50px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: white;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 20px;
}

@media only screen and (max-width: 583px) {
  .small-hp {
    display: none;
  }
}
@media only screen and (max-width: 435px) {
  .small-hp2 {
    display: block;
  }
}
@media only screen and (min-width: 436px) {
  .small-hp2 {
    display: none;
  }
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: white;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 210px;
  margin: 5px;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
}

.step-h {
  font-size: 22px;
  color: red;
}

.step {
  font-size: 22px;
  text-decoration: none;
  color: black;
}

.step > a:hover, .step > a:link, .step > a:active, .step > a {
  font-size: 22px;
  text-decoration: none;
  color: black;
}

.box {
  width: 100%;
  border: 1px solid;
  border-color: #cbcbcb;
  padding: 20px;
}

.cbackground {
  background-color: #e3e2e2;
  padding: 20px;
}

.pages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #ffffff;
}

.pages li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
.pages li a:hover {
  background-color: #555;
  color: white;
}

.col-10 {
  width: 10%;
  text-align: left;
}

.col-90 {
  width: 90%;
  text-align: left;
}

.ctg {
  font-size: 20px;
  color: #757474;
}

.ctg > a:link, .ctg > a:hover, .ctg > a {
  text-decoration: none;
  color: gray;
}

.ctg-title {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.fea-box, .row {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}

.col {
  padding: 0 5px 0 0 !important;
}

.prod, .price {
  font-size: 17px;
  color: black;
  font-weight: bold;
  background-color: brown;
  height: 30px;
  width: 100px;
  padding: 5px;
}

.prod a:link, .price a:link, .prod a:hover, .price a:hover, .prod a:visited, .price a:visited {
  font-size: 17px;
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.prod-ctitle {
  color: red;
  font-family: arial;
}

.price {
  background-color: red;
  height: 30px;
  width: 100px;
  padding: 5px;
  color: black !important;
  margin-left: 11px;
}

/**  construction **/
.prod-con {
  display: block;
  width: 280px;
  margin-left: 0;
  margin-right: auto;
}

/** end **/
.cat-row-start {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.cat-row-end {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-top: -40px;
}

/*** Price Range Styles ***/
.price-range-block {
  margin: 60px;
}

.sliderText {
  width: 40%;
  margin-bottom: 30px;
  /*border-bottom: 2px solid red;*/
  padding: 10px 0 10px 0px;
  font-family: arial;
}

.ui-slider-horizontal {
  height: 0.2em;
}

.ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}

.ui-widget-header {
  background: #b9b9b9;
}

.price-range-search {
  width: 40.5%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.price-range-field {
  width: 10%;
  min-width: 10%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  font-family: myFont;
  font: normal 14px Arial, Helvetica, sans-serif;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
  display: none;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
  font-family: arial;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-radius: 10px !important;
  background: #fd0909 !important;
}

/*** End Price Range Styles ***/
.subcat1 a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #757474;
}

.subcat2 a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #757474;
}

.prod-title {
  font-size: 25px;
}

.prod-price {
  font-size: 25px;
  color: brown;
  font-weight: bold;
}

.prod-prop {
  font-size: 14px;
}

.prod-con {
  display: block;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.read {
  color: blue;
}

/** Home **/
.middle-title {
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
}

.bottom-title {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
}

/*# sourceMappingURL=style.css.map */
