/*
Theme Name: Diztro
Version: 1.2.2
Theme URI: https://www.pusatjualplakat.com/
Author: M. Alfiandiismet
Author URI: https://www.pusatjualplakat.com/
Description: Pusat Pembuatan Plakat Online Terbaik
Tags: plakat, pusat plakat, buat plakat, pesan plakat, jual plakat, plakat akrilik, plakat kayu, plakat resin, aktif #4772d9, hover #F8991D
*/

:root {
  --color1: #4772d9;
  --color2: #F8991D;
  --maxwidth: 1110px;
}

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;
  font-weight: 600;
}

/* FORM, INPUT & BUTTON */
input, radio, select, textarea {
  padding: 5px 10px;
  color: #555;
  outline: 0;
  background: #FFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.027);
}
input[type=checkbox] {
  border: none;
  box-shadow: none;
  width: auto;
}
.button-primary, .form-submit input, button {
  cursor: pointer;
  padding: 5px 12px;
  background: var(--color1);
  border: 0;
  border-bottom: 3px solid #EEE;
  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: #F9F9F9;
}
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: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #F5F5F5; 
}
::-webkit-scrollbar-thumb {
  background: #DDD; 
}
::-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 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 30px;
}
.maintitle h1, .maintitle h2, .maintitle h3, .maintitle h4 {
  font-size: 200%;
  margin-top: 0;
  font-weight: 900;
}
.maintitle p {
  margin-top: 0;
  font-size: 110%;
}
.maintitle h1 span, .maintitle h2 span, .maintitle h3 span, .maintitle h4 span {
  font-size: 50%;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color2);
  margin-bottom: -5px;
}
.headtitle {
	color: var(--color1);
	border-bottom: 2px solid #F1F1F1;
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: 600;
}
.headtitle span{
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid var(--color1);
	margin-bottom: -2px;
}

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

/* MAIN WRAP CONTAINER */
#headerwrap {
  width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #FAFAFA, #FFF);
  transition: 0.5s;
  border-bottom: 1px solid #F1F1F1;
}
	.header {
	  max-width: var(--maxwidth);
	  margin: 0 auto;
	  padding: 10px 5px;
	  transition: 0.5s;
	  position: relative;
	}

#naviwrap {
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
  background: var(--color1);
}
	.navi {
	  max-width: var(--maxwidth);
	  margin: 0 auto;
	  font-size: 95%;
	  text-align: left;
	  padding: 0 5px;
	}

#containwrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to top, #FCFCFC, #FFF);
  border-bottom: 1px solid #F7F7F7;
}
	.contain {
	  max-width: var(--maxwidth);
	  margin: 0 auto;
	  padding: 30px 15px;
	  overflow: hidden;
	}


#footerwrap {
  background: #F9F9F9;
  width: 100%;
  position: relative;
}
.footer {
  max-width: var(--maxwidth);
  margin: 0 auto;
  color: #555;
  position: relative;
  padding:60px 15px;
}
.footer a {
  color: #444;
}
.footer a:hover {
  color: var(--color1);
}
.footer h4 {
  padding: 10px 0;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 900;
}

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

/* NAVIGASI */
.togglemenu {
	content: 'MENU NAVIGASI';
	cursor: pointer;
	display: none;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.2);
	padding: 10px 15px;
	font-size: 85%;
	height: 40px;
}
#navicontent {
	width: 100%;
    z-index: 1;
	background: var(--color1)
}
.naviku > li {
  float: left;
  line-height: 32px;
}
.naviku a {
  padding: 5px 15px;
  color: #FFF;
}
.naviku {
  list-style: none;
  text-align: left;
}
.naviku:after {
  content: " ";
  display: table;
  clear: both;
}
.naviku > li > a {
  display: block;
  font-size: 85%;
  text-transform: uppercase;
}
.naviku ul {
  list-style: none;
  width: 200px;
  border-bottom: 1px solid #F2F2F2;
  border-left: 2px solid var(--color1);
  z-index: 100;
}
.naviku li {
  position: relative;
}
.naviku li:hover {
	background: rgba(0,0,0,0.07);
}
.naviku > li .parent {
  background-image: url(images/downArrow.png);
  padding-right: 40px;
  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 #F2F2F2;
  border-bottom: none;
  border-left: none;
}
.naviku li li a {
  display: block;
  position: relative;
  color: #555;
}
.naviku li li ul {
  margin-top:-1px;
}

