/*------------------
  Header section HTML
---------------------*/


/*start - Img logo */

.img-fluid {
  width: 20%;
  padding: 60px 25px 25px 25px; 
  background-image: url(../img/mh-logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 20px;
  margin-top: 15px;
  border:solid black 0px;
}

/*start - button bar */

.img-bar {
  padding: 10px 25px 25px 37px; 
  background-image: url(../img/bar.png);
  background-repeat: no-repeat;
  background-size: 65%;
  border:solid black 0px;
}

/*start - button login*/

.user-panel .up-item {
  margin-top: 16px;
  margin-right: 112px;
  padding: 60px 125px 125px 125px; 
}

.up-item {
  color: #23aae1;
}

.flaticon-profile 
{
	font-size:20px;
	border:solid black 0px;
}

/*start - button search*/

.header-search-form {
  margin-left: 15px;
  margin-right: 15px;
  width: 40%;
  
}

.input-1 {
  width: 60%;
  height: 44px;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  padding: 0 19px;
  background: #f0f0f0;
  
}

.button-1 {
  position: absolute;
  height: 100%;
  right: 12%;
  font-size: 26px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

/*start - hero slider  */

.hero-slider .hs-item {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}

.img .hs-item {
  width: 50%;
  height: 50%;
}

.hero-slider .owl-dots .owl-dot {
	display:none;
}

.hero-slider .owl-dots .owl-dot:last-child {
  margin-left: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
  font-size: 32px;
  position: absolute;
  color: #000000;
  opacity: 0.4;
  bottom: 80px;
  margin-left: 15%;
  margin-right: -1390%;
}

.slide-num-holder {
  float: right;
  z-index: 1;
  color: #000000;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-top: -22px;
}

.slide-num-holder:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  background: #000000;
  left: 50%;
  top: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* -----------------------
  Product filter section
-------------------------*/
.product-filter-menu li {
  margin: 0 5px 5px;
}

.product-filter-section {
  padding-bottom: 60px;
}

.warp2 li {
  margin: 0 0px 0px;
}

.product-filter-menu li a {
  background: #ffffff;
  padding: 12px 34px;
  border-radius: 40px;
}

/* ----------------
  Banner section
---------------------*/

.banner {
  padding: 50px 34px 200px;
  position: relative;
  margin-bottom: 70px;
}

/* ----------------
  Footer section
---------------------*/

.social-links-warp {
  text-align: center;
}

/*start - custom menu fixed*/

.content {
  padding: 5px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
  background-color:#fff;
  z-index: 100000;
}

/*end - Custom menu fixed*/

/*start - float wa */

.img-wa
{
	background-image: url(../img/whatsapp.png);
	padding: 85px 85px 5px 5px; 
	background-repeat: no-repeat;
	border-right: 0px;
	margin-top: 0px;
	border:solid black 0px;
}

.floatwa {
	position:fixed;
	bottom:0px;
	right: 20px;
	width:17%;
	z-index:1000;
	padding:10px;
	margin:auto;
	text-align:center;
	float:none;
}
.tombolwa {
	border: 5px #2da639 solid;
	background-color:#fff;
	width:90%;
	padding:6px;
	text-align:center;
	margin:0;
	border-radius: 15px;
	margin:auto;
	text-align:center;
	float:none;
}
.floatwa a{
color:white;
}
/*end - float wa */


/*css tambahan*/

.product-filter-menus {
  position: static;	
  list-style: none;
  margin: 0 -10px;
  padding-top: 20px;
  padding-bottom: 1px;
}

.product-filter-menus li {
  margin: 0 13px 13px;
  display: inline-block;
}

.product-filter-menus li a {
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  background: #fff;
  display: fixed;
  width: 100%;
  padding: 30px 20px;
  border-radius: 40px;
  
}

/*button show / hide*/

.login_style{
	display: none;
}
.flaticon-profile {
	display: none;
}

/*tentang kami heading */
	
.heading-about 
{
	font-size:20px;
	 border:solid black 1px;
}


/*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }

/*heading-title*/

  .about-section p {
	  font-size:18px; 
  }
  
/*overflow-scroll-media-sosial*/

  div.ex1 {
  height: 450px;
  width: 350px;
  overflow-y: scroll;
}

  div.ex2 {
  height: 450px;
  width: 350px;
  overflow-y: scroll;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (orientation: portrait) {
/*------------------
  Header section HTML - iphone 6/7/8 - portrait
---------------------*/
	
	
	/*start - Img logo */
  
	.img-fluid {
	width: 20%;
	padding: 40px 20px 10px 0px;
	margin-left: 20px;
	background-image: url(../img/mh-mobile.png);
	background-repeat: no-repeat;
	background-size: 65%;  
	margin: auto;
	margin-top: 12px;
	margin-bottom: 10px;
	border:solid black px;
	}
	
	/*start - Img bar button */

	.img-bar {
	padding: 20px 15px 15px 15px; 
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-size: 80%;
	padding-top: 10px;
	border:solid black 0px;
	
	}	
	
	/*start - button search*/

	.input-1 {
	width: 63%;
	height: 38px;
	margin: -18px;
	margin-right:11px;
	font-size:10px;
	}
	
	.flaticon-profile 
	{
		font-size:21px;
		border:solid black 0px;
		display: inherit;
	}
	
	.up-item {
	margin-right: -90px;
	}
	
	.login_style {
	visibility: hidden;
	}
	
	.button-1 {
	height: 100%;
	font-size: 20px;
	right: 14%;
	}

	/*start - slider product */

  .slide-num-holder {
    float: right;
    z-index: 1;
    color: #000000;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-top: 20px;
  }

  .slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #000000;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
   }
	
	/*start - hero slider*/

	.hero-slider .hs-item {
	  position: relative;
	  margin-top: 25px;
	  margin-bottom: 35px;
	}
		
	.hero-slider .owl-dots .owl-dot {
		display:none;
	}
	
	.hero-slider .owl-dots .owl-dot:last-child {
	  margin-left: 0;
	}
	
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
	  font-size: 24px;
	  position: absolute;
	  color: #000000;
	  opacity: 0.5;
	  bottom: 8px;
	  margin-left: 5px;
	  margin-right: -250px;
	}
	
  .hero-slider .slider-nav-warp {
    max-width: 360px;
  }

  .hero-slider .hs-item {
    height: 140px;
	margin-bottom: 15px;
  }

/* ----------------------
  Latest product section
------------------------*/
.product-slider .pi-pic  {
  display: marker;	
  max-width:  180px;
}

  .fb-page {
    margin-left: 75px;
  }

  .wg-instagram {
    margin-left: 50px;
  }

  /* -----------------------
  Product filter section
-------------------------*/

  .product-filter-menu li {
    margin: 0 10px 10px;
  }

  .warp2 li {
    margin: 0 0px 0px;
  }

  .product-filter-menu li a {
    background: #ffffff;
    padding: 12px 34px;
    border-radius: 40px;
  }
  
  /* -----------------------
  Product filter categories
-------------------------*/

  .product-filter-menus li {
    margin: 0 10px 10px;
  }

  .product-filter-menus li a {
    background: #ffffff;
    padding: 5px 24px;
    border-radius: 40px;
  }

  /* ----------------
  Banner section
---------------------*/

  .banner-img {
    margin-bottom: 10px;
  }

  /*start - custom menu fixed*/

  .content {
    padding: 5px;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0px 1px 10px #999;
    z-index: 100000;
  }

  /*start - float wa*/

  .img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-right: 0px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:43%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
		float:none;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
		float:none;
	}
	
	.floatwa a{
	color:white;
	}
 	
	/* product-item slider */
	
	.revised{
		display: block;
		width: 100%;
	}
	
	.product-item {
	  display: block;
	  width: 100%;
	  
	}
	
	/*product-filter-menu*/
	
	.product-filter-menu {
	  position: static;	
	  list-style: none;
	  margin: 0 -20px;
	  padding-top: 10px;
	  padding-bottom: 1px;
	}
	
	.product-filter-menu li {
	  margin: 0 15px 10px;
	}
	
	.product-filter-menu li a  {
	  color: #111111;
	  font-size: 11px;
	  display: fixed;
	  width: 75%;
	  
	}
	
	/*product-filter-menus*/
	
	.product-filter-menus {
	  position: static;	
	  list-style: none;
	  margin: 0 -20px;
	  padding-top: 10px;
	  padding-bottom: 1px;
	}
	
	.product-filter-menus li {
	  margin: 0 15px 10px;
	}
	
	.product-filter-menus li a {
	  color: #111111;
	  font-size: 11px;
	  font-weight: 700;
	  background: #ebebeb;
	  display: fixed;
	  width: 80%;
	  padding: 20px 15px;
	  border-radius: 40px;
	  
	}
	
	.product-filter-menus li img {
	  width: 25px;
	  
	}
	.product-filter-menus li p {
	 font-size:11px;
	}
	
	/*btn login primary*/
	.btn-primary {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff;
		display: none;
	}
	
	/*tentang kami heading */
	
	heading-about p
	{
		font-size:12px;
	}
	
	/*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }
  
    
 /*heading-title*/
  
  .heading-title {
	  font-size:24px;
  }
  
  .heading-title img {
	  width: 80px;
  }
	
  .about-section p {
	  font-size:14px; 
  }
  	
  .about-section li {
	  font-size:14px; 
  }
  
  /*overflow-scroll-media-sosial*/
  
	.facebook-sosmed
	{
	  width: 120%;
	  margin-left: -73px;
	  float:left;
	  border:solid black 0px;
	  text-align:center;
	}

  div.ex1 {
  	width: 100%;
	margin: auto;
	margin-right: -6px;
  	overflow-y: scroll;
	border:solid black 0px;
	text-align:center;
  }
  
  
  div.ex2 {
  	width: 100%;
	margin: auto;
  	overflow-y: scroll;
	border:solid black 0px;
	text-align:center;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
/*------------------
  Header section HTML - iphone 6/7/8 - landscape
---------------------*/

  nav {
    display: block;
  }

  .up-item {
    color: #000000;
  }
  

 /*start - img logo */
	
  .img-fluid {
	  width: 25%;
	  padding: 35px 15px 15px 15px; 
	  background-image: url(../img/mh-logo.png);
	  background-repeat: no-repeat;
	  background-size: 100%;
	  margin-right: 20px;
	  border:solid black 0px;
	}

  /*start - button bar  */
  
	.img-bar {
	padding: 10px 20px 20px 20px; 
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-size: 70%;
	border:solid black 0px;
	}	
	
 /*start - button search */

  .header-search-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 50%;
  }
  .button-1 {
    position: absolute;
    height: 100%;
    right: 17%;
  }

  .input-1 {
	width: 50%;
	height: 43px;
	margin: -6px;
	margin-right:12px; 
	 padding: 0 29px;
	}
	
   /*start - float wa*/

  .img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-right: 0px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:28%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
		float:none;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
		float:none;
	}
	.floatwa a{
	color:white;
	}
	
	/*start - hero slider*/

	.hero-slider .owl-dots .owl-dot {
		display:none;
	}
	
	.hero-slider .owl-dots .owl-dot:last-child {
	  margin-left: 0;
	}
	
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
	  font-size: 26px;
	  position: absolute;
	  color: #000000;
	  opacity: 0.5;
	  bottom: 8px;
	  margin-left: -75px;
	  margin-right: -330px;
	}
	
  .hero-slider .slider-nav-warp {
    max-width: 360px;
  }

  .hero-slider .hs-item {
    height: 150px;
	margin-bottom: 15px;
  }
	
  /* dropdown bar menu */
 	
	 .columns {
	width: 38%;
	font-size: 12px;
	height: auto;

  }
  
  .dropdowns-content {
	display: none;
	position: absolute;
	width: 80%;
	margin-left: -20px;
	z-index: 1000000;
  }

  /*  market place */
 .dropdowns-content-row {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 28%;
  margin-left: 202px;
  margin-top: -82px;
  line-height: 2.5;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #ddd;
  height: auto;
  font-size: 12px;
 }

 /*  social media */
