/*
Theme Name: Olzhop
Version: 2.0.1
Theme URI: https://www.oketheme.com/themes/olzhop-theme/
Author: Oketheme
Author URI: https://www.oketheme.com
Description: Olzhop Theme adalah template toko online WordPress masa kini dengan berbagai fitur andalan dan kekinian. Tampilannya modern, elegan dan profesional membuat pelanggan website Anda betah berlama-lama belanja. Management toko sangat mudah dioperasikan meskipun oleh newbi sekalipun.
Tags: olzhop, oketheme, toko online, ecommerce, aktif #3A588F, hover #f8991d
*/

:root {
  --color1: #3A588F;
  --color2: #f8991d;
  --colorborder: #EFEFEF;
  --colorbg: #F9F9F9;
  --maxwidth: 1190px;
}
body {
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  background: #FFF;
	margin: 0;
}

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

nav, ul, li {
  margin: 0;
  padding: 0;
}

/* LINK */
a, h1, h2, h3, h4 {
  color: var(--color1);
  transition: 0.5s;
}

a:hover {
  color: var(--color2);
}

a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}

/* HEADING */

h1 {
  font-size: 160%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

h1, h2, h3, h4 {
  margin: 10px 0;
}

/* FORM, INPUT & BUTTON */
input, radio, select, textarea {
  padding: 5px 10px;
  color: #555;
  outline: 0;
  background: #FFF;
  border: 1px solid var(--colorborder);
}
input[type=checkbox] {
  border: none;
  box-shadow: none;
  width: auto;
}
.button-primary, .form-submit input, button {
  cursor: pointer;
  padding: 6px 11px;
  background: var(--color1);
  border: 0;
  outline: 0;
  color: #FFF;
  transition: 0.5s;
}
.button-primary:hover, .form-submit input:hover, button:hover {
  background: var(--color2);
}
input[type=text]:focus, radio:focus, select:focus, textarea:focus {
  background: #F9F9F9;
  border-color: #CCC;
}
form ::placeholder {
  font-size: 90%;
  color: #CCC;
}

/* BLOCKQUOTE & CODE */
blockquote{
  font-size: 110%;
  width:90%;
  margin:30px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:5px solid var(--color1);
  line-height:1.6;
  position: relative;
  background: var(--colorbg);
}
blockquote::before{
  font-family:arial, sans-serif;
  content: "\201C";
  color: var(--color1);
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}
blockquote::after{
  content: '';
}
code {
  background: #F5F5F5;
  border: #F2F2F2 solid 1px;
  padding: 5px;
}

/* IMAGE & CAPTION */
img {
  height: auto;
}
a img {
  border: none;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}
img.alignright {
  display: inline;
  margin: 0 0 5px 5px;
  padding: 5px;
}
img.alignleft {
  display: inline;
  margin: 0 5px 5px 0;
  padding: 5px;
}
.wp-caption {
  border: #F2F2F2 solid 1px;
  background-color: #FFF;
  padding: 5px;
  margin: 5px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  text-align: center;
  font-style: italic;
  font-size: 80%;
  padding: 5px 5px 0;
  margin: 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption, img, img.alignnone, p img {
  max-width: 100%;
}

/* BLINKER ANIMATION */
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blinker 1s linear infinite;
}

/* MOVEINRIGT ANIMATION */
@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }
    80% {
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

/* SCROLLBAR  */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #F5F5F5; 
}
::-webkit-scrollbar-thumb {
  background: #E7E7E7; 
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color1); 
}
body ::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