/* HEADER */
.headleft {
	width: 32.5%;
	height: 80px;
	padding: 10px;
	float: left;
}
.headmid {
	width: 35%;
	height: 80px;
	padding: 16px 10px 10px;
	float: left;
}
.headright {
	width: 32.5%;
	height: 80px;
	padding: 10px;
	float: left;
	text-align: right;
}
.headmenu, .headsearch , .headkontak,.headmember,.headcart {
  width: 55px;
  height: 100%;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: var(--color1);
}
.headmenu:hover, .headsearch:hover, .headkontak:hover, .headmember:hover, .headcart:hover {
  color: var(--color2);
  transition: 0.5s;
}

/* HEAD LOGO */
.headlogo {
  width: 300px;
  height: 100%;
  position: absolute;
  top:0;
  left:60px;
  display: inline-grid;
  align-items: center;
  overflow: hidden;
}
.headlogo img{
	max-width: 100%;
	max-height: 80px;
}
.headlogo p {
  width:100%;
  line-height: 1.2em;
}
.headlogo a {
  font-weight: 900;
  font-size: 140%;
  display: block;
  margin-bottom: 5px;
}

/* HEAD MENU */
.headmenu {
  text-align: left;
}
#showhead {
	width: 96%;
	display: none;
	position: absolute;
	left: 2%;
	right: 2%;
	top: calc(100% - 15px);
	background: #FFF;
	border: 2px solid #F2F2F2;
	z-index:2;
}
#showhead.mobilesearch {
	padding: 10px;
}

/* MENU CATEGORY */
.menucat {
	padding: 15px 20px 25px;
	position: relative;
}
.menucat > ul {
  max-height: 400px;
	overflow: auto;
}
.menucat li {
	list-style: none;
	padding: 10px;
	width: 20%;
	font-size: 95%;
	text-transform: uppercase;
}
.menucat ul .children {
	margin-top: 5px;
}
.menucat ul li li {
	font-weight: normal;
	padding: 0 0 5px 0;
	width: 100%;
	float: none;
	text-transform: capitalize;
	letter-spacing: 0;
}
.menucat ul li li a {
	color: #555;
}
.menucat ul li li a:hover {
	text-decoration: underline;
}
.menucat li li li {
	margin-left: 10px;
	padding-left: 5px;
}
.menucat li li li:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 100%;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

/* HEAD SEARCH */
.headsearch {
	display: none;
}
.searchform {
	width: 100%;
	border: 2px solid var(--color1);
	overflow: hidden;
}
	.searchform input {
	  margin-top: 5px;
	  float: left;
	  padding: 0 15px;
	  line-height: 30px;
	  height: 40px;
	  background: #FFF;
	  width: 84%;
	  margin: 0;
	  border: none;
	}
	.searchform input::placeholder {
	  color: #DDD;
	}
	.searchform button {
	  height: 40px;
	  width: 16%;
	  padding: 5px 10px;
	  font-size: 120%;
	  line-height: 30px;
	  float: right;
	  margin: 0;
	  border: none;
	}

/* HEAD CART */ 
.pcs {
	background: var(--color2);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #FFF;
	font-size: 10px;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 32px;
	text-align: center;
}
#rincian {
  width: 370px;
  padding: 10px 15px 15px;
  position: absolute;
  z-index: 2;
  background: #FFF;
  right: 10px;
  top: calc(100% - 15px);
  display: none;
  text-align: left;
  border: 2px solid #F2F2F2;
}
#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;
}