.dropdowns-content-row-2 {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 28%;
  margin-left: 202px;
  margin-top: -46px;
  line-height: 2.5;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #ddd;
  height: auto;
  font-size: 12px;
 }

  /*  category */
 .dropdowns-content-row-3 {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 65%;
  margin-left: 202px;
  margin-top: -130px;
  line-height: 2;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #fff;
  height: auto;
  font-size: 12px;

  height:500px;
  display: grid;
  overflow:auto;
 }

 /* ----------------
	start font category - content 
  ---------------------*/

  .sub-title 
  {
	font-size: 12px;
	font-weight:bold;
	color:#333;
  }

  .content-title
  {
	font-size: 12px;
	white-space: pre;
	margin-top: 1em;
	margin-bottom: 1em;
  }

  .content-title-sub
  {
	font-size: 12px;
	white-space: pre;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
  }
  
  /*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }
  
   /*heading-title*/
  
  .heading-title {
	  font-size:24px;
  }
  
  .heading-title img {
	  width: 80px;
  }
	
  .about-section p {
	  font-size:14px; 
  }
  	
  .about-section li {
	  font-size:14px; 
  }
  
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
/*------------------
  Header section HTML - iphone 6/7/8 plus
---------------------*/

	/*start - Img bar button */

	.img-bar {
	padding: 8px 18px 15px 15px; 
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-size: 78%;
	padding-bottom: -22px;
	border:solid black 0px;
	
	}	
	
	.img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-right: 0px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:43%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
		float:none;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
		float:none;
	}
	.floatwa a{
	color:white;
	}

	/*start - hero slider*/
	
	.hero-slider .hs-item {
	  position: relative;
	  margin-top: 25px;
	  margin-bottom: 35px;
	}
		
	.hero-slider .owl-dots .owl-dot {
		display:none;
	}
	
	.hero-slider .owl-dots .owl-dot:last-child {
	  margin-left: 0;
	}
	
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
	  font-size: 28px;
	  position: absolute;
	  color: #000000;
	  opacity: 0.5;
	  bottom: 8px;
	  margin-left: -15px;
	  margin-right: -270px;
	}
	
	.hero-slider .slider-nav-warp {
	max-width: 360px;
	}
	
	.hero-slider .hs-item {
	height: 150px;
	margin-bottom: 15px;
	}
	
	.heading-about 
	{
		font-size:20px;
		 border:solid black 1px;
	}
	
	 
  /*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }
  
  /*heading-title*/
  
  .heading-title {
	  font-size:24px;
  }
  
  .heading-title img {
	  width: 80px;
  }
	
  .about-section p {
	  font-size:14px; 
  }
  	
  .about-section li {
	  font-size:14px; 
  }

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
/*------------------
  Header section HTML - iphone 6/7/8 plus - landscape
---------------------*/
/*start - img logo */
	
  .img-fluid {
	  width: 23%;
	  padding: 35px 15px 15px 15px; 
	  background-image: url(../img/mh-logo.png);
	  background-repeat: no-repeat;
	  background-size: 100%;
	  margin-right: 20px;
	  border:solid black 0px;
	}

  /*start - button bar  */
  
	.img-bar {
	padding: 10px 20px 20px 20px; 
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-size: 70%;
	border:solid black 0px;
	}	
	
 /*start - button search */

  .header-search-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 50%;
  }
  .button-1 {
    position: absolute;
    height: 100%;
    right: 20%;
  }

  .input-1 {
	width: 50%;
	height: 43px;
	margin: -6px;
	margin-right:12px; 
	 padding: 0 29px;
	}
	
   /*start - float wa  */
		
	.img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-right: 0px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:26%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
		float:none;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
		float:none;
	}
	.floatwa a{
	color:white;
	}
   
	/*start - hero slider*/

	.hero-slider .owl-dots .owl-dot {
		display:none;
	}
	
	.hero-slider .owl-dots .owl-dot:last-child {
	  margin-left: 0;
	}
	
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
	  font-size: 26px;
	  position: absolute;
	  color: #000000;
	  opacity: 0.5;
	  bottom: 8px;
	  margin-left: -75px;
	  margin-right: -330px;
	}
	
  .hero-slider .slider-nav-warp {
    max-width: 360px;
  }

  .hero-slider .hs-item {
    height: 150px;
	margin-bottom: 15px;
  }   
  
  /*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }
  
   /*heading-title*/
  
  .heading-title {
	  font-size:24px;
  }
  
  .heading-title img {
	  width: 80px;
  }
	
  .about-section p {
	  font-size:14px; 
  }
  	
  .about-section li {
	  font-size:14px; 
  }
	
 /*overflow-scroll-media-sosial*/

  div.ex1 {
  height: 450px;
  width: 350px;
  overflow-y: scroll;
  }
   
}