/* BOX - GLOBAL */
.info {
  border: #F2F2F2 solid 1px;
  background-image: linear-gradient(to top, #FAFAFA, #FFF);
  padding: 5px 10px;
}
.notis {
  border: #FFB973 solid 1px;
  background: #FFFFEC;
  padding: 4px 10px;
  color: #FF8000;
}
.notif {
  border: #e2c702 solid 1px;
  background: #FFFFEC;
  padding: 5px 10px;
  color: #e2c702
}
.warning {
  background: #fff2f2b0;
  border: 1px solid #f7b1b1;
  padding: 5px 10px;
  color: red;
}
.sukses {
  border: 1px solid #4CAF50;
  background: #D9F4DB;
  padding: 5px 10px;
  color:#4CAF50;
}
.kotax {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
.kotax ul li {
  padding: 3px 0;
  margin: 5px 10px 5px 20px;
} 

/* CUSTOM TEXT - GLOBAL */
.small {
  font-size: 80%;
  line-height: 1.4em;
}
.medium {
  font-size: 90%;
  line-height: 1.4em;
}
.big {
  font-size: 160%;
  line-height: 1.3em;
  font-weight: 600;
}
.jumbo {
  font-size: 400%;
  line-height: 1.3em;
  font-weight: 600;
}
.hidden {
  font-size: 0;
}
.tred {
color:red;
}
.tgreen {
color:#4CAF50;
}
.torange {
color:#FF8000;
}
.tyellow {
color: #e2c702;
}
.tgrey {
color: #AAA;
}
.tcolor {
color: var(--color1);
}
.thover {
color: var(--color2);
}	
.judul {
  margin: 10px 0;
  font-size: 110%;
  font-weight: 600;
  color: var(--color1);
}
.maintitle {
  margin: 10px auto;
  text-align: center;
	position: relative;
	z-index: 1;
}
.maintitle > :before {
	content: '';
	border-top: 1px solid var(--colorborder);
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	z-index: -1;
}
.maintitle h1, .maintitle h2, .maintitle h3, .maintitle h4 {
  font-size: 140%;
  margin: 0;
  font-weight: 800;
	display: inline-block;
	text-transform: capitalize;
	border: 1px solid var(--colorborder);
	padding: 5px 15px;
	box-shadow: 0 5px 0 0 rgb(0 0 0 / 3%);
	background: #FFF;
}
.maintitle p {
  margin: 15px 0;
}
.maintitle h1 span, .maintitle h2 span, .maintitle h3 span, .maintitle h4 span {
  font-size: 80%;
  display: block;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--color2);
  margin-bottom: -5px;
}

.headtitle {
	color: var(--color1);
	border-bottom: 2px solid var(--colorborder);
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: 600;
}
.headtitle span{
	display: inline-block;
	border-bottom: 2px solid var(--color1);
	padding: 5px 0;
	margin-bottom: -2px;
}
.katarsip {
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
	background: linear-gradient(#FFF, #F9F9F9);
	border: 1px solid var(--colorborder);
	overflow: hidden;
}
.katarsip select {
	background: none;
}
.katarsip h1 span {
	font-size: 70%;
	display: block;
	font-weight: 300;
	text-transform: capitalize;
	color: var(--color2);
	margin-bottom: -5px;
}

/* MIX - GLOBAL */
.glyphicon {
  font-size: 80%;
  margin-right: 3px;
}
.overback {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.18;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*----------------- */


/* TOPHEAD */
#topwrap {
	width: 100%;
	margin: 0 auto;
	background: var(--colorborder);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
	transition: .5s;
}
.tophead {
  max-width: var(--maxwidth);
  margin: 0 auto;
  height: 30px;
	line-height: 30px;
  transition: 0.5s;
	background: var(--colorborder);
	position: relative;
	font-size: 90%;
}
.topmenu {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--colorborder);
	padding-right: 20px;
	font-weight: 600;
}

/* NAVIGASI */
.togglemenu {
	background: rgb(0,0,0,0.03);
	color: var(--color1);
	padding: 0 20px;
	cursor: pointer;
	float: left;
	margin-right: 20px;
	transition: .5s;
}
.togglemenu:hover {
	color: var(--color2);
}
.navi {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
	display: none;
	background: #FFF;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	border: 1px solid var(--colorborder);
	border-bottom-width: 5px;
	border-top: none;
	line-height: 1.2;
}
.naviku > li {
  float: left;
}
.naviku a {
  padding: 8px;
}
.naviku {
  list-style: none;
  text-align: left;
}
.naviku:after {
  content: " ";
  display: table;
  clear: both;
}
.naviku > li > a {
  display: block;
}
.naviku ul {
  list-style: none;
  width: 200px;
  border-bottom: 1px solid var(--colorborder);
  z-index: 100;
}
.naviku li {
  position: relative;
}
.naviku > li .parent {
  background-image: url(images/downArrow.png);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right;
}
.naviku li ul {
  position: absolute;
  left: -9999px;
  background: #FFF;
}
.naviku > li.hover > ul {
  left: 0;
}
.naviku li li.hover ul {
  left: 100%;
  top: 0;
}
.naviku li li {
  border: 1px solid var(--colorborder);
  border-bottom: none;
}
.naviku li li a {
  display: block;
  position: relative;
  color: #555;
}
.naviku li li ul {
  margin-top:-1px;
}

/* NEWS TICKER */
.newsticker {
  display: block;
	line-height: 30px;
	width: 100%;
}
.newsticker li{
  margin-left: 40px;
  font-size: 12px;
  list-style-type: none;
}
.newsticker li span{
  background: var(--color2);
  color: #FFF;
  padding: 3px 6px;
	margin-right: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* HEADER */
#headerwrap {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  transition: 0.5s;
}
.header {
  max-width: var(--maxwidth);
  margin: 0 auto;
  height: 100px;
  transition: 0.5s;
  position: relative;
	padding: 0 10px;
}
.header > div {
	width: 33.33333%;
	height: 100%;
	display: inline-grid;
	align-items: center;
	overflow: hidden;
	float: left;
}
.header .glyphicon {
	font-size: 26px;
	margin-top: 7px;
	color: var(--color1);
}
.headright > div {
	text-align: right;
}
.headleft {
	padding-left: 40px;
}
.headleft button {
  margin: 0;
	background: none;
	color: var(--color1);
	position: absolute;
	top: 25px;
	left: 0;
	padding: 6px 12px;
}
.headlogo img{
	max-width: 100%;
	max-height: 70px;
}
.headlogo p {
  width:100%;
  line-height: 1.2em;
}
.headlogo a {
  font-weight: 900;
  font-size: 140%;
}

/* Searching */
.headmid {
	padding: 10px;
}
.searching {
	width: 100%;
	position: relative;
}
.searching input {
  float: left;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  background: var(--colorbg);
	border: 1px solid var(--colorborder);
  width: 100%;
  margin: 0;
	border-radius: 40px;
}
.searching button {
  height: 40px;
  width: 80px;
  line-height: 30px;
	text-align: center;
  float: right;
  margin: 0;
	padding: 0;
  border: none;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 40px;
}

/* HEAD NAVIGORI (Kategori Produk) */
.navigori {
	position: absolute;
	top: calc(100% - 10px);
	left: 10px;
	z-index: 2;
	min-width: 240px;
	background: #FFF;
	padding: 8px 12px;
	display: none;
	border: 1px solid var(--colorborder);
}
.navigori > ul {
	max-height: 600px;
  overflow: auto;
}
.navigori ul li {
  list-style: none;
  padding: 4px;
  margin: 0;
  position: relative;
}
.navigori ul li:last-child {
  border-bottom: none;
}
.navigori li a {
  text-decoration: none;
}
.navigori li li {
  margin-left: 12px;
  border-bottom: none;
}
.navigori li li:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 100%;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.navigori li li a {
  font-size: 90%;
}
.navigori > ul > li > .children {
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
}
.navigori > ul > li > .children:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 30px;
  height: 10px;
  background-image: url(images/downArrow.png);
  background-repeat: no-repeat;
  background-position: right;
}
.navigori li:hover .children {
  display: block;
  max-height: 500px;
  overflow: auto;
}