/* HEAD MEMBER */
.infomember {
	padding: 10px 15px;
	text-align:center;
	cursor: default;
	float: right;
	width:50%;
}
.menumember {
	width:50%;
	padding: 10px;
	text-align:left;
	float: left;
}
.menumember ul li {
	width: 100%;
	font-size: 95%;
	list-style: none;
	padding: 5px 10px;
}
#topmember {
  width: 370px;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: calc(100% - 15px);
  border: 2px solid #F2F2F2;
  background:#FFF;
  display: none;
}
.headmember:hover #topmember {
  display: block;
}

/* SLIDER */
#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: 640px;
  padding: 15px;
} 
.slidertext h2 {
  color: var(--color1);
  font-size: 170%;
  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: 120%;
  line-height:1.3em;
  font-weight: 300;
  margin: 0 0 15px;
}
.slidertext button {
  border: 2px solid var(--color1);
  padding: 8px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.slidertext button:hover {
  border: 2px solid #FFF;
}

/* NEWS TICKER */
#newstickerwrap {
  width: 100%;
  background: #F9F9F9;
  height: 40px;
  position: relative;
}
.newsticker {
  max-width: var(--maxwidth);
  margin: 0 auto;
  display: block; 
}
.newsticker li{
  padding: 0 15px;
  margin-top: 8px;
  font-size: 14px;
  list-style-type: none;
}
.newsticker li span{
  background: var(--color2);
  color: #FFF;
  padding: 2px 6px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.newsticker:after {
	content: 'INFORMASI';
	position:absolute;
	background-image: linear-gradient(to right, #F9F9F9, #F9F9F9, transparent);
	top: 0;
	left: 0;
	height: 40px;
	padding: 0 100px 0 15px;
	font-weight: 900;
	font-size: 12px;
	line-height: 40px;
	color: var(--color1);
}
.newsticker:before {
	content: '';
	position:absolute;
	background-image: linear-gradient(to left, #F9F9F9, #F9F9F9, transparent);
	top: 0;
	right: 0;
	height: 40px;
	width: 50px;
	z-index: 1;
}

/* WHY */
.why {
  width: 50%;
  padding: 15px;
  float: left;
}
.why:nth-child(2n){
  clear: left;
}
.why h2 {
  font-size: 140%;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 900;
}
.why p {
  margin: 0 0 15px;
}
.why img {
  max-width: 120px;
  float: left;
  margin: 0 10px 5px 0;
}

/* BANNER */
.homebanner {
  text-align: center;
}
.homebanner img {
  padding: 7px;
  background: #FFF;
  box-shadow: 0 0 3px rgba(51,51,51,0.07);
  transition: 0.3s;
}
.homebanner:hover img {
  box-shadow: 0 2px 6px rgba(51,51,51,0.15);
  opacity: 0.7;
}

/* KATEGORI SPESIAL */
.gridpadks {
	padding:10px;
	text-align: center;
}
.gridpadks img{
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0 1px 6px rgba(51,51,51,0.07);
	background: #FFF;
	margin-bottom: 5px;
	transition: 0.5s;
	width: 150px;
}
.gridpadks a:hover img {
	opacity: 0.7;
}
.katarsip {
	padding: 15px;
	margin: 0 10px 20px;
	position: relative;
	background-image: linear-gradient(to top, #F9F9F9, #FDFDFD);
}
.katarsip select {
	background: none;
	width: 110px;
}

/* GRIDPAD */
.gridpad{
  padding: 10px;
  float: left;
  width: 33.333%;
}
.gridpad:nth-child(3n+1){
  clear: left;
}
#relrand .gridpad, #randblog .gridpad { /*khusus slider pad */
  width: 100%;
}

/* PRODUCT - GRID */
.areafeed,.blogfeed {
  overflow: hidden;
}
.grid {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 3px rgba(51,51,51,0.07);
}
.grid:hover {
  box-shadow: 0 2px 6px rgba(51,51,51,0.1);
}
.grid:hover .imgthumb img{
  transform: scale(1.2);
}
.grid:hover .tithumb{
  visibility: visible;
  opacity:1;
}
.imgthumb {
  overflow: hidden;
  position: relative;
}
.imgthumb img {
  transition: 0.5s;
  width: 100%;
}
.tithumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(255,255,255,0.85);
  padding: 15px;
  visibility: hidden;
  opacity:0;
  text-align: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.tithumb h3{
  font-size: 110%;
}
.grid p {
  display: none;
}

/* AREA LABEL (thumbnail) */
.labeli {
  display: inline-block;
  padding: 2px 7px;
  font-size: 80%;
  background: var(--color1);
  color: #FFF;
}
.labeli a{
	color: #FFF;
}
.disclabel {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1);
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 2px;
  z-index: 1;
}
.disclabel span{
  width: 100%;
  text-align: center;
  display: block;
  line-height: 0.9em;
}
.imgmulti {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 25px;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 4px 4px 0 rgba(243,243,243,0.8);
  z-index: 1;
}
.colorlabel .warni {
  width: 20px;
  height: 20px;
}
.colorlabel .warni:hover {
  border-color: #F2F2F2;
  cursor: default;
}

/* GRID BLOG */
.gridblog {
  width: 100%;
  text-align: center;
  box-shadow: 0 0 3px rgba(51,51,51,0.07);
  position: relative;
  overflow: hidden;
}
.gridblog:hover {
  box-shadow: 0 2px 6px rgba(51,51,51,0.1);
}
.gridblog:hover img {
  transform: scale(1.2);
}
.bloginfo {
  width: 100%;
  text-align: center;
  padding: 25px 15px 20px;
  position: relative;
}
.bloginfo h4{
  font-size: 110%;
}
.bloginfo strong {
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 0.1em;
}
.blogdate {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 14px 7px;
  background: rgba(255,255,255,0.9);
  text-align: center;
  color: var(--color2);
}
.tglblog {
  font-size: 130%;
  display: block;
  margin-bottom: -5px;
}
.blogcat {
  position: absolute;
  top: -12px;
  left: 0;
  text-align: center;
  width: 100%;
}
.blogcat span {
  background: var(--color1);
  height: 24px;
  font-size: 80%;
  line-height: 24px;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: 0.3s;
}	
.blogcat span:hover {
  background: var(--color2);
}
.blogcat a {
  color: #FFF;
}

/* PRODUCT & BLOG - LIST */
.listview {
  width: 100%;
}
.listview .grid, .listview .grid:hover, .listview .gridblog, .listview .gridblog:hover{
  box-shadow: none;
  overflow: visible;
}
.listview .imgthumb{
  float: left;
  width: 30%;
  box-shadow: 0 0 3px rgba(51,51,51,0.07);
}
.listview .tithumb, .listview .bloginfo {
  width: 68%;
  margin-left: 2%;
  position: static;
  background:rgba(255,255,255,0.85);
  padding: 20px 25px;
  visibility: visible;
  opacity: 1;
  text-align: left;
  float: left;
  box-shadow: 0 0 3px rgba(51,51,51,0.07);
}
.listview .tithumb:hover, .listview .grid:hover .imgthumb, .listview .bloginfo:hover, .listview .gridblog:hover .imgthumb{
  box-shadow: 0 2px 6px rgba(51,51,51,0.1);
}
.listview .tithumb h3{
  font-size: 130%;
}
.listview .tithumb p {
  display: block;
}
.listview .blogcat {
  position: initial;
  text-align: left;
}

/* FEATURED PRODUK */
#featuredtitle {
  width: 40%;
  float: left;
}
#featuredtitle .maintitle {
  width: 100%;
  text-align: left;
  position: relative;
}
#featuredwrap {
  width: 60%;
  float: right;
  padding: 5px;
}
.featured-product {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 20px 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.featured-product .imgthumb {
  max-width: 260px;
  min-width: 50px;
  box-shadow: 0 2px 1px rgba(51,51,51,0.07);
}
.featured-product:hover .imgthumb img{
  transform: scale(1.2);
}
.featured-detail {
  width: 70%;
  background: #FFF;
  position: relative;
  padding: 7px 10px 10px;
  margin-left: -5%;
  box-shadow: 0 2px 1px rgba(51,51,51,0.07); 
}
#featuredwrap .owl-controls {
  bottom: 10px;
  right: 0;
  position: absolute;
}
.featpad {
  display: flex;
  align-items: center;
}