@media only screen and (min-device-width: 737px) and (max-device-width: 812px) and (orientation: portrait) {
  /*------------------
  Header section HTML - iphone X
---------------------*/


}

@media only screen and (min-device-width: 737px) and (max-device-width: 812px) and (orientation: landscape) {
/*------------------
  Header section HTML - iphone X
---------------------*/

/*start - img logo */
	
  .img-fluid {
	  width: 21%;
	  padding: 35px 15px 15px 15px; 
	  background-image: url(../img/mh-logo.png);
	  background-repeat: no-repeat;
	  background-size: 100%;
	  margin-right: 20px;
	  border:solid black 0px;
	}

  /*start - button bar  */
  
	.img-bar {
	padding: 10px 20px 20px 20px; 
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-size: 70%;
	border:solid black 0px;
	}	
	
 /*start - button search */

  .header-search-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 50%;
  }
  .button-1 {
    position: absolute;
    height: 100%;
    right: 23%;
  }

  .input-1 {
	width: 50%;
	height: 43px;
	margin: -6px;
	margin-right:12px; 
	 padding: 0 29px;
	}  
	
   /*  dropdowns menu bar */
   
	.columns {
	width: 38%;
	font-size: 12px;
	height: auto;
  }

  .dropdowns-content {
	display: none;
	position: absolute;
	width: 80%;
	margin-left: -20px;
	z-index: 1000000;
  }


  /*  market place */
 .dropdowns-content-row {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 28%;
  margin-left: 245px;
  margin-top: -82px;
  line-height: 2.5;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #ddd;
  height: auto;
  font-size: 12px;
}

 /*  social media */
