/*
Theme Name: T-Comp
Author: Sofyan Kurniawan
Author URI: https://www.safilla.com
Version: 0.1
Description: T-COMP Jogja Official Theme.
*/


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

@font-face {
font-family: caviar-dreams;
src: url(https://tokolaptopklaten.com/wp-content/themes/tcomp/font/CaviarDreams.ttf);
font-weight: normal;
}


@font-face {
font-family: pt-serif;
src: url(https://tokolaptopklaten.com/wp-content/themes/tcomp/font/PTSerif.ttf);
font-weight: normal;
}

.text-kaki{
	color:#ccc;
	padding:5px 0px 5px 0px;
	list-style-type:square;
	font-family: 'Comfortaa', sans-serif;
	font-size:15px;
	line-height:23px;
}

.widget-produk ul li{
	padding-bottom:10px;
}

.wpp-list-with-thumbnails li a{
	display:block;
}

.text-kaki a{
	color:#666;
}

.link-kaki{
	color:#7a7a7a;
	padding:5px 0px 5px 0px;
	list-style-type:square;
	font-family: 'Comfortaa', sans-serif;
	font-size:15px;
	line-height:18px;
}

.link-kaki:hover{
	color:#6e6702;
}

.link-kaki a:hover{
	color:#6e6702!important;
}

.pt-cv-readmore {
    color: #080808 !important;
    background-color: #fff !important;
    border: 1px solid!important;
	border-radius:0px!important;
	text-transform:uppercase;
}

.product-title{
	color:#080808;
}

.warna-tema{
	color:#6e6702!important;
}

.pt-cv-readmore:hover{
	color: #ffffff !important;
	background-color: #6e6702!important;
}

.pt-cv-content{
	font-family: 'Lato', sans-serif;
	line-height:1.3em;
	color: #3a3a3a;
	font-size:15px;
}

._self{
	font-family: 'Comfortaa', sans-serif;
	font-size:15px;
	color: #6e6702 !important;
}

h3{
	font-family: 'Lato', sans-serif;
}

.caviar-font{
	font-family:"caviar-dreams"!important;
}

p{
	font-family: 'Lato', sans-serif;
	line-height:1.63em;
	color: #3a3a3a;
	font-size:18px;
}

h2{
	font-family: 'Lato', sans-serif;
}

.kategori{
	position:absolute;
	top:173px;
	left:51px;
	width:200px;
	z-index:2;
	background-color:#ffffffde;
	text-transform:uppercase;
	font-family: 'Comfortaa', sans-serif;
	line-height:40px;
	list-style:block;
	margin:0px;
	padding:0px;
}



div li:hover div{
	display:block;
}

div li:hover ul{
	display:block;
}

.kategori li:hover .linkmenu{
	color:#ffffff;
}

.menu-kat li:hover .submenu{
	color:#ffffff;
}


.menu-kat{
	display:none;
	position:absolute;
	background-color:#ffffff;
	left:88%;
	vertical-align:middle;
	top:0;
	color:#080808;
	animation-duration:.3s!important;
	padding:0px;
	margin:0px;
	width:175px;
	z-index:9;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,.2);
}

.menu-kat a{
	color:#080808;
  display: block;
}

.menu-kat a:hover{
	color:#ffffff;
}

.kategori a{
	color:#080808;
}

.kategori a:hover{
	color:#ffffff;
}

.menu-kat:hover{
	display:block;
}

.kanan{
	float:right;
	text-align:right;
}

.side:hover{
	color:white;
	background-color:#000000e0;
}

.kategori-title{
	position:absolute;
	top:131px;
	left:51px;
	width:200px;
	z-index:2;
	color:white;
	padding:9px;
	background-color:#6e6702e0;
	text-transform:uppercase;
	font-family: 'Comfortaa', sans-serif;
}

hr{
	margin:0px;
	padding:0px;
}

.hal-depan{
	width:100%;
	margin:0px;
}

.tombol-kategori{
	border-color:#6e6702;
	background-color:#6e6702;
	text-align:center;
	color:white;
	padding:0px;
	margin:0px;
	height:100%;
}

.liside{
	text-align:left;
	color:#818181;
	text-transform:uppercase;
	float:none;
	vertical-align:middle;
}



.ulside{
	padding:0px;
	margin:0px;
}

.liside2{
	text-align:left;
	color:#818181;
	text-transform:uppercase;
	float:none;
	background-color:#222222;
	z-index:3;
}

.ulside2{

	text-align:center;
	text-transform:uppercase;

}

.menu-turun{
	display:none;
	overflow:hidden;
	transition: height 1s;
}

.ulside .liside:hover .menu-turun{
	display:block;
	max-height:400px;
}

.tcomp{
	background-color:#000000c1;
	color:#ffffff;
	width:100%;
	padding: 15px;
	height:453px;
}

.padding-artikel{
	padding:20px 100px 20px 100px;
}

.atas-footer{
	background-color:#000000;
	width:100%;
	color:#7a7a7a;
}

a{
	color:#080808;
	-webkit-transition-property: color; /* Safari */
    -webkit-transition-duration: .3s; /* Safari */
    transition-property: color;
    transition-duration: .3s;
}

a:hover{
	color: #6e6702;
	text-decoration:none;
}

.font-tcomp{
	font-weight:600;
}

.font-keterangan{
    font-family: 'Comfortaa', sans-serif;
	font-weight:400;
}

.font-deskripsi{
    font-family: 'Comfortaa', sans-serif;
	font-weight:400;
	font-size:15px;
	text-transform:uppercase;
}

.delay1{
  -webkit-animation-duration:.7s;
  -moz-animation-duration:.7;
  animation-duration:.7s;
}

.delay2{
  -webkit-animation-duration:.9s;
  -moz-animation-duration:.9s;
  animation-duration:.9s;
}

.delay3{
  -webkit-animation-duration:1.1s;
  -moz-animation-duration:1.1s;
  animation-duration:1.1s;
}

.container{
	max-width:100%;
	padding:0px;
}

article{
	margin:0px;
	padding:0px;
}

.post{
	margin:0px;
	padding:0px;
}


.margin-tombol{
	margin-top:20px;
}

tombol{
	border:2px solid;
	border-color:white;
	font-family: 'Comfortaa', sans-serif;
	padding:9px;
    -webkit-transition-property: background; /* Safari */
    -webkit-transition-duration: .5s; /* Safari */
    transition-property: background;
    transition-duration: .5s;
}

tombol:hover{
	background-color:#6e6702;
	border-color:#6e6702;
}

.save-rating{
	border:2px solid;
	border-color:#212529;
	font-family: 'Comfortaa', sans-serif;
	padding:9px;
    -webkit-transition-property: background; /* Safari */
    -webkit-transition-duration: .5s; /* Safari */
    transition-property: background;
    transition-duration: .5s;
	border-radius:0px;
}

.save-rating:hover{
	background-color:#6e6702;
	border-color:#6e6702;
	color:white;
}

tombol-hitam{
	border:2px solid;
	border-color:#6e6702;
	font-family: 'Comfortaa', sans-serif;
	padding:9px;
	background-color: #6e6702;
	color:#fff;
    -webkit-transition-property: background; /* Safari */
    -webkit-transition-duration: .5s; /* Safari */
    transition-property: background;
    transition-duration: .5s;
}

tombol-hitam:hover{
	background-color:#000;
	border-color:#000;
	color:white;
}

.margin-tombol-bawah{
	margin-bottom:20px;
}

.tapis-overflow{
	overflow:hidden;
}

.kepala{
	background-color:#080808;
	color:#ffffff;
	width:100%;
	height:75px;
	margin:0px;
	vertical-align:middle;
	text-transform:uppercase;
	position:fixed;
	padding:5px 45px 5px 45px;
	font-size:13px;
	z-index:3;
}

.kepala-mobile{
	color:#ffffff;
	background-color:#080808;
	width:100%;
	height:63px;
	margin:0px;
	vertical-align:middle;
	text-transform:uppercase;
	position:fixed;

	font-size:38px;
	z-index:2;
}

.menu-mobile{
	float:right;
	text-align:right;
	color:white;
}



cari{
	display:none;
	float:right;
	top:100px;
}

.silang{
	font-size:30px;
	vertical-align:middle;
	color:white;
}

.no-padding{
	padding:0px!important;
}

.cari-padding{
	border-radius:0px;
	padding:15px 5px 0px 5px;
	right:0;
	display:none;
	float:right;
}

li{
	padding-left:11px;
	padding-right:11px;
	letter-spacing:.5px;
}

.menu-atas{
	color:#ffffff;
	padding-left:3px;
	padding-right:3px;
	letter-spacing:.5px;
	line-height:35px;
	-webkit-transition-property: color; /* Safari */
    -webkit-transition-duration: .5s; /* Safari */
    transition-property: color;
    transition-duration: .5s;
}

.menu-atas:hover{
	text-decoration:none;
	color:#6e6702;
}

.side{
	float:none;
	text-align:left;
	z-index:9;
}

li{
	list-style:none;
}

ul{
	padding-left:0px;
    list-style:none;
}

img{
	max-width:100%;
	height:auto;
}

.side-kanan a img{
	float:left;
}

.setelah-pos a img{
	float:none;
	display:block;
}

.widget-padding{
	padding:5px 25px 5px 11px;
}

.widget-produk{
	margin:3px 0px 3px 0px;
	padding:0px;
}

.widget-judul{
	width:100%;
	background-color:#080808;
	color:#ffffff;
	padding:9px;
}

.site-footer{
	background-color:#222;
}
.site-header{
	margin:0px;
	padding:0px;
}

div.lazy{
	display:block;
}

.tengah{
	float:center;
	text-align:center;
}

.woocommerce-loop-product__title{
	color:#000000;
	font-size:18px;
}

.padding-produk{
	padding:30px 30px 45px 30px;
}



nav ul ul:hover {
	display:block;
	opacity:1;
}

nav ul li a:hover {
    display: block;
	background-color:#080808;
	opacity:1;
   }

nav ul li:hover ul {
    display: block;
	background-color:#080808;
	margin:0px;
	opacity:1;
	float:left;
   }

.buka{
	display:block;
}

.tutup{
	display:none;
}

.product-title{
	display:block;
}


.display-produk{
	width:100%;
	background-image:url("https://tcomp-jogja.com/wp-content/uploads/2018/10/bg-produk.jpg");
	background-size:fill;
    background-attachment: fixed;
	margin-top:10px;

}

.price{
	font-weight:900!important;
	font-size: .950em!important;
	color:#268100!important;
}

/*EFFECT MAGNIFYING START*/

.imgBox { /* now a container for the image */
    display: inline-block; /* shrink wrap to image */
    overflow: hidden; /* hide the excess */
  }
  .imgBox img {
    display: block; /* no whitespace */
    transition: .5s ease-in-out;
  }
  .imgBox:hover img {
    transform: scale(1.3);
  }
/*EFFECT MAGNIFYING END*/



/* ---------------- For Animation on Scroll END ---------------- */



	.service-jual-beli{
		padding: 30px 40px 10px 40px;
	}
	#versimobile{
		display:none;
	}
	#versidesktop{
		display:block;
	}
	.margin-atas{
	padding-top:67px;
	margin:0px;
	}