/* Top Cart */ 
.topmember,.topcart,.topsearch {
	max-width: 33.3333%;
  float: right;
  cursor: pointer;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.topmember:hover, .topcart:hover, .topsearch:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.topsearch {
	display: none;
}
.pcs {
	background: var(--color2);
	padding: 0 7px;
	line-height: 20px;
	display: inline-block;
	border-radius: 40px;
	font-size: 90%;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 7px;
}
#rincian {
  width: 370px;
  padding: 8px 12px 12px;
  position: absolute;
  z-index: 2;
  background: #FFF;
  display: none;
  text-align: left;
  border: 1px solid var(--colorborder);
	top: calc(100% - 10px);
	right: 10px;
}
#rincian button {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: 0.1em;
}
#rincian .jcart-items {
  font-size: 90%;
  border: none;
}
#rincian .jcart-items img {
  max-width:90px;
}
#rincian .jcart-item-berat,#rincian .jcart-item-qtyberat, #rincian .jcart-item-price {
  display: none;
}
#rincian #jcart table tbody {
	display:block;
	max-height: 400px;
	overflow: auto;
}
#rincian:before {
	right: 180px;
}
#rincian:after {
	right: 182px;
}

/* Top Member */
.infomember {
	padding: 10px 15px;
	text-align:center;
}
.menumember {
	padding: 10px;
	text-align:left;
	background: var(--colorbg);
}
.menumember ul li {
	width: 100%;
	font-size: 95%;
	list-style: none;
	padding: 5px 10px;
}
#topmember {
  width: 240px;
  position: absolute;
  z-index: 2;
  right: 10px;
	top: calc(100% - 10px);
  border: 1px solid var(--colorborder);
  background:#FFF;
  display: none;
}
#topmember:before {
	right: 50px;
}
#topmember:after {
	right: 52px;
}