.dropdowns-content-row-2 {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 28%;
  margin-left: 245px;
  margin-top: -46px;
  line-height: 2.5;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #ddd;
  height: auto;
  font-size: 12px;
}

  /*  category */
 .dropdowns-content-row-3 {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 65%;
  margin-left: 245px;
  margin-top: -130px;
  line-height: 2;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #fff;
  height: auto;
  font-size: 12px;

  height:500px;
  display: grid;
  overflow:auto;
}

 /* ----------------
	start font category - content 
  ---------------------*/

  .sub-title 
  {
	font-size: 12px;
	font-weight:bold;
	color:#333;
  }

  .content-title
  {
	font-size: 12px;
	white-space: pre;
	margin-top: 1em;
	margin-bottom: 1em;
	
  }

  .content-title-sub
  {
	font-size: 12px;
	white-space: pre;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	
  }
  
  /*start - hero slider  */

	.hero-slider .hs-item {
	  position: relative;
	  margin-top: 25px;
	  margin-bottom: 25px;
	}
	
	.img .hs-item {
	  width: 50%;
	  height: 50%;
	}
	
	.hero-slider .owl-dots .owl-dot {
	 display:none;
	}
	
	.hero-slider .owl-dots .owl-dot:last-child {
	  margin-left: 0;
	}
	
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
	  font-size: 32px;
	  position: absolute;
	  color: #000000;
	  opacity: 0.4;
	  bottom: 20px;
	  margin-left: -121%;
	  margin-right: -650%;
	}
	
  /*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }
  
   /*heading-title*/
  
  .heading-title {
	  font-size:24px;
  }
  
  .heading-title img {
	  width: 80px;
  }
	
  .about-section p {
	  font-size:14px; 
  }
  	
  .about-section li {
	  font-size:14px; 
  }
  
  
  /*overflow-scroll-media-sosial*/

  div.ex1 {
  height: 450px;
  width: 350px;
  overflow-y: scroll;
  }
	  
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*------------------
  Header section HTML - ipad