@media(max-width: 971px) {
	.service-jual-beli{
		padding: 10px 10px 10px 10px;
	}
	#versimobile{
		display:block;
	}
	#versidesktop{
		display:none;
	}
	.margin-atas{
	padding-top:55px;
	margin:0px;
	}
	.padding-artikel{
	padding:20px;
}
}

@media only screen and (max-width: 576px) {
	#sm-keatas{
		display:none;
	}
	#sm-kebawah{
		display:block;
	}
}

@media only screen and (min-width: 576px) {
	#sm-keatas{
		display:block;
	}
	#sm-kebawah{
		display:none;
	}
}


@media only screen and (min-width: 768px) {
	.bayang-hitam{
		background-color:#00000000;
	}
	.auto-tengah{
		float:left;
		text-align:left;
	}

}

@media only screen and (max-width: 768px) {
	.bayang-hitam{
		background-color:#000000c1;
	}
	.auto-tengah{
		float:center;
		text-align:center;
	}
}

.amount{
	color:green;
}


/*----Menu Mobile---*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 21px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}
	.setelah-pos a img{
	float:left;
	display:block;
}
}
/*----Menu Mobile End---*/



/*----Kategori Mobile---*/
.sidecat {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
	margin:0px;
	padding:60px 0px 0px 0px;
}

.sidecat a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 21px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.sidecat a:hover{
    color: #f1f1f1;
}

.sidecat .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidecat {padding-top: 15px;}
  .sidecat a {font-size: 15px;}
}
/*----Kategori Mobile End---*/


form.cart {
	display: none!important;
}
/*-------DISABLE ADDTOCART------*/

.zoom {
  padding: 50px;
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.3); /* (130% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