/* CONTAIN */
#containwrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #FFF;
	padding-top: 130px;
}
#indexwrap {
	width: 100%;
  overflow: hidden;
  position: relative;
	background: #FFF;
}
.maincontain {
	max-width: var(--maxwidth);
	overflow: hidden;
	margin: 0 auto;
	padding: 25px 20px;
}
.contain {
  margin: 20px 0;
  position: relative;
}
.contain.product {
	margin-top: 0;
	overflow: hidden;
}

/* SLIDER */
.slidertop {
	padding-bottom: 30px;
}
#slider img {
  width: 100%;
}
.sliderblock {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  display: flex;
  align-items: center;
  padding: 0 140px;
  text-align: center;
}
.slidertext {
  max-width: 700px;
  padding: 15px;
} 
.slidertext h2 {
  color: var(--color1);
  font-size: 150%;
  text-transform: uppercase;
  margin:0;
}
.slidertext h2 span {
  color: var(--color2);
  font-size: 60%;
  display: block;
  font-weight: 400;
  margin-bottom: -5px;
}
.slidertext p {
  font-size: 110%;
  line-height:1.4em;
  font-weight: 300;
  margin: 0 0 15px;
}
.slidertext button {
  border: 2px solid var(--color1);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.slidertext button:hover {
  border: 2px solid #FFF;
}
#slidprod, #slidblog { /*khusus slider pad */
  width: calc(100% + 16px);
  margin: -8px;
}
#slidprod .gridpad, #slidblog .gridpad { /*khusus slider pad */
  width: 100%;
}