/* TESTIMONIAL */ 
#testi {
  max-width: 900px;
  margin: 10px auto;
  
}
.testi {
  padding: 20px 50px;
  text-align: center;
}
.testi .avatesti {
  display:inline-block; margin-bottom:10px;
}
.testi2 {
  text-align: left;
}
.testi2 .avatesti {
  float: left;
  margin: 0 20px 50px 0;
}
.testi3 {
  text-align: left;
}
.testi3 .avatesti {
  float: right;
  margin: 0 0 50px 20px;
}


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

/* 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: 550px;
  display: none;
  padding: 15px;
}
.quickpop ul li {
  list-style: none;
  padding: 5px 0;
}
.quicklabel {
  position: absolute;
  bottom: 4px;
  left: 7px;
  font-size: 26px;
  z-index: 2;
}
.quickdetail {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.quickview {
  width: 50%;
  float: right;
  position: relative;
}
.quickview img {
  width: 100%;
  background: #FFF;
  border: #F2F2F2 solid 1px;
  margin-bottom: 10px;
}
.quickview button{
  position: absolute;
  bottom: 20px;
  right: 10px;
  border: none;
}

/* KONTAK POPUP */
#kontak-kami {
  max-width: 420px;
}
.kontak ul li {
  border-bottom: 1px solid #F2F2F2;  
  padding-left: 40px;
  margin: 5px 0;
}
.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 {
  padding: 10px 0;
  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 */
.footbarwidget {
  width: 33.333%;
  padding: 20px 15px 20px;
  float: left;
}
.footbar {
  margin-bottom: 30px;
  overflow: hidden;
}
.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;
}

