/*---------------------------------------------------------------*\
    MOBILE RESPONSIVE STYLE - IndoStore Theme © Oketheme.com
\*---------------------------------------------------------------*/

@media screen and (max-width:999px) {
	:root {
	  --maxwidth: 768px;
	}
	
	/* NAVIGASI */
	#navicontent {
		display: none;
		max-width: 768px;
		position: absolute;
		top: 40px;
		background: var(--color1);
		max-height: 380px;
		overflow: auto;
		z-index: 3;
		padding: 5px;
	}
	.navi {
		padding:0;
	}
	.naviku li {
		background: linear-gradient(to bottom, transparent, #ffffff0a)
	}
	.naviku>li {
		float: none;
		border-right: none;
	}
	.naviku li li .parent {
		background-position: 100% 50%;
	}
	.naviku ul,.togglemenu {
		display: block;
		width: 100%;
		border-left: none;
	}
	.naviku li li.hover ul,.naviku>li.hover>ul {
		position: static;
	}
	.naviku li li li{
	  padding-left: 10px;
	  background: rgb(0,0,0,0.02);
	}
	
	.newsticker li {
		font-size: 12px;
	}
	
	/* CONTAIN */
	.maincontain {
		padding: 7px;
	}
	#splitwrap {
		width: 100%;
		font-size: 95%;
	}
	
	/* Slider */
	.sliderblock {
		padding: 0 50px;
	}
	.slidertext h2 {
		font-size: 120%;
	}
	.slidertext p {
		font-size: 100%;
		font-weight: 400;
	}
	.slidertext button {
		font-weight: 400;
		padding:3px 10px;
		letter-spacing: normal;
		font-size: 90%;
		text-transform: none;
	}
	#slidprod, #slidblog, #slidfeat, #katspes {
		width: calc(100% + 4px);
		margin: -2px;
	}
	
	/* Produk & Blog Grid */
	.gridpad {
		padding: 2px;
	}
	.gridpadks {
		margin: 2px;
	}
	.areafeed, .blogfeed {
		margin: -2px -2px 30px;
	}
	.grid:hover, .gridblog:hover, .gridpadks:hover {
		box-shadow: none;
	}
	.hargathumb {
		font-size: 95%;
	}
	
	/* Sidebar */
	#sidewrap {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 260px;
		background: #FFF;
		padding: 40px 10px 10px;
		height: 100%;
		z-index: 1000;
		display: none;
	}
	.sideopen, .sideclose {
		display: block;
	}

}