---------------------*/

  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }

  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }

  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }

  nav {
    display: block;
  }

  .up-item {
    color: #000000;
  }
  
 
  
  /*  search button */

  .header-search-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 50%;
  }
  
   /*  img logo */

  .img-fluid {
	  width: 25%;
	  padding: 50px 15px 15px 15px; 
	  background-image: url(../img/mh-logo.png);
	  background-repeat: no-repeat;
	  background-size: 100%;
	  margin-right: 20px;
	  border:solid black 0px;
	}
	
   /*  menu bar button */
   
	.img-bar {
	padding: 10px 25px 25px 25px; 
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-size: 70%;
	border:solid black 0px;
	}	
	
   /*  button search */

  .button-1 {
    position: absolute;
    height: 100%;
    right: 17%;
  }
  
  .input-1 {
	width: 50%;
	height: 43px;
	margin: -6px;
	margin-right:12px; 
	 padding: 0 29px;
	}

 /*  hero slider */
	
  .hero-slider .slider-nav-warp {
    max-width: 480px;
  }
  
  .hero-slider .hs-item {
    height: 230px;
  }
  .hero-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 15px;
    margin-left: -50px;
    opacity: 0.25;
  }

  .hero-slider .owl-dots .owl-dot:last-child {
    margin-left: 0;
  }

  .hero-slider .owl-nav button.owl-next,
  .hero-slider .owl-nav button.owl-prev {
    font-size: 27px;
    position: absolute;
    color: #000000;
    opacity: 0.5;
    bottom: -15px;
    margin-left: -110%;
	margin-right: 55%;
  }
  
   /*  slide produt */

  .slide-num-holder {
    float: right;
    z-index: 1;
    color: #000000;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
  }

  .slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #000000;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  /* ----------------------
  Latest product section