#copyrightwrap {
  background: var(--color1);
  width: 100%;
  padding: 40px 15px;
}
.copyright {
  max-width: var(--maxwidth);
  margin: 0 auto;
  color: #F5F5F5;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}
.copyright a {
  color: #F5F5F5;
}
.copyright a:hover {
  opacity: 0.7;
}
.coleft {
  width: 50%;
  float: left;
}
.coright {
  width: 50%;
  float: right;
  text-align: right;
}

/* IKLAN */

.ads728 {
  max-width: 748px;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
  padding: 20px 10px;
}

/* SOCMED */
.fb, .twit, .bl, .toped, .shopee, .insta,.lazada, .blibli {
  background-image: url(images/socmed.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #FFF;
  margin: 5px;
  display: inline-block;
}
.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;
}

/* COMMENT */
.comments, .comments input[type="text"], .comments textarea {
  width: 100%;
}
.comments {
  margin: 10px 0;
  padding: 10px 0;
}
.comments label {
  font-weight: bold;
}
.comments input[type="radio"] {
  margin: 0 5px;
  color: #CCC;
}
.comment-respond {
  margin: 20px 0;
}
.comments ul li {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
}
.comments li li {
  margin-left: 8%;
}
.comments li li .avadiskusi {
  width: 60px;
  height: 60px;
}
.ratestar {
  display:inline-block;
  margin-right: 10px;
  padding: 8px 5px 2px 2px;
  border: 1px solid transparent;
}
.ratestar:hover {
  background: #F9F9F9;
  border-color: #F2F2F2;
}
.leftcomment {
  width: 13%;
  float: left;
  padding: 15px 10px 0 0;
  text-align: right;
}
.rightcomment {
  width: 87%;
  padding: 10px;
  float: left;
}
.rightcomment p {
  display: table;
  background: #F9F9F9;
  padding: 10px;
  margin: 5px 0;
}
/* SCROLL UP */
.scrollup {
  position: fixed;
  display: none;
  z-index: 600;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  text-indent: -9999px;
  background: url(images/icon_top.png) no-repeat;
  opacity: 0.1;
}

/* WA LIVE */
.waarea {
  position: fixed;
  z-index: 3;
  width: 280px;
  bottom: 0;
  right: 20px;  
  padding: 0 15px 0;
  background: #FFF;
  box-shadow: 0 2px 6px 6px rgba(51,51,51,0.07);
  text-align: center;
}
.watitle {
  background: #24BE5B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFF;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.wacontent {
  width: 100%;
  background: #FFF;
  color: #444;
  margin-top: 10px;
  margin-bottom: 15px;
  display: none;
}
.wacontent a{
  color: #444;
}
.toggled {
	display:block;
}
.walist {
  overflow: auto;
  text-align: left;
  padding: 8px;
  border-top: 1px solid #F2F2F2;
  font-size: 14px;
}
.walist:hover {
  background: #F1FCE9
}
.wapop .walist {
  background: #EFEFEF;
  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;
	box-shadow: none;
}
.wareply button {
  width: 15%;
  margin:0;
  text-align: center;
  background: #24BE5B;
	box-shadow: none;
	border: none;
}
.wareply button:hover {
	opacity: 0.7;
}

/* AVATAR */
.avatar {
  padding: 5px;
  background: #FFF;
  float: left;
  margin: 0 10px 0 0;
  border: #F2F2F2 solid 1px;
}
.avaprofil {
  width: 150px;
  height: 150px;
  margin: 10px auto;
}
.avatesti {
  width: 130px;
  height: 130px;
}
.avadiskusi {
  width: 90px;
  height: 90px;
}

/* SHARE IT */
.shareit {
  margin: 10px 0;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #F2F2F2;
  padding: 10px 10px 0;
  background-image: linear-gradient(to top, #FAFAFA, #FFF);
}
.shareit strong {
	line-height: 28px;
	float: left;
}
.shareit span{
  line-height: 28px;
  font-size: 28px;
  margin: 0 0 10px 10px;
  width: 30px;
  float: left;
}
.shareit span:hover {
  opacity: 0.8;
}

/* OWL SLIDER */
.owl-buttons {
  opacity: 0;
}
.owl-carousel:hover .owl-buttons {
  opacity: 1;
}
.owl-buttons .owl-prev {
  left: -20px;
}
.owl-buttons .owl-next {
  right: -20px;
}
.owl-carousel:hover .owl-buttons .owl-prev {
  left:20px;
  transition: 0.5s;
}
.owl-carousel:hover .owl-buttons .owl-next {
  right:20px;
  transition: 0.5s;
}

/* TABSCONTENT - GLOBAL */
.tabmenu {
  text-align: center;
  border-bottom: 2px solid #F2F2F2;
 }
.tabmenu button{ 
  text-transform: uppercase;
  background: none;
  color: #555;
  border-bottom: 2px solid #F2F2F2;
  margin: 0 -2px -2px;
  font-size: 90%;
  font-weight: 600;
 }
.tabmenu button.active,.tabmenu button:hover {
  color: var(--color1);	 
  border-color: var(--color1);	 
}
.tabcontent {
  padding-top: 20px;
  display: none;
  animation: moveInRight .5s ease-out;
} 
.tabcontent ol {
  font-size: 90%;	
}

/* MISC */
.autoheading {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.crumbs {
	padding: 5px 10px;
	margin-bottom: 15px;
	font-size: 90%;
	background: #F9F9F9;
}
.katarsip .crumbs{
	background: none;
	padding: 0;
}
.error {
  border: 1px solid red;
  background: #FFDDDD;
  margin-bottom: 5px;
}
label.error {
  border: none;
  background: none;
  color: #FA3C3C;
  font-size: 90%;
  display: block;
}