@media screen and (max-width:640px) {
	:root {
	  --maxwidth: 480px;
	}
	
	/* TOPHEAD */
	.topright {
		width: 60%;
	}
	.topleft ul li {
		display: none;
	}
	.topleft {
		align-items: center;
		display: flex;
		width: 40%;
	}
	.topsearch {
		display: inline-block;
	}
	#topmember,#rincian {
		top:0;
		right: 0;
		bottom: 0;
		width: 100%;
		position: fixed;
		max-height: 100%;
	}
	#rincian {
		overflow: auto;
	}
	#rincian #jcart table tbody {
		max-height: none;
	}
	
	/* HEADER */
	.headleft {
		width: 100%;
		text-align: center;
	}
	.headright {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 2;
		width: 100%;
		padding: 0;
	}
	.searching {
		padding: 10px;
	}
	
	/* Slider */
	.sliderblock {
		padding: 0;
	}
	.slidertext {
		max-width: 100%;
		height: 100%;
		align-items: center;
		display: grid;
	}
	
	/* Benefit Point */
	.why {
		text-align: center;
		padding: 7px;
	}
	.why img {
		float: none;
		margin: 0;
	}
	
	/* Produk & Blog Grid */
	.gridpad {
		width: 33.33333%;
	}
	.gridpad:nth-child(5n+1){
	  clear: none;
	}
	.gridpad:nth-child(3n+1){
	  clear: left;
	}
	.listview {
		margin-bottom: 10px;
	}
	.listview p{
		overflow: auto;
		max-height: 70px;
	}
	
	/* FOOTER */
	.footbarwidget {
		width: 100%;
	}
	
	/* Whatsapp */
	.waarea {
		border-top-left-radius: 10px;
	}
	.watitle {
		width: 40px;
		height: 36px;
		line-height: 34px;
	}
	.watextbutton {
		display: none;
	}
	
	/* SINGLE PRODUCT */
	.boxview, .boxdetail {
		float: none;
		width: 100%;
		padding: 0;
	}
	.boxdetail {
		border: none;
		margin-top: 10px;
	}
	.zoomcover{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
	.zoomfull {
		display: none;
	}
	.zoomhp {
		display: inline-block;
	}
	
	/* Comment */
	.avadiskusi,.avatesti {
		width: 60px;
		height: 60px;
	}
	.leftcomment {
		width: 80px;
	}
	.leftcomment #ppcircle{
		border: 2px solid #FFF;
	}
	.rightcomment {
		width: 100%;
		float: none;
	}
	.rightcomment p {
		display: block;
	}
	
	/* CHECKOUT */
	.viewform {
		width: 100%;
		float: none;
	}
	.wizard-card form {
		margin: 0 0 200px;
	}
	.viewcart  {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5;
		border: none;
		box-shadow: 0px 0px 10px 5px #0000001c;
		max-height: 210px;
		padding: 10px;
	}
	.voucher {
		padding: 5px;
	}
	.voucher li {
	  width: 50%;
	  float: right;
	}
	.vouch {
	  margin: 0;
	}
	#dcart td {
	  padding: 2px;
	  font-size: 13px;
	}
	#dcart tr:nth-child(1),#dcart tr:nth-child(2){
		display: none;
	}
	#dcart .headtitle, .wizard-navigation, .viewcart .kotax.info {
		display: none;
	}
	
	/* MEMBER */
	.boxpp ul {
		max-width: 100%;
		position: unset;
	}
	
	/* LAIN2 */
	.tabmenu {
		overflow: auto;
		white-space: nowrap;
		height: 50px;
	}
	.popup,.invpop, .quickpop {
		min-width: 280px;
		width: auto;
		font-size: 95%;
	}
	.dataTables_wrapper .dataTables_length {
		width: 50%;
		text-align: left;
		float: left;
	}
	.dataTables_wrapper .dataTables_filter {
		width: 50%;
		text-align: right;
		float: right;
		margin-top: 0;
	}
	.banx {
		display: grid;
		width: 50%;
		float: left;
	}
	.banx:nth-child(2n+1){
		clear: both;
	}
	blockquote {
		padding: 10px 10px 10px 50px;
	}
}

@media screen and (max-width:420px) {
	/* TOPHEAD */
	.infomember{
		width: 100%;
		float: none;
	}
	.menumember {
		min-width: 200px;
		margin: 10px auto;
		float: none;
		background: #F9F9F9;
	}
	
	/* Slider */
	.slidertext h2, .slidertext p {
		font-size: 90%;
		margin: 0;
	}
	.slidertext button {
		display: none;
	}
	
	/* Produk & Blog Grid */
	.gridpad {
		width: 50%;
	}
	.gridpad:nth-child(3n+1){
	  clear: none;
	}
	.gridpad:nth-child(2n+1){
	  clear: left;
	}
		
	/* LAIN2 */
	.wali span {
		display: none;
	}
	.wareply {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.wareply input {
		width: 70%;
	}
	.wareply button {
		width: 30%;
	}
	.affstats li {
		width: 50%;
	}
	.affstats li:nth-child(3n+1) {
		clear: none;
	}
	.affstats li:nth-child(2n+1) {
		clear: left;
	}
	.inv-filter {
		border: none;
	}
	.inv-filter ul {
		height: 42px;
		overflow: auto;
		white-space: nowrap;
	}
	.inv-filter ul li {
		float: none;
		display: inline-block;
	}
	.inv-filter ul li, .inv-filter .current, .inv-filter li:hover {
		border-bottom: none;
	}
	.viewform .jcart-item-total {
		display: none;
	}
	.banx {
		width: 100%;
		text-align: center;
	}
	.banx span:nth-child(1){
		margin: 0 auto;
	}
	.oketable > tbody > tr > td:nth-child(2n+1) {
		font-size: 90%;
		margin-top: 10px;
		padding-bottom: 0;
	}
	.oketable > tbody > tr > td:nth-child(1),.oketable > tbody > tr > td {
		width: 100%;
		display: block;
	}
	.regleft,.regright {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}
	.captchay {
	  text-align: left;
	  padding-top: 0;
	}
	.invpop {
		max-height:100%;
	}
	.fancybox-content {
		position: fixed;
		top:0;
		right:0;
		left:0;
		bottom: -8px;
	}
	.fancybox-container {
		z-index: 1000000000 !important
	}
	#autopopup {
		position: relative;
	}

}