------------------------*/

  .product-item .pi-pic img {
    margin-top: 10px;
    height: 100px;
    width: 100px;
    border: 1px #3b3535;
  }

  /* -----------------------
  Product filter section
-------------------------*/

  .product-filter-menu li {
    margin: 0 10px 10px;
  }

  .fb-page {
    margin-left: 75px;
  }

  .wg-instagram {
    margin-left: 50px;
  }

  /* ----------------
  Banner section
---------------------*/

  .banner {
    padding: 5px 34px 150px;
    position: relative;
    margin-bottom: 70px;
  }

  /*start - custom menu fixed*/

  .content {
    padding: 5px;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0px 1px 10px #999;
    z-index: 100000;
  }

  /*end - Custom menu fixed*/

  /* ----------------
  font category - content 
	---------------------*/
	
	.sub-title 
	{
	  font-size: 14px;
	  font-weight:bold;
	  color:#333;
	}
	
	.content-title
	{
	  font-size: 14px;
	  white-space: pre;
	}
	
    /*start - float wa  */
		
	.img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-left: 12px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:28%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
	}
	.floatwa a{
	color:white;
	}
	
   /*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }
 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /*------------------
  Header section HTML - ipad - landscape
---------------------*/

  .up-item {
    color: #000000;
  }
  .img-fluid {
    max-width: 90%;
    height: auto;
  }

  .hero-slider .slider-nav-warp {
    max-width: 480px;
  }

  .hero-slider .hs-item {
    height: 330px;
  }

  .hero-slider .owl-nav button.owl-next,
  .hero-slider .owl-nav button.owl-prev {
    font-size: 27px;
    position: absolute;
    color: #000000;
    opacity: 0.5;
    bottom: -20px;
  }

  .slide-num-holder {
    float: right;
    z-index: 1;
    color: #000000;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
  }

  .slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #000000;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  /* ----------------------
  Latest product section