/* WHY */
.why {
  width: 25%;
  padding: 10px;
  float: left;
	text-align: center;
}
.why h2 {
  font-size: 110%;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.why p {
  margin: 0 0 15px;
}
.why img {
  max-width: 110px;
}

/* KATEGORI SPESIAL */
.katspeswrap {
	border: 1px solid var(--colorborder);
	box-shadow: 0 5px 0 0 rgb(0 0 0 / 3%);
}
.katspeswrap li {
	list-style: none;
	overflow: hidden;
	display: flex;
  align-items: center;
	padding: 20px;
}
.katspeswrap li > .overback {
	background-image: linear-gradient(to bottom right,var(--color1),#fff);
}
.katspeswrap .owl-controls {
	bottom: 10px;
	left: 20px;
	position: absolute;
}
.katspeswrap .owl-buttons  {
	display: none;
}
.katspeswrap .tithumb {
  padding: 5px;
}
.spesthumb {
	width: 50%;
	padding: 40px 20px;
	position: relative;
}
.spesthumb .headtitle {
	display: flow-root;
	font-size: 140%;
}
.spesthumb img {
	max-width: 80px;
	margin: 0 10px 5px 0;
	float: left;
	border-radius: 50%;
}

/* PRODUCT & BLOG - GRID */
.areafeed {
  overflow: hidden;
  margin: -8px -8px 0;
	position: relative;
}
.gridpad{
  padding: 15px;
  float: left;
  width: 25%;
}
.gridpad:nth-child(4n+1){
  clear: both;
}
.grid,.gridblog {
  width: 100%;
  background: #FFF;
  position: relative;
}
.grid p {
  display: none;
  font-size: 90%;
}
.gridblog p {
	font-size: 90%;
}
.imgthumb {
  position: relative;
	overflow: hidden;
}
.imgthumb img {
	transition: all .5s ease;
}
.grid:hover .imgthumb img,.gridblog:hover .imgthumb img {
	transform:scale(1.1) rotate(4deg);
}
.tithumb {
  padding: 10px 0;
}
.tithumb .judul{
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 100%;
}
.buttonthumb {
  width: 100%;
  text-align: left;
	height: 0;
}
.buyt {
	padding: 2px 7px;
	color: var(--color1);
	background: none;
	position: absolute;
  top: 0;
  left: 0;
	z-index: 1
}
.buyt:before {
	content: ' ';
	width: 28px;
	height: 28px;
	background: #ffffffb0;
	border-radius: 0 0 12px 0;
	display: block;
	position: absolute;
  top: 0;
  left: 0;
	z-index: -1
}
.buyt:hover{
	background: none;
	color: var(--color2);
}
.buttonthumb .detailt {
  display: none;
}
.gridblog .tithumb {
	text-align: center;
}
.gridblog .tithumb .judul{
	font-weight: 700;
}
.gridblog .tithumb p{
	display: none;
}

/* AREA LABEL (thumbnail) */
.labeli {
  display: inline-block;
  padding: 3px 8px;
  font-size: 80%;
  background: #888;
  color: #FFF;
  position: absolute;
  top: 10px;
  right: -8px;
}
.labeli a {
  color: #FFF;
}
.labeli:hover {
  background: var(--color2);
}
.labeli:after {
	position: absolute;
	right: 0;
	bottom: -6px;
	content: " ";
	border-style: solid;
	border-width: 0 0 6px 8px;
	border-color: transparent transparent transparent #ccc;
}
.disclabel {
  color: red;
	border: 1px solid red;
  padding: 0 4px 2px;
	float: left;
	margin: 0 5px 2px 0; 
}
.disclabel span{
  text-align: left;
  display: block;
  line-height: 1em;
}
.disclabel strong{
  font-weight: 400;
}
.zoomwrap .disclabel {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* PRODUCT & BLOG - LIST */
.gridpad.listview {
  width: 100%;
	text-align: left;
}
.listview > div {
	background: none;
	overflow: hidden;
}
.listview .imgthumb{
  float: left;
  max-width: 170px;
  margin: 0 10px 5px 0;
}
.listview .tithumb {
  padding: 10px;
	text-align: left;
}
.listview .tithumb p {
  display: block;
}
.listview .buttonthumb {
  height: auto;
}
.listview .buttonthumb .detailt {
  display: inline-block;
}
.listview .labeli {
	position: initial;
}
.listview .labeli:after {
	display: none;
}

/* TESTIMONIAL */ 
.testiwrap {
	padding: 30px;
	position: relative;
	border: 1px solid var(--colorborder);
	box-shadow: 0 5px 0 0 rgb(0 0 0 / 3%);
}
.maintitle.testihome {
	width: 46%;
	margin-left: 4%;
	text-align: right;
	float: right;
}
#testi {
  width: 50%;
}
#testi .owl-buttons  {
	display: none;
}
.testi {
	padding: 10px 20px;
}
#testimonial {
	margin-top: 30px;
}
#testimonial .avatesti {
	float: left;
	margin: 0 15px 5px 0;
}

/* GMAP */
.gmaps iframe {
  width: 100%;
  margin-bottom: -6px;
}

/* POP UP / MODAL */
.popup {
  min-width: 300px;
  max-width: 1000px;
  display: none;
  padding: 15px;
}
.popup ul li {
  list-style: none;
  padding: 5px 0;
}
.popup td {
	padding:3px;
	vertical-align: top;
}