------------------------*/

  .product-item .pi-pic img {
    margin-top: 10px;
    height: 100px;
    width: 100px;
  }

  /* -----------------------
  Product filter section
-------------------------*/

  .product-filter-menu li {
    margin: 0 50px 60px;
  }

  /* ----------------
  Banner section
---------------------*/

  .banner {
    padding: 5px 34px 230px;
    position: relative;
    margin-bottom: 70px;
  }
  
    /*start - float wa  */
		
	.img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-right: 0px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:18%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
		float:none;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
		float:none;
	}
	.floatwa a{
	color:white;
	}
	
	/*ol numbering bullets*/
  
  ol.d {
     list-style-type: lower-number;
  }

}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  /*------------------
  Header section HTML - ipad pro
---------------------*/
  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }

  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }

  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }

  nav {
    display: block;
  }

  .up-item {
    color: #000000;
  }
  

  .hero-slider .slider-nav-warp {
    max-width: 480px;
  }

  .header-search-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 50%;
  }
	
  .img-fluid {
	  width: 19%;
	  padding: 50px 15px 15px 15px; 
	  background-image: url(../img/mh-logo.png);
	  background-repeat: no-repeat;
	  background-size: 100%;
	  margin-right: 20px;
	  border:solid black 0px;
	}

	.img-bar {
	padding: 10px 25px 25px 25px; 
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	background-size: 50%;
	border:solid black 0px;
	}	

  .button-1 {
    position: absolute;
    height: 100%;
    right: 15%;
  }
  
  .input-1 {
	width: 61%;
	height: 43px;
	margin: -6px;
	margin-right:12px; 
	 padding: 0 29px;
	}

  .hero-slider .hs-item {
    height: 330px;
  }

 .hero-slider .owl-dots .owl-dot {
	 display:none;
  }

  .hero-slider .owl-dots .owl-dot:last-child {
    margin-left: 0;
  }

  .hero-slider .owl-nav button.owl-next,
  .hero-slider .owl-nav button.owl-prev {
    font-size: 40px;
    position: absolute;
    color: #000000;
    opacity: 0.5;
    bottom: 90px;
    margin-left: -205px;
	margin-right: -610px;
  }

  .slide-num-holder {
    float: right;
    z-index: 1;
    color: #000000;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
  }

  .slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #000000;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  /* ----------------------
  Latest product section
------------------------*/

  .product-item .pi-pic img {
    margin-top: 10px;
    height: 100px;
    width: 100px;
    border: 1px #3b3535;
  }

  /* -----------------------
  Product filter section
-------------------------*/

  .product-filter-menu li {
    margin: 0 10px 10px;
  }

  .fb-page {
    margin-left: 75px;
  }

  .wg-instagram {
    margin-left: 50px;
  }

  /* ----------------
  Banner section
---------------------*/

  .banner {
    padding: 5px 34px 150px;
    position: relative;
    margin-bottom: 70px;
  }

  /*start - custom menu fixed*/

  .content {
    padding: 5px;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0px 1px 10px #999;
    z-index: 100000;
  }

  /*end - Custom menu fixed*/

  /* ----------------
  font category - content 
	---------------------*/
	
	.sub-title 
	{
	  font-size: 14px;
	  font-weight:bold;
	  color:#333;
	}
	
	.content-title
	{
	  font-size: 14px;
	  white-space: pre;
	}
	
	/*start - float wa  */
		
	.img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-right: 0px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:18%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
		float:none;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
		float:none;
	}
	.floatwa a{
	color:white;
	}
	
   /*  dropdowns menu bar */	
	
	.columns {
	width: 23%;
	font-size: 12px;
	height: auto;
  }

  .dropdowns-content {
	display: none;
	position: absolute;
	width: 100%;
	margin-left: -20px;
	z-index: 1000000;
  }

  /*  social media */
	.dropdowns-content-row {
	  display: none;
	  position: absolute;
	  color: #cacaca;
	
	  width: 25%;
	  margin-left: 235px;
	  margin-top: -82px;
	  line-height: 2.5;
	
	  border-bottom-left-radius:3px;
	  border-bottom-right-radius:3px;
	  background-color: #ddd;
	  height: auto;
	  font-size: 12px;
	}
	
	 /*  social media */
	.dropdowns-content-row-2 {
	  display: none;
	  position: absolute;
	  color: #cacaca;
	
	  width: 25%;
	  margin-left: 235px;
	  margin-top: -46px;
	  line-height: 2.5;
	
	  border-bottom-left-radius:3px;
	  border-bottom-right-radius:3px;
	  background-color: #ddd;
	  height: auto;
	  font-size: 12px;
	}
	
	  /*  category */
	 .dropdowns-content-row-3 {
	  display: none;
	  position: absolute;
	  color: #cacaca;
	
	  width: 65%;
	  margin-left: 235px;
	  margin-top: -130px;
	  line-height: 2;
	
	  border-bottom-left-radius:3px;
	  border-bottom-right-radius:3px;
	  background-color: #fff;
	  height: auto;
	  font-size: 12px;
	
	  height:500px;
	  display: grid;
	  overflow:auto;
	}
	
   /*ol numbering bullets*/
  
   ol.d {
     list-style-type: lower-number;
   }

}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  /*------------------
  Header section HTML - ipad pro - landscape
---------------------*/

  .up-item {
    color: #000000;
  }
  .img-fluid {
    max-width: 90%;
    height: auto;
  }

  .hero-slider .slider-nav-warp {
    max-width: 480px;
  }

  .hero-slider .hs-item {
    height: 330px;
  }

  .hero-slider .owl-nav button.owl-next,
  .hero-slider .owl-nav button.owl-prev {
    font-size: 27px;
    position: absolute;
    color: #000000;
    opacity: 0.5;
    bottom: -20px;
  }

  .slide-num-holder {
    float: right;
    z-index: 1;
    color: #000000;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
  }

  .slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #000000;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  /* ----------------------
  Latest product section
------------------------*/

  .product-item .pi-pic img {
    margin-top: 10px;
    height: 100px;
    width: 100px;
  }

  /* -----------------------
  Product filter section
-------------------------*/

  .product-filter-menu li {
    margin: 0 50px 60px;
  }

  /* ----------------
  Banner section
---------------------*/

  .banner {
    padding: 5px 34px 230px;
    position: relative;
    margin-bottom: 70px;
  }
  
  .hero-slider .hs-item {
    height: 330px;
  }

 .hero-slider .owl-dots .owl-dot {
	 display: none;
  }

  .hero-slider .owl-dots .owl-dot:last-child {
    margin-left: 0;
  }

  .hero-slider .owl-nav button.owl-next,
  .hero-slider .owl-nav button.owl-prev {
    font-size: 40px;
    position: absolute;
    color: #000000;
    opacity: 0.5;
    bottom: 90px;
    margin-left: -320px;
	margin-right: -725px;
  }
  
    /*start - float wa  */
		
	.img-wa
	{
		background-image: url(../img/whatsapp.png);
		padding: 45px 45px 10px 5px; 
		background-repeat: no-repeat;
		background-size: 100%;
		border-right: 0px;
		margin-top: 0px;
		border:solid black 0px;
	}
	
	.floatwa {
		position:fixed;
		bottom:0px;
		right: 0px;
		width:15%;
		z-index:1000;
		padding:6px;
		margin:auto;
		text-align:center;
		float:none;
	}
	.tombolwa {
		border: 4px #2da639 solid;
		background-color:#fff;
		width:100%;
		padding:6px;
		text-align:center;
		margin:0;
		border-radius: 15px;
		margin:auto;
		text-align:center;
		font-size:12px;
		float:none;
	}
	.floatwa a{
	color:white;
	}
	
  /*  dropdowns menu bar */
  
	.columns {
	width: 23%;
	font-size: 12px;
	height: auto;
  }

  .dropdowns-content {
	display: none;
	position: absolute;
	width: 100%;
	margin-left: 5px;
	z-index: 1000000;
  }

  /*  social media */
 .dropdowns-content-row {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 25%;
  margin-left: 267px;
  margin-top: -82px;
  line-height: 2.5;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #ddd;
  height: auto;
  font-size: 12px;
}

 /*  social media */
.dropdowns-content-row-2 {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 25%;
  margin-left: 267px;
  margin-top: -46px;
  line-height: 2.5;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #ddd;
  height: auto;
  font-size: 12px;
}

  /*  category */
 .dropdowns-content-row-3 {
  display: none;
  position: absolute;
  color: #cacaca;

  width: 65%;
  margin-left: 267px;
  margin-top: -130px;
  line-height: 2;

  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  background-color: #fff;
  height: auto;
  font-size: 12px;

  height:500px;
  display: grid;
  overflow:auto;
}

 /*ol numbering bullets*/
  
   ol.d {
     list-style-type: lower-number;
   }
}