/* QUICK ORDER */
.quickpop {
  min-width: 300px;
  max-width: 500px;
  display: none;
  padding: 15px;
}
.quickpop ul li {
  list-style: none;
  padding: 5px 0;
}
.quicklabel {
  position: absolute;
  bottom: 0;
  left: 0;
	background: #ffffffb0;
	border-top-right-radius: 8px;
	padding: 3px 7px;
	font-size: 90%;
}
.quickdetail {
  margin-left: 180px;
}
.quickview {
  width: 170px;
  float: left;
  text-align: center;
}
.quickview img {
  width: 100%;
  background: #FFF;
  border: 1px solid var(--colorborder);
  margin-bottom: 10px;
}

/* KONTAK POPUP */
#kontak-kami {
  max-width: 420px;
}
.kontak ul li {
  border-bottom: 1px solid var(--colorborder);  
  padding-left: 40px;
  line-height: 30px;
}
.kontak ul li:last-child {
  border: none;
}
#kontak-kami a {
  float: right;
  font-weight: bold;
}
.smsli, .telli, .messli, .tgramli, .lineli, .wali, .mailli {
  background-image: url(images/kontak.png);
  background-repeat: no-repeat;
  height: 40px;
}
.smsli {
  background-position: 0 0;
}
.telli {
  background-position: 0 -40px;
}
.wali {
  background-position: 0 -80px;
}
.messli {
  background-position: 0 -120px;
}
.tgramli {
  background-position: 0 -160px;
}
.lineli {
  background-position: 0 -200px;
}
.mailli {
  background-position: 0 -240px;
}

/* PAGINATION */
.pagination {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.pagination a, .pagination > .current {
  border: #F2F2F2 solid 1px;
  padding: 5px 10px;
  background: #FFF;
  margin: 0 2px;
  display: inline-block;
}
.pagination a:hover, .pagination > .current {
  color: #FFF;
  background: var(--color1);
}

/* POST */
.wrap-post {
  overflow: hidden;
}
.wrap-post ul li, .elementor-text-editor ul li {
  margin: 0 10px 0 30px;
}
.utube {
  width: 100%;
  margin: 10px auto;
}
.utube iframe {
  width:100%;
  height:500px;
}

/* FOOTER */
#footerwrap {
  background: var(--color1);
  width: 100%;
  position: relative;
}
#footerwrap a {
  color: #FFF;
}
#footerwrap a:hover {
	text-decoration: underline;
}
.footer {
  max-width: var(--maxwidth);
  margin: 0 auto;
  color: #FFF;
  position: relative;
  padding: 40px 0 20px;
}
.footer h4 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 700;
  color: #FFF;
  border-bottom: 2px solid #ffffff1c;
  padding: 6px 0;
}
.footer button {
  background: none;
  color: #FFF;
  border: 1px solid #FFF;
}
.footer button:hover {
  background: var(--color2);
}
.footbarwidget {
  width: 33.333%;
  padding: 0 10px;
  float: left;
}
.footbar {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.footbar ul li {
  padding: 5px 0;
  list-style-type:none;
}
.footbar ul li li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 5px;
}
.copyright {
  max-width: var(--maxwidth);
  margin: 0 auto;
  color: #F5F5F5;
  padding: 30px 15px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* SOCMED */
#socmedwrap {
	background: rgba(0,0,0,.2);
  width: 100%;
}
.socmed {
  max-width: var(--maxwidth);
  margin: 0 auto;
  color: #FFF;
  position: relative;
	overflow: hidden;
	padding: 15px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.socmed .smtitle {
	margin-right: 15px;
	font-weight: 600;
}
.socmed a{
  margin: 5px;
}
.socmed a:hover{
  opacity: 0.5;
}
.fb, .twit, .bl, .toped, .shopee, .insta,.lazada, .blibli,.tiktok {
  background-image: url(images/socmed.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
	border: 1px solid #FFF;
}
.toped {
  background-position: 0 0;
}
.bl {
  background-position: -44px 0;
}
.shopee {
  background-position: -88px 0;
}
.insta {
  background-position: -132px 0;
}
.fb {
  background-position: -176px 0;
}
.twit {
  background-position: -220px 0;
}
.lazada {
  background-position: -264px 0;
}
.blibli {
  background-position: -308px 0;
}
.tiktok {
  background-position: -352px 0;
}

/* COMMENT */
.comments, .comments input[type="text"], .comments textarea {
  width: 100%;
}
.comments label {
  font-weight: bold;
}
.comments article {
	margin: 15px 0;
}
.comments input[type="radio"] {
  margin: 0 5px;
  color: #CCC;
}
.comments article p {
	display: table;
	background: var(--colorbg);
	padding: 10px;
	margin: 5px 0;
}
.comment-respond {
  margin: 10px 0;
}
.comments ul li {
  list-style-type: none;
	border-bottom: 1px solid var(--colorborder);
}
.comments li li {
  margin-left: 5%;
	border-bottom: none;
}
.comments li li .avadiskusi {
  width: 50px;
  height: 50px;
}
.comment_text {
	margin-bottom: 10px;
}
.ratestar {
  display:inline-block;
  margin-right: 10px;
  padding: 8px 5px 2px 2px;
  border: 1px solid transparent;
}
.ratestar:hover {
  background: var(--colorbg);
  border-color: var(--colorborder);
}

/* SCROLL UP */
.scrollup {
  position: fixed;
  display: none;
  z-index: 600;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
	border-radius: 50%;
  background: url(images/icon_top.png) no-repeat;
  opacity: 0.1;
}

/* WA LIVE */
.waarea {
	position: fixed;
	z-index: 3;
	width: 240px;
	bottom: 0;
	left: 20px;
	box-shadow: 0 2px 6px 6px rgb(51 51 51 / 7%);
	text-align: center;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.waarea .waclose  {
	color: #FFF;
}
.watitle {
	background: #24be5b;
  color: #FFF;
	padding: 0 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wacontent {
  background: #FFF;
  color: #444;
	padding: 10px;
	display: none;
	font-size: 90%;
}
.wacontent p {
	margin-top: 0;
}
.wacontent a{
  color: #444;
}
.walist {
  padding: 10px;
  border-top: 1px solid var(--colorborder);
  text-align: left;
}
.walist:hover {
  background: #F1FCE9
}
.wapop .walist {
  background: #EFEFEF;
  border-top: none;
  border-bottom: 1px solid #D5D5D5;
}
.walist img {
  float: left;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.waonline {
  color: #30A958
}	
.wapop {
  width: 420px;
  display: none;
  padding:0;
  background-image: url(images/wa/wa-back.jpg);
  position: relative;
}
.wachat {
  height: 180px;
  padding: 10px;
}
.wabubble1,.wabubble2 {
	background: #FFF;
	position: relative;
	padding: 5px 10px;
	margin-left: 10px;
	margin-bottom: 3px;
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:5px;
	display: table;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
}
.wabubble1:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFF;
}
.wareply {
  background: #EFEFEF;
  padding: 10px;
  display: flex;
  height: 55px;
}
.wareply ::placeholder {
  color: #CCC;
}
.wareply input {
  width: 85%;
  margin:0;
  border: none;
}
.wareply button {
  width: 15%;
  margin:0;
  text-align: center;
  background: #24BE5B;
}
.wareply button:hover {
	opacity: 0.7;
}

/* AVATAR */
.avatar {
  padding: 5px;
  background: #FFF;
  float: left;
  margin: 0 10px 0 0;
}
.avaprofil {
  width: 150px;
  height: 150px;
	margin: 0 auto 10px;
}
.avatesti {
  width: 100px;
  height: 100px;
	float: right;
	margin: 20px 0 5px 15px;
}
.avadiskusi {
  width: 80px;
  height: 80px;
	float: left;
	margin: 0 15px 15px 0;
}

/* SHARE IT */
.shareit {
  margin: 10px 0 0;
  overflow: hidden;
  padding: 10px 0;
}
.boxdetail .shareit {
	float: left;
}
.shareit strong {
	line-height: 28px;
	float: left;
}
.shareit span{
  line-height: 28px;
  font-size: 28px;
  margin-left: 10px;
  width: 30px;
  float: left;
}
.shareit span:hover {
  opacity: 0.8;
}

/* LOADER PAGE*/
.loaderx {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/loading.gif') 50% 50% no-repeat rgb(255 255 255 / 90%);
}

/* OWL SLIDER */
.owl-controls .owl-buttons div {
  opacity:0;
  background: #fffc;
  border-radius: 50%;
}
.smallslider .owl-controls .owl-buttons .owl-prev, .megaslider .owl-controls .owl-buttons .owl-prev {
  left: 100px;
}
.smallslider .owl-controls .owl-buttons .owl-next, .megaslider .owl-controls .owl-buttons .owl-next {
  right: 100px;
}
.owl-carousel .owl-buttons .owl-prev{
  transition: 0.5s;
  opacity: 0;
}
.owl-carousel:hover .owl-buttons .owl-prev {
  left: 20px;
  opacity: 1;
}
.owl-carousel .owl-buttons .owl-next{
  transition: 0.5s;
  opacity: 0;
}
.owl-carousel:hover .owl-buttons .owl-next {
  right:20px;
  opacity: 1;
}

/* TABSCONTENT - GLOBAL */
.detailtab {
	z-index: 1;
}
.tabmenu {
	text-align: center;
}
.tabmenu:before {
	content: ' ';
	position: absolute;
	top: 18px;
	left: 0;
  border-bottom: 1px solid var(--colorborder);
	width: 100%;
	z-index: -1;
 }
.tabmenu button{ 
  background: #FFF;
  color: #DDD;
  border: 1px solid var(--colorborder);
  margin: 0 10px 0;
	padding: 5px 10px;
  font-weight: 700;
	font-size: 110%;
 }
.tabmenu button.active,.tabmenu button:hover {
  color: var(--color1);	 
}
.tabcontent {
  padding-top: 15px;
  display: none;
  animation: moveInRight .5s ease-out;
} 
.tabcontent ol {
  font-size: 90%;	
}

/* MISC */
.autoheading {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.crumbs {
  margin-bottom: 15px;
  font-size: 90%;
}
.maintenis {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #ff3100b8;
	color: #FFF;
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
}
.error {
  border: 1px solid red;
  background: #FFDDDD;
  margin-bottom: 5px;
}
label.error {
  border: none;
  background: none;
  color: #FA3C3C;
  font-size: 90%;
  display: block;
}
.select2-container--default .select2-selection--single {
  border-color: #EEE;
}

/* OKETOKO CUSTOM */
.hargathumb {
	font-weight: 700;
}
.boxview {
	width: 34%;
}
#galeriview {
	height: 100px;
}
.boxdetail {
	width: 66%;
}
.boxdetail .labeli {
  position: initial;
}
.boxdetail .labeli:after {
	display: none;
}
.boxdetail .product-note {
	font-size: 90%;
}
.tabinfo tr td:nth-child(1) {
	width: 40%;
}
.viewcart {
  border: none;
  padding: 0;
}
.wizard-navigation .progress-with-circle {
  height: 4px;
  top: 0;
}
.nav-pills {
  height: 4px;
  top: 0;
  background: var(--colorborder);
}
.nav-pills>li {
  height: 50px;
}
.wizard-card .icon-circle {
  border-width: 2px;
  height: 52px;
	width: 52px;
  color: var(--colorborder);
  border-color: var(--colorborder);
	border-radius: 50%;
}
.nav-pills > li.active > a [class*="ti-"], .nav-pills > li.active > a:hover [class*="ti-"], .nav-pills > li.active > a:focus [class*="ti-"] {
  font-size: 24px;
	top: 12px;
}
.wizard-card .nav-pills .icon-circle.checked {
	color: var(--color1);
}
.nav-pills > li > a {
	font-size: 12px;
}
.nav-pills > li.active > a:after {
  height: 52px;
	width: 52px;
	border-radius: 50%;
	right: 34px;
}
.wizard-navigation {
  height: 80px;
  margin-top: 40px;
  background: #FFF;
  border: 1px solid var(--colorborder);
  border-bottom: none;
}
.wizard-footer {
  margin: 0;
}
.wizard-card form {
	border: 1px solid var(--colorborder);
	overflow: hidden;
	padding: 15px;
	background: #FFF;
	border-top: none;
}
.btn-number {
	background: var(--colorbg);
}
.input-number {
  border: 1px solid var(--colorbg);
	background: #FFF;
}
.kolom2 .btn-number {
	height: 50px;
	line-height: 50px;
	width: 25%;
}
.kolom2 .input-number {
	height: 50px;
	line-height: 50px;
	width: 50%;
}